* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

/* Heading */
h1 {
    color: #fc7837 !important;
    text-align: center;
}

h1 a:link {
    text-decoration: none;
    color: #fc7837;
}

h1 a:hover {
    text-decoration: none;
    color: #fc7837;
}

h1 a:visited {
    text-decoration: none;
    color: #fc7837;
}

h1 a:active {
    text-decoration: none;
    color: #fc7837;
}

h2 {
    color: #fc7837;
}

h3 {
    color: #fc7837 !important;
}

/* --- */

/* FX */
.gradient {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

/* --- */

/* Logo */
@media (max-width: 576px) {
    #logo img {
        width: 40px;
        height: 60px;
    }

    #logo h1 {
        font-size: large;
    }

    #logo h6 {
        font-size: small;
    }

    footer h6 {
        font-size: small;
    }
}

/* --- */

/* Navigation */
#navbar-div {
    padding: 0px !important;
    min-height: 10px !important;
    background-color: #1b3573 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #00206F !important;
}

#navbar-sep {
    margin-top: -1px;
    height: 4px;
    background-color: #ff7e00;
}

/* --- */

/* Links */
a {
    color: #337ab7;
}

/* --- */

/* Login */
#login .card-header {
    color: #337ab7;
    font-weight: bold;
    text-transform: uppercase;
}

/* --- */

/* Bootstrap */
.btn-outline-primary {
    border-color: #337ab7;
}

.custom-file-input:lang(br)~.custom-file-label::after {
    content: "Procurar";
}

.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #337ab7;
}

.page-link {
    color: #337ab7;
}

/* --- */



/* Dashboard cards */
.border-left-warning {
    border-left: .25rem solid #f6c23e !important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important;
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important;
}

.border-left-extra {
    border-left: .25rem solid #ff7777 !important;
}

.border-left-fly {
    border-left: .25rem solid #a00aaa !important;
}

.border-left-deep {
    border-left: .25rem solid #333aaa !important;
}



.border-left-warning-2 {
    border-left: .25rem solid #660b56 !important;
}

.border-left-info-2 {
    border-left: .25rem solid #386038 !important;
}

.border-left-success-2 {
    border-left: .25rem solid #9312d8 !important;
}

.border-left-primary-2 {
    border-left: .25rem solid #b2ac00 !important;
}

.border-left-supergreen {
    border-left: .25rem solid #0daa0a !important;
}

.text-supergreen {
    color: #0daa0a !important;
}

.text-fly {
    color: #a00aaa !important;
}

.text-deep {
    color: #333aaa !important;
}

.text-extra {
    color: #ff7777 !important;
}

.font-warning-2 {
    color: #660b56 !important;
}

.font-info-2 {
    color: #386038 !important;
}

.font-success-2 {
    color: #9312d8 !important;
}

.font-primary-2 {
    color: #b2ac00 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-500 {
    color: #ccc !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.h4 {
    font-size: 14px !important;
}

.card-body {
    padding: 6px 1.5rem !important;
}

.card {
    min-width: 234px !important;
}

.card-flex {
    padding-top: 5px;
    padding-bottom: 15px;
    flex: none;
}

.card-wrapper {
    display: flex;
    justify-content: center;
}

@media (min-width: 520px) {
    .card-flex {
        max-width: 250px !important;
        min-width: 250px !important;
        padding: 10px;
    }
}

@media (min-width: 998px) {
    .card-flex {
        max-width: 400px !important;
        min-width: 400px !important;
        padding: 10px;
    }
}


@media (min-width: 1500px) {
    .card-flex {
        max-width: 300px !important;
        min-width: 300px !important;
        padding: 10px;
    }
}

.card-wrapper .input-group-prepend {
    width: 80px;
}

.card-wrapper .input-group-text {
    width: 80px;
    justify-content: flex-end;
}

.bg-grupo {
    background-color: #36b9cc;
    color: #fff;
}

.bg-titulo {
    background-color: #149b80;
    color: #fff;
}

.bg-texto {
    background-color: #14459b;
    color: #fff;
}

.bg-pagina {
    background-color: #FF7000;
    color: #fff;
}


.btn-salvar {
    width: 50%;
}

.btn-120 {
    width: 120px;
    margin: 5px 0;
}

.table-align-middle th,
.table-align-middle td {
    vertical-align: middle !important;
    text-align: center;
}

.table-align-middle th {
    min-width: 55px;
}

.td-right {
    text-align: right !important;
}

.td-w100 {
    width: 100px;
}

/* --- */

/* others */
.noticias-lista td {
    vertical-align: middle;
}

.btn-over {
    background-color: #007bff;
    border-color: #007bff;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.btn-salvar {
    margin: 15px 0;
    width: 100%;
    max-width: 250px;
}

.file-form {
    padding: 3px 12px 0 3px;
}

.preview-wrapper {
    padding: 10px 0;
}

.preview-img {
    max-height: 70px;
}

main {
    min-height: calc(100vh - 242px);
    align-items: center;
    display: flex;
    flex-direction: column;
}

footer {
    position: relative;
    bottom: 0;
}

.alert {
    width: 100%;
}

.error-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: 1%;
    content: attr(data-count);
    font-size: 30%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: #fff;
    background: rgba(0, 0, 255, .85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.box-descricao {
    border: 1px solid #ced4da;
    background-color: #e9ecef;
    padding: 6px 12px;
}

/*BOOTSTRAP HACKS*/
.input-group-prepend {
    width: 150px;
}

.input-group-text {
    width: 100%;
    display: flex;
    justify-content: center;
}

.px-100 {
    width: 100px;
}

.btn-height-large {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.separador {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

@media print {
    body * {
        visibility: hidden;
    }

    .printable,
    .printable * {
        visibility: visible;

    }

    .printable {
        position: absolute;
        top: 20px;
    }

    .printable-only {
        display: flex !important;
    }

    .not-printable {
        display: none !important;
    }
}

@media screen {
    .printable-only {
        display: none !important;
    }
}