/*****************************/
/** Wartości custom dla widoku: Program Naukowy  **/
/*****************************/

.scientific-programme {
    font-family: Montserrat;
}

.tab-content {
    border-radius: 10px;
    background-color: transparent;
;
}

.scientific-programme-row {
    margin-bottom: 5px;
}

.scientific-programme-day-title {
    color: #c2d69f;
    font-size: 28px;
}

.scientific-programme-name {
    font-size: 16px;
    color: #001b57;
}

.scientific-programme-time {
    font-size: 14px;
    color: #001b57;
}

.scientific-programme-row .fa-caret-right,
.scientific-programme-row .fa-scroll {
    color: #001b57;
}

.scientific-programme-description,
.scientific-programme-topics {
    font-size: 11px;
    color: #636363;
}

.border-round-top {
    border-radius: 15px 15px 0 0;
}

.border-round-bottom {
    border-radius: 0 0 15px 15px;
}

.border-round {
    border-radius: 15px;
}

.scientific-programme-list {
    border-radius: 15px;
    border: 0px solid #787878;
}

.scientific-programme-speeches-list .scientific-programme-speech:not(:last-child) {
    border-bottom: 0px solid #787878;
}

.scientific-programme-speeches-modal {
    border-radius: 10px;
}

.scientific-programme input[type="search"].form-control:focus {
    border-color: #001b57;
}

.scientific-programme-row:not(.border-round-bottom, .border-round) {
    border-bottom: 0px solid #787878;
}

.scientific-programme-speech {
    color: #001b57;
}

.scientific-programme-abstract button {
    background-color: #001b57
}

#modalCoffee-Abstract {
    .modal-footer button {
        background-color: #001b57;
        border-color: #001b57;

        &:hover {
            background-color: #001b57 !important;
            border-color: #001b57 !important;
        }
    }

    .scientific-programme-abstract-title {
        color: #001b57;
    }

    .scientific-programme-speech-speaker {
        color: #001b57;
    }
}

