@media (min-width: 1367px) {
    .container {
        max-width: 80%;
    }
}

html, body {
    height: 100%;
}

body {
    background: #fff;
}

.no-overflow {
    overflow: hidden !important;
}

.btn-login {
    transition: 200ms all;
}

    .btn-login:hover {
        -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
        transition: 200ms all;
    }

.navbar {
    padding-left: 0;
    padding-right: 0;
}

    .navbar.fixed-top {
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }

    .navbar .navbar-brand {
        padding: 0;
    }

        .navbar .navbar-brand img {
            height: 40px;
        }

    .navbar #lknSair {
        transition: 300ms all;
        border-radius: 4px;
    }

        .navbar #lknSair:hover {
            background-color: #ba1717;
            color: #fff;
            transition: 300ms all;
        }

form.form-master {
    padding-top: 56px;
    position: absolute;
    transition: 300ms all;
    width: 100%;
}

    form.form-master.filtros-abertos {
        padding-left: 300px;
        transition: 300ms all;
    }

form#form1 {
    min-height: 100vh;
}

#nav-filtros {
    position: absolute;
    left: 0;
    top: 72px;
    background-color: #fff;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 10px;
    transition: 300ms all;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 999;
    cursor: pointer;
}

    #nav-filtros.filtros-abertos {
        left: 299px;
        transition: 300ms all;
    }

.sidenav-filtros {
    position: fixed;
    width: 300px;
    left: -300px;
    height: calc(100% - 56px);
    top: 56px;
    background-color: #fff;
    padding: 20px 15px;
    transition: 300ms all;
    overflow: auto;
    border-right: 1px solid #333;
    z-index: 99;
}

    .sidenav-filtros.aberto {
        left: 0;
        transition: 300ms all;
    }

.bg-login {
    background: #009ed6;
    min-height: 100vh;
    padding: 50px 0;
}

    .bg-login > div {
        min-height: 100vh;
        min-height: calc(100vh - 100px);
    }

.info-login {
    color: #fff;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    display: block;
    right: 0;
    padding: 20px;
}

    .info-login .titulo-info {
        font-family: "Fredoka One", cursive;
        transform: translateY(40%);
        transition: 1s all;
        opacity: 0;
    }

    .info-login p {
        margin: 0;
        transform: translateY(40%);
        transition: 1s all;
        opacity: 0;
    }

        .info-login p:last-child {
            transition-delay: 450ms;
        }

    .info-login img {
        height: 200px;
        margin: 40px 0;
        transition-delay: 400ms;
        transform: translateY(40%);
        transition: 1s all;
        opacity: 0;
    }

.campos-login {
    opacity: 0;
    transition: 1s all;
}

    .campos-login img {
        filter: drop-shadow(2px 2px 1px #ddd);
    }

    .campos-login .btn-success {
        background-color: #4aa940;
        border-color: #4aa940;
    }

        .campos-login .btn-success:hover {
            background: #3a8432;
            border-color: #3a8432 !important;
        }

        .campos-login .btn-success:active {
            background-color: #32722b !important;
            border-color: #32722b !important;
        }

.cabecalho {
    background-color: #009ed6;
    font-family: "Fredoka One", cursive;
    color: #fff;
    padding: 15px 0;
    margin: 0 0 30px;
    border-bottom: 10px solid #429739;
}

    .cabecalho .titulo-cabecalho {
        margin: 0;
    }

.container-table {
    position: relative;
    overflow: auto;
    min-height: 300px;
    max-height: calc(100vh - 256px);
    margin: 0 0 20px;
}

.divDownloads {
    border-radius: 4px;
    background: #eee;
    display: none;
    max-width: 500px;
    margin: 10px auto;
    padding: 15px 0;
}

.divTransmissoes {
    border-radius: 4px;
    background: #eee;
    display: none;
    max-width: 500px;
    margin: 10px auto;
    padding: 15px 0;
}

.table-bordered td, .table-bordered th {
    white-space: nowrap;
}
/*# sourceMappingURL=estilos.css.map */
