/*//////////////////////////////////////////////////////////////////
[ BUTTON DOWNLOAD ]*/

.table-sm>:not(caption)>*>* {
  padding: 0.25rem 0.85rem !important;
}
.table > tbody > tr > td {
  vertical-align: middle;
}

button:focus{
  box-shadow: none !important;
}
input:focus{
  box-shadow: 0 0 0 3px rgba(243, 113, 35, 0.2)  !important;
}
textarea:focus{
  box-shadow: 0 0 0 3px rgba(243, 113, 35, 0.2)  !important;
}
select:focus{
  box-shadow: none  !important;
  border-color: silver !important;
}
select>option{
  background-color: initial !important;
}
select>option:checked{
  background-color: var(--light-main-color) !important;
}

#selectDateSilos:focus{
  color: var(--main-color);
  background-color: white;
  box-shadow: none !important;
}
#selectDateSilos{
  height: 24px;
}

#ckb1{
  accent-color: var(--main-color);
}

.label-checkbox100{
  color:#666666;
  font-family: 'Poppins-bold';
}

.bz-hover:hover{
    background: #e3ebff !important;
}

.bz-div-download {
    padding: 40px 130px 10px 130px !important;
}
@media (max-width: 768px) {
    .bz-div-download {
        padding: 40px 100px 10px 100px !important; 
    }
}
@media (max-width: 633px) {
    .bz-div-download {
        padding: 40px 15px 10px 15px !important; 
    }
}

.bz-download a {
    z-index: 2;
    transition: 350ms;
    position: relative;
}

.bz-download a:hover {
    color: #fff;
}

.bz-download span {
    background: none;
    color: var(--main-color);
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
}

.bz-download .up {
    background: none;
    opacity: 0;
    border-radius: 0 0 10px 10px;
    transform: translate(0,-30px);
    transition: 350ms;
    margin: -5px auto;
}

.bz-download:hover .up {
    opacity: 1;
    transform: translate(0,0);
}

@media (max-width: 576px) {
    .bz-download:hover .up {
        opacity: 0;
    }
}

.settingsIcon{
  float: right;
  line-height: 1;
  text-shadow: 0 1px 0 royalblue;
  opacity: .8;
  position: fixed;
  top: 40px;
  right: 40px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 30%;
  color: var(--main-color)!important;
  transition: transform 0.2s;
}

.settingsIcon:hover {
  color: var(--hover-main-color)!important;
}

#settingsIcon2{
  top:115px;
  font-weight: initial;
}
#settingsIcon3{
  top:190px;
  font-weight: initial;
}

.fa-arrow-left{
  transition: transform 0.2s;
}
#settingsIcon:hover{
  transform: rotate(40deg);
}
#settingsIcon2:hover{
  transform: rotate(10deg);
}
#settingsIcon3:hover{
  transform: rotate(10deg);
}
.fa-arrow-left:hover{
  transform: translateX(5px);
}

/*//////////////////////////////////////////////////////////////////
[ LOGO ]*/

@font-face {
    font-family: "leixo";
    src: url(../fonts/LEIXO-DEMO.ttf) format("truetype");
}
@font-face {
    font-family: "lato";
    src: url(../fonts/Lato-Black.ttf) format("truetype");
}
.bz { 
    font-family: "leixo", Verdana, Tahoma;
    font-weight: 700;
    font-size: 30px;
}
.bz2 { 
    font-family: "lato", Verdana, Tahoma;
    -webkit-text-stroke: 0.5px var(--main-color);
    font-size: 10px;
    color: var(--main-color);
    letter-spacing: 3px;
    text-align: center;
}
.bz3{
    color: var(--main-color);
    margin-right: 3px;
}

/*//////////////////////////////////////////////////////////////////
[ BODY ]*/

.form-subtitle {
  font-family: Poppins-Bold;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 0px;
}

.log{
    color:green !important;
    font-size: 16px;
}
.logFail{
    color:red !important;
    font-size: 16px;
}
.upload::-webkit-file-upload-button {
    content: 'seleziona il tuo menù';
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: gray;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid white;
    background-color: #e6e6e6;
    cursor: pointer;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn2 {
  font-family: "Poppins-Bold";
  font-size: 15px;
  line-height: 1.5;
  color: black;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn2:hover {
  background: #dedcdc;
}

#link-bzmenu:hover{
  color:var(--hover-main-color) !important;
}

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: var(--main-color);
}

#document-btn-id{
  text-decoration: none;
  color: #fff;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: linear-gradient(to bottom right, #ddd, #e9e5e5, var(--main-color));

  /*background: -webkit-linear-gradient(-135deg, #fff, #4169e1);  //rgba(65, 105, 225, 0.5)
  background: -o-linear-gradient(-135deg, #fff, #4169e1);
  background: -moz-linear-gradient(-135deg, #fff, #4169e1);
  background: linear-gradient(-135deg, #fff, #4169e1);*/
}

.wrap-login100 {
  width: 880px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 140px 130px 140px 130px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
}

.login100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 290px;
}

.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 40px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: var(--main-color);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: var(--main-color);
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: var(--main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.document-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: calc(50% - 20px);
  height: 50px;
  border-radius: 25px;
  background: var(--main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  margin: 10px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.document-btn:hover {
  background: var(--hover-main-color);
}

.login100-form-btn:hover {
  background: var(--hover-main-color);
}



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 120px 90px 120px 90px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 100px 80px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }

  .settingsIcon{
    top: 30px;
    right: 30px;
    font-size: 37px;
  }
  #settingsIcon2{
    top:100px;
  }
  #settingsIcon3{
    top:170px;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    /*padding: 40% 15px 40% 15px;*/
    padding: 50% 15px 50% 15px;
    align-content: center;
    border-radius: 0px;
  }
  .bz-background-for-icon{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 1999;
    left: 0;
    opacity: 0.9;
  }
  .container-login100{
    height: 100%;
    padding:0;
  }
  #bzx{
    display: none;
  }
  .settingsIcon{
    top: 20px;
    right: 20px;
    font-size: 34px;
    color: var(--main-color)!important;
  }
  .settingsIcon:hover{
    color: var(--hover-main-color)!important;
  }
  .btnMacroPdf{
    width: 100% !important;
  }
  .wrap-login100{
    height: 100%;
  }
  #settingsIcon2{
    top:75px;
  }
  #settingsIcon3{
    top:130px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
/*------------------------------------------------------------------
[ menu simulation ]*/

.menuContainer{
    width: 300px;
    height: 600;
}

#chiamate:hover{
  background-color: #c2f7c2 !important;
}
#chiamate.btn-toggle-active{
  color: rgba(0, 0, 0, .85) !important;
  background-color: #c2f7c2 !important;
}