﻿
 .modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background: rgba(0,0,0,0.8);*/
        background:#212121;
        z-index: 999999;
        /*-webkit-transition: opacity 100ms ease-in;
        -moz-transition: opacity 100ms ease-in;*/
        /*transition: opacity 100ms ease-in;*/
        pointer-events: none;
    }

 
        .modalDialog:target {
            opacity: 1;
            pointer-events: auto;
        }
 
        .modalDialog > div {
            width: 500px;
            position: relative;
            margin: 10% auto;
            padding: 5px 0 13px 0;
            border-radius: 10px;
            background: #fff;
            background: -moz-linear-gradient(#fff, #999);
            background: -webkit-linear-gradient(#fff, #999);
            background: -o-linear-gradient(#fff, #999);
            height: 100px;
        }
 
        .modalDialog > div {
            float: right;
            width: 583px;
            height: 258px;
            background: url(../image/admin/load.png) no-repeat;
            position: relative;
            margin: 200px 400px 0 0;
            padding: 5px 0 13px 0;
        }

         .imgsaveM {
        width: 350px;
        height: 100px;
    }
 
    .lbldelmes {
        font-size: 50px;
        color: white;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }






.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
.close1 {
	float:right;
	text-align: center;
	width: 35px;
    text-decoration:none;
    margin-right:10px;
    height:20px;

}


.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
	pointer-events: none;
}



.modalDialog2:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog2 > div {
 float: right;
    width: 583px;
    height: 258px;
    background: url(../image/admin/loadA.png) no-repeat;
    position: relative;
	margin: 200px 400px 0 0;
	padding: 5px 0 13px 0;
}


