/* 
	Uploader: 
	- These styles are the ones used on the examples. No needed to use it by any means.
	- It disables user selection to avoid some weird visuals in some browsers
	- It masks/hides the the file input behind a button
 */

.dm-uploader {
	cursor: default;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dm-uploader .btn {
	position: relative;
	overflow: hidden;
}

.dm-uploader .btn input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	width: 100%;
	opacity: .0;
	filter: alpha(opacity= 0);
	cursor: pointer;
}

.dm-uploader {
  border: 0.25rem dashed #A5A5C7;
  text-align: center;
}
.dm-uploader.active {
  border-color: red;

  border-style: solid;
}

.file-upload {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.file-upload__label {
  border-radius: 40px !important;
    display: block;
    padding: 1em 3em;
    color: #fff;
    background: #2095f2;
    border-radius: .4em;
    transition: background .3s;
    font-size: 13px !important;
}
.file-upload__label:hover {
  cursor: pointer;
  background: red;
  /*background: #2c8fdc;*/
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}
.prev_up_docsdiv{
  padding-left: 0px !important;
}

#prev_up_docs tbody tr td .green{
  margin-bottom: 4px;
  margin-right: 10px; 
  width: 30px;
  height: 30px;
}

#prev_up_docs tbody tr td .red{
  margin-bottom: 4px;
  margin-right: 10px;
  width: 30px!important; 
  height: 30px!important;
}

#prev_up_docs tbody tr td .green i{
  cursor: pointer!important;
  font-size: 1.4rem!important;
  line-height: 30px!important;
}

#prev_up_docs tbody tr td .red i{
  cursor: pointer!important;
  font-size: 1.4rem!important;
  line-height: 30px!important;
}
.downloadZipHead{
  text-align: center;
}
#create_zip{
  
  cursor: pointer;
}
.imagebox tr .filedir{
  /*display: block!important;*/
  /*width: 200px!important;*/
  overflow: hidden!important;
  white-space: nowrap!important;
  text-overflow: ellipsis!important;
  max-width: 0px;
}
.imagebox td{
  font-size: 13px !important;
}
.fileTypeSelectTD{
  padding-left: 0px !important;
}
.fileTypeSelect input.select-dropdown{
  height: 2rem !important;
  font-size: 13px !important;  
}

.fileTypeSelect  .dropdown-content li>span{
  font-size: 13px !important; 
}
