

.form-container
{
    justify-content: center;
}

.form-container2
{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-content
{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-content-smaller
{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-title
{
    text-align: center;
    font-size: 30px;
    display: block;
    padding-top: 50px;
    font-weight: bold;
    line-height: 1;
}

.menu-next
{
    font-style: italic;
    font-weight: lighter;
}

.screenName
{
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sideMenu.ui-menu.ui-widget
{
    background-color: lightgray;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-left: 10px;
    width: 75%
}

.selectedMenuItem.ui-menuitem-link
{
    font-weight: bold;
    background-color: white;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 15px;
    padding-left: 15px !important;
}

.normalMenuItem.ui-menuitem-link
{
    font-weight: bold;
    margin-bottom: 5px;
}

.subform_header
{
    font-weight: bold;
    font-size: 16px;
}

.subform_space
{
    margin-top: 15px;
}

.input_content
{
    width: 100%;
}

.input_normal
{
    max-width: 170px;
}

.input_label_xsmall_width
{
    width: 80px;
}

.input_label_small_width
{
    width: 110px;
}

.input_label_medium_width
{
    width: 140px;
}

.input_label_large_width
{
    width: 180px;
}

.input_label_xl_width
{
    width: 210px;
}

.input_label
{
    
}

.grid40
{
    width: 40%;
}

.grid60
{
    width: 60%;
}

.grid30
{
    width: 30%;
}

.grid70
{
    width: 70%;
}