/*
    Document   : sinotico
    Created on : 24/09/2011, 12:15:55
    Author     : neppo
    Description:
        Purpose of the stylesheet follows.
*/
ul.sinotico {
	padding-top: 3px;
	list-style-type: none;
	background-repeat: repeat;
	list-style-position: outside;
	background-position: 0px -25px;
	background-image: url(/plataforma_sinotico/resources/images/line.png);
}

ul.sinotico li span {
	top: 0;
	position: relative;
}

ul.sinotico li {
	width: 30px;
	height: auto;
	min-height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.sinotico li.ponto .point-image {
	padding: 0 2px;
	padding-top: 5px;
	max-height: 16px;
}

ul.sinotico li a {
	position: absolute;
	display: block;
}

ul.sinotico li label {
	padding: 5px 0px;
	display: block;
	font-weight: normal;
}

.bus {
	margin: 22px 0 0 0;
	border-radius: 6px 6px 4px 4px;
	-webkit-border-radius: 6px 6px 4px 4px;
	-moz-border-radius: 6px 6px 4px 4px;
	-ms-border-radius: 6px 6px 4px 4px;
	-o-border-radius: 6px 6px 4px 4px;
	height: 16px;
}

.bus.late {
	box-shadow: 0px 0px 10px #FF0000;
	-webkit-box-shadow: 0px 0px 10px #FF0000;
	-moz-box-shadow: 0px 0px 10px #FF0000;
	-ms-box-shadow: 0px 0px 10px #FF0000;
	-o-box-shadow: 0px 0px 10px #FF0000;
}

.bus.ahead {
	box-shadow: 0px 0px 10px #0000FF;
	-webkit-box-shadow: 0px 0px 10px #0000FF;
	-moz-box-shadow: 0px 0px 10px #0000FF;
	-ms-box-shadow: 0px 0px 10px #0000FF;
	-o-box-shadow: 0px 0px 10px #0000FF;
}

.start-status {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.start-status div {
	width: 120px;
	margin: auto;
	background-color: white;
}

.status-image {
	margin: auto;
}

.status-text {
	margin: auto;
}

a img {
	border: none;
}

.even-row {
	background-color: #F3F3F3;
}

.odd-row {
	background-color: #FBFBFB;
}

.active-row {
	background-color: #FFCC99 !important;
	cursor: pointer;
}

.tableTop>tbody>tr>td {
	vertical-align: top;
}

.active-row-red {
	background-color: #f66f6f !important;
	color: #ffffff !important;
	cursor: pointer;
}

.active-row-black {
	background-color: #878879 !important;
	color: #ffffff !important;
	cursor: pointer;
}

.active-row-yellow {
	background-color: #fff600 !important;
	cursor: pointer;
}

.vertical {
	color: #333;
	border: 0px solid red;
	writing-mode: tb-rl;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	white-space: nowrap;
	display: block;
	bottom: 0;
	width: 20px;
	height: 20px;
	text-shadow: 0px 0px 1px #333;
	font-size: 8px;
}

.vertical-number {
	color: #2d886f;
	display: block;
	font-weight: bold;
	height: 0px;
	padding-left: 17px;
}

.align-colunm {
	text-align: center;
	width: 100%;
}

.align-colunm tr {
	background-color: transparent !important;
}

.text-red {
	color: #e80d0d !important;
}

.text-blue {
	color: #2121c4 !important;
}

.align-colunm-top td {
	vertical-align: top !important;
	text-align: left !important;
}

.align-colunm-top {
	width: 100%;
}

.labels {
	background-color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 55px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.teclado,a.teclado {
	float: left;
	overflow: hidden;
}

a.teclado {
	border: 2px solid #FFA500;
}

a.teclado img {
	margin: -2px;
}

.labels-red {
	background-color: white;
	color: red;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 55px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.textEventoRastreador {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 15px;
	height: 15px;
}

.monitorVideo {
	background-image: url(/plataforma_sinotico/resources/images/no_image.png);
	background-size: 510px;
	height: 500px;
}

.monitorVideoFull {
	background-image: url(/plataforma_sinotico/resources/images/no_image.png);
	background-size: 1024px;
	width: 1024px;
	min-height: 768px;
}

.btn-menu {
	margin: 0 0 20px !important;
	padding: 0 5px !important;
}

.nav-user {
	color: #FFF !important;
}

.alterpass {
	width: 400px !important;
}

.background-light-green-accent-1 {
	background-color:#ccff90;
}

.tbMotWidthColChk {width:17px}

.size-input-hour-date{
    width: 30%;
}

.position-placa{
    width: 90%;
    margin-left: 14% !important;
}