.archive-widget {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 1000;

	background-color: #FFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-radius: 15px 15px 0 0;
	width: 295px;
	max-height: 280px;

	-webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*
 * small widget
 */
.archive-widget.small {
	height: 40px;
	width: 200px;
}
.archive-widget.small .top-widget:hover {
	cursor: pointer;
}

/*
 * font color
 */
.success {
	color: #8EB734;
}

.failed {
	color: #AA324B;
}

/*
 * large widget
 */
.archive-widget .top-widget {
	height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #808080;
}

/* minimize and close button */
.archive-widget .top-widget .top-widget-btn {
	padding: 0;
	margin-left: 0;
	background: transparent;
	border: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

.archive-widget .top-widget .top-widget-btn i {
	font-size: 16px;
}
.archive-widget .top-widget .top-widget-btn:hover i {
	color: #7BAFC2;
}


.archive-widget .top-widget .top-widget-btn i.fa-minus {
	vertical-align: middle;
}

/* zipping spinner */
.archive-widget .top-widget .la-ball-spin {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 3px;
	left: 8px;
}
.archive-widget .top-widget .la-ball-spin > div {
	width: 6px;
	height: 6px;
}

.archive-widget .top-widget .upload-widget-failed-sign,
.archive-widget .top-widget .upload-widget-success-sign {
	position: absolute;
	top: 5px;
	left: 13px;
	font-size: 30px;
	border: 0;
}

.archive-widget .top-widget .upload-widget-failed-sign {
	color: #AA324B;
}

.archive-widget .top-widget .upload-widget-success-sign {
	position: absolute;
	top: 5px;
	left: 11px;
	font-size: 27px;
	color: #8EB734;
	border: 1px solid #D1D3D4;
	border-radius: 50%;
}

.archive-widget .top-widget .text {
	position: absolute;
	left: 50px;
	top: 10px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}

/*
 * zip widget body
 */
.archive-widget .body-widget {
	max-height: 240px;
	overflow: auto;
}

.archive-widget .body-widget .uploading-progress {
	position: relative;
	top: 23px;
	width: 90%; 
}

.archive-widget .body-widget .uploading-progress .progress {
	margin-bottom: 0;
	background-color: #E6E7E8;
	opacity: 1;
	border-radius: 0;
}

.archive-widget .progress-detail .desc, 
.archive-widget .progress-detail .percent {
	position: absolute;
	top: -16px;
	font-size: 12px;
}
.archive-widget .progress-detail .percent {
	right: 0;
}

.archive-widget .body-widget ul {
	margin-bottom: 0;
}

.archive-widget .archive-items {
	position: relative;

	height: 45px;
	padding: 0 10px;
	border-bottom: 1px solid #D1D3D4;
}
.archive-widget .archive-items:last-child {
	border-bottom: 0;
}

/* zip result */
.archive-widget .archive-result,
.archive-btn-group .fa-check {
	position: absolute;
  top: 13px;
}

.archive-widget .archive-result {
  font-size: 13px;
  font-style: italic;
}

.archive-btn-group .fa-check {
	right: 10px;
	font-size: 18px;
}


.cancel-archive-btn {
	border: 0;
	background: transparent;
	color: #808080;
	padding: 0;
	font-size: 15px;
	margin-top: 4px;
}
.cancel-archive-btn:hover i {
	color: #7BAFC2;
}

/*
 * cancel zip form
 */
.cancel-archive-form {
	text-align: center;
}

.cancel-archive-form span {
	font-size: 10px;
}

.archive-widget .btn-cancel,
.archive-widget .btn-remove {
	font-size: 10px;
	padding: 2px 6px 0 6px;
}

/*
 * view error archive with infected file
 */

/* view error button */
.archive-widget .btn-remove.view-archive-error {
	padding: 2px 5px 0 5px;
	min-width: auto;
  position: absolute;
  right: 35px;
  top: 10px;
}

/* view error modal */
.view-error-modal .item-list .icon {
	width: 30px;
	text-align: center;

	/* no hide path */
	position: absolute;
  top: 0; 
}
.view-error-modal .item-list .icon .file-icon-btn {
	width: 22px;
	height: 22px;

	background: url('../img/file-folder-icon/icon-small-file.svg') no-repeat 0px 0px;
	padding: 0;
	border: 0;

	/* no hide path */
	/*vertical-align: super;*/
}
.view-error-modal .item-list .icon .file-icon-btn:hover {
	width: 22px;
	height: 22px;

	background: url('../img/file-folder-icon/icon-file-01.svg') no-repeat -7px -7px;
	background-size: 36px 36px;
}

.view-error-modal .item-list {
	margin: 20px 0;

	max-height: 300px;
  overflow: auto;
}
.view-error-modal .item-list li {
	margin: 0 0 15px 0;

	/* no hide path */
	position: relative;
}
.view-error-modal .item-list li:last-child {
	margin: 0;
}

.view-error-modal .item-list .item-detail {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;

	/* no hide path */
	/*width: calc(100% - 40px);*/
	margin-left: 35px;
}

.view-error-modal .item-list .item-detail .item-name,
.view-error-modal .item-list .item-detail .item-error-info {
	margin-bottom: 0;
}

.view-error-modal .item-list .item-detail .item-name {
	color: #4B9BCD;

	/* no hide path */
	/*width: 100%;
	text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  word-break: break-all;
  overflow: hidden;*/
}
.view-error-modal .item-list .item-detail .item-name:hover {
	color: #7BAFC2;
	cursor: pointer;
}

.view-error-modal .item-list .item-detail .item-error-info {
	color: #D1D3D4;
}

.view-error-modal .item-list .icon,
.view-error-modal .item-list .item-detail {
	display: inline-block;
}
