﻿html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

    body.sticky-footer {
        margin-bottom: 56px;
    }

        body.sticky-footer .content-wrapper {
            min-height: calc(100vh - 56px - 56px);
        }

    body.fixed-nav {
        padding-top: 56px;
    }

.logo-login {
    cursor: pointer !important;
    margin-top: 0.5rem !important;
}

.footer-btn {
    text-align: center !important;
}

.btn-Entrar {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    text-transform: initial !important;
    background-position: 11.1rem !important;
}

.panel-heading h3 {
    color: #4D4E53;
    font-weight: bold;
}

.upperCaseField {
    text-transform: uppercase;
}

.btn {
    padding-right: 38px !important;
}

/* #### margin entre modais #### */
.margin-modal {
    margin-top: 3rem;
}

/* #### margin entre modais #### */
.modalfooter {
    border-left: 1px solid gray;
    margin-top: 50px;
}

.divmargintopfooter {
    margin-top: 26px;
}

.alerta-comunicado {
    overflow-y: auto !important;
    max-height: 300px !important;
}

.mx-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .footer-btn {
        margin-top: 50px !important;
    }
}