@charset "utf-8";
/* CSS Document */
.for_super_black
{
	display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:#666;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:0.5;
    filter: alpha(opacity=80);
}
.for_super_white
{
	display: none;
    position: fixed;
    top: 10%;
    right: 30%;
    width: 40%;
    height: 570px;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
.close_dialog
{
	position: absolute;
	top: 9.5%;
	right: 29.5%;
	z-index: 100;
	border-radius: 50%;
	border: 1px solid #cfdcec;
	overflow: hidden;
	position: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #000000;
	font-weight: bolder;
	text-transform: capitalize;
}
.close_desc
{
	position: absolute;
	top: 11.5%;
	right: 29.5%;
	z-index: 100;
	border-radius: 50%;
	border: 1px solid #cfdcec;
	overflow: hidden;
	position: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #000000;
	font-weight: bolder;
	text-transform: capitalize;
}
.for_description
{
	display: none;
    position: fixed;
    top: 12%;
    right: 30%;
    width: 35%;
    height: 90%;
    padding: 16px;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
.for_alert
{
	display: none;
    position: fixed;
    top: 30%;
    right: 30%;
    width: 40%;
    height: 20%;
    padding: 16px;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

	#cant_deleted
	{
		display:none;
    	position: fixed;
    	top: 30%;
    	right: 30%;
    	width: 450px;
    	padding: 16px;
    	z-index:1002;
    	overflow: auto;
		color:#F00;
	}
	
	.alert-box {
		color:#555;
		border-radius:10px;
		padding:10px 36px;
		margin:10px;
	}
	.alert-box span {
		font-weight:bold;
		text-transform:uppercase;
	}
	.error {
		background:#ffecec url('../img/erroru.png') no-repeat 10px 50%;
		border:1px solid #f5aca6;
	}
	.success {
		background:#e9ffd9 url('../../images/success.png') no-repeat 10px 50%;
		border:1px solid #a6ca8a;
	}
	.warning {
		background:#fff8c4 url('../../images/warning.png') no-repeat 10px 50%;
		border:1px solid #f2c779;
	}
	.notice {
		background:#e3f7fc url('../../images/notice.png') no-repeat 10px 50%;
		border:1px solid #8ed9f6;
	}