.eventBody{
    overflow-y: auto;
    overflow-x: hidden;
    height: 550px;
}

#alkacal-registration-resume-container{
    transition: all ease 0.25s;
    position: relative;
    min-height: 8rem;
}

#alkacal-registration-resume-loader {
    position: absolute;
    width: 100%;
    text-align:center;
    top : 6rem;
    opacity: 1 !important;
}

#alkaCalendar h2{
    text-transform: capitalize;
}

#alkaCalendarModal{
    width: 1024px;
    margin-left: -512px;
}

.alkacal-registration-block-event-name{
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}
.alkacal-registration-block-event-name::before{
    font-family: FontAwesome;
    content : "\f073";
    display: inline-block;
    margin-right: 5px;
}

.alkacal-registration-block-event-date{
    font-style: italic;
}
.alkacal-registration-block-event-persons::before{
    font-family: FontAwesome;
    content: "\f0c0";
    display: inline-block;
    margin-right: 5px;
}

.alkacal-registration-block-event-persons{
    background: #e3e3e3;
    padding: 2px 10px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 3px;
}

.alkacal-registration-block-main-event-options{
    list-style-type: none;
}

.alkacal-registration-block-sub-events{
    padding: 0px;
    margin: 0px;
}

.alkacal-registration-block-main-event-options li::before,
.alkacal-registration-block-sub-event-options li::before
{
    font-family: FontAwesome;
    content: "\f14a";
    display: inline-block;
    margin-right: 5px;
}

.alkacal-registration-block-sub-event, .alkacal-registration-block-sub-event-options{
    list-style-type: none;
    font-size: 0.8rem;
    margin-top: 0.6em;
}

.alkacal-registration-block-sub-event{
    border: 1px solid #e3e3e3;
    padding: 0px;
    border-radius: 3px;
    padding: 0px 0px 10px 0px;
}

.alkacal-registration-block-sub-event-title{
    font-size: 1.2rem;
    line-height: inherit;
    display: block;
    background: #e3e3e3;
    border-radius: 3px 3px 0px 0px;
    padding: 10px;
}

.alkacal-registration-block-event-location,
.alkacal-registration-block-sub-event-location{
    display: inline-block;
    border-left: dotted 1px black;
    margin-left: 5px;
    padding-left: 5px;
}

.alkacal-registration-block-sub-event-title::before{
    font-family: FontAwesome;
    content : "\f133";
    display: inline-block;
    margin-right: 5px;
}

.alkacal-registration-block-sub-event-date{
    padding: 10px 0px 0px 10px;
    display: inline-block;
}
.eventHead{
    padding: 20px;
}
