a, a:hover, a:focus, a:visited {
    text-decoration: none;
}

.dataTables_wrapper .row {
    margin-right: 0;
    margin-left: 0;
}

.dataTables_wrapper .row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.fc-day-grid-event .fc-content {
    white-space: normal !important;
}

.bollatura-disabled .text-success {
    color: var(--gray)
}

table.dataTable td.dt-control:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content: "+";
    background-color: #EF7507;
}

table.dataTable tr.shown td.dt-control:before {
    content: "-";
    background-color: #d33333;
}

.icon-red {
    color: #FF0000;
}
.icon-orange {
    color: #EF7507;
}
.icon-green {
    color: #00FF00;
}