﻿
body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

/*Master*/
html {
    /* Always display scroll. This prevents the auto-centering of the page to jump around between pages 
    /* where one page has scrollbar and the other one don´t*/
    height: 102%; 
}

#wrap {
    margin: 0px auto;
    max-width:1017px;
    min-width:760px;  
}

#header { 
padding: 10px 0 10px 0;
min-height :100px;
max-height : 200px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#header span
{
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 0px;
    padding: 12px 0 0 10px;
	color: white;
}

.headerleft {
float: left;
}
.headerright {
float: right;
font-weight: 600;
color: #000;
}

#breadcrumb 
{
/*border-top: 3px solid #57626a;*/
border-top: 3px solid #2870ae;
/*height: 30px;
line-height: 30px;*/
background:  #eee;
text-transform: none;
padding: 5px 15px;
}

#sitemappath
{
    font-family : Verdana;
    font-size : 0.9em;
    color : #ffffff;
}

.sitemappath_pathseparator
{
    color: Black;
    font-weight: bold;
}

.sitemappath_currentnode
{
    color: Black;
    font-weight: bold;
}

.sitemappath_node
{
    color: Black;
}

.sitemappath_rootnode
{
    color: Black;
}

#content {
    padding: 10px 15px;
}

#place-holder
{
}


#footer {
background: #eee;
/*border-top: 3px solid #57626a;*/
border-top: 3px solid #2870ae;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}


.footerleft {
float: left;
}
.footerright {
float: right;
font-weight: 600;
color: #000;
}

.cboSelectLanguages
{
    width : 200px;
}

.imgSiteLogo
{
    height : 100%;
    width : 100%;
    vertical-align : middle;
}

.siteLogoText
{
	display:none;
    vertical-align : middle;
}
.tableAlternatingRow
{
    background-color: #eee;
}

/*Menu*/

.menu_databasename
{
    font-family: Arial;
    font-size:200%;
    font-weight:normal;
    line-height:100%;
    margin-top: 15px;
    margin-bottom: 30px;
    display: block;
}

.menuTopLeftContent
{
    float:left;
}

.menuTopRightContent
{
    float:right;
    vertical-align: top;
}

.menuExplanation
{
    font-style: italic;
    padding-top: 10px;
    display: block;
}

/*Search*/

.search_searchresulttext
{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.searchTopLeftContent
{
    float:left;
}

.searchResultTable
{
    width: 100%;
}
.searchHeaderCell
{
    font-weight: bold;
    padding-left: 3px;
}
.searchCell
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.searchCellTable
{
    width: 90%;
}

.searchCellPublished
{
    width: 10%;
}

/*Selection*/

.selectionLinksContainer
{
    margin-bottom: 15px;
}

/* Save query*/
.settings_panel
{
    float: left;
    display: inline-block;
    width: 100%;
}

/* Chart */
.chart-links
{
    float: right;
}
.chart-image
{
    padding-top: 20px;
}

/* Setting panel links*/
.panelshowlink
{
    width: 100%;
    background-color: #e0e0e0;
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
    display:inline-block;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.panelshowlink.savequery
{
    background-color: #87b6da;
}

/* Presentation settings */
.px-settings-imagelink
{
    vertical-align: middle;
    padding-right: 3px;
    padding-bottom: 3px;
}
.px-settings-expandimage
{
    width:16px;
    height:16px;
    background: url(../images/plus-black-16.gif) no-repeat;
    vertical-align: middle;
	outline: none;
    margin-left: 3px;
    margin-right: 10px;
}
.px-settings-collapseimage
{
    width:16px;
    height:16px;
    background: url(../images/minus-black-16.gif) no-repeat;
    vertical-align: middle;
	outline: none;
    margin-left: 3px;
    margin-right: 10px;
}
.px-settings
{
    display: inline-block;
    padding: 10px 10px 10px 10px;
    /*border: solid 1px #cccccc;*/
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    width: 100%;
}
.px_setting_validator
{
    color: Red;
}
.px_setting_heading 
{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.px_setting_label_normal
{
    display: inline-block;
    width: 160px;
    vertical-align: top;
    font-weight: bold;
}
.px_setting_textbox_normal
{
    width: 40px;
    margin-bottom:5px;
}
.px_setting_textbox_title
{
    width: 600px;
    margin-bottom:5px;
}
.px_setting_label_width
{
    display: inline-block;
    width: 40px;
    margin-left: 10px;
    font-weight: bold;
    margin-right: 5px;
}
.px_setting_radiobuttonlist
{
    display: inline-block;
}
.px_setting_radiobuttonlist input
{
    margin-right: 5px;
    margin-bottom:7px;
}
.px_setting_radiobuttonlist label
{
    margin-right: 15px;
}
.px_setting_checkbox
{
    margin-bottom: 2px;
}
.px_setting_checkbox input
{
    margin-right: 5px;
}
.px_setting_checkbox label
{
    margin-right: 15px;
}
.px_setting_validation_summary
{
}
.px_settings_buttons
{
    display: block;
    margin-top: 20px;
}
.px_settings_cancel
{
    margin-right: 20px;
}
.px_setting_apply
{
}
.chart_information
{
    background-color: #cccccc;
    padding: 20px 20px 20px 20px;
    display: inline-block;
    width: 731px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.chart_information_title
{
    font-weight: bold;
}

/* Table */
.table-links
{
    display: inline-block;
}

/*.table-settings
{
    display: inline-block;
    background-color: #eeeeee;
    padding: 10px 10px 10px 10px;
    border: solid 1px #cccccc;
    width: 100%;
}
.table_setting_validator
{
    color: Red;
}
.table_setting_label_normal
{
    display: inline-block;
    width: 160px;
    vertical-align: top;
}
.table_setting_label_width
{
    display: inline-block;
    width: 40px;
    margin-left: 10px;
}
.table_setting_radiobuttonlist
{
    display: inline-block;
}
.table_setting_radiobuttonlist input
{
    margin-right: 5px;
    margin-bottom:7px;
}
.table_setting_radiobuttonlist label
{
    margin-right: 15px;
}

.table_setting_apply
{
}*/

/* Login-page */
.login_container
{
    position:absolute;
    top: 150px;
    left: 150px;
    background-color: #eeeeee;
    padding: 30px;
}
.login_caption
{
    font-weight: bold;
    padding-bottom: 20px;
}
.login_left
{
    float: left;
    padding-bottom: 5px;
    padding-right: 5px;
    line-height: 22px;
    vertical-align:middle;
}
.login_right
{
    float: right;
    padding-bottom: 5px;
    padding-left: 5px;
}
.login_error
{
    clear:both;
    padding-top: 5px;
    color: Red;
}
.login_buttoncontainer
{
    clear:both;
    float: right;
    padding-top: 10px;
}
.login_button
{
    padding: 5px;
}
.login_textbox
{
    margin-bottom: 5px;
    width: 150px;
}
.login_label
{
}

/* Search */
.search-settings
{
    display: inline-block;
    background-color: #eeeeee;
    padding: 10px 10px 10px 10px;
    border: solid 1px #cccccc;
    margin-top: 10px;
}

/* Metadata */
.meta_heading
{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.metadata_selectVariable
{
    margin-top: 10px;
}
.meta_tablelinks
{
}
.meta_tablelink
{
     display:block;
     color: #03649c !important;
}
.meta_header
{
    width: 100%;
    border-bottom: 3px solid #dddddd;
}
.metadata_header
{
    font-weight: bold;
    margin-top: 30px;
    display: block;
}

.metadata_itemname
{
}

.metadata_itemlink a
{
    color: #03649c !important;
}
.meta_row
{
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.meta_left
{
    display: inline-block;
    width: 250px;
    vertical-align: top;
}
.meta_right
{
    display: inline-block;
}
.metadata_no_meta
{
    font-style: italic;
}

/*Other*/

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

.headingtext
{
    font-weight: bold;
}

input[type="submit"]
{
    padding : 1px 5px 1px 5px;
}

.markingTipsText
{
}

.tableCropped
{
    font-weight: bold;
    color: Gray;
}

.alertimage
{
    width:16px;
    height:16px;
    background: url(../images/alert-16.gif) no-repeat;
    vertical-align:top;
	outline: none;
}

.px-messages
{
    display: inline-block;
    border: 1px solid #fba504;
    margin-top: 5px;
    padding: 10px 10px 10px 10px;
    width: 45%;
    vertical-align: middle;
}
.saved_query_unsafe_panel
{
    width: 100%;
}
.errorMessage
{
    font-family: Verdana;
    font-size: 0.9em;
    color: #B0272E;
    display:block;
}
body.lang-ar .menuTopRightContent{
	float:left;
}
body.lang-ar  .menuTopLeftContent{
	float:right;
}
body.lang-ar #sopEn{
	display:none;
}
body.lang-ar #sop2En{
	display:none;
}
body.lang-en #sop2Ar{
	display:none;
}
body.lang-en #sopAr{
	display:none;
}
body.lang-ar #ArabicB{
	display:none;
}
body.lang-en #EnglishB{
	display:none;
}
body.lang-ar ul.menu-primary-menu{
	display:none !important;
}
body.lang-en ul.menu-primary-menu-ar{
	display:none !important;
}

#ctl00_breadcrumb1_breadcrumb1_lnkDb{
	display:none;
}
#ctl00_breadcrumb1_breadcrumb1_lblSep2, #ctl00_breadcrumb1_breadcrumb1_lblSep1 {
	display:none;
}
.mainImg{
	width:90px;
}

 body.lang-ar @font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}
body.lang-ar @font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}


body.lang-ar *{
    font-family: 'Droid Arabic Kufi';
    
}
body.lang-ar body {
  direction: rtl;
  unicode-bidi: embed;
}

body.lang-ar .submit-search,
#sidebar .widget.widget_categories ul:not(.children) li:after,
.header.type-1 .header-bottom .navigation .donate,
.header.type-2 .header-bottom .navigation .donate,
.header.type-3 .header-bottom .navigation .donate,
.header.type-4 .header-bottom .navigation .donate,
.header-bottom nav.navigation .search-form-nav {
  left: 0;
  right: auto;
}

body.lang-ar .header-bottom nav.navigation .menu-primary-menu-container > ul > li .mega-menu,
.header-bottom nav.navigation .menu-primary-menu-container > ul > li > .sub-menu,
.header-bottom nav.navigation .menu-primary-menu-container > ul > li > ul {
  right: 0;
  left: auto;
}

body.lang-ar .header-bottom nav.navigation .menu-primary-menu-container > ul > li > a:before {
  right: -1px;
  left: auto;
}

body.lang-ar .filter-container .portfolio-filter li:last-child {
  margin-right: 1.5625rem;
}

body.lang-ar .respond-comments .comments-list .comment .avatar {
  float: right;
  margin-right: auto;
  margin-left: 1.25rem;
}

body.lang-ar .respond-comments .comments-list .comment .comment-body .comment-meta .comment-reply-link {
  left: 1.25rem;
  right: auto;
}

body.lang-ar .page-title .breadcrumbs a {
  padding-left: 1.25rem;
  padding-right: 0;
}

body.lang-ar .page-title .breadcrumbs a:after {
  left: 6px;
  right: auto;
}

body.lang-ar .gallery-back {
  left: 35px;
  right: auto;
}

body.lang-arli {
  text-align: right;
         font-family: 'Droid Arabic Kufi';

}

body.lang-ar select {
  background-position: calc(19px) calc(1em + 8px), calc(26px) calc(1em + 8px), 0;
}

body.lang-ar .list {
  margin-right: 0;

}
body.lang-ar .list li {
  padding-right: 1.5625rem;
  padding-left: auto;
}
body.lang-ar .list li:before {
  right: 0;
  left: auto;
}

body.lang-ar ul.accordion .accordion-navigation .acc-trigger:before {
  left: 1.25rem !important;
  right: auto !important;
}

body.lang-ar ul.accordion .accordion-navigation .acc-trigger:after {
  left: 0.8125rem !important;
  right: auto !important;
}

body.lang-ar ul.accordion .accordion-navigation .acc-trigger {
  padding: 0.9375rem 1.125rem 1.125rem 3.25rem;
}

body.lang-ar #sidebar .widget.widget_categories ul:not(.children) li:after {
  top: 4px;
}
body.lang-ar h5,h1,h2,h3,h4
{
 font-family: 'Droid Arabic Kufi' !important;
}
body.lang-ar span{
     font-family: 'Droid Arabic Kufi';

}
body.lang-ar a,p,span{
     font-family: 'Droid Arabic Kufi' !important;
    

}
.variableselector_valuesselect_box{
	height:auto !important;
}

body.lang-ar .header-bottom nav.navigation>.menu-primary-menu-container>ul>li>a{
    font-size: 0.88rem !important;
}
body.lang-ar .header-bottom nav.navigation>.menu>ul>li>.sub-menu li a, .header-bottom nav.navigation>.menu>ul>li>ul li a, .header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li a, .header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li a, .header-bottom nav.navigation>.menu>ul>li .mega-menu>ul li li>a, .header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul li li>a{
        font-size: 0.78rem !important;
}
body.lang-ar .header .donate{
	left:0 !important;
	right:auto !important;
	
}
body.lang-ar .header.type-3 .header-middle .header-middle-entry .account{
	padding-left:100px;
	}


/*# sourceMappingURL=rtl.css.map */

/*** 3-4-2017 ***/
body.lang-ar .header-bottom nav.navigation>.menu-primary-menu-container>ul>li>a {
    padding: 7px 14px;
}
body.lang-ar #calenderTable{
	    direction: rtl;
}
body.lang-ar .widget.widget_events_calendar .fc-content .fc-grid table .fc-day-header
{
	font-family:'Droid Arabic Kufi';
}

body.lang-ar .page-title .breadcrumbs a:after {

    content: "\e8b7";
}
body.lang-ar .header.shrink-bottom-line .header-bottom .navigation>div>ul>li>a {
    padding: 7px 14px;
}

body.lang-ar .header-bottom nav.navigation>.menu>ul .arrowright:after, .header-bottom nav.navigation>.menu-primary-menu-container>ul .arrowright:after {
    top: 6px;
    left: 6px;
    right: initial;
    content: "\ea0e";
}
body.lang-ar .header-bottom nav.navigation>.menu>ul>li>.sub-menu li>.sub-menu, .header-bottom nav.navigation>.menu>ul>li>.sub-menu li>ul, .header-bottom nav.navigation>.menu>ul>li>ul li>.sub-menu, .header-bottom nav.navigation>.menu>ul>li>ul li>ul, .header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li>.sub-menu, .header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li>ul, .header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li>.sub-menu, .header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li>ul {
    top: 0;
    right: 100%;
    left: initial;
}
}