	.ssi-infoTooltip, .ssi-tooltipText {
		border: 1px #b7b7b7 solid;
		border-radius: 6px;
		padding: 7px;
		color: #fff;
		display: none;
		background-color: #151515;
		position: absolute;
		font-size: 14px;
		font-weight: 500;
		opacity: 1;
		z-index: 30000;
	}

	.ssi-button {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		font-size: 13px;
		text-decoration: none;
		border: none;
		cursor: pointer;
		padding: 3px 15px;
		margin: 0 0 0 2px;
		border-radius: 3px;
		color: whitesmoke;
	}
	/*.ssi-InputLabel{
		margin-left: 20px;
	}*/
	.ssi-button:focus{
		outline:none;
	}
	.ssi-button.error {
		background: transparent;
	}

	.ssi-button.error:hover {
		background: #transparent;
	}

	.ssi-button.error:active {
		background: #transparent;
	}

	.ssi-button.info {
		background: #006cbc;
	}

	.ssi-button.info:hover {
		background: #0054a0;
	}

	.ssi-button.info:active {
		background: #004d8e;
	}

	.ssi-button.success {
		background: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		color: #6d6d6d;
		cursor: pointer;
		padding: 14px 25px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		font-size: 15px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.ssi-max-size-tooltip{
		font-size: 15px;
		color: #acacac;
		margin-left: 10px;
	}
	.ssi-max-size-tooltip-wrong{
		color: #c8000a;
	}

	.ssi-button.success:hover {
		background: #fff;
	}

	.ssi-button.success:active {
		background: #fff;
	}

	.ssi-button[disabled] {
		opacity: 0.8;
		pointer-events: none;
	}

	.ssi-statusLabel {
		padding: 2px 6px;
		text-align: center;
		font-size: 10px;
		color: #fff;
		font-weight: 600;
		border-radius: 2px;
	}

	.ssi-statusLabel.error {
		background: #cf5144;
	}

	.ssi-statusLabel.success {
		background: #40b056;
	}

	.ssi-previewBox {
		float: left;
		color: #ccc;
		padding: 0 30px;
		line-height: 0;
	}

	.ssi-dropZonePreview {
		content: 'Drag n Drop Files';
		margin-bottom: 0px;
		padding: 10px 0 0 ;
	}

	#ssi-DropZoneBack {
		z-index: -1;
		overflow: hidden;
	}

	.ssi-removeBtn {
		margin: 5px 0 5px 20px;
		padding: 0;
	}

	.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;
	}

	span.ban7 {
		background-position: 0px -18px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 18px;
		height: 18px;
	}

	span.ban7w {
		background-position: 0px -36px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 18px;
		height: 18px;
		background-color: #cf5144;
		margin-top: 2px;
		height: 17px;
	}

	span.ban10 {
		background-position: 0px 0px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 18px;
		height: 18px;
	}

	span.ban23 {
		background-position: 0px -126px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 31px;
		height: 31px;
	}

	span.check7 {
		background-position: 0px -54px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 18px;
		height: 18px;
		background-color: #40b056;
		margin-top: 2px;
		height: 17px;
	}

	span.check23 {
		background-position: 0px -157px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 31px;
		height: 31px;
	}

	span.exclamation7 {
		background-position: 0px -72px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: 2px;
		background-color: #cf5144;
		height: 17px;
		border-radius: 3px;
	}

	span.exclamation23 {
		background-position: 0px -188px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 31px;
		height: 31px;
	}

	span.trash7 {
		background-position: 0px -108px;
		background-repeat: no-repeat;
		overflow: hidden;
		display: block;
		width: 18px;
		height: 18px;
	}

	span.trash10 {
		overflow: hidden;
		display: block;
		position: relative;
		width: 12px;
		height: 16px;
	}

	span.trash10:after,
	span.trash10:before{
		position: absolute;
		content: "";
		top: 8px;
		left: 0;
		width: 100%;
		border-top:1px solid #c8000a;
		transform: rotateZ(45deg);
	}
	span.trash10:before{
		transform: rotateZ(-45deg);
	}

	.ssi-previewBox.ssi-dragOver, .ssi-dragOver .ssi-dropZone {
		color: #ba2919;
		border-color: #ba2919;
	}
	
	/*.ssi-uploader{
		margin-bottom: 15px;
		margin-top: -15px;
	}*/

	.ssi-buttonWrapper {
		float: left;
		margin-right: 20px;
		padding-top: 10px;
	}

	.ssi-noPreviewMessage {
		position: relative;
		z-index: 1;
		border-radius: 4px;
		margin: 1px;
		float: right;
		width: 35px;
		height: 31px;
		padding: 0;
	}

	.ssi-noPreviewMessage span {
		margin: 0 auto;
	}

	.ssi-noPreviewSubMessage {
		width: 15px;
		height: 15px;
		padding: 0;
	}

	.ssi-totalvalue {
		float: right;
		margin: 2px;
	}

	.ssi-upImgTd {
		position: relative;
	}

	.ssi-upImgTd .fa-spin {
		display: inline-block;
		position: absolute;
		top: 45%;
		left: 45%;
	}

	.ssi-uploadProgressNoPreview {
		position: absolute;
		display: block;
		text-align: center;
		width: 0;
		height: 35px;
		background: #5cb85c;
		-webkit-transition: width .3s;
		transition: width .3s;
		opacity: 0.6;
	}

	.ssi-uploadNoDropZone {
		border: 1px solid #ccc;
	}

	.ssi-uploadProgress {
		margin-top: 4px;
		display: block;
		text-align: center;
		width: 0;
		height: 10px;
		background: #5cb85c;
		-webkit-transition: width .3s;
		transition: width .3s;
	}

	.ssi-uploadProgressNoPre {
		position: absolute;
		height: 19px;
		margin-top: 0;
		opacity: 0.6;
	}

	.ssi-uploaderNP {
		position: relative;
	}

	.ssi-uploaderNP::after {
		content: ' ';
		display: block;
		clear: both;
	}

	.ssi-uploadDetails {
		width: 180px;
		max-height: 0;
		top: 37px;
		background: #FFFFFF;
		position: absolute;
		-webkit-transition: max-height .2s ease-out;
		transition: max-height .2s ease-out;
		border-radius: 3px;
		overflow: hidden;
		padding-right: 2px;
	}

	.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;
	}

	table.ssi-fileList {
		font-size: 10px;
		margin: 5px;
	}

	table.ssi-fileList tr td:first-child {
		border: 0.1mm solid #dcdcdc;
		/*border: 0.1mm solid black;*/
		width: 89%;
		position: relative;
	}

	table.ssi-fileList tr td:nth-child(2) {
		padding-left: 7px;
	}

	table.ssi-fileList tr {
		line-height: 18px;
	}

	table.ssi-fileList tr.ssi-space > td {
		border: none;
		padding-bottom: 2px;
	}

	.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-imgToUploadTable h2 {
		margin: 0;
	}

	.ssi-hidden {
		display: none;
	}

	.ssi-imgToUploadTable {
		border: 1px solid #e5e5e5;
		color: #666;
		font-size: 13px;
		border-radius: 5px !important;
		margin-right: 10px !important;
		padding: 2px 10px !important;
		display: inline-block;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin-bottom: 10px;
		background: #fff;
	}
	.ssi-imgToUploadTable td{
		border: none;
		padding: 10px;
	}
	.ssi-imgToUpload {
		width: 140px;
		height: 128px;
	}

	.ssi-btnIn {
		float: left;
	}

	.ssi-ieCompatibilityForm {
		display: none;
	}

	span.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.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;
	}
	#ssi-clearBtn,
	#ssi-uploadBtn,
	#ssi-abortBtn{
		display:none;
	}

	@media (max-width: 1024px){
		.ssi-buttonWrapper{
			margin-top: -5px;
		}
		.ssi-uploader{
			margin-bottom: 10px;
			margin-top: 0px;
		}
		.ssi-imgToUploadTable {
			margin-bottom: 10px;
			
		}
	}