/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver Special Edition
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/* Fonts   */
@import url("../../fonts/tajwal/tajwal.css");
@import url("../../fonts/ArabicNaskh/ArabicNaskh.css");
@font-face {
	font-family:ge_m;
	font-weight:500;
	src:local('GE SS Two Medium'),
		url(../../fonts/GE_SS_Two_Medium.woff2) format('woff2'),
		url(../../fonts/GE_SS_Two_Medium.otf);
}

@font-face {
	font-family:ge_m;
	font-weight:700;
	src:local('GE SS Two Medium'),
		url(../../fonts/GE_SS_Two_Medium.woff2) format('woff2'),
		url(../../fonts/GE_SS_Two_Medium.otf);
}

a.topictitle {
	font-family: ArabicNaskh,"GAR", Helvetica, Arial, Sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

/*  اسم القسم او المنتدى  */
a.forumtitle {
	font-size: 1.3em;
	line-height: 2.4em;
	font-family: ArabicNaskh, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: ArabicNaskh, Arial, Helvetica, sans-serif;
}

h2 {
	font-family: ge_m, Tajwal, ArabicNaskh, Arial, Helvetica, sans-serif;
}

h3, .postbody h3 {
	font-family: ge_m, Tahoma, Arial, Helvetica, sans-serif;
}

li.header dt, li.header dd {
	font-family: ge_m, tahoma, Arial, Helvetica, sans-serif;
}

/*  نص الموضوع  */
.postbody .content {
	font-family: ArabicNaskh,  "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
}

.postprofile dd {
	font-family: ArabicNaskh,  "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
}

/*  الاسئلة المتكررة  */
dl.faq {
	font-family: ArabicNaskh, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}


fieldset {
		font-family: "Noto Sans Arabic UI",tahoma, Arial, Helvetica, sans-serif;
}

select {
	font-family: "Noto Sans Arabic UI",tahoma, Arial, Helvetica, sans-serif;
}

.button {
	font-family: ge_m, "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
}

p.author {
	font-family: ArabicNaskh,  ge_m, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	font-family: "Noto Sans Arabic UI", tahoma, Arial, Helvetica, sans-serif;
}

.format-buttons .button {
    padding-bottom: 0px;
	margin-top: 3px;
}

.format-buttons select {
    padding-bottom: 0px;
	margin-top: 3px;
}

#message-box textarea {
	font-family: ArabicNaskh,"GAR", Helvetica, Arial, Sans-serif;
}

input {
	font-family: ArabicNaskh,"GAR", Helvetica, Arial, Sans-serif;
}

/*  جميع الخطوط التي لا تحتوي على تبويب اشاري  */
  
body {
	font-family: Tajawal, 'Segoe UI', Tahoma, ge_m, Helvetica, Arial, sans-serif;
}

.message-box {
	width: 100%;
}
/* colours.css changes */

html, body {
	color: #505f79;
	background-color:
	#CCE3F3;
	background-image: linear-gradient(to bottom, #003153,#09416b 20%, #226292 40%,#69a0ca 60%, 	#cce3f3);
	background-size: auto 290px;
	background-repeat: repeat-x;
}
.wrap {
	background-color: transparent;
	border-color: transparent;
}
.headerbar {
	background-color: transparent;
	background-image: none;
}

body.simple {
	min-height: 100%;
	padding: 0 5px;
}

.wrap {
	margin: 0 auto;
	max-width: 1152px;
	padding: 13px 23px;
}

.search-header {
	box-shadow: 0 0 10px #505C65;
}


.navbar {
	background-color: #DCDEE2;
}

.forabg, .forumbg {
	background-color: #505C65;
	background-image: -moz-linear-gradient(top, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%, #505C65 100%);
	background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%,#505C65 100%);
	background-repeat: repeat-x;
}

.copyright a {
	color: #000000 !important;
}

li.row {
	background-color: #E8ECEE;
}

li.row:hover {
	background-color: #EBEFF1;
}

li.row.bg3 {
	background-color: #F0F4F6;
}

li.row.bg3:hover {
	background-color: #F4F8FA;
}

.site_logo {
	background-image: url("./images/site_logo.svg");
	width: 360px;
	height: 100px;
	background-position: center;
}


code.inline {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9D2D8;
    color: #2E8B57;
    display: inline;
    font-family: Monaco,'Andale Mono','Courier New',Courier,monospace;
    font-size: 0.9em;
    font-style: normal;
    line-height: 1.3em;
    padding: 0 3px;

}
.rtl code {
	text-align: left;
}
/* responsive.css changes */

@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
/*	html, body {
		background-color: #FFF;
	}
*/
	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: 850px;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}
@media (max-width: 700px) {
	.logo {
		display: block;
		float: left;
	}

	.rtl .logo {
		display: block;
		float: right;
	}
}

@media (max-width: 390px) {
	.site_logo {
		width: 100%;
		background-size: 100%;
	}
	.rtl a.logo {
		width:100%;
		margin-right: -10px;
		padding-left: 0;
	}
	.site-description {
		width:100%;
	}
}

.content dl {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}

.content dt {
	font-weight: bolder;
	float:	right;
	margin-left: 10px;
	color: #000080;
}

.content dd {
	display: block;
	margin-right: 100px;
	margin-bottom: 5px;
}

.content H3 {
	font-family: ge_m,Tahoma, Arial, Helvetica, sans-serif;
}

.content H4 {
	font-family: ge_m,Tahoma, Arial, Helvetica, sans-serif;
}

.content H5 {
	font-family: ge_m,Tahoma, Arial, Helvetica, sans-serif;
}
