.fileuploader {
	background: none;
}

.action-column {
  font-size: 120%;
  direction: rtl;
}
.modal-open {
	padding-right: 0px !important;
}

.chosen-container-multi .chosen-choices{
  padding: 4px 5px;
}

.custom-file-control {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0 .25rem .25rem 0;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.archive-icon {
  color: #17a2b8;
  font-size: 125%;
  padding-left:5px;
  padding-right:5px;
}

.form-error {
  color:red;
}