﻿body {
    background-color: #E5E5E5;
    margin: 0;
}

.demo-content {
    position: absolute;
    top: 41px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.demo-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    background-color: #3E3E3E;
    position: static;
    top: 0px;
    height: 40px;
    left: 0;
    right: 0;
    overflow: hidden;
    color: white;
    box-sizing: border-box;
    font-weight: 600;
    font-family: 'Segoe UI','Helvetica Neue',Helvetica,Verdana,sans-serif;
}

    .demo-header .demo-title {
        font-family: 'Segoe UI','Helvetica Neue',Helvetica,Verdana,sans-serif;
        min-width: 150px;
    }

        .demo-header .demo-title #working-mode-title {
            color: #9A9A9A;
            padding-left: 5px;
        }

    .demo-header a {
        color: white;
        text-decoration: none;
    }

    .demo-header div {
        display: inline-flex;
        height: 100%;
        align-items: center;
    }

    .demo-header .demo-toolbar {
        text-transform: uppercase;
        position: relative;
        margin-left: 40px;
        font-size: 11px;
    }

    .demo-header .demo-header-item {
        height: 100%;
        padding: 12px;
        border: 0px;
        border-right: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.07);
    }

    .demo-header .dashboard-demobutton {
        display: flex;
        background-color: #515151;
        height: 28px;
        font-style: normal;
        font-weight: 700;
        font-size: 11px;
        line-height: 27px;
        letter-spacing: 0.05em;
        border-radius: 2px;
        cursor: pointer;
        text-align: center;
        padding: 0;
        margin: 0;
        border-width: 0;
        color: inherit;
        text-transform: inherit;
        font-family: inherit;
    }

    .demo-header .demo-device-switch .dashboard-demobutton {
        padding-left: 8px;
        padding-right: 8px;
    }

    .demo-header .dashboard-demobutton:hover {
        background-color: #686868;
    }

    .demo-header .dashboard-demobutton.dx-state-disabled {
        background-color: transparent;
        color: #818181;
        cursor: auto;
    }

    .demo-header .dashboard-demobutton svg {
        margin-left: 8px;
        margin-right: 4px;
        margin-top: 2px;
    }

    .demo-header .dashboard-demobutton #designer-mode-button-text {
        padding-right: 8px;
    }

    .demo-header #designer-mode-button.dx-state-disabled svg .editDashboardIcon {
        fill: #818181;
    }

    .demo-header .demo-toolbar-button {
        cursor: default;
    }

    .demo-header .demo-device-switch button {
        display: inline-block;
    }

        .demo-header .demo-device-switch button:hover {
            background-color: #737373;
        }

        .demo-header .demo-device-switch button.dx-state-selected {
            background-color: #579ADD;
            color: white;
        }

    .demo-header .demo-device-switch #desktop-button {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .demo-header .demo-device-switch #mobile-button {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .demo-header #info-button {
        cursor: pointer;
    }

    .demo-header #info-button {
        background: inherit;
        width: 28px;
        border: 0;
        height: 28px;
        align-items: center;
        border-radius: 2px;
        display: flex;
        padding: 0;
        justify-content: center;
        cursor: pointer;
    }

        .demo-header #info-button:hover {
            background-color: #686868;
        }

.phone-wrapper {
    background-color: #515151;
    border-radius: 5px;
    width: 350px;
    height: 520px;
    padding: 65px 10px;
    margin: 40px auto;
    box-sizing: content-box;
}

    .phone-wrapper iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.qr-wrapper {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

    .qr-wrapper img {
        width: 200px;
        height: 200px;
        border: 0;
    }

#dashboardControl .dx-dashboard-panel-extension .dx-dashboard-title-panel {
    display: none;
}

#dashboardControl .dx-dashboard-panel-extension .dx-dashboard-dashboard-list {
    top: 0;
}

#colorSchemeIcon .dx_gray {
    fill: currentColor;
}

.dx-dashboard-circle {
    width: 20px;
    height: 20px;
    box-shadow: rgba(0,0,0,0.35) 0 1px 3px;
    border: solid 4px;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dx-dashboard-light {
    background-color: #337ab7;
    border-color: #ffffff;
}

.dx-dashboard-dark {
    background-color: #1ca8dd;
    border-color: #363640;
}

.dx-dashboard-carmine {
    background-color: #f05b41;
    border-color: #ffffff;
}

.dx-dashboard-greenmist {
    background-color: #3cbab2;
    border-color: #f5f5f5;
}

.dx-dashboard-softblue {
    background-color: #7ab8eb;
    border-color: #ffffff;
}

.dx-dashboard-darkmoon {
    background-color: #3debd3;
    border-color: #465672;
}

.dx-dashboard-darkviolet {
    background-color: #9c63ff;
    border-color: #17171f;
}

.dx-dashboard-light-blue {
    background-color: #dbe9fd;
    border-color: #ffffff;
}

.dx-dashboard-light-green {
    background-color: #ddfddb;
    border-color: #ffffff;
}

.dx-dashboard-dark-blue {
    background-color: #579ADD;
    border-color: #363640;
}

.dx-dashboard-material-blue-light {
    background-color: #03a9f4;
    border-color: #fff;
}

.dx-dashboard-material-lime-light {
    background-color: #cddc39;
    border-color: #fff;
}

.dx-dashboard-material-orange-light {
    background-color: #ff5722;
    border-color: #fff;
}

.dx-dashboard-material-purple-light {
    background-color: #9c27b0;
    border-color: #fff;
}

.dx-dashboard-material-teal-light {
    background-color: #009688;
    border-color: #fff;
}

.dx-dashboard-material-blue-dark {
    background-color: #03a9f4;
    border-color: #363640;
}

.dx-dashboard-material-lime-dark {
    background-color: #cddc39;
    border-color: #363640;
}

.dx-dashboard-material-orange-dark {
    background-color: #ff5722;
    border-color: #363640;
}

.dx-dashboard-material-purple-dark {
    background-color: #9c27b0;
    border-color: #363640;
}

.dx-dashboard-material-teal-dark {
    background-color: #009688;
    border-color: #363640;
}

.dx-dashboard-compact {
    width: 16px;
    height: 16px;
    margin-right: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 2px;
}

.dx-dashboard-themechooser-item {
    padding-left: 10px;
    min-width: 150px;
}
