
@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 #F2913D;
  background: #333330;
  color: #F4F4F1;
}


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

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

#pkp_content_footer{
    background: #333330!important;
    color: #F4F4F1 !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: #333330;
    color: #F2913D;
    text-shadow: 1px 1px 1px #222;
    -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: #F2913D;
}

.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 #333330;
      border-radius: 3px;
}
.submit_btn {
	box-shadow:inset 0px 1px 0px 0px #F4F4F1;
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #333330;
	display:inline-block;
	cursor:pointer;
	color:#333330;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #F4F4F1;
}
.submit_btnn:hover {
    background-color:#F2913D;
}
.submit_btn:active {
    position:relative;
	top:1px;
}
.submit_btn:disabled,.submit_btn[disabled]{
    border-color:#f7f7f7;
    color: #f7f7f7 ;
}
.custom_side_button, .custom_side_button:visited{
    box-shadow:inset 0px 1px 0px 0px #faa55f;
    background:linear-gradient(to bottom, #f2913d 5%, #ffab23 100%);
    background-color:#f2913d;
    border-radius:2px;
    border:1px solid #ffaa22;
    display:inline-block;
    cursor:pointer;
    color:#474541 !important;
    font-weight:bold;
    padding:5px 10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #f2913d;
    margin-bottom: 12px;
    text-align: center;
}
.custom_side_button:hover {
    background:linear-gradient(to bottom, #ffab23 5%, #f2913d 100%);
    background-color:#ffab23;
}
.custom_side_button:active {
    position:relative;
    top:1px;
}
    