.table-top-header{
    background-color: rgb(212, 156, 108);
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    padding: 14px;
    font-weight: bold;
    margin-left: 2.5%;
    width: 95%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dataTables_wrapper{
    margin-left: 2.5%;
    width: 95%;
    font-size: 12px;
}

.dataTables_filter{
    display: none;
}

.dataTables_wrapper .dataTables_scroll{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: none!important;
}

thead{
    background-color: rgb(233, 233, 233);
}

tbody{
    padding-bottom: 20px;
}

td{
    border-right: 1px solid rgb(210, 210, 210);
}

.table-center{
    text-align: center;
}

.w-80-p{
    width: 80px!important;
}

.disabled{
    background-color: rgb(247, 247, 247);
}

.save_app_in_table_wrapper{
    text-align: right;
    width: 95%;
    margin-top: 35px;
    font-size: 14px;
    margin-left: 2.5%;
}

#save_app_in_table:hover{
    text-decoration: none;
}
.dataTables_wrapper{
    margin-bottom: 60px;
}

.dt-button.buttons-excel.buttons-html5{
    position: absolute;
    bottom: -60px;
    right: 0;
    color: #000;
    padding: 10px 15px;
    background: linear-gradient(45deg, rgb(203, 150, 108), rgb(182, 134, 96));
    border: none;
    border-radius: 4px;
}

table.dataTable{
    margin: 0!important;
}
