/* (c) 2017 Senac Sao Paulo */

.containerFiltro{  background: #f0f0e1 none repeat scroll 0 0; border: 1px solid #ddd; height: 240px; padding-top: 15px; width: 235px;}  
label{color: #777; margin-left: 10px; font-size: 14px;}
.containerFiltro input{background: #fff none repeat scroll 0 0; border: 1px solid #ddd; border-radius: 5px; color: #777777; font-family: tahoma,arial; font-size: 13px; height: 33px; line-height: 33px; padding: 0 2%; width: 82%; margin: 0 10px;  padding: 0 10px;}
.containerFiltro select{background: #fff none repeat scroll 0 0; border: 1px solid #eaeaea; border-radius: 5px; color: #969696; font-family: tahoma,arial; font-size: 13px; height: 33px; line-height: 33px; margin: 0 10px; width: 215px;}	
.titBuscador{color: #ff7f00 !important; font-size: 18px; padding-bottom: 10px; font-weight:bold;}
#carregandoCursos{width: 32px; margin-top: -30px; padding-left:80%;}
#wrapperItinerarioBuscar{ float:left; width:100%; border:1px solid #ccc; font-family:Tahoma,Verdana,Arial; font-size:13px;	color:#777;	background-color:#f7f7f7;	margin-bottom:15px;}
#wrapperItinerarioBuscar #in{ float:left; width:80%;}
.icon{ float: left; width: 32px; height: 32px; background-image: url('/imagens/icon-busca.png');background-repeat: no-repeat; margin-top: 8px; margin-left: 5px;}
.text{ float:left; width:140px; color:#ff7600;	font-size:18px; margin:10px 10px 0px 5px;}
.lineBuscar{ float:left; width:100%; margin-left: 10px; margin-bottom: 5px;  margin-top: 5px; }
.lineBuscarB{float:left; width:100%;}

.cboBuscar{width:93%;
	height:35px;
	color:#777;
	font-family:tahoma, verdana;
   font-size:13px;
   background-color: #fff;
   border-radius: 5px;
   border: 1px solid #ddd;
   -moz-appearance: none; text-indent: 0.01px;  text-overflow: '';}

.selectwrap{position: relative;}
.selectwrap:after{
    font-family: 'Glyphicons Halflings';
	content: "\e114";
	color: #004687;
	float: right;
	text-align: center;
	line-height: 34px;
	position: absolute;
	width: 25px;
	height: 30px;
	background: #fff;
	border-radius: 3px;
	right: 20px;
	top: 16px;
	pointer-events: none;
	
}
.citinerario {
    float: left;
    width: 630px;
}
.gray{color:#ccc;}

.bgBlue{ background-color:#004197 !important;}

#wrapperItinerarioBuscarH{
	float:left;
	width:750px;
	height:90px;
	border:1px solid #ccc;	
	font-family:Tahoma,Verdana,Arial;	
	font-size:13px;
	color:#777;
	background-color:#f0f0df;
	margin-bottom:20px;
}

#wrapperItinerarioBuscarH #in{float:left; width:730px; margin:18px 0px 0px 10px;}
#wrapperItinerarioBuscarH .col1{ float:left; width:220px;}
#wrapperItinerarioBuscarH .col2{float:left; width:240px; margin-right:10px;}
#wrapperItinerarioBuscarH .col3{float:left;	width:250px;}
.input_buscador{background: #fff none repeat scroll 0 0; border: 1px solid #ddd; border-radius: 5px; color: #777777; font-family: tahoma,arial; font-size: 13px; line-height: 33px; padding: 0 2%;  width: 93%; }
#OcupacaoCurso option {  font-family:tahoma, verdana; font-size:13px;}
#OcupacaoCurso select { font-family:tahoma, verdana;   font-size:13px; }
@media screen and (max-width:767px){
	#wrapperItinerarioBuscar {
		float: left;
		width: 100%;
		border: 1px solid #ccc;
		font-family: Tahoma,Verdana,Arial;
		font-size: 13px;
		color: #777;
		background-color: #f7f7f7;
		margin-bottom: 15px;
	}
	.cboBuscar {
		width: 98%;
	}
	.input_buscador {
		width: 98%;
	}
}

@media screen and (max-width:480px){
	#wrapperItinerarioBuscar {
		float: left;
		width: 100%;
		border: 1px solid #ccc;
		font-family: Tahoma,Verdana,Arial;
		font-size: 13px;
		color: #777;
		background-color: #f7f7f7;
		margin-bottom: 15px;
	}
	.cboBuscar {
		width: 95%;
	}
	.input_buscador {
		width: 95%;
	}
}