/* Essentials */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/*@font-face {
    font-family: 'websitefont';
    /*src: url('http://azmoonakan.org/public/css/fonts/kJino.ttf'); /* Uinocde Jino Font */
    /*src: url('http://azmoonakan.org/public/css/fonts/rudawregular2.ttf') format('truetype') ;*/  
    /*src: url('http://azmoonakan.org/public/css/fonts/KGolnaw.ttf'); // Uinocde Golnaw Font */ 
    /*src: url('http://azmoonakan.org/public/css/fonts/Knaske.ttf'); /* Uinocde Naske Font */
    /*src: url('http://azmoonakan.org/public/css/fonts/kRoonak.ttf'); /* Uinocde Roonak Font */

    /*src: url('http://azmoonakan.org/public/css/inlove-light-wf.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         /*url('http://azmoonakan.org/public/css/inlove-light-wf.woff') format('woff'), /* Modern Browsers */
         /*url('http://azmoonakan.org/public/css/inlove-light-wf.ttf')  format('truetype'), /* Safari, Android, iOS */
         /*url('http://azmoonakan.org/public/css/inlove-light-wf.svg#svgFontName') format('svg'); /* Legacy iOS */
/*}*/ 

  .RadGrid, .RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgGroupPanel table, .RadGrid .rgCommandRow table, .RadGrid .rgEditForm table, .RadGrid .rgPager table, .GridToolTip
       {
             font-family:  'Droid Arabic Naskh' !important; 

           font-size:9px !important;
             
       }
       .RadGrid .rgHeader, .RadGrid .rgHeader a
       {
           font-family:  'Droid Arabic Naskh' !important; 

           font-size:10px !important;
        }
       .RadGrid .rgCommandRow a
       {
                  font-family:  'Droid Arabic Naskh' !important; 
                        font-weight:100;
           font-size:9px !important;
       }
html, div, map, dt, isindex, form, header, aside, section, section, article, footer {  
    display: block;  
} 

html, body {
height: 100%;
margin: 0;
padding: 0;
font-family:   'Droid Arabic Naskh',Helvetica, Arial, Verdana, sans-serif;
background: #F8F8F8;
font-size: 10px;
font-weight:900;
}

.clear {
clear: both;
}
.spacer5px {
height: 5px;
}
.spacer10px {
height: 10px;
}
.spacer20px {
height: 10px;
}

a:link, a:visited {
color: #77BACE;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/* 1- Website Header includes logo and website title */

header#header {
height: 75px;
width: 100%;
background: #222222 url(../images/header_bg.png) repeat-x;
}

header#header h1.site_title, header#header h2.section_title {
float: left;
margin: 0;
font-size:16px;
display: block;
width: 50%;
height: 40px;
font-weight: normal;
text-align: right;
/*text-indent: 1.8%;*/
line-height: 55px;
color: #fff;
text-shadow: 0 -1px 0 #000;
}

header#header h1.site_title a {
color: #fff;
text-decoration: none;
}

header#header h2.section_title {
text-align: center;
/*text-indent: 4.5%;*/
width:50%;
background: url(../images/header_shadow.png) no-repeat left top;
}

.sitelogo {
float: left ;
 
}





/* 2- Secondary website Header Bar and menu container */

section#secondary_bar {
height: 35px;
width: 100%;
background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
}

/* Menu Container */

section#secondary_bar .menu_container {
float: right;
width: 90%;
/*background: url(http://azmoonakan.org/public/images/secondary_bar_shadow.png) no-repeat left top;*/
height: 38px;
}

article.menu {
float: right;
padding: 1px 10px;
/*border: 1px solid #ccc;*/
/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;*/
/*box-shadow: 0 1px 0 #fff;*/
height: 23px;
margin: 2px 1% ;
}

.menu a {
display: inline-block;
float: right;
height: 24px;
line-height: 23px;
}

.menu a.current, .menu a.current:hover {
color: #9E9E9E;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
}

.menu a:link, .menu a:visited {
color: #44474F;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
font-weight: bold;}

.menu a:hover {
color: #222222;
}

.menu_divider {
display: inline-block;
width: 12px;
height: 24px;
background: url(http://azmoonakan.org/public/images/breadcrumb_dividerrtl.png) no-repeat;
float: right;
margin: 0 5px;
}




/* Search */
.filterbox {
    direction:rtl;
    float:right;
     padding: 0px 3px 0px 0px;
}


.quick_search {
text-align: center;
padding: 14px 0 10px 0;
}

.quick_search input[type=text] {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #bbb;
height: 26px;
width: 87%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 30px;
background: #fff url(http://azmoonakan.org/public/images/icn_search.png) no-repeat;
background-position: 10px 6px;
}

.quick_search input[type=text]:focus {
outline: none;
color: #666666;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}





/* Main Content */


section#main {
width: 97%;
min-height: 500px;
background: url(http://azmoonakan.org/public/images/sidebar_shadow.png) repeat-y left top;
float: left;
/*margin-top: -2px;*/
}
.moduletitle {
float:left;
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 14px;
margin: 5px;
}

#main h3 {
/* Modules */
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 11px;
margin: 10px;

}

/* Modules */

.module {
border: 1px solid #9BA0AF;
width: 100%;
margin: 5px 1% 0 1% ;
/*margin-top: 10px;*/
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
}

#main .module header h3 {
display: block;
width: 100%;
float: left;
}

.module header {
height: 38px;
width: 100%;
background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; border-top-right-radius: 5px;
}

.module footer {
height: 32px;
width: 100%;
border-top: 1px solid #9CA1B0;
background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}

.module_content {
margin: 5px 5px;
color: #666;

}
.moduledirection {
float:right;
direction:rtl;

}
.modulecenter {
 width:700px;
 margin-left:auto;
 margin-right:auto;
}


/* Module Widths */

.width_full {
width: 100%;
}

.width_half {
width: 46%;
margin-right: 0;
float: left;
}

.width_quarter {
width: 26%;
margin-right: 0;
float: left;
}

.width_3_quarter {
width: 66%;
margin-right: 0;
float: left;
}
.width_3_quarter1 {
width: 98%;
margin-right: 0;
float: right;
}

.nopermission{
    width:300px;
    display:block;
  margin-left:auto;
margin-right:auto;
   border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    text-align:center;
    padding:2px 2px 2px 2px;
   margin-top:2%;
}
.login{
    width:300px;
    display:block;
  margin-left:auto;
margin-right:auto;
   border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    text-align:center;
    padding:2px 2px 2px 2px;
   margin-top:2%;
}
.studentinfo{
    width:50%;
    display:block;
  margin-left:auto;
margin-right:auto;
   /*border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 0 #fff;
    text-align:center;
    padding:2px 2px 2px 2px;
   margin-top:2%;*/
}
/* Simple Containers */
.containerleft {
    float:left;
    color: #1F1F20;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 11px;
    margin:5px;
}
.containerright {


    float:right;
    color: #1F1F20;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 11px;
    margin: 5px ;
    padding:2px 2px 2px 2px;
}
.btncontainerright {
        border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:right;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    height:18px;
    margin: 5px ;
    padding:2px 2px 2px 2px;
}
 
.btncontainerleft {
        border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    height:18px;
    margin: 5px ;
    padding:2px 2px 2px 2px;
}
.rtldirection {
    direction:rtl;
}
.ltrdirection {
    direction:ltr;
}
.size16x16{
    width:16px;
    height:16px;
}
.size24x24 {
    width:24px;
    height:24px;
}
.size32x32 {
    width:32px;
    height:32px;
}

/*Dashborad Style*/
.DashboardButtonContainer {
    width:120px;
   border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:right;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    margin: 5px ;
    padding:2px 2px 2px 2px;
}

.DashboardButtonContainer:hover {
    background-color:#e4e4ef;
 -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.divcenter {
    width:500px;
    margin-left:auto;
    margin-right:auto;
    direction:rtl;
}
.imagecenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.dashboardfooter {
height: 25px;
width: 100%;
text-align:center;
border-top: 1px solid #9CA1B0;
background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}





/* Button styles*/

.message {
border-bottom: 1px dotted #cccccc;
}

input[type=submit] {
border: 1px solid #A8A9A8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 24px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #666;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
font-family: 'Droid Arabic Naskh',  Helvetica, Arial, Verdana, sans-serif;

}

input[type=submit]:hover {
color: #333333;
}
.vertical
{
    /*-writing-mode:tb-rl;
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    white-space:nowrap;
    display:block;*/
    width:25px;
     font-size:7pt;
     font-weight:bold;
     text-align:center;
 }
.previousbtn
{
    background: transparent url(http://azmoonakan.org/public/images/previous.gif) no-repeat scroll center;
    height: 20px;
    width: 20px;
     vertical-align:bottom;

}
.nextbtn
{
    background: transparent url(http://azmoonakan.org/public/images/next.gif) no-repeat scroll center;
    height: 20px;
    width: 20px;
     vertical-align:bottom;
}

.firstbtn
{
    background: transparent url(http://azmoonakan.org/public/images/first.gif) no-repeat scroll center;
    height:20px;
    width: 20px;
     vertical-align:bottom;

}
.lasttbtn
{
    background: transparent url(http://azmoonakan.org/public/images/last.gif) no-repeat scroll center;
    height: 20px;
    width: 20px;
     vertical-align:bottom;
}


input[type=submit].alt_btn {
background: #D0D1D4 url( http://azmoonakan.org/public/images/btn_submit_2.png) repeat-x;
border: 1px solid#30B0C8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 22px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #003E49;
text-shadow: 0 1px 0 #6CDCF9;
cursor: pointer;
}

input[type=submit].alt_btn:hover {
color: #001217;
}

input[type=submit].btn_post_message {
background: #D0D1D4 url(http://azmoonakan.org/public/images/post_message.png) no-repeat;
display: block;
width: 37px;
border: none;
height: 24px;
cursor: pointer;
text-indent: -5000px;
}

input[type=submit].btn_post_message:hover {
background-position: 0 -24px;
}

.post_message {
text-align: left;
padding: 5px 0;
}

.post_message input[type=text] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #bbb;
height: 20px;
width: 70%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 10px;
background-position: 10px 6px;
float: left;
margin: 0 3.5%;
}

.post_message input[type=text]:focus {

outline: none;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
color: #666666;
}

.post_message input[type=image] {
float: left;
}

.message_list {
height: 250px;
overflow-x:hidden;
overflow-y: scroll;
}

/* New/Edit Article Module */

fieldset {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F6F6F6;
border: 1px solid #ccc;
padding: 1% 0%;
margin: 10px 0;
}






.label {
display: block;
float: right;
/*height: 25px;*/
/*line-height: 25px;*/
text-shadow: 0 1px 0 #fff;
font-weight: bold;
padding: 0px 5px 0px 0px;
/*margin: 0 10px 10px 10px;*/
/*text-transform: uppercase;*/
color:black;
}

.textbox{
color:black;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
height: 20px;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
background-position: 10px 6px;
padding:2px 5px 2px 2px;
display: block;
float: right;
font-weight:bold;
text-align:right;
font-family:'Droid Arabic Naskh';
font-size:10px;


/*margin: 2px 2px 2px 2px;*/
}

.textbox:focus {
outline: none;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px blue;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px blue;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px blue;
}


.dropdownlist {
 color:black;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin: 0 2px 2px 2px;
border: 1px solid #bbb;
height: 24px;
font-family:'Droid Arabic Naskh';
font-size:10px;

}
.labelFailed {
display: block;
float: right;
height: 25px;
/*line-height: 25px;*/
text-shadow: 0 1px 0 #fff;
font-weight: bold;
padding: 0px 5px 0px 0px;
/*margin: 0 10px 10px 10px;*/
/*text-transform: uppercase;*/
color:red ;
text-decoration:underline;
}


.small {
    width:25px;
}
.xsmall {
    width:50px;
}
.xxsmall {
    width:80px;
}
.medium {
   margin-top: 2px;
}
.xmedium {
    width: 125px;
}
.xxmedium {
    width: 175px;
}

.large {
    width:200px;
}
.xlarge {
    width:250px;
}
.xxlarge {
    width: 300px;
    margin-right: 40px;
}
.largest {
    width: 450px;
}
.degreesize {
    width:30px;
    text-align:center;
}

.submit_link {
float: right;
margin-right: 3%;
padding: 5px 0;
}

.submit_link select {
width: 150px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}
/*Grid Container Input Styles*/

#main .module_content h1 {
color: #333333;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 22px;
margin: 8px 0px;
}

#main .module_content h1 {
color: #333333;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 22px;
margin: 8px 0px;
}

#main .module_content h2 {
color: #444444;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 18px;
margin: 8px 0px;
}

#main .module_content h3 {
color: #666666;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content h4 {
color: #666666;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content li {
line-height: 150%;
}

/* Alerts */

#main h4.alert_info {
display: block;
width: 300px;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #B5E5EF url(../images/icn_alert_info.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #77BACE;
color: #082B33;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

#main h4.alert_warning {
display: block;
width: 300px;
 margin: 5px 5px 5px 5px;
/*margin-top: 20px;*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F5F3BA url(../images/icn_alert_warning.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #C7A20D;
color: #796616;
padding: 5px 5px 5px 5px;
text-indent: 5px;
font-size: 14px;}

#main h4.alert_error {
    direction:rtl;
display: block;
width: 85%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F3D9D9 /*url(../images/icn_alert_error.png) no-repeat*/;
background-position: 10px 10px;
border: 1px solid #D20009;
color: #7B040F;
padding: 10px 10px 10px 10px;
/*text-indent: 40px;*/
font-size: 14px;}

#main h4.alert_success {
display: block;
width: 300px;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #E2F6C5 url(../images/icn_alert_success.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #79C20D;
color: #32510F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

div#loading
{
    
    width:75px;
    height:75px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(http://azmoonakan.org/public/images/loading.gif) no-repeat center  #E2F6C5;
    text-align:center;
    padding:10px;
    border: 1px solid #79C20D;

     margin-left: -50px;
    margin-top: -50px;
 
}

/*Grid View Style Starts Here 
Stanadard naming is gvxxxxx e.g. gvheader, gvfooter
*/


.gvsortrow
{
    background-color:#D8E0E6; 
     color:black; 
}


.gvsortascheader
{
   /* background:  url(http://azmoonakan.org/public/images/sort_asc.gif) no-repeat scroll Right center;*/
    padding-left: 5px;
    background-color: #D8E0E6; 
    color:black; 
}
.gvsortdesheader
{
   /* background:  url(http://azmoonakan.org/public/images/sort_desc.gif) no-repeat scroll Right center;*/
    padding-left: 5px;
    background-color:  #D8E0E6; 
     color:black; 
}



/* Grid View style Ends here*/