@charset "utf-8";
/* CSS Document */


.submit{
	
	border-radius: 4px;
    padding: 5px 5px;
    font-size: 15px;
	background-color: #94618E;
	color: #fff;
}

.submit:hover{
	
	border-radius: 4px;
    padding: 5px 5px;
    font-size: 15px;
	background-color: #49274A;
	color: #fff;
}

.selectbox {

font-size: 13px;
font-family: "Roboto", sans-serif;	
color: #333333;
padding: 8px;
overflow: visible;
position: relative;
display: block;
border: 1px solid #bbb;
border-radius: .3em;
box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
background-color: #fff;
background: #fff -moz-linear-gradient(top, #fff 0%, #ecf1f9 150%);
background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(150%,#ecf1f9));
background: #fff -webkit-linear-gradient(top, #fff 0%,#ecf1f9 150%);
background: #fff -o-linear-gradient(top, #fff 0%,#ecf1f9 150%);
background: #fff -ms-linear-gradient(top, #fff 0%,#ecf1f9 150%);
background: #fff linear-gradient(to bottom, #fff 0%,#ecf1f9 150%);

}

h3 {
	
	font-family: "Roboto", sans-serif;
	color: #if611f;
	
}

h1 {
	
	font-family: "Roboto", sans-serif;
	color: #if611f;
	
}

h2 {
	
	font-family: "Roboto", sans-serif;
	color: #if611f;
	padding:5px;
}


h4 {
	
	font-family: "Roboto", sans-serif;
	color: #if611f;
	margin:0px;
	font-size:13px;
	font-weight:normal;
	
}

h5 {
	
	font-family: "Roboto", sans-serif;
	color: #000;
	margin:0px;
	font-size:13px;
	font-weight:normal;
	
}



h2 {
	
	font-family: "Roboto", sans-serif;
	color: #000;
	margin:0px;
	font-size:13px;
	font-weight:normal;
	
}

#message_div {font-size:13px; color:#if611f;}

/* ---------------------------------------time slots */

.bookform_html_show input[type="text"],.bookform_html_show input[type="email"],.bookform_html_show select,.bookform_html_show textarea,.bookform_html_show input[type="submit"] {
	width:100%;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #ccc;	
}

.bookform_html_show input[type="submit"] {
	cursor:pointer;
background-color:#f6a454;
color:#fff;
font-size:18px;
	border:0;
	font-weight:bold;
}
.bookform_html_show input[type="submit"]:hover {
	background-color:266eac;
}

/*width:12%;*/
.slotbox {
float:left;
width:13%;
padding:10px;
box-sizing:border-box;
}

.slotbox_content {
width:100%;
/*background-color:#94618E;*/
color:#F8EEE7;
padding:10px;
box-sizing:border-box;
font-weight:bold;
cursor:pointer;
}

.slotbox_content_inactive {
width:100%;
/*background-color:#948061;*/
color:#F8EEE7;
padding:10px;
box-sizing:border-box;
font-weight:bold;
cursor:pointer;
}

.slotbox_content_nostaff {
width:100%;
/*background-color:#946161;*/
color:#F8EEE7;
padding:10px;
box-sizing:border-box;
font-weight:bold;
cursor:pointer;
}


.activeshift {
/*background-color:#49274A;*/
color:#f4DECB;

}
