@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


[data-color-scheme="dark"] {
    color-scheme: dark;
}

[data-color-scheme="light"] {
    color-scheme: light;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    font-size: 14px;
}

.h1, h1 {
    font-size: 1.8rem;
    font-weight: bold;
}

.h2, h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.h3, h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

.h4, h4 {
    font-size: 1.2rem;
    /*font-weight: bold;*/
}

.h5, h5 {
    font-size: 1.0rem;
    font-weight: bold;
}

.btn {
    font-size: 1.0rem;
}

html, body {
    height: 100vh;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
    html, body {
        /* The hack for Safari */
        height: -webkit-fill-available;
    }
}

audio:focus {
    outline: none;
}

.fontSizeInherit {
    font-size: inherit;
}

.btn-wide {
    width: 6em;
}

.btn-short {
    height: 2em;
    padding: 0 1em;
}

.text-purple {
    color: #662D8C;
}

.bg-purple {
    background-color: #662D8C;
}

.text-green {
    color: #39b54a;
}

.btn-green {
    background-color: #39b54a;
    color: white;
}

    .btn-green:hover {
        background-color: #3e8a48;
        color: white;
    }

    .btn-green:disabled {
        background-color: gray;
    }

body.dark .btn-green {
    color: #ddd;
}

.btnWide {
    width: 125px;
}

label {
    font-size: 1.0em;
    font-weight: bold;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*a, .btn-link {
    color: #0366d6;
}*/
/*
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

app {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow-y: hidden;
}

/*@media (min-width:768px) {
    app {
        margin: 0 30px;
    }
}
*/
.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.mainContainer {
    flex: 1;
    height: 100vh;
    width: 100vw;
    overflow: auto;
}

.menuBar {
    background-color: #0B2244;
    color: white;
    height: 90px;
}

.menuBarLower {
    background-color: #192d57;
}

.menuBarSecondary {
    background-color: #184D1E;
    color: white;
}

.menuBar a {
    color: #6fa2cf;
}

.dxbs-menu ul {
    background-color: #192d57;
    color: white;
}

.dxbl-grid-table {
    text-align: left;
    font-weight: normal;
}

.dxbl-dropdown-dialog.dxbl-menu-dropdown {
    background-color: #192d57;
    color: white;
    border-style: none;
    margin-top: -1px;
/*    border-radius: 0px 0px 4px 4px;*/
}

.dxbl-active:hover {
    /* background-color:red;*/
}

.borderRadius5 {
    border-radius: 5px;
}

.menuBarSecondary .dxbs-menu ul {
    background-color: #184D1E;
    color: white;
}

.stickyDiv {
    position: fixed;
    width: 100%;
    z-index: 50;
}

.dxbs-menu .dropdown-menu > ul > .separator {
    margin: 0px;
}

.dxbs-menu .dropdown-menu.dx-dropdown-menu {
    border: none;
}

.dropdown-menu {
    border: none;
}

.menuPadding {
    margin-top: 90px;
}

.mainWithMenu {
    flex: 1;
    height: calc(100vh - 90px);
    overflow-y: auto;
}

.mainWithMenuAndBanner {
    flex: 1;
    height: calc(100vh - 153px);
    overflow-y: auto;
}

.mainWithMenuAndCustomerMenu {
    flex: 1;
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.main {
    flex: 1;
    height: calc(100% = 10px);
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.sidebar {
    width: 30%;
    height: 100vh;
    min-width: 290px;
    top: 0;
}

.sidebar {
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    /* padding-top: 1.1rem;*/
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    /*outline: 1px solid #26b050;*/
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.stickyTableHeader {
    position: sticky;
    top: 0px;
    background: white;
    border-top: none;
}

    .stickyTableHeader:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        border-bottom: 2px solid #dee2e6;
    }

.tableNoTopBorder th {
    border-top: none;
}

body.dark .stickyTableHeader {
    background: #0D1E30;
}

body.dark hr {
    background-color: #dddd;
}

#blazor-error-ui {
    background: cornflowerblue;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1500;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }


    .main .top-row {
        position: sticky;
        top: 0;
    }

    /*.main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.dateLeftShift .dxbs-dm.dropdown-menu {
    margin-left: -50px;
}

.flexRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.flexColumn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    align-self: start;
}

@media screen and (min-width: 800px) {
    .flexColumn {
        flex: 1
    }
}

.grayCircle {
    background-color: gray;
    min-height: 2em !important;
    min-width: 2em !important;
    max-height: 2em !important;
    max-width: 2em !important;
    border-radius: 1em;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smallCircle {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    padding: 10px;
    font-size: 1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.dark .smallCircle {
    color: #ddd;
}

.emptyRow {
    text-align: center;
    margin: 10px;
    font-style: italic;
}

.bm-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.bm-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: rgba(0,0,0,0.5);
}

.bm-active {
    display: flex;
}

.blazor-modal {
    display: flex;
    flex-direction: column;
    width: 50rem;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    z-index: 7;
}

.modal-header {
    padding: .5rem 1rem;
}

.bm-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 2rem 0;
}

.bm-title {
    margin-bottom: 0;
}

.bm-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.dropdown-item {
    white-space: normal;
    cursor: pointer;
}

    .dropdown-item.selected {
        background: #dddd;
    }

body.dark .dropdown-item.selected {
    background: #7777;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .25em;
}

#components-reconnect-modal {
    z-index: 3;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.text-break-all {
    word-break: break-all;
}

.singleLine {
    border-bottom: solid 1px lightgray;
    margin-right: 10px;
    margin-left: 10px;
    width: 100%;
}

.blueLine {
    border-bottom: solid 3px #1b6ec2;
    width: 100%;
}

.purpleLine {
    border-bottom: solid 3px #662D8C;
    width: 100%;
}

.borderBottom2 {
    border-bottom: solid 2px lightgray;
}

@-webkit-keyframes altrclr {
    0% {
        color: red;
    }

    50% {
        color: transparent;
    }
}

@-webkit-keyframes altrclr2 {
    0% {
        color: black;
    }

    50% {
        color: transparent;
    }
}

.blink {
    color: black;
    -webkit-animation: altrclr2 3s infinite alternate;
}

.redBlink {
    color: red;
    -webkit-animation: altrclr 3s infinite alternate;
}

.wideToaster {
    width: 400px !important;
}

.btn-round {
    width: 2em;
    height: 2em;
    border-radius: 1em;
    padding: 0.2em 0.1em 0.1em 0.1em;
}

.btn-round-sm {
    width: 1.4em;
    height: 1.4em;
    border-radius: 0.7em;
    padding: 0;
}

.btn-round-outline {
    border: 3px solid red;
    padding: 0.15em;
    height: 2.75em;
    width: 2.75em;
    border-radius: 1.375em;
}

* {
}

.btnWhite {
    background-color: white;
}

body.dark .btnWhite {
    background-color: #0D1E30;
}

.width200 {
    width: 200px;
}

.width300 {
    width: 300px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.minWidth100 {
    min-width: 100px;
}

.minWidth150 {
    min-width: 150px;
}

.minWidth200 {
    min-width: 200px;
}

.minWidth225 {
    min-width: 225px;
}

.minWidth250 {
    min-width: 250px;
}

.minWidth275 {
    min-width: 275px;
}

.minWidth300 {
    min-width: 300px;
}

.minWidth400 {
    min-width: 400px;
}

.minWidth450 {
    min-width: 450px;
}

.minWidth500 {
    min-width: 500px;
}

.maxWidth100 {
    max-width: 100px;
}

.maxWidth150 {
    max-width: 150px;
}

.maxWidth200 {
    max-width: 200px;
}

.maxWidth225 {
    max-width: 225px;
}

.maxWidth250 {
    max-width: 250px;
}

.maxWidth275 {
    max-width: 275px;
}

.maxWidth300 {
    max-width: 300px;
}

.maxWidth400 {
    max-width: 400px;
}

.maxWidth500 {
    max-width: 500px;
}

.maxWidth550 {
    max-width: 550px;
}

.maxWidth600 {
    max-width: 600px;
}

.maxWidth800 {
    max-width: 800px;
}

.maxWidth1000 {
    max-width: 1000px;
}

.maxWidth1200 {
    max-width: 1200px;
}

.maxWidth1400 {
    max-width: 1400px;
}

.maxHeight100 {
    max-height: 100px;
    overflow-y: auto;
}

.maxHeight200 {
    max-height: 200px;
    overflow-y: auto;
}

.maxHeight400 {
    max-height: 400px;
    overflow-y: auto;
}

.maxHeight500 {
    max-height: 500px;
    overflow-y: auto;
}

.maxHeight600 {
    max-height: 600px;
    overflow-y: auto;
}

.form {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.loading-background-color {
    background-color: #FFFFFFAA;
    z-index: 12000;
}

.chatDivider {
    border-top: 2px solid #D3D3D3;
}

.fullContent {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.expandingList {
    flex: 1 1 20%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    min-height: 100px;
}

.subHeadingMenu {
    background-color: #E4ECF7;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
}

.subHeadingMenuSideBorder {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

/*.dxbs-grid-selected-row {
    background-color: #296ba7 !important;
    color:white;
}
*/
@media (min-width: 1400px) {
    .subHeadingMenu {
        border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;
    }
}

body.dark {
    color: #ddd;
    background-color: #001A34; /* #0D1E30;*/
}

    body.dark h1 {
        color: #fff;
    }

        body.dark h1 span {
            transition-delay: 0ms !important;
        }

    body.dark .dx-btn {
        color: #fff;
    }

    body.dark p {
        color: #fff;
        transition-delay: 0ms !important;
    }

    body.dark .bg-light {
        background-color: #14151a !important;
    }

    body.dark .start-header {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    }

        body.dark .start-header.scroll-on {
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
        }

    body.dark .nav-link {
        color: #fff !important;
    }

    body.dark .nav-item.active .nav-link {
        color: #5EB4E5 !important;
        background-color: #39b54a;
    }

    body.dark .nav-item:focus .nav-item:hover {
        background-color: #39b54a;
    }

    body.dark .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #0D1E30 !important;
    }

    body.dark .nav-item.active .nav-link {
        color: #5EB4E5 !important;
    }

    body.dark .dropdown-menu {
        color: #fff;
        background-color: #0D1E30;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    }

    body.dark .dropdown-item {
        color: #fff;
    }

        body.dark .dropdown-item:focus, body.dark .dropdown-item:hover {
            background-color: #263c54
        }
    /*
        body.dark .dropdown-item:hover {
            background-color: #263c54
        }*/

    body.dark .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }

        body.dark .navbar-light .navbar-toggler-icon:after,
        body.dark .navbar-light .navbar-toggler-icon:before {
            background-color: #fff;
        }

    body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
    }

    body.dark .sidedrawer-no-menu {
        top: 0;
        bottom: 0;
        background-color: #001A34;
    }

    body.dark .smsContact.smsContactSelected {
        background-color: #263c54;
    }

    body.dark select option {
        background-color: #263c54;
    }

    body.dark .smsContactExcerpt {
        color: #d7d7d7;
    }

    body.dark .chatDivider {
        border-top: 2px solid rgba(255,255,255,0.1)
    }

    body.dark .contactMenu {
        border-right: 2px rgba(255,255,255,0.1) solid;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        border-top: solid rgba(255,255,255,0.1);
        border-left: solid 1px rgba(255,255,255,0.1);
    }

    body.dark .smsContact {
        border-bottom: solid 1px rgba(255,255,255,0.1);
    }

    body.dark .form {
        background-color: #002B55;
    }

    body.dark .card {
        background-color: #0D1E30;
        border: 1px solid white;
    }


    body.dark .card-header {
        background-color: #0D1E30;
        border-bottom: 1px solid white;
    }

    body.dark input {
        color: #ddd;
        background-color: transparent;
    }

    body.dark .subHeadingMenu {
        background-color: #193354;
    }

    body.dark .btnWhite {
        background-color: #0D1E30;
    }

    body.dark .page-link {
        background-color: transparent;
    }

    body.dark .page-item.disabled .page-link {
        background-color: transparent;
    }

    body.dark .page-item.active .page-link {
        /*    background-color: #0D1E30;*/
    }

.dxbl-active,
.dxbs-active {
    background-color: white ;
}

.dxbl-tabs-item {
    width:100%;
}

body.dark .dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active, .dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active 
    {
        color:white;
    }
    .dxbl-tabs-item:not(dxbl-active) {
        background-color: #dddd;
    }

body.dark .dxbl-tabs-item:not(dxbl-active) {
        background-color: transparent;
    }

.tabContainer33 > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li,
.tabContainer33 > .dxbl-tabs-tablist > ul > li {
    width: 33%;
}

.tabContainer50 > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li,
.tabContainer50 > .dxbl-tabs-tablist > ul > li {
    width: 50%;
}

.dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item,
.dxbl-tabs-tablist > ul > li > .dxbl-tabs-item {
    width: 100%;
    justify-content: center;
}

.dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item > .dxbl-text,
.dxbl-tabs > .dxbl-tabs-tablist > ul > li > .dxbl-tabs-item > .dxbl-text {
    width: auto;
}

body.dark .dxbl-active,
body.dark .dxbs-active {
    background-color: #001A34 !important;
}

.my-grid {
    border: none;
}

    .my-grid td {
        border-left-width: 0px;
        border-right-width: 0px;
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }

    .my-grid th:not(.stickyTableHeader) {
        background-color: transparent !important;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }

    .my-grid .dxls-grid-selected-row,
    .my-grid .dxbs-grid-selected-row {
        background-color: #296ba7 !important;
        color: white;
    }

.dxbl-grid-bottom-panel,
.dxbs-grid-bottom-panel {
    border: none !important;
}

.dxbl-grid-header-row,
.dxbs-grid-header-row {
    border: none;
    background-color: inherit;
}

.dxbl-grid-filter-row,
.dxbs-grid-filter-row {
    border: none !important;
    border-bottom: 1px solid #dddd !important;
}

.dxbl-grid .dxbl-grid-table > tbody > tr > td,
.dxbl-grid .dxbl-grid-table > tbody > tr > th,
.dxbl-grid .dxbl-grid-table > tfoot > tr > td,
.dxbl-grid .dxbl-grid-table > tfoot > tr > th,
.dxbl-grid .dxbl-grid-table > thead > tr > td,
.dxbl-grid .dxbl-grid-table > thead > tr > th,
.dxbs-grid .dxbs-grid-table > tbody > tr > td,
.dxbs-grid .dxbs-grid-table > tbody > tr > th,
.dxbs-grid .dxbs-grid-table > tfoot > tr > td,
.dxbs-grid .dxbs-grid-table > tfoot > tr > th,
.dxbs-grid .dxbs-grid-table > thead > tr > td,
.dxbs-grid .dxbs-grid-table > thead > tr > th {
    font-size: 1rem;
}

.gridTopAlign .dxbl-grid-table > tbody > tr > td,
.gridTopAlign .dxbl-grid-table > tbody > tr > th,
.gridTopAlign .dxbl-grid-table > tfoot > tr > td,
.gridTopAlign .dxbl-grid-table > tfoot > tr > th,
.gridTopAlign .dxbl-grid-table > thead > tr > td,
.gridTopAlign .dxbl-grid-table > thead > tr > th,
.gridTopAlign .dxbs-grid-table > tbody > tr > td,
.gridTopAlign .dxbs-grid-table > tbody > tr > th,
.gridTopAlign .dxbs-grid-table > tfoot > tr > td,
.gridTopAlign .dxbs-grid-table > tfoot > tr > th,
.gridTopAlign .dxbs-grid-table > thead > tr > td,
.gridTopAlign .dxbs-grid-table > thead > tr > th {
    vertical-align: top !important;
}

body.dark .dxbl-grid-header-row,
body.dark .dxbs-grid-header-row {
    background-color: transparent;
}

.my-grid .dxbl-grid-table > tbody > tr > td,
.my-grid .dxbl-grid-table > thead > tr > th {
    border: none;
    border-bottom: 1px solid #dddd;
}

.table-borderless .dxbl-grid-table > tbody > tr > td,
.table-borderless .dxbl-grid-table > thead > tr > th {
    border: none;
}

/*.my-grid table tbody tr:nth-child(odd) {
    background-color: #00000003;
}

body.dark .my-grid table tbody tr:nth-child(odd) {
    background-color: #00000020;
}
*/
.my-grid-clickable .dxbs-data-row,
.my-grid-clickable .dxbl-grid-table > tbody > tr,
.my-grid-clickable .dxbs-grid-table > tbody > tr {
    cursor: pointer;
}

    .my-grid-clickable .dxbs-data-row:hover,
    .my-grid-clickable .dxbl-grid-table > tbody > tr:hover,
    .my-grid-clickable .dxbs-grid-table > tbody > tr:hover {
        background-color: #e7eff2;
        transition: 0.3s;
    }

.my-grid-clickable .rowCssClass {
    cursor: pointer;
}

    .my-grid-clickable .rowCssClass:hover {
        background-color: #E7F2EC;
        transition: 0.3s;
    }

.my-grid-clickable .dxbs-fixed-header-content > a {
    font-weight: normal;
    font-size: 0.9em;
}

.my-grid-clickable .dxbs-fixed-header-content > a {
    font-weight: normal;
    font-size: 0.9em;
}

.button-dropdown-menu {
    right: 0;
    left: auto;
}

body.dark .my-grid-clickable .dxbs-data-row:hover,
body.dark .my-grid-clickable .dxbl-grid-table > tbody > tr:hover,
body.dark .my-grid-clickable .dxbs-grid-table > tbody > tr:hover {
    background-color: #203A2C;
}

body.dark .my-grid-clickable .rowCssClass:hover {
    background-color: #203A2C;
}

body.dark .my-popup .modal-content {
    background-color: #0D1E30;
}

body.dark .dxbl-modal-content,
body.dark .dxbs-modal-content {
    background-color: #0D1E30 !important;
    color: #dddd !important;
}

body.dark .dxbl-calendar,
body.dark .dxbs-calendar {
    background-color: #0D1E30;
    color: #dddd;
}

body.dark .card {
    background-color: transparent;
    border: 1px solid white;
}

body.dark .dx-chart-legend {
    background-color: #0D1E30 !important;
}

body.dark .modal-content {
    background-color: #0D1E30;
}

body.dark .form-control {
    background-color: #4444;
    color: #dddd;
}

body.dark .form-control-sm {
    background-color: #4444;
    color: #dddd;
}

body.dark .text-danger {
    color: #f57c7c !important;
}

body.dark .smsContactBlocked {
    color: #f57c7c;
    font-style: italic;
}

body.dark .form {
    background-color: #002B55;
}

body.dark .dxbl-grid,
body.dark .dxbs-grid {
    background-color: transparent;
    color: #dddd;
}

    body.dark .dxbl-grid > .dxbl-scroll-viewer,
    body.dark .dxbs-grid > .dxbs-scroll-viewer {
        background-color: transparent;
        color: #dddd;
    }

body.dark .my-grid .card {
    background-color: transparent;
    /*border: 1px solid white;*/
}

body.dark .my-grid .modal-content {
    background-color: #0D1E30;
}

body.dark .table {
    color: #dddd;
}

body.dark .loading-background-color {
    background-color: #333333AA;
}

body.dark .theirs {
    background-color: rgba(255,255,255,0.25);
}

body.dark textarea {
    background-color: #0D1E30;
    color: #dddd;
}

body.dark .table-warning {
    background-color: #644a01;
}

body.dark .table-primary {
    background-color: #25425A;
}

body.dark .text-black-50 {
    color: #dddd !important;
}

body.dark .btn-light {
    background-color: transparent;
    color: #dddd;
}

    body.dark .btn-light:not(:disabled):not(.disabled).active {
        background-color: #263c54;
        color: #dddd;
    }

body.dark a {
    color: #1a6fee;
}

body.dark .my-grid .card {
    background-color: transparent;
    border: none;
}

body.dark .my-grid .modal-content {
    background-color: #0D1E30;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #989898;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #808080;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }

.minWidth100 {
    min-width: 100px;
}

.numberSelect {
    padding: 1em;
    white-space: nowrap;
    width: 150px;
}

.numberSelectContainer {
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,0.2);
    background: #eeeeee44;
}

body.dark .numberSelectContainer {
    background-color: #002B55;
}

.overflowXScroll {
    overflow-x: scroll;
}

.bordered {
    border: 1px solid #dee2e6;
}


.borderedCurved {
    border: 1px solid #dee2e6;
    border-radius: 7px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.table-borderless .card {
    border: none;
}

.table-curved {
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

    .table-curved th:first-child {
        border-radius: 10px 0 0 10px;
        border: 1px solid #dee2e6;
    }

    .table-curved tr:last-child {
        border-radius: 0 10px 10px 0;
        border: 1px solid #dee2e6;
    }


.hideEmptyGridRow .dxbs-empty-data-row {
    display: none;
}

.hideEmptyGridRow .dxbs-grid-empty-data {
    display: none;
}

.hideEmptyGridRow .dxbl-grid-empty-data,
.hideEmptyGridRow .dxbl-grid-empty-cell,
.hideEmptyGridRow .dxbs-grid-empty-data,
.hideEmptyGridRow .dxbs-grid-empty-cell {
    display: none;
}

.fontSize20 {
    font-size: 2rem;
}

.fontSize15 {
    font-size: 1.5rem;
}

.fontSize13 {
    font-size: 1.3rem;
}

.fontSize11 {
    font-size: 1.1rem;
}

.fontSize09 {
    font-size: 0.9rem;
}

.fontSize08 {
    font-size: 0.8rem;
}

.fontSize07 {
    font-size: 0.7rem;
}

.fontSize06 {
    font-size: 0.6rem;
}

.full-height-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .full-height-grid > .card {
        display: flex;
        height: 100%;
    }

        .full-height-grid > .card > .dxbs-grid-vsd {
            flex: 1 1 auto;
            height: 100%;
        }

        .full-height-grid > .card > div:not(.dxbs-grid-vsd) {
            flex: 1 0 auto;
        }

.bordered-div {
    width: 600px;
    height: 500px;
    border: 1px solid red;
}

.topBottomBorder {
    border-top: solid 2px lightgray;
    border-bottom: solid 2px lightgray;
}

.bottomBorder {
    border-bottom: solid 2px lightgray;
}

.bottomBorderThin {
    border-bottom: solid 1px lightgray;
}

.rotate45 {
    transform: rotate(45deg);
}

.rotateNeg45 {
    transform: rotate(-45deg);
}

.tabHeader {
    text-align: center;
    font-weight: bold;
}

.nav-tab > li > a:hover {
    color: black;
}

body.dark .tabHeader {
    background-color: #030418 !important;
    color: inherit;
}

    body.dark .tabHeader a:hover {
        background-color: #0D1E30 !important;
        border-color: #030418 !important;
    }

body.dark .dxbl-tabs-content-panel,
body.dark .dxbs-tabs-content-panel {
    color: inherit;
}

body.dark .dxbl-pager,
body.dark .dxbs-pager {
    background-color: inherit;
    color: #dddd;
}

body.dark .dxbl-btn,
body.dark .dxbs-btn {
    background-color: #0D1E30;
    color: #dddd;
}

body.dark .dxbl-btn-outline-secondary:hover,
body.dark .dxbs-btn-outline-secondary:hover {
    background-color: #296ba7 !important;
    color: #dddd;
}

body.dark .dxbl-pager-page-btn,
body.dark .dxbs-pager-page-btn {
    background-color: transparent;
    color: #dddd;
}

body.dark .dxbl-pager-active-page-btn,
body.dark .dxbs-pager-active-page-btn {
    background-color: #030418;
    color: #dddd;
}

body.dark .dxbl-text-edit > input,
body.dark .dxbs-text-edit > input {
    background-color: #212529;
    color: #dddd;
}

.dxbl-readonly,
.dxbs-readonly {
    background-color: white;
    color: black;
    padding: 0px;
}

body.dark .dxbl-readonly,
body.dark .dxbs-readonly {
    background-color: #4444;
    color: #dddd;
    padding: 0px;
}

body.dark .dxbl-dropdown-dialog,
body.dark .dxbs-dropdown-dialog {
    background-color: #030418;
    color: #dddd;
}

body.dark .dxbl-listbox,
body.dark .dxbs-listbox {
    background-color: #030418;
    color: #dddd;
}

.dxbl-listbox,
.dxbs-listbox {
    background-color: white;
    color: black;
}

body.dark .dxbl-combobox > .dxbl-btn-group,
body.dark .dxbs-combobox > .dxbs-btn-group {
    background-color: #030418;
    color: #dddd;
}

/*body.dark .tabHeader a:focus {
    background-color: blue !important;
}

    body.dark .tabHeader a:active {
        background-color: purple !important;
    }*/

.blueHeader {
    background-color: #1b6ec2;
    color: white;
}

.greenHeader {
    background-color: #36B157;
    color: white;
}

.tabContainer > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li,
.tabContainer > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li,
.tabContainer > ul > li {
    display: block;
}

.tabContainer25 > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li,
.tabContainer25 > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li,
.tabContainer25 > ul > li {
    width: 24.95%;
}

.tabContainer33 > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li,
.tabContainer33 > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li,
.tabContainer33 > ul > li {
    width: 32.9%;
}

.tabContainer50 > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li,
.tabContainer50 > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li,
.tabContainer50 > ul > li {
    width: 49.85%;
}

.tabContainer100 > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li,
.tabContainer100 > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li,
.tabContainer100 > ul > li {
    width: 99%;
}

    .tabContainer25 > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > a,
    .tabContainer25 > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li > a,
    .tabContainer25 > ul > li > a,
    .tabContainer33 > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > a,
    .tabContainer33 > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li > a,
    .tabContainer33 > ul > li > a,
    .tabContainer50 > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > a,
    .tabContainer50 > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li > a,
    .tabContainer50 > ul > li > a,
    .tabContainer100 > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > a,
    .tabContainer100 > .dxbs-scroll-viewer > .dxbs-scroll-viewer-content > ul > li > a,
    .tabContainer100 > ul > li > a {
        display: block !important;
    }

body.dark .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #0D1E30 !important;
    border: none;
}

body.dark .nav-item.active .nav-link {
    color: #5EB4E5 !important;
}

.w-0 {
    width: 0px;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-60 {
    width: 60%;
}

.divTable {
    display: table;
}

    .divTable .divTableRow {
        display: table-row;
    }

    .divTable .divTableCell {
        display: table-cell;
        padding: 0.25em;
    }

.textTruncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 10px;
}

tr.rowCssClass > td {
    vertical-align: initial !important;
}

.select {
    position: relative;
    width: 100%;
    margin: 0px;
}

    .select svg {
        position: absolute;
        right: 12px;
        top: calc(50% - 3px);
        width: 10px;
        height: 6px;
        stroke-width: 2px;
        stroke: #9098a9;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        pointer-events: none;
    }

    .select select {
        -webkit-appearance: none;
        padding: 1px 10px 1px 5px;
        width: 100%;
        border: 1px solid #e8eaed;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 1px 3px -2px #9098a9;
        cursor: pointer;
        transition: all 150ms ease;
    }

        .select select:required:invalid {
            color: #5a667f;
        }

        /* .select select option:checked {
            color: #fff;
            background-color:#296ba7;
        }*/

        .select select option[value=""][disabled] {
            display: none;
        }

        .select select:focus {
            outline: none;
            border-color: #296ba7;
            box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
        }

        .select select:hover + svg {
            stroke: #296ba7;
        }

body.dark .select {
    background-color: #001A34;
    color: #dddd;
}

    body.dark .select select {
        background-color: #4444;
        color: #dddd;
    }


        body.dark .select select option {
            color: #dddd;
        }

.sprites {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

.height200 {
    height: 200px !important;
}

.height400 {
    height: 400px !important;
}

.height600 {
    height: 600px !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.2 !important;
}

.opacity-2 {
    opacity: 0.4 !important;
}

.opacity-3 {
    opacity: 0.6 !important;
}

.opacity-4 {
    opacity: .8 !important;
}

.opacity-5 {
    opacity: 1 !important;
}

.divReminderContainer {
    margin: 0.2em;
    padding: 0.2em;
}

.whitespace-preline {
    white-space: pre-line;
}

.comboBoxHideArrow .dxbs-input-group .dxbs-input-group-append {
    display: none;
}

.tagLabel {
    border-radius: 1em;
    color: white;
    padding: 0 1em;
}

.skipTracyIFrame {
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
}

.captionBox {
    margin: 1em 4em;
    padding: 5px 10px;
    align-self: flex-start;
    background-color: #F1F2F6;
    border-radius: 5px;
    white-space: pre-line;
}

body.dark .captionBox {
    background-color: rgba(255,255,255,0.25);
}

.disabled {
    pointer-events: none;
}

    .disabled a {
        color: gray;
    }

.backgroundLight {
    background-color: #eeeeee;
}

body.dark .backgroundLight {
    background-color: #444444;
}

.btn-xsm {
    height: 1.75em;
    padding: 0px 5px;
    font-size: 12px;
}

.overflow-y-auto {
    overflow-y: auto;
}

@media (max-width:400px) {

    dxbl-modal > .dxbs-modal > .dxbs-popup,
    dxbs-modal > .dxbs-modal > .dxbs-popup {
        margin: 2px;
    }
}

.maintenance-bar,
.basic-bar,
.new-post-bar {
    position: relative;
    background-color: #eee;
    text-align: center;
    color: #333;
    border-top: 2px solid #a9c94e;
    min-height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

    .maintenance-bar * {
        color: #dd5255;
        text-decoration: none;
    }

.basic-bar {
    background-color: #662e91;
    border: none;
    min-height: 55px;
    line-height: 55px;
    font-size: 13px;
}


    .basic-bar * {
        color: white;
        text-decoration: none;
    }


    .maintenance-bar *,
    .basic-bar *,
    .new-post-bar * {
        padding: 0;
        margin: 0;
    }

    .maintenance-bar .close-bar,
    .basic-bar .close-bar,
    .new-post-bar .close-bar {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 17px;
        font-weight: 700;
        color: #84c2e7;
        height: 35px;
        width: 65px;
        line-height: 37px;
        text-align: center;
        cursor: pointer;
    }

.dxbs-menu .dx-menu-bar > ul > .dx-menu-item {
    padding-left: 1em;
    padding-right: 1em;
}

.yellowText {
    color: yellow;
}

.blueCard {
    background-color: #E4ECF7;
    border: 1px solid darkgray;
    border-radius: 5px;
    width: 220px;
    padding: 0.8em;
}

.recentCard {
    height:100px;
    width:100px;
}

.recentCard .recentContent {
    max-height:65px;
    max-width:80px;
}

.topRadius {
    border-radius: 5px 5px 0px 0px;
}

.st0 {
    fill: #000;
}

body.dark .st0 {
    fill: #ddd;
}

.form-row {
    margin-right: inherit;
    margin-left: inherit;
}

.hideOutline {
    box-shadow: none !important;
}

.h-5px {
    height: 5px !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* Tooltip container */
.tooltip2 {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip2 .tooltiptext2 {
        visibility: hidden;
        width: 250px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 2px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip2:hover .tooltiptext2 {
        visibility: visible;
    }

    /* Tooltip text */
    .tooltip2 .tooltiptextClick {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 2px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        top: -70px;
        left: 0px;
    }

.form-control-tall {
    padding: 12px 18px;
    height: auto;
}

.form-control-no-button::-webkit-outer-spin-button,
.form-control-no-button::-webkit-inner-spin-button {
    display: none;
}

.visualizerContainer {
    width: 266px;
    /*    padding: 5px 5px 0px 5px;
    border: 1px solid lightgray;
    border-radius: 3px;*/
}

.visualizerCanvas {
    width: 256px;
    height: 20px;
}

.dxbl-grid > .dxbl-grid-top-panel > .dxbl-grid-search-box-container,
.dxbs-grid > .dxbs-grid-top-panel > .dxbs-grid-search-box-container {
    width: auto !important;
}

.dxbs-grid > .card {
    border: none !important;
}

.imgCenterHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgCarrier {
    height: 25px;
}

.blueMenu .dxbl-active, .dxbs-active {
    background-color: transparent !important;
}

.blueMenu {
    color: white !important;
    background-color: #192d57 !important;
}

    .blueMenu .dxbl-btn {
        color: white !important;
        background-color: #192d57 !important;
    }

.HiddenTextContainer {
    position: relative;
    height: 60px;
    max-width:170px;
}

.HiddenText {
    filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 75%;
    color: darkgray;
}

.HiddenCaptionContainer {
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.HiddenCaption {
    background-color: #dedede90;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    margin: 5px;
    font-style: italic;
    font-size: 0.7rem;
}

.LightBlueBox {
    background-color:#f0f4f7;
    border: solid 3px #e5e5e5;
    border-radius:20px;
    padding:20px;
}

:root {
    --animate-duration: 0.3s;
    --animate-delay: 0.3s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}