﻿.umb-overlay {
    height: 90% !important;
    width: 50% !important;
}

.overlay input:not([type=checkbox]),
.overlay textarea,
.overlay select {
    width: 100% !important;
}

.w-45 {
    padding: 10px;
    width: 45%;
    display: inline-block;
}

.form-group {
    display: flex;
    align-items: center;
}

.form-group label {
    margin-bottom: 0;
    margin-left: 15px;
}

.form-group input[type=checkbox] {
    margin: 0;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 14px !important;
    cursor: pointer !important;
    margin-right: 15px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.list-unstyled {
    list-style-type: none;
}

.custom-rte .umb-property-editor {
    max-width: 100%;
}

.custom-rte .mce-tinymce {
    max-width: 100%;
}

#edit-contact-info input[readonly] {
    background-color: #f3f3f3;
}