
.dropzone {
   width: 100%; 
   border: 1px solid grey; 
   /** max-height: 120px;  **/
   overflow: auto;

}

.gallery-upload-button {
    position: absolute; 
    top: 50px;
}

.gallery-upload-button .icon-camera { display: none; margin-right: 5px; }


@media (max-width: 1024px) {
    .gallery-upload-button {
        width: calc(100vw - 65px);
    }
    .gallery-upload-button .icon-camera { display: block; margin-right: 5px; }
    .gallery-upload-button .icon-attachment { display: none; }
    
}


.dropzone .dz-preview .dz-details {
   width: 100%;
}

.dropzone .dz-filename input {
  width: 100px;
  border: 1px solid #ddd;
}

.dropzone {
    border: none;
    /** min-height: 40px; **/
    display: block; /** table !important; **/
    padding-top: 0;
}

.dropzone .dz-default.dz-message {
   height: auto;
}


.dropzone .dz-default.dz-message:before {
    content: '';
}

.dropzone .dz-image img {
    height: 100px;
    cursor: pointer;
}

.dropzone .dz-default.dz-message {
  margin-top: 0;
}

.dropzone .dz-filename {
  height: 19px;
  width:  100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.dropzone a.dz-remove {

position: absolute;
    top: -30px;
    right: 5px;
    position: absolute !important;
    top: -18px !important;
    right: 18px;
    top: -22px;
    padding: 5px 6px !important;
    border-radius: 12px !important;
}

.dropzone a.dz-remove i {
    font-size: 13px !important;
}

.gallery.mini {
  margin: 0;
}

.gallery.mini button span {
  padding: 7px 7px;
}
.gallery.mini button span {
  display: none;
}

.gallery.mini .dropzone .dz-image img {
    height: 20px !important;
}

.gallery.mini .dropzone .dz-details {
  display: none;
}

.form.form-readonly.readonly .gallery > label {
    margin-bottom: 3px;
}

.form.form-readonly.readonly .gallery .help-block  {
  display: none;
}



.gallery-camera label {
   font-size: 14px !important;
   top: -12px !important;
   left: 15px !important;
}

.gallery-camera .dz-filename {
  display: none !important;
}

.gallery-camera .dz-details {
  display: none !important;
}

.gallery-camera .dz-image img {
  width: 100% !important;
  height: auto;
}


/*----------------------------------- agregado ------------------*/
/*clases para el lu */
.mail-attachments{
    display: flex;
}

.mail-attachments li {
    width: 20em;
    margin-right: 0.625em;
    list-style: none;
}

.mail-attachments-preview img {
    margin-left:0.625em;
    
}



/*-----------------------------------agregado 08/04/24-----------*/


.editable-gallery {
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


/** gallery hover en archivos **/
ul.mail-attachments > li:hover {
  background: #ddd;
  cursor: pointer;
}

.fb-gallery label {
    top: 9px !important;
    padding: 5px 14px 0px 23px !important;
    position: relative !important;
}

.dropzone .dz-preview .dz-image {
    width: auto !important;
    /*height: auto !important;*/
}

.dropzone {
    height: 150px;
    overflow: scroll;
}


/** ------ -FORM READONLY BEHAVIOUR ***/


/** GALLERY **/
.form-readonly.readonly .dz-clickable {
  display: none;  
}

.form-readonly.readonly .dz-remove {
  display: none !important; 
}

.form-readonly.readonly .dz-size {
  display: none !important; 
}

.form-readonly.readonly .dz-preview {
  border: none !important;
}

.form-readonly.readonly .gallery-upload-button {
    display: none;
}

/** -------------------------------- **/








