/*****************************/
/** Wartości custom dla widoku: Odliczanie w kołach  **/
/*****************************/

.CountdownInCircles {
    padding-bottom: 0px;
    padding-top: 0px;
    color: TIMER_KOLOR_TEKSTU;
    margin-top: 0px;
    TIMER_TLO
}

#DateCountdown {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
}

.timer-title {
    font-size: TIMER_NAGLOWEK_WIELKOSC_CZCIONKI;
    color: TIMER_NAGLOWEK_KOLOR_TEKSTU;
    margin-bottom: TIMER_NAGLOWEK_ODSTEP !important;
}

/*****************************/
/** Wartości custom dla widoku: Custom agenda  **/
/*****************************/

#AgendaGridView {
    .agendaDay {
        font-size: 16px;
        color: #000000;
        border-color: transparent;
    }

    .agendaItem:not(.header) {
        font-size: 16px;
        color: #000000;
        border-color: #000000;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .agendaHour {
        color: #000000;
    }

    .header {
        font-size: 18px;
        color: #000000;
        border-bottom-color: #000000;
    }

    .sectionTitle {
        text-align: left;
        color: #000000;
    }
}


/*****************************/
/** Wartości custom dla widoku: Custom prelegenci  **/
/*****************************/

.speakerName {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.speakerInfo {
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.speakerImg {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.prelegentItem {
    min-width: 200px;
}

#PrelegenciGrid {
    
}

