﻿@import url('../bootstrap/css/bootstrap-rtl.min.css');
@import url('../bootstrap/css/bootstrap.min.css');


/* Reset --------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em 0;
	width: 100%;
}

a {
	text-decoration: none;
}

.ltr {
	direction: ltr;
}

.rtl {
	direction: rtl;
}

.align-L {
	text-align: left;
}

.align-R {
	text-align: right;
}

.align-C {
	text-align: center;
}

.align-J {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

/* Font Face ----------------------------------------*/
@font-face {
	font-family: 'Eras';
	src: url('../webfont/En/ERASMD.eot?#') format('embedded-opentype'), url('../webfont/En/ERASMD.woff') format('woff'), url('../webfont/En/ERASMD.ttf') format('truetype'), url('../webfont/En/ERASMD.svg') format('svg');
}


@font-face {
	font-family: 'B Bardiya';
	src: url('../webfont/Fa/52.eot?#') format('eot'), url('../webfont/Fa/52.woff') format('woff'), url('../webfont/Fa/52.ttf') format('truetype');
}
/* Base --------------------------------------------------------------*/

body {
	color: #0e4b69;
	font-family: tahoma !important;
	font-size: 12px;
	font-weight: normal;
	direction: rtl;
	line-height: 25px !important;
	background-color: #FFFFFF;
}

	body > header, body > section, body > footer {
		width: 100%;
	}

		body > section > article {
			min-height: 150px;
		}

a {
	color: #0e4b69;
}

	a:hover {
		color: #2081c6;
	}

	a > img {
		border: none;
	}

header > h1 {
	font-size: 17px;
	margin: 10px 0;
}

input, textarea {
	outline: 0;
	font-family: Tahoma;
	border: solid 1px #a7a7a7;
	padding: 2px 5px;
}

.img {
	float: left;
}

input[type="button"] {
	font-family: tahoma;
	cursor: pointer;
}

select {
	padding: 2px;
	border: solid 1px #a7a7a7;
	min-width: 120px;
}

.regOrder {
	display: inline-block;
	color: #ffffff;
	border: none;
	background: #2081c6 url('../images/order-icon.png') no-repeat 90% center;
	padding: 8px 40px 8px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

	.regOrder:hover {
		color: #ffffff;
		background-color: #0e4b69;
		-webkit-transition: background .3s linear;
		-moz-transition: background .3s linear;
		transition: background .3s linear;
	}

/* SCROLL BAR */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: rgba(160, 160, 160, 0.3);
}

::-webkit-scrollbar-thumb {
	background: rgba(117, 117, 117, 0.5);
	border: 1px solid rgba(165, 165, 165, 0.3);
}

/* END SCROLL BAR*/
/* Header -------------------------------------------------------------*/
body > header {
	height: 70px;
	box-shadow: 0 5px 10px rgba(66,66,66,0.15);
	-webkit-box-shadow: 0 5px 10px rgba(66,66,66,0.15);
	-moz-box-shadow: 0 5px 10px rgba(66,66,66,0.15);
}

	body > header > section {
		margin: 0 auto;
		height: 60px;
		padding: 10px 0;
		font-size: 13px;
		position: relative;
	}

		body > header > section img {
			float: right;
		}

/* Menu Opener -------------------*/
.menu-opener {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	bottom: -10px;
	background: #314890;
	color: #fff;
	padding: 15px;
}

	.menu-opener > div {
		float: left;
		position: relative;
		height: 100%;
		width: 30px;
		margin-right: 15px;
	}

		.menu-opener > div > span {
			position: absolute;
			background-color: #72b151;
			height: 3px;
			width: 30px;
			top: 9px;
		}

			.menu-opener > div > span:nth-child(2) {
				top: 19px;
			}

			.menu-opener > div > span:last-child {
				top: 29px;
			}

	.menu-opener > span {
		line-height: 42px;
		font-size: 16px;
	}
/* Serach -----------------------*/
body > header > section nav > ul > li.search {
	position: absolute;
	left: 0;
	top: 20px;
	margin-left: 0;
	padding-left: 0;
}

li.search div {
	min-width: 150px;
	float: right;
}

li.search .quicksearchbutton {
	float: left;
	width: 25px;
	height: 25px;
	border: none;
	background: #a7a7a7 url('../images/search-icon.png') no-repeat center center;
}

li.search #txtQuickSearch {
	width: 125px;
	height: 21px;
	margin: 0;
	padding: 1px 5px;
	border: solid 1px #a7a7a7;
	outline: 0;
}

/* Menu ---------------------------------------*/
.cover {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
	display: none;
}

.menu {
	position: fixed;
	left: -360px;
	top: 0;
	bottom: 0;
	background-color: #314890;
	border-right: solid 5px #72b151;
	color: #fff;
	padding: 30px;
	padding-top: 50px;
	width: 350px;
	font-family: tahoma;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
}

	.menu .close-menu {
		width: 30px;
		height: 30px;
		position: absolute;
		left: 10px;
		top: 10px;
		cursor: pointer;
		background-image: url('../images/close-menu.png');
	}

	.menu > ul > li {
		display: inline-block;
		width: 100%;
		clear: both;
		padding: 10px;
		border-bottom: solid 1px #fff;
		cursor: pointer;
		line-height: 20px;
	}

		.menu > ul > li a {
			display: inline-block;
			width: 100%;
			color: #fff;
			position: relative;
		}

	.menu > ul li a:hover {
		color: #72b151;
	}

	.menu > ul > li > a span {
		display: inline-block;
		width: 50%;
		float: right;
	}

		.menu > ul > li > a span:last-child {
			text-align: left;
		}

/* secend level sub menu*/
.sub-sec-lvl {
	text-align: left;
	clear: both;
	border-left: dashed 1px;
	display: none;
}

	.sub-sec-lvl > li {
		margin-bottom: 10px;
	}

		.sub-sec-lvl > li > a {
			font-size: 13px;
			padding-left: 20px;
		}

			.sub-sec-lvl > li > a:before {
				content: "-";
				color: #89b546;
				position: absolute;
				top: -5px;
				left: 0px;
				font-size: 26px;
				line-height: 1;
			}

	/* third level sub menu*/
	.sub-sec-lvl ul {
		padding-left: 30px;
		display: none;
	}

		.sub-sec-lvl ul a {
			font-size: 11px;
		}
/* Content -------------------------------------------------------------------------------*/
/*body > section
{
    width:970px;
    margin:20px auto;
}

    .content
    {
        display: inline-block;
        width:100%;
        line-height: 25px;
    }*/

.container {
	margin: 40px auto;
}

	.content > header, .container > header {
		margin-bottom: 30px;
	}

	.content > article, .container > article {
		text-align: justify;
	}

	.content .desc, .container .desc {
		font-size: 12px;
		font-family: tahoma;
	}
/* navbar --------------------------------------*/
.navbar {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	font-size: 13px;
}

	.navbar nav ul li {
		float: right;
		position: relative;
		line-height: 23px;
	}

		.navbar nav ul li a {
			display: block;
			background: url('../images/nav-bg.png') left 0px no-repeat transparent;
			padding: 0 25px 0 30px;
			height: 25px;
			_display: inline-block;
			position: relative;
			left: -20px;
			margin-left: -15px;
		}

			.navbar nav ul li a:hover {
				color: #2081c6;
			}

		.navbar nav ul li:last-child {
			margin-right: 36px;
			color: #2081c6;
		}

	.navbar div {
		float: left;
		color: #a7a7a7;
		line-height: 25px;
	}

		.navbar div span {
			float: right;
		}

		.navbar div ul {
			float: left;
		}

			.navbar div ul li {
				float: right;
				background: #f0f0f0;
				margin: 0 2px;
			}

				.navbar div ul li a {
					display: block;
					width: 30px;
					height: 25px;
					background: url('../images/social-icon-nav.png') no-repeat;
				}

					.navbar div ul li a.fb {
						background-position: 0 -75px;
					}

					.navbar div ul li a.in {
						background-position: 0;
					}

				.navbar div ul li:hover {
					background: #a7a7a7;
				}

					.navbar div ul li:hover a.fb {
						background-position: -72px -75px;
					}

					.navbar div ul li:hover a.tweet {
						background-position: -72px 1px;
					}

					.navbar div ul li:hover a.in {
						background-position: -72px center;
					}
/* H-List ------------------------------*/

.H-list > li {
	float: right;
	margin: 2px;
	padding: 3px;
	width: 230px;
	height: 215px;
	overflow: hidden;
	position: relative;
	line-height: 20px;
}

	.H-list > li a {
		display: block;
		width: 100%;
		height: 175px;
		overflow: hidden;
	}

	.H-list > li p {
		text-align: center;
		font-family: tahoma;
	}


	.H-list > li div {
		width: 100%;
		height: 100%;
		background: rgba(14,75,105,.6);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
		filter: alpha(opacity=0); /* IE 5-7 */
		-webkit-transition: opacity .3s linear;
		-moz-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}

	.H-list > li:hover div {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
		filter: alpha(opacity=100); /* IE 5-7 */
		-webkit-transition: opacity .3s linear;
		-moz-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}

	.H-list > li div a {
		width: 47px;
		height: 38px;
		display: inline-block;
		background: url('../images/product-icon.png') no-repeat;
		position: relative;
		top: 40%;
		z-index: 2;
		overflow: visible;
	}

		.H-list > li div a span {
			position: absolute;
			top: 45px;
			color: #ffffff;
			min-width: 100px;
			font-size: 12px;
			left: 50%;
			margin-left: -45px;
			text-align: center;
		}

		.H-list > li div a.detail {
			left: -96px;
			background-position: 0px 4px;
		}

		.H-list > li div a.order {
			left: 22px;
			background-position: 0px -113px;
		}

		.H-list > li div a.help {
			left: -67px;
			background-position: 0px -53px;
		}
/* social panel ------------------------------*/
.socialpanel {
	margin-top: 20px;
}

	.socialpanel li {
		float: right;
		width: 40px;
		height: 25px;
		margin: 0 2px;
		background: url('../images/socialpanel-bg-color.png') no-repeat 0;
	}

		.socialpanel li a {
			display: block;
			width: 100%;
			height: 100%;
			background: url('../images/socialpanel-icon-color.png') no-repeat center;
			-webkit-transition: background .4s linear;
			-moz-transition: background .4s linear;
			transition: background .4s linear;
		}

		.socialpanel li.fb {
			background-position: 0 0;
		}

		.socialpanel li.tweet {
			background-position: 0 -62px;
		}

		.socialpanel li.in {
			background-position: 0 -125px;
		}

		.socialpanel li.fb a {
			background-position: -69px 3px;
		}

		.socialpanel li.tweet a {
			background-position: center 3px;
		}

		.socialpanel li.in a {
			background-position: 9px 3px;
		}

		.socialpanel li.fb a:hover {
			background-position: -69px -101px;
		}

		.socialpanel li.tweet a:hover {
			background-position: center -101px;
		}

		.socialpanel li.in a:hover {
			background-position: 9px -101px;
		}

/* Table -------------------------------*/
.bluetbl {
	width: 90%;
	margin: 10px auto;
}


	.bluetbl tr.title th {
		background: #2081c6;
		color: #ffffff;
		border: none;
	}

	.bluetbl tr td, .bluetbl tr th {
		border-bottom: solid 1px #a7a7a7;
		padding: 5px;
	}
/* Footer -------------------------------------------------------------------------------*/

.footer {
	background: #2a3862 url(../images/footer-bg.png) 20px bottom no-repeat;
	font-family: tahoma;
	font-size: 14px;
	display: inline-block;
	border-top: solid 1px rgba(42, 56, 98, 0.45);
}

	.footer .contact-info {
		box-sizing: border-box;
		float: right;
		display: table;
		background: #fff;
		color: #2a3862;
		width: 50%;
		height: 100%;
		min-width: 300px;
	}

		.footer .contact-info > * {
			display: table-cell;
			padding: 50px 10%;
			vertical-align: middle;
		}

		.footer .contact-info .min-logo {
			margin-bottom: 50px;
		}

		.footer .contact-info .En-addr {
			margin-top: 50px;
		}

		.footer .contact-info address p {
			margin-bottom: 10px;
		}

	.footer .services {
		float: left;
		width: 50%;
		height: 100%;
		text-align: center;
	}

		.footer .services ul {
			padding-top: 10%;
			text-align: left;
			width: 40%;
			min-width: 250px;
			display: inline-block;
		}

			.footer .services ul li {
				background-color: #314890;
				color: #fff;
				margin: 7px 0;
				padding: 5px 10px;
				font-size: 14px;
			}

				.footer .services ul li:hover {
					background-color: #435EB4;
					-webkit-transition: background-color ease-in-out .3s;
					-o-transition: background-color ease-in-out .3s;
					transition: background-color ease-in-out .3s;
				}

				.footer .services ul li a, .footer .services ul li a:active, .footer .services ul li a:hover {
					color: #fff;
				}

@media (max-height:450px) {
	.footer .contact-info .En-addr {
		display: none;
	}
}

@media (max-width:767px) {
	.footer .services {
		display: none;
	}

	.footer .contact-info {
		width: 100%;
	}

	ol {
		list-style: initial;
		margin-bottom: 30px;
	}

		ol li {
			list-style-position: inside;
		}
}

@media (min-width:768px) {
	.container {
		min-height: 500px;
	}
}



/* Product - detail ----------------------*/
.product-det-col {
	float: right;
	width: 28%;
	min-width: 230px;
	margin: 30px 2%;
}

	.product-det-col header , .product-col header {
		padding: 5px;
		text-align: center;
		font-size: 13px;
		color: #0e4b69;
		background-color: #b0e0e6;
		height: 60px;
		width: 100%;
		border-radius: 3px;
	}
	 .product-col{
		 margin:15px 0;
	 }

		.product-det-col header a, .product-det-col header a:active ,
		.product-col header a, .product-col header a:active {
			color: #0e4b69;
		}

.menupagerx {
	padding: 5px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #901419;
	height: 35px;
	text-decoration: none;
}

.menupagepipenet {
	padding: 5px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #314890;
	height: 35px;
	text-decoration: none;
}

.menupage {
	padding: 5px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #93111c;
	height: 35px;
	text-decoration: none;
}

.fontstrong {
	font-size: 17px;
	color: #0e4b69;
}

.fontstrongrx {
	font-size: 15px;
	color: #901419;
}

.paragraph {
	width: 100%;
	padding: 5px;
	text-align: justify;
}

.bold-product {
	font-size: 13px;
	color: #0e4b69;
	font-weight: bold;
}

.line {
	color: #FFB620;
	font-weight: bold;
	list-style: none;
	list-style-image: url(../images/button.png);
	list-style-position: inside;
}

.rxbodyfont {
	font-size: 12px;
	color: #7c858b;
}

.ulrxproduct {
	list-style: none;
	list-style-image: url(../images/buttonrx.png);
	list-style-position: inside;
}

.ulscan {
	direction: rtl;
	list-style: none;
	list-style-image: url(../images/buttonpipenet.png);
	list-style-position: inside;
}

	.ulscan.left {
		direction: ltr;
	}

.headerpage {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	/*text-align: center;
	height: 35px;*/
	text-decoration: none;
}

.imgpipenet {
	border: solid 1px #00428E;
	border-radius: 4px;
	/*margin: 35px;*/
	padding: 2px;
	max-width: 100%;
	/*max-width: 400px;*/
	margin-bottom: 20px;
	margin-top: 20px;
}

.info-box {
	background-color: #eee;
	padding: 10px;
	max-width: 500px;
	width: 100%;
	border-radius: 5px;
	border: solid 1px #cdcdcd;
}

.sec-head {
	font-size: 14px;
	color: #901419;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

	.sec-head img {
		border-radius: 5px;
		float: left;
		margin-right: 20px;
	}

	.proj-list li{
		margin-bottom:15px;
	}

	.support-tbl{
		background-color:#eee; 
		padding:10px; 
		width:100%; 
		max-width:700px; 
		border-radius:5px; 
		border:solid 1px #cdcdcd;
	}