.required {
    color: #627181;
    margin-left: 2px;
    font-size: 10px;
    font-weight: normal;
}

.oi_logo {
    padding-right: 1em;
}

.form_element_county .form_limited_show_all_outer {
    display: none;
}

.form_element_money input[type=number] {
    display: inline;
    min-width: 85px;
    padding: 0.4rem;
}


.dynamic_form_element_static label {
    display: inline;
    font-size: 16px;
}

.dynamic_form_element_static {
    line-height: 25px;
    padding-bottom: 25px;
}

.dynamic_form_element_static label::after {
    content: ": ";
}

li.bookTabItem {
    list-style: none;
    font-family: Merriweather, Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 18px;

}

.listview_header_block, .listview_pages {
    display: none;
}

.external-intake .form_submit input, .external-intake .form_submit button.ajax_save
{
   position: relative;
   right: 0px;
 }

.external-intake .exit_button input {
    background-color: #d4d4d4;
}

.select_income_source {
    max-width: 120px;
}

#form_element_toggler_list_row_10 td {
    vertical-align: top !important;
}

.form_element_zip input[type=text] {
    /* 1.3 times size in terms of ex units seems to be the magic value for the current font-family */
    max-width: 13ex;
}
fieldset > legend {
    /* #71257 Microsoft Edge doesn't render this properly without this:  */
    max-width: 100%;
}

span.form_label_error, label.form_label_error
{
    background-color: white;
    color: #aa2e26;
}

.form_element_static .form_label_normal
{
    font-weight: bold;
}

.referral_hub_orgs_and_services p {
    margin: 12px 0;
}
.referral_hub_orgs_and_services strong {
    font-weight: bold;
}
.referral_hub_orgs_and_services ul {
    list-style: none;
}

.auto_complete_status {
    background-color: #ffff99;
    border-style: solid;
    border-width: thin;
    display: none;
    position: absolute;
}

.auto_complete {
position: relative;
}
.auto_complete ol,
.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 98%;
    display: block;
}
.auto_complete ol li.auto_complete,
.auto_complete ul li.auto_complete {
    display: block;
    margin: 0;
    padding: 3px;
    background-color: white;
    cursor: pointer;
}

.auto_complete ol li.selected,
.auto_complete ul li.selected {
    background-color: #ffb
}


.auto_complete ol strong.highlight,
.auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}

.form_group, .form_group .columns  {
    padding-left: 0;
}

.address-root table, .address-root td {
    border: none;
    padding: 0;
}


/* Chosen support */
.chosen-select input, .search-field input {
  height: 32px;
}

/* undo the ls4 override of div in a group to display inline */
div.chosen-container {
    display: inline-block;
    width: 100% !important;
}

.chosen-container {
    /* not-nice rule to force width of chosen selects when initially hidden */
    width: 100% !important;
}

div.chosen-drop {
    background: #fff !important;
    left: 0;
    text-align: left;
}

/* Charge Block */
.charge_table td {
    padding-top: 0.5em;
    padding-left: 0.5em;
}
.charge_table input {
    min-width: 100px;
}


body.external-intake div.form_radio_group div {
    float: none;
    max-width: none;
    text-align: left;
}

fieldset, fieldset legend {
    border: none;
    padding-left: 0;
}

fieldset div, fieldset div label {
    padding: 0;
    margin: 0;
}

fieldset div.form_radio_group div {
    padding-left: 0;
}
div.migrate-uploader-progress {
    font-size: 0.5em;
}

.tw-hidden {
    display: none;
}