html, body {
    height: 100%;
    
}

body{
    background: #2C2C2D;
    color: #d1d1d1;
}

.blue {
    background: #2D89EF !important;
    border-color: #2D89EF !important;
    color: #fff;
}

.yellow{
    background: #FFC40D !important;
    border-color: #FFC40D !important;
    color: #fff;
}
.red {
    background: #EB3C00 !important;
    border-color: #EB3C00 !important;
    color: #fff;
}

.orange {
    background: #E3A21A !important;
    border-color: #E3A21A !important;
    color: #fff;
}

.green {
    background: #469D4F !important;
    border-color: #469D4F !important;
    color: #fff;
}


.panel-heading {
    padding: 0px 0px;
}

.font-16{
    font-size:16px;
}

.font-18{
    font-size:18px;
}

.font-20{
    font-size:20px;
}
.font-22{
    font-size:22px;
}
.font-24{
    font-size:24px;
}
.font-26{
    font-size:26px;
}
.font-28{
    font-size:28px;
}

.tv {
    width: 952px;
    height: 535px;
    overflow: auto; /*visible|hidden|scroll|auto|initial|inherit;*/
    float: left;
    border: 1px solid silver;
    margin: 1px;
    padding: 0px;
}
#videowall {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    border: 0;
    padding: 0px;
    margin: 0px;
}

body {
    overflow: auto;
}

.tudo {
    display: table;
}
.conteudo {
    margin-left: 0;
    display: table-cell;
    border:1px solid #ECE1E1;;;
}

#alarmeGrafico{
    width:400px;
    height:300px;
    float:left;
}
#nivelGrafico{
    width:400px;
    height:300px;
    float:left;
}
#chuvaGrafico{
    width:800px;
    height:600px;
}

#bateriaGrafico{
    width:800px;
    height:600px;
    float:left;
}


#dadosGrafico{
    width:800px;
    height:600px;
    float:left;
}


.box{
    border: 2px solid #eee;
}

#div_box_estacao{
    border:0px solid red;
    overflow: auto;
}


.box-alarme{
    width: 225px;
    height: 70px;
    margin: 0px;
    float:  left;
    align-items: center;
    margin: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
}
.box-alarme-clima{
    width: 350px;
}


.box-alarme img{
    max-width: 50px;
    max-height: 30px;
    /*height: 30px;*/
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: -20px;

}

.box-estacoes {
    width: 450px;
    height: 95px;
    float: left;
    margin: 4px;
    padding: 3px;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
}

.box-estacoes-in{
    height: 100%;
}

.box-usinas-titulo{
    font-weight: bold;
    font-size:16px;
    display: table-cell;
    width: 50%;
    text-align: right;
}

.box-usinas-img{
    max-width:  160px;
    max-height: 60px;
    display: table-cell;
    padding: 3px;
}

.box_texto_titulo{
    height: 30px;
    margin: 0px;
    padding: 3px;
    font-size:14px;
}

.box_texto_titulo > span{
    font-weight: bold;
    /*white-space: nowrap;*/
    margin:  0;
    padding: 0;
    line-height: 0;
    color:#555555;
}

.box_texto_dados{
    font-size:11px;
    color:#3a3636;
    height: 35px;
}

.box_texto_dados > p{
    text-indent: 7px;
    font-size:12px;
    margin: 0;

}

.box_texto_titulo-normais{
    height: 45px;
    margin: 0px;
    line-height: 22px;
    background-color: rgba(108,108,108, 0.3);
    font-size:24px;
}

.box_texto_titulo-normais > span{
    font-weight: bold;
    /*white-space: nowrap;*/
    color:#555555;
}
.box_texto_dados-normais > p{
    text-indent: 10px;
    margin: 0;
    margin-left: -10px;
    /*line-height: 20px;*/
    font-size:22px;
}

.silver{
    color:silver;
}

.mouse-pointer{
    cursor:pointer;
}

.mouse-move{
    cursor:move;
}

.box-cor1 {
    background: #CFF;
}

.box-cor2 {
    background: #FFFFC7;
}

.gradiente-yellow{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}

.gradiente-silver{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}
.comWS:after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
    content: "WS";
    top: -2px;
    margin-left: 6px;
    position: relative;
    font-size: 10px;
}

#modClock{
    position: absolute;
    display: table;
    width: 50%;
    height: 50%;
}

#clock{
    font-size: 48px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.clientes {
    position:relative;
    float: left;
    width: 200px;
    height: 110px;
    text-align: left;
    margin: 10px;
    background-color: #f2f2f2;
}

.clientes a {
    height: 100%;
}

.clientes > a > img{
    max-width:  160px;
    max-height: 60px;
    /*height: 55px;*/
    margin-left: 5px;
    background-color: #ffffff;
}

.notificacoes {
    padding: 8px;
    margin: 8px;
    position:relative;
    width: 45%;
    color: #4e4a4a;
}

.notificacoes-head {
    position: relative;
    background-color: rgba(0,0,0,0.08);

}

.notificacoes-data{
    /*width: 190px;*/
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    /*background-color: rgba(243,226,200,0.5);*/
    display: table-cell;
    vertical-align: bottom;
    vertical-align: bottom;
    text-align: right;
}
.notificacoes-titulo{
    font-size: 24px;
    margin-left: 10px;
    display: table-cell;
}

.notificacoes-titulo > span{
    margin-left: 10px;
}
.notificacoes-fechar{
    /*display: table-cell;*/
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 3px;
    right: 5px;
    /*width: 290px;*/
    /*text-align:right;*/
}
.notificacoesObs{
    font-size: 22px;
    color:#000;
}
.notificacoes-descricao{
    width: 710px;
    font-size: 18px;
    margin-left: 10px;
    display: table-cell;
}

.notificacoes-danger {
    background-color: #e98e8e;;
}

.notificacoes-danger > .notificacoes-head{
    color: #4b1300;   
}

.notificacoes-warning {
    background-color: #F6B253;
}

.notificacoes-warning > .notificacoes-head{
    color: #7e4300;;   
}

.notificacoes-info {
    background-color: #b7ccea;
}

.notificacoes-info > .notificacoes-head{
    color: #043478;   
}

.texto-branco {
    color: #FFF;
}
.modo-noturno {
    background-color: #2A3F54;
    margin: 0 auto;
}
.fill {
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
}
.conectado {
    background-image: url("/assets/img/conectado.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.desconectado {
    background-image: url("/assets/img/desconectado.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.bottom-left {
    position: absolute;
    top: 8px;
    left: 65px;
}


.divtable {
    display: table;
    border-collapse: collapse;
}


.divtable-bordered  .divcell {
    border: 1px solid silver;
}

.divtable-hover :hover{
    background-color: #c6c6c6 !important;

}


.divrow {
    display: table-row;
}

.divrow-head {
    font-weight: bold;
}

.divcell {
    display: table-cell;
    padding: 3px;
}



.panel-body{
 color: #4e4a4a;   
}

.bold {
    font-weight: bold;
}




#myProgress {
  width: 100%;
  padding: 10px 30px 30px 10px;
}

#myBar {
  width: 1%;
  height: 7px;
  background-color: #474747;
}

#tempoWidget {
    width: 100%;
    height: 100%;
    border:0;

}
.quadros { 
    background-color: #3b3b3b; 
    border: 1px solid #474747; 
    margin: 5px;
    color: #bdbdbd;
    opacity: 1;
}

.desativada {
    opacity: 0.5;
}
.desativada-alerta {
    font-size: 14px; 
    color: #ec8031 ;
}


#basicMap {
    width: 100%;
    height: 100%;
    margin: 0;
}
#grafico-solar-donut {
    /*background-image: url('<?php echo site_url('assets/media/sun.svg') ?>');*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}



/*style para sonoro-*/
.sonoro-cartoes {
    padding: 5px;
    margin: 5px;
    border: 1px solid silver;
}

.sonoro-cartoes-radius {
    border-radius: 5px;
}

.sonoro-btn-comando {
    position: relative;
    font-weight: bold;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.sonoro-btn-comando-grande {
    font-size: 24px;
    width: 164px;
    height: 164px;
}

.sonoro-btn-comando-grande:hover {
    border: inset;
    border-color: #bab2b3;
}

.sonoro-btn-comando-legenda {
    font-size: 18px;
    width: 22px;
    height: 22px;
}

.sonoro-emergencia {
    background-color: #C80000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.sonoro-emergencia:hover {
    border-top-color: #C80000;
    border-bottom-color: #C80000;
    border-left-color: #C80000;
    border-right-color: #C80000;
}

.sonoro-atencao {
    background-color: #EDFF00;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: bold;
}
.sonoro-atencao:hover {
    border-top-color: #EDFF00;
    border-bottom-color: #EDFF00;
    border-left-color: #EDFF00;
    border-right-color: #EDFF00;
}
.sonoro-normal {
    background-color: #73D851;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: bold;
}
.sonoro-normal:hover {
    border-top-color: #73D851;
    border-bottom-color: #73D851;
    border-left-color: #73D851;
    border-right-color: #73D851;
}
.sonoro-teste {
    background-color: #3533331a;
    color: #0c0c0c;
}
.sonoro-teste:hover {
    border-top-color: #3533331a;
    border-bottom-color: #3533331a;
    border-left-color: #3533331a;
    border-right-color: #3533331a;
}
