

.filterCustom{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 35px;
    margin-left: 20px;
}
.filterInputs{
    float: left;
    display: inline-flex;

}

.filterInputs input[type='checkbox']{
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 30px;
}

.filterInputs label{
    position: relative;
    top: 4px;
    line-height: 30px;
}

.search_input{
    height: 35px;
    min-width: 250px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 7px;
    background-color: transparent;
    margin-left: 3px;
    margin-right:3px;
}

.search_select{
    height: 35px;
    width: 200px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 7px;
    background-color: transparent;
    margin-left: 3px;
}



.pageChanges{
    width: 200px;
    float: right;
    margin-right: 0;
}

.pageChanges select{
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }

    .filterCustom{
        display: inline-block;
    }

    .filterInputs{
        
    }

    .search_input{
        width: 100%;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pageChanges{
        float:left;
        margin-left: 10px;
    }

}

@media screen and (max-width: 640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }


    .filterCustom{
        display: inline-block;
    }

    .filterInputs{
        width: 100%;
    }

    .search_input{
        width: 100%;
        margin-top: 10px;
        
        margin-right: 20px;
    }

    .pageChanges{
        float:left;
        margin-left: 10px;
        margin-top: 10px;
    }

}

.login_input{
    text-align:center;
  }
  
  .input_center_align{
    text-align: center;
  }