*{
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
}
body {
    background: #f3f2ef;
    /* background: #ffffff; */
}

body .sidebar-content,
body .sidebar,
body .simplebar-wrapper {
    /* background: #2d6bcf; */
    /* background: #9c0a0a; */
    background: #0a66c2;
}

.sidebar-link,
a.sidebar-link,
.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg,
.sidebar-dropdown .sidebar-link,
.sidebar-link:hover,
.sidebar-link:hover i,
.sidebar-link:hover svg {
    color: #ffffff;
}

select[readonly] {
    background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
  }

/* bg colors */
.bg-blue-light {
    background: #e0eafc;
}

.bg-green-light {
    background: rgba(75, 191, 115, .175);
}

.bg-red-light {
    background: rgba(217, 83, 79, .175);
}

.bg-grey-light {
    background: #e9e9e9;
}

.bg-orange-light {
    background: #faeddb;
}

.bg-purple-light {
    background: #e0cfff;
}

.card {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%), 0 2px 3px rgb(0 0 0 / 25%);
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.card-title {
    color: #0a66c2;
}

select.form-control {
    background-color: #ffffff !important;
}

select.readonly {
    background-color: #e2e8ee !important;
}

/* loader */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #00695c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 9999999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#overlay {
    background: rgb(0 0 0 / 30%);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.form-switch .form-check-input {
    width: 3em;
}

.form-check-input {
    height: 1.5em;
}

.form-check-input:checked {
    background-color: #4bbf73;
    border-color: #4bbf73;
}

.fixed-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}


@media only screen and (max-width: 768px) {
    .fixed-footer{
        padding: 1rem 0 1rem 0 !important;
    }
    .text-end{
        text-align: inherit !important;
    }
    .fixed-footer .text-start p{
        margin-bottom: 1rem !important;
    }
  }

/* login page */

.login-section-wrapper .row{
    background: #0a66c2;
}

.login-section-wrapper .h2,
.login-section-wrapper p.lead{
    color: #ffffff;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
.login-form-wrapper{
    margin-top: 7rem;
}

/* datatable */
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: collapse !important;
    border-spacing: 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 1rem 0 0 0;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 1rem;
}

.table>tbody>tr>td {
    font-size: 12px;
}

.table>:not(caption)>*>* {
    padding: .4rem;
}

/* sidebar */
.admin-sidebar .sidebar-link,
a.sidebar-link {
    text-transform: capitalize;
}

.borderless,
.borderless tr,
.borderless tbody,
.borderless td,
.borderless th {
    border: none;
}

table th,
.nav-tabs .nav-link,
.modal-title,
.badge {
    text-transform: uppercase;
}

.card .card-header {
    text-transform: uppercase;
}


.text-muted {
    font-size: 10px;
    margin-left: .3rem;
}

/* Chrome, Safari, Edge, Opera */
input.arrow-none::-webkit-outer-spin-button,
input.arrow-none::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.arrow-none[type=number] {
    -moz-appearance: textfield;
}

.select2-container {
    width: 100% !important;
}

.card-header{
    font-weight: 700;
}
.sidebar-brand{
    font-size: .9rem;
}

.stat.text-danger svg{
    color: rgb(217, 83, 79) !important;
}

.btn.btn-secondary.buttons-excel.buttons-html5{
    background-color: #1d6f42;
    border-color: #1d6f42;
}
.required-mark{
    color: #910808;
}
.prt-cpy{
    cursor: pointer;
}

.nobr br{
    display: none;
}