﻿
.aura
{
    font-size: 11px;
    background-color: #aaa; /* #c8c8c8; */
}

.aura input
{
    font-size: 11px;
}

.aura .Error,
.aura .error
{
    display: block;
    padding: 7px;
    color: #8b1c25;
    font-weight: bold;
}

.aura .Error a,
.aura .error a
{
    color: #8b1c25 !important;
}

.aura h1,
div.AuroraFieldHeader
{
    display: inline;
    margin: 0px;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #8b1c25;
    text-transform: uppercase;
    margin-bottom: 7px;
}

/* div.WizardStep table
{
    margin-bottom: 7px;
} */

.aura .subheader
{
    font-weight: bold;
    color: #fff;
    padding-left: 6px;
}

div.AuroraField
{
    margin-top: 7px;
    margin-bottom: 7px;
}

div.AuroraFieldContent
{
    margin-top: 7px;
    margin-bottom: 7px;
}

.requestedFieldsLegend
{
    background-color: Transparent !important;
    font-weight: bold !important;
    color: #000 !important;
    text-transform: none !important;
}

.aura .AuraField,
.aura .LoginField /* .aura table table input */
{
    background-color: Transparent;
    border: solid 1px #000;
    margin-top: 2px;
}

.AuraButton,
.AuraLink
{
    background-color: Transparent;
    color: #8b1c25;
    text-decoration: underline;
    border: none 0px Transparent !important;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 7px;
    background-image: url(../media/aura-button-arrow.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

.AuraLink
{
    white-space: nowrap;
/*    background-image: none !important;
    padding-right: 0px !important;*/
    padding-right: 12px;
}

table.GuestPropertiesSummary
{
    border-collapse: collapse;
    margin: 0px;
}

ul.Stappenplan
{
    margin: 0px 0px 10px 20px;
    padding: 0px;
}

ul.Stappenplan li
{
    margin: 0px;
    padding: 0px;
}

ul.Stappenplan li.Selected
{
    font-weight: bold;
}

td.WizardNavigation
{
    /* border-top:2px solid white; */
}

table.Wizard
{
    margin-left: 0px !important;
}

td.WizardStep
{
    padding-bottom: 10px;
    padding-left: 0px;
}

.Invalid
{
    background-color: Yellow;
}

.aura .voorbeeld
{
    font-weight: bold;
    color: #fff;
}