body {
    background-color: lightgray;
}

.sidebar {
    width: 14rem;
}

.sidebar-dark {
    background-color: #333333;
    color: #fff;
}

.navbar-brand img {
    height: 2rem;
    display: block;
}

.form-control {
    background-clip: border-box;
    border-width: 1px;
    background-color: #fafafa;
    padding: 0 5px;
    border-color: #ddd!important;
}

.dataTable tbody>tr.selected, .dataTable tbody>tr>.selected {
    background-color: #c0d4c4;
}

.datatable-massive-operation {
    padding: 1.4rem 2.2rem;
    font-size: 0.9rem;
    border-top: 1px Solid #ccc;
}

.massive-operation-form-div .form-group {
    margin-bottom: 0rem;
}

.bg-login-image{
    background-image: url("/assets/image/backgrounds/newspaper.jpg");
    background-size: cover;
    background-blend-mode: luminosity;
    color: #333333;
}

.container{
    color: #333333;
}

.dz-success-mark, .dz-error-mark{
    display: none;
}

.time{
    font-size: 9px;
}