.collapse.open {
    display: block !important;
}

.inline-group h2 {
    text-transform: none;
}

.image_preview {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
}

.select2-container, select {
    width: 21em !important;
}

.vIntegerField {
    width: 20em !important;
}

.vDateField, .vTimeField {
    width: 10em !important;
}

.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    /* background-color: #fefefe; */
    /* margin: 15% auto; */
    padding: 0px;
    min-width: 50%;
}

.modal-search {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 22px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-table {
    width: 100%;
    border-collapse: collapse;
}

.open-modal-button {
    appearance: auto;
}

.no-label ~ label {
    display: none !important;
}

.checkbox_widget {
    padding: 0px 10px 0px 0px !important;
}

.related-widget-wrapper {
    flex-grow: 0 !important;
}