*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-size: 14px;
}

.required-note
{
    color: red;
    font-weight: bold;
}

.form-section
{
    border: 2px solid #111;
}


.form-label
{
    font-weight: 600;
}

.section-title
{
    font-weight: 700;
}

.required-field
{
    color: red;
}

.status-fieldset div, .hmo-fieldset div
{
    min-width: 65px;
}

.status-fieldset div
{
    width: 20%;
}

select
{
    min-width: 185px;
}

@media screen and (min-width: 1400px) 
{

    .col-xxl-20p 
    {
        width: 20%;
    }
}