html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.dataTables_length, .dataTables_filter {
    margin-bottom: 0.75rem !important;
    z-index: -1;
}

.bg-azul-pge {
    background-color: #4682B4;
}

.btn-primary {
    color: #fff;
    background-color: #4682B4;
    border-color: #4682B4;
}

    .btn-primary:active {
        color: #fff;
        background-color: #376891;
        border-color: #376891;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #376891;
        border-color: #376891;
        box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #376891;
        border-color: #376891;
    }

label.error {
    color: rgb(220, 53, 69);
}

.link-recurso {
    word-wrap: break-word;
    max-width: 150px;
}

@media screen and (max-width: 991px) {
    .width-md {
        width: 100% !important;
    }
}

#relatoriosSpinnerOverlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

.navbar {
    z-index: 1001;
}

#myToast {
    z-index: 1;
}

input:not(.link-email, .func-prog), textarea, .texto-maiusculo {
    text-transform: uppercase;
}

select, select option {
    text-transform: uppercase;
}

.dropdown-menu > a:hover {
    background-color: #376891;
}

a.dropdown-item:hover {
    background-color: #376891
}
