body {
    color: #000;
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 84%;
    margin: 0;
    padding: 0;
}
#header {
    min-height: 85px;
}
#header h1 {
    float: left;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}
#header .skip {
    position: absolute;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#content {
    clear: both;
}
#footer {
    clear: both;
}
#logo {
    border: 0 none;
}
.tenant-logo {
    max-width: 280px;
    max-height: 80px;
}
#logininfo {
    float: right;
    text-align: right;
}
.wrapper, div.wrap {
    padding: 1em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h1, h2 { margin-top: 0; }

a img {
    border: 0 none;
}

a, a:link, a:visited, span.ln {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

a:hover, span.ln:hover {
    cursor: pointer;
    text-decoration: underline;
}

.disabled, .disabled * {
    color: gray !important;
    cursor: default;
}

/** Alerts */
.alertbox {
    border: 1px solid #E6E6E6;
    background-color: #F6F6F6;
    margin: .7em 0;
    padding: .5em .6em;
}

.alertbox p {
    margin: 0;
    padding: 0;
}

.alertbox h3 {
    color: green;
    font-size: 100%;
    min-height: 16px;
    margin: 0;
    padding-left: 20px;
    background-image: url(../img/success.gif);
    background-repeat: no-repeat;
}

.error h3 {
    color: #af0000;
    background-image: url(../img/error.gif);
}
.js-enable {
    color: #af0000;
    font-weight: bold;
    text-align: center;
    margin: 1em auto;
}
.spacer {
    display: block;
    clear: both;
    height: 1px;
    line-height: 1px;
    border: none;
    margin: 0;
    padding: 0;
}
.small {
    font-size: small;
}
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Forms */
form input {
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif; /* IE width fix */
}

form .required {
    color: #af0000;
    padding-left: .2em;
    cursor: help;
}

button {
    padding: 0;
    margin: 0;
    /*padding: 0 .5em;*/
}

input[type="submit"],
input[type="button"] {
    padding: 1px 1em;
}

label {
    padding-right: .6em;
}

label .req {
    color: #af0000;
    padding-left: .2em;
}

fieldset {
    padding: 1em;
    margin-bottom: 1.2em;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

fieldset legend {
    color: #000;
    font-weight: bold;
}

fieldset.radiogroup {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset .hidden-label {
    position: absolute;
    top: auto;
    left: -10000px;
    clip: rect(1px 1px 1px 1px);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

fieldset.pane {
    border: none;
    margin: 0;
}

fieldset .hidden-label {
    position: absolute;
    top: auto;
    left: -10000px;
    clip: rect(1px 1px 1px 1px);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}


/** Tables */
table {
    border-collapse: collapse;
    border: none;
}

table th {
    color: #222;
    background-color: #F6F6F6;
    text-transform: capitalize;
    text-align: center;
}

table td.vt {
    vertical-align: top !important;
}

table td.al {
    text-align: left !important;
}

table td.ar {
    text-align: right !important;
}

table td.ac {
    text-align: center !important;
}

table td.nw {
    white-space: nowrap;
}

.desc {
    font-size: 84%;
    color: #595959;
}
.error-message {
    font-size: 150%;
    font-weight: 700;
    color: #af0000;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.hidden {
    display: none;
}
.l-btn {
    min-width: 75px;
}
.textbox-button.l-btn,
.datagrid-toolbar .l-btn,
.datagrid-row-toolbar .l-btn,
.panel-tool .l-btn,
.pagination .l-btn,
#searchresultsbar .l-btn,
#breadcrumbs .l-btn {
    min-width: initial;
}

/* Theme switcher toggle styles */
.switch-container {
    align-items: center;
    gap: 6px;
    right: 370px;
    top: 10px;
    width: 170px;
    padding: 4px 6px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 35, 84, 0.12);
    display: flex;
    position: absolute;
    cursor: default;
}

.switch {
    position: relative;
    display: flex;
    height: 14px;
    width: 24px;
    padding: 2px;
    border-radius: 20px;
    background: #6bdbdb;
    cursor: pointer;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCD7EC;
    -webkit-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.slider:before {
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-label {
    color: #082029;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.switch-info-container {
    width: 250px;
    display: flex;
    align-items: center;
    gap: 8px; /* Adjust spacing as needed */
}

.info-circle[role=tooltip] {
    background: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNyAxNyIgdmlld0JveD0iMCAwIDE3IDE3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiM2NjYiPjxwYXRoIGQ9Im04LjUgMmMzLjYgMCA2LjUgMi45IDYuNSA2LjVzLTIuOSA2LjUtNi41IDYuNS02LjUtMi45LTYuNS02LjUgMi45LTYuNSA2LjUtNi41bTAtMWMtNC4xIDAtNy41IDMuNC03LjUgNy41czMuNCA3LjUgNy41IDcuNSA3LjUtMy40IDcuNS03LjUtMy40LTcuNS03LjUtNy41eiIvPjxwYXRoIGQ9Im03IDExaDN2MWgtM3oiLz48cGF0aCBkPSJtNyA3aDJ2MWgtMnoiLz48cGF0aCBkPSJtOCA3aDF2NWgtMXoiLz48cGF0aCBkPSJtOCA1aDF2MWgtMXoiLz48L2c+PC9zdmc+") no-repeat center center;
    width: 14px;
    height: 14px;
    top: 6px;
    position: absolute;
    cursor: pointer;
    right: 7px;
}

.info-circle::after {
    content: attr(data-title);
    position: absolute;
    top: 140%;
    left: -545%;
    transform: translateX(-50%);
    background-color: #000000;
    color: #f9f9f9;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    padding: 2px;
    border-radius: 2px;
    white-space: nowrap;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.info-circle:hover::after {
    opacity: 1;
    visibility: visible;
}