.hidden { display:none; }

.center { text-align: center; }

.no-border {
    border: 0 !important;
}

.img-circle {
    border-radius: 50%;
    border:1px solid #333;
}

.cls_inactive {
    filter: grayscale(100%);
}

.cls_featured {
    border:4px solid green !important;
}

.mandatory { color:#CC0000; }

.lan_ar { direction: rtl; text-align: right ;}

table.dataTable thead { background-color:#F5F5F5 }
table thead th { text-align:center; background-color:#F5F5F5 !important }

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#0f4e8c),to(#0f4e8c));
    background: linear-gradient(to right,#0f4e8c,#0f4e8c);
    background-color: rgba(0, 0, 0, 0);
    opacity: .9;
}

.text-primary {
    color:#0f4e8c !important; 
}

.app-menu, .navbar-menu { background-color: #041a2f !important; }