﻿/* ------------------- */
/*   DEFAULT CUSTOMS   */
/* ------------------- */
h1{
    padding-top: 5px;
    padding-left: 0 !important;
}

h1 img{
    height: 30px;
}

h1 span{
    font-size: 14px;
    margin-left: 10px;
    color: #ffffff !important;
}

footer a{
    color: #ffffff;
}

/* Link-card na index */
a:hover div.card div.card-img-overlay p,
a:focus .card div.card-img-overlay p,
a:hover div.card div.card-img-overlay div small,
a:focus .card div.card-img-overlay div small{
    color: #358597 !important;
}

/* Paginação da Datatables */
.page-link{
    color: #555555 !important;
}

.page-item.active .page-link{
    background-color: #17A2B8 !important;
    border-color: #358597 !important;
    color: #ffffff !important;
}

/* ----------------- */
/* ---  FOOTER   --- */
/* ----------------- */

footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer-relative {
    position: relative;
    height: 56px;
    width: 100%;
    bottom: 0
}

/* ----------------- */
/*   MEDIA QUERIES   */
/* ----------------- */
@media only screen and (min-width: 768px) {
    #headerMenu li{
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #headerMenu li{
        margin: 5px 0;
    }
}


/* ----------- */
/*   SIDEBAR   */
/* ----------- */

#sidebar{
    background-color: #f6f7f8;
}

/* -------------- */
/*   BREADCRUMB   */
/* -------------- */
.breadcrumb-item{
    font-size: 0.9rem !important;
}

/* -------- */
/*   HOME   */
/* -------- */
ul.menu-home li a{
    border: 1px solid #dee2e6;
    border-radius: 5px;
    border-left: 5px var(--info) solid;
    transition: box-shadow .3s;
}

ul.menu-home li a:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

ul.menu-home li a{
    text-decoration: none;
    color: #000;
}

/* --------------------- */
/*   BLOCO DE MENSAGEM   */
/* --------------------- */
.block-msg{
    border: 1px solid #dee2e6;
    border-radius: 5px;
    border-left: 5px var(--danger) solid;
}

.block-msg h2{
    color: var(--danger);
}

/* ------------------ */
/*   FORMULÁRIOS BRC  */
/* ------------------ */

.brcForm fieldset{
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.brcForm legend{
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
    width: auto !important;
    margin-left: -0.3rem !important;
    padding: 0 0.3rem;
}

.brcForm label{
    font-weight: lighter;
}

.brcForm .custom-file-label.required::after{
    border-left: 1px solid #ced4da !important;
}

.brcForm .custom-file-label.required{
    border-left: 3px var(--danger) solid;
}

.brcForm input:required,
.brcForm select:required,
.brcForm textarea:required{
    border-left: 3px var(--danger) solid;
}

/* ------------------ */
/*   TABELAS  */
/* ------------------ */

.table td{
    vertical-align: middle !important;
}