.modal{box-shadow:1px 2px 5px 0 rgba(0,0,0,0.7);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-box-orient:vertical;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;background-color:#ffffff;border-radius:2px;box-sizing:border-box;max-height:90%;min-height:200px;margin:0;overflow:hidden;padding:0;position:relative}.modal > header,.modal > footer{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex-positive:0;box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;flex-grow:0;-ms-flex-negative:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;background-color:#e6e6e6;height:45px;padding:13px 20px 18px}.modal > header,.modal > section,.modal > footer{box-sizing:border-box}.modal > section{padding:20px}.modal > header h3{color:#3a3a3a;font-size:17px;font-weight:bold;margin:0;overflow:hidden;padding:0 20px 0 0;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.modal > header .close{overflow:hidden;text-indent:100%;white-space:nowrap;background:url("/resources/wikia/ui_components/modal/images/close-dark.svg");background-size:20px 20px;display:block;float:right;height:20px;outline:none;width:20px}.modal > footer .button{float:right;margin-left:20px}.modal > section{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;overflow:auto}.modal.IE-flex-fix{display:block}.modal.small{width:400px}.modal.medium{width:700px}.modal.small > section,.modal.medium > section{overflow:hidden;overflow-y:auto}.modal.large{height:-webkit-calc(100% - 50px);height:calc(100% - 50px);width:-webkit-calc(100% - 50px);width:calc(100% - 50px);display:block;max-height:none;min-height:none;padding-bottom:45px;position:relative}.modal.large > section{height:-webkit-calc(100% - 45px);height:calc(100% - 45px)}.modal.large > footer{bottom:0;left:0;position:absolute;right:0}.modal.content-size{width:1024px}.modal .buttons{bottom:15px}.modal.no-scroll > section{overflow-y:hidden}@media only screen and (max-width:1083px){.modal.content-size{width:720px}}@media only screen and (min-width:1596px){.modal.content-size{width:1178px}}.modal-blackout{-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:rgba(0,0,0,0.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;transition:display 0.2s ease-in-out;-webkit-transition:display 0.2s ease-in-out}.modal-blackout.visible{z-index:5000100}.modal-blackout.hidden{display:none}.IE-flex-fix{display:block}.IE-flex-fix .modal{display:block;max-height:90%;padding-bottom:45px}.IE-flex-fix .modal > footer{bottom:0;position:absolute;width:100%}.IE-flex-fix .modal > section{box-sizing:content-box}.IE-flex-fix > .small,.IE-flex-fix > .medium{left:50%;position:fixed;top:5%}.IE-flex-fix > .small{margin-left:-200px}.IE-flex-fix > .medium{margin-left:-350px}.IE-flex-fix > .large{left:25px;top:25px}@media screen and (max-width:768px){.modal.medium{width:500px}.modal-blackout.IE-flex-fix > .medium{margin-left:-250px}}body.with-blackout.background-dynamic:after,body.with-blackout.background-dynamic:before{height:100%}body.with-blackout .global-navigation{position:fixed}body.with-blackout .WikiaSiteWrapper{position:fixed;width:100%;z-index:2}body.with-blackout .fake-scrollbar{overflow-y:scroll}