html {
    height: 100%;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.fRight {
    float: right
}

.tbl {
    overflow-x: scroll;
}

.noresize {
    resize: none;
}

.hideD {
    display: none;
}

.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.margeBottom {
    margin-bottom: 80px;
}

.margeTop {
    margin-top: 20px;
}

.accions {
    width: 100px;
}

.textCenter {
    text-align: center;
}

.margeLeft {
    margin-left: 10px;
}

.masthead {
    height: 150px;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead p {
    vertical-align: top;
}

.btn-space {
    margin-right: 5px;
}

.file-upload-form,
.image-preview {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px;
}

img.preview {
    width: 200px;
    background-color: white;
    border: 1px solid #DDD;
    padding: 5px;
}

table.dataTable {
    max-width: none;
}

/* MULTISELECT TAGS */
.multiselect__tags {
    display: flex !important;
    flex-direction: column;
    padding: 8px 8px 8px 8px !important;
    word-break: break-all;
    overflow-y: scroll;
    max-height: 400px;
}

.custom__tag {
    background: antiquewhite;
    border-radius: 10px;
    padding: 5px;
    font-weight: bold;
    margin-right: 1px;
    line-height: 3;
    font-size: 12px;
}

.custom__tag .custom__remove {
    cursor: pointer;
}

.custom__tag .custom__remove:hover {
    background: grey;
}
