/*----- 28-02-2017 travisca-main-page css starts here ------*/
.tavisca_1_outer {
 
    padding-bottom: 15px;
}
.tavisca_1 {
    padding: 11px;background: #fff none repeat scroll 0 0;margin-bottom:15px; float:left; width: 100%;
}
.tavisca_1 h2 {
    font-size: 16px;
}
.tavisca_1_content.pad_top > h6 {
    font-size: 13px;color:#f48221;
}
.tavisca_1_content .last ul li:last-child {
    margin-left: 0;
}
.tavisca_1_content .list-inline > li {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}
.tavisca_1_content input.css-checkbox[type="radio"] + label.css-label{display:block;float:left;}
.tavisca_1 a {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}
#uploadFile11{ /*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile12{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile13{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile14{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile15{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile16{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}

.multiple_upload .fileUpload input#file_PrimaryData {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
.multiple_upload .fileUpload input#file_Images {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
.multiple_upload .fileUpload input#file_Descriptions {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
.multiple_upload .fileUpload input#file_Amenities {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
.multiple_upload .fileUpload input#file_ClarifiAmenities {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}

.multiple_upload .fileUpload input#file_MasterAmenities {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
input[type="file"] {
 display: block;
}
.imageThumb {
 max-height: 75px;
 border: 2px solid;
 padding: 1px;
 cursor: pointer;
}
.pip {
 display: inline-block;
margin: 10px 10px 0 0;position:relative;
}
 .pipAirline {
 display: inline-block;
 margin: 10px 10px 0 0;position:relative;padding-bottom:0!important;
 }
.remove {
 display: block;
 background: #444;
 border: 1px solid black;
 color: white;
 text-align: center;
 cursor: pointer;
 opacity:0;
}
.overlay {
 position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #FFF;
background: rgba(0, 0, 0, 0);
transition: background 0.5s ease;cursor:pointer;
}

.pip:hover .overlay {
 display: block;
 background: rgba(0, 0, 0, .3);
}

.button {
 position: absolute;
width: 50%;
left: 50%;
top: 30px;
text-align: center;
opacity: 0;
transition: opacity .35s ease;
margin-left: -30px;
}

.button a {
width: 100%;
text-align: center;
color: white;
border: solid 2px white;
z-index: 1;
font-size: 11px;
}
.pip .imageThumb{
	margin:0;
}
.pip:hover .button {
 opacity: 1;
}
.loaderDiv{  background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;}
.loaderDiv > img {
    margin: 28% 0 0;
}


.add_airlines_value{
	background:#fff;
	height:35px;
	border:1px solid #ddd;
	overflow:hidden;
	padding:0 5px 0;
}

.add_airlines_value span{
	padding:5px;
	display:inline-block;
}

.add_airlines_value div ul{
	background:transparent;
	border:0;
	padding:0;
}

.loader_modal{
	width:40%;
}

.loader_image{
	text-align: right;
    margin-top: -58px;
}

.bg_light_grey_subChild li{
    font-size:12px;
    color:#7f7f7f;
}

.bg_light_grey_subchld{
    background:#515151;
}
.logo_orang_button{
	background: #f48221 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
}
.select-form-control{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 .select-form-control:focus{
     border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
 } 
.Dropdown{
	position:relative;width:100%;
}
.Dropdown:after{
    background: rgba(0, 0, 0, 0) url("../img/dropdown_arrow.png") no-repeat scroll 0 0;
    bottom: 17px;
    content: "";
    cursor: pointer;
    display: block;
    height: 8px;
    position: absolute;
    right: 12px;
    width: 14px;
}

.myDropdown {
	/*commented on  09/08/2018 */
   /*  background-color: #ffffff;
    background-image: url("../img/dropdown_arrow.png");
    background-position: 237px 14px;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    cursor: pointer;
    max-height: 250px; */
    /* 09/08/2018 */
   	background-color: #ffffff;
    background-image: url(../img/dropdown_arrow.png);
    background-position: 256px 14px;
    background-repeat: no-repeat;
    background-size: 12px 6px;
    cursor: pointer;
    max-height: 250px;
}
}

.airline-autocomplete{
	height:200px;
	overflow-x: hidden;
}
   
.red {
    color: #f60909;
}
#add_entity label{display:block;}
#remove_entity label{display:block;}
#add_entity{
    height: 195px;
    overflow-y: scroll;
}
#remove_entity{
    height: 210px;
    overflow-y: scroll;
}

select{
	 background-color: #ffffff;
    background-image: url("../img/dropdown_arrow.png")!important;
    background-position: 256px 14px;
    background-repeat: no-repeat;
    background-size: 11px 6px;
}
.modal.travisca_modal,.my-modal-backdrop{
position:absolute;
}
.tavisca_1_outer{
position:relative;
float:left;
width:100%;
display:block;
}
.new-modal{
	display:block !important;
}

.ui-datepicker-current{
	display:none;
}

.family-member_corp{
    padding:25px;
    background:#f1f1f1;
}
.family-member_corp div ul {
    color: #3a9352;
    padding-left: 0;
    width: 100%;
}
.family-member_corp div ul li {
    display: inline-block;
}
.family-member_corp div ul li.active {
    background-color: #3a9352;
    color: #fff;
}
.family-member_corp div ul li.button {
    border: thin solid #3a9352;
    border-radius: 4px;
    cursor: pointer;
    padding: 0.55em 2em !important;
    text-align: center;
    width: auto;
}
.family-member_corp .row .col-md-10 table{
    width:100%;
}
.family-member_corp .row .col-md-10 table thead {
    background: #e3e3e3 none repeat scroll 0 0;
}
.family-member_corp .row .col-md-10 table tbody tr{
    border: 1px solid #fefefe;
}
.family-member_corp .row .col-md-10 table tbody tr td,.family-member .row .col-md-10 table thead tr th{
    border-right: 1px solid #fefefe;
    padding: 10px 15px;
}
.family-member_corp .col-md-10{
    padding:0;
    margin-top:10px;
}
.display-none{
    display: none;
}
.family-member_corp .new-mber {
    margin: 10px 0;
}
.family-member_corp .new-mber a {
    border-bottom: 1px solid;
    cursor: pointer;
    text-decoration: none;
    color:#337ab7;
}
.family-member_corp .new-mber a:hover{
    color: #23527c;
}


.family-member_corp div ul li.active {
    background-color: #3a9352;
    color: #fff;
}
.family-member_corp div ul li.button_corp {
    border: thin solid #3a9352;
    border-radius: 4px;
    cursor: pointer;
    padding: 0.55em 2em !important;
    text-align: center;
    width: auto;
}

.f-none.form-control:focus {
  border: 1px solid #ccc !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}


/*----------------4/may/18---------------*/
.add_airlines_value_multi {
    background: #fff;
   min-height: 35px;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 0 5px 0;}
    
.supplier-inactive{
	background-color:#d8d8d8 !important
}    

#add_entity_airline label{display:block;}
#remove_entity_airline label{display:block;}
#add_entity_airline{
    height: 195px;
    overflow-y: scroll;
}
#remove_entity_airline{
    height: 210px;
    overflow-y: scroll;
}

