div.required label:after {
    content: " *";
    color: #d33c43;
}

img.ih-25 {
    height: 25px;
}
img.ih-50 {
    height: 50px;
}
img.ih-100 {
    height: 100px;
}
img.iw-25 {
    width: 25px;
}
img.iw-50 {
    width: 50px;
}
img.iw-100 {
    width: 100px;
}

.link-regular {
    color: inherit;
    text-decoration: inherit;
}

.char-pagination {
    margin: 1rem 0;
    padding: 1rem 0;
    font-size: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.char-pagination span {
    padding: 1rem;
    border-radius: 10px;
    background: #f2f2f2;
}

.char-pagination a {
    text-decoration: none;
}

.font-weight-bolder {
    font-weight: bolder!important;
}

select[multiple] {
    min-height: 200px;
}

textarea {
    min-height: 150px!important;
}

.table-thumbnail {
    max-height: 60px;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.table-narrow {
    max-width: 60px;
}

.highlight {
    background: #ffe328;
    color: black;
    padding: 1px 2px;
}

.display-7 {
    font-size: 1rem;
}

.cursor-pointer {
    cursor: pointer;
}

/* CMFS */
.dataset-container {
    border: 1px solid lightgray;
    border-radius: calc(0.5rem + 4px);
    padding: 1rem;
    display: flex;
    margin-bottom: 1rem;
}
.dataset-icon {
    padding-right: 1.5rem;
    display: flex;
    align-items: center;
}
.dataset-content {
    flex-grow: 1;
}
.dataset-header {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.dataset-details {
    font-size: 2rem;
}
/* END CMFS */

.upload-wrapper {
    border: 1px dashed #a7a7a7;
    border-radius: 0.375rem;
    margin-top: 1rem;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.upload-wrapper-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    font-size: 0;
}
