@charset "utf-8";



@font-face {
	font-family: 'OpenSans';
	src: url('/fonts/OpenSans-Regular.woff'),
	url('/fonts/OpenSans-Regular.ttf')  format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('/fonts/OpenSans-Semibold.woff'),
	url('/fonts/OpenSans-Semibold.ttf')  format('truetype');
	font-weight: 600;
	font-style: normal;
}


/* Universal Headings */
h1, h2, h3, h4, h5, h6{
    font-family: 'OpenSans-Semibold', sans-serif;
}
/* Font Awesome icon usage*/
a .fa {
    font-size: 18px;
    /*color: #000;*/
}
/*---------------------------------------------------Original Site CSS ----------------------------------------------------------*/

body { 
	margin:0; 
	padding:0; 
	font-size:11px !important; 
	background-color:#fff;
	}
	
p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.0em;
	}
form{
	margin:20px;
	padding:10px 20px;
	min-width:430px;
	/*max-width:50%;*/
}
form.bg {
	background:#eee;	
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
			padding:6px;
			background:#e1e1e1;
			margin-bottom:1px;
			}
			
			form li#send {
				background:none;
				margin-top:6px;
				}
		
		form label {
			float:left;
			width:90px;
			text-align:right;	
			margin-right:7px;
			color:#0066CC;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		form input,
		form textarea {
			padding:4px;
			font:13px Arial, Helvetica, sans-serif;;
			border:1px solid #999;
			width:200px;
			}
			input.cb{
				width:10px;
				border:none;
				}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}
			
	/*	form li#send button {
			background:#999 ;
			border:none;
			padding:4px 8px 4px 8px;
			border-radius:10%; /* Don't expect this to work on IE6 or 7 */
		/*	-moz-border-radius:10%;
			-webkit-border-radius:10%;			
			color:#fff;
			margin-left:77px; /* Total width of the labels + their right margin */
		/*	cursor:pointer;
			}
			
			form li#send button:hover { 
				background-color:#666;
				}*/
.marginT15{margin-top:15px}
div#menuover{position:absolute; top:0px; left:0px; background-color:#CCC; padding:30px; z-index:10000}
.menuover li{
	font: 1.1em Arial, Helvetica, sans-serif;
	text-align: left;
	white-space: nowrap;
	display: list-item;
	width: 100px;
	border: 1px solid #CCC;
	list-style: none;
	margin-top:5px; 
	background:#FFF;
}
div#menu{margin:20px 0px 0px 20px;}
.validER{color:#F00}
.menu li {
	font-size: 1.2em;
	text-align: center;
	white-space: nowrap;
	display: list-item;
/*	width: 100px; */
padding-left:5px; padding-right:5px;
	border: 1px solid #CCC;
	list-style: none;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu li.but a{color:#000;text-decoration:none; display:block}
.menu li.but:hover, .menu li.but a:hover{
/*	background-color:#CCC; color:#F00;
	DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#cccccc'); /* for IE *
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc)); /* for webkit browsers 
	background: -moz-linear-gradient(top,  #FFF,  #ccc); /* for firefox 3.6+ */
	/* IE10 Consumer Preview */
color:#F00; 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CCCCCC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
}

.menu li.logoutHolder{width:100px; float:right; text-align:center; margin-right:20px}
.menu li.nameHolder{padding-left:10px; padding-right:20px; width:auto; float:right; text-align:left; margin-right:20px}
.menu li.nameHolder:hover{background-color:transparent; color:#000}
.displaydate{color:#666; padding-left:20px}
.displayTime{color:#F00}
.offset{font-size:10px}
.smaller{font-size:smaller}
.anchorDiv{position:relative; float:right; right:60px; top:20px; width:0px; height:0px }
#offsetDiv{position:absolute; display:none; z-index:1000000}
.offset li{
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	display: list-item;
	width: 20px;
	list-style: none;;
	border:none;
	float:none;
}
.offset li a{display:block}
.offset li a:hover{color:#FFF}
.offset li:hover{background-color:#00F; }
#content{margin:30px 20px 20px 60px; position:relative}
.clr{clear:both}
input.error, select.error, textarea.error { border: 1px solid red; }
	label.error {
		background: url(/icons/unchecked.gif) no-repeat;
		padding-left: 16px;
		margin-left: .3em;
		color:red;
		display: inline;
		width:auto;
		float:none;
		position:absolute
	}
	label.valid {
		background: url(/icons/checked.gif) no-repeat;
		display: block;
		width: 16px;
		height: 16px;
		position:absolute;
		top:200px;
		left:200px;
	}
	label.tablelabel{width:auto}
	label.floatingerror{
	background: url(/icons/unchecked.gif) no-repeat;
	padding-left: 16px;
	margin-left: .3em;
	color:red;
	position:absolute;
	top:115px;
	left:322px;
	display:none;
	}
	.ajres{color:#390; width:20px;height:20px;
		background: url(/icons/checked.gif) no-repeat;
		padding-left: 16px;
		margin-left: .3em;
		display:none;
}
.fltR{float:right}
.fltL{float:left}
fieldset{border:1px solid #ccc; margin-top:5px;}
legend{font:Tahoma, Geneva, sans-serif; font-size:1.3em; color:#009; border:1px solid #ccc;  background-color:#E9E9E9; padding-left:4px; padding-right:4px;}
legend.color_0{font-size:1.5em;  background-color:#4B2D73; color:#fff; padding:6px}
legend.color_1{font-size:1.5em;  background-color:#6E256E; color:#fff; padding:5px}
legend.color_2{font-size:1.4em;  background-color:#6E256E; color:#fff; padding:5px}
legend.color_3{font-size:1.4em;  background-color:#6E256E; color:#fff; padding:5px}
legend.color_4{font-size:1.4em;  background-color:#6E256E; color:#fff; padding:5px}
.redtext{color:#F00}
.boldText{font-weight:bold}
.largerText{font-size:14px}
a:link, a:active, a:visited{text-decoration:none}
a:hover{color:#900}
tr.h{color:#666}

button:not(.fstChoiceRemove):not(#map_canvas button){margin:5px;
	-moz-box-shadow: 0px 1px 0px 0px #e3e3e3;
	-webkit-box-shadow: 0px 1px 0px 0px #e3e3e3;
	box-shadow: 0px 1px 0px 0px #e3e3e3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #adabad) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #adabad 100% );
	background-image: -ms-linear-gradient(top, #F9F9F9 0%, #ADABAD 100%);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c9c7c9;
	display:inline-block;
	color:#505099;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}button:not(.fstChoiceRemove):not(#map_canvas button):hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #adabad), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #adabad 5%, #f9f9f9 100% );
	background-image: -ms-linear-gradient(top, #ADABAD 0%, #F9F9F9 100%);
	background-color:#adabad;
}button:not(.fstChoiceRemove):not(#map_canvas button):active {
	position:relative;
	top:1px;
}
a.button{color:#505099;}
.button{margin:5px;
	-moz-box-shadow: 0px 1px 0px 0px #e3e3e3;
	-webkit-box-shadow: 0px 1px 0px 0px #e3e3e3;
	box-shadow: 0px 1px 0px 0px #e3e3e3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #adabad) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #adabad 100% );
	background-image: -ms-linear-gradient(top, #F9F9F9 0%, #ADABAD 100%);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c9c7c9;
	display:inline-block;
	color:#505099;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;
	cursor:pointer;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #adabad), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #adabad 5%, #f9f9f9 100% );
	background-image: -ms-linear-gradient(top, #ADABAD 0%, #F9F9F9 100%);
	background-color:#adabad;
	outline : none;
	color:#505099;
}.button:active {
	position:relative;
	top:1px;
	outline : none;
	color:#505099;
}.button:visited {
	color:#505099;
	outline : none;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.div_quarter{max-width:25%}
.div_margin{margin-top:30px}
.second_column{max-width:80%}
.first_column{float:left; min-width:420px; margin-right:40px}
.quantityText{font-size:1.2em; color:#F00; font-weight:bold}
.redbox{padding:2px; background-color:#F00; color:#FFF;}
.greenbox{padding:2px; background-color:#090; color:#FFF;}
.hide{display:none;}
a img{border:none}
legend{
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tinytext{font-size:0.6em}
#msgbox{width:400px;position:absolute; top:80px; right:22px;z-index:10000; display:none; background-color:#FFF;}
/*#msgbox{position:fixed;width:auto;top:auto; bottom:0px;right:40px;max-width:400px}*/
#msgboxtitlebox{font-size:1.2em;background-color:#6A3AB2; color:#CCC; text-align:center; /*font-weight:600;*/ height:25px;padding-top:4px;
	text-shadow:2px 2px #400040;	
	-moz-border-top-right-radius:2px;
	-moz-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc99ff), color-stop(1, #5900B2) );
	background:-moz-linear-gradient( center top, #cc99ff 5%, #5900B2 100% );
	background-image: -ms-linear-gradient(top, #CC99FF 0%, #5900B2 100%);
}
#msgboxbodybox{font-size:1em;padding:4px 4px 4px 4px; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;
-moz-border-bottom-right-radius:2px;
	-moz-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	background-color:#ECEBED;}
.msgtitle{padding:4px 10px 10px 10px; background-color:#ECEBED; font-size:1.4em; font-weight:700; margin-top:4px;}
.msgbody{padding:4px 10px 10px 15px; background-color:#ECEBED; font-size:1.2em}
.msglink{padding:4px 10px 10px 15px; background-color:#ECEBED; font-size:1.2em}
.msgarea{border-top:1px solid #5900B2}
.msgicon{margin-right:20px; border:0; float:right}
.ind{background-color:#D30136;color:#FFF;font-weight:normal;font-size:0.9em;padding:1px 6px 1px 6px;
	-moz-border-bottom-right-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px
}
.indL{font-size:1em; font-weight:normal}
.indGreen{background-color:#093}
.loader{width:100%; text-align:center}
.bluetext{color:#66F}
.srdesc{width:500px;min-width:300px;padding:15px;background-color:#ECEBED; border:1px black solid}
.new{background-color:#E661AC; padding:2px 4px 2px 4px; color:#fff; border:solid 1px black;}
td.day.new{background-color:#fff; padding:none; color:#FFF; border:none;}
td.day{cursor:pointer}
.open{background-color:#FD7567; padding:2px 4px 2px 4px; color:#FFF; border:solid 1px black;}
.onhold{background-color:#708CE0; padding:2px 4px 2px 4px; color:#FFF; border:solid 1px black;}
.uploadFile{
	border-radius: 0.5em;
}

#menu {
	height:100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-bottom:0px;
  max-width: 250px;
}

/* Andy addition*/
#menu::-webkit-scrollbar{width:1px}
#menu::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0.3);border-radius:0px}
#menu::-webkit-scrollbar-thumb{border-radius:0px;-webkit-box-shadow:inset 0 0 0px rgba(255,255,255,1.0);background-color:#333}
body{scrollbar-face-color:#ECECEC;scrollbar-arrow-color:#333;scrollbar-highlight-color:#000;scrollbar-base-color:#000;scrollbar-track-color:#F7F7F7/* -ms-overflow-style: -ms-autohiding-scrollbar;*/}

/*000000 actual bar-the bit you grab
F7F7F7 the page colour*/

#menu:hover{
	/*padding-right:15px;*/
	overflow-y: auto;
}

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #4B4B4B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.numberCircle {
    display:inline-block;

    border-radius:50%;
    border:0px solid;

    font-size:18px;
	color:#FFF;
}

.numberCircle:before,
.numberCircle:after {
    content:'\200B';
    display:inline-block;
    line-height:0px;

    padding-top:20%;
    padding-bottom:20%;
}

.numberCircle:before {
    padding-left:8px;
}
.numberCircle:after {
    padding-right:8px;
}

/*end*/

.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  display: none;
  z-index: 1;
}

#nav_switch{
	display:none;
	position:relative;
	top:-1px;
	left:-10px;
	padding:8px;
	background-color:#222222;
	color:#fff;
	border:4px solid #222222;
	-webkit-border-radius: 0px 0px 8px 0px;
	-moz-border-radius: 0px 0px 8px 0px;
	border-radius: 0px 0px 8px 0px;
	cursor:pointer;
}
/**----------------------------- Tino New PSR Admin CSS -----------------------------**/

html {
    background: #F7F7F7;
}

/*-------------- Menus ----------------*/

.nameHolder .offset li {
    background: #ffffff;
}

/* ---- General Site Wide Elements----*/

/* Indicators */

.rg {
	background-color: #2BD757 !important;
}
.rr{
	background-color: #F4456A !important;
}

.ind {
    margin: 0px 2px;
	float: right;
}

.indGreen {
	background-color: #2BD757 !important;
}

#Uind.ind {
    background: #F4456A !important
}

#Wind {
    background: #F4456A;
}

/* Other */

.redtext {
    color: #F4456A;
}

#tip, /*.pagenote*/ {
	color: #4C4C4C;
	text-align: center;
	font-size: 12px;
	padding: 10px 0px;
}

.boldText {
	color: #4C4C4C;
	font-size: 12px;
	padding: 10px 0px;
	text-align: left;
}

/* Date Time UTC & Login */

#displayDateDiv {
    border-bottom: ridge 1px #444444 !important;
}

.displaydate {
    color: #FFFFFF !important;
    padding: 10px 15px;
    font-weight: normal !important;
    display: block;
    margin: 0 auto !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #222222;
    font-size: 13px;
    overflow: auto;
	text-align: left;
}

.displaydate::before {
    font-family: fontawesome;
    content: '\f073';
    margin-right: 8px;
    font-size: 15px;
    vertical-align: bottom;
}

.displayTime {
    color: #FFFFFF !important;
    font-weight: normal !important;
    display: block;
    padding: 10px 0px 0px;
    width: 75%;
}

.displayTime::before {
    font-family: fontawesome;
    content: '\f017';
    margin-right: 8px;
	font-size: 17px;
	vertical-align: bottom;
}

.offset {
    font-size: 12px;
    float: right;
    margin: -18px -5% 0px !important;
	text-transform: uppercase;
}

#login_user_menudiv .menu {
	overflow: initial;
	box-sizing: border-box;
	padding: 0px;
	width: auto;
	margin: 0px;
}

.menu li.logoutHolder {
    width: auto;
    float: none;
    text-align: center;
    margin: 0px !important;
    padding: 5px 10px 10px !important;
    border-bottom-color: #4B4B4B !important;
}



/*Tables*/

table {
    color: #6B6B6E;
}

thead {
    font-family: 'OpenSans-Semibold';
	font-weight: 600;
}

tr {
    height: 30px;
}

td {
    padding-left: 5px;
}

/* Links */
a {
    outline: 0 !important ;
	/*-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
}

a:link, a:active, a:visited {
	text-decoration: none !important;
	color: #888888 ;
	text-decoration: underline !important;
	font-family: 'OpenSans-Semibold' !important;
	font-weight: 600 !important;
}

#contents a:link, #content a:link, 
#contents a:active, #content a:active
#contents a:visited, #content a:visited{
	color: #888888 ;
	text-decoration: underline;
	font-family: 'OpenSans-Semibold' !important;
	font-weight: 600 !important;
}

a:hover {
	text-decoration: none !important;
	color: #4B4B4B !important;
}

a:focus {
    color: #4B4B4B !important;
}

#msgbox a {
	color: #888888 ;
	text-decoration: underline !important;
	font-family: 'OpenSans-Semibold' !important;
	font-weight: 600 !important;
	font-style: italic;
}

 
/* Buttons */

button:not(#map_canvas button), a.button, .tagsearchbutton {
	background: #FFFFFF !important;
	padding: 8px 15px !important;
	color: #4C4C4C !important;
	text-shadow: none !important;
	border: solid 1px #CECECE !important;
	cursor: pointer !important;
	box-shadow: 0 -4px 0 rgba(0,0,0,0.1) inset !important;
	font-size: 0.9em !important;
	/*-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
	/*text-transform: capitalize;*/
	text-decoration: none !important;
	border-radius: 0px !important;
	font-family: 'OpenSans-Semibold' !important;
	font-weight: 600 !important;
}

button:not(#map_canvas button):hover, a.button:hover, .tagsearchbutton:hover {
    background-color: #4B4B4B !important;
    color: #ffffff !important;
	box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset !important;
}

button:not(#map_canvas button):focus, a.button:focus , .tagsearchbutton:focus {
    background: #4B4B4B !important;
    color: #ccc !important;
	
}

:focus{
	outline-color:#999;
}


legend .button, legend button {
    padding: 6px 10px !important;
    font-size: 0.7em !important;
    vertical-align: middle;
	margin: 0px 0px 0px 10px !important;
	letter-spacing: 0.7px;
}

/* Body */

body {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: auto;
	font-family: 'OpenSans', sans-serif;
}


div#menu {
    margin: 0px 0px auto;
    width: 14%;
    float: left;
    box-sizing: border-box;
    padding: 0px 0px 10px;
    background: #353535;
}

.menu li {
    border: none;
	border-bottom: ridge 1px #898989 !important;
    padding: 8px 15px;
    margin: 4px 0px 5px 0px !important;
	/*-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
	font-size: 1.3em;
	white-space: normal;
	list-style: none;
	box-sizing: border-box;
	margin: 0 auto !important;
	width: 100%;
	border-radius: 0px;
}

.menu li:hover {
    color: #ffffff !important;
    background-image: none !important;
}

.menu li.but a {
    color: #898989;
    margin: 0 auto;
    width: auto;
    text-align: left;
    font-size: 0.9em !important;
    font-weight: normal !important;
    text-decoration: none !important;
    font-family: OpenSans !important;
}

.menu li.but a:hover {
    background: transparent;
	color: #ffffff !important;
}

.menu li.but a:focus {
    color: #ffffff !important;
}

#menudiv ul.menu {
    padding: 0px;
    overflow: auto;
	margin-top: 0px;
}

#offsetDiv {
    top: -33px;
   /* left: 30px;*/
}

#offsetDiv ul.offset {
    float: none !important;
    margin-left: -10px !important;
    margin-bottom: 0px !important;
    margin-right: 0 !important;
}

#offsetDiv ul.offset li {
    padding: 8px 10px;
    background: #4B4B4B;
}

#offsetDiv ul.offset li:hover {
    background: #222222 !important;
}

#offsetDiv ul.offset li a {
    font-family: OpenSans-Semibold !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    font-size: 0.9em !important;
	text-decoration: none !important;
}

/*SR Pop-up buttons - Backgrounds to change*/
#cnIsr, #cnCsr, #cnCSsr {
    color: #B0ACEA !important;
}

#cnIsr:hover, #cnCsr:hover, #cnCSsr:hover {
    color: #ffffff !important;
}

#cnIsr:focus, #cnCsr:focus, #cnCSsr:focus {
    color: #ffffff !important;
}

/**/

#login_user_menudiv {
    background: #222222;
}

.nameHolder {
    color: #ffffff;
    /*font-weight: 600 !important;*/
    padding: 9px 15px;
}

.logoutHolder {
    float: right;
    margin-top: -34px;
    padding: 7px 0px;
    margin-right: 4%;
    font-size: 14px;
}

.logoutHolder a:hover, .logoutHolder a:focus {
	color: #ffffff !important;
}


.clr {
	/*margin: 10px 0px 0px 0px;*/
	display: none;
}

#content, #contents {
    margin: 20px auto 0px;
    width: 86%;
    box-sizing: border-box;
    float: right;
	padding: 0px 20px;
}

#first { /*Home page - Information and Instruction and help files*/
    margin: 20px auto 0px;
    /*width: 86%;*/
	max-width: 86%;/*--added by andy--*/
    box-sizing: border-box;
    float: left;
	padding: 0px 20px;
}

form { /* Home, Account, Roles, SO(SA), WW, */
    margin: 20px 0px;
    padding: 0px;
    min-width: auto;
    width: auto;
	color: #6B6B6E;
}

form.bg{
	background:transparent;
}

form li {
	box-sizing: border-box;
    background: #DDDDDD;
    margin-bottom: 2px;
}

form label {
    color: #4B4B4B;
    text-transform: capitalize;
    width: 105px;
    font-weight: 600;
    font-family: OpenSans-Semibold;
}

fieldset { /* Home, History, Account, Users, Tasks, Roles, SO(SA), WW, SO, Sectors, S Categories, Actions, ET, FAQ, 
			Watch List, Watched Users, Search SR, Dashboard, Stats, Assigned SR List, My Personal SRs, */
	/*margin: 0 auto 20px !important;*/
	margin-bottom: 20px !important;
   /* width: auto !important;*/
	box-sizing: border-box;
	border: 1px solid #CECECE !important;
	background: #ECECEC;
}

fieldset fieldset{
	background: #FFFFFF !important;
}

fieldset fieldset fieldset{
	background: #ECECEC !important;
}

fieldset fieldset legend {
    background: #CCF2D4 !important;
    color: #6B6B6E;
    font-size: 1.4em;
	font-weight: bold;
}

fieldset fieldset fieldset legend{
	background: #fff !important;
	/*color: #fff !important;*/
}

fieldset fieldset legend .button, fieldset fieldset legend button {
	font-size: 0.7em !important
}

form input, form textarea {
	box-sizing: border-box;
}

.greentext{
	color:#2BD757;
}

fieldset input, fieldset select {
	border: solid #dddddd 1px !important;
	width: auto;
	/*text-align: center;*/
	color: #6B6B6E;
}

form input:focus, form textarea:focus {
	background: #ffffff;
	border-color: #B0ACEA !important;
}

fieldset textarea {
	border: solid #dddddd 1px !important;
	width: auto;
	color: #6B6B6E;
}

#apDiv1AL { /* Users, Tasks, Actions, ET */
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
	margin: 0 auto 20px;
    /*width: 40% !important;*/
	float: left;
}

#apDiv1AL .ajres {
    display: contents !important;
}

#apDiv2AL {
	position: relative !important;
	left: 2% !important;
    top: 0px !important;
	box-sizing: border-box;
	float: left; /*Added for /actions/action_manage.asp - Check against other pages ID is found if displays well*/
}

#apDiv3AL {
    top: auto !important;
    left: auto !important;
    float: initial !important;
    position: relative !important;
    width: 30% !important;
    margin-right: auto !important;
}*/

/*.ajres {
    display: block;
    visibility: hidden;
}*/

#widget_list {
    margin: 0 0px 20px !important;
}


legend {
    font-size: 1.4em;
    /*color: #353535;*/
	color:#ffffff;
    background-color: #40359F;
    padding: 5px 10px !important;
    max-height: 64px;
   /* text-transform: capitalize;*/
    width: auto;
    box-sizing: border-box;
    border: solid 1px #CECECE;
    border-radius: 0px;
    font-family: 'OpenSans-Semibold';
    font-weight: 600 !important;
	margin-bottom: 3px;
}

/*---- History ----*/

/*#history_list {
    max-width: none !important;
}*/

/*---- Account ----*/

#setcoordsBut {
    background: #ffffff !important;
}

#setcoordsBut:hover {
    background-color: #4B4B4B !important;
    color: #ffffff !important;
}


/*---- Users ----*/

/*---- Roles ----*/

#RoleName {
	text-align: left;
}

#task_manager {
    float: left;
    margin: 0 20px;
    width: auto !important;
    max-width: 100%;
}

/*---- SO(SA)----*/

.div_quarter {
    max-width: 100% !important;
    float: left;
    width: 600px !important;
}

#apDivReults #listDiv button {
	background: #ffffff !important;
}

#apDivReults #listDiv button:hover {
	background-color: #4B4B4B !important;
    color: #ffffff !important;
	box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset !important;
}

#listDiv { /*SO(SA) page Table centering*/
    margin: 0px auto;
    width: auto;
    padding-top: 20px;
}

/* W W */

#widget_list button {
	background: #ffffff !important;
}

#widget_list button:hover {
	background-color: #4B4B4B !important;
    color: #ffffff !important;
	box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset !important;
}

#textconent {
    max-width: 100% !important;
}

#textconent fieldset { /*Remove after demonstrating to PSR*/
    /*background: #f4f4f4;*/
}

#service_selectorDIV .first_column {
    min-width: auto !important;
    width: 48% !important;
}

#service_selectorDIV .second_column {
    max-width: none;
    width: 48% !important;
}



/* SO */

button.sdbut {
	background: #ffffff !important;
}

button.sdbut:hover {
	background-color: #4B4B4B !important;
    color: #ffffff !important;
	box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset !important;
}

/*---- Service Providers ----*/

#sp_nav_div.div_quarter {
    float: none;
}

#sp_nav_div .ajres {
    display: contents !important;
}

#sp_list_div { /* Dashboard, Assisgned SR List, */
	margin-top: 20px;
} 

#sp_list_div ol {
    padding-left: 30px;
    color: #888888;
}

#sp_list_div fieldset div.rHolder {
	width: 23%;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}

#sp_list_div fieldset fieldset {
    background: #FFFFFF !important;
}

#sp_list_div fieldset fieldset fieldset  {
    background: #ECECEC !important;
}

#sp_list_div fieldset fieldset.rHolder {
	/*width: 23% !important;*/
	margin: 15px 10px 0px 10px !important;
	display: inline-table;
}

#sp_list_div ol legend {
	background: #FFFFFF;
	font-size: 1.3em;
	color: #6B6B6E;
}

#sp_list_div ol fieldset fieldset legend {
    /*width: 100%;*/
    margin-bottom: 0px;
}

.callmap {
	width: 50%;
	box-sizing: border-box;
}

#SOnameDisplay {
    color: #6B6B6E;
}

#SOnameDisplay span {
	color: #F4456A !important;
}

.rHolder button {
    /*width: 100%;*/
    box-sizing: border-box;
}

.rHolder button.showmap {
	height: 35px;
}

.rHolder .ajres {
    display: none !important;
}

.quantityText {
    display: inline-block;
    margin: 0px 10px;
    border-radius: 200px;
    background: #ffffff;
    border: 2px solid #ffffff;
    font-size: 9px;
    letter-spacing: 1px;
    color: #F4456A;
	font-weight: 600 !important;
}

.quantityText:hover {
    color: #4C4C4C !important;
}

.quantityText br {
    display: none;
    visibility: hidden;
}

.app_css {
    width: 65% !important;
    margin: 5px 0px;
}

#resetskin {
    background: #F4456A !important;
    margin: 10px auto 0px;
    /*width: 100%;*/
    color: #ffffff !important;
    box-sizing: border-box;
}

#resetskin:hover {
    background-color: #4B4B4B !important;
	color: #ffffff !important;
	box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset !important;
}

#SPmenu {
    /*text-align: center;*/
}

#SPmenu button, #SPmenu a.button {
    background: #ffffff !important;
}

#SPmenu button:hover, #SPmenu a.button:hover {
    background-color: #4B4B4B !important;
	color: #ffffff !important;
	box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset !important;
}

#SPdet_div #SP_name_div {
    margin: 0 auto;
    width: 100%;
    font-size: 1.2em;
}

#add_app_image_butt { /*Service Providers detail page "Add your SP Logo"*/
    text-align: center;
    margin: 0px auto 10px;
    /*width: 100%;*/
    box-sizing: border-box;
}

.div_quarter1 table { /*Service Providers detail page */
    /*width: 100%;*/
}

#selectSOForSPtags {
    padding: 4px;
    width: 155px;
}


.auto.validate { /*Service Providers Assessment Management page */
    margin: 0 auto;
    width: 300px;
    padding: 20px 0px;
    color: #6B6B6E;
    text-align: center;
}

#sp_list_departments #apDiv1AL {
    width: 100% !important;
}

#services_div {
    left: 480px !important;
    top: 0px !important;
    overflow: auto;
}

/*---- Sectors ----*/

.pagenote { /* S Categories, */
	position: relative !important;
	/* visibility: visible; */
	left: 0px !important;
	top: 0px !important;
	width: auto !important;
	/* z-index: 1; */
	/*margin: 0 auto 30px !important;*/
	/*text-align: center;*/
}

/*---- FAQ (Help) ----*/

#helpList {
    height: auto !important;
    float: left !important;
    margin-right: 0px !important;
    box-sizing: border-box;
    padding-right: 10px !important;
   /* width: auto !important;*/
}

/*---- Watch List ----*/

#contains_desc_map, #actionsTakenDiv, #map_addresses_div, #nav_div {
	margin-right: 0px !important; 
}

#nav_div {
    /*text-align: center;*/
}

#nav_div button, #nav_div a.button {
	margin: 13px 4px 8px;
	text-decoration: none !important;
}

#nav_div button:hover, #nav_div a.button:hover {
    background-color: #4B4B4B !important;
    color: #ffffff !important;
}

#nav_div button.confirm {
    background: #F4456A !important;
    color: #ffffff !important;
}

#nav_div button.confirm:hover {
    background-color: #4B4B4B !important;
    color: #ffffff !important;
}

#backToListSR, #backToListSP, #SbackToListSP{
	/*background: #FFFFFF !important;*/
}

#sp_list_div strong {
    color: #4B4B4B !important;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'OpenSans-Semibold';
}

#map_canvas {
    border: 1px solid #E6E6EA !important;
    /*margin: 0 auto;*/
}

#mapSearchInput {
	padding: 0px !important; 
	/*text-align: center;*/
	color: #6B6B6E;
	margin: 20px 0px;
}

#mapResults a.adresLink {
	padding: 0px 10px !important;
}

#mapResults a.adresLink:hover {
	color: #4B4B4B !important;
}

#listimagesDIV {
	/*margin: 0 auto;*/
	/*width: 10%;*/
}

#listimagesDIV .imgs {
	border: 2px #E6E6EA solid;
	/*margin: 5px 0px;*/
}

#actionsTakenDiv span {
	color: #F4456A !important;
}

button#allSRsbyInitiator, button#shareButt{
    background: #ffffff !important;
}

button#allSRsbyInitiator:hover, button#shareButt:hover {
    background-color: #4B4B4B !important;
    color: #ffffff !important;
}

#instantDIV {
	/*text-align: center;*/
}

#shareButt {
	margin: 20px auto 15px;
	/*width: 200px;*/
}

button#get_pdf, a#get_pdf_preview {
	color: #4c4c4c !important;
}

/*---- Search SR ----*/

.taglistholder {
    width: 49.2% !important;
}

.boldText {
    font-weight: normal !important;
}

#alphaID { /*Search field*/
	padding: 8px !important;
	margin: 0 auto;
	/*width: 100%;*/
	box-sizing: border-box;
}

#searchgeneralbutton {
    margin: 0px auto 10px;
    /*width: 100%;*/
    box-sizing: border-box;
    text-align: center;
    font-size: 1.0em !important;
    padding: 7px 15px !important;
    border-radius: 4px;
}

.tagsearchbutton {
    font-size: 1.0em !important;
    box-sizing: border-box;
    /*width: 75%;*/
    /*text-align: center;*/
    margin: 10px auto;
    border: none;
    text-shadow: none;
}

.tagsearchbutton span {
    color: #2BD757;
}

#contains_desc_map #sp_list_div fieldset {
    background: #ECECEC !important;
    border: 1px solid #CECECE !important;
}

/*---- Assigned SR List ----*/

.collapsable legend {
    cursor: pointer;
}

/*---- My Personal SR List ----*/

#listSRs {
    margin-top: 20px;
}

/*---- Message Pop-UP ----*/

#msgbox {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: fixed;
    max-height: 80vh;
    overflow: hidden;
}

#msgboxtitlebox {
    background: #353535;
    text-shadow: none;
    color: #ffffff;
	height: 27px;
	padding-top: 6px;
    cursor: move;
}

#msgcnt {
    background: #2BD757;
    text-shadow: none;
}

.markAllMsgButton {
    color: #ffffff;
    float: right;
    margin-right: 10px;
    text-shadow: none;
}

.markAllMsgButton:hover {
    color: #2BD757;
}

#msgboxbodybox {
    background: #ffffff;
    max-height: calc(80vh - 36px);
    overflow-y: auto;
    overflow-x: hidden;
}

.msgarea {
    border: none !important;
    color: #6B6B6E;
}

.msgbody {
    background-color: #ffffff;
	color: #6B6B6E;
}

.msgtitle {
    color: #6B6B6E;
    background: transparent;
    text-decoration: underline;
}

/*table .ajres {
    display: contents !important;
}*/

.ui-datepicker-trigger {
    margin: 0px 5px;
    vertical-align: sub;
}

/*-$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Mobile Responsive Queries $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*---AL
@media only screen and (min-width:1540px) {
	.offset {
		margin-right: -5% !important;
	}
}

@media only screen and (min-width:1480px) {
	.menu li {
		padding: 8px 15px 8px 40px !important;
	}
	
	.nameHolder {
		padding: 9px 15px 9px 40px !important;
	}
	
	.displaydate {
       padding: 10px 15px 10px 40px !important;
	}
	
}

@media only screen and (min-width:1180px) and (max-width:1380px) {

	.offset {
		font-size: 11px;
		margin-top: -16px !important;
	}
}

@media only screen and (max-width:1306px){
	#alphaID {
		width: 100% !important;
	}
	
	#searchgeneralbutton {
		width: 100% !important;
	}
	
	#services_div {
		left: 0px !important;
		display: block !important;
		position: relative !important;
		width: 100% !important;
	}
}
---AL*/
@media only screen and (max-width:1180px){
	
div#menu {
		position: absolute;
		top: 0;
		left: -250px;
		float: none;
		overflow: auto;
		z-index: 10;
		width: 250px;
		/*display: none;*/
	} 
	
	#content, #contents {
		position: relative;
		width: 100%;
		float: none;
	}
	
	#first { /*Home page - Information and Instruction and help files*/
		position: relative;
		width: 100%;
		float: none;
		min-width: 100%;
	}
	
	#apDiv1AL { /* Users, Tasks, Actions, ET */
		width: 90% !important;
		float: none;
	}
	#nav_switch{
		display:inline;
		left:0px}
	
}
/*---AL
@media only screen and (max-width: 1000px){
	#sp_list_div fieldset fieldset.rHolder {
		width: 22% !important;
	}
}

@media only screen and (min-width:981px){
	
	/* -------------------------- General -----------------------------*/
	
	/* Main Menu */
	/*---AL
	#menudiv {
		display: inline-block;
	}
}

@media only screen and (max-width: 980px){
	
	/* -------------------------- General -----------------------------*/
	
	/* -------------------------- Main Menu -----------------------------*/
	
	/* Main Menu */
	/*---AL
	#menudiv {
		overflow: auto;
		margin: 0 auto;
		width: auto;
	}
	
	#menudiv .menu {
		overflow: auto;
		padding: 0px;
		margin: 10px 0px 0px;
	}
	
		
}

@media only screen and (max-width: 768px){
	
	body {
		width: 93%;
	}
	
	.taglistholder {
		width: 100% !important;
	}
	
	legend {
		font-size: 1.3em;
	}
	
	#sp_list_div fieldset fieldset.rHolder {
		width: 50% !important;
		margin: 10px 25% !important;
	}
	
	#sp_list_div fieldset div.rHolder {
		width: 50%;
		margin: 10px 25% !important;
	}
	
	.rHolder button {
		width: 95%;
	}
	
	#apDivReults #listDiv button {
		width: 100%;
	}

}

@media only screen and (max-width: 660px){
	#map_canvas {
		width: 100% !important;
	}
}

@media only screen and (max-width: 545px){
	textarea#RoleDesc {
		width: 100%;
	}
}

@media only screen and (max-width: 479px){
	fieldset input, form textarea, fieldset select{
		width: auto !important;
	}
}
---AL*/
