/*
   achilleus_custom.css
   achilleus
   
   Created by Dan Farrell-Wright on 2012-03-06.
   Copyright 2018 Carefor IT Ltd. All rights reserved.
*/

	body {
		overflow: hidden;
	}
	
	.hoverdiv {
		display: inline-block;
		position: relative;
		z-index: 30;
		padding: 5px;
		margin: 5px;
	}
	
	.sidebar {
		z-index: 10;
	}
	
	.page-content {
		overflow-y: scroll;
		height: calc(100vh - 87px); 
	}
	
	.button-footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 5px 20px 5px 50px;
		background: #f2f2f2;
		border-top: 1px solid #ccc;
	}
	
	#buttons {
		display: inline-block;
		margin-right: 5px
	}
	
	#messages p {
		color:#fdeeb1;
	}
	
	/* Message counter highlighting */
	
	.highlight {
		font-weight: bold;
		color: #FFF3A5;
	}
	
	/* End */
	
	.breadcrumb_holder {
		margin: 10px 0px;
	}
	.breadcrumb_holder a {
		text-decoration: underline;
	}
	
	p.job_role {
		margin: 5px 0px;
		padding: 5px;
		background-color: #000000;
		border-left: 15px solid;
		cursor:default;
	}
	
	/* Style AJAX popup box */
	#popup, .popup {
		max-height: 300px;
		width: 300px;
		background-color: transparent;
		position: absolute;
		z-index: 150000;
	}
	
	#popup_inner, .popup_inner {
		margin: 3px 0px 0px 20px;
		background-color: #ffffff;
		min-height: 24px;
		max-height: 300px;
		border: 2px solid #A32929;
		padding: 5px;
		overflow: auto;
	}
	
	.image_popup {
		position: absolute; 
		z-index: 100; 
		border: 1px solid #7a7a7a;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
		box-shadow: 1px 1px #fff;
		display: block;
		padding: 5px;
		margin-left: 20px;
	}
	
	img.triangle {
		height: 20px;
		margin-top: 24px;
	}
	
	#popup ul li {
		color: #333333;
		padding: 5px;
		border-bottom: 1px solid #aaaaaa;
		cursor: pointer;
	}
	
	#popup ul li:hover {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#525252');
		background-image: linear-gradient(bottom, #525252 38%, #000000 100%);
		background-image: -o-linear-gradient(bottom, #525252 38%, #000000 100%);
		background-image: -moz-linear-gradient(bottom, #525252 38%, #000000 100%);
		background-image: -webkit-linear-gradient(bottom, #525252 38%, #000000 100%);
		background-image: -ms-linear-gradient(bottom, #525252 38%, #000000 100%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.38, #525252),
			color-stop(1, #000000)
		);	
		
		color: #ececec;
	}
	
	.job_role {
		clear: both; 
		border-width: 0px 0px 0px 10px;
		border-style: solid;
		padding-left: 10px;
		cursor: pointer;
		background-color: transparent;
	}
	
	.job_role img {
		height: 20px;
		float: right;
	}
	
	.transparent {
		background-color: transparent;
		border-style: none;
	}
	
	table.borderless td {
		padding: 2px;
		border: none;
	}
	
	table.borderless tr {
		line-height: 30px; 
	}
	
	table.borderless.quals {
		margin: 5px 0px;
	}
	
	table.borderless.quals th {
		color: #ececec;
		font-weight: bold;
		border: none;
	}
	
	table.borderless td.group-left {
        border-left: 1px solid #ffffff;
    }
    
    table.borderless td.group-right {
        border-right: 1px solid #ffffff;
    }
	
	.have {
		background-color: #000000;
		font-weight: bolder;
		color: #ececec;
	}
	
	.mini {
		text-align: center;
		width: 23px;
		height: 25px;
		font-size: 0.8em;
	}
	
	#chart_iframe {
		width: 450px; 
		height: 180px; 
		border: 0px; 
		padding: 0px; 
		margin: 0px; 
		overflow: hidden; 
	}
	
	.resend {
		cursor: pointer;
	}
	
	/* End of AJAX popup styling */
	
	.bottom-dotted {
		border-bottom: 1px dotted #fafafa;
		margin-bottom: 15px;
	}
	
	.top-gradient {
		border-top: 2px solid #555;
		-moz-border-top-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc;
	}
	
	.container{
		min-width: 960px;
		/*max-width: 1600px;*/
		min-height: 1000px;
		margin: auto;
		overflow: auto;
	}
	
	strong {
		font-weight: bold;
	}
	
	/* Set image styling */
	
	.profile {
		width: 145px;
	}
	
	.loading_gif {
		margin: 10px;
	}
	
	.client_logo {
		max-height: 40px;
		float: left;
		padding-right: 10px;
	}
	
	.icon_image {
		padding: 0px 5px;
	}
	
	/* Set padding for columns */
	
	.inner {
		margin: 15px;
		overflow: hidden;	
	}
	
	.inner-left 	{ margin-left: 15px; }
	
	.inner-right {
		margin-right: 15px;
	}
	
	/* Set floats */
	
	.lefty 			{ float: left; }
	.righty 		{ float: right; }
	.text_r			{text-align: right}
	.text_c			{text-align: center}
	.text_l			{text-align: left}
	
	/* Clear floats */
	
	.clear-left		{ clear: left; }
	.clear-right	{ clear: right; }
	.clear-both		{ clear: both; }
	
	/* Set column grid */
	
	.third {
		width: 33%;
	}
	
	.column1 {
		width: 80px;
		float: left;
	}
	
	.column2 {
		width: 160px;
		float: left;
	}
	
	.column2-5 {
		width: 220px;
		float: left;
	}
	
	.column3 {
		width: 240px;
		float: left;
	}
	
	.column4 {
		width: 320px;
		float: left;
	}
	
	.column5 {
		width: 400px;
		float: left;
	}
	
	.column6 {
		width: 480px;
		float: left;
	}
	
	.column6-5 {
		width: 530px;
		float: left;
	}
	
	.column7 {
		/*width: 77%;
		float: left;*/
	}
	
	.column8 {
		width: 640px;
		float: left;
	}

	.column9 {
		width: 100%;
		float: left;
	}
	
	.column9-5 {
		/*width: 79%;
		float: left;*/
		margin-left: 225px;
	}

	.column10 {
		width: 800px;
		float: left;
	}

	.column11 {
		width: 880px;
		float: left;
	}
	
	.column12 {
		width: 960px;
		float: left;
	}
	
	.black-red{
		background: #000000; /* for non-css3 browsers */ 

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A32929', endColorstr='#000000');
		background-image: linear-gradient(bottom, #A32929 38%, #000000 100%);
		background-image: -o-linear-gradient(bottom, #A32929 38%, #000000 100%);
		background-image: -moz-linear-gradient(bottom, #A32929 38%, #000000 100%);
		background-image: -webkit-linear-gradient(bottom, #A32929 38%, #000000 100%);
		background-image: -ms-linear-gradient(bottom, #A32929 38%, #000000 100%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.38, #A32929),
			color-stop(1, #000000)
		);
	}
	
	.black-grey {
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#525252');
		background-image: linear-gradient(bottom, #525252 38%, #000000 100%);
		background-image: -o-linear-gradient(bottom, #525252 38%, #000000 100%);
		background-image: -moz-linear-gradient(bottom, #525252 38%, #000000 100%);
		background-image: -webkit-linear-gradient(bottom, #525252 38%, #000000 100%);
		background-image: -ms-linear-gradient(bottom, #525252 38%, #000000 100%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.38, #525252),
			color-stop(1, #000000)
		);
	}
	
	.grey-black {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#000000');
		background-image: linear-gradient(bottom, #000000 38%, #525252 100%);
		background-image: -o-linear-gradient(bottom, #000000 38%, #525252 100%);
		background-image: -moz-linear-gradient(bottom, #000000 38%, #525252 100%);
		background-image: -webkit-linear-gradient(bottom, #000000 38%, #525252 100%);
		background-image: -ms-linear-gradient(bottom, #000000 38%, #525252 100%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.38, #000000),
			color-stop(1, #525252)
		);
	}
	
	.inner_gradient {
		background: rgb(212,212,212); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(200,200,200,1) 30%, rgba(187,187,187,1) 64%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,212,212,1)), color-stop(30%,rgba(200,200,200,1)), color-stop(64%,rgba(187,187,187,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(200,200,200,1) 30%,rgba(187,187,187,1) 64%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(200,200,200,1) 30%,rgba(187,187,187,1) 64%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(200,200,200,1) 30%,rgba(187,187,187,1) 64%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(212,212,212,1) 0%,rgba(200,200,200,1) 30%,rgba(187,187,187,1) 64%,rgba(204,204,204,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
		margin: 5px 0px; 
		border: 1px solid #ececec; 
		padding: 5px 10px;
		overflow: hidden;
		display: block;
		color: #333333;
	}
	
	#logo {
		background: transparent url('../images/logo.png') no-repeat left center;
		height: 120px;
		display: block;
		width: 450px;
		padding: 0px 15px;
		margin: 5px;
	}
	
	#logged_in {
		position: relative; 
		z-index: 100;
		margin-top: -50px;
		width: 250px;
		right: 10px;
	}
	
	#logged_in img {
		height: 36px; 
		border: 1px solid #7a7a7a; 
		margin: 0px 5px
	}
	
	#logged_in a {
		color: #ffffff;
	}
	
	.error {
		display: inline-block;
		font-size: 0.8em;
		color:#b94a48;
		position: relative;
		z-index: 1000;
		padding: 5px;
		background-color: #f2dede;
		border-color: #eed3d7;
		opacity: 0.8;
	}
	
	.venue_title {
		background:url('images/ui-bg_highlight-soft_35_adadad_1x100.png') repeat-x scroll 50% 50% #ADADAD; 
		color: #333333; 
		padding: 5px; 
		margin-bottom: 10px; 
		overflow: hidden;
		display: block;
	}
	
	.venue_title_inner {
		display: block; 
		clear: both; 
		margin-top: 20px;
	}
	
	.comments {
		 background-color: #ffffff; 
		 margin: 5px 0px; 
		 padding: 5px; 
		 display: block; 
		 width: 395px; 
		 height: 155px; 
		 overflow: auto;
	}
	
	.clickme, .hours tr td {
		cursor:pointer;
	}
	.hours th, .hours td {
		padding: 2px;
		font-size: 9px;
	}
	
	.hour_break {
		/*border-right: 2px solid #ececec;*/
	}
	
	.selected {
		background:green;
	}
	
	.booked {
		background-color: red;
	}
	
	/*
	 * Style for close icon in message
	 * Dale Stevenson
	 */
	
	.venue {
		overflow: auto; 
		margin-bottom: 10px;
		display: block;
	}
	
	/* Form Styling */
	
	.form_xxs 		{ width: 57px; }
	.form_xs 		{ width: 60px; }
	.form_s 		{ width: 80px; }
	.form_ssm		{ width: 100px; }
	.form_sm		{ width: 123px; }
	.form_m 		{ width: 139px; }
	.form_l 		{ width: 200px; }
	.form_xl 		{ width: 254px; }
	.form_xxl 		{ width: 415px; }
	.form_full		{ width: 100%; }
	.label-margin	{ margin-left: 144px; }

	.dropdown_add {
		color: blue; 
		text-decoration: underline;
	}
	
	textarea.form_xl {
		height: 102px;	
	}
	
	select.form_sm	{ width: 125px; }
	select.form_m 	{ width: 142px; }
	
	form p.view_only { line-height: 25px; }
	
	input, select, textarea {
		background-color: #FFFFFF;
		border: 1px solid #c2c2c2;
		line-height: 25px;
	}
	
	textarea {
		line-height: 20px;
	}
	
	form ul li, ul.form li {
		margin: 5px 0px;
		display: block;
		overflow: hidden;
		min-height: 30px;
	}
	
	ul.birthday {
		list-style-image: url(images/birthday_cake.png);
		margin-left: 55px;
	}
	
	.no_style {
		background: transparent;
		border: 0px;
		cursor: pointer;
		color: #991C0E;
		text-decoration: underline;
	}
	
	.submit:hover, .btn:hover {
		
	}
	
	li span.staff_link {
		margin-left: 60px;
		min-height: 45px;
	}
	
	li span.staff_link p {
		font-size: 0.9em;
	}
	
	img.staff_link {
		max-height: 45px;
		max-width: 55px;
	}
	
	/* tweak for tinymce span */
	#mce_0_path_row span {
		display: inline;
		line-height: 16px;
	}
	
	button img {
		margin-left: 20px;
	}
	
	.submit:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d60000), color-stop(1, #991c0e) );
		background:-moz-linear-gradient( center top, #d60000 5%, #991c0e 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d60000', endColorstr='#991c0e');
		background-color:#d60000;
	}
	
	.submit:active {
		position:relative;
		top:1px;
	}
	
	/* Menu styling */
	
	#actions ul li {
		padding: 5px 0px;
		border-bottom: 1px dotted #dadada;
		display: block;
	}
	
	#actions ul li span {
		background: url('../images/grey_arrow.png') no-repeat;
		text-indent: 30px;
		display: block;
		color: #dadada;
		cursor: pointer;
	}
	
	#actions ul li span:hover {
		background: url('../images/red_arrow.png') no-repeat;
		text-indent: 30px;
		display: block;
		color: #ececec;
	}
	
	.submit img {
		height: 20px; 
	}
	
	.assignment {
		margin: 10px 0px;	
	}
	
	.assignment li {
		display: block;
		overflow: hidden;
		line-height: 20px;
		padding: 3px 0px;
	}
	
	#dashboard h4 {
		 cursor: default; 
		 font-weight: normal; 
		 /*padding: 5px;*/ 
		 display: block;
		 margin-bottom: 0px;
	}
	
	.dashboard ul {
		padding: 0px 25px;
		margin-bottom: 10px;
	}
	
	.dashboard li, .v_comments {
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
		background: linear-gradient(135deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		padding: 5px;
		margin-top: 5px;
	}
	
	.dashboard {
		 background-color: #323232;
		 overflow: auto;
		 padding-bottom: 10px;
		 display: block;
	}
	
	.dashboard p {
		margin-left: 80px;
	}
	
	.dashboard.left {
 		margin: 0px 10px 20px 0px; 		
	}
	
	.dashboard.right {
		margin: 0px 0px 20px 10px; 	
	}
	
	.half_column {
		width: 50%;
		min-height: 100px;
	}
	
	.greyed {
		background-color: #555555;
		color: #FFFFFF;
	}
	
	.warning {
		background-color: #C70202;
		color: #FFFFFF;
	}
	
	/* Side Navigation options */
	
	#side_navigation .inner {
		margin-bottom: 40px;
	} 
	
	/* Button Styling */
	
	.find_staff {
		height: 27px;
		width: 26px;
		background-color: #FFF;
		border: 1px solid #aaaaaa;
		margin: 0px;
		padding: 0px;
		background: url('../images/magnifying_glass.png') #FFF center center no-repeat;
		position: relative;
		top: -4px;
		left: -2px;
		cursor: pointer;
	}
	
	.found_staff {
		height: 27px;
		width: 26px;
		background-color: #FFF;
		border: 1px solid #aaaaaa;
		margin: 0px;
		padding: 0px;
		background: url('../images/cancel_small.png') #FFF center center no-repeat;
		position: relative;
		top: -4px;
		left: -2px;
		cursor: pointer;
	}
	
	.login_btn {
		margin: 10px 5px;
		height: 50px;
		padding: 5px;
		text-indent: -999px;
		width: 130px;
		border-radius: 5px;	
		-moz-border-radius: 5px;	
		-webkit-border-radius: 5px;
		cursor: pointer;
	}
	
	.login_btn:hover {
		border: 1px solid #000000;
	}
	
	.search_button {
		cursor: pointer;
		background: url('../images/red_arrow.png') center center no-repeat;
		width: 20px;
		height: 30px;
	}
	
	.print_button:hover {
		cursor: pointer;
	}
	
	/* Open ID */
	
	#openid_identifier {
		background: url('../images/openid-large.png') #FFF center left no-repeat;
		padding-left: 32px;
		height: 25px;
		line-height: 25px;
		margin-right: 5px;
	} 
	
	#openid_google {
		background: url('../images/openid_providers/google.png') #FFF center center no-repeat;
	}
	
	#openid_yahoo {
		background: url('../images/openid_providers/yahoo.png') #FFF center center no-repeat;
	}
	
	#openid_myopenid {
		background: url('../images/openid_providers/myopenid.png') #FFF center center no-repeat;
	}
	
	#openid_facebook {
		background: url('../images/openid_providers/facebook.png') #FFF center center no-repeat;
	}
	
	.dark 			{color: #333333}

	.search_highlight {color: #F60}
	
	/** Custom Icons / Dashobard **/
	
	.custom_icon {
		width: 80px;
		height: 80px;
		background-image: url(images/dashboard_icons.png);
	}
	
	.staff {
		background-position: -440px -5px;
	}
	
	.history {
		background-position: -330px -5px;
	}
	
	.upcoming {
		background-position: -220px -5px;
	}
	
	.awaiting {
		background-position: -5px -5px;
	}
	
	.messages {
		background-position: -110px -5px;
	}
	
	.tfl {
		width: 80px;
		height: 80px;
		background: #323232 url(images/transport_for_london.jpg) center center no-repeat;
	}
	
	.report_header {
		margin-bottom: 10px;
	}
	
	.news_holder {
		position: relative;
		background-color: #ffffff; 
		border-left: 25px solid #ececec;
		border-right: 25px solid #ececec;
		border-top: 1px solid #ececec;
		border-bottom: 1px solid #ececec;
		margin: 0 0 20px 0;
		background-color: #FDFDFD;
	}

	.news {
		width: 25%;
		float: left;
		color: #666666;
	}
	
	.news_large {
		padding: 10px;
		min-height: 200px;
		border-left: 1px solid #ececec;
		border-right: 1px solid #ececec;
	}
	
	.news_small {
		padding: 10px;
		border-left: 1px solid #ececec;
		border-right: 1px solid #ececec;
		min-height: 110px;
	}
	
	.news a {
		color: #991C0E;
		font-weight: bold;
	}
	
	.news_header {
		padding: 10px;
	}
	
	.news_header h1 {
		font-size: 1.5em;
		color: #666666;
		margin: 30px 10px 0px 80px;
		font-weight: bold;
	}
	
	h3.title {
		display: block;
		color: #333333;
		background-color: #ececec;
		font-size: 1.1em;
		padding: 5px;
		margin-bottom: 5px;
		margin-right: 30px;
		position: relative;
		z-index: 10;
		opacity:0.8;
		filter:alpha(opacity=80); /* For IE8 and earlier */
	}
	
	.news_header h5 {
		font-size: 1em;
		color: #666666;
		margin: 30px 20px 0px 0px;
		font-weight: bold;
	}
	
	.news_section:first-of-type {
		min-height: 410px;
	}
	
	.news_section:not(:first-of-type) {
		height: 0px;
		overflow: hidden;
	}
	
	.news_holder a.next {
		z-index: 10000;
		position: absolute;
		left: auto;
		right: -20px;
		top: 190px;
	}
	
	.news_holder a.prev {
		z-index: 10000;
		position: absolute;
		left: -20px;
		top: 190px;
	}
	
	/** iFrame styling **/
		
	iframe.venue {
		width: 100%; 
		height: 636px; 
		border: 0px; 
		overflow: hidden;
	}
	
	.iframe_inner {
		height: 100%;
		padding: 5px;
	}
	
	.iframe_left {
		width: 15%; 
		text-align: center; 
		margin-top: 40px;
		overflow-y: auto;
		height: 550px;
	}
	
	.iframe_right {
		 height: 600px; 
	}
	
	.iframe_right h3 {
		padding: 10px 5px;
	}
	
	ul.iframe {
		max-height: 350px;
		overflow-y: scroll;
		margin-right: 10px;
	}

    .saved {
        background-color: #fefebf;
        color: #222222;
        padding: 10px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px; 
        position: fixed;  
        font-weight: bold;
        right: 50%;
        margin-right: -100px;
        width: 200px;
        text-align: center;
        z-index: 100000000;
        border-bottom: 1px solid #999900;
        border-left: 1px solid #999900;
        border-right: 1px solid #999900;
        display: none;
    }
    
    .alert {
        padding: 5px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
    }
    
    .alert input {
        /*background-color: transparent;
        border: none;*/
    }
    
    .default {
        background-color: #999999;
        border-color: #7B7B7B;
        color: #FFFFFF;
    }
    
    .default:hover {
        background-color: #F2DEDE; 
        border-color: #EED3D7; 
        color: #B94A48; 
    }
    
    .danger, .late, .late td {
        background-color: #F2DEDE; 
        border-color: #EED3D7; 
        color: #B94A48; 
    }
    
    .checked-in, .checked-in td {
        background-color: #FCF8E3;
        border: 1px solid #FBEED5;
        color: #C09853;
    }
    
    .checked-out, .checked-out td  {
        background-color: #DFF0D8;
        border-color: #D6E9C6;
        color: #468847;
    }
    
    .info {
        background-color: #D9EDF7;
        border-color: #E5E5E5;
        color: #3A87AD;
    }
    
    .ui-tabs-nav {
        height: 37px;
    }
    
    p.msg {
        display: inline;
        margin-left: 15px;   
    }

	.ui-tabs .ui-tabs-nav li.ui-state-disabled>a{
		background-color:#CCCCCC !important;
	}
  
.download-links {
	display: block;
	padding-top: 20px;
}

.download-links a {
  display: block;
}

.cqc {
	padding: 3px auto;
	width: 150px;
	color: #ffffff;
	font-size: 0.85em;
	vertical-align: middle;
	text-align: center; 
	border-radius: 3px;
	font-weight: bold;
}

.cqc-outstanding, .cqc-good {
	background: #458f00;
}

.cqc-inadequate {
	background: #bf1000;
}

.cqc-requires_improvement {
	background: #ff9900;
}

/** Booking form admin - Maps and possible providers **/ 

.selected-row-booking-row {
	background-color: #D3D3D3 !important;
}
#table-wrapper-booking-form {
	position:relative;
}
#table-scroll-booking-form {
	height:150px;
	overflow:auto;  
}
#table-wrapper-booking-form table {
	width:100%;
}
#table-wrapper-booking-form table thead th .text {
	position:absolute;   
	top:-20px;
	z-index:2;
	height:20px;
	width:35%;
	border:1px solid red;
}
.view-button-booking-form, view-button-booking-form:focus {
	background-color: #6fb3e0!important;
	border-color: #6fb3e0!important;
	color: #FFF!important;
}
.map-booking-form {
	height: 500px;
}

.handback-reason-text-booking-form{
	margin-left: 139px; 
	margin-top: 5px;
}

/** All Booking - Maps and package view **/

#table-scroll-all-booking {
	height:600px;
	overflow:auto;  
	margin-top:20px;
}

.map-all-booking {
	width:45%; 
	height:750px; 
	float:left; 
	margin-left: 12px;
}

/** Dashboard - Carehome beds **/

.ui-dialog-title {
	float:none !important;
	display: block;
	text-align: center;
}

.ui-dialog :focus {
	outline-color: transparent;
	outline-style: none;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}

/** Message Inbox **/

.z-index-messages {
	z-index: 1;
}
