/*
	Dark Blue = #082D60 

	Wrightstaff blue = #08415C;
*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	-ms-overflow-style: scrollbar !important;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

h2 {
	font-size: 24px;
	font-weight: bold;
}

	h2.section {
		font-size: 12px;
		border-bottom: solid 1px #333333;
		color: #333333;
	}

div.section {
	float: left;
	width: 575px;
	margin-right: 40px;
	margin-bottom: 10px;
	height: 425px;
	-webkit-box-shadow: 1px 3px 3px -1px rgba(216,214,214,1);
	-moz-box-shadow: 1px 3px 3px -1px rgba(216,214,214,1);
	box-shadow: 1px 3px 3px -1px rgba(216,214,214,1);
}

div.sectionInner {
	height: 355px;
	overflow-y: auto;
}

div.sectionButtonBar {
	height: 25px;
}

	div.sectionButtonBar .btn {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 2px 6px;
		font-size: 12px;
	}

div.sectionIgnoreHeight div.section, div.sectionIgnoreHeight div.sectionInner {
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.sectionSmall {
	float: left;
	width: 400px;
	margin-right: 30px;
	margin-bottom: 30px;
	height: 200px;
	-webkit-box-shadow: 1px 3px 3px -1px rgba(216,214,214,1);
	-moz-box-shadow: 1px 3px 3px -1px rgba(216,214,214,1);
	box-shadow: 1px 3px 3px -1px rgba(216,214,214,1);
}

h2.section {
	margin-top: 5px;
}

.indentSection {
	margin: 2px;
	border-top: solid 1px #F0F0FF;
	border-bottom: solid 1px #F0F0FF;
	background-color: #F9F9F9;
	border-left: solid 3px #333333;
	padding: 2px;
}


.right {
	text-align: right;
}


.longLabel .pexLabel {
	margin-right: 10px;
}

.taskDetailsContainerRight {
	float: left;
}

.rightHalfContainer {
	float: left;
}

.taskDetailsContainerLeft {
	float: left;
	width: 560px;
}

.leftHalfContainer {
	float: left;
	width:50%;
}

.rightHalfContainer {
	float: left;
	width: 50%;
}

h3 {
	font-size: 20px;
}


#container {
	min-height: 100%;
	position: relative;
	background-color: #F1EDED;
}

#body {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px; /* Height of the footer */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px; /* Height of the footer */
	margin-top: 5px;
	border-top: 1px solid #dddddd;
}

.footerTextLeft {
	float: left;
	padding-left: 5px;
	width: 50%;
	height: 38px;
}

.footerTextRight {
	float: right;
	padding-right: 5px;
	width: 50%;
	text-align: right;
	height: 38px;
}


.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}


	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
		color: #333333;
		background-color: #D9E1F4;
		border-color: #adadad;
	}



.dontPrint {
}


.breadcrumbs {
	color: #000000;
	margin-bottom: 10px;
	font-size: 16px;
}

	.breadcrumbs div {
		min-width: 150px;
	}

	.breadcrumbs a {
		color: #003399;
	}

@media print {
	#header {
		display: none;
	}

	.dontPrint {
		display: none;
	}
}

#pageContainer {
	padding: 5px 10px 40px 10px;
	margin-left: 5px;
	overflow: hidden;
}

h1 {
	font-size: 20px;
}

	h1.topHeader {
		margin-top: 0px;
		margin-bottom: 0px;
	}

h2 {
	font-size: 1.2em;
}

.handy {
	cursor: pointer;
	cursor: hand;
}

img {
	border: 0px;
}

.centered {
	text-align: center;
}


/*nav bar*/



.navbar {
	border: black 0px none;
	border-radius: 0px;
	background-color: #08415C;
	color: #eeeeee;
	font-size: 16px;
	margin-bottom: 5px;
	min-height: 40px;
}

/*dropdown*/

.dropdown-menu {
	background-color: #f5f5f5;
	color: #000000;
}

	.dropdown-menu li a:hover {
		background-color: #D9E1F4;
	}

	.dropdown-menu li a[disabled="disabled"], .dropdown-menu li a[disabled="disabled"]:hover {
		color: #999999 !important;
		cursor: default !important;
		text-decoration: none !important;
	}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #f5f5f5;
}
/* Table */
table .turtle {
	border: solid 0px #DDDDDD;
	/*outline: solid 1px #001737;*/
	border-collapse: separate;
}

	table.turtle tr td:first-child {
		border-left: 1px solid #DDDDDD;
	}

	table.turtle tr td:last-child {
		border-right: 1px solid #DDDDDD;
	}


	table.turtle tr:first-child th:first-child {
		border-top-left-radius: 8px;
		border-left: 1px solid #DDDDDD;
	}

	table.turtle tr:first-child th:last-child {
		border-top-right-radius: 8px;
		border-right: 1px solid #DDDDDD;
	}

	table.turtle tr:last-child td {
		border-bottom: 1px solid #DDDDDD;
	}

	table.turtle tr {
		background-color: white;
	}


		table.turtle tr.alternate {
			background-color: #F6F6F6;
		}

		table.turtle tr.footer {
			background-color: #DDDDDD;
		}

			table.turtle tr.footer td:first-child {
				border-left-color: #DDDDDD;
			}

			table.turtle tr.footer td:last-child {
				border-right-color: #DDDDDD;
			}

			table.turtle tr.footer td {
				border-left-color: #FAFAFA;
				border-right-color: #FAFAFA;
			}

	table.turtle th {
		background-color: #082D60;
		color: White;
		border: none 0px white;
		border-right: solid 1px #DDDDDD;
		text-align: center;
		padding: 2px 2px 2px 2px;
		font-weight: normal;
		font-size: 12px;
	}

	table.turtle td {
		border: none 0px;
		border-right: none;
		border-top: none;
		padding: 2px 3px 2px 3px;
		font-size: 12px;
		font-family: verdana, helvetica, arial, sans-serif;
	}


	table.turtle .selectedRow {
		background-color: #75A1D0;
		color: White;
	}



	table.turtle .highlightedRow {
		background-color: #E8FF8C;
	}


	table.turtle tr:hover td {
		background-color: #D9E1F4;
	}

	table.turtle tr:hover a {
		color: Black;
	}


	table.turtle tbody {
		border-collapse: separate;
	}

table.sectionTable tr:first-child th:first-child {
	border-top-left-radius: 0px;
}

table.sectionTable tr:first-child th:last-child {
	border-top-right-radius: 0px;
}


.greyCell {
	background-color: #CCCCCC;
}


.greenCell {
	background-color: #90EE90;
}

.amberCell {
	background-color: #FFBF00;
}

.redCell {
	background-color: #DE0000;
	color: white;
}

table.turtle tr.alternateGreyRow {
	background-color: #D0D0D0;
}

	table.turtle tr.alternateGreyRow a {
		color: #999999;
	}

table.turtle tr.greyRow {
	background-color: #F0F0F0;
}

	table.turtle tr.greyRow a {
		color: #999999;
	}


table.turtle .yellowRow {
	background-color: #FFFF99;
}

table.turtle .redRow {
	background-color: #F1DDDD;
	border-top: solid 1px #FFCCCC;
}

	table.turtle .redRow td {
		background-color: #F1DDDD;
		border-bottom: solid 1px #FF3333;
	}

.strikeoutCell {
	text-decoration: line-through;
}

table.turtle .ThickRight, table.turtle th .ThickRight {
	border-right-width: 3px;
}


table .tableSectionHeader td {
	border-top: solid 1px #666666;
}

table .tableSectionHeader h2 {
	margin: 0px;
}

/* Small Table inside a table */
table.turtle table.turtle {
	margin: 0px;
}

	table.turtle table.turtle td {
		font-size: 10pt;
	}


.noPadding {
	padding: 0px !important;
}

.note {
	font-style: italic;
}

p.notice, p.redNotice {
	text-align: center;
	font-style: italic;
}

p.redNotice {
	color: Red;
}

/* Collapsible Title */
.collapsibleBar, .collapsibleBarAmber, .collapsibleBarRed, .collapsibleBarBlack {
	background-color: rgb(245, 245, 245);
	width: 100%;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	height: 39px;
	padding: 10px,15px;
}

.collapsibleBarAmber {
	background-color: #f1e7bc;
}

.collapsibleBarRed {
	background-color: #dfb5b4;
}

.collapsibleBarBlack {
	background: white url('/App_Themes/PrivateTheme/Images/collapsiblePanelBackgroundBlack.png') repeat-x scroll top left;
}

	.collapsibleBar *, .collapsibleBarAmber *, .collapsibleBarRed *, .collapsibleBarBlack * {
		float: left;
	}

.collapsibleBarTitle {
	margin: 8px 0px 0px 14px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1;
	padding-bottom: 5px;
	color: #333333;
	width: 500px;
}

.collapsibleBarComplete, .collapsibleBarStatus {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1;
	padding-top: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.collapsibleBarComplete, .collapsibleBarStatus, .collapsibleBarImage {
	margin-top: 6px;
}

.collapsibleBarStatus, .collapsibleBarImage {
	float: right;
}

.collapsibleBarImage {
	margin-left: 4px;
	margin: 10px 8px 0px 8px;
}


/* Search Criteria styles */
#searchCriteriaContainer {
}

@media print {
	#searchCriteriaContainer {
		display: none;
	}
}

.smallSearchCriteriaContainer {
	float: left;
	padding-right: 5px;
}

.twoColumnLeft {
	float: left;
}

.twoColumnRight {
	float: left;
	margin-left: 10px;
}



a {
	text-decoration: underline;
	color: #000033;
	font-weight: bold;
}

	a:hover {
		text-decoration: none;
	}

	a:disabled, a[disabled] {
		text-decoration: underline;
		color: #CCCCCC;
	}

.dropdown-menu a {
	text-decoration: none;
}

	.dropdown-menu a:hover {
		text-decoration: underline;
	}
/* Validation Summary */
.validationSummary {
	background-image: url("/App_Themes/PrivateTheme/images/validation.png");
	background-color: #F7E1DF;
	background-repeat: no-repeat;
	text-shadow: 2px 2px 2px #FCF4F3;
	margin: 30px auto 0px;
	width: 470px;
	line-height: 1.1em;
	background-position: 20px 8px;
	margin: 10px 0px;
	padding: 16px 10px 10px 90px;
	border-radius: 4px;
	border: 1px solid #CCC;
	box-shadow: -1px 1px 0px #fff;
	-moz-box-shadow: -1px 1px 0px #fff;
	-webkit-box-shadow: -1px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #b81010;
	font-size: 12pt;
	font-weight: bold;
}

	.validationSummary ul li {
		font-size: 10pt;
		color: #b81010;
		font-weight: normal;
	}

	.validationSummary ul {
		padding-top: 8px;
	}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

	.ui-timepicker-div dl dt {
		float: left;
		clear: left;
		padding: 0 0 0 5px;
	}

	.ui-timepicker-div dl dd {
		margin: 0 10px 10px 45%;
	}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}

	.ui-timepicker-rtl dl {
		text-align: right;
		padding: 0 5px 0 0;
	}

		.ui-timepicker-rtl dl dt {
			float: right;
			clear: right;
		}

		.ui-timepicker-rtl dl dd {
			margin: 0 45% 10px 10px;
		}





.twoFieldContainer {
	clear: both;
	overflow: hidden;
}

	.twoFieldContainer > div {
		width: 640px;
		float: left;
	}

.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.centeredDiv {
	margin: 0px auto;
}

.fieldButtonPairField {
	float: left;
}

.fieldButtonPairButton {
	float: left;
	line-height: normal;
	margin-left: 10px;
}



/* Messages */
.successContainer, .errorContainer, .infoContainer, .warningContainer {
	width: 600px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 10px 5px;
	border-radius: 4px;
	box-shadow: -1px 1px 0px #fff;
	-moz-box-shadow: -1px 1px 0px #fff;
	-webkit-box-shadow: -1px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.errorContainerSmall, .successContainerSmall {
	width: 350px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 10px 5px;
	border-radius: 4px;
	box-shadow: -1px 1px 0px #fff;
	-moz-box-shadow: -1px 1px 0px #fff;
	-webkit-box-shadow: -1px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.errorContainer, .errorContainerSmall {
	border: solid 2px #CC0000;
	background-color: #fcf2f2;
	color: #990000;
}

.successContainer, .successContainerSmall {
	border: solid 2px #9BAC55;
	background-color: #E5F993;
	color: #336600;
}

.infoContainer {
	border: solid 2px #d0e3f0;
	background-color: #f0f7fd;
	color: #336699;
}

.warningContainer {
	border: solid 2px #f1e7bc;
	background-color: #fefbed;
	color: #333333;
}

	.errorContainer > div, .successContainer > div, .infoContainer > div, .warningContainer > div {
		margin: 5px 10px 5px 10px;
	}

	.errorContainer ul, .successContainer ul, .infoContainer ul, .warningContainer ul {
		margin-top: 10px;
		margin-bottom: 0px;
	}

.bold {
	font-weight: bold;
}

.errorContainer .bold, .successContainer .bold, .infoContainer .bold, .warningContainer .bold {
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
}


.red {
	color: #CC0000;
}

.ratesTableContainerLeft {
	float: left;
	width: 49%;
}

.ratesTableContainerRight {
	float: right;
	width: 49%;
}

table.availabilityTable {
	border: 1px solid #1C6EA4;
	text-align: center;
	border-collapse: collapse;
}

	table.availabilityTable td, table.availabilityTable th {
		border: 1px solid #000000;
		padding: 3px 3px;
		background-color: white;
		width: 80px;
		height: 90px;
		vertical-align: text-top;
		font-size: 12px;
	}

		table.availabilityTable td p {
			margin: 0px;
		}

	table.availabilityTable thead {
	}

		table.availabilityTable thead th {
			font-size: 15px;
			font-weight: bold;
			text-align: center;
		}

	table.availabilityTable .headerCell {
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		height: 52px;
	}

	table.availabilityTable .seperatorCell {
		background-color: #F1EDED;
		/*border-top: 0px;*/
	}
	table.availabilityTable .orange {
		background-color: #FF9933;
		/*background: rgb(166,66,0);
		background: linear-gradient(0deg, rgba(166,66,0,1) 0%, rgba(255,102,0,1) 100%);
		*/
	}

	table.availabilityTable .green {
		background-color: #8cff32;
		/*background: rgb(0,135,0);
		background: linear-gradient(0deg, rgba(0,135,0,1) 0%, rgba(45,253,79,1) 100%);*/
	}

	table.availabilityTable .noPrevBookingGreen {
		background-color: #278200;
	}

	table.availabilityTable .yellow {
		background-color: #fdff32 /*#ffd100*/
		/*	background: rgb(255,209,0);
		background: radial-gradient(circle, rgba(255,209,0,1) 0%, rgba(255,234,136,1) 100%);*/
	}

	table.availabilityTable .oneslash {
		background-image: url("/App_Themes/PrivateTheme/Images/TableCells/oneslash.png");
		background-size: cover;
	}

	table.availabilityTable .twoslash {
		background-image: url("/App_Themes/PrivateTheme/Images/TableCells/twoslash.png");
		background-size: cover;
	}

	table.availabilityTable .wideCell {
		width: 150px;
		text-align: left;
	}

	table.availabilityTable .greyText {
		color: #bfbfbf;
	}

	table.availabilityTable .blackText {
		color: #000000;
	}

	table.availabilityTable .licenceChangeCell {
		height: 20px;
		font-size: 1.4em;
		font-weight: bold;
		color: #000000;
	}

.availabilityPopupContainer {
	position: fixed; /* Stay in place */
	z-index: 6000; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	left: 0;
	top: 0px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

	.availabilityPopupContainer .availabilityPopupContent {
		position: relative;
		background-color: #fefefe;
		margin: auto;
		padding: 0;
		border: 1px solid #888;
		width: 60%;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
		-moz-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		max-height: 100%;
		overflow-y: auto;
	}

	.availabilityPopupContainer .showAvailabilty {
		visibility: visible;
	}

.availabilityPopupContainerHeader {
	padding: 2px 16px;
	background-color: #002D62;
	color: #EFF1F2;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

	.availabilityPopupContainerHeader h2 {
		color: #EFF1F2;
		font-family: "Arial", Sans-Serif;
	}

.availabilityPopupContainerContent {
	padding: 10px 16px 2px 16px;
}

.availabilityWarning {
	background-color: #FF00A7;
}

.weekday-chooser {
	display: inline-block;
	font-weight: normal;
	margin-right: 10px;
}

.boxLabel {
	font-weight: normal;
}

.weekday-chooser-list {
	list-style: none;
	padding-left: 0;
}

.biggerTextA {
	font-size: 1.4em;
}

.availabilityPopupContainerInner {
	float: left;
	width: 250px;
}

.hoverPointer {
	cursor: pointer;
}

.followUpContainer .pexDropDownList {
	margin-left: 10px;
}

.simple-modal-body .smsThread {
	overflow-y:auto;
	max-height:50vh;
}

.smsMessage1 {
	float: left;
	background-color: #d1e7dd;
	margin: 5px;
	padding: 5px;
	border-radius: 10px;
	width: 300px;
}

.smsMessage2 {
	float: right;
	background-color: #cff4fc;
	margin: 5px;
	padding: 5px;
	border-radius: 10px;
	width: 300px;
}

.messageHeader {
	color: #3F3F3F;
}

.closePopup {
	font-size: 22px;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 10px;
	color: white !important;
	text-decoration: none;
	cursor: pointer;
	text-transform: lowercase;
}
.messageContainer {
	width: 600px;
	margin: 0px auto;
}


.smsNavBarRed {
	background-color: red;
	color: white !important;
}
.smsNavBarYellow {
	background-color: yellow;
}
.smsNavBarYellow a {
	color: #08415C !important;
}

.fixedBottomRight {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 505;
}

.fixedBottomLeft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 505;
}