@font-face {
    font-family: noori;
    src: url(./fonts/Font_Jameel-Noori-Nastaleeq.woff);
}
@font-face {
    font-family: attariFont;
    src: url(./fontsfonts/Attari_Font_3.ttf);
}
@font-face {
    font-family: times_new_roman;
    src: url(fonts/times.ttf);
}

@font-face {
    font-family: Al Qalam Quran Majeed Web;
    src: url(fonts/Al Qalam Quran Majeed Web2_B.otf);
}


body{ font-family: noori !important; }


h1,h2,h3,h4,h5{font-family: noori !important;}


.table-bordered {
    font-size: 1em !important;
}

select.form-control {font-size: 1.2em !important; }
select{ font-size: 1.3em !important; padding: 0px 12px !important; height: 35px !important; }
select > option{font-size: 0.9em !important; }
.logo-text{ font-size: 200% !important;}
span{font-size: 1.3em !important}


a{font-size: 1em !important}
input{

    font-size: 20px !important;
    padding: 0px 12px !important;
    height: 35px !important;
}

.dataTables_wrapper .row:first-child {
   width:100% !important;
}


label > .select{  height: 15px !important;}

/*Other Css For pages*/

h1.red{font-size: 27px !important;}
.lbl{font-size:13px !important;}
.form-padding-right-30px{padding-right:30px;}


/*Media Queries*/

@media(min-width:300px) and (max-width:760px){
    .red{font-size: 13px !important;}

    .rtl .form-horizontal .control-label {text-align: right !important;padding: 5px;}


}


@media(min-width:300px) and (max-width:480px){

    .faisal-bhai{

        height:250px;
        overflow-y: scroll;
        overflow-x: scroll;
    }
}


textarea {
    resize: none;
}