﻿.screen-size:after {
    content: "small";
    position: fixed;
    left: -9999px;
}

html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.dashboard-header {
    display: none;
}

.dashboard-navigation {
    position: fixed;
    z-index: 3;
    background: #141C29;
    bottom: 0px;
    width: 100%;
}

    .dashboard-navigation .dx-item {
        border-style: none;
        background-color: #141C29;
        top: 4px !important;
    }

.dashboard-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}

.main-content {
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*background-color: #141C29;*/
}

.phone-hide{
    display: none;
}

.dx-grid {
    margin-bottom: 10px;
    font-size: 12px;
}

.dx-tile-content .price {
    font-size: 12px;
    position: absolute;
    background-color: black;
    color: white;
    opacity: 0.6;
    padding: 2px;
    left: 9px;
    top: 9px;
}

.list-kanban {
    height: 10%;
}

    .list-kanban > img {
        height: 100%;
        width: 100%;
        float: left;
    }

    .list-kanban > div {
        padding-left: 10px;
        vertical-align: top;
        line-height: 30px;
        font-size: 20px;
        float: left;
    }

.list-popup {
    height: 100%;
}

    .list-popup > img {
        padding-bottom: 40px;
        height: 100%;
        width: 100%;
        float: left;
    }

    .list-popup > div {
        vertical-align: top;
        line-height: 30px;
        font-size: 20px;
    }

.type-box {
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
}

#gridWidget .current-value {
    display: inline-block;
}

#gridWidget .dx-header-row > td > .dx-datagrid-text-content {
    white-space: normal;
    text-align: center;
    padding: 1px;
}

#gridWidget .dx-datagrid .dx-row > td {
    padding: 5px;
}

#gridWidget .dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
    border-left: 0;
    padding: 0px;
}

#gridWidget .dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    float: none;
    overflow: hidden;
}

#gridWidget .diff {
    position: relative;
    padding: 5px;
}

#gridWidget .inc .diff {
    color: #f00;
    font-weight: bold;
}
    #gridWidget .inc .diff::before {
        content: '+';
    }

#gridWidget .dec .diff {
    color: #2ab71b;
    font-weight: bold;
}
    #gridWidget .dec .diff::before {
        content: '-';
    }

#gridWidget .inc .diff::after,
#gridWidget .dec .diff::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -15px;    
    top: 5px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

/*#gridWidget .inc .diff::after {
    background-image: url(/Images/Icons/RedArrowUp.png);
}

#gridWidget .dec .diff::after {
    background-image: url(/Images/Icons/GreenArrowDown.png);
}*/

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
    vertical-align: middle;
}

.summary-header {
    height: 100%;
    color: #4287f5;
    font-size: 20px;
    text-align: center;
}

.grid-right-value {
    text-align: right !important;
    vertical-align: middle !important;
}

.grid-left-value {
    text-indent: 1em;
    text-align: left !important;
    vertical-align: middle !important;
}

.grid-center-value {
    text-align: center !important;
    vertical-align: middle !important;
}

.grid-center-black {
    color: black;
    font-weight: bold;
    text-align: center !important;
    vertical-align: middle !important;
}

.grid-center-black-bold {
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: center !important;
    vertical-align: middle !important;
}

.grid-center-inc {
    color: #f00;
    font-weight: bold;
}

.grid-center-dec {
    color: #2ab71b;
    font-weight: bold;
}

.grid-button-black {
    color: black;
    background-color: white;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.grid-button-orange {
    color: white;
    background-color: #F16E33;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.grid-button-red {
    color: white;
    background-color: #B13450;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.grid-percent-black {
    color: black;
    background-color: white;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.grid-percent-green {
    color: white;
    background-color: #02B071;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.grid-percent-red {
    color: white;
    background-color: #B13450;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

#kanbanWidget .dx-item-content {
    padding: 0px;
}

#helpWidget .dx-item-content {
    padding: 0px;
}

#scrollWidget {
    margin-bottom: 60px;
}

.tooltip-wrapper {
    width: 80px;
    height: 20px;
}
    .tooltip-wrapper-li{
        list-style: none;
    }

#title {
    margin: 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.monthly-items {
    color: #a8a8a8;
}

.monthly-item {
    padding: 6px 8px;
    height: 36px;
    border: 0px solid #d4d4d4;
    border-width: 0 0 0 1px;
}

.monthly-text {
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.block-header {
    float: left;
    margin: 0;
    padding: 0px 10px;
    width: 100%;
}

    .block-header h3 {
        float: left;
        color: #a8a8a8;
        font-size: 16px;
        margin-right: 8px;
        z-index: 10;
        max-height: 20px;
    }

    .block-header .hr {
        border-bottom: 1px solid #d4d4d4;
        float: left;
        display: inline-block;
        height: 28px;
    }

.layout-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 10px;
}

    .layout-box.lb-1 {
        width: 100%;
        min-width: 350px;
        max-width: 1600px;
    }

    .layout-box.lb-2 {
        width: 80px;
        margin: 0;
    }

    .layout-box.lb-3 {
        width: 100%;
        min-width: 160px;
        margin: 0;
    }

    .layout-box.lb-4 {
        width: 100%;
        min-width: 700px;
        max-width: 1600px;
    }

    .layout-box.lb-5 {
        min-width: 440px;
        width: 65%;
        margin: 0;
    }


.perf-graph-navigation {
    width: 100%;
}

    .perf-graph-navigation .prev {
        width: 40px;
        padding-left: 5px;
    }

    .perf-graph-navigation .next {
        width: 40px;
        padding-right: 5px;
    }

    .perf-graph-navigation div {
        cursor: pointer;
        text-align: center;
        padding: 7px 0 1px 0;
        margin: 0px;
        height: 22px;
        font-size: 14px;
        color: #ffffff;
        background: #fa6d4f;
        background: -moz-linear-gradient(top, #fa6d4f 0%, #f55f40 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa6d4f), color-stop(100%,#f55f40));
        background: -webkit-linear-gradient(top, #fa6d4f 0%,#f55f40 100%);
        background: -o-linear-gradient(top, #fa6d4f 0%,#f55f40 100%);
        background: -ms-linear-gradient(top, #fa6d4f 0%,#f55f40 100%);
        background: linear-gradient(to bottom, #fa6d4f 0%,#f55f40 100%);
        border: 0px solid #b94c35;
        border-width: 0 0 2px 0;
        border-radius: 2px;
    }

        .perf-graph-navigation div:hover {
            background: #ff8652;
            background: -moz-linear-gradient(top, #fa6d4f 0%, #ff8652 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa6d4f), color-stop(100%,#ff8652));
            background: -webkit-linear-gradient(top, #fa6d4f 0%,#ff8652 100%);
            background: -o-linear-gradient(top, #fa6d4f 0%,#ff8652 100%);
            background: -ms-linear-gradient(top, #fa6d4f 0%,#ff8652 100%);
            background: linear-gradient(to bottom, #fa6d4f 0%,#ff8652 100%);
        }

        .perf-graph-navigation div.disabled {
            cursor: default;
            background: #fa6d4f;
            background: -moz-linear-gradient(top, #fa6d4f 0%, #f55f40 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa6d4f), color-stop(100%,#f55f40));
            background: -webkit-linear-gradient(top, #fa6d4f 0%,#f55f40 100%);
            background: -o-linear-gradient(top, #fa6d4f 0%,#f55f40 100%);
            background: -ms-linear-gradient(top, #fa6d4f 0%,#f55f40 100%);
            background: linear-gradient(to bottom, #fa6d4f 0%,#f55f40 100%);
        }

    .perf-graph-navigation .gap,
    .perf-graph-navigation .gap:hover {
        cursor: default;
        background: none;
        border-width: 0px;
    }

    .perf-graph-navigation .yesterday .active,
    .perf-graph-navigation .today .active {
        background: #b53955;
        background: -moz-linear-gradient(top, #b53955 0%, #ab2d49 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b53955), color-stop(100%,#ab2d49));
        background: -webkit-linear-gradient(top, #b53955 0%,#ab2d49 100%);
        background: -o-linear-gradient(top, #b53955 0%,#ab2d49 100%);
        background: -ms-linear-gradient(top, #b53955 0%,#ab2d49 100%);
        background: linear-gradient(to bottom, #b53955 0%,#ab2d49 100%);
        border: 0px solid #7b182e;
        border-width: 0 0 2px 0;
    }

        .perf-graph-navigation .yesterday .active:hover,
        .perf-graph-navigation .today .active:hover {
            background: #d34161;
            background: -moz-linear-gradient(top, #b53955 0%, #d34161 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b53955), color-stop(100%,#d34161));
            background: -webkit-linear-gradient(top, #b53955 0%,#d34161 100%);
            background: -o-linear-gradient(top, #b53955 0%,#d34161 100%);
            background: -ms-linear-gradient(top, #b53955 0%,#d34161 100%);
            background: linear-gradient(to bottom, #b53955 0%,#d34161 100%);
        }

    .perf-graph-navigation .prev span,
    .perf-graph-navigation .next span {
        background-image: url(/Images/chart-prev.png);
        display: inline-block;
        width: 16px;
        height: 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

    .perf-graph-navigation .next span {
        background-image: url(/Images/chart-next.png);
    }

    .perf-graph-navigation .disabled span {
        opacity: 0.25;
        cursor: default;
    }

.left-arrow,
.right-arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 35px;
    cursor: pointer;
    -moz-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.left-arrow {
    background-image: url(/Images/prev.png);
    left: -7px;
}

    .left-arrow.disabled {
        opacity: 0.25;
        cursor: default;
    }

.right-arrow {
    background-image: url(/Images/next.png);
    right: -7px;
}

    .right-arrow.disabled {
        opacity: 0.25;
        cursor: default;
    }

#recordWidget .dx-tabpanel,
#recordWidget .dx-tabs-wrapper {
    display: inline-table;
    background-color: black;
}

#recordWidget .dx-tabs {
    height: 35px;
}

#recordWidget .dx-tab.dx-tab-selected {
    background-color: #0F1219;
    color: white;
    padding: 0px;
}

#recordWidget .dx-tab-selected:after {
    border: none;
    padding: 0px;
}

#recordWidget .dx-tabpanel,
#recordWidget .dx-tab:not(.dx-tab-selected):not(.dx-state-hover) {
    background-color: #161E2B;
    color: #B1B0AC;
    padding: 0px;
}

#recordWidget .tab-text {
    background-color: #161E2B;
    font-size: 12px;
    color: #B1B0AC;
    margin: 11px 0px 0px 5px;
}

#recordWidget .dx-texteditor.dx-editor-outlined {
    background: #161E2B;
    border: none;
    border-radius: 0px;
}

#recordWidget .dx-texteditor-input-container {

    background: white;
}

#recordWidget .dx-button {
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
}

#recordWidget .dx-dropdowneditor-button {
    width: 15px;
    min-width: 15px;
}

#recordWidget .dx-master-detail-cell {
    padding: 5px;
    background-color: #BFBFBF;
    font-size: 16px;
    font-weight: Bold;
}

#profileTitle {
    margin-top: 10px;
    color: white;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    background-color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.boxWidget {
    background-color: black;
}

#accountWidget {
    color: white;
    text-align: left;
    font-size: 16px;
    background-color: black;
}
    #accountWidget .dx-button-has-text,
    #accountWidget .dx-button-content {
        padding: 5px 0px 5px 10px;
    }

.profileButton {
    color: #F0F0F0;
    background-color: #45484C;
}

#queryWidget, #submitWidget, #resyncWidget {
    color: #F0F0F0;
    font-size: 13px;
    background-color: #45484C;
}
    #queryWidget .dx-button-has-text,
    #queryWidget .dx-button-content {
        padding: 5px 0px 5px 0px;
    }

    #submitWidget .dx-button-has-text,
    #submitWidget .dx-button-content {
        padding: 5px 0px 5px 0px;
    }

    #resyncWidget .dx-button-has-text,
    #resyncWidget .dx-button-content {
        padding: 0px;
    }

    .profileButton .dx-state-active {
        background-color: #f00;
        color: white;
    }


#profileWidget .dx-datagrid,
.profilePosition .dx-datagrid {
    margin: 10px 10px 20px 10px;
    color: white;
    background-color: #1B1F28;
}

.profileSummary .dx-datagrid {
    margin: 0px;
}

#profileWidget .dx-datagrid-headers,
.profilePosition .dx-datagrid-headers {
    font-size: 15px;
}

#profileWidget .dx-context-menu,
.profilePosition .dx-context-menu {
    display: none;
}

#profileWidget .dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
.profilePosition .dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
.profileSummary .dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    overflow: hidden;
}

.profile-grid-center-value {
    font-size: 12px;
    text-align: center !important;
    vertical-align: middle !important;
}

#profileWidget .dx-command-select {
    min-width: 25px;
    max-width: 25px;
}

#profileWidget .dx-master-detail-cell {
    background-color: #1B1F28;
}

#profileWidget .dx-selection.dx-row:not(.dx-row-focused) > td {
    color: white;
    background-color: #1B1F28;
}

#profileWidget .dx-field-item-help-text,
#profileWidget .dx-field-item-label-text {
    color: #959595;
    font-size: 12px;
}

#profileWidget .dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 10px;
}

.profilePosition .dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 0px;
}

.profilePosition .dx-datagrid-summary-item {
    color: #FFFFFF;
    padding-right: 10px;
}

.profileSelectBox .dx-texteditor-input {
    color: white;
    font-size: 14px;
    background-color: #1B1F28;
}

#profileWidget .dx-datagrid-rowsview .dx-texteditor-input {
    color: white;
    font-size: 12px;
    background-color: #1B1F28;
}

#profileWidget .dx-texteditor.dx-state-readonly {
    border-style: solid;
}

#profileWidget .dx-button-has-icon,
#profileWidget .dx-button-content {
    padding: 0px;
}

#profileWidget .dx-switch .dx-switch-wrapper {
    display: inline-block;
    text-align: left;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 10px;
    /*  padding-bottom: 10px;*/
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    inset-inline-start: -10px;
    top: -10px;
    overflow: hidden;
    vertical-align: middle;
    box-sizing: content-box;
}
    #profileWidget .dx-switch .dx-switch-wrapper::before {
        display: inline-block;
        height: 100%;
        content: "";
        vertical-align: middle;
    }

#profileWidget .dx-switch-inner {
    display: flex;
    transform: translateX(-50%);
}

#profileWidget .dx-switch-container {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 20px;
    overflow: visible;
    position: relative;
    padding: 0;
    border: none;
    background: none;
}
    #profileWidget .dx-switch-container::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 14px;
        border-radius: 500px;
        margin: 3px 0;
        transition: .4s cubic-bezier(.23, 1, .32, 1);
        background-color: #9e9e9e;
    }

#profileWidget .dx-switch-off,
#profileWidget .dx-switch-on {
    flex-shrink: 0;
    float: left;
    padding: 4px 0;
    width: 50%;
    height: 20px;
    color: transparent;
    text-align: center;
    line-height: 100%;
}

#profileWidget .dx-switch-on-value .dx-switch-container::before {
    background-color: rgba(205,220,57,.5);
}

#profileWidget .dx-switch-on-value .dx-switch-handle::before {
    background-color: #cddc39;
}

#profileWidget .dx-switch-handle {
    flex-basis: 20px;
    flex-shrink: 0;
    position: relative;
    float: left;
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fafafa;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}
    #profileWidget .dx-switch-handle::before {
        display: block;
        content: " ";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: .4s cubic-bezier(.23, 1, .32, 1);
        background-color: #fafafa;
    }

body .dx-dropdownlist-popup-wrapper .dx-popup-content {
    height: 100%;
    padding: 0px;
}

body .dx-selectbox-popup-wrapper .dx-list {
    background-color: #17171f;
}

body .dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    color: #f5f6f7;
    font-size: 12px;
}

body .dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: rgba(156, 99, 255, 0.6);
    color: #f5f6f7;
}

body .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused) {
    background-color: rgba(156, 99, 255, 0.6);
    color: #f5f6f7;
}

.profilePopupWidget {
    background-color: black;
}
    .profilePopupWidget.dx-field-item-help-text, .dx-field-item-label-text {
        color: white;
    }

    .profilePopupWidget .dx-layout-manager .dx-field-item:not(.dx-last-col),
    .profilePopupWidget .dx-layout-manager .dx-field-item:not(.dx-first-col) {
        padding: 10px 10px 0 10px;
        font-size: 14px;
        display: flex;
        justify-content: flex-end;
    }

.profileSummaryForm {
    margin: 0px;
    background-color: #1B1F28;
}
    .profileSummaryForm .dx-form-group-with-caption > .dx-form-group-content {
        margin: 0px;
        padding: 1px 0px 10px 0px;
    }

    .profileSummaryForm .dx-texteditor-input-container {
        background-color: #1B1F28;
        border-radius: 4px;
    }

    .profileSummaryForm .dx-texteditor.dx-state-readonly {
        border-style: solid;
    }
