@charset "UTF-8";
/* Temp LivePPV style */

/* CSS Document */

/* Begin ppv.css import */

#info {
	height: 300px;
	width: 100%;
	overflow: scroll;
	font-size: 0.9em;
}

#info #json {
	font-size: 1em;
}

.no-border {
	border: 0 !important;
}

.header {
	font-weight: bold;
}

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

.text-right {
	text-align: right;
}

.row {
	border: #fff;
}

.blue-row, .blue-cell {
	background-color: #d4f1f9;
}

.pale-orange-row {
	background-color: #ffede1;
}

.grey-cell {
	background-color: #e0e0e0;
}

.no-background-cell {
	background-color: #fff;
}

/** END TABLE STYLES */

#placeholder {
	width: 600px;
	height: 300px;
	padding: 10px 5px 0 0;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* End ppv.css import */

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

#wrapper {
	height: 100%;
	/* height: auto;  */
	z-index: 1;
}

h1 {
	font-size: 1.4em;
	line-height: 1.5em;
	padding-top: 0.5em;
	color: #1F387A;
}

h2 {
	font-size: 1.2em;
	color: #1F387A;
}

h3 {
	font-size: 1em;
	color: #1F387A;
}

h4 {
	font-size: 1em;
	color: #1F387A;
}

p {
	font-size: 1em;
}

p.description {
	font-size: 0.8em;
	font-style: italic;
}

.actions {
	font-size: 0.9em;
}

/*-- Header --*/

.column-left {
	float: left;
	width: 25%;
}

.column-right {
	float: right;
	width: 25%;
	text-align: right;
}

.header_image {
	max-height: 100px;
	padding: 0px 10px;
}
.livelogo {
	height: 100px;
	width: 250px;
	padding: 0px 0px;
  margin-right: -20px;
}

/* keep for later use
#footer {margin-top:80px;margin-bottom:30px;padding:0;background:white left center no-repeat; height:40px;border-top:1px solid grey;border-right:1px solid grey;}
#footer p {padding: 20px 20px 0 0;text-align:right;}
*/

#footer-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*-- Crumbs --*/

#crumbs {
	font-size: 1em;
	height: 30px;
	box-shadow: 0 5px 9px 0 #7193B6 inset;
	background: #DBE3EC;
	z-index: 10;
	padding: 10px 0 0 5px;
	border-bottom: 2px solid #0C4683;
}

#crumbs ul.crumbs.crumbs-project, #crumbs ul.crumbs.crumbs-account {
	margin: 0;
}

#crumbs ul.crumbs {
	padding: 5px 10px;
	margin: 0;
	list-style: none;
}

#crumbs ul.crumbs li {
	display: inline;
	padding: 2px 3px 5px 0;
}

#crumbs ul.crumbs li a {
	color: #1F387A;
	text-decoration: none;
}

#crumbs ul.crumbs li a:hover {
	color: grey;
}

/*-- Login Form --*/

/*-- messages --*/

#messages {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -25%;
	z-index: 25;
}

#messages div.success {
	width: 50%;
	margin: 0 auto;
	padding: 5px;
	background: #D0F5A9;
	color: #363636;
}

#messages div.error {
	padding: 5px;
	margin: 0 auto;
	background: orandge;
	color: #8A1F11;
}

div.error h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #8A1F11;
}

div.error ul {
	list-style: none;
	padding: 0;
}

/*-- content --*/

#content.map_content {
	position: absolute;
	padding: 10px;
	margin: 10px 10px 10px 30px;
	width: 400px;
	background: lightblue;
	border: 1px solid grey;
	border-radius: 6px;
	z-index: 3;
	overflow-y: auto;
	height: auto;
	max-height: 100%
}

#content.map_content .section {
	height: 190%;
	position: absolute;
	top: 0;
	left: 330px;
	padding: 10px;
	width: 950px;
	background: lightblue;
	border: 1px solid grey;
	border-radius: 6px;
	z-index: 4;
	display: none;
	overflow-y: scroll;
}

#content.map_content .section-wide {
	width: 1065px;
}

#content.map_content div.station h1 {
	font-size: 1.4em;
	font-weight: 200;
}

#content span.actions {
	font-size: 9px;
}

.mapwindow .actions {
	text-align: center;
}

.mapwindow .actions a {
	margin-right: 8px;
}

#content .columnLeft {
	padding: 5px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid lightgrey;
	width: 250px;
	float: left;
	height: 100%;
}

#content .columnRight {
	padding-top: 10px;
	margin: 0 10px 0 270px;
}

#content .columnFullPage {
	margin: 30px 10px;
}

#content .columnFull {
	padding: 5px 0 0;
	margin: 0 10px 0 0;
	width: 920px;
	float: left;
}

/*-- content Accounts --*/

div.accountUsers {
	padding-top: 30px;
}

div.accountUsers div.account .users {
	overflow: hidden;
}

div.accountUsers div.account .users h3 {
	padding: 0 0 10px;
	margin: 0;
}

div.accountUsers div.account .users p {
	text-align: right;
}

div.accountUsers div.account .users p.user {
	text-align: left;
}

div.accountUsers div.account .users .managers {
	padding: 10px;
	border: 1px solid lightgrey;
	float: left;
	min-width: 550px;
}

div.accountUsers div.account .users .viewers {
	padding: 10px;
	border: 1px solid lightgrey;
	float: left;
	margin-left: 20px;
	min-width: 550px;
}

div.accountUsers div.account .users .wide {
	width: 95%;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid lightgrey;
}

div.accountUsers div.account .users .viewers:after {
	display: block;
	content: ' ';
	clear: both;
}

/*-- Forms --*/

form {
	padding: 0;
	margin: 0;
}

form h2 {
	font-size: 1.2em;
}

form p {
	font-size: 100%;
	line-height: 3em;
	margin: 0.5em 0;
}

form label:not(.checkbox) {
	width: 25%;
	line-height: 3em;
	padding: 0 5% 0 0;
	margin: 0;
	display: block;
	float: left;
	text-align: right;
}
form label.checkbox {
	font-weight: normal;
}

form .validation {
	width: 70%;
	padding: 0;
	margin: 0 0 0 30%;
	display: block;
	float: right;
	text-align: left;
	font-style: italic;
	font-weight:lighter;
	color: red;	
	line-height: 1em;
}

form input[type="text"], form input[type="password"] {
	padding: 0 5px;
	margin: 0;
	width: 65%;
	height: 2.3em;
	border: #C5DBEC solid 1px;
}

form textarea {
	margin: 0;
	width: 65%;
	height: 10em;
	border: #C5DBEC solid 1px;
}

form input[type="text"]:hover, form input[type="password"]:hover, form textarea:hover {
	border: #79B7E7 solid 1px;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus {
	border: #79B7E7 solid 1px;
}

form select {
	margin: 0;
	width: 67%;
	height: 2em;
	border: #C5DBEC solid 1px;
}
form select:hover, form select:focus{
	cursor: pointer;
	border: #79B7E7 solid 1px;
}

form input[type="submit"].old {
	width: 50%;
	margin: 0 25%;
}

form p.description {
	text-align: right;
	margin-right: 20px;
	line-height: 12px;
}

/*form div.section{}
form div.section h3{font-size:1.3em;border-bottom:1px solid lightgrey;padding-bottom:0.5em;margin:1em 1.5em;text-align:right;}
form div.section p.list-item {margin-left:2.5em;}*/

/*form input.countrycode {width:4%;margin:0 1%;}
form input.phonenumber {width:53%;margin-left:1%;}
form input.timeout {width:10%;margin:0 1% 0 0;}*/

form .ranges .list-item {
	line-height: 1.2em;
}

form .ranges .list-item span.start select, form .ranges .list-item span.end select {
	display: inline-block;
	width: 80px;
	padding: 0;
	margin: 0 5px 7px 0;
}

form .ranges .list-item span.audio {
	width: 280px;
	padding: 0;
	margin-left: 180px;
}

form .ranges .list-item .basetime input {
	display: inline-block;
	width: 25px;
	padding: 0;
	margin: 0;
}

form .ranges .list-item select.recording {
	width: 70px;
}

form .ranges .list-item .limit {
	display: inline-block;
	width: 30px;
	text-align: center;
	margin: 3px 5px 0;
	border: #79B7E7 solid 1px;
}

form .ranges .list-item .label {
	display: inline-block;
	width: 100px;
	text-align: center;
	margin: 3px 5px 0;
	border: #79B7E7 solid 1px;
}

span.fft_zc select, span.on_off select {
	display: inline-block;
	width: 80px;
	padding: 0;
	margin: 0 5px 7px 0;
}

form .ranges .list-item-additional {
	margin-left: 45px;
}

form .ranges .list-item-additional .short {
	display: inline-block;
	width: 70px;
	padding: 0;
	margin: 0 5px 7px 0;
}

form .ranges .list-item-additional .long {
	display: inline-block;
	width: 98px;
	padding: 0;
	margin: 0 5px 7px 0;
}

form .ranges .list-item-additional input {
	display: inline-block;
	width: 25px;
	padding: 0;
	margin: 0;
}

form .ranges .list-item a.remove {
	margin-left: 10px;
}

form .ranges div.add_timerange {
	text-align: right;
	margin: 10px 0;
}

form .ranges div.add_additional_limit {
	text-align: right;
	margin: 10px 100px 10px 0;
	font-size: 0.8em;
}

.buttons {
	text-align: center;
	width: 300px;
}

.time_period_buttons {
	width: 400px;
}

.buttons input[type="submit"].old, p.buttons a.cancel {
	width: 30%;
	margin: 0 0 0 5%;
}

/*-- maps --*/

#map_canvas {
	position: absolute;
	top: 149px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

div.mapwindow {
	min-width: 350px;
	width: auto;
}

div.mapwindow div.project {
	width: 250px;
}

div.mapwindow div.site {
	width: 300px;
}

div.mapwindow div.station {
	width: 270px;
}

/*-- monitor profile --*/

.profile_manual p input {
	width: 200px;
}

.profile_manual p select {
	width: 200px;
	margin-left: 30px;
}

#measurement_time_manual p {
	margin-left: 350px;
}

#leq_calculation_interval_manual p {
	margin-left: 350px;
}

p select.short {
	width: 200px;
	margin-right: 30px;
}

p input.short {
	width: 200px;
	margin-left: 30px;
}

#monitor-profiles-container {
	overflow: hidden;
}

.monitor-profiles-section {
	float: left;
	margin-right: 20px;
}

/*-- Monitors --*/

div.accountUsers>div.users>.stayLeft {
	float: left;
}

div#content>.resetWidth {
	width: 100%;
}

/*-- Graph --*/

#overview {
	margin: 10px auto;
	width: 100%;
	height: 120px;
	display: none;
}

#graph {
	width: 100%;
	height: 600px;
	margin: 20px;
	margin: 20px auto;
	display: none;
}

#hc-historic-graph {
	width: 100%;
	height: 600px;
	margin: 20px;
	margin: 20px auto;
}

#historic {
	width: 100%;
	height: 600px;
	margin: 20px;
	margin: 20px auto;
	display: none;
}

#historic_legend {
	width: 100%;
	margin: 20px;
	margin: 20px auto;
	display: none;
}

#historic_legend table {
	display: block;
}

#historic_legend table tbody {
	display: block;
}

#historic_legend table tr {
	display: block;
	width: 200px;
	margin: 0;
	display: inline-block;
}

#historic_legend .legendColorBox {
	width: 10px;
}

#historic_legend .legendLabel {
	width: 160px;
}

#legendOutside {
	width: 100%;
	margin: 20px;
	margin: 20px auto;
	display: none;
}

#legendOutside table {
	display: block;
}

#legendOutside table tbody {
	display: block;
}

#legendOutside table tr {
	display: block;
	width: 200px;
	margin: 0;
	display: inline-block;
}

#legendOutside .legendColorBox {
	width: 10px;
}

#legendOutside .legendLabel {
	width: 160px;
}

/*-- File Browser --*/

.filebrowser-pane-container {
	float: left;
}

.filebrowser-pane {
	width: 400px;
	height: 400px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	padding: 5px;
	margin: 0 5px;
	overflow: hidden;
	overflow-y: scroll;
}

.offline {
	background: lightgrey;
}

#data_table {
	width: 1800px;
	padding: 0;
}

#leq_data_table {
	width: 1800px;
	padding: 0;
}

#ppv_data_table {
	width: 900px;
	padding: 0;
}

#sample_table {
	width: 630px;
	padding: 0;
}

.ppv_sample_table {
	margin-top: 20px;
	width: 960px !important;
	padding: 0;
}

.ppv_sample_table {
	width: 960px !important;
	padding: 0;
}

.ppv-current-period {
	margin-top: 20px;
	width: auto;
	padding: 0;
}

#details_table {
	width: 960px;
	padding: 0;
}

#historic_details_table {
	width: 820px;
	padding: 0;
}

#historic_data_table {
	width: 1750px;
	padding: 0;
}

#overall_data_table {
	width: 1850px;
	padding: 0;
}

#date_entry {
	width: 820px;
}

#caption_line {
	padding: 4px;
	font: italic 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	border-right: 0 none;
	background-color: #eee;
	font-style: italic;
}

#caption_blank {
	padding: 4px;
	margin-top: 0px;
	border-right: 0 none;
	background-color: #fff;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: #CAE8EA;
}

th.bg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: #CAE8D0;
}

th.thin {
	padding: 0;
	height: 2px;
}

td.own {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #EFF8FB;
	color: #797268;
	padding: 6px 6px 6px 12px;
}

td.periodset {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: left;
}

td.top_right, th.top_right {
	border-right: 2px #adc4c1 solid;
	border-top: 2px #adc4c1 solid;
}

td.top_left, th.top_left {
	border-top: 2px #adc4c1 solid;
	border-left: 2px #adc4c1 solid;
}

td.top, th.top {
	border-top: 2px #adc4c1 solid !important;
}

td.bottom_left, th.bottom_left {
	border-left: 2px #adc4c1 solid;
	border-bottom: 2px #adc4c1 solid;
}

td.bottom_right, th.bottom_right {
	border-right: 2px #adc4c1 solid;
	border-bottom: 2px #adc4c1 solid;
}

td.bottom, th.bottom {
	border-bottom: 2px #adc4c1 solid !important;
}

td.lleft, th.lleft {
	border-left: 2px #adc4c1 solid;
}

td.rright, th.rright {
	border-right: 2px #adc4c1 solid !important;
}

td.single-right, th.single-right {
	border-right: 1px #adc4c1 solid !important;
}

td.single-left, th.single-left {
	border-left: 1px #adc4c1 solid !important;
}

td.single-top, th.single-top {
	border-top: 1px #adc4c1 solid !important;
}

td.single-bottom, th.single-bottom {
	border-bottom: 1px #adc4c1 solid !important;
}

td.matrix {
	border-left: 1px #adc4c1 solid;
	/* padding-left: 30px; */
	text-align: center;
	width: 120px;
}

th.matrix {
	border-left: 1px #adc4c1 solid;
	/* padding-left: 10px; */
	text-align: center;
}

td.nb-left {
	border-left: 0;
}

td.nobg {
	background: #fff;
}

a.hidden {
	display: none;
}

#permissions td, #permissions th {
	border: 1px #adc4c1 solid;
}

#unlinked_monitor td, #unlinked_monitor th {
	border: 1px #adc4c1 solid;
}

#unlinked_monitor td .no-border {
	border: 0px;
}

#monitor_profiles td, #monitor_profiles th {
	border: 1px #adc4c1 solid;
}

#legendOutside td:last-child, #legendOutside th:last-child {
	border-right: 0 none;
}

#historic_legend td:last-child, #legendOutside th:last-child {
	border-right: 0 none;
}

#filemanager td:last-child, #filemanager th:last-child {
	border-right: 0 none;
}

#whoreceivesalerts td:last-child, #whoreceivesalerts th:last-child {
	border-right: 0 none;
}

#command_results td:last-child, #command_results th:last-child {
	border-right: 0 none;
}

.no-right-border-table td:last-child {
	border-right: 0 none !important;
}

#date_table td:last-child, #date_table th:last-child {
	border-right: 0 none;
}

.freq_table td:last-child, .freq_table th:last-child {
	border-right: 0 none;
}

#din_table td:last-child, #din_table th:last-child {
	border-right: 0 none;
}

#bs_table td:last-child, #bs_table th:last-child {
	border-right: 0 none;
}

#din_table td:last-child, #din_table th:last-child {
	border-right: 0 none;
}

#axis_table td:last-child, #axis_table th:last-child {
	border-right: 0 none;
}

#fft_table td:last-child, #fft_table th:last-child {
	border-right: 0 none;
}

#viewer_home td:last-child, #viewer_home th:last-child {
	border-right: 0 none;
}

#flatuser_table td:last-child, #flatuser_table th:last-child {
	border-right: 0 none;
}

.clickable:hover td {
	background: #e5e4e2;
}

.top, .top_left, .top_right {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: super;
}

#period_num {
	width: 120px;
}

#startPeriod, #endPeriod {
	width: 150px;
}

#sample1, #sample2 {
	width: 180px;
}

#sample3 {
	width: 120px;
}

#sample4, #sample5, #sample6, #sample7 {
	width: 75px;
}

#limitNum {
	width: 75px;
}

#currentInterval0, #currentInterval1, #currentInterval2, #currentInterval3, #currentInterval4 {
	width: 75px;
}

#currentIndex0, #currentIndex1, #currentIndex2, #currentIndex3, #currentIndex4 {
	width: 75px;
}

#monitor {
	width: 125px;
}

#monitor_details {
	width: 150px;
}

#instrument {
	width: 150px;
}

#instrument_details {
	width: 150px;
}

#spacer {
	width: 50px;
}

#status {
	width: 150px;
}

#status_details {
	width: 135px;
}

#historic_time {
	width: 75px;
}

#historic_level {
	width: 70px;
}

#historic_index, #historic_timebase {
	width: 60px;
}

#historic_exceed {
	width: 110px;
}

.hide {
	display: none;
}

.date-cell {
	width: 126px;
	max-width: 126px !important;
	min-width: 126px !important;
	overflow: hidden;
}

.small-date-cell {
	width: 86px;
	max-width: 86px !important;
	min-width: 86px !important;
	overflow: hidden;
}

.number-cell {
	width: auto;
	/*max-width: 54px !important;*/
	min-width: 75px !important;
	overflow: hidden;
}

.ppv_details_table td:last-child {
	border-right: 2px #adc4c1 solid !important;
}

#ppv-current-period td:last-child {
	border-right: 2px #adc4c1 solid;
}

#period-table tr:last-child {
	border-bottom: 2px #adc4c1 solid;
}

/** PM10 & Met tables */

/** quickest way to ship... */

#date_entry>tbody>tr>td, #details_table>tbody>tr>th, #sample_table>tbody>tr>th, #period_data_table>tbody>tr>th, #period_table>tbody>tr>th, #the_defined_periods_table>tbody>tr>th, #wind_direction_table>tbody>tr>th {
	/** no bg */
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	background: #CAE8EA;
	/** / no bg */
	border-top: 2px #adc4c1 solid;
	/** top */
}

#period_data_table>tbody>tr:nth-child(2)>th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	background: #CAE8D0;
}

#date_entry>tbody>tr:nth-child(odd)>td, #details_table>tbody>tr:nth-child(odd)>td, #sample_table>tbody>tr:nth-child(odd)>td, #period_data_table>tbody>tr:nth-child(odd)>td, #period_table>tbody>tr:nth-child(odd)>td, #the_defined_periods_table>tbody>tr:nth-child(odd)>td, #wind_direction_table>tbody>tr:nth-child(odd)>td {
	/** own */
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	/** / own */
	width: 126px;
	min-width: 126px !important;
	overflow: hidden;
}

#date_entry>tbody>tr:nth-child(even)>td, #details_table>tbody>tr:nth-child(even)>td, #sample_table>tbody>tr:nth-child(even)>td, #period_data_table>tbody>tr:nth-child(even)>td, #period_table>tbody>tr:nth-child(even)>td, #the_defined_periods_table>tbody>tr:nth-child(even)>td, #wind_direction_table>tbody>tr:nth-child(even)>td {
	/** alt */
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #EFF8FB;
	color: #797268;
	padding: 6px 6px 6px 12px;
	/** / alt */
	width: 126px;
	min-width: 126px !important;
	overflow: hidden;
}

#wind_direction_table>tbody>tr:nth-child(odd)>td, #wind_direction_table>tbody>tr:nth-child(even)>td {
	min-width: 25px !important;
	max-width: 25px !important;
	overflow: hidden;
}

#date_entry>tbody>tr>th:first-child, #date_entry>tbody>tr>td:first-child, #details_table>tbody>tr>th:first-child, #details_table>tbody>tr>td:first-child, #sample_table>tbody>tr>th:first-child, #sample_table>tbody>tr>td:first-child, #period_data_table>tbody>tr>th:first-child, #period_data_table>tbody>tr>td:first-child, #period_table>tbody>tr>th:first-child, #period_table>tbody>tr>td:first-child, #the_defined_periods_table>tbody>tr>th:first-child, #the_defined_periods_table>tbody>tr>td:first-child, #wind_direction_table>tbody>tr>td:first-child {
	/** lleft */
	border-left: 2px #adc4c1 solid;
	/** / lleft */
}

#date_entry>tbody>tr>th:last-child, #date_entry>tbody>tr>td:last-child, #details_table>tbody>tr>th:last-child, #details_table>tbody>tr>td:last-child, #sample_table>tbody>tr>th:last-child, #sample_table>tbody>tr>td:last-child, #period_data_table>tbody>tr>th:last-child, #period_data_table>tbody>tr>td:last-child, #period_table>tbody>tr>th:last-child, #period_table>tbody>tr>td:last-child, #the_defined_periods_table>tbody>tr>th:last-child, #the_defined_periods_table>tbody>tr>td:last-child, #wind_direction_table>tbody>tr>td:last-child {
	/** rright */
	border-right: 2px #adc4c1 solid;
	/** / rright */
}

#date_entry>tbody>tr:last-child>td, #date_entry>tbody>tr:last-child>td, #details_table>tbody>tr:last-child>td, #sample_table>tbody>tr:last-child>td, #period_data_table>tbody>tr:last-child>td, #period_data_table>tbody>tr:nth-child(3)>td:nth-child(1), #period_data_table>tbody>tr:nth-child(3)>td:nth-child(2),
/*#period_data_table > tbody > tr:nth-child(3) > td:nth-child(3),*/

#period_table>tbody>tr:last-child>td, #the_defined_periods_table>tbody>tr:last-child>td, #wind_direction_table>tbody>tr:last-child>td {
	/** bottom */
	border-bottom: 2px #adc4c1 solid;
	/** / bottom */
}

/*#period_data_table > tbody > tr:nth-child(1) > th:nth-child(3),
#period_data_table > tbody > tr:nth-child(2) > th:nth-child(3),
#period_data_table > tbody > tr:nth-child(3) > td:nth-child(3) {*/

/** rright */

/* border-right: 2px #adc4c1 solid;*/

/** / rright */

/*}*/

td.legacy_colour, div.legacy_colour {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
}

td.blue, div.blue {
	background-color: #00BAFF !important;
	color: white !important;
}

td.red, div.red {
	background-color: #FF4500 !important;
	color: white !important;
}

td.amber, div.amber {
	background-color: #FFD700 !important;
	color: black !important;
}

td.green, div.green {
	background-color: #7CFC00 !important;
	color: black !important;
}

td.has_state {
	padding: 0 !important;
}

div.table_state_indicator {
	padding: 6px 12px 6px 6px;
	display: block !important;
	height: 100% !important;
	/*width: 100%;
	overflow: hidden;*/
}

.ppvdv-nborder-left {
	border-left: 0 !important;
}

.ppvdv-nborder-bottom {
	border-bottom: 0 !important;
}

.ppvdv-nborder-right {
	border-right: 0 !important;
}

.ppvdv-nobg-tr>td {
	background: #fff !important;
}

.ppvdv-nobg {
	background: #fff !important;
}

.ppvdv-bg-light {
	background: #EFF8FB !important;
}

.defined_peiods_font>tbody>tr>th {
	color: #4f6b72 !important;
}

#defined_periods_table>tbody>tr>th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	background: #CAE8EA;
	border-top: 2px #adc4c1 solid;
	/** top */
}

#defined_periods_table>tbody>tr>td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	width: 126px;
	max-width: 126px !important;
	min-width: 126px !important;
	overflow: hidden;
}

#defined_periods_table>tbody>tr>th:first-child, #defined_periods_table>tbody>tr>td:first-child {
	border-left: 2px #adc4c1 solid;
}

#defined_periods_table>tbody>tr>th:last-child, #defined_periods_table>tbody>tr>td:last-child {
	border-right: 2px #adc4c1 solid;
}

#defined_periods_table>tbody>tr:last-child>td {
	border-bottom: 2px #adc4c1 solid;
}

.label-hidden {
	background-color: grey;
}

#spinner {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
	margin: 20px auto 20px auto;
}

#spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}

#spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #fff;
}

#spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

#spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

#spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

#spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

#spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

#spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

#spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

#spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

#spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

#spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

#spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

#spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.calculated-value {
	color: rgb(150, 150, 150) !important;
	background: rgb(240, 240, 240) !important;
}

.override {
	color: rgb(0, 0, 0) !important;
}

.loading {
	position: relative;
}

.loading:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/images/ajax-loader.gif);
	background-color: rgba(255, 255, 255, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	content: "";
}

.success {
	position: relative;
}

.success:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/images/icons/check.png);
	background-color: rgba(255, 255, 255, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

.failed {
	position: relative;
}

.failed:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/images/icons/error.png);
	background-color: rgba(150, 150, 150, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	content: "";
}

/** Bootstrap icons **/

[class^="bi-"] {
	margin: 0px 5px;
	padding: 0px;
}
.btn .btn [class^="bi-"],
.badge .badge [class^="bi-"],
.btn .badge [class^="bi-"],
.badge .btn [class^="bi-"] {
	margin: 0px 2px;
	padding: 0px;
}
[class^="bi-"].left_edge {
	margin-left: 0px;
}
[class^="bi-"].right_edge {
	margin-right: 0px;
}

.bi-grey {
	color: #707070;
}
.bi-green {
	color: #9FE247;
}
.bi-blue {
	color: #32A3F5;
}
.bi-amber {
	color: #FCE051;
}
.bi-red {
	color: #F25050;
}

/** Badges **/

.badge, 
.btn {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	white-space: nowrap;
	background-color: #fff;
}

.btn {
	border: 1px solid #bbbbbb;
	cursor: pointer;
	padding:4px 9px;
}
.btn-disabled {
	cursor: not-allowed;
}

.badge-compact {
	padding: 5px 5px;
}

.badge-sm,
.btn-sm,
.badge .badge,
.btn .btn,
.btn .badge,
.badge .btn {
	padding: 2px 4px;
	font-size: 85%;
}

.badge > .badge:last-child,
.btn > .btn:last-child,
.btn > .badge:last-child,
.badge > .btn:last-child {
	float: right;
	margin-right: -5px;
}


.badge,
.btn {
	background-color: #fff;
	color: #222;
	text-decoration: none;
}
.btn.btn-disabled,
.badge.badge-disabled {
	background-color: #ebebeb;
	color: #bbbbbb;
}
.btn:not(.btn-disabled):hover,
.badge.badge-outdated:hover {
	background-color: #f8f8f8;
	color: #222;
}

.badge.badge-light-grey:not(.badge-outdated),
.btn.btn-light-grey {
	background-color: #ebebeb;
}

.badge.badge-grey:not(.badge-outdated),
.btn.btn-grey {
	background-color: #bbbbbb;
}
.btn.btn-grey.btn-disabled,
.badge.badge-grey.badge-disabled {
	background-color: #bbbbbb;
	opacity: 0.3;
}
.btn.btn-grey:not(.btn-disabled):hover,
.badge-grey.badge-outdated:hover {
	background-color: #bbbbbb;
	opacity: 0.6;
}
.btn.btn-outline-grey,
.badge.badge-outline-grey {
	border: 2px solid #bbbbbb;
	padding: 3px 8px;
}

.badge.badge-green:not(.badge-outdated),
.btn.btn-green {
	background-color: #9FE247;
	color: black;
}
.btn.btn-green.btn-disabled,
.badge.badge-green.badge-disabled {
	background-color: #9FE247;
	color: black;
	opacity: 0.3;
}
.btn.btn-green:not(.btn-disabled):hover,
.badge-green.badge-outdated:hover {
	background-color: #9FE247;
	color: black;
	opacity: 0.6;
}
.btn.btn-goutline-reen,
.badge.badge-outline-green {
	border: 2px solid #9FE247;
	padding: 3px 8px;
}

.badge.badge-blue:not(.badge-outdated),
.btn.btn-blue {
	background-color: #32A3F5;
	color: white;
}
.btn.btn-blue.btn-disabled,
.badge.badge-blue.badge-disabled {
	background-color: #32A3F5;
	color: white;
	opacity: 0.3;
}
.btn.btn-blue:not(.btn-disabled):hover,
.badge-blue.badge-outdated:hover {
	background-color: #32A3F5;
	color: white;
	opacity: 0.6;
}
.btn.btn-outline-blue,
.badge.badge-outline-blue {
	border: 2px solid #32A3F5;
	padding: 3px 8px;
}

.badge.badge-amber:not(.badge-outdated),
.btn.btn-amber {
	background-color: #FCE051;
}
.btn.btn-amber.btn-disabled,
.badge.badge-amber.badge-disabled {
	background-color: #FCE051;
	opacity: 0.3;
}
.btn.btn-amber:not(.btn-disabled):hover,
.badge-amber.badge-outdated:hover {
	background-color: #FCE051;
	opacity: 0.6;
}
.btn.btn-aoutline-mber,
.badge.badge-outline-amber {
	border: 2px solid #FCE051;
	padding: 3px 8px;
}

.badge.badge-orange:not(.badge-outdated),
.btn.btn-orange {
	background-color: #FFA341;
	color: black;
}
.btn.btn-orange.btn-disabled,
.badge.badge-orange.badge-disabled {
	background-color: #FFA341;
	color: black;
	opacity: 0.3;
}
.btn.btn-orange:not(.btn-disabled):hover,
.badge-orange.badge-outdated:hover {
	background-color: #FFA341;
	color: black;
	opacity: 0.6;
}
.btn.btn-outline-orange,
.badge.badge-outline-orange {
	border: 2px solid #FFA341;
	padding: 3px 8px;
	color: black;
}

.badge.badge-red:not(.badge-outdated),
.btn.btn-red {
	background-color: #F25050;
	color: white;
}
.btn.btn-red.btn-disabled,
.badge.badge-red.badge-disabled {
	background-color: #F25050;
	color: white;
	opacity: 0.3;
}
.btn.btn-red:not(.btn-disabled):hover,
.badge-red.badge-outdated:hover {
	background-color: #F25050;
	color: white;
	opacity: 0.6;
}
.btn.btnoutline--red,
.badge.badge-outline-red {
	border: 2px solid #F25050;
	padding: 3px 8px;
}

.badge-outdated {
	background-color: #cfcfcf;
	color: #222;
	text-decoration: none;
}

/** Button groups **/

.btn-group,
.badge-group {
	white-space: nowrap;
	display: inline-block;
	margin: 0px 10px
}

.btn-group .btn,
.badge-group .badge,
.btn-group .badge,
.badge-group .btn {
	border-radius: 0px;
}

.btn-group .btn:first-child,
.badge-group .badge:first-child,
.btn-group .badge:first-child,
.badge-group .btn:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.btn-group:not(.btn-group-border) .btn:not(:first-child),
.badge-group:not(.badge-group-border) .badge:not(:first-child),
.btn-group:not(.btn-group-border) .badge:not(:first-child),
.badge-group:not(.badge-group-border) .btn:not(:first-child) {
	border-left-width: 0px;
}

.btn-group .btn:last-child,
.badge-group .badge:last-child,
.btn-group .badge:last-child,
.badge-group .btn:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.btn-group-border .btn,
.badge-group-border .badge,
.btn-group-border .badge,
.badge-group-border .btn {
	margin-right: 2px;
}
.btn-group-border .btn:last-child,
.badge-group-border .badge:last-child,
.btn-group-border .badge:last-child,
.badge-group-border .btn:last-child {
	margin-right: 0px;
}

/** Text colours **/
.text-grey {
	color: #bbbbbb;
}
.text-green {
	color: #9FE247;
}
.text-blue {
	color: #32A3F5;
}
.text-amber {
	color: #FCE051;
}
.text-red {
	color: #F25050;
}

/** Table row colours **/
tr.red {
	background-color: #fcdcdc !important;
}
tr.red.odd {
	background-color: #fbcbcb !important;
}
tr.amber {
	background-color: #fef9dc !important;
}
tr.amber.odd {
	background-color: #fef6cb !important;
}
tr.green {
	background-color: #ecf9da !important;
}
tr.green.odd {
	background-color: #e2f6c8 !important;
}
tr.blue {
	background-color: #d6edfd !important;
}
tr.blue.odd {
	background-color: #c2e3fc !important;
}

/** Graph page nav block **/
div.menuBlock {
	padding: 15px 10px;
	border-top: 1px solid #ddd;
}
div.menuBlock.first {
	padding-top: 0px;
	border-top: 0px none;
}
ul.graphMenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.graphMenu li{
	margin-bottom: 10px;
}      
ul.graphMenu li:last-child{
	margin-bottom: 0px;
} 
ul.graphMenu li a{
	color: #1F3A7D;
	text-decoration: initial;
	font-weight: bolder;
	font-size: 120%;
}  
ul.graphMenu li a i{
	margin: 0px 5px 0px 0px;
} 
ul.graphMenu li a:hover{
	color: #405eaf;
	text-decoration: none;
}
/** New controls styling **/
.controls_group {
  display: flex;
}
.controls {
  display: inline-block;
  background-color: #FFFFFF;
  min-width: 50px;
  line-height: 130%;
  border: 1px solid #1F3A7D !important;
  font-size: 14px;
  color: #1F3A7D !important;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 10px;
  cursor: pointer; 
}
button.controls:hover {
	background-color: #1F3A7D;
	color: white !important;
	transition: 0.4s;
}
select.controls:hover {
	background-color: #1F3A7D;
	color: white !important;
	transition: 0.4s;
}
input.controls:hover, a.controls:hover{
	background-color: #1F3A7D;
	color: white !important;
	transition: 0.4s;
}
select.option{
	background-color: #FFFFFF !important;
}

.controls:disabled {
	border: 1px solid #bbbbbb !important;
	color: #bbbbbb !important;
	cursor: not-allowed;
}

.controls_wide {
	min-width: 200px;
}
.controls_wide option {
	background-color: white;
	color: #1F3A7D;
	transition: 0.4s;
}

.controls.menu {
  display:block;
  margin: 10px 0px;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}
span.tooltip:not(.badge):not(.btn) {
	border-bottom: 1px dotted #222;
}
.tooltip > .tooltip-text,
.tooltip > .tooltip-text.tooltip-top {
	visibility: hidden;
	width: 120px;
	white-space: normal;
	background-color: #222;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
   	position: absolute;
	z-index: 100000 !important;
	overflow-wrap: normal;

	bottom: 120%;
	left: 50%;
	margin-left: -60px;	
}
.tooltip > .tooltip-text.tooltip-right {
	top: -5px;
	left: 105%;
}
.tooltip > .tooltip-text.tooltip-bottom {
	top: 120%;
	left: 50%;
	margin-left: -60px;
}
.tooltip > .tooltip-text.tooltip-left {
	top: -5px;
	right: 105%;
}
.tooltip:hover > .tooltip-text {
	visibility: visible;
}

/* Directory tree */

.dir_tree {
	overflow-y: scroll !important;
}

.dir_tree ul {
	list-style: none;
	padding-left: 18px;
}

/* Contact support button */
.support{
	position:fixed;
	bottom:20px;
	right:20px;
	box-shadow: 1px 1px 3px #999;
	z-index: 100;
}

/* Text styles */
.subtext{
	font-style: italic;
	font-weight:lighter;
}

/* Link styles */
a, a:focus, a:visited {
	color: #233567;
	text-decoration: none;
}

:not(li) > a:not(.with_image):hover {
	color: #405eaf;
	/* border-bottom: 1px solid #405eaf; */
	text-decoration: none;
}

/* Modals */
.ui-dialog-titlebar{
	border: none;
    background: #233567;
    color: #ffffff;	
}
.ui-dialog-audio{
	overflow: visible !important;
}
.ui-dialog .ui-dialog-titlebar-close{
    background: #233567;
	color: #ffffff;   
	border: none;
	padding: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover{
    background: rgba(222, 235, 255, 0.2);
	border: none;
	padding: 1px;
}

.ui-widget-header .ui-icon { 
	width: 16px; 
	height: 16px; 
	background-image: url(/css/ui-lightness/images/ui-icons_ffffff_256x240.png); 
}

/* Form element styles */

input.error { 
	box-shadow: 0 0 3px #CC0000; 
}

/* JQuery data table styles */
#thousand_hours_wrapper .dataTables_scroll,
#users_list_wrapper .dataTables_scroll {
	transform: translateY(-3rem);
}
#home_list_wrapper .dataTables_scroll {
	z-index: 2;
}
#thousand_hours_wrapper .dataTables_scroll .dataTables_scrollHead,
#users_list_wrapper .dataTables_scroll .dataTables_scrollHead {
	padding-top: 3rem;
	pointer-events: visible;
}
#home_list_wrapper .dataTables_scroll .dataTables_scrollHead {
	z-index: 2;
}
#home_list_wrapper #home_list_length {
	margin: 0px 10px;
}
#home_list_wrapper #home_list_filter {
	margin: 0px 10px;
}

#thousand_hours_wrapper .dataTables_scroll .dataTables_scrollBody,
#users_list_wrapper .dataTables_scroll .dataTables_scrollBody{
	transform: translateY(-1rem);
}
#home_list_wrapper .dataTables_scroll .dataTables_scrollBody {
	transform: translateY(-1.5rem);
}
#thousand_hours_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable,
#users_list_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable{
	padding-top: 2rem;
}
#home_list_wrapper .dataTables_scroll .dataTables_scrollBody .dataTable {
	padding-top: 2.5rem;
}

#thousand_hours_length, #thousand_hours_filter,
#users_list_length, #users_list_filter { 
	position: relative;
	z-index: 3;
}

.headers-container {  display: grid;
	grid-template-columns: 1fr 1.5fr 0.5fr; 
    grid-template-rows: 0.5fr min-content; 
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	  "site-title site-title site-beacon"
	  "site-description site-description site-beacon";
  }
  
  .site-title { grid-area: site-title; }
  
  .site-description { grid-area: site-description; }
  
  .site-beacon { grid-area: site-beacon; }
  
/* Sweet Alert 2 CSS */
.swal2-popup{
	border-radius: 6px;
	}
	.swal2-title{
	border: none ;
	background: #233567 ;
	color: #ffffff ;
	border-radius: 6px 6px 0px 0px;
	padding: 12px;
	} 

	.swal2-confirm{
	background-color: #9FE247;
	}
	.swal2-confirm:hover{
	background-color: #9FE247;
	opacity: 60%;
	}

	.swal2-cancel, .swal2-deny{
	background-color: #F25050;
	}
	.swal2-cancel:hover, .swal2-deny:hover{
	background-color: #F25050;
	opacity: 60%;
	}