﻿.ocultar-element {
    display:none;
}
.mostrar-element {
    display: block;
}

/*Buttons styles*/
button.tabledit-list-button {
    background-color: #00bcd4;
    border: none !important;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
}

    button.tabledit-list-button:active {
        background-color: #00acc1 !important;
        box-shadow: none !important;
    }

    button.tabledit-list-button:hover {
        background-color: #00acc1 !important;
        box-shadow: none !important;
    }

    button.tabledit-list-button:focus {
        background-color: #00acc1 !important;
        box-shadow: none !important;
    }

    button.tabledit-list-button:visited {
        background-color: #00acc1 !important;
        box-shadow: none !important;
    }

    button.tabledit-list-button:not(:disabled):not(.disabled).active {
        background-color: #00acc1 !important;
        box-shadow: none !important;
    }

/*pagination datatables*/
.dataTables_paginate > .pagination {
    flex-wrap: wrap;
}