/**
 * Bootstrap Fonts
 */

 @font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


/**
 * App-wide Styles
 */

/* Theme colors */
:root {
    --primary:  #00A1DF;
    --info:  #32CED3;
    --success: #98CE00;
    --danger:  #FB5012;
    --warning:  #FDC633;
    --grey: #BABABA;
    --secondary: #7F56C5;
    --hover-brt: 0.95;
    --cs-background-green: #f4fff3;
    --cs-solid-green: lightgreen;
    --text-green: green;
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }

    .container-md{
        width: 1200px;
    }
}

.container.ng-scope {
    min-height: calc(100vh - 160px);
}

.browserupgrade {
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    background: #ddd;
    color: #000;
    padding: 2em;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 100%;
}

footer.footer {
    text-align: center;
    padding: 30px 0;
    margin-top: 20px;
    border-top: 1px solid #E5E5E5;
}

gdpr {
    background: var(--primary);
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0px;
}

.gdpr-container {
    color: #ffffff;
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 20px;
}

.gdpr-container a {
    color: #dedede;
}

.gdpr-container button {
    border: 1px solid #fff;
}

.embed-document-container {
    border: 1px solid #bbb;
    padding: 12px;
    height: 62vh;
    overflow-y: scroll;
}

/* Navbar Styles */
#navbar-main .navbar-nav > li > a {
    height: 80px;
    line-height: 50px;
}
#navbar-main.navbar {
    min-height:80px;
}

#navbar-main .navbar-nav:not(.navbar-right) > li > a {
    text-transform: uppercase;
}

.navbar-brand {
    padding: 0px;
    height: 80px;
}
.navbar-brand > img {
    height: 100%;
    padding: 5px;
    width: auto;
}

.navbar-avatar {
    padding: 0px;
    height: 80px;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .active > a {
    color: var(--primary);
    background-color: #eee;
}

.csnavbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.csnavbar-default .csnavbar-nav > a {
    padding: 0px;
    height: 80px;
    text-transform: uppercase;
}

.csnavbar-default .csnavbar-nav > .active > a {
    color: green;
    background-color: #eee;
}

/*Form*/
.form-mid {
    max-width: 400px;
    margin: 40px auto;
}

.form-lg {
    max-width: 650px;
    margin: 40px auto;
}

/*Input box*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

/*Capso Theme Color*/
.capso-primary {
    color: var(--primary);
}

.capso-open {
    color: var(--info);
}

.capso-issue {
    color: var(--danger);
}

.capso-done {
    color: var(--success);
}

.text-primary {
    color: var(--primary);
}

.text-info {
    color: var(--info);
}

.text-success {
    color: var(--success);
}

.text-warning {
    color: var(--warning);
}

.text-green {
    color: var(--text-green);
}

.text-danger {
    color: var(--danger);
}

/*Capso Custom Icon Font*/
.icon {
    display: inline-block;
    width: 3em;
    height: 3em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-font-smoothing: antialiased;
}

.icon-drawtool {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

button > svg.icon {
    width: 2.6em;
    height: 2.6em;
    vertical-align: middle;
    margin: 0.15em 0;
}

button > svg.icon-sm {
    width: 2em;
    height: 2em;
}

.icon-container {
    width: 42px;
    float: left;
    margin-right: 6px;
}
/*
Link Style
*/
.ui-grid-cell-contents a {
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
}

/*Button style*/
.btn {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px;
}
.btn:not(.btn-default) {
    text-transform: uppercase;
}
.btn.btn-xs.btn-default {
    border-bottom: 0.15em solid #e3e3e3;
}
.btn.btn-xs.btn-default:hover {
    border-bottom: 0.15em solid #adadad;
}

/*.btn-lg {
    padding: 0.8em 1.6em;
}*/


.btn-xs {
    font-size: 0.85em;
    padding: 0.2em 0.4em;
}

.btn-circle {
    border-radius: 50%;
    padding: 12px 14px;
}

.btn-default {
    border-color: #e3e3e3;
    background: #fefefe;
}
.btn-default:hover {
    background: #f6f6f6;
}
.btn-default:focus {
    outline: none;
    background: #f1f1f1;
}

.btn-primary {
    border-color: var(--primary);
    background: var(--primary);
}
.btn-primary:hover {
    background: var(--primary);
    filter: brightness(var(--hover-brt));
}
.btn-primary:focus {
    outline: none;
    background: var(--primary);
    filter: brightness(var(--hover-brt));
}

.btn-csprimary {
    border-color: var(--cs-solid-green);
    background: var(--cs-solid-green);
}
.btn-csprimary:hover {
    background: var(--cs-solid-green);
    filter: brightness(var(--hover-brt));
}
.btn-csprimary:focus {
    outline: none;
    background: var(--cs-solid-green);
    filter: brightness(var(--hover-brt));
}

.check-icon {
    font-size: 1.78em;
    vertical-align: middle;
    margin: 0.15em 0;
    color: var(--primary);
}

.btn-success {
    border-color: var(--success);
    background: var(--success);
}
.btn-success:hover {
    background: var(--success);
    filter: brightness(var(--hover-brt));
}
.btn-success:focus {
    outline: none;
    background: var(--success);
    filter: brightness(var(--hover-brt));
}

.btn-info {
    border-color: var(--info);
    background: var(--info);
}
.btn-info:hover {
    background: var(--info);
    filter: brightness(var(--hover-brt));
}
.btn-info:focus {
    outline: none;
    background: var(--info);
    filter: brightness(var(--hover-brt));
}

.btn-warning {
    border-color: var(--warning);
    background: var(--warning);
}
.btn-warning:hover {
    background: var(--warning);
    filter: brightness(var(--hover-brt));
}
.btn-warning:focus {
    outline: none;
    background: var(--warning);
    filter: brightness(var(--hover-brt));
}

.btn-danger {
    border-color: var(--danger);
    background: var(--danger);
}
.btn-danger:hover {
    background: var(--danger);
    filter: brightness(var(--hover-brt));
}
.btn-danger:focus {
    outline: none;
    background: var(--danger);
    filter: brightness(var(--hover-brt));
}

.btn-dark {
    color: #fff;
    border-color: #333333;
    background: #333333;
}
.btn-dark:hover {
    color: #333;
    background: #eee;
}
.btn-dark:focus {
    outline: none;
    color: #333;
    background: #eee;
}

.btn-dark-tr {
    color: #eee;
    background: none;
}
.btn-dark-tr:hover {
    color: var(--primary);
}
.btn-dark-tr:focus {
    outline: none;
    color: #eee;
}
.btn-dark-tr:disabled {
    color: #666;
}

.btn-chip {
    justify-content: center;
    border-radius: 9999px;
}

.btn-chip-content {
    color: var(--primary);
    margin: 0 6px;
    text-transform: none;
}

/* Transparent Button */
.btn-tr {
    border-radius: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1em;
    color: #bbb;
    background-color: rgba(0,0,0,0.5);
    border: 0;
    padding: 10px;
}

.hover-on-right {
    position: absolute;
    right: -6%;
    top: 50%;
    z-index: 10;
}

/* Video Wrapper on help page*/
.videoWrapper.panel-open{
    position: relative;
    padding-bottom: 58%;
    padding-top: 0;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 90%;
}

.important {
    color: var(--primary);
}

.swal2-popup {
    font-size: 1.6rem !important;
}

/* File upload */
.file-upload {
    margin-bottom: 15px;
}
.file-upload .dragAndDropDescription {
    border: 3px dashed #e1e2e3;
    vertical-align: middle;
    padding: 0 20px;
}

.file-upload .dragover {
    border: 3px dashed var(--primary);
    vertical-align: middle;
    padding: 0 20px;
}

.file-upload .dragAndDropDescription p {
    vertical-align: middle;
    color: var(--primary);
    font-weight: 400;
    line-height: 1.3em;
    margin: 40px auto 40px;
    display: block;
}

.file-upload .progress-bar {
    min-width: 2em;
}

/* Forms */
.capsocloud-frame {
    max-width: 1200px;
    padding: 7em 8em 4em 8em;
    margin: 5em 1em 2em 1em;
    border: 1px solid #00a0e0;
    border-radius: 10px;
}

.capsocloud-frame:before {
    content: '';
    position: absolute;
    display: block;
    transform: translate(-200px, -170px);
    width: 300px;
    height: 151px;
    background: url('https://dxkyfmvzq01qm.cloudfront.net/capso-cloud-logo-registered.jpg') no-repeat top left;
    background-size: 100%;
}

.capsocloud-frame.ous-site:before {
    background: url('https://dxkyfmvzq01qm.cloudfront.net/capso-cloud-logo.jpg') no-repeat top left;
    background-size: 100%;
}

.home-title {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 1em;
    font-family: "Helvetica", "Arial", sans-serif;
}

.home-subtitle {
    font-size: 2em;
    margin-bottom: 0.5em;
    font-family: "Times New Roman", "Georgia", sans-serif;
}

@media (max-width: 1023px) {
    .capsocloud-frame {
        padding: 4em 1em 3em 1em;
        margin: 2em 0.3em 1em 0.3em;
    }

    .capsocloud-frame:before {
        content: '';
        position: absolute;
        display: block;
        left: 50%;
        transform: translate(-50%, -120%);
        width: 120px;
        height: 60px;
        background: url('https://dxkyfmvzq01qm.cloudfront.net/capso-cloud-logo-registered.jpg') no-repeat top center;
        background-size: 100%;
    }

    .capsocloud-frame.ous-site:before {
        background: url('https://dxkyfmvzq01qm.cloudfront.net/capso-cloud-logo.jpg') no-repeat top center;
        background-size: 100%;
    }

    .home-title {
        font-size: 2em;
        margin-bottom: 0.6em;
    }

    .home-subtitle {
        font-size: 1.4em;
    }

}

.flex-item-mid-width {
    width: 350px;
}

.btn-link {
    padding: 0;
}

.login-logo {
    max-height: 120px;
    max-width: 300px;
}

/* Custom Flex Container */
.custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-center {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

/*UI Grid Styles*/

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    clear: both;
}
.ui-grid {
    border: 1px solid #dddddd;
    box-sizing: content-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.ui-grid-vertical-bar {
    position: absolute;
    right: 0;
    width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px;
}
.ui-grid-scrollbar-placeholder {
    background-color: transparent;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #ffffff;
}
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #dddddd;
}
.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: #ffffff;
}
.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
    content: "";
    display: table;
}
.ui-grid-clearfix:after {
    clear: both;
}
.ui-grid-invisible {
    visibility: hidden;
}
.ui-grid-contents-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}
.ui-grid-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.ui-grid-top-panel-background {
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
    background: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f', endColorstr='#ffffff', GradientType=0);
}
.ui-grid-header {
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}
.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
    background: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f', endColorstr='#ffffff', GradientType=0);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.ui-grid-header-viewport {
    overflow: hidden;
}
.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
    content: "";
    display: table;
    line-height: 0;
}
.ui-grid-header-canvas:after {
    clear: both;
}
.ui-grid-header-cell-wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}
.ui-grid-header-cell-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ui-grid-header-cell {
    box-sizing: border-box;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #d4d4d4;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}
.ui-grid-header-cell:last-child {
    border-right: 0;
}
.ui-grid-header-cell .sortable {
    cursor: pointer;
}
.ui-grid-header-cell .ui-grid-sort-priority-number {
    margin-left: -8px;
}
.ui-grid-header-cell.primary {
    border-top: 2px solid var(--primary);
}

.ui-grid-header-cell.secondary {
    border-top: 2px solid var(--secondary);
}

.ui-grid-header-cell.info {
    border-top: 2px solid var(--info);
}

.ui-grid-header .ui-grid-vertical-bar {
    top: 0;
    bottom: 0;
}
.ui-grid-column-menu-button {
    position: absolute;
    right: 1px;
    top: 0;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down {
    vertical-align: sub;
}
.ui-grid-column-menu-button-last-col {
    margin-right: 25px;
}
.ui-grid-column-menu {
    position: absolute;
}
/* Slide up/down animations */
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* Slide up/down animations */
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ui-grid-filter-container {
    padding: 4px 10px;
    position: relative;
}
.ui-grid-filter-container .ui-grid-filter-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 10px;
    opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
    opacity: 1;
}
.ui-grid-filter-container .ui-grid-filter-button-select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
    position: absolute;
    top: 50%;
    line-height: 32px;
    margin-top: -16px;
    right: 0px;
    opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
    opacity: 1;
}
input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #dddddd;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
    border: 1px solid #dddddd;
}
select.ui-grid-filter-select {
    padding: 0;
    margin: 0;
    width: 90%;
    border: 1px solid #dddddd;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
select.ui-grid-filter-select:hover {
    border: 1px solid #dddddd;
}
.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
    width: 100%;
}
.ui-grid-render-container {
    position: inherit;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.ui-grid-render-container:focus {
    outline: none;
}
.ui-grid-viewport {
    min-height: 20px;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.ui-grid-viewport:focus {
    outline: none !important;
}
.ui-grid-canvas {
    position: relative;
    padding-top: 1px;
}
.ui-grid-row {
    clear: both;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #ffffff;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f9f9f9;
}
.ui-grid-row:last-child .ui-grid-cell {
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
}
.ui-grid-no-row-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10%;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
    background: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f', endColorstr='#ffffff', GradientType=0);
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    font-size: 2em;
    text-align: center;
}
.ui-grid-no-row-overlay > * {
    position: absolute;
    display: table;
    margin: auto 0;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.66;
}
/* This file contains variable declarations (do not remove this line) */
/*-- VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
/**
* @section Grid styles
*/
/**
* @section Header styles
*/
/** @description Colors for header gradient */
/**
* @section Grid body styles
*/
/** @description Colors used for row alternation */
/**
* @section Sort arrow colors
*/
/**
* @section Scrollbar styles
*/
/**
* @section font library path
*/
/*-- END VARIABLES (DO NOT REMOVE THESE COMMENTS) --*/
.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #dddddd;
    box-sizing: border-box;
}
.ui-grid-cell:last-child {
    border-right: 0;
}
.ui-grid-cell-contents {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}
.non-wrap-grid .ui-grid-cell-contents {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional: Adds "..." if text overflows */
}

.ui-grid-cell-contents-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background-color: #f0f0ee;
    border-bottom: solid 1px #dddddd;
}
.ui-grid-footer-panel-background {
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
    background: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f', endColorstr='#ffffff', GradientType=0);
}
.ui-grid-footer-panel {
    position: relative;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    overflow: hidden;
    font-weight: bold;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #ffffff, #ffffff);
    background: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f', endColorstr='#ffffff', GradientType=0);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.ui-grid-grid-footer {
    float: left;
    width: 100%;
}
.ui-grid-footer-viewport {
    overflow: hidden;
}
.ui-grid-footer-canvas {
    position: relative;
}
.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
    content: "";
    display: table;
    line-height: 0;
}
.ui-grid-footer-canvas:after {
    clear: both;
}
.ui-grid-footer-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%;
}
.ui-grid-footer-cell-row {
    display: table-row;
}
.ui-grid-footer-cell {
    overflow: hidden;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #dddddd;
    box-sizing: border-box;
    display: table-cell;
}
.ui-grid-footer-cell:last-child {
    border-right: 0;
}
input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #dddddd;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
input[type="text"].ui-grid-filter-input:hover {
    border: 1px solid #dddddd;
}
.ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    cursor: pointer;
    height: 31px;
    font-weight: normal;
}
.ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 3px;
}
.ui-grid-menu-button .ui-grid-menu {
    right: 0;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow: scroll;
    border: 1px solid #dddddd;
}
.ui-grid-menu {
    z-index: 2;
    position: absolute;
    padding: 0 10px 20px 10px;
    cursor: pointer;
    box-sizing: border-box;
}
.ui-grid-menu .ui-grid-menu-inner {
    background: #ffffff;
    border: 1px solid #dddddd;
    position: relative;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
    padding: 0px;
}
.ui-grid-menu .ui-grid-menu-inner ul li button {
    min-width: 100%;
    padding: 8px;
    text-align: left;
    background: transparent;
    border: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    background-color: #eeeeee;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
    border-bottom: 1px solid #dddddd;
}
.ui-grid-sortarrow {
    right: 5px;
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    background-position: center;
}
.ui-grid-sortarrow.down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@font-face {
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ui-grid';
    src: url('@{font-path}ui-grid.svg?12312827#ui-grid') format('svg');
  }
}
*/
[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
    font-family: "ui-grid", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ui-grid-icon-blank::before {
    width: 1em;
    content: ' ';
}
.ui-grid-icon-plus-squared:before {
    content: '\c350';
}
.ui-grid-icon-minus-squared:before {
    content: '\c351';
}
.ui-grid-icon-search:before {
    content: '\c352';
}
.ui-grid-icon-cancel:before {
    content: '\c353';
}
.ui-grid-icon-info-circled:before {
    content: '\c354';
}
.ui-grid-icon-lock:before {
    content: '\c355';
}
.ui-grid-icon-lock-open:before {
    content: '\c356';
}
.ui-grid-icon-pencil:before {
    content: '\c357';
}
.ui-grid-icon-down-dir:before {
    content: '\c358';
}
.ui-grid-icon-up-dir:before {
    content: '\c359';
}
.ui-grid-icon-left-dir:before {
    content: '\c35a';
}
.ui-grid-icon-right-dir:before {
    content: '\c35b';
}
.ui-grid-icon-left-open:before {
    content: '\c35c';
}
.ui-grid-icon-right-open:before {
    content: '\c35d';
}
.ui-grid-icon-angle-down:before {
    content: '\c35e';
}
.ui-grid-icon-filter:before {
    content: '\c35f';
}
.ui-grid-icon-sort-alt-up:before {
    content: '\c360';
}
.ui-grid-icon-sort-alt-down:before {
    content: '\c361';
}
.ui-grid-icon-ok:before {
    content: '\c362';
}
.ui-grid-icon-menu:before {
    content: '\c363';
}
.ui-grid-icon-indent-left:before {
    content: '\e800';
}
.ui-grid-icon-indent-right:before {
    content: '\e801';
}
.ui-grid-icon-spin5:before {
    content: '\ea61';
}
/*
* RTL Styles
*/
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
    float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
    position: absolute;
    left: 1px;
    top: 0;
    right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
    border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
    border-right: 1px solid #dddddd;
    border-left: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
    width: 0;
}
.ui-grid[dir=rtl] .ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    left: 0;
    right: auto;
    background: #ffffff;
    border: 1px solid #dddddd;
    cursor: pointer;
    min-height: 27px;
    font-weight: normal;
}
.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
    left: 0;
    right: auto;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
    right: initial;
    left: 0;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    right: initial;
    left: 10px;
}
/*
   Animation example, for spinners
*/
.ui-grid-animate-spin {
    -moz-animation: ui-grid-spin 2s infinite linear;
    -o-animation: ui-grid-spin 2s infinite linear;
    -webkit-animation: ui-grid-spin 2s infinite linear;
    animation: ui-grid-spin 2s infinite linear;
    display: inline-block;
}
@-moz-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.ui-grid {
    color: #333;
}
.ui-grid-header {
    border-bottom-width: 2px;
    color: #777;
    text-transform: capitalize;
    white-space: pre-line;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
    border: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ddd;
}


/*Filter buttons*/

.open .ui-grid-cell:first-child,
.shipped .ui-grid-cell:first-child,
.accepted .ui-grid-cell:first-child {
    border-right: 8px solid var(--info);
}

.activated .ui-grid-cell:first-child,
.registered .ui-grid-cell:first-child,
.completed .ui-grid-cell:first-child,
.active .ui-grid-cell:first-child,
.done .ui-grid-cell:first-child,
.delivered .ui-grid-cell:first-child {
    border-right: 8px solid var(--success);
}

.issue .ui-grid-cell:first-child,
.banned .ui-grid-cell:first-child,
.rejected .ui-grid-cell:first-child {
    border-right: 8px solid var(--danger);
}

.approved .ui-grid-cell:first-child {
    border-right: 8px solid var(--primary);
}

.requested .ui-grid-cell:first-child,
.pending .ui-grid-cell:first-child {
    border-right: 8px solid var(--warning);
}

.canceled .ui-grid-cell:first-child {
    border-right: 8px solid var(--grey);
}

.expandRow .ui-grid-cell {
    background: #dcedff !important;
}

.header-tool-row {
    margin: 0;
    padding-bottom: 12px
}

.header-tool-row.all {
    border-bottom: 8px solid var(--primary);
}

.header-tool-row.open,
.header-tool-row.accepted,
.header-tool-row.shipped {
    border-bottom: 8px solid var(--info);
}

.header-tool-row.issue,
.header-tool-row.rejected {
    border-bottom: 8px solid var(--danger);
}

.header-tool-row.done,
.header-tool-row.completed,
.header-tool-row.delivered
{
    border-bottom: 8px solid var(--success);
}

.header-tool-row.pending {
    border-bottom: 8px solid var(--warning);
}

.header-tool-row.canceled {
    border-bottom: 8px solid var(--grey);
}

.filter-dropdown button {
    min-width: 120px;
}

.filter-dropdown .all {
    border-left: 6px solid var(--primary);
}

.filter-dropdown .open,
.filter-dropdown .accepted,
.filter-dropdown .shipped{
    border-left: 6px solid var(--info);
}

.filter-dropdown .issue,
.filter-dropdown .rejected {
    border-left: 6px solid var(--danger);
}

.filter-dropdown .done,
.filter-dropdown .completed,
.filter-dropdown .delivered {
    border-left: 6px solid var(--success);
}

.filter-dropdown .pending {
    border-left: 6px solid var(--warning);
}

.filter-dropdown .canceled {
    border-left: 6px solid var(--grey);
}

.cs-filter-dropdown button {
    min-width: 120px;
}

.cs-filter-dropdown .all {
    border-left: 6px solid var(--cs-solid-green);
}

.cs-filter-dropdown .issue {
    border-left: 6px solid var(--danger);
}

.cs-filter-dropdown .open {
    border-left: 6px solid var(--info);
}

.cs-filter-dropdown .done {
    border-left: 6px solid var(--success);
}

.filter-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    margin-bottom: -8px;
}

.filter-btn-group button{
    text-transform: uppercase !important;
    min-width: 80px;
    border-radius: 0;
    float: left;
    border: 0;
    padding: 15px;
    border-top: 8px solid #fff;
    color: #fff;
}

.task-btn button{
    min-width: 110px;
}


.filter-btn-group button.active{
    color: #333;
    background-color: #fff;
    border: 0;
    border-bottom: 8px solid #fff;
}

.filter-btn-group button:focus {
    color: #333 !important;
    background-color: #fff !important;
    border-bottom: 8px solid #fff !important;
}

.filter-btn-group > .btn-all {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-top: 8px solid #fff;
}
.filter-btn-group > .btn-all.active{
    border-top: 8px solid var(--primary);
}
.filter-btn-group > .btn-all:hover,  .filter-btn-group > .btn-all:active {
    filter: brightness(var(--hover-brt));
    border-color: var(--primary);
}
.filter-btn-group > .btn-open {
    background-color: var(--info);
    border-color: var(--info);
    border-top: 8px solid #fff;
}
.filter-btn-group > .btn-open.active{
    border-top: 8px solid var(--info);
    border-bottom: 8px solid #fff;
}
.filter-btn-group > .btn-open:hover, .filter-btn-group > .btn-open:active{
    filter: brightness(var(--hover-brt));
    border-color: var(--info);
}
.filter-btn-group > .btn-issue {
    background-color: var(--danger);
}
.filter-btn-group > .btn-issue.active{
    border-top: 8px solid var(--danger);
}
.filter-btn-group > .btn-issue:active,  .filter-btn-group > .btn-issue:hover {
    filter: brightness(var(--hover-brt));
    border-color: var(--danger);
}
.filter-btn-group > .btn-done {
    background-color: var(--success);
}
.filter-btn-group > .btn-done.active{
    border-top: 8px solid var(--success);
}
.filter-btn-group > .btn-done:active, .filter-btn-group > .btn-done:hover {
    filter: brightness(var(--hover-brt));
    border-color: var(--success);
}
.filter-btn-group > .btn-pending {
    background-color: var(--warning);
}
.filter-btn-group > .btn-pending.active{
    border-top: 8px solid var(--warning);
}
.filter-btn-group > .btn-pending:active, .filter-btn-group > .btn-pending:hover {
    filter: brightness(var(--hover-brt));
    border-color: var(--warning);
}

.filter-btn-group > .btn-canceled {
    background-color: var(--grey);
}
.filter-btn-group > .btn-canceled.active{
    border-top: 8px solid var(--grey);
}
.filter-btn-group > .btn-canceled:active, .filter-btn-group > .btn-canceled:hover {
    filter: brightness(var(--hover-brt));
    border-color: var(--grey);
}

.btn-group-vertical button {
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break word if it exceeds button width */
}

.ivtFilter.active {
    color: #fff;
    background-color: var(--primary);
}

.ivtFilter.inactive {
    color: #fff;
    background-color: var(--danger);
}

.ivtFilter.csactive {
    color: #797979;
    background-color: var(--cs-solid-green);
}

span.filter-text {
    display: inline-block;
    font-size: 12pt;
    margin-right: 10px;
    line-height: 28px;
    vertical-align: middle;
    padding-top: 8px;
}

.btn-page-left {
    font-size: 38px;
    position: absolute;
    left: -30px;
    top: 40%;
}
.btn-page-right {
    font-size: 38px;
    position: absolute;
    right: -30px;
    top: 40%;
}

/*Form input field*/
.form-control-date  {
    width: 45%;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.form-control-time {
    width: 45%;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

/*Progress bar*/
.progress-steps-bar {
    display: block;
    position: relative;
    height: 40px;
    width: 90px;
    background:  radial-gradient(circle at 50% 50%, #ccc 25%, transparent 30%);
    background-position: 0px 50%;
    background-size: 30px 50px;
    background-repeat: repeat-x;
}

.progress-now {
    position: absolute;
    height: 40px;
    background: radial-gradient(circle at 50% 50%, #00a1e1 25%, transparent 30%);
    background-position: 0px 50%;
    background-size: 30px 50px;
    background-repeat: repeat-x;
    z-index: 1;
}

/*Modal*/
.modal-title {
    color: #00a0e0;
}
.modal-subtitle {
    padding-bottom: 1em;
}

.modal-content {
    border: 1px solid #00a1e1;
}


/*Multiselect*/
multiselect .dropdown-menu {
    width: auto;
    max-height: 500px;
    overflow-y: auto;
}

icd-multi-select.width-md button.dropdown-toggle {
    max-width: 300px;
}

icd-multi-select.width-md ul.dropdown-menu {
    min-width: 400px;
}

/*Text truncate*/
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notRead .msg-contact,
.notRead .msg-subject,
.notRead .msg-time
{
    font-weight: 700;
}

.msg-subject {
    font-weight: 600;
}

.msg-contact {
    font-weight: 600;
}

.msg-content {
    color: #888
}

.text-default {
    text-transform: none;
}

/*Video Streaming Page*/

.vs-container {
    min-width: 1096px;
    min-height: 720px;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    padding: 0;
    color: #ddd;
    background-color: #222;
    display: grid;
    grid-template-columns: 9fr auto;
    grid-template-rows: auto min-content;
    grid-template-areas: "vs-main vs-list"
                        "vs-bar vs-bar";
}

/*.vs-header {
    grid-area: vs-header;
    background: #666;
}*/

.vs-main {
    grid-area: vs-main;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    justify-content: center;
    overflow-y: auto;
}

.vs-main.align-top {
    align-content: flex-start;
}

.vs-list {
    grid-area: vs-list;
    display: grid;
    grid-template-columns: 24px auto;
    grid-template-rows: auto min-content;
    grid-template-areas: "vs-list-toggle vs-list-images"
                        "vs-list-toggle vs-list-bottom";
    background: #333;
    overflow-y: hidden;
    overflow-x: hidden;
}

.vs-list-toggle {
    grid-area: vs-list-toggle;
    align-items: center;
}

.vs-list-images {
    grid-area: vs-list-images;
    width: 22vw;
    background: #262626;
    overflow-y: auto;
    transition: width 300ms ease-out;
}

.vs-list-images.collapsed, .vs-list-bottom.collapsed {
    visibility: hidden;
    width: 0;
    margin: 0;
}

.vs-list-bottom {
    grid-area: vs-list-bottom;
    margin: 10px;
}

.vs-list-bottom .btn {
    font-size: 0.9em
}

.vs-list-bottom-text {
    color: #d9d9df;
    padding-right: 1em;
}

.vs-list-toggle-btn {
    height: 100%;
    width: 100%;
    font-size: 1.5em;
    background: #444;
    color: #eee;
    border: none;
}

.vs-list-toggle-btn:hover {
    filter: brightness(120%);
}

.vs-list-toggle-btn:focus {
    outline: 0;
}

.video-default {
    filter: none;
}

.video-filtered {
    filter: brightness(111%) contrast(116%) saturate(86%) url("#vsSharpenFilter");
}

.video-tooltip-banner {
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

.vp-comment {
    grid-area: vs-list;
    background: #444;
    padding: 10px;
    overflow-y: auto;
}

.vp-comment .form-group {
    padding: 8px;

}

.vp-comment .form-group textarea {
    color: #ddd;
    background: none;
    resize: vertical;
}

.vs-bar {
    grid-area: vs-bar;
    background: #333;
    z-index: 5;
}

.invisible {
    display: none;
    height: 0;
}

.info-container {
    background: #555555;
    align-self: flex-start;
    width: 100%;
}

.info-container .panel-body {
    padding: 10px 20px 0px 20px;
}

.info-container h5, .info-container label {
    font-size: 1.1em;
    font-weight: 700;
}

.info-container .panel-body dt {
    font-weight: 500;
}

.fill-space {
    flex-grow: 1;
}

.report-review {
    padding: 0 20px 10px 20px;
}

.report-review textarea {
    font-size: 1.2em;
}

.report-review textarea:disabled {
    background: none;
    color: #eee
}

.video-container {
    background: black;
    color: white;
    align-self: end;
    width: 100%;
    position: relative;
}

.align-top {
    align-self: flex-start;
}

.space-between {
    justify-content: space-between;
}

.lib-control {
    position: relative;
    align-self: flex-start;
    margin-top: 15px;
    width: 100%;
}

.lib-container {
    align-self: flex-start;
    width: 100%;
    display: grid;
    overflow-y: auto;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px,1fr));
    grid-template-rows: min-content;
    grid-gap: 10px;
    width: 100%;
    overflow-y: auto;
    padding: 0 15px 5px 15px;
}

.lib-content {
    padding: 4px;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
}

.lib-content:hover {
    cursor: pointer;
    border: 1px solid var(--primary);
    transition: all ease 0.2s;
}

.lib-content:hover a {
    text-decoration: none;
}

.lib-content img, .lib-viewbox img, .lib-content video, .lib-viewbox video{
    width: 100%;
}

.lib-viewbox {
    position: relative;
    padding: 2em 50px 0 50px;
}

.lib-close-btn {
    position: absolute;
    font-size: 1.6em;
    right: 0;
    top: -0.5em;
    z-index: 10;
}

.lib-left-btn {
    position: absolute;
    font-size: 2em;
    left: 0;
    top: 42%;
    z-index: 10;
}

.lib-right-btn {
    position: absolute;
    font-size: 2em;
    right: 0;
    top: 42%;
    z-index: 10;
}

.lib-close-btn:hover, .lib-left-btn:hover, .lib-right-btn:hover {
    color: var(--primary);
}

.video-js {
    width: 100%;
}

.vjs-tech {
    pointer-events: none;
}

.video-js .vjs-control-bar {
    background: none;
}

.video-js-bar {
    height: 3em;
    background-color: #333;
}

.video-js .vjs-progress-holder {
    height: 1.5em;
}

.video-js .vjs-load-progress {
    background: rgba(66, 66, 66, 0.5);
}

.video-mark-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    background-size: 100% 100%;
    z-index: 1;
}

.video-mark-holder div {
    position: absolute;
    width: 1px;
    height: 100%;
}

.video-mark-holder .marker-capture {
    background: #eee;
}

.video-mark-holder .marker-rf {
    background: red;
}

.video-mark-holder .marker-ai {
    background: var(--primary);
}

.video-thumbnail-holder {
    position: relative;
    top: -142px;
    border: 1px solid #000;
    border-radius: 4px;
    overflow: hidden;
    width: 272px;
    height: 100px;
}

.video-thumbnail-holder.pano  {
    top: -92px;
    height: 50px;
}

.video-thumbnail-holder img {
    max-width: 100%;
    height: auto;
}

.video-progress {
    position: absolute;
    top: -10px;
    height: 10px;
    width: 100%;
    border-radius: 0px;
    background-color: #848484;
}

.video-progress > .progress-bar {
    float: right;
}

.progress-bar-e {
    background-color: #f79646;
}

.progress-bar-g {
    background-color: #1386cb;
}

.progress-bar-d {
    background-color: #e7b913;
}

.progress-bar-c {
    background-color: #7ebe2d;
}

.vjs-big-play-button {
    display: none !important;
}

.video-js .vjs-slider {
    background-color: rgba(115, 133, 159, .3);
}

/* Disable click to focus effect on progress bar */
.video-js .vjs-progress-control .vjs-slider:focus {
    outline: none;
    box-shadow: none;
}

.vjs-load-progress {
    display: none !important;
}

/* .video-js .vjs-play-progress {
    background: transparent;
} */

.video-js .vjs-frame-range-indicator {
    position: absolute;
    height: 100%;
    background-color: rgba(115, 133, 159, .5);
    pointer-events: none;
    z-index: 1;
}

.video-js .vjs-play-progress {
    background: transparent;
    z-index: 2;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    display: block;
    position: absolute;
    right: -3px;
    top: -1.1em;
    z-index: 100;
    width: 6px;
    height: 2.8em;
    background: #4bc6e0;
    content: "";
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1em;
}

.video-js .vjs-play-progress .vjs-time-tooltip {
    position: absolute;
    top: -3em;
    right: -3px;
    z-index: 100;
    transform: translateX(50%);
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
    transform: translateX(-50%);
    position: absolute;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: 1.2em;
    visibility: visible;
    transform: translateX(-50%);
    white-space: nowrap;
}

.video-status {
    display: flex;
    justify-content: space-between;
    padding: 0.4em 0;
    margin: 0 10px;
    color: #959595;
    font-size: 1em;
}

.video-status span {
    padding: 0 0.3em;
}

.video-status form {
    display: inline;
}

.video-status input {
    background: #333;
    text-align: right;
    width: 4em;
    border: 1px solid #333;
}

.video-status input:hover {
    background: #444;
    border: 1px solid #eee;
    transition: all 300ms ease-out;
}

.video-status input:disabled {
    cursor: not-allowed;
}

.control-btn-bar {
    display: flex;
}

.video-btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.video-btn-group-main {
    background: #3d3d3d;
}

.video-btn-group-dark {
    background: #222;
}

.video-btn-group-right {
    margin-left: auto;
}

.video-btn-group > .dropdown-menu {
    margin-bottom: 0;
    min-width: 3em;
    background-color: #444;
}


.video-btn-group > .dropdown-menu > li > a {
    color: #eee;
    background-color: #444
}

.video-btn-group > .dropdown-menu > li > a.active {
    color: #eee;
    background-color: var(--primary);
}

.video-btn-group > .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #555;
}

.video-btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375em .75em;
    font-size: 1.2em;
    line-height: 1.5;
    color: #eee;
    outline: none;
}

.video-btn:hover {
    filter: brightness(130%);
}

.video-btn.active {
    filter: brightness(140%);
    background: #007faa;
}

.video-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.vjs-menu-button:hover .vjs-menu {
    display: block;
}

@media (min-width: 1200px) {
    .modal-vs {
        width: 1188px;
        margin: 30px auto;
    }
}

@media (max-width: 1199px) {
    .modal-vs {
        width: 100%;
        margin: 30px auto;
    }
}

.vs-comment {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.vs-comment textarea {
    color: #ddd;
}
.vs-comment textarea::placeholder {
    color: #666666;
}

.drawtool-group .icon {
    width: 2em;
    height: 2em;
}

.drawtool-group .btn {
    line-height: 1;
}

.thumbnail {
    z-index: 10;
}

.finding-img {
    width: 100%;
    position: relative;
    margin-bottom: 0.2em;
}

.finding-img img {
    width: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.finding-list {
    margin-bottom: 0px;
}

.finding-list .form-group {
    margin-bottom: 0px;
}

.finding-list .list-group-item {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
}

.finding-list .form-control {
    border-color: #868686;
}

.finding-list span, .finding-list textarea, .vs-comment textarea {
    color: #959595;
    background: none;
}

.finding-list textarea:disabled, .vs-comment textarea:disabled {
    color: #555555;
    background: none;
}

.finding-list textarea::placeholder {
    color: #585858;
}

.marker-btn-group {
    position: absolute;
    top: 0.3em;
    left: 0.5em;
    z-index: 3;
}

.marker-btn-group button {
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 0;
}

.edit-btn-group {
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    z-index: 3;
}

.edit-btn-group button {
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 0;
}

.finding-img .btn-group button.btn {
    display: none
}

.finding-img:hover .btn-group button.btn {
    display: block
}

.finding-img .btn-group button.btn-default.marked {
    color: #ddd;
    background: var(--primary);
    display: block;
}

.finding-img img.selected {
    -webkit-box-shadow: 0px 0px 2px 4px var(--primary);
    -moz-box-shadow: 0px 0px 2px 4px var(--primary);
    box-shadow: 0px 0px 2px 4px var(--primary);
}

.rf-list {
    display: flex;
    min-width: 100%;
    overflow-x: auto;
    padding: 15px;
}

.rf-content {
    margin: 2px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rf-content div.thumbnail {
    border: 1px solid transparent;
}

.rf-content.current div.thumbnail {
    border: 1px solid var(--primary);
}

.rf-content img {
    min-width: 288px;
    min-height: 53px;
    -webkit-user-drag: none;
}

.rf-content h6 {
    color: var(--danger);
}

.rf-content .thumbnail {
    background: #333;
    color: #ddd;
    margin-bottom: 0;
}

.video-overlay {
    position: relative;
}

.video-overlay i {
    position: absolute;
    font-size: 3em;
    color: var(--primary);
    left: 0.4em;
    top: 0.4em;
}

.dropdown-menu-btn {
    position: absolute;
    right: 5px;
}

.ekko-lightbox {
    top: 30%;
}

.center-container {
    min-height: calc(100vh - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    flex-direction: column;
}

.app-link {
    color: #007bff;
    text-decoration: none;
}

.app-link:hover {
    text-decoration: underline;
}

.alert-container {
    position: fixed;
    display: flex;
    top: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.alert-container > div {
    min-width: 20%;
    white-space: nowrap;
}

.no-margin {
    margin: 0;
}

.files-button-panel > div {
    min-height: 240px;
}

.files-button-panel > div:not(:first-child) {
    border-left: 1px solid #eee;
}

.files-button-panel > div > div > button {
    text-align: left;
    padding-left: 15%;
}

/*Hide reCaptcha v3 badge*/
.grecaptcha-badge{
    visibility: collapse !important;
}

/*Autocomplete container*/
.pac-container {
    z-index: 2000;
}

.vc-page {
    display: grid;
    grid-template-rows: 1fr auto;
}

.vc-main {
    overflow: hidden;
    background: black;
    height: calc(100vh - 72px);
}

.vc-participant-container {
    height: 100%;
    display: grid;
    position: relative;
    grid-template-rows: 100%;
    grid-template-columns: 1fr 300px;
}

.vc-participant-container > .main-participant-container {
    display: flex;
    position: relative;
    align-items: center;
    grid-area: 1 / 1 / 2 / 3;
}

.vc-participant-container video {
    width: 100%;
    height: 100%;
}

.vc-participant-container > .info-container {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    display: flex;
    background: transparent;
    flex-direction: column;
    justify-content: space-between;
}

.vc-participant-container > .other-participant-container {
    z-index: 5;
    grid-area: 1 / 2 / 1 / 3;
    background: transparent;
    overflow-y: auto;
}

.local-participant-container {
    display: flex;
    justify-content: center;
}

.local-participant-container .inner-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.local-participant-container video {
    transform: scaleX(-1);
}

.local-participant-frame {
    border: 1px solid rgb(245, 248, 255);
    width: 100%;
    height: 0;
    display: flex;
    overflow: hidden;
    position: relative;
    background: black;
    align-items: center;
    padding-top: 52%;
    border-radius: 4px;
    margin-top: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}

.avatar-container {
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: black;
    align-items: center;
    justify-content: center;
}

.avatar-container i {
    color: #eee;
}

.main-participant-container .avatar-container i {
    font-size: 10em;
}

.local-participant-container .avatar-container i {
    font-size: 5em;
}

.info-row {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
}

.info-row.top {
    top: 0;
}

.info-row.bottom {
    bottom: 0;
}

.info-row span {
    color: white;
    margin: 0;
    display: flex;
    padding: 0.18em 0.3em;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    z-index: 3;
}

.vc-inner-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.vc-toolbar {
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    display: flex;
    padding: 0 1.2em;
    z-index: 10;
    position: fixed;
    background-color: #fafafa;
}

.vc-toolbar-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
}

.vc-toolbar-section:first-child, .vc-toolbar-section:last-child {
    flex: 1 1 0%;
}

.vc-toolbar-button-container {
    display: flex;
    justify-content:center
}

.vc-toolbar-button-container button {
    margin: 0 4px;
}

.vc-toolbar-button-container i {
    min-width: 18px;
}


.vc-toolbar-button-container.end {
    justify-content: flex-end
}

.table.order-review td{
    border: none;
}

.table.order-review td:nth-child(2) {
    text-align: right;
}

.vertical-divider-table-container table {
    border-collapse: collapse; /* Ensures borders don't double */
}

.vertical-divider-table-container th,
.vertical-divider-table-container td {
    border-right: 1px solid #ccc; /* Adds vertical dividers */
    padding: 10px;
}

/* Add left border to the first column */
.vertical-divider-table-container th:first-child,
.vertical-divider-table-container td:first-child {
    border-left: 1px solid #ccc; /* Adds vertical dividers */
}

.vertical-divider-table-container tbody:last-child {
    border-bottom: 1px solid #ccc;
}

.signature-field {
    text-transform: uppercase;
    font-family: Courier New, monospace;
}

.text-signature {
    font-size: 24px;
    font-family: Courier New, monospace;
    font-weight: bold;
    font-style: italic;
    color: #111111;
    text-decoration: underline;
}

.img-signature {
    max-width: 200px;
    height: auto;
    filter: grayscale(1);
}

.font-weight-normal {
    font-weight: 400;
}

.sn-input {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform : uppercase;
}

.sn-input::placeholder {
    font-weight: 350;
    text-transform: none;
}

.nya-bs-select button {
    white-space: nowrap; /* Prevent nya-bs-select button text from wrapping */
}

.two-column-table {
    display: grid;
    grid-template-columns: max-content auto; /* Two columns */
}

.two-column-table dt {
    text-align: right;
    width: auto;
}

.two-column-table dd {
    width: auto;
    margin-left: 1em;
}

.adjustable-height span{
    height: auto; /* Allow the height to adjust automatically based on content */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break word if it exceeds button width */
}

.reset-password-org-name {
    resize: none;
}

.landmark-icon {
    background-color: #007faa;
    color: white;
    min-width: 18px;
    min-height: 18px;
    border-radius: 3px; /* Adjust the radius as needed for cornered effect */
    display: inline-flex; /* Use flexbox to center the text */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    font-weight: bold; /* Make the text bold */
}

.annotation-capture{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.password-strength .progress {
    margin-top: 10px;
    height: 10px;
    margin-bottom: 0;
}
.password-strength-label {
    text-align: right;
    margin-top: 5px;
    font-weight: bold;
}
.password-criteria {
    margin-top: 10px;
    list-style-type: none;
    padding-left: 0;
}
.password-criteria li {
    margin-bottom: 5px;
}
.password-criteria li.met {
    text-decoration: line-through;
}

.progress-bar-weak {
    background-color: #ff9500;
}

.progress-bar-good {
    background-color: #ffc107;
}

.progress-bar-strong {
    background-color: #28a745;
}

.capture-highlight{
    width: 100%;
    top: 0;
    left: 0;
    border: 2px solid #00e550;
}

.pathology-highlight{
    width: 100%;
    top: 0;
    left: 0;
    border: 2px solid var(--primary);
}

.addressCorrectTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.addressCorrectTable td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.addressCorrectTable tr:nth-child(even) {
    background-color: #dddddd;
}

.navbar-sales {
    overflow: hidden;
    padding-bottom: 15px;
    background-color: #fff;
    border-color: #e7e7e7;
}

.sales-btn {
    font-size: 15px;
    height: 100%;
    outline: none;
    padding: 16px 10px;
    background-color: inherit;
    font-family: inherit;
    text-transform: uppercase;
    margin: 0;
    border: none;
    color: #777777;
}

.sales-btn:hover{
    color: #333333;
}

.sales-btn.active{
    color: var(--primary);
    background-color: #eee;
}

.table-blue-border {
    border-top: 8px solid var(--primary);
}

.table-green-border {
    border-top: 8px solid var(--cs-solid-green);
}

.blue-border-btn {
    border-color: var(--success);
}

.cs-background {
    background-color: var(--cs-background-green);
    flex: auto;
    min-height: 100vh;
}

.truncated-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevent wrapping */
    display: block; /* Ensure block behavior */
}

.cs_banner {
    width: 100%;
    background-color: var(--cs-solid-green);
    padding: 5px; /* Adjust padding as needed for desired height */
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.cs_banner-text {
    text-align: center;
    font-size: 24px; /* Adjust font size as needed */
    font-weight: bold;
    color: black; /* Adjust text color as needed */
}

.with-top-margin {
    margin-top: 8px;
}

.table-orange-border {
    border-top: 8px solid var(--danger);
}

.kpi-dashboard-compare-cell {
    background-color: #FFCCCB;
}

.kpi-dashboard-normal-cell {
    background-color: #ADD8E6;
}

.kpi-dashboard-daily-cell {
    background-color: #FFFFED;
}

.ind-dashboard-daily-text {
    color:#ba8e23
}

.bold-text {
    font-weight: bold;
}

.greyed-out {
    color: #aaaaaa;
    opacity: 0.7;
    pointer-events: none;
}

.modal-xl {
    width: 95%;
    max-width: 1800px;
}
