.fasicaCircleGrey {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.fasicaCircleRed {
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.unstyled-button {
    border: none;
    padding: 0;
    background: none;
}

.fasica-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fasica-stack-top {
    z-index: 9;
}

.fasica-fields-marked {
    background-color:yellow;
}

.clean-table {
    width:100%;
    border: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    text-decoration: none;
    text-align: right;
}

.clean-table td,
.clean-table th,
.clean-table tr {
    border: none;
    padding: 1px;
    margin: 0;
    text-decoration: none;
    text-align: right;
}

.clean-table.dt-container.dt-empty-footer tbody > tr:last-child > *,
.clean-table tbody > tr:last-child > * {
    border-bottom: none !important;
}