.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mailbox-attachments li {
    float: left;
    width: 230px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 31%;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 22px;
    background: #f4f4f4;
}

.mailbox-attachment-icon.has-img {
    padding: 0;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-icon.has-img>img {
    max-width: 100% !important;
    height: auto;
    vertical-align: middle;
    max-height: 188px;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
    margin-top: -20px;
    padding-bottom: 10px;
}

.upload .alert {
    position: absolute;
    left: 7.5%;
    top: 0px;
    z-index: 2;
    height: 55px;
    font-size: 1.5em;
    text-shadow: 0px 1px 2px #000;
    border-radius: 3px;
}

.upload .miestado, .upload .archivos_subidos {
    width: 94.2%;
    margin-left: 5.8%;
}

.upload .row {
    margin-left: 3.5%;
}

.zmdi-delete {
    color: red;
}

.upload .uploadLabel {
    margin-left: 6%;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 10px;
    font-weight: 900;
}

.dragover {
    border: 5px dashed blue;
}

.foto-galeria {
    float: left;
    display: block;
}

.foto-galeria .md-card-image {
    width: 100%;
    height: 320px;
}

.foto-galeria .md-card-image:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
}