@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";
}

.hidden {
    display: none;
}

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


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

button {
   margin: 2px;
}

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

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

.section_list {
    width: 98%;
    margin: 5px auto;
    padding: 5px;
    border-top: 2px solid #FFFFFF;
    text-align: center;     
}


.section_page {
    margin: 0px auto;
    width: 100%;
    padding-bottom: 20px;
    font-size: 14pt;
    background-color: #000000;
    border: 2px solid #38221f;
    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: #a58674;
    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_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;    
}

.section_topic_video {  
    margin: 0 0 0 0;
    width: 100%;
    background-color: #000000;    
}

.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; 
}

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

.audio_page {
    margin: 10px auto;
    width: 100%;
    padding: 5px 25px;
    font-size: 18px;
    background-color: #ffffff;
    border: 2px solid #d4a783;
    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: 60%;
    height: auto;
}

.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-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;
    border-top: 2px solid #FFFFFF;
    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 {
  margin: 0;
  /* background-color: #284E7C; */
} 

#banner_div {
  padding: 5px;
}

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

.search_div {
    padding: 0 5px 0 5px;
    margin: 10px auto;
}
  
  
.search_box {
    padding: 0 5px 0 5px;
    width: 98%;
    background-color: #FFF;
    border: 2px solid rgb(240, 184, 138);
    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 {
    min-height: 60px;
    padding: 5px 10px;
    margin: 10px auto;
    border: 2px solid white;
    border-radius: 15px;
    -moz-border-radius: 15px;    
    /* opacity: .9; */ 
}

#user_login_div {
    padding: 5px 10px;
    text-align: center;
}

#user_login_name {
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

.user_logo_photo {
    max-height: 60px;
    text-align: center;
}

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: rgb(40, 124, 51);
  padding: 20px; 
} 

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

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

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

/* pages section - main pages */
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 rgb(135, 137, 138);
    border-radius: 10px;
    -moz-border-radius: 10px;     
 
}

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 rgb(39, 29, 24);
    border-radius: 10px;
    -moz-border-radius: 10px;     
 
}

div.sidebar {
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 18pt;
    font-weight: bold;
    text-align: right;
    line-height: 20pt;
    width: 100%; 
    COLOR: #333333; 
    background-color: rgb(219, 214, 214);
}

div.sidebar a {
    COLOR: #333333; 
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 18pt;
    font-weight: bold;
    line-height: 20pt;
}

div.sidebar a:hover {
    COLOR: #f51f1f; 
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 18pt;
    font-weight: bold;
    line-height: 20pt;
}

div.sidebar_e {
    direction: ltr;
    padding: 5px 10px 5px 10px;
    margin: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    line-height: 18pt;
    width: 100%; 
    COLOR: #333333; 
    background-color: rgb(219, 214, 214);
}

div.sidebar_e a {
    COLOR: #333333; 
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 16pt;
    font-weight: bold;
    line-height: 20pt;
}

div.sidebar_e a:hover {
    COLOR: #f51f1f; 
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Amiri', serif; */
    font-size: 16pt;
    font-weight: bold;
    line-height: 20pt;
}


#page_header {
    padding: 5px 5px 5px 5px;
    background-color: rgb(39, 37, 37);
    margin: 10px;
} 


#sub_page_header {
    padding: 5px 5px 5px 5px;
    background-color: rgb(80, 76, 76);
    margin: 10px;
} 

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

/*
H1.page {
    text-align: center;
    font-size: 18pt;
    line-height: 20pt;
    font-weight: bolder;
    color: #331400;
    BACKGROUND-COLOR: rgb(143, 48, 48);
}
*/

/* 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 rgb(71, 70, 69);
    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;
    height: 200px;
    width: 380px;
    display: inline-block;
    box-shadow: 0px 3px 10px grey;
}

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

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


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

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

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

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

.book_desc_e {
    float: right;
    margin: 2px;
    width: 280px;
    min-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;
}


/* 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: 480px;
    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: 350px;
    min-height: 120px;
    /* background-color: yellow; */
}

.article_action {
    float: right;
    margin: 2px;
    padding: 5px 10px;
    max-width: 420px;
    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: 380px;
    min-height: 150px;
}

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


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

.photo_thumb_box {
    width: 300px;
    height: 250px;
    // background-color: pink; 
}

.photo_action {
    margin: 2px;
    padding: 2px 5px;
    width: 300px;
    height: 60px;
    // background-color: yellow; 
}

.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 {
    padding: 0px;
    vertical-align: middle;
    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;
}


/* audios */

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

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

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


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

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

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

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

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

.audio_img_large {
    margin: 20px;
    padding: 0px; /* Some padding */
    height: 300px; /* Set a small width */
}

/* videos */

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

.video_img_frame {
    margin: 2px;
    width: 360px;
    height: 200px;
}

.video_img {
    border: 2px solid #FFF0E6; /* off-white border */
    border-radius: 4px;  /* Rounded border */
    padding: 0px; /* Some padding */
    height: 200px; /* Set a small width */
    max-width: 360px;
}


.video_desc {
    margin: 2px;
    width: 350px;
    min-height: 100px;
    /* background-color: yellow; */
}

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

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

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

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

.video_img_large {
    margin: 20px;
    padding: 0px; /* Some padding */
    height: 300px; /* Set a small width */
}

/* 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;   
}

.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: #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 {
    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 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 }


.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; 
}

#site_title {
    font-family: 'Cairo', sans-serif;
    margin: 0 10px;
    font-size: 30pt;
    font-weight: bolder;
    vertical-align: top;
    color: white;
}



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;
}


textarea {
    font-size: 16pt !important;
    color: rgb(5, 5, 5);
    min-height: 10rem !important; 
}


/* label color */
 .input-field label {
    font-size: 18pt;
    font-weight: bold;
    color: rgb(119, 119, 124);
 }

 .input-field input[type=text] {
    font-size: 16pt;
    color: rgb(5, 5, 5);
 }
 
 /* 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;
}


.btn-tiny {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    font-size: 9pt;
    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);
  }

 /* 
  .dropdown-content {
    background-color: #fee4a5;
}

.select-wrapper .caret {
  fill: rgba(0, 0, 0, 0.87);
}

*/

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #1c64d1;
}
