﻿
/*********/
/* SKOLY */
/*********/

.school-nodata {
    display: inline-block;
    color: #000000;
    font-size: 8pt;
    margin: 0px;
    padding: 10px 5px;
}

.school-list {
    font-size: 9pt;
}

    .school-list .sectionPanel, .school-detail .sectionPanel, .school-regist .sectionPanel {
        border: solid 1px #425c9d;
    }

    .school-list .sectionPanel-header, .school-detail .sectionPanel-header, .school-regist .sectionPanel-header {
        background-color: #5c8bff;
        border-bottom: solid 1px #425c9d;
    }

    .school-list .sectionPanel-header-title, .school-detail .sectionPanel-header-title, .school-regist .sectionPanel-header-title {
        color: #ffffff;
    }

school-list .sectionPanel-body, .school-detail .sectionPanel-body, .school-regist .sectionPanel-body {
    background-color: #e2ebff;
}

.school-list .buttonPanel, .school-detail .buttonPanel, .school-regist .buttonPanel {
    border: solid 1px #425c9d;
    background-color: #e2ebff;
}

.school-warning-sub {
    font-size: 12pt !important;
    padding: 10px 0px !important;
    font-weight: bold !important;
}

/*************/
/* Prihlasky */
/*************/

.school-regists {
    border-collapse: collapse;
    border-width: 0px;
}

    .school-regists thead tr {
        background-color: #B2E3FB;
    }

    .school-regists thead th {
        border-top: 1px solid #6492A9;
        border-bottom: 1px solid #6492A9;
    }

    .school-regists thead .radio {
        width: 30px;
        text-align: center;
        padding: 2px 0px;
    }

    .school-regists thead .plr {
        padding: 2px 15px 2px 5px;
    }

    .school-regists tbody tr {
    }

    .school-regists tbody td {
    }

    .school-regists tbody .radio {
        width: 30px;
        text-align: center;
        padding: 2px 0px;
    }

    .school-regists tbody .plr {
        padding: 2px 15px 2px 5px;
    }

    .school-regists tbody .nts {
        text-align: left;
        text-transform: uppercase;
        padding: 2px 15px 2px 5px;
    }

    .school-regists .reginfo {
        display: block;
        font-size: 10pt;
        margin: 5px 0px 15px 0px;
        font-weight: bold;
        color: #0375b4;
        line-height: 20px;
    }

        .school-regists .reginfo:empty {
            display: none;
        }

.school-summary {
}

    .school-summary .totalAmount {
        color: #008CDD;
        font-weight: bold;
        font-size: 12pt;
    }
