
@font-face {
  font-family: alarabiya;
  src: url(Alarabiya.ttf);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

    font-family: "Times New Roman", Times, serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}


.pkp_navigation_primary_wrapper{
  font-weight: 300;
  border-bottom: 3px solid #ffcd66;
  background: #810000;
  color: #fff;
}


.pkp_site_name_wrapper .pkp_site_name .brand img{

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}


.pkp_navigation_primary>li>a {
  color: #fff;
}

.pkp_navigation_primary>li>a:visited{
  color: #fff;
}

#pkp_content_footer{
    background: #222 !important;
    color: #a2a2a2 !important;
}

#pkp_content_footer a, #pkp_content_footer a:visited, #pkp_content_footer a:active, #pkp_content_footer h3, #pkp_content_footer strong{

font: bold 12px arial, sans-serif;
background-color: #000;
color: transparent;
text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
-webkit-background-clip: text;
   -moz-background-clip: text;
        background-clip: text;

}


.content a, .pkp_navigation_primary ul a, .content a: visited, .pkp_navigation_primary ul a:visited, .pkp_navigation_primary ul a:hover, .content a:hover{
  color: #810000;
}



.divTable{
	display: table;
	width: 100%;
	text-align: inherit;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}

.divTable ul li{
	text-align: inherit;
	direction: inherit;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
	width: 33%;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
#s_journals img{
  width: 250px;
  height: auto;
}

.form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0;
      padding: 10px;
    }

    .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
      display: block;
      width: 250px;
      padding: 5px;
      background-color: white;
      background-clip: padding-box;
      border: 1px solid #810000;
      border-radius: 3px;
    }
    .submit_btn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #810000;
	display:inline-block;
	cursor:pointer;
	color:#810000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    }
    .submit_btnn:hover {
    	background-color:#a4d6eb;
    }
    .submit_btn:active {
    	position:relative;
    	top:1px;
    }
    .submit_btn:disabled,.submit_btn[disabled]{
        border-color:#f7f7f7;
        color: #f7f7f7 ;
    }
