body{
    font-family:"Oswald",sans-serif;;
}
.jarviswidget .widget-body{overflow: hidden}

.jarviswidget > .box_red{
    background: #ec3737 !important;
    padding: 0;
    margin:0;
    border: 0;
}

.jarviswidget > .box_green_light{
    background: #23cc87 !important;
    padding: 0;
    margin:0;
    border: 0;
}

.jarviswidget > .box_green_dark{
    background: #119d64 !important;
    padding: 0;
    margin:0;
    border: 0;
}
.jarviswidget > .box_blue_light{
    background: #23a6cc !important;
    padding: 0;
    margin:0;
    border: 0;
}

.jarviswidget > .box_blue_dark{
    background: #0c7796 !important;
    padding: 0;
    margin:0;
    border: 0;
}

.red_bottom_border{
    border-bottom: 1px solid #861f1f;
}

.red_top_border{
    border-top: 1px solid #f6a6a2;
}

.blue_bottom_border{
    border-bottom: 1px solid #136076;
}

.blue_top_border{
    border-top: 1px solid #91d0df;
}

.green_bottom_border{
    border-bottom: 1px solid #15915e;
	
}


.green_top_border{
    border-top: 1px solid #88ccab;
}

.alert-warning2{
    border: none;
    background: none;
}

.alert2{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 100;
    width: 100%;
    border-radius: 0;
    padding: 5px;
	min-height:80px;
}

h1, h2, h3, h4{
    font-family:"Oswald",sans-serif;

}
h1.alert2{
    color: #fff;
    font-size: 80px;
}

h1.alert2 span{
    font-size: 48px;
    text-transform: none;
}

h2.alert2{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
	
}

h2.alert2 span{
    font-weight: bold;
}

h3.alert2{
    color: #fff;
    font-size: 52px;
    padding: 0;
    margin: 0;
}

h3.alert2 span{
    font-size: 28px;
    text-transform: none;
}

h4.alert2{
    font-size: 14px;
    color: #fff;
    margin: 0;
	
}
h4.alert2 span{
    font-weight: bold;
}

.page-footer{
    background: #3A3633;
    border-top: 15px solid #474544;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.page-footer p{color:#fff}
.tickLabels{color: #fff}

/*.menu-on-top aside#left-panel nav > ul > li > a {color: #23cc87;}*/

.superbox-show{margin:25px 0;}
/*
@media (max-width:767px){
    #logo img{width:327px}
}
@media screen and (max-width:640px){
    #logo img{width:327px}
}
@media screen and (max-width:450px) and (max-width:767px){
    #logo img{width:272px}
}*/
@media only screen and (min-width:320px){
    /*#logo img{width:272px}*/
    .menu-on-top #main {margin-bottom: 350px;}
    .panel-default>.panel-heading {
        min-height: 110px;
    }
}
@media only screen and (min-width:486px){
    /*#logo img{width:327px}*/
    .menu-on-top #main {margin-bottom: 250px;}
    .panel-default>.panel-heading {
        min-height: 110px;
    }
}
@media (min-width: 768px) and (max-width: 880px) {
    /*#logo img{width:327px}*/
}
@media (min-width: 880px) and (max-width: 1440px){
    /*#logo img{width:530px}*/
    .menu-on-top #main {margin-bottom: 180px; margin-top: 140px !important;}
}
@media (max-width:679px){
    #extr-page #header #logo img{width:272px}
}
@media (min-width:768px) and (max-width:979px){
    /*#logo img{width:327px}*/
}




.menu-on-top .menu-item-parent {
    font-size: 15px;
    font-weight: 100;
    max-width: 150px;
    min-width: 90px;
}

.dd {max-width:none;}

#header {
    background-color: #f2f4f5;
    background-image: none;
    height: 59px;
}

#left-panel{
    padding-top: 59px;
}




/*******************/

.dd {max-width:none;}

/** fix selected */
.selected > td:last-child:after {
    border-top: 35px solid #0091D9;
    border-left: 35px solid transparent;
    z-index: 1;
    right: 0px;
    content: "";
    top: 0px;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
}
.selected > td:last-child:before {
    color: #FFF;
    right: 4px;
    top: 3px;
    font-family: FontAwesome;
    z-index: 2;
    position: absolute;
    display: block;
    content: "";
    margin-left:-20px;
}
.selected > td:last-child {
    border: 0px solid #0091D9 !important;
    position: relative;
}

.selected:after {
    display: none;

}
.selected:before {

    display: none;

}
.selected {
    border: 0px solid #0091D9 !important;
    position: none;
}

.panel-title .btn {
	color:#fff !important;
}

.header h3 {
    margin: 0px 0px 20px 0px;
}

#chart-power {
    width:100% !important;
    background-color:#F9F9F9;
 }

.has-error input[type="password"]:focus, .has-error input[type="password"]:focus + .input-group-addon {
    border-color: #C05E5E;
}
.has-error input[type=password],.has-error input[type=password]+.input-group-addon{
    border-color:#b94a48
}

.has-error span {
    color:red;
}

.station-busy {
    background-image: url(../img/station_busy.png);
    width:66px;
    height:74px;
    display:inline-block;
}

.station-free {
    background-image: url(../img/station_free.png);
    width:66px;
    height:74px;
    display:inline-block;
}
.temperature {
    background-image: url(../img/icon_temp.png);
    width:36px;
    height:79px;
    display:inline-block;
}
.select2 {
    width:100%;
    padding:0px;
    height: 33px;
}

.select2-choices {
    border:0px !important;
}

.alert2 .small {
    color: #ffffff !important;
}

.socket-control {
    width:160px;
    display:inline-block;
}

.height-400 {
    height:400px;
}

.loader {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    background-color: #ffffff;
    display:block;
    width:100%;
    height:inherit;
    z-index:10000;
    position:absolute;
}

.ajax-loader {
    background-image:url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.loader-table {
    opacity: 1;
    background-color: #ffffff;
    z-index:10001;
    position: relative;
    background-image:url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

div.loader-table * {
    opacity: .7;
}

.admin-box {
    text-align:center;
    display:inline-block;
    margin:10px 10px 20px 10px;
    width:150px
}

/**
  * Dygraph
  */
.dygraph-legend {
    display:block !important;
    width:100% !important;
    background: transparent !important;
    left: 70px !important;
}
.dygraph-label { font-family: Georgia,Verdana,serif; }

.low-bettery-column {
    background-color: red;
    color:white;
}

/**
  * Nestable
  */
.dd-handle {
    height:auto;
}

/**
  * Table row bold
  */
.bold-row {
    font-weight: bold;
}

.w50 {
    width:50px !important;
}

.w80 {
    width:80px !important;
}

/* W.
 */
.table-td-2-right tr td:last-child {
    text-align: right;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/*******/

.jarviswidget .widget-body {
    min-height: 110px !important;
}

.panel-default>.panel-heading {
    min-height: 55px;
}

.sound-button-on {
    width: 22px;
    height: 22px;
    border-style: solid;
    background-image: url(../img/jqueryui/ui-icons_222222_256x240.png);
    background-position: -128px -160px;
    background-color:white;
}

.sound-button-off {
    width: 22px;
    height: 22px;
    border-style: solid;
    background-image: url(../img/jqueryui/ui-icons_222222_256x240.png);
    background-position: -144px -160px;
    background-color:white;
}
.select2-hidden-accessible { display:none; }

.table-striped{
    vertical-align: text-bottom;
}

.table-striped > tbody > tr:nth-child(n) > td, .table-striped > tbody > tr:nth-child(n) > th {
    vertical-align: text-bottom;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: text-bottom;
}

.panel-body{ overflow-y: auto; }

.zoom-buttons {
    display: none;
}

@media (max-width: 979px) {
    .zoom-buttons {
        display: inline!important;
        visibility: visible;
        font-size: 28px!important;
    }
    .row>.panel-default>.panel-heading {
        min-height: 110px;
    }
}