/* CSS
   Agg: 3/11/2020
*/

/* Stile per la scritta DEMO */
.demo-label {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 0, 0, 0.8); /* Colore di sfondo rosso semi-trasparente */
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1000;
    border-radius: 3px;
}

/* 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;
}

.box-6 {
    width: 14%;
    float: left;
    padding: 10px;
}

.box-12 {
    width: 8%;
    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;
}

/* 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;
}


}

.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 */

/* 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 {



}

.loginContiner input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c7b8ad;
}

.loginContiner input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7b8ad;
}

.loginContiner input::-ms-input-placeholder { /* Microsoft Edge */
    color: #c7b8ad;
}


.petal {
    background-color: #9f877680;
    display: block;
    border-radius: 310px;
    width: 320px;
    height: 320px;
    padding: 17px;
    position: absolute;
    box-shadow: #0003 10px 12px 12px 3px;
}

.flower {
    width: 900px;
    margin: 0 auto;
    min-height: 900px;
    position: relative;
}

.wrapperFlower {
    width: calc(100% - 200px);
    margin-top: 60px;
    margin: 60px auto 10px;
}

.petalInner {
    background-color: rgb(255 255 255 / 80%);
    height: 100%;
    border-radius: 281px;
    box-shadow: #0000004d 4px 5px 10px 0px;
}

.petal.top {
    left: calc(50% - 160px);
}

.petal.bottom {
    left: calc(50% - 160px);
    top: 410px;
}

.petal.left {
    left: 60px;
    top: 206px;
}

.petal.right {
    right: 60px;
    top: 206px;
}

.petal.center .petalInner {
    background-color: #005f36;
}

.petal.center {
    left: calc(50% - 127.5px);
    top: 238px;
    width: 250px;
    height: 250px;
}

img.ergoLogoPetalCenter {
    width: 90px;
    position: absolute;
    top: 75px;
    left: 75px;
}

.petal.disabled img.enabled {
    display: none;
}

.petal.enabled img.disabled {
    display: none;
}

img.ergoLogoPetal {
    top: 220px;
    left: 220px;
    position: absolute;
    zoom: 0.45;
}

.petal.left img.ergoLogoPetal {
    top: 220px;
    left: 190px;
}

.petal.right img.ergoLogoPetal {
    top: 220px;
    left: 130px;
}

.petal.bottom img.ergoLogoPetal {
    top: 230px;
    left: 195px;
}

.petal.top {
    z-index: 99;
}

.petal.bottom {
    z-index: 98;
}

.petal.left {
    z-index: 97;
}

.petal.right {
    z-index: 96;
}

.petal.center {
    z-index: 100;
}



.petal.enabled {
    cursor: pointer;
}

.petal.enabled {
    cursor: pointer;
}

    .petal.enabled .petalInner:hover {
        box-shadow: inset #00000066 4px 5px 6px 0px;
    }

.accountSetting {
    width: 400px;
    background-color: #ffffffd1;
    padding: 10px;
    border-radius: 30px;
    position: absolute;
    top: 70px;
    box-shadow: #000000a6 7px 6px 10px 0px;
    z-index: 110;
}

    .accountSetting.open {
        border-radius: 30px 30px 0 0;
        transition: border-radius ease 1s;
    }

    .accountSetting.close {
        border-radius: 30px 30px 30px 30px;
        transition: border-radius ease 1s;
    }

.clearBoth {
    clear: both;
}

a.accountGestisciAccount {
    display: block;
    border: 1px solid #085f36;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    text-decoration: none;
    color: #085f36;
    border-radius: 20px;
    width: 90%;
}

    a.accountGestisciAccount:hover {
        background-color: #085f36;
        color: #fff;
    }

.accountDropdown .accountSecondary img.fotoAccount {
    width: 50px;
    padding: 3px;
    border: 1px solid #396639;
    border-radius: 50px;
    margin: 17px;
    display: block;
    float: left;
}


.accountDropdown .accountName {
    float: none;
    font-size: 14px;
    color: #396639;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
}

.accountDropdown .accountEmail {
    float: none;
    font-size: 14px;
    color: #396639;
    margin-top: 0px;
    text-align: center;
}


.settings {
    width: 32px;
    float: right;
    top: 2px;
    position: relative;
    cursor: pointer;
}

.welcome {
    float: left;
    padding-left: 20px;
    line-height: 30px;
    color: #005b31;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: 2px;
}


.contenutoAccountSettings {
    height: 400px;
    display: none;
    overflow: scroll;
}


.accountSecondary .accountName {
    float: left;
    font-size: 14px;
    color: #396639;
    margin-top: 17px;
}

.accountSecondary .openMenu {
    float: left;
    margin-top: 17px;
    color: #396639;
}

.accountDropdown img.fotoAccount {
    width: 80px;
    padding: 3px;
    border: 1px solid #396639;
    border-radius: 50px;
    margin: 17px auto;
    display: block;
    float: none;
    margin-bottom: 5px !important;
}

.accountSecondary {
    position: relative;
}


.accountSecondary {
    position: relative;
}

.statusAccount {
    position: absolute;
    right: 0;
    top: 14px;
}

.secondaryEmailAccount {
    float: left;
    width: 56%;
    margin-top: -6px;
}


.altroAccount img {
    width: 30px;
    margin: 7px;
}

.altroAccount {
    padding: 20px;
    display: flex;
    vertical-align: middle;
}

    .altroAccount a {
        display: inline-flex;
        vertical-align: middle;
        color: #085f36;
        text-decoration: none;
        font-weight: 600 !important;
    }

    .altroAccount span {
        padding: 14px 4px;
        font-weight: 600 !important;
        position: relative;
        top: 2px;
    }



.settingsContainer {
    min-height: 37px;
    cursor: pointer;
}


.loginContiner {
    background-color: #fff;
    width: 500px;
    margin: 0px auto 130px;
    padding: 50px;
    border-radius: 16px;
}

.logoLogin {
    width: 125px;
    margin: 0 auto;
}

.logoLoginTxt {
    color: #005f36;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    margin-bottom: 40px;
}

.logoLogin img {
    margin-left: 5px;
}

.loginContiner label {
    font-size: 15px;
    display: block;
    color: #005f36;
    font-weight: 600;
}

.loginContiner input {
    border: 0;
    border-bottom: 2px solid #005f36;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: 600;
    padding-bottom: 5px;
}

.loginContiner .password input {
    margin-bottom: 0 !important;
}

.passwordLost {
    text-align: right;
    line-height: 34px;
}

    .passwordLost a {
        color: #005f36;
        text-decoration: none;
        border-bottom: 1px solid #005f36;
        padding-bottom: 2px;
    }

        .passwordLost a:hover {
            border-bottom: 0;
        }

.buttonLogin input {
    background-color: #005f36;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
    border-radius: 40px;
    margin-top: 40px;
    margin-bottom: 0;
}


