* {
	box-sizing: border-box;
}

html, body
{
    font-family: 'Ubuntu', Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    /*background: #ffffff;*/
	background: transparent; /* conform issue 976 */
    overflow:auto;
}

body {
	margin: 0px;
}

select, textarea
{
    font-family: 'Ubuntu', Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17px;
}

.controlscontainer
{
   /*margin: 15px 10px 5px 10px;*/
   padding: 15px 15px 15px 15px;
   clear: both;  
   border: solid 0px #cccccc;
   /*background-color: #ffffff;*/
   background-color: transparent; /* conform issue 976 */
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
 
   overflow: hidden;
   overflow-y: auto;   
   overflow-x: hidden;
   /* width: 380px; */
   max-width: 710px;
   width: 100%;
}

.controlscontainer > div
{
    clear: both;
}

.controlscontainer > div .label
{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    clear: left;
    
}

.controlscontainer > div .control
{
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
                       
.control select
{
    border: 1px solid #2889c0;
    width: 100%;
    margin-bottom: 10px;
	padding: 6px;
}

.control textarea
{
    border: 1px solid #2889c0;
    width: 100%; 
    margin-bottom: 10px;
	padding: 6px;
	box-sizing: border-box;
}

.controlscontainer .freetextcontrol
{
    line-height: 16px;
    height: auto;
    width: 100%;
}

.datetable
{
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #2889c0;
    /*width: 200px;*/
	width: 100%;
    height : 160px;
}

.datetable tr
{
    line-height: 16px;
}

.datetable td {
	width: 14.28571428%;
}

.datetable .datetableheader
{
    font-weight: bold;    
    text-align: center;
}

.datetablecellavailable
{
    background-color: #DDFFDD;
    text-align: center;
}

.datetablecellnotavailable
{
    text-align: center;
}

.datetablecellavailable A, .datetablecellavailableselected A, datetablecellnotavailableselected A
{
    text-decoration: none;
    color: #666666;
	/* to properly center the content of the link */
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;
}

.datetablecellavailableselected, .datetablecellnotavailableselected
{
    color: #000000;
    background-color: #AACCEE;
    text-align: center;
}

.datetablecellavailableselected,
.datetablecellavailable {
	padding: 0px;
}

.textfieldtext 
{
    border: solid 1px #2889c0; 
    width: 100%;
	margin-bottom: 10px;
	padding: 6px;
	font-family: 'Ubuntu', Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17px;
	box-sizing: border-box;
}

.contactcontainer span
{
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
}

.contactcontainer select, .contactcontainer input
{
    border: solid 1px #2889c0;
    width: 100%;
    margin-bottom: 10px;
	padding: 6px;
}

.error_box
{
    border: solid 1px #FF0000;
    background: #FF6666;
    color: #FFFFFF;
    padding: 1px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.info_box
{
    border: solid 1px #3333FF;
    background: #3399FF;
    color: #FFFFFF;
    padding: 1px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.calendarNextMonth
{
	margin-left : 15px;
	
}

.datetablecellfiller
{
    height : 18px;
}

.calendarHeader
{
	/*height :25px;*/
	line-height : 20px;
}

.captchaFailed
{
    border: 1px solid red;
}

/*
.calendar .header select
{
    width: 170px;
}

.webdate_prevmonth_link, webdate_nextmonth_link
{
    float: left;
    width: 15px;
    text-align: center;
}

.webdate_nextmonth_link
{
    float: right;
}

.webdate_prevmonth_link a, .webdate_nextmonth_link a
{
    color: #AACCEE;
    text-decoration: none;
}
*/

.controlscontainer .contactdetails
{
    min-height: 30px;
}

.controlscontainer .contactdetails .header
{
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.controlscontainer .contactdetails .details
{
    clear: both;
}

.controlscontainer .contactdetails .details > div
{
    float: left;
    width: 170px;
}

.controlscontainer .bookinglist
{
    min-height: 50px;
}

.controlscontainer .bookinglist .header
{
    font-weight: bold;
}

.controlscontainer .itemline 
{
    clear: both;
}

.controlscontainer .itemline > div
{
    float: left;
    width: 160px;
}

.bookinglist
{
    max-height: 200px;    
    overflow: auto;
}

.bookinglist .details > div
{
    line-height: normal;
    margin-bottom: 3px;
    clear: both;
    margin: 5px 0px 5px 0px;
    padding : 5px;
    /*width : 350px;*/
    color: #666666;
}

.bookinglist .details > div:hover
{
    background: #E7EFF9;
}

.bookinglist .details input
{
    display: block;    
    float: left;
    margin-bottom: 40px;
    margin-right: 5px;
}

button > div
{
	display: none;
}

button:hover > div
{
	display: block;
	position: absolute;
	width: 200px;
	height: 60px;
	border: solid 1px #666666;
	background-color: #ffffff;
	opacity: 0.9;
	color: #CC3333;
	padding: 5px;
	text-align: left;
}

.contactfieldinfo
{
	background: #AACCEE;
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 5px;
	cursor: pointer;
}

.contactfieldinfo > .details
{
	display : none;
}

.contactfieldinfo:hover > .details
{
	font-size: 11px;
	color: #666666;
	display: block;
	position: absolute;
	border: solid 1px #AACCEE;
	background: #FFFFFF;
	padding: 3px;
}

.poweredbysection
{
   margin: 0px 10px 5px 10px;    
   padding: 0px 15px 15px 15px;
   width: 380px;
   text-align: center;
}

.poweredbysection > a
{
    color: #c5c5c5;
    text-decoration: none;
}

.poweredbysection > a:hover
{
    text-decoration: underline;   
}

.actions 
{
    overflow: hidden;
}

.actions > div 
{
    display: inline-block;
}

.right
{
    float: right;
}

.timesContainer
{
    padding : 0px;
    margin-top : 10px;
    margin-bottom : 0px;

}

.timeCell
{
    display : inline-block;
    padding : 3px 6px 3px 6px;
    margin : 0px 6px 6px 0px;
    background-color : #DDFFDD;
    cursor : pointer;
}

.timeCellMessage
{
    display : inline-block;
    padding : 3px 6px 3px 6px;
    margin : 0px 5px 5px 0px;
    background-color : #FFFFFF;
    
}

.timeCellSelected
{
    display : inline-block;
    padding : 3px 6px 3px 6px;
    margin : 0px 6px 6px 0px;
    background-color : #AACCEE;
}

.calendarPrevButton
{
    background: url(../images/arrow_left.png) no-repeat center center;
    height :20px;
    width : 20px;
    float:left;
    background-size: 20px 20px;
    cursor : pointer;
}

.calendarNextButton
{
    background: url(../images/arrow_right.png) no-repeat center center;
    height :20px;
    width : 20px;
    float:left;
    background-size: 20px 20px;
    cursor : pointer;
}

.monthYearListWithButtons
{
    width : 160px !important;
    float: left;
    margin : 0px;
}

.paymentButtonContainer
{
    margin-top : 10px;
    text-align : right;
}

.actions .label,
.actions .control {
	width: 50%!important;
}


.buttonback,
.buttonnext,
.buttonsave,
.buttoneditbooking,
.buttoncancelbooking {
	color: #ffffff;
	cursor: pointer;
	background-color: #2889c0;
	border: 0px;
	height: auto;
	padding: 10px;
	width: auto;
	float: left;
	font-size: 17px;
	font-family: 'Ubuntu', Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.buttoncancelbooking {
	margin-left: 10px;
}

.buttonlogout {
	display: none;
}

.logocontainer img {
	max-width: 100%;
	height: auto;
}

.checkBoxIsRequired {
    color: red;
}

.checkBoxFilterContainer {
    display: flex;
    flex-direction: row;
}



