body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    overflow: hidden;
}
.wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
}
#sidebarCollapse {
    background: #3f3737;
    border: none;
    margin: 0 5px;
    border-radius: 3px;
    padding: 0 5px;
    color: #fff;
}
#sidebar-hide.active {
    display: none;
    margin-right: 0;
    margin-left: -30px;
}
#sidebar-hide {
    min-width: 540px;
    max-width: 540px;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    border: 1px solid #a4b5c0;
    margin-right: 0;
    display: block;
    margin-left: -30px;
    position: unset;
    background: #fff;
    right: 0;
    z-index: 999;
}
#sidebar-hide .title-side-main span{
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
}
#sidebar-hide .title-side-main i.fa-angle-double-right {
    float: right;
    margin: 5px;
    line-height: 18px;
    background: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
.sidebar {
    width: 30px;
    background-color: #f1f1f2 !important;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 20px;
    display: none;
}
.sidebar .sidebar-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: 15px;
    line-height: 30px;
}
.search-container {
    width: 100%;
    display: block;
    background: #ebedef;
    float: left;
    margin-bottom: 0;
}
.search {
    position: relative;
    float: right;
    width: 200px;
    margin-right: 5px;
}
::-webkit-input-placeholder { text-align:right; }
input:-moz-placeholder { text-align:right; }
.search input {
    height: 21px;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #bdbdbd;
    padding: 0 10px 0 30px;
    border-radius: 20px;
}
.search i {
    position: absolute;
    pointer-events: none;
    line-height: 26px;
    margin-left: 8px;
}
input.form-control:focus {
    color: #49505766;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
i.text-success{
    color: #55ce63 !important;
}
i.text-danger{
    color: #f62d51 !important;
}
.main .table-main .table tbody tr td:nth-child(4) {
    text-align: center;
}
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    border: 1px solid #A4B5C0;
    position: relative;
    margin-right: 30px;
    min-width: 300px;
    overflow: hidden;
}
.main .table-main .table thead {
    background: linear-gradient(180deg, rgb(251, 244, 245) 30%, rgb(189, 189, 189) 70%);
}
.table-small thead {
    background: linear-gradient(180deg, rgb(251, 244, 245) 30%, rgb(189, 189, 189) 70%);
}
.table th, .table td {
    padding: 5px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
}
.main .table-main .table tr:nth-child(even) {
    background-color: #f3f5f7;
}
.title-side-main {
    background: linear-gradient(180deg, #5eb7fb 30%, #217abf 70%);
    text-align: left;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ebedef;
    height: 32px;
    overflow: hidden;
}
.footer .footer-main .page-link:hover, .footer .footer-main .page-link:focus {
    color: #635e5e;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    line-height: 15px;
    box-shadow: none;
}
.footer .footer-main {
    min-width: 680px;
    width: 100%;
    overflow: hidden;
}
.footer .footer-main .page-link {
    color:#999797;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    line-height: 15px;
}
.footer .footer-main li p {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 12px;
    height: 30px;
    width: 30px;
    overflow: hidden;
}
.footer .footer-main .pagination-tab {
    display: flex;
}
.footer .footer-main .pagination-tab .icon {
    line-height: 30px;
    z-index: 999;
}
.footer .footer-main .pagination-tab .left-icon {
    line-height: 30px;
    color: #bdbdbd;
    margin: 0 15px 0 0;
}
.footer .footer-main .pagination ul {
    margin-bottom: 0;
}
.footer .footer-main i.fa-refresh {
    color: #fff;
    background: #0d75c5;
    padding: 4px;
    border-radius: 50%;
    font-size: 9px;
}
.footer-select {
    float: right;
    margin-right: 10px;
}
.footer-select select {
    width: 90px;
    border: 1px solid #aeb5bc;
    vertical-align: middle;
    border-radius: 3px;
    box-shadow: 2px 1px 1px #cccccc9c;
    font-size: 12px;
}
.footer .footer-main .page-item.text a.page-link {
    background: #fff;
    padding: 0px 8px !important;
    line-height: 20px;
    font-size: 15px;
    margin: 5px 10px 5px 10px;
    border: 1px solid #aeb5bc7a;
    box-shadow: 1px 1px 1px #cccccc9c;
}
.footer .footer-main .right-display {
    font-size: 12px;
    margin: 0 10px 0 10px;
    line-height: 32px;
}
.footer .footer-main .right-display strong {
    margin-left: 20px;
}
.detail-section-wrapper {
    overflow-y: auto;
    height: 100%;
}
.detail-section {
    display: flex;
    padding: 30px 30px 20px;
    text-align: center;
}
.detail-section .title {
    width: 150px;
    text-align: left;
}
.detail-section p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}
.detail-section .detail p:before {
    content: ":";
    margin-right: 10px;
}
.cart {
    padding: 0 30px 30px;
}
.cart h3 {
    font-size: 13px;
    font-weight: 600;
}
.no-entry {
    text-align: center;
    margin-top: 30px;
}
.no-entry p {
    margin-top: 30px;
    text-align: center;
}
@media (max-width: 768px) {   
    .footer-main .col-sm-8 {
        display: none;
    }
    #sidebar-hide.active {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        max-width: unset;
        min-width: unset;
    }
}
@media (max-width: 850px) {   
    #sidebar-hide {
        min-width: 540px;
        max-width: 540px;
        min-height: 100vh;
        margin: 0;
        padding: 0;
        border: 1px solid #a4b5c0;
        margin-right: 0;
        display: block;
        margin-left: -30px;
        position: fixed;
        background: #fff;
        right: 0;
    }
}
.active-sort {
    background-color: #aaccf6;
    background-image: -webkit-linear-gradient(top, #ebf3fd,#ebf3fd 39%,#d9e8fb 40%,#d9e8fb);
}
.content{
    position: relative;
}
.loader-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    background: #a2b5c16d;
}
.loader{
    border-radius: 5px;
    display: inline-block;
    margin: auto;
    border: 1px solid #bfc2c7;
}
.loader .wrap{
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border: 5px solid #fff;
    border-radius: 3px;
    color: #475c6a;
    background: #80808017;
    padding: 2px 10px;
    display: inline-flex;
    margin: auto;
}
.loader .wrap img{
    margin-right: 5px;
    height: 15px;
}
.full-height-wrapper {
    height:100%;
}
.listing-table-wrapper {
    clear: both;
    height: 90%;
    overflow-y: auto;
}