/* @title Select */
/* @help Format for the Select form field. */
.form_select {
    color: #FFFFFF;
    font-size: 14px;
    width: 76%;
    padding: 3px 3px 2px 3px; /* @ignore */
    margin: 0 2px; /* @ignore */
    background-color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #006699;
    vertical-align: middle;
}

/* @title Select Multiple */
/* @help Format for the Select form field when multiple items can be selected. */
.form_select_multiple {
}

.form_select_and_text_select {
    width: 32%;
    margin-right: 20px;
}

.form_select_and_text_tag {
    text-transform: capitalize;
    margin-right: 6px;
}

.form_select_and_text_text {
    width: 32%;
    margin-left: 6px;
}

/* @title Select Jumper */
/* @help Format for the Select Jumper field used in Page Headers */
.form_select_item_jumper {
    width: 250px;
}

.form_admin_search {
    width: 30%;
    font-style: italic;
    color: #AAAAAA;
}

/* @title Select Focus */
/* @help Class applied to a select field when the field is selected. */
select:focus {
    background-color: #111111;
    color: #99CC00;
}

/* @title Time Input */
/* @help Class applied to the Time Select Field */
.form_time {
    margin-left: 20px;
    width: 140px;
}