.stec-layout-agenda {
    .stec-layout-agenda-list-wrap {
        width: 100%;
        height: 90px;
        border-radius: @borders-radius;
        overflow: hidden;
        float: left;
        position: relative;
        .cursor-grab;
    }
    .stec-layout-agenda-list {
        width: 100%;
        height: 90px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 !important;
        margin: 0 !important;
        li {
            width: 80px;
            height: 90px;
            position: relative;
            float: left;
            padding: 0 !important;
            margin: 0 !important;
        }
    }
    .stec-layout-agenda-daycell {
        p {
            line-height: 1.2 !important;
        }
    }
    .stec-layout-agenda-daycell-wrap {
        height: 70px;
    }
    .stec-layout-agenda-daycell-label {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        float: left;
    }
    .stec-layout-agenda-daycell-num {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        float: left;
    }
    .stec-layout-agenda-daycell-events {
        width: 36px;
        height: 10px;
        position: absolute;
        bottom: 10px;
        left: ~"calc(50% - 18px)";
        .flexbox();
    }
    .stec-layout-agenda-daycell-event-expired {
        opacity: 0.5;
    }
    .stec-layout-agenda-daycell-event {
        width: 36px;
        height: 10px;
        border-radius: @borders-radius;
        cursor: pointer;
        margin: 0 1px;
    }
    .stec-layout-agenda-monthstart {
        .flexbox(center, center);
    }
    .stec-layout-agenda-monthstart-year {
        width: 100%;
        text-align: center;
    }
    .stec-layout-agenda-monthstart-month {
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }
    .stec-layout-events-form>li:first-child .stec-layout-event-preview,
        .stec-layout-events-form>li:first-child,
        .stec-layout-agenda-eventholder .stec-layout-events>li:first-child .stec-layout-event-preview,
        .stec-layout-agenda-eventholder .stec-layout-events>li:first-child {
        border-top-left-radius: @borders-radius;
        border-top-right-radius: @borders-radius;
    }
    .stec-layout-events-form>li:last-child .stec-layout-event-preview,
        .stec-layout-events-form>li:last-child,
        .stec-layout-agenda-eventholder .stec-layout-events>li:not(.active):last-child .stec-layout-event-preview,
        .stec-layout-agenda-eventholder .stec-layout-events>li:not(.active):last-child {
        border-bottom-left-radius: @borders-radius;
        border-bottom-right-radius: @borders-radius;
    }
    .stec-layout-events-form {
        margin: 0 !important;
        padding: 0 !important;
        .stec-layout-event {
            margin: 0 !important;
            padding: 0 !important;
        }
    }
    .stec-layout-agenda-eventholder {
        float: left;
    }
    .stec-layout-agenda-eventholder .stec-layout-events-date {
        height: 50px;
        float: left;
    }
    .stec-layout-agenda-events-all {
        float: left;
        width: 100%;
    }
    .stec-layout-agenda-events-all-datetext {
        text-transform: uppercase;
        margin: 10px 0;
        float: left;
    }
    .stec-layout-agenda-events-all-list {
        width: 100%;
        float: left;
        position: static;
        padding: 0 !important;
        margin: 0 !important;
        .stec-layout-event {
            padding: 0 !important;
            margin: 0 0 3px 0 !important;
        }
    }
    .stec-layout-agenda-events-all-list>li {
        float: left;
        width: 100%;
    }

    .stec-layout-agenda-events-all-control {
        width: 100%;
        float: left;
        clear: both;
        margin-top: 10px;
        display: none;
    }
    .stec-layout-agenda-events-all-list>li:first-of-type .stec-layout-event-preview,
        .stec-layout-agenda-events-all-list>li:first-of-type {
        border-top-left-radius: @borders-radius;
        border-top-right-radius: @borders-radius;
    }
    .stec-layout-agenda-events-all-list>li:not(.active):last-of-type .stec-layout-event-preview,
        .stec-layout-agenda-events-all-list>li:not(.active):last-of-type {
        border-bottom-left-radius: @borders-radius;
        border-bottom-right-radius: @borders-radius;
    }
    .stec-layout-agenda-events-all-list>li:last-of-type .stec-layout-event-inner {
        border-bottom-left-radius: @borders-radius;
        border-bottom-right-radius: @borders-radius;
    }
    .stec-layout-agenda-eventholder-form {
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .stec-layout-agenda-noevents {
        display: none;
        float: left;
    }

}

