.bootstrap-datetimepicker-widget{
    width: 220px !important;
}

@media (max-width: 415px){
    .footer-nic-logo{
        margin-top: -26px !important;
    }
    .footer-nic-logo-image{
        height: 31px !important;
    }
}

.color-black {
    color: #212529;
}

.bg-nic-blue {
    background-color: #0E4D92 !important;
    color: white;
}

.bg-nic-red {
    background-color: red !important;
    color: white;
}

.bg-nic-gray {
    background-color: #808080;
    color: white;
}

.color-nic-blue {
    color: #0E4D92;
}

.error-message{
    color: red;
}

.f-w-b{
    font-weight: bold;
}

.btn-nic-blue {
    background-color: #0E4D92;
    border-color: #0E4D92;
    color: white !important;
}

.btn-nic-blue:hover,
.btn-nic-blue:active,
.btn-nic-blue.hover {
    background-color: #367fa9;
    color: white;
}

.login-box-msg,
.register-box-msg {
    padding: 0 20px 0px;
}

.brand-link {
    padding: .5rem;
    line-height: 2;
}

.brand-link .brand-image {
    margin-left: 3px;
    max-height: 42px;
}

.p-t-15{
    padding-top: 15px !important;
}

.p-tb-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.f-w-b{
    font-weight: bold;
}

.f-w-n{
    font-weight: normal !important;
}

.b-none{
    border: none !important;
}

.m-b-1rem{
    margin-bottom: 1rem !important;
}

.v-a-m{
    vertical-align: middle !important;
}

hr{
    margin-top: 3px;
    margin-bottom: 3px;
}

.table-padding td, .table-padding th {
    padding: 4px !important;
}

.f-s-app-details{
    font-size: 13px;
}

.f-s-10px{
    font-size: 10px;
}

.f-s-12px{
    font-size: 12px;
}

.f-s-14px{
    font-size: 14px !important;
}

.table td, .table th {
    vertical-align: middle !important;
}

.table-b td, .table-b th{
    border: 1px solid #dee2e6 !important;
}

.pull-right{
    float: right;
}

.spinner-border-small {
    width: 1rem !important;
    height: 1rem !important;
}

.bg-white{
    background-color: white !important
}

.bg-active{
    background-color: #f5f6f7 !important;
}

@media (min-width: 650px){
    .modal-lg, .modal-xl {
        max-width: 80%;
    }
}

@media (min-width: 1024px){
    .modal-md {
        max-width: 50%;
    }
}

.bg-light-gray{
    background-color: rgba(0,0,0,.05) !important;
}

.modal-header{
    padding-top: 8px;
    padding-bottom: 8px;
}

body{
    font-size: 15px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 15px;
}

.table td, .table th {
    padding: 3px;
}
.sorting_asc:before, .sorting_desc:after {
    margin-block-end: -7px;
}
.sorting_asc:after,.sorting_desc:before{
    margin-block-end: -7px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    margin-block-end: -7px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    margin-block-end: -7px;
}

label {
    margin-bottom: 3px;
}

.form-control {
    font-size: 14px;
}

.form-group{
    margin-bottom: 10px;
}

.content-header {
    padding: 10px;
}

.content-header .breadcrumb {
    line-height: 2rem;
}

.m-b-0, .m-b-0px{
    margin-bottom: 0px !important;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
}

.mb-12{
    margin-bottom: 12px;
}
.l-h-1-1{
    line-height: 1.1 !important;
}

.mb3px{
    margin-bottom: 3px !important;
}

.app-status{
    padding: 5px !important;
    font-size: 13px !important;
    white-space: normal !important;
}

.m-r-10px{
    margin-right: 10px;
}

.m-b-5px{
    margin-bottom: 5px !important;
}

.f-s-20px{
    font-size: 20px !important;
}

.color-nic-gray{
    color: #808080 !important;
}
.color-nic-white{
    color: white !important;
}
.color-nic-orange{
    color: #ff7701 !important;
}

.content-wrapper>.content {
    padding: .5rem;
}

.layout-footer-fixed .wrapper .main-footer {
    bottom: -10px;
}
@media (max-width: 415px){
    .layout-footer-fixed .wrapper .main-footer {
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px){
    div.dataTables_filter {
        text-align: right !important;
    }
    div.dataTables_info{
        text-align: left !important;
    }
}

.p-b-0px{
    padding-bottom: 0px !important;
}
.table-bold-data{
    font-weight: bold;
    font-size: 20px;
}

.m-r-35px {
    margin-right: 35px;
}

.text-dark{
    color: black !important;
}

.color-nic-red{
    color: red !important;
}

.bg-beige{
    background-color: beige;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
    cursor: pointer;
}

.p-5px{
    padding: 5px !important;
}

.box-new{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    opacity: 1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.textarea-new{
    min-height: 50px;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
    padding-left: 6px;

    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    overflow: auto;
    resize: vertical;

    font-size: 14px;

}

.cursor-pointer {
    cursor: pointer;
}

.p-r-0px{
    padding-right: 0px;
}
.t-d-w{
    width: 230px;
}

.f-s-15px{
    font-size: 15px;
}
.border-project{
    border: 1px solid #007bff;
}

.vat-top td{
    vertical-align: top !important;
}

.table-lh1{
    line-height: 1 !important;
}

.table-lh1 td{
    min-width: 60px;
}

.border-nic-blue{
    border: 1px solid #0E4D92;
}

.bb-nic-blue{
    border-bottom: 1px solid #0E4D92 !important;
}

.border-primary{
    border: 1px solid #007bff;
}

.bb-primary{
    border-bottom: 1px solid #007bff !important;
}

.b-b-1px{
    border-bottom: 1px solid #dee2e6;
}
.t-a-r{
    text-align: right;
}

@media (max-width: 735px){
    .bs-stepper-header {
        display: block;
    }
}

.fw-body{
    background: #f4f6f9;
    border: 2px solid white;
}

.fs-1rem{
    font-size: 1.1rem;
}

.overlay-new{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgb(255 255 255 / 50%);
    text-align: center;
    top: 42%;
}

.overlay-full-page {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
}

.dt-buttons{
    float: right !important;
}

button.btn.btn-secondary.buttons-csv.buttons-html5 {
    margin-bottom: 10px;
    background-color: #218838;
    border-color: white;
    color: white !important;
    border-radius: 0.2rem;
}

button.btn.btn-secondary.buttons-pdf.buttons-html5 {
    margin-bottom: 10px;
    margin-left: 7px;
    background-color: #dc3545;
    border-color: white;
    color: white !important;
    border-radius: 0.2rem;
}

.f-s-16px{
    font-size: 16px !important;
}

.f-s-18px{
    font-size: 18px !important;
}

.mw-label{
    min-width: 65px;
}

.mw-rb{
    min-width: 120px;
}

.captcha-image{
    width: 85% !important;
}

@media (max-width: 1200px){
    .captcha-image{
        width: 80% !important;
    }
}

@media (max-width: 768px){
    .captcha-image{
        width: 75% !important;
    }
}

@media (max-width: 578px){
    .captcha-image{
        width: 82% !important;
    }
}

.captcha-code {
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
    background-color: #ffffff;
    background-image: url(../images/captcha-bg-image.jpeg);
    color: black !important;
    border-color: white !important;
}

.swal2-container{
    z-index: 1050 !important;
}

.swal2-confirm{
    margin-right: 5px;
}

.swal2-close {
    padding: 1px !important;
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s;
    padding: 10px 15px 10px 15px;
}

.swal2-html-container{
    margin: 0px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0.5em .3em !important;
    font-size: 15px !important;
}

.card-header, .card-body, .card-footer  {
    padding: 10px;
}

.btn-padding{
    padding: 4px 7px;
}

table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 0px !important;
}

.ym-details{
    font-size: 24px;
}

@media (max-width: 558px){
    .ym-details{
        font-size: 12px;
    }
}

.card-body.p-0 .table tbody>tr>td:first-of-type, .card-body.p-0 .table tbody>tr>th:first-of-type, .card-body.p-0 .table tfoot>tr>td:first-of-type, .card-body.p-0 .table tfoot>tr>th:first-of-type, .card-body.p-0 .table thead>tr>td:first-of-type, .card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 0.8rem;
}