body {
/* 	background-image: url(../images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed; */
	margin:0;
	padding:52px 0 5px 0;
	overflow-y:scroll;
}
input, select, textarea,button  {
	font-family: inherit !important;
}
button {
	font-weight:bold !important;
}
a {
	text-decoration:none; 
	outline:none;
}
a:hover {
	text-decoration:none; 
}
hr.hrStyle1{
    background-image: -moz-linear-gradient(left center , #f0f0f0, #8c8b8b, #f0f0f0);
    border: 0 none;
    height: 1px;
}
.container{
	
}
.closeModal{
	cursor:pointer;
	color:#b30000 !important;
	float:left;
	font-size:22px;
}
::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}
.fontSize10{ font-size:10px !important; }
.fontSize11{ font-size:11px !important; }
.fontSize12{ font-size:12px !important; }
.fontSize13{ font-size:13px !important; }
.fontSize14{ font-size:14px !important; }
.h20,#h20   {height: 20px;}
.h30,#h30   {height: 30px;}
.w40,#w40   {width: 40px;}
.w50,#w50   {width: 50px;}
.w60,#w60   {width: 60px;}
.w65,#w65   {width: 65px;}
.w70,#w70   {width: 70px;}
.w80,#w80   {width: 80px;}
.w90,#w90   {width: 90px;}
.w100,#w100 {width: 100px;}
.w110,#w110 {width: 110px;}
.w120,#w120 {width: 120px;}
.w130,#w130 {width: 130px;}
.w140,#w140 {width: 140px;}
.w150,#w150 {width: 150px;}
.w200,#w200 {width: 200px;}
.w230,#w230 {width: 230px;}
.w240,#w240 {width: 240px;}
.w250,#w250 {width: 250px;}
.w350,#w350 {width: 350px;}
.wHalf,#wHalf {width: 49%;}
.pull-right{float:right;}
.pull-left{float:left;}
.wHalf,#wHalf{
	width:49% !important;
}
.importantHidden {
	display: none !important;
}
.safeHidden {
	display: none;
}
.arrowLeft{
	color: #cac8c1;
	display: block;
	float: right;
	font-size: 10px;
	padding: 13px 0 10px 0;
	position: relative;
	text-decoration: none;
	top: 2px;
}
.borderRadius2{
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
.borderRadius4{
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
/* .borderBottomTalaei {border-bottom:2px solid #fbdf93;} */
.backgroundWhite {background-color:#ffffff !important;}
.boxShadow{
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}
.marginLeftRightMinus15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.marginTop5{margin-top:5px !important;}
.marginTop10{margin-top:10px !important;}
.marginTop50{margin-top:50px !important;}
.padding1{padding:1px !important;}
.paddingTop5{padding-top:5px !important;}
.paddingTop10{padding-top:10px !important;}
.marginBottom {margin-bottom:10px;}
.rowClass{
	background-color:#ffffff !important;
	border-bottom:2px solid #fbdf93;
	margin-top:5px !important;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}
.newsBox{
	width:100%;
	text-align:right;
	direction:rtl;
	background-color:#eeeeee;
	border-bottom:2px solid #D7513D;
}
.newsImage{
	float:right;
	height:70px;
	width:70px;
	margin:5px;
}
.newsImage > img{
	float:right;
	height:65px;
	width:70px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.newsText{
	float:right;
	text-align:right;
	direction:rtl;
	padding:5px;
}
.bottomLogo {
	float:right;
	margin:0px;
	padding-left:10px;
	height:40px;
}
.bottomLogo > img{
	float:right;
	margin:0px;
	height:40px;
}
.footer{
	background-color: #eeeeee;
	color: #222222;
	border-top:2px solid #fbdf93;
	margin-top:15px 0px 0px 0px !important;
    bottom: 0;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	direction: rtl;
	padding: 10px 0;
}
.footerHead {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 5px 65px;
  text-shadow: 0 2px 5px #000000;
}
.footerHead > img {
	border: 0 none;
	position: absolute;
	right: 20px;
	/* top: -9px; */
	width: 46px;
}
.footer > div > p {
	margin-right: 20px;
}
.socialIcons {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    bottom: 0;
    font-size: 1.4em;
    margin-top: 5px;
    padding: 5px;
	text-align:center;
}
.languageIcons {
	background-color: #dad8cf;
	border-radius: 4px;
	top: 8px;
	left: 8px;
	float: right;
	opacity: 0.6;
	font-size: 12px;
	padding: 5px;
	position: fixed;
	width: 25px;
	z-index:2000;
	font-weight:bold;
}
.languageIcons a {
	color: #000000 !important;
}
.languageIcons:hover {
	background-color: #dad8cf;
	color: #517fdd !important;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	opacity: 1;
}

@media screen and (min-width: 770px) {
	.languageIcons {
		left: 8px;
	}
}
@media screen and (max-width: 770px) {
	.languageIcons {
		left: 50%;
	}
}
.padRight{
	padding-right:5px;
	margin-bottom: 5px !important;
}
.mapIframe{
	margin-bottom:5px !important;
}
.halfWidth{
	width:49% !important;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
/******************************************************************************/
.detailMatn1{
	border:1px solid #eeeeee;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	width:98%;
	/* font-size: 16px; */
	direction:rtl;
	text-align: right;
}
/* .detailMatn1 > h1, .detailMatn1 > h2,.detailMatn1 > h3,.list-group-item > h4{
	font-size: 20px;
	color:#107EB4;
} */
.aksMatn1{
	max-width:100%;
	margin:2px;
}
.list-group-item > .imageContainer{
	float:right;
	border:1px solid #eeeeee;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin-left:5px;
	text-align:center;
	width:80px;
	padding: 2px;
}
.list-group-item > .imageContainer img{
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    height: 70px;
    max-width: 100%;
}
.listGroupItem{
	min-height:92px;
}
.faal {
	background-color: #eeeeee;
}
.row-reverse { display: flex; flex-direction: row-reverse; }
.boxTitleHeaderLi > a{
	color:#D7513D;
}
.boxTitleHeaderLi > a:hover{
	color:#107EB4;
}
#mapContainer{
	display:none;
}
.boxTitleBody{
	float:right;
	border-bottom: 2px solid #74c7b5 !important;
	padding:2px 5px 2px 5px;
	width:80%;
	font-size: larger;
	font-weight: bold;
	margin-bottom:-2px;
}
.boxTitleHeader {
	background-color: #ffffff;
	border-bottom: 2px solid #f0f0e1;
	border-radius: 2px 2px 0 0;
	color: #d7513d;
	direction: rtl;
	margin-bottom: 5px;
}

.boxTitleBody > ul{
	padding:0 !important;
	margin:0 !important;
}
.marginPaddingZero {
	padding:0 !important;
	margin:0 !important;
}
.boxTitleHeaderLi{
	color: #D7513D !important;
}
li.boxTitleHeaderLi > i {
	padding:0 !important;
	margin: 5px -4px 5px 6px !important;
}
.titleIcon {
	background-color: #74c7b5;
	border: 1px solid #74c7b5;
	float: right;
	height: 30px;
	margin:-1px -5px -2px 0;
	text-align: center;
	width: 30px;
	padding-top:4px;
}
.titleIcon > i{
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}
.goBack{
	float:left;
	margin:2px;
	padding:2px;
	display:none;
}
.fr-box > div > a{
	display:none !important;
}
/***Drop Down*DropDown*bootstrap-select**************************/
.bootstrap-select .label {
	margin: 0 !important;
	padding: 5px 2px 0 2px !important;
	width: 120px !important;
	display: list-item !important;
	height: 25px;
}
.bootstrap-select button, .bootstrap-select button span, .bootstrap-select li, .bootstrap-select a {
	text-align: right !important;
	direction: rtl !important;
	outline: none !important;
}
.bootstrap-select div {
	text-align: right;
}
.bootstrap-select .bs-caret {
	position: absolute;
	left: 30px;
	top: 15px;
}
.bootstrap-select .dropdown-menu {
	margin-right: unset !important;
}
.dropdown-menu.open{
	max-width: 100% !important;
}
.bs-actionsbox button, .bs-donebutton button, .bs-searchbox input {
	height: 25px;
}
/******makhsos-akshaee-ke-editor-taaghir-midahad*****/
img.fr-rounded{
	background-clip: padding-box;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
img.fr-dii{
	display: inline-block;
	float: none;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(100% - 2 * 5px);
	vertical-align: bottom;
}
img.fr-dii.fr-fil{
	float: left;
	margin: 5px 5px 5px 0;
	max-width: calc(100% - 5px);
}
img.fr-dii.fr-fir{
	float: right;
	margin: 5px 5px 5px 0;
	max-width: calc(100% - 5px);
}
img.fr-bordered {
    border: 10px solid #ccc;
    box-sizing: content-box;
}
/*******************************************************/