/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.tablepress{
    box-shadow: 0 0 5px #fff;
    border-radius: 5px;
    border: 1px solid #fff;
}
.tablepress thead tr th.column-1,
.tablepress tbody tr td.column-1{
    text-align: center !important;
}

table.list-biensoxe{
    background: #fff;
    color: #000;
    box-shadow: 0 0 5px #fff;
    border-radius: 5px;
    border: 1px solid #fff;
}
table.list-biensoxe thead tr th:first-child{
    padding: 15px 15px;
}
table.list-biensoxe thead tr th:first-child,
table.list-biensoxe tbody tr td:first-child{
    text-align: center !important;
    width: 69px;
}
table.list-biensoxe tbody tr:nth-child(2n){
    background: #f1f1f1;
}
table.list-biensoxe tfoot tr td{
    color: #000;
    text-align: center;
    padding: 0 20px;
    text-align: right;
}
table.list-biensoxe tfoot tr td select{
    width: 79px;
    float: right;
    text-align: center;
}

.pagination-for-inner-table{
    display: flex;
    flex-direction: row;
    gap:15px;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.register-button{
    margin: 0;
    padding: 0;
    background: #01ab6f;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 15px;
    border: 1px solid #01ab6f
}
.register-button:hover,
.register-button:focus{
    transition: 500ms;
    box-shadow: 0 0 3px #000;
}
