body {
    background: #d2d2d2;  
}

.container{
    margin-top: 50px !Important;
}
.container #tbl_users_wrapper{
    background: #f0f0f0;
    padding: 10px;
}
/*=============================*/
/* === стилове за бутоните === */
/*=============================*/
a.btn-primary,
a.btn-success{
    float:left;
    margin-right: 10px;
}
/* === край на стилове за бутоните === */
/*======================================*/

/*=============================*/
/* === стилове за табовете === */
/*=============================*/
.nav-tabs{
    border-bottom: 1px solid #999 !Important;        
}
.tab-content{
    background: #f0f0f0;
    padding: 10px;
}
.nav-tabs > li > a{
    cursor: pointer !Important;   
    background: #bdbdbd;
    color: #444;
}
.nav-tabs > li.active > a{
    background-color: #f0f0f0;  
}
/* === край на стилове за табовете === */
/*==========================================*/


/*==================================*/
/* === стилове за таблиците === */
/*==================================*/
table { 
    margin: 0 auto !Important;
    width: 100% !Important;
    clear: both !Important;
    border-collapse: collapse;
    table-layout: fixed !Important; 
    word-wrap:break-word !Important; 
    border: 1px solid #999 !Important;   
}

table th input {
    border: 1px solid #999;
    background: #efe25b;
}
table .no-sort,
table .status,
table .groups

{
    width: 50px !Important;   
}

table .email
{
    width: 30% !Important;   
}
table tbody .glyphicon-trash{
    font-size: 16px;
    color: #d14;
}

table tbody .glyphicon-edit{
    font-size: 16px;
}
/* === край на стилове за таблиците === */
/*==========================================*/