@charset "utf-8";
/* CSS Document */
html, head {
	color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color:#EEECE1;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1024px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.headFieldset {
	border: 1px solid #A4A4A4;
}

.headFieldset legend {
	color: #585858;
	font-size: 16px;
	border: 0;
}

.headFieldsetPedido {
	border: 1px solid #A4A4A4;
	background-image: url('../images/cemextrack.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 15px 5px 5px 10px;
}

.headFieldsetPedido legend {
	color: #585858;
	font-size: 16px;
	border: 0;
}

.google {
	margin: 0;
	padding: 0;
	border:0;
	cursor: pointer;
	width: 22px;
	height: 22px;
	background-image: url('../images/google.jpg');
	background-repeat: no-repeat;
	margin-left: 50px;
}

.osm {
	margin: 0;
	padding: 0;
	border:0;
	cursor: pointer;
	width: 22px;
	height: 22px;
	background-image: url('../images/osm.jpg');
	background-repeat: no-repeat;
	margin-left: 20px;
}

.search {
	float:left;
	width: 450px;
}

.top {
	min-height: 120px;
	background-color:#EEECE1;
	color:#000;
	border-bottom: solid 1px #BFBFBF;
}

.division {
	width: 100%;
	border-top: solid 10px #BFBFBF;
}

#layerFind {
	/*height:200px;*/
	overflow:auto;
	padding:1% 1% 0% 1%;
	margin:0;
	background-color:#FFF;
	font-size: 11px;
	max-height: 150px;
}

.ui-front {
    z-index:1000000 !important; /* The default is 100. !important overrides the default. */
}

#map_canvas {
	height:77%;
	min-height: 470px;
	width: 100%;
}

.cut {
	clear:both;
}

.credits {
	height:3.1%;
	background-color:#EEECE1;
	text-align:center;
	padding-top: 0.5%;
	color:#000;
	font-size:10px;
	border-top: solid 1px #BFBFBF;
}

.ordertitle {
	font-size: 25px;
	font-weight:bold;
	color: #0099CC;
}
.title {
	font-size: 25px;
	font-weight:bold;
	color: #7F7F7F;
}

.type {
	font-size: 15px;
	color: #7F7F7F;
	float:left;
}

.type a {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
}

.logo {
	width: 100%;
	background-image: url('../images/bgtop.jpg');
	background-repeat: repeat-x;
	height: 40px;
	text-align:left;
}

.InputOrder {
	width: 288px;
	height: 28px;
	padding-left:10px;
	border: 1px solid #BFBFBF;
	font-size:18px;
}

.InputOrderCx {
	padding-left:10px;
	border: 1px solid #BFBFBF;
	font-size:18px;
}

.cmdTrack {
	width: 100px;
	height: 31px;
	font-size:15px;
	font-weight:bold;
	color: #FFF;
	background-color:#959595;
	border: solid 1px #CCC;
}

.CmdButton {
	width: 100px;
	height: 20px;
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	background-color:#959595;
	border: solid 1px #CCC;
	margin-left: 15px;
}

.CmdButtonCx {
	width: 100px;
	height: 30px;
	font-size:14px;
	font-weight:bold;
	color: #FFF;
	background-color:#959595;
	border: solid 1px #CCC;
	margin-left: 15px;
}

.CmdButtonApp {
	width: 100px;
	height: 30px;
	font-size:14px;
	font-weight:bold;
	border: solid 1px #CCC;
	margin-left: 15px;
	background-color: #D8D8D8;
}

.CmdButtonAppActive {
	width: 100px;
	height: 30px;
	font-size:14px;
	font-weight:bold;
	border: solid 1px #CCC;
	margin-left: 15px;
	background-color: #0B3861;
	color: #FFF;
}

.boxsearchtop, .boxsearchbottom {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.boxsearch {
	float: left;
	padding-left: 45px;
	padding-top: 5px;
	width: 600px;
}

.notification {
	background-color:#0099CC;
	color:#FFF;
	font-size: 14px;
	padding-left:5%;
	padding-bottom: 2%;
	padding-top: 2%;
	font-weight:bold;
}

.pedido {
	font-weight: bold;
	color: #000;
	font-size: 20px;
	position: left;
}

.info {
	font-size: 12px;
	padding:0;
	font-weight: bold;
	color:#091D5A;
	max-height: 200px;
}

.data {
	/*height:170px;*/
	/*padding:4%;*/
	background-color:#FFF;
}

.IdCars {
	font-weight:bold;
	color: #C10000;
}
.mapLabel {
	background-color:#355B8A;
	color:#FFF;
	font-size: 12px;
	font-weight:bold;
}
.orderNum {
	font-weight:bold;
	color:#A80000;	
}

legend {
	color: #A6A6A6;
	font-weight: bold;
}

.noTitleStuff .ui-dialog-titlebar {
	display:none
}

.headTable {
	text-align: center;
	font-weight: bold;
}

.detaTable {
	background-color: #ECECEC;
	text-align: center;
}

#changePIN, #keysList, #LoginOrderCompx {
	display: none;
}

.labelPIN {
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 5px;
}
.inputPIN {
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 5px;
}
.CmdButtonPIN {
	height: 20px;
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	background-color:#959595;
	border: solid 1px #CCC;
}
.editgrid {
	width:16px;
	height:16px;
	border:0;
	background: url(../images/editgrid.png) top left no-repeat;
	cursor:pointer;
	margin-right:40px;
}
.savegrid {
	width:16px;
	height:16px;
	border:0;
	background: url(../images/savegrid.png) top left no-repeat;
	cursor:pointer;
	margin-right:50px;
}
.deletegrid {
	width:16px;
	height:16px;
	border:0;
	background: url(../images/deletegrid.png) top left no-repeat;
	cursor:pointer;
	margin-right:50px;
}

#CmdClose {
	 width: 20px;
	 height: 40px;
	 border:0 solid;
	 cursor:pointer;
	 color:#FFF;
	 background-color: #467AB9;
	 border: solid 1px #999;
	 z-index:100000000;
	 top: 550px;
	 position:fixed;
	 bottom:320px;
	 left:10px;
}
