﻿.overlay
{
    display:none;
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
    opacity: 0.5;
}
.overlay2 { 
	display:block;
	 background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005;
    opacity: 0.7;
}
.msg_popup {
    position:absolute;
    left:34%;
    right:28%;
    top: 10% !important;
    z-index: 1010;
    box-shadow: 9px 9px 10px #000;
    font-family:Tahoma;
    text-align:center;
	
	min-height:80px; 
	display:block; 
	border: thin solid #CCC; 
	background-color: #E1E1E1; 
	text-align: center; 
	color: #bbb; 
	width: 300px;
	direction:rtl;
	 display:none;
}
.msg_popup2 { position: fixed;
left: 34%;
right: 28%;
top: 34% !important;
z-index: 1010;
font-family: Tahoma;
min-height: 80px;
text-align: center;
direction: rtl;
display: none;
width: 300px;
font-size: 13px;
color: #BBB;
box-shadow: 9px 9px 10px #000;
border: thin solid #720804;
padding: 2px;
background-color: #720804;}
	.msg_popup input[type='button'] , .msg_popup2 input[type='button'] 
	{
		font-family:Tahoma; border:solid 1px #FBAC43; bottom:10px; left:39%; position:absolute; background-color: #B70E07; color: #FFFFFF; height: 22px; width: 75px;
	}

	.msg_popup_header
	{
		background-color:#c90000;
		text-align:left;
		padding:1px;
		height:25px;
	}
	.msg_popup_header img
	{
		width:25px;
		height:23px;
		margin-top:1px;
	}
	.msg_popup_txt
	{
		color:#000;
		padding:10px;
		min-height:50px;
		background-color:#f0f0f0;
		font-family:'B Yekan';
		color:#444;
		border: 1px solid orange;
		font-size:13px;
	}
.btn_close1 { 
	background-color:transparent;
	border:solid 1px #ccc;
	height:20px;
	font-weight:bold;
}
.popup_text
{
    background-color: #fff;
    min-height:130px;
    padding: 0px 20px 5px 20px;
    position:absolute;
    left:28%;
    right:28%;
    top: 10%;
    min-width:300px;
    z-index: 600;
	border:1px solid #bbb;
	border-radius:0px;
    display:none;
    box-shadow: 0px 0px 10px rgba(159, 217, 215, 0.59);
    font-family:Tahoma;
    text-align:right;

}
.popup2
{
    background-color: #F5F5F5;
    min-height:130px;
    padding: 0px 20px 5px 20px;
    position:absolute;
    left:28%;
    right:28%;
    top: 10%;
    min-width:300px;
    z-index: 1000;
	border:3px solid #394557;
	border-radius:0px;
    display:none;
    box-shadow: 0px 0px 10px rgba(159, 217, 215, 0.59);
    font-family:Tahoma;
    text-align:center;

}
.popup
{
    background-color: #F5F5F5;
    min-height:130px;
    padding: 0px 20px 5px 20px;
    position:absolute;
    left:28%;
    right:28%;
    top: 10%;
    min-width:300px;
    z-index: 1000;
	border:3px solid #394557;
	border-radius:0px;
    display:none;
    box-shadow: 0px 0px 10px rgba(159, 217, 215, 0.59);
    font-family:Tahoma;
    text-align:center;

}
.popup header
{
     margin:-20px 0px 0px 0px;
     text-align:center;
     font:13pt Adobe Arabic;
     background-color:#030303;
     border-radius:20px 20px 0px 0px;
     height:20px;
     color:white;
}
.gallery_item { border:solid 1px #CCC; }
.gallery_item:hover { background-color:#CCC;border:solid 1px #BBB; }

.logo_mosabeghat {
    display:none !important
}