.logo-container h3 {
    margin: 0;
    color: #000;
    font-size: 22px;
    white-space: nowrap;
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
    .sidebar-left .sidebar-header {
        height: 110px;
    }
    .sidebar-left .sidebar-header .sidebar-title {
        height: 60px;
        padding: 20px 15px;
    }
}
.sidebar-hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 60px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    float: left;
}
.sidebar-hamburger:hover {
    background: rgba(255,255,255,0.1);
}

@media only screen and (min-width: 768px) {
    html.fixed .sidebar-left {
        width: 200px;
    }
    html.fixed .content-body {
        margin-left: 72px;
    }
    html.fixed .page-header {
        left: 73px;
    }
    html.fixed.sidebar-left-collapsed .content-body {
        margin-left: 73px;
    }
    html.fixed.sidebar-left-collapsed .page-header {
        left: 73px;
    }
    html.fixed .panel {
        margin-left: 120px;
    }
    html.fixed .sidebar-left-expandedd #menu span {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .logo-container h3 {
        margin-top: 13px;
    }
    .home-stats {
        display: none;
    }
}

.green {
    color: green;
}
.red {
    color: red;
}
.checkbox-in-form {
    margin-top: 8px;
}
.popover .popover-content .btn-danger {
    color: #fff;
}
.pagination {
    float: right;
    margin-top: 0px;
    margin-bottom: 0;
}
.pagination-info {
    margin-top: 0px;
}
.alert-success,
.alert-warning,
.alert-danger {
    width: 100% !important;
}
.action-icon-box {
    font-size: 22px;
}
.action-icon-box a {
    margin: 0 5px;
}

.sidebar-left-closed .sidebar-left .nav-main {
    width: 40px;
}
.sidebar-left-closed .sidebar-left .nano {
    width: 40px !important;
}
.sidebar-left-closed .sidebar-left .nav-main span {
    display: none;
}
.sidebar-left-closed .panel {
    margin-left: 0 !important;
}
.sidebar-left-closed .content-body {
    margin-left: 30px !important;
}
