.minPadding {
    padding: 0 3px !important;
}
.format-btn {
    padding: 0 8px !important;
}
.noMargin {
    margin: 0 !important;
}
.noBottomMargin {
    margin-bottom: 0 !important;
}
.btn-flat {
    line-height: 30px;
}
.select-wrapper input.select-dropdown {
    line-height: 30px !important;
    height: 30px !important;
}
#articulo {
    height: calc(100vh - 78px);
    padding: 15px;
    padding-bottom: 30px;
    overflow-y: auto;
}
@media only screen and (max-width : 1455px) {
    #articulo {
        height: calc(100vh - 114px);
    }
}
@media only screen and (max-width : 387px) {
    #articulo {
        height: calc(100vh - 150px);
    }
}
#editor > .row {
    margin-bottom: 0 !important;

}
.btn-color{
    width: 20px;
    height: 20px;
    padding: 0;
}
.uploadBox{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 20px;
}

.boxDD,
.boxUploading,
.boxSuccess,
.boxError {
    display: none;
}
.uploadBox.is-dragover {
    background-color: grey !important;
}
.prevImage {
    width: 200px;
}


.separator {
    border-bottom: #eeeeee solid 1px;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}

.input-field.lists, .input-field.list {
    padding: 0 0.75rem;
    margin: 0px !important;
}
.input-field input:not(.ne) {
    color: aliceblue;
}

.input-field.lists > label {
    left: 0.75rem !important;
    top: -37px;
}
.select-dropdown {
    color: aliceblue;
}
#editmenu {
    height: 100vh;
    overflow-x: auto;
    margin-bottom: 0 !important;
}
#statusBar {
    border-top: 1px solid #ff5722;
    height: 41px !important;
}
#statusBar > .btn {
    height: 40px;
}
textarea.materialize-textarea {
    color: #ffffff;
}
.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.imageContainer {
    padding: 10px;
}
.fullscreen {
    padding-left: 0 !important;
}
#articulo .imageCont {
    position: relative;
}
#articulo .imageCont > .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}
#articulo .imageCont > .buttons {
    position: absolute;
    width: 100%;
    bottom: 20px;
    opacity: 0;
    transition: opacity 0.5s ease;
}
#articulo .imageCont:hover > .buttons {
    opacity: 1;
}
#articulo .imageCont > .buttons > *{
   cursor: pointer;
}


#articulo .imageCont:hover > .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.imgOnGallery:hover .imageButtonOption, .imageButtonOption:hover, .selected > .imageButtonOption {
    opacity: 1;
}
.imgOnGallery > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}
.imgOnGallery:hover .overlay, .selected > .overlay{
    display: block;
    background: rgba(0, 0, 0, .5);
}
.imgOnGallery > .nombre {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    font-weight: 700;
    font-size: 1rem;
    color: #eeeeee;
    z-index: 1;
    transition: top .5s ease;
    opacity: 0;
}
.imgOnGallery:hover > .nombre, .selected > .nombre {
    top: 0;
    opacity: 1;
}
