/* ----------------------------------------------- */
/* ---  SCHEDULE DEFINICION	           --------- */
/* ----------------------------------------------- */
div.schedulePage {
	max-width: 1220px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.17);
}
table.schedule p {
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: normal;
}
div.schedulePage h1 {
	font-size: 100%;
	color: #127443;
	padding: 20px 1% 10px 0px;
	border-bottom: 1px solid #127443;
	margin-bottom: 18px;
	margin:0 18px 18px 18px;
	text-align: left;	
}
table.schedule {
	width: 100%;
}
table.schedule tr.tableTH {
	height:35px;
	background-color: #137343;
}
table.schedule tr th {
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right:1px solid #FFF;
	vertical-align: middle;
	text-align: center;
}
table.schedule td {
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 5px 0px 5px;	
	border-right:1px solid #FFF;
	text-align: center;
	vertical-align: middle;
}
table.schedule td.specialtyTD {
	color: #137343;
	width: 16%;
	font-size: 90%;
	font-weight:bold;
	text-align: left;
}

table.schedule td.scheduleTD p {
	text-align: center;
}
table.schedule tr.greenBackground {
	background-color: #E3E8CF;
}
table.schedule img.check {
	width: 13px;
	margin-right: 5px;
}
table.schedule div.grayBorder {
	max-width:66px;
	max-height: 66px;
	background:#DAD9D9;
	border-radius: 50%;
	padding: 2px;
	margin-right: 10px;
	float: left;
	margin: 5px;
}
table.schedule div.ImageSchedule{
	max-width:60px;
	max-height: 60px;
   position: relative;
   overflow: hidden;
   border-radius: 50%;
   border:3px solid #FFF;
}
table.schedule img.imgDoc {
	display: inline;
   margin: 0 auto;
   height: auto;
   width: 100%;
}
table.schedule div.nameDoc {
	text-align: left;	
}
table.schedule div.nameDoc h2{
	font-size:110%;
	font-weight: bold;
	margin-top:18px;
	line-height: normal;
	margin-bottom: 0px;
}
table.schedule td.scheduleTD {
	width: 18%;
}
table.schedule td.reception {
	width: 150px;
	text-align: left;
}
/* ---  SEARCH SCHEDULE  --------- */
div.searchSpecialty {
	margin:20px;
}
div.searchSpecialty select {
	padding: 0px 0 3px 10px;
	border: 1px solid #dad9d9;
	border-radius: 15px;
	width: 20%;
	font-size: 80%;
	height: 30px;
}
div.searchSpecialty select option {
	padding: 3px 10px;
	border-bottom: 1px dotted gray;
}
