/* :root {
    --bs-table-hover-bg: #fff;
} */

html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  text-align: right;
}

.form-control {
    display: inline-block;
    width: fit-content;
    -webkit-appearance: menulist;
}

caption {
    text-align: right;
}

th {
    text-align: right;
}

.node {
    border: solid 1px white;
    font: 18px sans-serif;
    line-height: 22px;
    overflow: hidden;
    position: absolute;
    text-indent: 2px;
}
/*
#manReports .pvtAxisContainer,
#manReports .pvtUiCell {
    display: none
}
#pivotProgress .pvtTotalLabel
#pivotProgress .pvtTotal
#pivotProgress .pvtGrandTotal {
    display: none;
}
*/
/*
table.dataTable thead th.dt-column-order:after,
table.dataTable thead th.dt-orderable-asc:after,
 table.dataTable thead th.dt-orderable-desc:after {
    right: 0.5rem;
}
*/

div.dt-buttons .btn {
    margin: 0.5rem;
    /*margin-inline-end: 0.5rem;*/
}
.dt-search {
    display: none;
}


.hidden {
    display: none;
}

#loader {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.loader-content {
    background-color: transparent;
    text-align: center;
    width: 14rem;
    border: none;
    padding: 0;
    margin: 40vh auto;
}
#loaderCir {
    border: 1.6rem solid white;
    border-top-width: 1.6rem;
    border-top-style: solid;
    border-top-color: white;
    border-radius: 50%;
    border-top: 1.6rem solid #1baff3;
    width: 12rem;
    height: 12rem;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
#dataTables_Filter {
    margin-right: 1rem;
}
#global-search {
    width: 28rem;
    margin-right: 1rem;
}
#listType {
    margin-right: 1rem;
}