﻿
.datetime-item {
    padding-top: 16px;
    border-top: 1px solid #ebb91e;
    margin-bottom: 16px;
}

    .datetime-item.no-border-0,
    .datetime-item.no-border-1 {
        padding-top: 0;
        border-top: none;
    }

@media only screen and (max-width: 650px) {
    .datetime-item.no-border-1 {
        padding-top: 16px;
        border-top: 1px solid #ebb91e;
    }
}

    .datetime-item.detail {
        border: none;
    }

    .datetime-item:last-child {
        /*border-bottom: none;*/
    }

/*@media only screen and (max-width: 550px) {
    .datetime-item:last-child {
        border-bottom: 1px solid #ebb91e;
    }
}*/

.datetime-item-where {
    font-size: 16px;
    padding-left: 20px;
    background: url(../images/icon-where.png) no-repeat;
    background-position: 0% 30%;
    font-weight: normal;
    margin-bottom: 15px;
}

    .datetime-item-where:before {
        content: "Kde:";
        font-weight: 700;
    }

.datetime-item-who {
    font-size: 16px;
    padding-left: 20px;
    background: url(../images/icon-who.png) no-repeat;
    background-position: 0% 30%;
    font-weight: normal;
    margin-bottom: 15px;
}

    .datetime-item-who:before {
        content: "Účastníci:";
        font-weight: 700;
    }

.datetime-show-container {
    width: 60px;
    text-align: center;
    float: left;
}

.datetime-show-date {
    background-color: #004687;
    color: white;
    padding: 5px 0;
}

.datetime-show-date-number {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

.datetime-show-date-month {
    font-weight: 700;
    font-size: 12px;
}

.datetime-show-time {
    width: 100%;
    background-color: #e6f5ff;
    padding: 7px 0;
    font-weight: 700;
    font-size: 14px;
    color: #004687;
}

.datetime-item-text {
    margin-left: 78px;
    color: #004687;
    font-weight: 700;
}

.datetime-item-text-title {
    padding-top: 12px;
    min-height: 40px;
}

    .datetime-item-text-title a {
        font-size: 16px;
        color: inherit;
    }

.datetime-item-text-itself {
}

    .datetime-item-text-itself a {
        color: inherit;
        font-size: 14px;
        font-weight: normal;
    }

.datetime-item-text-detail {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #004687;
    line-height: 20px;
}