@import url('https://fonts.googleapis.com/css?family=Amiri|Aref+Ruqaa|Cairo');
html[dir="rtl"] .icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

* {
    margin: 0px;
    padding: 0px;
}

td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: right;
    vertical-align: top;
}

.hidden {
    display: none;
}

.select-wrapper span.caret {
    color: unset;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24pt;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 96px; }
 

BODY {
  font-family: Arial, Helvetica, sans-serif;
  COLOR: #333333; 
  margin: 0px;
  padding: 0px;
  background-color: #a9c6df;
}

button {
   margin: 2px;
}

.main_bg {
    margin: 0px auto;
    width: 100%;
    padding-top: 20px;
}

.section_header {
    margin-top: 5px;
    padding: 5px;
    text-align: center;     
}

.section_list {
    margin: 5px auto;
    padding: 5px;
    text-align: center;     
}


.section_page {
    margin: 0px auto;
    max-width: 1000px;
    padding-bottom: 20px;
    font-size: 14pt;
    background-color: #eeeeee;
    border: 2px solid #b2b3b4;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.section_page_header {
    width: 100%;
    margin: 0;
    padding: 15px;
    font-family: 'Cairo', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;     
    background-color: #dadada;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
}

.section_page_header  H1 {
    font-family: 'Cairo', sans-serif;
    font-size: 18pt;
    font-weight: bolder;
    text-align: center;     
}

.section_page_body {
    width: 90%;
    margin: 0;
    padding: 15px;
    font-family: 'Cairo', sans-serif;
    font-size: 14pt;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.section_topic_header {
    margin: 0;
    padding: 10px 25px;
    width: 100%;
    text-align: center; 
    background-color: #eeeeee;    
}

.section_topic_body {  
    margin: 0 0 0 0;
    width: 100%;
    background-color: #eeeeee;    
}

.text_page {
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 14pt;
    width: 80%; 
    COLOR: #333333; 
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -moz-border-radius: 5px;     
}


.img-thumbnail {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #ffffff;
    margin: 5px;
    padding: 5px; 
}




.form-edit {
    margin: 5px auto; 
    width: 1000px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.form-login {
    margin: 5px auto; 
    width: 600px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.table-inshad {
    margin: 5px auto; 
    width: 700px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.table-pages {
    margin: 5px auto; 
    width: 1000px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.table-media {
    margin: 5px auto; 
    width: 100%;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.table-email {
    margin: 5px auto; 
    max-width: 1000px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px 10px;
    box-shadow: 3px 3px 10px grey;
}

.nav_pag_div {
    margin: 5px auto;
    padding: 5px;
    text-align: center;     
}

.nav_pag_last_div {
    width: 60px;
    display: inline-block;
}

.nav_pag_next_div {
    width: 60px;
    display: inline-block;
}

.nav_pag_center_div {
    max-width: 200px;
    display: inline-block;
}

.nav_pag_play_div {
    width: 200px;
    display: inline-block;
}

.nav_pag_first_div {
    width: 60px;
    display: inline-block;
}

.nav_pag_prev_div {
    width: 60px;
    display: inline-block;
}


/* header section */

#header_div {
  height: 100%;
  margin: 0;
  /* background-color: #284E7C; */
} 

#banner_div {
  height: 100%;
  padding: 5px;
}

#banner_img {
    width: 90%;
    height: auto;
    margin-top: 0px;
}

.search_div {
    height: 100%;
    padding: 0 5px 0 5px;
    margin: 10px auto;
    background-color: #FFF;
    border: 2px solid orange;
    border-radius: 5px;
    -moz-border-radius: 5px;    
  }

  .search_div_mobile {
    height: 100%;
    padding: 0 5px 0 5px;
    margin: 10px auto;
    background-color: #FFF;
    border: 2px solid orange;
    border-radius: 5px;
    -moz-border-radius: 5px;    
  }
    

#social_div {
  min-height: 60px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
}

#social_div_e {
  min-height: 60px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: right;
}

#quotation_div {
    min-height: 60px;
    padding: 5px 10px;
    margin: 10px auto;
    border: 2px solid white;
    border-radius: 15px;
    -moz-border-radius: 15px;    
    /* opacity: .9; */ 
}

#quote_div {
    height: 100%;
    min-height: 60px;
    padding: 5px 10px;
    margin: 10px auto;
    border: 2px solid white;
    border-radius: 15px;
    vertical-align: middle;
    -moz-border-radius: 15px;    
    /* opacity: .9; */ 
}

p.quote_text {
    font-family: 'Aref Ruqaa', serif;
    font-size: 14pt;
    color: black;
}

p.quote_text_e {
    font-size: 12pt;
    color: black;
}

p.quote_ref {
    font-size: 12pt;
    color: #333;
    text-align: center;
}

p.quote_ref_e {
    font-size: 10pt;
    color: #333;
    text-align: center;
}

.quote_ref a:link {
	text-decoration: none; color: #6e3e07; 
	}
.quote_ref a:visited {
	text-decoration: none; color: #6e3e07; 
	}
.quote_ref a:hover {
	text-decoration: none; color: #e27c08; 
	}
.quote_ref a:active {
	text-decoration: none; color: #6e3e07; 
	}

.quote_ref_e a:link {
    text-decoration: none; color: #6e3e07; 
    }
.quote_ref_e a:visited {
    text-decoration: none; color: #6e3e07; 
    }
.quote_ref_e a:hover {
    text-decoration: none; color: #e27c08; 
    }
.quote_ref_e a:active {
    text-decoration: none; color: #6e3e07; 
    }
    
/* footer section */

footer {
  background-color: #284E7C;
  padding: 20px; 
} 

P.footer {
    text-align: center;
    font-size: 9pt;
    color: #6699CC;
    padding: 5px;
}

A.footer {
    font-size: 9px;
    color: #669933;
    text-decoration: none;
}

A.footer:hover {
    color: #669933;
    text-decoration: underline;
    background-color: #dcebff;
}

/* pages section - biography */
div.page {
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 14pt;
    text-align: right;
    line-height: 15pt;
    width: 100%; 
    COLOR: #333333; 
    background-color: #FFFFFF;
    border: 2px solid #ADD6FF;
    border-radius: 10px;
    -moz-border-radius: 10px;     
 
}

H1.page {
    text-align: center;
    font-size: 18pt;
    line-height: 20pt;
    font-weight: bolder;
    color: #331400;
    BACKGROUND-COLOR: #FFAD5C;
}

div.page_e {
    direction: ltr;
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: left;
    line-height: 15pt;
    width: 100%; 
    COLOR: #333333; 
    background-color: #FFFFFF;
    border: 2px solid #ADD6FF;
    border-radius: 10px;
    -moz-border-radius: 10px;     
 
}

#page_header {
    padding: 5px 5px 5px 5px;
    background-color: #ADD6FF;
    margin: 10px;
} 

#page_body {
    padding: 5px 10px 5px 10px;
} 



#poem_body {
    padding: 25px;
    font-size: 20pt;
    color:  #2d2931;
} 

.poem_box {
    /* border: 2px solid #FFFFFF; */
    /* background-color: #d5d7e0; */
    border-radius: 5px;  /* Rounded border */
    margin: 10px 15px;
    padding: 10px;
    min-height: 40px;
    max-width: 400px;
    display: inline-block;
    box-shadow: 0px 3px 10px rgb(94, 95, 95);
}

.poem_desc {
    float: right;
    margin: 5px;
    width: 300px;
    min-height: 40px;
    /* background-color: yellow; */
}




/* news sidebar */

div.news {
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: right;
    line-height: 15pt;
    width: 100%; 
    COLOR: #333333; 
    background-color: #FFF0E6;
    border: 2px solid #FFC299;
    border-radius: 10px;
    -moz-border-radius: 10px;     
}

H1.news {
    text-align: center;
    font-size: 18pt;
    line-height: 20pt;
    font-weight: bolder;
    color: #331400;
    BACKGROUND-COLOR: #FFAD5C;
}

div.news_e {
    direction: ltr;
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: left;
    line-height: 15pt;
    width: 100%; 
    COLOR: #333333; 
    background-color: #FFFFFF;
    border: 2px solid #ADD6FF;
    border-radius: 10px;
    -moz-border-radius: 10px;     
 
}

#news_header {
    padding: 5px 5px 5px 5px;
    background-color: #FFC299;
    margin: 10px;
} 

div.news_body {
    padding: 5px 10px 5px 10px;
} 

A.news:link {
  color: #AD5C33;
  TEXT-DECORATION: none;
}

A.news:visited {
  color: #993300; 
  TEXT-DECORATION: none;
}

A.news:hover {
  color: #FF6600; 
  background-color:#FFF0E6;
  TEXT-DECORATION: none;
}

p.news {
  margin-left: 20px;
  margin-right: 20px;
}

IMG.news {
    padding: 0px;
    border: 2px solid #FFF0E6;
	-moz-box-shadow: 5px 5px 3px #888888; 
	box-shadow: 5px 5px 3px #888888;
}

IMG.news:link {
    padding: 0px;
    border: 2x solid #FFF0E6;
}

IMG.news:visited {
    padding: 0px;
    border: 2px solid #993300;
}

IMG.news:hover {
    padding: 0px;
    border: 2px solid #AD5C33;
}

/* books */

.book_box {
    /* border: 2px solid #FFFFFF; */
    /* background-color: #d5d7e0; */
    border-radius: 5px;  /* Rounded border */
    margin: 5px 15px;
    padding: 5px;
    min-height: 160px;
    width: 380px;
    display: inline-block;
    box-shadow: 0px 3px 10px grey;
}

.book_img_frame {
    float: right;
    margin: 2px;
    width: 100px;
    height: 150px;
}

.book_img {
    /* border: 2px solid #FFF0E6; /* off-white border */
    /* border-radius: 4px;  /* Rounded border */
    padding: 0px; /* Some padding */
    width: 100px; /* Set a small width */
    box-shadow: 2px 2px 5px grey;
}

.book_desc {
    float: right;
    margin: 2px;
    width: 250px;
    min-height: 120px;
    /* background-color: yellow; */
}

.book_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    width: 350px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}


.book_box_e {
    border: 2px solid #FFFFFF;
    background-color: #d5d7e0;
    margin: 5px 20px;
    padding: 5px;
    height: auto;
    width: 420px;
    display: inline-block;
    text-align: left;
}

.book_desc {
    float: right;
    margin: 2px 5px;
    width: 200px;
    height: 100px;
}


.book_desc_e {
    float: left;
    margin: 2px 10px;
    width: 260px;
    height: 100px;
}


.book_desc2 {
    float: right;
    margin: 5px 5px;
    max-width: 600px;
    height: 150px;
}

.book_desc2_e {
    float: left;
    margin: 5px 20px;
    max-width: 600px;
    height: 150px;
}

.book_contents {
    margin: 5px auto;
}

.book_contents ul li {
    text-decoration: none;
    list-style: none;
}

.book_btns {
    float: right;
    margin: 5px;
    width: 200px;
    height: 40px;
}

IMG.books {
    padding: 0px;
    border: 2px solid #ffffff;
	-moz-box-shadow: 5px 5px 3px #888888; 
	box-shadow: 5px 5px 3px #888888;
}

IMG.books:link {
    padding: 0px;
    border: 2x solid #ffffff;
}

IMG.books:visited {
    padding: 0px;
    border: 2px solid #ffffff;
}

IMG.books:hover {
    padding: 0px;
    border: 2px solid #333333;
}

/* talks */

.talk_box {
    display: inline-block;
    width: 350px;
    height: 340;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: right;
}

.talk_box_header {
    height: 70px;
    width: 98%;
    margin: 5px auto;
    padding: 5px; 
    /* border: 2px solid #AFD4ED; */
    /* background: #578CB2; */
}

.talk_box_body {
    width: 98%;
    min-height: 120px;
    margin: 5px auto;
    padding: 5px; 
    /* background: #C5DDED; */
}

.talk_pict {
    float: right; 
    margin: 5px;
    padding: 5px; 
}

.talk_img {
    max-width: 100px;
    max-height: 100px;
    border: 1px solid #ffffff;
}

.talk_box_pict {
    text-align: center;
    width: 95%;
    height: 80%;
    margin: 5px auto;
}

.talk_box_pict img {
    max-height: 100px;
    max-width: 300px;
    border: 2px solid white;
}


.talk_desc {
    width: 280px;
    min-height: 120px;
    margin: 5px;
    padding: 5px; 
    /* background: #C5DDED; */
}

.talk_box_footer {
    width: 98%;
    height: 60px;
    margin: 2px auto;
    padding: 5px 10px; 
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.talk_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    width: 350px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}


.talk_box_header h2 {
  font-size: 13pt;
	margin: 0px;
	padding: 12px 15px 5px;
	color: white; 
	line-height: 1.0em;
}
.talk_box_header h2 a:link {
	text-decoration: none; color: white; 
	}
.talk_box_header h2 a:visited {
	text-decoration: none; color: white; 
	}
.talk_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.talk_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.talk_box_e {
    display: inline-block;
    width: 420px;
    min-height: auto;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: left;
}


.talk_pict_e {
    float: left;
    margin: 5px;
    padding: 5px;
    min-height: 120px;
}

.talk_desc_e {
    width: 360px;
    height: 130px;
    margin: 5px;
    padding: 5px; 
}


/* inshads */


#inshad_menu {
    text-align: center;
    color: white;
}

.inshad_box {
    display: inline-block;
    width: 350px;
    height: 360;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: right;
}

.inshad_box_header {
    height: 70px;
    width: 98%;
    margin: 5px auto;
    padding: 5px; 
    /* border: 2px solid #AFD4ED; */
    /* background: #578CB2; */
}

.inshad_box_body {
    width: 98%;
    min-height: 120px;
    margin: 5px auto;
    padding: 5px; 
    /* background: #C5DDED; */
}

.inshad_pict {
    float: right; 
    margin: 5px;
    padding: 5px; 
}

.inshad_img {
    max-width: 300px;
    max-height: 100px;
    border: 1px solid #ffffff;
}

.inshad_desc {
    width: 280px;
    min-height: 150px;
    margin: 5px;
    padding: 5px; 
    /* background: #C5DDED; */
}

.inshad_box_footer {
    width: 98%;
    height: 60px;
    margin: 2px auto;
    padding: 5px 10px; 
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.inshad_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    width: 350px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}


.inshad_box_header h2 {
  font-size: 13pt;
	margin: 0px;
	padding: 12px 15px 5px;
	color: white; 
	line-height: 1.0em;
}
.inshad_box_header h2 a:link {
	text-decoration: none; color: white; 
	}
.inshad_box_header h2 a:visited {
	text-decoration: none; color: white; 
	}
.inshad_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.inshad_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.inshad_box_e {
    display: inline-block;
    width: 420px;
    min-height: auto;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: left;
}


.inshad_pict_e {
    float: left;
    margin: 5px;
    padding: 5px;
    min-height: 120px;
}

.inshad_desc_e {
    width: 360px;
    height: 130px;
    margin: 5px;
    padding: 5px; 
}

.inshad_page
{
    margin: 10px auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 16px;
    background-color: #ffffff;
    border: 2px solid #90caf9;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

#inshad_header {
    margin-top: 10px;
    background-color: #eeeeee;
    border: solid 1px #e0e0e0;
    border-top-right-radius: 5px 10px;
    border-top-left-radius: 5px 10px;
    text-align: center;     
}

#inshad_audio {
    margin-top: 10px;
    background-color: #eeeeee;
    border: solid 1px #e0e0e0;
    padding: 10px;
}

#inshad_text {
    margin-top: 10px;
    background-color: #eeeeee;
    border: solid 1px #e0e0e0;
    padding: 10px 10px 15px 10px;
}

#inshad_text ul {
    line-height: 2.0em;
    font-size: 2.0em;
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    background-color: white;
    
}

#inshad_page_header {
    margin-top: 5px;
    text-align: center;     
}

#inshad_page_body {
    margin-top: 15px;
    text-align: right;     
}

/* poet */
.poet_box {
    display: inline-block;
    width: 350px;
    height: 360;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: right;
}

.poet_box_header {
    height: 70px;
    width: 98%;
    margin: 5px auto;
    padding: 5px; 
    /* border: 2px solid #AFD4ED; */
    /* background: #578CB2; */
}

.poet_box_body {
    width: 98%;
    min-height: 120px;
    margin: 5px auto;
    padding: 5px; 
    /* background: #C5DDED; */
}

.poet_pict {
    float: right; 
    margin: 5px;
    padding: 5px; 
}

.poet_img {
    max-width: 300px;
    max-height: 100px;
    border: 1px solid #ffffff;
}

.poet_desc {
    width: 280px;
    min-height: 150px;
    margin: 5px;
    padding: 5px; 
    /* background: #C5DDED; */
}

.poet_box_footer {
    width: 98%;
    height: 60px;
    margin: 2px auto;
    padding: 5px 10px; 
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.poet_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    width: 350px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}


.poet_box_header h2 {
  font-size: 13pt;
	margin: 0px;
	padding: 12px 15px 5px;
	color: white; 
	line-height: 1.0em;
}
.poet_box_header h2 a:link {
	text-decoration: none; color: white; 
	}
.poet_box_header h2 a:visited {
	text-decoration: none; color: white; 
	}
.poet_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.poet_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.poet_box_e {
    display: inline-block;
    width: 420px;
    min-height: auto;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: left;
}


.poet_pict_e {
    float: left;
    margin: 5px;
    padding: 5px;
    min-height: 120px;
}

.poet_desc_e {
    width: 360px;
    height: 130px;
    margin: 5px;
    padding: 5px; 
}

/* munshid */
.munshid_box {
    display: inline-block;
    width: 350px;
    height: 360;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: right;
}

.munshid_box_header {
    height: 70px;
    width: 98%;
    margin: 5px auto;
    padding: 5px; 
    /* border: 2px solid #AFD4ED; */
    /* background: #578CB2; */
}

.munshid_box_body {
    width: 98%;
    min-height: 120px;
    margin: 5px auto;
    padding: 5px; 
    /* background: #C5DDED; */
}

.munshid_pict {
    float: right; 
    margin: 5px;
    padding: 5px; 
}

.munshid_img {
    max-width: 300px;
    max-height: 100px;
    border: 1px solid #ffffff;
}

.munshid_desc {
    width: 280px;
    min-height: 150px;
    margin: 5px;
    padding: 5px; 
    /* background: #C5DDED; */
}

.munshid_box_footer {
    width: 98%;
    height: 60px;
    margin: 2px auto;
    padding: 5px 10px; 
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.munshid_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    width: 350px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}


.munshid_box_header h2 {
  font-size: 13pt;
	margin: 0px;
	padding: 12px 15px 5px;
	color: white; 
	line-height: 1.0em;
}
.munshid_box_header h2 a:link {
	text-decoration: none; color: white; 
	}
.munshid_box_header h2 a:visited {
	text-decoration: none; color: white; 
	}
.munshid_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.munshid_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.munshid_box_e {
    display: inline-block;
    width: 420px;
    min-height: auto;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: left;
}


.munshid_pict_e {
    float: left;
    margin: 5px;
    padding: 5px;
    min-height: 120px;
}

.munshid_desc_e {
    width: 360px;
    height: 130px;
    margin: 5px;
    padding: 5px; 
}

/* mugadim */
.mugadim_box {
    display: inline-block;
    width: 350px;
    height: 360;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: right;
}

.mugadim_box_header {
    height: 70px;
    width: 98%;
    margin: 5px auto;
    padding: 5px; 
    /* border: 2px solid #AFD4ED; */
    /* background: #578CB2; */
}

.mugadim_box_body {
    width: 98%;
    min-height: 120px;
    margin: 5px auto;
    padding: 5px; 
    /* background: #C5DDED; */
}

.mugadim_pict {
    float: right; 
    margin: 5px;
    padding: 5px; 
}

.mugadim_img {
    max-width: 300px;
    max-height: 100px;
    border: 1px solid #ffffff;
}

.mugadim_desc {
    width: 280px;
    min-height: 150px;
    margin: 5px;
    padding: 5px; 
    /* background: #C5DDED; */
}

.mugadim_box_footer {
    width: 98%;
    height: 60px;
    margin: 2px auto;
    padding: 5px 10px; 
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.mugadim_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    width: 350px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}


.mugadim_box_header h2 {
  font-size: 13pt;
	margin: 0px;
	padding: 12px 15px 5px;
	color: white; 
	line-height: 1.0em;
}
.mugadim_box_header h2 a:link {
	text-decoration: none; color: white; 
	}
.mugadim_box_header h2 a:visited {
	text-decoration: none; color: white; 
	}
.mugadim_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.mugadim_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.mugadim_box_e {
    display: inline-block;
    width: 420px;
    min-height: auto;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: left;
}


.mugadim_pict_e {
    float: left;
    margin: 5px;
    padding: 5px;
    min-height: 120px;
}

.mugadim_desc_e {
    width: 360px;
    height: 130px;
    margin: 5px;
    padding: 5px; 
}

/* Audio */
.audio_page {
    margin: 10px auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #ffffff;
    border: 2px solid #90caf9;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.audio_page_header {
    margin-top: 10px;
    background-color: #eeeeee;
    border: solid 1px #e0e0e0;
    border-top-right-radius: 5px 10px;
    border-top-left-radius: 5px 10px;
    text-align: center;     
}

.audio_page_body {
    margin-top: 5px;
    text-align: right;     
    background-color: #eeeeee;
    border: solid 1px #e0e0e0;
}

.audio_clips {
    margin-top: 10px;
    background-color: #eeeeee;
    border: solid 1px #e0e0e0;
    padding: 10px;
}

.audio_text {
    margin-top: 10px;
    background-color: #eeeeee;
    border: solid 1px #e0e0e0;
    padding: 10px 10px 15px 10px;
}

.audio_text ul {
    line-height: 2.0em;
    font-size: 2.0em;
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    background-color: white;
    padding: 0;
    margin: 0 auto;
}

.audio_text a {
    text-decoration: none;
    list-style: none;
    color: #333;
}

.audio_text li {
    width: 100;
    margin: 0;
}

.audio_text li:hover {
    background-color: #eeeeee;
}

.textlist {
     margin: 5px auto;
     width: 100%; 
}

.textlist ul li {
    font-size: 18pt;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
   COLOR: #333333; 
}

.audiolist {
    margin: 5px auto;
    width: 100%; 
}

.audiolist ul li {
   font-size: 14pt;
   font-weight: bold;
   COLOR: #333333;
   text-decoration: none;
   list-style: none;
}

.audio_box {
    border: 2px solid #FFFFFF;
    /* background-color: #d5d7e0; */
    margin: 5px;
    padding: 5px;
    width: 100%;
    max-height: 100px;
    display: inline-block;
    text-align: center;
    border: 1px solid white;
    border-radius: 10px 10px;
}

.audio_title {
    margin: 0 auto;
    display: inline-block;
    width: 30%;
    height: auto;
}

.audio_player {
    margin: 0 auto;
    display: inline-block;
    width: 400px;
    height: auto;
    border: 1px solid rgb(214, 224, 116);
    /* border-radius: 10px 10px;*/
    background-color: #e7f5b4;

}

/* Videos */

.video-thumbnail {
    max-width: 200px;
    max-height: 100px;
    border: 1px solid #ffffff;
    margin: 5px;
    padding: 5px; 
}

.video_page {
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    width: 80%; 
    COLOR: #333333; 
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;     
}

#video_menu {
    text-align: center;
    color: white;
}

.video_box {
    display: inline-block;
    width: 420px;
    min-height: 300px;
    margin: 10px 15px;
    border: 1px solid white;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 20px 20px 20px #888888;
    text-align: right;
}

.video_box a {
    color: orange;
}
   
.video_box_header {
    text-align: center;
    height: 70px;
    width: 98%;
    margin: 5px auto;
    padding:5px; 
}

.video_box_body {
    text-align: center;
    width: 98%;
    min-height: 200px;
    margin: 5px auto;
    padding: 5px; 
    position: relative;
}

.video_box_pict {
    display: float;
    text-align: center;
    width: 100%;
    margin: 5px auto;
    padding: 5px;
    position: relative;
}

.video_box_pict img {
    height: 200px;
    width: auto;
    position: relative;
    top: 0;
}

.video_box_icon {
    position: absolute;
    top: 50px;
    left: 150px;
    z-index: 2000;
}

.video_desc {
    text-align: center;
    width: 100%;
    margin: 5px auto;
}

video {
    width: 100%;
    height: auto;
}


.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.video_box_header h2 {
  font-size: 14pt;
  font-weight: bold;
	margin: 0px;
	padding: 12px 15px 5px;
	color: white; 
	line-height: 1.2em;
}


.video_box_header h2 a:link {
	text-decoration: none; color: white; 
	}
.video_box_header h2 a:visited {
	text-decoration: none; color: white; 
	}
.video_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.video_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.video_box2 {
  border:2px solid #a1a1a1;
  background:#dddddd;
  max-width:715px;
  border-bottom-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  box-shadow: 5px 5px 5px #888888;
}

/* photos */
#photos_list {
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    text-align: center;
    padding: 10px 50px;
    background-color: #333333;
    border: 1px solid #6699CC;
}


.photo_box {
    display: inline-block;
    width: 310px;
    height: 320px;
    border: 2px solid #424242;
    background-color: #333;
    text-align: center; 
    margin: 10px;
}

.photo_thumb_box {
    width: 300px;
    height: 250px;
}

.photo_action {
    margin: 2px;
    padding: 2px 5px;
    width: 300px;
    height: 60px;
}

.photo_center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


IMG.photo_thumb {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 200px;
    max-width: 200px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

IMG.photo {
    width: 100%;
    height: auto;
    margin-top: 0px;
    max-width: 1000px;
    border: 5px solid #ffffff;
}

.photoCapt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: white;
	FONT-WEIGHT: bold; 
  TEXT-DECORATION: none;
  PADDING-TOP: 5px; 
	PADDING-RIGHT: 5px; 
  PADDING-LEFT: 5px; 
  PADDING-BOTTOM: 0px; 
}

.photoBy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  TEXT-DECORATION: none;
  PADDING-TOP: 2px; 
	PADDING-RIGHT: 5px; 
  PADDING-LEFT: 5px; 
  PADDING-BOTTOM: 2px; 
  color: #758AA8;
}

IMG.photo_thumb:hover {
    border: 4px solid #000;
}

.photo_box_header h2 a:link {
	text-decoration: none; color: white; 
	}
.photo_box_header h2 a:visited {
	text-decoration: none; color: white; 
	}
.photo_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.photo_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

/* articles */

.article_box {
    /* border: 2px solid #FFFFFF; */
    /* background-color: #d5d7e0; */
    border-radius: 5px;  /* Rounded border */
    margin: 5px 15px;
    padding: 5px;
    min-height: 160px;
    max-width: 380px;
    display: inline-block;
    box-shadow: 0px 3px 10px grey;
}

.article_img_frame {
    float: right;
    margin: 2px;
    width: 100px;
    height: 150px;
}

.article_img {
    border: 2px solid #FFF0E6; /* off-white border */
    border-radius: 4px;  /* Rounded border */
    padding: 0px; /* Some padding */
    width: 100px; /* Set a small width */
}


.article_desc {
    float: right;
    margin: 2px;
    width: 250px;
    min-height: 120px;
    /* background-color: yellow; */
}

.article_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    max-width: 320px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}

.article_box_e {
    border: 2px solid #FFFFFF;
    margin: 5px 15px;
    padding: 5px;
    min-height: 250px;
    max-width: 420px;
    display: inline-block;
    /* background-color: #d5d7e0; */
}   

.article_pict_e {
    float: left;
    margin: 2px;
    width: 100px;
    height: 150px;
}

.article_desc_e {
    float: right;
    margin: 2px;
    width: 280px;
    min-height: 150px;
}



/* comments */

#comments_header {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-align: center;     
}

#comments_write {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#comments_list {
    border-top: 1px solid #FFFFFF;
    text-align: center;
    background-color: #e3f2fd;     
}

/*
.comment_box {
    background-color: #e3f2fd;
    width: 95%;
    margin: 5px 15px;
    display: inline-block;
    text-align: right;   
    border-radius: 10px 10px;
}

.comment_reply_box {
    background-color: #e3f2fd;
    width: 95%;
    margin: 5px 15px;
    display: inline-block;
    text-align: right;   
}
*/

.comment_box_e {
    background-color: #e3f2fd; 
    width: 95%;
    margin: 5px 15px;
    display: inline-block;
    text-align: left;   
}

.comment_reply_box_e {
    background-color: #e3f2fd;
    width: 95%;
    margin: 5px 15px;
    display: inline-block;
    text-align: left;   
}

.comment_header {
    margin: auto;
    width: 100%;
    padding: 5px 25px;
    background-color: #57adf3;
    border-top: 1px solid #90caf9;
    border-left: 1px solid #90caf9;
    border-right: 1px solid #90caf9;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
}

.comment_reply_header {
    margin: 5px auto 0px auto;
    width: 100%;
    padding: 5px 25px;
    background-color: #ee9777;  
    border-top: 1px solid #d7ccc8;
    border-left: 1px solid #d7ccc8;
    border-right: 1px solid #d7ccc8;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
}

.comment_header H2, H3, H4, H5, H6 {
    line-height: 0.9em;
}

.comment_body {
    margin: auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #ffffff;
    border-left: 1px solid #90caf9;
    border-right: 1px solid #90caf9;
    border-bottom: 1px solid #90caf9;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.comment_reply_body {
    margin: auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #efebe9;
    border-left: 1px solid #d7ccc8;
    border-right: 1px solid #d7ccc8;
    border-bottom: 1px solid #d7ccc8;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}


.comment_header_e {
    margin: auto;
    width: 100%;
    padding: 5px 25px;
    background-color: #bbdefb;
    border-top: 1px solid #90caf9;
    border-left: 1px solid #90caf9;
    border-right: 1px solid #90caf9;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
}

.comment_reply_header_e {
    margin: auto;
    width: 100%;
    padding: 5px 25px;
    background-color: #d7ccc8;  
    border-top: 1px solid #d7ccc8;
    border-left: 1px solid #d7ccc8;
    border-right: 1px solid #d7ccc8;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
}

.comment_header_e H2, H3, H4, H5, H6 {
    line-height: 0.9em;
}

.comment_body_e {
    margin: auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #ffffff;
    border-left: 1px solid #90caf9;
    border-right: 1px solid #90caf9;
    border-bottom: 1px solid #90caf9;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.comment_reply_body_e {
    margin: auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #efebe9;
    border-left: 1px solid #d7ccc8;
    border-right: 1px solid #d7ccc8;
    border-bottom: 1px solid #d7ccc8;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

#comment_write {
    margin: auto;
    display: inline-block;
}



/* contacts */

.contact_page {
    margin: 10px auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #ffffff;
    border: 2px solid #90caf9;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

#contact_header {
    margin-top: 5px;
    text-align: center;     
    background-color: #eeeeee;
}

#contact_body {
    margin: 10px;
    background-color: #ffffff;
    text-align: right;     
}

/* misc */


.hl0 { background-color: #FFFF99 }
.hl1 { background-color: #FF99FF }
.hl2 { background-color: #99FFFF }

.row_0 {background-color:rgb(192, 194, 196)}
.row_1 {background-color:#EFF5FB}

.contact {
    border: 1px solid #CCCCFF; 
    max-width: 580;
    height: 440; 
    text-align: right;
    font-size: 14pt;
  	COLOR: #003366; 
    background-color: #FFFFCC;
    margin: 10px;
    border-collapse: collapse;
    border-color: #000066;
    padding: 5;
}

TD.contact {
  background-color: #dcebff;
  border-color: #dcebff;
}

TD.contact2 {
  background-color: #003366;
  border-color: #dcebff;
}


.quote {
    border: 1px solid #CCCCFF; 
    width: 80%; 
    padding: 20px 20px 20px 20px;
    text-align: right;
    font-size: 14pt;
  	COLOR: #003366; 
    background-color: #FFFFCC;
    margin: 10px;
}


div.message {
    margin: 20px auto;
    padding: 20px;
    font-size: 18pt;
    text-align: center;
    COLOR: #333333; 
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -moz-border-radius: 5px;     
}

P.message {
    text-align: center;
    font-size: 18pt;
    color: #6699CC;
    padding: 5px;
    width: 80%;
}


div.error {
    margin: 20px auto;
    padding: 20px;
    font-size: 18pt;
    text-align: center;
    COLOR: red; 
    background-color: #FFFFFF;
    border: 1px solid red;
    border-radius: 5px;
    -moz-border-radius: 5px;     
}

P.error {
    text-align: center;
    font-size: 18pt;
    color: red;
    padding: 5px;
    width: 80%;
}

P.quote {
    text-align: right;
    font-size: 12pt;
    line-height: 13pt;
    margin: 20px; 
    COLOR: #333333; 
    padding: 5px;
}

P.reference {
    text-align: right;
    font-size: 12pt;
    line-height: 13pt;
    margin: 10px; 
    COLOR: #333333; 
    padding: 5px;
}


/* Admin Control Panel */
.table-admin {
    width: 80%;
    border: 2px solid #333;
    margin: 5px auto;
    text-align: right;
}

.table-admin th {
    color: white;
    background-color: #A96721; 
}

#admin_sub_menu {
    text-align: right;
    margin-right: 40px;
    color: white;
    padding: 10px 5px 0px 5px; 
}

#arabic_sub_menu {
    text-align: right;
    margin-right: 40px;
    color: white;
    padding: 10px 5px 0px 5px; 
}

#english_sub_menu {
    text-align: left;
    margin-right: 40px;
    color: white;
    padding: 10px 5px 0px 5px; 
}



H1 {
    margin: 0 auto;
    font-size: 20pt;
    line-height: 24pt;
    font-weight: bolder;
}

H2 {
    margin-top: 16pt;
    margin-bottom: 2pt;
    font-size: 16pt;
    line-height: 18pt;
    font-weight: bolder;
}


H3 {
    margin: 0 auto;
    font-size: 14pt;
    font-weight: bolder;
}

H4 {
    margin: 0 auto;
    font-size: 15pt;
    font-weight: bold;
}

H5 {
    margin: 0 auto;
    padding: 10px;
    font-size: 14pt;
}

H6 {
    margin: 0 auto;
    font-size: 11pt;
    line-height: 11pt;
    font-weight: bold;
    color: #A4A4A4;
}

/* label color */
 .input-field label {
    font-size: 15pt;
    font-weight: bold;
    color: rgb(119, 119, 124);
 }
 /* label focus color */
 .input-field input[type=text]:focus + label {
   color: #000;
 }
 /* label underline focus color */
 .input-field input[type=text]:focus {
   border-bottom: 1px solid #000;
   box-shadow: 0 1px 0 0 #000;
 }
 /* valid color */
 .input-field input[type=text].valid {
   border-bottom: 1px solid rgb(32, 97, 61);
   box-shadow: 0 1px 0 0 rgb(24, 77, 27);

 }
 /* invalid color */
 .input-field input[type=text].invalid {
   border-bottom: 1px solid #000;
   box-shadow: 0 1px 0 0 #000;
   color: red;
 }
 /* icon prefix focus color */
 .input-field .prefix.active {
   color: #000;
 }

.material-tooltip {
    width: 200px; 
    background-color: #3a2212;
}
  
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* user */
.user_box {
    display: inline-block;
    width: 350px;
    height: 360;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: right;
}

.user_box_header {
    height: 70px;
    width: 98%;
    margin: 5px auto;
    padding: 5px; 
    /* border: 2px solid #AFD4ED; */
    /* background: #578CB2; */
}

.user_box_body {
    width: 98%;
    min-height: 120px;
    margin: 5px auto;
    padding: 5px; 
    /* background: #C5DDED; */
}

.user_pict {
    float: right; 
    margin: 5px;
    padding: 5px; 
}

.user_img {
    max-width: 300px;
    max-height: 100px;
    border: 1px solid #ffffff;
}

.user_desc {
    width: 280px;
    min-height: 150px;
    margin: 5px;
    padding: 5px; 
    /* background: #C5DDED; */
}

.user_box_footer {
    width: 98%;
    height: 60px;
    margin: 2px auto;
    padding: 5px 10px; 
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.user_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    width: 350px;
    min-height: 50px;
    border-top: solid 1px #bcaaa4;
    /* background-color: yellow; */
}


.user_box_header h2 {
  font-size: 13pt;
	margin: 0px;
	padding: 12px 15px 5px;
	color: black; 
	line-height: 1.0em;
}
.user_box_header h2 a:link {
	text-decoration: none; color: black; 
	}
.user_box_header h2 a:visited {
	text-decoration: none; color: black; 
	}
.user_box_header h2 a:hover {
	text-decoration: none; color: #ccb399; 
	}
.user_box_header h2 a:active {
	text-decoration: none; color: white; 
	}

.user_box_e {
    display: inline-block;
    width: 420px;
    min-height: auto;
    margin: 10px 15px;
    border: 1px solid white;
    /* background: #C5DDED; */
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    text-align: left;
}


.user_pict_e {
    float: left;
    margin: 5px;
    padding: 5px;
    min-height: 120px;
}

.user_desc_e {
    width: 360px;
    height: 130px;
    margin: 5px;
    padding: 5px; 
}

div.mobile-nav{
    width:100%;
    margin: 0px auto;
}

ul.mobile-nav{
    width:100%;
    margin: 0px auto;
}

ul.mobile-nav li{
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #6c8086;
}

ul.mobile-nav li>a{
    font-size: 20px;
    color: #e4ecf7;
    font-weight: 400;
}


ul.mobile-nav li:hover{
    background: #396aaf;
}




div.mobile-nav-e{
    width:100%;
    margin: 0px auto;
}

ul.mobile-nav-e{
    width:100%;
    margin: 0px auto;
}

ul.mobile-nav-e li{
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #6c8086;
}

ul.mobile-nav-e li>a{
    font-size: 14px;
    color: #e4ecf7;
    font-weight: 400;
}


ul.mobile-nav-e li:hover{
    background: #396aaf;
}


.btn-tiny {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

strong { font-weight: bold; }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted rgb(202, 134, 8);
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgb(197, 122, 8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(202, 134, 8) transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }  


  .collection .collection-item {
    font-size: 14px;
    font-weight: bold;
    color: rgb(43, 126, 221);
  }

/* --- Optimized RTL Header Fix --- */
#header_div {
    display: flex !important;
    /* Remove row-reverse; let native RTL handle the order */
    flex-direction: row; 
    align-items: center;    /* Vertically centers logo, quote, and search */
    justify-content: space-between;
    min-height: 160px;
    padding: 10px 40px !important;
    background-color: #01579b !important; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    margin: 0 !important;
}

/* Stable widths for the side sections */
#banner_div { 
    flex: 0 0 250px; 
    text-align: right; /* Logo stays right in RTL */
} 

#social_div { 
    flex: 0 0 400px; 
    display: flex;
    flex-direction: column;
    align-items: center; /* Search stays left in RTL */
}

#quote_div {
    flex: 1; 
    margin: 0 30px !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-radius: 12px !important;
    padding: 15px 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: none !important;
}

/* --- Search Pill Formatting --- */
/* --- 1. Social Icons Padding --- */
.social-icons-container {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* --- 2. Unified Search Pill Fix --- */
.search_pill_outer {
    background: #ffffff !important;
    border-radius: 30px;
    padding: 2px 12px;
    border: 2px solid orange;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 480px;
    height: 50px; 
    display: flex !important; /* Force items to stay in one row */
    align-items: center;
    overflow: hidden;
}

.search_pill_inner {
    display: flex !important;
    width: 100%;
    align-items: center;
    margin: 0 !important;
}

.search_pill_input {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    margin: 0 !important;
    flex-grow: 1; /* Makes the text area take up the center space */
    padding: 0 10px !important;
    height: 100% !important;
}

.search_pill_dropdown {
    border: none !important;
    background: #f1f3f4 !important;
    height: 32px;
    border-radius: 16px;
    padding: 0 8px;
    font-size: 0.85rem;
    cursor: pointer;
    min-width: 100px;
}

/* --- 3. Magnifying Glass Alignment --- */
.search_pill_btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.search_pill_btn i {
    font-size: 2.2rem !important;
    color: orange !important;
    vertical-align: middle;
}

/* Removes blue click effect */
.search_pill_btn:focus, .search_pill_btn:active {
    background-color: transparent !important;
}

/* --- Restore Cairo Font for Nav Menu --- */
#pc-tab-nav li a {
    font-family: 'Cairo', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 100 !important;
    color: #ffffff !important;
    transition: background-color 0.3s;
}

/* --- 3. Fix Orange Footer Border --- */
footer.page-footer {
    border-top: 5px solid #ef6c00 !important;
    padding-top: 20px !important;
    margin-top: 40px;
}

/* --- Read More / Truncation Styling --- */
.truncated-text {
    max-height: 550px; /* Adjust this to show more or less initially */
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s ease-in-out;
}

/* The Fade Effect */
.truncated-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(transparent, #ffffff); /* Fades into the white page background */
    pointer-events: none;
    transition: opacity 0.4s;
}

/* Remove height limit and fade when expanded */
.expanded-text {
    max-height: 5000px !important; /* Large enough to fit any page */
}

.expanded-text::after {
    opacity: 0;
}

/* --- Search Results Styling --- */
.search-section-wrapper {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}

.search-section-header {
    padding: 10px 20px;
}

.search-section-header h5 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 500;
}

.search-section-body {
    padding: 20px;
}

/* Style the individual result items */
.search-section-body h2 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 5px;
}

.search-section-body p {
    margin: 5px 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.search-section-body a {
    color: #1565c0;
    transition: color 0.2s;
}

.search-section-body a:hover {
    color: #ef6c00;
}

.search-section-header.valign-wrapper {
    display: flex;
    align-items: center;
    padding: 12px 20px;
}

.search-section-header i.material-icons {
    font-size: 1.8rem;
    margin-right: 15px; /* Spacing for LTR */
}

/* Adjust for Arabic (RTL) spacing */
body.rtl .search-section-header i.material-icons {
    margin-right: 0;
    margin-left: 15px;
}