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

/* RIGHT */
#right {
	display: block;
	width: 366px;
	height:  calc(100% - 75px);
	position: absolute;	
	top: 75px;
	right: 0px;
	background-color: #ddd;
	z-index: 999;
	overflow-x: hidden;	
	overflow-y: scroll;	
	direction:rtl;
}
#foldRight{
	background-color: #ccc;
	width: 25px;
	height: 50px;
	right:0px;
	top: 85px;
	position: absolute;
	cursor: hand;
	line-height: 50px;
	text-align:center;
	opacity: 0.75;
	z-index: 999;
	
}	
#foldRight span{
	line-height: 50px;
	text-align:center;
}	
#menuRight {
	padding: 0 5 5 5;
	direction:ltr;
}

#menuRight #header {
	background-color: #2d2d2d;
	color: #fff;
	width: calc(100% + 10px);
	height: 40px;
	display: block;
	margin: 0 0 5 -5;	
}

#menuRight #header #title {
	background-color: #2d2d2d;
	color: #fff;
	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;
}
#menuRight #header #close {
	background-color: #2d2d2d;
	color: #fff;
	width: 24px;
	float: left;
	padding: 5 0 0 0;
}

#menuRight .infoBlock .infoBlockHalf {
	float:left;
	width: calc(50% - 0.5px);
}
#menuRight .infoBlockQ .infoBlockQuarter {
	float:left;
	width: calc(25% - 3.75px);
}
#menuRight .infoBlockQ .infoBlockQuarter .info {
	width: calc(100% - 8px);
	padding: 0 4 0 4;
	float: right;
	line-height: 25px;
	text-overflow: ellipsis;
}
 

/* OLD
#menuRight .infoBlock {
	background-color: #fff;	
	color: #2d2d2d;
	width: calc(100%);
	height: 56px;
	font-size: 12px;
	line-height: 50px;
	margin-bottom: 5px;
}
#menuRight .infoBlock .icon {
	position: absolute;	
	margin-top: 6px; 
	width:  36px;
	height: 36px;
	text-align: center;	
	line-height: 36px;
}
#menuRight .infoBlock .info {
	width: calc(100% - 71px);
	float: right;
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background-color: #fff;
}
#menuRight .infoBlock .infoBlockSeperator {
	background-color: #ddd;	
	float:left;
	width: 5px;
	height: 50px;
}
#menuRight .infoBlock .title{
	background-color: #bbb;	
	width: calc(100% - 6px);
	font-size: 10px;
	height: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 3 3 3 3;
}
*/
#menuRight .infoBlockQ,
#menuRight .infoBlock {
	background-color: #efefef;	
	color: #2d2d2d;
	width: calc(100%);
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 2px;
	font-size: 10px;
}
#menuRight .infoBlockQ {
	line-height: 50px;
	height: 50px;
}
#menuRight .infoBlockQ .icon,
#menuRight .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;
}
#menuRight .infoBlockQ .title,
#menuRight .infoBlock .title{
	float: left;
	/*width: 56px;*/
	width: 76px;
	background-color: #fff;
	/*color: #66ccff;*/
	color: #1b97ab;
	font-weight:bold;
	text-align: left;
	padding: 0 0 0 3;
	height: 25px;
	line-height: 25px;	
	font-size: 10px;
	
}
#menuRight .infoBlockQ .infoBlockQuarter .title{
	width: calc(100% - 3px);
}
#menuRight .infoBlockQ .info,
#menuRight .infoBlock .info {
	width: calc(100% - 82px);
	float: right;
	background-color: #fff;
	height: 25px;
	line-height: 25px;	
	padding: 0 0 0 3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;		
}
 
#menuRight .infoBlockQ .info img,
#menuRight .infoBlock .info img {
	max-height: 12px;
}


#menuRight .infoBlockQ .infoBlockSeperator,
#menuRight .infoBlock .infoBlockSeperator {
	background-color: #ddd;	
	float:left;
	width: 1px;
	height: 25px;
}
#menuRight .shortcutPanel {	
	width: calc(100%);
	height: 75px;
	font-size: 12px;
	line-height: 75px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menuRight .shortcutPanel .shortcut{	
	background-color: #efefef;	
	width: 81px;
	height: 75px;
	float: left;	
}
#menuRight .shortcutPanel .seperator {
	background-color: #ddd;	
	float:left;
	width: 5px;
	height: 75px;
}
#menuRight .shortcutPanel .shortcut .icon{		
	margin: 12px 0 0 0;
	width: 100%;
	height: 38px;
	text-align: center;	
}
#menuRight .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: 350px;
	position: absolute;	
	top: 75px;
	left: 250px;	
	overflow-x: hidden;	
	overflow-y: scroll;
	background-color: #ddd;
	z-index: 999;
}
#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.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: #efefef;
	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;	
}
#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: #ddd;
	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: #ddd;
	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 #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 #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 #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 #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 #submenuSelected div.info div.datetime,
#leftX #menuLeftX #submenu div.info div.datetime{
	width: 121px;
	float: left;
}

#leftX #menuLeftX #submenuSelected div.info div.warning,
#leftX #menuLeftX #submenu div.info div.warning{
	width: 121px;
	float: left;
	color: red;
	
}

#leftX #menuLeftX #submenuSelected div.info div.mileage,
#leftX #menuLeftX #submenu div.info div.mileage{
	width: 121px;
	float: left;
	text-align: right;
}
#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;
}
#leftX #menuLeftX #submenuSelected div.info div.rule3 img,
#leftX #menuLeftX #submenu div.info div.rule3 img {
	max-height: 12px;
}
#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;
}



#menuRight #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;	
}
#menuRight #rideOpt {
	position: relative;
	height: 40px;
	width: calc(100% - 10px);
	background-color: #efefef;
	cursor: hand;	
	line-height: 40px;
	text-align:left;
	font-size: 12px;
	border-left: 5px solid #efefef;	
	border-right: 5px solid #efefef;
	border-bottom: 1px dotted #2d2d2d;	
	display: block;	
}
#menuRight #rideOpt #optLeftD {
	float: right;
	width: 35px;
	line-height: 40px;
	height: 40px;
	padding: 7 0 0 0;
}
#menuRight #rideOpt #optLeft {
	float: right;	
	width: 35px;
	line-height: 40px;
	height: 40px;
	padding: 7 0 0 0;	
}
#menuRight #rideOpt #optMiddle {
	float: right;
	width: calc(100% - 140px);		
	line-height: 40px;
	height: 40px;
	text-align: center;
}
#menuRight #rideOpt #optRight {
	float: right;
	width: 35px;
	line-height: 40px;
	height: 40px;
	padding: 7 0 0 0;
	text-align:	right;
}
#menuRight #rideOpt #optRightD {
	float: right;	
	width: 35px;
	line-height: 40px;
	height: 40px;
	padding: 7 0 0 0;	
	text-align:	right;
} 	









#menuRight #rideTotals {
	position: relative;
	height: 40px;
	width: calc(100% - 10px);
	background-color: #efefef;
	cursor: hand;	
	line-height: 40px;
	text-align:left;
	font-size: 12px;
	border-left: 5px solid #efefef;	
	border-right: 5px solid #efefef;
	border-bottom: 1px dotted #2d2d2d;	
	display: block;		
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
}
#menuRight #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;
}
#menuRight #rideTotals  #totalIcon{
	float: left;
	width: 24px;
	height: 22px;
	padding: 0 0 5 5;
}
#menuRight #rideTotals #totalMileage,
#menuRight #rideTotals #totalDrive {
	margin: 0 2 0 2;
    padding: 3 0 4 0;
    width: calc(33% - 6px);
    text-align: left;
    display: block;
    font-size: 12px;
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	background-color: #fff;
    height: 22px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#menuRight #rideTotals #totalPark {
	margin: 0 2 0 2;
    padding: 3 0 4 0;
    width: calc(34% - 6px);
    text-align: left;
    display: block;
    font-size: 12px;
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;		
	background-color: #fff;
    height: 22px;
    border-radius: 5px;
    border: 1px solid #ccc;		
}

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;
}
/*
#menuRight #positionBlock{
	position: relative;
	width: calc(100%);
	text-align:left;
	font-size: 12px;	
	display: block;		
}
*/
#menuRight #rideBlock {
	position: relative;
	height: 55px;
	width: calc(100% - 15px);
	background-color: #efefef;
	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;	
}
#menuRight #positionBlock div.icon,
#menuRight #rideBlock div.icon{
	position: absolute;
	left: 7px;
	margin-top: 8px; 
	width: 28px;
}	
#menuRight #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;
}


#menuRight #rideBlockSmall {
	position: relative;
	height: 40px;
	width: calc(100% - 15px);
	background-color: #efefef;
	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;	
}
#menuRight #rideBlockSmall div.icon{
	position: absolute;
	left: 7px;
	margin-top: 8px; 
	width: 28px;
}	
#menuRight #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;
}

#menuRight .positionBlock {
	position: relative;
	height: 55px;
	width: calc(100% - 15px);
	background-color: #efefef;
	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;	
}
#menuRight .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;	
}	
#menuRight .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;
}




#menuRight .parkInfoBlock,
#menuRight .rideInfoBlock {
	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;
}
#menuRight .parkInfoBlock {
	height: 200px;
}
#menuRight .parkInfoBlock .parkInfoDetail,
#menuRight .rideInfoBlock .rideInfoDetail{
	height: 25px;
	line-height: 25px;
	float: left;
	border: 1px solid #ccc; 
	width: 90%;
	text-align: center;
	font-size: 10px;
	display:block;	
	padding: 0 0 0 0;
	margin: 0 0 0 5;
}
#menuRight .parkInfoBlock .parkInfoDetail .title,
#menuRight .rideInfoBlock .rideInfoDetail .title {
	float: left;
	width: 100px;
	background-color: #2d2d2d;
	color: #fff;
	font-weight:bold;
	text-align: left;
	padding: 0 0 0 5;
	height: 25px;
	line-height: 25px;	
}
#menuRight .parkInfoBlock .parkInfoDetail .value,
#menuRight .rideInfoBlock .rideInfoDetail .value {
	float: right;
	width: calc(100% - 110px);
	background-color: #fff;
	height: 25px;
	line-height: 25px;	
	text-align: left;
}




#menuRight .rideInfoBlock .rideInfoDetailRemark{
	background-color: #fff;
	height :125px;
	line-height: 25px;
	float: left;
	border: 1px solid #ccc; 
	width: 90%;
	text-align: center;
	font-size: 10px;
	display:block;	
	padding: 0 0 0 0;
	margin: 0 0 0 5;
}
#menuRight .rideInfoBlock .rideInfoDetailRemark .title {
	width: calc(100%-5px);
	background-color: #2d2d2d;
	color: #fff;
	font-weight:bold;
	text-align: left;
	padding: 0 0 0 5;
	height: 25px;
	line-height: 25px;	
}
#menuRight .rideInfoBlock .rideInfoDetailType{
	background-color: #fff;
	height :60px;
	line-height: 25px;
	float: left;
	border: 1px solid #ccc; 
	width: 90%;
	text-align: center;
	font-size: 10px;
	display:block;	
	padding: 0 0 0 0;
	margin: 0 0 0 5;
}
#menuRight .rideInfoBlock .rideInfoDetailType .rideTypeSelected{
	background-color: #eee;
	margin-left:0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding: 5 0 5 0;
	margin: 1 0 1 0;
	color: #000;
	font-weight:bold;	
	display:block;
}
#menuRight .rideInfoBlock .rideInfoDetailType .rideType{
	background-color: #2d2d2d;
	color: #fff;
	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;
}





#menuRight #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;
}









/*
#menuRight #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;
}*/

#menuRight #positionBlock {
	position: relative;
	height: 55px;
	width: calc(100% - 10px);
	background-color: #efefef;
	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;	
}
#menuRight #positionBlock div.info div.rule1 .datetime {
	width: 40%;
	float: left;
}
#menuRight #positionBlock div.info div.rule1 .speed {
	width: 30%;
	float: left;
}
#menuRight #positionBlock div.info div.rule1 .state {
	width: 30%;
	float: left;
} 
#menuRight #positionBlock  div.info div.rule2 img{
	max-height: 12px;
}
#menuRight #positionBlock div.info div.rule1,
#menuRight .positionBlock div.info div.rule1,
#menuRight #rideBlockSmall div.info div.rule1,
#menuRight #rideBlock 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;	
}
#menuRight .positionBlock div.info div.rule1 .col1,
#menuRight #rideBlockSmall div.info div.rule1 .col1,
#menuRight #rideBlock div.info div.rule1 .col1 {
	width: 50%;
	float: left;
}
#menuRight .positionBlock div.info div.rule1 .col2,
#menuRight #rideBlockSmall div.info div.rule1 .col2,
#menuRight #rideBlock div.info div.rule1 .col2 {
	width: 50%;
	float: right;
	text-align: right;
}
#menuRight #positionBlock div.info div.rule2,
#menuRight .positionBlock div.info div.rule2,
#menuRight #rideBlockSmall div.info div.rule2,
#menuRight #rideBlock  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;
}
#menuRight .positionBlock div.info div.rule3,
#menuRight #rideBlockSmall div.info div.rule3,
#menuRight #rideBlock 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;
}
#menuRight .positionBlock div.info div.rule4,
#menuRight #rideBlockSmall div.info div.rule4,
#menuRight #rideBlock 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: 70px;
	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: #fff;
	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:#000;
	line-height: 16px;
}
.saveBtn:hover{
	background-color: #ccc;
	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;
}