﻿
.label-list {
    font-size: 12px;
    font-weight: normal !important;
}

.label-devtools {
    font-size: 12px;
    font-weight: bold !important;
}

.label-devtools-title {
    font-size: 2em;
    color: #06a6c1;
    font-weight: bold !important;
}

.input-year {
    width: 100px;
}

.input-user {
    width: 150px;
}

.select-role {
    width: auto;
}

.btn {
    height: 30px !important;
}

.button-logout {
    height: 40px !important;
}

.button-admin {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 10px !important;
    border: none;
}

.button-submit-admin {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-color: #06a6c1;
    color: white;
    width: 100%;
    height: 2.5em;
    font-size: 2em;
}

.button-tool-admin {
    color: black;
    width: 250px;
    height: 3em;
    margin-top: 5px;
    font-size: 1.3em;
}

.button-delete-admin {
    width: 2em;
    height: 2em;
    min-width: 0 !important;
}

.div-loader-admin {
    width: 30px;
    height: 30px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #06a6c1;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.div-filters {
    padding: 10px;
    background-color: white;
}

.div-admin .label-title {
    font-size: 24px !important;
}

.div-admin label,
.dt-layout-row,
.dt-paging-button {
    font-size: 14px;
}

.div-admin .nav-tabs {
    display: flex !important;
    flex-direction: row !important;
    border: none;
}

    .div-admin .nav-tabs > li > button {
        color: #38a79d !important;
        background-color: #e6f6f9 !important;
        border-radius: 10px 10px 0px 0px;
        width: 9em;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: bold !important;
        font-size: 1.5em !important;
        margin-right: 0.5em !important;
        border: none;
        outline: none;
    }

    .div-admin .nav-tabs .nav-link.active {
        background-color: #06a6c1 !important;
        color: white !important;
        border-radius: 10px 10px 0px 0px;
    }

.div-admin-change-password{
    display:flex;
    align-items: center;
}

.div-admin-change-password div:first-child {
    margin-right: 10px;
}

.bg-light-green th {
    background-color: #e6f6f9 !important;
}

.table-datatable tbody tr:nth-child(odd) {
    background-color: #f3f6fa;
}

.table-datatable tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table-datatable tbody td,
.table-user-options tbody td,
.table-user-options tbody tr {
    background-color: unset !important;
}

.dt-input {
    background: white !important;
    display: inline-block;
    border: 1px solid #8c99a1 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '' !important;
    border-radius: 0 !important;
    line-height: 16px !important;
    filter: none;
    height: 26px !important;
    width: 50px;
}

.dt-length > label {
    margin-left: 10px !important;
}

.DataTables_Table_1_wrapper {
    color: #e6f6f9 !important;
    border: 1px;
    min-width: 18px !important;
    margin-left: -1px !important;
    line-height: 20px !important;
}

.dt-layout-row {
    margin-bottom: 5px;
}

.dt-paging-button {
    width: 3em;
    height: 2em;
    margin: 2px;
    border: 0;
}

.table-bordered,
.table-bordered > :not(caption) > * > * {
    border: 1px solid #dee2e6 !important;
    border-width: 1px;
}

th {
    border-bottom: unset!important;
}

table.dataTable {
    width: 100%;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

