body.themePlain
{
    color: #404040
}
.themePlain .sidebar
{
    background: #202947;
}
.themePlain .sidebar .sidebar-brand-wrapper
{
    background: #202947
}
.themePlain .content-wrapper {
    background: #edecec;
    padding: 1.875rem 1.75rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.themePlain .navbar { 
    background: #fff; 
}
.themePlain .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: #000;
}
.themePlain .card
{
    background-color: #fff; 
}
.themePlain .loginMain  {
    background-color: #202947;
    color:white; 

}
.themePlain .sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #565656;
}
.themePlain  .navbar .navbar-menu-wrapper .search input {
    background: #ffffff; 
}
.themePlain  .form-control
{
    border: 1px solid #8b7575;
    height: calc(2.25rem + 2px);
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0.625rem 0.6875rem;
    background-color: #ffffff;
    border-radius: 2px;
    color: #4c4a4a;
}
.themePlain  .form-control::-webkit-input-placeholder { color:#878787; }
.themePlain  .form-control::-moz-placeholder { color:#878787; } /* firefox 19+ */
.themePlain  .form-control:-ms-input-placeholder { color:#878787; } /* ie */
.themePlain  .form-controlinput:-moz-placeholder { color:#878787; }
.themePlain .sidebar .nav .nav-item.active > .nav-link {
    background: #0f1015;
    position: relative;
}
.themePlain .sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.account-dropdown) > .nav-link {
    background: #0f1015;
    color: #ffffff;
}
.themePlain .dropdown-menu{
background-color: #202947;
}
.themePlain .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c57c7c;
}

.themePlain .navbar .navbar-menu-wrapper{
box-shadow :0px 7px 29px -19px rgba(0, 0, 0, 0.7) !important

}

.themePlain .card .card-title {
    color: #262626;
    margin-bottom: 1.125rem;
    text-transform: capitalize;
}




.table-striped tbody tr:nth-of-type(odd) {
    background-color: #edecec;
}

.main-panel {
    background: white;
}
.table .thead-dark th, .jsgrid .jsgrid-table .thead-dark th {
    color: black;
    background-color: white;
    border-color: #454d55;
}   

.pagination, .jsgrid .jsgrid-pager {
    margin-top: 10px;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.modal-content {
    background: white;
}
.modal-header {
    background-color: #edecec;
}
 
.sidebar .sidebar-brand-wrapper .sidebar-brand img {
    height: auto;
}
.dash-logo{
    width:200px;
}