.paper {
    background: #f9f9f9;
    box-shadow:
      /* The top layer shadow */
      0 1px 1px rgba(0,0,0,0.15),
      /* The second layer */
      0 10px 0 -5px #eee,
      /* The second layer shadow */
      0 10px 1px -4px rgba(0,0,0,0.15),
       /* The third layer */
      0 20px 0 -10px #eee,
      /* The third layer shadow */
      0 20px 1px -9px rgba(0,0,0,0.15);
      /* Padding for demo purposes */
      padding: 20px;
  }
.file-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0
}

.modal-backdrop{
    z-index: 30;
}

.main-sidebar {
    z-index: 80;
}

.main-header {
    z-index: 99;
}

.box {
    border : none;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        z-index: 80 !important;
    }
    .main-header {
        z-index: 99;
    }
}

.faturaContentInfo {
    padding: 6px;
    position: fixed;
    background: #efefef;
    width: calc(100% - 10px);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: 0.5s linear;
    height: 200px;
    z-index: 10;
    margin-top: 0px;
}

.faturaContentInfo:hover{
    margin-top: -160px;
}

#col-1,#col-2,#col-3{
    transition: 0.5s linear;
}

.progressbar-index {
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.progressbar-index .inner-index {
    height: 4px;
    background-color: #ff6700;
    animation: progressbar-countdown-index;
    /* Placeholder, this will be updated using javascript */
    animation-duration: 40s;
    /* We stop in the end */
    animation-iteration-count: 1;
    /* Stay on pause when the animation is finished finished */
    animation-fill-mode: forwards;
    /* We start paused, we start the animation using javascript */
    animation-play-state: paused;
    /* We want a linear animation, ease-out is standard */
    animation-timing-function: linear;
}
@keyframes progressbar-countdown-index {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}
@media (min-width: 768px){
    .bg-red-active {
        background-color: transparent;
        color: red;
    }
}

#novidadesModal img {
    max-width: 100%;
}
.point-step-ative {
    background-color: #ff5500;
}

.point-step {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    border: 2px solid #ff5500;
}

@media screen and (min-width: 1200px) {
    .main-sidebar {
        padding-top: 100px;
    }
}

.grey-scale {
    filter: grayscale(100%);
}

.my-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 4px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 300px
}

.my-dropdown.open {
    display: block;
}

.btn-desempenho {
    position: absolute;
    z-index: 100;
    right: 14px;
    margin-top: 5px;
}

.btn-des {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: 0px;
}

.btn-des:hover {
    color: white;
}

.btn-des:checked {
    color: white;
}

.txtDesempenho {
    margin-top: -38px;
    text-align: center;
    font-weight: bold;
}

.txtSmDesempenho {
    text-align: center;
    font-size: 10px !important;
    margin-top: -12px;
}

.center-valing {
    vertical-align: middle !important;
}

.usina-name {
    display: inline-flex;
}

.usina-name span {
    font-weight: 600;
}

.usina-name .img-circle {
    margin-right: 10px;
    border: 3px solid #bbbbbb;
}

.usina-img {
    height: 60px !important;
    width: 60px !important;
}

.ok-border {
    border: 3px solid #00a65a !important;
}

.alerta-border {
    border: 3px solid #f39c12 !important;
}

.critico-border {
    border: 3px solid #dd4b39 !important;
}

#listUsinas a {
    color: #000;
}

.usina-name .status-img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-height: 20px;
    max-width: 20px;
    position: inherit;
    top: 0px;
    margin-left: -20px;
    margin-top: 35px;
    background-color: #FFF;
    border: 3px solid #FFF;
    border-radius: 60%;
}

.status-info {
    display: inline-flex;
    font-size: 12px;
    color: gray;
}

.usina-info {
    display: grid;
    margin-top: 12px;
}

[data-toggle~="collapse"] {
    cursor: pointer;
}

body::-webkit-scrollbar {
    width: 0px !important;
}

::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}

.scroll-default {
    overflow-y:hidden;
   
}
.scroll-default.scroll-fixed {
    overflow-y:auto;
   
}
.scroll-default:hover{
    overflow-y:auto;

}
.scroll-default::-webkit-scrollbar {
    width: 5px; 
    background: invisible;
    display:inline;
    border-radius: 15px;
    margin-bottom: 1px;   
    
}
.scroll-default::-webkit-scrollbar-thumb {

    box-sizing: border-box;
    background-color:grey;
    border-radius: 15px;
    

}


.p-1 {
    padding-left: 4px;
    padding-right: 4px;
}

input[type=date]::-webkit-calendar-picker-indicator {
    /*
    -webkit-appearance: none;
    display: none;
    */

    width: 5px;
    margin: 2px;
    padding: 2px;
}

@-moz-document url-prefix() {
    html {
        overflow-y: scroll !important;
        scrollbar-width: none;
    }
}

.sky-theme {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 269px;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.sky-theme.solarz {
    background-image: linear-gradient(rgb(255, 85, 0), rgba(255, 85, 0, 0.81), rgba(255, 85, 0, 0.64));
}

.sky-theme.weg {
    background-image: linear-gradient(rgb(0, 93, 163), rgba(0, 93, 163, 0.81), rgba(0, 93, 163, 0.64));
}

.sky-theme.ge {
    background-image: linear-gradient(rgb(0, 94, 184), rgba(0, 94, 184, 0.81), rgba(0, 94, 184, 0.64));
}

.sky-theme.goodwe {
    background-image: linear-gradient(rgb(230, 0, 18), rgba(230, 0, 18, 0.81), rgba(230, 0, 18, 0.64));
}

#sky {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 269px;
    background-image: linear-gradient(rgb(255, 85, 0), rgba(255, 85, 0, 0.81), rgba(255, 85, 0, 0.64));
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

#sky-weg {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 269px;
    background-image: linear-gradient(rgb(0, 93, 163), rgba(0, 93, 163, 0.81), rgba(0, 93, 163, 0.64));
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

#skyLogin {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(#ff610f, rgb(255,85,0));*/
    /* -webkit-border-bottom-right-radius: 40px;
     -webkit-border-bottom-left-radius: 40px;
     -moz-border-radius-bottomright: 40px;
     -moz-border-radius-bottomleft: 40px;
     border-bottom-right-radius: 40px;
     border-bottom-left-radius: 40px; */
}

#meter {
    text-shadow: 2px 2px #292929;
}

#bell {
    color: white;
}

#next {
    position: absolute;
    right: 20px;
    margin-top: 145px;
    z-index: 1;
}

#prev {
    position: absolute;
    left: 20px;
    margin-top: 145px;
    z-index: 1;
}

.info_title {
    font-family: sans-serif;
    font-size: 10pt;
    color: white;
    text-shadow: 0 0 2px #9c9b9b;
}

.info_text {
    font-family: sans-serif;
    font-size: 8pt;
    color: white;
    text-shadow: 0 0 2px #9c9b9b;
}

.data_title {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    font-size: 20pt;
    color: white;
    font-weight: 500;
    text-shadow: 0 0 2px #9c9b9b;
}

.data_text {
    font-family: sans-serif;
    font-size: 8pt;
    color: white;
    font-weight: 600;
    text-shadow: 0 0 2px #9c9b9b;
}

#text_card_pp {
    font-family: sans-serif;
    font-size: 10px;
}

#text_card_0 {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-top: -12px;
}

#text_card_1 {
    font-family: sans-serif;
    font-size: 10px;
    margin-top: -12px;
    margin-left: -70px
}

#text_card_3 {
    font-family: sans-serif;
    font-size: 11px;
    margin-top: -15px;
}

#text_card_4 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#text_card_5 {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
}

#legend_card {
    font-size: 9pt;
    margin: 6px 0 0 0;
}

.teste {
    width: 100%;
}

.container {
    /*margin-top: 60px; Esta bugando a tela inicial*/
    padding-top: 8px;
}

body {
    background-color: #F8F8F8;
}

hr {
    margin-bottom: 5px;
}

.navbar {
    background-color: rgb(255, 85, 0);
    position: fixed;
    /* display: block; */
    width: 100%;
    z-index: 1;
    margin-top: -60px;
}

.nav {
    margin-top: 60px;
}

#backg {
    background-color: #F8F8F8;
}

#form_login {
    max-width: 350px;
    margin: 0 auto;
    border: solid 1px;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    border-color: #dfdfdf;
}

#botao {
    color: white;
    background-color: #008ED3;
    border-color: #008ED3;
}

#botao:hover {
    color: black;
    background-color: white;
    background: transparent;
}

#logo {
    width: 200px;
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

#passover {
    font-size: 14px;
    margin-top: 100px;
}

#passover:hover {
    color: crimson;
}

/*coment_0*/

#notificationList td {
    padding-bottom: 5px;
    border-bottom: gray thin solid;
}

#notificationList th {
    padding-top: 5px;
}

.txtsent {
    background-color: #e0e0e0;
    text-align: justify;
    margin: 5px 5px 5px 50px;
    padding: 5px 10px 5px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.txtrecive {
    background-color: white;
    margin: 5px 50px 5px 5px;
    padding: 5px 5px 5px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* detalhes  */
@media (min-width: 100px) and (max-width: 500px) {
    #text1 {
        font-size: 13px;
    }
}

/* detalhes */

.usinaBtn {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    padding: 3px 10px 3px 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 15px;
    margin: 5px;
    background-color: #eee;
}


/* Hide the browser's default checkbox */
.usinaBtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.inversorBtn {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 15px;
    margin: 5px;
    background-color: #eee;
}

/* Hide the browser's default checkbox */
.inversorBtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* When the checkbox is checked, add a blue background */
.inversorBtn input:checked ~ .checkmark {
    border: 5px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ccc;
    border-radius: 15px;
}

/* Show the checkmark when checked */
.inversorBtn input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.inversorBtn .checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border-width: 0px 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #ccc;
    border-radius: 15px;
    margin: auto;
}

/* When the checkbox is checked, add a blue background */
.usinaBtn input:checked ~ .checkmark {
    border: 5px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ccc;
    border-radius: 15px;
}

.usinaBtn img {
    width: 15px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.usinaBtn input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.usinaBtn .checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border-width: 0px 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.status {
    font-size: 8pt;
}

.title {
    display: inline-block;
    font-size: 11pt;
    font-family: sans-serif;
}

#text_nav {
    color: black;

}

#text_nav.active {
    background: #f8f8f8;
    color: black;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.1);
}

.loading .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
}

#day {
    text-align: center;
}

.card .card-tec {
    text-align: center;
    padding: 10px;
    margin: 0px 5px;
}

.card-body .card-tec {
    padding: 0px;
}

.card-tec img {
    display: block;
    margin: 0px auto;
    width: 20px;
    height: 20px;
}

.card-tec .title {
    margin: 0px;
    font-size: 10pt;
}

.card-tec .value {
    margin: 0px;
    font-size: 10pt;
    font-weight: 500;
}

.label {
    display: inline-table;
    height: 40px;
}

.graph-label {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px 5px 0px 35px;
    border: 1px solid rgba(10, 10, 10, 0);
    border-radius: 10px;
    background-color: rgba(10, 10, 10, 0);
    color: black;
    font-size: 9pt;
}

.graph-label .color {
    border: 1px solid rgba(255, 99, 132, 1);
    border-radius: 10px;
    background-color: rgba(255, 99, 132, 0.2);
    position: absolute;
    top: 3px;
    left: 0px;
    height: 15px;
    width: 30px;
}

.graph-label img {
    width: 15px;
}

.ciclo-info {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 50px;
    padding: 0px 10px 0px 160px;
    border: 1px solid #a0d7fe;
    /*        border: 1px solid rgba(10, 10, 10, 1);*/
    border-radius: 60px 15px 15px 60px;
    background-color: #a0d7fe; /*rgba(10, 10, 10, 0.2);*/
    color: black;
}

.ciclo-info .circle {
    border: 6px solid #a0d7fe; /* rgba(255, 99, 132, 1);*/
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -30px;
    left: -2px;
    height: 150px;
    width: 150px;
}

.circle .value {
    margin-top: 20px;
    text-align: center;
    font-size: 35pt;
    font-weight: 300;
    display: block;
}

.circle .text {
    font-weight: 200;
    margin-top: -10px;
    text-align: center;
    font-size: 14pt;
    display: block;
}

.info .text {
    font-weight: 600;
}

.graph-label img {
    width: 15px;
}

.buttons {
    text-align: center;
}

.eco-pic {
    height: 50px;
    width: 50px
}

.eco-text {
    color: green;
}

.newPadding {
    padding: 8px
}

.tableHeader {
    background-color: rgb(255, 85, 0);
    color: white;
    font-weight: 500;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #222d32;
    overflow-x: hidden;
    transition: 0.5s;
    margin-left: -250px;
}

/* loading */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/Rolling-1s-200px.gif) center no-repeat #F8F8F8;
}

.trunc {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-remove {
    color: darkgrey;
    margin-top: -8px
}

.btn-remove:hover {
    color: #dd4b39;
}

.btn-edit {
    color: darkgrey;
    margin-top: -8px
}

.btn-edit:hover {
    color: blue;
}

.btn-ver {
    color: darkgrey;
    margin-top: -8px
}

.btn-ver:hover {
    color: #00a65a;
}

.select:hover {
    background-color: #fbfbfb;
}

.divider {
    margin-bottom: 9px;
    border-bottom: 1px solid #eee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 238, 238);
}

.skin-blue .main-header .logo:hover {
    background-color: #0080BF;
}

.user-panel:hover {
    cursor: pointer;
}

.menu-item {
    color: #b8c7ce !important;
}

.menu-item:hover {
    color: white;
    text-decoration: none;
}

.list-box {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
}

.list-box:hover {
    background-color: #1e282c;
    cursor: pointer;
}

.list-box .select {
    background-color: #1e282c;
}

.lineChat {
    color: #0a0a0a;
}

.lineChat:hover {
    text-decoration: none;
    color: #0a0a0a;
    cursor: pointer;
    background-color: #ebebeb;
}

.myInfoBox {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.my-info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.my-info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.balloon {
    background-color: #ebebeb;
    padding: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: fit-content;
    max-width: 80%;
    margin-bottom: 8px;
}

.myballon {
    background-color: #b3cde0;
}

.labelDateTime {
    font-size: 10px;
    float: right;
    color: #b6b6b6;
}

.chat-item-integrador {
    padding: 8px;
    margin-bottom: 0px
}

.chat-item-integrador:hover {
    background-color: #e1e1e1;
    cursor: pointer;
}

.bg-grey {
    background-color: #bbbbbb !important;
}

.loading-card {
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

#blue .ui-slider-range {
    background: #729fcf;
}

#blue .ui-slider-handle {
    border-color: #729fcf;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px grey;
    z-index: 9999;
    background-size: cover;
}

.my-float {
    margin-top: 22px;
}

.help-btn{
    position: fixed;
    width: 25px;
    height: 25px;
    top: 25px;
    right: 25px;
    background-color: #ffffff;
    color: #1f1f1f;
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    font-size: 9pt;
    z-index: 1000;
}
.btn-float-down{
    bottom: 25px!important;
    top:auto!important;
}
@keyframes fa-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}

.new-btn-primary {
    right: 0;
    position: relative;
    background-color: rgb(255, 85, 0);
    color: white;
}

.bg-tema {
    background-color: rgb(255, 85, 0) !important;
    color: white !important;
}

.bg2-tema {
    background-color: #EEEEEE !important;
}

.btn-outline-orange {
    border: 1px solid rgb(255, 85, 0);
    color: rgb(255, 85, 0);
}

.new-small-box:hover {
    color: #0a0a0a;
}

.new-small-box {
    background-color: white;
    border: 1px solid #a3a3a3;
}

.new-small-box a {
    color: #a3a3a3;
}

.small-box-dashboard {
    margin-bottom: 8px;
    border-radius: 10px;
    background-color: rgba(34, 45, 50, 0.9);
    border: 0px solid rgba(34, 45, 50, 0.9);
    color: #fff;
    height: 140px;
}

.small-box-dashboard .title {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding-top: 4px;
}

.small-box-dashboard h3 {
    margin-bottom: 0px
}

.small-box-usina {
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: rgb(34, 45, 50);
    border: 0px solid rgb(34, 45, 50);
    color: #fff;
    height: 115px;
}

.small-box-usina .title {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding-top: 4px;
}

.small-box-usina .icons {
    color: rgba(255, 255, 255, 0.2);
    font-size: 60px;
    right: 6px;
    top: 21px;
    position: absolute;
}

.small-box-usina h3 {
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: center;
}

.small-box-usina h5 {
    margin: 0px;
    margin-top: -10px;
    text-align: center;
}

.small-box-dashboard .title-large {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    text-align: left;
    border-radius: 10px 10px 0px 0px;
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 10px;
}

.title-large .button {
    margin-right: 10px;
    margin-top: -4px;
}

.small-box-dashboard .info {
    display: block;
    font-size: 30px;
    margin-top: 5px;
    line-height: 29px;
}

.small-box-dashboard .info-small {
    display: block;
    font-size: 20px;
    margin-top: 5px;
    line-height: 19px
}

.new-small-box h3 {
    color: #a3a3a3;
}

.new-small-box p {
    color: #a3a3a3;
}

.btn-outline-orange {
    color: rgb(255, 85, 0);
    border-color: rgb(255, 85, 0);
}

.cardAdm {
    margin-top: 16px;
    text-align: center;
    box-shadow: 5px 5px 4px #555555;
}

.cardAdm:hover {
    transform: scale(1.05);
    transition: 0.3s;
    cursor: pointer;
}

.floatAdm {
    float: right;
    margin-top: -45px;
    border-radius: 50% !important;
    height: 58px;
    width: 58px;
    background-color: #D34700 !important;
    border: none !important;
    box-shadow: 3px 3px 4px #555555;
    z-index: 3;
}

.clicavel:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.item_user:hover {
    cursor: pointer;
    transition: 0.3s;
    background-color: #e0dfdf;
    transition: 0.3s;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: rgb(255, 85, 0);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: none; /*Escondendo o positivo*/
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Progress Bar */
.progressLoading {
    height: 2px;
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
    top: 0;
    position: absolute;
    z-index: inherit;
}

.progressLoading .indeterminate {
    background-color: rgb(255, 85, 0);
}

.progressLoading .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progressLoading .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
}

.bg-dropable-end {
    background-color: rgba(255, 255, 255, 0.11);
    text-align: center;
    color: rgba(200, 200, 200, 0.89);
    height: 67px;
    width: 100%;
    padding-top: 20px;
    max-width: 300px;
    margin: auto;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}

.info-box-geracao {
    border-radius: 2px;
    margin-bottom: 8px;
    background-color: rgba(34, 45, 50, 0.9);
    border: 0 solid rgba(34, 45, 50, 0.9);
    color: #fff;
}

.info-box-geracao button {
    background-color: transparent;
}

.info-box-geracao a {
    color: white;
}

.info-box-geracao .icon {
    color: rgba(255, 255, 255, 0.4);
}

.box-geracao .box-header {
    background-color: rgba(34, 45, 50, 0.9);
    color: white;
}

.box-geracao .box-header button {
    background-color: transparent;
}

ul.timelineAtividade {
    list-style-type: none;
    position: relative;
    padding-inline-start: 40px;
}

ul.timelineAtividade:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timelineAtividade > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timelineAtividade > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgb(255, 85, 0);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.timelineAtividade a {
    color: rgb(255, 85, 0);
}

a.btnHistoricoCompleto {
    display: block;
    position: absolute;
    border-radius: 10px;
    z-index: 50;
    right: 15px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 1180px) {
    a.btnHistoricoCompleto {
        position: relative;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.img-state-api {
    height: 48px;
    width: 48px;
}

.icon-status {
    color: rgba(32, 150, 63, 0.88);
    font-size: 10px;
    opacity: 0.5;
}

.icon-status-error {
    color: rgba(214, 21, 12, 0.88);
    font-size: 10px;
    opacity: 0.5;
}

.activeMenu {
    border-left-color: rgb(255, 85, 0) !important;
}

.cor-tema {
    color: rgb(255, 85, 0);
}

.btn-tema {
    border-color: rgb(255, 85, 0) !important;
    background-color: rgb(255, 85, 0) !important;
    color: white;
}

.btn-outline-tema {
    border-color: rgb(255, 85, 0) !important;
    color: rgb(255, 85, 0) !important;
}

.custom-0 .leaflet-popup-content,
.custom-1 .leaflet-popup-content,
.custom-2 .leaflet-popup-content,
.custom-3 .leaflet-popup-content{
    margin: unset;
}
.custom-0 .leaflet-popup-tip{
    background-color: #00a65a;
}
.custom-1 .leaflet-popup-tip{
    background-color: #f39c12;
}
.custom-2 .leaflet-popup-tip{
    background-color: #dd4b39;
}
.custom-3 .leaflet-popup-tip{
    background-color: #bbbbbb;
}
.custom-0 .leaflet-popup-content-wrapper,
.custom-1 .leaflet-popup-content-wrapper,
.custom-2 .leaflet-popup-content-wrapper,
.custom-3 .leaflet-popup-content-wrapper{
    background: transparent;
    color: #ffffff;
    border-radius: unset;
    padding: unset;
    box-shadow:unset;
}
.desconhecido-border {
    border: 3px solid #bbbbbb !important;
}

.map-name-usina{
    background-color: white;
    color: black;
    padding: 5px;
    border-radius: 5px;
}

.plants-count {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.count-row {
    margin-right: 20px;
}

.bold {
    font-weight: bold;
}

* {
    scrollbar-width: none; /* Firefox 64 */
}