.hidden0 {
    display: none;
}
.show1 {
	display: block;
}
.red {
    color: red;
}
.bookingform label {
    text-transform: none;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    width: 100%;
}
.col-booking-100 {
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-bottom: 30px;
	background: #f5f5f5;
}
.col-booking-50 {
    width: 50%;
    float: left;
}
.inputarea {
    padding: 10px;
}
.inputfield {
    background-color: #fff;
    border: 1px solid #ddd !important;
	border-radius: 3px;
    padding: 0 !important;
	text-indent: 10px;
    width: 100%;
}

label.inputradioarea {
    width: auto !important;
    float: left;
    clear: none;
    margin-right: 20px;
	font-weight: normal;
}
label.inputradioarea input{
    margin-right: 5px;
}
.col-booking-center {
    background: #ebebeb;
    padding: 12px 15px;
    width: 70%;
    margin: 20px auto;
}
.col-booking-center label {
    font-weight: bold;
    display: inline-block;
    min-width: 32%;
    max-width: 98%;
    width: auto;
    float: left;
    text-align: left;
}
.bookingdetail_field {
    border-bottom: 1px solid #d8d8d8;
	text-align: right;
}
.inputarea textarea {
    max-width: 95%;
    font-size: 16px !important;
    color: #555;
    background-color: #fff;
    border: none !important;
    height: 128px;
    min-height: 128px;
    padding: 7px 0 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 -1px 0 #bdbcbc inset;
    -moz-box-shadow: 0 -1px 0 #bdbcbc inset;
    -ms-box-shadow: 0 -1px 0 #bdbcbc inset;
    -o-box-shadow: 0 -1px 0 #bdbcbc inset;
    -webkit-box-shadow: 0 -1px 0 #bdbcbc inset;
	text-indent: 10px;
}
.note_vnd {
    font-style: italic;
    margin-top: 15px;
    background: #f7f7f7;
    padding: 5px 10px;
}
.accept_term_condition {
    overflow: scroll;
    height: 180px;
    border: 1px solid #BEBDBD;
    padding: 0 10px;
    text-align: justify;
    font-size: 14px;
	background: #f9f9f9;
}
.check_termcondition {
    display: inline-block;
    background: rgba(0, 64, 160, 0.16);
    padding: 6px 0 !important;
    margin-bottom: 10px !important;
}

input.inputfield {
    background: #fff !important;
}

.clear {
    clear: both;
}

#bookingsearch_main {
    padding: 20px 0;
    display: flex;
	width: 80%;
    margin: 0 auto;
}

#bookingsearch_main .bookingsearch_class {
    width: 35%;
    float: left;
}

#bookingsearch_main .bookingsearch_submit {
    width: 30%;
    float: left;
}

#bookingsearch_main #cruise{
	width: 95%;
}

#bookingsearch_main #duration{
	width: 95%;
}

#bookingsearch_main #departure_date{
	width: 95%;
}

#bookingsearch_main #bookingsearch_id_btn{
	width: 100%;
}

.widget_block #bookingsearch_main{
	width: 100%;
	display: block;
}

.widget_block .bookingsearch_class{
	width: 100% !important;
    margin-bottom: 15px;
}

.widget_block .bookingsearch_submit{
	width: 100% !important;
}

.widget_block #cruise {
    width: 100% !important;
}

.widget_block #departure_date {
    width: 100% !important;
}

.widget_block #duration {
    width: 100% !important;
}

.widget_block #bookingsearch_main{
	background: #eee;
    padding: 15px;
    display: grid;
}

@media only screen and (max-width: 960px) {
    .bookingdetail_field {
	   line-height: 35px;
       }
    .col-booking-center label{
	   margin-bottom: 0;
	   font-size: 12px;
    }
    .bookingdetail_field b {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 767px){
	.col-booking-center{
		width: inherit;
	}
	.col-booking-50 {
		width: 100%;
	}
	.col-booking-center label {
		
	}
	.bookingdetail_field {
		line-height: 25px;
		font-size: 17px;
	}
	
	#bookingsearch_main {
    	width: 100%;
	    display: inline-block;
	}

	#bookingsearch_main .bookingsearch_class {
		width: 100%;
		margin-bottom: 15px;
	}

	#bookingsearch_main .bookingsearch_submit {
		width: 100%;
	}
	
	#bookingsearch_main #cruise {
		width: 100%;
	}
	
	#bookingsearch_main #duration {
		width: 100%;
	}
	
	#bookingsearch_main #departure_date {
		width: 100%;
	}
}