body.admin-section .header-wrapper {
    min-height: 70px;
}

body.admin-section .header .header-wrapper .logo-box .logo {
    height: 70px;
}

body.admin-section .header .right-box-wrapper {
    height: 70px;
}

body.admin-section .header .header-wrapper .logo-box .logo a img,
body.admin-section .header .header-wrapper .logo-box .logo a .logo-img {
    max-width: 250px;
}

body.admin-section.fixed-header .page-box {
    padding-top: 74px;
}

body.admin-section .sidebar {
    /*position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    z-index: 500;*/
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

body.admin-section table tr th:first-child,
body.admin-section table tr th:last-child {
    width: 50px;
}

body.admin-section table tr th,
body.admin-section table tr td {
    text-align: left;
}

.space-top{
    margin-top: 20px;
}

.search-input{
    width: 100%;
}