body {
 
 /* background-color: #ffffff; */
   }
.logo span{
	
	margin-left:-7px;
}
.btn-custom{
background:#f5141e;
border-color: #f9a73a;
}
.btn-custom:hover, .btn-custom:active:hover ,.btn-custom:active:focus{
    color: #fff;
    background-color: #f9a73a;
    border-color: #bd700a;
}
.btn-custom:active, .btn-custom.active, .open > .btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #f9a73a;
    border-color: #bd700a;
}
li.nav-item.nav-item-title span{
background: transparent;
    border: none;
    color: #ffffff;
    font-size: 21px;
    line-height: 68px;
    padding: 0px 15px;
    margin-left: -10px;
}
.topbar .topbar-left {
    /* background: #2b3d51; */
	/* border-right:1px solid #777; */
	border-bottom:1px solid #2b3d51;
	
}
.side-menu {
	
/* background-color:#f5f5f5; */	
}

.card-box{
	/* position:relative; */
	margin-bottom:5px;
}
.card-box-1{
	background-color:#ccc;
	box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
	border: 2px solid rgba(0, 0, 0,.5);
	border-radius:5px;
}
.card-box-heading {
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent;
}
.card-login--box {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.06);
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.card-box-toolbar{
position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    margin: auto;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.card-box-toolbar  i {
    font-size: 28px;
}
#lst_other_detail  li>span{
	
	float:right;
	font-weight:700;
}


table  th.center, table  td.center{
	
	text-align:center;
}
.address-line{
	
	padding:5px;
	font-size:16px;
}


/* DASHBOARD */

.page-action-bar{
float: right;

}
/* DRIVER TICKET */

.driverImage img{
	width:100%;
	height:100%;
	max-width:200px;
	max-height:200px;
	
}


.fare-summary-timeline  {
    display: grid;
	    margin-bottom:10px;
    
}
.fare-summary-timeline:before {
    
    left: 0%;
        bottom: 35px;
        top:50px;
}
.fare-summary-timeline .timeline-desk {
    display: table-cell;
    vertical-align: top;
    
   
}
.text-right{
text-align: right;

}


.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("assets/images/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.page-loading {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 125px;
  margin-left: -60px;
  margin-top: -30px;
  padding: 7px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #eee;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
  .page-loading > span {
    line-height: 20px;
    vertical-align: middle; }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.hide{
	display:none;
    
    }

.sweet-alert p{
	
	font-size:25px;
	font-weight:700;
	color:#2b3d51;
	}
	.sweet-alert h2{
	margin-top:30px;
	font-size:23px;
	color:#818a91;
	}
	.sweet-alert p button.confirm {
	background:#f5141e;
	border-color:#f5141e;
	}

	#detail-search-page div{
	
	 -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;
	}
#menu-toggle {
    float: right;
}
#detail-search-page {
    padding-right: 0;
   
}
#detail-search-page.toggled {
    padding-right: 400px;
}
#search-left-panel{
    z-index: 1;
    position: fixed;
    right: 400px;
    width: 0;
	    top: 133px;
   bottom:60px;
    margin-right: -400px;
  background:#fff;
    /* -webkit-transition: all 0.5s ease; */
    /* -moz-transition: all 0.5s ease; */
    /* -o-transition: all 0.5s ease; */
    /* transition: all 0.5s ease; */
}
#search-left-panel .setting-btn{
position: absolute;
    top: 40%;
    left: -29px;
    background: #f5141e;
    width: 11px;
	margin-top:-20px;
    border-radius: 10px 0px 0px 10px;
    height: 43px;
}
#detail-search-page.toggled #search-left-panel {
    width: 400px;
}
#search-right-panel {
    width: 100%;
  
/*padding: 15px;*/
}
#detail-search-page.toggled #search-right-panel {
   
    margin-right: 400px;
   
    right: 400px;
}

#search-left-panel .panel .panel-heading {
	
	background-color: #f5141e;
    padding: 5px 15px;
	border-bottom-color: #ffffff;
    border-bottom-style: solid;
}
#left-panel .panel .panel-heading{
	
	background-color: #f5141e;
    padding: 0.5px 15px;
	border-bottom-color: #ffffff;
    border-bottom-style: solid;
}
.panel-heading .accordion-toggle:after {
   
  
    content: '\f270';    
    float: right;      
    color: #fff;;       
}
.panel-heading .accordion-toggle.zmdi.collapsed:after {
  
    content: '\f275';   
}
#search-left-panel .panel .panel-heading h4.panel-title{
	
	 color:#fff;
}
#search-left-panel .setting-btn i{
	
	font-size: 22px;
    margin-top: 5px;
    /* margin-right: 44px; */
    left: 7px;
    color: #fff;
    position: absolute;
}
 .panel-heading h4.panel-title  a span{
	
	    font-family: "Roboto", sans-serif;
		font-size:16px;
}
#search-left-panel .panel .panel-heading h4.panel-title a{
	
	 color:#fff;
	 display:block;
}
#left-panel .panel .panel-heading h4.panel-title a{
	
	 color:#fff;
	 display:block;
}
#search-left-panel .panel .panel-body{
	
	 
    padding: 10px 15px 0px 15px;
}
#quick-search-panel-psg, #quick-search-panel-driver {
    margin: 12px 14px 0 25px;
}
#search_complaint_result_table th {
	
	text-align:center;
}
#sosTicketReportModal .modal-body, #select-query-modal .modal-body {
	padding:0px;
	
}
#sosTicketReportModal .non-editable-content, #select-query-modal .non-editable-content {
	background-color:#f9f9f9;
	padding:0 20px ;
	margin-bottom:-15px;
	
}
#sosTicketReportModal .non-editable-content .form-group, #select-query-modal .non-editable-content .form-group {
	border-bottom:1px solid #ddd;	
    padding-bottom: 10px;
	
}
#sosTicketReportModal .non-editable-content .form-group, #select-query-modal .non-editable-content .form-group>label {
	font-weight:300;
	
}
#sosTicketReportModal .editable-content ,#select-query-modal .editable-content {
	background-color:#fff;
	/* border-top:1px solid #ccc; */
	padding:0 20px ;
	
}
.panel-info{
	
	position:absolute;
	bottom:100px;
	 width: 100%;
	 background:#fff;
	 z-index:1;
	 top:450px;
}
.panel-body{
	padding-left:10px;
}
.panel-info .agent-status{
	
	font-weight:700;
	font-size:25px;
}
.panel-info.driver-info{
	padding:15px 0;
}
.driver-info .calling-txt{
font-size:20px;
}
.driver-info .dname,.driver-info .dphone{
	font-size:18px;
	margin:10px 0;
	font-weight:600;
}
.driver-info span{
	font-size:16px;
	font-weight:400;
	float:right;
	
}
.button-menu-dashboard {
  background: transparent;
  border: none;
  color: #818A91;
  font-size: 21px;
  /* line-height: 68px; */
  /* padding: 0px 15px; */
  margin-left: -10px; }
  .button-menu-dashboard:hover {
    color: #f5141e; }

.selectbg{
	background-color:#f5141e;
	color:#ffffff;	
}

.selectbg  .calling-txt{
	
	color:#444444;	
}

#sidebar-bottom, #sidebar-bottom ul, #sidebar-bottom li, #sidebar-bottom a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none; }

#sidebar-bottom {
  padding-bottom: 30px;
  width: 100%; }
  #sidebar-bottom a {
    line-height: 1.3; }
  #sidebar-bottom ul li .menu-arrow {
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    #sidebar-bottom ul li .menu-arrow:before {
      content: '\f2fb'; }
  #sidebar-bottom ul li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #sidebar-bottom ul ul {
    display: none; }
    #sidebar-bottom ul ul li {
      border-top: 0; }
    #sidebar-menu ul ul li.active a {
      color: #f5141e; }
    #sidebar-bottom ul ul a {
      color: rgba(43, 61, 81, 0.8);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      display: block;
      padding: 10px 20px 10px 60px; }
      #sidebar-bottom ul ul a:hover {
        color: #2b3d51; }
      #sidebar-bottom ul ul a i {
        margin-right: 5px; }
    #sidebar-bottom ul ul ul a {
      padding-left: 80px; }
  #sidebar-bottom .label {
    margin-top: 2px; }
  #sidebar-bottom .subdrop {
    color: #2b3d51 !important; }

#sidebar-bottom > ul > li > a {
  color: rgba(43, 61, 81, 0.8);
  display: block;
  padding: 14px 20px;
  font-weight: 500; }
  #sidebar-bottom > ul > li > a:hover {
    color: #2b3d51;
    text-decoration: none; }

#sidebar-bottom > ul > li > a > span {
  vertical-align: middle; }

#sidebar-bottom ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px; }
#sidebar-bottom ul li a .drop-arrow {
  float: right; }
  #sidebar-bottom ul li a .drop-arrow i {
    margin-right: 0px; }

#sidebar-bottom > ul > li > a.active {
  color: #ffffff !important;
  background-color: #f5141e; }
 
 #wrapper.enlarged #sidebar-bottom ul ul {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08); }
  #wrapper.enlarged .left.side-menu #sidebar-bottom > ul > li > a {
    padding-left: 10px; }
    #wrapper.enlarged .left.side-menu #sidebar-bottom > ul > li > a:hover {
      background-color: #f5141e; }
  #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li {
    position: relative;
    white-space: nowrap; }
    #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li:hover > a {
      background-color: #f5141e;
      position: relative;
      width: 260px; }
    #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li:hover > ul {
      display: block;
      left: 70px;
      position: absolute;
      width: 190px;
      padding: 5px 0px;
      background: #ffffff; }
      #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li:hover > ul a {
        background: #ffffff;
        border: none;
        box-shadow: none;
        padding-left: 15px;
        position: relative;
        width: 190px;
        z-index: 6;
        color: rgba(43, 61, 81, 0.8); }
        #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li:hover > ul a:hover {
          color: #f5141e; }
    #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li:hover a span {
      display: inline; }
  #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li > ul {
    display: none; }
  #wrapper.enlarged .left.side-menu #sidebar-bottom ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px; }
  #wrapper.enlarged .left.side-menu #sidebar-bottom ul ul li > a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg); }
  #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li > a span {
    display: none;
    padding-left: 10px; }
#wrapper.enlarged .left.side-menu #sidebar-bottom > ul > li > a {
  padding: 15px 20px;
  min-height: 50px; }
#wrapper.enlarged .left.side-menu #sidebar-bottom > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px; }
#wrapper.enlarged .left.side-menu #sidebar-bottom ul > li:hover > a {
  position: relative;
  width: 260px;
  background-color: #f5141e;
  color: #ffffff; }
  #wrapper.enlarged .left.side-menu #sidebar-bottom ul > li:hover > a i {
    color: #ffffff; }
#wrapper.enlarged #sidebar-bottom > ul > li:hover > a.open :after {
  display: none; }
#wrapper.enlarged #sidebar-bottom > ul > li:hover > a.active :after {
  display: none; }
#wrapper.enlarged #sidebar-bottom ul ul li.active a {
  color: #f5141e; }
  
 #txt_searchBoxLocation {
    background-color: #fff;
    font-family: Roboto;
   /* font-size: 15px;*/
    font-weight: 300;
    /*margin-left: 12px;
    padding: 0 11px 0 13px;*/
    text-overflow: ellipsis;
    /*width: 50%;*/
}
#txt_searchBoxLocation:focus {
    border-color: #4d90fe;
}

#search_driver_table_paginate, #search_driver_table_filter, #search_driver_table_length, #dataTables_empty,#search_driver_table_info{ display: none; }

.btn-call-driver i{
	 color: #f1b53d;
	 line-height: 21px;
}

.btn-confirm-booking i{
	 color: #1bb99a;
	 line-height: 21px;
}
.btn-call-driver:hover i{
	 color: #fff;
}

.btn-confirm-booking:hover i{
	 color: #fff;
}

.blueClass{
	color:blue;
}
.titleImage{
	width: 60px;
	position: relative;
	margin-left: 20px;
	margin-right: 10px;
}

.customTitle {
    margin: -21px -9px -2px -19px !important;
    padding: 5px;
}

.showhiderows tbody tr {
  display: none;
}

.showhiderows tbody tr:nth-child(-n+2) {
  display: table-row;
}

#search_complaint_result_table_length{
	float:left;
}
.dataGridSearch{
	margin-left: 0px;
}

#user_result_table_filter {

    position: relative;
    top: -41px;
    left: -34px;
    float: right;
	height: 0px;
}

.pipeSeparator::before {
  content: "|";
  font-size: 15px;
  padding:5px;
  color:#E0E0E0
}

.selectUnselectText {
    text-decoration: underline;
    cursor: pointer;
}

.tableTypeBorderForAddPermission {
    box-shadow: 1px 1px 0 0 #888, 0 1px 0 0 #888, 1px 1px 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset;
}

.tableTypeBorder {
    border: 1px solid rgba(152, 166, 173, 0.2);
    margin-top: 1px;
    padding-top: 8px;
    margin-bottom: -2px;
}

.modal-lg-55 {
	width: 55% !important;
	height: 60% !important;
}
.modal-lg-60 {
	width: 60% !important;
	height: 60% !important;
}
.hrBorderBottom{
	border-bottom: 1px solid rgba(152, 166, 173, 0.2);
	margin-top: -10px;
	padding: 10px;
}
.addPemissionBtn{
	float: right;
	margin-top: -6px;
	position: relative;
	margin-right: 20px;
	margin-bottom: -20px;
}
.borderRight {
    border-right: 1px solid #ccc;
    margin-top: 1px;
    margin-bottom: -2px;
}
.tableTypeBorderRight{
	border-right: 1px solid rgba(152, 166, 173, 0.2);
	margin-top: 1px;
	padding-top: 15px;
	margin-bottom: -2px;
}
.viewUserBorderRight{
	border-right: 1px solid rgba(152, 166, 173, 0.2);
	margin-top: -15px;
}
.userLabelMargin{
	margin-top:15px;
}
.userFieldMargin{
	margin-bottom:8px;
}

.view-detail-page p {

    font-size: 1.1rem;
    font-weight: 700;

}
.customGridPace{
	padding: 0 15px;
    margin-bottom: 10px;
}
.customGridBgGrey{
	background-color: #F9F9F9;
}

.wrapper-page {

    margin: 5% auto;
    position: relative;
    width: 430px;
    height: 380px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-top: -190px;
    margin-left: -215px;

}

.forgotPasswordLink {
    color: #145ace !important;
}

input[type="checkbox"].PermissionList:checked + label::after {
   content: '';
   position: absolute;
   width: 1.6ex/*1.2ex*/;
   height: 0.9ex/*0.4ex*/;
   background: rgba(0, 0, 0, 0);
   top: 1.6ex/*0.9ex*/;
   left: 1.8ex/*0.4ex*/;
   border: 3px solid green;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

input[type="checkbox"].abc:checked + label::after {
   content: '';
   position: absolute;
   width: 2.6ex/*1.2ex*/;
   height: 1.1ex/*0.4ex*/;
   background: rgba(0, 0, 0, 0);
   top: 1.2ex/*0.9ex*/;
   left: 0.6ex/*0.4ex*/;
   border: 3px solid green;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

input[type="checkbox"].PermissionList {
   line-height: 2.1ex;
}

input[type="checkbox"].abc{
   line-height: 2.1ex;
}

input[type="checkbox"].PermissionList {
    position: absolute;
    left: -999em;
}

 input[type="checkbox"].abc {
    position: absolute;
    left: -999em;
}

input[type="checkbox"].PermissionList + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

input[type="checkbox"].abc + label  {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

input[type="checkbox"].PermissionList + label::before {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 2ex;
   width: 2ex;
   background-color: white;
   border: 1px solid rgb(166, 166, 166);
   border-radius: 4px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
   margin-right: 0.5em;
}

input[type="checkbox"].abc + label::before {
   content: "";
   display: inline-block;
   vertical-align: middle;
   height: 3ex;
   width: 3ex;
   background-color: white;
   border: 1px solid rgb(166, 166, 166);
   border-radius: 4px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
   margin-right: 0.5em;
   margin-top: -6px;
}
.checkbox label::after{
	
	padding-top:0px;
}
#passengerDetailPane .form-control[readonly] {    
    background-color: #ffffff;
    opacity: 1; 
    border: none;
}

#select_language:disabled{    
    background-color: #ffffff;
    opacity: 1; 
    border: none !important;
	background-image: none !important;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

include-record-div {
    background-color: gray;
    margin-right: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -20px;
    margin-bottom: 10px;	
}

.includetestrecordcheckbox {    
    height: 50px;
    margin-left: 20px !important;
    cursor: pointer;
}

.include-record-msg {
    position: absolute;
    left: 30px !important;
    color: white;
    cursor: pointer;
	padding-top:15px;
}

.modal-dialog-cti {
    width: 400px;
    margin: 30px auto;
}
.modal-dialog-cti  {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#complaint-type-modal .non-editable-content .form-group {

    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 300px;
}

.buttonCircle {
	height:3em;
	width:3em;
	border-radius:50% !important;
	border:2px solid #f5141e !important;
}

.btn-red-outline {
	color: #f5141e;
	background-color: #fff;
}
.btn-red-outline:hover {
    color: #fff;
    background-color: #f5141e;
    border-color: #f5141e;
	
}
.activeVehicleType {
    color: #fff;
    background-color: #f5141e;
    border-color: #f5141e;
}
.cabIcon{
	font-size: 23px !important;
	margin-left: -8px;
	
}
.motoIcon{
	font-size: 24px !important;
	margin-left: -10px;
}
.sendEbill{
	float: right;
    border: 2px solid #f5141e;
    border-radius: 50%;
    padding: 5px;
    color: #f5141e;
    background-color: #fff;
}
.sendEbill:hover{
	color: #fff;
    background-color: #f5141e;
}
.sendEbillIcon{
	font-size: 20px !important;
    margin-right: 2px;
}
.agentDetailsButton{
    border: 2px solid #f5141e;
    border-radius: 5%;
    color: #f5141e;
    background-color: #fff;
    padding: 6px;
}
.agentDetailsButton:hover{
	color: #fff;
    background-color: #f5141e;
}
table td{
	vertical-align: middle !important;
}
#searchdiv{
	margin: 12px;
	left:240px;
	width:400px;
}
.text-blue{
	color:#0074d8;
}
.cursor {
   
    cursor: pointer;
}
.v-top{
	vertical-align: top !important;
}
.estimatedFareDetails{
	text-transform: none;
    border: 2px solid #3db9dc;
    padding: 6px 0px 0px;
    display: inline;
    border-radius: 5px;
   
    float: right;
    position: relative;
    margin-right: 50px;
    margin-top: 4px;

}
}
a[disabled="disabled"] {
        pointer-events: none;
    }
	
.tooltip-inner {
    max-width: 100% !important;
	text-align:left !important;
}	

.tooltip-inner >  table{
	width:350px;
    
}
.verticleLine {
  
	border-right: 2px solid #23a0c3;
	padding-bottom: 7px;
	padding-top: 6px;
	padding-left: 10px;
	margin-right: 5px;
}
.estimatedFareDtlDiv{
	
	background-color: #ebebeb;
	padding: 4px 9px 6px 12px !important;
	border-radius: 0px 3px 3px 0px;
	margin-left: -5px;
	
}
.width-80 {
    max-width: 80px;
}
.width-100 {
    max-width: 100px;
}
.fromToTimediv{
	margin-left: 280px;
    margin-top: -34px;
}
.verticleLineBooking {
  
	border-right: 2px solid #66696a;
	padding-bottom: 7px;
	padding-top: 6px;
	padding-left: 10px;
	margin-right: 5px;
}
#datatableBookingList th, #datatableBookingList td,
#allSOSListTable th, #allSOSListTable td,
#search_complaint_result_table th, #search_complaint_result_table td{
	line-height: 1.5;
	vertical-align: top;
}
#datatableBookingList_paginate {
	margin-top: -31px !important;
}
#datatableBookingList > thead > tr > th[class*=sort]:after{
    display:none;
}
#datatableBookingList > thead > tr > th[class*=sort]:before{
    display:none;
}
.modal-lg-65 {
	width: 65% !important;
	height: 65% !important;
}
.markerLink {'
	color: #00b6ff !important;
	font-size: 23px;   
    margin-left: 5px;
    margin-right: 5px;
	cursor: pointer;
}
.tableTypeBorder {
	border: 1px solid rgba(152, 166, 173, 0.2);
	margin-top: 1px;
	padding-top: 8px;
	margin-bottom: -2px;
}
.text-blueprimary {
	color: blue !important;
}
.tripDetailsCloseBtn{
	margin-top: -22px;
    margin-right: -16px;
    font-size: 25px;
}
.normalButtonLink{		
	cursor: pointer;
	color:#c0c0c0;
	text-transform: none;
    border: 2px solid #c0c0c0;
    padding: 4px 5px;
    display: inline;
    border-radius: 5px;
    float: right;
    position: relative;
    margin-right: 50px;
    margin-top: -4px;
} 
.successBlue{
	color: #2c73f4;
    border: 2px solid #23a0c3;
}
.failedRed{
	color: #c0c0c0;
    border: 2px solid #c0c0c0;
}
.popup
{
	background-color: white;
    height: auto;
    width: 500px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    position: fixed;
    top: 40%;
    left: 40%; 
    padding: 25px;
    font-size: 1.1em;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    z-index: 1000;
}
.customPopupBlocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 999;
    overflow: auto;
}
.error, .help-block {
    color: #f5141e;
}
.loader{top:40%;right:42%;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid red;border-bottom:16px solid red;border-left:16px solid gray;border-right:16px solid gray;width:100px;height:100px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;z-index:10000000;opacity:0.5;position:absolute}@-webkit-keyframes "spin"{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);}}@keyframes "spin"{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}

#driverSOSListTable  th, #driverSOSListTable td
{
	line-height: 1.5;
	vertical-align: top  !important;
	
}
.m-t-5{
	margin-top:5px
}
.dataTables_scrollHeadInner {
  width: 0px !important;
}
.normalLink {
    color: #00b6ff !important;
}
.pointer {
    cursor: pointer;
}
#customAutoCompleteDiv{
	margin: 12px;
	margin-left: 0px;
	width:400px;
}

.customAutoCompleteDiv {
    border: 1px solid #a8d4b1;
    background-color: #c6f7d0;
    margin: 2px 0px;
    padding: 40px;
    border-radius: 4px;
}


	
#locationList {
    /* float: left; */
    list-style: none;
    /* margin-top: -3px; */
    /* padding: 0; */
    width: 100%;
    position: absolute;
    padding-top: 34px;
    margin-left: -440px;
	 border-radius: 4px;
}


#locationList li {
    padding: 8px 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}

#locationList li:hover {
    background: #ece3d2;
    cursor: pointer;
}

#customAutoCompleteLocation {
   
   /* border: #a8d4b1 1px solid;
    border-radius: 4px;*/
    background-color: #fff;
    font-family: Roboto;
    /* font-size: 15px; */
    font-weight: 300;
    text-overflow: ellipsis;
    /* width: 50%; */
}
.cardDashHeader {
    background-color: #757575;
    color: white;
}
.borderRadiusUpper10{
	border-radius: 10px 10px 0 0 !important;
}
.m_t-15{margin-top: -15px;}
.m_b-15{margin-bottom: -15px;}
.m_t-10{margin-top: -10px;}

.refreshBtn {
  border: none;
  color: #f5141e;
  background-color: transparent;
  float:right;
  display:none;
}
.font12{
	font-size:12px;
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 85%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	border: 1px solid;
}
.cardSOSToast{
	box-shadow: 0 0 5px 5px #ff6565;
}