body {
    background-color: #f5f8fa;
}
.navbar-default {
    height: 70px;
    padding: 0px 20px;
}
.navbar-brand {
    padding: 10px 0;
    margin-right: 20px;
}
.navbar-brand img {
    height: 50px;
}
.navbar-nav > li > a {
    padding-top:20px;
    line-height: 35px;
}
.ms-container {
    width: 100% !important;
}
#articlesTable_processing,
#categoriesTable_processing,
#usersTable_processing {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    text-align: center;
    display: none;
    color:#fff;
    width: 100%;
    margin: 0;
    border: 0;
}
#spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    text-align: center;
    display: none;
    color:#fff;
}
.fa-spinner-third {
    color: #fff;
    margin: 300px auto 0px auto;
}
