﻿.Ev3_RegistrantContainer {
    font-family: inherit;
    font-weight: normal;
    color: #666666;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}

.spanRequiredFields {
    color: #DF0000;
    font-family: inherit;
    font-size: 12px;
    font-style: italic;
    vertical-align: middle;
    font-weight: normal;
}


.Ev3_AttendeeHeader {
    padding: 5px 0;
    border-bottom: 5px solid #CCCCCC;
    margin-bottom: 30px;
}

.Ev3_NotConstituent > a{
    color: #1871A8;
}

.Ev3_AttendeeHeading {
    font-family: inherit;
    font-size: 24px;
    font-weight: normal;
    color: #666666;
    display: inline;
    word-wrap: break-word;
}

.Ev3_RegistrantAddressContainer {
    padding: 5px 0 0 0;
}

.Ev3_AttendeeAction {
    display: inline;
    float: right;
}

    .Ev3_AttendeeAction > span > i {
        color: #CCCCCC;
        font-size: 18px;
    }

/*.Ev3_DeleteAttendee{
    padding: 0;
    border: none;
    background: none;
    color: #CCCCCC;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}*/

.Ev3_RegistrantContent input[type="text"], .BBFormSelectList, .Ev3_RegistrantAddressControlDropDown, .Ev3_RegistrantContent textarea {
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    padding: 0 0 0 10px;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin: 5px 0;
    width: 80%;
    margin-bottom: 20px;
    max-width:100%;
}

.Ev3_RegistrantContent textarea {
    padding-top: 7px;
}

.Ev3_RegistrantFieldCell label, .Ev3_RegistrantFieldCell span.BBDivFieldCaption, .labelContainer label {
    font-size: 18px;
    color: #666666;
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 0px;
}

.Ev3_InlineError label{
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
    color: #DF0000;
    width: 100%;
}

.addrValidationErr {
    margin-top: -14px;
}

.Ev3_RegistrantAddressControlCell {
    width: 100%;
}

.Ev3_RegistrantFieldControlBox {
    width: 100%;
}

.BBFormSelectList {
    padding: 0 0 0 10px;
}

.Ev3_RegistrantContent {
    margin-left: 0;
}

.AddAttendeeButton {
    color: #1871A8;
    background-color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0;
}

.AddAttendeeIcon > i {
    font-size: 15px;
}

.Ev3_AttendeeAction {
    cursor: pointer;
}

.Ev3_ConfirmPopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.Ev3_ContentPopup {
    border-radius: 3px;
    background-color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin: 20% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #cccccc;
    width: 250px; /* Could be more or less, depending on screen size */
    text-align: center;
}

.Ev3_ConfirmText {
    display: block;
    padding-bottom: 20px;
}

.Ev3_ConfirmButton {
    margin-left: 0;
    background-color: #1871A8;
    color: #fff;
    height: 30px;
    min-width: 50px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}

.BBDivFieldContainer {
    padding: 5px 0 5px 0;
}

.Ev3_CancelButton {
    margin-left: 0;
    background-color: #fff;
    color: #1871A8;
    height: 30px;
    min-width: 50px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}

.Ev3_DivLaterChk, .Ev3_DivRegLaterChk {
    margin-top: 10px;
}

.Ev3_RegisterLaterChk {
    display: none;
}

    .Ev3_RegisterLaterChk + .Ev3_RegisterLaterLbl {
        width: 24px;
        height: 24px;
        border: 1px solid #D8D8D8;
        background-color: #fff;
        display: inline-block;
        position: relative;
    }

        .Ev3_RegisterLaterChk + .Ev3_RegisterLaterLbl:active, .Ev3_RegisterLaterChk:checked + .Ev3_RegisterLaterLbl:active {
        }

    .Ev3_RegisterLaterChk:checked + .Ev3_RegisterLaterLbl {
        background-color: #1871A8;
    }

        .Ev3_RegisterLaterChk:checked + .Ev3_RegisterLaterLbl:after {
            font-family: FontAwesome;
            position: absolute;
            top: -2px;
            left: 2px;
            content: '\f00c';
            font-size: 18px;
            color: #fff;
        }

.Ev3_RegisterLaterText {
    vertical-align: 12px;
    font-weight: normal;
    font-family: inherit;
    font-weight: normal;
    color: #666666;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
}

/*#region Step 5 Checkout checkbox css*/
.Ev3_DivRegLaterChk input[type=checkbox] {
    display: none;
}

    .Ev3_DivRegLaterChk input[type=checkbox] + .Ev3_RegLaterLbl {
        width: 24px;
        height: 24px;
        border: 1px solid #D8D8D8;
        background-color: #fff;
        display: inline-block;
        position: relative;
    }

        .Ev3_DivRegLaterChk input[type=checkbox] + .Ev3_RegLaterLbl:active, .Ev3_RegLaterChk input[type=checkbox]:checked + .Ev3_RegLaterLbl:active {
        }

    .Ev3_DivRegLaterChk input[type=checkbox]:checked + .Ev3_RegLaterLbl {
        background-color: #1871A8;
    }

        .Ev3_DivRegLaterChk input[type=checkbox]:checked + .Ev3_RegLaterLbl:after {
            font-family: FontAwesome;
            position: absolute;
            top: -2px;
            left: 2px;
            content: '\f00c';
            font-size: 18px;
            color: #fff;
        }
/*#endregion*/
