﻿body[data-sidebar=dark] #sidebar-menu ul li a,
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.vertical-menu {
    top : 44px;
}

.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.dataTables_empty {
    text-align: center;
}

.bg-card {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f6f6f6;
    border-radius: .25rem;
}

#preloader {
    opacity: 0.5;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.dataTables_wrapper {
    overflow-y: auto;
}

.note-editor.note-frame .note-editing-area .note-codable, .note-editor.note-frame .note-editing-area .note-editable {
    color: black!important;
}