.hidden, .hideOnMobile {
    display: none;
}
.txtToolbar {
    padding: 0px 2px 0px 2px;
}


@media screen and (min-width: 750px) {
    .hideOnMobile {
        display: initial;
    }
    .txtToolbar {
        padding: 2px 2px 1px 2px;
    }
}

textarea,
input[type="text"],
input[type="password"] {
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px !important;
}

/* nasconde freccie + - dagli input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* A volte serve il number con le frecce */
.number-with-arrows::-webkit-outer-spin-button,
.number-with-arrows::-webkit-inner-spin-button {
    -webkit-appearance: auto !important;
}
/* Firefox */
.number-with-arrows {
    -moz-appearance: none !important;
}





body, tbody {
    font-family: Inaz-Regular;
    font-size: 14px;
    color: #6D6E71;
    font-weight:initial;
}

* {outline : none !important;}



a:link, a:visited, a:active,
.btnSimilLink{
    color: #996666;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

a:hover, .btnSimilLink:hover {
    transition-property: color;
    transition-duration: 0.25s, 0.25s;
    transition-timing-function: ease-out, ease-out;
    transition-delay: 0s, 0s;
    color: #6D6E71;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

/* ombra per i div e elementi da rappresentare con un effetto 3D */
.ombra-box {
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.ombra-box:hover{
    -moz-box-shadow:    0 4px 16px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    box-shadow:         0 4px 16px rgba(0,0,0,.2);
}



/* 
    Per la gestione dei checkbox sempre allineati alla label e rientranti rispetto al check

    ESEMPIO:
    <label class="labelCheckbox">
        <asp:CheckBox ID="chkTest" runat="server" />&nbsp;Test checkbox!<br>test!
    </label>    
*/

.labelCheckbox
{
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    line-height: 13px;
}


.labelCheckbox input[type=checkbox] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}

/*IMPORTATI DA IOD_2013*/
fieldset {
    border: 1px solid #CCC;
}

input[type="checkbox"]
{
    vertical-align: middle;
}

.Tabella
{
    border: 1px solid black;
}

.Tabella2
{
    border: 1px dotted #CCC;
    background-color: white;
}

.Tabella TH
{
    padding: 4px;
    font-weight: bold;
    background-color: #A39599;
    text-align: center;
    color: White;
}

.Tabella TD
{
    padding: 4px;
    background-color: #EAE6E7;
}

.Tabella TD.tdCaption2Vert
{
    text-align:right;
    background-color: #EAE6E7;
    color: #666666;
    padding: 2px;
    width:10px; 
    white-space:nowrap;
}

TD.tdCaption2Vert
{
    text-align:right;
    white-space:nowrap;
    vertical-align:top;
}

TD.tdCaption2VertNoTop
{
    text-align:right;
    white-space:nowrap;
}

.TitoloFunzione {
    font-family: Inaz-CondBold;
    font-size: 22px;
    margin: 10px auto;
    display: table;
    line-height: 22px;
}

.Titolo {
    font-family: Inaz-CondBold;
    font-size: 2em;
    margin-bottom: 7px;
}

.TitoloMedio {
    font-size: 1em;
    margin-bottom: 7px;
    font-family: Inaz-CondBold;
}

.TitoloMedio2 {
    font-size: 1.25em;
    font-family: Inaz-CondBold;
}

.TitoloPiccolo
{
    font-family: "Inaz-CondBold"; 
    font-size: 1.1em;
}

h1, h2, h3
{
    font-family: "Inaz-CondBold";
    font-weight:normal;
}

.TestoPiccolo
{
    font-size: 0.75em;
}

.lblPaginatore
{
    font-size: 1em;
    vertical-align:middle;
}

.btnToggle
{
    color: #6D6E71;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #996666;
    padding: 5px;
    background-color: #F8F8F8;
    cursor:pointer;
}

.bordoRicerca
{
    padding-top:30px;
    padding-bottom:30px;
    border:1px solid #ccc;
    border-bottom:2px solid #bbb;
    border-top:1px solid #ddd;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

.btnCalendario {
    background-image: url('../../../img/ico_calendario.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.Attivo
{
    background-color: #996666;
    color: White;
}

.ListBox
{
    border:1px solid #ccc;
}

.Combo, .cmb, .txt, .lst {
    font-size: 14px;
    color: #6D6E71;
    border: 1px solid #B8B8B8;
}

.ComboPaginatore {
    font-size: 14px;
}

.cmbDisabled {
    background-color: #EBEBE4;
    font-size: 14px;
    color: #6D6E71;
    border: 1px solid #B8B8B8;
}

.Combo
{
    font-family: inherit;
    /* height: 2px; */
}

.lst option {
    font-family: Inaz-Regular;
}

.txt
{
    padding-left:2px;
}

.txtArea {
    font-family: inherit;
    font-size: 14px;
    padding-left: 2px;
    border: 1px solid #B8B8B8;
    color: #6D6E71;
    white-space: pre-wrap; /*testo a capo con browser i.e. 10 e > */
}
.txtModificabile { /*come txt ma solo con bordo inferiore*/
    font-size: 14px;
    color: #6D6E71;
    border: 0;
    border-bottom: 1px solid #E6E6E6;
}

.txtSenzaBordi {
    font-size: 14px;
    color: #6D6E71;
    border: 0;
}

.txtDisabled {
    background-color: #E8E8E8;
    font-size: 14px;
    color: #6D6E71;
    padding-left: 2px;
    border: 1px solid #B8B8B8;
}
    
.ListaPuntata li
{
    padding: 10px 0px 10px 0px;
}

.TestoScuro
{
    color: #444444;
}

.divHeader
{
    padding: 15px;
    background-color: #F8F8F8;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.divDati, .divDatiNoBordo
{
    padding: 20px;
}

.divDati
{
    border-bottom: 1px solid #E6E6E6;
}

.btn
{
    color: #6D6E71;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #996666;
    padding: 5px;
    background-color: #F8F8F8;
    cursor:pointer;
    min-height:19px;
}

.btnFlat
{
    color: #6D6E71;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #996666;
    padding: 5px;
    background-color: #F8F8F8;
    cursor:pointer;
    min-height:19px;
}

.btnPiccolo
{
    color: #6D6E71;
    font-size: 10px;
    border-radius: 2px;
    border: 1px solid #996666;
    padding: 0px;
    background-color: #F8F8F8;
    cursor:pointer;
}

.btnMedio
{
    color: #6D6E71;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #996666;
    padding: 2px;
    padding-left:4px;
    padding-right:4px;
    background-color: #F8F8F8;
    cursor:pointer;
}

.btnGrande
{
    color: #6D6E71;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #996666;
    padding: 3px;
    padding-left:5px;
    padding-right:5px;
    background-color: #F8F8F8;
    cursor:pointer;
}

.btn:hover, .btnPiccolo:hover, .btnMedio:hover, .btnGrande:hover, .btnFlat:hover, .btnToggle:hover
{
	transition-property: color, background-color;
	transition-duration: 0.20s, 0.20s;
	transition-timing-function: ease-out, ease-out;
	transition-delay: 0s, 0s;

    background-color: #996666;
    color: #ffffff;
}

.btnInEvidenza { /*Come in stile Hover, senza transitions*/
    background-color: #996666;
    color: #ffffff !important;
    box-shadow: 2px 2px #e9e9e9;
}

.btnSelected
{
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #996666;
    padding: 5px;
    background-color: #996666;
    cursor:pointer;
}

.btnAction
{
    color: #6D6E71;
    font-size: 14px;
    border-radius: 0px;
    padding: 5px;
    background-color: #fff;
    cursor:pointer;
    border:1px solid #fff;
}

.btnAction:hover
{
	transition-property: border-color, background-color;
	transition-duration: 0.20s, 0.20s;
	transition-timing-function: ease-out, ease-out;
	transition-delay: 0s, 0s;

    border: 1px solid #ccc;
    background-color:#eee;
}

div.pallinoStatus {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    cursor: help;
    filter: brightness(95%);
}

/*Bottoni filtri packery*/
.btnFilters, .btnFilters-material {
    cursor: pointer;
    
    padding-right: 8px !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 1.2em;
    line-height: 1em;
    text-align: left;
    font-family: Inaz-Regular;
    margin-bottom: 10px;
}

.btnFilters {
    padding-left: 45px !important;
    color: #6d6e71;
    height: 40px;
}

.btnFilters-material {
    padding-top:1px;
    padding-left: 2px !important;
    color: #6d6e71 !important;
    height: 37px;
}

.btnFilters-material i {
    color: #982b2f;
    margin-right:9px;
    font-size:34px;
    margin-top:2px;
}

.btnFilters-fontAwesome{
    display:inline-block;
}

.btnFilters-fontAwesome i{
    float:left;
    font-size:32px;
}

.btnFilters-fontAwesome div {
    float: left;
    padding-top: 10px;
}

.btnFilterSelected, .btnFiltersSelected-material {
    background-color: #e9e9e9 !important;
}

    .btnFilterSelected:focus, btnFiltersSelected-material:focus {
        outline: 0;
    }


.disabled{
   -webkit-filter: opacity(30%);
   -moz-filter: opacity(30%);
   -o-filter: opacity(30%);
   -ms-filter: opacity(30%);
   filter: opacity(30%);
}
.ckb, .ckbDisabled 
{
    vertical-align: middle;
    color: #666666;
}

.ckbDisabled
{
    padding: 0px;
}

.PaddingZero
{
    padding: 0px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaaaa;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa;
}

:-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa;
}

.Watermarked {
    color: #aaaaaa !important; /* Il primo !important messo da Adriano il 28/07/2017, prima non ne avevo mai fatto uso :-( */
}


/*STILE che influenza il l'attributo placeholder (watermark standard) delle textbox */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.Shadow
{
    -moz-box-shadow:    0 4px 16px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    box-shadow:         0 4px 16px rgba(0,0,0,.2);
}

/* Stili per toolbar ---- INIZIO */
.toolbar
{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color:#F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 5px;
}
.toolbar TD
{
    color: #996666;
}

.btnToolbar
{
    color: #6D6E71;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid transparent;
    padding: 5px;
    background-color: transparent;
    text-align:center; 
    min-width:60px;
    cursor:pointer;
    font-weight: initial;
    white-space: nowrap;
}

.btnToolbar:hover
{
	transition-property: border-color, background-color;
	transition-duration: 0.20s, 0.20s;
	transition-timing-function: ease-out, ease-out;
	transition-delay: 0s, 0s;

    border-color: #ccc;
    background-color:#eee;
}

.imgBtnToolbar
{
    vertical-align:middle; 
    margin-right:0.25em;
}

.btnToolbar2 {
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btnToolbar2:hover {
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
}


.tdCaption
{
    background:#F8F8F8;
}

.messaggioPiccolo, .messaggioPiccoloMenuHome
{
    margin: 10px auto;
	max-width: 95%;
    text-align: justify;
    border: 1px solid #996666;
    padding: 10px;
    background-color: #F8F8F8;
}

.messaggioPiccolo{
    display: table;
}

.messaggioPiccoloMenuHome {
    width: 130px;
    margin-left: 0px;
}
/* Stili per toolbar ---- FINE */


/*FINE STILI IMPORTATI DA IOD_2013*/

.accordionInternoHeader
{
    font-family: "Inaz-CondBold";
    font-size: 15px;
    /*padding: 10px 5px 7px 5px;*/
    min-height: 30px;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    text-transform:uppercase;
    line-height:15px;
}

.accordionInternoHeader th, .accordionInternoHeader div {
     width: 95% !important;
    margin: 0 auto;
    background-color: transparent !important;
    color: #982b2f !important;
    border-left: 3px solid #982b2f;
    padding-left: 5px;
    font-size:14px !important;
}
        
.accordionInternoContent
{
    font-family: "Inaz-Cond";
    font-size: 15px;
    font-weight: normal;
    padding: 0px 0px 0px 15px;
    border-bottom: 1px solid #E6E6E6;
}

/* Accordion Cruscotto INIZIO */
.accordionCruscottoHeader {
    font-family:Inaz-Cond;
    border: 1px solid #CCC;
    color: black;
    background-color: #F8F8F8;
    padding: 5px 5px 5px 26px;
    margin-top: 5px;
    font-size: 1.25em;
    cursor: pointer;
    background-image: url("../../../img/exp_down.png");
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: center;
}

.accordionCruscottoHeaderSelected {
    font-family: Inaz-CondBold;
    border: 1px solid #CCC;
    color: black;
    background-color: #F8F8F8;
    padding: 5px 5px 5px 26px;
    margin-top: 5px;
    font-size: 1.25em;
    cursor: pointer;
    background-image: url("../../../img/exp_up.png");
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: center;
}
        
.accordionCruscottoContent
{
    background-color: #EAE6E7;
    border: 1px dashed #CCC;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionCruscottoContentListView
{
    background-color: #fff;
    border: 1px solid #CCC;
    border-top: none;
    padding: 0 0 0 0;
}
/* Accordion FINE */

.actCal{ 
    background-color:#FFF;
    border: 1px solid #CCC;
}
/*.ajax__tab_header
{
    height:21px !important;
}*/
/* Sistema il baco del tabcontainer che sovrappone i contenuti ai tabs quando sono su più righe */
/*.ajax__tab_header { height: auto !important; }*/

/*



.ajax__tab_xp .ajax__tab_body
{
    font-family:Inaz-Regular !important;
    font-size:13px !important;
}

.ajax__tab_tab
{
    font-weight:bold !important;
    color:#996666 !important;
}

.titoloTabContainer
{
    height: 30px;
    background: #F8F8F8;
    line-height: 30px;
    width: 300px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;   
}

.ajax__tab_panel .titolo
{
    font-weight:bold !important;
    font-size:20px !important;
}

.ajax__tab_xp .ajax__tab_body, #PanelProfilo
{
    border:0px;
    border-radius: 0px;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.16),0 0px 10px 0 rgba(0,0,0,0.12);
}
*/

#PanelProfilo
{
    border:0px;
    border-radius: 0px;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.16),0 0px 10px 0 rgba(0,0,0,0.12);
}

#PanelProfilo
{
    padding:10px;
    width:fit-content;
    margin:0 auto;
}

.control-group
{
    /*border:1px solid black;*/
    padding:10px;   
    margin:0 auto;
    clear:both;
}

.controls
{
    float:right;
}

#IWDX_PanelProfiloControlliButtons
{
    width:300px;
    clear:both;
    margin:0 auto;
    margin-top:20px;
    white-space:nowrap;
}

.control-group input,textarea
{
    min-width:150px;
    font-family:Inaz-Regular !important;
    font-size:13px !important;
}

.tipIcoInline 
{
    display:inline;
    margin-left:-10px;
    background:white;
    font-size:9px;
    padding:1px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.16), 1px 1px 1px 1px rgba(0,0,0,0.12);
}

/*IMPORTATI DA IOLnet*/

.tabOrizInizio {
    font-size: 1px;
    border-bottom: 1px solid #BBBBBB;
    padding-left: 5px;
}
.tabOrizSeparatore {
    font-size: 1px;
    border-bottom: 1px solid #BBBBBB;
    padding-left: 0px;
}
.tabOrizFine {
    white-space: nowrap;
    border-bottom: 1px solid #BBBBBB;
    width: 100%;
}
.tabOrizVoceSelezionata {
    padding: 8px;
    white-space: nowrap;
    border-left: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    font-weight: bold;
}
.tabOrizVoce{
    padding: 8px;
    white-space: nowrap;
    border-left: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    font-weight: normal;
}
.tabOrizVoce a {    
    color: #6D6E71 !important;
}
.tabOrizVoce:hover {
    background-color:#e6e6e6;
}
.tabVertVoceSelezionata {
    white-space: nowrap;
    padding: 6px 4px 6px 4px;
    text-align: left;
    background-color: #ffef71;
    font-family: Inaz-CondBold;
    font-size: 15px;
    /* height: 1px; */
}

.tabVertVoce {
    white-space: nowrap;
    padding: 6px 4px 6px 4px;
    text-align: left;
    height: 1px;
    min-width: 100px;
    font-family: Inaz-Cond;
    font-size:15px;
}

.tabVertVoce:hover {
    background-color:#e6e6e6;
}

.tabVertSeparatore {
    white-space: nowrap;
    font-size: 0px;
    line-height: 0px;
}

.divLogModifiche, .divSfoglia /* per Erp > crm funzioni > gestione anagrafiche*/
{
    padding: 0px;
    border: 1px solid #E6E6E6;
    background-color:#FFF;
    z-index:1000;
}

.stelle {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.stellaPiena {
    background-image: url(../../../img/StellaPiena.gif);
}

.stellaVuota {
    background-image: url(../../../img/StellaVuota.gif);
}

/*INTERRUTTORI SWITCH*/
.switch {
    position: relative;
    width: 30px;
    height: 17px;
    float: right;
    margin-left: 10px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #982b2f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #982b2f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
        border-radius: 17px;
    }

.slider.round:before {
    border-radius: 50%;
}

/*Step di wizard (ad es. Apertura Segnalazione)*/
.TabellaStep {
    margin: 0 auto;
}

    .TabellaStep td {
        padding: 5px;
    }

.bordo {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    border-top: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*Tooltip "destro" ad es. Sostituzioni */
.tooltipDestro {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted #000;*/
}

.tooltipDestro .tooltipDestroText, .tooltipDestro .tooltipDestroTextFisso {
    white-space:normal;
    background-color: #FFF;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 3px;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 100%;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: smaller;
}

.tooltipDestro .tooltipDestroText {
    visibility: hidden;
}

.tooltipDestro .tooltipDestroText::after, .tooltipDestro .tooltipDestroTextFisso::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -5px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #982b2f transparent transparent;
}

.tooltipDestro:hover .tooltipDestroText, .tooltipDestro .tooltipDestroTextFisso {
    visibility: visible;
    opacity: 1;
    border: 1px solid #982b2f;
}

/*Tooltip a scomparsa ad es ListaTicket.ascx (derivato da agenda)*/
.tooltipAScomparsa {
    position: relative;
    font-family: sans-serif;
    text-align: left;
}

    .tooltipAScomparsa .tooltipAScomparsaText {
        border-width: 1px;
        border-style: solid;
        min-width: 180px;
        font-size: 11px;
        visibility: hidden;
        background-color: #f8f8f8;
        color: #6D6E71;
        border-radius: 3px;
        border-color: #e6e6e6;
        padding: 5px 3px;
        position: absolute;
        z-index: 1;
        top: 100%;
        right: -5px;
        opacity: 0;
        padding: 10px 10px 5px 5px;
    }

        .tooltipAScomparsa .tooltipAScomparsaText::before {
            content: "";
            position: absolute;
            top: -10px;
            right: 8px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #f8f8f8 transparent;
        }

.tooltipAScomparsa:hover .tooltipAScomparsaText {
    visibility: visible;
    opacity: 1;
}


/*Stile lampeggiante: ideale per validatori! */
.blink {
    animation: blinker 0.8s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.divFileUploader {
    border-style: dashed;
    border-width: 3px;
    border-color: gray;
    margin: 20px auto;
    padding: 10px 5px;
    text-align: center;
    background-color: #E9E9E9;
}

.tblDettaglio {
    width: calc(100% - 40px);
}


.tblDettaglio .tdIndietro {
    width: 50px;
}

.tblDettaglio td.lvTdTitolo {
    width: 25%;
}

.tblDettaglio td {
    padding: 3px 5px;
}

/*stili di colore per material icons */
.greenCheck {
    color: #8BC34A;
}

.redCancel {
    color: #F44336;
}

.orangeWarning {
    color: darkorange;
}

.material-icons[title], .fas[title], .far[title], .fal[title]
{
    cursor:help;
}

/* bandierine */
div.unitedKingdomFlag {
    height: 12px;
    width: 24px;
    background-image: url('../../../img/UnitedKingdom_flag.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

div.italyFlag {
    height: 12px;
    width: 20px;
    background-image: url('../../../img/Italy_flag.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

/*Accessibilità*/
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.btnNoStyle {
    border: none;
    background-color: transparent;
    cursor: pointer !important;
    text-align: left;
}