﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Helvetica, sans-serif, arial;
    overflow: auto !important;
    height: 100% !important;
    font-size: 0.95rem;
}

#app {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.iosSmoothScroll {
    -webkit-overflow-scrolling: touch !important;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #e6e6e6;
        border-bottom: 1px solid #d6d5d5;
    }

.sidebar .top-row {
    background-color: rgba(0,0,0,0.4);
}

.sidebar .navbar-brand {
    font-size: 1.1rem;
}

.nav-item .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-section-selected {
    background-color: #333;
    font-weight: 600;
    color: white !important;
    margin-left: 5px !important;
}

    .nav-section-selected:hover {
        background-color: #333 !important;
        font-weight: 600;
        color: white !important;
        margin-left: 5px !important;
    }

.nav-link-selected {
    background-color: #f3f3f3;
    font-weight: 600;
    color: #111 !important;
    border-left: 5px solid #111 !important;
    margin-left: 5px !important;
}

.nav-link-child {
    font-size: 0.9rem;
    background-color: #f3f3f3;
    color: #111 !important;
    border-left: 5px solid #bebebe;
    margin-top: -2px;
    margin-left: 5px;
    border-radius: 0px !important;
    transition: border-left 0.2s !important;
}

    .nav-link-child:hover {
        font-size: 0.9rem;
        background-color: #f3f3f3;
        color: #111;
        font-weight: 600;
    }

.sidebar .nav-item .nav-link-child:last-of-type {
    border-radius: 0px 0px 5px 5px !important;
}

.sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .sidebar .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .sidebar .nav-item a {
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        transition: 0.1s;
    }

        .sidebar .nav-item a:hover {
            background-color: #efefef;
            margin-left: 5px;
        }

#footer {
    display: none;
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler-button {
    border: none;
    color: #000;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.erp_modal {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog {
    margin: auto !important;
    padding: 10px;
}

.hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.card-collapse-title {
}

.collapse {
    display: none !important;
}

.card-fill-height {
}

.ribbonbar-status {
    display: none !important;
}

.navigation-header {
    display: flex;
    justify-content: space-between;
    padding-right: 1rem;
    margin-top: 0.5rem;
}

.navbar-brand {
    transform: scale(0.8);
    margin-left: -0.8rem;
    margin-top: -0.2rem;
    padding-bottom: 0;
}

.account-dropdown-ribbon {
    display: none;
}

.account-dropdown-nav {
    display: flex;
}

.payment-footer {
    display: flex;
    flex: auto;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: end;
}

    .payment-footer > .payment-discounts {
        flex: 3;
        min-width: 350px;
    }

.notification-popup-mobile {
    display: none !important;
}

@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }
}

@media(max-width:1000px) {
    .payment-footer {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

        .payment-footer > div {
            margin-right: 0px !important;
            padding-right: 0px !important;
            margin-top: 1rem;
        }

        .payment-footer > .border-right {
            border-right: none !important;
        }

    .notification-popup {
        display: none !important;
    }
}

@media (min-width: 1000px) {
    .navigation-header {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        padding-right: 0px;
    }

    .navbar-brand {
        transform: scale(1);
        padding-bottom: 0;
        padding-right: 0px;
        margin-right: 0px;
    }

    .account-dropdown-ribbon {
        display: flex;
    }

    .account-dropdown-nav {
        display: none;
    }

    #app {
        flex-direction: row;
    }

    .main {
        min-height: 100vh;
        max-height: 100vh;
    }

    .sidebar .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .sidebar {
        width: 250px;
        overflow-y: auto;
        position: sticky;
        top: 0;
        max-height: 100vh;
    }

    .ribbonbar-status {
        display: flex !important;
    }

    #footerBody {
        display: none;
    }

    #footer {
        display: block;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .navbar-toggler-button {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: flex !important;
    }

    .footer {
        box-shadow: 0px -6px 40px -21px rgba(0,0,0,0.50);
        width: 250px;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .erp_sideBar_EmailAddress {
        max-width: 150px !important
    }

    .erp_overlay_inner_big {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        padding: 10px;
        width: auto !important;
        height: auto !important;
    }

    .card-collapse-title {
        height: 0px !important;
        margin-bottom: 0px !important;
    }

        .card-collapse-title > div > button {
            height: 30px !important;
        }

    .card-columns {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
    }

    .card-fill-height {
        height: 100% !important;
    }
}

.card-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}

@media (min-width: 1300px) {
    .modal-dialog {
        padding: 20px;
    }
}

::-moz-selection {
    color: #fff;
    background: #242424;
}

::selection {
    color: #fff;
    background: #242424;
}

.erp_overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5500; /* Specify a stack order in case you're using a different order for other elements */
}

.erp_overlay_background {
    background-color: rgba(0,0,0,0.5); /* Dark background with opacity */
}

.erp_overlay_background_light {
    background-color: rgba(52,52,52,0.5) /* Dark background with opacity */
}

.erp_overlay_background_dark {
    background-color: rgba(0,0,0,0.7) /* Dark background with opacity */
}

.erp_overlay_inner {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 10px;
}

.erp_overlay_inner_big {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.erp_topMargin {
    margin-top: 20px;
}

.erp_bottomMargin {
    margin-bottom: 20px;
}

.erp_blur {
    filter: blur(10px);
}

.erp_animate {
    transition: 0.1s;
    animation-name: opacity_animation;
    animation-duration: 0.1s;
    animation-timing-function: ease-in-out;
}

@keyframes opacity_animation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.erp_scale_animateIN {
    transition: 0.2s;
    animation-name: erp_scale_animationIN;
    animation-duration: 0.2s;
}

.erp_scale_animateOUT {
    transition: 0.2s;
    animation-name: erp_scale_animationOUT;
    animation-duration: 0.2s;
}

@keyframes erp_scale_animationIN {
    from {
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes erp_scale_animationOUT {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.05);
        opacity: 0;
    }
}

.min-vh-84 {
    min-height: 84vh !important;
}

.max-vh-84-lg {
}

@media (min-width: 992px) {
    .max-vh-84-lg {
        max-height: 84vh !important;
        overflow-y: auto;
    }
}

.max-vh-80-lg {
}

@media (min-width: 992px) {
    .max-vh-80-lg {
        max-height: 80vh !important;
        overflow-y: auto;
    }
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.hoverable {
    transition: 0.3s;
}

    .hoverable:hover {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
    }

.footer {
    padding: 15px;
    background: #e8e8e8;
}

.erp_sideBar_EmailAddress {
    max-width: 75vw;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.connection-error-popup > p {
    margin-bottom: 0px;
}

.connection-error-popup {
    background: #9b0000;
    font-size: 14px;
    color: #fff;
    line-height: 12px;
    position: fixed;
    bottom: 0.5%;
    right: 0;
    border-radius: 50px;
    z-index: 9999;
    left: 0;
    margin: auto;
    width: 225px;
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes ReconnectionBackgroundAnimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes ReconnectionBackgroundAnimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes ReconnectionBackgroundAnimation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.opacity-highlight-hover {
    transition: opacity 0.2s;
    opacity: 0.5;
}

    .opacity-highlight-hover:hover {
        opacity: 1;
    }

.border-highlight-hover {
    border: 1px solid #CECECE;
    transition: border 0.2s;
}

    .border-highlight-hover:hover {
        border: 1px solid #000;
    }

.dropdown-menu {
    -webkit-box-shadow: 0px 11px 44px -25px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 11px 44px -25px rgba(0,0,0,0.75);
    box-shadow: 0px 11px 44px -25px rgba(0,0,0,0.75);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch !important;
    max-height: 200px;
}

.chart-title {
    font-size: 13px !important;
    font-weight: bold;
}

.dashboard-dropdown {
    position: relative;
    display: inline-block;
}

.dashboard-dropdown-content {
    display: block;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    z-index: 1;
    left: -140px;
}

    .dashboard-dropdown-content a {
        color: #2E2E2E;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

        .dashboard-dropdown-content a:hover {
            background-color: #F2F2F2;
        }

.widget-selected-chart {
    background: #ececec;
    opacity: 1;
}

.widget-selection-background {
    background: rgba(255,255,255,0.95);
}

.unselectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.pop-in-animation {
    animation-name: PopInAnimation;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
}

.backdropblur {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

@keyframes PopInAnimation {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.row:before, row:after {
    display: inline-block;
}

.increment > span {
    padding: 2px !important;
}



.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #1e1e1e;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

.preloader-fade {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: preloader-fade;
    -webkit-animation-timing-function: unset;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: preloader-fade;
    animation-timing-function: unset;
    height: 45px;
    width: 100%;
    background: #dcdcdc;
    border-radius: 5px;
    opacity: 0;
}

@-webkit-keyframes preloader-fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes preloader-fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.arrow-steps {
    animation-duration: 0.2s;
    animation-name: fade-in;
    animation-timing-function: ease-in;
    width: 99%;
    display: flex;
}

    .arrow-steps .step {
        font-size: 14px;
        text-align: center;
        color: #666;
        margin: 0 3px;
        padding: 10px 10px 10px 30px;
        flex-grow: 1;
        position: relative;
        background-color: #D0D0D0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

        .arrow-steps .step:after,
        .arrow-steps .step:before {
            content: " ";
            position: absolute;
            top: 0;
            right: -17px;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 21px solid transparent;
            border-left: 17px solid #D0D0D0;
            z-index: 2;
            transition: all 0.3s ease;
        }

        .arrow-steps .step:before {
            right: auto;
            left: 0;
            border-left: 17px solid #e8e8e8;
            z-index: 0;
        }

        .arrow-steps .step:first-child:before {
            border: none;
        }

        .arrow-steps .step:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .arrow-steps .step span {
            position: relative;
        }

        .arrow-steps .step.done span:before {
            opacity: 1;
            -webkit-transition: opacity 0.3s ease 0.5s;
            -moz-transition: opacity 0.3s ease 0.5s;
            -ms-transition: opacity 0.3s ease 0.5s;
            transition: opacity 0.3s ease 0.5s;
        }

        .arrow-steps .step.current {
            color: #fff;
            background-color: #004370;
        }

            .arrow-steps .step.current:after {
                border-left: 17px solid #004370;
            }

        .arrow-steps .step.done {
            color: #fff;
            background-color: #457290;
        }

            .arrow-steps .step.done:after {
                border-left: 17px solid #457290;
            }

        .arrow-steps .step.danger {
            color: #fff;
            background-color: #730000;
        }

            .arrow-steps .step.danger:after {
                border-left: 17px solid #730000;
            }


@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.text-line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-line-clamp-1 {
    -webkit-line-clamp: 1;
}

.text-line-clamp-2 {
    -webkit-line-clamp: 2;
}

.text-line-clamp-3 {
    -webkit-line-clamp: 3;
}

.text-line-clamp-4 {
    -webkit-line-clamp: 4;
}

.erp_transition {
    transition: all 0.3s ease;
}

.border-left-thick {
    border-left: 2px solid #151515 !important;
}

.border-left-thick-transparent {
    border-left: 2px solid transparent !important;
}

.animation-delay-1 {
    animation-delay: 0.1s;
}

.animation-delay-2 {
    animation-delay: 0.2s;
}

.animation-delay-3 {
    animation-delay: 0.3s;
}

.animation-delay-4 {
    animation-delay: 0.4s;
}

.animation-delay-5 {
    animation-delay: 0.5s;
}

.input-group {
    flex-wrap: unset !important;
}

    .input-group > .form-control.dxbl-input-group-append.dxbl-btn-group, .input-group > .form-control.dxbl-input-group-prepend.dxbl-btn-group {
        background: initial !important;
    }

.dxbl-text-edit {
    background: #f7f7f7 !important;
    border: 1px solid #dbdbdb !important;
    transition: .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inputfield .dxbl-text-edit {
    margin-top: 12px !important;
    border: 1px solid #dbdbdb !important;
    height: calc(100% - 8px);
    font-size: 15px;
    transition: .15s ease-in-out,box-shadow .15s ease-in-out;
    resize: none;
    background: #f7f7f7 !important;
}

.dxbl-text-edit:focus-within {
    border: 1px solid #747474 !important;
    background: white !important;
    box-shadow: -2px 3px 5px -3px rgb(30 30 30 / 25%);
}

.dxbl-text-edit:disabled, .dxbl-text-edit[readonly] {
    background-color: #e4e4e4 !important;
    box-shadow: none;
}

.form-control {
    border: 1px solid #dbdbdb !important;
    font-size: 15px;
    transition: .15s ease-in-out,box-shadow .15s ease-in-out;
    resize: none;
    background: #f7f7f7 !important;
}

    .form-control:focus {
        border: 1px solid #747474 !important;
        background: white !important;
        box-shadow: -2px 3px 5px -3px rgb(30 30 30 / 25%);
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e4e4e4 !important;
        box-shadow: none;
    }


.dxbl-btn-group {
    border: none !important;
}

.card-body {
    padding: 0.85rem;
}

.ios-scroll-fix {
    -webkit-transform: translate3d(0, 0, 0);
}

.draggable {
    cursor: move;
    width: 100%;
    overflow: hidden;
    padding: 0px 2px 0px 0px;
    text-align: end;
    line-height: 1px;
    margin-top: -1px;
}

    .draggable::after {
        content: '...';
    }

.dashboard-drop-area {
    background: #E2E2E2;
    border: 0.2rem solid #e8e8e8;
    border-radius: 10px;
    animation-name: droparea_opacity_animation;
    animation-duration: 0.5s;
}

.dashboard-drop-area-preview {
    border: 2px dashed #D7D7D7;
    border-radius: 10px;
    -webkit-transform: translate3d(0,0,0);
    position: absolute;
    z-index: 1500;
    display: none;
    transition: all 0.2s ease 0s
}

@keyframes droparea_opacity_animation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dashboard-widget-toolbar-outer {
    font-size: 10px;
    justify-content: space-between;
    text-align: left;
    color: gray;
    padding: 4px;
}


.dashboard-grid-container {
    display: grid;
    grid-template-columns: repeat(30, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 0px;
}

.dashboard-grid-item {
    position: relative;
    transition: margin 0.5s;
    border: 0.3rem solid transparent;
}

.dashboard-grid-content {
    border-radius: 5px;
    padding: 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: grid;
    overflow: auto;
}

.dashboard-grid-fixed {
    grid-auto-rows: 1fr !important;
}

span.deleteicon {
    position: absolute;
    height:100%;
    width:100%;
}

    span.deleteicon span {
        position: absolute;
        display: block;
        right: 30px;
        width: 15px;
        height: 90%;
        line-height: 32px;
        color: rgb(158,162,165);
        font-size: 9px;
        background: #f7f7f7;
        text-align: center;
        cursor: pointer;
    }

    span.deleteicon input {
        padding-right: 25px;
        box-sizing: border-box;
    }


.deleteicon-nodropdown span {
    right:10px !important;
}

.spreadsheet_Container {
    overflow-x: scroll;
    overflow-y: scroll;
    position: relative;
    height: 100%;
    width: 100%;
}

.spreadsheet {
    table-layout: fixed;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

    .spreadsheet > tr > td {
        padding: 3px;
        border: 1px solid #e2e2e2;
        min-width: 50px;
        max-width: 50px;
    }

    .spreadsheet > tr:first-child > td:not(:first-child) {
        font-weight: bold;
        background: #f7f7f7;
    }

    .spreadsheet > tr > td:first-child {
        font-weight: bold;
    }

    .spreadsheet > tr:not(:first-child) > td:first-child {
        background: #f7f7f7;
    }

.spreadsheet_Active {
    padding: 0px !important;
}

    .spreadsheet_Active > input {
        height: 100%;
        border-radius: 0px;
        background: none;
        padding: 5px;
        border: 1px solid #333 !important;
    }

.spreadsheet_ActiveHeader {
    background: #d7d7d7 !important;
}

.spreadsheet_ActiveLine {
    background: #f7f7f7 !important;
}

.inputlabel {
    position: absolute;
    transform: translate(10px, 0px);
    background: linear-gradient(0deg, #f7f7f7 50%, white 50%);
    padding: 0px 3px 0px 3px;
    margin: 0px;
    color: #898989;
    font-size: 12px;
    z-index: 2;
    background-size: 21px 21px;
    background-position: top;
    transition: background .15s ease-in-out;
}

.inputfield:focus-within > .inputlabel {
    background: linear-gradient(0deg, white 50%, white 50%);
    color: black;
}

.inputfield > input {
    margin-top: 10px;
}

.inputfield > div {
    margin-top: 10px;
}

.inputfield .dxbl-tagbox {
    margin-top: 12px;
}

.inputfield .dx-btn {
    margin-top: 10px !important;
}

.inputfield textarea {
    margin-top: 10px;
}

.inputfield > .d-flex {
    margin-top: 10px;
}

.custom-file-label {
    border: 1px solid #dbdbdb !important;
}

    .custom-file-label::after {
        background: #e8e8e8;
    }

.dropdown-toggle {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top:1px;
    margin-bottom:1px;
    margin-right:1px;
}

.dropdownText {
    border-radius: .25rem;

}

.mb-095 {
    margin-bottom: 0.95rem !important
}

.hover-background {
    background: white;
    cursor: pointer;
    transition: background 0.25s;
}

    .hover-background:hover {
        background: #e8e8e8;
    }

.btn-icon-circle-sm {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0px;
    font-size: 11px;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(147, 0, 147, 0.7);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(147, 0, 147, 0);
    }
}


.navigation-button-none {
    animation: none !important;
    border-radius: 50%;
    width: 30px;
    padding-top: 7px !important;
    padding-left: 8px !important;
}

.notification-button {
    animation: pulse 2s infinite;
    align-self: center;
    border-radius: 60px;
    height: 30px;
    padding: 5px;
    padding-top: 6px;
    padding-left: 11px;
    display: flex;
    padding-right: 11px;
}

    .notification-button > span:nth-child(1) {
        font-size: 10px;
        padding-top: 2px;
    }

    .notification-button > span:nth-child(2) {
        font-weight: bold;
        margin-top: -3px;
    }

.notification-button-none {
    animation: none !important;
    border-radius: 50%;
    width: 30px;
    padding-left: 8px;
    padding-top: 7px;
}

    .notification-button-none > span:nth-child(1) {
        font-size: 12px;
        padding-top: initial;
    }

.notification-popup {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden;
}

    .notification-popup .dxbl-dropdown-body {
        padding: 5px 5px 80px 80px !important;
        overflow: hidden;
    }


.erp_toast {
    box-shadow: -0.5rem 0.5rem 2rem 9px rgb(0 0 0 / 20%);
}

.opacity-1 {
    opacity: 1 !important;
}

.form-control-color-square {
    padding: 0px;
    width: 25px;
    height: 25px;
    padding-left: 1px;
    padding-right: 1px;
}

.scheduler-unavailable {
    background: repeating-linear-gradient( 45deg, #d1d1d1, #d1d1d1 10px, #9b9b9b 10px, #9b9b9b 20px );
    border-radius: 10px;
    min-height: 5px;
    opacity: 0.5 !important;
}

.scheduler-timeoff {
    background: repeating-linear-gradient( 45deg, #d1d1d1, #d1d1d1 10px, #9b9b9b 10px, #9b9b9b 20px );
    min-height: 5px;
    opacity: 0.5 !important;
}

.number-pad {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    height: 300px;
}

.number-button {
    flex: 1 1 30%;
    font-size: 24px;
    padding: 0;
    margin: 1.11%;
    border-radius: 10px;
    border: none;
    background-color: #ededed;
    cursor: pointer;
    transition: all 0.2s;
}

.number-button-blank {
    flex: 1 1 30%;
    font-size: 24px;
    padding: 0;
    margin: 1.11%;
    border: none;
}


.number-button:active {
    background-color: #ccc;
    border: none;
}

.number-button:focus {
    border: none !important;
    outline: none !important;
}

.mainLayoutPadding {
    padding: .25rem !important
}

    .mainLayoutPadding:has(div):has(.dashboard-grid-container) {
        padding: 0px !important;
    }

.appointment-badge {
    vertical-align: middle;
}

@keyframes appointment-badge-problem-blink {
    50% {
        background: #8A0000;
    }
}

.appointment-badge-problem {
    animation: appointment-badge-problem-blink 1.5s infinite;
    background: red;
    border: 1px solid red;
}

.dxbl-inline-grid .form-control {
    border-radius: 0px !important;
    border: 0 !important;
    font-size: 12px;
}

.dxbl-inline-grid .dxbl-text-edit {
    border-radius: 0px !important;
    border: 0 !important;
    height: 100% !important;
}

.dxbl-inline-grid td {
    vertical-align: middle !important;
}

.width-100-px {
    width: 100px;
}


.scheduler-timeline-compressed .dxbs-sc-time-cell {
    height: 40px !important;
}

.scheduler-timeline-compressed .dxsc-v-resource-header {
    height: 40px !important;
}

    .scheduler-timeline-compressed .dxsc-v-resource-header > .dxsc-resource-header-content {
        text-overflow:ellipsis;
    }

    .scheduler-timeline-compressed .dxsc-v-resource-header .dxsc-resource-header-content > span {
        -o-transform: none !important;
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        writing-mode: unset !important;
        -ms-writing-mode: unset !important;
        -webkit-writing-mode: unset !important;
    }


.scheduler-timeline-compressed .dxbs-sc-resources-scroll-area {
    width:150px !important;
}

.scheduler-timeline-compressed .dxbs-sc-empty-cell{
    width:150px !important;
}

.scheduler-apt-background {
    opacity: .7;
    padding: 0;
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 3px;
}

.scheduler-apt-content {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width:3px;
}

.scheduler-apt-content-wrapper {
    padding: .2em .2em;
    width: 100%;
    min-height: 60px;
    max-height:60px;
}

.scheduler-apt-status {
    text-overflow: ellipsis;
}
.scheduler-apt-subject{
    text-overflow:ellipsis;
}
.scheduler-apt-date{
    text-overflow:ellipsis;
}

.scheduler-apt-space {
    margin-bottom: 18px;
}

.dxbs-scheduler .dxbs-sc-apt-compact .scheduler-apt-content-wrapper .scheduler-apt-subject {
    display: none;
}

.dxbs-scheduler .dxbs-sc-apt-compact .scheduler-apt-content-wrapper .scheduler-apt-date {
    display: none;
}

.dxbs-scheduler .dxbs-sc-apt-compact .scheduler-apt-content-wrapper .scheduler-apt-status .appointment-badge {
    font-size:0;
    min-width:0px !important;
    min-height:11px;
}

.dxbs-scheduler .dxbs-sc-apt-compact .scheduler-apt-content-wrapper .scheduler-apt-status .schedule-apt-space {
    display:none;
}

.scheduler-timeline-compressed .scheduler-apt-date{
    display:none;
}

.scheduler-timeline-compressed .scheduler-apt-content-wrapper {
    font-size: 10px;
    min-height:30px;
    max-height:30px;
}

.scheduler-timeline-compressed .badge{
    padding:0.1rem !important;
}

.scheduler-timeline-compressed .scheduler-apt-space{
    margin-bottom:12px;
}

.opacity-05{
    opacity:0.5;
}

.opacity-075{
    opacity:0.75;
}

.form-input-readonly-normal-style[readonly]{
    background:#f7f7f7 !important;
}