.requiredhighlight
{
    border: 1px red solid;
}

.error{
    color:red;
    display:block;
}

.rbDecorated, .RadButton, .RadButton_Default, .rbSkinnedButton {
    background-color: #19c36d !important;
    background-image: unset !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    height:3em!important;
    margin-top:0.5em;
    width:40%;
}

    .rbDecorated
    {
        width:100%;
    }

.buttonoptions {
    margin-top: 0.5em;
    text-align: center;
}

/*.swal2-popup
{
    border: 2px dotted silver!important;
}*/

.registrationcomplete
{
    font-weight:bolder;
    color:red;
    text-align:center;
    font-weight:bolder;
    text-transform: uppercase;
}

.dob {
    display: inline-block;
    float: left;
}

.dob span
{
    margin: 0 2% 0 2%;
}

    .dob .dobday, .dob .dobmonth {
        width: 15%;
        border-radius: .25em;
    }

    .dob .dobyear {
        width: 25%;
        border-radius: .25em;
    }

    .dob p{
        margin-top:0.5em;
        margin-bottom:1em;
        display:inline-block;
    }

    .requiredhighlight
    {
        border:2px solid red!important;
    }

    .error{
        margin:0!important;
    }

.coursevoucherscode
{
    margin-top:10px;
}

.coursevoucherscode table, .coursevoucherscode, .coursevoucherscode td {
    width: 100%;
}

    .coursevoucherscode span
    {
        display:inline-block;
    }

    .coursevoucherscode input[type=text] {
        width: 25%;
        display:unset;
    }

    .coursevoucherscode .RadButton {
        width: auto;
        margin-top: -4px;
        margin-left:5px;
    }