@font-face {
    font-family: 'montserrat-regular';
    src: url('/font/Montserrat-Regular.ttf') format('truetype');
}

body {
    overflow-y: scroll;
}
/*skrivanje ničel pri klimi*/
body > div.container-fluid.pr-0 > div.row.content_box > div.zunanjost_meni_desni.col-3.h-scroll.display_none > div.ml-1.klima_podmeni.mr-2.display_none > label:nth-child(1) > div > div.col-1.pr-2.text-right.font-weight-bold{
    color:white;
}
body > div.container-fluid.pr-0 > div.row.content_box > div.zunanjost_meni_desni.col-3.h-scroll.display_none > div.ml-1.klima_podmeni.mr-2.display_none > label:nth-child(1) > div > div.col-2.pr-0.text-right.font-weight-normal.price_m_z_k_l{
    color:white;
}
body > div.container-fluid.pr-0 > div.row.content_box > div.zunanjost_meni_desni.col-3.h-scroll.display_none > div.ml-1.klima_podmeni.mr-2.display_none > label:nth-child(2) > div > div.col-2.pr-0.text-right.font-weight-normal.price_m_z_k_d{
    color:white;
}
body > div.container-fluid.pr-0 > div.row.content_box > div.zunanjost_meni_desni.col-3.h-scroll.display_none > div.ml-1.klima_podmeni.mr-2.display_none > label:nth-child(2) > div > div.col-1.pr-2.text-right.font-weight-bold{
    color:white;
}
body > div.container-fluid.pr-0 > div.row.content_box > div.zunanjost_meni_desni.col-3.h-scroll.display_none > div.ml-1.klima_podmeni.mr-2.display_none > label:nth-child(1) > div > div.col-1.text-right.font-weight-bold{
    color:white;
}
body > div.container-fluid.pr-0 > div.row.content_box > div.zunanjost_meni_desni.col-3.h-scroll.display_none > div.ml-1.klima_podmeni.mr-2.display_none > label:nth-child(2) > div > div.col-1.text-right.font-weight-bold{
    color:white;
}
body > div.container-fluid.pr-0 > div.row.content_box > div.zunanjost_meni_desni.col-3.h-scroll.display_none > div.ml-1.klima_podmeni.mr-2.display_none > label:nth-child(2) > div > div.col-3.pr-0.text-right.font-weight-normal.price_m_z_k_d{
    color:white;
}
body > div.container-fluid.pr-0 > div.row.content_box > div.zunanjost_meni_desni.col-3.h-scroll.display_none > div.ml-1.klima_podmeni.mr-2.display_none > label:nth-child(1) > div > div.col-3.pr-0.text-right.font-weight-normal.price_m_z_k_l{
    color:white;
}

input



.main_box{
    height:200px;
}
.content_box{
    height:100%;
    min-height: 90vh;
}

.img_main{
  max-width: 100%;
  height: auto;
}
.img_tloris_povzetek{
   width:100%; 
   height:220px;
}

.text_left{
    text-align:left;
}

.h-scroll {
    height: 90vh;
    /* %-height of the viewport */
    position: fixed;
    left: 75vw;
    overflow-y: scroll;
}

.arrow_down {
    background-image: url("../images/page/arrow_down.png");
    background-repeat: no-repeat;
    background-position: right;
}

.pointer {
    cursor: pointer;
}

hr.black {
    border: 1px solid black;
    margin-top: 0px;
}

.font_12 {
    font-size: 12px;
}

.tloris_podmeni {
    display: none;
}

.tloris_zrcaljen_podmeni {
    display: none;
}

.dekor_podmeni {
    display: none;
}


.display_none {
    display: none;
}



.text_color_grey {
    color: #AAAAAA;
}

.text_color_black {
    color: #000000;
}

.text_color_green {
    color: #A2C63A;
}

.nav_border_bottom_green {
    border-bottom: 3px solid #A2C63A;
}

.border_1px {
    border: 1px solid #C4C4C4
}

.border_bottom {
    border-bottom: 1px solid #C4C4C4;
}
.border_right {
    border-right: 1px solid #C4C4C4;
}
.border_left {
    border-left: 1px solid #C4C4C4;
}

/* kvadra-logo-2x-4 1 */
.logo {
    /* The image used */
    background-image: url("../images/kvadra-logo-2x-4 1.png");
    background-size: 60px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*custom checkbox*/
p {
    margin: 1.5em 0;
    padding: 0;
}

input[type="checkbox"] {
    visibility: hidden;
    height:1px !important;
    width:1px !important;
}

label {
    cursor: pointer;
    margin-bottom:0.1rem;
}

input[type="checkbox"]+label:before {
    border: 2px solid #A2C63A;
    content: "\00a0";
    display: inline-block;
    font: 14px/1em sans-serif;
    height: 16px;
    margin: 0.25em .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}

input[type="checkbox"]:checked+label:before {
    background: #A2C63A;
    color: #FFFFFF;
    content: "\2713";
    text-align: center;
}

input[type="checkbox"]:checked+label:after {
    font-weight: bold;
}

/*input[type="checkbox"]:focus + label::before {*/

/*custom checkbox end*/

/*custom input begin*/
.input-icon {
    position: relative;
    width: 161px;
    height: 39px;

}

.form-control {
    /*margin-top: 0.40em;*/
    border-radius: 100px !important;
    box-sizing: border-box !important;
    height: calc(1.0em + .5rem + 2px) !important;
    border-radius: 100px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    color: #000000 !important;
}


.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0%, -50%);
    top: 36%;
    pointer-events: none;
    width: 50%;
    text-align: center;
    font-style: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: #000000;

}

.input-icon-right>i {
    right: 0;
}

.input-icon-right>input {
    padding-right: 20px;
    text-align: center;
}

/*custom input end*/
.popup .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 52vw;
    height: 75vh;
    z-index: 2;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
    
    border: 2px solid #D0D0D0;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px 6px rgba(0, 0, 0, 0.05);
}

.popup .close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #222;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}

.popup #slika {
    margin-top: 3%;
    width: 82%;
    height: 75%;
    border-bottom: 1px solid #dee2e6;
}

.popup .naslov {
    position: absolute;
    width: 60%;
    height: auto;
    margin-left: 9%;
    margin-top: 2%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #636161;
}

.popup .opis {
    position: absolute;
    width: 60%;
    height: 100%;
    margin-left: 9%;
    margin-top: 3%;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #817D7D;
}

.popup.active .overlay {
    display: block;
}

.popup.active .content {
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1);
}

.button_naprej{
    width: 200px;
    height: 40px;

    background: #E5E5E5;
    border-radius: 100px;
    border: 2px solid white;
}

.button_naprej:hover {
  border: 2px solid #A2C63A; 
}

.button_naprej:focus {
    outline: 0 !important;
}
.button_nazaj{
    width: 200px;
    height: 40px;

    background: #E5E5E5;
    border-radius: 100px;
    border: 2px solid white;
}

.button_nazaj:hover {
  border: 2px solid #A2C63A; 
}

.button_nazaj:focus {
    outline: 0 !important;
}

.button_zakljucek{
    width: 200px;
    height: 40px;

    background: #E5E5E5;
    border-radius: 100px;
    border: 2px solid white;
    outline:none;
}

.button_zakljucek:focus {
    outline: 0 !important;
}

.button_zakljucek:hover {
  border: 2px solid #A2C63A;
  background:##dedede; 
}