﻿/*------------------------------CSS DO CABEÇALHO------------------------------*/




.btn_dash_menu{	
background-color: #ff9900;  /* laranja */
 /*  background-color: #5cd65c;   Green */
    border: none;
    color: black;    
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3vw;	
}





/*==========================================*/
/* DASH BOARD ANCORADO NO MAPS */
/*==========================================*/
.css_dash_board_div{
	position: absolute;
	width: 90%;
	height: 35%;       /* ajustado no chute */
	left: 5%;
	bottom: 3%;
	z-index: 999;
	background-color: #b3b3b3; //#ff9900; //#000099; //#99ff66;
	opacity: 1.00;
	border-style: solid;	
	
}

.css_dash_linha_hum_3partes_dir{
	margin-left: 67%; 
	height: 100%;				/* ajustado no chute */
	//background-color: Silver;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 0px;
	padding-top : 5px;
}


/*------------------------------------------------*/
/* CABECALHO          							  */
/*------------------------------------------------*/


@media screen and (orientation:portrait) {
	.css_campo_nome_prova{
		padding-top:0.7vw;
		/*font-size: 3.3vw; */
		font-size: 3.0vw; 
		font-weight: bold; 
		line-height: 135%;
		color: white;
	}


	.css_campo_nome_prova_pequeno{
			font-size: 3.3vw;
			line-height: 100%;
			color : #FFD700;
	} 

	.css_campo_combo_categ{
		font-size: 2.6vw;
		font-weight: bold; 
		line-height: 120%;
		color: black;
		width: 90%;
		height:5vw;
}
	
}

@media screen and (orientation:landscape) {
	.css_campo_nome_prova{
		padding-top:0.7vw;
		font-size: 2.8vw;
		font-weight: bold; 
		line-height: 140%;
		color: white;
	}
	
	.css_campo_combo_categ{
		font-size: 3vw;
		font-weight: bold; 
		line-height: 120%;
		color: black;
		width: 90%;
		height:3.5vw;
	}
}



	
.css_campo_mensagem_delphi{
	font-size: 2.2vw;
	font-weight: bold; 
	line-height: 120%;				/* entre linhas */
	vertical-align: middle;  /* nao funciona */
	
	color: #FFD700 ; /* Gold 	#FFD700 */
	
	top: 50%; 
	position: relative; 
	transform: translateY(-50%); 
	display: block; 
	margin: auto; 
	height: auto; 
	max-height: 100%; 
	width: auto; 
	max-width: 100%;
}



.css_campo_check_completo{
	font-size: 3.0vw;
	font-weight: bold; 
	color: WhiteSmoke;  
}

/*------------------------------------------------*/
/* TABELA           							  */
/*------------------------------------------------*/



/*------------------------------------------------*/
/* CAMPOS NA TABELA    							  */
/*------------------------------------------------*/

/*ajuste fino*/
.css_colocacao{
	font-size: 3.3vw;
	font-weight: bold; 
}

/*ajuste fino*/
.css_tmp_total{				/* Acumulado Tempo Total */
	font-size: 3.3vw;
	font-weight: bold; 
	/* padding: 28px 40px  padding nao funciona */
	/*  text-align: left ;  alinhamento nao funciona */
	/*color: #0A7920;  verde */
}

.css_tmp_parcial{
    color : navy;
	font-size: 3.0vw;
	font-weight: bold; 
	/* padding: 28px 40px  padding nao funciona */
	/*color: #C124B4;  rosa */
}


.css_np{
	color : #e60000; // vermelho
}
   
.css_largou{
	font-size: 2.8vw;
	font-weight: bold; 
	/* padding: 28px 40px  padding nao funciona */
	color: navy;
}   
   
   
.css_melhor_col{
	background-color:#D2E4FC;
	/*color: #B12121;   vermelho */
}
   
   
  
   
 /*ajuste fino*/  
.css_nome_piloto{
/*   color: red;
   min-width : 75vw;*/
	font-size: 3.3vw;
	font-weight: bold; 
	float:left;  /*isso coloca na esquerda */
	/*text-align: right;  /*isso coloca na esquerda */
}

.css_nome_equipe{
	float:left;
}

.css_coluna_versao {
	border:0px;
	padding: 2px 0px;
	background-color:#D2E4FC;
}


.css_campo_contador {
	border:0px;
	padding: 2px 0px;
	font-size: 10px;
	font-weight: bold;
}

.css_check_completo{
	width: 25px; 
	height: 25px; 	
}



@media screen and (orientation:portrait) {
	.css_img_patrocinadores{
		width: 100%; /* aqui altera o tamanho do banner */
		display:block;  
		margin: 0 auto;
	}

}

@media screen and (orientation:landscape) {
	.css_img_patrocinadores{
		width: 80%; /* aqui altera o tamanho do banner */
		display:block;  
		margin: 0 auto;
	}
}

input[type=checkbox]{
  width: 25px;
  height: 25px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}


css_popup_title 
{
	font-size:20px;
	font-weight: bold;
	background-color:#0F2AD0;  /* azul */
	color: #FCF117;  /* amarelo;*/
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin:0px;

}

css_popup_message 
{
	font-size:20px;
	background-color:#FCF117;  /* amarelo;*/
	color:#000;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:5px;

}




#campo_popup{
display:none;
position:absolute;
top:20%;
left:50%;
margin-left:-150px;
margin-top:-100px;
padding:0px;
width:300px;
height:200px;
border:8px solid #0F2AD0;  /* azul */
background-color:  #FCF117;  /* amarelo;*/
z-index: 1000;
}


/*--- cabecalho da tabela */
th {
	background: linear-gradient(#777, #444);
	/*
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	*/
	/*color: #fff;*/
	line-height: 135%;				/* entre linhas */
	color : WhiteSmoke;
 	font-weight: bold;
	position: relative;
	/*text-shadow: 0 1px 0 #000; */
	
	/*PROPRIEDADE ABAIXO MUDA O TAMANHO DA FONTE DO CONTEÚDO DO CABEÇALHO*/ 
	font-size: 2vw;
}

/*------------------------------CSS DA TABELA DE CONTEÚDO------------------------------*/

body {

	/* AQUI DEFINICAO DO CORPO */ 
	
	width:100%;
	background: #fafafa;
	color: #000;
	
	/* este tamanho de font não manda nada */ 
	font: 100%/30px 'Helvetica Neue', helvetica, arial, sans-serif;
	/*text-shadow: 0 1px 0 #fff;*/
	
	/*vertical-align: text-top; também não funciona*/

	
	/*--- Padding ( Y ) ( X ) nao funciona */	
	/* padding: 28px 40px; */
	margin:0px;
}


/*------------------------------CSS DA CELULAS -----------------------------*/
/* mostra como alternar cor 	https://www.w3.org/Style/Examples/007/evenodd.pt_BR.html */
table {
	width:100%;
	background: Milk White ;				/* cor da linha da tabela */
	border-collapse: collapse;
	/*box-shadow: inset 0 1px 0 #fff; */
	
	/*PROPRIEDADE ABAIXO MUDA O TAMANHO DA FONTE DO CONTEÚDO DAS CÉLULAS DA TABELA*/ 
	/* TUDO QUE NAO TEM CSS ESPECIFICO FICA AQUI */
	/*ajuste fino*/
	font-size: 2.5vw;
	
	/*--- Padding DA TABELA ( Y ) ( X ) */	
	/*padding: 0px 0px; nao funciona */
	
 	font-weight: normal;
	line-height: 140%;
	/*margin: 30px auto;*/
	text-align: center;
		/* vertical-align: text-top; também não funciona*/
	margin-top:0px;
}	


table td
{
	/*--- Padding DA CELULA ( Y ) ( X ) */	
    padding-top: 7px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
	border: 1px solid black;
}


tr:nth-child(odd) td {
	background: Silver;			/* --COR DA LINHA INVERTIDA LINHA SIM LINHA NAO --*/
}


.css_footer {
    clear: both;
    position: relative;
	background-color: DarkGrey ;	
	/*margin-top: 10px;*/
	font-size: 2.2vw;
}



/*================================================*/
/* VARIACOES POR TAMANHO DO VIDRO                 */
/*================================================*/






@media screen and (min-width: 10px) and (max-width: 400px) {
	.css_header {
	    height:110px;
		width:100%;
	}

}


@media screen and (min-width: 401px) and (max-width: 768px) {
	.css_header {
	    height:150px;
		width:100%;
	}

}


@media screen and (min-width: 769px) {
	.css_header {
	    height:170px;			/* Altura cabeçalho */
		width:100%;
	}
	


} /* 1200 */

