/* --------------------------------------------
 *     Tables presenting data
 * -------------------------------------------- */

.tableBlock {
     font-size: 0.75em;
     border: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
}
.tableBlock table {     /******* kazda tabulka vlastni id a definici stylu *******/
    border-collapse: collapse;
    width: 100%;      /* chceme-li, aby byla tabulka na sirku stranky */
}
.tableBlock td, .tableBlock th {
    padding: 0.1em 0.2em;
}

.tableBlock td {

    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tableBlock th {
    font-weight: normal;
    text-align: left;
     border-bottom: 2px solid #d5d5d5; /* sirka 1 udela prerusovany */
     color: #606060;
    text-align: center;
    /* font-size: 0.9em;*/
    /* border-right: 1px solid #efefef; */
}
.tableBlock thead {

}
.tableBlock tbody {
    background-color: #f5fafd; /* barva sudych radku */
}
.tableBlock tr {

}
.tableBlock tr:hover {
    background-color: #ffe1e2; /* barva vybiranych radku */
}
.tableBlock thead tr:hover {
    background-color: transparent;
    color: inherit;
}
.tableBlock .odd {    /* barva lichych radku */

    background-color: #e5f2fb;
}


.tableBlock col {    /*  bohuzel nefunguje v exploreru to je pech - reseno pres td :( */
    border-right: 1px solid #fff;
}
.tableBlock col#o {    /* ukazkova definice vlastnosti sloupcu - kdyz bude potreba */
    width: 1em;
}
.tableBlock col#k {
    width: 1em;
}
.tableBlock col#cases {   /* posledni sloupec je bez vpravo bez ramecku, jinak by nam chybel 1px - taky nefunguje v v ms ie */
    border-right: none;
}


.tableBlock .tablePageLink {
    color: #3399E3;
}
.tableBlock .tablePageLinkCurrent {
    font-weight: bold;
    /*text-decoration: underline;*/
    color: #004D92;
}
/* --------------------------------------------
 *     Table filter form
 * -------------------------------------------- */
.tableBlock form.tableFilter {
    margin-top: 3px;
}

.tableBlock .pager {
    margin-top: 3px;
}

.tableBlock form.tableFilter input {
    font-size: 0.8em;
    padding-left: 0.4em;
    background-color: #fff;
    border: 1px solid #afd8f5;
}
.tableBlock form.tableFilter select {
    font-size: 0.8em;
    padding-left: 0.4em;
    background-color: #fff;
    border: 1px solid #afd8f5;
}
.tableBlock form.tableFilter button {
	cursor: pointer;
    border: 2px solid #d5d5d5;
    margin-top: 0.4em;
    margin-left: 0.8em;
    background-color: #fff;
    color: #3399e3;
    font-size: 1em;
    width: 5em;
}
.tableBlock form.tableFilter form button:hover {
    color: #c00004;
}
.tableBlock form.tableFilter input[type="submit"]{
	cursor: pointer;
}
.tableBlock form.tableFilter input[type="submit"]:hover {
    color: #c00004;
}
.tableBlock form.tableFilter input[type="button"]{
	cursor: pointer;
}
.tableBlock form.tableFilter input[type="button"]:hover {
    color: #c00004;
}

.tableBlock td.table-background-green {
    background-color: #8dc87d;
}
.tableBlock td.table-background-grey {
    background-color: #d0d0d0;
}

.tableBlock td.table-background-red {
    background-color: #f9b4b8;
}

.tableBlock td.table-background-yellow {
    background-color: #fbf985;
}
/* --------------------------------------------
 *     Table pager
 * -------------------------------------------- */
.pager select#tablePageSizeSelect {
    font-size: 0.8em;
    padding-left: 0.4em;
    background-color: #fff;
    border: 1px solid #afd8f5;
    margin-left: 0.4em;
}

/* --------------------------------------------
 *     Table export
 * -------------------------------------------- */

.tableBlock select.tableExport {
    font-size: 0.8em;
    padding-left: 0.4em;
    background-color: #fff;
    border: 1px solid #afd8f5;
}

.tableBlock input.tableExport {
	cursor: pointer;
    border: 2px solid #d5d5d5;
    margin-top: 0.4em;
    margin-left: 0.8em;
    background-color: #fff;
    color: #3399e3;
    font-size: 1em;
}
