*{
	font-size:12px;
	font-family:verdana;
}
.Load{ 
	position:fixed; 
	z-index:99999; 
	width:200px; 
	height:150px; 
	background-color:#f1f1f1; 
	border:2px solid #333;  
	margin-top:-75px;
	margin-left:-100px;
	top:50%;
	left:50%;
	display:none
}
.trDadosAgreg tr:nth-child(2n+1) {
	background:#f3f3f3;
}
.trDadosAgreg tr:hover {
	background-color:#FFF8CD;
}
.geral{
	border: 2px solid #666;
	width: 1330px;
}
.topo{
	/*background-color:#324F77;*/
	background-color:#000;
	padding:15px;
}
.menu{
	background-color:#666;
}
.menuItem{
	padding:5px 15px;
	background-color:#666;
	color:#fff;
}
.menuItem:hover{
	color:#FAA831;
	cursor:pointer
}
.content{
	background-color:#FFF;
	padding:15px;
}
input{
	border: 1px solid #ccc;
	padding: 10px;
	outline: none;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 28%;
	margin: 6px;
}
select {
	border: 1px solid #ccc;
	padding: 10px;
	outline: none;
	font-size: 14px;
	-webkit-appearance:none; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 28%;
	margin: 6px;
}
.tituloCad{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#333;
}
.placehSelect {
	position:absolute;
	background-color:#fff;
	color:#898989;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	margin-top:-3px;
}
.button {
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	cursor: pointer;
	width:150px;
}
.button:hover {
	opacity:0.90;
}
.bgreen{
    background-color: #4CAF50; /* Green */
    color: white;
}
.bblue{
    background-color: #008CBA; /* Blue */
    color: white;
}
.borange{
    background-color: #BB6E18; /* Orange */
    color: white;
}
#busca{
	margin-top:15px;
	padding:10px;
	background-color:#f1f1f1
}
#login{
	margin-top:15px;
	padding:10px;
	background-color:#f1f1f1
}
#sublogin{
	background-color:#FFF;
	width:300px;
	margin: 15px;
	padding: 15px;
	border:3px solid #999;
}
#analiseLaudo {
	margin-top:15px;
	padding:10px;
	background-color:#f1f1f1		
}
#dadosInfo {
	margin-top:15px;
	padding:10px;
	background-color:#f1f1f1		
}
.container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #324F77;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left:6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#lista {
	margin-top:15px;
}
.trTitulo td {
	padding:10px;
	background-color:#666;
	color:white;
	font-weight:bold;
}

.trDados:nth-child(2n+1) {
	background:#f3f3f3;
}
.trDados td {
	padding:10px;
}
.trDados:hover {
	background-color:#FFF8CD;
}

.trDadosF:nth-child(2n+1) {
	background:#F9F9F9;
}
.trDadosF td {
	padding:10px;
}
.trDadosF:hover {
	background-color:#FFF8CD;
}

#V_UF:focus{
	border:1px solid #324F77 !important;
}
.painelAnalise{
	display:table-cell;
	width:50%;
	text-align:left;
}
.painelInfo{
	display:table-cell;
	width:50%;
	text-align:left;
}
.tituloAnalise{
	background-color:#324F77;
	color:white;
	padding:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	font-weight:bold
}
.subtituloAnalise{
	background-color:#999;
	color:white;
	padding:5px;
	font-weight:bold
}
.subsubtituloAnalise{
	background-color:#ccc;
	color:#2A2828;
	padding:5px;
	font-weight:bold
}
.conteudoAnalise{
	background-color:#FFF;
	padding:5px;
}
.input1car{
	width:12px !important;
	margin:0px !important;
	padding: 6px;
	text-align:center;
}
.label1car{
	color:#999;
	font-size:14px;
}
.divImput1car{
	margin-bottom:5px;
	margin-left:5px;
}
.itemChecked{
	padding:10px;
	border:1px solid #666;
	border-radius:7px;
	margin-bottom:5px;
}
#zoomImg{
	position:fixed; 
	z-index:9999; 
	margin-top:-75px;
	margin-left:-100px;
	top:10%;
	left:55%;
}
.primenadaconsta{
	background-color:#E1FFBF;
	text-align: center;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}
.primeconsta{
	background-color:#FF9698;
	text-align: center;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}
.titPrimeOK{
	background-color:#476722;
	color:#FFF;	
	padding: 5px;
	margin-bottom: 10px;
}
.titPrimeNOK{
	background-color:#A22F31;
	color:#FFF;	
	padding: 5px;
	margin-bottom: 10px;
}
.titPrimeNeutro{
	background-color:#333;
	color:#FFF;	
	padding: 5px;
	margin-bottom: 10px;
}
.scoreprimeA{
	color:green;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}
.scoreprimeB{
	color:#CABF05;	
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}
.scoreprimeC{
	color:orange;	
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}
.scoreprimeD{
	color:red;	
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}
.txtScore{
	font-size: 30px;
	text-align: center;
}
.mostraFoto{
    position:fixed; 
	z-index:111000; 
	width:1300px; 
	height:580px; 
	border:2px solid #333;
	margin-top:-265px;
	margin-left:-650px;
	top:50%;
	left:50%;
    display: none;
    background-color: #000;
}
.camanFoto{
    position:fixed; 
	z-index:111000; 
	width:1300px; 
	height:580px; 
	border:2px solid #333;
	margin-top:-265px;
	margin-left:-650px;
	top:50%;
	left:50%;
    display: none;
    background-color: #000;
}
.txtAtalho{
    color:#fff;
    cursor:pointer;
    width:120px;
}
.txtAtalho:hover{
    background-color:#3F4E64; 
}
#atalhos{
    position:fixed; 
    top:0px; 
    left:0px; 
    background-color:#152A47; 
    height: 60px; 
    width:100%; 
    display: none; 
    z-index:8999; 
    border-bottom: 4px solid #666666; 
    padding-top: 5px;
}
.ankLateral{
	background-color: #FFF; 
	border: 1px solid #333; 
	border-radius: 25px; 
	padding: 3px 3px 2px 3px; 
	margin-bottom: 10px; 
	cursor:pointer;
}
#detalheImpressao{
	position:fixed; 
	z-index:10; 
	width:500px; 
	height:500px; 
	border-top:0px;
	margin-top:-250px;
	margin-left:-250px;
	top:50%;
	left:50%;
    display: none;
    /*background-color: #fff;*/
}
.detalheImpressao{
	border:2px solid #1A3B00;
	background-color: #fff;
}
#cartaAvaliacao{
	position:fixed; 
	z-index:10; 
	width:500px; 
	height:500px; 
	border-top:0px;
	margin-top:-250px;
	margin-left:-250px;
	top:50%;
	left:50%;
    display: none;
    /*background-color: #fff;*/
}
.cartaAvaliacao{
	border:2px solid #1A3B00;
	background-color: #fff;
}
#correcaoDados{
	position:fixed; 
	z-index:10; 
	width:500px; 
	height:500px; 
	border-top:0px;
	margin-top:-250px;
	margin-left:-250px;
	top:50%;
	left:50%;
    display: none;
    /*background-color: #fff;*/
}
.correcaoDados{
	border:2px solid #1A3B00;
	background-color: #fff;
}
#solicitaPericia{
	position:fixed; 
	z-index:10; 
	width:500px; 
	height:500px; 
	border-top:0px;
	margin-top:-250px;
	margin-left:-250px;
	top:50%;
	left:50%;
    display: none;
    /*background-color: #fff;*/
}
.solicitaPericia{
	border:2px solid #1A3B00;
	background-color: #fff;
}
#detalhaF{
	position:fixed; 
	z-index:10; 
	width:900px; 
	height:500px; 
	border-top:0px;
	margin-top:-250px;
	margin-left:-450px;
	top:50%;
	left:50%;
    display: none;
    /*background-color: #fff;*/
}
.detalhaF{
	border:2px solid #1A3B00;
	background-color: #fff;
}
#detalhaPrepago{
	position:fixed;
	z-index:10;
	width:900px;
	height:500px;
	border-top:0px;
	margin-top:-250px;
	margin-left:-450px;
	top:50%;
	left:50%;
    display: none;
    /*background-color: #fff;*/
}
.detalhaPrepago{
	border:2px solid #1A3B00;
	background-color: #fff;
}
#templateConsulta{
	position:fixed; 
	z-index:10; 
	width:500px; 
	height:500px; 
	border-top:0px;
	margin-top:-250px;
	margin-left:-250px;
	top:50%;
	left:50%;
    display: none;
    /*background-color: #fff;*/
}
.templateConsulta{
	border:2px solid #1A3B00;
	background-color: #fff;
}
.tituloVerde{
	background-color:#1A3B00;
	color:white;
	padding:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	font-weight:bold
}
.tituloCinza{
	background-color:#333;
	color:white;
	padding:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	font-weight:bold
}
.checkbox {
	width: 15px;
	height: 15px;
}
.erroSistemico{	
	padding: 5px;
	background-color: #B83536;
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

.erroSistemico td{
	border-bottom: 2px solid #fff;
}

#analiseFoto2 {
	display:none;
    width:1300px; 
	height:580px; 
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}

#analiseFoto {
	display:none;
	position:fixed; 
	z-index:9001; 
	width:1300px; 
	height:580px; 
	border:2px solid #333;
	
	background-color: #000;
}

#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}

#tablecorrecao input[type=text]{
    width:160px;
    height: 10px;
}
@media print {
	.no-print {
		visibility: hidden;
		display: none;
	}
}