.dt-buttons{
    display: block;
}

.dt-button-collection{
    border-radius: 15px!important;
}

.dataTables_filter input{
    border-radius: 15px!important;
}

.custom-select{
    border-radius: 15px!important;
}

.table-bordered{
    border-radius: 15px!important;
}

.table-bordered.dataTable{
    border-right-width: unset!important;
}

.table-bordered.dataTable th{
    border: none;
}

.table-bordered.dataTable td:last-child{
    border-right-width:0!important;
}

.table-separated{
    border-collapse: separate; 
    border-spacing: 1em;
}

.card{
    border-radius: 15px!important;    
}

.page-link{
    border:none!important;
}

.page-item.active .page-link{
    border-radius: 15px!important;
}

.control-sidebar{
    height: 100%;
}

.modal-content{
    border-radius: 15px;
}

.text-limit{
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media print {
    * {
        background: white !important;
        background-image: none !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    .noprint{
        display:none;
    }

    .isprint{
        display:block;
    }

    .break { 
        page-break-inside: avoid;
    }

    .pagebreak { 
        page-break-before: always; 
    }

    .nobreak{
        page-break-inside: initial;
    }

    *{
        color: black;
    }

    table.table-export > thead > tr > th, table.table-export > tbody > tr > td{
        border:1px solid black!important;
    }

    .header-print{
        top: 0;
    }

    .footer-print{
        bottom: 0;
    }

    .table-spd  > thead > tr > th, .table-spd  > tbody > tr > td{
        border: 0!important;
    }

    .page-footer,
    .page-header-space{
        display: block;
    }

    .page-header,
    .page-footer-space{
        display: block;
    }
}

@media screen {
    .isprint{
        display:none;
    }

    .page-header,
    .page-header-space{
        display: none;
    }

    .page-footer,
    .page-footer-space{
        display: none;
    }
}

.page-header,
.page-header-space {
    height: 200px;
}

.page-footer,
.page-footer-space {
    height: 200px;
}

.page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.page-header {
    position: fixed;
    top: 0;
    width: 100%;
}

.page-export{
    min-width:8.5in; 
    font-family:'Bookman Old Style'; 
    min-height: 14in;
    display: flex;
    flex-direction: column;
    font-size: 12pt;
    background: white!important;
    color: black!important;
}

table.table-export > thead > tr > th, table.table-export > tbody > tr > td{
    border:1px solid black!important;
}

.table-spd{
    font-size: 10pt;
}

table.table-spd  > thead > tr > th, table.table-spd  > tbody > tr > td{
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.w-3{
    width: 3%;
}

.w-5{
    width: 5%;
}

.w-10{
    width: 10%;
}

.w-15{
    width: 15%;
}

.w-20{
    width: 20%;
}

.w-25{
    width: 25%;
}

.w-30{
    width: 30%;
}

.w-40{
    width: 40%;
}

.w-45{
    width: 45%;
}

.w-50{
    width: 50%;
}

.w-55{
    width: 55%;
}

.w-80{
    width: 80%;
}

.w-100{
    width: 100%;
}

.mh-400{
    max-height: 400px;
}

.br-15{
    border-radius: 15px!important;
}

.ff-1{
    font-family: 'Times New Roman', Times, serif;
}

.lst-1{
    list-style-type: decimal;
}

.lst-2{
    list-style-type: lower-latin;
}

.opacity-8{
    opacity: .8;
}

.dtfc-fixed-left{
    z-index: 999;
}

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

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

.info-box .info-box-icon{
    width: 30px!important;
    font-size: small;
}

.login-page{
    height: 80vh!important;
    background-color: unset!important;
}

form{
    margin-block-end:0;
}

.ui-autocomplete{
    border-radius: 5px;
    margin-top: 60px !important;
    top: 0px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.ui-autocomplete .ui-menu-item{
    padding: 5px;
}

#wtable {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.text-light{
    color: unset!important;
}

.btn-outline-secondary{
    border: none;
}

.highcharts-container {
    margin: 0 auto;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%; 
    top: 0;
    margin-top: 0;
}

.cursor-pointer {
  cursor: pointer !important;
}

.layout-fixed .content-wrapper {
    height: auto !important;
}

table.sticky-header thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    color: #fff;
}

table.sticky-header thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table.sticky-header thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
