/* Global Styles */

/* ------------------------------- */

body {
    background-color: #f8f8f8;
}

.green {color:#B1C900}
.grey {color:#68666b}
.green_bg {background:#B1C900}
.grey_bg {background:#68666b}

.mae_right {float:right}
.mae_left {float:left}
.mae_clear {clear:both; padding:0; margin:0; height:0px; line-height:0px}
.mae_overflow {overflow:hidden}
.space_10{height:10px; clear:both}
.space_50{height:50px; clear:both}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
	width: 90%;
	max-width:1500px;
	margin:0 auto;
	margin-top:95px;
	margin-bottom:50px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        padding: 0 30px;
        border: 1px solid #e7e7e7;
    }
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */
.navbar-top-links  {
    margin-top:0px
}
.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {

	color:#68666b;
	font-weight:bold;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #B1C900;
	color:#FFF;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(max-height:600px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media(max-height:400px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.formError
{
	color:#D91012;
	font-size:11px;
	font-family:Verdana;
}


.panel-green {
	border-color: #B1C900;
}
.panel-green .panel-heading {
	border-color: #B1C900;
	color: #fff;
	background-color: #B1C900;
}
.panel-green a {
	color: #68666b;
}
.panel-green a:hover {
	color: #68666b;
}
.panel-red {
	border-color: #68666b;
}
.panel-red .panel-heading {
	border-color: #68666b;
	color: #fff;
	background-color: #68666b;
}
.panel-red a {
	color: #68666b;
}
.panel-red a:hover {
	color: #68666b;
}
.panel-yellow {
	border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}
.panel-yellow a {
	color: #f0ad4e;
}
.panel-yellow a:hover {
	color: #df8a13;
}

.panel-blue {
	border-color: #336699;
}
.panel-blue .panel-heading {
	border-color: #336699;
	color: #fff;
	background-color: #336699;
}
.panel-blue a {
	color: #336699;
}
.panel-blue a:hover {
	color: #B1C900;
}


.black_overlayProcessing {
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 115%;
height: 700%;
background-color: black;
z-index: 100000001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);
}


/*MAE STYSLING */
.header-mae {height:75px; background-color:#FFF; background-image: url(../images/barback.png); background-position:center; background-repeat:repeat-x;}
.header-mae-w {height:75px; background-color:#FFF; background-image: url(../images/barback_1.png); background-position:center; background-repeat:repeat-x;}
.navbar-logo {background:#FFFFFF; padding-left:10px;padding-right:10px; margin-left:30px; width:243px; height: auto }
.nav_mae { position:absolute; background:#FFF; right:0px; height:40px; margin-right:30px; top:7px}
.navbar-brand {
    float: left;
    padding:10px 15px 0px 15px ;
    font-size: 18px;
    line-height: 40px;
    height: 70px !important;
    background: #FFFFFF none repeat scroll 0% 0%;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px;
}
.page-header { margin: 20px 0px 20px !important;}
h1, .h1 {font-size: 30px;}

.maemarg {margin-top:10px !important}
.infohold {font-size:12px; position:relative; float:right; margin-top:10px}
.batt-lt {background-color:#ededed; padding:3px; width:100%; text-align:center; font-size:22px; border-radius: 4px; margin-bottom:5px}
.icimg img {float:left; margin:5px; width:41%}
.icimg_m  img{float:left; margin:5px; width:45%}
@media(max-width:1200px) {.icimg img{margin:5px; width:39%}}
@media(max-width:1000px) {.icimg img{margin:5px; width:36%}}



.mybox {
    display: block;
    padding: 9.5px;
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    background-color: #ededed;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.mybox_1 {
    display: block;
    padding: 9.5px;
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    background-color: #F2FCFF;
    border: 1px solid #CCC;
    border-radius: 4px;
}
.mafive {margin:5px}
@media(max-width:768px) {
	.nav_mae {display: inline-block; float:none !important; width:100%;  text-align:center; }
	.navbar-logo {background:#FFFFFF; padding-left:10px;  padding-right:10px; margin-left:0px; width:243px; height: auto; margin:0 auto }
	.header-mae { }
	#page-wrapper {margin: 150px auto 50px;}
	.maemarg {margin-top:35px !important}
	.infohold {margin-top:10px; margin-right:10px}
	.page-header { margin: 30px 0px 20px !important;}

	}

.zaehler { background:url(../images/zaehler_ic.png); background-size: 100% 100%; width:200px; height:200px; margin:15px; text-align:center; vertical-align: bottom}
.zaehler-nr {color:#FFF; font-weight:bold; margin:0 auto; display: inline-block; margin-top:40px}
.lda {width:100%; height:13px; text-align:center;}
.ldb {width:100%; height:13px; text-align:center}
.my_cal {position:absolute; top:15px; left:570px}
/*MAE STYSLING */

/* NOW DATA */
.data_tb_txt {font-size:22px; font-weight:bold}
.data_tb_txt_head {font-size:12px; color:#333; font-weight:bold}
.data_tb_txt_col {background:#bcbec0; border-bottom:2px solid ##FFF; margin-bottom:1px; color: #FFF; padding-bottom:5px; padding-top:5px; }
.data_tb_txt_tsp {background:#ededed; color: #999; font-size:12px; margin-top:10px; padding-bottom:2px; padding-top:2px;}
.hold-use {background:#ebf3d5; padding:5px; text-align:center; border:3px dashed #B1C900}
.hold_h2 h2 {background:#B1C900; text-align:center;padding:15px; margin:0; margin-bottom:3px; font-size:14px; font-weight:bold; color:#FFF}
.hold_h2 a {color:#FFF !important; font-weight:bold; }
.use_frame { margin-bottom:25px; padding:0px 40px 0px 0px; position:relative; display:inline-block; height:100%; overflow:hidden}
@media(max-width:1000px) {
	.use_frame {padding:0px 0px 0px 0px;}
	}
.batt_holder_1 {width:40%; height:100%; margin:0 auto; background:#960;  overflow: hidden; position: relative; margin-bottom:20px; margin-top:20px;}

.data5_text { width:100%; position:absolute; font-size:24px; font-weight:bold; color:#FFF;top:48%;  text-align:center;}
.data5_text_mob { width:80%; position:absolute; font-size:24px; font-weight:bold; color:#FFF;top:41%; line-height:22px; text-align:center;}

.pvdata {padding:15px; position:absolute; width:20%; text-align:center}
.pvdata_header {padding:5px;text-align:center; background:#ededed; color:#68666b; margin-bottom:8px; }
.pvdata_header_down {padding:5px;text-align:center; background:#ededed; color:#68666b; margin-top:8px; margin-bottom:5px; }
.pvdata_info {padding:5px;text-align:center; background:#B1C900; color:#FFF; margin-top:3px; margin-bottom:5px; }

.pvdata_data {padding:3px;text-align:center; background:#000; color:#FFF; }
.pvdata_data_use {color:#B1C900; font-weight:bold }
.pvdata_data_unten {padding:3px;text-align:center; background:#000; color:#FFF; margin-bottom:25px }
.data_1 {left:0; top:0;  background:#CC3}
.data_2 {right:0; top:0;  background: #6C0;}
.data_3 {left:0; bottom:0px;  background:#CC3}
.data_4 {right:0; bottom:0px;  background:#CC3}


/*NOW_DATA MOBILE*/ 


.mobile_view {display:none} 
.large_view {display:block}
@media(max-width:800px) {
	.mobile_view {display:block} 
	.large_view {display:none}
	.status_large {display:none}
	.status_mobile_ {display:block}
	}
@media(max-width:1100px) {
	h1, .h1 {font-size: 22px !important;}
	.my_cal {position:absolute; top:15px; left:420px}
	}
@media(max-width:1200px) {
	.data5_text { font-size:18px; top:43%;}
	}
@media(max-width:500px) {
	.data5_text_mob { font-size:18px; top:41%;line-height:18px;}
	}	
	
		
/*NOW_DATA MOBILE*/ 
/* NOW DATA */

/* center it */
#loaderDiv {
    margin :0 auto; /* 0.5 x width */
    margin-top:70px;
    width:200px;
    height:20px;
}
.ui-datepicker {background:#f8f8f8 !important; }
.ui-datepicker-trigger {margin-top:3px; margin-left:3px}
.selfaut {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif; 
	width:100%; 
	text-align:center; 
	color:#68666b;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	}