
body {
  color: #000;
  background: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  margin: 0 0 0 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.hand {
	cursor: hand;
}
 
#map {
	position: absolute;	
	top: 75px;
	right: 0px;
	width: 100%;
	height: calc(100% - 75px);
	z-index: 1;
}
.ol-popup {
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5 0 5 5;
	margin: 0 0 0 0;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -88px;
	min-width: 175px;
	max-width: 175px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 88px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 88px;
	margin-left: -11px;
}






.ol-popupObj {
	position: absolute;
	background-color: white;
	cursor: hand;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5 0 5 5;
	margin: 0 0 0 0;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 19px;
	left: -88px;
	min-width: 175px;
	max-width: 175px;
}
.ol-popupObj:after, .ol-popupObj:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popupObj:after {
	border-top-color: white;
	border-width: 10px;
	left: 88px;
	margin-left: -10px;
}
.ol-popupObj:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 88px;
	margin-left: -11px;
}

/* BOTTOM */
#bottom {
	display: block;
	width: 100%;
	height:  300px;
	position: absolute;	
	bottom: 0px;
	right: 0px;
	background-color: #f9fafc;
	z-index: 999;
	overflow-x: hidden;	
	overflow-y: hidden;	 /* scroll */
	/*direction:rtl;*/
}
#foldBottom{
	background-color: #ccc;
	width: 50px;
	height: 25px;
	right:25px;
	bottom: 0px;
	position: absolute;
	cursor: hand;
	line-height: 50px;
	text-align:center;
	opacity: 0.75;
	z-index: 999;
	
}	
#foldBottom span{
	line-height: 25px;
	text-align:center;
}	
#menuBottom {
	padding: 0 5 5 5;
	direction:ltr;
}

#menuBottom #header {
	background-color: #e6e7eb;
	color: #666;
	width: calc(100% + 10px);
	height: 40px;
	display: block;
	margin: 0 0 5 -5;	
}

#menuBottom #header #title {
	background-color: #e6e7eb;
	color: #666;
	width: calc(100% - 34px);
	float: left;
	font-size: 18px;
	padding: 5 5 0 5;
	font-weight: bold;
	text-overflow: ellipsis;
	max-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
#menuBottom #header #close {
	background-color: #e6e7eb;
	color: #666;
	width: 24px;
	float: left;
	padding: 5 0 0 0;
}



#menuBottom .infoBlock .infoBlockHalf {
	float:left;
	width: calc(50% - 0.5px);
}
#menuBottom .infoBlockQ .infoBlockQuarter {
	float:left;
	width: calc(25% - 3.75px);
}
#menuBottom .infoBlockQ .infoBlockQuarter .info {
	width: calc(100% - 8px);
	padding: 0 4 0 4;
	float: right;
	line-height: 25px;
	text-overflow: ellipsis;
}
  
#menuBottom .infoBlockQ,
#menuBottom .infoBlock {
	/*border-radius: 10px;
	border: 1px solid #eff0f2;*/
	background-color: #f9fafc;	
	color: #2d2d2d;
	width: calc(100%);
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 2px;
	font-size: 10px;
}
#menuBottom .infoBlockQ {
	line-height: 50px;
	height: 50px;
}
#menuBottom .infoBlockQ .icon,
#menuBottom .infoBlock .icon {
	float: left;
	padding-top: 4px; 
	background-color: #fff;
	width:  20px;
	height: 21px;
	text-align: center;	
	line-height: 25px;
	font-size: 14px;
	
	display:none;
}
#menuBottom .infoBlockQ .title,
#menuBottom .infoBlock .title{
	float: left;
	/*width: 56px;*/
	width: 76px;
	/*color: #66ccff;*/
	color: #1b97ab;
	font-weight:bold;
	text-align: left;
	padding: 0 0 0 3;
	height: 25px;
	line-height: 25px;	
	font-size: 10px;	
	
}
#menuBottom .infoBlockQ .infoBlockQuarter .title{
	width: calc(100% - 3px);
}
#menuBottom .infoBlockQ .info,
#menuBottom .infoBlock .info {
	width: calc(100% - 82px);
	float: right;
	height: 25px;
	line-height: 25px;	
	padding: 0 0 0 3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
	background-color: #fff;	
}
 
#menuBottom .infoBlockQ .info img,
#menuBottom .infoBlock .info img {
	max-height: 12px;
}


#menuBottom .infoBlockQ .infoBlockSeperator,
#menuBottom .infoBlock .infoBlockSeperator {
	background-color: #f9fafc;	
	float:left;
	width: 1px;
	height: 25px;
}

#menuBottom #imageInfo {
	width: 300px;
	height: 260px;
	float: left;
	padding-right:10px;
}
#menuBottom #image {
	width: 300px;
	height: 200px;
	float: left;
	text-align:center;	
	cursor: hand;
}
#menuBottom #image img {
	max-width: 300px;
	max-height: 190px;	
}
#menuBottom #imageshots {
	width: 300px;
	height: 60px;
	float: left;
	text-align:center;
}

#menuBottom #imageshots img{
	cursor: hand;
	max-height: 50px;
	padding-right: 5px;
}


#menuBottom #generalInfo {
	width: calc(100% - 498px);
	float: left;
}

#menuBottom #menu {
	width: 180px;
	float: right;
	padding: 0 4 0 4;

}

#menuBottom .shortcutPanel {	
	width: calc(100%);
	height: 75px;
	font-size: 12px;
	line-height: 75px;
	margin-top: 0px;
	margin-bottom: 5px;
	float: right;
}
#menuBottom .shortcutPanel .shortcut{	
	background-color: #e6e7eb;	
	width: 81px;
	height: 75px;
	float: left;	
}
#menuBottom .shortcutPanel .seperator {
	background-color: #f9fafc;	
	float:left;
	width: 5px;
	height: 75px;
}
#menuBottom .shortcutPanel .shortcut .icon{		
	margin: 12px 0 0 0;
	width: 100%;
	height: 38px;
	text-align: center;	
	color: #666;
}
#menuBottom .shortcutPanel .shortcut .title {
	font-size: 10px;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
	height: 20px;
	line-height: 20px;
	text-align:center;
	color: #2d2d2d;
	font-weight: bold;
}


/* LEFT */
#left {
	display: block;
	height: calc(100% - 75px);
	width: 250px;
	position: absolute;	
	top: 75px;
	left: 0px;
	overflow: hidden;	
	background-color: #2d2d2d;
	z-index: 999;
}
#left #foldLeft{
	background-color: #2d2d2d;
	cursor: hand;
	line-height: 50px;
	text-align:right;
	padding-right: 10px;
}	
#left #foldLeft span{
	line-height: 50px;
	text-align:center;
}	

/* LEFTX */
#leftX {
	display: block;
	height: calc(100% - 75px);
	width: 349px;
	position: absolute;	
	top: 75px;
	left: 250px;	
	overflow-x: hidden;	
	overflow-y: scroll;
	background-color: #f9fafc;
	z-index: 999;
	direction:rtl;
	border-right: 1px solid #2d2d2d;
}
#foldLeftX{
	background-color: #ccc;
	width: 25px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	left:0px;
	top: 85px;
	position: absolute;
	cursor: hand;
	opacity: 0.75;
	z-index: 999;
}	
#foldLeftX span{
	line-height: 50px;
	text-align:center;
}	


/* TOP */
#top {
	width: 100%;
	height: 75px;
	position: relative;	
	float: right;		
	z-index:10;
	background-color: #f07d00;
}
#top #topleft {
	background-color: #f07d00;
	background-image: url(../../../res/trackpointer/logo.png);
    background-repeat: no-repeat;
    background-position: 10px 0;
	background-size: auto 90%;
	width: 50%;
	height: 100%;
	float:left;
}
#top #topright {
	background-color: #f07d00;
	width: 50%;
	float:right;
}
#top #topright #menuuser{
	float:right;
	padding: 20 8 0 0;
	margin-right: 16px;
	width: 52px;
	cursor:hand;
}
#top #topright #menu{
	float:right;
	padding: 16 8 0 0;
	width: 52px;
	cursor:hand;
}
#top #topright #menuuser img{
	max-width: 48px;
}
#top #topright #menu img{
	max-width: 48px;
}
#top #topright #menuuser{
	width:200px;
	text-align: right;
}
#top #topright #menuuser #text{
	margin-top: -28px;
	width:140px;
	text-align: right;
	color: #fff;
	font-size: 14px;
}
 
/* MAIN */
#main {
	width: calc(100% - 1050px);
	height: calc(100% - 75px);
	position: absolute;	
	top: 75px;
	left: 700px;
	float: left;		
	z-index:998;	
	overflow: hidden;	
	background-color: #fafafa;
}
#main #content table tr td {
	padding: 2 5 2 5;
	font-size: 11px;
}
#main #content table tr td.empty {
	font-size: 0px;
	padding: 0 0 0 0;
}
#main #content table tr td.spacer {
	padding: 20 0 0 0;
}
#main #content table tr td.titleT {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
	padding: 15 0 15 15;
}
#main #content table tr td.titleM {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	padding: 15 0 15 15;
	margin: 15 0 15 0;
}

#main #content table tr td #alarmToConstraint {
	max-height: 100px;
	min-height: 100px;
	width: 100%;
	overflow: auto;
}

#main #content p{
	padding: 5 5 5 15;
	font-size: 11px;
}
#main #content .btn,
#main #content75 .btn {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	background-color: #4f4f4f;
	color: #fff;
	text-align: center;
	padding: 8 0 7 0;
	font-weight: bold;
	cursor: hand;
}

#main #header {
	height: 25px; 
	width: calc(100% - 10px);
	padding: 10 0 10 10;	
	background-color: #fff;

}
#main #header #title{
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
	float: left;
	font-weight: bold;
}
#main #header #title a{
	text-decoration: none;	
}
#main #header #options{
	float: right;
	padding: 0 10 0 0;
}

#main #content {
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	overflow: auto;
	width: calc(100% - 20px);
	height: calc(100% - 135px);
	margin: 20 10 20 10;
	background-color: #fff;
}
#main #content75 {
	border-radius: 5px;
	overflow: auto;
	width: calc(75% - 20px);
	height: calc(100% - 135px);
	margin: 20 10 20 10;
	background-color: #fff;
	float: right;
}

#main #content75 table tr td {
	padding: 2 2 2 15;
	font-size: 12px;
}
#main #content75 table tr td img {
	max-height: 32px;
	max-width: 32px;
}
#main #content75 table tr td div img {
	max-height: 300px;
	max-width: 300px;
}
#main #content75 table tr td.title {
	font-size: 14px;
	font-weight: bold;
	padding: 15 0 15 15;
}

#main #content75 table tr td input[type="text"],
#main #content75 table tr td select{
	font-size: 12px;	
	width:100%;
	margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 7 20 7 20;
}




#main #submenu {
	border-radius: 5px;
	overflow: auto;
	width: calc(25% - 20px);
	height: calc(100% - 135px);
	margin: 20 10 20 10;
	background-color: #fff;
	float: left;
}
#main #submenu #menuitem{
	position: relative;
	height: 50px;
	width: calc(100% - 15px);
	background-color: #ffffff;
	cursor: hand;	
	line-height: 50px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #ffffff;	
	border-bottom: 1px dotted #e7e7e7;	
	display: block;
}
#main #submenu #menuitemSelected{
	position: relative;
	height: 50px;
	width: calc(100%-15px);
	background-color: #ffffff;
	cursor: hand;	
	line-height: 50px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #1b97ab;	
	display: block;
}


#main #content #alarmtype{
	float: left;
	line-height: 100px;
	min-height:  100px;
	max-height:  100px;
	min-width:   110px;
	max-width:   110px;
	margin: 0 10 0 0;
	border: 1px solid #e7e7e7;
}
#main #content #alarmtype #icon{
	font-size: 48px;
	width: 48px;
	height: 48px;
	margin: 10 auto;
	text-align: center;
}
#main #content #alarmtype #title{
	font-size: 12px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
}


#main #footer {
	border-radius: 5px;
	height: 25px;
	bottom: 0;
	width: calc(100% - 20px);
	padding: 10 0 10 0;
	margin: 0 10 5 10;
	background-color: #fff;
	overflow: hidden;
	background-color: #4f4f4f;
}
#main #footer table{
	border-collapse: collapse;
}
#main #footer table tr td {
	padding: 5 5 5 5;
	background-color: #4f4f4f;
    cursor: hand;
	text-align: center;
}
#main #footer table tr td a{
	color: #fff;	
	text-decoration: none;
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
/* LOGIN */
td.login {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align:right;
}

input.login{
	font-size: 16px;	
	width:100%;
	margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;	
}







/* MENU */ 
/*#leftX #menuLeftX #submenu{
	position: relative;
	height: 70px;
	width: calc(100% - 10px);
	background-color: #ffffff;
	cursor: hand;	
	line-height: 60px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #efefef;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
}*/

#leftX #menuLeftX .submenu{
	position: relative;
	height: 70px;
	width: calc(100% - 10px);
	background-color: #ffffff;
	cursor: hand;	
	line-height: 60px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #efefef;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
}
#leftX #menuLeftX .submenu.selected {
	background-color: #ccc; 
}




#left #menuLeft #submenu{
	position: relative;
	height: 60px;
	width: calc(100% - 10px);
	background-color: #4f4f4f;
	cursor: hand;	
	line-height: 60px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #4f4f4f;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;
}
 
#left #menuLeft #submenuSelected{
	position: relative;
	height: 50px;
	width: calc(100%-10px);
	background-color: #777;
	cursor: hand;	
	line-height: 50px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #1b97ab;	
	display: block;
}


#leftX #menuLeftX #menu{
	position: relative;
	height: 40px;
	width: calc(100% - 10px);
	background-color: #f9fafc;
	cursor: hand;	
	line-height: 40px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #ddd;	
	color: #000;
	display: block;	
}
#leftX #menuLeftX #search{
	position: relative;
	height: 40px;
	width: calc(100% - 10px);
	background-color: #f9fafc;
	cursor: hand;	
	line-height: 40px;
	text-align:left;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;	
	color: #000;
	display: block;	
}
#leftX #menuLeftX #search #input{
	width: calc(100% - 35px);
	float: left;
}
#leftX #menuLeftX #search #opt{
	width: 35px;
	float: left;	
	padding-top: 8px;
	text-align: center;
}
#leftX #menuLeftX #search input{
	font-size: 12px;	
	width:100%;
	margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;		
}

#left #menuLeft #menu{
	position: relative;
	height: 40px;
	width: calc(100% - 10px);
	background-color: #2d2d2d;
	cursor: hand;	
	line-height: 40px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #2d2d2d;	
	color: #fff;
	display: block;
}
#left #menuLeft #menuSelected{
	position: relative;
	height: 50px;
	width: calc(100%-10px);
	background-color: #242424;
	cursor: hand;	
	line-height: 50px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #1b97ab;	
	display: block;
}


#leftX #menuLeftX #menuSelected div.icon,
#leftX #menuLeftX #menu div.icon,
#left #menuLeft #menuSelected div.icon,
#left #menuLeft #menu div.icon {
	position: absolute;
	left: 7px;
	margin-top: 8px; 
	width: 28px;
}	


#leftX #menuLeftX .submenu .selected div.icon,
#leftX #menuLeftX .submenu div.icon,
#leftX #menuLeftX #submenuSelected div.icon,
#leftX #menuLeftX #submenu div.icon,
#left #menuLeft #submenuSelected div.icon,
#left #menuLeft #submenu div.icon{
	position: absolute;
	left: 20px;
	margin-top: 12px; 
	width: 28px;
}	
#leftX #menuLeftX .submenu .selected div.info,
#leftX #menuLeftX .submenu div.info,
#leftX #menuLeftX #submenuSelected div.info,
#leftX #menuLeftX #submenu div.info{
	position: absolute;
	left: 40px;	
	margin-left: 20px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #2d2d2d;
	margin-top: 1px;
	width: calc(100% - 78px);
	height: 40px;
}

#leftX #menuLeftX .submenu .selected div.info div.rule1,
#leftX #menuLeftX .submenu div.info div.rule1,
#leftX #menuLeftX #submenuSelected div.info div.rule1,
#leftX #menuLeftX #submenu div.info div.rule1{
	position: absolute;
	top: 5px;
	font-weight: bold;
	height: 12px;
	line-height: 12px;
	font-size: 12px;	
	width: 100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	
}
#leftX #menuLeftX .submenu .selected div.info div.rule2,
#leftX #menuLeftX .submenu div.info div.rule2,
#leftX #menuLeftX #submenuSelected div.info div.rule2,
#leftX #menuLeftX #submenu div.info div.rule2{
	position: absolute;
	top: 23px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;	
	width: 100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#leftX #menuLeftX .submenu .selected div.info div.datetime,
#leftX #menuLeftX .submenu div.info div.datetime,
#leftX #menuLeftX #submenuSelected div.info div.datetime,
#leftX #menuLeftX #submenu div.info div.datetime{
	width: 121px;
	float: left;
}
#leftX #menuLeftX .submenu .selected div.info div.warning,
#leftX #menuLeftX .submenu div.info div.warning,
#leftX #menuLeftX #submenuSelected div.info div.warning,
#leftX #menuLeftX #submenu div.info div.warning{
	width: 121px;
	float: left;
	color: red;
	
}
#leftX #menuLeftX .submenu .selected div.info div.mileage,
#leftX #menuLeftX .submenu div.info div.mileage,
#leftX #menuLeftX #submenuSelected div.info div.mileage,
#leftX #menuLeftX #submenu div.info div.mileage{
	width: 121px;
	float: left;
	text-align: right;
}
#leftX #menuLeftX .submenu .selected div.info div.rule3,
#leftX #menuLeftX .submenu div.info div.rule3,
#leftX #menuLeftX #submenuSelected div.info div.rule3,
#leftX #menuLeftX #submenu div.info div.rule3{
	position: absolute;
	top: 37px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;	
	width: 100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	direction:ltr;
}
#leftX #menuLeftX .submenu .selected div.info div.rule3 img,
#leftX #menuLeftX .submenu div.info div.rule3 img,
#leftX #menuLeftX #submenuSelected div.info div.rule3 img,
#leftX #menuLeftX #submenu div.info div.rule3 img {
	max-height: 12px;
}
#leftX #menuLeftX .submenu .selected div.info div.rule4,
#leftX #menuLeftX .submenu div.info div.rule4,
#leftX #menuLeftX #submenuSelected div.info div.rule4,
#leftX #menuLeftX #submenu div.info div.rule4{
	position: absolute;
	top: 53px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;	
	width: 100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


#leftX #menuLeftX #menuSelected div.text,
#leftX #menuLeftX #menu div.text{
	position: absolute;
	left: 30px;	
	margin-left: 20px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	margin-top: 1px;
	width: calc(100% - 78px);
}
#left #menuLeft #submenuSelected div.text,
#left #menuLeft #menuSelected div.text,
#left #menuLeft #submenu div.text,
#left #menuLeft #menu div.text{
	position: absolute;
	left: 30px;	
	margin-left: 20px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin-top: 1px;
	width: calc(100% - 78px);
}
 

#leftX #menuLeftX #menuSelected div.opt,
#leftX #menuLeftX #menu div.opt,
#left #menuLeft #menuSelected div.opt,
#left #menuLeft #menu div.opt{
	position: absolute;
	right: 0px;	
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	padding-top: 12px; 
	width: 35px;
	height: calc(100% - 12px);
	text-align: center;
}



#menuBottom #showMore {
	position: relative;
	height: 40px;
	width: calc(100% - 15px);
	background-color: #efefef;
	cursor: hand;	
	line-height: 40px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #efefef;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
		float: right;
}

#menuBottom #rideLeft {
	float: left;
	width: 150px;
}
#menuBottom #rides {
	float: right;
	width: calc(100% - 164px);
	height: 220px;
	overflow: auto;
}
#menuBottom #ridetimeline {
	float: right;
	width: calc(100% - 164px);
	height: 34px;
	overflow: hidden;
}
#menuBottom #ridetimeline table{
	border-collapse: collapse;
}
#menuBottom #ridetimeline table tr td{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#menuBottom #ridetimeline table tr td.minute{
	height: 12px;
	width: 1px;	
	max-width: 1px;	
	cursor: hand;
	background-color: #ff6666;
}
#menuBottom #ridetimeline table tr td.spacer{
	height: 4px;
	width: 1px;	
	max-width: 1px;	
}
#menuBottom #ridetimeline table tr td.line{
	height: 3px;
	width: 1px;	
	max-width: 1px;	
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #888;
}
#menuBottom #ridetimeline table tr td.lineinfo{
	height: 10px;
	width: 1px;	
	font-size: 9px;
	max-width: 1px;	

}
#menuBottom #ridedetail {
	float: right;
	width: calc(100% - 164px);
	height: 221px;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 99;
	position: absolute;
	background-color: #f9fafc;
}
#menuBottom #ridedetail .rideMoreInfo{
	width: calc(100% - 50px);
}
#menuBottom #rideOpt {
	position: relative;
	height: 80px;
	width: 100%;
	background-color: #f9fafc;
	cursor: hand;	
	line-height: 40px;
	text-align:left;
	font-size: 12px;
	border-left: 5px solid #f9fafc;	
	border-right: 5px solid #f9fafc;
	display: block;	
}

#menuBottom #rideOpt #optDate {
	width: calc(100%);		
	line-height: 40px;
	height: 40px;
	text-align: center;
}

#menuBottom #rideOpt #optLeftD {
	float: left;
	width: 35px;
	line-height: 40px;
	height: 40px;
	padding: 7 0 0 0;
}
#menuBottom #rideOpt #optLeft {
	float: left;	
	width: 35px;
	line-height: 40px;
	height: 40px;
	padding: 7 0 0 0;	
}

#menuBottom #rideOpt #optRight {
	float: right;
	width: 35px;
	line-height: 40px;
	height: 40px;
	padding: 7 0 0 0;
	text-align:	right;
}
#menuBottom #rideOpt #optRightD {
	float: right;	
	width: 35px;
	line-height: 40px;
	height: 40px;
	padding: 7 0 0 0;	
	text-align:	right;
} 	









#menuBottom #rideTotals {
	position: relative;
	height: 120px;
	width: 100%;
	background-color: #f9fafc;
	cursor: hand;	
	line-height: 40px;
	text-align:left;
	font-size: 12px;
	border-left: 5px solid #f9fafc;	
	border-right: 5px solid #f9fafc;	
	display: block;		
	padding: 0 0 0 0; 
	margin: 0 0 0 0;

}
#menuBottom #rideTotals  #totalBlock {
    /*width: calc(100% - 58px);*/
	width: calc(100% - 29px);
    text-align: center;
    font-size: 10px;
    display: block;
    padding: 0 0 0 0;
    margin: 2 0 0 0;
	height: 22px;
	line-height: 22px;
	float: left;
}
#menuBottom #rideTotals  #totalIcon{
	float: left;
	width: 24px;
	height: 22px;
	padding: 0 0 5 5;
}
#menuBottom #rideTotals #totalPark ,
#menuBottom #rideTotals #totalMileage,
#menuBottom #rideTotals #totalDrive {
	margin: 0 2 0 2;
    padding: 3 0 4 0;
    width: calc(100% - 6px);
    text-align: left;
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	background-color: #fff;
    height: 22px;
    border-radius: 5px;
    border: 1px solid #ebecee;
	margin: 4 0 4 0;
}
 

INPUT[type='time'],
INPUT[type='date'] {
    font-size: 12px;
    width: 90%;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    padding: 6 6 6 6;
    margin: 4 0 0 0;
}
/*
#menuBottom #positionBlock{
	position: relative;
	width: calc(100%);
	text-align:left;
	font-size: 12px;	
	display: block;		
}
*/
#menuBottom .rideBlock {
	position: relative;
	height: 32px;
	width: calc(100% - 15px);
	background-color: #f9fafc;
	cursor: hand;	
	line-height: 32px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #f9fafc;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
}
#menuBottom #positionBlock div.icon,
#menuBottom .rideBlock div.icon{
	position: absolute;
	left: 7px;
	margin-top: 4px; 
	width: 28px;
}	
#menuBottom #positionBlock div.iconE,
#menuBottom .rideBlock div.iconE{
	position: absolute;
	left: 7px;
	margin-top: 4px; 
	width: 56px;
	padding-right: 8px;
}	
#menuBottom #positionBlock div.icon2,
#menuBottom .rideBlock div.icon2{
	position: absolute;
	left: 26px;
	width: 24px;
	height: 24px;
	top: 0px;
	float:right;
}	
#menuBottom .rideBlock div.icon img, 
#menuBottom .rideBlock div.icon2 img{
	max-width: 24px;
	max-height: 24px;
}
#menuBottom .rideBlock div.info{
	position: absolute;
	left: 40px;	
	margin-left: 20px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #2d2d2d;
	margin-top: 1px;
	width: calc(100% - 78px);
	height: 25px;
}
 
#menuBottom #rideBlockSmall {
	position: relative;
	height: 40px;
	width: calc(100% - 15px);
	background-color: #f9fafc;
	cursor: hand;	
	line-height: 60px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #f9fafc;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
		float: right;
}
#menuBottom #rideBlockSmall div.icon{
	position: absolute;
	left: 7px;
	margin-top: 8px; 
	width: 28px;
}	
#menuBottom #rideBlockSmall div.info{
	position: absolute;
	left: 40px;	
	margin-left: 20px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #2d2d2d;
	margin-top: 1px;
	width: calc(100% - 78px);
	height: 25px;
}

#menuBottom .positionBlock {
	position: relative;
	height: 55px;
	width: calc(100% - 15px);
	background-color: #f9fafc;
	cursor: hand;	
	line-height: 60px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #f9fafc;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
}
#menuBottom .positionBlock div.icon{
	position: absolute;
	left: 7px;
	margin-top: 8px; 
	width: 30px;
	line-height:30px;
	text-align: center;
	font-size: 10px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
}	
#menuBottom .positionBlock div.info{
	position: absolute;
	left: 40px;	
	margin-left: 20px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #2d2d2d;
	margin-top: 1px;
	width: calc(100% - 78px);
	height: 25px;
}



/*
#menuBottom #ridedetail {
	position: relative;
	height: 450px;
	margin-top: -1px;
	width: calc(100% - 15px);
	background-color: #efefef;
	cursor: hand;	
	line-height: 60px;
	text-align:left;
	font-size: 12px;
	border-left: 5px solid #efefef;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
	padding: 0 0 0 10;
}*/
 
#menuBottom #ridedetail .rideInfoClose {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
    text-align: center;
	color: #666;
	background-color: #e6e7eb;
}
#menuBottom #ridedetail .rideInfoClose span {
	line-height: 40px;
}

#menuBottom #ridedetail .rideInfoMoreDetail {
	position: absolute;
	right: 0px;
	top: 44px;
	width: 40px;
	height: 40px;
	line-height: 40px;
    text-align: center;
	color: #666;
	background-color: #e6e7eb;
}
#menuBottom #ridedetail .rideInfoMoreDetail span {
	line-height: 40px;
}

#menuBottom #ridedetail .parkInfoDetail,
#menuBottom #ridedetail .rideInfoDetail{
	height: 25px;
	line-height: 25px;
	float: left;
	/*border: 1px solid #ccc; */
	width: calc(100% - 50px);
	text-align: center;
	font-size: 10px;
	display:block;	
	padding: 0 0 0 0;
	margin: 0 0 0 5;
}
#menuBottom #ridedetail .parkInfoDetail .title,
#menuBottom #ridedetail .rideInfoDetail .title,
#menuBottom #ridedetail .parkInfoDetail .titleH,
#menuBottom #ridedetail .rideInfoDetail .titleH {
	background-color: #f9fafc;
	float: left;
    width: 100px; 
    color: #1b97ab;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 5;
    height: 25px;
    line-height: 25px;
    font-size: 10px; 
}
#menuBottom #ridedetail .parkInfoDetail .value,
#menuBottom #ridedetail .rideInfoDetail .value {
	float: left;
	width: calc(100% - 112px);
	background-color: #fff;
	height: 25px;
	line-height: 25px;	
	text-align: left;
	padding: 0 0 0 6;	
}

#menuBottom #ridedetail .parkInfoDetail .valueH,
#menuBottom #ridedetail .rideInfoDetail .valueH {
	float: left;
	width: calc(50% - 112px);
	background-color: #fff;
	height: 25px;
	line-height: 25px;	
	text-align: left;
	padding: 0 0 0 6;
}




#menuBottom #ridedetail .rideInfoDetailRemark{
	background-color: #fff;
	height: 100px;
	line-height: 25px;
	float: left;
	border: 1px solid #ccc; 
	width: calc(100% - 50px);
	text-align: center;
	font-size: 10px;
	display:block;	
	padding: 0 0 0 0;
	margin: 0 0 0 5;
}
#menuBottom #ridedetail .rideInfoDetailRemark .title {
	width: calc(100%-5px);
	background-color: #f9fafc;
	float: left;
    color: #1b97ab;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 5;
    height: 25px;
    line-height: 25px;
    font-size: 10px; 
}
#menuBottom #ridedetail .rideInfoDetailType{
	background-color: #fff;
	height :60px;
	line-height: 25px;
	float: left;
	border: 1px solid #ccc; 
	width: calc(100% - 50px);
	text-align: center;
	font-size: 10px;
	display:block;	
	padding: 0 0 0 0;
	margin: 0 0 0 5;
}
#menuBottom #ridedetail .rideInfoDetailType .rideTypeSelected{
	background-color: #7a838d;
	margin-left:0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding: 5 0 5 0;
	margin: 1 0 1 0;
	color: #ffffff;
	font-weight:bold;	
	display:block;
}
#menuBottom #ridedetail .rideInfoDetailType .rideType{
	background-color: #e6e7eb;
	color: #666666;
	font-weight:bold;	
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	display:block;
	padding: 5 0 5 0;
	margin: 1 0 1 0;
}
#menuBottom #ridedetail .parkInfoDetail .value .whiteButton{
	background-color: #e6e7eb;
	color: #666666;
	font-weight:bold;	
	float: left;
	width: 177px;
	text-align: center;
	font-size: 10px;
	display:block;
	padding: 5 0 5 0;
	margin: 1 0 1 0;
}




#menuBottom #positionBlock div.info{
	position: absolute;
	left: 40px;	
	margin-left: 20px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #2d2d2d;
	margin-top: 1px;
	width: calc(100% - 78px);
	height: 25px;
}









/*
#menuBottom #positionBlock div.info{
	position: relative;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #2d2d2d;
	margin-top: 1px;
	height: 40px;
	border-bottom: 1px dotted #2d2d2d;
	background-color: #efefef;
	padding: 5 10 10 10;
}*/

#menuBottom #positionBlock {
	position: relative;
	height: 55px;
	width: calc(100% - 10px);
	background-color: #f9fafc;
	cursor: hand;	
	line-height: 60px;
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
	border-left: 5px solid #f9fafc;	
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
}
#menuBottom #positionBlock div.info div.rule1 .datetime {
	width: 40%;
	float: left;
}
#menuBottom #positionBlock div.info div.rule1 .speed {
	width: 30%;
	float: left;
}
#menuBottom #positionBlock div.info div.rule1 .state {
	width: 30%;
	float: left;
} 
#menuBottom #positionBlock  div.info div.rule2 img{
	max-height: 12px;
}
#menuBottom #positionBlock div.info div.rule1,
#menuBottom .positionBlock div.info div.rule1,
#menuBottom .rideBlock div.info div.rule{
	position: absolute;
	top: 5px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	font-size: 12px;	
	width: 100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
}
#menuBottom .positionBlock div.info div.rule1 .col1,
#menuBottom .rideBlock div.info div.rule .col1 {
	width: 75px;
	float: left;
}
#menuBottom .rideBlock div.info div.rule .col1mini {
	width: 25px;
	float: left;
}
#menuBottom .rideBlock div.info div.rule .col2e {
	width: 125px;
	float: left;
	text-align: left;
}
#menuBottom .positionBlock div.info div.rule1 .col2,
#menuBottom .rideBlock div.info div.rule .col2 {
	width: 100px;
	float: left;
	text-align: left;
}
#menuBottom .rideBlock div.info div.rule .col3 {
	width:  85px;
	float: left;
	text-align: left;
}
#menuBottom .rideBlock div.info div.rule .col4 {
	width:  calc(50% -  195px);
	float: left;
	text-align: left;
}
#menuBottom .rideBlock div.info div.rule .col4e {
	width:  calc(100% -  300px);
	float: left;
	text-align: left;
}
#menuBottom .rideBlock div.info div.rule .col4e img {
	max-height: 16px;
}
#menuBottom .rideBlock div.info div.rule .col5 {
	width:  calc(50% -  195px);
	float: left;
	text-align: left;
}
#menuBottom .rideBlock div.info div.rule .col6 {
	width:  130px;
	float: left;
	text-align: right;
}
#menuBottom .rideBlock div.info div.rule .col4and5 {
	width:  calc(100% -  390px);
	float: left;
	text-align: left;
}
#menuBottom .rideBlock div.info div.rule .col4e {
	width:  calc(50% -  130px);
	float: left;
	text-align: left;
}
#menuBottom .rideBlock div.info div.rule .col5e {
	width:  calc(0% -  130px);
	float: left;
	text-align: left;
}





#menuBottom .rideBlock div.info div.rule .col4 span,
#menuBottom .rideBlock div.info div.rule .col5 span,
#menuBottom .rideBlock div.info div.rule .col6 span {
	font-size: 18px;
}


#menuBottom #positionBlock div.info div.rule2,
#menuBottom .positionBlock div.info div.rule2 {
	position: absolute;
	top: 23px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;	
	width: 100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#menuBottom .positionBlock div.info div.rule3{
	position: absolute;
	top: 37px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;	
	width: 100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#menuBottom .positionBlock div.info div.rule4{
	position: absolute;
	top: 53px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;	
	width: 100%;	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

textarea {
	resize:none;
}
textarea.rideRemark {
	border: 0px; 
	width: 100%; 
	height: 50px;
	font-size: 12px;
}
textarea.defaultTextArea {
	width: 100%; 
	height: 70px;
	font-size: 12px;
	
	margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 7 20 7 20;		
}
textarea.mailTextArea {
    height: 200px;
}

#combiMileageValueP {
	width: 45%;
	float:left;
	text-align:left;
	margin-bottom: 8px;
	font-size:10px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5 5 5 5 ;	
}
#combiMileageValueB {
	width: 45%;
	float:right;
	text-align:right;
	margin-bottom: 8px;
	font-size:10px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5 5 5 5 ;	
}
.combiSlider {
  /*-webkit-appearance: none;*/
  width: 100%;
  height: 12px;
  border-radius: 10px;   
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
} 
.combiSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%; 
  background: #0f6e7d;
  cursor: pointer;
}

.combiSlider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0f6e7d;
  cursor: pointer;
}


.saveBtn{
	background-color: #e6e7eb;
	margin-left:0px;	
	float: left;	
	width: 100%;
	text-align: center;
	font-size: 10px;	
	padding: 6 0 6 0;
	margin: 5 0 5 0;
	cursor:pointer;
	display:block;
	color:#666;
	line-height: 16px;
}
.saveBtn:hover{
	background-color: #e6e7eb;
	margin-left:0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding: 6 0 6 0;
	margin: 5 0 5 0;
	cursor:pointer;
	display:block;
	color:#fff;
}

#main #content75 table tr.objectrow td,
#main #content75 table tr.unitrow td{
	padding: 4 0 4 0;
}

.button{
	background-color: #2d2d2d;
	color: #fff;
	font-weight:bold;	
	height: 15px;
	line-height: 15px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	display:block;
	padding: 5 0 5 0;
	margin: 0 0 0 0;
}
.button:hover{
	background-color: #999;
	color: #fff;
	font-weight:bold;	
	height: 15px;
	line-height: 15px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	display:block;
	padding: 5 0 5 0;
	margin: 0 0 0 0;
}


input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #fafafa;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}