/***********************************************************************************************************************
										DESPONIBILIDADE HORARIO
***********************************************************************************************************************/
#horarios .col-md-9 .page-header h3{
	color: #676767;
	margin-bottom: 0;
}
#horarios .col-md-9 .col-md-12 .col-md-10 h4{
	color: #676767;
}
#horarios .col-md-9 .col-md-12 .col-md-12 a{
	margin-top: 2%;
	background: #68a4c4;
}
#horarios .col-md-9 .col-md-12 .col-md-12 button.botao_hora{
	margin-top: 2%;
	background: #68a4c4;
}
#horarios .desp_medico{
	padding: 0;
}

.corpo{
	background: #fff;
	padding: 2%;
	box-shadow: 1px 1px 3px #ccc;
	margin-top: 2%;
}
.corpo figure img {
	max-height:70px;
	width: auto;
}
#pesquisa_calendario{
	background: #f5f5f5;
}

.inf_desp{
	float: left;
	color: #68a4c4;
	border: none;
	background: #fff;
	font-size: 1.5em;
}
.underline{
	cursor: pointer;
}
.underline:hover{
	text-decoration: underline;
}
.botaoConsulta{
	margin: 3px;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}