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

/**
 * .mmt-search
 */

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

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

.mmt-search label.field {
    font-weight: bold;
}

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

.mmt-search .proFormText {
    width: 95%;
    padding-right: 2.5em;
    color: #505050;
    border: 2px solid #505050;
    margin-bottom: 1em;
    background: url('../../img/snippets/icon-search.svg') no-repeat right 1em center;
    background-size: 1em;
}

.mmt-search .proFormText::-webkit-input-placeholder {
    color: #999;
}

.mmt-search .proFormText::-moz-placeholder {
    color: #999;
}

.mmt-search .proFormText:-ms-input-placeholder {
    color: #999;
}

.mmt-search .proFormText:-moz-placeholder {
    color: #999;
}
