﻿/***** Master page *****/
html
{
    width: 100%;
    height: 100%;
}

body {
	background: #2091D3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#174C7D), to(#2091D3));
	background: -moz-linear-gradient(#174C7D, #2091D3);
	background: -ms-linear-gradient(#174C7D, #2091D3);
	background: linear-gradient(#174C7D, #2091D3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#174C7D', endColorstr='#2091D3');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	font-family: Arial;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#outerContainer {
	height: 100%;
	vertical-align: middle;
	position: relative;

}

#logo
{
    float: right;
    clear: right;
    height: 65px;
    margin-top: -90px;
    width: 302px;
    background-image: url('../../Images/PCR-MBMLOGO.PNG');
    background-repeat: no-repeat;
}

#navtabs
{
    float:left;
    clear: left;
    margin-right: 50px;
    margin-bottom: 10px;
    height: 120px;
    width:100%;
}

.tab
{
    background-image:url('images/PCR-Btn-Green.png');
    width:108px;
    height:119px;
    font-size:small; 
    float:left; 
    margin-left: 10px; 
}

.tabinner
{
    /*margin: 5px 7px 5px 3px;*/
    text-align: center;    
    vertical-align: middle;
}

.tab a
{
    padding: 25px 7px 5px 3px;
    color:White;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width:98px;
    height:89px;
    vertical-align: middle;
}

#backTab
{
    background-image:url('images/BtnBack.png');
    width:108px;
    height:119px;
    float:left;
    font-size:small;
    margin-left: 10px; 
}

#backTab a
{
    display: block;
    width:108px;
    height:119px;
    color: #cc3333;
    font-size: xx-small;
    margin-left: 5px;
}


#logoutTab
{
    position:relative;
    background-image:url('images/PCR-Btn-Logout.PNG');
    width:108px;
    height:119px;
    float:left;
    font-size:large; 
    color: #FFF;    
    margin-left: 10px; 
}

#logoutTab a
{
    display: block;
    width:108px;
    height:119px;    
    margin-left: 5px;
}

#myinnercontainer 
{ 
    position:absolute; 
    top:70%;  
    left: 30%;
}



#logoutContainer 
{ 
    position:absolute; 
    top:75%;  
    left: 31%;
}

#homeContainer {
	position: absolute;
	top: 75%;
	left: 33%;
}
#homeTab
{
    position:relative;
    background-image:url('images/HomeButton.PNG');
    width:108px;
    height:119px;
    float:left;
    font-size:large;      
    margin-left: 10px; 
    color: #FFF;   
}

#homeTab a
{
    display: block;
    width:108px;
    height:119px;    
    font-size: small;
    margin-left: 5px;    
}

#keyboardContainer {
	position: absolute;
	top: 75%;
	left: 20%;
}

#keyboardTab {
	position: relative;
	background-image: url('images/KeyboardButton.PNG');
	width: 108px;
	height: 119px;
	float: left;
	font-size: large;
	margin-left: 10px;
	color: #FFF;
}

#keyboardTab a {
		display: block;
		width: 120px;
		height: 119px;
		font-size: small;
		margin-left: 5px;
	}

#loginTab
{
    background-image:url('images/PCR-Btn-Login.PNG');
    width:108px;
    height:119px;
    float:left;
    font-size:small;       
    margin-left: 10px; 
}

#loginTab a
{
    width:108px;
    height:119px;
}

#clockSpace
{
    width: 100%;
    text-align: center;
    position: absolute;
    /*bottom: 5px;
    right: 5px;*/
    top : 85px;
    /*right : 430px;*/
    color: White;    
}

h1 {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: xx-large;
	text-align: center;
}

.label {
	padding-top: 5px;
	padding-left: 10px;
	color: White;
	font-size: medium;
	width: 150px;
	height: 23px;
	float: left;
	vertical-align: middle;
	font-weight: bold;
}

*+html .label {
	padding-left: 10px;
	color: White;
	font-size: medium;
	width: 300px;
	height: auto;
	float: left;
	vertical-align: middle;
}

.detail
{
  padding-left:10px;
  float:right;  
  color:White;
  font-size:medium;
  height:40px;
  width:300px;
}

.popupDetail
{
  padding-left:10px;
  font-size:medium;
  height:40px;
  width:auto;
  color: #fff;
}


*+html .detail
{
  padding-left:10px;
  float:right;  
  color:White;
  font-size:medium;
  height:auto;
  width:300px;
}

p
{
  color:White;
  font-size:medium;
}

.editorField {
    padding-left: 10px;
    float: right;
    clear: right;
    vertical-align: middle;
    height: 40px;
    width: 200px;
    margin-top: 4px;
}

*+html .editorField
{
  padding-left:10px;
  color:White;
  font-size:medium;
  width:200px;
  height:auto;  
  float:left;
  vertical-align: middle;
}

.editorField input
{
  width: 150px;
}

.editorFieldServerControl
{
  width: 240px;
}

.bigButton
{
    font-size: large;
    padding: 7px 14px 7px 14px;
    /*margin: 0 20px 0 20px;*/
    margin: 0 5px 0 5px;
    color: Navy;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.homeButton
{
    font-size: large;
    width: 400px;
    padding: 20px 20px 20px 20px;
    height:100px !important;
    vertical-align :middle;
    margin: 20px 40px 20px 40px;
    color: Navy;
    white-space: normal;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.smallButton
{
    font-size: small;
    padding: 3px 6px 3px 6px;
    /*margin: 0 20px 0 20px;*/
    margin: 0 3px 0 3px;
    color: Navy;
    float: left;
}

.buttonContainer {
	margin-top: 15px;
}

div.optionCheckbox
{
    padding: 0 5px 0 5px;
    float: left;
    clear: left;
}

div.optionEntry
{
    float:Left;
    clear: Left;
    width: 85%;
    margin-left: 20px;
    margin-bottom: 5px;
}

.prop
{
    clear: both;
}

.popupInnerContainer
{
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.annotation
{
    color: #FFF;
    font-size: smaller;
    margin-top: 5px;
    padding-left: 20px;
}


/***** Page specific *****/

#pageContainer
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    width:400px;
    /*height:200px; */
}

#container
{
    clear: left;
    /*margin-left: 20px;
    margin-right: 20px;*/
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#container p
{
    color: White;
}

#pageContainer .label
{
    width: 100px;
    clear: left;
}

#homeBookingcontainer
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#contentContainer
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}


#homeBookingcontainer .bigButton
{
    min-width: 250px;
    min-height: 80px;
}

#contentContainer .bigButton
{
    min-width: 150px;
}

.homeBookingRow
{
    padding-bottom: 15px;
}

#homeBookingcontainer .bigButton
{
    float: left;
    clear: left;
}

#contentContainer .bigButton
{
    float: left;
}

#homeBookingcontainer .detail
{
    float: right;
    clear: right;
    width: 60%;
}

.homeBookingButton
{
    width: 45%;
}

*+html .homeBookingButton
{
    width: 45%;
    float: left;
}

.form-actions
{
    clear: both;
    margin-top: 10px;
    float: right;
}

.form-actions .smallButton
{
    width: 70px;
}

#MobileNumberCapture .detail
{
    padding-left: 0;
}


#accountContainer
{
    width: 100%;
}

#accountContainer .label
{
    width: 14%;
    float: left;
}

 #accountContainer .detail, #accountContainer .editorField
{
    width: 29%;
    float: left;
}
#accountContainer .detail {
	padding-top: 5px;	
}

#createFutureContainer .editorField {
	float: left;
}

#createFutureContainer {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	width: 630px;
}

#createFutureContainer .editorField {
	width: 400px;
	vertical-align: middle;
}

#createFutureContainer .t-timepicker, .RadPicker_Default, .connector {
	float: left;
	color: White;
	vertical-align: middle;
}

*+html #createFutureContainer .RadPicker_Default {
	float: none;
	color: White;
	vertical-align: middle;
}

form#FormTelerik
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#divSchedulerLoading
{
    text-align:center;
    color:White;
    font-size:small;
}

.validation-summary-errors
{
    color: Red; font-weight: bold;
}

/* Login dialogue only */
#popupInnerLogin {
	border-color: #BFC4C9;
	border-style: solid;
	border-width: thin;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-top: 10px;
	padding: 20px 0;
	text-align: center;
	font-size: small;

}
.loginLabel {
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
.loginField {
	display: inline-block;
	margin-left: 10px;
}

#LoginValidationMessage, #LoginValidationMessage1 {
	color: Red;
	font-weight: bold;
	font-size: 13px;

	text-align: center;
}	

.loginButton
{
    font-size: small;
    color:White;
    background-color:#4db91f;    
    padding: 7px 14px 7px 14px;
    /*margin: 0 20px 0 20px;*/
    margin: 0 5px 0 5px;
    color: Navy;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    width: 80px;

}

.loginButtonContainer {
	clear: both;
	margin-top: 15px;
	text-align: right;
}

#popupUserIDInstructions
{
    font-size:small;
    color:#DDBB00;
}

.rsHidden  
{  
   display: block!important;  
}

.QuotaValidationDialogHeaderText
{
    font-family:Arial;
    font-size:medium;
    font-weight:bold;
    color:Black;
    
} 
.QuotaValidationDialogMeassageText
{
    font-family:Arial;
    font-size:medium;
    color:Black;    
} 

.validationMessage
{
	color: Red;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	padding-left: 5px;	
}

.text-box.single-line
{
    width : 250px;
}

td.note
{
    color: White;
}

/* Create Reservation page icon - Shows the map information */
#MainContent_showMap {
	cursor: pointer;
	vertical-align: middle;
	padding-bottom: 2px;
}
#mapError {
	display: none;	
}

/* Tidy up display of Scheduler page */
#MainContent_SliderPanel {
	margin-top: -50px;
}

.editorFieldServerControl {
	width: 329px;
}

/* Tidy up display of Scheduler and FutureConfirmation page */
.futureConfirmation .label {
	text-align: right;
	padding-left: 30px;
	width: 140px;
}
#MainContent_UpdatePanelLocation .label {
	text-align: right;
}

/* Fix future confirmation form buttons */
.futureConfirmationFormButtons form {
	text-align: center;
}
.futureConfirmationFormButtons table {
	margin: 0 auto;
}
.futureConfirmationFormButtons td {
	width: 33%;
	vertical-align: middle;
	padding: 0 20px;
}
.futureConfirmationFormButtons form {
	margin: 0;
	padding: 0;	
}

#contentContainer.futureConfirmation {
	width: 600px;
}
.futureConfirmation .subHeading {
	text-align: center;	
}

/* Future confirmation table */
.futureBookingConfirmation {
	color: #fff;
	margin: 0 auto;	
}
.futureBookingConfirmation .scheduleRow {
	vertical-align: top;	
}
.futureBookingConfirmation td {
	padding: 5px 10px 5px 0;
}
.futureBookingConfirmation td:first-child {
	font-weight: bold;	
}
.futureBookingConfirmation td:last-child {
	padding-right: 0;
}
/* Text for "what you can do" on the reservation confirmation page */
.whatYouCanDo {
	color: ffffff !important;
	text-align: center;
	padding-top: 40px;
}

/* Future quota validation popup */
.futureQuotaRestrictions {
	color: #fff;
	margin: 0 auto;
}
.futureQuotaRestrictions td {
	padding: 5px 10px 5px 0;
}
.futureQuotaRestrictions td:first-child {
	font-weight: bold;
	text-align: left;
}
.futureQuotaRestrictions td:last-child {
	padding-right: 0;
	text-align: left;
}


/* Instructions for the slider on Create Reservation/Scheduler.aspx page */
.sliderInstructions {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 630px;
}

/* Legend information underneath the availability slider */
.sliderLegend {
	text-align: center;
	margin: 0 auto;
	width: 200px;
}
.box {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 2px;
}
.available {
	background-color: #fff;
}
.booked {
	background-color: Red;
}
.boxLegend {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}

/* Override Telerik dialog */
.t-window .detail {
	color: Navy;
	height: auto;
}

div.t-window, body div.t-window, :root div.t-window {
	-moz-box-shadow: 0 0 0 0;
	border: 1px solid #666 !important;
	box-shadow: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #000000;
	padding: 0.2em;
	background: #014071;
}

/* Override Telerik styling for dialog and table headers */
.k-header {
	background: #F9AB3F !important;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9AB3F), to(#FF7B00)) !important;
    background: -moz-linear-gradient(#F9AB3F, #FF7B00) !important;
    background: -ms-linear-gradient(#F9AB3F, #FF7B00) !important;
    background: linear-gradient(#F9AB3F, #FF7B00) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9AB3F', endColorstr='#FF7B00'); /*For IE7-8-9*/
    color: #fff !important;
    font-weight: bold !important;
    font-size: 13px !important;
}

/* Move close button down a bit */
.t-window-titlebar .t-window-actions {
	top: 4px !important;	
}
/* Make title bar consistent with Web Print */
.t-window-titlebar {
	border-radius: 6px !important;
	padding: 0.45em 0 !important;
}
/* Pad in the dialog title */
.t-window-title {
	left: 1em !important;	
}


/* Button styles */
.button {
	margin: 1px 4px 8px 1px;
	display: inline-block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border: none;
	padding: 8px 6px 8px 6px;	
	cursor: hand;
	cursor: pointer;
	min-width: 90px;
	text-align: center;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	border-radius: 9px;
}
.button a:link {
	text-decoration: none;
}
a.button {
	text-decoration: none;
}
.button:active {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7), inset 0 0 10px rgba(255,255,255,1) !important;
	border: none !important;
}
.button:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7), inset 0 0 7px rgba(0, 0, 0, 0.5);
}
.button[disabled] {
	cursor: not-allowed;
	font-weight: normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

/**
 * Button colours
 * To get the gradient and rounded corners on the buttons in IE9 you need to use SVG.
 * You can generate the SVG gradient code here: http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html
 */
.buttonGreen 
{
	/* IE 7 & Chrome - the button is too small for account page - save change button */
	width:120px;
	color: #fdfdfd !important;
	background: #0a9d2f !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4QUM2M0YiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwQTlEMkYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NTYpIiAvPgo8L3N2Zz4=) !important; /* IE9 */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8ac63f), to(#0a9d2f)) !important;
	background: -moz-linear-gradient(#8ac63f, #0a9d2f) !important;
	background: -ms-linear-gradient(#8ac63f, #0a9d2f) !important;	
	background: linear-gradient(#8ac63f, #0a9d2f) !important;	
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}
.buttonRed 
{
	width:120px;    
	color: #fdfdfd !important;
    background: #D2240D !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0U5NkQ1RCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0QyMjQwRCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzY1KSIgLz4KPC9zdmc+) !important; /* IE9 */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e96d5d), to(#D2240D)) !important;
    background: -moz-linear-gradient(#e96d5d, #D2240D) !important;
    background: -ms-linear-gradient(#e96d5d, #D2240D) !important;
    background: linear-gradient(#e96d5d, #D2240D) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}
.buttonWhite 
{
	width:120px;    
    background: #FFFFFF !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDQ0NDQ0MiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzIpIiAvPgo8L3N2Zz4=) !important; /* IE9 */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#CCCCCC)) !important;
    background: -moz-linear-gradient(#FFFFFF, #CCCCCC) !important;
    background: -ms-linear-gradient(#FFFFFF, #CCCCCC) !important;
    background: linear-gradient(#FFFFFF, #CCCCCC) !important;
    color: #003D7D !important;
}

.buttonAuth 
{
	/* IE 7 & Chrome - the button is too small for account page - save change button */
	width:250px;
    background: #FFFFFF !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDQ0NDQ0MiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NzIpIiAvPgo8L3N2Zz4=) !important; /* IE9 */
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#CCCCCC)) !important;
    background: -moz-linear-gradient(#FFFFFF, #CCCCCC) !important;
    background: -ms-linear-gradient(#FFFFFF, #CCCCCC) !important;
    background: linear-gradient(#FFFFFF, #CCCCCC) !important;	
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    color: #003D7D !important;
	margin:15px 0px 0px 0px;
}

#popupAuthInstructions
{
    font-size:small;
    color:#DDBB00;
    margin:15px 20px 10px 20px;
    text-align:center;
    
}


.homeButton {
	width: 250px;
	height: 70px;	
}
.homeBookingButton {
	text-align: center;
	width: auto;
}
.homeDetail {
	padding-left: 10px;
	color: White;
	font-size: medium;
	height: 40px;
	text-align: center;
}

/* Override Telerik calendar icon and width of text input */
.RadPicker .rcCalPopup {
	background: none;
	background-image: url("images/calendar.png") !important;
	background-position: center center !important;	
}
#ctl00_MainContent_RadDatePickerBookingDate_wrapper > .rcTable.rcSingle {
	width: 160px !important;
}

/* Override Telerik clock icon */
.RadPicker_Default .rcTimePopup {
	background: none;
	background-image: url("images/clock.png") !important;
	background-position: center center !important;
}

/* Override Telerik grid selection colour */
.k-state-selected {
    background-color: #FFF854 !important;
    color:black;
}

/* Map and icons */
.mapImageContainer {
	position: relative;
}
#mapImage {
	border-radius: 6px;
	margin-bottom: 5px;
}

/* Contains the map details and close button */
#mapDetailsContainer {
	display: none;
}
/* Details about which facility was selected */
#mapDetails {
	display: inline-block;
	line-height: 36px;
}
/* Don't display the close button until there's map item selected */
#btnCloseMapDialog {
	float: right;
	font-size: 13px;
}
/* All icons are positioned relative to 0,0 of the mapImageContainer and hFacilityIDden until placed by the JS */
.mapItem {
	z-index: 10;
	cursor: pointer;
}

.mapItemText {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	font-size: 10px;
	color: black;	
}


/* Style for when the map item is selected */
.mapItemSelected {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#mapDialogContent {
    color: #FFFFFF;
    padding: 10px 10px 0 10px;
}

/* Override jQueryUI header styling */
.ui-widget-header {
	background: #F9AB3F;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9AB3F), to(#FF7B00));
    background: -moz-linear-gradient(#F9AB3F, #FF7B00);
    background: -ms-linear-gradient(#F9AB3F, #FF7B00);
    background: linear-gradient(#F9AB3F, #FF7B00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9AB3F', endColorstr='#FF7B00'); /*For IE7-8-9*/
}

/* Override padding on UI dialog */
.ui-dialog  {
    padding: 0.2em;
    background: #014071;
}

/* Override border style on UI dialog */
.ui-widget-content {
    border: 1px solid #666;
    background: #014071;
}

/* Override rounder corner style on UI dialog */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 6px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 6px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 6px;
}

/* Change text on jQuery UI dialog title */
.ui-dialog-titlebar {
	font-size: 13px;
	font-weight: bold;
	border-radius: 6px;
}

#mapImage {
	border-radius: 6px;
	margin-bottom: 5px;
}

/* For Account reservation and information page, add some margin between the edge of the page */
#Grid {
	margin-left: 10px;
	margin-right: 10px;
}
.leftGridButtons {
	float:left;
	margin-left: 10px;
}
.rightGridButtons {
	float:right;
	margin-right: 10px;
}
.accountInfoSaveChanges {
	margin-left: 10px;
}
h2.validationMessage {
	margin-left: 10px;	
}

/* Create Future Reservation PC use restrictions popup */
#CreateFutureThruCancel table td:first-child {
	font-weight: bold;
	padding-right: 20px;
}

/* Login page error message for incorrect login */
.validation-summary-errors ul {
	margin:0;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: center;
	padding: 0;
}

/* Override styling of Telerik calendar for selectable days because it's not clear what is selectable */
.RadCalendar_Default .rcMain .rcRow a, .RadCalendar_Default .rcMain .rcRow span {
	color: #FFFFFF;
	font-weight: bold;
}
.RadCalendar_Default .rcMain .rcOutOfRange span {
	color: #898989;
	font-weight: normal;
}


.version {
    bottom:0;
    right:0;
    color: #D3D3D3;
    padding: 5px;
    position: fixed;
    font-size: 12px;
}

#productsBar {
    background-color: #1D538A;
    text-align: center;
    height: 55px;
}

#productsBar .btn {
        font-size: small;
        margin-bottom: 0;
        color: #fff;
        margin-right: .5rem;
        padding: 0 10px;
        line-height: 38px;
        border: 0 !important;
        min-width: unset;
        background-color: #092743 !important;
    }

#productsBar > a {
        border-radius: 5px;
        display: inline-block;
        text-decoration: none;
        margin-top: 10px;
    }


#productsBar > a.active {
  background-color: lightblue;
}

#productsBar
 img {
        width: 18px;
        margin-right: 6px;
        vertical-align: middle;
    }


#confirmBox a, #alertBox a {
    margin: 10px;
    float: right;
}

#help p, #confirmBox p, #alertBox p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 15px;
}

.station-title {
    color: #fff;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: xx-large;
}

.logout-message {
    color: #fff;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: large;
}
