#dropmehere
{
	display: none;
}

#dz_overlay
{
	Xmargin: 1px;
    padding:0;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height: 100%;
    z-index:10000;
    background-color: rgb(224,224,224);
    background-color: rgba(224,224,224,0.7);
    
    display: none;
}

#dz_overlay div.dz_message
{
	Xbackground-color: #FFF;
	position: absolute;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: rgb(58, 58, 58);
	text-shadow: 1px 1px 3px #fafafa;
	filter: dropshadow(color=#fafafa, offx=1, offy=1);

	width: 600px;
	height: 200px;

	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -100px;
	
}

#dz_upload_container
{
	position:relative;
	height: 350px;
	Xheight: 400px;
	overflow: auto;
	width: 500px;
	display: none;
	
	z-index:0;
}

#dz_action_bar
{
	margin: 10px 0 0 0;
}

#dz_action_bar .button
{
	xdisplay: inline;
	float: left;
	height: 40px;
	line-height: 40px;

	color: #FFF;
	background-color: #CCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	text-align: center;

	Xborder: 1px solid #CCC;
	border-radius: 3px;

	font-family: Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;

	Xpadding: 3px 8px 5px;
	Xtext-shadow: 0 1px 0 rgba(205, 205, 205, 0.8);

	-moz-user-select: none;
	cursor: pointer;
	transition-duration: 0.3s;
}

#dz_action_bar .button.button_upload
{
	background-color: #62d738;
	width: 432px;

	background: -webkit-gradient(linear, left top, left bottom, from(#00bbe9), to(#0073ca));
	background: -moz-linear-gradient(top, #00bbe9, #0073ca);
	background: -o-linear-gradient(#00bbe9, #0073ca);
	box-shadow: inset 0 1px 0px #00dbf4;
	border-radius: 3px;
	box-shadow: 0 1px 0px rgb(100, 100, 100);
	border: 1px solid rgb(77, 77, 77);
}

#dz_action_bar .button.button_upload:hover
{
	background-color: #62de31;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 200, 243)), to(rgb(0, 130, 220)));
	background: -moz-linear-gradient(center top, rgb(0, 200, 243), rgb(0, 130, 220)) repeat scroll 0% 0% transparent;

	Xtransition-duration: 0.3s;
}

#dz_action_bar .button.button_cancel
{
	background: url(/image/cancel.png) no-repeat center center;
	background-color: #e0e0e0;
	width: 54px;
	margin-right: 10px;
	
	-webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.34)
	background-image: linear-gradient(#e3262e,#ab171e);
    background-color: #ab171e;
    border: 1px solid;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.11);
}

#dz_action_bar .button.button_cancel:hover
{
	background: url(/image/cancel_hover.png) no-repeat center center;
}

/*
#dz_container
{
	float: left;
	height: 400px;
	left: 50%;
	margin: -200px 0 0 -250px;
	position: absolute;
	top: 50%;
	width: 500px;
	background-color: rgb(233,233,233);
	border-radius: 3px;
	padding: 10px;
	display: none;
	
	border: 1px solid whitesmoke;
	box-shadow: 0px 1px 8px 3px rgba(200,200,200, 1);
	-webkit-box-shadow: 0px 1px 8px 3px rgba(200,200,200, 1);
}
*/

#dz_container
{
	float: left;
	height: 400px;
	left: 50%;
	margin: -200px 0 0 -250px;
	position: absolute;
	top: 50%;
	width: 500px;
	background-color: #fffffb;
	border-radius: 3px;
	padding: 10px;
	display: none;
	
	border: 1px solid whitesmoke;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}


#dz_container img.x
{
	position: absolute;
	right: -10px;
	top: -10px;

	cursor: pointer;
	z-index: 1000;
}

INPUT.dz_directlink
{
    font-size: 10px;
    width: 386px;
    padding: 0px 4px;
    height: 19px;
    border: 1px solid #d7d7d7;
    outline: medium none;
/*
	font-size: 10px;
	width: 386px;
	padding: 3px 2px;
	height: 19px;
	
	border: 0;
	Xborder: 1px solid whitesmoke;

	outline: none;
*/
}

INPUT.dz_directlink:focus
{
	font-size: 10px;
	width: 386px;
	XXXbackground: url(/image/ctrlc.png) no-repeat right center #FFF;
	
	border: 1px solid #d7d7d7;
	outline: medium none;
}



#dz_upload_container .dz-preview
{
	clear: both;	
}

#dz_upload_container .dz-preview .dz-success-mark,
#dz_upload_container .dz-preview .dz-error-mark,
#dz_upload_container .dz-preview .dz-error-message
{
	display: none;
}


#dz_upload_container .dz-preview .dz-filename
{
	font-family: Helvetica, arial;
	font-size: 1.3em;
	width: 340px;
}

#dz_upload_container .dz-preview .dz-filename span
{
	display: block;
	height: 20px;
	overflow: hidden;
}

#dz_upload_container .dz-preview .dz-size
{
	font-family: helvetica, arial;
	font-size: 1.2em;
	padding-top: 1px;
	padding-bottom: 5px;
}

#dz_upload_container .dz-preview .dz-remove
{
	float: left;
	width: 12px;
	Xheight: 13px;
	height: 19px;
	
	background: url(/image/xdel.png) no-repeat center center transparent;
	cursor: pointer;
	
	margin-left: 5px;
}

#dz_upload_container .dz-preview .dz-progress
{
	float: left;
	width: 390px;
	height: 19px;
	Xbackground-color: rgb(57, 66, 126);
		
	background: #95a093; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1YTA5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZmNzc2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #95a093 0%, #6f776f 50%, #565656 51%, #2b2b2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95a093), color-stop(50%,#6f776f), color-stop(51%,#565656), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #95a093 0%,#6f776f 50%,#565656 51%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #95a093 0%,#6f776f 50%,#565656 51%,#2b2b2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #95a093 0%,#6f776f 50%,#565656 51%,#2b2b2b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #95a093 0%,#6f776f 50%,#565656 51%,#2b2b2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95a093', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-8 */
}

#dz_upload_container .dz-preview .dz-progress span.dz-upload
{
	background-color: #FFFFFF;
	display: block;
	height: 19px;
	width: 0px;
	z-index: 10;
	
 background: #9dd53a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkZDUzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExZDU0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzgwYzIxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Y2JjMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-8 */

	transition-duration: 0.2s;
}

#dz_upload_container .dz-preview .dz-details
{
}

#dz_upload_container .dz-preview .dz-details img
{
	float: left;
}

#dz_upload_template
{
	display: none;
}

span.dz-upload
{
	position:relative;
}

.zerocopy
{
	font-size: 11px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #00afe4;
	
	position: absolute;
	right: 1px;
	top: 4px; 
	display: none;
	cursor: pointer;
}

.zerocopy.zeroclipboard-is-hover
{
	color: #F00;
}

.zerocopy.zeroclipboard-is-active
{
	color: #00afe4;
}

.zerocopy:hover
{
	cursor: pointer;
}


#dz_upload_container .dz-preview .imgArea
{
	float: left;
	width: 60px;
	height: 60px;
	Xpadding: 10px 20px 10px 10px;
	padding: 10px 20px 10px 0px;
}


#dz_upload_container .dz-preview .imgArea img
{
	border: 1px solid rgb(128, 128, 128);
}

#dz_upload_container .dz-preview .imgArea img.uploaded
{
	Xborder: 3px solid #a998f2;

    border: 1px solid rgb(113, 185, 66);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 0px 0px rgb(113, 185, 66, 0.7);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(113,185,66, 0.7);
}




#dz_upload_container .dz-preview .detailArea
{
	float: left;
	height: 60px;
	padding-top: 10px;
}


/*
//
// DOT ANIMATION
//
*/


/*#dz_action_bar .button_upload span,
*/
span.dots
{
	-webkit-animation-name: opacity;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: opacity;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
}

/*#dz_action_bar .button_upload span:nth-child(2),*/
span.dots:nth-child(2)
{
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
}

/*#dz_action_bar .button_upload span:nth-child(3),*/
span.dots:nth-child(3)
{
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}


@-webkit-keyframes opacity {
	0% { opacity: 1; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}
@-moz-keyframes opacity {
	0% { opacity: 1; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}
