@-webkit-keyframes autofill {
    to {
        color: #000;
        background: #FFF;
    }
}

html *{
	outline: 0 !important;
	outline-style: none !important;
	cursor: default;
}

html, body{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
    background-color: #FFF;
    overflow: hidden;
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.cnt, .row, .colhdn{
	height: 100%;
}
.row{
	padding: 0 !important;
	width: 100% !important;
}
.cnt{
	position: relative;
	width: 100%;
	min-width: 1024px;
	min-height: 576px;
    background-image: url('../img/bg.jpg');
	background-attachment: fixed;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.vcenter, .colhdn{
    display: inline-block;
    vertical-align: middle;
    float: none;
	margin-left: -4px;
}
.lgbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=1 ); /* IE6-9 */
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.usr, .psw{
	border-radius: 3px 3px 3px 3px;
	box-shadow: inset 1px 1px 4px 2px #000, 0 0 1px #CCC;
	border: 0;
	margin-top:30%;
	width: 47%;
	height: 50px;
	margin-left: 2%;
	float: left;
	text-align: center;
}
.lgbtn{
	width: 50%;
	margin-left: 25%;
	margin-top: 4%;
	height: 50px;
    background: #DF382C !important;
    border: 1px solid #B52C22 !important;
    color: FFF;
}
.logo1{
	position: absolute;
	width: 99%;
	height: 7%;
	left: 1%;
	top: 2%;
	background-image: url('../img/logo1.png');
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
.logo2{
	position: absolute;
	width: 99%;
	height: 5%;
	left: 1%;
	bottom: 1%;
	background-image: url('../img/logo2.png');
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
.tooltip-inner {
	max-width: 400px;
	text-align: justify;
}
.lgot{
	position: absolute;
	right: 1%;
	bottom: 2%;
	background: #EC1E79 !important;
	border: 1px solid #b7145b !important;		z-index: 0;
}
.repw{
    position: absolute;
	right: 1%;
	top: 2%;
	background: #662c91 !important;
	border: 1px solid #4d1677 !important;
}
.lgot span, .repw span, .rstt span, .infb span{
	cursor: pointer;
}
.mainCNT{
	position: absolute;
	width: 90%;
	height: 40%;
	left: 5%;
	top: 60%;
    overflow: hidden;
}
.repVW{
    position: absolute;
	width: 94%;
	height: 70%;
	left: 3%;
	top: 15%;
	border-radius: 4px 4px 4px 4px;
	border: 2px solid #DF382C;
    display: none;
}
.pttl{
    background: rgb(223,56,44); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(223,56,44,1) 0%, rgba(234,87,77,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(223,56,44,1) 0%,rgba(234,87,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(223,56,44,1) 0%,rgba(234,87,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df382c', endColorstr='#ea574d',GradientType=0 ); /* IE6-9 */
    color: #FFF !important;
}
.mttl{
    border-radius: 6px 6px 0 0;
}
.senGCN{
	width: 33.33%;
	height: 100%;
	float: left;
}
.outdoor{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.indoor{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}
.senGGS{
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 999999;
}
.senTTL{
	width: 100%;
	height: 7%;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	line-height: 50px;
}
.obg, .ibg{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.obg{
    background-image: url('../img/out.png');
}
.ibg{
    background-image: url('../img/in.png');
}
.infb{
    position: relative;
    float: right;
    background: #662c91 !important;
	border: 1px solid #4d1677 !important;
    z-index: 3000;
}
.rstt{
    position: relative;
    background: #faaf3a !important;
	border: 1px solid #d39332 !important;
    z-index: 3000;
}
.tooltip-inner {
    max-width: 400px; 
}
.pbdy{
    position: relative;
    height: -moz-calc(100% - 41px);
    height: -webkit-calc(100% - 41px);
    height: calc(100% - 41px);
}
.rstm{
    position: absolute;
    width: 50%;
    left: 25%;
    top: 15%;
    display: none;
    z-index: 4000;
	box-shadow: 0 16px 30px -5px #444;
}
.rstm .btn{
    float: right;
    margin-left: 1%;
}
.ssts{
    position: absolute;
    left: 1%;
    top: 2%;
    display: none;
}
.chldr{
    background-image: url('../img/ldr.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10% auto;
    box-shadow: none !important;
}
.lbl{
    width: 120px;
    background: #662c91 !important;
    color: #FFF;
}
.inpgrp{
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
}
.inpgrp input{
    text-align: center;
}
.spr, .int1, .int2, .avg{
    display: none;
}



ul.dropdown-menu>li>a:hover{
    background: #662c91 !important;
}
.tooltip-inner {
  background-color: #2a78ff !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #2a78ff;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #2a78ff;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2a78ff;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #2a78ff;
}



.chtND{
    background-image: url('../img/no-data.png');
    background-size: 20% auto;
    background-position: center center;
    background-repeat: no-repeat;
}


.cht{
    height: 100%;
}

.chtCNT{
	position: relative;
    width: 100%;
    height: 100%;
    margin-top: -38px;
    padding-top: 80px !important;
}
.repLBLw{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.8vw;
    text-shadow: 0 0 1px #999;
    color: #222;
}
.repLBLwx{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.8vw;
    text-shadow: 0 0 1px #999;
    color: #222;
}