.ditFatalError{margin:50px;padding:20px;color:#de0b15;font-family:Tahoma,sans-serif;font-size:21px;background:#23282D;box-shadow:0px 0px 6px rgba(0,0,0,0.75);}.ditFatalError span{color:#fff;}.ditFatalError .ditFatalErrorHint{color:#ccc;}.ditDebug .ditDebugErrors{position:fixed;z-index:999999;bottom:50px;right:10px;width:400px;padding:1px 10px;font-family:Tahoma,sans-serif;font-size:13px;background:#23282D;box-shadow:0px 0px 6px rgba(0,0,0,0.75);color:#ff472c;}.ditDebug .ditDebugErrors p{margin:13px 0;}.ditDebug .ditDebugErrors em{color:#fff;}@-webkit-keyframes ditPopupShow{0%{top:-1000px;}100%{top:100px;}}@keyframes ditPopupShow{0%{top:-1000px;}100%{top:100px;}}.ditPopup{display:none;position:fixed;top:100px;background:#fff;z-index:999;width:50%;min-height:100px;max-height:calc(100vh - 200px);left:calc(50vw - 25%);box-shadow:0 0 2px rgba(0,0,0,0.75);-webkit-animation:ditPopupShow 1s 1;-webkit-animation-direction:alternate;animation:ditPopupShow .5s 1;animation-direction:alternate;}.ditPopup>form{display:block;height:100%;width:100%;position:static;}.ditPopup .ditPopupHeader{padding:1px 42px 1px 1px;height:50px;background:#ededed;}.ditPopup .ditPopupHeader h3{margin:10px 20px;color:#303030;font-size:20px;height:28px;overflow:hidden;}.ditPopup .ditPopupContentWrap{box-sizing:border-box;overflow-y:scroll;margin-bottom:50px;max-height:calc(100vh - 300px);}.ditPopup .ditPopupContentWrap .ditPopupContent{padding:20px;}.ditPopup .ditPopupFooter{position:absolute;left:0;right:0;bottom:0;height:50px;background:#ededed;}.ditPopup .ditPopupFooter input[type="submit"],.ditPopup .ditPopupFooter input[type="button"]{width:100%;height:50px;cursor:pointer;border:none;}.ditPopup .ditPopupFooter.twoBtn input[type="submit"],.ditPopup .ditPopupFooter.twoBtn input[type="button"]{width:50%;display:inline-block;}.ditPopup .ditPopupCloseBtn{color:#fff;text-shadow:none;cursor:pointer;font-size:20px;position:absolute;right:10px;top:13px;}.ditPopup.ditPopupNoBottom .ditPopupContentWrap{margin-bottom:0;}.ditPopup.ditPopupNoBottom .ditPopupFooter{display:none;}.ditPopupOverlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:995;background:rgba(0,0,0,0.5);}.ditPreloader{background:rgba(255,255,255,0.6);position:absolute;top:0;left:0;right:0;bottom:0;display:none;}@media screen and (max-width:1040px){.ditPopup{top:0;width:auto;min-height:auto;max-height:initial;left:0;right:0;bottom:0;}.ditPopup .ditPopupContentWrap{max-height:calc(100vh - 160px);}}