/* CSS
   Agg: 3/11/2020
*/


/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */


body {font: 14px 'Noto Sans JP', sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/** intestazione fissa per le tabelle **/
th {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {padding: 16px; background: #eee;}
input{-webkit-appearance: none;}
textarea, input { outline: none; }

.appearance (@value: none) {
    -webkit-appearance:     @value;
    -moz-appearance:        @value;
    -ms-appearance:         @value;
    -o-appearance:          @value;
    appearance:             @value;
}

body {
    background: url('../../assets/img/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper {
    width: calc(100% - 200px);
    margin-top: 60px;
    background-color: #eeebe7;
    margin: 60px auto 10px;
    border-radius: 15px;
}

footer {
    text-align: center;
}

header {
    width: 100%;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    min-height: 84px;
    padding: 0 30px;
}

.containerLogo {
    width: 20%;
    float: left;
}

img.logo {
    margin-top: 30px;
}

nav.navLeft {
    float: left;
    margin-left: 19px;
    width: 20%;
}
nav.navRight {
    float: left;
    margin-left: 19px;
    width: 20%;
}

.navLeft li.linkHeaderBigButton {
    float: left;
    list-style: none;
    width: 59px;
    display: block;
    height: 84px;
    margin-left: 6px;
    background-color: #f9f8f7;
}

.navLeft li.linkHeaderBigButton.active svg{
fill:#aa9a85;
}


.navLeft li.linkHeaderBigButton.active:hover {
    border-bottom: 6px solid #396639;
}

.navLeft li.linkHeaderBigButton.active:hover svg{
fill:#396639;
}

.navLeft li.linkHeaderBigButton.active {
    border-bottom: 6px solid #aa9a85;

}

.navLeft li.linkHeaderBigButton.active.selected {
    border-bottom: 6px solid #396639;
}
.navLeft li.linkHeaderBigButton.active.selected svg{
fill:#396639;
}

.navLeft li.linkHeaderBigButton.deactive {
    border-bottom: 6px solid #ddd6ce;
}
.navLeft li.linkHeaderBigButton.deactive svg{
fill:#d5ccc2;
}

li.linkHeaderBigButton a {
    display: block;
    height: 83px;
}

.navRight li.linkHeaderBigButton {
    float: left;
    list-style: none;
    width: 50px;
    display: block;
    height: 84px;
    margin-left: 0px;
    background-color: #fff;
    border-bottom: 6px solid transparent;
}

.navRight li.linkHeaderBigButton svg {
	fill:#396639;
	width: 25px;

}

.navRight li.linkHeaderBigButton:hover {
	background-color: #fff;
    border-bottom: 6px solid #aa9a85;

}

.navRight li.linkHeaderBigButton.active {
	background-color: #f9f9fa;
    border-bottom: 6px solid #396639;

}



.containerSearch{width: 20%;float: left;}

.search {
    background-color: #eeebe7;
    height: 43px;
    border-radius: 30px;
    margin-top: 22px;
    margin-left: 10px;
    margin-right: 10px;
    background-size:6%;
    background-image: url('../../assets/img/cerca.png');
    background-position: 19px 12px;
    background-repeat: no-repeat;
}


input.searchField {border: 0 solid #eeebe7; background-color: #eeebe7; margin: 8px 44px; width: 70%; height: 27px;}



.account {
    border-left: 2px solid #efece8;
    height: 84px;
    float: right;
    margin-left: 20px;
    width: 16%;
}


img.fotoAccount {
    width: 50px;
    padding: 3px;
    border: 1px solid #396639;
    border-radius: 50px;
    margin: 17px;
    display: block;
    float: left;
}

.accountName {
    float: left;
    font-size: 14px;
    color: #396639;
    margin-top: 30px;
}



.accountName b {
    font-weight: 600;
}

.openMenu{
	float:left;
	margin-top: 30px;
	color: #396639;
}

.openMenu svg {
    width: 16px;
    fill: #396639;
    margin-left: 10px;
}

.dropDownMenu{display:none;}

nav.secondary {
    background-color: #ccc2b6;
    height: 50px;
}

nav.secondary ol {
    display: block;
    height: 50px;
}

nav.secondary ol li {
    display: block;
    height: 50px;
    float:left;
    margin-left:25px;
    padding-top:8px;
    font-weight: 500;
}
nav.secondary ol li a {
    color:#fff;
    text-decoration:none
}

nav.secondary ol li svg{
    width:22px;
    height:22px;
    fill:#fff;
    position:relative;
    top:5px;
    margin-right:5px;
    color:#fff;

}

.linkHeaderSecondary a:hover{
	color:#396639;
}

.linkHeaderSecondary a:hover svg{
	fill:#396639;
}

/* aggiunto da MaxV */

.hidcol {
    display: none;
}

.linkHeaderSecondary.active {
    border-bottom: 6px solid #aa9a85;
}

    .linkHeaderSecondary.active.selected {
        border-bottom: 6px solid #396639;
    }

        .linkHeaderSecondary.active.selected svg {
            fill: #396639;
        }

.linkHeaderSecondary.deactive {
    border-bottom: 6px solid #ddd6ce;
}

    .linkHeaderSecondary.deactive svg {
        fill: #d5ccc2;
    }

/* MaxV */

li.linkHeaderSecondary :after {
    content: "";
    width: 1px;
    height: 33px;
    background-color: beige;
    display: block;
    position: relative;
    top: -25px;
    left: -11px;
}

li.linkHeaderSecondary.first :after {
    content: none;
    display: none;
}


li.linkHeaderBigButton svg {
    margin-top: 29px;
    width: 37px;
}

li.linkHeaderBigButton {
    text-align: center;
}

main{
	color:#396639;
	padding: 32px 80px;
}

main hr {
    border-top: 1px solid #396639;
}

h1{
	color:#396639;
	font-size: 21px;
}

h2{
	color:#396639;
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 15px;
}

/* aggiunto da MaxV */
h3 {
    color: #396639;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}

select {
    outline:none;
    width: 92px;
    height: 31px;
    line-height: 31px;
    border: 0;
    border-radius: 20px;
    padding: 0 11px;
    color: #396639;
    margin-left: 20px;
}

.box-3 {
    width: 40%;
    float: left;
    padding: 10px;
}

/* MaxV */

.box-4{
	width: 33%;
	float:left;	
	padding: 10px;
}

.clarBoth{
	clear:both;
}

.line input[type="text"]{
    width: 92px;
    height: 31px;
    line-height: 31px;
    border: 0;
    border-radius: 20px;
    padding: 0 11px;
    color: #396639;
    margin-left: 20px;
}

/* aggiunto da MaxV */
.line input[type="date"] {
    width: 150px;
    height: 31px;
    line-height: 31px;
    border: 0;
    border-radius: 20px;
    padding: 0 11px;
    color: #396639;
    margin-left: 20px;
}

.line input[type="datetime-local"] {
    width: 200px;
    height: 31px;
    line-height: 31px;
    border: 0;
    border-radius: 20px;
    padding: 0 11px;
    color: #396639;
    margin-left: 20px;
}

.line input[type="password"] {
    width: 150px;
    height: 31px;
    line-height: 31px;
    border: 0;
    border-radius: 20px;
    padding: 0 11px;
    color: #396639;
    margin-left: 20px;
}
/* MaxV */

.box-12{
	width: 100%;
	float: left;
	padding: 10px;
}

.row {
    clear: both;
}

input[type="checkbox"] {
    vertical-align: bottom;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #3a6739;
}

.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  vertical-align: bottom;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #3a6739;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
  content: "";
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
  left: 6px;
	top: -4px;
	width: 8px;
	height: 16px;
	border: solid;
	border-color: #3a6739;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}


/* Aggiunto da MaxV */
/* The container RadioButton */

input[type="radio"] {
    vertical-align: bottom;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #3a6739;
}


.containerRadio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmarkR {
    position: absolute;
    top: 2px;
    left: 0;
    vertical-align: bottom;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #3a6739;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmarkR {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerRadio input:checked ~ .checkmarkR {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerRadio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerRadio input:checked ~ .checkmarkR:after {
    display: block;
    content: "";
}

/* Style the checkmark/indicator */
.containerRadio .checkmarkR:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    /* border: solid;
    border-color: #3a6739;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
        */
    position: absolute;
      
    border-radius: 50%;
    background: #3a6739;
}



/* MaxV */

.containerCheckbox input.plusMinus ~ .checkmark {
    background-image: url(../img/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: transparent;
}


.containerCheckbox input.plusMinus:checked ~ .checkmark {
    background-image: url(../img/minus.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.containerCheckbox input.plusMinus:checked ~ .checkmark:after {
        border-color: transparent !important;
}

.line {
    margin-top: 10px;
}

table.customTable {
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 15px;
}

table.customTable th {
    border-left: 1px solid #3a6739;
    border-bottom: 1px solid #3a6739;
}

table.customTable th:first-child {
    border-left: 0px solid #3a6739;
    border-bottom: 1px solid #3a6739;
}

table.customTable tr:nth-child(odd) {background-color: #d1fbf7}
table.customTable tr:nth-child(even) {}
table.customTable tr:first-child {background-color: transparent;}

table.customTable td {
    height: 30px;
    line-height: 30px;
}


button.button {
    background-color: #b7c3b2;
    border: 1px solid #3a6739;
    padding: 30px 10px;
    max-width: 130px;
    border-radius: 10px;
    font-weight: 600;
    color: #3a6739;
}

button.button {
    background-color: #b7c3b2;
    border: 1px solid #3a6739;
    padding: 30px 10px;
    max-width: 130px;
    border-radius: 10px;
    font-weight: 600;
    color: #3a6739;
}

button.button:hover {
	background-color: #3a6739;
    border: 1px solid #b7c3b2;
    color: #fff;
}

/* aggiunto da MaxV */
input[type="submit"] {
    /*background-color: #b7c3b2; */
    background-color: #eeebe7;
    border: 1px solid #3a6739;
    padding: 5px 5px;
    max-width: 130px;
    border-radius: 10px;
    /*font-weight: 600;*/
    color: #3a6739;
}

input[type="submit"]:hover {
    background-color: #3a6739;
    border: 1px solid #b7c3b2;
    color: #fff;
}

.linkbutton {
    /*background-color: #b7c3b2; */
    background-color: #eeebe7;
    /*border: 1px solid #3a6739;*/
    border:0;
    padding: 5px 5px;
    max-width: 130px;
    border-radius: 10px;
    /*font-weight: 600;*/
    color: #3a6739;
}

    .linkbutton:hover {
        background-color: #eeebe7;
        border =0;
        /* border: 1px solid #b7c3b2; */
        color: #fff;
    }

/* MaxV */

.box-2{
	width: 16.66%;
	float:left;	
	padding: 10px;
}

/*
.box {
    display: block;
    background-color: #fff;
    padding: 15px;
    height: 86px;
    border-radius: 15px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-origin: content-box;
    margin-bottom: 15px;
}
    */
.box {
    display: block;
    background-color: #fff;
    padding: 10px;
    height: 70px;
    border-radius: 15px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-origin: content-box;
    margin-bottom: 8px;
}

.box a {
    font-size: 16px;
    text-decoration: none;
    color: #3b6839;
    display: flex;
    width: 100%;
    height: 100%;
}

.box a:hover {
    color: #aa9b84;
}

.box span {
    font-weight: 600;
}

.box.fecondazione {
    background-image: url(../img/icona-fecondazione.png);
}

.box.parto {
    background-image: url(../img/icona-parto.png);
}

.box.embrioni {
    background-image: none;
    min-height: 187px;
}

.box.calore {
    background-image: url(../img/icona-calore.png);
}

.box.aborto {
    background-image: url(../img/icona-aborto.png);
}

.box.impianto {
    background-image: url(../img/icona-impianto.png);
}

.box.espianto {
    background-image: url(../img/icona-espianto.png);
}

.box.diagnosi {
    background-image: url(../img/icona-diagnosi.png);
}

.box.trattamentiPatologie {
    background-image: url(../img/icona-trattamenti.png);
}

.box.asciutta {
    background-image: url(../img/icona-asciutta.png);
}

    .box.latte {
        background-image: url(../img/prezzolattegif.gif);
    }

    .box.parmaziendali {
        background-image: url(../img/registro_anagrafico.gif);
    }

    .box.colori {
        background-image: url(../img/icona-commenti.png);
    }

.box.entrate {
    background-image: url(../img/icona-entrate.png);
}

.box.uscite {
    background-image: url(../img/icona-uscite.png);
}

.box.gruppi {
    background-image: url(../img/icona-gruppi.png);
}

.box.registrazioneEventiVari {
    background-image: url(../img/altrieventi_gif.gif);
}

.box.commentiPostParto {
    background-image: url(../img/icona-commenti.png);
}

.box.scadenze {
    background-image: url(../img/icona-scadenze.png);
}

    .box.avvioProtocolli {
        background-image: url(../img/protocolli_gif.gif);
    }

    .box.azienda {
        background-image: url(../img/azienda.gif);
    }

.box.bidoneSeme {
    background-image: url(../img/icona-bidone.png);
}

.box.farmaci {
    background-image: url(../img/icona-farmaci.png);
}

.box.magazzino {
    background-image: url(../img/icona-magazzino.png);
}

.box.alimentazioneSemplificata {
    background-image: none;
}

.box.matricole {
    background-image: url(../img/icona-matricole.png);
}

    .box.consegnaLatte {
        background-image: url('../img/consegna-latte.svg');
        background-size:70px
    }

.box.importa {
    background-image: url(../img/icona-importa.png);
}

.box.esporta {
    background-image: url(../img/icona-esporta.png);
}

.box.celluleult {
    background-image: url(../img/icona-report.gif);
}

    .box.personali {
        background-image: url(../img/icona-stampaergogif.gif)
    }

    .box.seleztori {
        background-image: url(../img/icona-stampaergogif.gif)
    }


    .box.operative {
        background-image: url('../img/stampe-operative-color.svg');
        background-size: 40px
    }

    .box.cellulelatte {
        background-image: url('../img/icona-registrazione_rapida.gif')
    }

    .box.controllolatte {
        background-image: url('../img/iconagraficilattazione1png.png')
    }

    .box.valorelatte {
        background-image: url('../img/prezzolattegif.gif');
    }

    .box.riproduzione {
        background-image: url('../img/icona-gruppi.png');
    }

    .box.evoluzione {
        background-image: url('../img/statistiche.gif');
    }

    .box.margine {

    }

    .box.operatori {
        background-image: url(../img/icona-fecondazione.png);
    }

    .box.kpi {
        background-image: url('../img/conta_ico.png');
    }

    .box.rischio {
        background-image: url('../img/Pie-Chart-icon.png');
    }
.box.inserimentoDati {
    height: 75px;
}

.box.inserimentoDati.ricavi {
    background-color: #8edeb8;
}

.box.inserimentoDati.costi {
    background-color: #fcccdc;
}

.box.inserimentoDati.altro {
    background-color: #add3f3;
}

.box.inserimentoDati.trasferimentiInterni {
    background-color: #d1e8b2;
}

.box.inserimentoDati.pagamenti {
    background-color: #fdd79d;
}

.box.inserimentoDati.ricerca {
    background-color: #cccccc;
}

/* eco */
    .box.ecoBox.latte {
        background-image: url(../img/icona-eco-latte.png);
    }

    .box.ecoBox.animali {
        background-image: url(../img/icona-eco-animali.png);
    }

    .box.ecoBox.alimentiZootecnici {
        background-image: url(../img/icona-eco-alimenti-zootecnici.png);
    }

    .box.ecoBox.alimentiAgricoli {
        background-image: url(../img/icona-eco-alimenti-agricoli.png);
    }

    .box.ecoBox.premiContributi {
        background-image: url(../img/icona-eco-premi-contributi.png);
    }

    .box.ecoBox.rivenditaCorrispettivi {
        background-image: url(../img/icona-eco-rivendita-corrispettivi.png);
    }

    .box.ecoBox.energia {
        background-image: url(../img/icona-eco-energia.png);
    }

    .box.ecoBox.altriRicavi {
        background-image: url(../img/icona-eco-altri-ricavi.png);
    }


    .box.ecoBox.fatture {
        background-image: url(../img/icona-eco-fatture.png);
    }

    .box.ecoBox.retribuzioni {
        background-image: url(../img/icona-eco-retribuzioni.png);
    }

    .box.ecoBox.assicurazioni {
        background-image: url(../img/icona-eco-assicurazioni.png);
    }

    .box.ecoBox.iva {
        background-image: url(../img/icona-eco-iva.png);
    }

    .box.ecoBox.tasse {
        background-image: url(../img/icona-eco-tasse.png);
    }

    .box.ecoBox.affitti {
        background-image: url(../img/icona-eco-affitti.png);
    }

    .box.ecoBox.banca {
        background-image: url(../img/icona-eco-banca.png);
    }

    .box.ecoBox.altreSpese {
        background-image: url(../img/icona-eco-altre-spese.png);
    }

    .box.ecoBox.ammortamento {
        background-image: url(../img/icona-eco-beni-ammortamento.png);
    }

    .box.ecoBox.magazzino {
        background-image: url(../img/icona-eco-magazzino.png);
    }

    .box.ecoBox.saldoFornitore {
        background-image: url(../img/icona-eco-saldo-fornitore.png);
    }

    .box.ecoBox.incassoFornitore {
        background-image: url(../img/icona-eco-incasso-fornitore.png);
    }

    .box.ecoBox.saldoRapido {
        background-image: url(../img/icona-eco-saldo-rapido.png);
    }

    .box.ecoBox.incassoRapido {
        background-image: url(../img/icona-eco-incasso-rapido.png);
    }

    .box.ecoBox.inserimentoPagamenti {
        background-image: url(../img/icona-eco-inserimento-pagamenti.png);
    }

    .box.ecoBox.cercaCosto {
        background-image: url(../img/icona-eco-cerca-costo.png);
    }

    .box.ecoBox.videoTutorial {
        background-image: url(../img/icona-eco-video-tutorial.png);
    }

   .box.ecoBox.servizi {
        background-image: url(../img/icona-eco-servizi.png);
    }

    .box.verde {
        background-color: #8edeb8;
    }

    .box.rosso {
        background-color: #ef9a9a;
    }

    .box.lime {
        background-color: #d1e8b2;
    }

    .box.celeste {
        background-color: #add3f3;
    }

    .box.arancio {
        background-color: #fdd79d;
    }

    .box.grigio {
        background-color: #cccccc;
    }

/* aggiunto da MaxV */
.labeliconmenu {
    color: #396639;
}

.labeliconmenu:hover {
        color: #aa9b84;
    }

/* Max V*/

.icon svg {
    width: 27px;
    height: 27px;
    fill: #3a6739;
    position: relative;
    top: 5px;
    margin-right: 5px;
    color: #fff;
}

a.icon {
    margin-right:5px;
    margin-left:5px; 
    text-decoration:none;
}

a.icon:hover svg {
	fill: #aa9b84;
}

a.icon.esporta svg, a.icon.stampa svg{
	stroke:#396639;
}

a.icon.esporta:hover svg, a.icon.stampa:hover svg {
	stroke:#aa9b84;
}

a.icon:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #3a6739;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 2px;
    }

a.icon:last-child::after{
	content:none;
}



/* MODIFICHE OTTOBRE 2021 INIZIO */


.boXContentWhite {
    background-color: #fff;
    border-radius: 10px;
    min-height: 350px;
    margin-bottom: 25px
}

.halfHeight {
    min-height: 162px;
}

.box-8 {
    width: 66%;
    float: left;
    padding: 10px;
}

.headerBox {
    border-bottom: 1px solid #396639;
    padding: 15px;
}

span.titleBox {
    font-size: 16px;
    font-weight: 600;
}

span.iconBox {
    float: right;
    border-left: 1px solid #396639;
    padding-left: 9px;
}

span.dataBox {
    border: 1px solid #396639;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 10px 3px 10px;
    position: relative;
    top: -1px;
    margin-left: 20px;
}

.alignRight {
    float: right
}

span.iconBox svg {
    width: 24px;
    fill: #396639;
}


.button2Lines {
    text-align: center;
    border: 2px solid #396639;
    border-radius: 16px;
    /* padding: 5px; */
    font-size: 12px;
    min-height: 51px;
    vertical-align: middle;
    display: table;
    width: 100%;
    position: relative;
}

    .button2Lines div {
        font-weight: 600;
        padding: 3px;
    }

        .button2Lines div.dashline {
            border-bottom: 1px dashed #396639;
            padding: 3px;
        }

        .button2Lines div.noline {
            border-bottom: 0px dashed #396639;
        }

    .button2Lines a {
        color: #396639;
        text-decoration: none;
        display: table-row;
    }

    .button2Lines.links:hover {
        background-color: #f9f8f7;
    }

.singleLine {
    vertical-align: middle;
    min-height: 45px;
    display: table-cell;
    font-weight: 600;
}

.bgGreen {
    background-color: #ddf3c8;
    border-radius: 14px 15px 0 0;
}


table.tableAlertRiproduttivi {
    width: 100%;
    text-align: center;
    background-color: #fff;
}

    table.tableAlertRiproduttivi th {
    }

    table.tableAlertRiproduttivi tr:first-child {
        background-color: transparent !important;
    }

    table.tableAlertRiproduttivi tr:nth-child(odd) {
        background-color: #f8f9fb
    }

    table.tableAlertRiproduttivi tr:nth-child(even) {
        background-color: #f8f9fb;
    }

        table.tableAlertRiproduttivi tr:nth-child(even) td {
            border-bottom: 10px solid #fff
        }

    table.tableAlertRiproduttivi td {
        height: 30px;
        line-height: 30px;
    }

.padding5 {
    padding: 5px;
}

.mainBox.charts {
    padding: 5px;
}

.badge {
    position: absolute;
    top: -12px;
    right: 16px;
    background-color: #f00;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    line-height: 18px;
    text-align: center;
}

.containerOtherMenu {
    border-bottom: 1px solid #396639;
    min-height: 50px;
}



.otherMenuNormal {
    width: 66%;
    float: left;
    min-height: 50px;
}

.otherMenuLabel {
    width: 34%;
    float: left;
    min-height: 50px;
}

a.normalLink {
    float: left;
    width: 33%;
    text-align: center;
    text-decoration: none;
    color: #396639;
    font-size: 18px;
    line-height: 18px;
}

    a.normalLink.fistLink {
        text-align: left;
        border-left: 0px solid #396639;
        padding-left: 5px;
    }

a.normalLink {
    border-left: 1px solid #396639;
    height: 28px;
}

    a.normalLink.active, a.normalLink.active span, a.normalLink:hover, a.normalLink:hover span {
        font-weight: 600;
    }

a.labelLink {
    background-color: #396639;
    color: #fff;
    text-decoration: none;
    width: 40%;
    display: block;
    float: left;
    height: 49px;
    text-align: center;
    border-radius: 14px 14px 0 0;
    margin-right: 5%;
    padding-top: 7px;
    line-height: 17px;
    font-weight: 600;
    position: relative;
}

span.badgeRed {
    position: absolute;
    top: -8px;
    right: -9px;
    background-color: #cb5039;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
}

@media screen and (max-width: 1200px) {
    span.titleBox {
        font-size: 14px;
        font-weight: 400;
    }

    span.dataBox {
        font-size: 10px;
        margin-left: 5px;
    }

    .button2Lines div {
        font-size: 10px;
    }
}


/* MODIFICHE OTTOBRE 2021 FINE */










/* Media queries
-------------------------------------------------------------------------------*/


@media screen and (max-width: 1709px) {
	.wrapper {
	    width: calc(100% - 20px);
	}

}


@media screen and (max-width: 1529px) {
	.wrapper {
	    width: calc(100% - 10px);
	}

	.navLeft li.linkHeaderBigButton {
	    width: 39px;
	}

	li.linkHeaderBigButton svg {
	    margin-top: 33px;
	    width: 31px;
	}

	.navRight li.linkHeaderBigButton {
	    width: 40px;
	}

	nav.navRight {
	    float: left;
	    margin-left: 15px;
	    width: 15%;
	}

	.account {
	    margin-left: 10px;
	    width: 20%;
	}

	.box {
	    padding: 10px;
	}

	.box.fecondazione {
	    background-size: 30%;
	}

	.box a {
	    font-size: 14px;
	}

}

@media screen and (max-width: 1400px) {
	.navRight li.linkHeaderBigButton {
	    width: 38px;
	}

	nav.navRight {
	    margin-left: 7px;
	    width: 20%;
	}

	.account {
	    margin-left: 2px;
	    width: 17%;
	}

	img.fotoAccount {
	    width: 35px;
	    padding: 2px;
	    margin: 25px 7px;
	}

	.accountName {
	    font-size: 11px;
	    margin-top: 34px;
	}

	.openMenu svg {
	    width: 12px;
	    margin-left: 5px;
	    margin-top: 2px;
	}

	.wrapper {
	    margin: 6px auto 10px;
	}

}

@media screen and (max-width: 480px) {


}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}