@charset 'UTF-8';
@import url('https://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css');
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

html {

}

html, body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #616161;
	background: #dedede;
}

a {
	color: #005580;
	font-weight: normal;
	text-decoration: none;
    cursor: pointer;
}

#search-box {

	border: 1px solid #CCC;
	padding: 4px 4px;
	line-height: 14px;
	width: 136px;
}

a:hover {
	color: #005580;
	background: #DFDFDF;
}

.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(to bottom, white, #E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #BBB;
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #A2A2A2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.result-description-control, .garage-link, .external_scope_report_button {
	cursor: pointer;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49AFCD;
	background-image: -moz-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5BC0DE), to(#2F96B4));
	background-image: -webkit-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: -o-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: #2F96B4 #2F96B4 #1F6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	display: inline-block;
	padding: 4px 8px;
	border-radius: 3px;
	font-weight: 400;
	margin-bottom: 4px;
	text-align: center;
}
.result-description-control:hover, .garage-link:hover, .external_scope_report_button:hover {
	color: white;
	background-color: #2F96B4;

	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.result-description {
	padding: 4px 8px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	background: #efefef;
}

*:focus {
	outline: none;
}



table.list {
	width: 100%;
	margin: 12px 0px 24px;
	border-collapse: separate;
	border-spacing: 2px;
    border: 1px solid  #DDDDDD;
}

table.list tr.centered th {
	text-align: left;
}

table.list tr:hover {
    background: #f4f4f4;
}

table.list th {
	background: #efefef;
	padding: 4px;
	font-weight: bold;
/*	font-size: +1;*/
}

table.list td {
	width: 32px;
	padding: 6px;
	text-align: left;
}

table.report_header {
	width: 100%;
	border-collapse: collapse;
}

table.report_header tr.centered th {
	text-align: left;
}

table.report_header tr:hover {
    /*background: #f4f4f4;*/
}

table.report_header th {
	padding: 4px;
	font-weight: bold;
}

table.report_header td {
	padding: 4px;
	text-align: left;
}

select {
    max-width: 300px;
}

.text-contrast {
	text-shadow: 0 0 2px white;
	-webkit-text-shadow: 0 0 2px white;
	-moz-text-shadow: 0 0 2px white;
	-o-text-shadow: 0 0 2px white;
	color: #000;
}


.legend-block {
	padding: 12px 8px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #EFEFEF;
	margin: 8px 24px 24px;
	font-weight: 500;
}

.legend-block h2 {
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
	margin: -12px -8px 8px;
	padding: 8px 14px;
	background: #FCFCFC;
	border-radius: 4px 4px 0 0;
/*	font-size: 14px;*/
	color: #616161;
}

.legend-item {
	margin: 4px 8px;
}

.legend-row td,
.legend-row th{
	padding: 4px 8px;
}

.legend-data {
    text-align: center;
}

.legend-item.showtrend {
	color: #005580;
	cursor: pointer;
	padding-left: 30px;
	background: url(/images/UI/chart_small.png) left center no-repeat;
}

.legend-item.showtrend.current {
	color: white;
	background-color: #08C !important;
	text-decoration: none !important;
}

.legend-item.showtrend:hover {
	xtext-decoration: underline;
}

.legend-item span {
	min-width: 30px;
	display: inline-block;
	font-weight: bold;
}

.score_above_target
{
    color: green;
}

.score_below_target
{
    color: red;
}

p {
	padding: 8px 0;
	font-weight: 400;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 28px;
	font-weight: 300;
	margin: 8px 0;
	color: #333;
}

ul li, li  {
	/*background: url("/images/UI/sgra.gif") no-repeat scroll left 6px transparent;*/
    padding: 2px 12px;
}

ul {
	padding: 8px;
}

h2 {
	font-size: 20px;
	color: #4476B1;
	font-weight: 300;
	margin: 4px 0 12px;
}

h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 12px 0 14px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #4c4c4c;
	text-transform: uppercase;
	margin: 8px 0 -4px;
}

#top_spacer {
    height: 15px;
}

#frame {
	width: 900px;
	margin: 0 auto;
	background: white;
	border: 1px solid #333;
	margin-bottom: 24px;
	box-shadow: 0 0 10px #aaa;
    padding: 0px;
}

#report_frame {
	min-width: 900px;
	margin: 0 auto;
	background: white;
	border: 1px solid #333;
	margin-bottom: 24px;
	box-shadow: 0 0 10px #aaa;
    padding: 0px;
    display: table;
}

#header_content {
    text-align: center;
}

.top a:hover {
	background: none;
}

.top img {
	width: 920px;
}

#report_content {
	width: 100%;
	box-sizing: border-box;
	padding: 10px
}

#page_title {
    clear: both;
    padding: 10px;
}
#footer_content {
	clear: both;
}

#page_content {
	width: 100%;
}

.main-content {
    width: 96%;
	padding: 10px;
    margin: 0px auto;
}

#sidebar_content {
	width: 150px;
	float: right;
	border: 1px solid #ccc;
	margin: 10px;
	border-radius: 3px;
	background: #efefef;
}

#topbar_content {
	width: 100%;
    text-align: center;
}

.top_menu {
	width: 95%;
    display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	background: #efefef;
}

.graph-block {
	width: 720px;
	height: 200px;

}
.axis path,
.axis line {
    fill: none;
    stroke: #aaa;
    shape-rendering: crispEdges;
}

.point.below {
	fill: rgba(192,0,0,0.7);
}
.point.ok {
	fill: rgba(0,192,0,0.7);
}
.point:hover {
	cursor:pointer;
	box-shadow: 0 0 10px black;
}

.axis.y text {
    font-family: sans-serif;
    font-size: 11px;
    fill: #3a3a3a;
}

.axis.x text {
	display: none;
}
.right-menu .nav-header:first-child {
	padding-top: 0;
}

.right-menu .nav-header {
	color: #999;
	font-weight: bold;
	padding: 8px 0 4px;
	text-shadow: 0px -1px 0px #fff;
	text-transform: uppercase;
}

.right-menu a {
	display: block;
	text-decoration: none;
	margin-left: -6px;
	margin-right: -6px;
	padding: 2px 6px;
	font-weight: normal;
}


div .right-menu a.current {
	color: #fff;
	background: #0088cc;
}

.right-menu a:hover {
	color: #005580;
	background: #dfdfdf;
}

/* form styles */
.tform {
	clear: both;
}
fieldset {
	background: url("/images/UI/shadedown.png") repeat-x scroll center bottom transparent;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	padding: 1%;
	width: 98%;
}

legend {
	background: url("/images/shadeTop.png") repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 0 8px #E0E5E5;
	color: #333333 !important;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
}

.fTable {
	width: 100%;
	border-collapse: separate;
  	border-spacing: 3px;
  	clear: both;
}

.fTable th {
	color: #5A5A5A;
/*	font-size: 11px;*/
	padding: 3px;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid ;
}

.fTable td {
	color: #5A5A5A;
/*	font-size: 11px;*/
	padding: 3px;
	text-shadow: 1px 1px 0 #FFFFFF;
	border-top: 1px solid #3aa;
	vertical-align: middle;
}

.fTable td .desc-item {
	width: 100%;
	padding: 6px 2px;
	border-top: 1px solid #ccc;
}

.desc-item-control {
	cursor: pointer;
	color: #3aa;
}

.desc-item-control:hover {
	color: #199;
}

.fTable td .desc-item:first-child {
	border-top: none;
}

.fTable tr:first-child > td {
	border: 0 !important;
}

.fTable tr:hover > td {
	background: #fff4c8;
}

.fTable td.desc {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	border-top: 1px solid #AAAAAA;
	max-width: 150px;
	width: 150px;
}

.fTable .submit {
    border: 1px solid #CCCCCC;
    background: #efefef;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: auto;
	-moz-transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
	-o-transition: all .125s ease-in-out;
}
.fTable .submit:hover {
	background: #333;
	color: #fff;
	text-shadow: 0 0 1px #000;
}

.fTable input, .fTable select, .fTable textarea, .tab-block input, .tab-block select {
	border: 1px solid #999999;
	font-family: 'Lato',Calibri;
/*	font-size: 12px;*/
	padding: 3px;
	width: 98%;
}

.tab-block #mmenu input {
	width: auto;
}

.fTable .third {
	width: 30%;
}

.fTable .third + .third + .third {
	width: 34.5%;
}

.fTable input[type=checkbox] {
	width: 20px;
	position: relative;
	top: 2px;
	margin-right: 18px;
}

/* form actions */

.form_action {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	padding: 3px;
}

.form_action.edit {
	background: url('/images/actions/gtk-edit.png') center center no-repeat;
}


.form_action.delete {
	background: url('/images/actions/list-remove.png') center center no-repeat;
}

/* Utils */
.flashmsg {

	position: absolute;
	z-index: 100;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	border: 1px solid;
	box-sizing: border-box;
	padding: 4px 12px;
	font-weight: bold;
	background: white;
	text-align: center;
	top: -1px;
	box-shadow: 0 0 10px #aaa;
}
/* Colours, warnings etc */
.error {
	background-color: #EDB9B1;
	border: 1px solid #BB8888 !important;
	color: #990000;
	font-weight: bold;
	box-shadow: 0 0 10px #900;
}

.form_error {
	color: #990000;
}

.success, .ok {
	background-color: #CDF6CD;
	border: 1px solid #029B00 !important;
	color: #006600;
	font-weight: bold;
	box-shadow: 0 0 10px #060;
}

.smalltext {
	font-size: 10px;
	font-weight: 600;
}

.grey {
	color: #9a9a9a;
}

.darkgrey {
	color: #333;
}

.red {
	color: #a00;
}

.green {
	color: #0a0;
}

.warning {
	color: #EBC83D;
}

/* Util */

em {
	font-style: italic;
}

.lightest {
	font-weight: 100;
}

.light {
	font-weight: 300;
}

strong {
	font-weight: 700;
}

.strongest {
	font-weight: 900;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

code {
	font-family: 'Droid Sans Mono',Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 10px;
	white-space: pre;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 6px 5px 6px 5px;
}

/* override jquery ui widget font size increase */
.ui-widget {
    font-size:100% !important;
}



.ui-widget-content a {
	color: #005580 !important;
    cursor: pointer;
}

/* hide close button on dialogs */
.no-close .ui-dialog-titlebar-close {
display: none;
}

table .clean {
    border: 0px;
}

table .clean tr {
    border: 0px;
}

table .clean tr td {
    border: 0px;
}

label
{
    font-weight: bold;
}

.help_toggle_icon
{
    cursor: pointer;
}

.help_text_container
{
    display:none;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #efefef;
    margin-bottom: 10px;
    padding: 10px;
}

.ui-tabs-panel {
    padding: inherit !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.5em 0.75em !important;
}

.copyright>div {
	font-family: 'Inter', sans-serif;
	color: black;
	font-size:8pt !important;
}

.login {
	font-family: 'Inter', sans-serif;
}

.copyright>div>a {
	color: black;
	font-size:8pt !important;
	text-decoration: underline;
}

.copyright>img {
	width: 5cm;
}
