﻿/*ovveride main.css
------------------------------------------------------------------------------*/
.calculate {
    cursor: pointer;
}

.a__link--continue {
    cursor: pointer;
}

.f-button {
    cursor: pointer;
}

.setvariant {
    cursor: pointer;
}

/* Rating
------------------------------------------------------------------------------*/

.rating-article {
    border-top: 1px solid #d9d9d9;
    color: #333333;
    padding-top: 20px;
    position: relative
}

    .rating-article .rating-count {
        top: 20px
    }

    .rating-article:hover button:before {
        /*left: 0;*/
        color: green;
        content: "\2605";
        display: inline-block;
        position: absolute;
    }

    .rating-article:hover button:hover ~ button:before {
        content: "\2606"
    }

.rating-stars {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 7px;
    padding: 0;
    top: 10px;
    width: 110px;
}

    .rating-stars button {
        background: #ffffff;
        border: none;
        color: #91ce4b;
        cursor: pointer;
        font-size: 20px;
        height: 25px;
        margin-top: 0;
        padding-left: 0;
        position: relative;
        width: 20px !important;
    }

        .rating-stars button:focus {
            outline: none
        }

    .rating-stars span,
    .rating-stars button {
        color: #91ce4b;
        display: inline-block;
        height: 25px;
        margin-left: -3px;
        margin-top: 2px;
        position: relative;
        width: 20px;
    }

        .rating-stars span:before,
        .rating-stars button:before {
            color: #91ce4b;
            content: "\2606";
            display: inline-block;
            left: 0;
            position: absolute;
        }

        .rating-stars span.active:before,
        .rating-stars button.active:before {
            content: "\2605"
        }

.reference .reference__star .reference__star__percent_article {
    display: inline-block;
    height: 1.5em;
    position: relative;
    vertical-align: sub;
    width: 9.0625em;
    z-index: 0;
}

    .reference .reference__star .reference__star__percent_article:before {
        background-image: url("/Content/source/img/star.png");
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 9.0625em 1.5em;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .reference .reference__star .reference__star__percent_article .perc_after {
        background-color: #91ce4b;
        height: 100%;
        left: 0;
        margin: 0;
        max-width: 100%;
        position: absolute;
        top: 0;
        width: 0%;
        z-index: 1;
    }

.simpleCheckboxWidth {
    width: auto !important;
}

/*.reference .reference__star .reference__star__percent_article .perc_after { background-color: #1ca21c; }*/

/* ------------------------------------------------------------------------------*/

version1 a version2 pouzivam progress jquery selektor, abych mohl rozdelit stejnou property var javascriptu .version1 {
}

.version2 {
}

.list-detail .ul-icon-li-odpovednost {
    background-image: url(/Content/source/img/svg/ico-ohen.svg);
    background-size: 2.5em auto;
}

.list-detail .ul-icon-li-kolo {
    background-image: url(/Content/source/img/svg/ico-stit.svg);
    background-size: 2.5em auto;
}

.list-nocheck {
    display: block;
    width: 100%;
    height: 28px;
    background-image: url(/Content/source/img/mob-menu2.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#GeneralOverlay,
#GeneralOverlayInfo {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(232, 232, 232, 0.5);
    z-index: 1;
}

#GeneralOverlayFrame,
#GeneralOverlayInfoFrame {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(232, 232, 232, 0.3);
}

.OffersOverlayMessage {
    display: none;
}

#OffersOverlay1 {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: rgba(232, 232, 232, 0.3);
}

#OffersOverlayInfo1 {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(232, 232, 232, 0.3);
}

#OffersOverlay2 {
    display: none;
    width: 100%;
    height: 534px;
    position: absolute;
    left: 0;
    background-color: rgba(232, 232, 232, 0.3);
}

#OffersOverlayInfo2 {
    display: none;
    width: 100%;
    height: 534px;
    position: absolute;
    top: 0;
    background-color: rgba(232, 232, 232, 0.3);
}

#GeneralOverlayInfoFrame,
#GeneralOverlayInfo,
#OffersOverlayInfo1,
#OffersOverlayInfo2 {
    z-index: 10;
}

.list-text-no-cursor {
    cursor: default !important;
}

.list-text-no-wrap {
    white-space: nowrap;
}

.eu-cookies {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: Menu;
    align-items: center;
    color: GrayText;
    padding: 5px;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
}

    .eu-cookies button {
        color: GrayText;
        cursor: pointer;
        flex-shrink: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

.list .info-text {
    font-weight: 600;
    margin-top: 1.15em;
    color: #91ce4b;
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 1.14285714em;
    text-transform: uppercase;
    line-height: 150%;
}

.forms-content .forms-block__box .icon-auto {
    background-image: url("/Content/source/img/svg/ico-01.svg");
    background-size: 1.2em 2em;
}

.forms-content .forms-block__box .icon-bonus {
    background-image: url("/Content/source/img/svg/ico-10.svg");
    background-size: 1.0em 2em;
    position: relative;
}

input[type=checkbox]:disabled:checked + label:before {
    content: url('/Content/source/img/checkbox3.png');
}

input[type=checkbox]:disabled + label:before {
    content: url('/Content/source/img/checkbox4.png');
}

.container input[type=checkbox] {
    display: none;
}

.povFormIcon h1:before {
    background: url('/Content/source/img/svg/ico-26.svg'), linear-gradient(transparent, transparent);
    background-size: 1.25em 1em;
    background-position: center left;
    background-repeat: no-repeat;
}

.contactFormIcon h1:before {
    background: url('/Content/source/img/svg/ico-28.svg'), linear-gradient(transparent, transparent);
    background-size: 1.25em 1em;
    background-position: center left;
    background-repeat: no-repeat;
}

.main-content .text-content .link-bottom__box a {
    color: #fff;
}

footer .footer__bottom2 .copyright a {
    color: #fff;
    display: inline-block;
    font-size: 100%;
}

.greenbezdrob {
    margin-top: 1.3em;
}

.bubble .letter2 {
    margin-top: 0px;
}

.bubble p {
    line-height: 1.75em;
    color: #ffffff;
    font-size: 1em;
    position: relative;
}


.calculate__div .lamp__image {
    text-align: left;
    font-size: 2.0625em;
    padding-left: 2.1875em;
    display: inline-block;
    line-height: 1.09090909em;
    text-transform: uppercase;
    position: relative;
}

    .calculate__div .lamp__image:before,
    .calculate__div .lamp__image:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 1.63636364em;
        height: 100%;
        content: "";
        display: inline-block;
        background: url(/Content/source/img/svg/ico-28.png);
        background: url(/Content/source/img/svg/ico-28.svg), linear-gradient(transparent, transparent);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 1.63636364em 2.06060606em;
        transition: transform 0.5s;
    }

    .calculate__div .lamp__image:after {
        transform: translateY(-3.63636364em);
    }

.calculate__div--lower {
    padding-top: 1em;
    padding-bottom: 1em;
}

.calculate__div--lower2 {
    padding-top: 1em;
    padding-bottom: 1em;
}

    .calculate__div--lower2 .lamp__image {
        font-size: 1.5em;
        min-height: 1.4em;
        padding-top: 0.14em;
    }

        .calculate__div--lower2 .lamp__image br {
            display: none;
        }

        .calculate__div--lower2 .lamp__image:before {
            background-size: 1em auto;
        }

li.nobullet:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-image: none;
}

.box.onlytitle {
    margin-bottom: 0;
}


.main-content .helpful-link {
    margin-bottom: 1.4em;
}

.box .box__icon li {
    font-weight: 600;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/*.list-item .row-list2 .cell {*/
/*    width: calc(12%);*/
/*}*/

/*.list-header2 .cell {*/
/*    width: calc(12%)*/
/*}*/




@media screen and (max-width: 991px) {
    
    .f .row--c .f-cell-right {
        padding-left: 0.9375em;
    }

    .f .row--c .f-cell-left {
        padding-right: 0.9375em;
    }
}

@media screen and (max-width: 649px) {
    .f .row--c .f-cell-right,
    .f .row--c .f-cell-left {
        width: 100%;
    }

    .f-border {
        border: none;
    }

    .f .row--c .f-cell-right .w33 {
        width: 100%;
    }

    .f .row--c .f-cell-left .w25,
    .f .row--c .f-cell-left .w50,
    .f .row--c .f-cell-left .w75 {
        width: 100%;
    }

    .f .text-right {
        text-align: left;
    }

    .f-date .f-input {
        width: calc(100% - 25px);
    }

    .f-button {
        margin-top: 0;
        margin-bottom: 2em;
    }

    .f-hide-small {
        display: none;
    }

    .f-show-small {
        text-align: center;
        display: block;
    }

    .f-button {
        margin-left: auto;
        margin-right: auto;
    }

    .info-content {
        right: auto;
        left: -70px;
        width: 18em;
    }
    
    .list-item .row-list2 .cell,
    .list-header2 .cell {
        width: calc(33.33333333%);
    }
}

.checkboxOutSideFormFor {
    padding-left: 15px;
    margin-left: -15px;
    margin-right: 15px;
}

.error-checkboxOutSideFormFor {
    background-color: #FDDDDC;
}

.dashed-box p {
    text-align: left;
}

.list-button--small {
    cursor: pointer;
}

.showprice {
}

.hideprice {
}

.link-bottom .list-button-call {
    padding-left: 1.0em;
    text-align: center;
    margin-top: 0;
    background-color: #797979 !important;
}

.link-bottom .list-button-call:before,
.link-bottom .list-button-call:after {
    background-image: none;
}

input[type="radio"].subinsurance:checked + label {
    font-weight: bold;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #dcb1b1;
}

.bg-green3 h1:before {
    width: 100px;
}

.RecomendationColorOrange {
    background-color: #F47B25 !important;
}

.RecomendationColorOrange:before {
    border-left: 1.5em solid #F47B25 !important;
}

.RecomendationColorBlue {
    background-color: #006db3 !important;
}

.RecomendationColorBlue:before {
    border-left: 1.5em solid #006db3 !important;
}

.RecomendationTextColorClassOrange {
    background-color: #FCF9CD !important;
}

.RecomendationTextColorClassBlue {
    background-color: #d3e6ff !important;
}

.RecomendationBorderColorClassOrange {
    border-color: #F47B25 !important;
}

.RecomendationBorderColorClassBlue {
    border-color: #006db3 !important;
}

.WizardColorClassDarkGreen {
    color: #1ca21c !important;
}

.WizardColorClassLightGreen {
    color: #91ce4b !important;
}

.WizardStarsColorClassDarkGreen {
    background: url(/Content/source/img/svg/starsDarkGreen.svg);
}
.WizardStarsColorClassLightGreen {
    background: url(/Content/source/img/svg/starsLightGreen.svg);
}
