﻿#gridContainer .dx-datagrid-header-panel {
    padding: 0;
    background-color: rgba(85, 149, 222, 0.6);
}

    #gridContainer .dx-datagrid-header-panel .dx-toolbar {
        margin: 0;
        padding-right: 20px;
        background-color: transparent;
    }

    #gridContainer .dx-datagrid-header-panel .dx-toolbar-items-container {
        height: 42px;
    } 

    #gridContainer .dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:not(:first-child) {
        background-color: rgba(103, 171, 255, 0.6);
    }

    #gridContainer .dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:last-child {
        padding-right: 10px;
    }

    #gridContainer .dx-datagrid-header-panel .dx-selectbox {
        margin: 17px 10px;
    }

    #gridContainer .dx-datagrid-header-panel .dx-button {
        margin: 17px 0;
    }

#gridContainer .informer {
    height: 70px;
    width: 400px;
    text-align: left;
    color: #fff;
    padding-left: 10px;
}

#gridContainer .count {
    padding-top: 15px;
    line-height: 27px;
    margin: 0;
}

.logoimage {
    position: absolute;
    top: 5px;
    left: 40px;
    height: 30%;
    width: 40%;
    border: thick;
    border-color: white;
    margin-top: 0px;
    padding-top: 0px;
}

.applianceimage {
    position: absolute;
    top: 200px;
    left: 450px;
}

#toolbar {
    padding: 5px 10px;
}

.dx-list-item-icon-container, .dx-toolbar-before {
    width: 36px;
    padding-right: 0px !important;
    text-align: center;
}

.dx-list-item-content {
    padding-left: 10px !important;
}

.dx-button {
    background-color: rgba(191, 191, 191, -0.15);
    border: none;
}

.panel-list {
    height: 400px;
}

.dx-drawer-expand.dx-drawer-right .panel-list {
    float: right;
}

.panel-list .dx-list-item {
    color: #fff;
    border-top: 1px solid rgba(221, 221, 221, .2);
}

    .panel-list .dx-list-item .dx-icon {
        color: #fff !important;
    }

.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%;
    width: 100%;
    padding: 10px 20px;
}

    #content h2 {
        font-size: 26px;
    }

.demo-container {
    height: 95%
}

#simple-treeview, #product-details {
    display: inline-block;
}

.hidden {
    visibility: hidden;
}

#product-details {
    vertical-align: top;
    width: 400px;
    height: 420px;
    margin-left: 20px;
}

    #product-details > img {
        border: none;
        height: 300px;
        width: 400px;
    }

    #product-details > .name {
        text-align: center;
        font-size: 20px;
    }

    #product-details > .price {
        text-align: center;
        font-size: 24px;
    }

.dark #product-details > div {
    color: #f0f0f0;
}

#toolbar {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
}

#drawer {
    padding-top: 50px;
}

#footer {
    margin: 0px;
    padding: 0px;
}

#toolbar, #footer {
    background-color: cornflowerblue;
    width: 100%;
}

.dx-scrollable-content {
    background: white;
    border: outset;
}

.col-dash-title {
    color: #023A7C;
    font-weight: 700;
    font-size: 20px;
}

div.dx-menu-horizontal {
    margin: 15px !important;
}

.footer-wrapper {
    position: absolute;
    border-top: 1px solid #DDDBDB !important;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.05) !important;
}