

/*To change this license header, choose License Headers in Project Properties.To change this template file, choose Tools | Templatesand open the template in the editor.*/


/*     Created on : Jul 10, 2017, 3:28:16 PM    Author     : krishan1*/

@font-face {
	font-family: 'Lator';
	src: url(../fonts/lato/Lato-Regular.ttf);
	/*src: url(../fonts/ostrich/ostrich-sans-regular.ttf);*/
}

@font-face {
	font-family: 'Latol';
	src: url(../fonts/lato/Lato-Light.ttf);
}

body {
	font-family: 'Lator';
	background: #2A2D33;
	color: #fff;
	position: relative;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Latol';
	font-weight: normal;
}

header {
	background: #000;
	padding: 10px;
}

header h1 {
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
	float: left;
}

.inofdet {
	float: right;
}

#clock {
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 7px 0 0 0;
	float: right;
	padding-left: 10px;
}

#n2av {
	display: none;
	text-align: center;
	padding: 40px;
}

.brndname {
	padding-top: 25px;
	color: orange;
}

.mbox {
	background: #383C44;
	margin-top: 20px;
	-webkit-box-shadow: 3px 9px 29px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 9px 29px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 9px 29px -10px rgba(0, 0, 0, 0.75);
}

.mhead {
	background: #32363E;
	/*padding: 5px;*/
	font-size: 18px;
	height: 35px;
}

.mhead p {
	padding-top: 4px;
	vertical-align: top;
	display: inline-block;
}

.mhead .n1mac {
	font-size: 12px;
}

.bullet {
	background: #80B636;
	display: inline-block;
	margin: 0 3px 2px 0;
	/*opacity: 0.6;*/
	height: 35px;
	width: 35px;
}

.mbody {
	text-align: center;
	padding-bottom: 10px;
}

.mbody .title {
	font-size: 60px;
	text-align: center;
}

.mbody .title span:last-child {
	font-size: 26px;
}

.title.highs {
	color: red;
}

.title.lows {
	color: orangered;
}

.title.meds {
	color: greenyellow;
}

.title span:last-child {
	color: yellow;
}

.relays h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.relbox {
	border: solid 1px #444;
	margin-top: 10px;
	padding: 5px;
}

.relabs {
	/*position: fixed;*/
	left: 0;
	/*background: #32363E;*/
	top: 50px;
	padding: 5px;
	font-size: 16px;
	/*text-align: center;*/
}

.relcr {
	font-weight: bold;
	font-size: 14px;
	/*text-align: center;*/
	width: 25px;
	height: 25px;
	background: red;
	/*border-radius: 50%;*/
	margin-right: 5px;
	/*margin: 0 auto;*/
	/*margin-top: 10px;*/
	/*    display: block;*/
	border: none;
	padding: 0;
	vertical-align: middle;
}

.relauto {
	font-size: 16px;
}

.relcr.red {
	background: red;
}

.relcr.green {
	color: #000;
	background: greenyellow;
}

.tophead {
	background: #555;
	/*padding: 5px;*/
	/*    position: absolute;    width: 99.8%;    z-index: 98;*/
}

.settings {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 99;
	background: #fff;
	padding: 5px;
	border-radius: 5px 0 0 5px;
	display: block;
}

.nds1,
.nds2 {
	/*color: #34A853;*/
	font-size: 11px;
	/*background: #88c1ef;*/
	padding: 3px;
	border-radius: 5px;
}

.modal h4 {
	color: #222;
}

.modal label {
	color: #222;
	margin-top: 10px;
	font-weight: normal;
}

.modal label.error {
	font-size: 10px;
	color: red;
	font-weight: normal;
}

.modal input[type='text'] {
	color: red;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/hourglass.gif) center no-repeat rgba(255, 255, 255, 0.5);
}

span.smtxt {
	color: #fff !important;
	font-size: 15px;
}

.mhead .bullet {
	float: left;
}

.settings_single img {
	width: 20px;
	margin-right: 5px;
	margin-top: 5px;
	float: right;
}

.flot-placeholder {
	height: 100px;
}

#nds1 {
	color: yellow;
}

.flot-tick-label {
	color: #fff !important;
	font-size: 11px !important;
}

.nodeinfo {
	float: left;
	margin: 0;
	font-size: 12px;
	margin-top: 2px;
	line-height: 16px;
}

.nodeinfo span {
	color: yellow;
}

.nodebtn {
	margin-top: 20px;
	display: block;
	position: relative;
	text-decoration: none !important;
	text-align: center;
	background: #555;
	border-radius: 5px;
}

.nodebtn h3 {
	background: #03A9F4;
	color: black;
	font-size: 14px;
	margin: 0;
	padding: 3px;
	border-radius: 5px 5px 0 0;
	color: #fff;
}

.nodebtn h4 {
	background: #FCCA38;
	color: black;
	font-size: 12px;
	margin: 0;
	padding: 3px;
	border-radius: 0 0 5px 5px
}

.nodebtn p {
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	background: #444;
	border: solid 1px #333;
	color: orange;
	padding: 5px 0;
	font-weight: bold;
}

.nodebtn p span {
	color: #fff;
}

.nodebtn p {
	border-bottom: solid 1px #red;
}

.new-pad {
	padding: 26px;
}

.jqplot-series-shadowCanvas{
    display: none;
}
#chartdiv{
    height:400px; width:95%;
    background: #000;
}
.jqplot-highlighter-tooltip{
    background: #fff;
    font-family: 'Lator';
    /*font-weight: bold;*/
    padding: 3px 5px;
    color: red;
}
table.jqplot-cursor-legend, table.jqplot-table-legend{
    background: #fff;
    font-family: 'Lator';
    padding: 3px;
    border: none;
}
td.jqplot-table-legend{
    padding: 3px;
}
#dobtn{
    display: none;
}
#my-wrapper label{
    color: #fff;
}