/**
    Global styles to override peculiar angular behaviors
*/

td.group-cell label {
    display: none !important;
}

td.group-cell .form-group .scheduler-border {
    padding: 0 !important;
    margin: 0 !important;
    border: none!important;
}

td.group-cell .form-group .critere_psc {
    padding: 2px 20px;
}

td.group-cell .col-xs-12,
td.group-cell .col-sm-12,
td.group-cell .col-md-6 {
    width: 100%;
}