/* @CHARSET "UTF-8";
.dragandrophandler
{
	border: 2px dashed #92AAB0;
	width: 98%;
	color: #92AAB0;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 10px 10px;
	cursor:pointer;
}
.progressBar {
	width: 200px;
	width: 94%;
	height: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;	
	overflow: hidden;
	display:inline-block;
	margin:0px 5px 5px 5px;
	vertical-align:top;
	
}

.progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px; /* same as #progressBar height if we want text middle aligned
	width: 0;
	background-color: #0ba1b5; border-radius: 3px; 
	font-size: 10px;
}
media screen
.statusbar {
    border-top: 1px solid #A9CCD1;
    min-height: 25px;
    width: 800px;
    padding: 1px 1px 0px 1px;
    vertical-align: top;
}

.statusbar
{
	border-top:1px solid #A9CCD1;
	border-top:1px solid blue;
	min-height:25px;
	width:800px;
	modify S
	width:190px;
	width:150px;
	display: inline-block;
	float:left;
	border:1px solid #92aab0;
	min-height: 135px;
	height:145px;	
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position:relative;
	overflow:hidden;
	modify E
	padding:1px 1px 0px 1px;
	vertical-align:top;
	background-color:#EBEFF0;
}
.statusbar:nth-child(odd){
    background:#EBEFF0;
}
.filename
{
	display:block;
	vertical-align:top;
	cursor:pointer;
	text-decoration: underline;
	color: #7167B2;	
	font-size:10px;
	height: 25px;
}
.filesize
{
	display:block;
	vertical-align:top;
	color:#30693D;
	width:80px;
	margin-left:10px;
	margin-right:5px;
}
.abort{
	background-color:#F5BD00;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;display:inline-block;
	color:#fff;
	font-family:arial;font-size:12px;font-weight:normal;
	padding:2px 10px;
	modify S
	padding:2px 4px;	
	modify E
	cursor:pointer;
	vertical-align:top;
}
.fdelete{
	background:url(../../img/ms/dev/close_delete.png) 5px center no-repeat;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;display:inline-block;
	color:#fff;
	font-family:arial;font-size:12px;font-weight:normal;
	padding:2px 10px;
	cursor:pointer;
	vertical-align:top;
	modify S
	position:absolute;
	right:5px; top:5px;
	modify E
}

.dndpreview{
	height: 105px;
	text-align: center;
	display: table-cell;
	width: 250px;
}

.imglist{
    list-style: none;
    margin: 0px; 
    padding: 0px
}

.imglist li {
    list-style-type: none;
    padding: 3px;
    margin: 3px;
    cursor: pointer;
    border: 1px solid #92AAB0;
    float: left; 
    display: inline;
    background-color: white;
}
.imgContents .imgProgressBar {
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    top:118px;
    width:95%;
    margin-left: 5px;
    margin-right: 5px;
}
.imgContents .imgProgressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    width: 0;
    background-color: #00A0E9;
    padding-top: 2px;
    padding-right: 5px;
    border-radius: 3px;
    font-size: 8px;
}
.imgContents .imgFooterTitle{
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
    height: 20px;
}
.imgContents{
	position: relative;
    height: 160px;	
    width: 205px;
}
.imgContents .fancybox-close {
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    right:-10px;
    top:-10px;
    z-index:99;
    background-image: url(../../css/ms/images/fancybox_sprite.png);
    }

.imgContents  .imageLink{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.imgContents .entryListDip {
    position: absolute;
    width: 70px;
    height: 70px;
    cursor: pointer;
    right: 134px;
    top: -20px;
    z-index: 99;
    background-image: url(../../img/hp/dev/dT6o664nc.png);
    background-size: 100% 100%;
}
.imgContents .alExt {background-image: url(../../img/ms/ico/ai.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .etcExt {background-image: url(../../img/ms/ico/etc.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .excelExt  {background-image: url(../../img/ms/ico/excel.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .hwpExt  {background-image: url(../../img/ms/ico/hwp.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .pdfExt  {background-image: url(../../img/ms/ico/pdf.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .photoshopExt  {background-image: url(../../img/ms/ico/photoshop.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .powerpointExt  {background-image: url(../../img/ms/ico/powerpoint.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .txtExt  {background-image: url(../../img/ms/ico/text.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .wordExt  {background-image: url(../../img/ms/ico/word.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .zipExt  {background-image: url(../../img/ms/ico/zip.png);background-repeat: no-repeat;background-size:115px;background-position-x: center;background-position-y: center;height: 130px;}
.imgContents .no_img {background-image: url(../../img/ms/no-image-icon.png); background-repeat: no-repeat;background-size:180px;background-position-x: center;}


.dragandrophandlerNoPreview
{
	border: 2px dashed #92AAB0;
	width: 98%;
	color: #92AAB0;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 10px 10px;
	cursor:pointer;
	height: 20px;
}
.progressBarNoPreview {
	width: 15%;
	height: 22px;
	border: 1px solid #ddd;
	border-radius: 5px;	
	overflow: hidden;
	display:inline-block;
	margin:0px 10px 5px 5px;
	vertical-align:top;
	margin-left: 8px;
}

.progressBarNoPreview div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px; same as #progressBar height if we want text middle aligned
	width: 0;
	background-color: #F04040; border-radius: 3px; 
}
.statusbarNoPreview
{
	border-top:1px solid #A9CCD1;
	min-height:25px;
	width:100%;
	padding:1px 1px 0px 1px;
	vertical-align:top;
}
.statusbarNoPreview:nth-child(odd){
    background:#EBEFF0;
}
.filenameNoPreview
{
	display:inline-block;
	vertical-align:top;
	width:52%;
	cursor:pointer;
	padding-left:10px;
	margin-top:5px;
	text-decoration: underline;
	color: #7167B2;
	
}
.filesizeNoPreview
{
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:100px;
	margin-left:10px;
	margin-right:5px;
}
.abortNoPreview{
	background-color:#F5BD00;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;display:inline-block;
	color:#fff;
	font-family:arial;font-size:12px;font-weight:normal;
	padding:2px 10px;
	cursor:pointer;
	vertical-align:top
}
.fdeleteNoPreview{
	background-color:#FE2E2E;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;display:inline-block;
	color:#fff;
	font-family:arial;font-size:12px;font-weight:normal;
	padding:2px 10px;
	cursor:pointer;
	vertical-align:top
}
 */