﻿.dxbl-toast-portal {
    position: fixed !important;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
}

/* forza il loading panel DevExpress a coprire tutta la viewport */
dxbl-loading-panel.dxbl-loading-panel-attached .dxbl-loading-panel-underlay,
dxbl-loading-panel.dxbl-loading-panel-attached .dxbl-loading-panel-container {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
}

.gridpopupLarge {
    min-width: 70%;
}

.SpazioTraDiv 
{
    margin: 40px 0px 0px 0px;
}

.BottomPulsanti
{
    margin: 40px 0px 0px 0px;
}

label {
    margin: 5px 0px 0px 0px;
}

span.required {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-bottom:1px;
    background-color: red;
    border-radius: 50%;
}

.dxDialog-VaiACapo {
    white-space: pre-line;
}

.quadrato-legenda {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    vertical-align: middle;
}

.label1-background {
    background-color: rgba(64, 125, 255, 0.7);
    border-color: transparent;
    opacity: 1;
}

.label2-background {
    background-color: rgba(150, 215, 0, 0.7);
    border-color: transparent;
    opacity: 1;
}

.label1-text {
    color: black;
}

.label2-text {
    color: black;
}
