/* ===== Pages ===== */
@import url("pages/about.css");
@import url("pages/contact.css");

/* ===== Blocks ===== */
@import url("../blocks/contact.css");
@import url("../blocks/fixed.css");
@import url("../blocks/gradient.css");
@import url("../blocks/links_inline.css");
@import url("../blocks/share.css");
@import url("../blocks/side_item.css");
@import url("../blocks/simple.css");
@import url("../blocks/social.css");
@import url("../blocks/video.css");

/* ===== Main Setup ===== */

body {
	background: #fff;
}

a, a:link, a:active, a:visited {
	color: #606060;
}

a:hover {
	color: #0061ba;
}

@media screen and (min-width:1366px){
	.container {
		width:1200px;
		max-width:100%;
	}
}

/* ===== Scroll Bar ===== */

body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background-color: #f1f1f1; }
body::-webkit-scrollbar-thumb { background-color: #1b69bc; }

/* ===== IFrame Page ===== */

body.iframe::-webkit-scrollbar { width: 5px; }
body.iframe::-webkit-scrollbar-track { background-color: #f1f1f1; }
body.iframe::-webkit-scrollbar-thumb { background-color: #c8c8c8; }

body.iframe div.title {
	width: 100%;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color:white;
	text-shadow:1px 1px 1px rgba(0,0,0,.5);
	margin-bottom: 10px;
	border-radius: 5px;
	background: #234b6e;
}


#page-loading .loading_spinner {
	border-top: 12px solid #337ab3;
}

.breadcrumb {
	background-color:#eee;
}

/* ===== Core Overrides ===== */

.download_button {
	border-left:10px solid #0167bc;
	padding:10px !important;
}

.download_button:hover {
	border-left:10px solid #004a92;
}

.download_button:lang(ar) {
	border-left:1px solid #ccc;
	border-right:10px solid #0167bc;
}

.download_button:lang(ar):hover {
	border-right:10px solid #004a92;
}

.download_button small {
	margin-top:3px !important;
}

.submit_button {
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	box-shadow: initial;
	color: white !important;
	background: #0167bc;
	border: 0;
}

.submit_button:hover {
	background: #004a92;
	border: 0;
}

.page_container {
	padding: 0;
	border-radius: 0;
	background: white;
	border: 0;
}

.page_subtitle {
	color: #005eb8;
}

.submit_container {
	background:transparent;
	border-radius:0;
	margin-top:15px;
	padding: 0;
	text-align: center;
}

.panel {
	box-shadow:initial;
}

span.broken_link {
	background: #1b69bc;
}

.side-image {
	padding: 0;
	border-radius: 3px;
	border: 0;
	box-shadow:1px 1px 1px rgba(0,0,0,.1);
}

/* ===== Input Basic Styles ===== */

input[type=text],
input[type=password],
input[type=number],
input[type=file],
input[type=email],
input[type=date],
input[type=time],
input[type=search],
textarea,
select {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: black;
	border: 1px solid #b9b9b9;
	border-radius:3px;
	box-shadow: initial;
	background: #fff;
	height:40px;
	transition:border 0.3s;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: initial;
}

.user_card {
	padding:10px;
	border:1px solid #ccc;
	border-radius:3px;
}

/* ===== Add Invoice JConfirm ===== */

.invoice_input {
	text-align:center;
	margin-top:10px !important;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,.15) !important;
	background:#f8f8f8 !important;
}

/* ===== Other ===== */

.html_content table td {
	padding:10px;
}

.html_content table tr:nth-child(even) td {
	background-color:#f8f8f8;
}

/* ===== Header ===== */

div.header_bar {
	width: 100%;
	background: #00456d;
	color: #fefefe;
	padding: 0;
	font-size: 13px;
	z-index:10;
	position:relative;
}

div.header_bar a {
	color:#fefefe !important;
}

div.header {
	z-index:10;
	position:relative;
	transition:background-color 0.35s;
}

@media screen and (max-width: 992px){
	.header {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0093e9+0,003858+100 */
		background: rgb(0,147,233); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(0,147,233,1) 0%, rgba(0,56,88,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  rgba(0,147,233,1) 0%,rgba(0,56,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  rgba(0,147,233,1) 0%,rgba(0,56,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093e9', endColorstr='#003858',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}	
}

img.logo {
	width: 200px;
	margin:5px auto 5px auto;
}

div.nav-menu-container {
	margin:0 0 0 auto;
}

div.nav-menu-container:lang(ar) {
	margin:0 auto 0 0;
}

.header_container {
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.nav-stuck {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0093e9+0,003858+100 */
	background: rgb(0,147,233); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,147,233,1) 0%, rgba(0,56,88,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,147,233,1) 0%,rgba(0,56,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,147,233,1) 0%,rgba(0,56,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093e9', endColorstr='#003858',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	z-index: 1000 !important;
}

/* ===== Footer ===== */

.footer {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003858+0,0093e9+100 */
	background: rgb(0,56,88); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,56,88,1) 0%, rgba(0,147,233,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,56,88,1) 0%,rgba(0,147,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,56,88,1) 0%,rgba(0,147,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003858', endColorstr='#0093e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fefefe;
	text-align:center;
}

.footer h2 {
	display: block;
	width: 100%;
	color:#fefefe;
	margin: 0 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}

.footer .footer_container {
	margin: 10px 0px 10px 0px;
}

.footer .links {
	margin:-15px auto 20px auto;
}

.footer .links a {
	color: #fff !important;
	text-decoration: none;
}

.footer .links a:hover {
	color: #fefefe;
}

/* ==== Copyrights ==== */

.footer .copyrights {
	text-align: center;
	color:#b3c2dc;
}

/* ==== Footer Items ==== */

.footer .social_block a {
	width:40px;
	line-height:1;
	height:40px;
	font-size:30px;
	background:white !important;
	margin:0px 4px 0px 4px;
}

.footer .social_block a span {
	text-shadow:initial;
	color:#004c77;
}

.footer img.footer_logo {
	display:block;
	margin:0px auto 0 auto;
	max-height: 200px;
	max-width: 250px;
}

.footer .footer_application a {
	display:block;
	width:50%;
	max-width:175px;
	margin:0px 2px 0px 2px;
}

.footer .footer_application {
	display:flex;
}

/* ===== Page Title ===== */

.page_title {
	margin-top:-120px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0093e9+0,003858+100 */
	background: rgb(0,147,233); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,147,233,1) 0%, rgba(0,56,88,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,147,233,1) 0%,rgba(0,56,88,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,147,233,1) 0%,rgba(0,56,88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093e9', endColorstr='#003858',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-top:120px;
}

.page_title .container {
	width:100%;
	max-width:100%;
	border-top:1px solid rgba(0,0,0,.25);
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.25);
	padding:30px;
}

.page_title h2 {
	display: block;
	color: #fff;
	padding:0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
}

.page_title h1 {
	display: block;
	color: #fff;
	padding:0;
	font-weight: bold;
	font-size: 20px;
	text-align:center;
}

.page_title:lang(ar) h1 {
	line-height:1.75;
}

.page_title span {
	display:block;
	width:100%;
	color:#fefefe;
	text-align:center;
	margin-top: 15px;
}