/*****************************/
/** Wartości custom dla widoku: Siatka prelegentów  **/
/*****************************/

.speakerName {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.speakerInfo {
    .speakerPosition {
        color: #000000;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .speakerCompany {
        color: #000000;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .speakerBio {
        color: #000000;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
}

.speakerImg {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.prelegentItem {
    min-width: 200px;
}

#PrelegenciGrid {
    background-color: transparent;

}

/*****************************/
/** Wartości custom dla widoku: Agenda Grid  **/
/*****************************/

#AgendaGridView {
    .agendaDay {
        font-size: 16px;
        color: #000000;
        border-color: #ffffff00;
        text-align: center;
    }

    .agendaItem:not(.header) {
        font-size: 16px;
        color: #000000;
        border-color: #000000;
        padding-top: 26px;
        padding-bottom: 16px;
        text-align: left;
    }

    .agendaHour {
        color: #000000;
        font-size: 16px;
        text-align: left;
    }

    .header {
        font-size: 18px;
        color: #000000;
        border-bottom-color: #000000;
    }
}


