
@import url("./trips.css");
@import url('./roster.css');
@import url('./dashboard.css');
@import url('./helpdesk.css');
@import url('./approval.css');
@import url('./mobile.css');
@import url('./flex.css');
@import url('./refund.css');
@import url('./horizontal.css');
@import url('./slider-animations.css');
@import url('./styles.css');
@import url('./settings.css');
@import url('./settingsShuttles.css');
@import url('./QRScanner.css');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../font/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url("../font/MaterialIcons-Regular.woff2") format('woff2'),
      url("../font/MaterialIcons-Regular.woff") format('woff'),
      url("../font/MaterialIcons-Regular.ttf") format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

:focus {
  outline: 0;
}

body {
  font-size: 12px;
  padding-left: 74px;
  padding-top: 60px;
}

#nav-left {
  width:74px;
  height: 100%;
  overflow:hidden;
  background: #002C2B;
  background-position: center;
  box-shadow: none;
}

#nav-left li {
  padding: 4px 0px;
}

.nav-left {
   opacity: 0.6;
 }
 .nav-left:hover {
   background: #002C2B !important;
   opacity: 1;
 }
.nav-left.active {
  background: #007C7A !important;
  opacity: 1;
  font-weight: 600;
}
.nav-left a div {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  line-break: 1.2;
}

.nav-left a img {
  margin-top: 5px;
}

.nav-left.active a img,.nav-left a img{
  width: 20px;
}

.nav-left a {
  text-align: center;
  padding: 0px !important;
  height: 40px !important;
  line-height: 22px !important;
}

.logo {
  /* background-image: -o-linear-gradient(bottom, #FFFFFF 2%,  #E2E2E2 80%, #CDCDCD 100%) !important; */
  /* background-image: -moz-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important; */
  /* background-image: -webkit-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important; */
  /* background-image: -ms-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important; */
  /* background-image: linear-gradient(to bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important; */
  height: 60px;
  padding: 0 10px !important;
  cursor: default !important;
}
nav {
  background: #fff;
  color: #2e7d32;
  height: 60px;
  line-height: 60px;
}

.nav-sos-active {
  background-image: -o-linear-gradient(bottom, #FFFFFF 2%,  #E2E2E2 80%, #CDCDCD 100%) !important;
  background-image: -moz-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important;
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important;
  background-image: -ms-linear-gradient(bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important;
  background-image: linear-gradient(to bottom, #FFFFFF 2%, #E2E2E2 80%, #CDCDCD 100%) !important;
  position: fixed;
  z-index: 2;
  top: 0px;
  width: calc(100vw - 74px);
  -webkit-box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.3);
  -moz-box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.3);
  box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.3);
}

.container {
  width: 100%;
}

.row {
  width: 100%;
  margin-bottom: 0px;
}

.sos-bottom-link{
  font-size: 24px;
  color: #000;
  padding-left: 15px;
}

.sos-bottom-link a {
  color:blue;
  text-decoration: underline;
}

.left-nav-bar {
  position: fixed;
  top: 50px;
  bottom: 0px;
  width:50px;
  background: #406580;
  display: none;
}

.right-div-contant {
  /*margin-left: 50px;*/
}

nav ul a {
  color: #65B265;
}

html {
    font-family: 'Roboto-Regular';
    scroll-behavior: smooth;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  color: #2e7d32;
  margin: 10px 0;
}

h6 {
  font-weight: bold;
   color: #2e7d32;
}
.moreinfo-cont input[type=text]::placeholder, #checklistdiv .textbox::placeholder {
  color: #888;
}
.moreinfo-cont .materialize-textarea {
  min-height: 32px !important;
}
.moreinfo-cont input[type=text], .moreinfo-cont input[type=time], #checklistdiv .textbox {
  border: 1px solid #DADADA !important;
  padding-left: 5px;
  background: #F5F5F5 !important;
  border-radius: 4px;
}
.moreinfo-cont input[type=time] {
  width: 75px !important;
}

.moreinfo-cont input[type=time]::-webkit-inner-spin-button,
.moreinfo-cont input[type=time]::-webkit-outer-spin-button {
  height: 32px;
  margin: 0;
}
.moreinfo-cont input[type=text]:focus, .moreinfo-cont input[type=time]:focus, #checklistdiv .textbox:focus {
  border: 1px solid #DADADA !important;
  box-shadow: none !important;
}
.checklist-table .penalty {
  opacity: .5;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  margin-bottom: 10px;
}

.collection {
  margin: 0px;
}

table {
  margin-bottom: 5px;
}

td, th {
  padding: 5px;
}

span.badge {
  font-size: 2rem;
}

.waypoint {
  border:1px solid  #E0E0E0;
  padding:10px 10px;
  margin:5px 0px;
  border-radius: 3px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.container-div {
  width: 98%;
  margin: 0 auto;
}

.icon-2rem {
  margin-top:2rem;
  cursor: pointer;
}

.tooltipped {
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

.nav-wrapper {
  background: none;
  padding-left: 10px;
}

.breadcrumb {
  font-size: 12px;
}

.breadcrumb, .breadcrumb:before {
  color: #000;
}

.breadcrumb:last-child {
  color: #388E3C ;
  font-weight: 600;
}

.nav-breadcrumb {
  height: 30px;
  line-height: 30px;
  background: none;
  box-shadow: none;
}

.input-field .prefix {
  margin-top: 10px;
}


.dropdown-content {
  top:35px !important;
}

.dropdown-content li {
  line-height: 1rem;
  min-height:30px;
}

.dropdown-content li>a, .dropdown-content li>span {
  padding: 3px 10px;
  font-size: 11px;
}

.dropdown-content li>span>label>span {
  color: #000000 !important
}

.tab-div {
  display: none;
}

/*Auto suggest changes*/

.effecFrom .input-field {
  margin-left: -3px !important;
  width: 95% !important;
}

.effecFrom .input-field .prefix ~ label {
  margin-left: -7px !important;
}

.autoCheckbox {
  height: 20px !important;
}

.autoRow {
  margin: -5px 0px 0px -5px !important;
}

.autoSelect {
  /* padding: 0 !important; */
  margin: -4px 0 0 0 !important;
}

#deployedTripMap, .mapDiv {
   height: 500px;
}

#sidenav-overlay {
  display: none;
}

.notifyHeader {
  line-height: 20px;
  font-weight: bolder;
  font-size: 1rem;
  margin: 10px;
}

.small-button {
  font-size: 10px;
  padding: 5px;
  width: auto;
  height: auto;
  line-height: 15px;
  font-weight: bold;
}

.msg-wrapper {
  position: fixed;
  z-index: 100;
}

.top-center {
  top:93px;
  width: 100%;
}

.top-left {
  top:60px;
  left:10px;
  width: 30%;
}

.top-right {
  top:60px;
  right:10px;
  width: 30%;
}

.bottom-left {
  bottom:30px;
  left:10px;
  width: 30%;
}

.bottom-right {
  bottom:30px;
  right:10px;
  width: 30%;
}

.bottom-center {
  bottom:30px;
  width: 100%;
}

.top-center .msg-inner-div, .bottom-center .msg-inner-div {
  margin: 0 auto;
  width: 35%;
  max-width: 50%;
}

.top-left .msg-inner-div, .top-right .msg-inner-div, .bottom-left .msg-inner-div, .bottom-right .msg-inner-div {
  width: 100%;
}

.info-msg {
  background: #F9EDBE;
  border:1px solid #F0C36D;
  color: #000;
}
.error-text {
  color: #DC4242;
  height: fit-content;
  padding: 5px;
  
}

.error-msg {
  background: #DC4242;
  border:1px solid #C43D3D;
  color: #fff;
}

.fuel-error-msg {
  color: #DC4242;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  text-align: center;
}

.warning-msg {
  background: #EAAF51;
  border:1px solid #D99A36;
  color: #fff;
}

.msg-inner-div {
  padding:3px 5px;
  text-align: center;
  font-weight: 600;
  border-radius: 3px;
  -webkit-box-shadow: 1px 0px 18px 0px rgba(50, 50, 50, 0.56);
  -moz-box-shadow:    1px 0px 18px 0px rgba(50, 50, 50, 0.56);
  box-shadow:         1px 0px 18px 0px rgba(50, 50, 50, 0.56);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #FFFFFF;
  background: #388E3C;
}
.master-tap .nav-tabs>li>a {
  padding: 5px 35px;
}
.master-tap .nav-tabs>li.active>a,
.master-tap .nav-tabs>li.active>a:hover,
.master-tap .nav-tabs>li.active>a:focus {
  border-bottom:3px solid #388E3C;
}
.dashboard-tab-div .nav-tabs>li.active>a,
.dashboard-tab-div .nav-tabs>li.active>a:hover,
.dashboard-tab-div  .nav-tabs>li.active>a:focus {
  border: none;
  color: #000;
  background:#fff;
}

.lean-overlay {
  background: none !important;
}
a {
  color: #000;
}

.notify-div-tab-ul {
  width: 200px;
  margin-top: 5px;
}

.notify-div-tab {
  width: 100px;
  height: 50px;
  float: left !important;
}

.notify-div-tab a {
  height: 50px;
  width: 100px;
}

.side-nav-data {
  max-height: 100%;
  border-left:1px solid #CCC;
  position: absolute;
  top:50px;
  right: 0px !important;
  bottom:0px;
}
.side-nav li.logo:hover{
  background-color: unset;
}
.notif_active{
  color: white;
  background-color: green;
}

.preloader-wrapper {
  margin:0 auto;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea { /*Core CSS*/
  margin-bottom: 0px;
  height: 2.1rem;
  font-size: 12px;
}

flat-button {
  min-width: 99px;
  padding: 15px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #169BD5;
  text-align: center;
  cursor: pointer;
}

.flat-button:focus {
  background-color: #169BD5;
  color: #fff;
}

.self-declaration-cancel-button{
  display: inline-block;
  min-width: 105px;
  font-weight: bold;
  padding: 8px;
  color:#388E3C;
  background-color: #fff;
  border: 1px solid #388E3C;
  border-radius: 4px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.self-declaration-cancel-button:hover{
  color:#fff;
  background-color: #388E3C;
  border: 1px solid #fff;
}

.self-declaration-button{
  display: inline-block;
  min-width: 105px;
  font-weight: bold;
  padding: 8px;
  color:#fff;
  background-color: #388E3C;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.self-declaration-button:disabled{
  color:#fff;
  background-color: gray;
}

#self-lable{    
  padding-left: 6px;
  padding-bottom: 23px;
  font-size: 14px;
}

input:where(#selfDeclaration) {
  appearance: none;
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 2px;
  border: 0.1em solid black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

input:where(#selfDeclaration):after {
  color: white;
  content: "\2714";
  font-size: 15px;
  display: none;
}

lable:where(#self-lable) {
  cursor: pointer;
}

input:where(#selfDeclaration):checked {
  background-color: green;
  border: 0.1px solid green;
}

input:where(#selfDeclaration):checked:after {
  display: block;
}

.agreeDiv{
  margin:10px 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#self-dec-scrollbar::-webkit-scrollbar {
  width: 5px;
}
 
#self-dec-scrollbar::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:10px;
  height: 10px;
}

#self-dec-scrollbar::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ghost-button {
  display: inline-block;
  min-width: 99px;
  padding: 8px;
  margin-left: 5px;
  color: #fff;
  border: 1px solid #169BD5;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #333 !important;
  border: 1px solid #388E3C;
  text-decoration: none;
  cursor: pointer;
}


.ghost-button-2 {
  display: inline-block;
  min-width: 50px;
  padding: 8px;
  margin-left: 5px;
  color: #388E3C;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.ghost-button-2:hover,
.ghost-button-2:active {
  background-color: #388E3C;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea { /*Core CSS*/
  margin-bottom: 0px;
  height: 2.1rem;
  font-size: 12px;
}

.select-wrapper input.select-dropdown, .select-wrapper input.select-dropdown:disabled {
   font-size: 11px;
   height: 2.1rem;
   border: none;
}

.select-fliter {
  border: 1px solid #DADADA;
  margin: 3px 0 0 5px !important;
  /* background: #F5F5F5; */
  background: #FFF;
  min-width: 100px;
  padding-left: 5px;
  border-radius: 4px;
  color: #888;
  font-size: 11px;
  height: 33px !important;
}
.special-case-container .select-fliter{
  margin: 13px 0 0 5px !important;
}
.mt-10{
  margin-top: 10px !important ;
 }
 .mt-13{
  margin-top: 13px !important ;
 }
.map-select-filter .input-field{
  margin-top: 0;
  font-weight: 500px !important;
}
.map-select-filter .multiselect-dropdown{
  margin-left: -10px;
}
.map-select-filter span {
   font-size: 11px !important;
}
.select-fliter .caret {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 18px;
  height: 27px;
  color: transparent !important;
  background: url("/static/images/drop-up-arrow.png") no-repeat, #F5F5F5;
  background-size: 10px 5px;
  background-position: center center;
}

.select-fliter input.select-dropdown {
  border:none;
}
.select-fliter input.select-dropdown {
  height: 2rem !important;
  z-index: 1;
  padding-right: 18px;
  box-sizing: border-box;
}
#notif-container .select-fliter {
  padding-left: 5px;
  height: 35px;
  margin: 13px 0 10px 0 !important;
}

.copyto-cont .select-fliter {
  margin: 5px 0 0 5px !important;
}

#reportsdiv .select-fliter {
  margin: 13px 0 0 5px !important;
}

/* #systemsettingsdiv .select-fliter {
  margin: 0px !important;
} */
.settings-flex-child .select-fliter {
  margin-top: 5px !important;
}

#systemsettingsdiv .status-check .select-fliter {
  margin: 5px 0 0 0 !important;
}
#systemsettingsdiv #announcement-search{
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-top: 0;
}
.d-flex{
  display: flex;
}
.justify-center{
  justify-content: center;
}
.justify-around{
  justify-content: space-around;
}
.justify-start {
  justify-content: start;
}
.announcement-btns {
  margin-right: 25px;
}
.bordered{
  border-bottom: 1px solid black;
}

.select-wrapper + label {
  top:-5px;
}

.input-field label {
  font-size: 12px;
  font-family: 'Roboto-Bold';
  color: #888;
}

.input-field label.active {
  top:10px;
}

textarea.materialize-textarea {
  min-height: 2.1rem !important;
  padding: 0px;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label ,[type="checkbox"] + label ,[type="checkbox"]:checked + label {
  color: #000;
  padding: 0px;
  font-size: 12px;
}
.select-dropdown [type="checkbox"]:not(:checked), .select-dropdown [type="checkbox"]:checked{
  pointer-events: none;
}
[type="radio"]:not(:checked), [type="radio"]:checked, [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  left: 0px;
  position: inherit;
  visibility:visible;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:after, [type="checkbox"] + label:before, [type="checkbox"]:checked + label:after {
  display: none;
}
 
.collapsible-header {
  min-height: 2.1rem;
  line-height: 2.1rem;
  margin: 2px 0;
  border: 1px solid #ddd;
  background: #eee;
  font-weight: bold;
  padding: 0px;
}

.collapsible-body {
  margin-top: -2px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ddd;
}

.collapsible {
  border:none;
  font-size: 12px;
  box-shadow: none;
}

.preloader-modal-content {
  padding: 0px !important;
  display: inline-block;
  background: #fafafa;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.preloader-div img {
  width: 45px;
  height: 45px;
}

.preloader-modal-content .preloader-div {
  padding: 15px 15px 15px 65px;
  line-height: 45px;
  background: url('images/preloader.gif') no-repeat;
  background-position: 10px center;
  background-size: 45px 45px;
}

.preloader-modal {
  top: 35% !important;
}

.preloader-modal-content .progress {
  margin: 0px !important;
  clear: both;
}

.strong {
  font-weight: bold;
}

.multiselect-dropdown {
  margin-top: 29px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px 10px;
  z-index: 2;
  max-height: 250px;
  overflow: auto;
}


.header-fixed {
    width: 100%
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 150px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 20%;
    float: left;
}

.lbl {
  padding: 2px 3px;
  display: inline-block;
  font-size: 10px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #eee;
}
 .popup-map-bg {
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  opacity: 0.9;
  z-index: 1000;
  width: 100%;
  height: 100%;
  /* max-height: 100vh;
  max-width: 100vw; */
  overflow: visible;
  background: #eee;
}

.popup-box {
  position:absolute;
  left:25%;
  top:25%;
  width: 50%;
  height: 50%;
}
.fixed-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0,0.4);
}

.fixed-popup-box {
  position:absolute;
  left:15%;
  top:15%;
  width: 70%;
  height: 70%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.35);
  box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.35);
  border-radius: 4px;
}
.fixed-popup-box table{
  text-align: center;
  table-layout: fixed;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #DADADA;
  border-collapse: collapse;
  padding-bottom: 20px;
}
.fixed-popup-box table thead th{
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #DADADA;
  text-align: center;
}
.fixed-popup-box table tbody td{
  font-size: 14px;
  border: 1px solid #DADADA;
  text-align: center;
}
.fixed-popup-box table thead, .fixed-popup-box table tbody{
  position: absolute;
  width: 98%;
  background: #FFFFFF;
}
.fixed-popup-box table tbody {
  margin: 35px 0;
  height: 55%;
  overflow-y: auto;
  overflow-x: hidden;
}

.report-table {
  margin-top: 15px;
}

.danger-zone-header {
  width:100%;
  text-align:center;
  border-bottom: 1px solid #dcedc8;
  line-height:0.1em;
  margin:10px 0 20px;
  padding-top: 15px;
}

.danger-zone-header span {
  color: red;
  background-color: #fff;
  padding:0 10px;
}

.danger-zone-box {
  border:1px solid  #dcedc8;
  padding:5px 10px;
  margin:-1px 0px;
  border-radius: 3px;
}

.special-attr-box {
  border:1px solid  #E0E0E0;
  border-radius: 3px;
  margin-top: 7px;

}

/*notification styling */

 #notif-container .row .select-wrapper{
   margin-bottom: 20px;
 }
 #notif-container .row .collection
 {
   border:none;
 }
 #notif-container .row .collection > *{
   border: 1px solid #e0e0e0;
   margin-bottom:5px;
   cursor: pointer;
 }
 #notif-container .row .collection li{
  float: none;
  padding: 0 15px;
}

 #notif-container .row .collection a{
  display: block;
  font-size: 1rem;
  height: 64px;
  line-height: 64px;
}
.notif-subs{
  margin : 2px !important;
}

/*driver css*/
.mand_field{
  background-color: #FFE9EC !important;
}
.mand_field1{
background-color: #FFE9EC !important;
}

.file-field input[type=file] {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  height: 40px;
  left:auto !important;
  cursor: pointer;
}

/*employee */
.nounderline {
  cursor: pointer !important;
}




/*summary*/

.summary_cont {
  padding:10px 20px;
}
.summary_cont>.summary_item {
  height:35px;
  padding:2px 4px;
  weight: bolder;
}
.summary_cont>.summary_ite {
  font-weight: cccolder;
}
.summary_cont>.summary_item{
  margin-right:20px;
  float:right !important;
}
.summary_cont>.summary_item>.item_value {
  margin-right:5px;
}


.statustext {
  margin-left: 20px;
  color:#039be5;
}
.statuscancel:hover {
  color:red;
}
.statusrequest:hover {
  color:green;
}
.statusno {
  margin-left: 25px !important;
}

.controls::-webkit-input-placeholder {
  color: #717171;
}

.header-div{
  color: #A49494;
  font-weight: bold;
}
.inner-header-div{
  background: #F2F2F2;
  height: 30px;
  padding-top: 5px;
  font-weight: bold;
}
.row-border{
  border-bottom:4px solid #F2F2F2;
}
.trip-save{
  background: none;
  color: #169BD8;
  box-shadow: none;
  font-size: 14px;
  font-weight: lighter;

}
.trip-save:hover {
  background: none;
  box-shadow: none;
}

.row .col{
  padding: 0.10rem 0.25rem;
}
.emp-details-table{
  border-collapse: collapse;
  border:1px solid #E5E5E5;
}
.emp-details-table tr{
   border:1px solid #E5E5E5;
}
.trip-div{
  -webkit-box-shadow: -1px 1px 20px -6px rgba(0,0,0,0.6);
  -moz-box-shadow: -1px 1px 20px -6px rgba(0,0,0,0.6);
  box-shadow: -1px 1px 20px -6px rgba(0,0,0,0.6);
  background: #ffffff;
  padding: 5px;
  margin-bottom: 10px;
}
.trip-source, .trip-destination{
  background: #F2F2F2;
  border-radius: 3px;
  border:1px solid #E4E4E4;
}
.div-1, .div-2, .div-3, .div-4{
  margin: 15px 0;
}
.div-1{
  background: #F2F2F2;
}
.div-1 table thead{
  color: #9b9b97;
  font-size:12px;
  font-weight: lighter;
}
/*new ui css*/
.main-cont {
    /*margin-left:4.15vw;*/
    margin-left: 0px;
    /*max-width: 95.85vw;*/
}
.filter-wrap{
  /*margin-top:40px;*/
}

.deployemnts-date .input-field {
  margin-top: 0px;
}
.deployemnts-date #tripDate{
  background: #fff!important;
}
.deployemnts-date .input-field input[type=text]{
  height: 2.2rem;
}
.link {
  color:#636363;
  cursor: pointer;
}
.link:hover {
  color:#333;
}

.chips {
  display: inline-block;
  margin-left:10px;
  margin-top:5px;
  padding: 0 15px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  background-color: #D7D7D7;
  -moz-box-shadow:    inset 0 0 2px #bbbbbb;
  -webkit-box-shadow: inset 0 0 2px #bbbbbb;
  box-shadow:         inset 0 0 2px #bbbbbb;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}

.triptype-select {
  margin-top:0px;
  background:#e9e9e9;
  padding: 3px 3px;
  position: relative;
  margin-left: 0;
}

.deployments-chips-cont {
  margin-left: 0px;
}

.deployments-refresh {
  padding-left: 5px;
}

.filters-title {
  margin-top: -55px;
}

.nav-actions {
  margin-top: 50px;
  background: #e9e9e9;
  padding: 5px 15px;
}

.nav-actions-alltrips {
  /*margin-top:40px;*/
  background:#e9e9e9;
  padding: 10px 15px;
  margin-left: 0px;
  height: 100px;
}

.nav-actions-customtrips {
  background:#e9e9e9;
  padding: 10px 15px;
  margin-left: 0px;
  height: 65px;
}

.autoroute-actions {
 margin-top:42px;
 background:#e9e9e9;
 padding: 3px 15px;
}

.nav-multi-tabs {
  position: absolute;
  top:67px;
}

.pointer {
  cursor:pointer !important;
}

.input-field > i.material-icons.prefix {
  display: none;
}

.addtotrip-box {

}

.edit-switch-cont {
  display: inline-block;
  display: inline-block;
  margin-top: 5px;
  right: 150px;
  position: absolute;
}

.edit-switch {
  display: inline-block;
  background-color: #c7c7c7;
  border: 2px solid #757575;
  padding: 3px 4px;
  color: #000000;
  cursor: pointer;
}

.edit-switch:hover {
  background-color: #757575;
  color: white;
}

.edit-switch-active {
  background-color: #757575;
  color: white;
}

.tripdetails-cont {
  padding:2px 5px;
  position:absolute;
  top:8px;
  right:-45px;
  width:300px;
}
.drop-box {
  background: #169bd5;
  padding:2px 5px;
  padding-bottom: 3px;
  color:#ffffff;
  font-size: 11px;
  line-height: 11px;
  border-radius: 2px;
}

.tripcard-cont {
  padding:0px !important;
  padding-top:5px;
}

.custom-select  {
    display:inline-block !important;
}

.tripcard-cont:first-child {
  border-top:#ccc 1px solid;
}

.tripcard-cont:last-child {
  margin-bottom:150px;
}

.tripcard {
  padding: 0px !important;
  margin-bottom: 0px;
  margin-top: 0px;
  border:1px solid #ccc;
  border-top:none;
  box-shadow: none !important;
}
.tripcard:hover {
    box-shadow: 0 10px 14px rgba(0,0,0,.2), 0 4px 15px rgba(0,0,0,.2) !important;
    z-index: 2;
  }
.trip-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.triptable-cont {
  margin-left:0px;
  background: #f2f2f2;
  /*padding:5px 10px;*/
}
.status-wrapper {
  margin-left:0px;
}
.status-cont {
  /*padding:10px 15px;*/
  padding: 0;
}
.vertical-border {
  border-right: 1px solid #ccc;
}
.rounded-box {
  border-radius: 5px;
  border:1px solid #ccc;
  overflow: hidden;
  margin-top:20px;
}

.right-border {
  border-right:1px solid #ccc;
}
.status-data {
  width: 100%;
  text-align: center;
}
.status-data>input {
  width:60px;
}
.status-data-cont {
  display:inline-block;
  width:33.33%;
}
.status-text {
  font-size: 12px;
  color: #333 !important;
}
.Employeetable-cont {
  margin-top: 5px;
}

.trip-action-icons {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  padding: 20px 15px;
  z-index: 3;
}

.trip-action-icons:focus {
  border: none !important;
}

.affixbar.trip-action-icons {
   position: fixed;
   width: 94% !important;
   top: 60px !important;
   height: 60px;
   /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
}
/* .affixbar {
  position: fixed;
  width: 100% !important;
  top: 0px !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  background: #ffffff;
} */

.search-cont {
  width:200px;
  display: flex;
  justify-content: flex-start;
}
.searchvisible {
  width:150px !important;
  display: inline-block;
}
.searchinvisible {
  width:0px !important;
}
.searchlabel-visible {
  display: inline-block;
}
.searchlabel-invisible {
  display:none;
}
.view-summary {
  margin-bottom:5px;
  padding: 0px 15px;
  font-style: italic;
  font-weight: 600;
  color: #888;
}
.white-background {
  background-color: #ffffff;
}
.edit-deployments-wrap{
  position:relative;
}
.edit-routenumber-wrap{
  position:relative;
}
.custom-edit-deployments-cont {
  display: block;
  position: absolute;
  top: 30px;
  padding: 0 0 10px 0;
  z-index: 5;
  width: 600px;
  right: -6px;
  background: #ffffff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.edit-deployments-cont-header, .assign-vendor-cont-header {
  color: #000000;
  font-weight: bold;
  background: #b9eea1;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: left;
}
.edit-deployments-cont {
  display: block;
  position: absolute;
  top: 30px;
  padding: 0 0 10px 0;
  z-index: 5;
  width: 250px;
  right: -6px;
  background: #ffffff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.edit-deployments-cont:after, .custom-edit-deployments-cont:after {
  content:"";
  position:absolute;
  top:-12px; /* value = - border-top-width - border-bottom-width */
  right: 2px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#B9ECA5 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.edit-deployments-cont:before, .custom-edit-deployments-cont:before {
  content: "";
  position: absolute;
  top: -13px; /* value = - border-top-width - border-bottom-width */
  right: 2px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.edit-deployments-cont.escort_mod:before{
  right: auto;
  left: 2px;
}

.edit-deployments-cont .row{
  margin: 5px 0;
  padding: 0 5px;
}
.edit-deployments-cont .btn, .assign-vendor-cont .btn, .custom-edit-deployments-cont .btn{
  background: #ffffff !important;
  border:1px solid #00A848;
  color: #00A848 !important;
  box-shadow: none;
  margin: 0 15px;
  line-height: 20px;
}
.btn-secondary{
  background-color: #919191 !important;
  color: #ffffff !important;
}
.view-vendors-cont {
  display: block;
  position: absolute;
  top: 35px;
  padding: 1px !important;
  z-index: 5;
  width: 660px;
  right: -60px;
  line-height: 25px;
  font-weight: 900;
  background: #fff;
  box-shadow: 0px 0px 4px #bbb;
}
.view-vendors-cont  table {
  border: 1px solid #d0d0d0;
  margin: 0px;
  border-collapse: collapse !important;
}
.view-vendors-cont  table thead {
  background: #E4E4E4;
  color: #757575;
}
.view-vendors-cont  table th, .view-vendors-cont  table td {
    border: 1px solid #d0d0d0;
}
.view-vendors-cont:after {
  content:"";
  position:absolute;
  top:-13px; /* value = - border-top-width - border-bottom-width */
  right:10px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 15px 15px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.view-vendors-cont:before {
  content:"";
  position:absolute;
  top:-15px; /* value = - border-top-width - border-bottom-width */
  right:10px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 15px 15px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#ccc transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.edit-routenumber-cont-header {
  color: #000000;
  font-weight: bold;
  background: #b9eea1;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.edit-icon-cont #edit-roster-table {
  margin-bottom: 0px
}
.edit-icon-cont {
  display: block;
  position: absolute;
  top: 20px;
  z-index: 5;
  width: 130px;
  right: -13px;
  background: #ffffff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.edit-icon-cont:after {
  content:"";
  position:absolute;
  top:-15px; /* value = - border-top-width - border-bottom-width */
  right:0px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 15px 15px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#B9ECA5 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.edit-icon-cont:before {
  content: "";
  position: absolute;
  top: -16px; /* value = - border-top-width - border-bottom-width */
  right: 1px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px ; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.edit-routenumber-cont {
  display: block;
  position: absolute;
  top: 25px;
  padding: 0 0 10px 0;
  z-index: 5;
  width: 250px;
  right: 0px;
  background: #ffffff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.edit-routenumber-cont:after {
  content:"";
  position:absolute;
  top:-15px; /* value = - border-top-width - border-bottom-width */
  right:0px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 15px 15px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#B9ECA5 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.edit-routenumber-cont:before {
  content: "";
  position: absolute;
  top: -16px; /* value = - border-top-width - border-bottom-width */
  right: 1px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px ; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.edit-routenumber-cont .row {
  margin: 5px 0;
  padding: 0 5px;
}
.edit-routenumber-cont .btn{
  background: #ffffff !important;
  border:1px solid #00A848;
  color: #00A848 !important;
  box-shadow: none;
  margin: 0 15px;
  line-height: 20px;
}
.tripTable{
  background: #f2f2f2;
}
.tripTable thead{
  border:none;
}
.collapse-icon{
  position: relative;
  top:25px;
  color:#9c9c9c;
}

.assign-vendor-cont{
  display: block;
  position: absolute;
  top: 35px;
  padding: 0 0 10px 0;
  z-index: 5;
  width: 450px;
  right: -90px;
  background: #ffffff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.assign-vendor-cont.trip-download {
  top: 43px!important;
}

.assign-vendor-cont:after {
  content:"";
  position:absolute;
  top:-12px; /* value = - border-top-width - border-bottom-width */
  right: 97px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#B9ECA5 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.assign-vendor-cont:before {
  content: "";
  position: absolute;
  top: -14px; /* value = - border-top-width - border-bottom-width */
  right: 94px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.assign-vendor-cont .row{
  margin: 5px 0;
  padding: 0 5px;
}

.copyto-cont{
  display: block;
  position: absolute;
  top: 35px;
  background: #ffffff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  z-index: 5;
  width: 360px;
  right: 51px;
}
.copyto-cont:after {
  content:"";
  position:absolute;
  top:-12px; /* value = - border-top-width - border-bottom-width */
  right:5px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#B9ECA5 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.copyto-cont:before {
  content: "";
  position: absolute;
  top: -13px; /* value = - border-top-width - border-bottom-width */
  right: 5px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.custom-modal {
  width: auto;
  max-width: 88%;
  z-index: 1000 !important;
  /*min-height:75%;*/
}

/*unassigned styles*/

.unassignedlist-cont {
  border: 1px solid #cccccc;
  border-right: none;
  border-bottom: none;
  padding:0px !important;
  /* min-height:40px;
  max-height:70vh; */
}

.unassignedlist-actions {
  height:40px;
  background:#e2e2e2;
  border-bottom: solid 1px #cccccc;
}

.unassignedrow-cont{
  padding: 10px;
  border-bottom: solid 1px #cccccc;
}

.red-dot  {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: red;
  margin: 0 auto;
}
.green-dot  {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: green;
  margin: 0 auto;
}

.gender-cont {
  background:#cccccc;
  height:35px;
  width:35px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  margin:2px;
  color:#fff;
  font-size:1.4em;
  border-radius:50%;
}

.unassignedrow-top {
  margin-bottom:5px !important;
}

.gender-cont-custom {
  background:#333333;
  height: 30px;
  width: 30px;
  color:#fff;
  font-size:1.5em;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unassignedrow-cont-custom{
  border-bottom: solid 1px #cccccc;
}

.unassignedrow-top-custom {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#F8F8F8;
}

.unassignedrow-top-custom .top-center{
  display: flex;
  align-items: center;
}

.unassignedrow-cont-custom .emp_name{
  font-size: 1.1rem;
  font-weight: 600;
}
.unassignedrow-cont-custom .emp_id{
  font-size: 0.9rem;
  color: #8B8480;
}

.txt-500 {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 4px;
}

.txt-color-dark{
  color: #444444;
}
.txt-color-gray{
  color: #8B8480;
}

.emp-name-cont {
  color:#000000;
  font-weight:700;
  font-size: 1.2em;
}

.empid-cont {
  font-size: 1em;
  color: #8B8480;
  margin-bottom: 15px;
}

.emplocation-cont {
  color: #000;
}

.view-cont {
  margin-top: 5px;
}

.unassignedtrips-cont {
  min-height:40px;
}

.text-black {
  color:#333333;
}

.copyto-cont  {
  display: inline-block;
}
#showuncancelledroster::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#showuncancelledroster::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}

#showuncancelledroster::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}
#showuncancelledroster tr{
  border-bottom: 1px solid #d0d0d0;
}

#showuncancelledroster td {
   word-break: break-word;
}
#showuncancelledroster{
  margin-left: -20px;
}

  

.custom-button {
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 38px;
  vertical-align: middle;
  line-height: 38px;
  font-size: 1.2em;
}

.custom-button-cont {
  padding: 0px !important;
}

.custom-white-button {
  color:#388E3C;
}
.save-button-container .custom-white-button{
  margin: 5px 0 5px 75px;
  font-weight: 600;
}

.save-button-container .btn{
  border-radius: 4px;
}

.active-button {
  background: #cccccc !important;
}

.btn-dwn {
  margin-top: 350px !important;
}

.autosuggest-btn {
  margin-right: 0px;
  float: right;
}

.nav-tabs>li.active>a {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  font-weight: 700;
}

.tab-cont {
  padding:0px !important;
}

.tab-cont .nav-multi-tabs{
  padding:0;
  margin-left: 0px;
}

#deploymentdiv {
  padding:10px 0 0 0;
}
.nav-tabs {
  margin-top:0px;
  border: none;
}
.nav-tabs>li {
  text-align: center;
}
.nav-tabs>li>a {
  color: #000;
  padding: 10px 25px;
  /*min-width: 150px !important;*/
  min-height: 40px !important;
  line-height: 20px;
  text-align: left;
}
.filtertype {
  /* margin-top: -75px; */
  margin-top: 0px;
  font-style: italic;
}

.safe-icon {
  cursor: pointer;
  height: 30px;
  width:30px;
  background-position: center;
  background-repeat: no-repeat;
}
.filter-icon {
  background-image: url(../images/filter_icon.svg);
}
.deploy-icon {
  height: 32px;
  width: 32px;
  opacity: 0.7;
  margin-left: 25px;
}
.undeploy-icon {
  background-image: url(../images/trip-icons/Undeploy_icon.png);
}
.assignv-icon {
  background-image: url(../images/trip-icons/Assign_vendor_icon.png);
}
.map-icon {
  background-image: url(../images/trip-icons/Map_marker_icon.png);
}
.copy-icon {
  background-image: url(../images/trip-icons/copy_trips_icon.png);
}
.movetotrip-icon {
  background-image: url(../images/trip-icons/add_employees_icon.png);
  background-repeat: no-repeat;
  background-size: 32px;
  margin: 0px 0 0 6px;
  opacity: 1 !important;
}
.emp-full-trip-icon {
  background-image: url(../images/trip-icons/full_employees_icon.png);
  background-repeat: no-repeat;
  background-size: 32px;
  margin: 0px 0 0 6px;
  opacity: 1 !important;
}

.custom-thead {
  border:none !important;
}
.triptable-wrapper {
  padding:0px 15px;
  margin-bottom: 350px;
}

.custom-triptable-wrapper{
  min-width: 1000px;
  overflow-x: auto;
}

@media only screen and (max-width: 400px) {
  table.custom-responsive-table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      display: table;
      position: relative;
  }
}


.rotate {
  transform: rotate(-90deg);
}

.popup-title {
  float: left;
  font-size: 18px;
  color: #000000;
  width: 100%;
  height: 50px;
  background: #79cd2f;
  line-height: 50px;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
}

.unassignedlist-row-cont {
  height : calc(100vh - 270px);
  overflow-x: scroll;
  border: 1px solid #cccccc;
}

.triptypemargin {
  margin-top: 0px !important;
}
.routing-completed-icon  {
  background-image: url(../images/routing_completed.png);
}
.routing-pending-icon {
  background-image: url(../images/routing_pending.gif);
}
.routing-icon {
  height: 20px;
  width: 20px;
  background-size: contain;
}
.employee-row-gender {
  height: 21px;
  width: 21px;
  line-height: 21px;
  display: inline-block;
  font-size: 11px;
  /* padding: 0px 4px; */
  border-radius: 50%;
  background: #444444;
  margin-right: 5px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}

.popup-dismiss {
  position: absolute;
  top: 3px;
  right: 3px;
}

.autoroute-cont {
  margin-top:30px;
  border: 1px solid #ccc;
  padding: 30px 10px;
}

.employee-tabs {
  margin-top:50px;
}
.overallSelection-box {
  margin-top:10px;
  margin-bottom: 20px;
}
.employeelist-area {
  max-height: 450px;
  overflow-y: auto;
}
.reset-button {
  height: 25px !important;
  width: auto;
  font-size: 10px;
  line-height: 20px;
  padding: 3px 5px;

}

.checkbox-bar {
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ccc;
}

.officelabel {
  position: absolute;
  color: #333333;
  top:-10px;
  font-size: 12px;
}

.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
  display: none !important;
}

.team-form-header {
  margin-top: 10px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #B1B1B1;
}

.team-chip-div{
  padding: 25px 0 !important;
}
.custom-modal {
  top: 15px !important;
  position: fixed !important;
  border-radius: 5px;
}
.spoc-chip {
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: rgba(0,0,0,0.6);
  display: inline-block;
}
.spoc-chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 13px;
  line-height: 18px;
  padding-left: 8px;
}

.spoc-tbody {
  display: block;

  /* EXPERIMENT */
  /* max-height: calc(100vh - 340px); */

  
  /* overflow-y: hidden; */
  border-bottom: 1px solid #c9c9c9;
}


.view-table > tbody > tr, .view-table > thead{
  display: revert !important;
  table-layout:fixed !important;/* even columns width , fix width of table too*/
}

thead, tbody>tr {
  display: table;
  width:100%;
  table-layout:fixed !important;/* even columns width , fix width of table too*/
}
.trip-emp-head, .trip-emp-body tr{
  table-layout: auto !important;
}
/*
#helpdesk-search-input {
  position: absolute;
}*/

.default-helpdesk {
  background: #ffffff;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 100px;
  height: 50px;
  opacity: 0.6;
  padding-left: 8px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease-in-out;
}

.default-helpdesk:hover {
  opacity: 1;
}

.helpdesk-search-cont-invisible {
  right:-300px;
}

.helpdesk-search-cont-visible {
  opacity: 1;
}

.helpdesk-search-visible {
  cursor: pointer;
  width: 340px;
}

.helpdesk-search-invisible {
  cursor: pointer;
  width: 340px;
}

#topNavBar {
  z-index: 999;
}

.account-dropdown {
  float: right;
  border-left: 1px solid #C4C4C4;
  position: relative;
}

.cookie-user-id {
  width: 80px;
  font-size: 12px;
  float: left;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown-button {
    width: 200px;
    height: 60px;
    padding: 0 5px;
}

.teacking-header {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px 0;
  box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.5);
}

#user-dropdown {
  margin-top: 25px !important;
}
input[type=text]:focus:not([readonly]) {

}
.hasMonthpicker {
  border: 1px solid #DADADA !important;
  background: #fff ;
  padding-left: 5px !important;
  border-radius: 4px !important;
  height: 31px !important;
  color: #888 !important;
  font-weight: 600 !important;
  font-size: 11px !important;
}
.hasMonthpicker::placeholder {
  color: #717171;
}
.hasMonthpicker:focus, .hasMonthpicker:active {
  box-shadow: none !important;
}

.input-field .month label{
 top:10px;
 color: #717171;
 font-weight: 600 !important;
 font-size: 11px;
}

.input-field .month label:active{
 top:-10px;
}

.datetimepicker {
  border: 1px solid #DADADA !important;
  background: #fff ;
  padding-left: 5px !important;
  border-radius: 4px !important;
  height: 31px !important;
  color: #888 !important;
  font-weight: 600 !important;
  font-size: 11px !important;
}
.from-to-date-input .datetimepicker {
  background: #fff !important;
}
.datetimepicker::placeholder {
  color: #717171;
}
.datetimepicker:focus, .datetimepicker:active {
  box-shadow: none !important;
}
thead {
  border-bottom: 1px solid #E3E3E3;
}
.mapHideDiv {
  width: 30px;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  user-select: none;
  margin-left: 10px;
}

.mapHideDiv div {
  width: 30px;
  height: 100%;
  float: right;
  margin-right: 15px;
  margin-top: 13px;
  text-align: center;
}
.toaster-container{
      position: absolute;
      top: 115px;
      right: 0px;
      z-index: 9999;
}
.toaster-body{
  background-color: #00A848 !important;
}

.mapHideDiv img {
  width: 15px;
  height: 15px;
  margin-top: 0px;
}

thead th {
  text-align: center;
  font-size: 13px;
}
.billing-report-table-247 thead th{
  border: 1px solid #d0d0d0;
  margin-right: 10px;
}

.nav-tabs>li>a:hover {
  background: #388E3C;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.btn, .btn-large, .btn-flat {
  text-transform: capitalize;
  height: 32px !important;
}
.custom-modal .mapdiv {
  width: 99%;
}
.affixbar .search-cont {
  padding: 10px 50px;
}

.subtab-css-parent-div {
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
  margin-left: -5px;
  padding: 10px;
}
.map-tab {
  padding: 0 5px;
}

/*tripupload jquery-ui*/
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
  display: none !important;
}

.trip-upload-cont {
  width: 500px;
  margin: 10% auto;
  display: flex;
  flex-direction: column;
  border: 0.5px solid #ccc;
  padding: 20px 30px;
  border-radius: 5px;
}

.trip-upload-submit {
  margin-top: 10px;
  float: right;
}

.custom-dropdown-cont {
  position: relative;
}

.custom-dropdown-text {
  border: 1px solid #cccccc;
  padding: 5px;
}

#alltripsdiv .nav-tabs li a {
  text-align: left !important;
  padding-left: 25px !important;
}
.multiple-select-dropdown  input[type=checkbox] {
  position: relative;
  top: 3px;
}
.breadcrumbs {
  background: none !important;
  font-size: 11px;
  text-transform: capitalize;
  box-shadow: none;
  font-style: italic;
}
.breadcrumb .nav-wrapper a:hover, .breadcrumb .nav-wrapper a:focus{
  text-decoration: none !important;
}
.breadcrumb:first-child {
  font-weight: 600;
}
.breadcrumb:last-child {
  font-weight: normal;
}
.breadcrumb:before {
  font-size: 20px;
  font-weight: lighter;
  margin: 0 4px;
}
.routingTable {
  width: 98%;
  margin: 0 auto;
}
.routingTable thead{
  width: 100%;
}

/*Custom Trip*/
.customTripLocPicker legend label {
  margin: -25px 0 0 450px;
  background-color: #ffffff;
}
.slk_trip.customTripLocPicker legend label {
  margin: 0 0 0 650px;
  background-color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .sidenav.fixed{
    left: 0 !important;
  }
}

.sos-alerts-link {

}
.form_heading{
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
}
.fields-group{
  position: relative;
}
.group-title{
  position: absolute;
  top: -10px;
  left: 15px;
  background: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 0 2px;
}
.fields-group .group-flex{
  display: flex;
}
.action_btns{
  padding: 20px 0;
  text-align: center;
}

.background-white {
  background: #ffffff;
}
.sos-alerts-count, .alerts-count {
  position: relative !important;
  width: 23px;
  height: 23px;
  font-weight: bold;
  font-size: 10px !important;
  color: #fff !important;
  border-radius: 50%;
  top: -58px;
  right: -11px;
  text-align: center;
  z-index: 1;
  line-height: 23px;

}
.alerts-count {
  background: #03bfbc;
}
.collection-div {
  height: calc(100vh - 200px);
  overflow: auto;
}
.notification-div .collection-div {
  height: calc(100vh - 200px);
}
.alerts-div {
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);
  background: #fff;
  padding-top: 10px;
  margin-left: 15px;
  margin-top: 15px;
}
.notification-div {
  padding-left: 0px;
  padding-right: 0px;
}
.alerts-div .nav-tabs li{
  width: 50%;
  float: left;
  padding: 0px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DADADA;
}
.alerts-div .nav-tabs li.active {
  background: none;
}
.alerts-div .nav-tabs li a{
  padding: 0px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#notification-wrapper .notify-div {
  float: left;
}
#notification-wrapper .collection-item {
  width: 100%;
  font-size: 12px;
}
.approvedtrips-tripcard table tr td{
  text-align: center;
}
.side-nav {
  height: calc(100% - 60px);
  overflow: hidden;
  background: none;
  box-shadow: none;
}
.collection .collection-item {
  padding: 5px 15px;
}
.sos-div:after {
  content:"";
  position:absolute;
  top: 3px; /* value = - border-top-width - border-bottom-width */
  right: 236px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#FFFFFF transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.sos-div:before {
  content: "";
  position: absolute;
  top: 2px; /* value = - border-top-width - border-bottom-width */
  right: 236px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.notification-div:after {
  content:"";
  position:absolute;
  top: 3px; /* value = - border-top-width - border-bottom-width */
  right: 292px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#FFFFFF transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.notification-div:before {
  content: "";
  position: absolute;
  top: 2px; /* value = - border-top-width - border-bottom-width */
  right: 292px; /* controls horizontal position */
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px ; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
@media only screen and (max-width: 992px) {
  .sidenav.fixed{
    left: 0 !important;
  }
  .assign-vendor-cont{
    right: -275px;
  }
  .assign-vendor-cont:before{
    right: 275px;
  }
  .assign-vendor-cont:after{
    right: 275px;
  }
}
.data-table-list table {
  width: 99% !important;
  margin: 0 auto;
  border: 1px ridge #d0d0d0;
}
.data-table-list table {
  border-collapse: collapse !important;
}
 .data-table-list th, .data-table-list td {
   border-left: 1px solid #d0d0d0;
   border-bottom: 1px solid #d0d0d0;
   padding-left: 10px;
}
.data-table-list table thead {
  border: none;
}
.data-table-list table thead th {
  text-align: left !important;
  padding: 5px 0 5px 10px;
  color: #757575;
}

.notification-table tr td{
  padding: 0px;
  vertical-align: baseline;
}
.notification-div li:hover, .notification-div li.active {
  background: #fff;
}
.loungeTable thead th {
  color: black !important;
}
#sos-container, .qr-code-generate {
  background-image: linear-gradient(top, #E9E9E9 300px, #FFFFFF 10rem, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(top, #E9E9E9 300px, #FFFFFF 10rem, #FFFFFF 100%);
  background-image: -moz-linear-gradient(top, #E9E9E9 300px, #FFFFFF 10rem, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #E9E9E9 300px, #FFFFFF 10rem, #FFFFFF 100%);
  background-image: -ms-linear-gradient(top, #E9E9E9 300px,  #FFFFFF 10rem, #FFFFFF 100%);
}
.sos-details-table thead th, .sos-details-table tbody td{
  text-align: left !important;
  padding-left: 15px;
}
.sos-details-table thead th {
  padding: 5px 0 5px 15px;
  border: 1px solid #d0d0d0;
  color: #757575;
}
.sos-details-table tbody tr {
  height: 60px;
}
.page-header {
  width: 100%;
  background: #ffffff;
  padding: 20px 30px;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
}
.sos-tooltip {
  display: none;
  width: 250px;
  background: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  margin: 12px  0 0 -210px;
  opacity: 1;
  transition: opacity 1s;
  text-transform: capitalize;
}
.sos-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  display: block;
  width: 0;
}
.sos-tooltip::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(255,255,255,1) transparent;
  display: block;
  width: 0;
}
.no-pseudo::before,
.no-pseudo::after {
  display: none;
}


.incident-tooltip {
  display: none;
  width: 180px;
  background: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  margin: 5px  0 0 -100px;
  opacity: 1;
  transition: opacity 1s;
  text-transform: capitalize;
}
.incident-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  display: block;
  width: 0;
}
.incident-tooltip::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(255,255,255,1) transparent;
  display: block;
  width: 0;
}
.incident-resolve-tooltip {
  display: none;
  width: 280px;
  height: 180px;
  background: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  margin: 5px  0 0 -210px;
  opacity: 1;
  transition: opacity 1s;
  text-transform: capitalize;
}
.incident-resolve-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(0,0,0,0.35) transparent;
  display: block;
  width: 0;
}
.incident-resolve-tooltip::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 5px;
  bottom: auto;
  left: auto;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: rgba(255,255,255,1) transparent;
  display: block;
  width: 0;
}
.incident-resolve-tooltip .heading{
  text-align: left;
  padding: 5px;
}
.incident-resolve-tooltip .remarks_input textarea{
  padding: 5px;
  height: 7rem;
}



.space-between{
  display: flex;
  justify-content: space-between;
}
.sos-details-header {
  padding: 15px 10px;
  margin-bottom: 5px;
  box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.2);
}
.sos-details-header-text {
  font-size: 18px;
  font-weight: bold;
}
.sos-details {
  line-height: 25px;
}
.sos-details b{
  font-size: 13px;
}
.dot-circule {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  float: left;
  margin: 4px 10px;
}
.sos-details-border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #E3E3E3;
}
.sos-remarks-txt {
  background: #FFFFFF !important;
  border-radius: 4px !important;
  padding-left: 5px !important;
  margin-left: 5px !important;
  border: 1px solid #002626 !important;
}
.sos-remarks-txt:focus {
  border: 1px solid #002626 !important;
  box-shadow: none !important;
}
.sos-remarks-txt::placeholder {
  color: #717171;
}
.attachment-icon input[type=file] {
  min-width: 25px !important;
  max-width: 25px !important;
  width: 25px !important;
  height: 50px !important;
}
.border-table {
  border: 1px solid #E0E0E0;
  border-collapse: collapse;
}
.confirmation-box-cont {
  padding-top: 20px;
}
.confirmation-box-button-cont {
  display: flex;
  justify-content: flex-end;
}

  #loading-box {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
    background: #eee;
    display: flex;;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    background: url("/static/images/logoSmall.png") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .lds-ring div {
    top: -23px;
    left: -25px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 6px;
    border: 6px solid #333;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #333 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
#checklistdiv .page-header-name {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #DADADA;
  margin-top: 70px;
  width: 93%;
  background: #fff;
  padding-left: 15px;
  position: fixed;
  z-index: 1;
}
.checklist-body {
  padding-top: 20px;
}
.type-ahead .input-field{
  border: 1px solid #DADADA !important;
  border-radius: 4px !important;
}
.type-ahead input[type=text], .type-ahead input[type=text]:focus  {
  border: none !important;
  box-shadow: none !important;
}

.type-ahead input[type=text]::placeholder {
  color: #888;
  font-weight: bold;
}
.checklist-body .select-fliter {
  margin-top: 12px !important;
  height: 36px !important;
  background: #fff !important;
}
.checklist-body .select-fliter .caret {
  top: 2px !important;
}
.filed-label {
  font-size: 14px;
  padding-left: 15px;
}
.checklist-details {
  overflow-y: auto;
  overflow-x: hidden;
  height:calc(100vh - 210px);
}
.checklist-apply {
  margin: 0 0 0 5px;
  width: 150px;
  border-radius: 4px;
}
.checklist-qr-but {
  margin: 0 0 0 5px;
  width: 150px;
  background: #3a00a9;
  color: #ffffff;
  margin-top: 12px;
  border: none;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
  border-radius: 4px;
  padding: 0px !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.checklist-qr-but-disabled {
  color: #989898 !important;
  background: #DFDFDF !important;
  box-shadow: none !important;
  cursor: auto;
}
.checklist-cancel {
  margin: 0 0 0 15px;
  width: 100px;
  background: none !important;
  color: #388E3C !important;
  border: none;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0px !important;
  position: relative;
}
.collapsible-header {
  background: #fff;
  line-height: 3rem;
  border-top: none !important;
  border-left: none !important;
  border-right: none;
  border-bottom: 1px solid #DADADA;
  font-size: 16px;
  font-weight: 500;
}
.collapsible-header.active .material-icons {
  transform: rotate(90deg);
}
.collapsible {
  user-select: none;
}
.checklist-table {
  width: 75%;
  margin: 15px auto;
  border-collapse: collapse;
  font-size: 16px;
}
.checklist-table td, .checklist-table tr, .checklist-table th {
  border: 1px solid #DADADA;
}
.checklist-table td, .checklist-table th {
  padding: 10px;
}
.checklist-table th, #checklistdiv .filed-header {
  color: #757575;
  font-size: 14px;
}
.checklist-items {
  padding: 0 20px;
  min-width: 70px;
  line-height: 35px;
  font-size: 14px;
  color: #888;
  font-weight: 600;
  border: 1px solid #DADADA;
}
.checklist-textarea {
  border: 1px solid #DADADA;
  height: 100px;
  width: 75%;
}
.checklist-textbox.textarea{
  border: 1px solid #DADADA;
  height: 100%;
  width: 90%;
  padding: 5px
}
.checklist_image_upload{
  float: right;
  padding: 0 10px;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background: #388E3C;
  width: 100px;
  border: 1px solid #388E3C;
  box-shadow: none;
  line-height: 30px !important;
  position: relative;
}
.checklist_image_upload form{
    top: 0px;
    width: 100%;
    left: 0;
    height: 100%;
}
.checklist-file-upload {
  width: 100% !important;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.checklist-file-name {
    position: absolute;
    width: max-content;
    color: #333333;
    font-weight: 400;
    right: 0%;
}


.helpdesk_desc_image_upload{
  right: 10px;
  width: 100px;
  bottom: -5px;
  box-shadow: none;
  line-height: 30px !important;
  position: absolute;
  background: #388E3C;
  color: #FFFFFF !important;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}
.helpdesk_desc_image_upload form{
    top: 0px;
    width: 100%;
    left: 0;
    height: 100%;
}
.helpdesk-desc-file-upload {
  width: 100% !important;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.helpdesk-desc-file-name {
  position: absolute;
  width: max-content;
  color: #333333;
  font-weight: 400;
  right: 105%;
  bottom: 0;
}
.helpdesk-desc-file-name.download{
  font-weight: 600;
  color: rgb(0, 132, 240);
}
.helpdesk_ivr input[type=text]:disabled,
.helpdesk_ivr input.select-dropdown:disabled{
  color: rgba(0,0,0,0.7) !important;
}
.waitinglounge-textarea {
  border: 1px solid #DADADA;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.waitinglounge-textarea::placeholder {
  color: #979797;
}
.checklist-table .select-fliter .caret {
  top: 3px;
}
.file-exp-date .input-field {
  margin-top: 0px !important;
}
.table-search, .table-search:focus, .table-search:focus:not([readonly]) {
  border: none !important;
  box-shadow: none !important;
  padding-left: 5px;
}
.table-search::placeholder {
  color: #717171;
}
/* confirm box css */

.confirm-box {
  margin: 5% auto;
  width: 440px !important;
  height: 210px !important;
  border-radius: 4px !important;
  background: #FFFFFF !important;
  z-index: 999 !important;
}
.confirm-body {
  height: 105px;
  line-height: 105px;
  font-size: 15px;
  font-weight: bold;
}
.confirm-btn {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
/* fixed header table*/

.fixed-header-table {
  table-layout:fixed;
}
.fixed-header-table thead {
  display:table;
	width:100%;
	/*width:calc(100% - 15px);*/
}
.fixed-header-table tbody {
	overflow:auto;
	overflow-x:hidden;
	display:block;
	width:100%;
}
.fixed-header-table tbody tr {
	display:table;
	width:100%;
	table-layout:fixed;
}
/*Hardware table*/
.hardwareTable tbody{
  height:calc(100vh - 270px);
}

.live-vehicles-left-align{
  text-align: left;
}

.hardwareTable .action-img img {
  cursor: pointer;
  width: 22px;
}
.tbody-row-div div {
  float: left;
}
/*Div border collapse*/

.div-border {
  min-height: 60px;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
}
.qa-code-result {
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.close-qr-popup {
  float: right;
  font-size: 12px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 11px 13px 0 0;
  border: 2px solid #fff;
  cursor: pointer;
}
.flex-vh-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-hr-center {
  display: flex;
  justify-content: center;
}
.row-inner-scroll {
  width: 101.5%;
  overflow: auto;
  height: calc(100vh - 260px)
}

.overflow-report-table table.centered thead tr th, .overflow-report-table table.centered tbody tr td {
  border: 1px solid #E0E0E0 !important;
  border-collapse: collapse !important;
}

.billing-table {
   width: 130%;
}
.billing-table thead tr th {
  word-wrap: break-word;
}

/* REFUND CSS START*/


.box-shadow-one {
  box-shadow: 0 9px 5px -5px rgba(0,0,0,0.2);
}

.tab-padding-one {
  /* padding: 15px 0 1px 0; */
}

.refund-filter-date .input-field input[type=text] {
  background: #fff url(../images/calendar.png) no-repeat !important;
  background-position: 98% !important;
  background-size: 17px 17px !important;
}

/* REFUND CSS END*/

.fuel-textbox {
  border: 1px solid #d0d0d0 !important;
  background: #F5F5F5;
  border-radius: 4px !important;
}
.fuel-textarea {
  border: 1px solid #DADADA;
  height: 70px;
  max-height: 70px;
  min-height: 70px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  margin: 5px;
  border-radius: 4px !important;
}
.fuel-datebox .input-field {
  margin-top: 0px !important;
}
.fuel-edit-value .input-field {
  margin: 0px !important;
  padding: 0;
}
.fuelTable tbody tr td {
  padding-left: 5px !important;
}

.switch-small  input[type=checkbox]{
 position: relative;
 appearance: none;
 -moz-appearance: none;
-webkit-appearance: none;
 outline: none;
 width: 50px;
 height: 20px;
 background-color: #ffffff;
 border: 1px solid #D9DADC;
 border-radius: 50px;
 box-shadow: inset -30px 0 0 0 #57bfff;
 transition-duration: 200ms;
 cursor: pointer;
 transform: scale(0.7);
}
.switch-small input[type=checkbox]:after {
 content: "";
 position: absolute;
 top: 1px; left: 1px;
 width: 16px;
 height: 16px;
 background-color: transparent;
 border-radius: 50%;
 box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
.switch-small input[type=checkbox]:checked {
 border-color: #57bfff;
 box-shadow: inset 30px 0 0 0 #57bfff;
}
.switch-small input[type=checkbox]:not(:checked) {
  position: relative !important;
}
.switch-small input[type=checkbox]:checked::after {
 left: 20px;
 box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
.sms-textarea {
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
  border: 1px solid #DEDEDE;
  border-radius: 15px;
}
.sms-msg {
  visibility: hidden;
}
.checklist-details .collection {
  position: relative !important;
}
.openEndedTrip .customTripLocPicker legend label {
  position: relative!important;
}
.openEndedTrip .react-datepicker__input-container{
  border: none;
}
.openEndedTrip .customTripLocPicker legend label{
  padding: 0;
}
.site-header-filter {
  position: absolute;
  right: 0px;
  margin-top: -45px;
  width: 20%;
}
.stoppage-nonadherence{
  display: table-header-group;
}

.violation_notif a:hover{
  background:none;
}
#safereachTable {
  border: 1px solid !important
}
#safereachTable th, #safereachTable td {
  border: 1px solid !important
}

#map-toggle {
  display: flex;
  height: 30px;
  width: 200px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  text-align: center;
  color:black;
  border-color: gray;
}

.map-option1 {
  flex: 1;
  text-align: right;
  padding-top: 7px;
  padding-right: 20px;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  cursor: pointer;
}

.map-option2 {
  flex: 1;
  text-align: left;
  padding-top: 7px;
  padding-left: 20px;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
  cursor: pointer;
}

.active-state {
  color: #2465d4;
  border-style: solid;
  border-color: #2465d4;
  border-width: 1px;
}
.vehicle-list-border td{
  border: 1px solid #ddd;
}
.vehicle-list-border th {
  border: 1px solid #ddd;
}
.vehicle-list-border i{
  top: 0px !important;
}



#siteSwitcher .col.s2 .select-fliter {
    display: block!important;
}
.cancelicon-ownTrans {
 position: relative;
width: 17.3px;
height: 20px;
float: right;
background: #ADA5A5;
border: 1px solid #6F6363;
box-sizing: border-box;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 0px 3px 3px 0px;
}
.cancel-own-tranportBlock{
position: relative;
width: 95px;
height: 20px;
float: left;
background: #F21919;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 3px 0px 0px 3px;
}
.own-trans-label {
position: absolute;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 11px;
line-height: 13px;
color: #FFFDFD;
padding: 3px;
}
.cross {
position: absolute;
width: 17px;
height: 18px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
color: #000000;
}

.trip-own-transport {
  display: inline-block;
  margin-bottom: -5px;
  padding-left: 10px;
}
.mytrip-button {
  background: rgb(219, 215, 215);
  border-radius: 0px;
  border-color: black;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;

}
.mytripsTab{
  align-content: center;
  position: fixed;
  left: 40%;
}
.mytripsTable{
  padding-top: 50px;
  height: 100vh;
}
.pinsize {
  font-size: 17px;
  float: left;
  line-height: 10px;
  font-weight: bold;
}

.toggle{
  display: flex;
  width: 100px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  border-radius: 15px;
  text-align: center;
  color: black;
  border-color: #54b837;
  line-height: 25px;
  box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18),
  0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.toggle-yes{
      flex: 1;
      text-align: right;
      padding-right: 10px;
      border-bottom-left-radius: inherit;
      border-top-left-radius: inherit;
      cursor: pointer;
      border-right: 1px solid #54b837;
}
.toggle-no{
      flex: 1;
      text-align: left;
      padding-left: 10px;
      border-bottom-right-radius: inherit;
      border-top-right-radius: inherit;
      cursor: pointer;
}
.toggle-active{
  color: white;
  background-color: #54b837;
}
.pre-boarding-modal{
      width: 600px !important;
}
.question-number{
      background-color:#cfcfcf;
      width: 25px;
      font-size: 15px;
      height: 25px;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-radius: 13px;
      padding: 1px;
}
.q-mandate{
  color: red;
  padding-left: 10px;
}
.pre-boarding-fuel-textarea{
  border: 1px solid #DADADA;
  height: 40px;
  margin: 5px;
  border-radius: 5px !important;
}
.acknowledge{
  padding: 10px;
  font-size: 15px;
  text-align: left;
  line-height: 25px;
}

#preboardingquestions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#preboardingquestions::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}

#preboardingquestions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}
.preboarding-title {
  background-color: #54b837;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 55px;
  font-size: 20px;
  padding-top: 7px;
  font-weight: 600;
}

.preboarding-button{
  background: #FFFFFF;
  color: #388E3C;
  font-weight: 600;
  background-color: #FFFFFF;
  cursor: pointer !important;
  font-size: 18px;
}

.preboarding-form-bottom{
  margin: 5px 0 -15px 0;
  float: none;
  height: 60px;
  padding-left: 21px;
  padding-right: 21px;
}
.preboarding{
  margin: 40px 0 0 0;
  font-size: 15px;
  word-wrap: break-word;
  text-align: justify !important;
  border: 1px solid #54b837;
  border-radius: 11px;
}
.preboarding-tooltip:hover .preboarding-tooltip-text{
  visibility:visible !important;
}
.preboarding-tooltip .preboarding-tooltip-text{
  visibility: hidden !important;
}

.preboaring-center-align{
  margin-left:25% !important;
}
@media (max-width: 1024px) {
  .preboaring-center-align {
    margin-left: 20% !important;
  }
}
    
.image-file-upload {
  width: 100% !important;
  opacity: 0;
  height: 30px;
  position: relative;
  top: -20px;
  cursor: pointer;
}
.user-photo-btn {
    width: 50% !important;
    background: #fff;
    color: #388E3C;
    border: 1px solid #388E3C;
    box-shadow: none;
    line-height: 5px !important;
    padding: 15px 0 !important;
    margin-top:15px;
  }
  .user-photo-btn:hover {
    background: #fff;
    color: #000 !important;
    box-shadow: none;
  }

.browser-default{
  border: 1px solid #DADADA!important;
  border-radius: 4px!important;
  font-size: 15px;
  color: #000;
  padding-left: 10px;
}

.modal.custom-modal.copy_trips_date_picker{
  top: 20%!important;
  width: 47%;
  height: 41%;
  min-height: 400px;
  overflow: hidden;
}
.modal.custom-modal.seat-booking-modal {
  top: 20% !important;
  width: 43% !important;
  height: 51% !important;
  min-height: 328px !important;
  overflow: hidden !important;
}

.modal.custom-modal.booking-status-modal {
  top: 20% !important;
  width: 37% !important;
  height: 37% !important;
  min-height: 250px !important;
  overflow: hidden !important;
}

.modal.custom-modal.copy_trips_date_picker .popup-title{
  display: none;
}
.modal.custom-modal.copy_trips_date_picker .modal-content{
  padding: 2% 4%;
}

.create-route-button {
  position: relative !important;
  display: inline-block;
  float: right;
}

.create-route-button>ul>li {
  padding: 9px;
  will-change: width;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.create-route-button>ul {
  width: 308px !important;
  text-align: right;
  position: absolute;
  top: 34px;
  font-size: 15px;
  background-color: white;
  border-radius: 5px;
  margin: 0px;
  right: 15px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.master-filter-tooltip>.settingSh-flex-child {
  margin: 7px;
  width: 161px !important;
  display: inline-block;
  float: left;
}

.master-filter-tooltip>.settingSh-flex-child>.input-label {
  font-weight: 500 !important;
  padding: 6px !important;
}
.route-filter-controls{
  height: 50px;
  margin: 0px;
  padding: 5px;
  float: left;
}

.master-filters {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  float: left;


}

.master-filters .master-filter-tooltip {
   position: absolute;
   top: 45px !important;
   left: 0px;
   width: 372px;
   padding:10px;
   margin: 0px;
   border: 1px solid rgba(0, 0, 0, 0.12);
   border-radius: 1px;
   box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
   z-index: 1;
   background-color: white;
}

.master-filters .master-filter-tooltip::after {
  content: "";
  position: absolute;
  top: -5%;
  right: 92%;
  height: 20px;
  width: 20px;
  margin-top: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.master-filter-button{
  color: black !important;
  border: 1px solid #dadada;
  cursor: pointer;
  padding: 8px;
  height: 35px;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
  0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.master-route-band-cont{
  margin-top:25px
}






.create-master-route{
   margin: -20px 0px 0px 0px;
   background-color: #f5f5f5;
   padding: 20px;
}

.master-route-header {
  padding-left: 10px;
  color: green;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.master-route-card {
  padding: 15px 15px 0px 15px;
  background-color: white;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  margin: 10px;
}

.master-route-card-title {
  padding: 12px;
  background-color: whitesmoke;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
}
.master-route-card-body{
  padding:15px
}


.master-button {
  display: inline-block;
  background-color: green;
  padding: 7px 12px 7px 12px;
  border-radius: 1px;
  margin-left: 10px;
  min-width: 90px;
  text-align: center;
  cursor: pointer;
  color: white;
  border: 1px solid green;
  font-size: 12px;
  text-transform: capitalize;
}
.master-stoppage{
      height: 20px;
      width: 20px;
      cursor: pointer;
      border-radius: 10px;
}
.stoppage-block{
  padding: 10px 0px 0px 0px;
  position: relative;
}

.stoppage-block-row{
  width: 100%;
  margin-left: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.stoppage-block-row:after {
  content: "";
  display: table;
  clear: both;
}

.dropdown-search{
      position: absolute;
      width: 102%;
      max-height: 150px;
      min-height: 50px;
      overflow-y: auto;
      z-index: 2113323232;
      background-color: rgb(255, 255, 255);
      border: 1px solid rgb(204, 204, 204);
      left: -2%;
      top: 102%;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px,
      rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
      cursor: pointer;
      border-radius: 3px;
}
.stoppage-details-headers{
      font-size: 13px;
      font-weight: bold;
      text-align: left;
      padding-left: 7px;
}

.stoppages-route {
  height: 6px;
  width: 3px;
  background-color: #c9c9c9;
  margin: 2px 2px 2px 9px;
  border-radius: 1px;
  border: 1px solid #c9c9c9;
}
.master-route-time-picker .MuiInput-underline:hover:not(.Mui-disabled):before{
  border: none !important;
}
.master-route-time-picker input {
  box-shadow: none !important;
  border: none;
}
.master-filter-tooltip>.settingSh-flex-child .select-fliter {
  border-radius: 1px;
}

.emp-count{
  position: absolute;
  top: 5px;
  font-size: 15px;
  left: 50px;
}

.master-vehicle-card input{
  border:none !important;
}
.master-vehicle-card input[type=text]:focus:not([readonly]) {
  border: none !important;
  box-shadow: none !important;
}
.master-vehicle-card .input-field{
  border: 1px solid #DADADA;
  margin: 3px 0 0 5px !important;
  /* background: #F5F5F5; */
  background: #FFF;
  min-width: 100px;
  padding-left: 5px;
  border-radius: 1px;
  color: #888;
  font-weight: 600;
  font-size: 11px;
  height: 33px !important;
}
.add-emp-tooltip{
  position: relative;
}
.add-emp-tooltip .add-emp-tooltip-body {
  position: absolute;
  top: -205px !important;
  right:100%;
  width: 340px;
  height: 460px;
  margin: 0px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  z-index: 4;
  background-color: white;
}

.add-emp-tooltip .add-emp-tooltip-body::after {
 content: "";
 position: absolute;
 height: 20px;
 top: 214px;
 left: 100%;
 width: 20px;
 margin-top: 0px;
 border-width: 10px;
 border-style: solid;
 border-color: transparent transparent transparent #b9b9b9;
 }
.route-count-text {
  padding: 10px;
  font-size: 15px;
  font-style: italic;
  color: gray;
}


.add-emp-tooltip-body .innerheader{
      background-color: whitesmoke;
      padding: 13px;
      font-weight: bold;

}

.add-emp-tooltip-body .innerheader {
  background-color: whitesmoke;
  padding: 4px;
  font-weight: bold;

}

.add-emp-tooltip-body .search {
  height: 50px !important;
  margin: 0px !important;
  padding: 10px;
  position: relative;
}

.add-emp-tooltip-body .add-remove {
   height: 40px;
   margin: 8px 0px 10px 0px;
   font-weight: bold;
}
.add-emp-tooltip-body .add-remove .checkbox {
  height: 18px;
  width: 18px;
  margin: 7px !important;
  display: inline-block;
  float: left;
}
.add-emp-tooltip-body .add-employee-row {
  padding-top: 5px;
}

.add-emp-tooltip-body .add-employee-row .checkbox {
  height: 18px;
  width: 18px;
  margin: 7px;
  display: inline-block;
  float: left;
}

.add-emp-tooltip-body .add-employee-row .logo {
  background-color: gray;
  border-radius: 23px;
  display: inline-block;
  float: left;
  width: 27px;
  height: 27px;
  font-weight: bold;
  padding: 3px 8px 8px 8px !important;
  margin: 0px 2px 0px 2px;
}
.add-emp-tooltip-body .add-employee-row .e-name {
  color: black;
  font-size: 14px;
}
.add-emp-tooltip-body .add-employee-row .e-id {
  font-size: 14px;
  color: gray;
}
.add-emp-tooltip-body .innerheader>div{
  display: inline-block;
  padding: 7px;
}
.add-emp-tooltip-body .footer{
  margin-top: 17px;
}
.add-emp-tooltip-body .emp-tab{
  border-bottom: 2px solid green;
  color: green;
  font-weight: bold;
  text-align: left;
  height: 40px;
  padding: 11px 0px 11px 0px;
  cursor: pointer;
}

.master-filter-tooltip>.settingSh-flex-child .type-head{
  border: 1px solid #DADADA;
  margin: 0px 0px 0 5px !important;
  background: #FFF;
  border-radius: 1px;
  height: 33px !important;
  width: 155px;
}
.master-filter-tooltip>.settingSh-flex-child .type-head input[type=text]:focus:not([readonly]) {
  box-shadow: none;
  border: none;
}
.master-filter-tooltip>.settingSh-flex-child .type-head input{
 border: none;
}

    




.modal.custom-modal.copy_trips_date_picker{
  top: 20%!important;
  width: 55%;
  height: 70%;
  min-height: 400px;
  overflow: hidden;
}
.modal.custom-modal.copy_trips_date_picker .popup-title{
  display: none;
}
.modal.custom-modal.copy_trips_date_picker .modal-content{
  padding: 2% 4%;
}



.master-route-search{
  display: inline-block;
  width: 250px;
  margin-left: 10px;
  float: left;
}
.master-route-search .type-head input[type=text]:focus:not([readonly]) {
  box-shadow: none;
  border: none;
}
.master-route-search .type-head{
  border: 1px solid #DADADA;
  margin: 3px 0 0 0px !important;
  background: #FFF;
  border-radius: 4px;
  height: 33px !important;
}

.master-route-search .type-head input {
  border: none;
}
.filters-display{
  display: inline-block;
  width: 200px;
  margin-left: 10px;
  padding:10px;
  float: left;
}
.create-master-route  .dropdown-search{
  z-index: 3 !important;

}
.create-master-route .stoppage-block .dropdown-search {
  left: -51px;
  width: 127%;
}
.create-master-route .dropdown-content {
  z-index: 3 !important;
}
.create-master-route .stoppage-block .dropdown-content {
     width: 127% !important;
     left: -52px !important;
}

.route-status {
  display: inline-block;
  padding: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: 5px;
}

.route-status .master-button {
  margin: 0px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.route-registration {
  padding: 5px 5px 5px 0px;
  height: 30px;
  margin-left: 5px;
}
.route-registration input{
  display: inline-block;
  margin: 0px !important;
  height: 19px;
  width: 19px;
  float: left;
}
.route-registration div {
  display: inline-block;
  margin: 5px 2px 2px 10px;
}
.create-master-route .select-fliter {
  border-radius: 1px;
}
.create-master-route .browser-default {
  border-radius: 1px !important;
}
span.master-route-error {
  display: inline-block;
  padding-left:8px;
  color: red;
}
#eMasterRoutesSearch{
      width: 91% !important;
      float: right;
}


 .master-filter-tooltip>.settingSh-flex-child .select-fliterSh input.select-dropdown {
   height: 2rem !important;
 }

 .master-filter-tooltip>.settingSh-flex-child .select-fliterSh {
   border-radius: 1px;
   height: 33px !important;
   margin-top: 0px !important;
 }

 .master-filter-tooltip>.settingSh-flex-child .type-head input[type=text] {
   border: none !important;
   padding: 0px;
 }

 .create-master-route .select-fliterSh input.select-dropdown {
   height: 2rem !important;
 }

 .create-master-route .select-fliterSh {
   border-radius: 1px;
   height: 33px !important;
   margin-top: 0px !important;
 }

 .create-master-route .type-head input[type=text] {
   border: none !important;
   padding: 0px;
 }

 .dooot{
    border-left: 4px dotted black;
    height: 25px;
    left: 9px;
    position: absolute;
    top: 39px;
 }
 .dooot1 {
    border-left: 4px dotted black;
    height: 25px;
    left: 9px;
    position: absolute;
    top: 80px;
 }
 .row.search.select-fliterSh.height {
   height: 50px !important;
 }
 .create-master-route ::placeholder {
   padding-left: 10px;
   color: gray;
 }
  .create-master-route .field-label {
     padding: 5px 5px 5px 5px;
     display: inline-block;
     width: 100%;
  }
  .map-stoppage{
    height: 15px;
    width: 15px;
    border-radius: 10px;
    margin-top: 5px;
  }
  .map-route-details{
    width: 237px;
    background-color: white;
  }
  .map-master-dropdown{
        height: 33px !important;
        border-radius: 1px;
        padding: 7px;
        font-size: 14px;
        background: #FFF;
        font-weight: normal;
        color: black;
        border: 1px solid #DADADA;
  }
  .map-master-body{
        /* border-left: 1px solid #DADADA;
        border-right: 1px solid #DADADA; */
  }
  .map-master-row{
    display: flex;
    padding: 6px;
  }
  .map-master-col1{
        flex: 1;
        font-weight: bold;
  }
  .map-master-col2 {
    flex: 1;
  }
  .map-route-details p{
    margin: 0px;
  }
  .map-route-details .cap{
    font-size: 10px;
    color: gray;
  }
  .master-route-active{
    color:green;
  }
.master-route-inactive{
  color: red;
}




   

.seat-booking-block .card-panel {
  position: relative;
  padding: 0px !important;
  height: 75px !important;
  margin: 0px !important;
  border-radius: 1px;
  font-weight: normal;
  color: black;
}
.seat-booking-block .card-panel input[type=text]:focus:not([readonly]) {
  box-shadow: none;
}
.seat-booking-block .card-panel .type-head {
  margin-top: 0px !important;
}
.seat-booking-block .card-panel .type-head{
  margin: 0px;
}  
.seat-booking-block .card-panel input {
  border: 0px !important;
}

.seat-booking-block .seat-booking-filters input[type=text]:focus:not([readonly]) {
      border: none !important;
      box-shadow: none;
}
.seat-booking-block .seat-booking-filters input{
  border: none !important;
}
.seat-booking-block .seat-booking-filters .type-head {
  margin: 0px;
}
.seat-booking-filters .select-fliter{
  margin: 0px !important;
  color: black;
  font-weight: normal;
}

.card .current-status{
  padding-top: 5px;
  height: 27px;
}
.card .current-status i {
 font-size: 20px;
 float: left;
}
.card .current-status span {
  color: gray;
  padding: 2px;
  float: left;
  display: inline-block;
}
.stoppage-flow{
         position: absolute;
         height: 74%;
         top: 12px;
         left: 8px;
         border: 1px solid blue;
}
.stoppage-row{
   height: 30px;
   font-size: 11px;
   color: gray;
}
.h-s-d{
  font-size: 20px;
  color: blue;
  left: -1px;
  position: absolute;
  z-index: 1;
}
.stoppage-home{
position: absolute;
  height: 93%;
  border: 1px dashed;
  color: gray;
  top: 12px;
  left: 8px;
}

.home-address{
     height: 14px;
     width: 14px;
     padding: 3px;
     background: blue;
     border-radius: 10px;
     z-index: 1;
     
}
.home-address>div{
 height: 8px;
 width: 8px;
 background: white;
 border-radius: 10px;
}

.distance-time{
      position: absolute;
      width: 140px;
      top: 50%;
      left: 21px;
      color: gray;
}
.distance-time>* {
  float: left;
}

.booking-header{
  height: 80px;
  position: relative;
  text-align: center;
  border-bottom: 1px dashed #80808070;
}
.booking-header .b-header{
     height: 20px;
     padding: 10px;
     font-weight: bold;
     font-size: 16px;
     color: black;
     padding-top: 47px;
}
.booking-data{
  height: 35px;
}
.booking-data .b-label{
  color:gray;
}
.booking-data-body{
  margin-top:15px ;
}

.booking-progress-bar{
  height: 15px;
  margin-top: 49px;
  border-radius: 14px;
  border: 1px solid blue;
}
.booking-progress-bar-status{
     border-radius: inherit;
     background-color: blue;
     height: 13px;
     width: 50%;
}
.address-devide{
      position: absolute;
      border-bottom: 1px solid #ddd;
      width: 250px;
      top: 37px;
      left: 23px;
}
.col.s3.seat-booking-block {
  overflow-y: scroll;
  height: 613px !important;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #888;
}

.create-master-route input[type=text]:focus:not([readonly]){
   box-shadow: none;
   border: none;
}
.master-route-time-picker .MuiInput-underline:after{
  border-bottom:none !important
} 
.master-route-time-picker .MuiInput-underline:before {
  border-bottom: none !important
}
.add-emp-tooltip .add-emp-tooltip-body .dropdown-search{
      width: 107% !important;
      left: -11px !important;
      top: 133% !important;
}
.create-master-route input[type=text].valid{
  box-shadow:none !important
}
.master-filter-tooltip>.settingSh-flex-child .select-fliterSh .select-wrapper>.dropdown-content {
  max-height: 140px;
}
.create-master-route button.MuiButtonBase-root.MuiIconButton-root {
  padding: 4px !important;
}

.tooltip-field-des {
  position: relative;
  display: inline-block;
  padding-left:5px;
}

.tooltip-field-des .tooltiptext-field-des {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 2px;
  padding: 5px 0 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 57px;
  margin-left: -60px;
}

.tooltip-field-des .tooltiptext-field-des::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 8%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip-field-des:hover .tooltiptext-field-des {
  visibility: visible;
}
.row.stoppage-details-headers .col>span {
  float: left;
}
.add-emp-tooltip .add-emp-tooltip-body .dropdown-search .list-item{
  padding: 5px 10px 0px 10px !important;
  border-bottom: none !important;
}
.master-routes-table .tooltip-field-des .tooltiptext-field-des{
  bottom: -155%;
  left: -107px;
  padding: 10px;
}
.seat-booking-block .tooltip-field-des .tooltiptext-field-des {
  top: 125%;
  left: -62px;
  background-color: white !important;
  width: 150px;
  height: 200px ;
  padding: 10px;
  border: 1px solid #80808038;
  box-shadow: 0px 0px 32px #80808066;
}
.seat-booking-block .tooltip-field-des .tooltiptext-field-des .available-days-scroll {
 overflow-y: scroll;
 height: 100%;
 scrollbar-width: none;
 -ms-overflow-style: none;
}
.seat-booking-block .tooltip-field-des .tooltiptext-field-des .available-days-scroll::-webkit-scrollbar {
  display: none;
}
.master-routes-table .tooltip-field-des .tooltiptext-field-des::after{
  top: -16px;
  left: 179px;
  border-width: 8px;
  border-color: transparent transparent black transparent;
}
.seat-booking-block .tooltip-field-des .tooltiptext-field-des::after {
  top: -16px;
  left: 132px;
  border-width: 8px;
  border-color: transparent transparent white transparent;
  
}
span.available-day {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: white;
  border: 1px solid #ccc;
  cursor:default;
  padding: 5px;
  margin-bottom: 5px;
}



.approval-types {
  margin-top: 12px !important;
}

.stoppage-clash{
  display: block !important;
}

.file_input_popup .popup-title{
  background-color: #fafafa;
  text-align: left;
  padding-left: 5%;
}
.file_input_popup .modal-content{
  position: relative;
  top: 50px;
  height: 250px;
  bottom: 0;
  padding: 0;
  /* border: 1px solid; */
}
.file_logo_popup .modal-content{
  height: 89%;
}
.file_logo_popup{
  width: 60%!important;
  top: -10%!important;
  height: 75%!important;
}

.mt-0{
  margin-top: 0px;
}
  #serviceDisruptionMsg{
    background-color:rgba(0,0,0,0.3);
    height:100%;
  }
  #serviceDisruptionDiv{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:2000;
    padding: 0px 0px !important;
  }
  .alert-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .alert{
    height:22em;
    width: 50em;
    background-color: white;
    border-radius: 0.5em;
    /* box-shadow: 5px 5px 2px #aaaaaa; */
    display: flex;
    flex-direction: column;
    padding: 1em 1em;
  }
  .alert-header{
    align-self: flex-start;
    color: red;
    font-size: 2em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.5em;
  }
  .alert-body{
    font-size: 1.2em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: left;
  }
  .alert-footer{
    align-self: flex-end;
  }
  .btn-text{
    text-transform: none;
  }

  .top-m13{
    margin-top: 13px !important;
  }

  .top-m12{
    margin-top: 11.4px !important;
  }
  
  .tripForm{
    display: flex;
    gap: 1em;
  }

  @media only screen and (max-width:700px) {
    .tripForm{
      flex-direction: column;
    }
    .tripForm .tripSection{
      width: 100% !important;
    }
  }

  .tripSection{
    display: flex;
    gap: 1em;
    flex-direction: column;
  }

  .tripCard{
    font-size: 14px;
    font-weight: 400;
    color: black;
  }

  .tripCard .header{
    background: #FBFBFB;
    border-bottom: 0.5px solid #D9D9D9;
    border-radius: 6px 6px 0px 0px;
    padding: 1.5em;
    font-size: 12px;
    font-weight: 500;
  }

  .tripCard .body{
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 0 0 6px 6px;
    padding: 1.5em;
    gap: 15px;
  }

  .cabCode{
    padding: 2px 15px;
    background: rgba(255, 216, 0, 0.6);
    border: 1px solid #E8C400;
    border-radius: 3px;
  }

  .tripCard .secondary{
    font-size: 12px;
    color: #6F6F6F;
  }
  .tripCard .mediumWeight{
    font-weight: 500;
  }
  .primary_btn{
    background: #55B948;
    box-shadow: 0px -13px 80px rgba(0, 0, 0, 0.0196802), 0px -5.43109px 33.4221px rgba(0, 0, 0, 0.0282725), 0px -2.90372px 17.869px rgba(0, 0, 0, 0.035), 0px -1.6278px 10.0172px rgba(0, 0, 0, 0.0417275), 0px -0.864513px 5.32008px rgba(0, 0, 0, 0.0503198), 0px -0.359743px 2.21381px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
  }
  .secondary_btn{
    background: #FFFFFF;
    border: 1px solid #55B949;
    box-shadow: 0px -13px 80px rgba(0, 0, 0, 0.0196802), 0px -5.43109px 33.4221px rgba(0, 0, 0, 0.0282725), 0px -2.90372px 17.869px rgba(0, 0, 0, 0.035), 0px -1.6278px 10.0172px rgba(0, 0, 0, 0.0417275), 0px -0.864513px 5.32008px rgba(0, 0, 0, 0.0503198), 0px -0.359743px 2.21381px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.0125em;
    color: #55B949;
  }


  /* Text Field Suggestion */
  .autocomplete {
    position: relative;
    display: inline-block;
  }
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    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 {
    background-color: #e9e9e9; 
  }
  
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  .action-iconbox-hire {
    display: flex; 
    flex-direction: row; 
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: 0
  }

  .action-iconbox-flexi {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between;
    margin-left: auto;
    margin-right: 0
  }

  .comment-text {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 1em;
    font-style: normal;
    text-align: left;
    margin-top: 4px;
    padding: 2px;
 }
  
  /* Custom Checkbox start */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  width: fit-content;
  cursor: pointer;
  font-size: 13px;
  color: #171717;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border: 1px solid #707070;
  border-radius: 2px;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom-checkbox:hover input ~ .helpdesk_form .shift-time-row {
  opacity: 0.5;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #388E3C;
}
.custom-checkbox:hover input:checked ~ .helpdesk_form .shift-time-row {
  opacity: 1;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 30%;
  top: 5%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Custom Checkbox end */

/* Dropdown  with label*/

.dropdown_container{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  margin: 5px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto';
}

.label_icon {
  display: flex ;
  width: 130px;
}

.label_icon img{
  margin: 0 5px 0 0;
}

.label_icon span{
  color: #008000;
}

.dropdown_container .select-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown_container .select-fliter {
  border: none;
  margin: auto !important;
  /* background: #F5F5F5; */
  background: transparent;  
  padding-left: 5px;
  border-radius: 4px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto';
  height: 33px !important;
}
.dropdown_container .select-fliter .caret {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 27px;
  color: transparent !important;
  background: url("/static/images/arrow_drop_down.svg") no-repeat;
  background-size: 10px 5px;
  background-position: center center;
}
/* Dropdown  with label end */
.calender_view{
  width: 100%;
  padding: 25px !important;
}

.excluded-days-calender{
  display: flex;
  justify-content: space-between;
}

.excluded_days_container{
  /* width: 100%; */
}

.excluded_days_container .excluded_days {
  padding: 10px;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
}

.excluded_days_container .checkbox_item{
  padding: 6px;
}
.excluded_days_container .excluded_days_head{
  display: flex;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #B3B3B3;
  justify-content: center;
  margin-bottom: 5px;
}

.excluded-days-calender .react-datepicker,
.excluded-days-calender .date-picker .react-datepicker__header{
  background: transparent !important;
}
.excluded-days-calender > .date-picker{
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  margin: 2px
}
.offices-row{
  display:flex ;
  flex-direction: column;
  width: 100%;
}

.offices-row .office-row-first,
.offices-row .office-row-second{
  display:flex;
  justify-content:space-between;
}

.content{
  font-size: 14px;
  font-weight: 400;
}
.content-head {
  text-align: center;
  margin-top: 84px;
  padding-bottom: 5px;
}

.checkboxes {
  display: flex;
  justify-content: center;
}

.content .checkbox_item{
  padding: 10px;
}

.content-action{
  display: flex;
  justify-content: center;
  padding: 25px 0 10px 0;
}

.secondary-btn{
  background: #D9D9D9 !important;
  color: #000 !important;
  cursor: pointer;
  padding: 10px 30px;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
}

.primary-btn{
  Background: #55B949 !important;
  color: #ffffff !important;
  cursor: pointer;
  padding: 10px 30px;
  margin: 5px;
  text-align: center;
  border-radius: 5px;
}

.content-action .secondary-btn,
.content-action .primary-btn{
  width: 40%;
}

.secondary-btn.disabled-button{
  color: #B3B3B3 !important;
}

.rnp-table{
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto 20px;
}

.rnp-thead{
  border: 0.5px solid #ccc;
  padding: 10px,
}

.rnp-tbodyRow{
  border: 0.5px solid #ccc;
}

.rnp-thSNo{
  width: 10%;
  text-align: center;
}

.rnp-thEdit{
  width: 10%;
  text-align: center;
}

.rnp-thEdit img{
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.rnp-thRoles{
  width: 20%;
  text-align: left !important;
}

.rnp-thDescription{
  width: 40%;
  text-align: left;
}

.rnp-thEmployeeName{
  width: 20%;
  text-align: left;
}

.rnp-thEmployeeName div {
  display: flex;
  align-items: center;
}

.rnp-thEmployeeName div img {
  height: 12px;
  width: 12px;
  cursor: pointer;
  margin: 2px;
}

.rnp-td{
  text-align: left;
}

.rnp-modalBackdrop{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.rnp-modalContent{
  width: 30%;
  height: 50vh;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.rnp-modalHeader{
  margin-bottom: 15px;
}

.rnp-modalBody{
  overflow-y: auto;
  flex-grow: 1;
  margin: 0 -20px;
  padding: 0 20px;
}

.rnp-modalFooter{
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.rnp-employeeList{
  border: 1px solid #dcdbdb;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}

.select-employee-container {
  display: flex;
  flex-direction: column;
  margin-top: 75px;
  padding: 40px;
}

.add-employee-search-input {
  position: relative;
}

.add-employee-search-input .input-field {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 4px;
}

.add-employee-search-input input[type=text]:focus {
  border: none;
  box-shadow: none;
}

.add-employee-search-input input[type=text] {
  border: none;
  font-size: 16px;
  margin: 0 5px;
}

.select-title {
  font-size: 17px;
  color: #5E5E5E;
}

.select-employee-container svg {
  margin: 5px;
  padding: 14px;
}

.employee-add-button {
  width: 140px;
  align-self: flex-end;
  margin: 20px 0;
  font-size: 19px;
}

.select-employee-container .collection {
  width: 100%;
  background: #FFFFFF;
  color: red;
  max-height : 460px;
  overflow-y: scroll;
  text-transform: capitalize;
  border-radius: 4px;
}

.select-employee-container .collection .collection-item {
  color: #000000;
  border: none;
  text-decoration: none;
}

.custom-width {
  width: 400px !important;
}

#error-details {
  color: red;
  font-size: 15px;
  padding: 5px 0;
}

.error-clash {
  font-size: 16px;
  padding: 15px;
  margin: 55px 25px;
}

.file-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.pdf-view {
  max-width: 1000px;
  width: 90%;
  height: 75vh;
}

.trips-not-found-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
}

.trips-not-found-component i {
  font-size: 45px;
  color: rgba(0, 0, 0, .3);
}

.trips-not-found-component div {
  font-size: 20px;
  color: rgba(0, 0, 0, .3);
}

.image-view {
  width: 90%;
  max-width: 90%;
  max-height: 75vh;
}

.route-cont {
  height: 45px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.center-table {
  width: 100%;
  border-collapse: collapse;
}

.center-table th, .center-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.center-table th {
  background-color: #f2f2f2;
  text-align: center; 
  border-bottom: 1px solid #000;
}

.center-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.center-table tr:hover {
  background-color: #ddd;
}
.alert_drawer_card_lables {
  color: black; 
  font-weight: bold; 
  margin-left: 5px;
}

.alert_drawer_card_icons {
  height: 20px;
  width: 20px;
}

.alert_drawer_card_item_container {
  display: flex; 
  margin-top: 4px; 
  align-items: center;
}
