﻿.toolCompress{
	margin: 30px 0 30px 0;
}


.toolCompress .ctlBox{
	position: absolute;
	right: 10px;
	bottom: 10px;
	max-width: 280px;
}

.fileContainer .compressBar{
  background-color: #ff4c23;
  width:0px;
  height: 2px;
}

.compressResult{
	display: none;
	overflow: hidden;
  padding: 20px;
  text-align: center;
}

.compressResultTip{
	font-size: 20px;
  margin-bottom: 20px;
}


.startOverBtn{
	border: 2px solid #262626;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 20px;
	color: #262626;
	text-decoration: none;
	display: inline-block;
}
.startOverBtn i{
	float: left;
	width:22px;
	height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
	background-image: url(../images/startover.png);
  background-size: cover;
  -ms-behavior: url(../images/backgroundsize.min.htc);
  behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  margin: 2px 4px 0 0;
}


.downloadAllBtn{
	border: 2px solid #262626;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 20px;
	color: #262626;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
}
.downloadAllBtn i{
	float: left;
	width:22px;
	height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
	background-image: url(../images/download.png);
  background-size: cover;
  -ms-behavior: url(../images/backgroundsize.min.htc);
  behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  margin: 2px 4px 0 0;
}

.fileItems div.fileIMG{
  height: 64px;
  background: url(../images/video.png) no-repeat center center;
}

.fileItems.comressSuccess{
	padding:10px;
	border-bottom: 2px dashed #ededed;
}

.comressSuccess .fileZone{
	border-color: #262626;
	background: none;
	color: #262626;
}

.comressSuccess .fileZone div.fileIMG{
  background-image: url(../images/videodark.png);
  padding: 14px 10px;
}

.comressSuccess .ulProgressBar{
	display: none;
}

.comressSuccess .execProgressBar{
	display: none;
}

.comressSuccess .fileStatus{
	font-size: 14px;
  margin-bottom: 4px;
}

.comressSuccess .fileDownload{
	position: relative;
	color: #fff;
  background: #006749;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}


.comressSuccess .tipZone a{
	color: #2c3239;
  text-decoration: underline;
}

.comressSuccess .tipZone a.btn {
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0 10px;
}

.fileContainer.singleFile .compressResult{
	text-align: right;
	padding: 10px;
}

.fileContainer.singleFile .compressResultTip{
	display: none;
}

.fileContainer.singleFile .downloadAllBtn{
	display: none;
}

.comressFail div{

}


.comressFail .fileZone{
	border-color: #bbb;
}

.comressFail .execProgressBar{
	background: #ccc;
	right: 0;
}


.features {
  margin: 50px auto 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1400px;
}

.features .feature {
  float: left;
  margin-bottom: 30px;
  padding: 0 0px;
  box-sizing: border-box;
  width: 30%;
  margin-right: 3%;
  min-height: 150px;
}

.features .feature img{
	width: 40px;
	margin-bottom: 10px;
}

.features .feature h3{
	font-size: 16px;
	font-weight: inherit;
	margin: 0 0 10px 0;
}

.features .feature p{
	font-size: 14px;
}

.tools li{
}
.tools li a{
	font-size: 16px;
	text-decoration: none;
	float: left;
	padding: 6px 20px;
  margin-right: 4px;
}

.tools li a.active,
.tools li a:hover{
	background: #ff4c23;
	color: #fff;
}

.tools li a h3{
	font-weight: 500;
}
.tools li a.active h3,
.tools li a:hover h3{
	color: #fff;
}

.previewTable{
	font-size: 14px;
}

.previewTable th{
	font-weight: 500;
	text-align: right;
}

.previewTable td{
	text-align: right;
	color: #00a373;
	padding: 4px 0;
}

.slowTip{
	display: none;
}