

/* Form */


/* Dataform */


.dataform .dataform-item{
  margin-bottom: 1.7rem
}


.dataform h2{
  margin-bottom: 0.8rem
}


.dataform .desc{
  display: inline-block;
  margin-bottom: 2.1rem;
  width: 80%;
}


.dataform label{
  color: #000000 !important;
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-transform: none;
  font-size: 1rem;
  letter-spacing: 1.2px;
  margin-bottom: 0.3rem;
}


.dataform label span{
  color: #000000 !important;
  font-size: 0.9rem;
  font-weight: normal !important;
  margin-right: 0.3rem;
  float: right;
  font-size: 0.7rem;
}


.dataform .required input, .dataform .required textarea, .required input[type="checkbox"] + label:before, .dataform .required select{
  background-color: #ffffff;
  border: 1px solid #ff0000 !important;
}

.dataform .errors{

  color: #ff0000;

}


.checkbox{
  display: inline-block !important;
  font-size: 18px;
  position: relative;
  padding-left: 50px;
  padding-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.checkbox input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: auto !important;
}


.checkbox .checkmark{
  position: absolute;
  top: 1px;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #eee;
  border: 1px solid #dddddd;
}


.checkbox:hover{
  color: #222222;
}


/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark{
  background-color: #eee;
  border: 1px solid #222222;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark{
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:after{
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after{
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after{
  left: 14px;
  top: 6px;
  width: 7px;
  height: 18px;
  border: solid #2200FF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.dataform label span.label_name{
  font-weight: 400;
  display: block;
  padding: 0 0 10px;
}


::-webkit-input-placeholder{color: #aaaaaa;}

:-moz-placeholder{color: #aaaaaa; opacity: 1;}

::-moz-placeholder{ color: #aaaaaa; opacity: 1;}

:-ms-input-placeholder{ color: #aaaaaa;}


.dataform textarea:focus::-webkit-input-placeholder{ color: #07172E;}

.dataform textarea:focus:-moz-placeholder{ color: #07172E; opacity: 1;}

.dataform textarea:focus::-moz-placeholder{ color: #07172E; opacity: 1;}

.dataform textarea:focus:-ms-input-placeholder{ color: #07172E;}

.dataform input:focus::-webkit-input-placeholder{ color: #07172E;}

.dataform input:focus:-moz-placeholder{ color: #07172E; opacity: 1;}

.dataform input:focus::-moz-placeholder{ color: #07172E; opacity: 1;}

.dataform input:focus:-ms-input-placeholder{ color: #07172E;}

.dataform input, .dataform textarea, .dataform select{
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  max-width: 100%;
  width: 100%;
}


.dataform input[type="text"]:focus, input[type="email"]:focus, .dataform textarea:focus{
  border: 1px solid #000000;
  outline: 0 none;
}

.dataform input, .dataform textarea, .dataform select{
  display: block;
  background-color: #ffffff !important;
  font-family: 'Poppins';
  font-size: 100%;
  font-weight: 400;
  padding: 1.3rem;
  /*    height: 3.5em;*/
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in; /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-in; /* FF4+ */
  -ms-transition: all 0.3s ease-in; /* IE10? */
  -o-transition: all 0.3s ease-in; /* Opera 10.5+ */
  transition: all 0.3s ease-in;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dataform input:hover, .dataform textarea:hover{
  border: 1px solid #07172E;
  transition: all 0.3s linear 0s;
}


.dataform select{
  background-color: transparent;
}

.dataform select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #000;
}


.dataform textarea{
  overflow: auto;
  resize: none;
  min-height: 10em;

}

.dataform .submit{
  /*    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);*/
  background-color: #07172E;;
  border: medium none !important;
  color: #ffffff !important;
  display: block;
  margin: 0 auto;
  padding: 4px 0 3px 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 360px;
  height: 3.5em;
}

.dataform .submit:hover{
  /*    box-shadow: 0 0 0 rgba(0, 0, 0, 0);*/
  background-color: #0D2B53;
}

.dataform label span{

}


.dataform .errors{
  color: #ff0000;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0.3rem 0 0 0;
  font-size: 1rem;
  font-weight: bold;
}


.select-wrapper{
  background-color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.select-wrapper:before{
  color: #000000;
  content: '\f078';
  display: block;
  height: 4.5rem;
  line-height: 4.5rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3em;
}

.select-wrapper select::-ms-expand{
  display: none;
}


.dataform .disclaimer{
  font-size: 1rem;
}


.dataform .disclaimer a{
  text-decoration: underline;
}
