form label {
    font-weight: 600;
}

td, th {
    padding: .3rem !important;
    font-weight: 500;
}

.page-titles .breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    font-size: 1em;
    font-weight: 600;
}

.card-no-border .card {   
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.navbar-brand {
    height: auto !important;
    font-size: 1.8em !important;
    font-weight: 800;
}

.btn-success, .btn-success.disabled {
    background: #5cb85c;
    border: 1px solid #4cae4c;
    transition: 0.2s ease-in;
}


.green-theme {
    background: #5cb85c;
}

.green-dark-theme {
    background: #263238;
    background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #5cb85c 23%, #5cb85c 99%);
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00c292 23%, #5cb85c 99%);
    background: linear-gradient(to right, #263238 0%, #263238 23%, #5cb85c 23%, #5cb85c 99%);
}

.sidebar-nav > ul > li > a {
    line-height: 35px;
    border-radius: 0 !important;
}

@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    position: absolute;
    top: 55px;
    width: 220px;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    z-index: 1001;
    background: #edf0f5;
    display: none;
    padding-left: 1px;
}
}

@media (max-width: 767px){
.mini-sidebar .left-sidebar {
    position: fixed;
    padding-top: 100px;
}
}