﻿/* 
    Update: 6-2021
    ver: 3.0.38
 */


/*
@import url(http://fonts.googleapis.com/css?family=Roboto:200,400,300,500,700);
html body
{
    color: #444;
    padding: 0px;
    margin: 0px;
    font-family: Calibri, Arial;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Literata:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


html {
    scroll-behavior: smooth;
    
}


body {
    font-size:initial 1.0em;
    margin: 0px;
    padding: 0px;
    -ms-overflow-style: none;  /* IE and Edge */
    -ms-touch-action: none; /* Direct all pointer events to JavaScript code. */
    /*
    font-family: 'Lato'!important;
    font-family: 'Poppins'!important;
    */
    font-family: 'Heebo'!important;
    
}


      

/* ------------------------------------------------------------  */

.red
{
    color: rgb(250,0,0);
}
.gray
{
    color: rgb(150,150,150);
}

.green
{
    color: rgb(0,150,0);
}

.dataMMyyyy
{
    font-size: 12px !important;
    font-weight: bold !important;
    color: #333 !important;
    text-transform: uppercase !important;
}

.textright
{
    text-align: right !important;
}

.titolo
{
    font-size: 16px;
    margin: 0;
    color: #444; /*font-weight:bold;*/
    color: #003380;
}

/*------------------------------------------------------------------------------------------------------------------------ */
input, input[type=text], input[type=password], select, input[type=file] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: solid 0px ;
    background-color: Transparent;
    outline: 0;
    /*min-width: 80px;*/
}


input[readonly], 
textarea[readonly], 
select[readonly],
input[disabled] 
{
    color: #555;
}

textarea
{
    border: solid 1px rgb(212, 212, 212);
    padding: 7px;
    border-radius: 2px;
    
}

.field-content select,select {
    border: 0;
}

input[type=checkbox]
{
    border: 0px;
    margin: 0px;
    padding: 0px; /*height:23px;*/
    line-height: 25px;
    min-width: initial;
}
input[type=radio]
{
    margin: 10px;
    padding: 0px;
}

/*------------------------------------------------------------------------------------------------------------------------ */

a
{
    color: #000;
    line-height: 1.20;
    direction: ltr;
    text-decoration: none;
}

.avviso
{
    background-color: #800000;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    text-transform: none;
}

p
{
    color: #222;
}
p a
{
    text-transform: none;
    text-decoration: none;
    color: #444;
    font-weight: normal;
}

p.menu a
{
    color: #005a84;
}

p.label
{
    padding: 0;
    border: 0;
    font-size: 11px;
    width: 130px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal !important;
}

p.content
{
    font-size: 11px;
    color: #444;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;

}

p.underlabel
{
    text-transform: UPPERCASE;
    font-size: 10px;
    color: #222;
    line-height: 10px;
}

h2
{
    color: #000;
    font-size: 1.3em;
}

.stato_advise
{
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #fff9d7;
    border: 1px solid #e2c822;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center !important;
    color: #fff!important;
}

.stato_ok
{
    padding: 1.2em;
    text-transform: lowercase;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(115, 176, 17);
    position: fixed;
    margin: auto;
    border-radius: 10px;
    left: 5%;
    top: 4%;
    z-index: 1000;
    font-size: 1.2em;
    transition: opacity 1s ease-out;
    color: #fff!important;
}

.stato_err
{
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
    color: #fff;
    background-color: rgb(176, 17, 17);
}

button
{
    border: solid 1px #999;
    font: 12px/18px Arial, Verdana, sans-serif;
    color: #555;
}

p.titolo {
    margin: 0;
    color: #222;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 10px;
    /* display: inline-block; */
    margin-top: 15px;
    border-bottom: solid 1px #eee;
    border-radius: 0;
    font-weight: bold;


}

p.etichetta_info
{
    width: 100%;
    font-size: 11px;
    color: #444;
    font-weight: bold;
}

p.etichetta
{
    padding-top: 5px;
    font-size: 16px;
    color: #333; /*text-transform: lowercase;*/
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 5px;
    clear: both;
}

p.descrizione
{
    color: #000; /*#325eb4;*/ 
    background-color: transparent;
    text-align: left;
    text-transform: none;
}

p.footer_description
{
    font-size: 10px;
    margin: 0;
    color: #777;
    background-color: transparent;
    text-align: left;
}

p.descrizione_aggiuntiva
{
    margin: 0;
    color: #666; /*#325eb4;*/
    background-color: transparent;
    text-align: left;
    text-transform: none;
    font-size: 12px;
}

p img
{
    border: 0px;
}

div.etichetta {
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(34 34 34);
    margin-bottom: 10px;
}

div.etichetta_blu
{
    text-transform: lowercase;
    float: left;
    padding-left: 10px;
    padding-right: 25px;
    height: 20px;
    line-height: 20px;
    background-color: #4581c3;
    font-size: 1.2em;
    margin: 0;
    color: #fff;
    text-align: left;
    background-image: url(../../images/menu/arrow_r_blu.png);
    background-repeat: no-repeat;
    background-position: right;
}

div.etichetta_orange
{
    text-transform: lowercase;
    float: left;
    padding-left: 10px;
    padding-right: 25px;
    height: 20px;
    line-height: 20px;
    background-color: #aa4400; 
    font-size: 1.2em;
    margin: 0;
    color: #fff;
    text-align: left;
    background-image: url(../../images/menu/arrow_r_orange.png);
    background-repeat: no-repeat;
    background-position: right;
}

span.label_gray
{
    color: #ddd;
    font-size: 10px;
    font-weight: bold;
}

.label_condivisione
{
    background-color: #333;
    color: #fff;
    width: auto;
    padding: 5px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
}

.textloading
{
    text-align: center;
    top: 30%;
    display: block;
    color: #000;
    font-size: 1.5em; /*	color: rgb(212, 63, 87);*/
    padding: 20px;
}

.first-word
{
    color: #bbb;
    font-size: 4em;
}

div.etichetta-fepa{

}

h4.menu-title
{
    background-color: rgba(38, 82, 145, 1);
    padding: 10px;
    color: #fff;
}

.text-bold
{
    font-weight: bold;
}

.colonna-numero
{
    text-align: right;
}

div.etichetta-section
{
    border: 0;
    padding: 5px;
    background-color: rgba(41, 74, 133, 0.33);
    color: rgba(0, 0, 0, 0.5);
    border-left-style: solid;
    font-weight: bold;
    margin-top: 5px;
}

p.text-description
{
    font-size:0.9em;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    margin-top: 2px;
    line-height: 18px;
    padding:10px;
    background-color: #ffffff;
}

/* ------------------------------------------------ */

span.text-red
{
    border-radius: 3px;
    color: #ee0000;
    background-color: #ffeaea;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;

}
span.text-green {
    border-radius: 3px;
    color: #449D44;
    background-color: #efffed;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;

}
span.text-orange {
    border-radius: 3px;
    background-color: rgb(255 161 10);
    color: rgb(255 255 255);
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
}

span.text-blue {
    border-radius:3px;
    color: #0AA5FF;
    background-color: #f5f9ff;
   padding-left:10px;
    padding-right: 10px;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
}

/* ------------------------------------------------ */
.beforelabel
{
    font-size:12px;
}

.beforelabel--mute
{
    font-weight:bold;
    color:#888;
    margin-right: 3px;
    display:inline-block;
    }

.beforelabel--critical {    
    color: rgb(255, 0, 0);
    margin-right: 3px;
    display: inline-block;
    border: solid 1px rgb(255, 0, 0);
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    left: 8px;
    position: absolute;
    top: 8px;
    }

.beforelabel--success {
    /* font-weight: bold; */
    color: rgb(0, 195, 8);
    margin-right: 3px;
    display: inline-block;
    border: solid 1px rgb(0, 224, 9);
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.beforelabel--info {
    /* font-weight: bold; */
    color: rgb(3, 169, 244);
    margin-right: 3px;
    display: inline-block;
    border: solid 1px rgb(33, 150, 243);
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.beforelabel--warning {
    /* font-weight: bold; */
    color: rgb(255, 152, 0);
    margin-right: 3px;
    display: inline-block;
    border: solid 1px rgb(255, 152, 0);
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.label--evidence 
{
    background-color: rgb(10 161 12);
    padding: 1px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: rgb(255 255 255);
    font-weight: bold;
    font-size: 10px;
    vertical-align: middle;
    cursor:pointer;
}



span.text-description 
{
    padding-top: 10px;
    display: inline-block;
    color: var(--gray-light);    
}


