.tableNumbers{
    width: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: black;
    height: 25px;
    border-radius: 20px;
    font-family: Montserrat;
}
.pageNumber{
    position: relative;
    float: left;
    width: 17px;
    font-size: 15px;
    color: #0000004D;
    height: 25px;
    line-height: 25px;
    display: block;
    font-family: Montserrat;
    padding: 2px;
}
.pageNumber:hover{
    cursor: pointer;
}

.paging{
    height: 70px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.subPaging{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.botonAnterior{
    padding-right: 30px;
}
.botonSiguiente{
    padding-left: 30px;
}
.botonSiguiente, .botonAnterior, .dots{
    width: 60px;
    color: black;
    position: relative;
    font-size: 13px;
}

.dots{
    position: relative;
    float: left;
    width: 17px;
    font-size: 15px;
    color: #0000004D;
    height: 25px;
    line-height: 25px;
    display: block;
    font-family: Roboto-Regular;
}

.selectedPage{
    font-weight: 500;
    color: black;
}
@media screen and (max-width:768px){
    .tableSearchBar{
        min-width:0px;
    }
    .tableSearchBarRowRight{
        width:100%;
    }
    .tableSearchBarRowLeft{
        float:none;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
        width:100%;
    }
    .adminTableContainer{
        position: relative;
        width: 100%;
        overflow: auto;
    }
    .tableAddButton{
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}