body {
    padding: 0px;
    margin: 0px;
    font-family: arial, sans-serif;
    font-size: 12px;
    background-color: #efefef;
}

.page-container {
    position: relative;
    transition: ease .5s;
}

td,
th,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select {
    color: #2C2C2C;
}
/* overide datatable styling */
.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate{
    float: none;
    margin-bottom: 5px;
}

.top, .bottom {
    display: flex;
    justify-content: space-between;
}
.bottom {
    padding: 5px 10px;
}
.table-wrapper {
    height: 94%;
    overflow: auto;
    border: 1px solid #ddd;
    overflow-x: scroll;
    width: 100%;
    background-color: white;
}

.table-pagination {
    height: 61vh;
}
.dataTable thead th:last-child {
    right: 0;
    top: 0;
    z-index: 3 !important;
}
.dataTable tbody td:last-child {
    position: sticky !important;
    right:0;
    z-index: 2 !important;
}
.dataTable thead th:nth-last-child(2){
    right: 120px;
    top: 0;
    z-index: 3 !important;
}
.dataTable tbody  td:nth-last-child(2){
    position: sticky !important;
    right:120px;
    z-index: 2 !important;
}
.dataTable thead th {
    position: sticky !important;
    background: #fafafa;
    top: 0;
    z-index: 1;
}
.dataTable tbody td {
    background: white;
}

#headerContext {
    position: fixed;
    background-color: #1c2030;
    color: white;
    width: 120px;
    padding: 4px;
    z-index: 4;
}

#headerContext .list-group {
    margin: 0;
    padding: 0;
    list-style: none;
}
#headerContext .list-group .list-item {
    display: flex;
    padding: 2.5px 1px;
    gap: 10px;
    cursor: pointer;
}
#headerContext .list-group .list-item:hover {
    background-color: #38a3a5;
}
.checkbox {
     width: 14px;
     margin: 0;
}
#error {
    font-size: 16px;
    /*font-weight: 900;*/
    font-weight: 700;
    margin: 0px auto;
    text-align: center;
}


#footer {
    color: inherit;
    margin: 40px auto;
    font-size: 10px;
    text-align: center;
    width: 800px;
    clear: both;
}

#footer>a>img {
    border: none;
    vertical-align: middle;
}

#continfo {
    width: 200px;
    height: 100px;
    float: left;
    text-align: left;
}

#continfo img {
    vertical-align: middle;
}

.dispnone {
    display: none;
}


a {
    text-decoration: none;
}

a>img {
    border: none;
}


fieldset {
    border-radius: 5px;
    display: block;
    clear: left;
    min-width: 610px;
}

fieldset>legend {
    font-size: 12px;
}

fieldset>label {
    display: block;
    clear: left;
    float: left;
    /* **************                           */
    /* RYAN CHANGED THIS - ASK BEFORE PROMOTING */
    /* **************                           */
    width: 200px;
    margin-right: 10px;
    height: 20px;
    text-align: right;
    font-size: 18px;
    margin-bottom: 4px;
}

fieldset>input,
fieldset>select,
fieldset>textarea {
    display: block;
    float: left;
    clear: right;
    width: 440px;
    height: 20px;
    font-size: 16px;
    border: solid #2C2C2C 1px;
    margin-bottom: 4px;
}

input[type=checkbox] {
    border: none;
}

fieldset>textarea {
    width: 440px;
    height: 200px;
}

fieldset>div {
    margin-left: 160px;
    padding-left: 30px;
    display: block;
    float: left;
    clear: both;
    width: 442px;
    height: 20px;
    padding-top: 4px;
    font-size: 10px;
    background-image: url('/img/down.png');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    margin-bottom: 4px;
    margin-top: 10px;
    vertical-align: middle;
}

fieldset>a {
    margin-left: 160px;
    padding-left: 30px;
    display: block;
    float: left;
    clear: both;
    height: 16px;
    padding-top: 4px;
    font-size: 10px;
    background-image: url('/img/right.png');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    margin-bottom: 4px;
    width: 440px;
    vertical-align: middle;
    margin-bottom: 4px;
}

fieldset input[type=hidden] {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

fieldset>button {
    display: block;
    clear: left;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 442px;
    height: 24px;
    text-align: center;
    font-size: 16px;
    border: solid #2C2C2C 1px;
    margin-bottom: 4px;
    /* **************                           */
    /* RYAN CHANGED THIS - ASK BEFORE PROMOTING */
    /* **************                           */
    margin-left: 210px;
}

fieldset fieldset>label {
    display: block;
    float: left;
    text-align: left;
    margin-left: 50px;
    width: 600px;
}

fieldset fieldset>input {
    display: block;
    float: left;
    width: 40px;
    margin-left: -660px;
}

.paging {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 10px;
}

.paging a {
    display: block;
    float: left;
    width: 150px;
    height: 18px;
    font-size: 16px;
    border: solid #2C2C2C 1px;
    text-align: center;
    padding: 2px;
    background: white;
    color: #2C2C2C;
}

.paging a:hover {
    background: #666;
}

.listing {
    width: 100%;
    /*display: block;*/
    clear: both;
    float: left;
    background: #C6C6C6;
    margin: 20px 0;
    border-radius: 4px;
}

.listing th {
    background: #C6C6C6;
    text-align: center;
}

.listing tr {
    background: white;
}

.listing td {
    padding: 2px 20px;
    text-align: center;
}

.listing td:first-child {
    width: 140px;
}

.space_left {
    margin-left: 150px;
}

.mceEditor {
    clear: both;
    display: block;
}

.mceContentBody {
    background: white;
}

#recaptcha_widget_div {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 318px;
    height: 150px;
    clear: none;
}

#recaptcha_widget_div table {
    background: white;
    border: solid #2C2C2C 1px !important;
}

#recaptcha_widget_div img {
    margin: 0px;
}

#container {
    clear: left;
    padding-left: 25%;
    padding-right: 20px;
    margin: 0 auto;
    width: 1197px;
    padding: 0;
}


#content {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    float: left;
}

hr {
    width: 200px;
    height: 1px;
    padding: 0px;
    clear: both;
    margin: 40px auto;
    display: none;
}

.loadbar {
    display: none;
    float: left;
    clear: both;
    margin-left: 270px;
}

fieldset>ul {
    display: block;
    float: left;
    clear: left;
    width: 440px;
    margin-left: 160px;
    padding: 0px;
    list-style-type: none;
}

fieldset>ul>li {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 440px;
    height: 20px;
}

fieldset>ul>li>ul {
    display: none;
    float: left;
    clear: left;
    width: 400px;
    margin-left: 40px;
    padding: 0px;
    list-style-type: none;
}

fieldset>ul>li>ul>li {
    display: block;
    clear: left;
    width: 400px;
    height: 20px;
    padding: 0px;
}

.arrow-nav {
    width: 100%;
    text-align: right;
    margin: 5px 0;
    font-weight: 700;
}

.arrow-nav:last-child {
    margin: 10px 0 0 0;
    padding-top: 10px;
    border-top: solid #c6c6c6 1px;
}

#upload .file {
    width: 180px;
}

#upload .motion {
    width: 170px;
}

#upload form table select,
#upload form table input,
#upload form table textarea {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

/*********
 * ICONS *
 *********/

.fa {
    color: #444444;
    padding: 0 2px;
    transition: color 0.3s ease;
}

#top .fa:hover,
#content .fa:hover {
    color: #A4A4A4;
}

.fa-sign-out {
    padding-right: 0;
}

.fa-check-circle {
    color: #408015;
}

.fa-exclamation-circle {
    color: #D43F3F;
}

.title-icon {
    font-size: 14px !important;
}

.title-btn {
    font-size: 14px !important;
}

/*************
 * DASHBOARD *
 *************/
.account-dashboard {
    width: 100%;
    font-size: 0;
    margin-bottom: 30px;
}

.account-dashboard .dashboard-widget {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    position: relative;
}

.account-dashboard .half {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.account-dashboard .third {
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
}

.account-dashboard .two-thirds {
    width: -webkit-calc(66% - 10px);
    width: calc(66% - 10px);
}

.account-dashboard .quarter {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
}

.account-dashboard .three-quarters {
    width: -webkit-calc(75% - 10px);
    width: calc(75% - 10px);
}

.account-dashboard canvas {
    display: block;
    margin: 10px auto;
}

.account-dashboard .circle-fill {
    background-image: url('/img/default/doughnut-background-150x150.png');
}

.dashboard-widget h1 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    text-transform: none;
}

.dashboard-widget table {
    margin: 0 auto;
}

.dashboard-widget td {
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
}

.dashboard-widget i {
    font-size: 48px;
    position: absolute;
}

/********** 
 * HEADER *
 **********/
/* Main Containers */
#top {
    min-width: 1197px;
    width: 100%;
    height: 112px;
    background-color: #efefef;
    /* fallback */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e4e4e4));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #e4e4e4, #ffffff);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #e4e4e4, #ffffff);
    /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #e4e4e4, #ffffff);
    /* IE 10 */
    background: -o-linear-gradient(top, #e4e4e4, #ffffff);
    /* Opera 11.10+ */
    border-bottom: solid 1px #e4e4e4;
    /*#0F56BA;*/
    margin-bottom: 15px;
}

.header-container {
    width: 100%;
    height: 112px;
    max-width: 1197px;
    margin: 0 auto;
    position: relative;
}

/* Logo */
#home img {
    margin-left: 20px;
    margin-top: 10px;
}

/* Header Content */
#bar {
    float: right;
    display: block;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    height: 104px;
    margin: 8px 20px 0 0;
}

/* User Information */
#bar .user {
    display: block;
    float: right;
    height: 100%;
}

#bar .active {
    padding-left: 50px;
}

#bar form {
    margin: 6px 0;
    clear: right;
    float: right;
}

/* User Account Menu */
.user-menu {
    text-align: center;
    width: 100%;
}

.user-menu>span {
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: top;
    color: #646464;
    text-align: right;
    float: right;
}

.user-menu>span h2 {
    font-size: 12px;
    font-weight: normal;
    padding: 6px 0;
    margin: 0;
    color: #646464;
}

.user-menu .button {
    width: 84px;
    height: 18px;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    float: right;
    margin: 2px 0 2px 10px;
    color: #fff;
}

.user-menu #logout {
    border: 1px solid transparent;
    color: #646464;
    display: block;
    padding: 5px 0 5px 5px;
    position: relative;
    text-decoration: none;
}

#my-account {
    display: inline;
    text-align: left;
    position: relative;
    list-style-type: none;
    padding: 0;
}

#my-account .fa {
    /*color: #646464;*/
}

#my-account .fa:hover {
    color: #A4A4A4;
}

#my-account>li {
    float: left;
    padding: 0;
    position: relative;
}

#my-account>li>a {
    border: 1px solid transparent;
    color: #646464;
    display: block;
    padding: 5px;
    position: relative;
    text-decoration: none;
}

#my-account>li>a:hover {
    /*background-color:#e4ecf4;*/
    color: #A4A4A4;
    /*border-color:#999*/
}

#my-account>li.selected>a {
    background-color: #FFFFFF;
    border-color: #E4E4E4 #E4E4E4 #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 2;
}

#my-account li div {
    position: relative;
}

#my-account li div div {
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    border-top-left-radius: 0;
    padding: 12px 0;
    display: none;
    font-size: 12px;
    margin: 0;
    position: absolute;
    top: -1px;
    z-index: 1;
    width: 190px;
}

#my-account li div div.wrp2 {
    width: 380px;
}

#my-account .sep {
    left: 190px;
    border-left: 1px solid #E3E3E3;
    bottom: 0;
    height: auto;
    margin: 15px 0;
    position: absolute;
    top: 0;
    width: 1px;
}

#my-account li div ul {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 170px;
    float: left;
    list-style-type: none;
}

#my-account li div ul li {
    margin: 0;
    padding: 0;
}

#my-account li div ul li h3 {
    border-bottom: 1px solid #E3E3E3;
    color: #4F4F4F;
    font-weight: bold;
    margin: 0 5px 4px;
    font-size: 1em;
    padding-bottom: 3px;
    padding-top: 3px;
}

#my-account li ul ul {
    padding: 0 0 8px;
}

#my-account li ul ul li {
    margin: 0;
    padding: 0;
}

#my-account li ul ul li a {
    display: block;
    margin-bottom: 1px;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 1em;
}

#my-account li ul ul li a:hover {
    color: #fff;
}

/* Social Buttons */
#bar .social {
    float: right;
    display: block;
    padding-top: 4px;
}

#bar .social a {
    margin: 0 5px;
}

#bar .social .fa {
    transition: color 0.5s ease;
    color: #646464;
}

#bar .social:hover .fa {
    color: #A4A4A4;
}

#bar .social:hover .fa:hover {
    color: #646464;
}

/* Admin Menu */
#admin-menu {
    clear: right;
    float: right;
}

/***********
 * SIDEBAR *
 ***********/
/* Main Container */
.sidebar {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #393b40;
    overflow-x: hidden;
    transition: 0.5s;
}

/* Search */
.sidebar .sidebar-nav {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
    width: 250px
}

.sidebar ul li {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    transition: 0.3s;
    background-color: #49505f;
}

.sidebar .sidebar-link {
    display: inline-block;
    color: #cdcdcd;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
}

.sidebar .sidebar-nav li.active {
    background-color: #3a4151;
    border-right: 6px solid #38a3a5;
}

.sidebar .sidebar-nav li.active i {
    color: #38a3a5;
}

.sidebar-item:hover {
    background-color: #3e465a;
    text-decoration: none;
    color: #788585;
}

.navbar {
    padding-left: 20px;
    margin-bottom: 0 !important;
    /*overiding the bootstrap*/
    justify-content: start;
}

.sidenav-toggler {
    cursor: pointer;
    background-color: transparent;
    color: #919090;
    border: none;
}

.open-btn {
    padding: 2px 0;
}

.open-btn svg {
    width: 35px;
    height: 35px;
    stroke: #919090;
    stroke-width: 1.3px;
    fill: white;
    padding: 0;
}
.open-btn:active, .close-btn:active{
    border: none;
    outline: none;
}
.close-btn {
    border: 1px solid #a3a3a3;
    padding: 7px 15px;
    border-radius: 5px;
    display: none;
}

.close-btn svg {
    width: 25px;
    height: 25px;
}

.navbar-brand {
    transition: ease .5s;
    height: auto;
    padding: 0;
}

.side-listing th {
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    text-align: center;
    background: #D4D4D4;
    /*border: solid #2C2C2C 1px;*/
    border: solid #A8A8A8 1px;
    color: #2C2C2C;
}

.side-listing td {
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
}

.list-group-item {
    padding: 10px 15px;
    min-width: 10rem;
    max-width: 20rem;
    width: 22%;
}

/* Nav Menu */
#nav>ul {
    clear: both;
    display: block;
    margin: 10px 0 30px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
}

#nav>ul>li {
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-bottom: 5px;
}

#nav i {
    width: 32px;
    text-align: center;
}

#nav>ul>li>a>span {
    display: inline-block;
}

#nav>ul>li>a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 16px;
    padding: 6px 0;
    font-weight: bold;
    cursor: pointer;
}

#nav>ul>li>ul {
    display: none;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    list-style-type: none;
}

#nav>ul>li>ul>li {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 2px;
    font-size: 16px;
}

#nav>ul>li {
    background-color: #FFF;
    transition: background 0.3s ease;
}

#nav>ul>li:hover {
    background-color: #eeeeee;
    border-radius: 5px;
}

#nav>ul>li>ul>li>a {
    color: #2C2C2C;
}

#nav h1 i {
    width: 20px;
    vertical-align: top;
    font-size: 16px;
    padding: 0;
    margin: 6px;
}

/* Side Content */
#sidecontent {
    padding: 0px;
    text-align: justify;
}

#sidecontent a,
#sidecontent a:visited {
    color: #2D2D2D;
}

#sidecontent table {
    margin-bottom: 5px;
    transition: background 0.3s ease;
}

#sidecontent table:hover {
    background: #eeeeee;
    border-radius: 5px;
}

#sidecontent th {
    height: 26px;
    padding: 0px;
    font-size: 16px;
    vertical-align: center;
}

#sidecontent th:first-child {
    vertical-align: top;
}

#sidecontent img {
    width: 22px;
    height: auto;
    padding: 0 5px;
}

#sidecontent td {
    padding: 0px 10px 10px 0px;
    vertical-align: top;
}

.primary-btn {
    background-color: #22577a;
    padding: 6px 20px;
    font-size: 14px;
    height: 40px;
    white-space: nowrap;
    border-radius: 4px;
    color: white;
    border: none;
}

/***********
 * CONTENT *
 ***********/
/* Table Format */
.details {
    width: 100%;
    margin-top: 10px;
}

.details th {
    border-radius: 5px;
    padding: 4px 14px;
    font-size: 14px;
    text-align: center;
    background: #D4D4D4;
    border: solid #A8A8A8 1px;
    color: #2C2C2C;
}

.tableBody {
    background-color: white;
}

.details td {
    border-radius: 5px;
    padding: 4px 14px;
    font-size: 14px;
    text-align: center;
}

.details .top {
    vertical-align: top;
}

.details .left {
    text-align: left;
}

.details .center {
    text-align: center;
}

.details .right {
    text-align: right;
}

.details .sm {
    width: 110px;
}

.details .tiny {
    width: 25px;
}

.details .narrow {
    width: 80px;
}

.details .med {
    width: 120px;
}

.details .wide {
    width: 180px;
}

.details .dwide {
    width: 320px;
}

.details .long {
    min-width: 120px;
}

.details pre {
    font-size: 8px;
}

.details .cf {
    font-size: 10px;
}

/* HIPAA ENCRYPTION */
.hipaa {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 420px 2px;
}

.hipaa:focus {
    background-image: url('/img/default/lock.png');
}

.hiplisting,
.details .hipaa {
    background: #444444;
    color: #444444;
}

.hiplisting:hover,
.details .hipaa:hover {
    color: #fff;
}

/* Breadcrumbs */
.breadcrumb {
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
    padding: 5px;
    margin-top: 16px;
    color: #646464;
}

.report-option {
    border-radius: 0.375rem !important;
    border: solid 1px #ddd !important;
    cursor: pointer;
}

.report-option:hover:not(.active) {
    background-color: #f8f9fa !important;
}

.report-option.active .report-label {
    color: whitesmoke;
}

.report-label {
    font-size: 12px;
}

.btn-default {
    background-color: #ffffff;
    color: #6b7e79;
    border-color: #d8d8da !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #d4e4f1;
    color: #6b7e79;
    border-color: #91abbd;
}

.btn-default:disabled {
    color: #74807c;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    /* If you want a transition effect */
    padding: 20px;
}

.myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 100%;
    height: 30px;
    background-color: #57cc99;
}

#myBar90 {
    width: 90%;
    height: 30px;
    background-color: #80ed99;
}

#myBar80 {
    width: 80%;
    height: 30px;
    background-color: #80ed99;
}

#myBar70 {
    width: 70%;
    height: 30px;
    background-color: #80ed99;
}

#myBar0 {
    width: 30%;
    height: 30px;
    background-color: #aa0000;
}

#myBarMinus1 {
    width: 0%;
    height: 30px;
    background-color: #aa0000;
}

#myBarMinus2 {
    width: 20%;
    height: 30px;
    background-color: #aa0000;
}

#myBarMinus3 {
    width: 10%;
    height: 30px;
    background-color: #aa0000;
}

/*
input[type=text],
input[type=password],
input[type=email] {
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
    padding: 9px 20px;
    display: inline-block;
    border: 1px solid #eaeaea;
    outline: none;
}

input:focus {
    border-color: #22577A;
}
*/

input:read-only {
    background: #f5f5f5 !important;
    color: darkgray !important;
}

.login-button {
    padding: 9px 20px;
    margin: 15px 0;
    width: 100%;
}

.login-button:disabled {
    cursor: not-allowed;   
}

.login-container {
    border-radius: 5px;
    background-clip: padding-box;
    margin: 180px auto;
    width: 450px;
    padding: 35px 35px 15px 35px;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 25px #cac6c6;
}

.imgcontainer {
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.login-footer {
    display: block;
    margin-top: 5px;
    text-align: center;
}

.login-footer::after {
    content: "\00A0";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.version {
    font-size: 12px;
    color: #afafaf;
    padding: 1px;
}

.eye-toggle {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.eye-toggle i {
    cursor: pointer;
    color: var(--secondary);
}

.eye-toggle i:hover {
    color: var(--secondary-darken-24);
}

.close-btn:hover {
    color: var(--secondary);
}

li.password-invalid {
    color: red;
}

input.password-invalid {
    border: 1px solid red;
}

li.password-valid {
    color: #57CC99;
}

input.password-valid {
    border: 1px solid #57CC99;
}

.clear-date,
.clear-search {
    color: var(--secondary);
}
.clear-date:hover,
.clear-search:hover {
    color: var(--secondary-darken-24);
    cursor: pointer;
}

.clear-date:disabled,
.clear-search:disabled {
    color: var(--secondary-lighten-48) !important;
    cursor: default !important;
}

.global_filter {
    min-width: 250px;
    width: 75%;
}

thead {
    background: #fafafa;
}

.table-body {
    background-color: white;
}

#example_wrapper {
    position: relative;
}

th,
td {
    white-space: nowrap;
    color: #636363;
    font-size: 14px;
}

.dataTables_scrollBody {
    overflow: visible !important;
    overflow-y: auto !important;
}

.dataTables_scrollHead {
    overflow: visible !important;
}

.sticky-column {
    float: right !important;
}

@media screen and (max-width: 1398px) {
    .dataTables_scrollBody {
        width: max-content !important;
    }
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

i.fa.fa-calendar.cal-icon {
    color: #788585;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 13px;
}

i.fa.fa-calendar.cal-icon:active {
    color: #38A3A5 !important;
}

i.fa.fa-star.star-icon {
    color: #788585;
    margin-right: 12px;
    margin-left: -3px;
    margin-top: 3px;
}

i.fa.fa-star.star-icon:active {
    color: #38A3A5 !important;
}

i.far.fa-times-circle.x-icon {
    color: #788585;
    margin-right: 14px;
    margin-left: 0px;
    font-size: 18px;
    margin-top: 2px;
}

i.far.fa-times-circle.x-icon:active {
    color: #38A3A5;
}

.active {
    color: #38A3A5 !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 1em;
    border: 1px solid #cacaca;
    line-height: 15px;
    font-size: 14px;
    margin-left: 2px;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-tertiary-bg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #336699 !important;
    color: #336699 !important;
    background: #fafafa !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #336699 !important;
}

.dataTables_wrapper .dataTables_paginate .disabled:hover {
    border: transparent !important;
    border-radius: 3px;
    color: inherit !important;
    background: transparent !important;
}

.validation-feedback {
    position: absolute;
    visibility: hidden;
    color: #ff464e;
    font-size: small;
    margin-left: 5px;
}

svg.rotate {
    transform: rotate(90deg);
}

.group-table-data {
    word-wrap: break-word;
}

#selectableTable_wrapper th,
#selectableTable_wrapper td {
    white-space: break-spaces;
}
#sqlString {
display: none;
}
