
@import url("./trips.css");
@import url('./roster.css');
@import url('./dashboard.css');
@import url('./helpdesk.css');
@import url('./approval.css');
@import url('./gallery.css');
@import url('./mobile.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;
  overflow-x: hidden;
  padding-left: 74px;
  padding-top: 60px;
}

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

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

.nav-left {
   opacity: 0.6;
 }
 .nav-left:hover {
   background: #002C2B !important;
   opacity: 1;
 }
.nav-left.active {
  background: #808080 !important;
  opacity: 1;
  font-weight: 600;
}
.side-nav li:hover a div, .side-nav li.active a div {
  color: yellow;
}
.nav-left a div {
  font-size: 12px;
  color: #fff;
}

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

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

.nav-left a {
  text-align: center;
  padding: 0px !important;
  height: 45px !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; */
  background-color: #fff !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: 95%;
  -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;
}

.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;
}

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 .select-wrapper span.caret {
  top: 10px !important;
  z-index: 2;
}
.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:5px 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: #fff;
  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;
}

.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-msg {
  background: #DC4242;
  border:1px solid #C43D3D;
  color: #fff;
}

.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: #000;
  background:#fff;
}
.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;
}

.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;
}

.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.1s ease-in-out;
  cursor: pointer;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #333 !important;
  text-decoration: none;
  border: 1px solid #388E3C;
  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: #FFF;
  min-width: 100px;
  padding-left: 5px;
  border-radius: 4px;
  color: #888;
  font-weight: 600;
  font-size: 11px;
  height: 33px !important;
}
.select-fliter span.caret {
  top: 0px;
  right: 0px;
  width: 20px;
  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;
}
#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;
}

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

.input-field label {
  top:-5px;
  font-size: 12px;
}

.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;
}

.input-field label {
  top:-2px;
}

.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 {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}


.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-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;
}

/*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-subs{
  margin : 2px !important;
}

/*driver css*/
.mand_field{
  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;
}
.image-file-upload {
  width: 100% !important;
  opacity: 0;
  height: 30px;
  position: relative;
  top: -20px;
  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
  float:right !cccant;
  margin-right:20px;
}
.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 .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;
}
.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 {
  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 {
  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 .row{
  margin: 5px 0;
  padding: 0 5px;
}
.edit-deployments-cont .btn, .assign-vendor-cont .btn{
  background: #ffffff !important;
  border:1px solid #00A848;
  color: #00A848 !important;
  box-shadow: none;
  margin: 0 15px;
  line-height: 20px;
}
.view-vendors-cont {
  display: block;
  position: absolute;
  top: 35px;
  padding: 1px !important;
  z-index: 5;
  width: 660px;
  right: -90px;
  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-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: 250px;
  right: -8px;
  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:after {
  content:"";
  position:absolute;
  top:-12px; /* value = - border-top-width - border-bottom-width */
  right:10px; /* 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: 10px; /* 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%;
  /*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;
}

.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;
}

.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:#333;
  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;
}
.rotate {
  transform: rotate(-90deg);
}

.popup-title {
  float: left;
  font-size: 18px;
  color: #000000;
  width: 100%;
  height: 50px;
  background: #cccccc;
  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;
  max-height: calc(100vh - 340px);
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #c9c9c9;
}

thead, tbody>tr {
  display:table;
  width:100.3%;
  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: 6;
}

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

.cookie-user-id {
  width: 80px;
  font-size: 12px;
  float: left;
  text-transform: capitalize;
  font-weight: 600;
}

.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]) {

}
.datetimepicker {
  border: 1px solid #DADADA !important;
  background: #fff !important;
  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;
}

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: #fff;
  border: 1px solid transparent;
}
.btn, .btn-large, .btn-flat {
  text-transform: capitalize;
}
.custom-modal .mapdiv {
  width: 95%;
}
.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 {
  padding: 0 0 0 444px;
}

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

.mapHideDiv {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 17px;
  right: 25px;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  user-select: none;
}
.mapHideDiv div {
  width: 100%;
  height: 100%;
  text-align: center;
}
.mapHideDiv img {
  width: 15px;
  height: 15px;
  margin-top: 7px;
}
.sos-alerts-link {

}
.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: #FFD935;
  color:  #ffffff !important;
}
.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) {
  .side-nav.fixed{
    left: 0 !important;
  }
}
.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;
}
#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;
}
.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/safeBusLogo.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: 95%;
  background: #fff;
  padding-left: 15px;
  position: fixed;
  z-index: 1;
}
.checklist-body {
  padding-top: 165px;
}
.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 span.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;
  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;
  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-table .select-fliter span.caret {
  top: 3px;
}
.file-exp-date .input-field {
  margin-top: 0px !important;
}
  .photo-div {
  width: 160px;
  height: 150px;
  position: absolute;
  margin: 0 0 0 -200px;
  }
  .defult-user-photo {
    width: 150px;
    height: 150px;
  }
  .defult-user-photo  img {
    width: 150px;
    height: 150px;
  }

  .user-photo-btn {
    width: 100% !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;
  }
.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);
}

.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;
}
.row-inner-scroll {
  width: 101.5%;
  overflow: auto;
  height: calc(100vh - 260px)
}

.xdsoft_datetimepicker .xdsoft_weekend {
    color: #d25050 !important;
}
.stuParentTable {
  margin: 5px;
}
.stuParentTable thead {
  background: #E5E5E5
}
.stuParentTable thead tr th {
  text-align: left;
  padding-left: 5px;
}
.stuParentTable thead tr td {
  padding-left: 5px;
}
#parent-table-header tr th{
  text-align: left !important;
}
#siteSwitcher .col.s2 .select-fliter {
  display: block!important;
}

.add_people .add_students_save,
.copy_trips_date_picker .action .ghost-button,
.yellow_btn,
#yellow_btn{
  background: #FFD935!important;
  color: #000000!important;
  font-weight: bold;
}
#white-btn{
  color: #000!important;
  background: #ffffff!important;
  font-weight: bold;
  border: 1px solid #FFD935!important;
}
.create_route .modal-header h5,
.create_route .stoppages h6,
.create_route .modal-header .save_route_btn,
.copy_trips_date_picker h5,
.logo_container h5,
.edit_sheet h5{
  color: #000!important;
}

.backBtn {
  background: #DCDCDC 0% 0% no-repeat padding-box !important;
  height: 25px !important;
  line-height: 25px !important;
  margin: 5px;
  padding: 0 7px 3px 7px;
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: .2s ease-out;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  display: inline-block;
  outline: 0;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  font-weight: 700;
  font-size: 10px;
  text-transform: capitalize;
}

.backBtn:hover {
  color: #000 !important;
}

.btn:hover, .btn-large:hover ,
.btn,.ghost-button .yellow-btn {
  background-color: #FFD935!important;
  color: #000!important;
}
.d-flex{
  display: flex;
}
.justify-center{
  justify-content: center;
}
.justify-around{
  justify-content: space-around;
}
.bordered{
  border-bottom: 1px solid black;
}
.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;
}
.trafic-Toggle.on{
  color: #17B047 !important;
}
.trafic-Toggle.off{
  color: #5C5C5C !important;
}
#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;
}