/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

.grad {
    width: 100%;
    background-color: #ff6663;
    z-index: 1;
    height: 18px;
    position: relative;
}

.theadgant{
    padding-top: 32px;
    padding-bottom: 16px;
}

.theadgant span{
    display: block;
    z-index: 1;
    width: 100%;
    text-align: center;
}

tbody-gantt{
    max-height: 300px;
    overflow-y: auto;
}

.encabezado {
    text-align: center;
    width: 14.27%;
    background-color: #d4f1fa;
    font-weight: bold;
    border: #c9e5f0 solid 1px;
    display:inline-block;
}
.sencabezado {
    padding-top: 2px;
    background-color: #d4f1fa;
    font-weight: bold;
}
.row {
    padding-top: 6px;
    height: 4vh;
    width: 14.27%;
    border: #c9e5f0 solid 1px;
    border-top: none;
    border-bottom:  none;
    display:inline-block;
}
.srow {
    margin-top: -3px;
    height: 4vh;
}

.table-gantt{
    width: 100%;
    border-left: none;
    border-collapse: collapse;
    font-size: 1em;
    border-spacing: 0;
}

.table-gantt-border{
    border: #c9e5f0 solid 1px;
    border-bottom: none;
}