﻿/* Třídy nemazat!!! Následují řádek neměnit!
. {}
*/
/*Zarovnání v pravo*/
.gridZarovnaniVpravo
{
    text-align: Right !important;
}
.gridZarovnaniVpravoNezalamovat
{
    text-align: Right !important;
    white-space: nowrap;
}
/*Zarovnání na střed*/
.gridZarovnaniNaStred
{
    text-align: Center !important;
}
.gridZarovnaniNaStredNezalamovat
{
    text-align: Center !important;
    white-space: nowrap;
}
/*Zvýraznění podtržením*/
.gridZvyrazneniNaStred
{
    text-align: Center !important;
    border-bottom: #ffbe00 2px solid !important;
    font-weight: bold !important;
}
.gridZvyrazneniVlevo
{
    text-align: left !important;
    border-bottom: #ffbe00 2px solid !important;
    font-weight: bold !important;
}
.gridZvyrazneniVpravo
{
    text-align: Right !important;
    border-bottom: #ffbe00 2px solid !important;
    font-weight: bold !important;
}
/*Tučné písmo*/
.gridTucneNaStred
{
    text-align: Center !important;
    font-weight: bold !important;
}
.gridTucneNaStredNezalamovat
{
    text-align: Center !important;
    font-weight: bold !important;
    white-space: nowrap;
}
.gridTucneVlevo
{
    text-align: left !important;
    font-weight: bold !important;
}
.gridTucneVlevoNezalamovat
{
    text-align: left !important;
    font-weight: bold !important;
    white-space: nowrap;
}
.gridTucneVpravo
{
    text-align: Right !important;
    font-weight: bold !important;
}
.gridTucneVpravoNezalamovat
{
    text-align: Right !important;
    font-weight: bold !important;
    white-space: nowrap;
}
/*Zarovnání vlevo*/
.gridZarovnaniVlevoNezalamovat
{
    text-align: Left !important;
    white-space: nowrap;
}
.gridZarovnaniVlevo /* musí být poslední, protože v Detailu přemlacuje ostatní třídy */
{
    text-align: Left !important;
}
/*Styl pro řádek mřížky*/
.RowTucne
{
    font-weight: bold !important;
}
/*červená*/
.RowCervenePismoTucne
{
    color: #ff7777 !important;
    font-weight: bold !important;
}
.RowCervenePismo
{
    color: #ff7777 !important;
}
.RowCervenePozadiTucne
{
    background: #ff7777 !important;
    font-weight: bold !important;
}
.RowCervenePozadi
{
    background: #ff7777 !important;
}
/*zelená*/
.RowZelenePismoTucne
{
    color: #54c600 !important;
    font-weight: bold !important;
}
.RowZelenePismo
{
    color: #54c600 !important;
}
.RowZelenePozadiTucne
{
    background: #c8ffa5 !important;
    font-weight: bold !important;
}
.RowZelenePozadi
{
    background: #c8ffa5 !important;
}
/*modrá*/
.RowModrePismoTucne
{
    color: #0066CC !important;
    font-weight: bold !important;
}
.RowModrePismo
{
    color: #0066CC !important;
}
.RowModrePozadiTucne
{
    background: #abc7ff !important;
    font-weight: bold !important;
}
.RowModrePozadi
{
    background: #abc7ff !important;
}
/*žlutá*/
.RowZlutePismoTucne
{
    color: #d8df00 !important;
    font-weight: bold !important;
}
.RowZlutePismo
{
    color: #d8df00 !important;
}
.RowZlutePozadiTucne
{
    background: #f8ffa5 !important;
    font-weight: bold !important;
}
.RowZlutePozadi
{
    background: #f8ffa5 !important;
}