.avada-select-parent{
    float: left;
    margin-right: 10px;
}
.avada-select-parent.wtn_dia{
    width: 85px;
}
.avada-select-parent.wtn_dia select{
    min-width: 85px;
}

.avada-select-parent.wtn_ano{
    width: 95px;
}
.avada-select-parent.wtn_ano select{
    min-width: 95px;
}

.dtr-data{
    white-space: normal;
}

td.dataTables_empty:before{
    display: none !important;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before, 
table.dataTable.dtr-inline.collapsed tbody th:first-child:before{
    background-color: rgba(221,51,51,1);
}

#listOcorrencias_length label,
#listOcorrencias_filter label
{
    font-family: inherit;
}


#listOcorrencias_wrapper{
    margin-top: 20px;
}

#listOcorrencias_length select{
    /* styling */

    border: thin solid #d2d2d2;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    border-radius: 0;
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    
    cursor: pointer;
    
}
#listOcorrencias_filter input{
    border: thin solid #d2d2d2;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    border-radius: 0;
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    margin-left: 10px;
}