.chosen-container {
  font-size: 14px;
  border: 2px solid #d0d0d0;
  color: #aaaaaa;
}
.chosen-container:hover {
  border-color: #b0b0b0;
  color: #aaaaaa;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #3399cc;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3399cc;
}
.chosen-container-active .chosen-choices {
  border: 2px solid #3399cc;
}

.mfp-bg {
  z-index: 0 !important;
}

.black_overlay {
  display: none;
  z-index: 1001;
  position: absolute;
}
.white_content {
  display: none;
  z-index: 9999;
  overflow: auto;
  /*margin-top:-100px;*/
  overflow: hidden;
  position: fixed;
  margin-left: -20%;
  /* margin-left: 35%!important;
        margin-top: 150px!important;*/
}

.overlay {
  background: #000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9998;
  cursor: pointer;
  /*Trasperenza cross browser*/
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
@media only screen and (max-width: 600px) {
  .white_content {
    display: none;
    z-index: 9999;
    overflow: auto;
    /*margin-top:-100px;*/
    position: fixed;
    padding-right: 75px;
    margin-top: -75%;
    margin-left: 0px;
    /*margin-top: 150px!important;
            margin-left: 20%!important;*/
  }
}
.test {
  position: fixed;
  z-index: 1000;
  width: 450px;
}
.overlay {
  cursor: auto !important;
}

.popover-content {
  padding: 9px 14px;
}
.popover-title {
  padding: 9px 14px;
  margin: 0;
  color: #919699;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  text-align: inherit !important;
}

.error-title {
  font-weight: 600 !important;
}

.success-text {
  color: #666666 !important;
  font-weight: bold !important;
}
.error-text {
  color: #000000 !important;
  font-weight: bold !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 16px 10px -7px rgba(119, 119, 119, 0.47);
  box-shadow: 0px 16px 10px -7px rgba(119, 119, 119, 0.47);
}

.login-form-wrapper {
  margin: 40px 0 10px !important;
}

.login-form-wrapper form {
  border-bottom: 0px solid #d0d0d0 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.login-form-wrapper p {
  font-weight: unset !important;
  color: #666666 !important;
  margin: 0 0 20px !important;
}

.social-icon i {
  border-radius: 50%;
  border: 2px solid #3399cc;
  border-radius: 50%;
  padding: 2px 0 0;
  text-align: center;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  font-size: 18px;
}
.youtube {
  /*background-color: #FF0000 !important;
	border: 2px solid #FF0000 !important;*/
  background-color: #3399cc !important;
  border: 2px solid #3399cc !important;
  color: #fff !important;
}
.facebook {
  /*background-color: #3B5998 !important;
	border: 2px solid  #3B5998 !important;*/
  background-color: #3399cc !important;
  border: 2px solid #3399cc !important;
  color: #fff !important;
}
.instagram {
  /*background-color: #405DE6 !important;
	border: 2px solid  #405DE6 !important;*/
  background-color: #3399cc !important;
  border: 2px solid #3399cc !important;
  color: #fff !important;
}
.linkedin {
  /*background-color: #0A66C2 !important;
	border: 2px solid  #0A66C2 !important;*/
  background-color: #3399cc !important;
  border: 2px solid #3399cc !important;
  color: #fff !important;
}
