html {
    height: 100%;
    box-sizing: border-box;
}

body {
    background-color: #F7F7F7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'General Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 120%;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.container-fluid {
    min-height: 100%;
    padding-bottom: 40px;
}

.row {
    margin-right: unset;
    margin-left: unset;
}

a {
    color: #013D1A;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* HEADER */

.navbar {
    padding: 0;
}


.linha-menu .navbar {
    height: 80px;
    background-color: #1D683C;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
}

.navbar .menu-topo {
    height: 80px;
    min-height: 80px;
    width: 100%;
    display: flex;
}

.menu-container ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    justify-content: center;
}

.menu-link {
    width: 180px;
    text-align: center;
}

.menu-cliente {
    height: 80px;
    width: 240px;
    padding-top: 2px;
    text-align: center;
    padding-left: 10px;
}

.menu-container {
    height: 80px;
    width: 100%;
}

.menu-contato {
    background: #1D683C;
    height: 80px;
    width: 360px;
}

.menu-link a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    height: 80px;
    align-items: center;
}

.menu-link a img {
    padding-bottom: 8px;

}

.menu-link.menu-ativo a {
    color: #1C1C1C;
    text-transform: uppercase;
    font-weight: 500;
}

.menu-link a:hover {
    background-color: #1C1C1C;
    text-decoration: none;
}

.menu-link.menu-ativo a:hover {
    background-color: transparent;
}

.menu-contato {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 20px;
}

.menu-contato .contato-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.menu-contato .contato-nome {
    padding: 11px 0 0 0px;
    color: white;
}

.menu-contato .contato-nome a {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: underline;
}

.menu-contato .contato-nome a:hover {
    color: #7D9D7F;
}

.menu-grugeen {
    position: fixed;
    right: 20px;
    top: 52px;
}

.slidingDiv {
    width: 480px;
    display: flex;
    height: 60px;
    background-color: #1D683C;
    padding: 8px 16px;
    top: 50px;
    position: absolute;
    right: 10px;
    border-radius: 40px;
    z-index: 100;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.slidingDiv div {
    margin: 12px 20px;
    display: flex;
}

.slidingDiv div a {
    color: #7D9D7F;
    font-weight: 500;
    text-transform: uppercase;
}

.slidingDiv div img {
    margin-right: 4px;
}

.show_hide {
    display: none;
    cursor: pointer;
}

/* SCROLL */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #E9EBEE;
}

#style-1::-webkit-scrollbar {
    width: 10px;
    background-color: #E9EBEE;
}

#style-1::-webkit-scrollbar-thumb {
    background-color: #5B5B5B;
    border: none;
}

/* OVERLAY */

.overlay {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

/* CADASTRO */

.box-dados-cliente {
    border: 1px solid #1D683C;
    padding: 15px;
    background: #FFFFFF;
    position: relative;
}

.box-dados-cliente-bt-editar {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1000;
}

.box-dados-cliente-bt-acrescentar {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 1000;
}

.box-dados-cliente-logo {
    position: absolute;
    right: 15px;
    top: 54px;
    border: 1px solid #E0E0E0;
    max-width: 200px;
    max-height: 160px;
    overflow: hidden;
    display: flex;
}

.box-dados-cliente-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.box-dados-cliente-titulo {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 5px;
}

.box-dados-separador {
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
    color: #CCC;
    font-style: normal;
}

.box-dados-cliente-conteudo {
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 2px solid #E0E0E0;
}

.box-dados-cliente-conteudo:last-child {
    margin-bottom: 5px;
}

.box-dados-cliente-conteudo p {
    margin-bottom: 0;
    padding: 5px;
}

.box-dados-cliente-conteudo p:nth-child(odd) {
    background: #F5F5F5;
}

.box-dados-cliente-unidade {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
}

.box-dados-cliente-unidade div {
    padding: 5px !important;

}

.box-dados-cliente-unidade div p {
    background: none !important;
    padding: 0 0 5px 0 !important;
    font-size: 13px;
    color: #999;
}

.linha-cadastro .progresso-status {
    margin-top: 12px;
    margin-bottom: 16px;
}

.conteudo-formulario-completo .box-dados-cliente {
    margin-top: 16px;
    margin-bottom: 24px;
}

.cadastro-cancela {
    justify-content: flex-end;
}

.cadastro-cancela span {
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 1px;
    border-radius: 50%;
    border: 3px solid #f16e44;
}

/* LOGIN */

.page-login {
    background-color: #1D683C;
    background-image: url(../images/fundo-login.jpg);
    background-size: cover;
    background-position: center;
}

.page-login .logo-imagem {
    padding-top: 5%;
    text-align: center;
}

.box-login {
    background-color: #F7F7F7;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0 33.3333%;
    position: absolute;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.page-login .conteudo-formulario {
    margin-bottom: 10px;
    margin-top: 20px;
}

.page-login .conteudo-formulario .form-botoes-cadastro .btn.btn-raised.btn-primary {
    width: 100%;
}

.page-login .conteudo-header-texto p {
    margin-bottom: 0;
}

.page-login footer {
    background-color: rgba(1, 61, 26);
}

.login-recupera {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4dfdf;
}

.login-recupera a {
    display: block;
}

.page-login .conteudo-formulario .bmd-form-group .bmd-label-floating {
    left: 60px;
}

.page-login .conteudo-formulario .form-control {
    padding-left: 2.675rem;
}

.page-login .conteudo-formulario .bmd-form-group.is-filled .bmd-label-floating {
    left: 15px;
}

.page-login .login-icone {
    position: absolute;
    left: 24px;
    bottom: 14px;
}

/* TITULO */

.linha-titulo {
    width: 100%;
    margin-top: 110px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.linha-titulo h2 {
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
}

.linha-titulo > div {
    display: flex;
    flex-wrap: wrap;
}

/* STATUS */

.linha-status {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.linha-status .box-status {
    width: 22%;
}

.linha-status .box-projecao {
    width: 74%;
}

.linha-status .box-separa-v {
    width: 1px;
    height: 110px;
    background-color: #E2E2E2;
}

.linha-status h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    margin-bottom: 12px;
}

.linha-status .numero-status {
    font-size: 24px;
    color: #1D683C;
    font-weight: 400;
    margin-bottom: 12px;
}

.linha-status .box-total-energia .numero-status {
    color: #EC6C41;
}

.linha-status .barra-status {
    background-color: #E2E2E2;
    height: 5px;
    margin-bottom: 8px;
    display: flex;
}

.linha-status .barra-status-indicador {
    height: 5px;
}

.barra-status .status-medido {
    background-color: #013D1A;
}

.barra-status .status-projetado {
    background-color: #96D6B0;
}

.barra-status .status-longoprazo {
    background-color: #013D1A;
}

.barra-status .status-curtoprazo {
    background-color: #96D6B0;
}

.numero-status-linha {
    display: flex;
    flex-wrap: wrap;
}

.numero-status-linha > div {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    color: #828282;
}

.numero-status-linha p {
    margin-bottom: 0;
}

.numero-status-linha p.numero-status-detalhe {
    font-size: 16px;
    font-weight: 700;
}

.numero-status-linha > div:last-child {
    text-align: right;
}

.numero-status-linha .status-medido {
    color: #1D683C;
}

.numero-status-linha .status-projetado {
    color: #96D6B0;
}

.numero-status-linha .status-longoprazo {
    color: #1D683C;
}

.numero-status-linha .status-curtoprazo {
    color: #96D6B0;
}

.box-projecao-linha-topo {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 5px solid #D1D1D1;
}

.box-projecao-detalhe {
    text-align: center;
    overflow: hidden;
    margin-bottom: -5px;
    white-space: nowrap;
}

.linha-status .barra-projecao-consolidado {
    height: 5px;
    background-color: #013D1A;
}

.linha-status .barra-projecao-projetado {
    height: 5px;
    background-color: #4FDB8B;
}

.box-projecao-linha-baixo {
    text-align: right;
    margin-top: 12px;
}

.box-projecao-linha-baixo h6 {
    font-size: 18px;
    color: #013D1A;
    font-weight: 500;
}

.box-projecao-detalhe.projecao-consolidado p {
    color: #013D1A;
}

.box-projecao-detalhe.projecao-projetado p {
    color: #4FDB8B;
}

/* CONTEUDO */

.linha-conteudo {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px
}

.linha-conteudo > div {
    padding-left: 10px;
    padding-right: 10px;
}

.box-info {
    background-color: #FFFFFF;
    padding: 16px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.box-info .box-info-titulo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-info h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #999999;
    text-transform: uppercase;
}

.box-menu-pill {
    border-radius: 2px;
    border: 1px solid #013D1A;
    height: 30px;
}

.box-menu-pill ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.box-menu-pill ul li {
    border: 1px solid #013D1A;
    text-transform: uppercase;
    color: #013D1A;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    padding: 4px 6px 0 6px;
}

.box-menu-pill ul a:hover {
    text-decoration: none !important;
}

.box-menu-pill ul li:hover {
    background-color: #7D9D7F;
    color: #013D1A;
}

.box-menu-pill ul li.menu-pill-ativo {
    background-color: #013D1A;
    color: #FFFFFF;
}

.box-menu-pill ul li.menu-pill-ativo:hover {
    background-color: #013D1A;
    color: #FFFFFF;
}

/* DASHBOARD */

.alerta-relatorio-fechado {
    background-color: #28A745;
    border-radius: 2px;
    height: 36px;
    padding: 8px 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}

.alerta-relatorio-fechado p {
    float: right;
    margin-left: 8px;
    padding-top: 1px;
}


.alerta-relatorio {
    background-color: #EC6C41;
    border-radius: 2px;
    height: 36px;
    padding: 8px 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}

.alerta-relatorio p {
    float: right;
    margin-left: 8px;
    padding-top: 1px;
}

/* FORMULARIOS */

.linha-titulo .custom-select {
    width: auto;
    background-image: none;
    background: transparent;
    padding: 0;
    margin-left: 12px;
    margin-right: 12px;
    border: none;
    height: auto;
    color: #4F4F4F;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    text-decoration: underline;
    margin-top: -10px;
}

.box-menu-select .custom-select {
    width: auto;
    background: #F5F5F5;
    background-image: url(../images/icons/seta-baixo.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    padding: 6px 32px 4px 12px;
    margin-left: 12px;
    margin-right: 12px;
    border: none;
    border-bottom: 2px solid #013D1A;
    border-radius: 0;
    height: auto;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: -5px;
}

/* SWITCH */

.liga-desliga {
    margin-top: 4px;
    padding-left: 48px;
}

.liga-desliga p {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    margin: 8px 0 0 8px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #1D683C;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1D683C;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* GRAFICOS */

.box-grafico {
    background-color: #EEE;
    height: 300px;
}

.box-grafico-tabela {
    margin-top: 12px;
}

.box-grafico-tabela .info-longoprazo {
    border-right: 1px solid #D1D1D1;
}

.box-grafico-tabela, .curtoprazo-custos {
    display: flex;
    flex-wrap: wrap;
}

.box-grafico-tabela h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
}

.box-grafico-tabela h5 em {
    color: #999;
}

.box-grafico-tabela .info-longoprazo h5 span {
    color: #5D7C6A;
    font-weight: 700;
}

.box-grafico-tabela .info-curtoprazo h5 {
    text-align: right;
}

.box-grafico-tabela .info-curtoprazo span {
    width: 100%;
    display: inline-block;
}

.box-grafico-tabela .info-curtoprazo .curtoprazo-porcentagem {
    color: #96D6B0;
    font-weight: 700;
    font-size: 48px;
    text-align: right;
    padding: 12px 0;
}

.box-grafico-tabela .info-curtoprazo .curtoprazo-valor {
    color: #333;
    background-color: #ECF2EF;
    font-size: 30px;
    text-align: center;
    padding: 8px 12px;
    margin: 6px 0;
}

.box-grafico-tabela .info-curtoprazo .curtoprazo-detalhe {
    color: #333;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #E2E2E2;
}

.box-grafico-tabela .info-curtoprazo .curtoprazo-custos {
    color: #333;
    font-size: 11px;
}

.box-grafico-tabela .info-curtoprazo .curtoprazo-custos > div:last-child {
    text-align: right;
}

.box-grafico-tabela .info-curtoprazo .curtoprazo-custos div > p {
    color: #708178;
    font-size: 16px;
    font-weight: 500;
}

.box-grafico-tabela div {
    padding-left: 0;
    padding-right: 0;
}

.box-grafico-tabela .info-longoprazo .grafico-tabela-conteudo {
    padding-right: 10px;
    margin-top: 10px;
}

.box-grafico-tabela .info-curtoprazo {
    padding-left: 10px;
}

.box-grafico-tabela .grafico-tabela-conteudo > div {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    height: 30px;
    padding: 6px 8px 0 8px;
}

.box-grafico-tabela .grafico-tabela-topo {
    font-size: 14px;
    font-weight: 700;
}

.box-grafico-tabela .grafico-tabela-total {
    font-weight: 700;
    background-color: #ECF2EF;
}

.box-grafico-tabela .grafico-tabela-linha:nth-child(even) {
    background-color: #F6F9F7;
}

.box-grafico-tabela .grafico-tabela-conteudo .grafico-tabela-linha-comercializadora {
    width: 27%;
    display: flex;
}

.cor-comercializadora {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    margin-right: 8px;
}

.box-grafico-tabela .grafico-tabela-conteudo .grafico-tabela-linha-mwh {
    width: 22%;
    text-align: right;
}

.box-grafico-tabela .grafico-tabela-conteudo .grafico-tabela-linha-rsmwh {
    width: 22%;
    text-align: right;
}

.box-grafico-tabela .grafico-tabela-conteudo .grafico-tabela-linha-valor {
    width: 22%;
    text-align: right;
}

.info-prazo-disclaimer {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

/* FOOTER */

footer {
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #013D1A;
    color: #FFFFFF;
}

footer p {
    font-size: 12px;
}

footer > div:first-child {
    padding-left: 32px;
    padding-top: 20px;
}

footer > div:last-child {
    text-align: right;
    padding-right: 32px;
    padding-top: 12px;
}

footer > div:last-child img {
    padding: 0 16px;
}

#btn-login {
    background-color: #1D683C;
    border-color: #1D683C;
    height: 50px;
    border-radius: 0;
    font-weight: 500;
    padding: .375rem 1.5rem;
}

#username {
height: 50px !important;
}

#password {
height: 50px !important;
}

.conteudo-header-titulo {
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 16px;
    font-weight: 500;
}

/* Adjusting css */

.linha-conteudo {
    margin-bottom: 20px;
}

.linha-conteudo > div {
    padding-left: 10px;
    padding-right: 10px;
}

.conteudo-cliente {
    margin-top: 20px;
}

.conteudo-cliente .box-cliente {
    display: flex;
    flex-wrap: wrap;
    height: 160px;
}

.conteudo-cliente .box-cliente div {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
}

.box-cliente {
    background-color: #FFFFFF;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    break-inside: avoid;
}

.box-cliente-logo {
    height: 160px;
    overflow: hidden;
    display: flex;
}

.conteudo-cliente .box-cliente-logo {
    flex-wrap: nowrap !important;
}

.box-cliente-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.box-cliente-nome {
    padding: 15px 15px 10px 15px;
    border-top: 1px solid #EBEBEB;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.box-cliente-infos {
    padding: 15px;
    color: #1D683C;
}

.box-cliente-infos-info:first-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.box-cliente-infos-info:last-child {
    padding-top: 15px;
}

.box-cliente-consumo, .box-cliente-contratos {
    padding: 15px;
    border-top: 1px solid #EBEBEB;
}

.box-cliente h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    margin-bottom: 12px;
}

.box-cliente h6 span {
    float: right;
}

.box-cliente .numero-status {
    font-size: 24px;
    color: #179414;
    font-weight: 400;
    margin-bottom: 12px;
}

.box-cliente .box-total-energia .numero-status {
    color: #F16E44;
}

.box-cliente .barra-status {
    background-color: #E2E2E2;
    height: 5px;
    margin-bottom: 8px;
    display: flex;
}

.box-cliente .barra-status-indicador {
    height: 5px;
}

.conteudo-cliente .box-cliente .id-cliente-linha .id-cliente-nome {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    padding-top: 12px !important;
}

.conteudo-cliente .box-cliente .id-cliente-linha {
    height: 80px;
    padding: 20px !important;
}

.conteudo-cliente .box-cliente .id-cliente-linha:first-child {
    border-bottom: 1px solid #EBEBEB;
}

.conteudo-cliente .box-cliente .id-cliente-linha:last-child {
    padding: 15px 20px !important;
}

.conteudo-cliente .box-cliente .id-cliente-linha > div {
    padding: 0 20px !important;
}

.linha-conteudo-cliente {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.cliente-status-conteudo {
    padding: 20px 15px;
    width: 100%;
}

/* css to bar chart */

.box-menu-pill {
    border-radius: 2px;
    border: 1px solid #147C11;
    height: 30px;
}

.box-menu-pill-number {
    height: 30px;
}

.box-menu-pill-weeks {
    height: 30px;
}

.box-menu-pill-projection {
    height: 45px;
    margin-left: 60px;
    width: 100%;
}

.box-menu-pill ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.box-menu-pill-number ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.box-menu-pill-weeks ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.box-menu-pill-projection ul {
    display: flex;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.box-menu-pill-number ul li {
    text-transform: uppercase;
    color: #147C11;
    font-size: 10px;
    padding: 2px 5px 0 6px;
}

.box-menu-pill-projection ul li {
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    padding: 2px 5px 0 5px;
    text-align: center;
    width: 32px;
}

.box-menu-pill-projection ul input {
    width: 32px;
    outline: 0;
    border-width: 0 0 2px;
    border-color: #147C11;
    font-size: 9px;
}

.box-menu-pill-weeks ul a {
    padding: 0 20px 0 20px;
}

.box-menu-pill-weeks ul li {
    text-transform: uppercase;
    color: #147C11;
    font-size: 12px;
    padding: 2px 15px 0 15px;
}

.box-menu-pill ul li {
    border: 1px solid #147C11;
    text-transform: uppercase;
    color: #147C11;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    padding: 4px 6px 0 6px;
}

.box-menu-pill ul a:hover {
    text-decoration: none !important;
}

.box-menu-pill-number ul a:hover {
    text-decoration: none !important;
}

.box-menu-pill-weeks ul a:hover {
    text-decoration: none !important;
}

.box-menu-pill ul li:hover {
    background-color: #BFDA52;
    color: #147C11;
}

.box-menu-pill-number ul li:hover {
    background-color: #BFDA52;
    color: #147C11;
}

.box-menu-pill-weeks ul li:hover {
    background-color: #BFDA52;
    color: #147C11;
}

.box-menu-pill ul li.menu-pill-ativo {
    background-color: #147C11;
    color: #FFFFFF;
}

.box-menu-pill-number ul li.menu-pill-ativo {
    background-color: #147C11;
    color: #FFFFFF;
}

.box-menu-pill-weeks ul li.menu-pill-ativo {
    background-color: #147C11;
    color: #FFFFFF;
}

.box-menu-pill ul li.menu-pill-ativo:hover {
    background-color: #147C11;
    color: #FFFFFF;
}

.box-menu-pill-number ul li.menu-pill-ativo:hover {
    background-color: #147C11;
    color: #FFFFFF;
}

.box-menu-pill-weeks ul li.menu-pill-ativo:hover {
    background-color: #147C11;
    color: #FFFFFF;
}

.overlay-div {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    bottom: 0;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.overlay-div::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color: #555;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.overlay-div-status {
    position: absolute;
    width: 22%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 6%;
}

.overlay-div-status::after {
    content:'';
    display:block;
    position:absolute;
    left:50%;top:50%;
    width:40px;height:40px;
    border-style:solid;
    border-color: #555;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.page-dashboard .linha-status {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-dashboard .cliente-status-conteudo .linha-status {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.cliente-status-tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}

.cliente-status-tabs > div {
    height: 70px;
    padding-top: 25px;
    border-bottom: 1px solid #CCC;
}

.cliente-status-tabs > div.cliente-status-tabs-active {
    background-color: #ebebeb;
    border: 1px solid #CCC;
    border-bottom: none;
}

.cliente-status-tabs > div:first-child {
    border-left: none !important;
}

.cliente-status-tabs > div:last-child {
    border-right: none !important;
}

.cliente-status-tabs > div.cliente-status-tabs-active a {
    color: #999;
}

.cliente-status-tabs > div.cliente-status-tabs-active a:hover {
    text-decoration: none;
}

.cliente-status-conteudo {
    background-color: #ebebeb;
    padding: 20px 15px;
    width: 100%;
}

.cliente-status-conteudo .switch-relatorio {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.cliente-status-conteudo .liga-desliga {
    display: flex;
}

.cliente-detalhe-header {
    max-width: 980px;
    margin: 32px auto;
    display: flex;
    flex-wrap: wrap;
}

/* SCROLL */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #D2D2D2;
}

#style-1::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

#style-1::-webkit-scrollbar-thumb {
    background-color: #5B5B5B;
    border: none;
}

.customer-limited-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* slider projection */

.slider-custom {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider-custom:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider-custom::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4FDB8B; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider-custom::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4FDB8B; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider-custom::-moz-range-track {
    border: none;
    background: none;
    outline: none;
}

.slider-custom {
    -webkit-appearance: none;
    -moz-apperance: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #4FDB8B), color-stop(50%, #d3d3d3));

    background-image: -moz-linear-gradient(left center, #4FDB8B 0%, #4FDB8B 50%, #d3d3d3 50%, #d3d3d3 100%);
}

/* inputs projection */

.div-input-projection {
    margin: auto;
}

/* months in contracts grafics*/

.contract-chart-header {
    display: flex;
    padding-left: 50px !important;
}

.contract-chart-header div {
    align-content: center;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
}

.contract-chart-header div p {
    display: inline-block;
    align-content: center;
    margin-bottom: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

.contract-chart-year-header {
    display: flex;
    padding-left: 50px !important;
}

.contract-chart-year-header div {
    align-content: center;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
}

.contract-chart-year-header div p {
    display: inline-block;
    align-content: center;
    margin-bottom: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

/* new css*/

div.overlay-box-unidades-tabela {
    padding: 5px 15px 0 15px !important;
    max-height: 300px;
    overflow: auto;
}

/* NOVO */

.box-overlay.box-visualizar {
    padding: 0;
    width: 240px;
    position: unset;
    margin-left: unset;
    transform: inherit;
    top: inherit;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
}
.box-overlay.box-visualizar p {
    margin-bottom: 0;
}
.box-visualizar.box-curtoprazo .overlay-visualizar-conteudo-topo {
  background-color: #96D6B0;
}
.box-visualizar.box-curtoprazo .overlay-visualizar-conteudo-topo.contrato-finalizado {
  background-color: #C0C99C;
}
.box-visualizar.box-longoprazo .overlay-visualizar-conteudo-topo {
  background-color: #5D7C6A;
}
.box-visualizar.box-longoprazo .overlay-visualizar-conteudo-topo.contrato-finalizado {
  background-color: #9CC9C4;
}
.box-visualizar .overlay-visualizar-conteudo-principal a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.box-visualizar.box-curtoprazo .overlay-visualizar-conteudo-principal a {
  color: #96D6B0;
}
.box-visualizar.box-longoprazo .overlay-visualizar-conteudo-principal a {
  color: #5D7C6A;
}
.box-visualizar .overlay-visualizar-conteudo-topo {
  padding: 10px 10px 15px 10px !important;
  color: #FFF;
}
.box-visualizar .overlay-visualizar-conteudo-topo .overlay-visualizar-linhatopo {
  font-size: 12px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #FFFFFF44;
}
.box-visualizar .overlay-visualizar-conteudo-topo .overlay-visualizar-linhatopo .overlay-box-data {
  font-weight: 600;
  text-align: right;
}
.box-visualizar .overlay-visualizar-conteudo-principal {
  padding: 5px 10px 10px 10px !important;
}
.box-visualizar .overlay-visualizar-conteudo-topo .overlay-infos {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
}
.box-visualizar .overlay-visualizar-conteudo-topo .overlay-infos .overlay-visualizar-valor {
  font-size: 20px;
  margin-top: 12px;
}
.box-visualizar .overlay-visualizar-conteudo-topo .overlay-infos p {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 2px;
  margin-top: 8px;
}
.box-visualizar .overlay-visualizar-conteudo-principal .overlay-infos {
  display: flex;
  flex-wrap: wrap;
}
.box-visualizar .overlay-visualizar-conteudo-principal .overlay-infos p {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 2px;
  margin-top: 8px;
}
.box-visualizar .overlay-visualizar-conteudo-principal .overlay-visualizar-linhafundo {
  text-align: right;
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #00000022;
}
.box-visualizar .overlay-visualizar-conteudo-topo .overlay-infos .overlay-visualizar-detalhes p {
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
}

.overlay-div {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 100;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.overlay-div::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color: #555;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


.btn-padrao {
    -webkit-appearance: none;
    background-color: #1D683C;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.box-overlay {
    background: #FFFFFF;
    padding: 32px;
    width: 540px;
    left: 50%;
    position: fixed;
    margin-left: -270px;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}

.box-overlay.box-contrato {
    padding: 0;
    width: 920px;
    left: 50%;
    position: fixed;
    margin-left: -490px;
}

.box-overlay.box-geral {
    width: 920px;
    left: 50%;
    position: fixed;
    padding: 24px;
    margin-left: -490px;
}

.box-overlay.box-longoprazo {
    /*max-height: 600px;*/
}

.box-overlay div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.box-overlay .overlay-box-titulo {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.box-overlay.box-geral .overlay-box-titulo {
    padding-left: 5px !important;
}

.box-overlay .overlay-box-cancela img {
    margin-top: -6px;
    float: right;
}

.box-overlay .overlay-box-conteudo {
    font-size: 18px;
    margin-bottom: 20px;
}

.box-overlay .overlay-box-conteudo strong {
    font-weight: 700;
    color: #828282;
    display: block;
    margin-bottom: 8px;
}

.box-overlay .overlay-box-action button {
    height: 50px;
    margin-top: 8px;
}

.box-overlay .overlay-box-action .btn-contrato-novo {
    background-color: #69CB7B;
}

.box-overlay .overlay-box-action .btn-contrato-curtoprazo {
    background-color: #ADCA3D;
}

.box-overlay .overlay-box-action .btn-contrato-longoprazo {
    background-color: #26CDB9;
}

option[profile="1"] {
  font-weight: bolder;
}

option[profile="0"] {
  white-space: pre;
}


.header-table-oblig div{
    padding: 0 !important;
}

.header-table-oblig div{
    padding: 0 !important;
}

.row-table-oblig div {
    padding: 0 !important;
    margin-top: 2px;
    font-size: 13px;
}

.actions-obligations {
    display: flex;
    justify-content: space-around;
}

.titulo-obligations {
    border-bottom: solid 1px;
    margin-bottom: 10px;
}

.titulo-obligations h6 {
    margin-bottom: 2px;
}

#total-value-with-obligations {
    font-weight: 300;
}

.row-title-calc-oblig {
    margin-bottom: 10px;
}

.row-title-calc-oblig div {
    font-weight: 500;
    font-size: 12px;
}

.row-content-calc-oblig {
    margin-bottom: 10px;
}

.row-content-calc-oblig div.col-md-3 {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}

.row-content-calc-oblig div.col-md-4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#history_of_obligations {
    padding-top: 10px;
}

#total-value-with-obligations {
    font-weight: 300;
    color: #EC6C41;
    font-weight: bold;
}

.box-obrigacoes {
    position: relative;
}

.col-tariffs {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}

.row-tariffs {
    display: flex;
    justify-content: center;
}

.container-edit-ucs {
    display: flex;
    padding: 20px;
}

.container-invoice-energy {
    background-color: #E2E2E2;
    height: 500px;
    padding-top: 20px;
    overflow-y: auto;
}

.icone {
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    text-indent: -9999px;
}

.icone-lixeira {
    -webkit-mask-image: url("/static/images/icons/icone-lixeira.svg");
    mask-image: url("/static/images/icons/icone-lixeira.svg");
}

.icone-download {
    -webkit-mask-image: url("/static/images/icons/icone-download.svg");
    mask-image: url("/static/images/icons/icone-download.svg");
}

.icone-upload {
    -webkit-mask-image: url("/static/images/icons/icone-upload.svg");
    mask-image: url("/static/images/icons/icone-upload.svg");
}

.icone-send {
    -webkit-mask-image: url("/static/images/icons/icone-send.svg");
    mask-image: url("/static/images/icons/icone-send.svg");
}

.icone-pdf {
    -webkit-mask-image: url("/static/images/icons/icone-pdf.svg");
    mask-image: url("/static/images/icons/icone-pdf.svg");
}

.icone-reload {
    -webkit-mask-image: url("/static/images/icons/icon-reload.svg");
    mask-image: url("/static/images/icons/icon-reload.svg");
}

.arrow {
  border: solid rgba(0,0,0,.54);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}