body {
    margin: 0 !important;
    color: var(--theme-foreground-black-color) !important;
    background-color: var(--theme-foreground-color);
    background-repeat: no-repeat !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12pt !important;
    text-align: left !important;
    display: block !important;
/ / height: 100 % !important;
    overflow: visible !important;
    padding-right: 0 !important;
}

body.modal-open {
    margin: 0;
    color: var(--theme-foreground-black-color) !important;
    background-color: var(--theme-foreground-color) !important;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    display: block;
    height: 100%;
    overflow: auto;
    padding-right: 0 !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px;
/ / padding: 15 px 10 px;
    background: var(--theme-foreground-color) !important;
    border: none;
    margin-bottom: 5px;
/ / height: 30 px;
    box-shadow: var(--theme-foreground-black-color) 1px 1px 1px 1px;
}

.navbar svg {
    width: 25px;
    height: 25px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#ieDisplay {
/ / position: absolute;
/ / top: 130 px;
/ / right: 10 %;
    right: 15px;
    z-index: 2;
}

#ieDisplay tbody > tr > td > p {
    color: var(--theme-foreground-black-color) !important;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: var(--theme-background-color) !important;
    color: #fff;
    transition: all 0.3s;
    position: relative;
}

#sidebar.active {
/ / min-width: 80 px;
/ / max-width: 80 px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 0px;
    font-weight: 400;
    background: #fff;
    margin: 5px;
    border-radius: 5px;
}

#sidebar .sidebar-header td {
    margin: 5px;

}

#sidebar .table {
    margin-bottom: 0px;
    font-size: 11px;
}

#sidebar .table td, .table th {
    padding: 1.5px !important;
    border: 0px;
    vertical-align: middle;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid var(--theme-background-color) !important;
}

#sidebar ul li a {
    padding: 0px;
    display: block;
}

#sidebar ul li a:hover {
    color: var(--theme-background-color) !important;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: var(--theme-background-color) !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: var(--theme-background-color) !important;
}

a.article,
a.article:hover {
    background: var(--theme-background-color) !important;
!important;
    color: var(--theme-foreground-color) !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
/ / padding: 5 px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 100px;
        max-width: 100px;
        text-align: center;
        margin-left: -100px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
    / / display: none;
    }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 0;
    margin-right: -15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#sidebar .custom-menu .btn.btn-primarys {
    background: transparent;
    border-color: transparent;
}

#sidebar .custom-menu .btn {
    width: 63px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    box-shadow: none !important;
}

.custom-menu .btn i {
    margin-right: -40px;
    font-size: 10px;
    margin-top: 15px;
    color: #ffffff !important;
}

#sidebar .custom-menu .btn.btn-primarys:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--theme-background-color) !important;
    border-radius: 10px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sr-only {
    position: inherit;
    width: 1px;
    height: 1px;
    margin-top: 5px;
    margin-left: 23px;
    overflow: visible;
    clip: auto;
    border: 0;
    white-space: nowrap;
}

.panel-title {
    position: relative;
}

.panel-title::after {

    content: url(../images/down-arrow.png);
    background-size: 20px 20px;
    color: #333;
    top: 1px;
    right: 5px;
    position: absolute;
    font-family: "FontAwesome";
    font-weight: bolder;
    font-size: larger;

}

.panel-title[aria-expanded="true"]::after {
    transform: rotate(180deg);
    top: -6px;
}

.dse-panel-svg {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-top: -1px;
}

.dse-panel-title[aria-expanded="true"] > svg {
    transform: rotate(180deg);
/ / top: - 6 px;
}

.dse-panel-title {
    position: relative;
}

.panle-button-display {
    width: 100%;
    display: flex;
}

.card-header {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.btn-link {
    color: var(--theme-foreground-black-color) !important;
    padding: 2px !important;
}

.card-body {
    color: var(--theme-foreground-black-color) !important;
    padding: 0px;
}

.navbar-collapse {
    flex-grow: 0;
}

.accordian-style {
    margin: 5px;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    padding-bottom: 5px;
}

.accordianpop-style {
    height: 50px;
}

#sidebar.active {
    margin-left: -250px;
}

.p-3 {
    height: 150px;
    max-height: 150px;
    box-shadow: var(--theme-foreground-black-color) 1px 1px 1px 1px;
    padding: 0px;
    overflow-y: auto;
}

.p-0 {
    height: 150px;
    max-height: 150px;
    box-shadow: var(--theme-foreground-black-color) 1px 1px 1px 1px;
    overflow-y: auto;
}

.qtab-0 {
    max-height: calc(100vh - 335px);
    box-shadow: var(--theme-foreground-black-color) 1px 1px 1px 1px;
    overflow-y: auto;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

body {
/ / background: whitesmoke !important;
    background: url(../images/vrv-bg.jpg);
    /* Full height */
/ / height: 100 %;

    /* Center and scale the image nicely */
/ / background-position: center;
    background-size: cover;
    padding-right: 0 !important;
}

.BookmarkSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.box-shadow {
    box-shadow: var(--theme-foreground-black-color) 1px 1px 1px 1px;
}

.queue-height {
/ / min-height: calc(90 vh - 165 px);
/ / overflow-y: auto;
}

.custom-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.userdetails-scrollable {
    overflow-x: auto;
    overflow-y: auto;
    scrollbar-width: none;
    color: var(--theme-foreground-black-color) !important;
}

.BookMarks-div {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
}

.BookMarks-div:hover {
    box-shadow: 0 4px 12px var(--theme-foreground-black-color) !important;
}

.BookMarks-deleteIcon {
    width: 12px;
    height: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -3px;
}

.bookmark-padding {
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    border-bottom: 0.5px solid;
}

.Bookmark-shadow {
    box-shadow: var(--theme-foreground-black-color) 1px 1px 1px 1px;
}

.Bookmark-radius {
    border-radius: 5px;
}

.bookmark-font {
    font-size: 10px;
}

.Bookmark-text-overflow {
    margin-left: 2px;
    max-width: 37px;
    min-width: 37px;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.Bookmark-body {
    height: 30px;
    align-items: center;
    text-align: center;
    margin-top: 8px;
    font-size: 10px;
}

.Other-body {
    height: 50px;
    align-items: center;
    text-align: center;
    margin-top: 13px;
    font-size: 14px;
}

.bookmark-body-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.Bookmark-body-text-overflow {
    max-width: 50px;
    min-width: 50px;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.Bookmark-top-div {
    padding: 10px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px dotted #555;
    font-size: 0.75rem;
    font-family: verdana, sans-serif;
}

.show-preview-pane, .hide-preview-pane, .hide-db-pane, .show-db-pane {
    width: 7px;
    height: 23px;
    position: absolute;
    z-index: 999;
    top: 45px;
    display: block;
    /* cursor: pointer; */
    /* outline: 0; */
    text-decoration: none;
    background: url(../images/toggle-button.png) no-repeat;
}

.hide-preview-pane, .hide-db-pane {
    left: 0;
    background-position: 0 -23px;
}

.wrappers {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 45px;
}

.wrapper-head-shadow {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3500px;
    margin-top: 0px;
    height: 43px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
/ / padding-top: 13 px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.activezero {
    color: #fff;
    background: var(--theme-background-color) !important;
    border-color: #dee2e6 #dee2e6 #fff;
    height: 24px;
    min-width: 100px;
    border-radius: 5px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: grey !important;
    border-color: #dee2e6 #dee2e6 var(--theme-foreground-color) !important;
    height: 24px;
    min-width: 100px;
    border-radius: 5px !important;
}

.nav-item.nav-link.active::after {
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-top: solid 12px grey;
    transform: translateX(-50%);
    position: relative;
    content: '';
    top: 12px;
    height: 12px;
    width: 21px;
}

.nav-item {
    margin-left: 15px;
    height: 24px;
    min-width: 100px;
    border-radius: 5px !important;
    text-align: center;
    padding: 1.5px;
}

.badge-light-ext {
    height: 17px;
    display: flex;
    padding: 0 6px;
    z-index: 1;
    position: absolute;
    flex-wrap: wrap;
    font-size: 0.75rem;
    min-width: 17px;
    box-sizing: border-box;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    align-items: center;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1;
    align-content: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    margin-top: -3px;
    margin-right: -3px;
    top: 0;
    right: 0;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    background: sienna;
}

.queue-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.queue-label-display {
/ / display: inline-flex;
    position: relative;
    flex-shrink: 0;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.box {
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
    float: left;
}

.table td, .table th {
    padding: .40rem !important;
}

.nav-link {
    font-weight: 500 !important;
    font: bold 13px Verdana, sans-serif;
}

.QToolbar-root {
    display: flex;
    position: relative;
    align-items: center;
}

.QToolbar-regular {
    min-height: 35px;
}

.QToolbar-gutters {
    padding-left: 16px;
    padding-right: 0px;
    display: flex;
    padding-top: 5px;
}

.QDataTableToolbar-left {
    flex-grow: 1;
/ / flex: 1 1 auto;
    padding: 8px 0px;
}

.QDataTableToolbar-titleText {
    font-size: 15px;
    font-weight: bold;
    margin-left: -8px;
    text-decoration: underline;
}

.QTypography-root {
    margin: 0;
}

.QTypography-h6 {
    font-size: 1.00rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0075em;
}

.QDataTableToolbar-actions {
    flex: 1 1 auto;
    text-align: right;
    display: flex;
}

.QButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.QIconButton-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
/ / outline: none !important;
    padding-left: 6px;
    padding-right: 6px;
/ / padding-top: 10 px;
/ / padding-bottom: 10 px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/ / border-radius: 50 %;
}

.QIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.QTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.QSvgIcon-root {
    fill: var(--theme-background-color) !important;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.QIconButton-sizeSmall {
    padding: 3px;
    font-size: 1.125rem;
}

.QIconButton-colorPrimary {
    color: var(--theme-background-color) !important;
}

.QDataDiv {
/ / max-height: calc(90 vh - 280 px);
/ / max-height: calc(90 vh - 254 px);
/ / min-height: calc(90 vh - 254 px);
    overflow-y: auto;
}

table.table-hover tbody tr:hover td {
    background-color: var(--theme-background-color) !important;
    color: rgb(255, 255, 255);
}

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
@media only screen
and (max-width: 760px), (min-device-width: 768px)
and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .QueTable-root table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .QueTable-root thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .QueTable-root tr {
        margin: 0 0 1rem 0;
    }

    .QueTable-root tr:nth-child(odd) {
        background: #ccc;
    }

    /*.QueTable-root td {*/
    #QDataTable > tbody > tr.even > td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 49%;
    }

    /*.QueTable-root td {*/
    #QDataTable > tbody > tr.odd > td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 49%;
    }

    /*.QueTable-root td:before {*/
    #QDataTable > tbody > tr.even > td:before {
        position: absolute;
        top: 0;
        left: 0px;
        width: 47%;
        padding-left: 5px;
        white-space: nowrap;
        background-color: var(--theme-background-color) !important;
        color: var(--theme-foreground-color) !important;
        font-weight: bold;
        font-size: 0.75rem;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #QDataTable > tbody > tr.odd > td:before {
        position: absolute;
        top: 0;
        left: 0px;
        width: 47%;
        padding-left: 5px;
        white-space: nowrap;
        background-color: var(--theme-background-color) !important;
        color: var(--theme-foreground-color) !important;
        font-weight: bold;
        font-size: 0.75rem;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    /*
    Label the data
You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    */
    #QDataTable > tbody > tr.even > td:empty:before {
    / / content: "\00a0 ";
    }

    #QDataTable > tbody > tr.odd > td:empty:before {
    / / content: "\00a0 ";
    }

    #QDataTable > tbody > tr.even > td:before {
        content: attr(d-l);
    }

    #QDataTable > tbody > tr.odd > td:before {
        content: attr(d-l);
    }

    #QDataTable > tbody > tr td:empty:after {
        position: relative;
        content: "&nbsp;";
        visibility: hidden;
    }
}

table.QueTable-custom-margin tbody td {
    padding: 6px 6px;
}

.dataTables_info {
    padding-top: 1px !important;
    flex-grow: 1;
    padding-left: 5px;
    text-align: left !important;
}

.bottom {
    padding-top: 10px;
    display: flex;
}

.paginate_button {
    padding: 0px !important;
    margin-left: 10px !important;
}

.dataTables_paginate {
    padding-top: 0px !important;
    padding-right: 5px;
}

.popover-body {
    padding: 1px !important;
}

#bookmark-body-padding .popover {
    width: 400px !important;
    max-width: 400px !important;
}

.QueTable-root {
    width: 100%;
    min-width: 400px;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
}

.QueTableCell-head {
    color: var(--theme-foreground-color) !important;
    background-color: var(--theme-background-color) !important;
/ / color: rgba(0, 0, 0, 0.87);
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.5rem;
/ / padding-left: 15 px;
    padding: 0px 18px 0px 5px !important;
}

svg {
    width: 20px;
    height: 20px;
}

.paginate_button.disabled > svg {
    fill: grey;
}

.paginate_button.disabled:hover > svg {
    fill: grey;
}

.paginate_button:hover > svg {
    fill: var(--theme-foreground-color) !important;
}

.has-search .form-control {
    padding-left: 1.85rem;
    height: 30px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.has-search .form-control-feedback {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 2;
    display: block;
/ / width: 2.375 rem;
/ / height: 2.375 rem;
    line-height: 1.8rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-group {
    flex-grow: 1;
    margin-top: 4px;
    width: 100px;
    margin-bottom: 0px;
}

.qsearch-fields {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

.modal-body {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal {
/ / position: absolute;
/ / top: 290 px;
/ / left: 286 px;
}

.col-6 {
/ / padding-right: 10 px !important;
/ / padding-left: 10 px !important;
}

.paddinglr {
    padding-left: 0px;
    padding-right: 0px;
}

div.dt-button-collection.fixed {
    border-radius: 5px !important;
    top: 45% !important;
    left: 85% !important;
}

.treeview-colorful.w-12 {
    width: 100%;
}

.treeview-colorful ul {
    position: relative;
    padding-left: 0rem;
    list-style: none;
}

.treeview-colorful .treeview-colorful-items-header {
    display: block;
    padding: 0px;
    margin-right: 0;
/ / border-bottom: 2 px solid transparent;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    font-size: .80rem
}

.treeview-colorful-element {
/ / padding: .2 em 0 0 .2 em;
    cursor: pointer;
    border: 1px solid transparent;
    border-right: 0 solid transparent;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    font-size: .80rem
}

a.treeview-colorful-items-header.open > span {
    transform: rotate(90deg);
}

.treeview-animated .treeview-animated-list .treeview-animated-items .nested::before {
    position: absolute;
    left: 5px;
    display: block;
    width: 5px;
    height: 100%;
    content: "";
    background-color: gray;
}

.treeview-colorful .treeview-colorful-list ul {
    padding-left: 1em;
/ / margin-top: .1 em;
/ / background: rgba(224, 127, 178, 0.2);
}

.treeview-colorful .treeview-colorful-element:hover {
    fill: var(--theme-foreground-color) !important;
/ / color: #ffac47;
/ / background-color: #a2127a;
    color: var(--theme-foreground-color) !important;
    background-color: var(--theme-background-color) !important;
/ / border: 2 px solid #ffac47;
    border-right: 0 solid transparent !important;
}

.treeview-colorful .treeview-colorful-element:focus {
    fill: var(--theme-foreground-color) !important;
/ / color: #ffac47;
/ / background-color: #a2127a;
    color: var(--theme-foreground-color) !important;
    background-color: var(--theme-foreground-black-color) !important;
/ / border: 2 px solid #ffac47;
    border-right: 0 solid transparent;
}

.treeview-colorful .treeview-colorful-element > svg > path {
/ / color: #fff;
/ / background-color: rgb(72, 106, 145);
/ / border: 2 px solid #ffac47;
/ / border-right: 0 solid transparent;
/ / fill: red;
}

.MuiSvgIcon-star {
/ / fill: red;
}

.treeview-leaf {
    width: 20px;
    height: 20px;
}

.tooltip {
    pointer-events: none !important;
}

.tooltip-inner {
    background-color: var(--theme-background-color) !important;
    color: var(--theme-foreground-color) !important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--theme-background-color) !important;
}

.bs-tooltip-top .arrow::before {
    border-top-color: var(--theme-background-color) !important;
}

.bs-tooltip-left .arrow::before {
    border-left-color: var(--theme-background-color) !important;
}

.bs-tooltip-right .arrow::before {
    border-right-color: var(--theme-background-color) !important;
}

.chip {
    display: inline-block;
    padding: 0 2px 0 5px;
    height: 30px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 25px;
    background-color: #f1f1f1;
    margin-left: 14px;
}

.chip button {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 2px;
}

.searchByColumnsChips {
    margin: 7px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.searchByColumnsChips span {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 5px;
    text-overflow: ellipsis;
    margin-top: 2px;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
    height: 20px;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
    height: 20px;
}

.extra_record_info > tbody > tr > td {
    background: var(--theme-foreground-color) !important;
    color: #212529 !important;
    width: 50% !important;
}

.extra_record_info > tfoot > tr > td {
    background: var(--theme-foreground-color) !important;
    color: #212529 !important;
    width: 50% !important;
}

.extra_record_info > tbody > tr > td {
    background: var(--theme-foreground-color) !important;
    color: #212529 !important;
    width: 50% !important;
}

.extra_record_info > thead > tr > th {
    background: whitesmoke !important;
    color: #212529 !important;
    width: 100% !important;
}

.extra_record_info {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: whitesmoke;
    color: var(--theme-foreground-black-color) !important;
}

.processRecord {
    height: 25px;
    width: 20px;
    display: flex;
    align-items: center;
}

.accordion-leaf {
    flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pt-reduced {
    padding: 5px 0px 5px 15px;
}

.req_grouping {
    border: 2px solid #CCCCCC;
    margin-bottom: 3px;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
}

.req_grouping legend {
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    width: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.req_details {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    border: 0;
    border-spacing: 0px;
    border-collapse: collapse;
}

.req_details a {
    color: #0000FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.req_grouping a {
    cursor: pointer;
    text-decoration: none;
    color: #0000FF;
}

table.htmllist {
    width: 100%;
    border: outset #CCCCCC 1pt;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
}

.htmllist {
/ / position: absolute;
    left: 0px;
    top: 0px;
/ / min-width: 3500 px;
    margin-top: 0px;
    height: 43px;
}

table.htmllist td {
    text-align: left;
    font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: var(--theme-foreground-black-color) !important;
}

table.htmlddd {
    border: outset #CCCCCC 1pt;
    margin-bottom: 0px;
    margin-top: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
    background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    background-color: #00d2ff;
    background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

.treeview .rotate.down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.treeview .rotate {
/ / margin-top: 0.2 rem;
    font-size: 1.2rem;
    vertical-align: text-top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.fa-angle-right:before {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-Icon' focusable='false' viewBox='0 0 24 24' aria-hidden='true' role='presentation'><path d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'></path></svg>");
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.treeview ul {
    list-style-type: none;
    padding-left: 0.5rem;
}

.treeview .nested {
    display: none;
}

.treeview .active {
    display: block;
}

.treeview span {
    font-size: .80rem;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar {
    background: var(--theme-background-color) !important;
    color: var(--theme-foreground-color) !important;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0px !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: var(--theme-background-color) !important;
    color: var(--theme-foreground-color) !important;
    width: 120px !important;
    border: none;
    border-radius: 0.2rem;
}

.print-menu-no-options {
    width: 99%;
    text-align: right;
    margin-left: 13px;
    margin-right: 10px;
    height: 31px;
    padding-top: 0px;
    border-radius: 0.5rem;
/ / color: #ffffff;
}

.print-menu-options {
    width: 99%;
    text-align: right;
    margin-left: 13px;
    margin-right: 0px;
    height: 31px;
    padding-top: 0px;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
/ / background-color: rgb(72, 106, 145);
/ / background-image: linear-gradient(to top, rgb(72, 106, 145) 25 %, #00d2ff 100 %);
/ / color: #ffffff;
}

.print-menu-options-ul {
    text-align: right;
    flex-direction: row-reverse;
    display: flex;
    height: 30px;
}

.print-menu-options-ul li {
    margin-left: 15px;
    background-color: var(--theme-background-color) !important;
    color: var(--theme-foreground-color) !important;
    padding: 0.25rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--theme-foreground-black-color) !important;
}

.addressSearchInput {
/ / margin-bottom: 20 px;
}

.addressSearchResults {
    position: absolute;
    margin-top: 5px;
    background-color: #fff;
    padding: 5px;
    display: none;
}

.addressSearchResults div:nth-child(even) {
/ / background-color: #fff;
}

.addressSearchResults div:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.addressSearchResults div:hover {
    background-color: var(--theme-background-color) !important;
    color: var(--theme-foreground-color) !important;
}

.addressSearchResults div {
    font-family: Unicode MS, Helvetica, sans-serif;
    height: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: var(--theme-foreground-black-color) !important;
    font-size: 15px;
}

.addressSearchResultsMore {
    font-weight: bold;
    margin-left: 30px;
}

div.innerSearchDiv.active {
    background-color: var(--theme-background-color) !important;
    color: var(--theme-foreground-color) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../images/up-and-down-arrow.svg');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 10px !important;
    width: 10px !important;
    top: 10px !important;
    margin-left: -10px !important;
    left: 40% !important;
}

.select2-container--default .selection {
    width: 100% !important;
    font-family: "Arial Unicode MS", Helvetica, sans-serif;
    font-size: 10pt;
    color: var(--theme-foreground-black-color) !important;
    border-width: thin;
}

.select2-results__options {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Arial Unicode MS", Helvetica, sans-serif !important;
    font-size: 10pt !important;
    color: var(--theme-foreground-black-color) !important;
    border-width: thin !important;
}

.select2-results__option--selectable {
    padding: 2px !important;
}

#exportQTableWrap .popover {
    width: 225px !important;
    max-width: 225px !important;
}

.popover-header {
    color: var(--theme-foreground-black-color) !important;
}