@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	font-family: 'flexoregular';
	text-align: center;
}
@font-face {
	font-family: 'flexobold';
	src: url('../fonts/flexo-bold-webfont.eot');
	src: url('../fonts/flexo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/flexo-bold-webfont.woff2') format('woff2'), url('../fonts/flexo-bold-webfont.woff') format('woff'), url('../fonts/flexo-bold-webfont.ttf') format('truetype'), url('../fonts/flexo-bold-webfont.svg#flexobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'flexoregular';
	src: url('../fonts/flexo-regular-webfont.eot');
	src: url('../fonts/flexo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/flexo-regular-webfont.woff2') format('woff2'), url('../fonts/flexo-regular-webfont.woff') format('woff'), url('../fonts/flexo-regular-webfont.ttf') format('truetype'), url('../fonts/flexo-regular-webfont.svg#flexoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.container {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.deterLogo {
	margin: 20px 0;
}
/*------WELCOME SCREEN ----------------------------- */

.deterLogo {
	width:40%;
	}

.deterLogoInterna {
	width:80%;
	}

.transporteCorretoLogoWelcomeScreen {
	width: 70%;
	margin: 40px 0;
}
.textWelcome, .logoSCWelcome {
	float: left;
	width: 50%;
	padding: 0 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.logoSCWelcome img {
	width:60%;
	}

.textWelcome {
	padding: 0 10px;
	font-size: 12px;
	text-align: right;
}
footer {
	padding: 10px;
	width: 100%;
	margin-top:20px;
}
.dev, .version {
	font-size: 10px;
}

/*------WELCOME SCREEN ----------------------------- */

/*------CONSULTA SCREEN ----------------------------- */

.inputPlacaContainer {
	padding: 5px;
	margin-top:10px;
	}

.inputPlaca {
	border: 3px solid #000;
	font-size:45px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	text-transform:uppercase;
	padding:5px;
	font-family: 'flexobold';	
	text-align:center;
	color:#000;
	background:#D2D3D5;
	}
	
	
.inputPlaca2 {
	border: 3px solid #000;
	font-size:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	text-transform:uppercase;
	padding:5px;
	font-family: 'flexobold';	
	text-align:center;
	color:#000;
	background:#D2D3D5;
	}	
	
	
.inputPlaca3 {
	border: 3px solid #000;
	font-size:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	text-transform:uppercase;
	padding:5px;
	font-family: 'flexobold';	
	text-align:center;
	color:#000;
	background:#D2D3D5;
	}		
	
	
.btConsultarContainer {
	margin:20px 0;
	}	

.btConsultar {
	border: 3px solid #000;
	font-size:25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	text-transform:uppercase;
	padding:10px 15px;
	font-family: 'flexobold';	
	text-align:center;
	color:#fff;
	background:#00A859;
	}

.btConsultar2 {
	border: 2px solid #000;
	font-size:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	text-transform:uppercase;
	padding:10px 15px;
	font-family: 'flexobold';	
	text-align:center;
	color:#fff;
	background:#00A859;
	}


.btConsultarDisabled {
	border: 3px solid #000;
	font-size:25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	text-transform:uppercase;
	padding:10px 15px;
	font-family: 'flexobold';	
	text-align:center;
	color:#fff;
	background:#00A859;
	opacity:0.3;
	}			

.btHistHelp, .btDenuncie {
	border: 2px solid #000;
	font-size:16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding:5px 10px;
	font-family: 'flexobold';	
	text-align:center;
	color:#fff;
	background:#ED3237;
	}	

.btHistHelpContainer {
	padding:5px;
	}	

/*------CONSULTA SCREEN ----------------------------- */

/*------RESPOSTA SCREEN ----------------------------- */

.dadosIndice {
	text-align:right;
	font-weight:bold;
	}

.dadosValores {
	text-align:left;
	padding-left:0;
	}

.dadosValores ul {
	padding-left:0;
	}

	
.dadosIndice ul, .dadosValores ul { 
	list-style:none;
}
	
.textResposta {
	text-align:left;
	padding-left:0;
	padding-top:25px;
	margin-left:-25px;
	}
	
.textRespostaNotFound {
	text-align:left;
	padding-left:0;
	padding-top:15px;
	margin-left:-8px;
	}	

.btDenuncie	{
	margin-top:5px;
	}
 
 .bigicon {
        font-size: 30px;
        color: #ed3237;
		top:2px;
    }

.btn-primary {
    background-color: #ed3237;
    border-color: black;
	border:2px solid;
    color: #fff;
}	

.btn-primary:hover {
    background-color: #ed3237;
    border-color: black;
	border:2px solid;
    color: #fff;
}


.veiculoNAO {
	font-family:"flexobold";
	font-size:20px;
	}
	
.textAjuda {
	text-align:left;
	}

.tabHistorico td, .tabHistorico th  {
	padding:5px;
	}

.tabHistorico tr {
	border-bottom:1px solid #CCC;
	}


.msgsucesso {
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	margin-top:40px;
	
	}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.container {
	max-width:480px;
	margin:0 auto;
	height:100%;
	display:table;
}

	.phone {
		width: 530px;
		height:100%;
		margin: 0 auto;
		padding:90px 0;
		background:#666;
		-webkit-border-radius: 45px;
		-moz-border-radius: 45px;
		border-radius: 45px;
		display:table;	

		}
	.phoneTop {
		width:100px;
		height:10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position:absolute;
		top:45px;
		left:50%;
		margin-left:-50px;
		background:#999;
		}
			

	.phoneBottom {
		width:50px;
		height:50px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		background:#999;
		margin:0 auto;
		top:20px;
		position:relative;
		}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	html, body {
	max-width:480px;
	margin:20px auto;
}
	.container {
	max-width:480px;
	margin:0 auto;
	height:100%;
	display:table;
}

	.phone {
		width: 530px;
		height:100%;
		margin: 0 auto;
		padding:90px 0;
		background:#666;
		-webkit-border-radius: 45px;
		-moz-border-radius: 45px;
		border-radius: 45px;
		display:table;	

		}
	.phoneTop {
		width:100px;
		height:10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position:absolute;
		top:45px;
		left:50%;
		margin-left:-50px;
		background:#999;
		}
			

	.phoneBottom {
		width:50px;
		height:50px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		background:#999;
		margin:0 auto;
		top:20px;
		position:relative;
		}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	html, body {
	max-width:480px;
	margin:0 auto;
}
	.container {
	max-width:480px;
	margin:0 auto;
	height:100%;
	display:table;
}

	.phone {
		width: 530px;
		height:100%;
		margin: 0 auto;
		padding:90px 0;
		background:#666;
		-webkit-border-radius: 45px;
		-moz-border-radius: 45px;
		border-radius: 45px;
		display:table;	

		}
	.phoneTop {
		width:100px;
		height:10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position:absolute;
		top:45px;
		left:50%;
		margin-left:-50px;
		background:#999;
		}
			

	.phoneBottom {
		width:50px;
		height:50px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		background:#999;
		margin:0 auto;
		top:20px;
		position:relative;
		}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	html, body {
	max-width:480px;
	margin:0 auto;
}


}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.phone {
		
		}
}

