﻿.header-toolbar, .dx-toolbar .dx-toolbar-items-container {
    height: 60px;
}

.dx-list-item-icon-container, .dx-toolbar-before {
    width: 36px;
    padding-right: 0px !important;
    text-align: center;
}
.add-hint {
    pointer-events: auto;
}
.dx-list-item-content {
    padding-left: 10px !important;
}

.dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
}

.newUserBtn {
    background-color: #1F8FB9;
}
.dx-drawer-expand.dx-drawer-right .panel-list {
    float: right;
}

.options-container {
    display: flex;
    align-items: center;
}

.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;
    }

#demo {
    font-size:28px;
}

#play-pause .dx-icon {
    font-size: 40px;
}

#CloseTimer .dx-icon {
    font-size: 30px;
}
.dx-datagrid .dx-link {
    color: #808080;
}