#opi-attendance-form input[type=text],
#opi-attendance-form input[type=number],
#opi-attendance-form textarea,
#opi-attendance-form select {
    font-weight: 500;
    -webkit-appearance: none;
    border: 0;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    box-shadow: none;
    border-radius: 4px;
    padding: 11px 15px;
    max-width: 100%;
    color: #717a8f;
    border-color: #ebeef1;
    min-width: 65px;
}

#opi-attendance-form select {
    background-image: url(../img/select.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

#opi-attendance-form select:disabled {
    opacity: 0.65;
}

#opi-attendance-form form > div {
    margin-bottom: 15px;
}

#opi-attendance-form fieldset {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

#opi-attendance-select,
#opi_event {
    min-width: 220px!important;
}

#opi_attendance_select,
#opi_name {
    display: inline-block;
}