
/* Set height for select2 fields to match default bootstrap height */

.select2-container .select2-selection--single {
    border-radius: 6px;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    height: 38px;
    padding: 8px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

/* Use cursor pointer for form-item-checkable fields */
.form-item-checkable label.item {
    cursor: pointer;
}

.form-item-checkable.active {
    background-color: #f5f5f5;
}

.subnav {
    max-width: 228px;
}

up-modal-content .card-body {
    padding-right: 0px;
    padding-left: 0px;
}

up-modal-content #content_panel {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

up-modal-content #content_panel form {
    width: 100%;
}

up-modal-content #content_panel form label {
    display: block !important;
}