.new_location, .new_contact, .new_item {
	width: 100%;
}
.new_location tr td label, .new_contact tr td label, .new_item tr td label {
	font-weight: bold;
}
.new_location input:not(#SuburbRCB), .new_location textarea,
.new_item input, .new_item textarea,
.new_contact input, .new_contact textarea,
.bookingtable .newbooking input, .bookingtable .newbooking textarea
 {
	background-color: #eee;
	border: none!important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #111 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.new_location input.WBsmlInput:not(#SuburbRCB), .new_location textarea.WBsmlInput,
.new_item input.WBsmlInput, .new_item textarea.WBsmlInput,
.new_contact input.WBsmlInput, .new_contact textarea.WBsmlInput,
.bookingtable .newbooking input.WBsmlInput, .bookingtable .newbooking textarea.WBsmlInput
{
	width: 80px !important;
}
.bookingtable .newbooking input, .bookingtable .newbooking textarea {
	padding: 6px !important;
}
.centre {
	text-align: center;
}
.rmLink {
	background: none;
	color: green;
	text-decoration: none;
	font-weight: bold;
}

.RadMenu {
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(left,  #f1f1f1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1f1f1), color-stop(50%,#f1f1f1), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 100%); /* IE10+ */
background: linear-gradient(to right,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 */
padding: 0 20px 20px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-top:1px solid #ffffff;
-webkit-box-shadow: 2px 2px 0 1px #D1D1D1;
box-shadow: 2px 2px 0 1px #D1D1D1;
}

.RadMenu .rmLink {
  font-size: 22px;
  color: #333;
  padding-bottom: 10px !important;
  line-height: 1em;
  font-weight: 500;
}

p.alert {
	color: #F00;
	text-align: center;
}

.RadMenu {
	float: none !important;
	width: 190px !important;
	display: inline-block;
}	
.modalBackground {
	background: rgba(20, 20, 20, 0.8);
	z-index: 99999 !important;
}
.modalPopup {
	background: #fff;
	width: 650px;
	max-width: 100%;
	border-radius: 5px;
	padding: 20px;
	color: #000;
}
.bookingcontents {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	-webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	

}
.bookingmenu {
	flex: 0 1 200px;
}
.bookingtable {
	padding: 20px 40px; 
	flex: 1 1;
}
.bookingtable table {
	width: 100%;
	border: 1px solid #DDD;
}

.bookingtable th, .bookingtable td {
	padding: 5px;
}
.GV_header th, .paging td {
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#f1f1f1), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 */
}
.bookingtable table tr.paging tr td {
	display: inline;
	border: none;
}
.bookingtable table.dateselect {
	border: none;
}

.bookingtable tr.paging * {
	border: none;
}
.bookingtable tr:not(.emptydata):not(.heading):hover{ 
	background: #FDD;
}

.bookingtable tr.paging tr:hover, .bookingtable .dateselect tr:hover{
	background: none;
}
.emptydata td {
	color: #F00;
}
.HdrNote {
	font-size: 10px;
	margin: 1em 0;
	font-weight: bold;
}
.rmLink:hover {
	cursor: pointer !important;
	text-decoration: underline;
}
#ctl00_ContentPlaceHolder1_ItemsGV tr td span {
	line-height: 1em !important;
}

.bookingbutton {
	color: #ff0000 !important;
	margin: 8px 5px 0;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: transparent;
	border: 2px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.bookingbutton:hover {
	background-color: #eee;
	border-color:#eee;
	padding: 6px 20px !important;
}
.rcbInputCell, .rcInputCell {
	background: #eee !important;
	color: initial;
}
.rcbInputCell:hover, .rcInputCell:hover {
	background: #ddd !important;
}
.rcbArrowCell {
	background-image: url("../Images/WebResource.png") !important;
	background-position: 0 -133px !important;
}
.rcbArrowCell:hover {
	background-position: -55px -133px !important;
}
.RadComboBox {
	width: auto !important;
}
#ctl00_ContentPlaceHolder1_PUSaveCB,
#ctl00_ContentPlaceHolder1_DOSaveCB {
	width: auto !important;
	float: right !important;
}
#ctl00_ContentPlaceHolder1_PUAddressRCB,
#ctl00_ContentPlaceHolder1_DOAddressRCB {
	max-width: 80% !important;
}

.riTextBox {
	background: none !important;
}
#ctl00_ContentPlaceHolder1_Menu1_BookingsMenu {
	z-index: 999;
}

#footer-bottom .et-social-icon a.icon:before {
	content: "";
	width: 32px;
	height: 32px;
	display: block;
}

.et-social-facebook a.icon:before {
	background-image: url('../images/social_facebook.png');
}
.et-social-twitter a.icon:before  {
	background-image: url('../images/social_twitter.png');
}

.et-social-google-plus a.icon:before  {
	background-image: url('../images/social_googleplus.png');
}

.et-social-rss a.icon:before  {
	background-image: url('../images/social_rss.png');
}
