﻿
/*****************/
/* TURNAJE/KEMPY */
/*****************/

.tourn-nodata {
    display: inline-block;
    color: #000000;
    font-size: 8pt;
    margin: 0px;
    padding: 10px 5px;
}

.tourn-list {
    font-size: 9pt;
}

    .tourn-list .sectionPanel, .tourn-detail .sectionPanel, .tourn-regist .sectionPanel {
        border: solid 1px #425c9d;
    }

    .tourn-list .sectionPanel-header, .tourn-detail .sectionPanel-header, .tourn-regist .sectionPanel-header {
        background-color: #5c8bff;
        border-bottom: solid 1px #425c9d;
    }

    .tourn-list .sectionPanel-header-title, .tourn-detail .sectionPanel-header-title, .tourn-regist .sectionPanel-header-title {
        color: #ffffff;
    }

tourn-list .sectionPanel-body, .tourn-detail .sectionPanel-body, .tourn-regist .sectionPanel-body {
    background-color: #e2ebff;
}

.tourn-list .buttonPanel, .tourn-detail .buttonPanel, .tourn-regist .buttonPanel {
    border: solid 1px #425c9d;
    background-color: #e2ebff;
}

/****************************/
/* Vyber tymu pri rezervaci */
/****************************/

.tourn-regists {
    border-collapse: collapse;
    border-width: 0px;
}

    .tourn-regists thead tr {
        background-color: #B2E3FB;
    }

    .tourn-regists thead th {
        border-top: 1px solid #6492A9;
        border-bottom: 1px solid #6492A9;
    }

    .tourn-regists thead .radio {
        width: 30px;
        text-align: center;
        padding: 2px 0px;
    }

    .tourn-regists thead .plr {
        padding: 2px 15px 2px 5px;
    }

    .tourn-regists tbody tr {
    }

    .tourn-regists tbody td {
    }

    .tourn-regists tbody .radio {
        width: 30px;
        text-align: center;
        padding: 2px 0px;
    }

    .tourn-regists tbody .plr {
        padding: 2px 15px 2px 5px;
    }

    .tourn-regists tbody .nts {
        text-align: left;
        text-transform: uppercase;
        padding: 2px 15px 2px 5px;
    }

.tourn-summary {
}

    .tourn-summary .totalAmount {
        color: #008CDD;
        font-weight: bold;
        font-size: 12pt;
    }
