/* standalone */
.njsformContainer.standalone form {
  /* padding: 20px 19px 10px; */
}
.njsformContainer.standalone form,
.njsformContainer.standalone .message {
  border: 0px;
  text-transform: uppercase;
} 

/* form */
.njsformContainer {
}
.njsform {
  margin: 0 auto; 
}
.njsform small {
  color: #C5C5C5;
  font-size: 11px;
}
.njsform label {
  color: #777;
}

/* loader */
.njsform form .loader {
  background: url('../images/ajax-loader.gif') no-repeat 0 0;
  display: none;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}

/* form inner elements */

.njsform label {
  display: inline-block;
  float: left;
  padding: 6px 0 0 0;
  width: 130px;
  margin: 0;
  clear: both;
  font-size: 15px;
}
.njsform form div {
  min-height: 43px;
  position: relative;
  overflow: hidden;
  padding-top: 16px;
}
.njsform form div.error {
  min-height: 43px;
}
.njsform form div.messageWrap {
  min-height: 105px;
}
.njsform form div.error.messageWrap {
  min-height: 125px;
}
.njsform .error.messageWrap .errorMessage {
  top: 95px;
}
.njsform textarea {
  height: 100px;
}
.njsform input[type="text"],
.njsform textarea,
.njsform select {
  color: #3c3c3c;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 7px;
  line-height: 28px;
  background-color: #fff;
  padding: 5px 13px 5px 12px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7faac7;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
   -moz-appearance: none;
     -o-appearance: none;
        appearance: none;



}
.njsform select {
  width: 100%;
}
.njsform input[type="text"]:focus,
.njsform textarea:focus,
.njsform select:focus {
  background: #fff;

  border: 1px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 5px 13px 5px 12px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
/* submit button */
.njsform .submitWrap {
  padding-top: 10px;
}
.njsform input[type="submit"] {
  /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  float: left;
  border: none;
  cursor: pointer;
  border: 1px solid #7faac7;
  background-color: #7faac7;
  color: white;
  font-size: 17px;
  padding: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 6px;
  border-radius: 7px;
  width: 20%;
}

.njsform input[type="submit"]:hover {
  background-color: rgba(0,0,0,0);
  color: #0493bd;
  border: 1px solid #7faac7;
}

.njsform input[type="submit"]:hover .ease{
  width:100%;
  background-color:white;
}

.njsform input[type="submit"]:focus {
  outline: transparent;
}

.infobackground {
  padding: 20px 0;
}


/* validation check user 
.njsform .validation-check-user {
  background-image: url('../images/name.svg');
  display: block;
  height: 24px;
  width: 28px;
  position: absolute;
  top: 27px;
  left: 14px;
  background-repeat: no-repeat;
}
.njsform .check-valid .validation-check-user {
  background-image: url('../images/name.svg');
}
.njsform .check-default .validation-check-user {
  background-image: url('../images/name.svg');
}
.njsform .check-invalid .validation-check-user {
  background-image: url('../images/name.svg');
}


/* validation check email 

.njsform .validation-check-email {
  background-image: url('../images/email.svg');
  display: block;
  height: 24px;
  width: 28px;
  position: absolute;
  top: 31px;
  left: 14px;
  background-repeat: no-repeat;
}
.njsform .check-valid .validation-check-email {
  background-image: url('../images/email.svg');
}
.njsform .check-default .validation-check-email {
  background-image: url('../images/email.svg');
}
.njsform .check-invalid .validation-check-email {
  background-image: url('../images/email-invalid.svg');
}

/* validation check publication 

.njsform .validation-check-publication {
  background-image: url('../images/publication.svg');
  display: block;
  height: 24px;
  width: 28px;
  position: absolute;
  top: 27px;
  left: 14px;
  background-repeat: no-repeat;
}
.njsform .check-valid .validation-check-publication {
  background-image: url('../images/publication.svg');
}
.njsform .check-default .validation-checkpublication {
  background-image: url('../images/publication.svg');
}
.njsform .check-invalid .validation-check-publication {
  background-image: url('../images/publication.svg');
}


/* validation check message 
.njsform .validation-check-message {
  background-image: url('../images/iconmonstr-pencil-15.svg');
  display: block;
  height: 24px;
  width: 28px;
  position: absolute;
  top: 27px;
  left: 14px;
  background-repeat: no-repeat;
}
.njsform .check-valid .validation-check-message {
  background-image: url('../images/iconmonstr-pencil-15.svg');
}
.njsform .check-default .validation-check-message {
  background-image: url('../images/iconmonstr-pencil-15.svg');
}
.njsform .check-invalid .validation-check-message {
  background-image: url('../images/iconmonstr-pencil-15.svg');
}

/* error alerts */

.njsform .error input[type="text"],
.njsform .error textarea,
.njsform .error select,
.njsform .error input[type="text"]:focus,
.njsform .error textarea:focus,
.njsform .error select:focus {
  border-color: #d74f5a !important;
}

/* form message */
.njsform .message {
  color: #31708F;
}
.njsform .message.error {
  border-bottom: 1px dashed;
  padding: 10px 0px;
  color: #A94442;
}
/*social bar */
.njsform-socialbar {
  border-top: 1px solid;
}
.njsform-socialbar span {
  font-size: 15px;
  float: left;
  color: #fff;
  padding: 16px 0 0 20px;
  width: 115px;
}
.njsform-socialbar ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.njsform-socialbar li {
  list-style: none;
  float: left;
}

/* --------------- responsive styles --------------- */
/* smartphone Landscape */
@media screen and (max-width: 480px) {
  /*
  .njsform input[type="text"],
  .njsform textarea,
  .njsform select {
    width: 50%;
  }*/
  .njsform select {
    width: 55%;
  }
  .njsform .validation-check {
    margin-left: 4px;
  }
}
/* mobile view */
@media screen and (max-width: 450px) {
  .njsform input[type="submit"] {
    width: 100%;
  }

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/*
  .njsform form {
    padding: 20px 30px;
  }
  .njsform label {
    float: none;
    display: block;
    padding: 0 0 5px;
  }
  .njsform .errorMessage {
    left: 5px;
    top: 58px;
  }
  .njsform form div.messageWrap {
    margin-bottom: 10px;
  }
  .njsform form div.error.messageWrap .errorMessage {
    top: 120px;
  }
  .njsform .validation-check {
    top: 30px;
  }
  .njsform form div {
    min-height: 75px;
  }
  .njsform form div.error {
    min-height: 90px;
  }
  .njsform form div.messageWrap {
    min-height: 120px;
  }
  .njsform form div.error.messageWrap {
    min-height: 150px;
  }
  .njsform input[type="text"],
  .njsform textarea,
  .njsform select {
    width: 75%;
  }
  .njsform select {
    width: 80%;
  }
  .njsform .submitWrap {
    text-align: left;
    outline: none;
  }
  .njsform input[type="submit"] {
    width: 85%;
    margin-left: 0;
    outline: none !important;
  }

  .njsform input {
    outline: none;
  }
}
@media screen and (max-width: 400px) {
  .njsform select {
    width: 84%;
  }
  .njsform .validation-check {
    right: 0;
  }
  .njsform-socialbar span {
    display: none;
  }
  .njsform-socialbar ul {
    margin-left: 10px;
  }
  .njsform.njs-lightbox {
    width: 280px;
  }
}
*/