body {
    background: rgb(238, 238, 238) !important;
}

.tmhead td p {
    font-weight: bold;
    color: white;
    font-size: 12px;
}

.tmhead td {
    background-color: #213b54 !important;
    font-size: 10px !important;
    color: white !important;
}

.incomedocument {
    font-size: 12px !important;
    font-weight: bold;
}

.inputborder {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #d7d4d4 !important;
}

.table tbody tr:nth-child(even) {
    background-color: #f3f8fc !important;
}

.tmhead td p {
    font-weight: bold;
    color: white;
}

.tmhead,
.tmhead th {
    background-color: #213b54 !important;
    font-size: 10px !important;
    color: white !important;
}

.input-group-addon {
    background-color: #f3f8fc !important;
}

.btn-success {
    color: #fff !important;
    background-color: #ff4302 !important;
    border-color: #ff4302 !important;
}

.inputborder {
    border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px white solid;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label {
    font-weight: bold !important;
    font-size: 11px !important;
    color: #263d55 !important;
}

.swal-modal {
    border-radius: 0px;
    width: 40%;
}

.swal-title,
.swal2-title {
    text-align: center;
    color: #61534e;
    margin-top: -30px !important;
    text-transform: uppercase;
}

.swal2-content div {
    display: block;
    font-size: 17px !important;
    text-align: center;
    color: #61534e;
    margin-top: 0px !important;
}

.swal-button,
.swal2-actions button {
    width: 150px !important;
    background-color: #263d55 !important;
    margin-bottom: 10px;
    transition: background-color 0.2s ease;
}

.swal2-loading .swal2-confirm {
    width: 45px !important;
}

.swal-button:active,
.swal-button:hover {
    background-color: #3e6185;
}

.swal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    overflow: hidden;
}

.anexos-button {
    background-color: #213b54 !important;
    color: white !important;
    transition: background-color 0.5s ease !important;
}

.anexos-button:hover {
    background-color: #355d84 !important;
}

.inputborder {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #d7d4d4 !important;
}

.table tbody tr:nth-child(even) {
    background-color: #f3f8fc !important;
}

.tmhead td p {
    font-weight: bold;
    color: white;
}

.tmhead,
.tmhead th {
    background-color: #213b54 !important;
    font-size: 10px !important;
    color: white !important;
}

.input-group-addon {
    background-color: #f3f8fc !important;
}

.btn-success {
    color: #fff;
    background-color: #ff4302;
    border-color: #ff4302;
}

.btn-success:hover,
.btn-success:active {
    color: #fff;
    background-color: #f7764a;
    border-color: #f7764a;
}

.inputborder {
    border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px white solid;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label {
    font-weight: bold !important;
    font-size: 11px !important;
    color: #263d55 !important;
}

.actionbuttons {
    background-color: white;
    color: black;
    border-color: black;
    width: 40px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.actionbuttons:hover {
    background-color: #ff4509 !important;
    color: white !important;
    border-color: #ff4509 !important;
}

.btn-circle {
    height: 27px !important;
    width: 15px !important;
    margin: 2px;
    padding: 10px 16px !important;
    border-radius: 35px !important;
    font-size: 15px !important;
    line-height: 1.33 !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.black {
    background-color: #263d55 !important;
    border-color: #263d55 !important;
    color: white !important;
}

.orange {
    background-color: #ff4509 !important;
    border-color: #ff4509 !important;
}

.green {
    background-color: #76c730 !important;
    border-color: #76c730 !important;
    color: white !important;
}

.blue {
    background-color: #48b0f7 !important;
    border-color: #48b0f7 !important;
    color: white !important;
}

.red {
    background-color: #f55753 !important;
    border-color: #f55753 !important;
    color: white !important;
}

.aqua {
    background-color: #10cfbd !important;
    border-color: #10cfbd !important;
    color: white;
}

.yellow {
    background-color: #f8d053 !important;
    border-color: #f8d053 !important;
    color: white;
}

.blue:hover,
.blue:active {
    background-color: #6dc0f9 !important;
    border-color: #6dc0f9 !important;
    color: white !important;
}

.aqua:hover,
.aqua:active {
    background-color: #40d9ca !important;
    border-color: #40d9ca !important;
    color: white;
}

.red:hover,
.red:active {
    background-color: #f77975 !important;
    border-color: #f77975 !important;
    color: white !important;
}

.black:hover {
    background-color: #436b96 !important;
    border-color: #436b96 !important;
}

.black:active {
    background-color: #5385ba !important;
    border-color: #5385ba !important;
}

.orange:hover,
.orange:active {
    background-color: #fc6b3c !important;
    border-color: #fc6b3c !important;
}

.green:hover,
.green:active {
    background-color: #76c730 !important;
    border-color: #76c730 !important;
    color: white !important;
}

.select2-dropdown {
    z-index: 99999999 !important;
}

.overflow-hide {
    overflow-y: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
    overflow-y: hidden;
}