/* RESETS */
* {
    font-family: 'MADE Outer Sans', "Roboto" !important;
    font-family: 'MADE Outer Sans','Montserrat',"Roboto" !important;
    font-family: 'Montserrat',"Roboto" !important;
    font-style: normal;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
  }


/* DATATABLE */
div.dt-buttons {
    float: left !important;
}
div.dataTables_filter {
    float: right !important;
}
button.dt-button {
    background-color: #ede9e9;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 0 1px;
    min-width: 70px;
}
button.dt-button:hover {
    background-color: #b1b1b1;
}
.current {
    background: #efefef !important;
}
div.dataTables_filter {
    margin-bottom: 10px;
}
