@charset "utf-8";

.tDnD_whileDrag {
	background-color: lightgray;
	position: relative;
	display: block;
	-moz-box-shadow: 0px 0px 40px 1px white, 0px 1px 1px 1px black;
	-webkit-box-shadow: 0px 0px 40px 1px white, 0px 1px 1px 1px black;
	box-shadow:        0px 0px 40px 1px white, 0px 1px 1px 1px black ;
	-webkit-box-shadow: 0 15px 10px -10px black, 0 1px 4px black, 0 0 10px darkgray inset;
	-webkit-box-shadow: 0 15px 10px -10px black, 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	width: 90%;
	height: 90%;
	width: 100%;
	overflow: visible;
	z-index: 10000;
	opacity: .4;
	border-collapse: separate;
	filter:Alpha(Opacity=50);
	width: auto;
}

.tdFileBox label {
	display: inline-block;
	padding: .5em .75em;
	color: #999;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}

.tdFileBox input[type="file"] { /* 파일 필드 숨기기 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.tdFileBox.blue label {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.tdFileBox.green label {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}


.spFile label {
	display: inline-block;
	box-sizing: border-box;
	color: #999;
	/*vertical-align: top;*/
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2; /*border-radius: .25em;*/
	height: 33px;
	padding: 6px 15px 0 15px;
	font-size: 16px;
	font-weight: 300;
	border-radius: 2px;
}

.spFile input[type="file"] { /* 파일 필드 숨기기 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.spFile.cobalt label {
	color: #fff;
	background-color: #182a5a;
	border-color: #182a5a;
}

.spFile.green label {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}


/* 대기화면 wrap */
.loadingWrap {
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 1010;
	background: rgba(0, 0, 0, 0.3);
}

/* 대기화면 이미지 */
.loadingWrap div {
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -50px;
	margin-top: -50px;
}
