.ibox-content table.margin-bottom-10 {
    margin-bottom: 10px;
}
.login-img {
    width: 120px;
}

.login-title {
    font-size: 28px;
    color: #fff;
}
.barcode-container {
    margin: 20px 0;
}


/**
** table sorting classes
**/
.table-responsive .table th {
    background: #eee;
}

.table-responsive .table th.sort,
.table-responsive .table th.sort-normal {
    background: #F5F5F6;
}
.table-responsive .table th a {
    display: block;
    color: #676a6c;
}
.table-responsive .table th a::after {
    font-family: FontAwesome;    
    float: right;
}
.table-responsive .table th.sort-normal a::after {
    content: '\f0dc';
}
.table-responsive .table th.sort-asc a::after {
    content: '\f160';
}
.table-responsive .table th.sort-desc a::after {
    content: '\f161';
}

.settings-container {
    margin-bottom: 30px;
}
