﻿body
{
}

.vetores
{
	height: 250px; /*width: 540px;*/
	position: absolute;
	margin-left: 79px;
}
.vetores .balizas
{
	width: 36px;
	height: 37px;
	position: absolute;
	z-index: 100;
	margin-top: -44px;
}
.balizas:hover
{
	border-radius: 9px;
	box-shadow: 0 0 8px rgba(1,1,1,.5);    
}
.vetores .carros
{
	width: 36px;
	height: 36px;
	position: absolute;
	margin-top: 10px;
	font-size: 9px;
	font-family: Roboto,Arial,sans-serif;
	font-weight: bold;
}
div[id^="carro"]:hover
{
	border-radius: 9px;
	box-shadow: 0 0 8px rgba(1,1,1,.5);    
}
.vetores .ponto
{
	width: auto;
	height: auto;
}
.vetores .vetorIda
{
	position: relative;
	height: 25px;
	margin-top: 72px;
}
.vetores .vetorVolta
{
	position: relative;
	height: 15px;
	margin-top: 98px;
}
#mapa
{
	float: right;
	position: fixed;
	top: 0px;
	border: 1px;
	border-bottom-color: Navy;
	border-style: outset;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(51,51,51,.5);
}
.linha
{
	/*width: 700px;*/
	height: 305px;
	border: 1px;
	border-bottom-color: Navy;
	border-style: outset;
	margin-bottom: 2px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(51,51,51,.5);
}
.linha:hover{
	box-shadow: 5px 10px 15px rgba(51,51,51,.5);
}
.linha .terminais
{
	width: 25px;
	height: 35px;
	margin-left: 11px;
	margin-top: 100px;
}
.terminais ul
{
	margin-top: 35px;
	margin-left: -39px;
	position: absolute;
	list-style-type: none;
}
/*.terminais .ida_ul
{
	margin-top: 20px;
	margin-left: 0px;
	position: absolute;
	list-style-type: none;
}
.terminais .volta_ul
{
	margin-top: 20px;
	margin-left: 0px;
	position: absolute;
	list-style-type: none;
}
*/.terminais ul li a
{
	font-family: Roboto,Arial,sans-serif;
	font-weight: bold;
	color:#ffffff;
	background-color: #010101;
	text-align:center; 
	padding: 1px;
}
.terminalEsquerdo
{
	float: left;
	height: 250px;
	width: 60px;
}
.terminalDireito
{
	float: right;
	height: 250px;
	width: 60px;
}
.terminalEsquerdo:hover,.terminalDireito:hover
{
	border-radius: 9px;
	box-shadow: 0 0 8px rgba(1,1,1,.5);    
}
.desenhoLinha
{
	position: relative;
	height: 5px;
	margin-top: 60px;
	margin-left: 16px;
	margin-right: 16px;
	border: 2px solid gray;
	border-radius: 9px;
	box-shadow: 0 0 10px rgba(1,1,1,.5);
}
.foralinha
{
	position: absolute;
	background-image: url(images/close.png);
	background-position: left;
	background-repeat: no-repeat;
	top: 1px;
	left: 125px;
	min-width: 32px;
	min-height: 21px;
	padding-top: 6px;
	padding-left: 32px;
	vertical-align: middle;
}
.foralinha a
{
	font-family: Roboto,Arial,sans-serif;
	font-weight: bold;
	color:#ffffff;
	background-color: #010101;
	text-align:center; 
	font-size: 10px;
	padding: 1px;
}
.nome_linha
{
	text-align: right;
	font-family: Roboto,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Navy;
	margin-right: -64px;
}
#divunmove
{
	position: fixed;
	width: 193px;
	top: 1px;
	left: -7px;
	height: 24px;
	border: 1px solid #c0c0c0;
	border-radius: 9px;
	box-shadow: 0 0 10px rgba(51,51,51,.5);
	display: flex;
	background: #ffffff;
	z-index: 206;
}
.listalinhassel
{
	width: 322px;
	height: 174px;
	margin-left: -30px;
	overflow-y: auto;
	overflow-x: none;
	font-size: 9px;
	list-style-type: none;
}

#boxselect
{
	width: 300px;
	height: 202px;
	background: #ffffff;
	border: 1px solid #c0c0c0;
	border-radius: 9px;
	box-shadow: 0 0 10px rgba(51,51,51,.5);
	position: fixed;
	left: 0px;
	top: 38px;
	z-index: 200;
}
#boxlayout
{
	width: 300px;
	height: 82px;
	background: #ffffff;
	border: 1px solid #c0c0c0;
	border-radius: 9px;
	box-shadow: 0 0 10px rgba(51,51,51,.5);
	position: fixed;
	left: 0px;
	top: 242px;
	z-index: 201;
}
#butsel_close
{
	width: 43px;
	height: 46px;
	background: #ffffff;
	position: fixed;
	left: 303px;
	top: 40px;
	background-image: url(images/b-red-arrow-2.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #c0c0c0;
	border-radius: 9px;
	box-shadow: 0 0 10px rgba(51,51,51,.5);
}
#butsel_open
{
	width: 43px;
	height: 46px;
	background: #ffffff;
	position: fixed;
	left: -6px;
	top: 38px;
	background-image: url(images/b-red-arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	z-index: 205;
	border: 1px solid #c0c0c0;
	border-radius: 9px;
	box-shadow: 0 0 10px rgba(51,51,51,.5);
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
