/* 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;}

/* 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.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.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;
}

/* 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 DICEMBRE 2022 INIZIO */

img.logo-evvl {
    height: 60px;
    margin-top: 10px;
    text-align: center;
    margin-left: 30px;
}


li.linkHeaderSecondary ::after {
    display: none;
}

.arrowMenuH {
    position: relative;
    top: 11px !important;
    left: 4px;
}

aside {
    width: 70px;
    background-color: #f7f5f3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 35px 16px;
}

main {
    /* padding-left: 0; */
    position: relative;
}

svg.arrowSmallDown {
    position: relative;
    top: -5px;
}

li.linkHeaderThird {
    text-align: center;
}

.lineBrownSmall {
    width: 100%;
    height: 3px;
    background-color: #c0b4a3;
    position: relative;
    top: -3px;
}

li.linkHeaderThird {
    margin-bottom: 10px;
}


.underLinkRight {
    padding-top: 5px;
    margin-bottom: -5px;
    display: none;
}

    .underLinkRight img {
        margin-bottom: 10px;
        max-width: 25px;
    }

.linkAsideRight:hover .underLinkRight, .linkAsideRight:focus .underLinkRight, .linkAsideRight:focus-within .underLinkRight {
    display: block;
}

.linkAsideRight:hover .underLinkRight, .linkAsideRight:focus .underLinkRight, .linkAsideRight:focus-within .underLinkRight {
    display: block;
}

.linkAsideRight:hover + .arrowSmallDown {
    transform: rotate(180deg);
}

span.linkAsideRight.linkRight2 img {
    width: 33px;
}

span.linkAsideRight.linkRight3 img {
    width: 33px;
}

.box-5 {
    width: 41.5%;
    float: left;
    padding: 10px;
}

.box-7 {
    width: 58.5%;
    float: left;
    padding: 10px;
}

.settings-ico {
    width: 16px;
    top: 3px;
    position: relative;
}

.noline {
    border: 0 !important;
}

.borderRight {
    border-right: 1px solid #386639;
}

canvas {
    width: 100% !important;
    min-height: 150px;
}

.contobanca {
    text-align: center;
    margin-top: 30px;
}

.conto, .banca {
    font-weight: 600 !important;
}

.subtotalChart div {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    min-width: 100px;
}

.subtotalChart .green {
    background-color: #396639
}

.subtotalChart .yellow {
    background-color: #fbb03b
}

.subtotalChart .red {
    background-color: #e5242b
}


.subtotalChart {
    text-align: center;
    position: relative;
}

span.alert img {
    width: 25px;
    position: absolute;
    top: 14px;
    left: 30px;
}

.importoMax div {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    min-width: 100px;
    background-color: #396639;
    font-size: 13px;
}

.importoMax {
    text-align: center;
    position: relative;
}

span.editmax img {
    width: 20px;
    position: absolute;
    top: 14px;
    right: 30px;
}

td.iconTable img {
    width: 13px;
}

table.tableChart {
    width: 80%;
    text-align: right;
    vertical-align: middle;
    margin-left: 10%
}

    table.tableChart td {
        vertical-align: middle !important;
        font-size: 13px !important;
    }

td.iconTable img {
    position: relative;
}

td.iconTable {
    text-align: center;
}

table.tableChart td {
    line-height: 16px;
    padding: 5px 5px;
}

table.tableChart tr:nth-child(odd) {
    background-color: #dfe7df;
}

.lineUnderGreen {
    height: 1px;
    background-color: #396639;
    position: relative;
    top: 15px;
}

#fooTot {
    min-height: 300px;
    margin-top: 60px;
}

.subtotalChart.big {
    font-size: 40px;
}

    .subtotalChart.big div {
        padding: 0 20px !important;
        border-radius: 16px;
        line-height: 54px;
    }

    .subtotalChart.big .alert img {
        width: 40px;
        top: 21px;
    }

span.iconBox.noline {
    padding-right: 10px;
}

    span.iconBox.noline a {
        color: #396639;
    }

.box-6 {
    width: 50%;
    float: left;
    padding: 10px;
}

select.saldi {
    margin-left: 0;
    border: 1px solid #396639;
    height: 25px;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 6px;
}

.nuovoConto {
    display: block;
    float: left;
    margin-right: 30px;
}

a.icon.nuovo img, a.icon.aggiorna img {
    width: 19px;
    position: relative;
    top: 6px;
    left: -3px;
}

a.icon.nuovo:after {
    top: 7px;
}

.borderRadiusSolid {
    border: 1px solid #396639 !important;
    border-radius: 20px !important;
    width: 200px !important;
}

span.labelSpan {
    width: 110px !important;
    display: inline-block;
}

.paddingBottom {
    padding-bottom: 30px;
}

table.tableConti {
    width: 100%;
    text-align: left;
}

td.borderRoundLeft {
    border-left: 1px solid #396639;
    border-top: 1px solid #396639;
    border-bottom: 1px solid #396639;
    border-radius: 10px 0 0 10px;
    padding-left: 12px;
}

td.borderTopBottom {
    border-top: 1px solid #396639;
    border-bottom: 1px solid #396639;
}

td.borderRoundRight {
    border-top: 1px solid #396639;
    border-bottom: 1px solid #396639;
    border-right: 1px solid #396639;
    border-radius: 0 10px 10px 0;
    padding-right: 12px;
}

tr.tableRow td {
    padding-top: 2px;
    padding-bottom: 2px;
}

tr.tableTitle {
    line-height: 30px;
}

table.tableConti {
    border-collapse: separate;
    border-spacing: 0 3px;
}

.tdConto {
    width: 12%;
}

.tdDenomiazione {
    width: 28%;
}

.tdMinimo {
    width: 12%;
}

.tdMassimo {
    width: 12%;
}

.tdFido {
    width: 12%;
}

.tdIcon {
    width: 2%;
    min-width: 20px;
}

td.tdRowSaldo {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-align: right;
}

table.tableConti td.tdRowSaldo {
    border-spacing: 10px 3px;
    border-collapse: separate;
}

td.tdRowSaldo {
    border-spacing: 10px;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #fff;
}

    td.tdRowSaldo.green {
        border: 1px solid #396639;
        background-color: #396639;
    }

    td.tdRowSaldo.lightGreen {
        border: 1px solid #86c243;
        background-color: #86c243;
    }

    td.tdRowSaldo.yellow {
        border: 1px solid #fbb03b;
        background-color: #fbb03b;
    }

    td.tdRowSaldo.red {
        border: 1px solid #e5242b;
        background-color: #e5242b;
    }

th.tdSaldo {
    padding-left: 15px;
}

th.tdConto {
    padding-left: 14px;
}

.matitina {
    position: relative;
    top: 2px;
    left: 3px;
    width: 16px;
}



@media screen and (max-width: 1024px) {
    .containerSearch {
        width: 19%;
    }

    nav.navRight {
        width: 21% !important;
    }

    span.editmax img {
        right: -9px;
    }

    span.alert img {
        left: -10px;
    }

    .subtotalChart.big .alert img {
        left: 10px;
    }

    main {
        padding-right: 0;
    }

    .tdConto {
        width: 17%;
    }

    .tdDenomiazione {
        width: 20%;
    }

    .tdMinimo {
        width: 15%;
    }

    .tdMassimo {
        width: 15%;
    }

    .tdFido {
        width: 15%;
    }
}

/* MODIFICHE DICEMBRE 2022 FINE */

/* 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;
}

@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 */

/* BIS MODIFICHE DICEMBRE 2022 INIZIO BIS */

.borderGreen {
    margin-left: 0 !important;
    border: 1px solid #396639 !important;
    height: 25px !important;
    line-height: 25px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    width: 100px !important;
}

.paddingLeft {
    padding-left: 16px !important;
}

img.borderBotton {
    width: 46px;
}

label a {
    vertical-align: top;
}

a:hover img {
    opacity: 0.8;
    filter: invert(0.5);
}

img.importa {
    width: 25px;
    position: relative;
    top: 5px;
    left: -3px;
}

.containerCheckbox {
    display: inline;
}

span.checkgroup {
    padding-left: 30px;
}

    span.checkgroup label.containerCheckbox {
        margin-left: 15px;
        padding-left: 18px;
    }

img.checkRow {
    width: 20px;
    position: relative;
    top: 2px;
}

img.checkRow {
    width: 20px;
    position: relative;
    top: 0px;
}

table.tableImport th {
    border-bottom: 1px solid #396639 !important;
    height: 31px;
    padding-bottom: 6px !important;
    text-align: left;
}

table.tableImport tr td {
    height: 50px;
    vertical-align: middle
}

.tableImport td.borderRoundLeft {
    border-radius: 40px 0px 0px 40px;
}

.tableImport td.borderRoundRight {
    border-radius: 0px 40px 40px 0px;
}

.tableImport {
    border-collapse: separate;
    border-spacing: 0 8px;
}



table.tableImport tr.color1 td {
    background-color: #c1f3da;
    /*background-color: #ebcf36;*/
    /*background-color: #ffa580;*/
}

table.tableImport tr.color2 td {
    background-color: #f3f2b7;
    /*background-color: #bfe381;*/
    /*background-color: #ebce5a;*/
}

table.tableImport tr.color3 td {
    background-color: #ebc68a;
    /*background-color: #e8e041;*/
    /*background-color: #ade18e;*/
}

table.tableImport tr.color4 td {
    background-color: #c4ff66;
    /*background-color: #e17777;*/
    /*background-color: #75ccca;*/
}

table.tableImport {
    margin-top: 50px;
}

.paddingLeftBig {
    padding-left: 45px !important;
}

.icons img.red {
    filter: brightness(2) hue-rotate(249deg) saturate(10);
}

span.icons.iconList .icon img {
    max-height: 21px;
    top: 3px;
    position: relative;
}

select.classBig {
    width: 200px !important;
}

a.icon .singleIcon {
    max-height: 21px;
    top: 6px;
    position: relative;
}

.colorRed {
    color: #ff0000
}

.paddingTop {
    padding-top: 50px !important;
}


table.tableImport2 th {
    border-bottom: 1px solid #396639 !important;
    height: 31px;
    padding-bottom: 6px !important;
    text-align: left;
}

table.tableImport2 tr td {
    height: 50px;
    vertical-align: middle
}

.tableImport2 td.borderRoundLeft {
    border-radius: 40px 0px 0px 40px;
}

.tableImport2 td.borderRoundRight {
    border-radius: 0px 40px 40px 0px;
}

.tableImport2 {
    border-collapse: separate;
    border-spacing: 0 8px;
}

/** max */
table.tableImport4 th {
    border-bottom: 1px solid #396639 !important;
    height: 31px;
    padding-bottom: 6px !important;
    text-align: left;
}

table.tableImport4 tr td {
    height: 30px;
    vertical-align: middle
}

.tableImport4 td.borderRoundLeft {
    border-radius: 40px 0px 0px 40px;
}

.tableImport4 td.borderRoundRight {
    border-radius: 0px 40px 40px 0px;
}

.tableImport4 {
    border-collapse: separate;
    border-spacing: 0 8px;
}
/** end max*/

.iconSmallTable {
    max-height: 16px;
    top: 2px;
    position: relative;
}

.tableImport2 {
    width: 100%;
}

.textAlignRight {
    text-align: right;
}


.tableImport2 .thIconCol {
    width: 40px;
}

.tableImport2 .thLastCol {
    width: 120px;
}

.tableImport2 .thDateCol {
    width: 120px;
}

img.findIcon {
    height: 21px;
    position: relative;
    top: 5px;
}

img.arrowRight {
    height: 16px;
    position: relative;
    top: 4px;
}

.marginRight {
    padding-right: 13px;
    padding-left: 20px;
    margin-left: 10px;
}

.marginRight2 {
    padding-right: 13px;
    padding-left: 20px;
    margin-left: 10px;
    top: 1px;
}

input.borderGreen.textBig {
    width: 150px !important;
}

a.buttonElenco {
    border-radius: 20px;
    border: 1px solid #386639;
    color: #396639;
    text-decoration: none;
    padding: 2px 10px;
    position: relative;
    top: 7px;
    line-height: 19px;
}

.allega {
    height: 25px;
}

a.buttonElenco {
    top: 7px;
    height: 25px;
    line-height: 18px;
    padding-top: 1px;
}

img.salvaColonna {
    top: -7px;
    height: 26px;
    position: relative;
    left: -7px;
}

.analisi {
    width: 114px !important;
}

.paddingLeftSmall {
    padding-left: 18px;
}

.paddingLeftVerySmall {
    padding-left: 9px;
}

input.borderGreen.textSmall {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 30px !important;
}

.importColor1 {
    background-color: #8fde5b
}
/*.importColor1{background-color: #e2aabc}
.importColor1{background-color: #ffac81}*/

.importColor2 {
    background-color: #fbb03b
}
/*.importColor2{background-color: #c4a6e0}
.importColor2{background-color: #fc706d}*/

.importColor3 {
    background-color: #d4f570
}
/*.importColor3{background-color: #a6cfe0}
.importColor3{background-color: #f2d55a}*/

.importColor4 {
    background-color: #c8fae1
}
/*.importColor4{background-color: #76cece}
.importColor4{background-color: #d3c34f}*/

.importColor5 {
    background-color: #e985f5
}
/*.importColor5{background-color: #9bdd9b}
.importColor5{background-color: #b4e895}*/

.importColor6 {
    background-color: #faf9be
}
/*.importColor6{background-color: #9ece7e}
.importColor6{background-color: #aae2d7}*/

.importColor7 {
    background-color: #6efa67
}
/*.importColor7{background-color: #d1d193}
.importColor7{background-color: #75d3d1}*/

.importColor8 {
    background-color: #ffc066
}
/*.importColor8{background-color: #d6a380}
.importColor8{background-color: #c67fdd}*/





table.tableImport3 th {
    border-bottom: 1px solid #396639 !important;
    height: 31px;
    padding-bottom: 6px !important;
    text-align: left;
}

table.tableImport3 tr td {
    height: 50px;
    vertical-align: middle
}

.tableImport3 td.borderRoundLeft {
    border-radius: 40px 0px 0px 40px;
}

.tableImport3 td.borderRoundRight {
    border-radius: 0px 40px 40px 0px;
}

.tableImport3 {
    border-collapse: separate;
    border-spacing: 0 8px;
}


table.tableImport3 {
    margin-top: 10px;
}

    table.tableImport3 tr.rowLabel td {
        height: 20px;
    }

table.tableImport3 {
    width: 100%;
}

    table.tableImport3 tr td {
        height: 31px;
    }

        table.tableImport3 tr td.borderTopBottom {
            padding-left: 5px;
        }


/* BIS MODIFICHE DICEMBRE 2022 FINE BIS*/


/* TRIS MODIFICHE DICEMBRE 2022 INIZIA TRIS*/


.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000005e;
}

.modalContainer {
    background-color: #fff;
    max-width: 80%;
    min-width: 768px;
    margin: 7% auto;
    border-radius: 20px;
    min-height: 200px;
    padding: 25px 28px;
}

h3.title {
    font-size: 16px;
    color: #396639;
    padding-bottom: 14px;
}

.containerTableScroll {
    max-height: 350px;
    overflow: scroll;
}

.tableImport3.tableModal tr th, .tableImport3.tableModal tr td {
    font-size: 14px;
    color: #396639;
}

.tableImport3.tableModal tr td {
    background-color: #f5f7f5;
}

.tableImport3.tableModal tr td {
    border: none !important;
}

.hide {
    display: none;
}

/* TRIS MODIFICHE DICEMBRE 2022 FINE TRIS*/








/* 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 {



}