﻿
.e-sidebar {
     -webkit-box-shadow: 10px 0px 5px 1px rgba(0,0,0,0.5);
     -moz-box-shadow: 10px 0px 5px 1px rgba(0,0,0,0.5);
     box-shadow: 10px 0px 5px 1px rgba(0,0,0,0.5);
 }

.backend-header {
    background: rgb(52, 58, 64);
    color: white;
    padding: 5px;
    margin-bottom: 5px;
}

.backend-header-1 {
    background: #999999;
    color: white;
    padding: 5px;
    margin-bottom: 5px;
}

.backend-header-2 {
    background: #999999;
    color: white;
    padding: 5px;
    margin-bottom: 5px;
}

.backend-label {

    font-weight:600 !important;
    margin-right:5px;
}

.e-altrow{background-color: rgba(221, 221, 221, 0.87)}