
.choose-button{
	  display:block;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #aeaeae;
  cursor: pointer;
  border-radius: 3px;
  color: #666;
  margin:0 auto;
}
.ssi-button.error {
  background: #cf5144;
}

.ssi-button.error:hover {
  background: #ab4b3f;
}

.ssi-button.error:active {
  background: #8f493e;
}

.ssi-button.info {
  background: #006cbc;
}

.ssi-button.info:hover {
  background: #0054a0;
}

.ssi-button.info:active {
  background: #004d8e;
}


.file-panel{
	position: absolute;
    background: rgba( 0, 0, 0, 0.5 );
	filter: alpha(opacity=50);/*IE*/
    width: 100%;
	height:0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
}

.file-panel span{
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(./icons.png) no-repeat;
    margin: 5px 1px 1px;
    cursor: pointer;
	background-position: -48px -24px;
}



/* .selected {
  opacity: 0.4;
}
 */
.ssi-previewBox {
  float: left;
  width: 100%;
  color: #ccc;
  padding: 10px;
}

.ssi-dropZonePreview {
  border: 2px dashed #ccc;
  content: 'Drag n Drop Files';
}

#ssi-DropZoneBack {
  z-index: -1;
  overflow: hidden;
}

.ssi-removeBtn {
  margin: 5px 0 5px 0;
  padding: 0;
}
.ssi-uploader{
	float:left;
}
.ssi-uploader::after {
  content: ' ';
  display: block;
  clear: both;
}

.ssi-uploadFiles {
  position: relative;
  float: left;
  border: 1px solid #aaaaaa;
  overflow: hidden;
  border-radius: 3px;
  width: 180px;
  min-height: 32px;
  margin: 2px 2px 2px 0;
  font-size: 15px;
  vertical-align: middle;
  line-height: 30px;
  -webkit-transition: height .3s;
  transition: height .3s;
  background: #FFFFFF;
  padding-right: 1px;
}


.ssi-buttonWrapper {
 text-align: center;
vertical-align:middle;
  display: inline-block;
  margin-right:0px;
  margin-bottom:0px;
}


.ssi-upImgTd {
	display: table-cell;
  position: relative;
   text-align: center;
   vertical-align: middle
}



.ssi-uploadProgress {
  display: block;
  text-align: center;
  width: 0;
  height: 5px;
  background: #5cb85c;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.ssi-uploadProgressNoPre {
  position: absolute;
  height: 19px;
  margin-top: 0;
  opacity: 0.6;
}


.ssi-uploadBoxWrapper {
  float: left;
}

.ssi-uploadBoxOpened {
  max-height: 200px;
  z-index: 2000;
  overflow: auto;
  border: 0.1mm solid #dcdcdc;
  -webkit-transition: max-height .5s ease-out;
  transition: max-height .5s ease-out;
}

.ssi-uploadProgress.hide {
  margin-top: 0;
  opacity: 0;
  -webkit-transition: opacity 1.3s;
  transition: opacity 1.3s;
}

.ssi-canceledProgressBar {
  width: 100% !important;
  background: #d9534f;
}


.ssi-hidden {
  display: none;
}


.ssi-imgToUploadTable {
text-align: center;
vertical-align:middle;
  font-size: 15px;
  display: inline-block;
}

.ssi-imgToUpload {

}

.ssi-btnIn {
  float: left;
}

.ssi-ieCompatibilityForm {
  display: none;
}

div.ssi-InputLabel input[type="file"] {
  display: none;
}

.ssi-abortUpload {
  padding: 0;
}

.ssi-abortUpload .ban7w {
  margin: 0;
}

.ssi-removeBtnNP {
  border: none;
  color: #ff696d;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.ssi-InputLabel{
	 border: 1px solid #e1e1e1;
  color: #000000;
  text-align:center;
  vertical-align:middle;
  display: table-cell;
  margin:0 auto;
  top:0;
   left: 0;
   z-index: 0;
      position: absolute;

}
.ssi-InputLabel.disabled, .ssi-InputLabel.disabled:hover, .ssi-InputLabel.disabled:active {
  cursor: not-allowed;
  background: #5cb85c;
  opacity: .65;
}

.ssi-check {
  color: #005900;
}

.ssi-boxHover {
  cursor: pointer;
}

.ssi-upI.imgTd {
  position: relative;
}
.ace-file-input .upload {
    position: absolute;
    right: -32px;
    top: 6px;
    width: 17px;
    text-align: center;
    height: 17px;
    line-height: 15px;
    font-size: 11px;
    font-weight: 400;
    background-color: #FB7142;
    border-radius: 100%;
    color: #FFF;
    text-decoration: none;
}
.ace-file-input .abort {
    position: absolute;
    right: -16px;
    top: 6px;
    width: 17px;
    text-align: center;
    height: 17px;
    line-height: 15px;
    font-size: 11px;
    font-weight: 400;
    background-color: #FB7142;
    border-radius: 100%;
    color: #FFF;
    text-decoration: none;
}
    .uploadProgress {
    margin-top:-5px;
    display: block;
    text-align: center;
    width: 0;
    height: 5px;
    background: #5cb85c;
    -webkit-transition: width .3s;
    transition: width .3s;
}
.canceledProgressBar {
  width: 100% !important;
  background: #d9534f;
}
.ace-file-input {
    display: block;
    font-size: inherit;
    position: relative;
    height: 30px;
	font-weight: 400;
}
.ace-file-input input[type=file] {
    position: absolute;
	z-index: -999;
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.ace-file-input .ace-file-container .ace-file-name:after {
    display: inline-block;
    content: attr(data-title);
}
.ace-file-input .remove {
    position: absolute;
    right: -16px;
    top: 6px;
    width: 17px;
    text-align: center;
    height: 17px;
    line-height: 15px;
    font-size: 11px;
    font-weight: 400;
    background-color: #FB7142;
    border-radius: 100%;
    color: #FFF;
    text-decoration: none;
}
.ace-file-input .ace-file-container {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.ace-file-input .ace-file-container .ace-file-name {
    display: inline-block;
    height: 28px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 28px;
    color: #888;
    font-size: 13px;
    vertical-align: top;
    position: static;
    padding-left: 30px;
}
.ace-file-input .ace-file-container .ace-icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 24px;
    width: 26px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 13px;
    border: 2px solid #FFF;
    color: #FFF;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #D1D1D1;
}
.ace-file-input .ace-file-container.selected {
    right: 16px;
}
.ace-file-input .ace-file-container:before {
    display: inline-block;
    content: attr(data-title);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 24px;
    text-align: center;
    padding: 0 8px;
    background-color: #6FB3E0;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid #FFF;
    border-left-width: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ace-file-input .ace-file-container.selected .ace-file-name .ace-icon {
    background-color: #EFAD62;
}
.ace-file-input .ace-file-container .ace-icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 24px;
    width: 26px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 13px;
    border: 2px solid #FFF;
    color: #FFF;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #D1D1D1;
}
.ace-icon {
    text-align: center;
}
