input:focus { border-color: black !important; box-shadow: none !important; }
select:focus { border-color: black !important; box-shadow: none !important; }
textarea:focus { border-color: black !important; box-shadow: none !important; }
button:focus { box-shadow: none !important; }

.backgroundImage {
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url('../img/background.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.backgroundImage::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.65);
}

.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.50rem;
    background-color: #00000070;
    width: 272px;
    height: 329px;
    padding: 16px;
    box-shadow: 0px 0px 22px 0px gold;
}

.div-img {
    margin-left: 1px;
    height: 58px;
    width: 116px;
    margin-top: -388px;
    position: absolute;
    z-index: -1;
    box-shadow: 0px 0px 22px 0 gold;
}

.login input:hover {
    outline: 0;
    box-shadow: none;
}

.pos-eye {
    position: absolute;
    margin-top: 8px;
    margin-left: 200px !important;
}

.div-menus {
    background-color: #001b36;
    width: 300px;
}

.cont-app {
    width: calc(100vw - 250px);
}

.cont-dados {
    height: calc(100vh - 40px);
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.nav-bar {
    background-color: #1f2327;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    height: 60px;
    font-size: 20px;
}

.div-rodape {
    background-color: #1f2327;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.cont-ccc {
    background-color: #ccc;
    border: 1px solid transparent;
    padding: 8px;
    border-radius: 0.25rem !important;
    box-shadow: 0 0 16px 5px #ccc;
}

.border-radius-25rem { border-radius: 0.25rem !important; }

.border-radius-375rem { border-radius: 0.375rem !important; }

.switch {
    position: absolute;
    margin-top: -36px;
    margin-left: 85px;
}

.bg-e9 { background-color: #e9ecef !important; }

.img-neoenergia {
    background-image: url('../img/neoenergia.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.img-caesb {
    background-image: url('../img/caesb.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.tab-active-mod-4 { background-color: #ccc !important; }

.tab-active-mod-4 a { 
    color: black; 
    font-weight: bold;
}

.tab-active-mod { background-color: #fff !important; }

.tab-active-mod a { 
    color: black; 
    font-weight: bold;
}

.tab-active-mod-2 { 
    background-color: #ccc;
    border: 1px solid transparent;
    border-radius: 0.25rem !important;
    box-shadow: 0 0 16px 5px #ccc; 
}

.tab-active-mod-2 a { 
    color: black; 
    font-weight: bold;
}

.tab-active-mod-3 { 
    background-color: #e9ecef !important; 
    color: black; 
    font-weight: bold;
}

.tab-active-mod-3 a { 
    color: black; 
    font-weight: bold;
}

.bg-ccc { background-color: #CCC !important; }

.bg-yellow { background-color: yellow !important; }

.bg-success-mod { background-color: #1987543b !important; }

.bg-danger-mod { background-color: #dc354542 !important; }

.bg-vs-code { background-color: #282a36 !important; }

.menu-sistema:hover { color: black !important; }

.menu-sistema:hover div {
    background-color: white !important;
    border-radius: 20px;
}

.sair-hover:hover { color: red !important; }

.cad-user:hover { color: orange !important; }

.box-shadow-none { box-shadow: none !important; }

.border-data {
    display: flex;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    justify-content: center;
    align-items: center;
}

.border-1 {
    border: 1px solid;
    border-radius: 0.25rem;
}

.page-active { background-color: #282a36; }

.page-active a { color: orange !important; }

.div-menus-gesCons {
    background-color: #001b36;
    width: 250px;
}

.page-active-gesCons {
    background-color: #fff;
    border-radius: 20px 0 0 20px;
}

.tab-active {
    background-color: #fff !important;
    color: black;
}

.border-acoes {
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    padding: 8px;
    width: 120px;
}

.border-acoes div {
    display: flex;
    justify-content: center;
    margin-top: -20px;
}

.border-acoes div b {
    background-color: #e9e9e9;
    width: 60px;
    text-align: center;
}

.tr-hover:hover {
    cursor: pointer;
    background-color: #0d6efd !important;
    color: white !important;
    font-weight: bold;
}

.dragging {
    opacity: 0.5;
}

.marker-tag {
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

.marker-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4285F4;
}

.btn-outline-ccc {
    color: #ccc;
    border-color: #ccc;
}

.btn-check:checked + .btn-outline-ccc, .btn-check:active + .btn-outline-ccc, .btn-outline-ccc:active, .btn-outline-ccc.active, .btn-outline-ccc.dropdown-toggle.show {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-ccc:disabled, .btn-outline-ccc.disabled {
    color: #ccc;
    background-color: transparent;
}

.tr-hover-gda:hover {
    background-color: #001b36 !important;
    color: white;
    cursor: pointer;
}