
/*-------functional styling*/
.fancybox-inner {
    font-family: Arial;
}


.upload-list li.no-items {
	border-bottom: none;
}


.droparea.over .drop-over {
	display: block;
}

.droparea.over .drop-over {
	display: block;
}


.upload-list div {
	margin-bottom: 0.5em;
}

.upload-list li img {
	max-width: 400px;
}


.dzs-single-upload{ 
    display: inline-block;
}

.dzs-multi-upload input[type="file"]{ 
    width: 90px;
}

.multi-uploader-wrap{
	position:relative;
}
.multi-uploader-wrap .btn_upl{
	position:absolute;
	top:0;
	left:0;
}

/*
.feedback{
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;	
	opacity:1;
	min-height:20px;
}
*/
.feedback:empty{
	opacity:0;
	height:0;
	min-height:0;
}

 .success, .dzs-error {
	 display:inline-block;
  border: 1px solid;
  margin: 10px 0;
  padding: 5px 15px;
}

/*-------estethic styling*/

/*--single uploader*/

.dzs-form-upload{
	width: 450px;
	min-height: 30px;
	display: inline-block;
}
.dzs-form-upload .btn_submit{
	visibility: hidden;
}
.dzs-form-upload .file_field{
	visibility: hidden;
}
.dzs-form-upload input[type="file"]{ 
    width: 90px;
}
.dzs-form-upload input[type="file"]{ 
    width: 90px;
}


.upload-list, .api-calls {
    margin-left: 0;
	margin-bottom: 5px;
	border-radius:2px;
	padding:0px;
	width: 95%;
	border:1px solid #333;
	margin-top:0;
    height: 80px;
    overflow: auto;
}

.upload-list li {
	list-style: none;
	margin-bottom:0;
	padding:2px 15px;
	color:#333;
    background: #fff;
    font-size:12px;
}
.upload-list li.dummy {
	
}

.upload-list .progress-bar-container {
	width: 400px;
	height: 10px;
	border: 1px solid #555;
	margin-bottom: 20px;
}

.upload-list .progress-bar-container.uploaded {
	height: auto;
	border: none;
}

.upload-list .progress-bar {
	width: 0;
	height: 10px;
	font-weight: bold;
	background: #6787e3;
}

.upload-list .progress-bar-container.uploaded .progress-bar{
	display: inline-block;
	width: auto;
	color: #6db508;
	background: transparent;
}

.primary-button, .btn_upl, .upload-button {
    border: 1px solid #777777;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0;
    padding: 3px 14px;
    text-decoration: none;
    border-radius:0px;
    color:#333; 
    background: #eee;
}

.primary-button:hover{
box-shadow: inset 0 0 5px 2px rgba(0,0,0,0.2);
}
.error {
  background-color: #FFBABA;
  color: #D8000C;
}

.success {
  background-color: #DFF2BF;
  color: #4F8A10;
}

/*
 .feedback,
*/
/*
.btn_upl {
  border: 1px solid #777777;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0;
  padding: 3px 14px;
  text-decoration: none;
  border-radius:5px;
color:#fafafa; 
border:1px solid #aaa;
  background: #c1c1c1;
background: -moz-linear-gradient(top, #c1c1c1 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #c1c1c1 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #c1c1c1 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #c1c1c1 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#e5e5e5',GradientType=0 );
background: linear-gradient(top, #c1c1c1 0%,#e5e5e5 100%);
}
.btn_upl:hover{
box-shadow: inset 0 0 5px 2px rgba(0,0,0,0.2);
}
*/
    /*
border:1px solid #369;
  background: -moz-linear-gradient(top, #369 0%, #368 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0d4a), color-stop(100%,#c60025));
background: -webkit-linear-gradient(top, #369 0%,#369 100%);
background: -o-linear-gradient(top, #369 0%,#369 100%);
background: -ms-linear-gradient(top, #369 0%,#369 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#369", endColorstr="#c60025",GradientType=0 );
background: linear-gradient(top, #ff0d4a 0%,#c60025 100%);
*/
/*
background: -moz-linear-gradient(top, #feffff 0%, #dee9ed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#dee9ed));
background: -webkit-linear-gradient(top, #feffff 0%,#dee9ed 100%);
background: -o-linear-gradient(top, #feffff 0%,#dee9ed 100%);
background: -ms-linear-gradient(top, #feffff 0%,#dee9ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dee9ed',GradientType=0 );
background: linear-gradient(top, #feffff 0%,#dee9ed 100%);
border-bottom:1px solid rgba(0,0,0,0.2);
*/

/*--multi uploader*/
/*
font-family:Georgia, Verdana, Geneva, sans-serif;
*/
/*
.upload-list-title{  text-transform:uppercase; font-size:12px; font-weight:normal; background-color:#fafafa; width:150px; text-align:center; margin-left:20px; 
border-radius:4px 4px 0 0;
color:#fafafa;
border-top:3px solid rgba(0,0,0, 0.02); 
padding:5px 3px;
background: #7abcff;
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
 }
.droparea {
	width:400px;
	height: 50px;
	text-align: center;
	border: 1px dashed #ddd;
	padding: 10px;
	margin: 2em 0;
}

.droparea .instructions {
	display: block;
	height: 30px;
	margin-top:14px;
	font-size:12px;
	color:#CCC;
}

.droparea .drop-over {
	display: none;
	font-size: 25px;
	height: 30px;
}
		
.droparea.over {
	background: #F0F8FE;
}


.droparea.over .drop-over {
	font-size: 25px;
}
*/