/*.btn{*/
	/*background: */
/*}*/

/***********************************************************************************************************************
	Autocomplete
 ***********************************************************************************************************************/
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
	position: absolute;
	max-height: 300px;
	z-index: 9999;
	top: 153px !important;
	left: 106.5px;
	width: 749.333px;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/***********************************************************************************************************************
										GOOGLE MAPA API 
***********************************************************************************************************************/
#map{
    height: 70%;
    width: 80%;
  	margin-left: auto;
  	margin-right: auto;
}
 html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/***********************************************************************************************************************
										MENU 
***********************************************************************************************************************/

body{
	margin-top: 80px;
}
.erro{
	display: none;
}

.botao_submit{
	background-color: #68A4C4;
	color: white
}
i{
	font-family:'Noto Serif', serif;
	text-transform: capitalize;
}
/*foto do medico quando mostra medicos de uma clinica*/
.foto_med{
	width: 10%;
	float: left;
	margin-right: 2%; 
}
.medico_clica_hover:hover{
	background: rgba(120, 130, 140, 0.13);
}


/***********************************************************************************************************************
										MENU 
***********************************************************************************************************************/
nav.navbar{
	padding: 0;
	box-shadow: 1px 1px 2px #ccc;
	background: #fff;
} 	

nav.navbar ul.nav{
	padding: 0;
	padding-right: 5%;
	margin-bottom: 0;
}
nav.navbar ul li{
	padding: 0;
	margin-bottom: 0.5%;
	margin-top: 0.5%;

}
nav.navbar ul li ul{
	background: #68A4C4;

}

nav.navbar ul.nav li ul li a{
	color: white;
	transition: margin 0.5s;
	border-bottom: 0px solid  #68A4C4;
	font-size: 1em;

}
nav.navbar ul.nav li ul li a:hover{
	margin-left: 3%;
	background: #68A4C4;
}
nav.navbar ul.nav  li a{
	color: #8b8b90;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.3em;
}
nav.navbar ul.nav  li a:hover{
	background: #fff;
}
nav.navbar ul.nav li a span{
	color: #000;
}
nav.navbar button span{
	background: #9d9d9d;
}
.logo_testo{
	margin-top: 14px;
	margin-left: 8%;
	font-size: 2em;
	font-weight: bold;
}
.logo a{
	display: none;
}
nav div.navbar-header span{
	color: #5e5e5e;
}
nav div.navbar-header span:hover{
	color: #000;
}
nav div.navbar-header a{
	text-decoration: none;
}
nav.navbar button span{
	background: #9d9d9d;
}

/***********************************************************************************************************************
										TimeLine 
***********************************************************************************************************************/
.timeLineBody{
	display: none;
}
.timeline {
  	list-style-type: none;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	position: fixed;
	top: 46px;
  	z-index: 1;
	background: #FFFFFF;
	width: 100%;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: 600;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #68A4C4;
}
.li.complete .status:before {
  background-color: #68A4C4;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #68A4C4;
}

@media (min-device-width: 450px) and (max-device-width: 700px) {
  .timeline {
    display: flex;
	width: 100%;
  }
	.status:before {
		width: 15px;
		height: 15px;
		border-radius: 15px;
		top: -10px;
		left: 20%;
	}
	.status {
		padding: 0px 20px;
	}
	.status h4 {
		font-size: 1em;
	}
	footer h2, .social_29128, ul, li{
		text-align: center;
	}
}
@media (min-device-width: 320px) and (max-device-width: 450px) {
	.timeline {
		display: flex;
		width: 100%;
	}
	.status:before {
		width: 15px;
		height: 15px;
		border-radius: 15px;
		top: -10px;
		left: 20%;
	}
	.status h4 {
		font-size: 0.8em;
	}
	.status {
		padding: 0px 4px;
	}
	footer h2{
		text-align: center;
	}
}


/***********************************************************************************************************************
										Consutas 
***********************************************************************************************************************/
.clinicas img{
	max-height: 220px;
	margin-left: auto;
	margin-right: auto;
}
.nr_medico{
	width: 100%;
	padding: 2%;
	text-align: left;
	color: #656565;
	cursor: pointer;
	border:none;
	background: #fff;
}
.nr_medico:hover{
	color: #68a4c4;
}
.clinicas{
	float: left;
	background: #fff;
	border-radius: 7px;
	padding: 2%;
	box-shadow: 1px 1px 3px #ccc;
	margin-bottom: 5%;
	height: 260px;
}
.clinicas .page-header{
	margin-top: 0;
}
.clinicas span{
	color: #68a4c4;
}
.clinicas a{
	border-radius: 7px;
	float: right;
}
.clinicas button{
	border-radius: 7px;
}
.clinicas a.cons{
	float: left;
}
.pesquisa{
	background: #fff;
	padding: 1%;
	border-radius: 0px 0px 50px 50px;
	box-shadow: 1px 1px 2px #ccc;
}
.pesquisa label{
	color: #68a4c4;
}


/***********************************************************************************************************************
										Medicos
***********************************************************************************************************************/

.medicos{
	
	background: #fff;
	border-radius: 7px;
	padding: 2%;
	margin-bottom: 5%;
	box-shadow: 1px 1px 3px #ccc;

}
.page-header h2{
	color: #68a4c4;
}

.border{
	margin-top: 5%;
	border-top: 1px solid #ccc;
}
.nr_clinica{
	float: left;
	color: #656565;
	cursor: pointer;
	border:none;
	background: #fff;
}
.nr_clinica:hover{
	color: #68a4c4;
}
	
.inf{
	float: right;
	color: #68a4c4;
	cursor: pointer;
	border: none;
	background: #fff;
}
.inf:hover{
	color: blue;	
}	
.medicos figure{
	position: relative;
}
.medicos figure figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	padding: 2%;
}
.medicos figure figcaption p{
	color: #fff;
	margin-left: 2%;
}

.especialidade figure img{
	height: 200px;
	width: 240px;
}
.especialidade .ag_consulta{
	text-decoration: none;
	padding: 2%;
	border-radius: 7px;
	background: #fff;
	border: 1px solid #ccc;
	color: #8b8b90;
}
.especialidade .btn_ag_cons{
	text-decoration: none;
	padding: 2%;
	border-radius: 7px;
	background: #fff;
	border: 1px solid #ccc;
	color: #8b8b90;
}
.btn-disponibilidade{
	position: absolute;
	bottom: 0;
	font-weight: bold;
	right: 0;
}
.appointment-content{
	height: 245px;
	/*background: #000000;*/
}
.especialidade .btn_ag_cons:hover{
	background: #f5f5f5;
}
.especialidade .ag_consulta:hover{
	background: #f5f5f5;
}
.especialidade .todos_medicos{
	float: right;
}
/*.clinica_medico_btn{*/
	/*background: */

/*}	*/
.clinica_medico_btn small{
	margin-top: 0;
}
.clinica_medico_btn h5{
	margin-bottom: 0;
	color: #428bca;
}	
.conc_indis{
	background: #fff;
}
.conc_indis:hover{
	text-decoration: none;
	background-color: #fff;

}
/***********************************************************************************************************************
										PERFIL
***********************************************************************************************************************/
.perfil_medico #box{
	box-shadow: 1px 1px 3px #ccc;
}



.perfil_medico #desc{
	/*width: 40%;*/
	text-align: justify;
}

/***********************************************************************************************************************
										DESPONIBILIDADE HORARIO
***********************************************************************************************************************/
#horarios .col-md-9 .page-header h4{
	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;
}
.preco_disp_md{
	text-align: right;
}
/***********************************************************************************************************************
										DADOS USUARIO CONSULTA
***********************************************************************************************************************/
#dados_paciente_consulta .col-md-8 form div#p_nome{
	width: 49%; 
	float: left;
}
#dados_paciente_consulta .col-md-8 form div{ 
	float: left;
	width: 100%;
}
#dados_paciente_consulta .col-md-8 form div#p_apelido{
	width: 49%; 
	float: right;
}
#dados_paciente_consulta .col-md-8 form div#cont{
	float: right;
	width: 49%; 
}
#dados_paciente_consulta .col-md-8 form div#sexo_float{
	width: 49%;
	float: left;

}
#dados_paciente_consulta .col-md-8 form  div#sexo_m{
	float: left;	
	width: 40%;
	margin-top: -2%;
	
}
#dados_paciente_consulta .col-md-8 form  div#sexo_f{
	float: right;
	width: 40%;
	
}
#dados_paciente_consulta .col-md-8 form input#sub{
	width: 30%; 
	
}
/***********************************************************************************************************************
										CADASTRO DE PACIENTE
***********************************************************************************************************************/
#cadastro_paciente .col-md-8 form #sexo_float{
	width: 100%;
	float: left;

}

#cadastro_paciente .col-md-8 form  div#sexo_m{
	float: left;	
	width: 40%;
	
}
#cadastro_paciente .col-md-8 form  div#sexo_f{
	float: right;
	width: 40%;
	margin-top: 4%;

}
/***********************************************************************************************************************
										MEDICAMENTO
***********************************************************************************************************************/
.btn_pes_med{
	margin-top: 30px;
}      
.link_estilizado{
	text-decoration: none;
	color: #656565;
}
.link_estilizado:hover{
	color: #6FA8C7;
	text-decoration: none;
}
.border-right{
	border-right: 1px solid #ccc;
}

/***********************************************************************************************************************
										Farmacia
***********************************************************************************************************************/
.label_mapa_btn{
	float: right;
}
.label_lista{
	margin-left: 35%; 
	text-align: right;
}
.label_mapa{
	text-align: left;
}
@media screen and (max-width: 991px){
	.appointment-content{
		height: 220px;
		/*background: #000000;*/
	}
}
@media screen and (max-width: 768px){
	.container{
		width: 100%;
		padding:0 25px 0 25px;
	}
	.pesquisaInicial{
		margin: 10px;
		padding: 10px;
	}
	.col-xs-12{
		margin: 5px;
	}
	section.callaction img{
		height: 50%;
	}
	.appointment-content{
		height: 233px;
		/*background: #000000;*/
	}
}
@media screen and (max-width: 768px){
	.callaction h2{
		font-size: 1.3em;
	}
	/************************
			INDEX
	************************/
	.espacamento_interno{

		padding: 10%;
	}

	/************************
			MENU
	************************/
	nav.navbar{
		background: #fff;
		
	} 
	nav.navbar ul.nav li ul.dropdown-menu{
		background: #fff;
	}
	nav.navbar ul.nav li ul li a{
		color: #8b8b90;
	}
	nav.navbar ul.nav li ul.dropdown-menu li:hover{
		

	}
	nav.navbar ul.nav li ul.dropdown-menu li a:hover{
		color: #ccc;
		margin-left: 0%;
	}

	nav.navbar ul.nav li ul.dropdown-menu{
		background: #68A4C4;
	}

	nav.navbar ul.nav li ul.dropdown-menu li a{
		color: white;
	}
	.logo_testo{
		display: none;
	}	
	.logo{
		margin-top: 0;
	}
	.logo a{
		display: inline-block;
		margin-top: 14px;
		margin-left: 8%;
		font-size: 1.6em;
		font-weight: bold;
	}
	.clinicas{
		height: auto;
	}

	/*******************************
			MEDICOS
	***********************************/
	.especialidade figure img{
		height: auto;
		width: auto;
	}
	.clinica_medico_btn .list-group-item{
		height: auto;
	}
	/*******************************
			CLINICA
	***********************************/
	.clinicas{
		height: auto;
	}


	/***********************************
			PERFIL_MEDICO
	***********************************/
	.perfil_medico #desc{
		width: 100%;
	}
	/***********************************
			Desponibilidade Horario
	***********************************/
	.inf_desp{
		font-size: 1em;
		float: none;

	}
	.preco_disp_md{
		text-align: left;
		margin-left: 3%
	}

	/***********************************
			Select
	***********************************/
	.select_padding{
		padding: 15%;
	}


	.widht-select{
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	.margin-label{
		margin-left: 7%;
	}
	/***************************************************************
					Farmacia
	*****************************************************************/
	.label_mapa_btn{
		float: none;
	}
	/*.label_lista_btn{
		margin-left: 40%;

	}*/
	.div_label_btn_mapa_lista{
		width: 35%;
		margin-left: 35%;
		margin-top: -30px;
		margin-bottom: -28px;
	}
	.label_lista{
		margin-left: 23%;
	}
	.label_mapa{
		margin-left: 60%;
	}

	/***********************************************************************************************************************
										DADOS USUARIO CONSULTA
***********************************************************************************************************************/
#dados_paciente_consulta .col-md-8 form div#p_nome{
	width: 100%; 
	float: left;
}

#dados_paciente_consulta .col-md-8 form div#p_apelido{
	width: 100%; 
	float: right;
}
#dados_paciente_consulta .col-md-8 form div#cont{
	float: right;
	width: 100%; 


}
#dados_paciente_consulta .col-md-8 form div#sexo_float{
	width: 100%;
	float: left;

}
#dados_paciente_consulta .col-md-8 form  div#sexo_m{
	float: left;	
	width: 40%;
	margin-top: -2%;
	
}
#dados_paciente_consulta .col-md-8 form  div#sexo_f{
	float: right;
	width: 40%;
	
}
#dados_paciente_consulta .col-md-8 form input#sub{
	width: 100%; 
	
}
/***********************************************************************************************************************
										MEDICAMENTO
***********************************************************************************************************************/
.btn_pes_med{
	margin-top: 0px;
	float: right;
	margin-right: 30px;
}

.border-right{
	border-right: 0px solid #ccc;
}

}
@media screen and (max-width: 991px) and (min-width: 768px){
	.clinica_medico_btn .list-group-item{
		height: auto;
	}

	.clinicas{
		height: 450px;
	}
	.clinicas img{
		max-height: 220px;
	}
	.tamanho-div{
		height: 220px;
	}

	.logo_testo{
		margin-top: 14px;
		margin-left: 3%;
		font-size: 1.5em;
	}
	nav.navbar ul.nav  li a{
		font-size: 1.2em;
	}
	
	/***********************************************************************************************************************
										DADOS USUARIO CONSULTA
***********************************************************************************************************************/
#dados_paciente_consulta .col-md-8 form div#p_nome{
	width: 49%; 
	float: left;
}
#dados_paciente_consulta .col-md-8 form div{ 
	float: left;
	width: 100%;
}
#dados_paciente_consulta .col-md-8 form div#p_apelido{
	width: 49%; 
	float: right;
}
#dados_paciente_consulta .col-md-8 form div#cont{
	float: right;
	width: 49%; 
}
#dados_paciente_consulta .col-md-8 form div#sexo_float{
	width: 49%;
	float: left;

}
#dados_paciente_consulta .col-md-8 form  div#sexo_m{
	float: left;	
	width: 40%;
	margin-top: -2%;
	
}
#dados_paciente_consulta .col-md-8 form  div#sexo_f{
	float: right;
	width: 40%;
	
}
#dados_paciente_consulta .col-md-8 form input#sub{
	width: 30%; 
	
}

}

/* 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(../img/Preloader_2.gif) center no-repeat #fff;
}