b {
    color:   #3151CF; 
}

.table-size10{
    font-size: 10px;
}
.table-size11{
    font-size: 11px;
}
.table-size12{
    font-size: 12px;
}
.table-size13{
    font-size: 13px;
}

.div-marcado{
    border-color: gray;
    border-width: 1px;
  border-style:groove ;
}

.Fond-input{
    background-color: rgb(156, 239, 250);
}

.Fond-input-cont{
    background-color: rgb(178, 244, 182);
}

table.dataTable tbody tr.myeven {
    background-color: #f2dede;
}
table.dataTable tbody tr.myodd {
    background-color: #f4ff55;
}

table.dataTable tbody tr.Reservada {
    background-color: #f2dede;
}
table.dataTable tbody tr.despachada {
    background-color: #cdf7bc;
}
