

.pointer{
    cursor:pointer;
}
@font-face {
    font-family: "DroidKufiBold";
    font-style: normal;
    font-weight: 400;
    src: url("DroidKufi-Bold.ttf") format('truetype'), url("DroidKufi-Regular.woff") format("woff");
}

@font-face {
    font-family: "DroidKufiRegular";
    font-style: normal;
    font-weight: 400;
    src: url("DroidKufi-Regular.ttf") format('truetype');
}

body *:not(.glyphicon):not(.fa):not(.sidebar-toggle){
    font-family:DroidKufiRegular,Verdana,Arial !important;
}
body *:not(h1){
    font-size: 16px;
}
list_item h4{
    font-size: 16px;
    font-family:DroidKufiBold,Verdana,Arial !important;
}
label.required:after { 
    content:" *";color:red; 
}
.error{
    color: #B94A48;
    border-color: #B94A48
}
label.error{
    font-size: 12px;        
}
