html {
	
     font-size: 14px;
     box-sizing:border-box;
	text-align:left;
	text-rendering: optimizelegibility;
	font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
}
iframe { 
	padding:0px; 
	margin:0px; 
}
table {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	border-width:0px;
}
label{
	font-size: 14px;
}
div.sizeb{
	height: auto;	

}

div.container_vai {
	text-align:center;
	width: 65%;
	padding: 0;
	margin:0px;
	display: block;
	margin: 0 auto;
}
.weekd_1{
	display:flex;
	flex:wrap;
	justify-content:space-evenly;
}
.cal_days{
	flex:0 0 14%;
	font-size:20pt;
	aspect-ratio: 1 / 1;
}
.unselectable{
	width:90%;
	margin:5%;
	background-color:#CCCCCC;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.unselectable.past{
	background-color:#FFD8D5;
}

.cal_days .selectable{
	width:90%;
	margin:5%;
	aspect-ratio: 1 / 1;
	line-height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cal_days .unselectable{
	line-height:40px;
}
.hour_box{
	flex:0 0 300px;
	border: 0px ;
	background-color:#FFF;
	padding:10px 0px;
}
.d_avail_select{
	width:90%;
	height:25px;
	line-height:25px;
	margin:auto;
	margin-bottom:5px;
}
.block_dates{
	flex:0 0 14%;
	background-color:rgb(237,239,246);
	aspect-ratio: 1 / 1;
}
.d_timeSel_sect{
	width:100%;
	margin-top:2px;
	overflow:hidden;
}
#app_container{
	background-color:white; 
	margin:auto; 
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-around;
	display: inline-flex;
}
#container_header{
	width:90%;
	font-size:14px;
	min-height:30px;
	color:#FFFFFF;
	margin:20px auto;
	border-bottom:solid 1px;
	font-weight:bold;
	text-align:left;
	display: flex;
	align-items:flex-end;
}
#s_mainTitle{
	flex: 0 0 90%;
	overflow:hidden;
	text-align:left;
}
#d_svrPrice{
	flex: 0 0 10%;
	font-size:14px;
	width:40px;
	text-align:right;
}

#d_loc_2{
	display:none;
	float:left;
	width:245px;
	height:300px;
	margin-left:30px; 
	margin-top:20px;
	text-align:center;
	color:#666666;
}
#d_loc_1{
	width:245px;
	height:300px;
	margin:auto; 
	margin-top:20px;
	text-align:center;
}
#location_img{
	width: 53%;
	border-radius: 50%;
	border: solid 1px #000;
}
.l_selType_class{
	text-align:center;
	font-size:12pt; 
	cursor: pointer;
}
#TextTime{
	width:95%;
	font-size:16px;
	height:30px;
	color:#000000;
	margin:20px auto;
	border-bottom:solid 1px;
	text-align:center;
}
#dateSection{
	display:flex;
	justify-content:center;
	border-bottom:solid 1px;
	line-height:40px;
	font-size:25px;
}
#meses{
	flex: 0 0 40px;
	border-radius:10px 0px 0px 0px;
	border:none;
	border-right:solid 1px;
}
#d_calMonth{
	flex: 1 1 50%;
}
#n_meses{
	flex: 0 0 40px;
	border-radius:0px 10px 0px 0px;
	border:none;
	border-left:solid 1px;
}

#d_calendar_holder {
	width:90%;
	margin:auto;
	border:solid 1px;
	border-radius: 10px 10px 5px 5px;
}
#d_calendar{
	padding-bottom:20px;
	background-color:#EEE;
}
.plus{
	height:49px;
	flex: 0 0 14%;
	line-height:2em;
	font-size:12pt;
}
#d_calendar_main{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
}
#TextTimeSelection{
	width:95%;
	font-size:16px;
	height:30px;
	color:#000000;
	margin:20px auto;
	border-bottom:solid 1px;
	text-align:center;
	margin-bottom:5px;
}
#d_opDate{
	width:95%;
	font-size:16px;
	height:40px;
	color:#000000;
	text-align:center ;
	margin-bottom:5px;
}
#d_opHours{
	width:95%;
	font-size:20px;
	height:30px;
	color:#000000;
	text-align:center;
	margin-bottom:5px;
}
#d_timeSpacer{
	width:100%;
	height:17px;
	margin-left:10px;
}
#d_timeLoader{
	display: inline-block;
	width:400px;
	height:350px;
	margin:10px auto;                
}
.loaderText{
	width:100%;
	text-align:center;
}
.selected_app_class{
	width:100%;
	font-size:16px;
	height:50px;
	color:#000000;
	margin:15px auto;
	border-bottom:solid 1px;
	text-align:left;
}
.class_load{
	width:95%;
	margin:60px auto;
	margin-bottom:10px;
	text-align: center;
}
#d_timeScale{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap; 
	justify-content: space-evenly
}

#d_selectDateTime{
	width:78%;
	background-color:white;
	border-style:solid 1px; 
	border-color: black;
	margin:15px auto;
	color:black;
	padding-top: 6px; 
	padding-bottom: 5px;
}
.geral{
	width:100%;
	font-size:18px;
	color:#404040;
}

.letsbook{
	display: block;
	margin: 0 auto;
}

#d_svr_list{
	display:flex;
	flex:0 0 45%; 
	min-height: 50px;
	text-align: center;
	flex-wrap:wrap;
	justify-content:center;
	align-content: flex-start;
}
#d_svr_list .d_service_class {
	flex:0 0 100%;
}

.serviceLoader {
	text-align:center;
	margin:30px 0px;;
	font-size:30px;
	color:#555;
}
.subCat_Holder {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
}
.d_subCat_select{
	flex: 0 0 40%;
	height:42px;
	margin-bottom:5px; 
	font-weight:bolder;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rightSection_div{
	font-size:16px;
	height:30px;
	color:#000000;
	margin:20px;
	border-bottom:solid 1px;
	text-align:left;
	margin-left:30px;
	margin-right:30px;
}
.d_service_class{
	flex: 0 0 49%;
	min-height:40px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
	font-weight:bold;
}
.sectionHolder .sectionHeader {
	font-size: 14px;
	width:90%;
	height:60px;
	margin-top:10px; 
	background-color:#aea9ba;
	opacity:.5;
	border-radius:5px;
	border:solid 1px;
	text-align:center;
	text-transform: uppercase;	
	cursor:default;
	overflow:hidden;
	margin: auto;
	margin-top: 10px;
}
.sectionHolder .sectionHeader .sectionTitle {
	font-size:30px;
	line-height:30px;
	font-weight:bold;
}
.sectionHolder.filled .sectionHeader:hover:active{
	height:55px;
}
.sectionHolder.filled .sectionHeader {	
	color:#00353d;
	background-color:#fff;
	opacity:1;
	cursor:pointer;
}
.sectionHolder.filling .sectionHeader {	
	color:#00353d;
	background-color:#fff;
	opacity:1;
	border-radius: 5px 5px 0px 0px;
	border-bottom:0px;
}
.sectionHolder .sectionHeader .sectionSubtitle {
	display:none;
}
.sectionHolder.filled .sectionHeader .sectionSubtitle, .sectionHolder.filling .sectionHeader .sectionSubtitle {
	display:block;
}

.leftSection {
	padding-bottom: 30px;
	background-color: #00353d;
	border-radius: 10px;
	border:solid 1px #2b2b2b;
	width: 100%;
}

.sectionHolder .rightSection {
	display:none;
	margin: auto;
	border-radius: 0px 0px 10px 10px;
	border:solid 1px #2b2b2b;
	border-top:0px;
	background-color:#fff;
	width: 90%;
	padding:20px;
	padding-top: 20px;
	min-height: 400px;
	height: auto;
	overflow: auto;
}
.sectionHolder.filling .rightSection {
	display:block;
}

i{
	top: 3px !important;
}
.overlay {
	position:absolute;
	width: 100%; 
	height:100%; 
	background-color:#111111;
	top:0px;
	left:0px;
	z-index:900;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.loader {
	position:absolute; 
	top:400px;
	left:500px;
	z-index:901;
}

.selectable {
	background-color:#FFFFFF;
	border:solid 1px #111;
	border-radius:5px;
	color:#111;
	cursor:pointer;
}
.timestreat{
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.d-selType-class{
	flex: 0 0 40%;
	height: 45px;
	line-height:45px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
}

.selectable:hover {
	background-color: #00353D;
	color:#FFF;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
}
#d_selConsult{
	margin:auto;
	margin-top:10px;
	width:200px;
	color:#111;
	padding-top:8px;
	padding-bottom: 8px; 
}
.toptitle{
	width:95%;
	font-size:16px;
	color:#000000;
	margin:20px auto;
	border-bottom:solid 1px;
	text-align:center;
	display: block;
}

.service_holder {
	display:flex;
	align-self:stretch;
}

#d_svr_desc{
	flex: 1 1 270px; 
	padding:10px;
	margin:0px 10px;
	text-align:justify;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	border-radius:5px;
}

.selectall{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}
.mudatitulo{
width:95%;
font-size:16px;
height:30px;
color:#000000;
margin:10px;
border-bottom:solid 1px;
text-align:center;

}
.selected {
	background-color:#00535D;
	color:FFF;
}

.unselectable {
	background-color:#CCCCCC;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	cursor:default;
}
.unselectableTime {
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	cursor:default;
	opacity:.10;
	margin-bottom:5px;
}
.geral_input_class{
	display:flex;
	margin-bottom: 10px;
}
.entryName {
	flex: 0 0 30%;
	height:40px;
	text-align:right;
	line-height:40px;
}
.entryValue {
	flex: 0 0 70%;
	height:40px;
	text-align:left;
}
.entryValue input {
	width:80%;
	font-size: 20px;
	border-radius: 5px;
}

@media only screen and (max-width: 1000px){
	div.container_vai {
		width: 95%;
	}
	#d_svr_list{
		flex: 0 0 100%;
	}
	.d_service_class{
		flex: 0 0 100%;
	}
	.sectionHolder .sectionHeader {
		width:98%;
	}
	.sectionHolder .rightSection {
		width:98%;
		padding:15px 2px;
	}
	
	#location_img{
		width: 38%;
	}
	#d_svr_desc{
		display: none;
	}
	
	.d_timeSel_sect{
		height: 30px;
		margin: auto;
		color: #000 !important;
	}

	.selectableTime{
		/*width: 80% !important;*/
		height: 20px !important;
		margin:auto;
		font-size: 20px; 
		margin-bottom: 5px;
		line-height: .9em!important;
	}
	div.botoesapp{
		margin-bottom: 15px;
		display: block;
		margin: auto;
	}
	
	div#s_mainTitle{
		flex: 0 0 70%;
	}
	div#d_svrPrice{
		flex: 0 0 30%;
	}

	.geral{
		margin: 0 auto;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		font-size: 12px;
	}
	
	#d_calendar_holder {
		width:100%;
	}

	.hour_box{
		flex:0 0 98%;
		border: 0px;
		background-color:#FFF;
		padding:10px 0px;
	}
	
}


