@CHARSET "UTF-8";

.agenda-calendar {
    position: relative;
    overflow: hidden;
}

.agenda-calendar.no-time-line .cal-day {
    visibility: hidden;
}

.cal-day:hover .appointment-holder {
    background-color: #f9f9f9;
}

.cal-day:hover .time {
    color: #222;
}

.cal-day .time {
    color: #ccc;
}

.cal-day .appointment-holder {
    border-top: 1px solid #ccc
}

.cal-day .appointment-holder .row {
    padding: 1em 0
}

.cal-day .appointment-holder .row:first-child {
    border-bottom: 1px dotted #eee; 
}

.calendar-days {
    margin-top: -912px;
}

@media (max-width: 992px) {
    .calendar-days {
        margin-top: -1129px;
    }
}

.agenda-day-content {
    margin: 25px 0;
}

.agenda-items {
    left: 0;
    right: 0;
    bottom: 0%;
    top: 0;
    /* Attention! only for testing reasons. Set back to 0 */
/*    top: -49.999999%; */
    /**/
    position: absolute;   
}

.agenda-item {
    background: rgba(255, 255, 255, .7);
    box-sizing: border-box;
    position: absolute;
    padding: 1px;
    left: 10%;
    width: 70%;
}

.agenda-item.has-details:not(.break) {
    cursor: pointer;
}

.agenda-item:not(.has-details) .topic b {
    font-weight: normal;
}

.agenda-item.has-details:not(.break) .topic b {
    font-weight: bold;
}

.agenda-item.has-details:not(.break):hover .topic .title {
    color: #db0031;
}

.agenda-item .time {
    border-right: 3px solid #1595d3 /*rgba(241, 99, 125, .7)*/;
    font-size: .8em !important;
    height: 100%;
    text-align: right;
}

.agenda-item-main-row {
    height: 100%;
}

.agenda-item .icons {
    display: inline-block;
/*    float: right;   */
    font-size: .9em;
}

.agenda-item .icons img {
    height: 25px;
    width: 25px;
}


/* Push right items */
/*
.agenda-item.push-right {
    background: rgba(215, 215, 217, .2);
    border-left: 3px solid #1595d3;
    left: 70%;
    padding: 1em;
    width: 30%;
    z-index: 6;
}
*/

.agenda-item.push-right {
    left: 70%;
    z-index: 2;
}

.agenda-item.push-right .time {
    border-color: #a3c969;
}

.agenda-item.push-right .topic {
    background-color: #e7f5d2;
    height: 100%;
}


/* Agenda item details */
.agenda-item-details {
    background: #fff;
    border: 1px solid #999;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: rgba(255, 255, 255, 1);
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 7px 0 8px rgba(0, 0, 0, .4);
    display: none;
    margin-left: 5%;
    position: absolute;
    width: 0%;
    z-index: 10;
}

.agenda-item-details .inner {
    padding: .5em 2em;
}

.agenda-item-details .inner h1 {
    font-size: 1.7em;
    margin: 0;
    padding: 0;
}

.agenda-item-details .inner h2 {
    color: #db0031;
    font-size: .8em;
    font-weight: bold;
    margin: 1em 0 .3em;
    padding: 0;
    text-transform: uppercase;
}

.agenda-item-details .inner a {
}

.agenda-item-details .inner .person {
    margin: 0 0 10px;
}

.agenda-item-details .inner .person .image {
    border-radius: 100px;
    float: left;
    height: 50px;
    margin: 0 10px 0 0; 
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 50px;
}

.agenda-item-details .inner .person .image img {
    display: block;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}

.agenda-item-details .inner .person .name {
    float: left:
}

.agenda-item.details-visible .time {
    border-color: #1595d3;
}

/* Program Point is a Break */
.agenda-item.break .topic {
    height: 100%;
}

.agenda-item.break .topic b {
    font-weight: normal;
    height: 100%;
    line-height: 1em;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
}

.agenda-item.break .time {
    border: 0;
    position: relative;
}

.agenda-item.break .time img {
    margin-top: -10px;
    position: absolute;
    right: -10px;
    top: 50%;
    height: 22px;
}

/* Hide Timeline */
.agenda-calendar.no-time-line .agenda-item {
    left: 0;
}

.agenda-calendar.no-time-line .agenda-item.push-right {
    left: 60%;
}

/* .....................................
    /  AGENDA DAYS MENU
    */
        .tabbed-menu > div {
            margin: 0 auto 30px;
            position: relative;
            text-align: center;
            z-index: 3;
        }

        .tabbed-menu > div ul {
            display: inline-block;
        }

        .tabbed-menu > div li {
            float: left;
            list-style: none;
            margin: 0;
        }

        .tabbed-menu > div li.current-menu-item a {
            background-color: #ed1c24;
        }

        .tabbed-menu > div li.current-menu-item a:hover {
            background-color: #ed1c24;
        }

        .tabbed-menu > div li a {
            background-color: #bec0c2;
            color: #fff;
            display: inline-block;
            font-size: 30px;
            font-weight: 600;
            line-height: .85em;
            padding: 8px 25px 8px;
            text-align: center;
        }

        @media (min-width: 767px) {
            .tabbed-menu > div li a {
                padding: 8px 28px 8px;
            }
        }

        .tabbed-menu > div li:first-child a {
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .tabbed-menu > div li:last-child a {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

        .tabbed-menu > div li a:hover {
            -webkit-transition: background-color 500ms ease-out;
            -moz-transition: background-color 500ms ease-out;
            -o-transition: background-color 500ms ease-out;
            transition: background-color 500ms ease-out;
            background-color: #d1d2d3;
        }

        .tabbed-menu > div li a.active {
            -webkit-transition: background-color 700ms ease-out;
            -moz-transition: background-color 700ms ease-out;
            -o-transition: background-color 700ms ease-out;
            transition: background-color 700ms ease-out;
            background-color: #70b8d1;
            outline: 0;
        }

        .tabbed-menu > div li a span {
            display: block;
            font-size: 24px;
            font-weight: 300;
        }


    /* .....................................
    /  AGENDA DAYS MENU
    */
        .tabbed-menu > div li a {
            font-size: 14px;
            font-weight: 600;
            padding: .8em 1.3em 1em;
        }

        .tabbed-menu > div li:first-child a {
            border-bottom-left-radius: 13px;
            border-top-left-radius: 13px;
        }

        .tabbed-menu > div li:last-child a {
            border-bottom-right-radius: 13px;
            border-top-right-radius: 13px;
        }

        .tabbed-menu > div li a:hover {
            background-color: #d1d2d3;
        }

        .tabbed-menu > div li a.active {
            background-color: #0180b9;
        }

        .tabbed-menu > div li a span {
            display: block;
            font-size: 24px;
            font-weight: 300;
            margin: 10px 0 0;
        }

        .tabbed-menu.date-only > div li a span {
            font-size: 20px;
            margin: 3px 0 0;
        }


    /* .....................................
    /  AGENDA 
    */
        .agenda-calendar {
            font-size: 1.1em;
            overflow: visible;
        }

        .agenda-items {
            position: static;
        }

        .agenda-item {
            border-bottom: 1px solid #ccc;
            min-height: 65px;
            padding: 8px 0 10px;
            width: 100%;
        }

        .agenda-item:last-of-type {
            border-bottom: 0;
        }

        .agenda-item .time {
            border-color: #ed1c24;
            min-height: 65px;
            white-space: nowrap;
        }

        @media (max-width: 767px) {
            .agenda-item .time {
                font-size: .7em !important;
            }
        }

        .agenda-item.details-visible .time {
            border-color: #db0031;
        }

        .agenda-item.has-details:not(.break):hover .time span {
            color: #db0031;
        }

        .agenda-item.details-visible .time span {
            color: #db0031;
        }

        .agenda-item.break .topic {
            min-height: 65px;
        }

        .agenda-item.push-right {
            border-color: #70b8d1;
        }

        .agenda-item.has-details:not(.break) {
            font-weight: 400;
        }

        .agenda-item.has-details:not(.break) .topic b {
            font-weight: 400;
        }

        .agenda-item-details {
            left: 0;
            right: -30px;
            width: auto !important;
        }

        @media (max-width: 767px) {
            .agenda-item-details {
                margin-left: -30px !important;
                top: 50px !important;
            }
            
            .agenda-item-details .inner {
                margin: 0;
                padding-left: 0;
                padding-right: 0;
            }
            
        }


        .agenda-item .time-from,
        .agenda-item .time-to {
            display: block;
        }

        .agenda-item .time-to {
            color: #ccc;
        }

        .time-seperator {
            display: none;
        }


        @media (min-width: 767px) {
            .agenda-item .time-from,
            .agenda-item .time-to {
                display: inline;
            }

            .agenda-item .time-to {
                color: inherit;
            }

            .time-seperator {
                display: inline;
            }

            .agenda-item-details {
                right: 0px;
            }
        }

.agenda-item .time {
    border-color: #0180b9;
    font-size: 1em !important;
}

.agenda-item-details p,
.agenda-item-details ul {
    font-size: .9em;
}

.agenda-item-details .inner .person .image {
    border-radius: 5px;
}

/* AGENDA STOP */
