/*OVERRIDES*/

.bg-gradient-primary {
    background-image: url(img/bg.jpg);
    background-size: contain;
    background-attachment: fixed;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 2px solid #e3e6f0;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 2px solid #e3e6f0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0 !important;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    background: transparent;

}

table.dataTable {
    border-collapse: collapse !important;

}

.dataTables_wrapper .row {
    margin: 0 !important;
}

.danae-plus-icon {
    font-size: 113px;
    height: 75px;
    background-color: #efefef;
    width: 75px;
    margin: auto;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    color: #AAA;
    cursor: pointer;
    display: block;
}

.danae-plus-icon:hover {
    background-color: #efefef;
    color: #AAA;
    text-decoration: none;
}

.danae-btn-rimuovi {
    background-color: #e74a3b;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    box-shadow: 1px 1px 6px -3px black;
    cursor: pointer;
}

.danae-btn-rimuovi:hover {
    background-color: grey;
    color: white;
    text-decoration: none;
}

.fum_az_5, .fum_cap_soc {
}