.ui-autocomplete {
    z-index: 1000 !important;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background-color: #f5f7fa;
    margin-bottom: 25px;
}

.dropzone .dz-message {
    margin-top: 3em;
}

@media (min-width: 768px) {
    .margin-top-27-dyn {
        margin-top: 27px;
    }
}

.wrapperIconSuperSearch {
    width: 30px;
    display: inline-block;
    text-align: center;
}
.flot-x-axis .flot-tick-label {
    margin-top: 5px;
    line-height: 12px;
}


.hebe-avatar {
  border: #5e4f8d 4px solid;
  background-color: #eee;
  width: 300px;
  height: 300px;
  margin-left: 50%;
  left: -150px;
  position: relative;
}
.hebe-avatar-list {
  border: #5e4f8d 4px solid;
  background-color: #eee;
  margin-left: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  left: -25px;
}
.badge-success {
background-color: #27c24c;
}
.badge-danger {
background-color: #f05050;
}
.badge-warning {
background-color: #f3ca06;
}

