.off-canvas-sidebar[data-color=white]:after,.sidebar[data-color=white]:after {
    background: #e4e4e4;
}

.sidebar .nav {
    background: #e4e4e4;
}

.sidebar .nav li .nav {
    background: #f5f5f5;
}

.navbar .navbar-brand {
    text-transform: none;
}

.grido .filter.outer .items {
    /*width: 85%;*/
    float: left;
}

.grido .filter.outer .items > span {
    float: left;
    display: block;
    width: 12em;
    height: 5em;
    padding: 7px;
}

.grido .filter.outer .buttons {
    float: right;
}

.grido .filter.outer .buttons > button {
    float: right;
    width: 100%;
    clear: both;
    margin: 5px 0;
}

.form-group input[type=file] {
    opacity: 1;
    position: relative;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
