/*--------------------------------------------------------------------------------------------------------
-        booking form
--------------------------------------------------------------------------------------------------------*/

.custom_booking-steps{
    position: relative;
    display: block;
    background-color: #ba4032;
    margin : 10px;
    height: auto;
    color:#FFF;
    font-size: 18px;
}


/* craue_formflow  */

.book_bar_step{
    min-height:60px;
}

ol.craue_formflow_steplist{
    padding-left: 5px!important;
    padding-right: 5px!important;
}

ol.craue_formflow_steplist li {
    display: inline-block;
    list-style-type : none;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}

.custom_craue_bloc_separator{
    margin-left: 50px;
    margin-right: 50px;
}
.custom_craue_bloc_step{
    height:100%;
    line-height: 60px;
}

.craue_formflow_current_step {
    height: 100%;
    line-height: 60px;
}

.craue_formflow_done_step{
    /*background-color: #ec503f;*/
    height: 100%;
    line-height: 60px;
}

.craue_formflow_skipped_step{
    visibility: hidden!important;
    display:none!important;
    vertical-align: middle;
}




.book_bartitleactiv{
    position: relative;
    display: block;
    width: auto;
    border: 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    padding-left:10px;
    padding-right:10px;
    color: white;
    font-size: 18px;
    height:50px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top:10px;
    }
.book_bartitle_verticalcenter_block{
    height:100%;
    line-height: 50px;
}

.book_bartitle_verticalcenter_text{
  line-height:normal;
  vertical-align:middle;
}



.book_bartitledisable{
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: left;
    width: auto;
    border: 0px;
    border-radius:5px;
    background-color: #999996;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
    font-size: 18px;
    height:50px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top:10px;
    }


.book_barchoice{
    padding: 10px;
}

.book_barright{
    float: right;
}

.book_blockactiv {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    height:auto;
        width: auto;
    margin-right: 10px;
    margin-left: 10px;
    margin-top:0px;
    margin-bottom: 0px;
    padding:20px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.book_blockconfirm{
    position: relative;
    background-color: white;
    height:auto;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin-top:30px;
    padding-top: 20px;    
}

.book_blockconfirm2 {
    position: relative;
    background-color: #e5e5e5;
    height:auto;
    border-radius:2px;
    border: 0px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin-top:10px;  
    padding:20px;     
}
.book_btnnext{
    position:relative;
    display: inline-block;
    padding:5px 10px 5px 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    border-color:#fff;
    text-decoration: none!important;
    min-width: 100px;
}   
.book_btnnext:hover{
    box-shadow: 0px 0px 0px 0px rgba(63,153,236,1);
    transform: translateY(2px);
}
.book_btnnext_normal{
    margin-top: 5px;
    visibility: visible;

}
.book_btnnext_small{
        visibility: hidden;
    }
.book_btnprevious{
    border: 0px;
    margin-right:20px; 
    width: auto;
}

.book_civitychoice{
    width: 100px;
    box-shadow: 0 4px 2px -2px #ba4032;
    border: 1px solid white;
    border-radius: 5px;
}

.book_blockmapconfirm{
    width:auto;
    height: 120px;
    border-radius: 2px;
    text-align: center;
    padding:5px;
    margin: 10px;

}

.book_calendar-block{
    padding-top: 20px;
    padding-bottom: 20px;
}
.book_blockmapconfirmtitle{
    height: 30px;
    padding:5px;
}
.book_blockmapconfirmtext{
    min-height:50px;
    border-color: #ec503f;
    background-color: white;
    color: black;
    padding-top: 10px;
}

.book_form3{
    width:250px;
    height:40px;
    margin:5px;
}

@media (max-width: 1200px) {
    .custom_craue_bloc_separator{
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 768px) {

    .custom_craue_bloc_separator{
        margin-left: 5px;
        margin-right: 5px;
    }


}

@media (max-width: 590px) {

    .custom_craue_bloc_separator{
        margin-left: 2px;
        margin-right: 2px;
    }

    .book_bar_step{
        font-size: 16px;
    }
}

@media (max-width: 525px) {

    .book_bar_step{
        font-size: 14px;
    }
}


@media (max-width: 360px) {

    .custom_craue_bloc_step{
        line-height: 30px;
    }
    .custom_craue_bloc_separator{
        margin-left: 1px;
        margin-right: 1px;
    }
    .book_btnnext_normal{
        visibility: hidden ;
    }
.book_btnnext_small{
        visibility:visible;
    }

.book_form3{
    width:auto;

}
   
}