﻿.calendar-wrapper {
    
}

.calendar-pane {
    border: 1px solid #ededed;
    background-color: #FFF;
}

.calendar-col-1 {
    float: left;
    width: 67.56756756756756%;
}

.calendar-col-2 {
    float: left;
    width: calc(100% - 67.56756756756756%);
}

.calendar {
    position: relative;
    text-align: center;
    font-size: 20px;
    padding-bottom: 40px;
    border-right: 1px solid #ededed;
}

.calendar-title {
    padding-top: 50px;
    padding-bottom: 20px;
    letter-spacing: 0.075em;
}

    .calendar-title h2 {
        font-size: 20px;
        font-weight: 900;
        margin: 0;
        padding: 0;
        color: #7072d2;
    }

.calendar-prev, .calendar-next {
    border: 1px solid #e8e8e8;
    color: #1a94d3;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -1px;
    letter-spacing: 0.025em;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

    .calendar-prev span, .calendar-next span {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        color: #1a94d3;
        font-family: "ionicons";
    }

.calendar-prev {
    left: -1px;
    text-align: left;
    border-bottom-right-radius: 5px;
}

.calendar-next {
    right: -1px;
    text-align: right;
    border-bottom-left-radius: 5px;
}

.calendar table {
    width: 100%;
}

.calendar tbody {
    color: #2b2b2b;
}

.calendar td {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    cursor: default;
    padding: 8px 14px 35px;
    width: 12%;
    margin: 2px;
}

@media (max-width: 700px) {
    /*.calendar td {
        padding: 10px;
    }*/
}

@media (max-width: 768px) {
    .calendar-wrapper .calendar-col-2 {
        float: none;
        width: 100%;
    }
    .calendar-wrapper .calendar-col-1 {
        float: none;
        width: 100%;
    }
        .calendar-wrapper .calendar-col-1 .calendar {
            padding-bottom: 0px;
        }
}

.calendar-wrapper .u-start-body .td-front, .calendar-wrapper .u-start-body .td-back {
    color: transparent;
    font-style: italic;
}
.calendar thead td {
    font-weight: 900;
    text-transform: uppercase;
    cursor: default;
    color: #00c408;
    border-bottom: 2px solid #1a94d3;
    border-radius: 0;
    height: auto;
    border-top: 2px solid #1a94d3;
    padding: 6px;
    margin: 1px 2px 26px;
}
.calendar .current-day {
    color: #f9f9f9;
    background-color: #7fc6e9;
    font-weight: bold;
}
.calendar .td-day {
    cursor: pointer;
    text-align: right;
    box-shadow: 0 0 2px 0px #afafaf;
}
    .calendar .td-day:hover
    {
        background-color: #e5edf5;
    }
    .arrow_carrot-left:before {
        content: "\f124";
    }
.arrow_carrot-right:before {
    content: "\f125";
}
.aps-event-block {
    border-left: 1px solid #ededed;
    margin-left: -1px;
}
    .aps-event-block .event-block-title {
        padding-top: 50px;
        padding-bottom: 15px;
        text-align: center;
    }
        .aps-event-block .event-block-title h2 {
            font-size: 22px;
            text-transform: uppercase;
            font-weight: bold;
            margin: 0 0 15px 0;
            color: #7072d2;
        }
.aps-event-block .event-block-day {
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #1a94d3;
    color: #1a94d3;
    font-weight: bold;
    display: none;
}
.event-item-list {
    max-height: 510px;
    overflow-y: auto;
}
.event-item {
    margin-right: 15px;
    margin-left: 16px;
    padding: 10px 0;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
}
.event-item__img {
    float: left;
    max-width: 83px;
    max-height: 83px;
    overflow: hidden;
    border-radius: 5px;
}
    .event-item__img img {
        max-width: 150px;
        max-height: 150px;
    }
.event-item__desc {
    float: right;
    width: calc(100% - 83px);
    padding-left: 12px;
    color: #a94442;
    font-size: 90%;
}
.event-item__title {
    font-size: 14px !important;
    font-weight: bold;
    margin-top: 0 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 2.4em;
}
.event-item__date-time {
}
.event-item__desc .icon {
    font-size: 12px;
}
    .event-item__date-time > span:first-child, .event-item__place > span:first-child {
        float: left;
        width: 19px;
        font-family: "FontAwesome";
    }
.icon_clock_alt:before {
    content: "\f073";
}
.icon_pin_alt:before {
    content: "\f041";
}
.calendar .event {
    background-color: #dbe4c9;
}
.calendar .active {
    background-color: #fdb469;
}