@font-face {
    font-family: 'Panton Regular';
    src: url('fonts/Panton-Regular.woff2') format('woff2'),
        url('fonts/Panton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Panton Bold';
    src: url('fonts/Panton-Bold.woff2') format('woff2'),
        url('fonts/Panton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
#toast-container > div {
    opacity:1;
    margin-top: 37px;
}

.toast {
    opacity: 1 !important;
}
.toast-top-full-width{
    height: 100px !important;
}
.toast{
   height: 100px !important; 
}

.toast-message{
    height: 100%;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column; 
}

.spinner-ir{
    position:absolute;
    display:none;
    z-index:500;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.3
}

.spinner-ir img{
    position:fixed;
    z-index:15;
    top:50%;
    left:50%;
    height:80px;
    margin-left:-40px
}

a{
    text-decoration: none !important;
}

.autoComplete_wrapper>input{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    padding-left: 15px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 15px;
    height: 45px;
}

.mini-label{
    font-size: 10px !important;
}

.no-bord{
    border: 0px !important;
}

.box-chart{
    position: absolute;
    top:-30px;
    left:4px;
    height: 150px;
    width: 150px;
}

.lb-chart{
    padding-top: 40px;    
}

.minus,
.plus {
    border: 1px solid #eee;
    margin: 0 -4px;
    padding: 5px 12px;
    border: solid 1px black;
    float: left;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
}

.minus{
    margin-right: 2px;
}

.plus{
    margin-left: 2px;
}

.tx-qta{
    float: left !important;
    width: 87px !important;
    text-align: center;
}

.lb_bonus{
    color: #ff135d;
}

.righe-trk{
    border-bottom: 1px solid gainsboro;
    height: 85px;
}

.testata-trk{
    height: 45px;
    background-color: #112B45 !important;
    color: white;
}

.traccia-label{
    padding: 10px;
    color:blue !important;
    white-space: nowrap;
    width: 150px;
    height: 40px;
}

.tb-trk tr:nth-child(odd) td{

}
.tb-trk tr:nth-child(even) td{
    background-color: #F6F6F6;
}

#area{
    z-index: 1;
}

.htLeft{
    text-align: left;
}

.htRight{
    text-align: right;
}

.htCenter{
    text-align: center;
}

