@media print{
    body
    {
        -webkit-print-color-adjust: exact !important;
    }

    .thead-dark th
    {
        background-color: #343a40 !important;
        color: #fff !important;
    }

    .thead-main th
    {
        background-color: #404040 !important;
        color: #fff !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;
    }
    
    .pagebreak
    {
        display: block !important;
        page-break-before: always !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;
}

.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-50px{
    min-width: 50px;
}

.mw-100px{
    min-width: 100px;
}

.mw-150px{
    min-width: 150px;
}

.mw-200px{
    min-width: 200px;
}

.mw-250px{
    min-width: 250px;
}

.mw-40p
{
    min-width: 40%;
}

.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%;
}

.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: #404040;
}

.bg-main2
{
    background-color: #a0887c;
}

.bg-main3
{
    background-color: #5b5b5b;
}

.bg-warning2
{
    background-color: #f1ae6a;
}

.bg-warning2:hover
{
    background-color: #024059;
}

.text-main
{
    color: #404040;
}

.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: #ffffff;
}

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: #404040;
}

/* 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;
}

.wt-10p{
    width: 10% !important;
}

.wt-15p{
    width: 15% !important;
}

.wt-20p{
    width: 20% !important;
}

.table-responsive{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !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; }
.autocomplete-suggestion .small{
    color: rgb(74 78 84) !important;
}

.text-vlgn
{
    color:#404040 !important;
    letter-spacing:0.6px;
}

.btn-main{
    background-color: #404040 !important;
    color: #ffffff;
}

.btn-main:hover{
    background-color: #a0887c !important;
    color: #ffffff;
}

.text-main{
    color: #404040 !important;
}

a.text-light:hover,
a.text-light:focus{
    color: #13123c !important;
}