
/* brand colors
#0099D3 - light blue
#1A6E90 - dark blue
#666666 - dark grey
*/

*{
    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: #1A6E90;
}

.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-brand{
    background-color: #1a6e90;
}
.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 #1A6E90;
    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: #1A6E90;
} */

.animated-gradiend-bg-01 {
    background: linear-gradient(-45deg, #0099D3 , #1A6E90 , #0099D3 , #1A6E90 );
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.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: 5rem;
}

/* 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;
    padding: .5rem 1.25rem;
}


.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;
    background: #0f6183;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}

.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;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear{
    margin-top: 0rem;
}

.select2-container{
    z-index: 9999;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #e2e8ee !important;
}

/* table-card */

.table-card-01 {
    background: #f6f6f6;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #22222230;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.negative-tr{
    background: #ff00001f;
}

.btn{
    margin-top: .2rem;
    margin-bottom: 0.2rem !important;
}

.btn-group-sm>.btn, .btn-sm {
    border-radius: 0.1rem;
    font-size: .7rem;
    padding: 0.2rem 0.2rem;
}

.table-current-entries-list .bg-warning td,
.table-current-entries-list .bg-primary td {
    box-shadow: inherit !important;
}

.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr{
    border-color: #d6d6d696;
}

.card-title{
    font-size: .80rem;
    line-height: 1.3rem;
}

.text-decoration-none{
    text-decoration: none;
}

.tab .tab-content{
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%), 0 2px 3px rgb(0 0 0 / 25%);
}

.swal2-container.swal2-center{
    z-index: 999999;
}

.dropdown .dropdown-menu.show{
    z-index: 99999;
}

/* login page */

.login-with-google-btn {
    transition: background-color .3s, box-shadow .3s;

    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;

    &:hover {
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    }

    &:active {
      background-color: #eeeeee;
    }

    &:focus {
      outline: none;
      box-shadow:
        0 -1px 0 rgba(0, 0, 0, .04),
        0 2px 4px rgba(0, 0, 0, .25),
        0 0 0 3px #c8dafc;
    }

    &:disabled {
      filter: grayscale(100%);
      background-color: #ebebeb;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
      cursor: not-allowed;
    }
  }