body{ font-size: 13px; color: #000000;}
.navbar{ background: #ffffff; border-bottom: 1px solid #F0691D min-height: 40px; }
.dropdown-menu{ background: #ffffff; border: 1px solid #ffffff;  }
.dropdown-menu > li > a:hover{ background: #ffffff; color:#000;  }
.navbar-default .navbar-nav > li > a{ color: #000; font-size: 14px; }
.navbar-default .navbar-nav > li > a:hover{ color: #000; font-size: 14px; }
.navbar-default .navbar-nav > li.active > a{ background: #0D2B5D !important; color: #fff;}
.navbar-brand{ color: #000 !important; font-weight: bold; }
.navbar-brand img{ margin-top: -10px; }
.dropdown-menu > li > a{ color:#000; font-size: 14px; margin-bottom: 10px; margin-top: 16px; }
.dropdown-menu > li > a:hover{ color:#000; font-size: 14px; margin-bottom: 10px; margin-top: 16px; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{ background-color: #0D2B5D; color: #fff; }
.main-container{ margin-top: 60px; min-height:400px; }
.footer{ margin-top: 15px; font-size: 13px; }
.footer .container{ border-top:1px solid #F0691D; padding-top: 15px; }
.btn-primary{ background: #F0691D !important; color:#000 !important; border: 1px solid #F0691D; }
.breadcrumb{ background: #ffffff; text-align: left; font-size: 13px; }
.breadcrumb li{  font-size: 13px; color: #079DAC; }
.breadcrumb li a{ font-size: 13px; color: #C23414; }
.breadcrumb > .active{  color: #079DAC; }
.tab-skyway-container{ border-top: 1px solid #F0691D; }
.tab-skyway .active{ background: #F0691D !important; border: 1px solid #F0691D !important; border-color: #F0691D !important; font-weight: bold; }
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{ background-color: #F0691D; }
.panel-skyway .panel-heading{ background: #F0691D !important; border: 1px solid #F0691D !important; border-color: #F0691D !important; font-weight: bold; }
.panel-heading{ background: #F0691D !important; border: 1px solid #F0691D !important; border-color: #F0691D !important; }
.thead-default{ background: #F0691D; color:#fff; }
.navbar-brand img{ height: 41px; }
.panel-title{ color:#ffffff; }
.pick_cost{ cursor: pointer; }
.red{ color: #ff0000 !important; }
.slots_table td, .slots_table th{ border:1px solid #000; }
.slot_area{ width:100%; overflow-y: scroll;  }
.bluebg{ background: #0088E5 !important; }
.darkbluebg{ background: #00407F !important; }
.lightbluebg{ background: #64BDFC !important; }
.darkgreenbg{ background: #1F8A16 !important; }
.lightgreenbg{ background: #39FF29 !important; }
.greenbg{ background: #1D9529 !important; }
.greybg{ background: #757575 !important; color: #ffffff !important; }
.allocate_resource{ cursor: pointer; }
.product-image{ width: 0% !important; }
.product-information{ width: 100% !important; }
/*0D2B5D*/
.dashboard-bg{ background: #efefef; }
.slots_table .panel{ min-width: 150px; }
.dashboardcontentscroll{ max-height: 200px; width: 100%; overflow-x: hidden; overflow-y: scroll; /*-webkit-overflow-scrolling: touch;*/ }
.dashboardcontent{ max-height: 200px; overflow-x: hidden; overflow-y: scroll; }
.dashboardcontentbig{ max-height: 300px; overflow-x: hidden; overflow-y: scroll; }
.limit-200{ max-height: 200px; overflow-x: hidden; overflow-y: scroll; }


/* Added for Modal Box */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    background: #fff;
    max-height: 400px; 
    overflow-y:scroll;
}
.close {
    opacity: 1;
    background: #fff;
    color: #000;
    line-height: 18px;
    position: absolute;
    right: 5px;
    text-align: center;
    width: 18px;
    text-decoration: none;
}
.close:hover {
    background: #fff;
}



.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

th.col{ text-align: center; }
.col{ min-width: 165px !important; }
.colsmall{ min-width: 90px !important; }
.coltop{ min-width: 165px !important; }
.slotunit{ width:150px; max-width: 150px; overflow: hidden; height:auto; max-height: auto; margin-bottom:0px; }
.table_head_top{ /*position: fixed; top:160px; */ }
.slotholder{ /*padding:8px 0px;*/ padding:0px; }
.slotholder a{ color:#000000 !important; }
.slotpanel{ /*padding:8px 0px;*/ padding:0px; }
.slotpanel p{ margin:2px; }
#ResultsTable {
    position: relative;
}

.fixedHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    background: white; 
    padding:10px;
}

/* For Submenu */

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.printonly{ display:none !important; }
.screenonly{ display: block; }

@media print {
    .navbar, .breadcrumb, .form, .footer{ display: none; }
    .printonly{ display: block; }
    a[href]:after {
        content: none !important;
    }
    .hidetoprint{ display:none; visibility: hidden; }
    .screenonly{ display:none; visibility: hidden; }
    .stylishtable{ height:0px !important; }

}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

#ArticleCarousel{ height:140px; }
.clickable{ cursor: pointer; }
.btn-success{ border-color: #efefef !important; }
.tooltip{ z-index: 999999 !important; }




/* Adding for table fixed head */

.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 330px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  /*float: left;*/
  border-bottom-width: 0;
}



/* Dark table */

/* Fancy Dark Table */  
.fancyDarkTable .numeric {
    /* text */
    text-align: right;
    }

.fancyDarkTable th{
    border: 1px solid #EC5513;
    padding: 5px;
}

.fancyDarkTable td {
    border: 1px solid #000000;
    padding: 5px;
}

.fancyDarkTable thead tr th {
    padding: 10px 5px 10px 5px;
    }

.fancyDarkTable {
    /*border-collapse: separate;*/
    
    /* text */
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    }

.fancyDarkTable tbody tr td {
    /* appearance */
    background-color: #ffffff;
    /*background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.0) 0%,
        rgba(255,255,255,0.02) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.0)),
        color-stop(100%,rgba(255,255,255,0.02)));
    border-bottom-color: #2f2f2f;
    border-right-color: #2f2f2f;*/

    /* size */
    /*padding: 10px 5px 30px 5px;*/
    padding: 15px;

    /* text */
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    /*text-shadow: 0 -1px 1px #000000;*/
    }

.fancyDarkTable tbody tr.odd td {
    /* appearance */
    /*background-color: #efefef;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.0) 0%,
        rgba(255,255,255,0.02) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.0)),
        color-stop(100%,rgba(255,255,255,0.02)));
    border-right-color: #2f2f2f;*/
    }

.fancyDarkTable thead tr th,
.fancyDarkTable tfoot tr td {
    /* appearance */
    background-color: #EC5513;
    background-image: -moz-linear-gradient(
        top,
        rgba(255,255,255,0.05) 0%,
        rgba(255,255,255,0.0) 100%);
    
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.05)),
        color-stop(100%,rgba(255,255,255,0.0)));
        
    /* text */
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    /*text-shadow: 0 -1px 1px #000;*/
    }
    
.fancyDarkTable .fht-head {
    -webkit-box-shadow: 0 -1px 0 #3f3f3f;
    -moz-box-shadow: 0 -1px 0 #3f3f3f;
    box-shadow: 0 -1px 0 #3f3f3f;
    z-index: 1;
    position: relative;
    }


/* VERTICAL TABS */


/* Style the tab */
.vtab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 15%;
  height: auto;
  min-height: 300px;
  font-weight: bold;
}

/* Style the buttons that are used to open the tab content */
.vtab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.vtab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.vtab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.vtabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 85%;
  border-left: none;
  height: auto;
  min-height: 300px;
}

.skyway-box{
    border: 1px solid #efefef; 
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    min-height: 150px;
    display:table-cell;
    vertical-align:middle;

}

.borderless td, .borderless th, tr.borderless, .borderless tr {
    /*border: none;*/
    border: 0px !important;
}

.skyway_title{
    background: #F0691D !important;
    color: #ffffff;
}
.padding_5{ padding:5px; }
.margin_5{ margin:5px; }





/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/*  bhoechie1 tab */
div.bhoechie1-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie1-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie1-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie1-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie1-tab-menu div.list-group>a .glyphicon,
div.bhoechie1-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie1-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie1-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie1-tab-menu div.list-group>a.active,
div.bhoechie1-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie1-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie1-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie1-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie1-tab div.bhoechie1-tab-content:not(.active){
  display: none;
}
/* End of bhoechie tab css */



.mechanic_availability_area{ overflow: auto; }

.bootstrap-tagsinput {
  width: 100% !important;
}

.card-header{ background: #efefef !important; }


/* For vertical tabs */

/* Style the tab */
.vertical_tab {
  float: left;
  border: 1px solid #F8872D;
  background-color: #F8872D;
  width: 20%;
  height: auto;
}

/* Style the buttons that are used to open the tab content */
.vertical_tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.vertical_tab button:hover {
  background-color: #874918;
}

/* Create an active/current "tab button" class */
.vertical_tab button.active {
  background-color: #874918;
}

/* Style the tab content */
.vertical_tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #efefef;
  width: 80%;
  height: auto;
  min-height: 200px;
}



/* For email vertical tabs */

/* Style the tab */
.email_vertical_tab {
  float: left;
  border: 1px solid #F8872D;
  background-color: #F8872D;
  width: 20%;
  height: auto;
}

/* Style the buttons that are used to open the tab content */
.email_vertical_tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.email_vertical_tab button:hover {
  background-color: #874918;
}

/* Create an active/current "tab button" class */
.email_vertical_tab button.active {
  background-color: #874918;
}

/* Style the tab content */
.email_vertical_tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #efefef;
  width: 80%;
  height: auto;
  min-height: 200px;
}



/* For contract email vertical tabs */

/* Style the tab */
.contract_email_vertical_tab {
  float: left;
  border: 1px solid #F8872D;
  background-color: #F8872D;
  width: 20%;
  height: auto;
}

/* Style the buttons that are used to open the tab content */
.contract_email_vertical_tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.contract_email_vertical_tab button:hover {
  background-color: #874918;
}

/* Create an active/current "tab button" class */
.contract_email_vertical_tab button.active {
  background-color: #874918;
}

/* Style the tab content */
.contract_email_vertical_tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #efefef;
  width: 80%;
  height: auto;
  min-height: 200px;
}

p.custom-para{
  margin-top:5px;
}

.product-popup-content{ overflow:scroll !important;  }
.quote-inner-tab li.active a{ background:#F0691D !important; color:#ffffff !important; }
.contract-subtab li.active a{ background:#F0691D !important; color:#ffffff !important; }
#viewSegmentModal li.active a{ background:#F0691D !important; color:#ffffff !important; }
#viewSegmentModal .modal-header{ background: #F0691D; }
.xdsoft_datetimepicker{ z-index: 99999999 !important;}
.xdsoft_datetimepicker .xdsoft_calendar{ height: 180px;}
.pac-container {z-index: 1051 !important;}

input[type=checkbox].form-control, input[type=radio].form-control{
  width: auto;
  height: auto;
} 

div.form-group .has-form-error{
  border-color: red;
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  /*display: inline-block;*/
}
.autocomplete-items {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}



/***  css for vechile type repsonsive table and tabs start ***/
.vehicle_tyle_class .nav-tabs { border-bottom: 2px solid #DDD; }
.vehicle_tyle_class .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.vehicle_tyle_class .nav-tabs > li > a { border: none; color: #666; }
.vehicle_tyle_class .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.vehicle_tyle_class .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.vehicle_tyle_class .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.vehicle_tyle_class .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.vehicle_tyle_class .tab-pane { padding: 15px 0; }
.vehicle_tyle_class .tab-content{padding:20px}

.vehicle_tyle_class .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

/** responsive table class start**/
.vehicle_tyle_class .sailorTableArea{
    /*max-height: 500px;*/
    overflow-x: auto;
    overflow-y: auto;
}
.vehicle_tyle_class .sailorTable{
    white-space: normal;
}
.vehicle_tyle_class tbody {
    /*display:block;*/
    height:200px;
    overflow:auto;
}
.vehicle_tyle_class thead, tbody tr {
    /*display:table;*/
    width:100%;
    table-layout:fixed;
}

.accordion-toggle:hover {
  text-decoration: none;
}

.vehicle_tyle_class table input.form-control{
  width: 70px;
}
/** responsive table class end**/
/***  css for vechile type repsonsive table and tabs end ***/

      
#loadMorePrice, #loadMoreAdtPrice {
    padding-bottom: 0px;
  padding-top: 0px;
  text-align: right;
  width: 100%;
  color: #F0691D;
}

.border-top{
  border-bottom: 1px #6C78AF !important; 
}

.multiselect-native-select button.multiselect{
  width: 500px;
  overflow-x: hidden;
}

/** Css added to fix alignement and form fields on driver profile edit/add/view and manage screen start**/
.rounded-3xl {
    border-radius: 1.5rem;
}
.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.form-control-sm {
    height:30px;
}

.px-5{
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-7{
  padding-top: 7px;
  padding-bottom: 7px;
}

.py-5{
  padding-left: 5px;
  padding-right: 5px;
}
.pt-5{
  padding-top: 5px;
}

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

.my-5{ 
    margin-top:5px;
    margin-bottom:5px;
}

.w-100 {
    width: 100%!important;
}

.test-row-min-height-edit{
    min-height: 380px;
}


.test-row-min-height-create{
    min-height: 260px;
}

.odd-bg{
    background: floralwhite;
    border: 2px solid #F0691D ;
    border-radius: 5px;
}

.even-bg{
    background: beige;
    border: 2px solid #F0691D;
    border-radius: 5px;
}
/* for Responsive table in mobile view */

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { border: 1px solid #ccc; }
 
    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 25%; 
        white-space: normal;
        text-align:left;
    }
 
    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }

    #no-more-tables .outer-td td {padding-left: 50%;}

    .table-responsive-new {
        min-height: .01%;
        overflow-x: auto;
    }
}
/** Css added to fix alignement and form fields on driver profile edit/add/view and manage screen end**/

/** Css for tooltip start */
.tooltipcstm {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipcstm .tooltiptext {
  visibility: hidden;
  max-width: 350px;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding:5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 2rem;
}

.tooltipcstm:hover .tooltiptext {
  visibility: visible;
}
/** Css for tooltip end */

/*** Css to auto adjust table column width automatically start ****/
table.autoWidth {
  table-layout: auto;
  width: 100%;
}

table.autoWidth td, th {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*** Css to auto adjust table column width automatically end ****/

.tptabs ul.nav-tabs li.active a{
    background: #F0691D !important; border: 1px solid #F0691D !important; border-color: #F0691D !important; font-weight: bold;
    color: #fff !important;
}

/*** Css for driver tabs content start ****/

.responsive-tab {
    margin-top: 15px;
    margin-bottom: 15px;
}
.responsive-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.responsive-tab li {
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
/*    margin-right: 15px;*/
}
.responsive-tab li .active {
    color: #c6a0d5;
    border-bottom-color: #9b59b6;
}

.responsive-tab a {
    display: inline-block;
    color: #C23414;
    text-decoration: none;
    padding: 10px;
    font-size: 1.5rem;
    border-bottom: 3px solid #F0691D;
    position: relative;
    bottom: -3px;
    color: #000;
    outline: none;
    border-radius: 10px 10px 0px 1px;
    border-top: 1px solid #F0691D;
    border-left: 1px solid #F0691D;
    border-right: 1px solid #F0691D;
}
.responsive-tab a.active {
    border-bottom: 3px solid #fe8026;
    position: relative;
    bottom: -3px;
    color: #ffffff;
    background-color: #F0691D !important;
    outline: none;
    border-radius: 10px 10px 0px 1px;

}
.responsive-tab a.active:after {
    content: "\f0d7";
    font-family: "FontAwesome"; 
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    display: inline-block;                
    width: 10px;
    height: 10px;
    margin: 0 auto;
}

.tabs > div {
    display: none;
    padding: 1rem;
}

.tabs > .active {
    display: block;
}

@media (max-width: 767px) {
    .responsive-tab ul {                    
        position: relative;
        background: #fff;
        border: none;

    }
    .responsive-tab ul::after {
        content: "\f0c9";
        position: absolute;
        top: 12px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
        font-size: 17px;
        font-family: "FontAwesome"; 
    }

    .responsive-tab li {
        display: block;
    }
    .responsive-tab a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-color: transparent;
    }
    .responsive-tab ul.open a {
        position: relative;
        display: block;
        border-color: #fe8026;
    }
    .responsive-tab a.active {                   
        z-index: 1;
        background: #fff;

    }
}

/*.tabs_driver {
}
.tabs_driver input[type="radio"] {
  display: none;
}
.tabs_driver label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #F0691D;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fcfcfc;
  text-align: center;
  line-height: 3em;
}
.tabs_driver label:last-of-type {
  border-bottom: none;
}
.tabs_driver label:hover {
  background: #F0691D;
  color: #ffffff;
}
@media screen and (max-width: 1600px) {
  .tabs_driver label {
    width: 15%;
  }
}
@media screen and (max-width: 900px) {
  .tabs_driver label {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .tabs_driver label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #c7c6c4;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .tabs_driver {
    margin: 0;
  }
}

.tabs_driver #tab1:checked + label,
.tabs_driver #tab2:checked + label,
.tabs_driver #tab3:checked + label,
.tabs_driver #tab4:checked + label {
  background: #F0691D;
  color: #ffffff;
}

.tabs_driver .tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px;
}

.tabs_driver .tab-content-wrapper {
  background: #fcfcfc;
  border-top: #F0691D 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 600px) {
  .tabs_driver .tab-content-wrapper,
  .tabs_driver .tab1-content-wrapper {
    border: none;
    border-radius: 0;
  }
}

.tabs_driver #tab1:checked ~ .tab-content-wrapper #tab-content-1,
.tabs_driver #tab2:checked ~ .tab-content-wrapper #tab-content-2,
.tabs_driver #tab3:checked ~ .tab-content-wrapper #tab-content-3,
.tabs_driver #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
}
*/


/*** Css for driver tabs content end ****/

div.btn-group ul.dropdown-menu{
    line-height: 0.85 !important;
}

div.btn-group ul.dropdown-menu > li.mcta > a {
    line-height: 0.85 !important;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
}

div.btn-group ul.dropdown-menu > li.mcta{
    background-color: #fff;
    color: #fff;
    border: 1px solid;
}
div.btn-group ul.dropdown-menu > li.mcta:hover{
    background-color: #d9534f;
    color: #fff !important;
}

div.btn-group ul.dropdown-menu > li.mcta > a:hover{
    background-color: #d9534f !important;
    color: #fff !important;
}

/**** css for charter and contract post trip audit according start ***/
.trip_accordian {
  width: 95%;
  transition: all 0.2s cubic-bezier(0.25,0.8,0.25,1);
  font-weight: 100;
  letter-spacing: 0.035em;
  font-size: 14px;
  margin: 0 auto;
}
.trip_accordian ul.tripaccul > li {
  margin-bottom: 8px;
}
.trip_accordian ul.tripaccul > li:first-child h3 {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.trip_accordian h3 {
  cursor: pointer;
  background-color: #F0691D;
  color: #fff;
  padding: 1.2rem 1rem 1rem 1.2rem;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  display: block;
  font-weight: 550;
  letter-spacing: 0.035em;
  position: relative;
  font-size: 1.5rem;
  transition: all 0.2s cubic-bezier(0.25,0.8,0.25,1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 3px;
}
.trip_accordian h3:hover,
.trip_accordian h3.closed {
  color: #444444;
  background-color: #fff;
}
.trip_accordian h3:hover .arrow {
  border-top: 4px solid #444444;
  border-right: 4px solid #444444;
}
.trip_accordian ul.tripaccul ul:not(.dropdown-menu) {
  display: none;
  height: 100%;
  margin-bottom: -7px;
}
.trip_accordian ul.tripaccul ul.outerli:not(.dropdown-menu) li {
  background-color: #fff;
  padding: 1rem 1.8rem;
  color: #444444;
  box-shadow: none;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.trip_accordian ul.tripaccul ul:not(.dropdown-menu) li p {
  opacity: 0;
  transition: all 0.5s;
  transform: translatey(-20px);
}
.trip_accordian ul.tripaccul ul.open p {
  opacity: 1 !important;
  transform: translatey(0px) !important;
}
.trip_accordian .arrow {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
  transform-origin: center;
  float: right;
  margin-right: 8px;
  transition: transform 600ms cubic-bezier(0.175,0.885,0.32,1);
}
.trip_accordian .arrow.closed {
  margin-top: 4px;
  transform: rotate(-45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

ul.tripaccul {
    margin: 0;
    padding: 0;
}

ul.tripaccul ul.innerulacc{
    padding: 0px;
}

ul.tripaccul li {
    list-style: none;
    padding: 0px;
}

ul.tripaccul p {
    line-height: 1.8em;
    margin-bottom: 20px;
}

ul.tripaccul h4 {
    text-align: center;
    margin: 20px 20px 50px;
    color: orange;
    font-size: 2em;
}
/**** css for charter and contract post trip audit according end ***/
/**** css for driver menu tab according start ***/
.driver-menu-items {
    /*  padding-top: 72px;*/
    text-align: center;
}
.driver-menu-items h2 {
    color: #3B4E6F;
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 20px;
}
.driver-menu-items p {
    color: #3B4E6F;
    margin: 0 auto;
    max-width: 550px;
    opacity: .6;
}

.driver-menu-items .menu-item-listing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 32px 32px 32px 0px;
    width: 81vw;
}
@media (min-width: 1388px) {
    /* .driver-menu-items .menu-item-listing {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 200%;
    }*/
}
.driver-menu-items .menu-item-listing li {
    background-color: white;
    border: 1px solid #f5f5f5;
    border-left: 0;
    border-top: 0;
    display: flex;
    flex-direction: column-reverse;
    flex: 1;
    padding: 20px 0;
    position: relative;
    align-items: center;
    justify-content: space-around;
    margin: 18px;
    color: #dc3545;
    border-color: #dc3545;
    box-shadow: inset 0 3px 15px rgba(204, 87, 51, 0.87);
    border-radius: 1.5rem;
}
@media (min-width: 768px) {
    /*.driver-menu-items .menu-item-listing li {
    min-height: calc(90vw / 4);
    }*/
}
.driver-menu-items .menu-item-listing li:hover, .driver-menu-items .menu-item-listing li:hover a{
    /*background-image: radial-gradient(ellipse at center, #ffffff 40%, rgba(255, 235, 181, 0.6) 100%);
    box-shadow: inset 0 3px 15px rgba(0, 0, 0, 0.08);*/
    background-color: #F0691D;
    color: #fff;
}
.driver-menu-items .menu-item-listing li:hover img {
    transform: translateY(-10px);
}
/*.driver-menu-items .menu-item-listing .menu-item-name {
    color: #3b4e61;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 10px;
}*/
.driver-menu-items .menu-item-listing img {
    max-width: 70%;
    max-height: 230px;
    transition: all .25s ease-in;
}
/**** css for driver menu tab according end ***/


ul.multiselect-container.dropdown-menu{
    z-index: 20;
}

/** CSS for tooltip start **/
.ttwrapper {
    text-transform: uppercase;
    background: #ececec;
    color: #555;
    cursor: help;
    font-family: "Gill Sans", Impact, sans-serif;
    font-size: 20px;
    margin: 100px 75px 10px 75px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    width: 200px;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.ttwrapper .tooltip {
    background: #1496bb;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -20px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
/* code for wheelchair **/
.switch {
    display: inline-block;
    width: 40px;
    height: 20px;
    transform: translateY(50%);
    position: relative;
    margin-top: -10px;
}
.switch input {
    display: none;
}
input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 2px limeGreen;
}
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-20px);
    transition: .4s;
}
input:checked + .slider:before {
    transform: translateX(20px);
    background: limeGreen;
}

.bt-border {
  border: 1px solid #dee2e6 !important;
}
.bt-border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bt-border-right {
  border-right: 1px solid #dee2e6 !important;
}
.bt-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bt-border-left {
  border-left: 1px solid #dee2e6 !important;
}
.bt-border-0 {
  border: 0 !important;
}
.bt-border-top-0 {
  border-top: 0 !important;
}
.bt-border-right-0 {
  border-right: 0 !important;
}
.bt-border-bottom-0 {
  border-bottom: 0 !important;
}
.bt-border-left-0 {
  border-left: 0 !important;
}
.bt-border-primary {
  border-color: #007bff !important;
}
.bt-border-secondary {
  border-color: #6c757d !important;
}
.bt-border-success {
  border-color: #28a745 !important;
}
.bt-border-info {
  border-color: #17a2b8 !important;
}
.bt-border-warning {
  border-color: #ffc107 !important;
}
.bt-border-danger {
  border-color: #dc3545 !important;
}
.bt-border-light {
  border-color: #f8f9fa !important;
}
.bt-border-dark {
  border-color: #343a40 !important;
}
.bt-border-white {
  border-color: #fff !important;
}

@media screen and (max-width: 600px) {
    .panel-collapse .panel-body .panel-body{
        overflow: scroll;
    }
}

.responsive-tab li a:hover{
    background: #F0691D;
    color: #fff;
}

.contentheight
{
    min-height: max-content !important;
}