body {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.btn-info, .btn-info.disabled {
    background: #0077AD;
    border: 1px solid #0077AD;
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 14px;
}

.btn-rounded {
    border-radius: 0;
}

img.logo-login {
    max-width: 300px;
    margin: 30px 0;
}

.copyright {
    text-align: center;
    font-size: 11px;
}

header.topbar {
    background: #01415c!important;
}

aside.left-sidebar {
    background: #01415c!important;
}

.sidebar-nav ul li a {
    color: #fff;
}

.sidebar-nav ul li ul li a {
    color: #01415c;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #0079ab;
    background: #F0F3F4;
}

.sidebar-nav > ul > li > a.active {
    background: #F0F3F4;
}
.btn {border-radius:0;}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #0079ab;
    background-color: #0079ab;
}

.customtab li a.nav-link {
    color: #666;
    font-weight: 500;
    font-size: 14px;
}

.form-horizontal label {
    margin-bottom: 0px;
    font-size: 14px;
}

.btn-success {
    background: #0079ab;
    border: 1px solid #0079ab;
}

img.light-logo {
    margin-right: 9px;
    vertical-align: middle;
}
.dataTable .btn-info, .dataTable .btn-danger {
    padding: 5px 9px!important;
    min-width: 30px;
    height: 32px;
    margin: 2px 2px;
}

button.right-side-toggle.waves-effect.waves-light.btn-inverse.btn.btn-circle.btn-sm.pull-right.m-l-10 {
    display: none;
}
