.deleteme {
  display: none;
}
.opacity-change,
.opacity-change:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.transition-all {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.disabled-block {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::-webkit-input-placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
:-moz-placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
/*** User Select ***/
/*** Rounded corners ***/
/* 
** Custom rounded corners
** Sets a border-radius for each of the 4 corners individually. 
** The values go in a clockwise rotation: top right, bottom right, bottom left, top left. 
*/
/*** Background Cover ***/
/*** Shadow ***/
/*** Box sizing ***/
/*** Opacity ***/
/*** CSS3 Animation ***/
/*.transition (@transition) {
	-webkit-transition: @transition;  
	-moz-transition:    @transition;
	-ms-transition:     @transition; 
	-o-transition:      @transition;  
}*/
.disply-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.fixed-lead {
  display: block;
  position: fixed;
  left: 0;
  height: 690px;
  width: 403px;
  top: 182px;
  bottom: 20%;
  border-top-style: solid;
  border-top-width: 0px;
  border-right-style: solid;
  border-right-width: 8px;
  z-index: 9999;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  -webkit-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .fixed-lead {
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: scroll;
  }
}
.fixed-lead.animate-slide {
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .fixed-lead.success-send-mail.animate-slide {
    height: 100%;
  }
}
.fixed-lead.success-send-mail .floating-success-email {
  border: none;
}
.fixed-lead.success-send-mail .suceess-message-title:empty {
  display: none;
}
@media (max-width: 767px) {
  .fixed-lead.animate-slide {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .fixed-lead.animate-slide.ng-hide h3 {
    right: -131px;
  }
}
.fixed-lead .floating-success-email {
  padding-top: 0;
}
@media (max-width: 767px) {
  .fixed-lead .floating-success-email {
    padding-top: 0;
  }
}
.fixed-lead .floating-success-email .suceess-message-html {
  padding-top: 0;
}
.fixed-lead .floating-success-email .suceess-message-html p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fixed-lead .floating-success-email .suceess-message-html p {
    font-size: 18px;
    margin-top: 0;
  }
}
.fixed-lead .floating-success-email .suceess-message-html p:first-of-type {
  font-size: 23px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .fixed-lead .floating-success-email .suceess-message-html p:first-of-type {
    font-size: 20px;
  }
}
.fixed-lead .floating-success-email img {
  display: block;
  margin: 41px auto;
}
@media (max-width: 767px) {
  .fixed-lead .floating-success-email img {
    margin: 33px auto;
    height: 78px;
    width: 78px;
  }
}
.fixed-lead .floating-lead-main {
  position: relative;
  overflow: hidden;
}
.fixed-lead div.form-group:last-of-type {
  margin-right: -30px;
}
.fixed-lead .icon-shopping-cart {
  display: none;
}
.fixed-lead form .sub-title {
  padding-top: 0 !important;
  padding-bottom: 18px;
}
.fixed-lead form .form-group label.normal_text {
  display: block;
  width: 100%;
  text-align: center;
  padding-right: 105px;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group label.normal_text {
    padding-right: 30px;
    margin-bottom: 3px;
  }
}
.fixed-lead .floating-lead-open-button {
  width: auto;
  height: auto;
  position: fixed;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  top: 35%;
  /* margin-left: 45px; */
  margin-right: -137px;
  /* display: block; */
  cursor: pointer;
}
.fixed-lead .floating-lead-open-button .button-text {
  position: absolute;
  top: 0;
  z-index: 10;
  font-size: 18px;
  font-weight: bold;
  padding-right: 27px;
  padding-top: 5px;
}
.fixed-lead h3 {
  display: block;
  margin: 0;
  font-size: 15px;
  font-size: 1.3em;
  font-weight: bold;
  position: absolute;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  top: 37%;
  right: -137px;
  text-align: center;
  width: 211px;
  height: 47px;
  padding-top: 8px;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .fixed-lead .floating-lead-exit {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fixed-lead .floating-lead-exit {
    display: none;
  }
}
@media (max-width: 767px) {
  .fixed-lead .floating-lead-exit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    width: 19px;
    height: 12px;
    margin-top: 8px;
    margin-left: 12px;
    background-size: contain;
  }
}
.fixed-lead .floating-lead-main-title {
  padding-top: 25px;
  padding-right: 23px;
  padding-bottom: 14px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-size: 21px;
}
@media (max-width: 767px) {
  .fixed-lead .floating-lead-main-title {
    padding-top: 23px;
    padding-right: 32px;
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
}
.fixed-lead form {
  padding-right: 23px;
  padding-top: 36px;
  padding-left: 26px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .fixed-lead form {
    padding-right: 32px;
    padding-left: 34px;
  }
}
.fixed-lead form .form-group {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group {
    margin-bottom: 20px;
  }
}
.fixed-lead form .form-group label {
  display: table-cell;
  vertical-align: middle;
  width: 105px;
  font-weight: 100;
  font-size: 16px;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group label {
    display: block;
    margin-bottom: 2px;
    padding-right: 4px;
  }
}
.fixed-lead form .form-group label.kaptcha-label-text {
  display: block;
  width: 100%;
  text-align: center;
  padding-right: 105px;
}
.fixed-lead form .form-group #FloatingLeadCaptchaCode {
  width: 242px;
  float: left;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group #FloatingLeadCaptchaCode {
    width: 90%;
  }
}
.fixed-lead form .form-group .contact-form__captcha-box {
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group .contact-form__captcha-box {
    margin-bottom: 15px;
  }
}
.fixed-lead form .form-group .LBD_CaptchaDiv {
  float: left;
}
.fixed-lead form .form-group .LBD_CaptchaImageDiv {
  float: left;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group .LBD_CaptchaImageDiv {
    padding-right: 0;
  }
}
.fixed-lead form .form-group input {
  display: table-cell;
  vertical-align: middle;
}
.fixed-lead form .form-group .form-control {
  height: 39px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group .form-control {
    height: 32px;
  }
}
.fixed-lead form .form-group .styled-select {
  width: 100%;
  height: 36px;
  display: table;
  position: relative;
  /*@media @mobile {
                        height: 40px; font-size: 17px; font-weight: 100; line-height: 1.9;
                    }

                    @media @tablet {
                        height: 60px; font-size: 21px; font-weight: 100; line-height: 1.9;
                    }*/

}
@media (max-width: 767px) {
  .fixed-lead form .form-group .styled-select {
    height: 30px;
  }
}
.fixed-lead form .form-group .styled-select .form-control {
  background-color: transparent;
}
.fixed-lead form .form-group .styled-select select {
  position: absolute;
  top: -1px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.fixed-lead form .form-group select::-ms-expand {
  display: none;
}
.fixed-lead form .form-group .prefix-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6px;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group .prefix-wrapper {
    width: 26%;
  }
}
.fixed-lead form .form-group .phone-body-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 105px;
  position: relative;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group .phone-body-wrapper {
    width: 20%;
  }
}
.fixed-lead form .form-group .phone-number-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.fixed-lead form .form-group .phone-number-wrapper .styled-select {
  display: block;
}
@media (max-width: 767px) {
  .fixed-lead form .form-group .phone-number-wrapper {
    display: block;
  }
}
.fixed-lead form .btn {
  margin-top: 0;
  float: left;
  clear: both;
  overflow: hidden;
  font-size: 21px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 31px;
  padding-right: 36px;
}
@media (max-width: 767px) {
  .fixed-lead form .btn {
    margin-top: 0;
    float: left;
    clear: both;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 29px;
  }
}
.fixed-lead form .sub-title {
  clear: both;
  overflow: hidden;
  /* margin-top: 20px; */
  display: block;
  padding-top: 18px;
}
.floating-lead-side-block-open {
  left: -403px;
}
@media (max-width: 767px) {
  #signup-form > div > div:nth-child(7) {
    width: auto;
    float: right;
    margin-right: -30px;
    margin-top: 6px;
    margin-bottom: 22px;
  }
}
/*region of the old floating lead with the changes of the animation*/

/* Chrome, Safari, Opera */

@-webkit-keyframes slide-up {
  0% {
    margin-left: -150px;
  }
  101% {
    margin-left: 0%;
  }
}
/* Standard syntax */

@keyframes slide-up {
  0% {
    margin-left: -150px;
  }
  101% {
    margin-left: 0%;
  }
}
/* Chrome, Safari, Opera */

@-webkit-keyframes slide-down {
  0% {
    margin-left: 0%;
  }
  101% {
    margin-left: -150px;
  }
}
/* Standard syntax */

@keyframes slide-down {
  0% {
    margin-left: 0%;
  }
  101% {
    margin-left: -150px;
  }
}
/*end ---- region of the old floating lead with the changes of the animation*/

.fixed-lead.ng-hide h3 {
  right: -130px;
}
@media (max-width: 767px) {
  .fixed-lead.ng-hide {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .LBD_CaptchaIconsDiv {
    margin-right: 8px;
  }
}
.glyphicons-alert:before {
  content: "";
  background: url(/Statics/img/error-message-icon.png);
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: 91%;
}
.glyphicons-alert {
  padding-top: 0px;
}
.form__error-msg {
  font-size: 1em;
  padding-right: 15px;
}
.issuer-validator-text.captcha-validate {
  overflow: hidden;
  padding-right: 105px;
}
@media (max-width: 767px) {
  .issuer-validator-text.captcha-validate {
    padding-right: 9%;
  }
}
