/* sidenav style */

#sidenav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #e9e9e9;
    width: 200px;
    border-right: 1px solid #f3f3f3;
    transition: 0.3s;
}

#sidenav-wrapper.toggleSidenav {
    width: 75px;
}

#sidenav-wrapper.toggleSidenav span {
    display: none;
}

#sidenav-wrapper.toggleSidenav small {
    display: none;
}

.brand {
    background-color: #e9e9e9;
    height: 120px;
}

.brand div {
    line-height: 0;
}

.brand div i {
    font-size: 30px;
    margin-bottom: -10px;
}

#sidenav-wrapper ul li .nav-link {
    font-size: 14px;
    padding-left: 27px;
    color: #494949;
}

#sidenav-wrapper ul li .nav-link:hover {
    background-color: #00000014;
}

#sidenav-wrapper ul li i {
    width: 20px;
}


/* content style */

#content-wrapper {
    margin-left: 200px;
    position: relative;
    width: 100%;
    background-color: #fff;
    transition: 0.3s;
}

#content-wrapper.toggleContent {
    margin-left: 75px;
}

#content-wrapper #bread-crumps {
    box-shadow: -3px 7px 6px -7px #e5e5e5;
    position: sticky;
    top: 57px;
    z-index: 2;
    background-color: #fff;
}

#header-wrapper {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
}

#header-wrapper .navbar {
    border-bottom: 1px solid #f7f7f7;
}

#header-wrapper .navbar .navbar-toggler {
    position: absolute;
    right: 0;
    font-size: 13px;
    border: 0;
    top: 15px;
}

#header-wrapper .navbar .navbar-nav #profile {
    height: 40px;
}

#header-wrapper .navbar .navbar-nav #profile img {
    border-radius: 50%;
}

#main-content {
    min-height: 81vh;
    margin-top: 5px;
    margin-left: 5px;
}

#main-content .card {
    border: 0;
    box-shadow: 0px 0px 5px 1px #e9e9e9;
}

.card .card-body #card-dropdown .dropdown-menu.show {
    left: -23px !important;
}

@media (max-width:576px) {
    #small-graph {
        display: block !important;
    }
}

@media (max-width:1200px) {
    #small-graph .card .card-body #card-more-option {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    #small-graph .card .card-body #card-dropdown {
        display: block !important;
    }
}

@media (max-width: 360px) {
    .card .card-body #card-dropdown .btn {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .card .card-body #card-more-option {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .card .card-body #card-dropdown {
        display: block !important;
    }
}

.table-responsive {
    height: 86vh;
    max-width: 174vh !important;
}

.table td {
    padding: 5px !important;
    color: #7c7c7c;
    font-size: 15px !important;
}

.table td#th {
    position: sticky;
    z-index: 1;
    top: -8px;
    background-color: #fff;
    border-top: transparent;
    font-weight: 600 !important;
}

#main-content button[type="submit"] {
    background-color: #fff;
    width: 75px;
    color: #007bff;
    border: 0;
}

form,
.input-group label {
    font-weight: 500 !important;
}

form input[type="text"] {
    font-weight: 500 !important;
    color: #747474;
}

#main-content button[type="submit"]:hover {
    background-color: rgb(243, 243, 243);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff !important;
}


/* footer */

#footer {
    background-color: #020202;
    opacity: 0.8;
}

#footer .nav .nav-link {
    font-size: 14px;
}