#create_new_event_form .image {
    height: 121px;
}

.tableView.participants td {
    border-bottom: 1px solid #D6DCDF;
}

.box.event .desc .icons div,
.widget.event .desc .icons div {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-right: 10px;
    position: relative;
    padding-left: 25px;
}

.box.event .desc .icons .date:before,
.widget.event .desc .icons .date:before {
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    color: rgba(var(--mainColor), 1);
    font-weight: 300;
    top: calc(50% - 9px);
    left: 0px;
}

.box.event .desc .icons .time:before,
.widget.event .desc .icons .time:before {
    content: "\f2f2";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    color: rgba(var(--mainColor), 1);
    font-weight: 300;
    top: calc(50% - 9px);
    left: 0px;
}

.box.event .desc .icons .time,
.widget.event .desc .icons .time {
    padding-left: 22px;
}

.box.event .desc p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 100px;
}

.box.event .desc .button,
.widget.event .desc .button {
    padding-left: 10px;
    margin-top: 10px;
}

.box.event .desc .button {
    position: absolute;
    bottom: 59px;
    left: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}

.box.event .desc .button.inverted {
    bottom: 10px;
}

.box.event {
    padding: 0px !important;
    position: relative;
}

.widget.event {
    position: relative;
}

.box.event .adminOptions {
    position: absolute;
    top: 23px;
    right: 10px;
}

.box.event .eventHeader {
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    padding-right: 40px;
    box-sizing: border-box;
    color: #333;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.events .header .select {
    float: right;
    width: 220px;
    margin-top: 3px;
    margin-bottom: 1px !important;
    margin-right: 35px;
    visibility: hidden;
}

.box.event .image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.box.event .image:after {
    content: "";
    display: block;
    padding-top: 45%;
}

.box.event .image .ribbon,
.widget.event .image .ribbon {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    width: 100%;
    box-sizing: border-box;
}

.box.event .desc {
    padding: 15px;
} 

.widget.event .desc {
    margin-top: 7px;
}

.widget.event .desc .icons {
    margin-bottom: 20px;
}