@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=auto);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=auto);.tooltipster-sidetip .tooltipster-box{border-radius:3px;border:1px solid #93abc7;background:#fff}.tooltipster-sidetip .tooltipster-content{color:#666}.tooltipster-sidetip .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:1px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-1px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:1px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-1px}.tooltipster-sidetip .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#93abc7}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#93abc7}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#93abc7}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#93abc7}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}.tooltipster-sidetip .tooltipster-arrow{height:9px!important;margin-left:-9px!important;width:18px!important}.tooltipster-sidetip .tooltipster-box{border-radius:3px;background:#FFF;box-shadow:0 0 14px rgba(0,0,0,.3);color:#2c2c2c;border:1px solid #93abc7}html,body{padding:0;margin:0}html{height:100vh}body{min-height:100vh;display:flex;flex-direction:column}.content-wrap{max-width:1260px;margin:0 auto;padding:0 20px}@media (max-width:500px){.content-wrap{padding:0 10px}}header{flex-grow:0;flex-shrink:1;background:#000000b3;color:#fff;height:70px;position:fixed;width:100vw;top:0;z-index:999}header .content-wrap{display:flex;height:100%}header .content-wrap .header-left{flex-shrink:1;display:flex}header .content-wrap .header-left .logo{display:flex;padding:10px 0}header .content-wrap .header-left .logo img{height:100%}header .content-wrap .header-middle{flex-grow:1}header .content-wrap .header-middle nav{height:100%;float:right}header .content-wrap .header-right{flex-shrink:0;display:flex}header .content-wrap .header-right .language-picker{flex-shrink:0;position:relative;display:flex;align-items:center;height:100%}header .content-wrap .header-right .language-picker:hover,header .content-wrap .header-right .language-picker.active{background:rgba(255,255,255,.08)}header .content-wrap .header-right .language-picker .flag img{height:22px;margin:0 15px}header .content-wrap .header-right .language-picker .language-popup{visibility:hidden;position:absolute;top:100%;transition:transform 200ms;transform:scale(1,0);transform-origin:0 0;box-shadow:0 10px 20px 0 rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.15);background:#fff;display:flex;flex-direction:column}header .content-wrap .header-right .language-picker .language-popup .flag img{margin-top:15px;margin-bottom:15px}header .content-wrap .header-right .language-picker .language-popup .flag:hover{background:#eee}header .content-wrap .header-right .language-picker:hover .language-popup{visibility:visible;transform:scale(1,1)}main{min-height:460px;flex-grow:1;padding-top:70px}main section{padding:1px 0}main section .content-wrap{margin-top:50px;margin-bottom:50px}footer{background:#000;color:#fff;margin-top:75px;padding-top:60px;padding-bottom:60px}footer p{margin:.3em 0}footer a{color:#aaa}@media screen and (min-width:750px){footer table td:first-child{border-right:1px solid #333}footer table td:nth-child(2){padding-left:20px}}@media screen and (max-width:750px){footer table{display:block}footer table tbody{display:block}footer table tbody tr{display:block}footer table tbody tr td{display:block;width:auto!important}footer table tbody tr td:nth-child(2){padding-top:15px}}ul.main-menu{list-style:none;margin:0;padding:0;display:flex;background-color:inherit;height:100%;box-sizing:border-box}ul.main-menu li{display:flex;align-items:center;margin:0;padding:0;position:relative}ul.main-menu li>a{font-weight:400;color:#fff;display:block;text-decoration:none;cursor:pointer;transition-duration:0.2s;transition-property:color,background-color}ul.main-menu li.active>a{color:#fff}ul.main-menu li:hover>a,ul.main-menu li:focus>a{color:#fff}ul.main-menu>li{white-space:nowrap}ul.main-menu>li:hover,ul.main-menu>li.active{background:rgba(255,255,255,.08)}ul.main-menu>li.active:after{height:2px;position:absolute;content:"";bottom:16px;left:30%;right:30%;background:#028aff}ul.main-menu>li>a{margin:0 20px}ul.main-menu>li.has-children>a:after{content:"";display:inline-block;border:solid 3px #028aff;border-top-color:transparent;border-left-color:transparent;transform:rotate(45deg);vertical-align:.3em;position:relative;right:-5px}ul.main-menu>li>.sub-menu{position:absolute;top:100%;right:0;visibility:hidden;background:transparent;transition:transform 200ms;transform:scale(1,0);transform-origin:0 0}ul.main-menu>li>.sub-menu ul{list-style:none;background:#fff;padding:0;border:1px solid #bbb;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow:0 10px 20px 0 rgba(0,0,0,.12),0 1px 3px 0 rgba(0,0,0,.15);position:relative}ul.main-menu>li>.sub-menu ul li{margin:0}ul.main-menu>li>.sub-menu ul li.active,ul.main-menu>li>.sub-menu ul li:hover{background:#eee}ul.main-menu>li>.sub-menu ul li>a{width:100%;height:auto;margin:0;padding:9px 15px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000;display:flex;align-items:center}ul.main-menu>li>.sub-menu ul li>a i{flex-shrink:0;color:#028aff;width:38px;text-align:center;margin-right:10px;margin-left:-10px}@media screen and (min-width:1000px){ul.main-menu>li:hover>.sub-menu{visibility:visible;transform:scale(1,1)}}#mobilemenu-show,.mobilemenu-header{display:none}@media screen and (max-width:1000px){#mobilemenu-show{height:100%;display:flex;align-items:center;margin-left:10px;margin-right:20px;font-size:17pt}header{height:55px}main{padding-top:55px}body,nav{transition:left 0.5s}body{position:absolute;left:0;width:100vw;min-height:100vh}nav{position:fixed;width:0;left:-75vw;width:75vw;height:100vh;overflow:auto;background:#000000b3}nav ul.main-menu{flex-direction:column}nav ul.main-menu>li{flex-wrap:wrap;border-bottom:1px solid #444}nav ul.main-menu>li>a{flex-basis:100%;margin:11px 20px}nav ul.main-menu>li.active{background:#444}nav ul.main-menu>li.active:after{content:none}nav ul.main-menu>li>.sub-menu.mobile-menu-unfolded{position:static;visibility:visible;flex-basis:100%;transform:scale(1,1);border-left:1px solid #444;border-right:1px solid #444}nav ul.main-menu>li>.sub-menu ul li>a{white-space:normal}html.mobile-menu-shown{position:fixed}html.mobile-menu-shown body{left:75vw}html.mobile-menu-shown nav{left:0vw}}.popup-container{background:rgba(0,0,0,.4);position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;height:100%;overflow-x:hidden;transition:background-color 0.1s;font-size:10pt}@media (max-width:600px){.popup-container{justify-content:flex-start}}.popup-container .popup{position:relative;opacity:1;width:722px;margin:15px 10px;max-width:calc(100% - 20px);max-height:calc(100% - 30px);min-width:340px;border:none;border-radius:7px;background:#fff;animation:swal2-show 0.3s;display:flex;flex-direction:column}.popup-container .popup .popup-header{font-size:1.6em;font-weight:700;margin:0;line-height:1.3em;background:#ffac08;padding-top:25px;padding-bottom:25px;color:#fff;border-top-left-radius:7px;border-top-right-radius:7px}.popup-container .popup .popup-body{flex-grow:1;word-wrap:break-word;word-break:break-word;overflow-y:auto}.popup-container .popup .popup-footer{padding-top:25px;padding-bottom:25px}.popup-container .popup .popup-header,.popup-container .popup .popup-body,.popup-container .popup .popup-footer{padding-left:30px;padding-right:30px}@media (max-width:600px){.popup-container .popup .popup-header,.popup-container .popup .popup-body,.popup-container .popup .popup-footer{padding-left:20px;padding-right:20px}.popup-container .popup .popup-header{padding-top:15px;padding-bottom:15px}.popup-container .popup .popup-footer{padding-top:15px;padding-bottom:20px}}.body-popup-active .swal2-container,.body-popup-active .popup-container{pointer-events:all}#gdpr-container a{text-decoration:underline}#gdpr-container .btn{all:unset;cursor:pointer;display:inline-block;font:inherit}#gdpr-container .popup-header{font-size:2em;font-weight:600;background:#fff;color:#000}@media (max-width:600px){#gdpr-container .popup-header{font-size:1.6em}}#gdpr-container .hidden{display:none}#gdpr-container .popup.page-intro .popup-header{text-align:center}#gdpr-container .popup.page-intro .popup-footer{text-align:center}#gdpr-container .popup.page-intro .popup-footer .btn-povolitvse{padding:12px 35px;margin-top:10px;background:#27ad5f;color:#fff;border:0;font-size:1.4em;border-radius:5px}#gdpr-container .popup.page-intro .popup-footer .btn-povolitvse:hover{background:#000}#gdpr-container .popup.page-intro .popup-footer .btn-prizpusobit{cursor:pointer;text-decoration:underline;display:inline-block;margin-top:15px}#gdpr-container .popup.page-customize{animation:none}#gdpr-container .popup.page-customize .popup-body{display:flex;flex-direction:row;min-height:250px}#gdpr-container .popup.page-customize .popup-body .tab-switch{flex-basis:200px;flex-shrink:0;margin:0;padding:0;background:#f6f6f6;margin-right:40px;list-style:none}#gdpr-container .popup.page-customize .popup-body .tab-switch li{margin:0;padding:10px;border:1px solid transparent;border-left:4px solid transparent;cursor:pointer}#gdpr-container .popup.page-customize .popup-body .tab-switch li.active{border-color:#ccc;border-left-color:#27ad5f;background:#fff}#gdpr-container .popup.page-customize .popup-body .tab-switch li:hover{background:#fff}#gdpr-container .popup.page-customize .popup-body .tab-contents{flex-grow:1;overflow:auto}#gdpr-container .popup.page-customize .popup-body .tab-contents .tab:not(.active){display:none}#gdpr-container .popup.page-customize .popup-body .tab-contents .tab_title{font-size:1.2em;font-weight:600;margin-bottom:10px;display:flex;align-items:flex-start}#gdpr-container .popup.page-customize .popup-body .tab-contents .tab_title .tab_title_text{flex-grow:1}#gdpr-container .popup.page-customize .popup-body .tab-contents .tab_title .alwayson{color:#27ad5f;font-weight:600;font-size:10pt}#gdpr-container .popup.page-customize .popup-body .tab-contents .tab_text{overflow:auto}@media screen and (max-width:600px){#gdpr-container .popup.page-customize .popup-body{flex-direction:column}#gdpr-container .popup.page-customize .popup-body .tab-switch{display:flex;flex-basis:0%;background:transparent;margin-left:-10px;margin-right:-10px;margin-bottom:15px}#gdpr-container .popup.page-customize .popup-body .tab-switch li{margin:0 10px;border:0;border-bottom:3px solid transparent;cursor:pointer;font-weight:600;padding:5px 0}#gdpr-container .popup.page-customize .popup-body .tab-switch li.active{border-bottom-color:#27ad5f}}#gdpr-container .popup.page-customize .popup-footer{text-align:right}#gdpr-container .popup.page-customize .popup-footer .btn-povolitvse,#gdpr-container .popup.page-customize .popup-footer .btn-ulozitzmenu{padding:8px 30px;background:#27ad5f;color:#fff;margin:0;font-size:1.2em;border-radius:5px;border:1px solid #27ad5f}#gdpr-container .popup.page-customize .popup-footer .btn-povolitvse:hover,#gdpr-container .popup.page-customize .popup-footer .btn-ulozitzmenu:hover{background:#000;color:#fff;border-color:#000}#gdpr-container .popup.page-customize .popup-footer .btn-ulozitzmenu{background:#fff;border:1px solid #aaa;color:#000;margin-right:10px}@media screen and (max-width:400px){#gdpr-container .popup.page-customize .popup-footer{display:flex;flex-direction:column}#gdpr-container .popup.page-customize .popup-footer .btn{flex-grow:1;margin:0;text-align:center}#gdpr-container .popup.page-customize .popup-footer .btn-povolitvse{margin-top:10px}}.tgl{display:none}.tgl,.tgl:after,.tgl:before,.tgl *,.tgl *:after,.tgl *:before,.tgl+.tgl-btn{-webkit-box-sizing:content-box;box-sizing:content-box}.tgl::-moz-selection,.tgl:after::-moz-selection,.tgl:before::-moz-selection,.tgl *::-moz-selection,.tgl *:after::-moz-selection,.tgl *:before::-moz-selection,.tgl+.tgl-btn::-moz-selection{background:none}.tgl::selection,.tgl:after::selection,.tgl:before::selection,.tgl *::selection,.tgl *:after::selection,.tgl *:before::selection,.tgl+.tgl-btn::selection{background:none}.tgl+.tgl-btn{font-size:12px;outline:0;display:block;width:3.6em;height:1.8em;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tgl+.tgl-btn:after,.tgl+.tgl-btn:before{position:relative;display:block;content:"";width:50%;height:100%}.tgl+.tgl-btn:after{left:0}.tgl+.tgl-btn:before{display:none}.tgl:checked+.tgl-btn:after{left:50%}.tgl-light+.tgl-btn{background:#c1c1c1;border:1px solid #b3b3b3;border-radius:2em;padding:2px;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tgl-light+.tgl-btn:after{border-radius:50%;background:#fff;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.tgl-light:checked+.tgl-btn{background:#8edb96;border:1px solid #80b385}html,body,.basetext{font-family:Open Sans,"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5;color:#000;word-break:break-word}h1,.h1,h2,.h2,h3,.h3,h4,.h4{font-family:Montserrat,Open Sans,"Helvetica Neue",Arial,Helvetica,sans-serif;font-weight:600;line-height:1.3;margin:.67em 0}h1,.h1{font-size:2em;margin:.67em 0;margin-top:45px}h2,.h2{font-size:1.5em}h3,.h3{font-size:1.25em}h4,.h4{font-size:1em;font-weight:700}*,*:before,*:after{box-sizing:border-box;text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}p,li{padding:0;margin:.4em 0}ul{list-style-type:disc}ul,ol{list-style-position:outside;padding:0 0 0 2em;margin:0}ul li,ol li{padding-left:2px}img{border-style:none;vertical-align:top;max-width:100%;height:auto}iframe{max-width:100%}a{text-decoration:none;outline:none;color:#666}a:focus,a:hover{text-decoration:underline;outline:none}@media print{a[href^=http]::after{content:" (" attr(href) ")";color:#000;text-decoration:underline;text-decoration-color:#eee}}table{border-collapse:collapse;table-layout:fixed}hr{border-top:1px;border-color:#000}input[type=text],input[type=password],select,button,a.button,textarea{box-sizing:border-box;padding:4px 6px;border:1px solid #bbc;border-radius:2px;color:#000;font-size:16px}textarea{font-family:Open Sans,"Helvetica Neue",Arial,Helvetica,sans-serif}input[type=checkbox],input[type=radio]{width:15px;height:15px;margin:0;vertical-align:middle}button,input[type=button],input[type=submit]{outline:none}button:not(.styled),a.button,span.button,input[type=submit].button{background-color:#008aff;border-radius:3px;border:0;color:#fff;cursor:pointer;display:inline-block;font-size:16px;line-height:45px;outline:none;padding:5px 35px;text-align:center;text-decoration:none;transition-duration:0.2s;transition-property:color,background-color;vertical-align:middle}button:not(.styled):hover,a.button:hover,span.button:hover,input[type=submit].button:hover{background-color:#007ce6}.swal2-content p{font-size:14px}.clear{clear:both}.hidden{display:none!important}.required,.error{border:1px solid red!important}.chosen-container-single .chosen-single{background:#fff!important;height:26px!important;box-shadow:none;font-size:16px}input:not([disabled]):not([type=submit]):focus,textarea:focus,select:focus,.chosen-container-active .chosen-single{outline:none;border:1px solid #6989ad}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.info-bullet{margin-left:8px}.info-bullet::before{border-radius:50px;border:1px solid #6e8094;color:#6e8094;content:"?";cursor:pointer;display:inline-block;line-height:15px;padding:0 5px;text-align:center}.hide_help{display:none}.flex-wrap{display:flex;flex-wrap:wrap;margin-right:-8px}.form-block{background:#e0e8f1;border-radius:4px;margin-bottom:10px;padding:10px 20px}.two-blocks{display:flex;flex-wrap:wrap;align-items:flex-start;flex:1;margin-right:10px;min-width:375px}.form-block h3{color:#244877;font-weight:400;margin-bottom:7px;margin-top:5px;flex-basis:100%}.form-block .row{flex-basis:100%;display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.5;margin:5px 0;max-width:700px}.form-block .row>*{flex-grow:1;flex-shrink:1;flex-basis:0%;margin-left:2px;margin-right:2px}.form-block .row>label{flex:0 0 175px;line-height:1.9}input[type=text],input[type=password],textarea,select{border-radius:4px;border:1px solid #b1b2b3;box-sizing:border-box;outline:none;padding:3px 4px;height:25px;vertical-align:middle;font-size:15px}select{height:25px;padding:1px 4px;width:100%}textarea{min-height:55px}.form-block .row select{min-width:100px}.form-block .row .datepicker-inline{right:0}.form-block label:not(.inline){color:#444;display:inline-flex;box-sizing:border-box}@media screen and (max-width:450px){.flex-wrap{margin-right:0}.form-block.two-blocks{min-width:100%;margin-right:0}.form-block .row>*{margin:2px 0}.form-block .row>label{flex-basis:100%}}.flex-table{margin:15px 0;border:1px solid #ccc;border-radius:3px}.flex-table .row{align-items:center;display:flex;flex-wrap:wrap;width:100%;cursor:default;border-top:1px solid #ccc;transition-duration:0.1s;transition-property:background-color}.flex-table .row.head{background:#EFEFEF;border-top:0}.flex-table .row:not(.head):hover{background:#f6f6f6;border-radius:2px}.flex-table .row .col{flex:1;padding:10px 7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-table .row.head .col{font-weight:600;white-space:normal;color:#525252}.flex-table .row:not(.head) .col:before{content:"";width:125px;display:none;font-weight:700}@media screen and (max-width:900px){.flex-table .row{border:1px solid transparent;border-top-color:#ccc;display:block;margin:0;padding:5px}.flex-table .row:nth-of-type(2){border-top-color:transparent}.flex-table .row.head{display:none}.flex-table .row .col{display:block;flex:none;max-width:none!important;min-width:0!important;padding:5px 7px}.flex-table .row:not(.head) .col:before{display:inline-block}}@media screen and (max-width:350px){.flex-table .row:not(.head) .col:before{display:block}}.context-menu{width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:0;background:transparent url(../../style/img/more_vert_black.svg) no-repeat center;border:0;padding:0;vertical-align:middle}.context-menu:hover{background-color:rgba(147,171,199,.5);box-shadow:0 0 0 8px rgba(147,171,199,.5)}@media screen and (max-width:900px){.context-menu{font-size:inherit;width:auto;display:inline-block;opacity:1;background:#93abc7;color:#fff;padding:5px 10px;border-radius:3px;height:auto}.context-menu:hover{background:#93abc7;box-shadow:none}}.context-menu-button,a.context-menu-button{display:block;text-decoration:none!important;text-align:left;line-height:28px;height:28px;white-space:nowrap;overflow:hidden;min-width:150px;width:100%;border-radius:0;padding:0 12px;border:0;border-top:0 solid #e0e0e0;background-color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.context-menu-button:hover,a.context-menu-button:hover{background-color:#e4eff9}.context-menu-button.disabled,a.context-menu-button.disabled{opacity:.5;cursor:not-allowed}@media (max-device-width:900px){.context-menu-button{line-height:34px;height:34px;border-bottom:1px solid #eee!important}}.pagenav{float:left}.pagenav.pagesize{float:right}.pagenav a,.pagenav span{color:#fff;padding:4px 9px;background:#b1b2b3;border-radius:3px;display:inline-block;cursor:pointer;text-decoration:none;transition-duration:0.2s;transition-property:background-color}.pagenav span{background:#7b7c7d;cursor:auto}.pagenav a:hover{background:#6b8cb3;color:#fff}div.radio{display:inline-block}div.radio span{border-radius:0;border:1px solid #9fa3a9;border-right:0;color:#444;padding:3px 12px;cursor:pointer;vertical-align:middle;transition-duration:0.2s;transition-property:background-color}div.radio span:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}div.radio span:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-right:1px solid #93abc7}div.radio span:hover{background:#eee}div.radio span.selected{background:#9dbd93;color:#fff}.formOverlay{position:absolute;left:0;top:-1px;right:0;bottom:0;color:#000;background:rgba(255,255,255,.5);z-index:100;white-space:nowrap;opacity:.2}.formOverlay .spinner{width:40px;height:40px;position:relative;top:50%;left:50%;margin:-20px 0 0 -20px}.formOverlay .double-bounce1,.formOverlay .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.formOverlay .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.ec-modal{margin:0!important;overflow:hidden;padding:0;position:fixed;left:0;right:0;top:0;bottom:0;width:100%;z-index:103;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;transition:opacity 0.3s;visibility:hidden;opacity:0;height:0}.ec-modal.visible{visibility:visible;opacity:1;height:100%}.ec-modal::before{content:' ';flex-grow:1;flex-shrink:1}.ec-modal::after{content:' ';flex-grow:1;flex-shrink:1}.ec-modal-layout{flex-grow:1;flex-shrink:1;flex-basis:400px;display:flex;flex-direction:column;max-width:1000px;width:100%;max-height:100%;background:#fff;border-radius:4px;box-shadow:0 0 10px #000}.ec-modal .modal-head{background:rgb(240,240,240);border-bottom:1px solid rgb(193,193,193);padding:15px;border-top-left-radius:4px;border-top-right-radius:4px}.ec-modal .modal-head h1{color:#338656;font-size:31px;font-weight:400;line-height:25px;margin:0}.ec-modal .modal-close{color:#000;cursor:pointer;filter:alpha(opacity=20);float:right;font-family:Verdana;font-size:21px;font-weight:700;line-height:1;opacity:.2;text-shadow:0 1px 0 #fff}.ec-modal .modal-close:focus,.ec-modal .modal-close:hover{cursor:pointer;filter:alpha(opacity=50);opacity:.5;text-decoration:none}.ec-modal .modal-content{flex-grow:1;overflow:auto;padding:8px}.ec-modal .modal-buttons{background:#f6f6f6;border-top:1px solid #c1c1c1;padding:8px;text-align:right;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ec-modal .modal-buttons .button{display:inline-block}@media screen and (max-width:850px),screen and (max-height:724px){.ec-modal::before{display:none}.ec-modal::after{display:none}.ec-modal{border-radius:0;height:100%;margin:0 auto!important;overflow:hidden;top:0;width:100%}.ec-modal .modal-head{border-radius:0}.ec-modal .modal-buttons{border-radius:0}}@media screen and (max-width:450px){.ec-modal .modal-buttons .button{line-height:35px;padding:0 25px}}