.wt-bg-primary {
    background-color: #8497b0;
}


.table td {
    word-wrap: break-word;
    white-space: normal;
}


.table .separator {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}


th.sticky {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
}

.sortable:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.custom-btn-success {
    color: #000000;
    background-color: #ffffff;
    border-color: #198754;
    margin: 0
}

    .custom-btn-success:hover {
        color: #000000;
        background-color: #fff6f6;
        border-color: #146c43;
        margin: 0
    }

.custom-btn-lg, .custom-btn-group-lg > .btn {
    padding: 0 0;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    margin: 0
}


.body_content {
    padding-bottom: 5rem;
}


.highlight {
    background-color: #c6cc75;
}

.invalid_data {
    border: 2px solid red;
}


.select2-container--default .select2-selection--single {
    width: 100%;
}



#C4DSvg {
    background: url('../images/sfondo_960x960.png') no-repeat center center;
    background-size: cover;
}


.TopAxixText {
    font-size: 0.7px;
    font-weight: bold;
    text-anchor: end;
    fill: black;
}


.TopAxixTextSmall {
    font-weight: bold;
    text-anchor: end;
    fill: orange;
    paint-order: stroke;
    stroke: #000000;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}


.RightAxixText {
    font-size: 0.7px;
    font-weight: bold;
    text-anchor: middle;
    fill: red;
}


.RightAxixTextSmall {
    font-weight: bold;
    text-anchor: middle;
    fill: orange;
    paint-order: stroke;
    stroke: #000000;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}


.BottomAxisText {
    font-size: 0.7px;
    font-weight: bold;
    text-anchor: end;
    fill: red;
}


.BottomAxisTextSmall {
    font-weight: bold;
    text-anchor: end;
    fill: orange;
    paint-order: stroke;
    stroke: #000000;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}


.LeftAxixText {
    font-size: 0.7px;
    font-weight: bold;
    text-anchor: middle;
    fill: red;
}


.LeftAxixTextSmall {
    font-weight: bold;
    text-anchor: middle;
    fill: orange;
    paint-order: stroke;
    stroke: #000000;
    stroke-linecap: butt;
    stroke-linejoin: miter;
}


.ButtonTopAxisInc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.ButtonTopAxisDec {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
}


.ButtonRightAxisInc {
    position: absolute;
    top: 0;
    left: 700px;
    z-index: 1;
}


.ButtonRightAxisDec {
    position: absolute;
    top: 0;
    left: 750px;
    z-index: 1;
}


.ButtonBottomAxisInc {
    position: absolute;
    top: 700px;
    left: 700px;
    z-index: 1;
}


.ButtonBottomAxisDec {
    position: absolute;
    top: 750px;
    left: 700px;
    z-index: 1;
}


.ButtonLeftAxisInc {
    position: absolute;
    top: 700px;
    left: 0;
    z-index: 1;
}


.ButtonLeftAxisDec {
    position: absolute;
    top: 700px;
    left: 50px;
    z-index: 1;
}


#labelTopAxis {
    position: absolute;
    left: 100px;
    top: 0;
    width: 200px;
    height: 100px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    font-family: Arial;
    border: 3px solid #000000;
}


#labelRightAxis {
    position: absolute;
    left: 500px;
    top: 0;
    width: 200px;
    height: 100px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    font-family: Arial;
    border: 3px solid #000000;
}


#labelBottomAxis {
    position: absolute;
    left: 500px;
    top: 700px;
    width: 200px;
    height: 100px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    font-family: Arial;
    border: 3px solid #000000;
}


#labelLeftAxis {
    position: absolute;
    left: 100px;
    top: 700px;
    width: 200px;
    height: 100px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: Arial;
    border: 3px solid #000000;
}


.controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
