/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.dt-buttons {
  float: right;
  padding-right: 3px;
}

.smart-form.submited header {
  display: none;
}

.dd {
  max-width: 100%;
}

.dd3-handle-custom {
  width: 4px !important;
  height: auto !important;
  top: 6px !important;
  left: 4px !important;
}

.dd3-content:hover {
  background: #faebd7 !important;
  border: 2px solid #b58e8e !important;
}

.sticktoTop {
  position: sticky;
  top: 0px;
  z-index: 1 !important;
  border-bottom: 1px dashed red !important;
}

.fa-trash-can,
.fa-circle-plus {
  font-size: 1.4em;
  color: darkgray;
}

.fa-trash-can:hover,
.fa-circle-plus:hover {
  color: red;
}

.foto {
  min-height: 120px;
  max-height: 200px;
}

.rowSpaceUnset {
  margin-bottom: -15px !important;
}

.popover {
  padding: 5px !important;
  max-width: 100%;
}

.custom-scroll {
  min-height: 200px;
}

@media (max-width: 979px) {
  .dropzone .dz-default.dz-message {
    background-size: unset;
    width: unset;
    height: unset;
    margin-left: unset;
    margin-top: unset;
  }
}
