@import url("vendor/bootstrap.css");
@import url("vendor/font-awesome.css");
@import url("vendor/jquery.dataTables.min.css");
@import url("vendor/jquery-ui.css");
@import url("vendor/datatables.css");
@import url("vendor/dropdown.css");
@import url("vendor/swiper.css");

/*---------------------- RESET CSS ----------------------------*/
/*---------- Include External fonts --------------*/

@font-face{
    src:url("vendor/fonts/Roboto-Light.ttf")  format("truetype");
    font-family:'Ubuntu', sans-serif;
}
/*------------- Reset Bootstrap --------------*/
html,body{
    width:100%;
    height:100%;
    font-size: 13px;
    font-family: Ubuntu,sans-serif !important;
    background:#eee;
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{
    margin:0;
    padding:0;
}
.list-inline li{
    vertical-align:top;
}
.list-inline {
    margin-left:0;
}
.row{
    margin:0;
    padding:0;
}

 /*-----FOR WORD WRAP----*/
  .wrap{
  word-wrap: break-word;
}
a,a:focus,a:hover{
    color:#fff;
    text-decoration:none;
}
ol, ul {
    margin-bottom:0px !important;
    margin-top: 0;
}
h3, .h3 {
    font-size:o;
}
.col{
    padding:0;
    margin:0;
}
.ul-li-ol-style{
    list-style-type:none;
    margin: 0;
   	padding: 0; 
	margin-bottom: 0px !important; 
} 
#new-block li{
	    background: #f9f9f9;
    border-radius: 5px;
    padding: 7px 20px;
    margin-right: 10px;
    border: 1px solid #000;
          margin-top: 2px;
    margin-bottom: 18px;
}
.delete .fa-times-circle-o{
	    position: relative;
    top: -8px;
    left: 15px;
}
.orng2{
	    background: #f48221 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
       margin-top: 19px;
    padding: 6px 12px;
}

.col3_ryt {
    border-right: 1px solid #ccc;
}


.region_pax_attr .col3_retouch {
    width: 20% !important;
    margin-right: 20px;
}

/*------ common classes --------*/

/* tour itinarary css start*/


.padding-for-row-in-leg-details {
    padding: 1em 0 0.5em;
}

.font-size-for-leg-details {
    font-size: 18px;
}

#search-iternaery-div .row .col-md-3 input.position-for-search-icon {

    background-position: 174px 8px;
}

#accordionAB .panel-body .row .col-md-3 input.position-for-search-icon {

    background-position: 166px 8px;
}

#accordionAB .panel-body .row .col-md-3 input.position-for-datepicker-icon {

    background-position: 161px 8px;
}

#position-for-dropdown-icon {
    background-image: url(../img/dropdown_arrow.png) !important;
    background-position: 96% 14px;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    cursor: pointer;
    max-height: 250px;
}

.table>thead>tr>th {
    text-align: center;
}

.table>tbody>tr>td {
    text-align: center;
}

.border-for-table-options {
    border: 1px solid lightgrey;
    padding-bottom: 10px;
    background-color: #eeeeee;
}

.margin-bottom-on-panel-body {
    margin-bottom: 20px;
}

.timepicker-input {
    background-image: url(img/time_icon.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: 165px 8px;
    background-size: 13px 14px;
    cursor: pointer;
}

.hotel-link-position {
    color: #337ab7;
    position: absolute;
    top: 25px;
    left: 25%;
}
.mbtm-5{
    margin-bottom: 10px;
}

.hotel-link-position:hover {
    color: #337ab7 !important;
}
.hotel-link-position:focus {
    color: #337ab7 !important;
}
		.dti{
		
    background-image: url(../img/Cal_icon.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 108px 7px;
    background-size: 18px 19px;
    cursor: pointer;
    width: 50%;

        }
        .pd-left-0{
            padding-left: 0px;
        }
        .lbl2{
            margin-top: 7px;
            margin-left: -2px;
        }
        .htt{
            max-height: 28px;
            padding: 0px 12px;
            margin-bottom: 5px;
            z-index: auto!important
            
        }
        .pd-right-0{
            padding-right: 0px;
 
        }
        .pl-60{
            padding-left: 60px;
        }
/* css for departure datepicker end on 25th june*/
.sorting_1{word-break: break-all;}	
.tooltip-new {position: relative; display: inline-block; /*border-bottom: 1px dotted black;*/}
  
.tooltip-new .tooltiptext {
visibility: hidden;
width: 195px;
background-color: #fff;
color: #333;
text-align: left;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s; border:1px solid #ccc; box-shadow: 0 0 4px #333; 
}  
.tooltip-new:hover .tooltiptext {visibility: visible; opacity: 1;}						

/* tour itinarary css end */


.bg_grey{
    background: #f3f3f3 none repeat scroll 0 0;
    margin: 2px 5px;
    padding: 0 0 15px;
}
img{cursor:pointer !important;}
.pad_left{
    padding-left:13px;
}
/*a.orang_button{
        padding: 13px 20px;
}*/
.pad0{padding:0 !important;}
.padleft{padding-left:0 !important;}
.padright{padding-right:0 !important;}
a{
    cursor:pointer;
    outline:none !important;
}
.pad_bottom0{
    padding-bottom:0 !important;
}
label{
    color:#6B6B6B;
    margin-bottom:2px;
    font-weight:normal;

}
.orang_button{
    background: #f48221 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    margin-right:10px;

}
.orang_button3{
    background: #f48221 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    padding: 10px 33px;

}

.orang_button1{
    background: #f48221 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    padding: 5px 12px 5px 30px;

}
.grey_button{
    background: #837F80 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    margin-right:10px;
}
.disable_btn{
    border: 1px solid #ddd;
    border-radius: 0;
    color: #ddd;
    padding: 10px 20px;
}
.grey1_button{
    background: #646464 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    padding: 12px 20px;
}
.bg_brown{
    background-color:#353535;
}
.txt_gry{
    color:#848484;
}
.txt_gry1{
    color:#848484;
    font-size:11px;
}
.txt_green{
    color:#27BF68;
}
.textdeep_grey{
    color:#B8B8B8 !important;
}
.txt_orange{
    color:#F48221 !important;
}
.txt_white{
    color:#fff;
}
.txt_blue{
    color:#025AC4;
}
.bg_dark_green{
    background-color:#175C19;
}
.display_inline{/*---display inline----*/
    display:inline-flex !important;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}
.display_inline1{/*---display inline----*/
    display:inline-flex !important;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}
.display_block{
    display:block;
}
.display_none{
    display:none !important;
}
.display_blk{
    display:block;
}
.welcome_txt{
    color: #71a864;
    font-size: 12px;
    margin-top: 3px;
    padding-right: 9px;
   

}
/*.active_check,*/ .status_tb {
    background:#F8F6F7;
}

.font_15{
    font-size:15px;
}
.font_20{
    font-size:20px;
}
.font_bold{
    font-weight:bold;
}
.txt_center{
    text-align:center;
}
.panel-title1{font-size:13px !important;}
.bg_light_grey{
    background:#4F4F4F;
}
.bg_light{
    background: #F9F9F9;
    margin: 0 5px;
    padding: 10px 0 15px 0;
}

.font17{
    font-size: 17px !important;
}
.bg_g .panel-heading.accordion-toggle{background-color:#353535 !important;}
.add_button{
    float: right;
    margin-top: -28px;
    background-image: url("../img/Capture.PNG");
    background-repeat: no-repeat;
    background-position: 7px center;
}
.edit_button{
    float: right;
    margin-top: -24px;
    background-image: url("../img/edit_grey.PNG");
    background-repeat: no-repeat;
    background-position: 7px center;
    background-color:#535353;
    color:#fff;
    padding: 5px 12px 5px 30px;
}
.search_button{
    margin-left: 15px;
}
.pad_top{
    padding-top:2%;
}
.pad_top3em{
    padding-top:3em;
}
.pad_bottom{
    padding-bottom:2% !important;
}
.mar_bottom{
    margin-bottom:15px;
}
.margin_top{
    margin-top:4%;
}
.margin_left li{
    margin-left:-20px;
}

.margin_bottom{
    margin-bottom:2%;
}
.inline_flex{
    display:inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}
.b-top{
    border-top:1px solid #ddd;
    padding-top: 1em;
}

textarea{
    width:100%;
}
.overflow{
    height:auto;
}
.fa-times{
    cursor:pointer;
}
.bg_inactive{
    border: 1px solid #B6B6B6;
    width: 10px;
    padding: 0px 7px;
    margin-left: 10px;
    border-radius: 50%;
    background: #B6B6B6;
}

.bg_inactive1{
    border: 1px solid red;
    width: 10px;
    padding: 0px 7px;
    margin-left: 10px;
    border-radius: 50%;
    background: red;
}
.bg_active{
    border: 1px solid #3D702E;
    width: 10px;
    padding: 0px 7px;
    margin-left: 10px;
    border-radius: 50%;
    background: #3D702E
}
.col-md-3 .auto_suggestion{
    background-image: url("../img/Searchcode_icon.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 165px 7px;
    background-size: 16px 18px;
    cursor: pointer;
}

.col-md-2 .auto_suggestion{
    background-image: url("../img/Searchcode_icon.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 165px 7px;
    background-size: 16px 18px;
    cursor: pointer;
}

.col-md-3 .ui-selectmenu-button span.ui-selectmenu-text{
    background-position: 175px 14px !important;
}
.airline_search1 .col-md-3 .ui-selectmenu-button span.ui-selectmenu-text{
    background-position: 215px 14px !important;
}
#tags, #tags1, #destinationCountry, #tags2, .auto_suggestion, #country_new, #state_new, #city_new, #country_new_m, #state_new_m, #city_new_m,#hotel{
    background-image: url("../img/Searchcode_icon.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    cursor: pointer;
    background-position: 260px 8px;
    background-repeat: no-repeat;
    background-size: 14px 15px;
}
.fcdrop{  font-size: 12px;  color: #6B6B6B;}
#tags-c {
    background-image: url(../img/Searchcode_icon.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-position: 239px 8px;
    background-repeat: no-repeat;
    background-size: 14px 15px;
}
.pricing-data li  .auto_suggestion{
     background-position: 96px 8px;
}
.addFareCode{
    cursor:pointer !important;
    width: 35px;
    height: 25px;
    padding: 3px 0px 0px 6px;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content{
    /*height:200px;*/
    overflow-y:scroll;
    width:20%;
    overflow-x:hidden;
}
.mandatory{
    color:red;
    font-size:16px;
}
/*----------  modal popup style -----------*/
#markup_modal .modal-body{
    width:100%;
    display:block;
    float:left;
}
#myModal .modal-dialog {
    margin: 14% auto;
    width: 384px;
}
.modal-dialog {
    margin: 9% auto;
  /*  width:62%; */
}
.modal-header .close {
    margin-top: -25px;
}
.modal-header{
    background:#ddd;
}
.modal-footer {
    border-top: none;
    text-align:left;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
#myModalA .modal-dialog {
    margin: 4% auto;
    width: 863px ;
}
#myModalA .modal-dialog .modal-content .modal-body div table thead tr th:last-child, #myModalA .modal-dialog .modal-content .modal-body div table tbody tr td:last-child{width:10%;}
/*---- checkbox style-----*/
.check_box   input[type=checkbox] {/*--style for campaign custom--*/
    display: none !important;
}
.hotel_master
.radio, .checkbox {
    position: unset;
}

input[type=checkbox]:checked + label:before {
    color: #F48221;
    content: "\2713";
    line-height: 15px;
    text-align: center;
}
.checkbox label:before {
    background-color: #f4f4f4;
    border: 1px solid #bfbfbf;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
}
.checkbox label {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    padding: 10px 0 10px 25px;
    position: relative;
}

.checkbox ul li{
    padding-bottom:6px;
}
/*-----radio button style-----*/
input[type=radio].css-checkbox {
    visibility: hidden;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:24px;
    height:19px;
    display:inline-block;
    line-height:19px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:14px;
    vertical-align:middle;
    cursor:pointer;
    margin:5px 0 0 0px;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -19px;
}
label.css-label {
    background-image:url('../img/radio_button.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*--multiselection dropdwon style starts here---*/
#mutti_select div:last-child{
    padding-bottom:0 !important;
}
.multiselect_dropdown .dropdown{
    margin:0px;
    padding:0px;
    width:100%;
}
.multiselect_dropdown .dropdown ul {
    margin: -1px 0 0 0;
}
.multiselect_dropdown .dropdown {
    position:relative;
}
.multiselect_dropdown .dropdown a,
.multiselect_dropdown .dropdown a:visited {
    text-decoration:none;
    outline:none;
    font-size: 12px;
}
.multiselect_dropdown .dropdown a {
    background-color:#fff;
    display:block;
    padding: 8px 20px 5px 10px;
    min-height: 18px;
    line-height: 18px;
    overflow: hidden;
    border-radius:4px;
    background-image: url("../img/dropdown_arrow.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 256px 14px;
    background-size: 11px 6px;
    cursor: pointer;
}
.multiselect_dropdown .dropdown a span, .multiSel span {
    cursor:pointer;
    display:inline-block;
    padding: 0 3px 2px 0;
    color:#555;
}
/*.multiSel span:after {
    content:" , ";
    padding-right:5px;
}
.multiselect_dropdown .dropdown a span, .multiSel span:last-child:after  {
    content:"  ";
}*/
.multiselect_dropdown .dropdown  ul {
    background-color: #fff;
    border:1px solid #ddd;
    color:#fff;
    display:none;
    left:0px;
    padding: 2px 15px 2px 5px;
    position:absolute;
    top:2px;
    width:100%;
    list-style:none;
    height: 160px;
    overflow: auto;
    z-index:2;
}
.multiselect_dropdown .dropdown  ul li{border-bottom:1px solid #efefef;padding:4px;}
.multiselect_dropdown .dropdown span.value {
    display:none;
}
.multiselect_dropdown .dropdown  ul li label input{
    margin-right:8px;
}
.multiselect_dropdown .dropdown ul li a {
    padding:5px;
    display:block;
}
.multiselect_dropdown .dropdown ul li a:hover {
    background-color:#fff;
}

.mutliSelect{position:relative;}/*--multiselection dropdwon style end here---*/
/*--------login page starts here-------*/
.login_wrap{
    background: #3E712F none repeat scroll 0 0;
    height:100vh;
    width:100%;
    position:relative;
}
.login {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    padding: 20px 0px;
    width: 720px;
    margin:4% auto;
}
.login-holder{
    width:100%;
    height:auto;
    padding:5% 0;
}
.login p:last-child{
    margin:5px 0;
}
.login p:last-child span{
    display:inline-block;
    width:49%;
}
.form-signin ul{
    display:inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox; 
}
.form-signin ul{
    width:100%;
}
.login_button, .login_button input{
    text-align:center;
    margin: 22px 0;
}
.form-signin ul li:first-child{
    vertical-align: text-bottom;
    padding: 0 41px 0 30px;
}
.form-signin ul li:first-child img{
    margin-top:42%;
}
.form-signin ul li:last-child{
    border-left: 2px solid #f2f2f2;
    padding: 0 41px;
    width: 55%;
}
.form-signin ul li h1{
    font-size: 1.8em;
    text-align: center;
    color:#F48221;
    margin:7% 0;
    font-weight:lighter;
}
.user_input{
    border: 1px solid #ccc;
    clear: both;
    margin: 5px 0 10px;
    padding: 3px 0;
    position: relative;
    width: 100%;
    display:inline-flex;
}
.user_input input:focus{
    box-shadow:none;
    border-color:none;
}
.form-control{
    box-shadow:none;
}
.user_input span{
    border-left: 1px solid #E5E5E5;
    padding: 6px 11px;
    width: 15%;
}
.user_input input{
    border: medium none;
    padding: 0 10px;
}
.forgot_password a{
    color: grey;
    font-size: 12px;
}
/*------ header style start here -----*/
.nav.navbar-nav.txt_white a{
    font-size:13px;
}
.user_details ul{
    padding:6px 0;
}
.user_details ul li:first-child{
   /* border-right:1px solid #fff;*/ /*-------- 22/feb/18---------*/
    padding-right:20px;
}
.nav > li > a {
    padding: 12px 14px 12px 7px !important;
}
.user_details ul li:last-child{
    padding: 0 18px 0 20px;
}
.wrap_head .row .col-md-10, .wrap_head .row .col-md-10 .collapse{
    padding:0;
}
.wrap_head .row .col-md-10 .collapse {
    background:#3E712F;
}
#navbarCollapse ul{
    margin-left:2px;
}
.logo_box{
   /*  margin-top:9%; */
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #175C19;
    outline: none;
}
.active{/*----- use style for header tab in all pages*/
    background-color: #175C19;
    border-top:2px solid #F48221;
}

/*--- booking mid office header menu on show mouse hover starts here -----*/
/*#mid-office{position:relative;}
.mid-officemenu li{
    padding: 10px;
    text-align: left;
}
.mid-officemenu {
    background: #175C19;
    margin-left: 0 !important;
    position: absolute;
    top: 45px;
    z-index: 9;
}*/

#nav {
    position:relative;
    width:100%;
}

ul#navigation {
    margin:0px auto;
    position:relative;
    float:left;
}



ul#navigation li a {
    text-decoration:none;
    display:inline-block;

    /*-webkit-transition:color 0.2s linear, background 0.2s linear;
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;   */
}

ul#navigation li a:hover {
    color:white;
}

ul#navigation li:hover > a {
    background:#175C19;

}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
    visibility:visible;
    opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility:hidden;
    position: absolute;
    z-index: 99999;
    background:#3E712F;
    opacity:0;
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigation ul {
    top: 44px;
    width: 186px;
}


ul#navigation ul li ul {
    top: 0;
    left: 181px;
}


ul#navigation ul li a {
    padding:10px;
    color:white;
    text-decoration:none;
    display:inline-block;
    border:none;
    width:186px;
    text-align:left;
}

ul#navigation li a.first {
    border-left: 0 none;
}

ul#navigation li a.last {
    border-right: 0 none;
}

/*----font awsome icon----*/
#navigation li a{
    position:relative;
}
#navigation li.mid-officemenu a.mid-office-1:after{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: -1px;
    font-size: 19px;
    top: 13px;
}
.sub-active{
    background-color:#175C19;
}
/* #navigation li:first-child a:after,#navigation li:last-child a:after{
    content:"";
} */
#navigation li ul li.booking a:after{
    content:"";
}
.menu-wrap{
    padding: 2px 2px;
}
.menu-wrap ul li::after,
.menu-wrap ul li a::after{
    margin:0;
}

.menu-wrap li.active .sub-menu li.active a,
.sub-menu li a:hover,
.sub-menu .current-item a {
    background-color:#045BA7;

}


/*------fix  bottom -----*/
html, body {
    background: #eee none repeat scroll 0 0;
    font-family: Ubuntu,sans-serif !important;
    font-size: 13px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
footer {
    background: #353535 none repeat scroll 0 0;
    bottom: -33px;   /*-----increase bottom------ previous value is 0*/
    position: absolute;
    width: 100%;
    padding:10px;
    border-top: 2px solid #F48221;
}
.container {
    background: #fff none repeat scroll 0 0;
    min-height: 100%;
    padding: 0;
    position: relative;
   	width:1200px; 
}
/*-------- side nav style ------*/
#navbarCollapse{
    background:#3E712F;
    padding:0;
}
#navbarCollapse ul{
    width:100%;
}
.panel-title > a{
    font-size:13px;
    padding:17px 0px 17px 0;
    outline:none;
}
.sidenav_width .col-md-3{
    width:20% ;
}
.wrap_head .col-md-3{
    width:20% ;
}
.wrap_head .col-md-9{
    width:80% ;
    padding:5px;
}
.sidenav_width .col-md-9{
    width:80% ;

}
.side_nav_bg{
    background:#E5E5E5;
}
#side_nav ul li{
    cursor:pointer;
}
#side_nav{margin-bottom:30%;}
accordion div:nth-child(5)
.panel-group {
    margin-bottom: 86px;
}
.panel-title{
    font-size:15px;
}
.side_nav_icon{
    padding-right:10px;
}
.side_navigation .col-md-2{
    padding:0;
}
.panel-default > .panel-heading {
    background-color: #353535;
    border-color: #353535;
    color: #fff;
}
.fa_down{
    -mox-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fa_up{
    -mox-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa_down1{
    -mox-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fa_up1{
    -mox-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-heading {
    padding: 15px 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-collapse ul li{
    padding: 10px 0 10px 53px;
    border-bottom:1px solid #636363;
}
.panel-collapse ul li:last-child{
    border-bottom:none;
}
.panel-group .panel {
    border-radius: 0;
}
.highlight{
    background: #535353 none repeat scroll 0 0;
    border-left: 2px solid #F48221;
    color: #F48221 !important;
}
.highlight1 h4 a:hover{
    color: #F48221 !important;
}
.highlight1{
    background: #535353 none repeat scroll 0 0 !important;
    border-left: 2px solid #F48221 !important;
    color: #F48221 !important;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
nav .panel-default {
    border-color: #5a5a5a;
}
.bg_light_grey li{
    font-size:12px;
    color:#A5A5A5;
}
/*-------- airline page starts here ------*/
.breadcrumb > ul li , .breadcrumb > ul li:not(:last-child){
    color: #949494;
    display: inline-block;
    font-size: 11px;
}

.breadcrumb > ul li + li::before {
    color: #ccc;
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 0.5em;
}
/*#select_option_wrap-menu{
        height: 100px;
    overflow-y: scroll;
    width: 265px;
}*/
#select_option_wrap-button{
    width:100% !important;
    background:#fff;
    padding:2px;
}
#rule_tb thead tr th:first-child{
    padding:12px;
}
#rule_tb tbody tr td{cursor:pointer; width:25%;}
#rule_tb tbody.checkbox{
    margin-top:0 ;
    display:table-row-group;
}
#rule_tb thead tr th:last-child, #rule_tb thead tr th:nth-child(2){
    padding:12px;
}
/*#rule_tb tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}*/
.ui-selectmenu-button span.ui-selectmenu-text {
    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;
}
.midoffice-icon .ui-selectmenu-button span.ui-selectmenu-text {
    background-image: url("../img/dropdown_arrow.png");
    background-position: 314px 14px;
}
.top_head h1{
    font-size:25px;
}
.top_head{
    padding:1.5%;
    border-bottom: 1px solid #ccc;
}

#content_wrap{
    padding:0 1% 1%;
    margin-bottom: 4%;
   /*background:#F8F3F0;*/  /*------ 15/march/18-----*/
    background:#F8F3F0;      /*--------- 15/march/18 : due to import pnr----------*/
}
.airline_search row, .airline_search1 row{
    padding:2%;
}
.airline_search .col-md-12{
     padding-bottom:2%;
}

.airline_search div:last-child{
     /*padding-bottom:2%;*/
    /*padding-top: 1% !important;*/
    padding-bottom:0.5em; /*------ 21/june---------*/
}
.padtop1{
    padding-top: 1%;
}
.airline_search, .airline_search1{
    background: #fff none repeat scroll 0 0;
     padding-bottom: 1em;

}
.airline_search1{
    background: #fff none repeat scroll 0 0;

}
.breadcrumb {
  /*  background-color: #F8F3F0;*/
    background: #F8F3F0 !important;  /*--------- 15/march/18 : due to import pnr----------*/
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 11px 0px;
}
.Air_table{
    margin-top: 1em;
    background: #fff;
    border:1px solid #d8d8d8;
    padding:0.5em;
}
.Air_table .dataTables_filter{
    display:none;
}
.dataTables_paginate{/* .airline_search div:last-child { */
    padding:1.5em 2em !important;
}
table.dataTable thead th{
    background:#f1f1f1;
    border-bottom: 1px solid #cfcfcf !important;
    border-top: 1px solid #cfcfcf ;
}
table.dataTable tbody td{
    border-bottom: 1px solid #cfcfcf;
}
.Air_table table thead th:last-child{
}
/*.Air_table table thead th:first-child,
.Air_table table thead th:second-child,.Air_table table thead th:nth-child(3){
        width: 25% ;
}*/
.Air_table table thead th{
    text-align:left;
   /* padding:13px ;*/ /*-------8/MAY/18----------*/
    padding: 10px 5px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 13px 14px;
}
.Air_table table tbody tr:nth-child(even){
    background: #f8f8f8;
}
table.dataTable.no-footer, table.dataTable thead td{
    border-bottom:0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    background:#dddddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: red !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 0;
    text-align: center;
    color:#ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #9B9B9B none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0;
    color: #2F2B2C !important;

    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:
{
    background: #E6E6E6 none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    color: #666 !important;
    cursor: default;
    background-image: url("../img/dropdown_arrow.png");
    background-repeat: no-repeat;
    background-size: 9px 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background:#E6E6E6 !important;
    color:#000 !important;
    border:1px solid #E6E6E6 !important;
}
.button.dt-button, div.dt-button, a.dt-button, .button.dt-button, div.dt-button, a.dt-button:hover{
    background-image: url("../img/Export File.png") !important;
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: 10px;
}
.dt-button.buttons-excel.buttons-html5 > span{
    padding-left:27px;
    color:#175C19;
}
button.dt-button, div.dt-button, a.dt-button {
    background-color: #fff !important;
}
.paginate_button.previous.disabled{
    display:none !important;
}
.dt-buttons{
    left: 198px;
    position: absolute !important;
    top: -41px;

}
.dataTables_wrapper .dataTables_length {/*---- hide list item---*/
    display: none;
}
.dataTables_wrapper .dataTables_info {/*---- hide show entries---*/
    display: none;
}
.download_button{
    background: rgba(0, 0, 0, 0) url("../img/Download.png") no-repeat scroll 6px center;
    border: 1px solid #ccc;
    padding: 8px 22px 5px 29px;
    margin:10px;
    color:#3E712F;
}
.dataTable  thead tr th, .dataTable  tbody tr td{
    border-right:1px solid #dedede;
}
.dataTable  thead tr th:last-child, .dataTable  tbody tr td:last-child{
    border-right:none;
    text-align:center;
}
.dataTable  tbody tr td:last-child img{
    width:14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 0.2em;
}
#DataTables_Table_0_previous{
    display:none;
}

/*------ airline details ------*/
.image_wrap ul  li{
    border: 1px solid;
    display: inline-block;
    width: 49%;
    height:50px;
}
.rules_table table{
    width:100%;
}
.rules_table table tbody tr td{
    padding:13px;
}
.rules_table table thead th{
    background:#e9e9e9;
}

/*------ airport details ------*/
.check_box ul{

    margin-top: 15px;
}
.check_box ul li span{
    padding:0 10px 0 5px;
}
#dt-buttons{

}
.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all{
    border-radius:0;
    /*padding:1px !important;*/
}
.form-control {
    border-radius: 0px;
    }
.datepicker{/*--- datepicker icon ---*/
    background-image: url("../img/Cal_icon.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 241px 7px;
    background-size: 18px 19px;
    cursor: pointer;
    width:50%;
}
.datepicker-departure{/*--- datepicker icon ---*/
    background-image: url("../img/Cal_icon.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 224px 7px;
    background-size: 18px 19px;
    cursor: pointer;
    width:50%;
}

.datepicker-css-only{/*--- datepicker icon ---*/
    background-image: url("../img/Cal_icon.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 103px 7px;
    background-size: 18px 19px;
    cursor: pointer;
    width:50%;
}


.datepicker-add {
    background-image: url(../img/Cal_icon.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
   background-position: 100px 7px;
    background-size: 18px 19px;
    cursor: pointer;
    width: 50%;
}

.date-picker{/*--- datepicker icon ---*/
    background-image: url("../img/Cal_icon.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 229px 7px;
    background-size: 18px 19px;
    cursor: pointer;
}
.datepicker-image {
    background-image: url(../img/Cal_icon.png);
    background-repeat: no-repeat;
    background-position: 225px 7px;
    background-size: 18px 19px;
}
.indicator {
    margin-right: 5px;
    margin-top: 5px;
    width: 5px;
}
.indicator1 {
    margin-right: 5px;
    margin-top: 5px;
    width: 23px;
}
.ui-icon.ui-icon-triangle-1-s{
    display:none;
}
/*---- uccf page style  -----*/
.uccf_charges{
    border: 1px solid #ddd;
    padding: 13px 0 0;
}
.uccf_charges h3{
    padding-left:15px;
}
/*---- branch page style-----*/
.info_head{
    padding:0 15px;
}
.info_head h1{
    font-size:23px;
    line-height:0;
}
.import_pnr .checkbox input.selectedId[type="checkbox"],.import_pnr  input.selectedId[type="checkbox"]{
    display:none;
}
.import_pnr .checkbox h1, .import_pnr  h4{padding-right:12px; font-size:20px;}
.import_pnr .checkbox .input_check , .import_pnr  .input_check{
    margin-right: 0;
    padding: 3px 0 10px 25px;
}

.import_pnr .checkbox span, .import_pnr  span{margin-top:2px;color:#606060;}
.product_details ul li input[type="checkbox"]{
    display:none;
}
.col-md-12 .dropdown .dropdown-label .form-control {
    width: 86%;
}
#import_pnrtb .checkbox.checkbox_style li, #import_pnrtb .checkbox.checkbox_style ul {
    display: inline-block;
}
#import_pnrtb table thead tr th:first-child, #import_pnrtb table tbody tr td:first-child {
    width: 20%;
}
#import_pnrtb{background:#fff;}

.table tbody{background:#fff;}
.table .checkbox label { padding: 2px 0 10px 25px;}
.product_details ul{
    margin-top:0px;
    width: 100%;
    background:#E8E8E8;
    border-top:1px solid #F58323;
}
.add_bn{margin-right: 14px;text-align: right;}
.product_details ul li{
    padding:5px 18px;
}
.status_tb tbody {
    display:block;
    height:200px;
    overflow:auto;
}
.status_tb thead, .status_tb tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
/*.status_tb thead {
    width: calc( 100% - 17px );
    width: -webkit-calc(100% - 17px);
    width: -moz-calc(100% - 17px);
}*/

.status_tb table{
    border: 1px solid #E1E1E1;
    margin: 2% auto;
    width: 96%;
}
#status  table thead tr th:first-child, .status_tb table tbody tr td:first-child{
    width: 10% !important;
}
.status_tb table tbody tr td:last-child{
    padding-left:18px;
}
.status_tb .checkbox tr td input[type="checkbox"]{
    display:none;}
.status_tb table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top:none;
}
.status_tb table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

/*.status_tb{
        padding:20px 0;
}

.status_tb table thead{
        border-bottom:1px solid #E1E1E1;
}
.status_tb table{
        border: 1px solid #E1E1E1;
    margin: 0 auto;
    width: 96%;
}
.status_tb table tbody tr td input{
        margin: 12px;
    width: 96%;
}
 .status_tb table thead tr th:first-child{
        border-right:1px solid #E8E8E8;
        width: 660px;
}
.status_tb table tbody tr td:first-child{
        border-right:1px solid #E8E8E8;
        width: 660px;
}
.status_tb table tbody tbody {
    display:block;
    height:200px;
    overflow:auto;
}
.status_tb table tbody thead, .status_tb table tbody tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}


.status_tb table tbody{
         height: 300px;
    overflow-y: scroll;
    position: relative;
}
.status_tb table tbody tr td label{
        margin-left: 16px;
}
.status_tb .checkbox tr td input[type="checkbox"]{
        display:none;
}*/


.status_tb table tbody tr:nth-child(2n) {
    background: #f8f8f8 none repeat scroll 0 0 ;
}
.airline_field  .col-md-3{
    width:25% !important;
}
.code_dropdown .ui-selectmenu-button span.ui-selectmenu-text {
    background-color: #ffffff;
    background-image: url("../img/dropdown_arrow.png");
    background-position: 174px 14px;}
.type_dd .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 256px 14px;}
}
.text_area div label{
    display:block !important;
}
.text_area div label{
    width:100%;
}
.row_add  .col-1{
    text-align: right;
}
.add_btn img{
    margin-right: 15px;
}

#add_blocktb .ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all{
    width:196px !important;
}
#add_blocktb .ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-top{
    width:196px !important;
}
.add_blocktb .ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-top{
    width:100% !important;
}
.add_blocktb label{
    display:block !important;
}
.add_blocktb .ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all{
    width:100% !important;
}
.enter_supplier .ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all{
    margin-left: 12px;
    width: 96% !important;
}
.enter_supplier .ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-top{
    width:96% !important;
    margin-left: 12px;
}
.enter_supplier .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 553px 13px;
}
.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all{
    width:100% !important;
}
/*.remove_icon{
        background-image: url("../img/Download.png");
        background-position: bottom;
        background-color:red;
}*/
.imageThumb {
    width: 115px;
    height: 100px;
    margin: 10px 10px 0 0;
    padding: 1px;
}
.imageThumb1 {
    width: 65px;
    height: 60px;
    margin: 10px 10px 0 0;
    padding: 1px;
}
.imageThumb2 {
    width: 65px;
    height: 60px;
    margin: 10px 10px 0 0;
    padding: 1px;
}
.imageThumb3 {
    width: 65px;
    height: 60px;
    margin: 10px 10px 0 0;
    padding: 1px;
}
.imageThumb4 {
    width: 100%;
    margin: 0px 10px 0 10px;
    padding: 1px;
}
.filename{
    display:block;
    word-wrap: break-word;
    width: 64px;
}
.filename2{
    display:block;
    word-wrap: break-word;
    width: 64px;
}
.filename3{
    display:block;
    word-wrap: break-word;
    width: 64px;
}
.filename4{
    display: block;
    word-wrap: break-word;
    margin-left: 10px;
    white-space: normal;
}
.img_wrap::before {
    background: #38383866 none repeat scroll 0 0;
    border-radius: 27%;
    color: #fff;
    content: "x";
    margin: 6px 0;
    padding: 0 4px;
    position: absolute;
    right: 27px;
    top: 44px;
    vertical-align: top;
    cursor: pointer;

}
.img_wrap1::before {
    background: #38383866 none repeat scroll 0 0;
    border-radius: 51%;
    color: #fff;
    content: "x";
    cursor: pointer;
    margin: 6px 0;
    padding: 0 5px 1px;
    position: absolute;
    right: 11px;
    top: 10px;
    vertical-align: top;

}

.img_wrap11 .img_wrap_remove1{
  margin: -144px 0px 0 -3px;
}

.img_wrap3::before {
    background: #38383866 none repeat scroll 0 0;
    border-radius: 51%;
    color: #fff;
    content: "x";
    cursor: pointer;
    margin: 6px 0;
    padding: 0 5px 1px;
    position: absolute;
    right: 11px;
    top: 10px;
    vertical-align: top;

}
.img_wrap2::before {
    background: #38383866 none repeat scroll 0 0;
    border-radius: 51%;
    color: #fff;
    content: "x";
    cursor: pointer;
    margin: 6px 0;
    padding: 0 5px 1px;
    position: absolute;
    right: 11px;
    top: 10px;
    vertical-align: top;

}
.del-icon {
    position: absolute;
    bottom: 29px;
    right: -6px;

}
.del-icon1 {
    position: absolute;
    bottom: 2px;
    right: 2px;

}
.img_wrap {
    display: inline-block;
    position: relative;
}
.img_wrap1 {
    display: inline-block;
    position: relative;
    vertical-align:top;
}
.img_wrap2 {
    display: inline-block;
    position: relative;
    vertical-align:top;
}
.img_wrap3 {
    display: inline-block;
    position: relative;
    vertical-align:top;
}
.img_wrap4 {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 175px;
    height: 175px;
}

.img_wrap5 {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 171px;
    height: 61px;
}
#room-master  span{
    display: block;
}
#room-master .img_wrap::before {
    background: #38383866 none repeat scroll 0 0;
    border-radius: 27%;
    color: #fff;
    content: "x";
    margin: 6px 0;
    padding: 0 4px;
    position: absolute;
    right: 11px;
    top: 23px;
    vertical-align: top;
    cursor: pointer;

}
.scroll-bar{
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: hidden;

}
.no-scroll{
    white-space: nowrap;
    overflow-x: hidden;
}
.wrapper{
    background: #FAFAFA;
    margin-top:1em;
    border:1px solid #DADADA;
}
.wrapper p{
    text-align:center;
    padding: 15px 0 0;
    color:#B0B2B4;

}
#seven .wrapper p{
    text-align:center;
    padding: 15px 0 ;
}
#x { display:none; position:relative; z-index:200; float:right}
#previewPane { display: inline-block; }

.input_width input{
    width:60%;
}
.input_width{
    margin-left:0 !important;
}
/*--- bsp commission page starts here ---*/
/*
#datepicker_style input{
    width:50%;
}*/
.datepicker_style1 input:first-child{
    border-right:none;
}
#datepicker_style .datepicker{
    background-position: 110px 7px;
}
.midoffice-datepicker #datepicker_style .datepicker{
    background-position: 140px 7px;
}
.mid-datepick .datepicker{
    background-position: 310px 7px;
}
.datepicker_style1 .datepicker{
    background-position: 178px 7px;
}

.percentage_tb div ul{
    background: #FFF;
    border-top: none;
    margin-left: 0;
}
/*.fare_base img{ width: 35px;}*/
.percentage_tb .half-col{
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0;
}
#rbs_class table tbody tr td:first-child {
    width: 15.1% !important;
}
/*.half-col ul{
        margin-left:-7px;
}*/
.fare_base{
    width: 100%;
}
.ticket_time .col-md-12 div{
    width:100%;
}
#show_fareCode, .show_fareCode{
    border: 1px solid #eeeeee;
    background:#fbfbfb;
    height: 126px;
    overflow-y:auto;
    border-top:none;
}
#show_fareCode1{
    border: 1px solid #eeeeee;
    background:#fbfbfb;
    height: 126px;
    overflow-y:auto;
    border-top:none;
}
.sub_container{
    background:#F8F6F7;
    padding: 10px 0;
}
.sub_container .percentage_tb{
    background:#ffffff;
}
.percentage_tb{
    margin: 0% auto;
    width: 98%;
    padding-bottom: 3%;
}
.col-md-2 .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 100px 14px !important;
}
.percentage_tb table thead tr th:first-child, .percentage_tb table tbody tr td:first-child {
    width: 25%;
    border-right:1px solid #e8e8e8;
}
.percentage_tb tbody tr td input{width:25%;}
.percentage_tb table tbody tr td:last-child , .percentage_tb table tbody tr td:first-child{
    padding-left: 15px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0.5em 2.1em 0.5em 1em;}

.pax .checkbox{
    margin-top: 0px ;
}
#show_fareCode li, #show_fareCode1 li, .show_fareCode1 li{/*---- style for adding email and phone no----*/
    background: #f6f6f6;
    border-radius: 4px;
    padding: 1px 6px;
    margin: 8px 15px 10px 7px;
    position: relative;
    color: #636363;
    border: 1px solid #e9e9e9;
}
#show_fareCode li span, #show_fareCode1 li span, .show_fareCode1 li span{
    position: absolute;
    top: -12px;
    color: #838383;
}
/*--- create company page style starts here ----*/
.fileUpload input.upload {/*---- upload button style----*/
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width:100%;
    text-indent: -990px;
}
.multiple_upload .fileUpload input.upload {
     position: absolute;
    right: 86px;
    top: 3px;
    width: 100%;
}

.multiple_upload .fileUpload{
    position: absolute;
    right: 15px !important;
}
#uploadFile1{
    border: 1px solid #c2c2c2;
    padding: 6px 0 6px 7px;
    background:#fff;
    width: 199px;
}
#uploadFileA{
    border: 1px solid #c2c2c2;
    padding: 11px 0 11px 7px;
    background:#fff;
    width: 418px;
}
#uploadFile{
    border: 1px solid #c2c2c2;
    padding: 10px 0 12px 7px;
    background:#fff;
    width: 418px;
}
#uploadFile1{
    border: 1px solid #c2c2c2;
    padding: 10px 0 12px 7px;
    background:#fff;
    width: 418px;
}
#uploadFile2{
    border: 1px solid #c2c2c2;
    padding: 10px 0 12px 7px;
    background:#fff;
    width: 418px;
}
#uploadFile3{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile4{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile5{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile6{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#uploadFile7{/*--- for col-md-4 ---*/
    border: 1px solid #c2c2c2;
    padding:6px 0 7px 7px;
    background: #fff;
    width: 203px;
}
#show_fareCodeA{
    border: 1px solid #eeeeee;
    background:#fbfbfb;
    height: 126px;
    overflow-y:auto;
    border-top:none;
}
#show_fareCodeA li, #show_fareCode1 li, .show_fareCode1 li{/*---- style for adding email and phone no----*/
    background: #f6f6f6;
    border-radius: 4px;
    padding: 1px 6px;
    margin: 8px 15px 10px 7px;
    position: relative;
    color: #636363;
    border: 1px solid #e9e9e9;
}
#show_fareCodeA li span, #show_fareCode1 li span, .show_fareCode1 li span{
    position: absolute;
    top: -12px;
    color: #838383;
}
.multiple_upload .fileUpload input#uploadBtn3 {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
.multiple_upload .fileUpload input#uploadBtn4 {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
.multiple_upload .fileUpload input#uploadBtn5 {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
.multiple_upload .fileUpload input#uploadBtn6 {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}
.multiple_upload .fileUpload input#uploadBtn7 {/*--- for col-md-4 ---*/
    right: 3px;
    width: 100%;
}

.browse_btn{
    padding-bottom:0 !important;
}
.bg_w_button{
    background: #353535 none repeat scroll 0 0;
    color: #fff;
    margin-left: -5px;
    padding: 10px 10px 7px;
    margin-right:1px;
}
.bg_w_button1{/*--- for col-md-4 ---*/
    background: #353535 none repeat scroll 0 0;
    color: #fff;
    margin-left: -5px;
    padding: 6px 10px 7px;
    margin-right:1px;
}
.btn {
    padding:0;
}
.upload {
    margin-top:18px;
    width: 40%;
}
.fileUpload span{/*---- upload button style end----*/
    vertical-align:top;
}

/*--- company role starts here ---------*/

#accordionAB div:last-child{
    padding-bottom:0 !important;
}
#accordionAB{
    padding-bottom:0 !important;
}
#accordionABC{
    margin-bottom:5px;

}
#accordionBC{
    margin-bottom:5px;

}
#accordionBD{
    margin-bottom:5px;

}
#accordionAB .panel-default > .panel-heading {
    background-color: #535353 ;
    /* border-color: #353535;
     color: #fff;*/
}
#accordionAB .panel {
    background-color: #fff;
    border-bottom: 1px solid transparent !important;margin-top: -1px;}
.fa_plus{
    background-image: url("../img/plus_icon.png");
    background-position: 45px -1px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    width: 68px;
}
.fa_minus{
    background-image: url("../img/minus_icon.png");
    background-position: 45px 3px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    width: 68px;
}
.panel-heading{
    cursor:pointer;
}
.indicator2 {
    margin-right: 5px;
    margin-top: 3px;
}
.second_accordian{
    background:#ffffff !important;
    color:#494949 !important;
}
.second_accordian a:hover{
    color:#494949 !important;
}
.accordian_table tbody  tr td:first-child{border-right:1px solid #ddd;width:75%;}
.accordian_table tbody{border:1px solid #ddd;}
.accordian_table tbody  tr:nth-child(even) {background: #f5f5f5}
.accordian_table tbody  tr:nth-child(odd) {background: #FFF}
.accordian_table .checkbox {
    display: table-row-group;}
.selectall_head{text-align:right;}

/*--- agency page start here  -----------*/
#payment_option   li  input[type=checkbox] {/*--style for campaign custom--*/
    display: none !important;
}
#payment_option{margin-top:0px;}
#payment_option {margin-left: 0px;}
.agency_subhead{
    background:#535353; padding: 8px !important;
}
.ticket_pcc{padding:10px;}
.ticket_pcc > div{background:#fff;}
.pcc_add_details .info_head, .pcc_add_details .add_block1{background:#fff;}
/* .pcc_add_details .add_block1 div:first-child{background:#F3F3F3;} */
#airport_tb1 h4, #airport_tb1 p{padding-left:15px;}
.license label:first-child{
    width:49%;
}
/*---  region page starts here -----*/
#region_content .active{/*----- use style for content tab in region page*/
    border-top:none;
    background:#fff;
}
#region_content  .nav > li > a:active, #region_content  .nav > li > a:hover, #region_content  .nav > li > a:focus {
    background-color: #F8F6F7 ;
    outline: none;
}
#region_content .nav-tabs > li.active > a, #region_content .nav-tabs > li.active > a:hover, #region_content .nav-tabs > li.active > a:focus {
    background-color: #F8F6F7;}
#region_content .nav-tabs > li > a {
    border-radius: 0;
}
#region_content .nav-tabs > li.active > a, #region_content .nav-tabs > li.active > a:hover, #region_content .nav-tabs > li.active > a:focus {
    border-top: 3px solid #F48222;
}
#region_content .nav-tabs {
    background: #E8E8E8;
    color:#000;
}
#region_content .nav-tabs > li a, #region_content .nav-tabs > li a:focus, #region_content .nav-tabs > li a:hover {
    color:#000;
}
#region_content .nav-tabs > li > a {
    margin-right: 0px !important;}
#region_content .tab-content{
    padding: 10px;
    background: #F8F6F7;
    border-left:1px solid #D9D7D8;
    border-right:1px solid #D9D7D8;
    border-bottom:1px solid #D9D7D8;
}
#region_content .tab-content .tab-pane div a.add_button{
    margin-top: 13px;
    margin-right: 15px;
}

/*---  tab functionality's css -----*/
.tab_fun .active{/*----- use style for content tab in region page*/
    border-top:none;
    background:#fff;
}
.tab_fun  .nav > li > a:active, .tab_fun  .nav > li > a:hover, .tab_fun  .nav > li > a:focus {
    background-color: #F8F6F7 ;
    outline: none;
}
.tab_fun .nav-tabs > li.active > a, .tab_fun .nav-tabs > li.active > a:hover, .tab_fun .nav-tabs > li.active > a:focus {
    background-color: #F8F6F7;}
.tab_fun .nav-tabs > li > a {
    border-radius: 0;
}
.tab_fun .nav-tabs > li.active > a, .tab_fun .nav-tabs > li.active > a:hover, .tab_fun .nav-tabs > li.active > a:focus {
    border-top: 3px solid #F48222;
}
.tab_fun .nav-tabs {
    background: #E8E8E8;
    color:#000;
}
.tab_fun .nav-tabs > li a, .tab_fun .nav-tabs > li a:focus, .tab_fun .nav-tabs > li a:hover {
    color:#000;
}
.tab_fun .nav-tabs > li > a {
    margin-right: 0px !important;}
.tab_fun .tab-content{
    padding: 10px;
    background: #F8F6F7;
    border-left:1px solid #D9D7D8;
    border-right:1px solid #D9D7D8;
    border-bottom:1px solid #D9D7D8;
}
.tab_fun .tab-content .tab-pane div a.add_button{
    margin-top: 13px;
    margin-right: 15px;
}
.add_country{
    background:#fff;
}

/*---knowledge center page starts here -----*/

.date_pic > div{
    width:100%;
}
#knowledge_tb table thead tr th:first-child{
    width:40% !important;
}
/*---card details page starts here -----*/
.percentage_block {
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
/*---payment gateway config page starts here -----*/
.payment_table tbody  tr:nth-child(even) {background: #f5f5f5}
.payment_table tbody  tr:nth-child(odd) {background: #FFF}

/*----- operating country page starts here-----*/
#airport_tb1 table thead tr th, #airport_tb1 table tbody tr td{width:20%;}
.view_branch, .view_branch:hover, .view_branch:focus {
    color: #676767;
    padding-left:17px;
}
/*----- supplier page starts here-----*/
#collapseSeven .panel-body, #collapseThree .panel-body{/*--- 2nd level accordian in supplier page----*/
    padding:0;
}
#accordionBC .panel-default > .panel-heading , #accordionPVD .panel-default > .panel-heading{
    background-color: #484848;
    border-color: #353535;
    color: #929292;
}
#accordionBC .panel-default > .panel-heading h4 a:focus, #accordionBC .panel-default > .panel-heading h4 a:hover{
    color: #929292;
}
#accordionPVD .panel-default > .panel-heading h4 a:focus, #accordionPVD .panel-default > .panel-heading h4 a:hover{
    color: #929292;
}
#accordionBC .panel-default a .panel-heading.accordion-toggle, #accordionPVD .panel-default a .panel-heading.accordion-toggle {
    background-color:#484848 !important;
}
#accordionBC .panel-default a .panel-heading h4, #accordionPVD .panel-default a .panel-heading h4{color: #929292;}
#accordionBC .panel-default, #accordionPVD .panel-default  {
    margin-bottom: -2px;
    margin-top: -1px;
}
#accordionPVD .highlight{
     border-left: 2px solid #f48221 !important;
}
#collapseSeven .panel-body  .panel-group .panel .panel-heading .panel-title1 a{
    color:#929292;
}
#collapseThree .panel-body  .panel-group .panel .panel-heading .panel-title1 a{
    color:#929292;
}
#collapseInner22  ul li , #collapseInner21  ul li{
    padding: 10px 0 10px 58px;
}
#collapseInner22 .panel-body ul, #collapseInner21 .panel-body ul{margin-top:-1px;}
#collapseSeven .panel-body .panel-group, #collapseThree .panel-body .panel-group{margin-bottom:0;}

#accordionBC .panel-title1, #accordionPVD .panel-title1{
    padding-left: 43px;
}
#status3{background:#fff;}
#status3 table thead tr th{background:#EBEBEB;}
#status3 table thead tr th:first-child, #status3 table tbody tr td:first-child {
    width: 45% !important;
}
#status3 thead {
    width: calc(100% - 0em);
}
#status3 table thead tr th:nth-child(2), .status_tb table tbody tr td:nth-child(2){
    width: 45%;
}
.delete_table_row{cursor:pointer;}
#add_airlines label{display:block;}
#remove_airlines label{display:block;}
.restict_style{
    border:1px solid #ddd;
}
#add_airlines{
    height: 195px;
    overflow-y: scroll;
}
#remove_airlines{
    height: 210px;
    overflow-y: scroll;
}
#search_filter{
    -moz-appearance: none;
    background-image: url("../img/Searchcode_icon.png");
    background-position: 320px 8px;
    background-repeat: no-repeat;
    background-size: 14px 15px;
    cursor: pointer;
}
.restricted_button ul{margin-top:54%;}
.restricted_button ul li:first-child input{
    padding:10px 33px;
    border:1px solid #ddd;
    color:#ddd;
}
.restricted_button ul li:last-child input{
    padding:10px 22px;
    border:1px solid #ddd;
    color:#ddd;
}
.new_btn_style{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #F48221 !important;
    color: #F48221 !important;
}
.new_btn_style1{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aeaeae !important;
    color: #aeaeae !important;
}
.restict_style label{
    padding:5px 5px 0 10px;
    margin-bottom:0;
    vertical-align: middle;
}
.restict_style label input{
    margin-right:8px;
    margin-top: 0;
    vertical-align: middle;
}
.margin_left1{
    margin: 0 -17px;
}
.remove_restricted_airline{
    margin-top: 15px;
}
.pmr_add input[type="checkbox"]{
    display:none;
}
.pmr_add{
    border: 1px solid #ddd;
    height: 150px;
    overflow-y: scroll;
    padding: 5px 10px;
}
.supplier_value ul{
    background:#fff !important;
}

/*------- flight markup page starts here -----------*/
.text_marginleft{
    margin-left: -40px;
}
.inner_div ul{
    background: #ECECEC;
    border: 1px solid #ddd;
    margin: 2px 15px 15px;
    padding: 14px 8px 8px 8px;
}
.inner_div ul li{
    display: inline-block;
}
.inner_div ul li:first-child{width:32%;}
.inner_div ul li:last-child{
    margin-left: 10px;
    margin-top: 8px;
    vertical-align: top;
}
.inner_div ul li:nth-child(2){
    margin-left:0;
    margin-top:0;
    vertical-align: top;
    width:11%;
}
.inner_div ul li:nth-child(3){
    width: 45%;
}
.inner_div ul li:last-child span:first-child img{
    border-right: 1px solid #fff;
    padding-right: 10px;
    cursor:pointer;
    width:31px;
}
.inner_div ul li:last-child span:nth-child(2) img{
    border-right: 1px solid #fff;
    padding:0 10px;
    cursor:pointer;
}
.inner_div ul li:last-child span:last-child img{
    padding-left: 10px;
    width:31px;
    cursor:pointer;
}
.add_btn1 img{
    cursor: pointer;
}
#markup_modal .modal-dialog {
    width: 361px;
    
}
.modal-dialog .modal-footer {
    padding-bottom: 30px;
    margin: 0 0 0 17px;  /*------ swati 1/2/18--------*/
}
#del_block_btn2 img{width:35px;}
.view_details a img{
    width:13px;
}
#air_tb table tbody tr td input{width:55px;}

#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;
}
#add_new ul li .ui-selectmenu-button span.ui-selectmenu-text {
    background-color: #ffffff;
    background-image: url("../img/dropdown_arrow.png");
    background-position: 235px 14px;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    cursor: pointer;
    max-height: 250px;
}
/*------- private db hotel starts here -----------*/
#hotel_master .checkbox{
    display: table-row-group ;
}
#timepicker_style input{
    width:50%;
}
/**.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open tr:nth-child(2) td{
    padding: 2em 0;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open tr:first-child {
    display: none;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open tr:last-child {
    display: none;
}**/
.col-md-8 textarea{
    height:203px;

}
.description-text .col-md-8 textarea{
    height:75px;
}
#timepicker_style input:first-child, .datepicker_style1 input:first-child{
    border-right:none;
}
.datepicker_style1 .timepicker{
    background-position: 178px 7px;
}
.timepicker  input{/*--- datepicker icon ---*/
    background-image: url("../img/time_icon.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 61px 3px;
    background-size: 13px 14px;
    cursor: pointer;
}

.time_table{
    border:1px solid #ddd;
}
.time_table thead th{
    background: #eeeeee none repeat scroll 0 0;
    color: #868686;
    font-weight: 600;
    padding: 10px;
}
.time_table thead tr, .time_table tbody tr{
    border-bottom:1px solid #ddd;
}
.time_table thead tr th, .time_table tbody tr td{
    border-right:1px solid #ddd;
}
.time_table tbody tr td{
    padding:4px;
}
.time_table tbody tr td input.form-control{
    width: 84%;
    font-size: 12px;
    height: 25px;
    padding: 5px 7px;
}
.bootstrap-timepicker-widget table td input {
    border: 1px solid #ddd !important;
}
.info_head1{
    padding:15px 0 2px 15px;
}
.agreement .second_lev_div{
    margin-top: -19px;
}
#Mailing .bg_light{
    padding-bottom:0;
}
.same-as{text-align:right;}
.same-as input.selectedId[type="checkbox"] {
    display: none;
}
.same-as div {padding:0;}
.same-as  span{padding-right: 12px;}
.same-as  label{ margin-top: -8px;}
.same-as .checkbox {
    margin-bottom: 0px;
    margin-top: 0px;
}
.description{
    height:115px;
}
#contact_details .bg_light{
    padding-bottom:0;
}

#country_table .checkbox{
    display: table-row-group ;
}
.amenities #add_airlines{
    height: 120px;
}
.amenities #remove_airlines{
    height: 155px;
    width:40%;
}
.amenities .restricted_button ul {
    margin-left: 13%;
    margin-top: 36%;
}
/*---- popular destination page starts here  -----*/
.destination #add_destination{
    height: 120px;
}
.destination #remove_destination{
    height: 120px;
}
#popular .datepicker{
    width: 100%;
    border-right: 1px solid #bcbcbc !important;
    background-position: 98% 50%;
}
/*---- rate paln master page starts here  -----*/
.rateplan table tr th, .rateplan table tr td{
    font-size: 11px;
    padding: 10px 3px;
    border-right:1px solid #bcbcbc;
    text-align:center;
}
.rateplan table tr th:last-child, .rateplan table tr td:last-child{
    border-right:none;
}
.rateplan table tr td a{color:#000;}
.rateplan table{
    width:100%;
}
.datepicker1{/*--- datepicker icon ---*/
    background-image: url("../img/Cal_icon.png");
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 161px 7px;
    background-size: 18px 19px;
    cursor: pointer;
}
.datepicker  {
    width:50%;
          background-image: url(../img/Cal_icon.png);
    background-repeat: no-repeat;
    background-size: 18px 19px;
    cursor: pointer;
}
.datepicker:first-child  {
    border-right:none;
}
#calender_show{
    background:#535353;
    color:#fff;
}
#calender_show > th{
    width:10px;
}
.week_view li{
    padding:7px;
}
.week_view li:nth-child(2){
    margin-top: 2px;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
}
.week_view{
    background:#fff;
}
.week_view{border:1px solid #ddd;}

.pad_10{
    padding:10px;
}
.get_month{
    background:#EBEBEB;
}
.get_month div:last-child{
    padding: 0;
    text-align: right;
}
.get_month div:nth-child(3){
    margin-left: 50px;
}
.month_view{margin-left:33px;margin-top: 10px;}
.month_view li a{
    border: 1px solid #bcbcbc;
    color: #9a9a9a;
    padding: 10px;
}
.month_view li:first-child{
    padding-right:15px;

}
.month_view li:last-child{
    padding-left: 15px;
    border-left:1px solid #b8b8b8;
}
#month_modal .modal-dialog {
    margin: 1% auto;
    width: 98%;
}
.modal_mth{float:right;}
.modal_mth li:first-child{
    padding: 8px;
}
.modal_mth li:last-child .datepicker1{
    background-position: 142px 7px;
}
.g_l_black{
    background-color:#616161 !important;
    color:#fff;
}
#calender_show1 > th{
    background:#535353;
    color:#fff;
}

.matrix .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 235px 14px;
}
#rate_plan_matrix  div i{
    margin-left: 30px;
}

.icon-chevron-down{
     background-image: url("../img/Cal_icon.png") !important;
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto;
    background-position: 161px 7px;
    background-size: 18px 19px;
    cursor: pointer;
}
.price-table  tbody  tr td a{color:#000;}
/*-------  dashboard style starts here   ---------------*/

.Workflow h4 span img{
    height:21px;
}
.all_radio{
    margin-top:18px;
}
.show_checkbox label{
    display:block;
}
.show_checkbox ul{
    margin-left:3px !important;
}
#workflow_table table thead tr th:first-child{
    width:8% !important;
}
#workflow_table table thead tr th:nth-child(2){
    width:45% !important;
}
#workflow_table table tbody tr td a{
    color: #017AE2;
    text-decoration: underline;
}
.status_content ul{
    display: inline-block;
    width: 100%;
    border:1px solid #ddd;
}
.status_content li:first-child, .status_content li:nth-child(2), .status_content li:nth-child(3), .status_content li:nth-child(4) {
    display: inline-block;
    width: 25%;
    margin: 0 -4px 0 0;
}
.markup_rule .row {
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 7px 0 5px;
    background:#F0F0F0;
}
.markup_rule .row .col-md-6{
    padding-bottom:0;
}
.markup_rule .row .col-md-6 p{
    text-align: right;
    margin-right: 113px;
}
.status_content{
    padding-bottom:0 !important;
}
.markup_rule{
    padding-bottom:0 !important;
}
.comment_box label, .comment_box1 label{
    display:block;
}
.comment_box p, .comment_box1 p{
    display: inline-block;
    word-wrap: break-word;
    width: 80%;
}
.comment_box span, .comment_box1 span{
    display: inline-block;
    float: right
}
.status_content li:nth-child(2) p span, .status_content li:nth-child(4) p span{
    padding:5px;
}
.status_content li {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:10px;
}
.status_content li:last-child{
    border-bottom: 0;
    border-right:0;
}
.status_content li:nth-child(4){
    border-right:0;
}
.rule_table div{
    background:none;
}
.rule_table .status_tb table {
    border: 1px solid #E1E1E1;
    margin: 0% auto;
    width: 100%;
}
.multi_clmn_tb{
    border:1px solid #ddd;
}
.multi_clmn_tb caption{
    padding-left: 13px;
    background: #ddd;
}
.multi_clmn_tb tr td:first-child{
    width:17%;
}
#attribute_tb table tbody tr td:nth-child(2) {
    width: 18%;
}
.add_comment{
    margin-top: 1%;
    border:1px solid #ddd;
    padding-bottom:0 !important;
}
.review{
    padding-top:15px;
}
.review textarea{
    margin: 6px;
    width: 99%;
}
.add_comment .comment{
    background:#DDDDDD;
    padding: 10px;
}

/*--- book mid-office page style starts here -------*/
.last .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 59px 14px;
}
.last ul{
    width:100%;
}
.last ul.add_blocktb li:last-child{
    margin-left:10px;
    width:100%;
}

.advance_search table tbody tr td a, #country_table table tbody tr td a{
    color: #017ae2;
    text-decoration: underline;
}
.booking_listed{
    padding:10px;
}
.booking_listed span {
    width: 128px;
}
.booking_listed input {
    width: 100px;
    margin-top:-6px;
}
.tabs-left {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-left>li{
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.booking_reference div .tab-content .active{
    background:#fff;
}
.booking_reference .col-md-9{
    padding:0;
}
.book_ref .reference_no{
    background:#ddd;
    padding:10px;
}
.booking_reference .row .col-md-6{
    padding:10px;
}
.booking_reference .row .text-right{
    font-size:10px;
}

/*---- search booking page style starts here ----*/
.cw-search-booking .col-md-9 .tab-content ul li.active {
    background-color: #fff;
    border-top:none;
}
.cw-search-booking{
    margin-top: 20px;
}
.cw-search-booking-wrap h4{
    background: #ddd none repeat scroll 0 0;
    padding: 10px 14px;
}
.cw-search-booking-wrap h4 span{
    font-size:24px;
    padding-left:10px;
}
.cw-search-booking-wrap .airline_field{
    margin-top:2em;
}
.cw-search-booking .col-md-9 .tab-content .nav-pills > li.active > a, .cw-search-booking .col-md-9 .tab-content .nav-pills > li.active > a:hover, .cw-search-booking .col-md-9 .tab-content .nav-pills > li.active > a:focus {

    background-color: #fff;
}
.cw-search-booking .col-md-9 .tab-content .nav-pills > li  > a{color: #000;}
.cw-search-booking .col-md-9 .tab-content .nav > li > a:hover, .cw-search-booking .col-md-9 .tab-content .nav > li > a:focus {
    background-color:#fff;
    outline: none;
}
.move-to{
  margin-top: 1em;
}
.move-to .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 202px 14px !important;
}
#cancel-booking-menu{
    height: 122px !important;
}
.view-button{
  text-align: right;
}
.vp-table .checkbox{
  display:table-row-group;
}
.vp-table .checkbox tr td:first-child{
  width:10%;
}
.vp-table .checkbox tr td:nth-child(3){
  width:37%;
}
.vp-table .checkbox tr td:nth-child(3) p{
  display: inline-block;
}
.vp-table .checkbox tr td:nth-child(3) p:first-child{
  width:72%;
}
.vp-table .checkbox tr td:nth-child(3) p:last-child {
    background: #3E712F;
    color: #fff;
    padding: 1px 4px;
}
.cancel-ticket{
  text-align: center;
}
.view-button a{
  color: #F48221;
  border-bottom: 1px solid #F48221;
  margin-right: 0.5em;
}
.pm-wrap ul {
    padding: 0;
    margin: 0; }
.pm-wrap ul li {
    vertical-align: middle; }
.pm-wrap  .pull-left#method-list {
    width: 25%; }
.pm-wrap  .pull-left#method-list ul li {
    position: relative;
    width: 219px;
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: white;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.09804) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09804) 75%, rgba(0, 0, 0, 0.09804) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.09804) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09804) 75%, rgba(0, 0, 0, 0.09804) 0), white;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.09804) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09804) 75%, rgba(0, 0, 0, 0.09804) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.09804) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09804) 75%, rgba(0, 0, 0, 0.09804) 0), white;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.09804) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09804) 75%, rgba(0, 0, 0, 0.09804) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09804) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09804) 75%, rgba(0, 0, 0, 0.09804) 0), white;
    background-position: 0 0, 40px 40px;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 4px 4px;
    background-size: 4px 4px;
    margin: 0 0 1em;
    cursor: pointer;
}
.pm-wrap  .pull-left#method-list ul li p {
    padding: 1em 1em 1em 1.5em !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-position: 7% center;
    color: #444; }
#method-list ul li p span:first-child{
    width: 42px;
    display: inline-block;
}
.pm-wrap  .pull-left#method-list ul li.active {
    border-radius: 0;
    background-color: #fff;
    background-image: none;
}
.pm-wrap  .pull-left#method-list ul li.active p {
    color:#F48221 !important;
}
.pm-wrap  .pull-left#method-list ul li.active p {
    box-shadow: -2px 2px 2px 0px #d5d5d5;
    border-radius: 5px 0 0;
    border-right: 0 none; }
.pm-wrap  .pull-left#method-wrap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    height: auto;
    min-height: 465px;
    padding-left: 0.5em;
    width: 75%;
}
.pm-wrap  .pull-left#method-wrap .mw {
    padding: 1em 0; }
.pm-wrap  .pull-left#method-wrap .mw .mw-body .list-inline li {
    width: 49%; }
.pm-wrap  .pull-left#method-wrap .mw .mw-body .list-inline li:nth-child(2) {
    text-align: right; }
.pm-wrap  .pull-left#method-wrap .mw .mw-body .net-payable {
    background: #FDECDB; }
.pm-wrap  .pull-left#method-wrap .mw .mw-body .net-payable li:first-child {
    width: 60%; }
.pm-wrap  .pull-left#method-wrap .mw .mw-body .net-payable li:last-child {
    width: 38%; }
.pm-wrap  .pull-left#method-wrap .mw .mw-body .c-details ul li label{
    width: 23%;
}
.c-details li.dl-status label{display:inline-block;}
.c-details li.dl-status div{display:inline-block; width:35%;}
.pm-wrap  .pull-left#method-wrap .mw .mw-head{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 1em;
}
.pm-wrap  .pull-left#method-wrap .mw .mw-body .c-details ul li{
    padding-bottom:10px !important;
}
.cw-search-booking .col-md-9 .cwsb-heading div a{
    color:#0000A9;
}
.cw-search-booking .col-md-9 .cwsb-heading .pull-right ul li{
    color:#b3b3b3;
}
.cw-search-booking .col-md-3 li {
    border-bottom: 1px solid #fff;
    font-size: 12px;
    padding: 7px 0 7px 10px;
}
.cw-search-booking .col-md-3 li i{
    font-size: 17px;
    padding: 0 7px 0 1px;
    color:#aeaeae;
}
i.green{
    color:green !important;
}
.cw-search-booking .col-md-3 li:first-child {
    font-size: 16px;
}
.cw-search-booking .col-md-3 ul{
    background: #ddd none repeat scroll 0 0;
}
.mwb-passanger-table table tbody td a img{/*--- passanger starts here ---*/
    width:13px;
}
.mwb-passanger-table table thead th{
    width:9%;
}
.mwb-passanger-table table thead th:nth-child(2){
    width:30% !important;
}
.mwb-passanger-table table tbody td p{
     display: inline;
}
.mwb-passanger-table table tbody td p:last-child{
    float:right;
    background:#3E712F;
    color:#fff;
     padding: 1px 4px;
}
.mwb-passanger-table table.dataTable tbody th, table.dataTable tbody td {
    padding: 12px 13px;
}
.mw-body .modal-btn  .grey_button{
    margin-right: 0px;
    padding: 7px 20px;
}
#pd-modal  .modal-dialog .modal-content .form-wrap {/*--- passanger details modal style ---*/
    margin: 1em 0;
}
#pd-modal  .modal-dialog .modal-content .form-wrap div {
    margin: 0;
}
#pd-modal  .modal-dialog .modal-content .form-wrap div.row {
    margin: 0 0 1.5em;
}
#pd-modal  .modal-dialog .modal-content .form-wrap div.pull-left {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 1em;
}
#pd-modal  .modal-dialog .modal-content .form-wrap div.pull-left.add-freq-flyer, #pd-modal  .modal-dialog .modal-content .form-wrap div.pull-left.rem-freq-flyer {
    margin: 1em 0 0;
    background: transparent;
    border: 0; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.pull-left.add-freq-flyer:before, #pd-modal  .modal-dialog .modal-content .form-wrap div.pull-left.rem-freq-flyer:before {
    font-size: 20px;
}
#pd-modal  .modal-dialog .modal-content .form-wrap div.fw {
    min-height: 48px;
    height: auto;
    border: 0;
    padding-top: 4px;
    box-shadow: 0 4px 3px -3px #e5e5e5 inset; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.fw input[type="text"], #pd-modal  .modal-dialog .modal-content .form-wrap div.fw input[type="email"], #pd-modal  .modal-dialog .modal-content .form-wrap div.fw select {
    font-size: 1em;
    height: auto !important;
    padding: 6px 12px;
    border: 0;
    border-radius: 4px;
    width:100%;
}
#pd-modal  .modal-dialog .modal-content .form-wrap div.fw input[type="text"], #pd-modal  .modal-dialog .modal-content .form-wrap div.fw input[type="email"] {
    margin-top: 2px; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.fw.date {
    background: transparent url("../images/icons/cal_icon.png") no-repeat scroll 95% center;
    padding-right: 30px;
    width: 100%; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.fw select {
    padding: 10px; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.fw .flagstrap .btn {
    border: 0;
    background: transparent;
    font-size: 0.95em; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.small {
    width: 12%; }
#pd-modal  .modal-dialog .modal-content{width:750px;}
#pd-modal  .modal-dialog .modal-content .form-wrap div.small .select_arrow_full {
    background: #fff none repeat scroll 0 0;
    width: 98%;
    border-radius: 4px; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.small .select_arrow_full select {
    width: 100%; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.medium {
    width: 27%; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.large {
    width: 45%; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.focus:before {
    font-size: 0.8em; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.focus select {
    padding-top: 4px; }
#pd-modal  .modal-dialog .modal-content .form-wrap div.focus input[type="text"], #pd-modal  .modal-dialog .modal-content .form-wrap div.focus input[type="email"] {
    margin-top: 0;
    padding-top: 0; }
#pd-modal  .modal-dialog .modal-content .form-wrap  .select_arrow_full:after {
    top: -6px;
    color: #aeaeae;
    content: "�?";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    padding: 0 5px 0 0;
    position: absolute;
    right: 5px;
    text-decoration: inherit;
    top: -2px;
}

#pd-modal-hotel  .modal-dialog .modal-content .form-wrap {/*--- passanger details modal style ---*/
    margin: 1em 0;
}
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div {
    margin: 0;
}
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.row {
    margin: 0 0 1.5em;
}
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.pull-left {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 1em;
}
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.pull-left.add-freq-flyer, #pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.pull-left.rem-freq-flyer {
    margin: 1em 0 0;
    background: transparent;
    border: 0; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.pull-left.add-freq-flyer:before, #pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.pull-left.rem-freq-flyer:before {
    font-size: 20px;
}
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw {
    min-height: 48px;
    height: auto;
    border: 0;
    padding-top: 4px;
    box-shadow: 0 4px 3px -3px #e5e5e5 inset; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw input[type="text"], #pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw input[type="email"], #pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw select {
    font-size: 1em;
    height: auto !important;
    padding: 6px 12px;
    border: 0;
    border-radius: 4px;
    width:100%;
}
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw input[type="text"], #pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw input[type="email"] {
    margin-top: 2px; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw.date {
    background: transparent url("../images/icons/cal_icon.png") no-repeat scroll 95% center;
    padding-right: 30px;
    width: 100%; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw select {
    padding: 10px; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.fw .flagstrap .btn {
    border: 0;
    background: transparent;
    font-size: 0.95em; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.small {
    width: 12%; }
#pd-modal-hotel  .modal-dialog .modal-content{width:750px;}
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.small .select_arrow_full {
    background: #fff none repeat scroll 0 0;
    width: 98%;
    border-radius: 4px; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.small .select_arrow_full select {
    width: 100%; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.medium {
    width: 27%; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.large {
    width: 45%; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.focus:before {
    font-size: 0.8em; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.focus select {
    padding-top: 4px; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap div.focus input[type="text"], #pd-modal  .modal-dialog .modal-content .form-wrap div.focus input[type="email"] {
    margin-top: 0;
    padding-top: 0; }
#pd-modal-hotel  .modal-dialog .modal-content .form-wrap  .select_arrow_full:after {
    top: -6px;
    color: #aeaeae;
    content: "�?";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    padding: 0 5px 0 0;
    position: absolute;
    right: 5px;
    text-decoration: inherit;
    top: -2px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-user-select: none;
    border: 1px solid #ccc;
    margin: 0;
    padding: 5px;
    background: transparent;
  /* -webkit-appearance: menulist; */
}
  select:-ms-expand {
    display: none; }
.select_arrow {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
  .select_arrow:after {
    content: "\f107";
    text-decoration: inherit;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 10px; }
  .select_arrow select {
    z-index: 2; }

.select_arrow_full {
    position: relative;
    z-index: 1;
    cursor: pointer; }
  .select_arrow_full:after {
    content: "\f0dd";
    color: #AEAEAE;
    text-decoration: inherit;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: -2px;
    padding: 0 5px 0 0; }
  .select_arrow_full select {
    z-index: 2;
    border-radius: 4px;
    min-width: 50px;
    width: auto;
    padding-right: 20px; }


.add-e::before {
    content: "�?�";
    font-family: FontAwesome;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    padding: 0 0 0 5px;
    text-decoration: inherit;
    cursor:pointer;
}
.rem-e::before {
    content: "�?�";
    font-family: FontAwesome;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    padding: 0 0 0 5px;
    text-decoration: inherit;
    cursor:pointer;
}
.pdwcb-wrap {
    margin: 0 0 4em;
    padding: 0 1em;
}
.pdwcb-wrap .pdwcbw-head {
    border-bottom: 1px solid #ddd;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 0.5em;
}
.meal-preference-icon {
    background: rgba(0, 0, 0, 0) url("../images/icons/pd_meal_preference.png") no-repeat scroll left center;
    padding: 0 0 0 40px !important;
}
.meal-preference .mp-body {
    padding: 1em 0;
}

#mp .mp-body .row .pull-left:first-child {
    border:none !important;
}
.meal-preference .mp-body .row .pull-left strong {
    display: block;
    padding: 0.75em 0;
}
#mp .mp-body .row .pull-left .select_arrow_full::after {
    content: "";
    font-size: 2em;
    top: 2px;
}
.meal-preference .mp-body .row .pull-left .select_arrow_full select{
    border: medium none;
    height: 100%;
    width: 100%;
}
.meal-preference .mp-body .row .pull-left .select_arrow_full {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 #d0d0d0 inset;
    height: 40px;
    width: 120px;
}

.i-table-head {/*---- itenary tab style ---*/
    background: #3a9352 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    padding: 6px;
}
.i-table-head  a{
    float:right;
    margin-top:4px;
}
.details-table{
    width:100%;
}
.details-table tbody tr td:nth-child(odd){
    width:20%;
}
.details-table tbody tr td:nth-child(even){
	width:30%
}
.details-table tbody tr td p{
    padding: 2px 10px 1px;
}
.details-table tbody tr td {
    padding: 5px 5px 5px 13px;
}
.details-table tbody tr td:first-child,.details-table tbody tr td:nth-child(3) {
    color: #969696;
}
.details-table tbody tr td:nth-child(2) span:first-child {
     padding-right: 2em;
}
.details-table tbody tr td:nth-child(2){
    border-right:1px solid #fff;
}
.details-table tbody tr td p span:last-child{
    margin-left:25px;
}
.bg1 {
    background: #d1e2f6 none repeat scroll 0 0;
}
.bg2 {
    background: #dce3f5 none repeat scroll 0 0;
}
.i-hotel .i-table-head, .i-policy .i-table-head  {/*---- itenary tab style ---*/
    background:#F48221;
    color:#fff;
}
.underline{
    text-decoration:underline;
}
.c-total{margin-top:2em;}
.c-total label:width:25%;

.ui-front{z-index:0 !important; }
.ui-selectmenu-open {z-index:9999 !important;}

#ui-id-1-button {
    width: 100% !important;
}
#cd-modal .modal-content .row, #cc-modal .modal-content .row, #p-received-modal  .modal-content .row, #p-refund-modal  .modal-content .row,
#dispatch-modal  .modal-content .row{
    margin-bottom:1em;
}
#cd-modal .ui-selectmenu-button span.ui-selectmenu-text, #cc-modal .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 234px 14px;
}
#p-received-modal  .datepicker , #p-refund-modal  .datepicker, #dispatch-modal  .datepicker {
    background-position: 229px 7px;width:100%;
}
#p-received-modal .ui-selectmenu-button span.ui-selectmenu-text, #p-refund-modal .ui-selectmenu-button span.ui-selectmenu-text,
#dispatch-modal .ui-selectmenu-button span.ui-selectmenu-text  {
    background-position: 238px 14px;
}
#dispatch .c-details ul li a{float:left; margin:-2px 0 0 8px;}
#dispatch .c-details ul li a img{width:13px;}
#dispatch .c-details ul li{float:left;width:100%;}
#dispatch .c-details ul li label{float:left;}
#dispatch .c-details ul li span{float:left;}
.c-details-hidden{display:none;}
.dispatch-add-form {
    float: left;
    margin-bottom: 1%;
    margin-right: 2%;
    width: 48%;
}
.c-details-hidden{
    float: left;
    width: 50%;
}
#dispatch-modal .auto_suggestion {
    background-position: 233px 8px;
}
#dispatch-modal h4{
    padding: 0 0 10px 14px;
}
#dispatch-modal .col-md-12{margin-bottom:1em;}
.notes-table table thead tr th:last-child{
    width:50% !important;
}
.costing-table table thead tr th{padding:10px !important;}
.costing-table table tbody tr td img{width:14px;}
#cc-edit-usd .modal-body .row{margin-bottom:1em;}
#cc-edit-aed .modal-body .row{margin-bottom:1em;}

/*------------ add git package page style starts here -------*/

#rr_swiper  {/*---- swiper style -----*/
    margin: 0 2em;
    position: relative;
}
#rr_swiperA{/*---- swiper style -----*/
    margin: 0 2em;
    position: relative;
}
#rr_swiperC  {/*---- swiper style -----*/
    margin: 0 2em;
    position: relative;
}
#rr_swiperD  {/*---- swiper style -----*/
    position: relative;
}
#rr_swiper .swiper-container {
    position: static;
}
#rr_swiperA .swiper-container{
    position: static;
}
#rr_swiperC.swiper-container {
    position: static;
}
#rr_swiperD.swiper-container {
    position: static;
}
#rr_swiper ul li{
    margin-bottom:-1px;
    color:#fff;
}
#rr_swiperA ul li{
    margin-bottom:-1px;
    color:#fff;
}
#rr_swiperC ul li{
    margin-bottom:-1px;
    color:#fff;
}
#rr_swiperD ul li{
    margin-bottom:-1px;
    color:#fff;
}
#rr_swiper ul li:after{
    content:"";
    padding-left:0;
}
#rr_swiperA ul li:after{
    content:"";
    padding-left:0;
}
#rr_swiperC ul li:after{
    content:"";
    padding-left:0;
}
#rr_swiperD ul li:after{
    content:"";
    padding-left:0;
}
#rr_swiper ul li{
    margin-bottom: -1px;
}
#rr_swiperD ul li{
    margin-bottom: -1px;
}
#rr_swiperA ul li{
    margin: 5px;
}
#rr_swiperC ul li{
    margin: 5px;
}

#rr_swiper ul li p:nth-child(2){
    font-size: 17px;
    font-weight: bold;
}
#rr_swiperA ul li p:nth-child(2){
    font-size: 17px;
    font-weight: bold;
}
#rr_swiperC ul li p:nth-child(2) {
    font-size: 17px;
    font-weight: bold;
}
#rr_swiperD ul li p:nth-child(2) {
    font-size: 17px;
    font-weight: bold;
}
#rr_swiper ul li p:nth-child(3) {
    font-size:11px;
}
#rr_swiperA ul li p:nth-child(3){
    font-size:11px;
}
#rr_swiperC ul li p:nth-child(3) {
    font-size:11px;
}
#rr_swiperD ul li p:nth-child(3) {
    font-size:11px;
}
#rr_swiper ul li p {
    font-size: 14px;
}
#rr_swiperA ul li p {
    font-size: 14px;
}
#rr_swiperC ul li p {
    font-size: 14px;
}
#rr_swiperD ul li p {
    font-size: 14px;
}
#rr_swiper ul li.active{
    background: #fff none repeat scroll 0 0;
    color: #4e4e4e;
    /*border-top:4px solid #431868;*/
}
#rr_swiperA ul li.active{
    background: #fff none repeat scroll 0 0;
    color: #4e4e4e;
    /*border-top:4px solid #431868;*/
}
#rr_swiperC ul li.active{
    background: #fff none repeat scroll 0 0;
    color: #4e4e4e;
    /*border-top:4px solid #431868;*/
}
#rr_swiperD ul li.active{
    background: #fff none repeat scroll 0 0;
    color: #4e4e4e;
    /*border-top:4px solid #431868;*/
}
#rr_swiper ul li.active p:nth-child(2){
    color:#F3793A;
}
#rr_swiperA ul li.active p:nth-child(2){
    color:#F3793A;
}
#rr_swiperC ul li.active p:nth-child(2){
    color:#F3793A;
}
#rr_swiperD ul li.active p:nth-child(2){
    color:#F3793A;
}
#rr_left{
    left: -26px;
}
#rr_leftA{
    left: 5px;
}
#rr_leftC{
    left: 5px;
}
#rr_right {
    right: -34px;
    top: 22px;
}
#rr_rightA {
    right: -8px;
}
#rr_rightC {
    right: -8px;
}
#rr_left, #rr_right {
    margin-top: -11px;

}
#rr_leftD{
    margin-top: -11px;
    left: -3px;
}
 #rr_rightD {
    margin-top: -11px;
    right: -8px;
 }

#rr_left i, #rr_right i {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #666;
    font-size: 25px;
    padding: 0px 5px;
    top: 40%;
}
#rr_leftA  i, #rr_rightA  i {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #666;
    font-size: 25px;
    padding: 0px 5px;
    top: 40%;
}
#rr_leftC  i, #rr_rightC  i {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #666;
    font-size: 25px;
    padding: 0px 5px;
    top: 40%;
}
#rr_leftD  i, #rr_rightD  i {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #666;
    font-size: 25px;
    padding: 0px 5px;
    top: 40%;
}
.tabs ul li.active,.menu ul li.active{
    color:#fff;
    background:#431868;
}
#rr_swiperA  .swiper-container{
    background:#ddd;
}
#rr_swiperC  .swiper-container{
    background:#ddd;
}

.tab_content{
    padding:20px 0;
}

.tabs li.swiper-slide{
    width:201px;
    width: auto;

}
.bg-v-4 {
    background-color:#E8E8E8;
    color: #000;
    border-top:1px solid #F48221;
}
#rr_swiper .nav-tabs > li.active > a, #rr_swiper .nav-tabs > li.active > a:hover, #rr_swiper .nav-tabs > li.active > a:focus {
    color: #F48221 !important;
    background-color: #fff;
    border: none;
}
#rr_swiperD .nav-tabs > li.active > a, #rr_swiperD .nav-tabs > li.active > a:hover, #rr_swiperD .nav-tabs > li.active > a:focus {
    color: #F48221 !important;
    background-color: #fff;
    border: none;
}
#rr_swiper .swiper-container .nav > li > a:hover, #rr_swiper .swiper-container  .nav > li > a:focus,#rr_swiper .swiper-container .nav > li > a {
    color: #000 ;
}
#rr_swiperD .swiper-container .nav > li > a:hover, #rr_swiperD .swiper-container  .nav > li > a:focus,#rr_swiperD .swiper-container .nav > li > a {
    color: #000 ;
}
#rr_swiper .swiper-container .nav > li > a:hover, #rr_swiper .swiper-container  .nav > li > a:focus{
    background:#fff;
}
#rr_swiperD .swiper-container .nav > li > a:hover, #rr_swiperD .swiper-container  .nav > li > a:focus{
    background:#fff;
}
.git-package{
    background:#fff;
}
.gp-w-body .active{
    background-color: #fff;
    border-top: none;
}
.swiper-button-prev, .swiper-button-next {
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 1px 8px !important;
}
/*----- addgitpackage page start here ----*/
.tour-itinerary .row, .add-on .row{
    padding:1em 0 0.5em;
}

.tour-itinerary .row .col-md-3{
    width:25% ;
}
.ti-upload
.tour-itinerary, .Summery, .add-on{
    padding-bottom:1em;
}
.edit-icon-img{width:14px;}
.d-img{width:14px;}
.it-description .col-md-8 textarea{
    height:80px;
}
#ti_tb table thead th:nth-child(4){
    width:42% !important;
}
.Summery ul li input{
    display:none;
}
.Summery ul{
    padding-left:1.3em;
}
#s_tb table thead th:first-child{
    width:90% !important;
}
#addon_tb table thead th:first-child, #addon_tb table thead th:last-child{
    width:15% !important;
}
.image-hover img.iw-image{/*--- images and docs page ----*/
    width:176px;
    height:150px;
    display:inline-block;
}
.image-hover li{
    display:inline-block;
}
.iw-delete{
    position: absolute;
    bottom: -68px;
    right: 5px;
    z-index: 9;
}
.name  p img{z-index:999;}
.i-wrap{
    position:relative;
}
.id-b{
    display:inline-block;
}
.id-button h4{
    padding:10px
}
.id-button div{
    float:right;
}
.id-button{
    margin:10px;
}
.id-button .fileUpload input.upload {
    top: 99px;
}
.image-doc1 .id-button .fileUpload input.upload {
    top: 202px !important;
}
.bg_o_button {
    background: #FAFAFA;
    color: #F68221;
    margin-left: -5px;
    border: 1px solid #ddd;
    padding: 10px 10px 7px 36px;
    margin-right: 1px;
    background-image: url("../img/upload_icon.png");
    background-repeat: no-repeat;
    background-position: 9px center;
}


/***** addgitpackage-shruti-new-css-8-02-2017 ************/
.tab-content textarea {
    height: 150px;
    resize: none;
}
.panel-title a {
    /* display: block; */
    display: inline-block; 
    padding: 10px 15px;
    margin: -10px -15px;
}
.airline-search-tab .top_head h2 {
    font-size:16px;
}
#three .airline-search-tab .add_blocktb label{float:left;}
#three .airline-search-tab .add_blocktb a{float:right;color: #f48221;
    font-size: 14px;}
/*.flight_master .search_button{margin-left:0; margin-right:10px;float:right;}*/
.content_wraper.airline_details.flight_master .top_head h2{font-size:15px;}
.content_wraper.airline_details.flight_master .Air_table table thead th{padding:8px; font-size:13px;}
.content_wraper.airline_details.flight_master input.css-checkbox[type="radio"]{visibility:visible;}
.content_wraper.airline_details.flight_master #datepicker_style input {
    border-right: 1px solid #ccc !important;
    width: 100%;
}
.content_wraper.airline_details.flight_master #datepicker_style .datepicker {
    background-position: 97% 7px;
}
input[type=radio],input[type=checkbox]{outline:none!important; cursor:pointer;}
.row.information_tab_outer_add {
    padding: 19px 0 8px;
}
.cancellation_outer {
    padding: 0 0 2%;
}
.cancellation_outer .margin_top {
    margin-top: 2%;
}
.departure_date {
    padding-bottom: 15px;
}
.departure_date .row {
    padding: 1em 0 5px;
}
.pricing-data {
    display: block;
    float: left;
    padding:0 15px 16px;
    width: 100%;
}
.pricing-data > li {
    float: left;
    padding-left: 0;
    padding-right: 3px;
    width: 14%;
}
.Pricing_outer, .costing_outer{padding-bottom: 15px;}
.Pricing_outer .row, .costing_outer .row  {
    padding: 1em 0 5px;
}
#pricing_hotel_table h3 , #costing_hotel_table h3{
    font-size: 16px;
    padding: 15px;
}
#pricing_hotel_table, #costing_hotel_table {
    margin-top: 29px;
}
#pricing_flight_table h3, #costing_flight_table h3 {
    font-size: 16px;
    padding: 15px;
}
#pricing_flight_table, #costing_flight_table {
    margin-top: 29px;
}
#pricing_transfer_table h3, #costing_transfer_table h3 {
    font-size: 16px;
    padding: 15px;
}
#pricing_transfer_table, #costing_transfer_table {
    margin-top: 29px;
}
#pricing_other_table h3, #costing_other_table h3 {
    font-size: 16px;
    padding: 15px;
}
#pricing_other_table, #costing_other_table {
    margin-top: 29px;
}
#fit_table table tbody tr.fit-bg-red{background:#ffeceb;}
.pm-wrap  .pull-left#method-list ul li a{
    padding: 1em 1em 1em 3em !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-position: 7% center;
    color: #444;display:block; }
.mwb-passanger-table.Air_table.fit_req_detail_table table thead tr th {
    width: 50% !important;
}
.mwb-passanger-table.Air_table.fit_req_detail_table{margin-bottom: 17px;}

/*----- fit page starts here ------*/

#id_tb{
    position:relative;
}
#id_tb .fileUpload input.upload {
    top: 11px;
}
.i-doc .fileUpload input.upload {
    top: 72px;
}
.fit-wrap{
    background:#fff;
}
.fit-wrap #f-wrapper #method-list.pull-left ul li {
    width: 115px;
}
.fit-wrap #f-wrapper #method-list.pull-left ul li p {
    padding: 1em 0.2em !important;
}
.fit-wrap #f-wrapper  #method-list.pull-left {
    width: 13%;
}
.fit-wrap #f-wrapper #method-wrap.pull-left {
    width: 87%;
}
.fit-wrap #f-wrapper #method-wrap.pull-left .mw .mw-body .list-inline li {
    width: 80px;
}
#f-book-request  .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 202px 14px;
}
#f-book-request #datepicker_style .datepicker {
    background-position: 86px 7px;
}
#f-book-request .Air_table table thead th, #f-book-request .Air_table table tbody tr td {
    padding: 10px 6px;
}
.fit-wrap #f-wrapper #method-wrap.pull-left .mw .mw-body .c-details ul li {
    padding-bottom: 0px;
}
.fit-wrap #f-wrapper ul.list-inline {
    margin-top:-20px;
}
.fit-wrap #uploadFile3, .fit-wrap #uploadFile4, .fit-wrap #uploadFile5, .fit-wrap #uploadFile6{
    width: 152px;
}
.pm-wrap #method-wrap.pull-left .mw .mw-body .c-details ul.display_inline1 li label {
    width: 100%;
    margin-top: -10px;
}

.fit-wrap #f-wrapper  .pricing-data{
    padding-left: 15px;
}
.fit-wrap #f-wrapper  .pricing-data li{
    width:13%;
}
/*----- 16-02-2017 starts here ------*/
#packages_table table thead tr th{width:50%!important;}
#pricing_hotel_table table tbody tr td span,#pricing_flight_table table tbody tr td span,#pricing_car_table table tbody tr td span,{float:left;}
#pricing_hotel_table table tbody tr td a,#pricing_flight_table table tbody tr td a,#pricing_car_table table tbody tr td a,{float:left; margin-top:-2px;margin-left:5px;}
.package .checkbox input{display:none;}

.balance-table{
    width:97%;
    margin-top:15px;
}
.balance-table tr td{
    padding:10px 0;
}
.balance-table tr:first-child{
    border-bottom:1px solid #ddd;
}
.balance-table tr .add_blocktb span:first-child{padding-right: 15px;
margin-top: 5px;}

.balance-table tr .add_blocktb .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0.5em 2.1em 0.5em 0.1em;
}
.bd-select .ui-selectmenu-button span.ui-selectmenu-text {
background-position: 105px 14px !important;}
.frd-room .ui-selectmenu-button span.ui-selectmenu-text {
background-position: 154px 14px;}
.frd-ss .ui-selectmenu-button span.ui-selectmenu-text {
background-position: 154px 14px;}
.frd-room .frd-room-w{
    background: #f4f4f4;
    margin: 10px;
    padding: 10px;
}
.frd-ss .frd-room-w{
    background: #f4f4f4;
    margin: 10px;
    padding: 10px;
}
.frd-ss h4{
    margin: 25px 0 0 11px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 7px 0;
}
.add-onstb tr:last-child{
    border-top:1px solid #ddd;
}
.ss-inline ul li{display:inline-block;width:28%;}
.ss-inline ul li:last-child{width:11% !important;}
.ss-inline ul li:nth-child(2){
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 14px 18px;
}
.ss-inline ul li:nth-child(3){
    padding-left: 18px;
}
.ss-inline ul li p.font_15{font-size: 15px;font-weight: 600}
.ss-inline ul li:last-child input{float:right;}
.add-onstb tr td span:first-child{display:block;}
.add-onstb tr td:first-child{width:50%;}
.frd-room-w .col-md-3 img{width: 110px;
height: 99px;}
.add-onstb tbody tr:first-child{border-bottom:none;}
.detail-list{padding-left:15px !important;}
.transfer-w .col-md-3.add_blocktb.padleft {
    width: 25% !important;
}
.ss-inline{
    padding:25px 0;
}
.transfer-w .col-md-3 .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 109px 14px !important;
}
.r-close{
    float: right;
    margin-top: -5px;
    margin-right: -5px;
    width: 12px;
}
.cir-close{
    float: right;
    margin-top: -22px;
    width: 15px;
}
/*----- 17-02-2017 starts here ------*/
.ft_p1 > h3,.ft_p2 > h3,.ft_p3 > h3,.ft_p4 > h3 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 12px;
    padding-left: 11px;
}
.fit_p_datepicker {
    float: left;
    margin-right: 8px;
    width: 48%;
}
.ft_p1 .fit_p_datepicker input,.ft_p2 .fit_p_datepicker input,.ft_p3 .fit_p_datepicker input,.ft_p4 .fit_p_datepicker input {
    margin-left: 0;
    width: 100%;
}
.fit_p_datepicker .datepicker{background-position:92% 7px;}
.fit_p_preference {
    float: left;
    margin-right: 3px;
    width: 48%;
}
.fit_p_select {
    float: left;
}
.fit_p_select #select_option_wrap-button{height: 34px;padding: 0;}
.fit_p_select .ui-selectmenu-button span.ui-selectmenu-text,.fit_p_preference .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0.5em 2.1em 0.5em 3px;background-position: 90% 14px;
}
.ft_p1 input,.ft_p2 input,.ft_p3 input,.ft_p4 input {
    float: left;
    margin-left: 7px;
    width: 39%;}
.ft_p1 label,.ft_p2 label,.ft_p3 label,.ft_p4 label{float: left; display: block;width:100%;}
.fit_p_preference #select_option_wrap-button{padding:0;}
.fit_p_email_outer input {
    margin-left: 0;
    width: 100%;
}
.mob-no {
    float: left;
    width: 100%;
}
.mob-no input:nth-child(2n+1) {
    float: left;
    width: 8%; margin-left: 0;
}
.mob-no input:nth-child(2n) {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 18%;
}
.passport_no {
    margin-right: 4px;
    width: 49%;
}
/*----- 21-02-2017 starts here ------*/
.transfer_table #rule_tb thead tr th{padding:12px;}
.transfer_table .rules_table{margin-bottom:22px;}
.transfer_Search_table #rule_tb thead tr th{padding:12px;}
.transfer_Search_table .rules_table{margin-bottom:22px;}
.hotel_standard {
    margin-top: 8px;
    padding: 0 15px;
}
.hotel_standard ul li{float:left;width:100%;}
.hotel_standard ul{list-style:none;display:block;}
.hotel_standard ul li p{float:left;width:150px;line-height:27px;}
.hotel_standard ul li span{float:left;}
.content_wraper.airline_details.flight_master .inventory_flight_add input.css-checkbox[type="radio"]{visibility:hidden;}
.top_head.flight_master_heading{padding-top:0;}
.flight_master_heading h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.flight_master_heading h4{font-size:16px;}
.airline_search.inventory_flight_add .transfer_table .rules_table {
    margin-bottom: 0;
    margin-top: 8px;
}
.flight_master table tbody tr td a img{float:left;}

/*---- travisca page style ----*/
.supplierData-table table{
    border: 1px solid #ddd;
    margin: 0 auto;
    width: 97%;
}
.supplierData-table table thead th{
    background: #F0EEEF;
    border-bottom: 1px solid #F0EEEF;
    border-right: 1px solid #ddd;
    padding: 10px 5px;
    width: 12%;
}
.supplierData-table table tbody td{
    border-right: 1px solid #ddd;
    padding: 10px 5px;
}
.supplierData-table table tbody td label{
     margin-left: -16px;
}
.supplierData-table .st-head{
    padding: 14px 14px 3px;
}
.supplierData-table .st-head span{
    float:right;
    color:#F48222;
    border-bottom:1px solid #F48222;
    cursor:pointer;
}
.fu{
    display:inline-flex;
}
.fu #uploadBtn3{
    right: 50px;
    top: 186px;
    width: 66px;
}

#meet-greet-landing-wrap .module-search-page .msp-wrap .mspwb-wrap .trip-btns .btn.active {
    background: #009653;
    color: #fff;
}

.green-trans, .green-trans:hover {
    background: #3A9352 none repeat scroll 0 0;
    border: 1px solid #1f9251;
    color: #fff;
    padding: 0.5em 1.5em;
    opacity: 1;
}
#loading-img{
    margin: calc(50% - 25px) 49%;
    
    position: absolute;
    text-align: center;
    z-index: 99999;
    
}
#ovl {
    background: #0f0f0f;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}
/*----- 24-02-2017 Settings main-menu css starts here ------*/
.content_wraper.airline_details.flight_master .dataTable tbody tr td:last-child{padding:8px;}
.travisca_main{background:#fff; padding-bottom:15px;}
.upload_content {
    border: 1px solid #f5f5f5;
    margin: 33px auto;
    padding: 15px;
    text-align: center;
    width: 80%;
}
.upload_content h3{font-size:19px;margin-bottom:10px;}
.upload_content p{line-height:25px; font-size: 15px;}
#flight-inventory table.dataTable tbody th, table.dataTable tbody td {
    /*padding: 12px 11px;*//*-------8/may/18-----------*/
    padding: 12px 7px;
}
/*----- 3-03-2017 Settings main-menu css starts here ------*/
.Air_table.inventory_width table thead tr th:first-child{width:90% !important}
.table-bordered.hotel_inventory_table thead tr th:first-child{width: 16% !important;}
.table-bordered.hotel_inventory_table thead tr th:nth-child(2){width: 13% !important;}
.table-bordered.hotel_inventory_table thead tr th:nth-child(3){width: 13% !important;}
.table-bordered.hotel_inventory_table thead tr th{width: 20% !important;}
.table-bordered.hotel_inventory_table tbody tr td{padding: 8px;width:auto !important;}
/*----- my qoutes page starts here ----*/
#my-quotes-table table tbody tr td:nth-child(5){
    text-align:center;
}
#my-quotes-table table tbody tr td:nth-child(5) img{
    width:20px !important;

}
/* #my-quotes-table table tbody tr:nth-child(3) td:nth-child(5) img{
    width:35px;
}
#my-quotes-table table tbody tr:nth-child(4) td:nth-child(5) img{
    width:45px;
} */
#my-quotes-table table tbody tr td:last-child, #my-quotes-table .dataTable thead tr th:last-child{
    width:20% !important;
    text-align:left !important;
}
#my-quotes-table table tbody tr td a {
    color: #017AE2;
    text-decoration: underline;
}
/*------- cmsHotel page style starts here ----*/
#cms-hotel-table table thead tr th:nth-child(2){
    width: 35% !important;
}
#cms-hotel-table table tbody tr td .txt_orange{
     text-decoration: underline;
}
.cms-hotel table tbody tr td .time_table tbody tr td input.form-control {
    width: 100%;
}
.cms-hotel table tbody tr td .time_table tbody tr.timepicker input {
    background-position: 61px 3px;
    background-size: 13px 14px;
    cursor: pointer;
}
.contact-us-page .contact-us-page-wrapper .cupw-body .contact-us-form div.cuf-wrap {
margin: 1em 0;
}
.contact-us-form{
    border: 1px solid #ddd;
}
.contact-us-form #toolbar {
    border-bottom: 1px solid #ddd;
    padding: 1em;
    background-color: #eee;
}
.contact-us-form .toolbar-editor {
    border-bottom: 1px solid #ddd;
    padding: 1em;
}
/*.contact-us-form #toolbar2 {
    border-bottom: 1px solid #ddd;
    padding: 1em;
}
.description_pop_up_btn{
    margin-bottom:20px;
    margin-top:20px;margin-left:10px;
}*/
.description_pop_up_btn input{
    margin-left:0;
}
.contact-us-form .toolbar-editor a {
    color: inherit;
    padding: 0 1em;
}
/*.contact-us-form #toolbar1 a {
    color: inherit;
    padding: 0 1em;
}
.contact-us-form #toolbar2 a {
    color: inherit;
    padding: 0 1em;
}*/
.contact-us-form .textarea-wrapper iframe{
    border:none!important;
}
.contact-us-form .textarea-wrapper textarea {
    height: 232px;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-us-form .attach-file {
    border-bottom: 1px solid #ddd;
    padding: 1em 0 0;
}
.contact-us-form .attach-file .attached-files-list .af {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    display: inline-block;
    margin: 10px;
}
.contact-us-form .attach-file .attached-files-list .af i {
    padding: 0 5px;
    cursor: pointer;
}
.contact-us-form .attach-file .select-file-btn {
    margin: 0 0 1em;
}
.contact-us-form .attach-file .select-file-btn input[type="file"] {
    display: none;
    width: 100%;
}
.contact-us-form .attach-file .select-file-btn label {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #23527c;
    font-weight: normal;
}
.timer .time_table {
    width:100% ;
}
.timer .time_table thead tr th{
    width:33% ;
}
.name_ul,.residentialAddr_div .residentAddress, .permanentAddr_div .permanent_residentAddress,.companyAddr_div .companyAddress{
    border: 1px solid #ccc;
    list-style: outside none none;
    height:70px;
    padding-top:0.4%;
    border-radius: 5px;
}
.residentAddress .address, .companyAddress .address, .permanent_residentAddress .address{
    list-style: outside none none;
    height:70px;
    border-radius: 5px;
}
.address li{
    float:left;
    width: 33%;
    border-right: 1px solid #ccc;
    height:65px;
}
.address li:last-child{
    border:none;
}
.address .pincode{
    margin-top: 6% !important;
}
.name_ul li div:first-child{
    float:left;
    width: 33%;
}
.name_ul li:nth-child(2) div{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.name_ul li:last-child{
    border-right: none;
}
.residentAddress select, .companyAddress select, .permanent_residentAddress select{
    border: none;
    height:65px !important;
}
.name_ul li label, .address li span, .residentialAddr_div .residentAddress, .permanentAddr_div .permanent_residentAddress, .companyAddr_div .companyAddress{
    padding-left: 3%;
}
.name_ul li input, .address li input,.residentialAddr_div input, .companyAddr_div input, .permanentAddr_div input{
    outline-style:none !important;
    box-shadow:none;
    border-color:transparent;
    border: none;
    padding-left: 3%;
    color:grey;
    width:100%;
    margin: 1% 0 !important;
}
.name_ul li input[type="text"]:focus,.residentialAddr_div input[type="text"]:focus, .companyAddr_div input[type="text"]:focus, .permanentAddr_div input[type="text"]:focus{
    border: none !important;
}
.phoneNum_div div{
    padding: 0;
}
.cms-adress{
    padding:1.5%;
}
.cms-adress .cms-residental input{
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 15px;
    padding: 10px;
}
.residentialAddr_div{
    margin-top: 15px;
}
.residentAddress ul li select, .permanent_residentAddress ul li select{
    width:100%;
    cursor:pointer;
    background-image: url("../img/dropdown_arrow.png");
    background-position: 255px 34px;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    cursor: pointer;
    max-height: 250px;
}
.mail-address .l-v-address{
    display:block;
    margin: 0.8em 0;
    font-weight: bolder;
}
.mail-address .radio_btn_yes{
    margin-right:1em;
}
.addressProof div span{padding-left:8px;}
.permanentAddr input{
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 15px;
    padding: 10px;
}
/*----- cmsaddexisting hotel page starts here ----*/

.cms-add-hotel .cms-selected-hotel ul{
    background:#F5A85A;
}
.cms-add-hotel .cms-selected-hotel ul li{
    padding:1em;
}
.cms-add-hotel .cms-selected-hotel ul li p span:last-child{
    font-size:1.2em;
}
.cms-hotel table{width:100%;}
.cms-hotel table thead tr th:first-child, .cms-hotel table thead tr th:last-child{
    width:168px;
}
.cms-hotel table thead tr th:nth-child(2), .cms-hotel table thead tr th:nth-child(3){
    width:29%;
}
.cms-hotel table tbody tr td:nth-child(2) ul li label{
    color: #AEAFB0;
}
.cms-hotel table tbody tr td:nth-child(2) ul li{
    padding-bottom:0.5em;
}
.cms-hotel{
    margin-top:1em;
    border:1px solid #ddd;
}
.cms-hotel table thead tr th img{
    float:right;
}
.cms-hotel table thead tr th, .cms-hotel table tbody tr td{
    padding:0.6em ;
    border-right:1px solid #ddd;
}
.cms-hotel table thead tr th:last-child, .cms-hotel table tbody tr td:last-child{
    border-right:none;
}
.cms-hotel table tbody tr td:last-child ul li{
    background: #EFECEC;
    border: 1px solid #EFECEC;
    padding: 6px;
    border-radius: 10px;
    margin-bottom:5px;
}
.cms-hotel table thead tr th{
    background:#F5EFEF;
}
.cms-hotel table tbody tr td{
    vertical-align:top;
}
.cms-hotel table tbody tr td .time_table th, .cms-hotel table tbody tr td .time_table td{
    padding:5px;
}
.cms-hotel table tbody tr td .time_table th:first-child{
    width: 20%;
}
.cms-hotel table tbody tr td:first-child input{
    padding:10px;
    border:1px solid #ddd;
}
.latitude-tb{border:1px solid #ddd;}
.latitude-tb tr{border-bottom:1px solid #ddd;}
.h-heading h4{
    padding: 1.5%;
    background: #F5EFEF;
    margin-bottom:1em;
}

/**.all_region div:last-child {
    padding-bottom: 0;
}**/
#hotel-name .modal-dialog{
    width:800px;
    padding:0;
}
#hotel-name .modal-dialog .status_tb, #address-info .modal-dialog .status_tb,  #amenities .modal-dialog .status_tb{
    background-color:#fff;
}
#hotel-name .modal-dialog .status_tb table{
    border: 1px solid #E1E1E1;
    width: 100%;
    margin:0;
}
#hotel-name .modal-dialog .status_tb table thead tr th:first-child, #hotel-name .modal-dialog .status_tb table thead tr th:nth-child(2),
#hotel-name .modal-dialog .status_tb table tbody tr td:first-child, #hotel-name .modal-dialog .status_tb table tbody tr td:nth-child(2),
#address-info .modal-dialog .status_tb table thead tr th:first-child, #address-info .modal-dialog .status_tb table thead tr th:nth-child(2),
#address-info .modal-dialog .status_tb table tbody tr td:first-child, #address-info .modal-dialog .status_tb table tbody tr td:nth-child(2){
    width: 35% !important;
}
#hotel-name .modal-dialog .status_tb table thead tr th, #hotel-name .modal-dialog .status_tb table tbody tr td,
#address-info .modal-dialog .status_tb table thead tr th, #address-info .modal-dialog .status_tb table tbody tr td,
#checkin-time  .modal-dialog .status_tb table thead tr th, #checkin-time  .modal-dialog .status_tb table tbody tr td,
#amenities  .modal-dialog .status_tb table thead tr th, #amenities  .modal-dialog .status_tb table tbody tr td{
    border-right:1px solid #ddd;
}
#hotel-name .modal-dialog .status_tb table thead tr th:last-child, #hotel-name .modal-dialog .status_tb table tbody tr td:last-child,
#address-info .modal-dialog .status_tb table thead tr th:last-child, #address-info .modal-dialog .status_tb table tbody tr td:last-child,
#checkin-time .modal-dialog .status_tb table thead tr th:last-child, #checkin-time .modal-dialog .status_tb table tbody tr td:last-child,
#amenities .modal-dialog .status_tb table thead tr th:last-child, #amenities .modal-dialog .status_tb table tbody tr td:last-child{
    border-right:none;
    text-align:center;
}
#hotel-name .modal-dialog .status_tb tbody {
    display: block;
    height: 250px;
    overflow: auto;
}
.modal-content {
    border-radius: 0px;
}
.cms-hotel .margin_top{
    margin-top:6%;
}
#address-info .modal-dialog{
    margin:3% auto;
    width:1000px;
}
#address-info .modal-dialog .status_tb tbody {
    height: 500px;
    overflow: auto;
}
#address-info .modal-dialog .status_tb tbody tr  td label{color:#AEAFB0;}
.description-icon img{
    float: right;
    margin-top: -32px;
    padding: 0px 10px;
}
.description-wrap .description {
    margin-bottom:4em;
}
.description-wrap .description  .d-head{
    padding-bottom: 1%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1%;
}
.description-wrap .description  .d-head input{margin-left: -18px;}
.description-wrap{
    height: 350px;
    overflow: auto;
}
#description .modal-dialog{
    margin:3% auto;
    width:750px;
}
.description-wrapper{
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0.5em;
}
#checkin-time .modal-dialog{
    margin:3% auto;
    width:1000px;
}
#checkin-time .modal-dialog .time-table table thead tr th:first-child, #checkin-time .modal-dialog .time-table table thead tr th:nth-child(2),
#checkin-time .modal-dialog .time-table table thead tr th:nth-child(3), #checkin-time .modal-dialog .time-table table tbody tr td:first-child,
#checkin-time .modal-dialog .time-table table tbody tr td:nth-child(2), #checkin-time .modal-dialog .time-table table tbody tr td:nth-child(3){
    width:30% !important;
    vertical-align: top;
    padding: 7px;
}
#checkin-time .modal-dialog .status_tb table thead tr th:last-child, #checkin-time .modal-dialog .status_tb table tbody tr td:last-child{
    width:10%;
}
#checkin-time .modal-dialog .status_tb .t-wrp {
    height: 500px;
    overflow-y: scroll;
}
#checkin-time .status_tb tbody {
    display: block;
    height: auto;
    overflow: initial;
}
/*#checkin-time .status_tb thead {
    width: calc( 100% - 0em );
}*/
#checkin-time  .modal-dialog .status_tb table{
    border: 1px solid #E1E1E1;
    width: 100%;
    margin:0;
}
.t-wrp .time_table tr td:last-child {
    border-right: none;
    text-align: left !important;
}
#checkin-time .status_tb table .t-wrp .tw-background:nth-child(2n) {
    background: #f8f8f8;
}
#checkin-time .status_tb table .t-wrp .tw-background:nth-child(2n+1) {
    background: #fff;
}
#checkin-time .status_tb table .t-wrp .tw-background  .time_table tbody tr td{padding-left:2%;}
#checkin-time .status_tb table .t-wrp .tw-background  .time_table tbody tr td input{width:100%;}
#amenities .modal-dialog{
    margin:3% auto;
    width:700px;
}
#amenities .modal-dialog .time-table table thead tr th:first-child, #amenities .modal-dialog .time-table table thead tr th:nth-child(2),
#amenities .modal-dialog .time-table table thead tr th:nth-child(3), #amenities .modal-dialog .time-table table tbody tr td:first-child,
#amenities .modal-dialog .time-table table tbody tr td:nth-child(2), #amenities .modal-dialog .time-table table tbody tr td:nth-child(3){
    width:30% !important;
}
#amenities .modal-dialog .status_tb table{
    border: 1px solid #E1E1E1;
    width: 100%;
    margin:0;
}
#amenities .modal-dialog .hn-table table tbody tr td ul li{
    background: #EFECEC;
    border: 1px solid #EFECEC;
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 5px;
}
#amenities .modal-dialog .status_tb table tbody tr td:last-child label{
    display:inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}
#amenities  .modal-dialog .status_tb .t-wrp {
    height: 400px;
}

.view  #rr_swiper .swiper-container , .view  #rr_swiper{
    padding: 0  ;
}
.view{margin-top:0.5em;}
.textarea-wrapper textarea{text-align:left;}
.view-wrap ul li p label{display:block;color: #000;}
 .view-wrap ul li:nth-child(4) p{
    border-right:1px solid #ddd;
    padding-right: 2em;
}

.view-wrap ul li:nth-child(3), .view-wrap ul li:nth-child(4){
    float:right;
}
.desc .row{padding:1em;}
.new-btn{top: 32px !important;}
.hotel-gallery #rr_swiperA{
    padding-bottom:0;
}
.hotel-gallery #rr_swiperA{
    margin-bottom:1em;
}
.hotel-gallery #rr_swiperA .swiper-container{
    padding-bottom:0;
}
#rr_swiper .swiper-container .nav > li > a span{color: #A0A0A0;
}
#rr_swiper .swiper-container .nav > li > a:hover p, #rr_swiper .swiper-container .nav > li > a:focus, #rr_swiper .swiper-container .nav > li > a p {
    font-weight:normal;
    font-size:15px;
}
.swiper-container  .nav-tabs > li > a {
    border-right: 1px solid #ddd;
    border-radius:0;
    margin-right:0px;
}
.gallery-wrap ul li img{
    width: 176px;
    height: 150px;
}
#hotel-gallery .modal-dialog{width:800px;}
.gallery-wrap{padding-top:1em;}
#hotel-gallery .tab-pane{
    padding: 1em;
    border: 1px solid #ddd;
    border-top: none;
}
.gallery-wrap .list-inline > li{padding-left:0; position:relative;}
.gallery{
    height: auto;
    text-align: center;
}
.gallery p{
    width: 100%;
    padding: 80px 0;
    font-size: 19px;
    color: #ACACAC;
}
.image-count{
    margin-top: 1em;
    background: #ddd;
}
.image-count p{
    text-align: right;
    border-bottom: 1px solid #c3c3c3;
    padding: 8px;
    color:#ACACAC;
}
.image-count input{
    width: 46px;
    border: 1px solid #919191;
}
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-7 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-7 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-7 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
#effect-7{
    position: relative;
    background: #ddd;
    height: 300px;

}
.new-overflow{
    overflow-y: scroll;
}
#effect-7 .img img {
    padding: 0;
    width: 110px;
    height: 90px;
}
#effect-7 .img:first-child {
    margin-left: 0;
}
#effect-7 .img.hover .overlay a.remove {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
#effect-7  p{
    text-align: center;
    margin: 17% auto;
    font-size: 21px;
}
.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 175px;
  height: 150px;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: solid 2px #fff;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-weight: 400;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.gallery-image-add ul li img{
    width: 175px;
  height: 150px;
}
.new-text-field{
    padding: 10px;
    border: 1px solid #ddd;
    width:100%;
}
.latitude-tb tr td{width:50%;}
.editable-text li p, .latitude-tb tr td p, .editable-text td p{cursor:pointer;}







      .mb-container {
  position: relative;
  border: 1px solid #E8E8E8;
  padding-top: 37px;
  background: #E8E8E8;
}
.hn-table{
  overflow-y: auto;
  height: 400px;
}
.hn-table table {
  border-spacing: 0;
  width: 100%;
}
.hn-table tbody td + td {
  border-left: 1px solid #eee;
}

.hn-table tbody tr:nth-child(2n){
    background:#F8F8F8;
}
.hn-table tbody td,
.hn-table  .header th {
  border-bottom: 1px solid #eee;
  color: #000;
  padding: 10px 25px;
}
.hn-table .header th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.hn-table th div {
  position: absolute;
  background: transparent;
  color: #000;
  padding: 9px 6px;
  top: 0;
  margin-left: -25px;
  line-height: normal;
  border-left: 1px solid #fff;
}

.hn-table th:first-child div {
  border: none;
}
.tw-background td.ci-co{
    width:30%;
}
#checkin-time .time_table tbody tr:nth-child(2n) {
    background: no-repeat;
}
.d-head label{
    margin: 5px 0 0 10px !important;
}
/******Agent-Information-css******/
.agent_info{float:left;width:100%;display:block;padding:0 15px 11px;}
.agent_info h3{font-size:16px;}
.user-mob-no {
    display: inline-flex;
}
.user-mob-no input:first-child {
    margin-right: 10px;
    width: 20%;
}
.user-mob-no input:last-child {
    width: 76%;
}
#passenger_admin_model .modal-dialog{
    width:62%;
}
.section-heading h4{
    margin: 10px 0;
}
.personal-details,.passport-details,.preference-details{
    background:#f1f1f1;
    padding:10px;
    box-shadow: 3px 4px 4px -1px #b7b7b7; /*--------- 8/may/18--------*/
}
.personal-details .row .col-md-8 .row .col-md-4 {
    padding-top: 10px;
}
.personal-details .row .col-md-8 .row label {
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    color:#333;
}
.personal-details .row .col-md-8 .row p {
    color: #82858e;
}
.personal-details .row .col-md-8 .pad-left {
    padding-left: 15px;
    padding-top: 10px;
}
.personal-details .row .col-md-4 {
    padding-top: 10px;
}
.passport-details .col-md-4{
    padding:15px;
}
.passport-details .col-md-4 label,.preference-details .col-md-4 label {
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    color:#333;
}
.passport-details .col-md-4 p,.preference-details .col-md-4 p {
    color: #82858e;
}
.preference-details .col-md-4 {
    padding: 10px 15px 0;
}
.family-member{
    padding:25px;
    background:#f1f1f1;
    box-shadow: 3px 4px 4px -1px #b7b7b7; /*---------- 8/may/18-----------*/
}
.family-member div ul {
    color: #3a9352;
    padding-left: 0;
    width: 100%;
}
.family-member div ul li {
    display: inline-block;
}
.family-member div ul li.active {
    background-color: #3a9352;
    color: #fff;
}
.family-member div ul li.button {
    border: thin solid #3a9352;
    border-radius: 4px;
    cursor: pointer;
    padding: 0.55em 2em !important;
    text-align: center;
    width: auto;
    border:3px solid black;
}
.family-member .row .col-md-10 table{
    width:100%;
}
.family-member .row .col-md-10 table thead {
    background: #e3e3e3 none repeat scroll 0 0;
}
.family-member .row .col-md-10 table tbody tr{
    border: 1px solid #fefefe;
}
.family-member .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 .col-md-10{
    padding:0;
    margin-top:10px;
}
.family-member .new-mber {
    margin: 10px 0;
}
.family-member .new-mber a {
    border-bottom: 1px solid;
    cursor: pointer;
    text-decoration: none;
    color:#337ab7;
}
.family-member .new-mber a:hover{
    color: #23527c;
}
#personal_fair_code{
    float:left;
    width:100%;
}
#personal_fair_code li{
    float:left;
    width:100%;
}
.upload-image-wrap{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 5px;
}
.personal_img #previews{
    border: 1px solid #ddd;
    height: auto;
    padding: 5px;
    width: 113px;
}
.personal_img #previews img{
    width:100%;
}
#personal_fair_code li span{
    float:left;
    color: #333;
    font-size:14px;
    width: 76%;
}
#personal_fair_code li span:last-child{
    color: #cccccc;
    cursor: pointer;
    font-size: 1.2em;
    text-align: right;
    width: 9%;
    margin-top: -2px;
}
#coordinateModal .pad-left, #agentInfoModal .pad-left{
    padding-left: 15px;
    padding-top: 10px;
}
#coordinateModal .modal-header .close ,#agentInfoModal .modal-header .close,#passenger_admin_model .modal-header .close{
    margin-top: 0;
}
#coordinateModal .modal-header h1 ,#agentInfoModal .modal-header h1,#passenger_admin_model .modal-header h1{
    float:left;font-size:21px;
}
#coordinateModal .section-heading > h3 , #agentInfoModal .section-heading > h3 , #passenger_admin_model .section-heading > h3{
    font-size:18px;
}
.top_head.agency_head {
    padding: 2.5% 1.5%;
}
.top_head.agency_head h1 {
    display: inline-block;
}
.add_blocktb.main_agency.col-md-3 {
    float: right;
    margin-top: -16px;
    padding: 0;
}
.airline_search1 .add_blocktb.main_agency.col-md-3 .ui-selectmenu-button span.ui-selectmenu-text {
    background-position: 242px 14px !important;
}



/* Switch */
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
    margin-left: 5px;
    vertical-align: middle;
}
.switch_mb_wrap{
    margin-right: 5px;
    vertical-align: inherit;
}
.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: "";
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content:"";
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #f48221;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
    left: 37px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
}

/********----switch button*********/

/********----send-quotation-insurance- modal-starts-here-12-5-2017*********/
.row.agent-client{
    padding:2em 0;
}
.table-send-quotation tr.send_insure{
     background: #009653 none repeat scroll 0 0;
    color: #fff;
    margin: 0 0 1em;
    padding: 1em;
}
.table-send-quotation tr.send_insure td{
    padding: 1em;
}
.table-send-quotation tr:nth-child(2) td{
    padding-top:20px;
}
.table1 {
    float: left;
    width: 80%;
}
.table1 tbody tr td{
    padding-top:5px!important;
    vertical-align: top;
}
.table2{
    width:20%;
    float: left;
}
.table2 .col-md-3.col{
    width:100%;
}
.table2 tr td{
    vertical-align:top;
    padding-top: 0!important;
}
.table2 .col-md-3.col ul li{
    border-bottom: 1px solid #ddd;
}
.table2 .col-md-3.col ul li p{
    margin-bottom:10px;
}
.table2 .col-md-3.col ul li p span{
    display: inline-block;
    width: 49%;
}
.table2 .col-md-3.col ul li p span:last-child{
    text-align: right;
 }
 #send-quotation .modal-footer{
    text-align:right;
 }
 #send-quotation .policy-details p{
    font-size:14px;
    line-height:18px;
    margin-bottom:10px;
}
#image_add input[type="file"]{
    cursor:pointer;width:184px;
}
#image_add input[type="file"]:focus{
    outline:none;
}
.percentage_tb h3{float:left;font-size: 15px;margin-top:23px;}
.row.airline_field.pad_top.percentage_tb{padding-bottom:0;}
.row.airline_field.pad_top.design-left {
    border-bottom: 1px solid #ccc;
}
.markup-new-table tr th:last-child {
    border-right: medium none;
}
.markup-new-table tr th {
    border-right: 1px solid #ccc;
    width: 47%;
}
.markup-new-table tbody tr td:nth-child(2) {
    width:28.2%!important;border-right:1px solid #ccc;
}
.markup-new-table tbody tr td{
border-right:1px solid #ccc;vertical-align:middle;
}
.markup-new-table tbody tr td:last-child{
border-right:none;
}
.markup-new-table tbody tr td input{
    width:100%;
}
.markup-new-table tbody{
    height:auto;
}
.cancel_limit table{border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:18px;}
.cancel_limit table tr td{padding: 13px;}
.cancel_limit table tr td:first-child {
    border-right: 1px solid #ccc;
    width: 66.2%!important;
}
.cancel_limit table tr td:nth-child(2) {
    width: 24.2%!important;border-right: 1px solid #ccc;
}
.border{
    margin-bottom: 10px;
    padding: 5px 0!important;float:left;display:block;width:100%;
}
.border .col-md-12{text-align: right;padding:0 10px!important;}
.border2{border-top:1px solid #ccc;}

#accordionAB div:last-child.border {
    padding-bottom: 5px!important
}
.import_pnr #first_block h2{margin:0 15px 15px;font-size:15px;}
select {
    background-color: #ffffff;
    background-image: url("../img/dropdown_arrow.png")!important;
    background-position:95% 14px;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    cursor: pointer;
    max-height: 250px;
}
.info_head {
    display: block;
    float: left;
    padding:0 15px;
    width: 100%;
}
.all-multiple {
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    margin-top: 0;
    padding: 0 17px 18px;
    width: 100%;
}
#second_block {
    display: block;
    float: left;
    width: 100%;
}
#first_block {
    display: block;
    float: left;
    padding-top: 13px;
    width: 100%;
}
.import_pnr  input.selectedId1[type="checkbox"]{
    display:none;
}
.all-multiple h2 {
    font-size:14px;
    margin-right: 10px;margin-top:3px;
}
.add_bn {
    display: block;
    float: left;
    margin-right: 14px;
    text-align: right;
    width: 98%;

}
.Air_table.import_pnr.air-table1 {
    display: block;
    float: left;
    width: 100%;
}

.row.airline_field.pad_top.pad_bottom.import_pnr_add{float:left;width: 100%;}
.content_wrap1{width:100%;display: block;float:left;}
.row.airline_field.margin_top.send_import{float:left;display:block;}

#collapsea .rules_table table {
    width: 40%;
}
#collapsea div:last-child {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.searchBooking-collapse div:last-child {
    padding-bottom: 0 !important;
}

#collapsea .checkbox label{
margin-top: -6px;
margin-bottom: 2px;
}

#collapsed .selected-list{
    height:60px !important;
}
.panel-group.hold_box {
    display: block;
    width: 100%;
    float: left;
}
.panel-group.hold_box_added{display: block;
    width: 100%;
    float: left;}
.cw-search-booking-wrap h4 a{float:right;color:#333;font-size: 15px;line-height:26px;}
.unlocked-modal-content > h4 {
    margin-bottom: 12px;
}
#unlocked-modal .modal-footer{padding-top: 0;}
#country_table table.dataTable tbody td span{cursor:pointer;}
 #document.mw .mw-head {
              padding: 5px 0; }
 #document.mw .mw-head .cancellation-main {
                float: left;
                width: 80%; }
#document.mw .mw-head .cancellation-main .cancellation-outer {
                  float: left;
                  margin-top: 7px; }
#document.mw .mw-head .cancellation-main .cancellation-outer h3 {
                    float: left;
                    font-size: 18px;
                    margin: 0;
                    font-weight: bold; }
 #document.mw .mw-head .cancellation-main .up_bkg {
                  float: right; }
 #document.mw .mw-head .cancellation-main .up_bkg a {
                    display: block;
                    background: #75716e;
                    color: #fff !important;
                    font-size: 15px;
                    font-weight: bold;
                    padding: 5px; }
#document.mw .mw-head .cancellation-main .up_bkg a:hover {
                      text-decoration: none; }
#document.mw .mw-head .pull-right ul li a {
                color: #000; }
 #document.mw .mw-body .document_table {
              -webkit-box-shadow: -1px 0px 5px 0px rgba(204, 204, 204, 0.75);
              -moz-box-shadow: -1px 0px 5px 0px rgba(204, 204, 204, 0.75);
              box-shadow: -1px 0px 5px 0px rgba(204, 204, 204, 0.75);
              width: 100%;
              float: left;
              display: block;
              border-radius: 3px;
              padding: 11px 0; }
#document.mw .mw-body .document_table a {
                display: block;
                float: right;
                margin: 10px 0 0;
                padding-right: 16px;
                color: #005cc3; }
 #document.mw .mw-body .document_table a:hover {
                  text-decoration: none; }
#document.mw .mw-body .document_table table {
                width: 100%; }
#document.mw .mw-body .document_table table tr {
                  border-bottom: 1px dashed #ccc; }
#document.mw .mw-body .document_table table tr td:first-child {
                    padding-left: 18px; }
#document.mw .mw-body .document_table table tr td:nth-child(2n) {
                    color: #666; }
 #document.mw .mw-body .document_table table tr td {
                    padding: 8px;
                    color: #999; }
#document.mw .mw-body .client_document {
              float: left;
              width: 100%;
              display: block; }
#document.mw .mw-body .client_document h3 {
                margin: 23px 0;
                font-size: 18px;
                font-weight: bold;
                border-bottom: 1px dashed #ccc;
                padding-bottom: 9px;
                display: block;
                width: 100%; }
#document.mw .mw-body .client_document .c_dcm_table {
                float: left;
                width: 100%;
                display: block;
                -webkit-box-shadow: -1px 0px 5px 0px rgba(204, 204, 204, 0.75);
                -moz-box-shadow: -1px 0px 5px 0px rgba(204, 204, 204, 0.75);
                box-shadow: -1px 0px 5px 0px rgba(204, 204, 204, 0.75);
                border-radius: 3px;
                padding: 10px 17px; }
#document.mw .mw-body .client_document .c_dcm_table div:last-child {
                  margin-bottom: 10px; }
#document.mw .mw-body .client_document .c_dcm_table div:nth-child(2n) table tbody tr td {
                  text-align: center; }
#document.mw .mw-body .client_document .c_dcm_table div {
                  margin-bottom: 53px; }
 #document.mw .mw-body .client_document .c_dcm_table div.pull-right {
                    margin-bottom: 0; }
#document.mw .mw-body .client_document .c_dcm_table div h4 {
                    margin: 0;
                    font-size: 18px;
                    margin: 0 0 10px 0;
                    border-bottom: none;
                    float: left;
                    width: auto;
                    background: none;
                    padding: 0; }
#document.mw .mw-body .client_document .c_dcm_table div table {
                    width: 100%; }
#document.mw .mw-body .client_document .c_dcm_table div table thead tr th {
                      background: #1f9251;
                      color: #fff;
                      padding: 10px 5px; }
#document.mw .mw-body .client_document .c_dcm_table div table tbody tr {
                      border-bottom: 1px dashed #ccc; }
 #document.mw .mw-body .client_document .c_dcm_table div table tbody tr td {
                        color: #999;
                        padding:8px 5px; }
#document.mw .mw-body .client_document .c_dcm_table div table tbody tr td .chk_space {
                          margin-bottom: 0; }
textarea{resize:none;}
.hotel-ammendment{float:left;display:block;width:100%;padding-right: 1%; padding-top: 2%;padding-bottom: 2%;}
.hotel-ammendment a {display: block;float: right;margin-top:2%;}
#amendment .modal-header {
  background: #f48221 none repeat scroll 0 0;padding:9px;
       color: #fff;
}
#amendment .modal-header h3{color:#fff;font-size: 18px;}
.modal-header .close {
    margin-top: -10px;
    color: #fff;
    float: right;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
}
.amendment-outer {
    display: block;
    margin: 0 auto;
   /* width: 90%;*/
}
.amend_from,.amend_to {
    float: left;
    width: 35%;
}
.amend_from .datepicker,.amend_to .datepicker{
    width: 90%;background-position: 197px 7px;
}
.amend_from .form-control,.amend_to .form-control{
    border-radius:4px;
}
.amend_from label,.amend_to label{
    margin-bottom:5px;
}
.search-amendment {
   /* display: block;
    float: left;
    margin-top: 18px;
   padding: 0 26px;
   width: 100%;*/
}
.search-amendment a{display:block;float:right; margin-right:0}
.amendment-table {
    display: block;
    float: left;
    margin: 26px 0 7px;
    width: 95%;}
.amendment-table table{width:100%;}
.amendment-table tr:first-child {
    background: #f7f0f0 none repeat scroll 0 0;
}
.amendment-table tr {
    background: #ebebeb none repeat scroll 0 0;
}
.amendment-table td {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 8px 16px;
    color:#f48221;font-size:14px;
}
.amendment-table td:first-child {
    text-align: right;color:#808080;
}
.amendment-table .search-amendment{padding:0;}
.i-flight,.i-hotel,.i-car,.i-policy {
    display: block;
    float: left;
    width: 100%;
}
.hotel-view-button a{
  color: #F48221;
  border-bottom: 1px solid #F48221;
  margin-right: 0.5em;
}
.hotel-view-button{text-align:right;}
.supplierData-table.cache-clear-data table tbody td{text-align:center;}
.supplierData-table.cache-clear-data table thead th{text-align:center;}
.fare-base-img {
    text-align: center;
    vertical-align: middle;
    width: 35px;
}
.fare-base-img img{vertical-align:middle;margin-top:8px;}
#first-desc-tab{
	background-color: #f8f6f7;
	outline: medium none;
}
#viewTable .modal-body{padding: 10px;}
#viewTable .modal-body table thead tr th{width:10%;padding:10px;font-size:13px;border-right:1px solid #bbb9b9;}
#viewTable .modal-body table thead tr th:last-child{width:18%;border-right:none;}
#viewTable .modal-body table thead tr{background:#d1cccc;}
#viewTable .modal-dialog{width:900px;}
#viewTable .modal-body table tbody tr td{padding:10px;vertical-align:top;font-size:13px;border-right:1px solid #bbb9b9;}
#viewTable .modal-body table tbody tr td:last-child{border-right:none;}
#viewTable .modal-body table tbody tr:nth-child(2n){background: #fdfafa}
#viewTable .modal-body table tbody tr td .d-none{display:none;}
#viewTable .modal-body table tbody tr td button{background:none;border:none;box-shadow:none;padding:0;}
#viewTable .modal-body table tbody tr td button span{color:#5fade1;}
#viewTable .modal-body table tbody tr td button:focus{outline:none;}
.download_button.view-btn{background:none;padding:8px 22px 5px 22px;}
.audit-trail-main-1 table tr td {
    width: 10.8%;border-bottom:1px solid #bbb9b9;
}
.audit-trail-main-1 table tr td:last-child {
    width: 19.7%;
}
.audit-trail-main-2 table tr td {
    width:13.7%;border-bottom:1px solid #bbb9b9;word-break: break-all;font-size:11px!important;
}
.audit-trail-main-2 table tr td:last-child {
    width:21.9%;
}
#viewTable .audit-trail-main-2 table thead tr th {
    width:13.7%!important;
}
#viewTable .audit-trail-main-2 table thead tr th:last-child {
    width:21.9%!important;
}
.audit-trail-button{text-align:right;border-bottom:1px solid #bbb9b9;}
.audit-trail-close{text-align:right;}
.audit-trail-none{display:none;}

/*---SYNC PNR new design page starts here -----*/
.syn_Pnr a{display:block;background:#F48221;color:#fff;font-size:18px;padding:2px 15px;margin: 0 0 12px 0;
border-radius: 5px; text-decoration:none}
.syn_Pnr a:hover,a:focus{color:#fff ; text-decoration:none}
.syn-pnr-outer table thead tr{background:#eee;color:#000;}
.syn-pnr-outer table{width:100%;}
.syn-pnr-outer table thead tr th{border-right:1px solid #ccc; padding:8px;}
#syn_Pnr_confirmation .modal-body{padding:15px 15px 35px;}
#syn_Pnr_confirmation .modal-header{background:#F48221;color:#fff;}
.syn-pnr-outer table thead tr th:last-child{border-right:none;}
.syn-pnr-outer table tbody tr td{border-right:1px solid #ccc; padding:8px;border-bottom:1px solid #ccc;color: #848484;
font-size: 15px;}
.syn-pnr-outer table tbody tr td:last-child{border-right:none;}
.syn-pnr-outer table tbody tr td p{color:#3492e7;text-decoration:underline;cursor:pointer;}
.sync-pnr-table h3{background:#e5e5e5;padding:8px;font-size:15px;margin-top:35px;}
.syn-pnr-radio {
    margin-top: 28px;
    padding: 0 19px;
}
.syn-pnr-radio li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
}
.syn-pnr-radio li label{
    vertical-align:middle;color:#000; font-size:15px;
}
.syn-pnr-radio li input{
    vertical-align:middle;margin-top:0!important;
}
.pnr-sync-footer{
    float: left;
    display: block;
    width: 100%;
    text-align: right;
    margin-top:10px;padding:0 10px;
}
.pnr-sync-footer a{display:inline-block;}
#itenary .main.menuBar {
    padding: 0 1em 0 0; }
#itenary .main.menuBar ul li {border: 2px solid #F0F0F0;padding: 0 14px; }
#itenary .main.menuBar ul li.active {background-color: #3a9352 !important; }
#itenary .main.menuBar ul li a {color: #3A9352;font-size: 2em; }
.pm-wrap  .pull-left#method-wrap .mw#itenary .mw-body .list-inline li{width:auto;}
#time_style input{width:50%;}
#time_style.timepicker input{background-position: 92% 8px;}
#datepicker_style_supplier .datepicker {
    width: 100%;
    border-right: 1px solid #ccc;background-position: 314px 7px;
}
.contact-us-form.contact-us-supplier {
    padding: 0 15px 0 !important;
    border: none;
}
.contact-us-form.contact-us-supplier .textarea-wrapper #textarea1{height:200px!important;}
.contact-us-form.contact-us-supplier .cuf-wrap{padding-bottom:0;}
.contact-us-form.contact-us-supplier .textarea-wrapper{padding-bottom:0;}
.fare-breakup-table{padding:15px 15px;}
.fare-breakup-table h3{float: left;font-size: 22px;font-weight: normal;}
.manually-calc{float:right;margin-bottom:31px;}

.fair-main-table{width: 80%;margin: 0 auto;display: block;clear: both;border: 1px solid #ccc;}
.fair-main-table table{width:100%;}
.fair-main-table table thead tr{background:#f1f1f1;}
.fair-main-table table thead tr th{padding:10px;}
.fair-main-table table tbody tr.bg{background:#f1f1f1;}
.fair-main-table table tbody tr td{padding:10px;}
.fair-main-table table tbody tr td input{width:55px;}
.fare-terms{width: 80%;margin: 0 auto;display: block;clear: both;padding-left: 15px;padding-right:15px;}
.fare-terms label{    float: left;
    font-size: 15px;
    font-weight: bold;
}
.fare-terms textarea{float: left;
width: 60%;
margin-left: 2%;}
.fare-print{width: 80%;margin: 0 auto;display: block;clear: both;padding-left: 15px;padding-right:15px;}


.fl-p-table-head {/*---- itenary tab style ---*/
    background: #3a9352 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    padding: 6px;
}
.fl-p-table-head  a{
    float:right;
    margin-top:4px;
}
.fl-p-table-body table thead th{
    background: #f1f1f1;
    border-bottom: 1px solid #cfcfcf !important;
    border-top: 1px solid #cfcfcf;
    padding:10px;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
.fl-p-table-body table thead th:first-child{border-left:1px solid #dedede;}
.fl-p-table-body table tbody tr td:first-child{border-left:1px solid #dedede;}
.fl-p-table-body table tbody td:nth-child(2n){
    background: #f8f8f8;
}
.fl-p-table-body table tbody tr td{
    padding:10px;border-right:1px solid #dedede;border-bottom:1px solid #dedede;
}
.fl-p-table-body table{width:100%;}
.fl-p-table-body table tbody tr td:last-child{
        border-right:none;
}
.fl-p-table-body table tbody tr td p:last-child{
    float:right;
    background:#3E712F;
    color:#fff;
     padding: 1px 4px;
}
#itenary .main.menuBar {
   padding: 0 1em 0 0; }
#itenary .main.menuBar ul li {border: 2px solid #F0F0F0;padding: 0 10px; width: auto!important;}
#itenary .main.menuBar ul li.active {background-color: #3a9352 !important; }
#itenary .main.menuBar ul li a {color: #3A9352;font-size: 2em; }

/**20dec2017-add-new-css**/
.pm-wrap  .pull-left#method-wrap .mw#itenary .mw-body .list-inline li{width:auto;}
#time_style input{width:50%;}
#time_style.timepicker input{background-position: 92% 8px;}
#datepicker_style_supplier .datepicker {
    width: 100%;
    border-right: 1px solid #ccc;background-position: 226px 7px;
}
.contact-us-form.contact-us-supplier {
    padding: 0 15px 0 !important;
    border: none;
}
.contact-us-form.contact-us-supplier .textarea-wrapper #textarea{height:128px!important;}
.contact-us-form.contact-us-supplier .cuf-wrap{padding-bottom:0;}
.contact-us-form.contact-us-supplier .textarea-wrapper{padding-bottom:0;border: 1px solid #ccc; border-top:none;height:151px;}
.fare-breakup-table{padding:15px 15px;}
.fare-breakup-table h3{float: left;font-size:19px;font-weight: normal;}
.manually-calc{float:right;margin-bottom:31px;}
.fair-main-table{
    width: 100%;
    margin: 19px 0 0 0;
    display: block;
    float: left;
    border: 1px solid #ccc;
}
.fair-main-table table{width:100%;}
.fair-main-table table thead tr{background:#f1f1f1;}
.fair-main-table table thead tr th{padding:10px;}
.fair-main-table table tbody tr.bg{background:#f1f1f1;}
.fair-main-table table tbody tr td{padding:10px;}
.fair-main-table table tbody tr td input{width:55px;}
.fare-terms{padding-left: 15px;padding-right:15px;}
.fare-terms label{    float: left;
    font-size: 15px;
    font-weight: bold;
}
.fare-terms textarea{float: left;
width: 60%;
margin-left: 2%;}
.fare-print{padding-left: 15px;padding-right:15px;}
.costing_table_admin table{border:1px solid #cfcfcf;width:100%}
.costing_table_admin table thead tr{background:#f1f1f1;}
.costing_table_admin table thead tr th{padding:13px;border-bottom: 1px solid #cfcfcf;border-right: 1px solid #cfcfcf;}
.costing_table_admin table tbody tr td{padding:13px;border-bottom: 1px solid #cfcfcf;border-right: 1px solid #cfcfcf;}
.costing_table_admin table tbody tr td a img{vertical-align:top;margin-left:33px;}
.costing_table_admin table tbody tr:nth-child(2n){background:#f8f8f8;}
.costing-table.costing_table_admin{margin-top:10px;}
.fare-help{width:97%;margin: 0 auto 15px;display: block;clear: both;padding:15px;background:#ffffbf;}
.help-left{display:inline-block;vertical-align:top;}
.help-right{display:inline-block;vertical-align:top;margin-left: 7px;}
.help-right p{font-size:14px;line-height:25px;}
.help-right h5{margin-bottom:4px;}
.contact-us-form.contact-us-supplier #toolbar {
    border: 1px solid #ddd;
}
#datepicker_style1 .datepicker{background-position: 98px 7px;}
#time_style1.timepicker input {
    background-position: 92% 8px;width:50%;
}
#time_style1.timepicker input:first-child{border-right:none;}
.fl-p-table-head {/*---- itenary tab style ---*/
    background: #3a9352 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    padding: 6px;
}
.fl-p-table-head  a{
    float:right;
    margin-top:4px;
}
.fl-p-table-body table thead th{
    background: #f1f1f1;
    border-bottom: 1px solid #cfcfcf !important;
    border-top: 1px solid #cfcfcf;
    padding:10px;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
.fl-p-table-body table thead th:first-child{border-left:1px solid #dedede;}
.fl-p-table-body table tbody tr td:first-child{border-left:1px solid #dedede;}
.fl-p-table-body table tbody td:nth-child(2n){
    background: #f8f8f8;
}
.fl-p-table-body table tbody tr td{
    padding:10px;border-right:1px solid #dedede;border-bottom:1px solid #dedede;
}
.fl-p-table-body table{width:100%;}
.fl-p-table-body table tbody tr td:last-child{
        border-right:none;
}
.contact-us-form.contact-us-supplier .textarea-wrapper iframe{height:150px!important;border-style: none!important;
    border-color: transparent!important;
    border-width: inherit!important;
outline: none!important; border-collapse: inherit!important;}
.ht-p-table-head{background: #F48221;
    color: #fff;height: 40px;
    padding: 6px;}
.flight-passenger .modal-btn.text-right a{
    display: block;
    float: right;
    margin: 10px 0;
}
.fl-p-table-body table tbody tr td p:last-child{
   float:right;
   background:#3E712F;
   color:#fff;
    padding: 1px 4px;
}
.offline-flight-heading h3{font-size: 16px;
    padding: 0 15px;
    margin: 12px 0 0 0;}
.Segment h4{padding: 0 15px;font-size:17px;margin-top: 22px;}
.Segment h5{background: #f1f1f1;
    margin: 27px 15px 0;
    padding: 10px 7px;
    color: #9c9c9c;
    font-size: 15px;}
.Segment #tags{background-position: 228px 8px;}
.flight-offline-outer{background:#fff;}
.Segment .time #time_style1.timepicker input{width:100%;border-right:1px solid #ccc;}
.segment-radio-outer{    padding: 17px 15px 0;
    border-top: 1px solid #ccc;
    margin: 12px 0 0 0;}
.segment-radio-outer h6{display:inline-block;vertical-align:middle;font-size:14px;}
.segment-radio-outer .segment-radio{display:inline-block;vertical-align:middle;}
.segment-radio-outer .segment-radio input[type=radio].css-checkbox + label.css-label{margin:0;}
.segment-radio-outer .checkbox.segment-checkbox{display:inline-block;vertical-align:middle;margin:0;}
.segment-radio-outer .checkbox.segment-checkbox label{padding: 3px 0 10px 25px;vertical-align:middle;}
.segment-stop-over a{display:inline-block;color:#057be4;text-decoration:underline;margin-right:18px;}
.segment-stop-over label{display:block;}
.segment-stop-over .check_box.checkbox{display:inline-block;}
.segment-stop-over .checkbox label{padding:0 0 10px 25px;}
.col-md-8.offline-fare-right div {
    width: 49%;
    display: inline-block;margin-bottom:7px;padding:0 15px;
}
.col-md-8.offline-fare-right label{display:block;}
.col-md-8.offline-fare-right #datepicker_style_supplier{width:100%;padding:0;}
.col-md-8.offline-fare-right #datepicker_style_supplier .datepicker{background-position: 304px 7px;}
.col-md-8.offline-fare-right {
    border: 1px solid #ccc;width:65%;
}
.col-md-8.offline-fare-right h6{
border-bottom: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
}
.col-md-4.offline-fare-rules-left{
    border:1px solid #ccc;    width: 30%;
    margin: 0 16px;
}
.col-md-4.offline-fare-rules-left input[type="checkbox"]{
    display:none;
}
.col-md-4.offline-fare-rules-left h3{
    background:#f1f1f1;
    padding:15px 10px;font-size:17px;
}
.col-md-4.offline-fare-rules-left ul{padding:0 0;margin: 0;}
.col-md-4.offline-fare-rules-left ul li:nth-child(even){background:#f8f8f8;}
.col-md-4.offline-fare-rules-left ul li{padding:0 10px;}
.airline_search.offline-tab{width: 96%;margin: 32px auto;}
.offline-supplier-currency{background: #f1f1f1;
    padding: 14px 23px;
    margin: 15px 15px 0;
    width: 96.8%;}
.offline-supplier-currency h6{display:inline-block;}
.offline-supplier-currency .offline-supplier-select{display:inline-block;width:12%;}
.offline-supplier-currency span{border:1px solid #ccc;background:#fff;display:inline-block;padding:7px;}
.offline-fare{padding: 0 0 9px;
    border-bottom: 1px solid #ccc;
    margin: 26px 18px 0;}
.offline-fare h3{color: #909090;
    font-size: 18px;}
.offline-tab #Costing{}
.offline-tab #Costing table{border:1px solid #ccc;}
.offline-tab #Costing table thead tr th{padding: 5px;
    font-size: 11px;
    color: #4c4b4b;
    text-align: center;}
.offline-tab #Costing table tbody tr td{color: #4c4b4b;
    font-size: 12px;
    padding: 9px;}
.offline-tab #Costing table tbody tr:nth-child(odd){background:#f1f1f1;}
.offline-costing-outer{background:#f1f1f1;display:block;float:left;width:100%;}
.offline-costing-outer ul{padding:10px;}
.offline-costing-outer ul li{display:inline-block;}
.offline-costing-outer ul li:nth-child(1){
    width: 30%;
    text-align: right;
    color: #4c4b4b;
    font-size: 13px;
    font-weight: bold;
}
.offline-costing-outer ul li:nth-child(2){
    width: 37%;
    text-align: right;
    color: #4c4b4b;
    font-size: 13px;
    font-weight: bold;
}
.offline-costing-outer ul li:nth-child(3){
    width:27%;
    text-align: right;
    color: #4c4b4b;
    font-size: 13px;
    font-weight: bold;
}
#offline-stop-over .modal-dialog {
    width:900px;
}
#admin-flight .modal-dialog {
    width:500px;
}
#payment-status .modal-dialog{width:600px;}
#offline-stop-over .modal-dialog .modal-content .modal-body table{width:100%;}
#offline-stop-over .modal-dialog .modal-content .modal-body table thead tr th{
    padding:10px;
}
#offline-stop-over .modal-dialog .modal-content .modal-body table thead tr{
    background:#f1f1f1;
}
#offline-stop-over .modal-dialog .modal-content .modal-body table tbody tr:nth-child(even){
    background:#f1f1f1;
}
#offline-stop-over .modal-dialog .modal-content .modal-body table tbody tr td{
    padding:10px;
}
#offline-stop-over .modal-dialog .modal-content .modal-body table tbody tr td #datepicker_style_supplier .datepicker{    background-position: 114px 7px;}
#offline-stop-over .modal-dialog .modal-content .modal-body table tbody tr td #time_style1.timepicker input{width: 100%;border-right:1px solid #ccc;}
#admin-flight .send-quote-outer .left input[type=radio]{margin:0;vertical-align:middle;}
#admin-flight .send-quote-outer .left span{font-size:15px;margin-left:9px;}
#admin-flight .send-quote-outer .left{margin-bottom: 11px;}
.offline-segment{padding:15px;margin-top:10px;}
.offline-segment h4{background:#f1f1f1;padding:15px;border-top:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;}
.offline-segment table{width:100%;border:1px solid #ccc;}
.offline-segment table thead tr th{padding:10px 15px; text-align:center;border-left:1px solid #ccc;margin:0;}
.offline-segment table thead tr th:first-child,.offline-segment table tbody tr td:first-child{text-align:left;border-left:none;}
.offline-segment table tbody tr td{padding:10px 15px; text-align:center;border-left:1px solid #ccc;margin:0;}
.offline-segment table tbody tr:nth-child(odd){background:#f1f1f1;}
.offline-segment .checkbox input[type="checkbox"]{margin-left:0;}
.offline-segment .checkbox label {
    padding:0 0 0 25px;
}
.offline-segment .checkbox label:before{top:0;}
.offline-hotel-radio{padding-left:15px;padding-right:15px;}
#datepicker_style_supplier.offline-datepicker-hotel .datepicker{width:49%;float: left;background-position: 98px 7px;}
#datepicker_style_supplier.offline-datepicker-hotel .datepicker:first-child{border-right:none;}
.supplier-payment .datepicker{width:100%;background-position: 220px 7px;}
.ofline-hotel-checkbox .checkbox input[type="checkbox"]{margin-left:0;bottom:12px;}
.offline-hotel-table-outer{border:1px solid #ccc;}
.offline-hotel-table-outer h4{background:#f1f1f1; padding:15px; font-size:16px;}
.offline-hotel-table-outer ul{padding:15px;}
.offline-hotel-table-outer ul li{width:32%;display:inline-block;font-weight:bold;}
.offline-hotel-table-outer ul li span{}
.offline-hotel-table-outer ul li span:last-child{margin-left:50px;}
.offline-hotel-table-outer ul li input{width:24%;display:inline-block;margin-right:7px;}
.offline-hotel-table-outer ul:nth-child(odd){background:#f1f1f1;}
.offline-hotel-table-outer ul:nth-child(odd) li{font-weight:normal;}
#p-refund-modal table{border:1px solid #ccc;border-bottom:none;}
#p-refund-modal table tbody tr{border-bottom:1px solid #ccc;}
#p-refund-modal table thead tr th{padding:10px;background:#f1f1f1;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
#p-refund-modal table thead tr th:first-child{/*width:17%*/}
#p-refund-modal table tbody tr td{padding:4px 15px;border-right:1px solid #ccc;}
#p-refund-modal table tbody tr:nth-child(even){background:#f1f1f1;}
#p-refund-modal table tbody tr td:last-child,#p-refund-modal table thead tr th:last-child{border-right:none;}
#p-received-modal table{border:1px solid #ccc;border-bottom: none;}
#p-received-modal table tbody tr{border-bottom:1px solid #ccc;}
#p-received-modal table thead tr th{padding:15px;background:#f1f1f1;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
#p-received-modal table thead tr th:first-child{width:29%}
#p-received-modal table tbody tr td{padding:5px 15px;border-right:1px solid #ccc;}
#p-received-modal table tbody tr td:first-child{width:20.5%;}
#p-received-modal table tbody tr td:nth-child(2),#p-received-modal table tbody tr td:nth-child(3),#p-received-modal table tbody tr td:nth-child(4){width:14%;}
#p-received-modal table tbody tr td:nth-child(5){width:51%;}
#p-received-modal table tbody tr td:nth-child(5) input.form-control{padding:6px;}
#p-received-modal table tbody tr td:last-child{padding-bottom:5px;}
#p-received-modal table tbody tr td.checkbox{margin-top:0;margin-bottom:0;}
#p-received-modal table tbody tr:nth-child(even){background:#f1f1f1;}
#p-received-modal table tbody tr td:last-child,#p-refund-modal table thead tr th:last-child{border-right:none;}
#p-received-modal table tbody tr td.p-received-data{padding:5px 0;}
#p-received-modal table tbody tr td.p-received-data span{margin-left:15px;}
#p-received-modal table tbody tr td.p-received-data table{border:none;border-top:1px solid #ccc;margin-top:5px;width:100%;}
#p-received-modal table tbody tr td.p-received-data table tr td:first-child{width:26.5%;}
#p-received-modal table tbody tr td.p-received-data table tr td{padding-top:10px;padding-bottom:10px;}
#p-received-modal table tbody tr td.p-received-data table tr td:nth-child(2),#p-received-modal table tbody tr td.p-received-data table tr td:nth-child(3),#p-received-modal table tbody tr td.p-received-data table tr td:nth-child(4){width:13.2%;}


#p-refund-modal table tbody tr td.p-received-data{padding:5px 0;}
#p-refund-modal table tbody tr td.p-received-data span{margin-left:15px;}
#p-refund-modal table tbody tr td.p-received-data table{border:none;border-top:1px solid #ccc;margin-top:5px;width:100%;}
#p-refund-modal table tbody tr td.p-received-data table tr td:first-child{width:25.5%;}
#p-refund-modal table tbody tr td.p-received-data table tr td{padding-top:10px;padding-bottom:10px;}
#p-refund-modal table tbody tr td.p-received-data table tr td:nth-child(2),#p-refund-modal table tbody tr td.p-received-data table tr td:nth-child(3),#p-refund-modal table tbody tr td.p-received-data table tr td:nth-child(4){width:17.9%;}
#p-refund-modal table tbody tr td:first-child{/*width:20.5%;*/}
#p-refund-modal table tbody tr td:nth-child(2),#p-refund-modal table tbody tr td:nth-child(3),#p-refund-modal table tbody tr td:nth-child(4){/*width:14%;*/}



.payment-search-booking-details{margin-top: 20px;}
.payment-search-booking-details h3{font-size:18px;margin-bottom:10px;}
.payment-search-booking-details table{width:100%;border:1px solid #ccc;}
.payment-search-booking-details table thead tr th{padding:15px; background:#f1f1f1;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.payment-search-booking-details table tbody tr td{padding:13px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.payment-search-booking-details table tbody tr:nth-child(even){background:#f1f1f1;}
.payment-search-booking-details table tbody tr td:last-child,.payment-search-booking-details table thead tr th:last-child{border-right:none;}
#search-booking-details-view .search-booking-details-view-outer table thead tr th{padding:15px;background:#ededed;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
#search-booking-details-view .search-booking-details-view-outer table tbody tr td{padding:15px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
#search-booking-details-view .search-booking-details-view-outer table tbody tr:nth-child(even){}
#search-booking-details-view .search-booking-details-view-outer table tbody tr td:last-child,#search-booking-details-view .search-booking-details-view-outer table thead tr th:last-child{border-right:none;}
#search-booking-details-view .search-booking-details-view-outer table{width:100%;border:1px solid #ccc;}
.offline-tab #Costing .offline-service-description-table table{width:100%;border:1px solid #ccc;}
.offline-tab #Costing .offline-service-description-table table thead tr th{padding:15px; background:#f1f1f1;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.offline-tab #Costing .offline-service-description-table table tbody tr td{padding:13px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.offline-tab #Costing .offline-service-description-table table tbody tr:nth-child(even){background:#f1f1f1;}
.offline-tab #Costing .offline-service-description-table table tbody tr td:last-child,.payment-search-booking-details table thead tr th:last-child{border-right:none;}
.offline-service-description-table{width:90%;}
#costing .costing_table_admin .flght-costing .fl-p-table-head a{margin-left: 10px;
    border: 1px solid #fff;
    padding: 4px 10px;
    margin-top: 0;}
#costing .costing_table_admin .hotel-costing .ht-p-table-head a{margin-left: 10px;
    border: 1px solid #fff;
    padding: 4px 10px;
    margin-top: 0;float:right;}
#p-received-modal table.delivery-receipt tbody tr:nth-child(even),#p-refund-modal table.delivery-receipt tbody tr:nth-child(even){background:#fff;}
#p-refund-modal .modal-dialog{width:669px;}
#p-received-modal .modal-dialog{width:80%;}
#p-received-modal  .datepicker , #p-refund-modal  .datepicker{background-position:440px 7px;width:100%;}
.received-payment-detail-show{text-align:center;padding:20px;}
.received-payment-detail-show-box-outer {
    width: 500px;
    background: #f1f1f1;
    margin: 26px auto 0;
    padding: 24px;
}
.received-payment-detail-show-box-outer p{
    font-size:15px; color: #000;
    margin-bottom: 10px;
}
.received-payment-detail-show-box-outer span{
    font-size:15px; color: #000;
    margin-bottom: 10px;display:block;font-weight:bold;
}
.received-payment-modal-error {
    border: 1px solid red;
    width: 90%;
    margin: 0 auto 18px;
    text-align: center;
    padding: 5px;
}
.received-payment-modal-error p{font-size:15px; line-height:24px; color:#000;}
.amendment-outer.ammendment-change-outer-box{margin-top:15px;}
.ammendment-new-hotel-outer{margin-top:15px;text-align:center;}
.ammendment-new-hotel-outer p{font-size:15px;}
.ammendment-chamge-outer{padding:10px 0;}

.hotel-admin-search-booking h4 {
   margin: 0 15px 13px;
   padding-bottom: 5px;
   border-bottom: 1px solid #ccc;
   font-size: 16px;
}


.login_logo{
   vertical-align: middle;
   display: inline-block;
   line-height: 22;}
   
 /*--------------*/  
   
   .del_details{
    padding: 0 0 10px 14px;}
    
#dispatch-modal-edit .modal-content .row{
    /*margin-bottom:1em;*/
    margin:0 0 1em 0 !important ;
    padding: 0;
    
}
#dispatch-modal-edit h4{
    padding: 0 0 10px 14px;
}

#dispatch-modal-edit .auto_suggestion {
    background-position: 233px 8px;
}
#dispatch-modal-edit .col-md-12{margin-bottom:1em;}   /*------ swati 1/2/18--------*/
   
  .passengerTraveller{width:62%}

.pswrd_fm-ctrl {
    border-radius: 4px;
    }
.pswrd_btn{
	background: #F4831D none repeat scroll 0 0;
    border: 1px solid #F4831D;
    color: #fff;
    padding: 0.55em 1em;
    border-radius: 1px;
}








/*----------- 21/Feb/18 ------------*/

.user_options {
    position: absolute;
    left: 79%;
    background-color: #fff;
    z-index: 9;
    text-align: left;
}

.user_options li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.user_options_img {
    width: 22px;
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 0;
}
.user_options_img img {
    width: 100%;
    height: 100%;
}

.user_options a {
    text-decoration: none;
    color: #000;
}

.user_details ul li:first-child:after{
    text-decoration: inherit;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 5px;
    bottom: 58px;
  }

.drpdwn_usr
{
padding: 0 0 0 10px;
margin-right: 20px;
border: none;
cursor: pointer;
}

/*----- 23/feb/18----*/
  
  .add_agency .col-md-3{width:25%}
  

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
}
table.dataTable thead .sorting_desc {
  background-image: none !important;
}
.cityMappingDropdown .dropdown-results .unselected-list{
	display: block;
    width: 300px;
   	margin-left: 64%;
    margin-top: 127px;
}
.cityMappingDropdown .dropdown-results .unselected-list .option_all{
background: none !important;
}
.display-none{
	display:none !important;
}


/*----------------- login page media query 25/april/18-------------------------------*/
@media screen and (min-device-width: 320px) and (max-device-width:812px) {
.login {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    padding: 20px 0px;
    width: 100%;
    margin: 40% auto;
}

.login_logo {
    vertical-align: middle;
    display: inline-block;
    line-height: 22;
    width: 50%;}


.form-signin ul li:last-child{
padding: 0 8px;}
.form-signin ul li:first-child img{
margin-top: auto;}

.user_input span {
width: 25%;}

}

.hotel-ammendment button{
	float: right;
}
.rules-fare a{
	color: #337ab7 !important;
}

.rules-fare a:hover {
   text-decoration: underline;
}

/*---- cross selling page style  -----*/
.cross_selling{
   border: 1px solid #ddd;
   margin-bottom: 40px;
   margin-top: 30px;
}


/*---------------25/april/18---------------*/
.choose_file{
    position:relative;
    display:inline-block;    
    border:#ebebeb solid 1px;
    background:#ececec;
    width:100px; 
    padding:10px;
    /*font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;*/
    color: #7f7f7f;
  /*  margin-top: 2px;*/
    cursor:pointer;
    float:left;
	width:50%;
	border-right: 1px solid #c5c5c5;
}
.choose_file input[type="file"]{
    -webkit-appearance:none; 
    position:absolute;
    top:0; left:0;
    opacity:0;
    cursor:pointer;
    padding:1em;
}

.no_choose_file{
    position:relative;
    display:inline-block;
    border:#ebebeb solid 1px;
    background:#efefef;
    width:auto; 
    padding:10px;
    color: #7f7f7f;
   /* margin-top: 2px;*/
    float:left;
	width:50%;
}

.rules-fare a {
    color: #337ab7 !important;
}

.rules-fare a:hover {
    text-decoration: underline;
}
#forgot-password-modal .modal-header .close {
    margin-top: -5px !important;
}
#reset-password-modal .modal-header{
   padding: 8px !important;
}
#reset-password-modal .modal-header .close{
   margin-top: -5px !important;
}
#reset-password-modal .reset_btn{
	padding: 8px 15px;
}
.broadcast_content{
	color: #f48221;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.disable_travisca_btn{
	cursor: not-allowed;
    opacity: .65;
}
/*------ 21/june-- rate rlan changes-starts------*/
.commsion_box_lft{width:100%; float:left;}
.commsion_box_ryt{width:65%; float:right;}
.commsion_inpt{width:100%;height: 33px; border:1px solid #c5c5c5}
.add_button1{
    float: right;
     background-image: url("../img/packageAdd.png");
    background-repeat: no-repeat;
    background-position: -3px center;
}
.top_head1 h1{
    font-size:25px;
}
.top_head1{
    padding:1.5%;
    
}

.label_fnt{ 
font-size:14px !important; 
font-weight:normal !important
}
.mrg_t1em{ 
margin-top:1.5em;
}
.pad_b0{ 
padding-bottom:0px !important
}
.pad_b2em{ padding-bottom:2em !important}


.rate_plan_master{
    background: #fff none repeat scroll 0 0;

}
.rate_plan_master .panel-body{
    padding: 0px;

}
.rate_plan_master .panel-collapse ul li {
    border-bottom: none;
    padding-right: 5px;
    padding-left: 5px;
}
.rate_plan_master .padding_bottom{
    padding-bottom:1em; /*------ 21/june---------*/
}
.rate_plan_master .col-md-12 {
    padding-bottom: 2%;
}
.rate_plan_bg{ 
   background: #FFF;
   margin: 0 5px;
}

/*------ 21/june-- rate rlan changes---ends----*/

/*--------31/july/18---------------*/
.rule_master_supplier{border:0px solid ; width:50%; float:left}
.rule_master_supplier span.ui-selectmenu-text {
    background-color: #ffffff;
    background-image: url("../img/dropdown_arrow.png");
    background-position: 390px 14px !important;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    cursor: pointer;
    max-height: 250px;
}

#datepicker_style1 .datepicker {
    background-position: 172px 7px;
	}
	
/*--------31/july/18---------------*/
.optional{position: absolute;
    margin-left: -9px;
    margin-top: 26px;
    color: red;}
	
/*--------09/aug/18---------------*/
.or_button{
    background: #f48221 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 10px;
    padding: 6px 12px;
    margin-right:8px;

}
/*--------09/aug/18---------------*/
/*--------09/aug/18---------------*/
.gr_button{
    background: #837F80 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 10px;
    padding: 6px 12px;
    margin-right:8px;

}
/*--------10/aug/18---------------*/

.country_pos_td{ max-width:150px; width:150px}
.coutry_text_overflow{
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
.calendar-icon{
	background-image: url("../img/Cal_icon.png") !important;
    background-repeat:no-repeat !important;
    -webkit-appearance: none ;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto !important;
    background-position: 180px 7px !important;
    background-size: 18px 19px !important;
    cursor: pointer;
    width:100% !important;
    }
    
    
 #validFrom{/*--- datepicker icon ---*/
    background-image: url("../img/Cal_icon.png") !important;
    background-repeat:no-repeat !important;
    -webkit-appearance: none ;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto !important;
    background-position: 110px 7px !important;
    background-size: 18px 19px !important;
    cursor: pointer;
    width:50% !important;
}
 #validTo{/*--- datepicker icon ---*/
    background-image: url("../img/Cal_icon.png") !important;
    background-repeat:no-repeat !important;
    -webkit-appearance: none ;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto !important;
    background-position: 110px 7px !important;
    background-size: 18px 19px !important;
    cursor: pointer;
    width:50% !important;
}
#validUpto{
	 background-image: url("../img/Cal_icon.png") !important;
    background-repeat:no-repeat !important;
    -webkit-appearance: none ;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px auto !important;
    background-position: 102px 7px !important;
    background-size: 18px 19px !important;
    cursor: pointer;
    width:50% !important;
	
}


/*---------------itineraary tab  flight_amendment table (my booking)  popup 11 &12 -oct-18 ------------------*/
.flight-ammendment{    padding: 10px 20px;color: #fff !important;}
.flight-ammendment a {display: block;float: right;margin-top:2%;}
#amendment_flight .modal-header {
    background: #f48221 none repeat scroll 0 0;padding:9px;
}
#amendment_flight .modal-header h3{color:#fff; font-size:18px;}
#amendment_flight .modal-dialog { width:900px !important;}
.search-amendment-flight {
    float: right;
    margin-top: 18px;
    padding: 0 26px;
}
.search-amendment-flight a{display:block;float:right;margin-right:0; }
.amendment-table-flight {
    display: block;
    float: left;
    margin: 26px 0 7px;
    width: 100%;}
.amendment-table-flight table{width:100%;border: 1px solid #ccc;}
.amendment-table-flight table th{padding: 5px 10px;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	text-align:center;}
.amendment-table-flight table th:first-child{ padding:0 55px} 
.amendment-table-flight tr {
    background: #ebebeb none repeat scroll 0 0;
}
.amendment-table-flight td {
     padding:5px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	background-color:#fff;
}
.amendment-table-flight td input[type=radio].css-checkbox {visibility: hidden;}
.amendment-table-flight td  input[type=radio].css-checkbox + label.css-label{
	padding-left: 24px;
    height: 19px;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
   /* background-position: 0 0;*/
    font-size: 14px;
   vertical-align: baseline; 
    cursor: pointer;
    margin: 0 !important;
	color:#333;
	}

.amendment-table-flight td a{padding-left: 1em;}
.amendment-table-flight .search-amendment-flight{padding:0;}
.amendment_table_container{max-width: 1280px;}
.amendment_table_scroll{    width: 100%;overflow: scroll;overflow-x: scroll;overflow-y: hidden;}
.table_head{ width:100%;
			background: #f1f1f1;
    border-bottom: 0px solid #ccc;
	 border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left !important;
	font-weight:bold;
	padding:2em !important}
	
.amend_flex{ display:flex !important}
/*--------------- 11 &12 -oct-18 end------------------*/
/*----17/oct/18-------*/
.border_btm{1px solid #ccc}

/*--14/nov/18--*/
#Cancellation_flight .modal-header {
    background: #f48221 none repeat scroll 0 0;padding:9px;
}
#Cancellation_flight .modal-header h3{color:#fff; font-size:18px;}
#Cancellation_flight .modal-dialog { width:900px !important;}
#Cancellation_flight .last  ul li label {font-weight: bold;}
#Cancellation_flight .fl-p-table-body table tbody tr td:last-child {
	border-right: 1px solid #ddd;
	}
#Cancellation_flight .fl-p-table-body .checkbox {display: contents}
/*-- 19/nov/18 for SAT-14495--*/
.country_pos_td{ max-width:150px; width:150px}
.coutry_text_overflow{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	}
	
	
	*[data-toggle="tooltip"] {
    cursor: pointer !important;
}

.citymapping_link{color:#333; text-decoration:underline;}
.citymapping_link:hover{color:#333; text-decoration:underline;}

.cityunmapped_link{color:#F48221; text-decoration:underline;}
.cityunmapped_link:hover{color:#F48221; text-decoration:underline;}
.remark-space{margin-top:1em; padding:0}
.pad_bhalf{padding-bottom:0.5em}
/*--5-feb-2019--*/
.ticket_cancel_alert{ text-align:center; color:red;}
.top_head2{    margin-top: -20px;}
/*17 July 19 */
.hiddimg {
    display: none !important;
}
.altercolor tr td{padding:12px 7px; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; border-right: 1px solid #dedede;}
.altercolor tr td:last-child{border-right: none;}

.addOperation {
	margin-left:1px;
}

 .dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-7 {
 border-top: 1px solid #ddd;
}               
.dashboard-wrap .dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-7 .col-sm-12 {
   border-bottom: 1px solid #ddd !important;
}  
.dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-7 .col-sm-12 {
  
    border-bottom: 1px solid #ddd !important;}
    
   .dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-7 .col-sm-12 .col-sm-6 {
        text-align: center;
    border-right: 1px solid #ddd !important;
    line-height: 15px;
    padding: 7px 0;}
    .dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-5 .img-wrap {    
    height: 346px!important;
    padding: 70% 0 !important;}
.dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-5 .img-wrap p {
	padding:20px;
	position: relative !important;}
	

    .airline_search{
    background: #fff none repeat scroll 0 0;
    padding-bottom: 1em;
}


  .margin-top10 {
    margin-top: 10px;
}
 
 .dashboard-wrap .dw-content .dw-ticketing-point .pad-left:nth-child(3n) {
    padding-right: 10px !important ;
}
 .fa-unlock-alt {
    color: purple;
}

#search_filter_airline{
    -moz-appearance: none;
    background-image: url("../img/Searchcode_icon.png");
    background-position: 320px 8px;
    background-repeat: no-repeat;
    background-size: 14px 15px;
    cursor: pointer;
}
.w100{width:100% !important;}
.clearable{
  background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;   
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } 
.clearable.onX{ cursor: pointer; }            
.clearable::-ms-clear {display: none; width:0; height:0;}



