.dz-default {
    line-height: 220px;
}

.tooltip{
  opacity: 1 !important;
  z-index: 1151 !important;
}


.dz-progress {
   top: 65% !important;
}

.dz-details {
    padding: 10px 0 0 0 !important;
    z-index: 20;
}

.dropzone-success-mark {
    top: 70px;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    font-size: 1em;
    text-align:center;
    min-width: 100%;
    max-width: 100%;
    font-weight: bold;
}

.dropzone-error-mark {
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 0;
}

.dropzone-error-message {
    position: absolute;
    top: 70px;
    z-index: 1000;
    text-align:center;
    min-width: 100%;
    max-width: 100%;
    font-weight: bold;
}

.dropzone-remove {
    text-align: right;
    position: absolute;
    z-index: 1000;
    min-width: 100%;
    max-width: 100%;
    top:0;
    right:0;
    width: 50px;
    font-size: 1.2em;
}

.dropzone-view-report {
    text-align: center;
}

.dropzone a {
   cursor: pointer !important;
}

.risk-level {
    color: white !important;
    display: inline-block !important;
    padding: 2px !important;
    font-weight: bold !important;
    padding: 1px 5px 1px 5px !important;
    font-size:10px !important;
}

.dropzone .dz-preview:hover .dz-image img {
    filter: blur(80px) !important;
}


input[type='radio'], input[type='checkbox']{
    margin: 0 0 0;
}

.lazy{
    margin-bottom: 20px;
}

input.workflow {
  position: absolute;
  left: -9999px;
}

span.workflow {
  display: inline-block;
  position: relative;
  margin: 1px;
  padding: 7px 25px 7px 30px;
  border-radius: 10px;
  color: #444;
  background-color: white;
  border: 1px solid #444;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;

}

span.workflow::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 12px;
  border: 0px solid #fff;
  border-radius: 100px;

}


input.workflow:checked + span.workflow {
  background-color: #3276b1;
  color: white;
}


footer{
    margin-top: 100px;
}

.btns{
    float:right;
}

[id^=dZUpload]{
  border: 3px dashed lightgray;
  background: none;
  background-color: #fAfAfA;
}

.dz-message{
  /*! line-height: 280px; */
  text-align: center;
  color: #444;
  font-size:18px;
  margin-top: 30px;
}

.progress-bar-custom{
    padding-left:0px;
    padding-right:0px;
    overflow: hidden;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar-content{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-content.success{
    background-color: #4cae4c;
}

.progress-bar-content.error{
    background-color: #d43f3a;
}

.progress-bar-content{
    background-color: #428bca;
}

#rules-preview{
    height:250px;
    overflow-y:scroll;
    overflow-x:hidden;
}