@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');



@media only screen and (max-width:640px) {
    #system-custom-alert {
        position: fixed;
        left: 0;
        top: 50%;
        right: 0;
        margin: 0 auto;
        height: auto;
        transform: translate(0,-50%);
        padding: 10px;
    }
}

[tabindex]:focus, a:focus, input:focus {
    outline: 0px auto -webkit-focus-ring-color!important;
    outline: 0px dotted #ff8900!important;
    outline-offset: 0px;
    z-index: 1 !important;
}


/* ------------------------------------      Focus      ------------------------------------------------ */
.hidden-special a.display_none {
    display: none;
}

.hidden-special > a/*.jump-to-content*/ {
    display: block;
}

.hidden-special {
    z-index: 999999999;
}

[tabindex]:focus, a:focus, input:focus {
	outline: 5px auto -webkit-focus-ring-color!important;
    outline: 3px dotted #ff8900!important;
    outline-offset: 3px;
    z-index: 9999;
}

header .module_envelope_h.env_hf_module_container.header-aside .module-in-container .module_body a:focus,
input#search-submit-button:focus,
.header-logo-envelope>a:focus,
ul.hf-hmenu li.level-0 > span.hf-menu-envelope > a:focus {
    /*outline: 3px dotted #fff !important;*/
}

div.multi-foto-link-system > a:focus {
    outline-offset: -6px;
}

ul.kalendar_podujati_days li a:focus {
    outline-offset: 0px;
}

input[type="button" i]:focus {
    outline: 5px auto -webkit-focus-ring-color!important;
    outline: 3px dotted #ff8900!important;
    outline-offset: 3px;
    z-index: 9999;
}

.skip.hidden-special > a/*.jump-to-content*/ {
    position: fixed;
    top: -1000px;
    left: -1000px;
}

.skip.hidden-special > a:active, 
.skip.hidden-special > a:focus,
.jump-to-content:active, .jump-to-content:focus {
    top: 0 !important;
    left: 0 !important;
    font-size: 20px;
    text-transform: uppercase;
    background: #fff;
    padding: 10px;
    margin: 0 10px;
    z-index: 10000;
    border: 2px solid #000;
    outline-offset: -8px;
}

ul.hf-hmenu li.hf-menu.level-1 .hf-menu-envelope a {
    outline-offset: -3px;
}
/* ------------------------------------      Focus  End     ------------------------------------------------ */


/* CAPTCHA - NEW */
#captcha-new-envelope input[type="text"] {
    min-height: 44px;
    margin: 0.5rem 0;
}

#captcha-new-envelope .captcha-confirm-row {
    padding: 10px 0;
}

#captcha-new-envelope {
    position: fixed;
    top: 50%;
    width: 100%;
    left: 50%;
    max-width: 430px;
    height: auto;
    box-shadow: 0 0 7px 2px #999999;
    background: #ffffff;
    padding: 10px;
    z-index: 9999999;
    text-align: left;
}

#captcha-new-envelope input[type="text"],
#captcha-new-envelope input[type="number"] {
    border: 1px solid #aaa;
    width: 100%;
}
/* CAPTCHA - NEW END */


/* OVERLAY 5 */
#overlay5 {
    position: fixed !important;
    z-index: 50000;
    left: 0 !important;
    right: 0;
    top: 20vw !important;
    margin: 0 auto !important;
}

#overlay5 p, 
#overlay7 p {
    height: auto !important;
}
/* OVERLAY 5 END */