html, body{
			margin: 0;
			width: 100%;
			height: 100%;
		}

.ui-state-highlight{
			
    background:unset  !important;
    border: none;
}

.ui-jqgrid-title {
    color: white !important;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}
 
#map {
	min-height: 320px;
	height: 100%;
	width: 100%;
	position: fixed;
}

#talkbubble {
	   width: 48px;
   height: 27px;
   background: #1CC01C;
   position: absolute;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
   margin-left:-20px;
   margin-top:-37px;
   box-shadow: 5px 5px 10px #444444;
   border: 2px solid;
   opacity:1;
   padding:2px;
}

#talkbubble:after{
   content:"";
   position: absolute;
   left: 9px;
   top: 24px;
   width: 0;
   height: 0;
   border-top: 16px solid #111111;
   border-left: 16px solid transparent;


opacity:1;
  }
  

  


.ui-widget-header{
	background: #607d8b !important;
    border:none !important;
    color:white !important;
}

.ui-widget-content{
	border: 0px #bbb solid ;
}

.ui-state-hover{
	background: #888 !important;
	border: 0px  #000 solid !important;
}

.ui-th-column{
		border: 0px #000 solid !important;
}

.ui-spinner{
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border: 2px inset !important;
	margin: 2px;
width: 60px;

}  

.ui-widget-header .ui-icon{
	float:right;
background-image: url("images/ui-icons_ffffff_256x240.png");

}

.ui-slider-handle{
	width:5px !important;
	background: #363636 !important;
	margin-left: 0px !important;
	
}

.ui-slider-range{
	background: #4bb2c5 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
 border: 1px solid #999;
background: #333 ;
font-weight: bold;
color: #0073ea;
}

.ui-slider-horizontal{
	margin:8px !important;
}

.ui-dialog .ui-dialog-content{
	padding: .5em;
	border:0px;
	background:#EEEEEE;
}

.ui-map-settings{
	width:70px;
	border: 1px #999 solid;
	margin: 3px;
	border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#maptitle {
	position: absolute;
	border-radius:10px;
	height:96px;
	/*width:265px;*/
	background: rgba(128, 128, 128, .1);
	padding: 0 0.5em 0.5em 0.5em;
}


.ActionCancel{
	color:white;
    border:unset;
    border-radius: 4px;
	margin:5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: rgb(202, 60, 60);  
	padding: 3px 8px 3px 8px;
    font-size:12pt;
    
}

.ActionUnassign{
    color:white;
    border:unset;
	border-radius: 4px;
	margin:5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: rgb(223, 117, 20);  
	padding: 3px 8px 3px 8px;
	font-size:12pt;
}

.ActionAssign{
    color:white;
    border:unset;
	border-radius: 4px;
	margin:5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #008F47;  
	padding: 3px 8px 3px 8px;
	font-size:12pt;
}
.tooltip-inner {
white-space:pre-wrap;
}
.ActionExit{
    color:white;
    border:unset;
	border-radius: 4px;
	margin:5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #008F47;  
	padding: 3px 8px 3px 8px;
	font-size:12pt;
}

.ActionAssignVehicle{
    color:white;
    border:unset;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 2px 5px 2px 5px;
	font-size:12pt;
}

.leaflet-popup-content-wrapper{
	background: white !important;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.leaflet-popup-content{
    margin: 5px;
    margin-top: 20px;
    
}

.PTTcontrol{
	border:1px solid #EEEEEE;
	width:30px;
	height:30px; 
	margin:4px;
	background-color: #EEEEEE;
border-radius: 3px;
padding:2px;
}

#mapHeader{
	position: fixed;
height: 35px;
z-index: 10000;
top: 0px;
color: black;
border-bottom-right-radius:3px;
  background: #E4E4E4;
  border-right:1px solid #AAAAAA;
  border-bottom:1px solid #AAAAAA;

  font-size:17px;
    box-shadow: 1px 1px 3px #AAAAAA;
}

#mapFooter{
	position: fixed;
width: 100%;

z-index: 10000;
bottom: 0px;
border-top-right-radius:10px;

color: white;
  background: none;
}




.ui-jqgrid-titlebar-close{
	width:50px !important;
	right:5px !important;
}

.ui-icon-circle-triangle-n{
	float:right !important;
}

.ui-icon-circle-triangle-s{
	float:right !important;
}
.ui-state-highlight{
	background-color:initial !important;
}
.ui-dialog-title{
	margin:-6px !important;
	font-weight:bolder !important;
	color:#DDDDDD !important;
}

.PTTDispButtonClass{
	float:left;
	width:60px;
	margin-left:20px;
	cursor:pointer;
	border-radius:5px;
	border:#3373A5 1px solid;
	
}

.ui-PTTUser{
	margin:3px;
	border-radius:2px;
	background:#B6D8F3;
	border:#3373A5 1px solid;
	float:left;
	cursor:pointer;
	font-size:14px
}

.ui-PTTUser:hover{
background:#9CBEDA;
}

.ui-PTTUser-label{
	margin-left:3px;
	margin-bottom:1px;
	float:left;
}

.ui-jqgrid tr.jqgrow{
    cursor:pointer;
}

.ui-jqgrid {
    overflow:hidden;
}

.PTTDispButtonClass:hover{
	background:#CCCCCC; 
	 -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);  
     -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); 
}



.ui-widget input{
	border-radius:5px;
	 -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);  
     -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); 
     margin:4px;
     width: 262px;
}
.ui-widget input[type=radio]{
	 margin:4px;
     width: 12px;
     -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);  
     -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3); 
}


.ui-widget input[type=checkbox]{
	border-radius:5px;
     margin:4px;
     width: 12px;
     -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);  
     -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3); 
}
.ui-widget input[type=color]{
	border-radius:6px;
     margin:1.5px;
     width: 70px;
	
}

.ui-widget textarea{
	border-radius:5px;
	 -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);  
     -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); 
     margin:4px;
}
.ui-widget label{
/*	margin:7px;*/
}

.add-input{
	background-color:gainsboro;
	 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;  
     -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    border-radius:1px;
}


.ui-dialog {
	     -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);;  
         -moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);; 
         border-radius:4px;
         background:black;
}
.leaflet-control-attribution{
	/*display:none !important;*/
}

.ui-jqgrid {
         -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);;  
         -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);; 
         border-radius:1px;
         float:left;
     }
.ui-jqgrid-bdiv{
    overflow:hidden !important;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
		#sidebar4 {
			position: absolute;
			top: 8em;
			left: 2%;
			z-index: 2000;
			background: rgba(255, 255, 255, .0);
			padding: 0 0em 0em 0em;
		}

		#rightsidebar {
			position: absolute;
			top: 8em;
			left: 82%;
			z-index: 2000;
			background: rgba(255, 255, 255, .0);
			padding: 0 0em 0em 0em;
		}

		#legend {
			position: absolute;
			top: 8em;
			left: 82%;
			z-index: 2000;
			background: rgba(255, 255, 255, .0);
			padding: 0 0em 0em 0em;
		}



/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

img.btn_close {
	float: right;
    margin: -28px -28px 0 0;
    opacity:1 !important;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

form.signin .textbox input {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}

form.signin input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

.button {
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color: #000;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 12px;
    width: 214px;
}

.button:hover {
    background: #ddd;
}

.headingbutton {
	-moz-box-shadow:inset 0px 1px 10px 2px #f2f2f2;
	-webkit-box-shadow:inset 0px 1px 10px 2px #f2f2f2;
	box-shadow:inset 0px 1px 10px 2px #f2f2f2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #bdbdbd) );
	background:-moz-linear-gradient( center top, #e8e8e8 5%, #bdbdbd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bdbdbd');
	background-color:#e8e8e8;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#616161;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:20px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #d6d6d6;
	cursor:pointer;
	margin-right:20px;
	margin-left:20px;
	margin-top:2px;
}
.headingbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #e8e8e8) );
	background:-moz-linear-gradient( center top, #bdbdbd 5%, #e8e8e8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#e8e8e8');
	background-color:#bdbdbd;
}.headingbutton:active {
	position:relative;
	top:1px;
}


.led-red {
    margin: 4px auto;
    margin-left:8px;
    width: 12px;
    height: 12px;
    background-color: #F80;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #600 0 -1px 9px, #F00 0 2px 12px;
    float:left;
}

.led-yellow {
    margin: 4px auto;
    margin-left:8px;
    width: 12px;
    height: 12px;
    background-color: #ff0;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #660 0 -1px 9px, #DD0 0 2px 12px;
    float:left;
}

.led-green {
    margin: 4px auto;
    margin-left:8px;
    width: 12px;
    height: 12px;
    background-color: #8f0;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #460 0 -1px 9px, #7D0 0 2px 12px;
    float:left;
}

.led-blue {
    margin: 4px auto;
    margin-left:8px;
    width: 12px;
    height: 12px;
    background-color: #8ff;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #006 0 -1px 9px, #06F 0 2px 14px;
    float:left;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }



.vehiclePin {
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background: #89849b;
    position: absolute;
    min-width:50px;
    height:26px !important;
    color: white;
    font-size: 16px;
    padding: 2px;
    line-height: 1.6;
    text-align: center;
    margin-left: -25px !important;
    margin-top: -36px !important;
    font-weight: 600;

}




.vehiclePin:before {
    content: '';
    background: inherit;
    width: 12px;
    height: 12px;
    font-size: 20px;
    margin-top: 19px;
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: fixed;
    z-index: -1;
}

.vehicleTag {
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background: #89849b;
    width:50px;
    height:26px !important;
    color: white;
    font-size: 16px;
    padding: 2px;
    line-height: 1.6;
    text-align: center;

    font-weight: 600;

}

.zoneItem{
    line-height: 20px;
    color: #000000;
    font-weight:500;
    background-color: lightgrey;
    padding: 2px;
    margin: 2px;
    font-size: 13px;
    border-radius: 2px;
    
}

.gpsDot{
    color: black;
    background-color: black;
}

.jobPin {
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background: #89849b;
    position: absolute;
    min-width:180px;
    height:26px !important;
    color: white;
    font-size: 16px;
    padding: 2px;
    line-height: 1.6;
    text-align: center;
    margin-left: -90px !important;
    margin-top: 10px !important;
    font-weight: 600;
}

.jobPin:before {
    content: '';
    background: inherit;
    width: 12px;
    height: 12px;
    font-size: 20px;
    margin-top: -8px;
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: fixed;
    z-index: -1;
    box-shadow: -1px -1px 0px 0 rgba(0,0,0,.05), -1px -1px 0px 0px rgba(0,0,0,0.1), -3px -2px 5px -6px rgba(0,0,0,.12);
}
 

.tripPin {
	box-shadow:0 2px 2px 0 rgba(0,0,0,.05), 0 3px 1px -2px rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.05);
    border-radius: 4px;
    background: #89849b;
    position: absolute;
    min-width:140px;
    height:32px !important;
    color: white;
    font-size: 14px;
    padding: 2px;
    line-height: 1;
    text-align: center;
    margin-left: -70px !important;
    margin-top: 10px !important;
    font-weight: 600;
}

.tripPin:before {
    content: '';
    background: inherit;
    width: 12px;
    height: 12px;
    font-size: 20px;
    margin-top: -8px;
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: fixed;
    z-index: -1;
    box-shadow: -1px -1px 0px 0 rgba(0,0,0,.05), -1px -1px 0px 0px rgba(0,0,0,0.05), -3px -2px 5px -6px rgba(0,0,0,.05);
}
 
.ui-jqgrid-sortable {
    text-align: left;
}



.ui-jqgrid tr.ui-row-ltr td {
    border-right-width: 0px;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 0px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-icon-gripsmall-diagonal-se{
    display: none;

}

.sp-dd {
    display: none;

}
.sp-replacer{
    border:unset;
    background:none;
}
.mdl-checkbox.is-upgraded {
    text-align: left;
    padding-left: 20px;
}

.teal-0 {
    background-color: #073332!important
}
.ch-lvl.lvl-0.teal-0{
    background-color: #c8d7e1!important;
}

#chatDiv{
    background-color: #f9f9f9;
  }
  .inputbar{
    background-color:whitesmoke;
  }
  #inputMessage{
    width: calc(100% - 75px);
    margin-left:15px;
  }
  .sendChat{
    right:13px;
  }
  .messages{

    overflow: scroll;
    margin-left: -25px;
  }
  .messages::-webkit-scrollbar {
    width: 0px;
  }

  .messageBody{
    margin:10px;
    list-style-type: none;
  }

.chatArea::-webkit-scrollbar {
    width: 2px;
}
 
.chatArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.chatArea::-webkit-scrollbar-thumb {
    background-color: #737171;
    outline: 1px solid white;
}

.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    content: '';
    color:white;
    font-weight:500;
  }
  
.marker-top{
    transform: rotate(0deg);
    margin-top: 8px;
    margin-left:5px;
    color:white;
    font-size: 8px;
}
.marker-middle{
    transform: rotate(0deg);
    margin-top: -7px;
    margin-left:3px;
    color:white;
    font-size: 14px;
}

.marker-bottom{
    transform: rotate(0deg);
    margin-left: 9px;
    color: white;
    margin-top: -14px;
    font-size: 19px;
}

   .custom-div-icon i {
    position: absolute;
    width: 22px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
 }
 
 .custom-div-icon i.awesome {
    margin: 12px auto;
    font-size: 17px;
 }

 .itenerary{
    background-color:#eeeeee;
    border-radius:5px;
    box-shadow: 3px, 3px, 5px, 5px, #111111;
 }

 .mini{
     padding: 4px;
     font-size:small;
     min-height:unset;
    
 }

 .jobIcon{
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    transform: rotate(-45deg);
    top: 0px;
    margin: -11px 2px 3px -5px;
    color: white;
    font-weight: 500;
 }

 .jobIconText{
    transform: rotate(45deg);
    margin-top: 8px;
    padding-top:5px;
    margin-left: 4px;
    font-size: 16px;
 }
 .mdl-textfield{
     padding:0px;
 }

 .irs--modern{
     max-width:240px;
     height:35px !important;
 }
 .irs-handle{
     display:none !important;
 }

 .mdl-button-mini{
    min-width: 20px;
    padding: 0px 4px;
    font-size: 9px;
    min-height: 10px;
    line-height: 12px;
    height: 12px;
 }

 .mdl-dialog {
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    width: 280px; }
    .mdl-dialog__title {
      padding: 24px 24px 0;
      margin: 0;
      font-size: 2.5rem; }
    .mdl-dialog__actions {
      padding: 8px 8px 8px 24px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .mdl-dialog__actions > * {
        margin-right: 8px;
        height: 36px; }
        .mdl-dialog__actions > *:first-child {
          margin-right: 0; }
      .mdl-dialog__actions--full-width {
        padding: 0 0 8px 0; }
        .mdl-dialog__actions--full-width > * {
          height: 48px;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          padding-right: 16px;
          margin-right: 0;
          text-align: right; }
    .mdl-dialog__content {
      padding: 20px 24px 24px 24px;
      color: rgba(0,0,0, 0.54); }




      #content{
        position:relative;
      }
      .mydiv{
        border:1px solid #368ABB;
        background-color:#43A4DC;
        position:absolute;
      }

      .line{
        position:absolute;
        width:2px;
        background-color:red;
      }  

.vehHeaderCell {
    display: inline-block;
    min-width: 100px;
    width:25%;
}

.vehicleContent{
    width:100%;
}

.progress-bar-info {
    background-color: #cbd6d9;
}

.progress-bar-warning {
    background-color: #b1450c;
}
.progress-bar-success {
    background-color: #35b335;
}

.vehicleTimeline {
transform: scaleX(3);
margin-left:100px;
}

/* tripOverlayItem is a diagonal blue 3px blue line from the top left to bottom right of the div
*/
.tripOverlayItem {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path d='M0 0 L0 10 L10 10' fill='red' /></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
 }
