body {
    /*background-color: #e5e5e5 !important;*/
    /*font-family: 'Montserrat';*/
    /*font-size: 0.9em;*/
}
.header {
    background-color: #001A35;
}
.header a {
    color: #9abeff;
}
.header .button {
    color: white;
    background-color: #FF0000;
    border-radius: 0;
    padding: 6px;
    font-size: 0.9em;
    font-weight: bold;
}
.header .button:hover {
    color: yellow;
    text-decoration: none;
}
.title-logo {
    border-left: 1px solid white;
}
.ellipsis {
    position: relative;
}
.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container_main {
    /*font-family: "Segoe UI";*/
    /*font-family: "Segoe UI Light";*/
    font-weight: 500;
    font-size: 1.05em;
}




.table thead tr {
    /*font-size: 0.9em;*/
}
.table thead tr:nth-child(odd) {
    min-width: 70px;
    height: 50px;
    padding: 0px 2px;
    color: #fff;
    /*font-family: "Segoe UI Light";*/
    font-weight: 400;
    /* font: 400 14px/20px 'wf_SegoeUILight'; */
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #0051a3;
    text-align: center;
    /*vertical-align: !inherit;*/
    font-weight: normal;
}
.table thead th {
    vertical-align: middle;
}
.table tr td {
    padding: 4px;
    /*color: #202020;*/
    font-weight: 900;
    font-size: 0.85em;
    border: 1px solid #d3d3d3;
    /*text-align: center;*/
}

.table-datatable thead tr:nth-child(2) th {
    padding: 0 !important;
}
.dataTables_info {
    padding-top: 0.6em;
}

.table-datatable th {
    font-weight: normal;
    font-size: 0.80em;
    text-align: center;
}

.table-datatable td {
    /*font-size: 14px;*/
    /* white-space: nowrap; */
}
td.td-edit {
    -webkit-box-shadow: -2px 0px 0px 0px rgb(0, 214, 0) inset;
    -moz-box-shadow: -2px 0px 0px 0px rgb(0, 214, 0) inset;
    -ms-box-shadow: -2px 0px 0px 0px rgb(0, 214, 0) inset;
    -o-box-shadow: -2px 0px 0px 0px rgb(0, 214, 0) inset;
    box-shadow: -2px 0px 0px 0px rgb(0, 214, 0) inset;
    /*cursor: pointer;*/
}
td.td-edit a {
    padding-right: 2px;
    color: #202020;
    text-decoration: none;
}
td.td-text-right {
    text-align: right !important;
}
td.td-text-center {
    text-align: center !important;
}

tr .selected {
    background-color: #d9d9d9;
}
table .cel_active {
    background-color: rgba(255, 255, 0, 0.4) !important;
}
.cel_success {
    background-color: rgba(0, 239, 0, 0.18);
}


.dataTables_length, .dataTables_filter {
    display: none;
}
.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
    font-weight: 600;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0051a3;
    border-color: #0051a3;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0051a3;
    background-color: #fff;
    border: 1px solid #dddfeb;
}
.footer {
    border-top: 2px solid black;
    font-size: 0.90em;
}
/*.modal {*/
/*    font-size: 1.05em;*/
/*}*/
/*.modal table {*/
/*    font-size: 1em;*/
/*}*/

.block-ico {
    display: block;
    position: fixed;
    top: 40%;

}
.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cursor-pointer {
    cursor: pointer;
}
.text-0875 {
    font-size: 0.875em;
}



.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 0 0 10px 60px;
    cursor: pointer;
    line-height: 1.15em;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}
.checkbox + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.checkbox:checked + label:before {
    background: #9FD468;
}
.checkbox:checked + label:after {
    left: 26px;
}
.checkbox:focus + label:before {
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}
.instruction {
    font-family: 'Montserrat';
    font-size: 1.05em;
}
li  {
    padding-bottom: 1em;
}

.bg-success-light {
	background-color: #a0e8a0 !important;
}

.bg-info-light {
	background-color: #aee2eb !important;
}

.bg-primary-light {
	background-color: #afdafc !important;
}

.bg-warning-light {
	background-color: #ffdb8b !important;
}

.bg-danger-light {
	background-color: #f7c8c3 !important;
}




.wait-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    animation-delay: 1s;
    background-color: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eed968;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eed968;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eece68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eece68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eec368;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eec368;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eead68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eead68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #ee8c68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ee8c68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.m-block {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.bg-gray-100 {
    background-color: #f3f3f3;
}
.bg-gray-200 {
    background-color: #eeeeee;
}

.bg-gray-300 {
    background-color: #dddfeb !important;
}

.bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.bg-gray-500 {
    background-color: #b7b9cc !important;
}

.bg-gray-600 {
    background-color: #858796 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}




input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    cursor: pointer;
    /*font-family: FontAwesome;*/
    display: inline-block;
}

input[type=checkbox] + label:before {
    content: "\f204";
    color: #cccccc;
} /* unchecked icon */
input[type=checkbox] + label:before {
    letter-spacing: 1px;
} /* space between checkbox and label */

input[type=checkbox]:checked + label:before {
    content: "\f205";
    color: #08ce08;
} /* checked icon */
input[type=checkbox]:checked + label:before {
    letter-spacing: 1px;
} /* allow space for check mark */

.table1 th {
    /*font-family: "Segoe UI Light";*/
    font-weight: 500;
    /*font-size: 1.15em !important;*/
}

.m_help_info {
    font-size: 1.5em !important;
    margin-right: 0.40em;
    margin-top: 0.30em;
}