﻿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: 41px;
    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 #designer-mode-button {
        height: 100%;
        width: 105px;
        padding: 13px 10px 13px 45px;
    }
        .demo-header #designer-mode-button:hover {
            background-color: #5b5b5b;
        }

        .demo-header #designer-mode-button.dx-state-disabled {
            background-color: transparent;
            color: #818181;
            cursor: auto;
        }

    .demo-header #designer-mode-button svg {
        width: 26px;
        height: 26px;
        position: absolute;
        left: 10px;
        top: 7px;
    }
        .demo-header #designer-mode-button.dx-state-disabled svg .editDashboardIcon {
            fill: #818181;
        }

    .demo-header .demo-toolbar-button {
        cursor: default;
    }

    .demo-header .demo-device-switch {
        margin-left: 17px;
    }
        .demo-header .demo-device-switch a {
            padding: 5px 10px;
            display: inline-block;
            background-color: #5B5B5B;
        }

            .demo-header .demo-device-switch a:hover {
                background-color: #737373;
            }
            .demo-header .demo-device-switch a.dx-state-selected {
                background-color: #579ADD;
                color: white;
            }

    .demo-header #info-button {
        padding: 0 29px;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
        .demo-header #info-button:hover svg path {
            fill: #579add;
        }
    .demo-header #info-button svg {
        width: 24px;
    }

.phone-wrapper {
    background-color: #515151;
    border-radius: 5px;
    width: 330px;
    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-compact {
    width: 16px;
    height: 16px;
    margin-right: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 2px;
}
