﻿.demo-container {
    overflow: visible;
}
  
.flex-container {
    display: flex;
    flex-direction: column;
}

.dx-drawer-content {
    display: flex;
}

.dx-toolbar {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    padding: 5px 10px;
    z-index: 10000;
}

.dx-drawer-shrink #content {
    overflow: hidden;
    transition: all 0.4s ease-out;
    column-width: 900px;
}

.dx-drawer-shrink.dx-drawer-opened #content {
    margin-right: -10px;
}

.panel-list {
    height: 200px;
    padding-top: 12px;
}

.panel-list .dx-list-item {
    text-align: center;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, .15);
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
    display: inline-block;
    margin-right: 50px;
}

label {
    font-weight: bold;
}

#content {
    height: 100%;
    padding: 10px 20px;
}

#content h2 {
    font-size: 26px;
}
