/*OBECNE*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.d-none{
    display: none;
}
.pl-0{
    padding-left: 0 !important;
}

.pr-0{
    padding-right: 0 !important;
}

.td1{
    font-weight: bold;
}

.tr_head{
    background: #cdcdcd;
}

.castka-msg{
    display: none;
}

.typ-wrap .btn-group-four .btn{
    width: 50%;
    margin-left: 0;
    border-radius: 4px !important;
}



.typ-wrap .btn-group-four.btn-group .btn:first-child{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.typ-wrap .btn-group-four.btn-group .btn:nth-child(2){
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.typ-wrap .btn-group-four.btn-group .btn:nth-child(3){
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.typ-wrap .btn-group-four.btn-group .btn:nth-child(4){
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

@media screen and (max-width: 767px){
    .typ-wrap .btn-group-four.btn-group .btn.btn-bydleni {
        border-radius: 4px !important;
    }
    .typ-wrap .btn-group-four .btn {
        width: 100%;
        margin-bottom: 5px;
    }
    .vyber-stav-stavby{
        padding: 6px 13px;
    }
}

/*OBECNE*/


/*NOVE*/
.vyber-typ-pojisteni img{
    height: 85px;
}

.icon-wrap-dom{
    margin-bottom: 5px;
}
.vyber-nadpis{
    font-size: 1.2em;
    margin-bottom: 5px;
}

.compare-filter{
    padding: 15px 10px;
}

.pojistne-castky{
    font-size: 16px;
    margin-bottom: 5px;
}

.box-top-wrap{
    margin-bottom: 0;
}

.box-top-box {
    margin: 0 10px;
}

.pojistovna-logo{
    flex-direction: column;
    font-weight: normal;
    font-size: 14px;
}

.popis-produktu{
    padding-top: 10px;
}

.sluzba-nazev{
    justify-content: center;
    max-width: 8%;
}

.sluzba-btn .dokumenty-click{
    margin-bottom: 5px;
    width: 100%;
}

.sluzba-btn .btn-warning{
    width: 100%;
}

.sluzba-jmeno{
    font-size: 20px;
    margin: 0;
}

.sluzba-cena{
    max-width: 12%;
    font-size: 16px;
    font-weight: bold;
    flex-direction: column;
    -ms-flex-direction: column;
}

.cena-nazev{
    margin-bottom: 5px;
}

.sluzba-info{
    max-width: 21%;
    flex-direction: column;
    align-items: baseline;
}

.sluzba-spoluucast{
    flex-direction: column;
    align-items: baseline;
    max-width: 14%;
}

.limity-nadpis{
    font-size: 17px;
}

.sluzba-btn{
    max-width: 13%;
    flex-direction: column;
    justify-content: space-around;
}

.sluzba-info-list{
    list-style-type: none;
}
.sluzba-nazev-wrap{
    text-align: center;
}

.box-bottom-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 3px solid #f5f5f5;
    padding: 15px 15px 0;
    flex-wrap: wrap;
    margin-top: 15px;
}

.limit-castka{
    display: flex;
    flex-basis: 33%;
    min-width: 33%;
}

.limit-castka-axa{
    display: flex;
    flex-basis: 50%;
    min-width: 50%;
}

.bottom-limit{
    margin: 0 10px;
}

.wrap-rec{
    background: #f5f5f5;
}

.cp-item-rec{
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin-bottom: 14px;
}



.hide-desktop{
    display: none;
}

.show-documents{
    display: block;
    margin: 15px;
}

.dokumenty-title{
    font-weight: bold;
}

.btn-bydleni.active{
    color: #fff !important;
    background-color: #acc442 !important;
}

@media screen and (max-width: 767px){
    .table-response td{
        padding-left: 8px !important;
    }
    .table-response table .td1 {
        display: block;
    }

    .table-response tr.tr_head{
        display: block !important;
        border: 0;
        padding: 0;
        margin: 10px 0 10px;
    }

    .table-limity tr{
            margin: 0;
            border-bottom: 0;
            border-top: 0;
        padding: 0 5px;
    }

    .table-limity tr td:first-child{
        border-top: 1px solid #eee;
    }

    .table-limity tr:nth-child(2){
        border-top: 1px solid #ccc;
    }

    .table-limity tr:last-child{
        border-bottom: 1px solid #ccc;
    }

    .table-limity td{

    }




    /*.table-domacnost tbody td:first-child{*/
    /*    border-top: 1px solid #eee;*/
    /*}*/

    /*.table-domacnost tbody tr{*/
    /*    margin: 0;*/
    /*    border-bottom: 0;*/
    /*    border-top: 0;*/
    /*}*/

    .pojistne-castky{
        font-size: 18px;
    }

    .cena-nazev {
        margin-bottom: 0px;
    }

    .compare-filter .form-group{
        margin-bottom: 10px;
    }
    .uzavrit-btn{
        justify-content: center;
        margin-top: 15px;

    }

    .uzavrit-btn .btn{
        width: 100%;
    }

    .limit-castka {
        display: flex;
        flex-basis: 100%;
        min-width: 100%;
    }
    .pojistne-castky-cisla{
        font-size: 16px;
    }
    .mobile-more{
        display: none;
    }
    .table-response .table{
        border-bottom: 0;
        margin-bottom: 0;
    }

    .table-ciz td{
        height: 70px;
    }

    .hide-desktop{
        display: block;
    }
    .ins-box-wrap{
        padding: 10px;
    }
    .domacnost-hidden-mobile{
        display: none;
    }
    .box-top-wrap{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box-top-box{
        max-width: 100%;
        margin: 0;
        margin-bottom: 12px;
    }
    .sluzba-jmeno{
        font-size: 18px;
        margin-bottom: 0;
    }
    .pojistovna-logo{
        flex-basis: 50%;
        max-width: 50%;
        align-items: baseline;
    }

    .sluzba-nazev{
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;
    }
    .sluzba-cena{
        flex-basis: 100%;
        max-width: 100%;
        flex-direction: row;
        -ms-flex-direction: row;
        font-size: 18px;
    }
    .sluzba-btn{
        flex-basis: 100%;
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .sluzba-btn input{
        width: 100%;
    }
    .list-button{
        display: block;
        position: relative;
        bottom: 0;
        margin: 0 5% 10px;
        cursor: pointer;
        color: #fff;
        background-color: #929191;
        border-radius: 5px;
        padding: 6px 16px;
        text-align: center;
    }
}


@media screen and (min-width: 768px) and (max-width: 1199px){
    .box-top-wrap{
        flex-wrap: wrap;
    }
    .sluzba-nazev{
        max-width: 10%;
    }
    .sluzba-info{
        max-width: 28%;
    }
    .sluzba-spoluucast{
        align-items: baseline;
        flex-basis: 15%;
        max-width: 15%;
    }
    .pojistne-castky{
        display: flex;
        flex-direction: column;
    }
    .sluzba-cena{
        max-width: 20%;
    }
    .sluzba-btn{
        flex-basis: 50%;
        max-width: 50%;
        margin: 15px 0 0 0px;
    }
    .uzavrit-btn{
        justify-content: end;
    }
    .limit-castka {
        flex-basis: 50%;
        min-width: 50%;
    }
}

.dokumenty-row{
    padding: 15px 15px 15px;
    display: none;
    margin-top: 15px;
    /*border-top: 3px solid #f5f5f5;*/
}

.domacnost-filter h3{
    margin-bottom: 15px;
}


