/* 
    Created on  : Sep 26, 2015, 11:46:19 AM
    Author      : Ronnapop Nakaraj (ronnaphop_n@iasofttech.com)
    Target Size : 1920x1080
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    background:#d1d1d1;
    font-family: Tahoma;
    line-height:1;
    overflow: hidden;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: initial;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
body{

}
/* ----------------------------------------------------------------------------
Onsen UI Overide
------------------------------------------------------------------------------*/
ons-navigator, ons-tabbar{
    position: relative;
}
/* ----------------------------------------------------------------------------
Global class
------------------------------------------------------------------------------*/
.left{
    float:left !important;
}
.right{
    float:right !important;
}
.clear{
    clear:both;
}
.top10{
    margin-top:10px !important;
}
.l5{
    margin-left:5px;
}
.l2{
    margin-left:2px;
}
.l1{
    margin-left:1px;
}
.top-right{
    position: absolute;
    top:0px;right:0px;
    margin:3px;
    opacity: 0.4;
    cursor: move;
}
.top10{
    margin-top:10px;
}
/* ----------------------------------------------------------------------------
Information Bar
------------------------------------------------------------------------------*/
#infobar {
    height: 70px;
    background: #303030;
    color:#fff;
    font: Tahoma;
}

ul#infolist {
    margin:0;padding:0;
    list-style: none;
}

ul#infolist>li{
    float:left;
}

#infologo{
    margin:13px 15px auto 13px;
    vertical-align: middle;
}

.title{
    margin-top: 26px;
    display: block;
    float: right;
}

#infousr{
    margin:0;padding:0;
    font-size: 11px;
    list-style: none;
    margin-top:13px;
}

#infousr li {
    float:left;
    margin-left:15px;
}

.infobox{

}

.infobox > img{

}

.infobox > span{
    margin: 11px auto auto 15px;
    display: block;
    float: right;
}

.separator {
    border-left:1px solid #515151; 
    border-right:1px solid #434343; 
    height:45px;
}

.space {
    border-left:1px; 
    border-right:1px; 
    height:45px;
}

.ptr{
    cursor: pointer;
}

.infobox .infotxt{
    width:110px;
}
/* ----------------------------------------------------------------------------
Main Menu
------------------------------------------------------------------------------*/
#mainmenu{
    height:130px;
    background:#42a3c2;
    padding: px;
    font: 11px Tahoma;
}

#mainmenu a{
    text-decoration: none;
    color:#fff;
}

#mainmenu ul.mnu{
    margin:0;padding:0;
    list-style: none;
}

#mainmenu ul.mnu > li{
    float:left;
}

#mainmenu .ico{
    width:35px;
    height:35px;
    display:block;
    margin:0 auto;
}

.icon{
    width:35px;
    height:35px;
    display:block;float:left;
    vertical-align: middle;
}

#mainmenu span{
    display:block;
    margin-top:16px;
}

#mainmenu .sep0{
    margin-left:45px;
}

#mainmenu .sep1{
    margin-left:30px;
}
#mainmenu .sep2{
    margin-left:10px;
}

.btnmain{
    min-width:60px;
    height:80px;
    color:#fff;
    text-align: center;
    margin-top: 20px;
    padding-top: 11px;
}


.trans{
    color:#fff;
}

.norm{
    background: #3d94b1;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Tahoma;
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    float:left;
}

.norm:hover{
    background: #20c0ff;
}

.norm.active{
    background: #20c0ff !important;
}

.star{
    background: url('../imgs/button/btn-star.png') no-repeat;
}
.map{
    background: url('../imgs/button/btn-map.png') no-repeat;
}
.trend{
    background: url('../imgs/button/btn-trend.png') no-repeat;
}
.flash{
    background: url('../imgs/button/btn-flash.png') no-repeat;
}
.main{
    background: url('../imgs/button/btn-main.png') no-repeat;
}

.sub{
    background: url('../imgs/button/btn-sub.png') no-repeat;
}

.array{
    background: url('../imgs/button/btn-array.png') no-repeat;
}

.gear{
    background: url('../imgs/button/btn-gear.png') no-repeat;
}

.net{
    background: url('../imgs/button/btn-net.png') no-repeat;
}

.prod{
    background: url('../imgs/button/btn-prod.png') no-repeat;
}

.barchart{
    background: url('../imgs/button/btn-barchart.png') no-repeat;
}

.operate{
    background: url('../imgs/button/btn-operate.png') no-repeat;
}

.weather{
    background: url('../imgs/button/btn-weather.png') no-repeat;
}

.bell{
    background: url('../imgs/button/btn-bell.png') no-repeat;
}

.warn{
    background: url('../imgs/button/btn-warn.png') no-repeat;
}

.setting{
    background: url('../imgs/button/btn-setting.png') no-repeat;
}
.printer{
    background: url('../imgs/button/Printer.png') no-repeat;
}
.download{
    background: url('../imgs/button/Download.png') no-repeat;
}

.angle{
    background: url('../imgs/button/Angle.png') no-repeat;
}

.mnu-pointer{
    width:26px;
    height:16px;
    display:block;
    margin:0;
    background: url('../imgs/button/mnu-pointer.png') no-repeat;
}

.pointer-dash{
    margin-left:60px;
}

.pointer-sigl{
    margin-left: 225px;
}

.pointer-rep{
    margin-left: 580px;
}

.sub-mnu{
    margin:0;
    padding:0;
    list-style: none;
    display: block;
    float: left;
    margin-left:5px;
    margin-right: 5px;
    margin-top: -5px;
}
.sub-mnu li{
    float:left;
}

#mainmenu .sub-mnu span{
    display:block;
    margin-top:13px;
}

.btnsub:hover{
    background: #fff;
}

.btnsub.act{
    background: #fff;
}

.btnsub-left:hover{
    background: #fff;
}

.btnsub-left.act{
    background: #fff !important;
}

.btnsub-right:hover{
    background: #fff;
}

.btnsub-right.act{
    background: #fff !important;
}

.btnsub-round:hover{
    background: #fff;
}

.btnsub-round.act{
    background: #fff !important;
}

.btnsub{
    background: #eaeaea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Tahoma;
    color: #333;
    font-size: 9px;
    text-decoration: none;
    float:left;
    height:79px;
    width:50px;
    margin-left:1px;
}
.btnsub-left{
    background: #eaeaea;
    -webkit-border-top-left-radius: 5;
    -moz-border-top-left-radius: 5;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5;
    -moz-border-bottom-left-radius: 5;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0px;
    font-family: Tahoma;
    color: #333;
    font-size: 9px;
    text-decoration: none;
    float:left;
    height: 79px;
    width:50px;
}
.btnsub-right{
    background: #eaeaea;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 5;
    -moz-border-top-right-radius: 5;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5;
    -moz-border-bottom-right-radius: 5;
    border-bottom-right-radius: 5px;
    font-family: Tahoma;
    color: #333;
    font-size: 9px;
    text-decoration: none;
    float:left;
    height:79px;
    width:50px;
    margin-left:1px;
}

.btnsub-round{
    background: #eaeaea;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Tahoma;
    color: #333;
    font-size: 9px;
    text-decoration: none;
    float:left;
    height:79px;
    width:50px;
    margin-left:1px;
}

/* ----------------------------------------------------------------------------
Footer Menu
------------------------------------------------------------------------------*/
#menufooter{
    height:16px;
}
/* ----------------------------------------------------------------------------
Content
------------------------------------------------------------------------------*/
.content{
    height:751px;
}

.content .base{
    position: relative;
    width:100%;
    height:751px;
    background: #fff;
}

/* ----------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/
.footer{
    height:112px;
    margin: 0;
    padding: 0;
    background:url('../imgs/bkg/footer.png') no-repeat right bottom;
}

/* ----------------------------------------------------------------------------
Main Sub
------------------------------------------------------------------------------*/
.cont1{
    width: 825px;
    height:755px;
    background:#fff;
}
.cont2{
    width: 540px;
    height:755px;
    background:#fff;
}
#siteprod{
    position: relative;

}
#sitegrp{
    position: relative;
}
#mainsub{
    width:1370px;
    height:755px;
    background:#fff;
}
#sub{
    width:1370px;
    height:755px;
}
#infobox{
    width: 551px;
    height:755px;
    background:#fff;
}
/* ----------------------------------------------------------------------------
Energy Chart
------------------------------------------------------------------------------*/
#energyChart{
    height:370px;
}
#dtChart{
    height:360px;
}
/* ----------------------------------------------------------------------------
Production Overview
------------------------------------------------------------------------------*/
.infotitle{
    font-size:24px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin: 20px auto 0px auto;
    display: block;
}
#prodgrp{
    width:290px;
}
#prodinfo{
    width:230px;
    padding-left:20px;
}
#charts {
    width: 290px;
    height: 290px;
    position: relative;
    margin: 0 auto;
    font-size: 8px;
}

.txtdiv {
    width       : 290px;
    height      : 290px;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    top: 110px;
    left: 0;
    font-size: 45px;
    color:#444;
}
.chartdiv {
    width       : 290px;
    height      : 290px;
    position: absolute;
    top: 0;
    left: 0;
}
#todaygen{
    margin-top:70px;
}
#todaygen h3{
    font-size:18px;
    font-weight: normal;
    color: #333;
    text-align: left;
    display: block;
    margin: 0;
}
#todaygen p{
    font-size:46px;
    font-weight: normal;
    color: #42a3c2;
    text-align: left;
    display: block;
    margin:0px;
}
#tun{
    margin-top:30px;
}
#tun h3{
    font-size:16px;
    font-weight: normal;
    color: #333;
    text-align: left;
    display: block;
    margin:0 0 6px 0;

}
#tun p{
    font-size:30px;
    font-weight: normal;
    color: #f00;
    text-align: left;
    display: block;
    margin:0px;
}
#ens{
    margin-top:20px;
}
#ens h3{
    font-size:16px;
    font-weight: normal;
    color: #333;
    text-align: left;
    display: block;
    margin:0 0 6px 0;

}
#ens p{
    font-size:30px;
    font-weight: normal;
    color: #f00;
    text-align: left;
    display: block;
    margin:0px;
}
.bottomline{
    clear: both;
    /*height: 25px;*/
    border-bottom: 1px solid #ccc;
}
/* ----------------------------------------------------------------------------
Side Bar
-------------------------------------------------------------------------------
*/
#sidemenu{
    width: 105px;
    background: #ccc;
    height:751px;
    position: relative;
    font-size: 11px;
}

#sidemenu ul.basemnu{
    display: block;
    width:70px;
    padding:5px;
    background: #acacac;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    float:right;
    position: relative;
    list-style: none;
}
ul.basemnu li:first-child{
    position: relative;
    margin-top:0;
}
ul.basemnu li{
    position: relative;
    margin-top:10px;
}
ul.basemnu li a.mnubtn{
    display:block;
    background: #d6d6d6;
    padding:15px 10px 15px 10px;
    max-height: 751px;
    overflow: hidden;

    text-align: center;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}

ul.basemnu li a.mnubtn:hover{
    background: #fff;
}


a.mnubtn i.sideico{
    display:block;
    width:26px;
    height:26px;
    margin:0 auto 10px auto;
    background: #777;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px; /* future proofing */
    -khtml-border-radius: 13px; /* for old Konqueror browsers */
}

a.mnubtn.active {
    background: #fff !important;
}
a.mnubtn.active i.sideico{
    background: #609000 !important;
}

#sidemenu .mnuptr{
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #acacac;
    float:right;
    margin-top:33px;
}

.mnuptr.btn-1{
    margin-top:33px !important;
}

.mnuptr.btn-2{
    margin-top: 120px !important;
}
.mnuptr.btn-3{
    margin-top: 207px !important;
}
.mnuptr.btn-4{
    margin-top: 294px !important;
}
.mnuptr.btn-5{
    margin-top: 381px !important;
}
.mnuptr.btn-6{
    margin-top: 468px !important;
}

/* ----------------------------------------------------------------------------
Report
-------------------------------------------------------------------------------
*/
#repmain{
    height: 750px;
    background: #FFF none repeat scroll 0% 0%;
    width: 1250px;
}
#repmain-col-3{
    width: 905px;
    height:751px;
    background:#fff;
}

/* ----------------------------------------------------------------------------
Report Condition
-------------------------------------------------------------------------------
*/
#repconf{
    width: 545px;
    height: 750px;
    background: #FFF none repeat scroll 0% 0%;
    margin-left: 1px;
}
#repconf-col-3{
    width: 880px;
    height: 751px;
    background: #FFF none repeat scroll 0% 0%;
    margin-left: 1px;
}

#top-five-downtime{
    height: 310px;
    border-right: 1px solid rgb(204, 204, 204);
    float: left;
    width: 334px;
}

#top-five-downtime #topfiveChart{
    width: 100%;
    height: 200px;
}

#repcond{
    height:310px;
    border-bottom: solid 1px #ccc;
}

#cond-left{
    width:273px;
    height:310px;
    /*border-right: solid 1px #ccc;*/
    float:left;
}

.ui-datepicker { width: 15em; padding: .8em .2em 0; display: none; }
.ui-datepicker table {width: 100%; font-size: .7em; border-collapse: collapse; margin:0 0 .5em; }

#cond-right{
    width:270px;
    height:310px;
    border-left: 1px solid #ccc;
    float:left;
}
h4.rep-title{
    font-size: 17px;
    font-weight: lighter;
    padding: 20px 0px 0px 18px;
}
h5.rep-header{
    font-size:12px;
    font-weight: normal;
    padding-left: 30px;
    margin-top:15px;margin-bottom:15px;
}
.control-group{
    font-size:12px;
    margin-left:30px;
}

.control-group .control-label{
    margin:auto 5px auto 5px;
}

.control-group .control-input{
    padding:5px;
    width:3em;
    border:1px solid #ccc !important;
}

.control-footer{
    clear:both;
    margin-top:20px;
    border-top:1px solid #ccc;
    padding: 15px;
    text-align: center;
}
.btn-default {
    background-color:#3bb0da;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #3bb0da;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size: 14px;
    padding: 11px 50px;
    text-decoration:none;
}
.btn-default:hover {
    background-color:#20c0ff;
}
.btn-default:active {
    position:relative;
    top:1px;
}

/* ---------------------------------------------------------------------------
    Report Main
   ---------------------------------------------------------------------------
*/
.tool-txt{
    font-size:12px;
    line-height: 28px;
}
.rep-tool{
    position: relative;
    display:block;
    padding: 20px;
}
.rep-tool a{
    text-decoration: none;
    color:#333;
}
.rep-tool a:hover{
    color:#666;
}
.rep-tool select{
    padding:5px;
    border:1px solid #ccc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.rep-title{
    margin:10px;
    padding: 10px;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
}
/* ---------------------------------------------------------------------------
    Production Report
   ---------------------------------------------------------------------------
*/
#chartprod{
    width:95%;
    height:500px;
    padding:10px;
}
#weatherChart{
    width:95%;
    height:500px;
    padding:10px;
}

#chartinverter{
    width:95%;
    height:500px;
    padding:10px;
}
#performChart{
    width:95%;
    height:500px;
    padding:10px;
}

#operationChart{
    width:95%;
    height:300px;
    padding:10px;
}

#sitescore{
    margin: 0px;
    padding: 15px;
    width:500px;
    height: 408px;
}
#sitescore-col-3 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 400px;
}
/* ---------------------------------------------------------------------------
    Site Scorecard
   ---------------------------------------------------------------------------
*/
#sitescore-col-3 small{
    font-size: 11px;
    line-height: 15px;
}
#sitescore small{
    font-size: 11px;
    line-height: 15px;
}
.scoretitle{
    font-size: 18px;
    font-weight: bold;
}
.scorebox{
    margin-top:25px;
    padding:10px;
    height:50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.scorebox div{
    width:230px;
}
.scorebox h3{
    font-size:14px;
}
.scoreval{
    margin-top:10px;
    margin-right:20px;
    font-size:25px;
    text-align: right;
    color:#3D94B1;
    display:block;
}
.vline{
    border-left:1px solid #ccc; 
    padding-left: 10px;
}

.scorelist{
    margin-top:10px;
    padding:10px;
}

.scorelist h3{
    font-size:14px;
}
.scorelist ul{
    list-style: none;
    margin-top:15px;
    margin-left: 80px;
}
.scorelist li{
    line-height: 20px;
}
.txttag{
    display: block;
    float:left;
    font-size:14px;
    width:180px;
}
.txtval{
    display: block;
    float:left;
    font-size:14px;
    width:180px;
    text-align: right;
    padding-right:5px;
}
.txtunit{
    display: block;
    float:left;
    font-size:14px;
    width:20px;

}
.red{
    color:#f00;
}
.bule{
    color:#3D94B1;
}

.line{
    margin-top:20px;
    margin-bottom: 20px;
    border:none;
    border-bottom: 1px solid #ccc;
}
.txtheader{
    margin-top:15px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

/*datatable*/
#downtime-table{
    float: left;
    height: 440px;
    border-right: 1px solid #ccc;
    float: left;
    width: 334px;
}
#downtime-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#downtime-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#downtime-table #downtimeScroll {

    height: 405px;font-size: 14px;color: #555;margin-right: -5px;margin-top: -1px;}

#downtime-table .table>tbody>tr>td, 
#downtime-table .table>tbody>tr>th, 
#downtime-table .table>tfoot>tr>td, 
#downtime-table .table>tfoot>tr>th, 
#downtime-table .table>thead>tr>td, 
#downtime-table .table>thead>tr>th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#sitescore-col-3 .title{
    margin: auto;
    float: none;
    text-align: center;
    color: #555;
    background: #E6E6E6;
    padding: 9px 8px;
}
#sitescore-col-3 .scoretitle-layout{
    float: right;
    width: 515px;
    padding: 14px;
}


/*repconfig-layout*/
#repconfig-layout{
    padding-left: 10px;
    line-height: 30px;
    margin-top: 0px;
    font-size: 14px;
}

.conf-box{
    width:270px;
    height:210px;
}

.hide{
    display: none;
}