/* Диалоги */

.dialogclass_error {
	margin-top: 5px;
	margin-bottom: 5px;
	color: red;
	text-align: center;
}

.dialogred_zanoves{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9000;
	top:0;
	bottom:0;
	background-color:#000;
	opacity:0.5;
	display:block;
}
.dialogred_bg{
	width:100%;
	height:100%;
	position:fixed;
	overflow:auto;
	overflow-y:scroll;
	z-index:10000;
	top:0;
	bottom:0;
}

.dialogred{
	position:relative;
	top:-100%;
	display:flex;
	justify-content:center;
	padding:0 10px;
	padding-bottom:50px;
}
.dialogred .label{
	width:100%;
	position:relative;
	z-index:100000;
	min-height:100%;
	padding:0;
}
.dialogred .absbg{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:110000;
	width:100%;
	height:100%;
	background:#dfdfdf;
	opacity:1;
}
.dialogred .bg{
	position:relative;
	z-index:120000;
	background:#fff;
	border:1px #d7d7d7 solid;
}
.dialogred .bg2{
	border:0px #000 solid;
	margin:0px;
}
.dialogred .close{
	position:absolute;
	top:15px;
	left:50%;
	width:24px;
	height:24px;
	background:url(img/close8.png) no-repeat;
	cursor:pointer;
	opacity:1;
	margi-left:-12px;
	opacity:0.75;
}
.dialogred .close:hover{
	opacity:1;
}
.dialogred .data{
	padding:0;
}
.dialogred .foot{
	position:relative;
	height:100px;
}