﻿:root {
    --boja1: #3673a8;
    --boja2: #4da8f9;
    --boja3: #717171;
    --boja4: #f9f9f9;
    --boja5: #f2f0f0;
    --bojaBorder1: #c4c4c4;
    --bojaBorder2: #d9d9d9;
    --bojaBorder3: black;
    --Lightboja1: silver;
    --boja2rgba: 9,85,141;
    --bojaText1: white;
    --bojaText2: #1e1e1e;
    --bojaIkone: gray;
    --GradientOffset: 20%;
    --bojaLight1: silver;
}

#Logo {
    /*position: absolute;
    left: 0px;
    top: 50px;*/
    background:transparent;
    padding: 10px;
    display: inline-block;
    max-height: 15vh;
    overflow: clip;
    width: 100%;
    margin:2px;
}

.navbar-nav {
    text-align: center;
}

.nav a,
/*h1, h2, h3, h4, h5, h6, h7, h8,*/
.navbar-brand:not(:hover), .navbar-brand h8 {
    color: var(--bojaText1);
    /*text-shadow: 1px 1px 1px var(--bojaText2);
    */
    font-size: 16px;
}
/*a.dropdown-toggle{
     color: black !important;
     text-shadow:none !important;
}
*/
.dropdown-menu {
    /* background-color: var(--boja1) !important;
    */
    font-size: 15px;
}

    .dropdown-menu[role="combobox"]:hover, .dropdown-menu[role="listbox"]:hover, .dropdown-toggle:hover {
        /*   background-color: white !important;*/
        /*  color:black !important;*/
    }
/* .dropdown-toggle[aria-expanded="true"] > span {
     color: white !important;
}
*/
.nav.dropdown-menu > li > a, .nav a:hover {
    /*background-color: white !important;*/
    /*color: black !important; */
    /* text-shadow: 1px 1px 1px white !important;
    */
    /*bostrap select nevalja*/
}

/*.navbar,*/ footer, .nav-tabs
/*, #next, #previous, .btn-default*/ {
    /*background: #003c8a;
    */
    /*background: #224e6e;
    */
    background: var(--boja2);
}

.navbar-fixed-top {
    background: var(--boja2);
    position: absolute !important;
    background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
    background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
}

.nav-tabs > li.active > a {
    color: black !important;
    /*text-shadow: 1px 1px 1px white !important;
    */
}

.border-top-lg {
    border-top-color: var(--boja2);
}

.modal-header {
    /*background: #003c8a;
    */
    background-color: var(--boja2);
}

.ui-widget-header {
    background: #224e6e !important;
    color: white !important;
    text-shadow: 1px 1px 1px black !important;
}

.glyphicon {
    color: black;
    margin-top: 2px;
}

.fas {
    color: white;
    margin-top: 2px;
}


.chkcontainer input:checked ~ .checkmark {
    /*background-color: #003c8a;
    */
    background-color: var(--boja2);
}



.modal-header {
    color: white;
    padding: 10px;
}

.dropdown-menu > li > a {
    color: black !important;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a {
        background-color: var(--boja2) !important;
        color: white !important;
        text-shadow: 1px 1px 1px black !important;
    }

.ui-th-column, .firstcolumn {
    /* background-color: #003c8a;
    */
    background-color: var(--boja2);
}

.firstcolumn {
    opacity: 0.2;
}


.navbar-inverse, .ui-widget-header {
    background: var(--boja2) !important;
    color: white;
}




/*test*/
.ui-widget-content.ui-autocomplete {
    box-shadow: 1px 10px 10px var(--boja1);
}
/*fix dropdown icon pos*/
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: inherit !important;
}

/*nav bar vertical*/
input.larger {
    width: 20px;
    height: 20px;
    accent-color: var(--boja3);
}

input.medium {
    width: 15px;
    height: 15px;
    accent-color: var(--boja3);
}

@media (min-width: 969px) {
   /* .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

        .sidebar-nav .navbar ul:not {
            display: block;
        }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 0px;
            padding-bottom: 1px;
        }*/
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
    color: white;
    text-shadow: 1px 1px 1px var(--bojaText2) !important;
}

.navbar {
    border: none;
}

.navbar-link.user
/*[aria-expanded="false"]*/ {
    color: var(--bojaText1) !important;
    text-shadow: 1px 1px 1px var(--bojaText2) !important;
    border-bottom: 1px solid var(--boja1);
    font-family: barlow;
}

    .navbar-link.user[aria-expanded="true"], .navbar-link.user:hover {
        color: var(--boja1) !important;
        color: silver !important;
        text-shadow: none !important;
        background-color: var(--boja1) !important;
    }

    .navbar-link.user:hover {
        color: dimgray;
        text-shadow: none !important;
    }

.dropdown-toggle.navbar-link.user, .sidebar-navbar-collapse {
    background-color: var(--boja2);
    /* background: linear-gradient(170deg, var(--boja2) var(--GradientOffset), var(--boja1) 100%);*/
}

    .dropdown-toggle.navbar-link.user.level2 {
        background-color: var(--boja2);
        /* background: linear-gradient(170deg, var(--boja3) var(--GradientOffset), var(--boja2) 100%);*/
    }

.dropdown-menu.left.level2 > li > a.level2 {
    height: 40px;
    padding: 6px;
    padding-left: 40px;
}

.dropdown-menu.left.level2 > li > a > b {
    margin: 5px;
}

.dropdown-menu.left {
    /*margin-left: 250px;*/
    /* z-index: 9999;*/
    background: var(--boja4) !important;
    border: none !important;
    /* -moz-transition: all 1000ms ease;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        transition: all 1000ms ease;*/
    border-radius: unset;
}

    .dropdown-menu.left.level2 {
        /*margin-left: 250px;*/
        /* z-index: 9999;*/
        padding: 0px;
        background: var(--boja4) !important;
        border: none !important;
        /* -moz-transition: all 1000ms ease;
        -webkit-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        transition: all 1000ms ease;*/
        border-radius: unset;
    }



.nav-tabs > li > a {
    font-size: 15px !important;
}

.dropdown-header {
    /* padding: 1px 5px;*/
    font-size: 12px;
    line-height: 1.82;
    color: #000;
    text-transform: uppercase;
    margin-top: 1px;
    background: linear-gradient(90deg, var(--boja4), var(--boja5) 50%, var(--boja4) 100%);
    /* text-align: center;*/
    font-style: italic;
}

@media(min-width:969px) {
    .sidebar-nav, .navbar.navbar-default {
        height: 100vh;
    }

    .sidebar-nav {
        max-width: 300px;
        overflow-x: hidden;
    }
}



/*.navbar {
    background: linear-gradient(90deg, var(--boja2) 30%, var(--boja1) 100%);
}*/

    .navbar.vertical {
        background: linear-gradient(180deg, var(--boja2), var(--boja1) 100%);
        /* background: var(--boja1);*/
    }


#footerPublic {
    border-top: 1px solid black;
    min-height: 200px;
    text-shadow: 1px 1px 1px black;
    overflow:hidden;
}
.submit_button, #footerPublic {
    background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
}
#footerPublic > p {
    color: white;
    text-align: center;
    padding: 100px;
}
    .swal-text {
        max-height: 300px;
        overflow: auto;
    }








.btn.controls, .btn.headControls {
    min-height: 35px;
    /*  background: linear-gradient(0deg, var(--boja5), var(--boja4) 50%, var(--boja5) 100%);
    background: linear-gradient(45deg, var(--boja5) 10%, var(--boja4) 20%, var(--boja5) 60%);*/
    /* background: linear-gradient(90deg, var(--boja5) 0%, var(--boja4) 50%, var(--boja5) 100%);*/
    border-color: var(--boja5);
    border-radius: unset !important;
    background-color: white;
    opacity: 0.9;
    color: black;
}

    .btn.controls:hover, .btn.headControls:hover {
        min-height: 35px;
        /* background: linear-gradient(0deg, var(--boja5), var(--boja4) 50%, var(--boja5) 100%);
    */

        color: white !important;
        border-color: var(--bojaBorder1) !important;
        background-color: var(--boja2);
        text-shadow: unset !important;
        text-shadow: 1px 1px 1px var(--bojaText2) !important;
        opacity: 1;
        transition: 0.4s;
    }

        .btn.controls:hover > span {
            color: white !important;
            text-shadow: 1px 1px 1px var(--bojaText2) !important;
        }

#next.btn-default, #previous.btn-default {
    padding: 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--boja1);
    border: var(--boja2);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: var(--bojaBorder3);
}

.fa.large {
    font-size: 20px;
    text-shadow: 1px 1px 1px var(--bojaText2) !important;
}

#menuSearch {
    background-color: var(--boja3);
    color: white;
}

    #menuSearch:focus {
        border: 1px solid var(--boja2);
    }

    #menuSearch::placeholder {
        color: white;
        font-size: 13px;
        font-style: italic;
    }

.SpinTable > thead > tr.headertr > th {
    border-bottom: 1px solid var(--boja1) !important;
    border-top: 1px solid var(--boja1) !important;
}

    .SpinTable > thead > tr.headertr > th:not(.datatypehtml) {
        /* border-right: 1px solid var(--boja1) !important;*/
        border-left: 1px solid var(--boja1) !important;
    }

.pagerRight, .pagerLeft {
    color: var(--bojaText1);
}

.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover, #currentPage, #rowsPerPage {
    color: var(--bojaText1);
    background-color: var(--boja1);
    border: none;
}

    #currentPage:focus, #rowsPerPage:focus {
        color: var(--boja1) !important;
    }

.iconUserLogin, .glyphicon-lock {
    color: #7b7b7b;
}

.input-group.login {
    border: 1px solid #7b7b7b;
}

/**override*/



.h4, h4 {
    font-size: 17px;
    margin-top: 3px;
}

.icon-user.iconUserTopRight {
    font-size: 17px !important;
    line-height: 2;
    min-width: 30px;
    color: #f9f7f7;
}

#DropdownMenuInfo a.button {
    font-size: 0px !important;
}

.mainrightContainer {
    margin-top: 35px !important;
    margin-left: 5px;
    margin-bottom: 35px !important;
    display:inline-table !important;
}

footer {
    height: 30px;
    overflow: hidden;
    height: 100px !important;
    position: initial !important;
}

    footer > img {
        max-height: 20px !important;
    }

.SpinTable tr.focused > td {
    font-size: 14px;
}

.SpinTable tr > td {
    font-size: 13px;
}

.container {
    /* background: linear-gradient(180deg, var(--boja6) 50%, var(--boja4) 100%) !important;*/
}



@media (max-width: 969px) {
    .navbar-header {
        /* height: 35px !important;*/
    }
    /*    #Logo {
    display:none;
    }*/
}

.iconBars {
    line-height: 1.1;
}

#SPAcontainer {
    max-width: 900px;
   
    /*  margin: 0px auto;*/
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #bdbdbd;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mainContainer {
    height: auto !important;
    overflow: visible !important;
   /* display: flex;*/
   display:block !important;
    flex-direction: row;
   /* text-align: center;*/
    justify-content: center;
    /* align-items: center;*/
    overflow:clip;
    min-height:520px;
}

#navbartop {
    margin: 0px auto;
    overflow: visible;
    /*  width: fit-content;*/
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: white !important;
   
    /* overflow:hidden !important;*/
}
p.Partner {
    font-size: 1rem;
   /* font-family: 'Poppins' !important;*/
}


/*.nav a:not(:hover) {
    color: white;
    text-transform:capitalize;
}*/

.nav > li > a:hover {
    color: white !important;
}

.mainrightContainer {
    margin-top: 80px !important;
}

.navbar-nav > li > a {
    line-height: 1px;
}



span.icon-bar {
    margin: 0px auto;
}

.container-fluid {
    /*  background-color: var(--boja1);*/
}

.navbar {
    margin-bottom: 0;
    border-width: 1px 0;
    padding-left: 0;
    padding-right: 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: var(--boja2);
}

a.dropdown-toggle, li.navbar-link {
    min-width: 130px;
}

@media (min-width: 969px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

.navbar-toggle {
    height: 30px;
    width: 35px;
    padding: 1px !important;
    background: #f73434;
    display:none;/*sakrij zasad*/
}

/**/
.navbar-collapse.collapse {
   /* display: block !important;*/
}

.navbar-nav > li, .navbar-nav {
    float: right !important;
}

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

.navbar-right {
    float: right !important;
}

@media (max-width: 969px) {
    .navbar-header.userinfo, .navbar-brand.logo {
        display: none;
    }
    #SPAcontainer {
        margin-right: 5px;
        margin-left: 5px;
    }
    .container-fluid {
        overflow: hidden;
    }
}
.navbar-toggle {
    height: 30px;
    width: 35px;
    padding: 1px !important;
    background: var(--boja2);
}
/*.itiFormLabel {
text-align:left;
}*/

.navbar-link.top {
    padding: 0px;
   /* background: #ffffff30;*/
    margin: 1px;
}

    .navbar-link.top > a, .navbar-link.top > div {
        padding: 5px;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #f5f5f54a;
}

.navbar-nav > li > a {
    line-height: 1px;
}
span.fas {
    margin: 0px 5px 0px 5px;
}

.logo2 {
    float: left;
    height: 40px;
    margin: 10px;
}
@media (max-width: 969px) {
    .logo2 {
   height:15px;
    }
}
.navbar-link.user:hover {
    /*background-color: #ffffff30 !important;*/
    color: white !important;
}
@media (min-width: 969px) {
    #navbartop {
        padding-left: 100px;
    }
}
.fas:hover {
    color:white !important;
}
#topTraka {
    background: #eff2f7;
    height: 40px !important;
    min-height: 40px !important;
}
#topTrakaLogo {
    margin-top:40px;
    border-bottom: 1px solid #eff2f7;
}
html {
    font-size: 17px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #333333;
}

a {
    color: #004f83;
    transition: all 0.2s;
}

    a:hover {
        color: #004f83;
        transition: all 0.2s;
    }

label {
    margin-bottom: .1rem;
}

.h1,
h1 {
    font-size: 1.95rem
}

.h2,
h2 {
    font-size: 1.8rem
}

.h3,
h3 {
    font-size: 1.6rem
}

.h4,
h4 {
    font-size: 1.4rem
}

.h5,
h5 {
    font-size: 1.1rem
}

.h6,
h6 {
    font-size: 1.05rem
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #eff2f7;
}

@media screen and (min-width: 1450px) {
    .container {
        max-width: 1370px;
    }
}

.btn:not(.dropdown-toggle) {
    border-radius: 2.5rem;
    padding: 0.4rem 2rem;
}

.btn-partner-primary,
.btn-white {
    background-color: #004f82;
    border-color: #004f82;
    color: #FFF;
}

    .btn-partner-primary:hover,
    .btn-white:hover {
        background-color: #0d4777;
        border-color: #0d4777;
        color: #FFF;
    }

    .btn-partner-primary:not(:disabled):not(.disabled).active,
    .btn-partner-primary:not(:disabled):not(.disabled):active,
    .show > .btn-partner-primary.dropdown-toggle,
    .btn-white:not(:disabled):not(.disabled).active,
    .btn-white:not(:disabled):not(.disabled):active,
    .show > .btn-white.dropdown-toggle {
        background-color: #0d4777;
        border-color: #0d4777;
        color: #FFF;
    }

        .btn-partner-primary:not(:disabled):not(.disabled).active:focus,
        .btn-partner-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-partner-primary.dropdown-toggle:focus,
        .btn-partner-primary.focus,
        .btn-partner-primary:focus,
        .btn-white:not(:disabled):not(.disabled).active:focus,
        .btn-white:not(:disabled):not(.disabled):active:focus,
        .show > .btn-white.dropdown-toggle:focus,
        .btn-white.focus,
        .btn-white:focus {
            box-shadow: 0 0 0 .2rem rgba(0, 79, 130 .2) !important;
        }

.btn-partner-secondary {
    background-color: #FFF;
    border-color: #004f82;
    color: #004f82;
}

    .btn-partner-secondary:hover {
        background-color: #0d4777;
        border-color: #0d4777;
        color: #FFF
    }

    .btn-partner-secondary:not(:disabled):not(.disabled).active,
    .btn-partner-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-partner-secondary.dropdown-toggle {
        background-color: #0d4777;
        border-color: #0d4777;
        color: #FFF
    }

        .btn-partner-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-partner-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-partner-secondary.dropdown-toggle:focus,
        .btn-partner-secondary.focus,
        .btn-partner-secondary:focus {
            box-shadow: 0 0 0 .2rem rgba(0, 79, 130 .2) !important;
        }

.btn-partner-green {
    background-color: #558811;
    border-color: #558811;
    color: #FFF;
}

    .btn-partner-green:hover {
        background-color: #FFF;
        border-color: #558811;
        color: #558811;
    }

    .btn-partner-green:not(:disabled):not(.disabled).active,
    .btn-partner-green:not(:disabled):not(.disabled):active,
    .show > .btn-partner-green.dropdown-toggle {
        background-color: #FFF;
        border-color: #558811;
        color: #558811;
    }

        .btn-partner-green:not(:disabled):not(.disabled).active:focus,
        .btn-partner-green:not(:disabled):not(.disabled):active:focus,
        .show > .btn-partner-green.dropdown-toggle:focus,
        .btn-partner-green.focus,
        .btn-partner-green:focus {
            box-shadow: 0 0 0 .2rem rgba(7, 130, 11 .2) !important;
        }

.px-15 {
    padding: 0 15px !important;
}

.py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.form-control {
    color: #7a8490;
    border: 1px solid #7a8490;
}

    .form-control:focus {
        color: #333;
        border-color: #004f83;
        box-shadow: 0 0 0 .2rem rgba(0, 79, 131, .15);
    }

.title {
    color: #333;
    margin-bottom: 1rem;
}


/* Top header */

.top-header {
    background: #eff2f7;
    font-size: 0.95rem;
    padding: 0.3rem 0;
}

@media screen and (max-width: 1199px) {
    .top-header {
        display: none;
    }
}

.top-header .fas,
.top-header .fab,
.top-header .far {
    color: #004f83;
    font-size: 0.8rem;
}

.top-header span {
    font-weight: 500;
}

.top-header .top-header-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .top-header .top-header-nav li {
        display: inline-block;
        margin-right: 1rem;
    }

        .top-header .top-header-nav li:last-child {
            margin-right: 0;
        }

        .top-header .top-header-nav li:after {
            content: '/';
            color: #d8dbdf;
            position: absolute;
            margin-left: 0.5rem;
        }

        .top-header .top-header-nav li:last-child::after {
            content: '';
        }

        .top-header .top-header-nav li a {
            color: #004f83;
        }

            .top-header .top-header-nav li a:hover,
            .top-header .top-header-nav li a:focus {
                color: #004f83;
                text-decoration: none;
            }

    .top-header .top-header-nav.info {
        text-align: right;
    }

        .top-header .top-header-nav.info li:after {
            content: '';
        }


/* Header */

header {
    background-color: #FFF;
    border-bottom: 1px solid #eff2f7;
}

.navbar-brand {
    margin-right: 1.5rem;
}


/* Navigation */

.navbar-light .navbar-nav .nav-link {
    color: #7a8490;
}

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #333;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #333;
    }

.navbar-light .navbar-nav .dropdown-item {
    color: #7a8490;
    transition: all 0.2s;
}

    .navbar-light .navbar-nav .dropdown-item:focus,
    .navbar-light .navbar-nav .dropdown-item:hover {
        color: #333;
        background-color: transparent;
        transition: all 0.2s;
    }

.navbar-light .navbar-nav > li a.disabled,
.navbar-light .navbar-nav .nav-link.disabled a {
    color: #7a8490 !important;
    font-weight: 500 !important;
}

@media screen and (min-width: 1200px) {
    .nav-item.mobile {
        display: none !important;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
}

@media screen and (min-width: 1200px) {
    .cw-100 {
        width: 100%;
    }

    .navbar-light .dropdown-menu {
        margin: 1.2rem 0 0 0;
        border-radius: 0;
        -webkit-border-bottom-right-radius: 0.5rem;
        -webkit-border-bottom-left-radius: 0.5rem;
        -moz-border-radius-bottomright: 0.5rem;
        -moz-border-radius-bottomleft: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        border: 1px solid #eff2f7;
        border-top: 0;
    }

    .navbar-light .navbar-nav > li {
        position: relative;
        margin: 0 0.2rem;
    }

        .navbar-light .navbar-nav > li::before {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            border-radius: 2px;
            background: #FFF;
            transition: width .2s;
            bottom: 0;
            position: absolute;
        }

        .navbar-light .navbar-nav > li::before {
            background: #004f83;
        }

        .navbar-light .navbar-nav > li:hover::before,
        .navbar-light .navbar-nav > li.show::before,
        .navbar-light .navbar-nav > li.active::before {
            width: 100%;
        }

        .navbar-light .navbar-nav > li.disabled:hover::before,
        .navbar-light .navbar-nav > li.disabled.show::before,
        .navbar-light .navbar-nav > li.disabled.active::before {
            width: 0%;
        }

        .navbar-light .navbar-nav > li:last-child:hover::before,
        .navbar-light .navbar-nav > li:last-child.show::before,
        .navbar-light .navbar-nav > li:last-child.active::before {
            width: 0%;
        }

    .animate {
        animation-duration: 0.2s;
        -webkit-animation-duration: 0.2s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    @keyframes slideIn {
        0% {
            transform: translateY(-1rem);
            opacity: 0;
        }

        100% {
            transform: translateY(0rem);
            opacity: 1;
        }

        0% {
            transform: translateY(-1rem);
            opacity: 0;
        }
    }

    @-webkit-keyframes slideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 1;
        }

        0% {
            -webkit-transform: translateY(-1rem);
            -webkit-opacity: 0;
        }
    }

    .slideIn {
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
    }

    #search span {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .mobile-header {
        width: 100%;
    }

    .navbar-light .search-box form input {
        padding-left: 0;
    }

    .dropdown-menu {
        border: 0;
        padding: 0;
    }

        .dropdown-menu a {
            padding: 0.3rem 0.5rem;
        }

    #menu-list {
        border-top: 1px solid #eff2f7;
        margin-bottom: 0.7rem;
    }

        #menu-list li {
            border-bottom: 1px solid #eff2f7;
        }

    .cw-100 {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    #search .fas {
        position: absolute;
        right: 0.75rem;
        top: 0.7rem;
    }
}

.menu-button {
    float: right;
    margin-top: 2rem;
}

#partner-menu {
    width: 35px;
    height: 26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 0;
}

    #partner-menu span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #333;
        border-radius: 4px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #partner-menu span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #partner-menu span:nth-child(2) {
            top: 11px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #partner-menu span:nth-child(3) {
            top: 22px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    #partner-menu.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 5px;
    }

    #partner-menu.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #partner-menu.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 23px;
        left: 5px;
    }


/* Search */

#navbarNav {
    position: relative;
}

.navbar-light #search {
    cursor: pointer;
}

.navbar-light .search-box {
    overflow: hidden !important;
    background-color: #FFF;
    min-height: 3rem;
    position: absolute;
    width: 0%;
    transition: width 0.5s;
    right: 0;
    top: 0;
}

    .navbar-light .search-box form {
        width: 100%;
        min-width: 450px;
    }

        .navbar-light .search-box form input {
            border: 0;
            padding-right: 2rem;
            border-bottom: 1px solid #eff2f7;
            border-radius: 0;
        }

            .navbar-light .search-box form input:focus {
                border: 0;
                border-bottom: 1px solid #004f83;
                box-shadow: unset;
            }

.navbar-light .btn.btn-search-header {
    position: absolute;
    right: 0;
    top: 0.11rem;
    padding: 0.3rem;
    padding-right: 0.67rem;
    color: #333;
    background-color: transparent;
}

.navbar-light .search-result-box {
    max-height: 7rem;
    overflow-y: scroll;
    border: 1px solid #eff2f7;
    border-top: 0;
    margin-top: -1px;
}

.navbar-light .search-result {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .navbar-light .search-result li {
        padding: .5rem .75rem .25rem .75rem;
    }

        .navbar-light .search-result li a {
            color: #7a8490;
            text-decoration: none;
            width: 100%;
            display: block;
        }

        .navbar-light .search-result li:hover a {
            color: #333;
        }

#header.fix-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 90;
}

.fix-header-margin {
    margin-top: 90px;
}

@media screen and (max-width: 1199px) {
    #header.fix-header .info-box {
        display: none !important;
    }
}


/* Info box */

.info-box {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 1200px) {
    .info-box {
        border-left: 1px solid #eff2f7;
        margin-bottom: 0;
    }
}

.info-box .box {
    display: inline-block;
    margin: 0 0.6rem;
    text-decoration: none;
}

.info-box .fas,
.info-box .fab {
    font-size: 1.5rem;
    color: #665CAC;
}

.info-box .info-subtitle {
    font-size: 0.7rem;
    line-height: 0.8rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    color: #7a8490;
}

.info-box .info-title {
    color: #333;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

@media screen and (min-width: 500px) {
    .info-box {
        pointer-events: none;
    }
}

/* All credits */
.all-credits {
    background: #FFF;
    padding: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-radius-bottomright: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

    .all-credits ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .all-credits ul li {
            display: inline-block;
            margin: 0.25rem 0;
            margin-right: 1rem;
            font-weight: 500;
        }

        .all-credits ul a {
            border: 1px solid #004f83;
            padding: 0.25rem 0.5rem;
            display: block;
            border-radius: 1.5rem;
            text-decoration: none;
            font-weight: 400;
            transition: all 0.2s;
        }

            .all-credits ul a:hover,
            .all-credits ul a:focus {
                border: 1px solid #004f83;
                background-color: #004f83;
                color: #FFF;
                transition: all 0.2s;
            }


/* Slider and Calculator */

.slider-calculator {
    min-height: 80vh;
    background-color: #eff2f7;
    background-size: cover !important;
    background-position: center center;
}

    .slider-calculator > .container > .row {
        min-height: 80vh;
    }

@media screen and (max-width: 991px) {
    .slider-calculator {
        background: #eff2f7;
    }
}

@media screen and (max-height: 1300px) {
    #carouselPartnerCaptions {
        min-height: auto !important;
    }
}

@media screen and (min-width: 1300px) {
    #carouselPartnerCaptions {
        min-height: 13rem !important;
    }
}

@media screen and (min-width: 1450px) {
    #carouselPartnerCaptions {
        min-height: 12rem !important;
    }
}


.slider-calculator .carousel-indicators {
    bottom: -2rem;
}

.slider-calculator .caruselBox {
    background: rgba(0,0,0,0.5);
    border-radius: 0.5rem;
}

@media screen and (max-width: 991px) {
    .slider-calculator .caruselBox {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
}

.slider-calculator .content-container,
.slider-calculator .content-container h1,
.slider-calculator .content-container p {
    color: #FFF;
}

@media screen and (max-width: 991px) {
    .slider-calculator {
        text-align: center;
    }

        .slider-calculator h1 {
            font-size: 2rem;
        }
        /* .slider-calculator .content-container p {
        display: none;
    } */
        .slider-calculator .carousel-indicators {
            bottom: -3.5rem;
        }

        .slider-calculator .content-container {
            height: 7.5rem;
            overflow: hidden;
        }

        .slider-calculator .caruselBox {
            margin-top: 1rem;
        }
}

@media screen and (max-width: 500px) {
    .slider-calculator .content-container {
        height: 10rem;
        overflow: hidden;
    }
}

@media screen and (max-width: 390px) {
    .slider-calculator .content-container {
        height: 13rem;
        overflow: hidden;
    }
}

.slider-calculator .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
    border: 1px solid #004f82;
    border-radius: 50%;
    opacity: 1;
}

    .slider-calculator .carousel-indicators li.active {
        width: 1rem;
        height: 1rem;
        background-color: #004f82;
        border: 1px solid #004f82;
    }

.calculator {
    max-width: 460px;
    margin: 0 auto;
    border-radius: 0.5rem;
    background-color: rgba(0, 79, 130, 0.98);
    padding: 15px;
    text-align: center;
    position: relative;
}

#calculator .credit-title {
    font-weight: 500;
}

#calculator .animation {
    color: #FFF !important;
}

/* .calculator .form-control {
    color: #004f82;
    font-weight: 500;
    background-color: transparent;
} */

.calculator .calculator-intro-text {
    font-size: 0.9rem;
}

.range-row {
    text-align: center;
}

    .range-row .c-month,
    .range-row .c-money,
    .c-loan,
    .c-sum,
    .eks {
        font-weight: 500;
        color: #FFF;
    }

.eks-text {
    font-weight: 600;
}

.range-slider::-ms-fill-lower {
    background: white;
}

.range-slider::-ms-fill-upper {
    background: white;
}

.range-slider::-ms-thumb {
    background: #558811;
}

@supports not (-ms-high-contrast: none) {
    .range-slider {
        width: 100%;
    }

    .range-slider {
        -webkit-appearance: none;
        width: 100%;
        height: 0.3rem;
        background: #FFF;
        outline: none;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        .range-slider:hover {
            opacity: 1;
        }

        .range-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 30px;
            height: 30px;
            background-color: #558811;
            background-image: url('../img/left-and-right.png');
            background-size: 30px 30px;
            cursor: pointer;
            border-radius: 50%;
            border: 0;
        }

        .range-slider::-moz-range-thumb {
            width: 30px;
            height: 30px;
            background-color: #558811;
            background-image: url('../img/left-and-right.png');
            background-size: 30px 30px;
            cursor: pointer;
            border-radius: 50%;
            border: 0;
        }
}

.calculator::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    -webkit-box-shadow: 0 0 0 0 #004f82;
    box-shadow: 0 0 0 0 #004f82;
    -webkit-animation: credit-calculator 2s infinite;
    animation: credit-calculator 2s infinite;
    animation-delay: 0s;
    opacity: 0.5;
    z-index: 0;
    border-radius: 0.5rem;
}

@-webkit-keyframes credit-calculator {
    70% {
        -webkit-box-shadow: 0 0 0 15px #FFF;
        box-shadow: 0 0 0 15px #FFF;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #FFF;
        box-shadow: 0 0 0 0 #FFF;
        opacity: 0;
    }
}

@keyframes credit-calculator {
    70% {
        -webkit-box-shadow: 0 0 0 15px #FFF;
        box-shadow: 0 0 0 15px #FFF;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #FFF;
        box-shadow: 0 0 0 0 #FFF;
        opacity: 0;
    }
}

.calculator .animation {
    z-index: 1;
    position: relative;
}

.slider-calculator .carousel,
.slider-calculator .calculator {
    margin: 2rem auto 2rem auto;
}

@media screen and (max-width: 991px) {
    .slider-calculator .carousel {
        margin: 2rem auto 4rem auto;
    }
}

/* Credists */

.credits .credit-box {
    text-align: center;
    margin: 1rem auto;
    text-decoration: none;
    display: block;
}

@media screen and (max-width: 991px) {
    .credits .credit-box h1 {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 991px) {
    .section-credit a:before, .section-credit a:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border-color: #558811;
        border-style: solid;
        border-width: 0;
        -webkit-transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
        -moz-transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
        transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
        -webkit-transform: translate(0px, 0px) scale(0.8);
        -moz-transform: translate(0px, 0px) scale(0.8);
        -ms-transform: translate(0px, 0px) scale(0.8);
        -o-transform: translate(0px, 0px) scale(0.8);
        transform: translate(0px, 0px) scale(0.8);
        opacity: 0;
    }

    .section-credit a:before {
        left: 0;
        bottom: 0;
        border-bottom-width: 1px;
        border-left-width: 1px;
    }

    .section-credit a:after {
        top: 0;
        right: 0;
        border-top-width: 1px;
        border-right-width: 1px;
    }

    .section-credit a:hover:before, .section-credit a:hover:after {
        -webkit-transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
        -moz-transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
        transition: all 2s cubic-bezier(0.14, 1.13, 0, 0.91);
        opacity: 1;
    }

    .section-credit a:hover:before {
        -webkit-transform: translate(15px, 0) scale(1);
        -moz-transform: translate(15px, 0) scale(1);
        -ms-transform: translate(15px, 0) scale(1);
        -o-transform: translate(15px, 0) scale(1);
        transform: translate(15px, 0) scale(1);
        border-bottom-width: 12px;
        border-left-width: 12px;
    }

    .section-credit a:hover:after {
        -webkit-transform: translate(-15, 0) scale(1);
        -moz-transform: translate(-15px, 0) scale(1);
        -ms-transform: translate(-15px, 0) scale(1);
        -o-transform: translate(-15px, 0) scale(1);
        transform: translate(-15px, 0) scale(1);
        border-top-width: 12px;
        border-right-width: 12px;
    }
}

/* News */

.news .title {
    float: left;
}

@media screen and (max-width: 991px) {
    .news .title-res {
        margin-top: 2rem;
    }
}

.news .show-more {
    float: right;
    margin-top: 0.5rem;
    text-decoration: none;
}

.news .news-box {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.news-box .news-img {
    position: relative;
    border-radius: 0.5rem;
    display: block;
    width: 100%;
    height: 11rem;
    min-height: 11rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    background-color: #52a9d8;
}

@media screen and (max-width: 991px) {
    .news-box .news-img {
        height: 13rem;
        min-height: 13rem;
    }
}

.news-box .news-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-box h3 {
    font-size: 1.4rem;
    padding: 15px;
    margin: 0;
}

/* Custom */
.custom {
    background-color: #eff2f7;
    text-align: center;
    background-image: url('../img/custom-bg.svg');
}

    .custom .title {
        color: #004f82;
    }

    .custom p {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

/* Newsletter */

.newsletter {
    background-color: #292929;
    color: #FFF;
}

    .newsletter .input-group {
        background-color: #FFF;
        border-radius: 3rem;
        overflow: hidden;
    }

    .newsletter input {
        border: 0;
        height: 3rem;
        padding-left: 1.5rem;
    }

        .newsletter input:not(:disabled):not(.disabled).active:focus,
        .newsletter input:not(:disabled):not(.disabled):active:focus,
        .show > .newsletter input.dropdown-toggle:focus,
        .newsletter input.focus,
        .newsletter input:focus {
            box-shadow: unset !important;
        }

    .newsletter .btn {
        margin-top: 0.3rem;
        margin-right: 0.3rem;
    }

@media screen and (max-width: 991px) {
    .newsletter {
        text-align: center;
    }

        .newsletter h2 {
            margin-bottom: 1rem !important;
        }
}

/* Footer */

.footer {
    background-color: #222222;
    color: #AEAEAE;
    font-size: 0.9rem;
}

    .footer a {
        color: #AEAEAE;
        text-decoration: none;
        font-size: 1rem;
    }

        .footer a:hover {
            color: #FFF;
        }

    .footer h3 {
        font-size: 1.3rem;
        color: #FFF;
    }

    .footer .contact {
        background: rgba(0,0,0,0.2);
        padding: 1rem;
        border-radius: 0.5rem;
    }

        .footer .contact ul {
            list-style: none;
        }

    .footer .select-location {
        font-size: 1rem;
        background-color: #FFF;
        border: 0;
    }

    .footer .contact ul li {
        margin: 0.1rem 0;
        letter-spacing: 0.02rem;
        padding: 0.2rem 0;
        border-bottom: 1px solid #222222;
    }

    .footer .contact ul a {
        width: 100%;
    }

        .footer .contact ul a .fas {
            color: #FFF;
            margin-right: 0.5rem;
        }

    .footer .contact ul li name {
        margin-left: 1.8rem;
        padding-top: 0.6rem;
        display: block;
        font-weight: 500;
    }

    .footer ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer ul.menu li {
            margin: 0.2rem 0;
        }

        .footer ul.menu a {
            display: table;
            width: 100%;
        }

@media screen and (max-width: 991px) {
    .footer ul.menu {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.footer .social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .footer .social li {
        display: inline-block;
        margin: 0 0.5rem;
    }

        .footer .social li a {
            font-size: 2rem;
            text-align: center;
        }

@media screen and (max-width: 991px) {
    .footer,
    .footer ul.menu {
        text-align: center;
    }

        .footer .contact {
            margin: 2rem 0;
        }

        .footer .social {
            text-align: center;
        }
}

#footer .contact .btn-partner-green {
    font-size: 0.97rem;
    font-weight: 300 !important;
    color: #FFF;
    padding: 0.415rem 0.25rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

    #footer .contact .btn-partner-green:hover {
        color: #558811;
    }

    #footer .contact .btn-partner-green:focus {
        color: #fff;
    }

        #footer .contact .btn-partner-green:focus:hover {
            color: #558811;
        }

@media screen and (max-width: 1199px) {
    #footer .contact .btn-partner-green {
        margin-left: 0;
        margin-top: 0.5rem;
    }
}

/* Copyright */

.copyright {
    background-color: #1b1b1b;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    text-align: center;
    color: #AEAEAE;
}

    .copyright a {
        color: #AEAEAE;
        text-decoration: none;
        font-size: 1rem;
    }

        .copyright a:hover {
            color: #FFF;
        }

@media screen and (max-width: 991px) {
    .copyright {
        text-align: left;
    }
}

/* phone form */

.phone-form-button {
    position: fixed;
    top: 13.5rem;
    right: 15px;
    width: 75px;
    height: 75px;
    background-color: #558811;
    border: 1px solid #558811;
    text-align: center;
    line-height: 75px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px;
    font-size: 2rem;
    color: #FFF;
    cursor: pointer;
    z-index: 5;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

    .phone-form-button::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        -webkit-box-shadow: 0 0 0 0 #558811;
        box-shadow: 0 0 0 0 #558811;
        -webkit-animation: phone-form-button 2s infinite;
        animation: phone-form-button 2s infinite;
        animation-delay: 0s;
        opacity: 0.5;
        z-index: 0;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
    }

    .phone-form-button:hover {
        background-color: #FFF;
        color: #558811;
    }

@-webkit-keyframes phone-form-button {
    70% {
        -webkit-box-shadow: 0 0 0 15px #558811;
        box-shadow: 0 0 0 15px #558811;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #558811;
        box-shadow: 0 0 0 0 #558811;
        opacity: 0;
    }
}

@keyframes phone-form-button {
    70% {
        -webkit-box-shadow: 0 0 0 15px #558811;
        box-shadow: 0 0 0 15px #558811;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #558811;
        box-shadow: 0 0 0 0 #558811;
        opacity: 0;
    }
}

.phone-form-button i {
    transition: all 0.3s linear !important;
    animation-name: animate_rotate;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes animate_rotate {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%, 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%, 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

#calculator .btn-partner-green {
    transition: all 0.3s linear !important;
    animation-name: animate_blink;
    animation-delay: 0s;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 1.2rem;
}

@keyframes animate_blink {
    0%, 100%, 50% {
        background-color: #FFF;
        color: #558811;
    }

    10%, 30% {
        background-color: #558811;
        color: #FFF;
    }

    20%, 40% {
        background-color: #FFF;
        color: #558811;
    }
}

/* Video section */

.video {
    min-height: 45vh;
    background-color: #eff2f7;
    background-image: url('../img/home-bg.svg'), url('../img/home-bg-2.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 370px, cover;
    background-position: right bottom;
}

@media screen and (max-width: 991px) {
    .video {
        background-image: url('../img/home-bg-2.svg');
        background-size: cover;
    }
}

/* Single page */

.page-title {
    background-color: #eff2f7;
    padding: 2rem 0;
    background-size: cover;
    background-position: center;
}

    .page-title h1 {
        color: #333;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2);
    }

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 0.95rem;
}

    .breadcrumb a {
        color: #333;
        text-decoration: none;
        font-weight: 400;
        text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.1);
    }

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
    color: rgba(0,0,0,0.3);
}

.social-share {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .social-share li {
        display: inline-block;
        margin: 0 0.3rem;
    }

        .social-share li a {
            font-size: 1.5rem;
            text-align: center;
        }

    .social-share .fb {
        color: #3b5997;
    }

    .social-share .tw {
        color: #18a8f3;
    }

    .social-share .li {
        color: #007bb9;
    }

    .social-share .en {
        color: #2b76ed;
    }

    .social-share .vi {
        color: #7d51a0;
    }

@media screen and (max-width: 991px) {
    .page-title h1 {
        font-size: 1.7rem;
    }

    .social-share,
    .page-title h1 {
        text-align: center;
    }

    .breadcrumb {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.page-content {
    padding: 1rem 0;
}

    .page-content img {
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        max-width: 100%;
        height: auto;
    }

    .page-content table {
        /* min-width: 100%; */
        border: 1px solid #eff2f7;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.025);
}

.page-content table p {
    margin: 0;
}

.page-content .table td,
.page-content .table th {
    vertical-align: middle;
    border-color: #eff2f7;
}

.page-content b,
.page-content strong {
    font-weight: 500 !important;
}

h5.section-title {
    width: 100%;
    padding: 0.25rem 0;
    font-weight: 500 !important;
    margin: 1.5rem 0 0.7rem;
    border-bottom: 1px solid #eff2f7;
    color: #004f82;
    font-size: 1.45rem !important;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}

.page-content h1 {
    font-size: 1.6rem;
    font-weight: 400;
}

.page-content h2 {
    font-size: 1.45rem;
    font-weight: 400;
}

.page-content h3 {
    font-size: 1.3rem;
    font-weight: 400;
}

.page-content h4 {
    font-size: 1.2rem;
    font-weight: 400;
}

.page-content h5 {
    font-size: 1.1rem;
    font-weight: 400;
}

.page-content table .h5,
.page-content table h5,
.page-content table .h4,
.page-content table h4,
.page-content table .h3,
.page-content table h3 {
    background-color: transparent;
    width: 100%;
    padding: 0;
    border-radius: 0;
    font-weight: 500;
    margin: 0;
}


.page-content p {
    margin-bottom: 0.5rem;
}

.page-sidebar {
    padding: 1rem 0;
}

    .page-sidebar .widget {
        margin-bottom: 2rem;
    }

        .page-sidebar .widget h3,
        .page-sidebar .widget h2,
        .page-sidebar .widget h1 {
            font-size: 1.3rem;
        }

.widget #calculator .btn-partner-green {
    font-size: 1rem;
}

.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-item {
    text-decoration: none !important;
    margin-top: 1rem;
    display: block;
    max-width: 427px;
    margin: 0 auto;
}

    .list-item .list-item-img {
        margin-top: 1rem;
        position: relative;
        display: block;
        width: 100%;
        height: 12rem;
        min-height: 12rem;
        overflow: hidden;
        text-align: center;
        background: #eff2f7;
        padding: 0.5rem;
        -webkit-border-top-left-radius: 0.5rem;
        -webkit-border-top-right-radius: 0.5rem;
        -moz-border-radius-topleft: 0.5rem;
        -moz-border-radius-topright: 0.5rem;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        max-width: 427px;
    }

@media screen and (min-width: 1400px) {
    .list-item .list-item-img {
        margin-top: 1rem;
        position: relative;
        display: block;
        width: 100%;
        height: 14rem;
        min-height: 14rem;
        overflow: hidden;
        text-align: center;
        background: #eff2f7;
        padding: 0.5rem;
        -webkit-border-top-left-radius: 0.5rem;
        -webkit-border-top-right-radius: 0.5rem;
        -moz-border-radius-topleft: 0.5rem;
        -moz-border-radius-topright: 0.5rem;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        max-width: 427px;
    }
}

.list-item .list-item-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 0.5rem;
}

.list-item h4 {
    font-size: 1rem;
    background: #eff2f7;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-radius-bottomright: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    color: #333;
}

.page-content .list-item h4 {
    font-size: 1.2rem;
}

.list-item .cat-name {
    position: absolute;
    bottom: 0.75rem;
    background: rgba(0,0,0,0.2);
    font-size: 0.85rem;
    right: 0.75rem;
    color: #FFF;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
}

/* Pagination */

.page-link {
    color: #004f82;
    background-color: #fff;
    border: 1px solid #eff2f7;
}

    .page-link:hover {
        color: #004f82;
    }

    .page-link:focus {
        box-shadow: 0 0 0 .2rem rgba(0, 79, 130 .2) !important;
    }

.page-item.active .page-link {
    background-color: #004f82;
    border-color: #004f82;
}

/* Error */

.page-content #error-page {
    min-height: calc(100vh - 34px - 90px - 256px - 42.5px - 2rem);
    display: flex;
}

    .page-content #error-page .content {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

#error-page .content > i {
    font-size: 8rem;
    color: #7a8490;
}

#error-page .content h1 {
    background-color: transparent;
}

/* Modal */

.modal-content .modal-title,
.modal-content h6 {
    color: #333 !important;
}

.modal-body li a,
.modal-body li a i {
    color: #333 !important;
}

    .modal-body li a:hover,
    .modal-body li a:hover i {
        color: #004f82 !important;
    }

.modal-body li {
    border-color: rgba(0,0,0,.125) !important;
}

/* Youtube video fix */
.page-content [data-oembed-url] > div {
    width: 100%;
    max-width: 100% !important;
}

/* popUp Modal */

#popUpModal .modal-content {
    border: 0 !important;
    border-radius: 0 !important;
}

#popUpModal .close {
    position: absolute;
    z-index: 99;
    text-shadow: unset;
    background: #FFF !important;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    text-align: center;
    color: #333 !important;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

a.file-pdf {
    background-image: url('/../partner/img/th.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 36px;
}

.widget-btn:hover {
    text-decoration: underline !important;
}

.video-box {
    width: 100% !important;
}

    .video-box p {
        margin: 0;
        padding: 0;
    }

    .video-box h1,
    .video-box h2,
    .video-box h3 {
        margin-bottom: 1rem;
    }

.calculator-info {
    text-align: left;
    padding-left: 40px;
    font-size: 14px;
}

.calculator-info-right {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
}

.cr-informations {
    margin-top: 15px;
}

.divider {
    height: 5px;
    background-color: #7D7D7D;
    margin-top: 5px;
}




/* Zahjtev za mikorkredit forma */


.steps {
    width: 80%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
   /* max-width: 900px;*/
   margin:auto;
}

.step-line {
    width: 300px;
    height: 2px;
    transition: 0.2s;
    position: relative;
    background-color: rgb(122,132,158);
    z-index: 1;
}

.step-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50px;
    height: 50px;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    top: -25px;
    margin-left: 80px;
    background-color: rgb(122,132,158);
}

.step-arrow {
    top: -25px;
    margin-left: 80px;
}

.active-step {
    background-color: rgba(0, 79, 130, 0.98);
}

.form-container {
    min-height: 70%;
    min-height: -webkit-calc(100% - 186px);
    min-height: -moz-calc(100% - 187px);
    min-height: calc(100% - 186px);
    margin-bottom: 80px;
}
.swal-footer {
    background-color: var(--boja1) !important;
}
.mk-input {
    height: 50px;
    border: solid 0.1px rgb(231, 231, 231);
    margin-top: 20px;
    color: black;
}

.card-footer {
    display: inherit;
    justify-content: space-between;
    align-items: center;
}

.form-btn-next {
    background-color: #558811;
    border: solid 0.5px #3d630c;
    color: white;
}

    .form-btn-next:hover {
        background-color: #72aa28;
        border: solid 0.5px #3d630c;
        color: white;
    }

.form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
}

    .form-header span {
        color: #7A849E;
    }

.form-title {
    display: flex;
    position: relative;
}

.form-header-text {
    margin-left: 110px;
}

.header-lines {
    position: absolute;
    bottom: 10px;
    left: -3px;
}

.header-line1 {
    position: absolute;
    background-color: #DFDFDF;
    width: 0.5px;
    height: 10px;
}

.header-line2 {
    background-color: #DFDFDF;
    width: 100px;
    height: 0.5px;
}


.tabs {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 50px;
}

.tab {
    margin: 0 2rem;
    list-style: none;
}

    .tab a {
        display: block;
        position: relative;
        padding: 0.2em 0;
        font-size: 20px;
        color: #7a8490;
        transition: 0.2s;
        text-decoration: none;
    }

        .tab a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: -1px;
            width: 100%;
            height: 0.1em;
            background-color: #004f82;
            opacity: 0;
            transition: opacity 200ms, transform 200ms;
        }

        .tab a:hover {
            color: #4c4f52;
        }

            .tab a:hover::after,
            .tab a:focus::after {
                opacity: 1;
                transform: translate3d(0, 0.2em, 0);
            }
    /* Slide in */
    .tab a {
        overflow: hidden;
    }

        .tab a::after {
            opacity: 1;
            transform: translate3d(-100%, 0, 0);
        }

        .tab a:hover::after,
        .tab a:focus::after {
            transform: translate3d(0, 0, 0);
        }

.active-tab a {
    color: #4c4f52;
}

    .active-tab a::after {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

.card-select {
    height: 50px;
    border: solid 0.1px rgb(231, 231, 231);
    width: 40%;
    border-radius: 5px;
    padding-left: 5px;
    color: #7a8490;
}

.card-header-files {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-file {
    width: 50%;
    height: 45px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
}

.hide-input {
    display: none;
}

.show-input {
    display: block;
}

.custom-file label::after {
    height: 43px;
    padding-top: 10px;
    content: "Pretraži";
}

.custom-file label {
    color: #7a8490;
    padding-top: 10px;
    height: 45px;
    border: solid 0.1px rgb(231, 231, 231);
    border-radius: 5px;
}

.form-check-box {
    height: auto;
}

    .form-check-box input[type='checkbox'] {
        transform: scale(1.5);
        margin-bottom: 15px;
    }

        .form-check-box input[type='checkbox']:hover {
            cursor: pointer;
        }

/* Responsive zahtjev za mikrokredit */
@media only screen and (max-width: 990px) {
    .step-container {
        margin-left: auto;
    }

    .card-header-files {
        flex-direction: column;
    }

    .custom-file, .card-select {
        width: 100%;
    }

    .custom-file {
        margin-top: 15px;
    }

    .form-container {
        margin-bottom: 250px;
    }

    .tabs {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .step-line {
        width: 200px;
    }

    .form-header span {
        font-size: 15px;
    }

    .form-title {
        width: 100%;
    }

        .form-title span {
            margin-left: 50px;
        }

    .header-line2 {
        width: 50px;
    }

    .step-container {
        height: 40px;
        width: 40px;
        top: -20px;
    }

    .tabs {
        height: 100px;
    }

    .tab {
        margin-left: 0;
    }
}

@media only screen and (max-width: 440px) {
    .step-line {
        width: 140px;
    }
}

@media only screen and (max-width: 412px) {

    .card-footer {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
       /* flex-direction: column-reverse;*/
        height: 120px;
    }
}

.err-div {
    display: flex;
    min-height: 80px;
    height: auto;
}

.success-message {
    position: relative;
    border-radius: 0px !important;
}

    .success-message button {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .success-message i {
        background-color: rgb(46, 155, 46);
        border-radius: 50%;
        color: white;
        padding: 5px;
    }

@media only screen and (max-width: 525px) {
    .err-div {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 380px) {
    .success-message {
        font-size: 16px;
    }

    .err-div {
        font-size: 14px;
    }
}
input.form-control.partner {
    padding: 15px !important;
    border: solid 0.1px rgb(231, 231, 231) !important;
    height: 50px;
    font-size:16px;
    margin-top:15px;
}
.btn-group.bootstrap-select {
    margin-top: 15px;
}
    input.form-control.partner.invalid {
        background-color: #fff5f5;
    }
.form-control.partner::placeholder {
    font-style: italic;
    font-size: 16px;
    color: silver;
    opacity: 1;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    margin-top:15px;
}
div#Korak {
    padding: 10px;
    text-align: right;
}
.bootstrap-select {
    width: 100% !important;
   
}

.btn.dropdown-toggle {
    height: 50px !important;
}
#btnPrevious {
    float: left;
    background-color: gray;
    margin-right: 10px;
}
.dropdown-menu.open {
max-height:300px !important;
}
#Korak {
color:gray;
/*font-weight:bold;*/
}
#btnNexttext {
    display: inline;
}
.btn-group.bootstrap-select {
    max-width: 1000px !important;
}