.data-table-responsive{
    width: 100% !important;
}

.modal-listagem > .modal-dialog {
    width:90% !important;
}
div.dt-buttons {
    float: right;
    margin-left:10px;
}
.select2 {
    width: 100%!important;
}
.help-color {
    color: #3c8dbc;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;
}
/*Define a cor do asterisco nos campos obrigatórios*/
label span
{
    color: #FF0000;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.0em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
