/*Role Sim radio button dot not showing*/
.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    border-color: #8bc7eb;
}

#notification-popup .dx-popup-content {
    padding: 0px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

.toolbar-text {
    margin: 0 5px 0 5px;
}

.footer-text {
    margin-top: -9px;
}

.logo-img {
    height: 34px;
    margin-left: 5px;
    margin-top: -3px;
}

.theme-switch {
    margin-top: -6px;
    margin-left: 5px;
}

.inline-edit-grid-action .dx-button-content {
    padding:4px;
    margin:0;
}

.dx-tab .dx-button-content {
    padding: 0;
    margin: 0;
}

.dx-treeview-item-content .dx-button-content {
    padding: 0 0 2px 5px;
    margin: 0;
}

.dx-toolbar-items-container .dx-texteditor-with-label {
    margin: 0;
}

.dx-dropdowneditor-overlay .dx-popup-content {
    padding: 0;
}

.dx-datagrid-rowsview .dx-master-detail-row > .dx-master-detail-cell {
    padding: 5px;
}

.visible.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: #A1FB8E;
    border-width: 0px !important;
}

.read-only.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: #A3FBFB;
    border-width: 0px !important;
}

.hidden.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: #FB9A9B;
    border-width: 0px !important;
}

.required.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: #E0DA3E;
    border-width: 0px !important;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/materialdesignicons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.material-icons::before {
    content: attr(data-icon);
}

.notifications-icon {
    font-size: 20px;
}

.form-button {
    height: 24px !important;
}

.form-button-align {
    margin-top: 6px;
}

.form-button-green {
    background: #b6d9a8;
}

.grid-toolbar-button {
    height: 36px !important;
    width: 36px !important;
    font-size: 20px !important;
    padding: 6px !important;
}

.nav-menu-button {
    font-size: 14px !important;
    display:inline;
    top:8.5px;
    position:static;
}

.nav-menu-record-with-icon {
    font-size: 16px !important;
    display: inline !important;
    float: left;
}

.nav-menu-record-without-icon {
    font-size: 16px !important;
}

.nav-menu-name {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:2px;
}

div.span.nav-menu-name {
    overflow: visible;
    white-space: normal;
    height: auto; /* just added this line */
}

.dx-dashboard-settings-form .dx-dashboard-settings-form-content .dx-dashboard-form-left-column {
    float: left;
    width: 100%;
    padding-right: 0px;
}

.dx-dashboard-designer-menu-popup .dx-dashboard-designer-menu-header.dx-popup-title {
    width: 240px !important;
}

.dx-dashboard-context-menu-panel {
    height: 90% !important;
}

.toolbar-button-material-icon {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    padding-left: 4px;
}

.toolbar-button-green {
    color: #b6d9a8;
}

.toolbar-button-red {
    color: #e3999a;
}

.warning-config-toolbar-button {
    color: #c9e127;
}

.error-config-toolbar-button {
    color: #d5806d;
}

.center-form-caption {
    text-align: center;
}

.gallery-item-left {
    float: right;
    width: 330px;
    height: 470px;
    padding: 20px;
    background: rgba(191, 191, 191, 0.15);
    margin-right: 30px;
}


.image_container {
    border-radius: 5px;
    background-color: #8bc7ec;
    border-spacing: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-indent: 0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*box-shadow: 0 15px 9px 0 rgba(0, 0, 0, 0.1);*/
    border: 3px solid #8bc7ec;
    align-items: center;
    justify-content: center;
}

.image_container:focus {
    outline: none;
}

.image_container::-moz-focus-inner {
    border: 0;
}

.image_container:hover {
    border-color: #8bc7ec;
    background: #8bc7ec;
}

.image_container_loading_indicator {
    position: absolute;
    alignment: center;
}

.gallery_item {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-inner-item {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 120px;
    object-fit: contain;
}

.image-container-info {
    padding: 10px;
    background: #0d2943;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.image-container-info-key {
    font-weight: 300;
    color: white;
}

.gallery-item {
    object-fit: cover;
    flex: 1;
}

.info-container {
    flex: 1;
    padding: 10px;
}

.gallery-item-holder {
    display: flex;
    /*min-width: 50%;*/
}

/*grid split display for datagrid control*/

.grid-splitter-parent-container {
    display: flex;
    flex-direction: column;
}

.datagrid-splitter-dragbar {
    height: 10px;
    cursor: row-resize;
    background-color: #8bc7ec;
    z-index: 9;
}

.datagrid-splitter-top-element {
    resize: vertical;
    min-height: 112px;
}

.datagrid-splitter-bottom-element {
    flex: 1;
    margin-top: 5px;
    min-height: 50px;
}

#section-links {
    color: gray;
    padding: 0.5rem 1rem;
    display: block;
    text-decoration: none;
    border-left: 2px solid;
    scroll-behavior: smooth;
}

#section-links:hover {
    color: #1a7ebb;
}

.active-link {
    background: #0085f230;
    font-weight: bold;
    color: #1a7ebb !important;
}

.scroll-container {
    scroll-behavior: smooth;
    padding: 30px;
    overflow-y: hidden;
    /*for non-webkit browsers such as Firefox*/
    scrollbar-color: #6AB5E2;
    scrollbar-width: thin;
}

.scroll-container::-webkit-scrollbar {
    width: 4px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #6AB5E2;
}

.scroll-container:hover {
    overflow-y: scroll;
}

/*.custom-task {
    max-height: 48px;
    height: 100%;
    display: block;
    overflow: hidden;
}

.custom-task-wrapper {
    padding: 8px;
    color: #fff;
    height: 63px;
}

.custom-task-wrapper > * {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-task-title {
    font-weight: 600;
    font-size: 13px;
}*/

.dx-gantt .dx-row {
    height: 25px;
}

.custom-task-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: rgba(0, 0, 0, 0.3);
}

.toolbar-top-simulation {
    border-bottom: 3px solid #20dd36;
}

/*.form-item-read-only {
    background: #E8EAEB !important;
}*/

.form-item-visible {
    border-color: #6AB5E2 !important;
}

.checkbox-wrapper .dx-checkbox-icon {
    border-color: #6AB5E2;
}

.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}

.dx-tabs .dx-tabs-wrapper .dx-tab {
    width: auto;
    padding-left: 20px;
}

.dx-tabs-wrapper {
    display: contents !important
}

.dx-tab-content .dx-icon-close {
    display: inline-block;
    opacity: 0.6;
    margin-right: 0;
    margin-left: 14px;
    font-size: 15px;
    margin-bottom: 2px;
}

/*Browser notifications*/
.container {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 2fr;
    grid-auto-rows: minmax(670px, auto);
}

.listContainer {
    background-color: #FAFAFA;
    grid-column: 1;
}

.contentContainer {
    background-color: #FAFAFA;
    grid-column: 2/4;
}

.listItemContainer {
    height: 60px;
    position: relative;
}

.itemSubject {
    inline-size: 300px;
    overflow: hidden;
    font-size: 15px
}

.itemBody {
    inline-size: 300px;
    overflow: hidden;
    margin-bottom: 4px;
}

.itemDate {
    inline-size: fit-content;
    position: absolute;
    left: 0;
}

.itemTime {
    position: absolute;
    right: 20px;
}

#unreadItems {
    font-weight: bold;
}

.tabContainer {
    margin: 2px;
    height: 35px;
    position: relative;
    background-color: #FAFAFA;
}

#unreadCounter {
    margin-left: 5px;
    font-weight: bold;
}

.tabActionItems {
    background-color: #FAFAFA;
    position: absolute;
    left: 0;
}

.important {
    position: absolute;
    right: 0;
    color: darkorange;
    margin-top: 2px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.action-sheet-item-container {
    width: 158px !important;
    height: 34px !important;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
    border-style: solid !important;
    border-color: #cacfd1 !important;
    border-width: 1px !important;
    border-radius: 2px !important;
    text-align: center !important;
    background-color: white;
}

    .action-sheet-item-container:hover {
        background-color: #F5F5F5;
    }

.inline-icon {
    vertical-align: bottom;
    font-size: 20px !important;
}

.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: transparent; /*#0D2943*/
    border: none;
    outline: none;
}

.notification-badge {
    position: absolute;
    top:-1px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
}

.config-options {
    margin-top: 5px !important;
}

.okta-login-container {
    margin-top: 10%;
}

/**lightbox styling*/

.photo-gallery {
    color: #313437;
    background-color: #fff;
    padding: 10px;
}

.photo-gallery p {
    color: #7d8285;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .photos {
    padding-bottom: 10px;
}

.photo-gallery .item {
    padding-bottom: 10px;
}

.form-label {
    margin-bottom: 2px !important;
}

.form-item {
    margin: 10px;
}

/*.dx-overlay-wrapper.dx-popup-wrapper.dx-dropdowneditor-overlay .dx-overlay-content {
    min-width:350px;
}*/

/*
    Kanban classes
*/


.v3-kanban-card {
    position: relative;
    background-color: white;
    box-sizing: border-box;
    width: 230px;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
}

.v3-kanban-card-subject {
    padding-bottom: 10px;
}

.v3-kanban-header {
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}

.v3-kanban-left-element {
    margin-left: 2%;
}

.v3-kanban-card-color {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 5px;
    width: 5px;
    border-radius: 2px;
    background: #ADD8E6;
}
.v3-kanban-scrollable-board {
    width: max-content;
}
.v3-kanban-scrollable-list {
    height: 70vh;
    width: 260px;
}

.v3-kanban-sortable-cards {
    min-height: 380px;
}

.v3-kanban-list {
    border-radius: 8px;
    margin: 5px;
    background-color: rgba(192, 192, 192, 0.4);
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    height: 75vh;
}

.v3-kanban-list-title {
    font-size: 16px;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: -10px;
    font-weight: bold;
    cursor: pointer;
}

.max-line-ellipis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#kanban {
    white-space: nowrap;
    max-width: 75vw;
}

/*File Viewer*/

.fileviewer-frame {
    margin: 0 auto;
    display:block;
}

.fileviewer-toolbar-label,
.fileviewer-toolbar-label > b {
    font-size: 16px;
}

/*Mobile specific*/
.disable-user-selection {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}


/*aligns the items with the arrows in the tree view, don't need 10px padding*/
.dx-treeview-item{
    padding: 5px 0px;
}

/*for disabling the dxChatBox when sending messages*/
.dx-chat-disabled .dx-chat-messagebox {
    opacity: 0.5;
    pointer-events: none;
}

#ai_toolbar_widget .dx-button-content {
    background-color: blue;
    border-radius: 6px;
    padding-block: 1px
}

