/**
 * @author: Procurios
 * @about:  mmt-meeting-list.css
 *          Default layout and structure settings of the meetling list snippet of mod_meeting2.
 */

/**
 * .mmt-search
 */

.mmt-search {
    display: flex;
    position: relative;
    margin: 0 0 3rem 0;
    padding: 2rem 1.25rem 1.25rem 1.25rem;
    border: 1px solid #f4f4f4;
    border-radius: 0.25rem;
    box-shadow: 0 0 1.5rem rgb(0 0 0 / 13%);
}

.mmt-search div.field {
    margin: 0;
    padding: 0;
}

.mmt-search div.fieldinput {
    margin: 0;
}

.mmt-search label.field,
.mmt-search div.field_sep {
    display: none;
}

.mmt-search div.field {
    flex-grow: 1;
}

.mmt-search div.submit {
    flex-grow: 0;
    margin-bottom: .5rem;
    margin-left: .5rem;
}

.mmt-search input.proFormText {
    width: 100%;
    margin: 0;
    background-color: var(--white);
}

.mmt-search .proFormText {
    width: 95%;
    color: #999;
    background: transparent url(../../../../ui/uibase/icons/16/search.png) no-repeat 98% 50%;
}

.mmt-search .proFormText:focus {
    color: #000;
}

@media (min-width: 992px) {
    .mmt-search {
        max-width: 66.6666%;
    }
}
