.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(#0000),to(#0000));
    background: linear-gradient(to right,#000,#000);
    background-color: rgba(0, 0, 0, 0);
    opacity: .7;
	 
}

.text-primary {
    color:#000000 !important; 
}


/*:root {
  --vz-vertical-menu-bg-dark: #B10101;
}

[data-layout-mode=dark] {
 --vz-vertical-menu-bg-dark: #B10101;
}*/