﻿      .filtersPanel {
            /*height: 50px;*/
            /*border: 1px solid #cccccc;*/
            padding: 0px 0 5px 2px;
            border-bottom: none;
        }

        .tableTasas {
            width: 100%;
            clear: both;
            border: 1px solid #cccccc;
        }

            .tableTasas .tasaBody {
            }

                .tableTasas .tasaRowHeader, .tableTasas .tasaBody .tasaRowBody {
                    display: block;
                    clear: both;
                }

        .tasaCell {
            border: 1px solid #cccccc;
            border-left: none;
            border-bottom: none;
            text-align: center;
            float: left;
            width: 7.99%;
        }

            .tasaCell:last-child {
                border-right: none;
            }

        .tasaCellData {
            font-size: .9em;
        }

        .tasaCellHeader {
            font-weight: bold;
            padding: 5px 2px 5px 2px;
            overflow-x: hidden;
            text-overflow: ellipsis;
            background-color: #009E7E;
            color: #FFF;
            font-size: .8em;
        }

        .tasaCellDay {
            width: 4%;
            font-size: .8em;
        }

        .tasaCellClickable {
            cursor: pointer;
            text-decoration: none;
        }

            .tasaCellClickable:hover {
                text-decoration: underline;
            }

        .divPreview {
            position: fixed;
            top: 50%;
            left: 50%;
            /* bring your own prefixes */
            transform: translate(-50%, -50%);
            box-shadow: #666666 5px 5px 10px;
            background-color: white;
            width: 120px;
            text-align: center;
            vertical-align: middle;
            padding: 5px;
            z-index: 1;
            display: none;
        }

        .previewValue {
            text-align: center;
            font-size: 14pt;
        }

        .previewLabelDate {
            font-style: italic;
            font-size: 10pt;
        }