﻿.dx-datagrid-rowsview .dx-editing-column {
    background-color: lightgoldenrodyellow
}

.no-text-wrap {
    text-wrap: nowrap;
}
.red-text {
    color: #d93b42;
}

.orange-text {
    color: #f59d00;
}


.ti-tooltip {
    position: relative;
}

    .ti-tooltip:hover {
        cursor: help;
    }

    .ti-tooltip::after {
        background-color: #333;
        border-radius: 10px;
        color: #fff;
        display: none;
        padding: 5px;
        position: absolute;
        z-index: 999;
        min-width: 300px;
    }

    .ti-tooltip:hover::after {
        display: block;
    }

    .ti-tooltip.top::after {
        content: attr(data-title);
        top: 0;
        left: 50%;
        transform: translate(-50%, calc(-100% - 10px));
    }

    .ti-tooltip.bottom::after {
        content: attr(data-title);
        top: 0;
        left: 50%;
        transform: translate(-50%, calc(100% + -16px));
    }

    .ti-tooltip::before {
        background-color: #333;
        content: ' ';
        display: none;
        position: absolute;
        width: 15px;
        height: 15px;
        z-index: 999;
    }

    .ti-tooltip:hover::before {
        display: block;
    }

    .ti-tooltip.top::before {
        top: 0;
        left: 50%;
        transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
    }

    .ti-tooltip.bottom::before {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, calc(100% + 5px)) rotate(45deg);
    }

    .ti-tooltip.right::before {
        top: 50%;
        right: 0;
        transform: translate(calc(100% + 5px), -50%) rotate(45deg);
    }

    .ti-tooltip.left::before {
        top: 50%;
        left: 0;
        transform: translate(calc(-100% - 5px), -50%) rotate(45deg);
    }

.ARRIVED {
    /*display: block !important;*/
    border: 1px solid #44b773 !important;
    background-color: #44b773 !important;
}

    .ARRIVED::after {
        content: 'Arrived into the Clinic'; /* set content of pseudo element as the value of data-tooltip attribute */
        top: -25px;
        left: -5px;
        background: #000;
        border-radius: 4px; /* just a bit of extra styling */
        padding: 2px 6px;
        white-space: nowrap;
        color: #fff;
    }

.WAITING_TO_PAY {
    /*display: block !important; */
    border: 1px solid #965fb0 !important;
    background-color: #965fb0 !important;
}

    .WAITING_TO_PAY:hover, .ARRIVED:hover { /* for achieving the arrow shape at the bottom of the tooltip */
        text-decoration: none;
    }

    .WAITING_TO_PAY::after,
    .WAITING_TO_PAY::before,
    .ARRIVED::after,
    .ARRIVED::before {
        position: absolute;
        display: none; /* initially hide it from view */
    }

    .WAITING_TO_PAY::before,
    .ARRIVED::before {
        content: '';
        top: -6px;
        left: 6px;
        height: 0px;
        width: 0px;
        /* the arrow */
        border-left: 5px solid transparent;
        border-top: 5px solid #000;
        border-right: 5px solid transparent;
    }

    .WAITING_TO_PAY::after {
        content: 'Waiting to Pay'; /* set content of pseudo element as the value of data-tooltip attribute */
        top: -25px;
        left: -5px;
        background: #000;
        border-radius: 4px; /* just a bit of extra styling */
        padding: 2px 6px;
        white-space: nowrap;
        color: #fff;
    }

.CONFIRMATION_REQUIRED {
    border: 1px solid #666600 !important;
    background-color: #999900 !important;
}

.APPINTMENT_STARTED {
    border: 1px solid #003E9B !important;
    background-color: #003E9B !important;
}

.APPOINTMENT_COMPLETE {
    border: 1px solid #10313A !important;
    background-color: #10313A !important;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
}


.is-number {
    text-align: right;
}


table div.secondary {
    margin-top: .25rem;
    font-size: .8rem;
    color: #999;
}

table span.secondary {
    font-size: .8rem;
    color: #999;
}

/*
    button Styles
*/
.button.keyboard, .button.keyboard:hover, .button.keyboard:focus {
    color: hsl(204, 91%, 38%);
    background-color: hsl(204, 50%, 95%);
}

.button.alert.keyboard {
    color: hsl(0, 91%, 38%);
    background-color: transparent;
    background-color: hsl(0, 50%, 95%);
    padding: 9px;
}

    .button.alert.keyboard:hover, .button.alert.keyboard:focus {
        background-color: hsl(0, 50%, 95%);
    }

.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba;
    box-shadow: none;
}

    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border-color: transparent;
    }

        .button.clear, .button.clear:hover, .button.clear:focus {
            background-color: transparent;
        }

/*
        Style the controls the same when disabled or readonly
    */
select:disabled, input[type=text]:disabled, textarea:disabled,
select[readonly], input[type=text][readonly], textarea[readonly] {
    background-color: #f5f7f8; /*rgba(0,0,0,0.04);*/
    cursor: default;
    /*border: none;*/
    background-image: none !important;
    /*color: #818686 !important;*/
}

/*
    Dashboard Panel
*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.2);
    border-color: #fff !important;
}

.panel-body {
    padding: 25px;
}

.in-bold, .in-large, .in-thin {
    font-size: 26px;
}

.in-thin {
    color: rgba(51,51,51,.75) !important;
    font-size: 18pt !important;
}

.in-bold {
    font-weight: 700;
}


/* Version 2 Visual Design */
.js-ui-button,
.js-ui-button:focus,
.js-ui-button:hover {
    background-color: #24334a !important;
    border: none !important;
    color: #fff !important;
    border: 1px solid #24334a !important;
}

.white,
.white:focus,
.white:hover {
    background-color: #fff !important;
    color: #24334a !important;
    border: 1px solid #24334a !important;
    /*box-shadow: 0 2px 5px 0 hsl(210, 31%, 80%) !important;*/
}

.button.dropdown.white::after {
    border-color: #24334a transparent transparent;
}

.red,
.red:focus,
.red:hover {
    background-color: #F74969 !important;
    color: white !important;
    border: 1px solid #F74969 !important;
}

.red-hollow,
.red-hollow:focus,
.red-hollow:hover {
    background-color: white !important;
    color: #F74969 !important;
    border: 1px solid #F74969 !important;
}

.red-fixed,
.red-fixed:focus,
.red-fixed:hover {
    min-width: 130px !important;
}

.yellow,
.yellow:focus,
.yellow:hover {
    background-color: hsl(48, 94%, 68%) !important; /*#10cfbd !important;*/
    border: 1px solid hsl(48, 94%, 68%) !important;
    color: hsl(22, 82%, 39%) !important;
}


.green,
.green:focus,
.green:hover {
    background-color: #0BC2B0 !important; /*#10cfbd !important;*/
    color: white !important;
    border: 1px solid #0BC2B0 !important;
}

.green-fixed,
.green-fixed:focus,
.green-fixed:hover {
    min-width: 130px !important;
}

.flat_button,
.flat_button:focus,
.flat_button:hover {
    background-color: #fff !important;
    color: #24334a !important;
    border: 1px solid #fff !important;
    box-shadow: none;
}

    .flat_button:hover {
        background: #f0f0f0 !important;
    }

.table-responsive {
    overflow-y: hidden !important;
    overflow: auto;
}

.table.js-ui-table {
    overflow: auto;
}

.js-ui-table-head,
table.js-ui-table thead th,
table.js-ui-table tbody th {
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #efefef;
}

    .js-ui-table-head .button {
        margin: 10px !important;
    }

/*table.js-ui-table tbody td,
table.js-ui-table tbody th,
table.js-ui-table thead tr {
    padding: 15px;
}*/

table.js-ui-table,
table.js-ui-table tbody,
table.js-ui-table tfoot,
table.js-ui-table thead {
    border: none !important;
    /*box-shadow: 0 2px 5px 0 rgba(164, 173, 186, .25);*/
}

    table.js-ui-table tbody th,
    table.js-ui-table thead th,
    table.js-ui-table thead tr {
        font-weight: 700 !important;
        border-bottom: 2px solid rgba(222, 227, 231, .75); /*#24334a;*/
        border-top: 2px solid rgba(222, 227, 231, .75);
        border-right: 2px solid rgba(222, 227, 231, .75);
        padding: .5rem 1rem !important;
    }

    table.js-ui-table tbody tr {
        /*padding-top: 15px;
        padding-bottom: 15px;*/
        border-bottom: 1px solid #e6e6e6;
    }

    table.js-ui-table tbody th:first-child,
    table.js-ui-table thead th:first-child,
    table.js-ui-table thead tr:first-child {
        border-left: 2px solid rgba(222, 227, 231, .75);
    }

.js-ui-delete-text {
    color: #F67C93 !important;
    font-weight: 600 !important;
}

.ui-label {
    color: hsl(209, 28%, 39%);
    text-transform: uppercase;
}

.title-bar {
    padding: .5rem;
    /*background: hsl(205, 100%, 21%) !important;*/
    background: #24334a !important;
    color: hsl(205, 97%, 85%) !important;
}

input:checked ~ .switch-paddle {
    background: #0BC2B0 !important;
}

.js-ui-label {
    display: block;
    margin-bottom: 8px;
    color: #575757;
    font-size: 12px;
    font-weight: 700;
}

.label {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    cursor: default;
    background: #bee3f8;
    color: #2a4365;
    font-weight: 600;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

    .label.hollow {
        background: #ffffff;
        color: #2a4365;
        border: 2px solid #2a4365;
    }

    .label.success {
        background: #c6f6d5;
        color: #22543d;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }

    .label.hollow.success {
        background: #ffffff;
        color: #22543d;
        border: 2px solid #22543d;
    }

    .label.warning {
        background: #feebc8;
        color: #7b341e;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }

    .label.hollow.warning {
        background: #ffffff;
        color: #7b341e;
        border: 2px solid #7b341e;
    }

    .label.primary {
        background: #bee3f8;
        color: #2a4365;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }

    .label.hollow.primary {
        background: #ffffff;
        color: #24334a;
        border: 2px solid #24334a;
    }

    .label.alert {
        background: #fed7d7;
        color: #742a2a;
        font-weight: 600;
        text-align: center;
    }



.dashboard-number-delta {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    bottom: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.7;
    position: absolute;
    right: 25px;
    color: #1779ba;
}

    .dashboard-number-delta i {
        margin-right: 5px;
        width: 0.6rem;
    }

.dashboard-number-area {
    bottom: 6px;
    color: #1779ba;
    font-size: 13px;
    left: 25px;
    margin-bottom: 0;
    position: absolute;
}

.dashboard-number {
    position: relative;
}





.marketing-site-footer-bottom {
    position: absolute;
    bottom: 0;
}

    .marketing-site-footer-bottom p,
    .marketing-site-footer-bottom .menu {
        margin-bottom: 0;
        color: #fff;
    }

    .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
            color: #8aa0ae;
        }

@media screen and (max-width: 63.9375em) {
    .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 63.9375em) {
    .marketing-site-footer-bottom {
        text-align: center;
    }
}

.GridPager,
.GridPager table,
.GridPager td {
    border: none !important;
}

    .GridPager a,
    .GridPager span {
        display: inline-block;
        padding: 6px 12px;
        margin-right: 4px;
        border-radius: 3px;
        border: solid 1px #c0c0c0;
        background: #2c3840;
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

    .GridPager a {
        color: #fff;
        border: 1px solid #969696;
        width: 100%;
    }

    .GridPager span {
        background: dodgerblue;
        /*box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);*/
        border: 1px solid #3AC0F2;
        width: 100%
    }


.list-group {
    margin: 0px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
    box-shadow: 0 2px 5px 0 rgba(164, 173, 186, .25);
    margin-top: 10px;
}

    .list-group > :last-child {
        margin-bottom: 0;
    }

.list-group-item {
    padding: 0.5rem;
    display: flex;
}

    .list-group-item > :last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .list-group-item.active {
        color: #fefefe;
        background-color: #1779ba;
        border: 1px solid #1779ba;
    }

    .list-group-item .button {
        margin: 0px;
        font-weight: 700;
    }






.multi-step-checkout-process-step {
    margin-top: 20px;
    margin-bottom: 3rem;
}

@media screen and (max-width: 39.9375em) {
    .multi-step-checkout-process-step {
        padding-right: 0rem;
    }
}

.multi-step-checkout-process .accordion-title {
    color: #3e3e3e;
    font-size: 1.25rem;
    transition: color 0.5s ease;
    border: none;
    font-family: 'Droid serif', serif;
}

    .multi-step-checkout-process .accordion-title:hover, .multi-step-checkout-process .accordion-title:active, .multi-step-checkout-process .accordion-title:focus {
        color: #242424;
        transition: color 0.5s ease;
        background: none;
    }

.multi-step-checkout-process :last-child:not(.is-active) > .accordion-title {
    border: none;
}

.multi-step-checkout-process .accordion-item {
    border-bottom: 1px solid #e6e6e6;
    padding-right: 0.8rem;
}

    .multi-step-checkout-process .accordion-item:first-child() {
        border-top: 1px solid #e6e6e6;
    }

    .multi-step-checkout-process .accordion-item.is-active {
        border: 1px solid #e6e6e6;
        border-top: 3px solid #1779ba;
        border-radius: 3px;
        box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    }

    .multi-step-checkout-process .accordion-item .accordion-title {
        font-weight: 400;
    }

        .multi-step-checkout-process .accordion-item .accordion-title::before {
            right: 0.5rem;
        }

.multi-step-checkout-process .accordion-content {
    border: none;
    padding-left: 35px;
}

.multi-step-checkout-process :last-child > .accordion-content:last-child {
    border-bottom: none;
}

.multi-step-checkout-step-title-subheader {
    color: #a4a4a4;
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 10px;
    font-family: 'Open sans', serif;
}

.multi-step-checkout-step-subheader {
    color: #3e3e3e;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Open sans', sans-serif;
}

.multi-step-checkout-step-subdesc {
    color: #8a8a8a;
    font-size: 0.9rem;
}

.multi-step-checkout-shipping-option {
    margin-bottom: 10px;
}

.multi-step-checkout-step-section {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.multi-step-checkout-shipping-option-selection {
    position: absolute;
    margin-top: 0.2rem;
}

.multi-step-checkout-shipping-option-title {
    display: block;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-left: 1.6rem;
    margin-bottom: 0.8rem;
}

.multi-step-checkout-shipping-option-desc {
    font-size: 0.9rem;
    color: #8a8a8a;
    margin-left: 25px;
    margin-top: -10px;
}

.multi-step-checkout-shipping-cost {
    text-align: right;
}

.multi-step-checkout-form-divider {
    border-bottom: 1px dashed #e6e6e6;
}

.multi-step-checkout-form input {
    background: #f8f8f8;
}

.multi-step-checkout-enews-sign-up label {
    position: relative;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.multi-step-checkout-enews-sign-up-checkbox {
    position: absolute;
    margin-top: 0.4rem;
}

.multi-step-checkout-credit-card-info label span {
    color: #a4a4a4;
}

.multi-step-checkout-payment-icons {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1rem;
}

    .multi-step-checkout-payment-icons li {
        display: inline;
    }

.multi-step-checkout-billing-address .multi-step-checkout-billing-address-list {
    list-style: none;
    margin-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    color: #8a8a8a;
    font-size: 0.9rem;
}

.multi-step-checkout-billing-address .multi-step-checkout-billing-address-checkbox {
    position: absolute;
    margin-top: 0.4rem;
}

.multi-step-checkout-billing-address label {
    margin-left: 1.5rem;
}

.multi-step-checkout-create-account {
    margin-top: 2rem;
}

@media screen and (max-width: 39.9375em) {
    .multi-step-checkout-create-account {
        margin-top: 0.5rem;
    }
}

.multi-step-checkout-create-account .create-account-desc {
    font-size: 0.9rem;
    color: #8a8a8a;
}

.multi-step-checkout-logo {
    width: 118px;
    height: 38px;
}

.multi-step-checkout-arrow {
    height: 13px;
    width: 13px;
}

.no-results {
    /*background: #F5F5F5;*/
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color: #ccc;
    letter-spacing: -2px;
    padding: 50px 50px;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: capitalize;
    line-height: 1em;
}


/* Tool Tip*/
.ui-tooltip {
    position: absolute;
    display: none;
    max-width: 800px;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #d3d4d5;
    border-radius: 0px !important;
    box-shadow: -2px 3px 3px 0 #aaa !important;
    z-index: 99;
    font-size: 15px !important;
}

/* Four Tile section */
.four-tile-top-row,
.four-tile-bottom-row {
    display: flex;
    height: 65px;
}

.four-tile-top-left,
.four-tile-top-right,
.four-tile-bottom-left,
.four-tile-bottom-right {
    display: inline-block;
    width: 50%;
}

.four-tile-title {
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 12px;
    color: rgba(0,0,0,.6);
    font-weight: 700;
    text-transform: uppercase;
}

.four-tile-label {
    font-size: 16px;
    margin-top: 10px;
    color: #003349;
}

.four-tile-label-large {
    font-size: 20px;
    line-height: 20px;
}


/* Toast Call Out */
.SuccessToast {
    position: fixed;
    top: 20px;
    left: -99999px;
    width: auto;
    max-width: 500px;
    opacity: 0.9;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.Toast-open {
    transform: translateX(20px);
    left: 20px;
}
/* Utilities that stay at the bottom as they over-ride everything else */
.br-5000 {
    border-radius: 5000px !important;
}

.fs-25 {
    font-size: 25px;
}

.bt-1-gray {
    border-top: 1px solid #DADEE3;
}

.bt-1-primary {
    border-top: 1px solid #1779ba !important;
}

.b-primary {
    border: 1px solid #1779ba !important;
}

.bb-0 {
    border-bottom: 0px solid transparent !important;
}

.bb-1-gray {
    border-bottom: solid 1px #d7dce1 !important;
}

.bb-1-primary {
    border-bottom: 1px solid #1779ba !important;
}

.bb-1-blue-3 {
    border-bottom: 1px solid hsl(205, 82%, 33%) !important;
}

.b-0, .b-0:hover {
    border: 0px solid #1779ba !important;
}

.w-100 {
    width: 100% !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5, .ti-pa5 {
    padding: 5px !important;
}

.p-15 {
    padding: 15px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-10 {
    padding-left: 10px !important;
}


.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.ti-pr-50 {
    padding-right: 50px !important;
}

.m-0 {
    margin: 0px !important;
}


.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-AddButton {
    margin-top: 24px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.fw-250 {
    min-width: 250px !important;
}

.fw-150 {
    min-width: 150px !important;
}

.fh-1000 {
    min-height: 1000px !important;
    max-height: 1000px !important;
    overflow: scroll;
}

.overflow-visible {
    overflow: visible;
}

.bg-white {
    background-color: #fff;
}

.ti-dropdown {
    position: relative;
    display: inline-block;
}

.ti-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.ti-dropdown:hover .ti-dropdown-content {
    display: block;
}

.drop-more-info .drop-content {
    display: none;
}

.red-pill {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 6px 10px;
    text-align: center;
    color: #d63f40;
    border: 1px solid #d63f40;
    border-radius: 3px;
    min-width: 65px;
}

.green-pill {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 6px 10px;
    text-align: center;
    color: #50b848;
    border: 1px solid #50b848;
    border-radius: 3px;
    min-width: 65px;
}


base-widget {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 16px;
    height: 100%;
    border-radius: 8px;
    min-height: 0
}

    base-widget widget-title {
        font-size: 18px;
        font-weight: 700
    }

    base-widget widget-body {
        font-weight: 400;
        min-height: 220px
    }

.align-items-center {
    align-items: center !important;
}

create-new-component .create-new-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    create-new-component .create-new-title .dx-button {
        border-radius: 100%
    }

create-new-component .create-new-body {
    height: 100%;
    display: contents
}

create-new-component .create-new-icon {
    --size: 20px;
    height: var(--size);
    width: var(--size);
    text-align: center;
    vertical-align: middle;
    cursor: pointer
}

    create-new-component .create-new-icon:hover {
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
        border-radius: 100%
    }

create-new-component .create-new-tile-container {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-template-rows: repeat(1,1fr);
    justify-items: center;
    align-items: center;
    --margin: 24px;
    --margin-top: 10px;
    margin: var(--margin);
    margin-top: var(--margin-top);
    width: calc(100% - var(--margin)*2);
    height: calc(100% - var(--margin) - var(--margin-top));
    grid-row-gap: 24px;
    row-gap: 24px;
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px
}

@media screen and (max-width: 39.9375em) {
    create-new-component .create-new-tile-container {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(4,1fr);
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    create-new-component .create-new-tile-container {
        grid-template-columns: repeat(4,1fr);
        grid-template-rows: repeat(2,1fr);
    }
}

@media (max-width:1499px) {
    create-new-component .create-new-tile-container {
        --margin: 4px;
        grid-row-gap: 12px;
        row-gap: 12px;
        grid-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (min-width:1500px) and (max-width:1599px) {
    create-new-component .create-new-tile-container {
        --margin: 14px;
        grid-row-gap: 16px;
        row-gap: 16px;
        grid-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

/* Dev Express Changes */
.dx-datebox-wrapper-calendar .dx-calendar {
    border: none;
    margin: 3px !important;
}

.dx-icon.create-add-icon {
    color: #d24ea4;
    cursor: pointer;
    display: flex;
    font-size: 1.8em;
    line-height: .75em;
    vertical-align: -15%
}

    .dx-icon.create-add-icon:hover {
        color: #bd308c;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.2);
        border-radius: 100%
    }

    .dx-icon.create-add-icon i {
        font-weight: unset
    }

.dx-fa-button.dx-fa-button-main .dx-overlay-content {
    background-color: #0BC2B0 !Important;
}

.dx-button {
    border-radius: 0px !important;
    border-width: 0px !important;
    border-style: none !important;
}

.dx-button-default,
.dx-button-default:focus,
.dx-button-default:hover {
    background-color: #24334a !important;
    border: none !important;
    color: #fff !important;
    border: 1px solid #24334a !important;
}

.dx-button-mode-contained.dx-button-success {
    background-color: #0BC2B0 !Important;
    border-color: transparent;
    color: #fff;
}
/* Dev Express Changes */
.create-new-list {
    padding-bottom: 10px
}

    .create-new-list .dx-list-search {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 8px
    }

    .create-new-list .dx-checkbox-icon {
        color: #d24ea4
    }

    .create-new-list .dx-item.dx-list-item.dx-state-focused .dx-checkbox-icon {
        border-color: #bd308c
    }

    .create-new-list .dx-item.dx-list-item.dx-state-hover .dx-checkbox-icon {
        border-color: #d24ea4
    }

create-new-tile-component {
    display: contents
}

    create-new-tile-component .create-new-tile {
        box-shadow: 0 3px 6px rgba(0,0,0,.14902);
        padding: 10px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 100%;
        height: 100%
    }

        create-new-tile-component .create-new-tile:hover {
            color: #1779ba; /*#d24ea4*/
        }

            create-new-tile-component .create-new-tile:hover .home-tile-icon {
                background-color: #1779ba
            }

        create-new-tile-component .create-new-tile .action-icon {
            color: #1779ba;
            position: absolute;
            right: 20%;
            top: 10%;
            display: flex
        }

        create-new-tile-component .create-new-tile .tile-image {
            width: 100%;
            min-height: 50px;
            flex-grow: 1
        }

        create-new-tile-component .create-new-tile .tile-label-container {
            height: 2.2em;
            line-height: 1.2;
            display: flex;
            align-items: center
        }

        create-new-tile-component .create-new-tile .tile-label {
            text-align: center;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            word-break: break-word
        }

        create-new-tile-component .create-new-tile .home-tile-icon {
            width: 100%;
            height: 100%;
            background-color: #707070;
            display: inline-block;
            -webkit-mask-position: center;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: contain;
            mask-size: contain
        }

            create-new-tile-component .create-new-tile .home-tile-icon:hover {
                background-color: #1779ba
            }

            create-new-tile-component .create-new-tile .home-tile-icon.credit-note {
                -webkit-mask-image: url(/modules/home/images/icons/grey-credit_note.svg?2fe098de8beba35e4495a59870696d7d);
                mask-image: url(/modules/home/images/icons/grey-credit_note.svg?2fe098de8beba35e4495a59870696d7d)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.delivery {
                -webkit-mask-image: url(/modules/home/images/icons/grey-delivery.svg?c9f6a9066de5c088070b4f18ff0cdd24);
                mask-image: url(/modules/home/images/icons/grey-delivery.svg?c9f6a9066de5c088070b4f18ff0cdd24)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.gl-journal {
                -webkit-mask-image: url(/modules/home/images/icons/grey-gljournal.svg?d37d23042232554bf68605051d532686);
                mask-image: url(/modules/home/images/icons/grey-gljournal.svg?d37d23042232554bf68605051d532686)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.opportunity {
                -webkit-mask-image: url(images/svg/grey-opportunity.svg);
                mask-image: url(images/svg/grey-opportunity.svg)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.purchase-delivery {
                -webkit-mask-image: url(images/svg/grey-purchase_delivery.svg);
                mask-image: url(images/svg/grey-purchase_delivery.svg)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.purchase-invoice {
                -webkit-mask-image: url(/modules/home/images/icons/grey-purchase_invoice.svg?b9408bb7007423271007e626bd7c9828);
                mask-image: url(/modules/home/images/icons/grey-purchase_invoice.svg?b9408bb7007423271007e626bd7c9828)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.purchase-order {
                -webkit-mask-image: url(images/svg/grey-purchase_order.svg);
                mask-image: url(images/svg/grey-purchase_order.svg)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.purchase-request {
                -webkit-mask-image: url(/modules/home/images/icons/grey-purchase_request.svg?039139e007f76a25b16b918ab1c7dc72);
                mask-image: url(/modules/home/images/icons/grey-purchase_request.svg?039139e007f76a25b16b918ab1c7dc72)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.return {
                -webkit-mask-image: url(/modules/home/images/icons/grey-return.svg?caed0140149b261fe0aa05beb3660079);
                mask-image: url(/modules/home/images/icons/grey-return.svg?caed0140149b261fe0aa05beb3660079)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.sales-invoice {
                -webkit-mask-image: url(/modules/home/images/icons/grey-sales_invoice.svg?31d8b24a859930cb2f315fe333edcb1c);
                mask-image: url(/modules/home/images/icons/grey-sales_invoice.svg?31d8b24a859930cb2f315fe333edcb1c)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.sales-order {
                -webkit-mask-image: url(/modules/home/images/icons/grey-sales_order.svg?e25f4fdc58b4fdc676b6f7a47b6a4dd0);
                mask-image: url(/modules/home/images/icons/grey-sales_order.svg?e25f4fdc58b4fdc676b6f7a47b6a4dd0)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.sales-quote {
                -webkit-mask-image: url(/modules/home/images/icons/grey-sales_quote.svg?d1bb70bf78fb77520549c143ff187099);
                mask-image: url(/modules/home/images/icons/grey-sales_quote.svg?d1bb70bf78fb77520549c143ff187099)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.expenses-mileage {
                -webkit-mask-image: url(/modules/home/images/icons/grey-expenses-mileage.svg?57673743e3903d142550e0f1bc5ceb12);
                mask-image: url(/modules/home/images/icons/grey-expenses-mileage.svg?57673743e3903d142550e0f1bc5ceb12)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.expenses-receipts {
                -webkit-mask-image: url(/modules/home/images/icons/grey-expenses-receipts.svg?476dcd55151785c808cba6c4dbfe48fa);
                mask-image: url(/modules/home/images/icons/grey-expenses-receipts.svg?476dcd55151785c808cba6c4dbfe48fa)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.goods-issue {
                -webkit-mask-image: url(images/svg/grey-goods-issue.svg);
                mask-image: url(images/svg/grey-goods-issue.svg);
            }

            create-new-tile-component .create-new-tile .home-tile-icon.goods-receipt {
                -webkit-mask-image: url(images/svg/grey-goods-receipt.svg);
                mask-image: url(images/svg/grey-goods-receipt.svg);
            }

            create-new-tile-component .create-new-tile .home-tile-icon.incoming-payment {
                -webkit-mask-image: url(images/svg/grey-incoming-payment.svg);
                mask-image: url(images/svg/grey-incoming-payment.svg)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.outgoing-payment {
                -webkit-mask-image: url(images/svg/grey-outgoing-payment.svg);
                mask-image: url(images/svg/grey-outgoing-payment.svg)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.reserve-invoice {
                -webkit-mask-image: url(/modules/home/images/icons/grey-reserve-invoice.svg?6900b102671725074e40d4a357377ca3);
                mask-image: url(/modules/home/images/icons/grey-reserve-invoice.svg?6900b102671725074e40d4a357377ca3)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.stock-transfer {
                -webkit-mask-image: url(/modules/home/images/icons/grey-stock-transfer.svg?f761e7dca1646e3529014c754d6a3c13);
                mask-image: url(/modules/home/images/icons/grey-stock-transfer.svg?f761e7dca1646e3529014c754d6a3c13)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.service-call {
                -webkit-mask-image: url(/modules/home/images/icons/grey-service_call.svg?2dcdbe4d357bd4bd6d42381d06a65b0b);
                mask-image: url(/modules/home/images/icons/grey-service_call.svg?2dcdbe4d357bd4bd6d42381d06a65b0b)
            }

            create-new-tile-component .create-new-tile .home-tile-icon.sales-invoice {
                -webkit-mask-image: url(images/svg/grey-sales_invoice.svg);
                mask-image: url(images/svg/grey-sales_invoice.svg);
            }

.dx-datagrid .dx-datagrid-headers  {
    position: sticky;
    background-color: #fff;
    z-index: 1;
    top: 0;
}

.tabs, .dx-tabpanel-tabs {
    position: sticky;
    background-color: #fff;
    z-index: 1;
    top: 0;
}

.tabs-panel .dx-datagrid .dx-datagrid-headers {
    top: 3em !important;
}