/* 
    Document   : style
    Created on : 10-ago-2012, 10:57:51
    Author     : francisco
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.father-row{
   color:black;
   background-color:#E0ECF8 !important;
}

.cpm-row{
   color:black;
   background-color:#f69408;
}

.gastos-row{
   color:black;
   background-color:#BFCF87 !important;
}

.root-row{
   color:black;
   background-color:#CEF6D8 !important;
}

.alert-row{
   color:black;
   background-color:#FF8069 !important;
}

.gantt-STATUS_ACTIVE{
   background-color:#66FF99 !important; 
}
.gantt-STATUS_DONE{
   background-color:#0099FF !important; 
}
.gantt-STATUS_FAILED{
   background-color:#660066 !important; 
}
.gantt-STATUS_SUSPENDED{
   background-color:#fbb11e !important; 
}
.gantt-STATUS_UNDEFINED{
   background-color:#D8D8D8 !important; 
}
.alertChanges{
        text-align:center;
        font-size:35px;
        color:#D9534F;
        background-color:#fff;
    }
