#AppPageCommunityEventInfo .image {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    height: 450px;
    background-size: cover;    
    background-position: center center;    
    background-repeat: no-repeat;
    position: relative;
}

#AppPageCommunityEventInfo .name {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    letter-spacing: 1px;    
    color: #D61317;
}

#AppPageCommunityEventInfo .community {
    display: block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;    
    color: #000000;
}

#AppPageCommunityEventInfo .date {
    display: block;
    font-weight: 200;
    font-size: 13px;
    margin-top: 8px;
    text-transform: lowercase;
}

#AppPageCommunityEventInfo .text {
    /*font-weight: 200;*/
    /*font-size: 12px;*/
    margin-top: 40px;
    line-height: 140%;
}

#AppPageCommunityEventInfo .reservations {
    padding: 15px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

#AppPageCommunityEventInfo .reservations_container {
    margin: -4px;
}

#AppPageCommunityEventInfo .reservations img {
    width: 22px;
    border-radius: 100%;
    margin: 2px;
}

#AppPageCommunityEventInfo .reservations img.owner {
    border: 2px solid #D61317;
}
#AppPageCommunityEventInfo .reservations img.space {
    margin-right: 10px;
}

#AppPageCommunityEventInfo .label {
    display: block;
    font-weight: 200;
    font-size: 12px;
    margin-bottom: 10px;
}

#AppPageCommunityEventInfo .map {
    display: block;
    position: relative;
    height: 300px;
    background-position: center center;
    border-radius: 10px;
    margin-top: 30px;
}

#AppPageCommunityEventInfo .map .marker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    margin-top: -50px;
}

#AppPageCommunityEventInfo .image .actions {
    position: absolute;
    top: 15px;
    right: 25px;
}

#AppPageCommunityEventInfo .image .actions .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    background-color: #D61317;
    margin-left: 5px;
}

#AppPageCommunityEventInfo .image .actions .icon.invite {
    background-image: url("../_img/invite4-white.svg");
    background-size: 60%;
    background-position-y: 55%;
}

#AppPageCommunityEventInfo .image .actions .icon.edit {
    background-image: url("../_img/edit-white.svg");
    background-size: 70%;
    margin-left: 20px;
}

#AppPageCommunityEventInfo .image .actions .icon.duplicate {
    background-image: url("../_img/duplicate-white.svg");
    background-size: 45%;
    background-position-y: 55%;
}

#AppPageCommunityEventInfo .image .actions .icon.cancel {
    background-image: url("../_img/delete2-white.svg");
    background-size: 45%;
    margin-left: 20px;
}

#AppPageCommunityEventInfo .image .actions .icon.uncancel {
    background-color: #FFFFFF;
    background-image: url("../_img/undelete2.svg");
    background-size: 45%;
}

#AppPageCommunityEventInfo .image .actions .icon.delete {
    background-image: url("../_img/cross-white.svg");
    background-size: 45%;
    border: 2px solid #FFFFFF;
}

#AppPageCommunityEventInfo .actions_all {
    margin-top: 15px;
    display: flex;
    height: 40px;
}
#AppPageCommunityEventInfo .actions_all .actions_left {
}
#AppPageCommunityEventInfo .actions_all .actions_right {
    flex: 1;
    text-align: right;
}
#AppPageCommunityEventInfo .actions_all .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    background-color: #D61317;
    margin-right: 10px;
}

#AppPageCommunityEventInfo .actions_all .icon:hover {
    background-color: #A61317;
}

#AppPageCommunityEventInfo .actions_all .icon.share {
    background-image: url("../_img/share-white.svg");
    background-size: 55%;
}

#AppPageCommunityEventInfo .actions_all .icon.navigate {
    background-image: url("../_img/navigate-white.svg");
    background-size: 55%;
}

#AppPageCommunityEventInfo .actions_all .button {
    vertical-align: top;
    margin: 0px;
    margin-left: 10px;
}


#AppPageCommunityEventInfo .canceled .content {
    opacity: 0.5;
}

#AppPageCommunityEventInfo .archive .content {
    opacity: 0.5;
}

#AppPageCommunityEventInfo .canceled, #AppPageCommunityEventInfo .archive {
    filter: grayscale(1);
}

#AppPageCommunityEventInfo .canceled_text {
    font-weight: 900;
    text-transform: uppercase;
}

#AppPageCommunityEventInfo .canceled .icon.edit {
    display: none;
}
#AppPageCommunityEventInfo .canceled .icon.duplicate {
    display: none;
}

#AppPageCommunityEventInfo .reservations .count {
    font-weight: bold;
    font-size: 120%;
}

#AppPageCommunityEventInfo .events {
    margin-top: 40px;
}

#AppPageCommunityEventInfo .item {
    border-radius: 10px;
    background: #FFFFFF;
    min-height: 60px;
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
}

#AppPageCommunityEventInfo .item .middle {
    flex: 1;
}

#AppPageCommunityEventInfo .item .title {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 1px;
    flex: 1;
    color: inherit;
}

#AppPageCommunityEventInfo .item .info {
    font-weight: 200;
    font-size: 12px;
    margin-top: 8px;
    margin-right: 10px;
    text-transform: lowercase;
}

#AppPageCommunityEventInfo .item .image {
    width: 60px;
    height: 50px;
    margin-right: 15px;
}

#AppPageCommunityEventInfo .item .image .img {
    width: 60px;
    background-size: cover;    
    background-position: center center;    
    background-repeat: no-repeat;
    border-radius: 10px;
}

#AppPageCommunityEventInfo .item .icons {
    display: none;
}

#AppPageCommunityEventInfo .item .next {
    width: 28px;
    height: 44px;
    margin-right: 5px;
    background: url("../_img/next-red.svg") left center no-repeat;
    background-size: contain;
}

#AppPageCommunityEventInfo .buttons_container {
    text-align: center;
}

#AppPageCommunityEventInfo .button_history {
    display: inline-block;
    text-transform: lowercase;
    margin-left: auto;
    margin-right: auto;
    background: #EEEEEE;
    line-height: 22px;
    height: 30px;
    font-size: 80%;
    padding: 4px 10px;
    border-radius: 8px;
}

#AppPageCommunityEventInfo .label.members_only {
    text-align: right;
    margin-right: 5px;
    font-weight: bold;
}