@media print{
    body
    {
        -webkit-print-color-adjust: exact !important;
    }

    .thead-dark th
    {
        background-color: #343a40 !important;
        color: #fff !important;
    }

    .thead-main th
    {
        background-color: #024059 !important;
        color: #fff !important;
    }

    td.bg-danger{
        background-color: #dc3545!important;
    }

    .print-no-border
    {
        border-color: #ffffff;
    }

    .no-print *
    {
        display: none;
    }

    *
    {
        overflow: visible !important;
    }

    .mxh-20vh,
    .mxh-30vh,
    .mxh-40vh,
    .mxh-50vh,
    .mxh-60vh,
    .mxh-65vh,
    .mxh-70vh
    {
        max-height: auto !important;
    }

    .print-only
    {
        display: block !important;
    }

    .print-only-table
    {
        display: table-row !important;
    }
    
    .pagebreak
    {
        display: block !important;
        page-break-before: always !important;
    }

    .ps-a5
    {
        min-height: 49vh !important;
        height: 49vh !important;
    }

    @page{
        size : auto !important;
    }
}

.ui-datepicker-trigger
{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6 !important;
}

.ui-datepicker-trigger > img
{
    width: 18px !important;
}

#ui-datepicker-div
{
    z-index: 999999 !important;
}


html
{
    height: 100% !important;
}

.print-only
{
    display: none;
}

.print-only-table
{
    display: none;
}

.mh-100
{
    min-height: 100% !important;
}

.dropdown-menu
{
    z-index: 9999 !important;
}

.mh-60vh
{
    min-height: 60vh;
}

.mh-70vh
{
    min-height: 70vh;
}

.mh-80vh
{
    min-height: 80vh;
}

.mxh-20vh
{
    max-height: 20vh;
    height: auto;
    overflow: auto;
}

.mxh-30vh
{
    max-height: 30vh;
    height: auto;
    overflow: auto;
}

.mxh-40vh
{
    max-height: 40vh;
    height: 40vh;
    overflow: auto;
}

.mxh-50vh
{
    max-height: 50vh;
    height: 50vh;
    overflow: auto;
}

.mxh-60vh
{
    max-height: 60vh;
    height: 60vh;
    overflow: auto;
}

.mxh-65vh
{
    max-height: 65vh;
    height: 65vh;
    overflow: auto;
}

.mxh-70vh
{
    max-height: 70vh;
    height: 70vh;
    overflow: auto;
}

.mw-50p
{
    min-width: 50%;
}

.mw-60p
{
    min-width: 60%;
}

.mw-70p
{
    min-width: 70%;
}

.mw-80p
{
    min-width: 80%;
}

.mw-90p
{
    min-width: 90%;
}

.mw-50px{
    min-width: 50px;
    width: 50px;
}

.mw-60px{
    min-width: 60px;
    width: 60px;
}

.mw-100px{
    min-width: 100px;
    width: 100px;
}

.mw-150px{
    min-width: 150px;
    width: 150px;
}

.mw-180px{
    min-width: 180px;
    width: 180px;
}

.mw-200px{
    min-width: 200px;
}

.mw-250px{
    min-width: 250px;
}

.mw-300px{
    min-width: 300px;
}

.mw-350px{
    min-width: 350px;
}

.mw-400px{
    min-width: 400px;
}

.mw-450px{
    min-width: 450px;
}

.mw-500px{
    min-width: 500px;
}

.w-10p
{
    width: 10%;
}

.w-15p
{
    width: 15%;
}

.modal
{
  overflow-y: auto !important;
}

.bg-secondary2
{
    background-color: #e6e6e6;
}

.top-35px
{
    top: 35px;
}

.bg-main
{
    background-color: #024059;
}

.bg-main2
{
    background-color: #d9e2e6;
}

.bg-main3
{
    background-color: #01202c;
}

.bg-warning2
{
    background-color: #f1ae6a;
}

.bg-warning2:hover
{
    background-color: #024059;
}

.text-main
{
    color: #024059;
}

.text-warning2
{
    color: #f1ae6a;
}

.text-warning2:hover
{
    color: #ffffff;
}

.mh-100vh
{
    min-height: 100vh;
}

a.bg-main.text-light:hover,
a.bg-main.text-light:focus
{
    color : #000000 !important;
}

.btn.bg-warning2:hover
{
    color: #024059;
}

body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
   * Sidebar
   */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
   * Content
   */

[role="main"] {
    padding-top: 75px;
    /*padding-top: 133px;
     Space for fixed navbar */
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px;
        /* Space for fixed navbar */
    }
}

/*
   * Navbar
   */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.thead-main th{
    color : #fff;
    background-color: #024059;
}

/* REMOVE ARROW INPUT NUMBER */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-dkimg
{
    position: absolute;
    right: 15px;
}

.invisible{
    visibility: hidden;
}

.visible{
    visibility: visible;
}

.table-data tr td{
    border-bottom-width: 0 !important;
}

/* autocomplete */
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; border-radius: 5px; }
.autocomplete-suggestion > div { line-height: normal; margin: 0; }
.autocomplete-suggestion .small { font-size: 80%; padding: 0 0 0 5px; color: rgb(108,117,125); }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #dee2e6; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }


/* upload image */
.inp-upload {
    opacity: 0;
}

.lbl-upload {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

/* viewer.js */
.viewer-download {
    color: #fff;
    font-family: FontAwesome, serif;
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-align: center;
}

.viewer-download::before {
    content: "\f019";
}

#accr-twr .accordion-button:focus{
    box-shadow: none;
}

.wt-5p
{
    width: 5% !important;
}

.wt-7p
{
    width: 7% !important;
}

.wt-10p
{
    width: 10% !important;
}

.wt-15p
{
    width: 15% !important;
}

.wt-20p
{
    width: 20% !important;
}

.wt-25p
{
    width: 25% !important;
}

.wt-30p
{
    width: 30% !important;
}

.wt-35p
{
    width: 35% !important;
}

.wt-40p
{
    width: 40% !important;
}

.wt-50p
{
    width: 50% !important;
}

.ht-24-5
{
    height: 24.5px !important;
}

.wh-break{
    white-space: break-spaces;
}