/* ************* LOGIN *********************/
/* ************* LOGIN *********************/
.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #1ABB9C;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    border: none;
    cursor: pointer;
}

.login100-form-btn:hover {
    background-color: #2a3f54;
}

.alineoDx {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;

}

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 18px;
}

.dt-buttons {
    position: absolute;
    right: 0;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.dataTables_paginate,
.dataTables_info {
    margin: 20px !important;
}

.dropdown-menu {
    left: -50px !important;
}

.icone {
    font-size: medium;
    cursor: pointer;
}

.flexSpazio {
    display: flex;
    justify-content: space-between;
}

.flexCentrale {
    display: flex;
    justify-content: flex-start;
}


.caricoCentroCostiSotto {
    background: #f7f7f7;
    padding: 10px;
    height: 300px;
    overflow-y: scroll;

}

.centoCostiSelezionati {

    width: 100%
}

.centoCostiSelezionati tr th {
    border: solid 2px #ced4da;
    padding: 10px
}

.centoCostiSelezionati tr td {
    border: solid 2px #ced4da;
    padding: 10px
}

.primaLettera {
    text-transform: capitalize;
}

.flexmio {
    display: flex;
    justify-content: space-between;
}


.panelContro {
    border: solid 1px #bebebe;
    font-weight: 900;
    background-color: #ededed;
}

.panelContro h2 {
    font-size: 28px;
    font-weight: 900;
}

.valoreTotale {
    background-color: #ededed;
    border-left: solid 3px #1ABB9C;
    padding: 10px;
}

.numeri {
    font-size: xx-large;
    font-weight: 900;
}

.numeri2 {
    font-size: x-large;
    font-weight: 900;
}


.col-2,
.col-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.col-9 {
    padding-right: 0px;
}


.flexinizioFine {
    display: flex;
    justify-content: space-between;
}


#suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
}

#suggestions div {
    padding: 10px;
    cursor: pointer;
}

#suggestions div:hover {
    background-color: #f0f0f0;
}

.container-fluid {
    padding: 0px;
}

tr:hover td {
    background-color: rgba(255, 251, 1, 0.226);
}

.ombra {
    -webkit-box-shadow: 5px 5px 10px 0px #000000;
    -moz-box-shadow: 5px 5px 10px 0px #000000;
    -o-box-shadow: 5px 5px 10px 0px #000000;
    box-shadow: 5px 5px 10px 0px #000000;
}


/* IN LAVORAZIONE */
.badge-0 {
    background-color: #dc3545;
    color: #ffffff;
}

/* CONCLUSA */
.badge-1 {
    background-color: #2b960b;
    color: #ffffff;
}

/* APPROVATA */
.badge-2 {
    background-color: #007bff;
    color: #ffffff;
}

/* ANNULLA */
.badge-3 {
    background-color: #6c757d;
    color: #ffffff;
}



.badge {
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: -webkit-baseline-middle;
}