﻿.b-off {
    background-color: #FFF; /*#cde2b7;*/
    padding: 3px;
    margin-top: 2px;
}

.b-on {
    background-color: #FFF;
    padding: 3px;
    margin-top: 2px;
}

.b-g {
    background-color: #319121;
    margin-left: 1px;
}

.b-r {
    background-color: #f62828;
    margin-left: 1px;
}

.b-y {
    background-color: #fe9b00;
    margin-left: 1px;
}

.b-c {
    background-color: #95d3cb;
    margin-left: 1px;
}

.b-n {
    background-color: #000000;
    margin-left: 1px;
}

.b-e {
    background-color: #808080;
    margin-left: 1px;
}

.border-table {
    width: stretch;
    margin: 2px;
    border: solid 0px #ccc;
}

.border-table-simple tr td {
    padding: 2px;
    border: solid 1px #ccc;
}

.table-separator {
    margin-top: 5px;
}


/* Tabla contenidos diarios */
.tg {
    border-spacing: 1px;
}

    .tg tr td {
        width: 20px;
    }

/* Contenedor de div con colores*/
.dg {
    height: 65px;
    vertical-align: bottom;
}

.cellg {
    vertical-align: bottom;
    height: 75px;
}


/* Tabla de horas */
.tdg {
    border-color: #808080;
    border-width: 1px;
    border-style: ridge;
}

.tdm {
    border-color: #909090;
    border-width: 1px;
    border-style: ridge;
    font-size: 11px;
    text-align: center;
}

.divMod {
    clear: both;
    border: dotted 1px #808080;
    margin-bottom: 15px;
}

.tdc {
    text-align: center;
    font-size: 11px;
    color: black;
}

    .tdc div {
        font-size: 11px;
    }

.barrasv {
    width: 100%;
    text-shadow: #CCCCCC 0.1em 0.1em 0.1em;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius: 5px;
    /*box-shadow: 1px 1px 1px black;
            -webkit-box-shadow: 1px 1px 1px black;
            -moz-box-shadow: 1px 1px 1px black;
                */
}

