.directJumpImageUrls {
    margin-bottom: 7px;
}

.directJumpImageUrls > img {
    max-width: 200px;
    max-height: 64px;
    margin-right: 7px;
    margin-bottom: 7px;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,.1));
}

.directJumpImageUrls > img:hover {
    cursor: pointer;
}

.previewImage {
    max-width: 200px;
    max-height: 64px;
    margin-top: 7px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.label-info{
    background-color: #17a2b8;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out, border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.date-input {
    width: 120px !important;
}

.hidden {
    display: none !important;
}

#formToken {
    width: 80px;
}