﻿@media (max-width:479px) {

    .EventCell {
        float: left;
        vertical-align: middle;
        white-space: normal;
        font-family: Arial;
        font-weight: normal;
        font-size: 14px;
        padding-left: 5px;
        margin-top: 8px;
    }

    .EventColumn {
        width: auto;
    }

    .EventDetail {
        float: none;
        display: inline-block;
        word-break: break-all;
    }

    .EventMobileEdit {
        background-color: #FFFFFF;
        width: 80px;
        height: 30px;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid rgba(254, 0, 0, .5);
        border-color: #D3D3D3;
        font: 14px Arial;
        font-weight: normal;
        color: #666666;
        padding: 15px;
        margin-bottom: 10px;
        width: 100px;
        height: 50px;
        text-align: center;
    }

    .EventAttendingLinks {
        color: inherit;
    }

    .EventLabelAttending, .lblSeparator {
        display: none !important;
    }

    .Ev3_AttendeeHeader {
        padding: 5px 0;
        border-bottom: 5px solid #CCCCCC;
    }

    .Ev3_AttendeeHeading {
        font-family: Arial;
        font-size: 24px;
        font-weight: normal;
        color: #666666;
        display: inline;
        word-wrap: break-word;
    }

    .Ev3_AttendeeAction {
        display: inline;
        float: right;
    }

        .Ev3_AttendeeAction > span > i {
            color: #CCCCCC;
            font-size: 18px;
        }

    .divAttendingMobile {
        display: none;
        padding-left: 129px;
    }

    .EventMobileHideCell {
        display: none !important;
    }

    .EventAttendButton {
        width: 100px;
        height: 50px;
        text-align: center;
    }

    .EventDivAttendColumn {
        margin: 10px;
    }

    .EventDropdownlist {
        margin-bottom: 10px;
    }

    .Ev3_DivAdAmtbox {
        width: 100%;
    }

    .Ev3_AdAmtbox {
        width: 100%;
    }

    .Ev3_AdOtherAmtbox {
        width: 100%;
    }

    .Ev3_AdButtons {
        float: none;
    }

    .Ev3_CancelButton {
        width: 100%;
        margin-bottom: 15px;
    }

    .Ev3_ConfirmButton {
        width: 100%;
    }

    .Ev3_TotalGift {
        float: none;
        width: 100%;
    }

    .Ev3_AdContentPopup {
        margin: 0 auto;
    }

    .BBSequenceMapPreviousStep > .BBEventRegSequenceMapStepItem {
        background-color: #1871A8;
        color: white;
    }

    .BBEventRegSequenceMapStep {
        width: 15%;
    }

    .BBEventRegSequenceMap {
        text-align: center;
    }

    .BBEventRegSequenceMapStepItem {
        font-size: 30px;
    }

    .BBEventRegSequenceMapStepLink:link {
        font-size: 30px;
        color: #A9A9A9;
        text-decoration: none;
        border-color: #A9A9A9;
    }

    .BBEventRegSequenceMapNavigationNextButton {
        width: 100%;
    }

    .BBEventRegSequenceMapNavigationPreviousButton {
        width: 100%;
        margin-bottom: 10px;
    }

    .BBEventRegSequenceMapNavigationFinishButton {
        width: 100%;
    }

    .span-round {
        border-radius: 50%;
        border-width: 1px;
        border-style: solid;
        color: #EEEEEE;
        border-color: #EEEEEE;
        background-color: white;
        overflow: hidden;
        min-height: 50px;
        min-width: 50px;
        max-height: 50px;
        max-width: 50px;
        line-height: 0.5;
    }

    .moz-wizard-selected {
        border-color: #1871A8;
        color: #1871A8;
    }

    .span-round::after {
        content: "";
        position: absolute;
        margin-right: 3px;
        border-top: 1px solid grey;
        z-index: -1;
        width: 22%;
        margin-top: 5px;
    }

    .span-last-round::after {
        display: none;
    }

    .mob-view {
        margin-right: 0px;
        margin-left: 0px;
    }
}

    @media (min-width:479px) {
        .EventHeader {
            display: table-header-group;
            text-align: center;
        }

        .EventCell {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            padding: 10px;
            white-space: normal;
            font-family: Arial;
            font-weight: normal;
            font-size: 14px;
            border-bottom: 1px dotted #CCCCCC;
            margin: 8px;
        }

        .EventColumn {
            width: 15%;
        }

        .EventMobileEdit {
            float: left;
        }

        .EventAttendingLinks {
            color: #1871A8;
        }

        .lblSeparator {
            margin-right: 4px;
        }

        .BBSequenceMapPreviousStep > .BBEventRegSequenceMapStepItem {
            background-color: #D9F0FF;
            color: #1871A8;
        }

        .BBEventRegSequenceMapStep {
            width: 14%;
        }

        .divAttendingMobile, .EventDesktopHideCell {
            display: none !important;
        }
    }
