.border-radius-100 {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.solid-form {
  /* end form body */
}
.solid-form #solid-form-container {
  position: relative;
  margin: 80px auto 4em auto;
  background: white url(../img/texture.jpg);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 2px 6px 11px 1px rgba(62, 62, 62, 0.21);
     -moz-box-shadow: 2px 6px 11px 1px rgba(62, 62, 62, 0.21);
          box-shadow: 2px 6px 11px 1px rgba(62, 62, 62, 0.21);
}
.solid-form .social-networks {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 35px;
}
.solid-form .social-networks > li {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.75em;
}
.solid-form .social-networks > li:last-child {
  margin-right: 0;
}
.solid-form .social-networks > li a {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  letter-spacing: -2px;
  text-shadow: 1px 1px 1px #D4D4D4;
}
.solid-form .social-networks > li a:link,
.solid-form .social-networks > li a:visited {
  color: #9E9E9E;
}
.solid-form .social-networks > li a.fa.fa-facebook:hover {
  color: #3b5998;
}
.solid-form .social-networks > li a.fa.fa-twitter:hover {
  color: #1dcaff;
}
.solid-form .social-networks > li a.fa.fa-google-plus:hover {
  color: #D34836;
}
.solid-form .form-header {
  margin-top: 1.5em;
  padding: .25em 2em 2em 2em;
  position: relative;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  border-left: 1px dashed #d5d5d5;
  border-right: 1px dashed #d5d5d5;
  border-top: 1px dashed #d5d5d5;
}
.solid-form .form-header.form-header-bg {
  background: #EFEFEF;
}
.solid-form .form-header h1 {
  margin-top: 0.25em;
}
.solid-form .form-header h2 {
  color: white;
  margin-top: 22px;
  margin-bottom: 14px;
  padding: 4px 10px 6px 10px;
  background-color: #353535;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.solid-form .form-header span {
  display: block;
  font-size: 0.85em;
  font-style: italic;
  color: #171717;
}
.solid-form .form-header a {
  display: inline-block;
  font-weight: bold;
  color: wheat;
}
.solid-form .form-body {
  margin-bottom: 0.5em;
  padding: 1.25em 1em 1em 1em;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  border-left: 1px dashed #d5d5d5;
  border-right: 1px dashed #d5d5d5;
  border-bottom: 1px dashed #d5d5d5;
}
.solid-form .form-body input:focus,
.solid-form .form-body select:focus,
.solid-form .form-body textarea:focus {
  outline: none;
  border: 1px solid #808080;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.solid-form .form-body input:focus ~ i.fa,
.solid-form .form-body select:focus ~ i.fa,
.solid-form .form-body textarea:focus ~ i.fa {
  color: black;
  -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
.solid-form .form-body input:focus ~ i.fa.fa-background,
.solid-form .form-body select:focus ~ i.fa.fa-background,
.solid-form .form-body textarea:focus ~ i.fa.fa-background {
  border: 1px solid #808080;
}
.solid-form .form-body .form-group-alternate input:focus,
.solid-form .form-body .form-group-alternate select:focus,
.solid-form .form-body .form-group-alternate textarea:focus {
  border-bottom-color: #808080;
}
.solid-form .form-body .form-group-alternate input:focus ~ i.fa-background,
.solid-form .form-body .form-group-alternate select:focus ~ i.fa-background,
.solid-form .form-body .form-group-alternate textarea:focus ~ i.fa-background {
  border-bottom-color: #808080;
}
.solid-form .form-body .form-group-alternate .captcha-test {
  left: 0 !important;
  border-right: 0 !important;
}
.solid-form .form-body .form-group-alternate-rounded input,
.solid-form .form-body .form-group-alternate-rounded select {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
.solid-form .form-body .form-group-alternate-rounded i.fa {
  -webkit-border-top-left-radius: 20px;
     -moz-border-radius-topleft: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
     -moz-border-radius-bottomleft: 20px;
          border-bottom-left-radius: 20px;
}
.solid-form .form-body .form-group-alternate-rounded.form-group-textarea i.fa {
  -webkit-border-top-left-radius: 4px !important;
     -moz-border-radius-topleft: 4px !important;
          border-top-left-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
     -moz-border-radius-bottomleft: 4px !important;
          border-bottom-left-radius: 4px !important;
}
.solid-form .form-body p {
  margin-top: 0;
  margin-bottom: 0;
  color: #888;
  font-size: 0.85em;
}
.solid-form .form-body fieldset {
  border: 1px solid #d5d5d5;
  margin: 0 0 1em 0;
  padding: 1em 0.5em 0.25em 0.5em;
}
.solid-form .form-body fieldset legend {
  margin-left: -9px;
  margin-right: 3px;
  padding: 5px 10px;
  background: #111111;
  color: white;
  font-size: 0.9em;
}
.solid-form .form-body fieldset.fieldset-simple {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 1em 0 0 0;
  border-top: 1px solid #d5d5d5;
}
.solid-form .form-body fieldset.fieldset-simple legend {
  margin-left: 0;
  background: #111111;
  color: white;
  font-size: 0.9em;
}
.solid-form .form-body .info-block {
  font-family: "Roboto";
  font-size: 0.65em;
  color: #6d6666;
  float: right;
  padding-right: 3px;
}
.solid-form .form-group {
  position: relative;
  margin-bottom: 5px;
  /* icon in forms */
  /* end .fa */
  /* FORM GROUP SPECIFY */
  /* RADIO BUTTONS */
  /* CHECK BOX */
  /* SELECT/COMBOBOX */
  /* RATING */
  /* TOGGLE SWITCH */
  /* TEXTAREA */
  /* CAPTCHA */
}
.solid-form .form-group .fa {
  margin-right: 8px;
  margin-left: 4px;
}
.solid-form .form-group .fa.fa-absolute {
  position: absolute;
  left: 13px;
  bottom: 10px;
  z-index: 1;
  color: #bbb;
}
.solid-form .form-group .fa.fa-background {
  width: 40px;
  height: 100%;
  line-height: 38px;
  text-align: center;
  left: -4px;
  bottom: 0;
  color: #fff;
  background: #cccccc;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  border: 1px solid #c1bfbf;
}
.solid-form .form-group label {
  display: block;
  
  padding-left: 3px;
  padding-bottom: 3px;
  font-size: 0.75em;
  color: #4c4c4c;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.solid-form .form-group.form-group-specify {
  display: none;
}
.solid-form .form-group.form-group-radio label {
  display: inline-block;
  color: #6d6666;
  font-weight: normal;
  padding-left: 35px;
  margin-right: 15px;
}
.solid-form .form-group.form-group-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  height: 21px;
  width: 21px;
  z-index: 5;
  cursor: pointer;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span {
  position: absolute;
  top: 1px;
  height: 21px;
  width: 21px;
  border: 1px solid #c1bfbf;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: -1px;
  left: -1px;
  background: #03a9f4;
  line-height: 18px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.solid {
  width: 12px !important;
  height: 12px !important;
  background: #919191;
  margin-top: 4px;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.solid ~ svg {
  width: 30px !important;
  height: 30px !important;
  position: absolute !important;
  top: -5px !important;
  left: -10px !important;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.solid ~ svg path {
  stroke-width: 1px;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span ~ svg {
  opacity: 0;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span ~ svg path {
  stroke-width: 7px;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-2:after {
  width: 15px;
  height: 15px;
  top: 2px;
  left: 2px;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-3:after {
  width: 13px;
  height: 13px;
  background: none;
  border: 4px solid #03a9f4;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-fa-1:after {
  content: attr(data-on) !important;
  text-align: center;
  color: white;
  width: 21px;
  height: 21px;
  line-height: 22px;
  font-size: 14px;
  font-family: 'FontAwesome';
  background: #03a9f4;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-fa-2:after {
  content: attr(data-on) !important;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 2px;
  text-align: center;
  color: #fff;
  line-height: 15px;
  font-size: 10px;
  font-family: 'FontAwesome';
  background: #03a9f4;
  letter-spacing: -1px;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-fa-3:after {
  content: attr(data-on) !important;
  width: 15px;
  height: 15px;
  background: 0 0;
  color: #03a9f4;
  line-height: 15px;
  font-size: 9px;
  font-family: 'FontAwesome';
  border: 3px solid #03a9f4;
  text-align: center;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-1:after,
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-2:after {
  background: 0 0;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-1 ~ svg,
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-2 ~ svg {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 19px;
  height: 19px;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-1 ~ svg path,
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-2 ~ svg path {
  stroke: #03a9f4;
  stroke-dashoffset: 800;
  stroke-dasharray: 800;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-1 ~ svg.svg-extend,
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-2 ~ svg.svg-extend {
  top: -2px;
  left: 5px;
  width: 21px;
  height: 21px;
}
.solid-form .form-group.form-group-radio input[type="radio"] + span.radio-svg-1.solid ~ svg path {
  stroke-width: 3px !important;
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span ~ svg {
  opacity: 1;
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span ~ label {
  color: #03a9f4;
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span.radio-svg-1 ~ svg path,
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span.radio-svg-2 ~ svg path {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s ease, stroke-width 1s ease-in-out;
     -moz-transition: stroke-dashoffset 5s ease, stroke-width 1s ease-in-out;
       -o-transition: stroke-dashoffset 5s ease, stroke-width 1s ease-in-out;
          transition: stroke-dashoffset 5s ease, stroke-width 1s ease-in-out;
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span.radio-svg-2 ~ svg {
  /* check svg */
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span.radio-svg-2 ~ svg path {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s ease;
     -moz-transition: stroke-dashoffset 5s ease;
       -o-transition: stroke-dashoffset 5s ease;
          transition: stroke-dashoffset 5s ease;
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span.radio-svg-2 ~ svg path.x-right {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span.radio-svg-2 ~ svg path.check-start {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s ease;
     -moz-transition: stroke-dashoffset 5s ease;
       -o-transition: stroke-dashoffset 5s ease;
          transition: stroke-dashoffset 5s ease;
}
.solid-form .form-group.form-group-radio input[type="radio"]:checked + span.radio-svg-2 ~ svg path.check-end {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s ease;
     -moz-transition: stroke-dashoffset 5s ease;
       -o-transition: stroke-dashoffset 5s ease;
          transition: stroke-dashoffset 5s ease;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.solid-form .form-group.form-group-checkbox label {
  display: inline-block;
  color: #6d6666;
  font-weight: normal;
  padding-left: 35px;
  line-height: 25px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  height: 21px;
  width: 21px;
  z-index: 5;
  cursor: pointer;
  left: 0;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span {
  position: absolute;
  left: 0;
  height: 21px;
  width: 21px;
  border: solid 1px #c1bfbf;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: -1px;
  left: -1px;
  background: #03a9f4;
  line-height: 18px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.solid {
  width: 10px!important;
  height: 10px!important;
  background: #919191;
  margin-top: 7px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.solid ~ svg {
  width: 30px!important;
  height: 30px!important;
  position: absolute!important;
  top: -4px !important;
  left: -10px !important;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.solid ~ svg path {
  stroke-width: 3px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span ~ svg {
  opacity: 0;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span ~ svg path {
  stroke-width: 7px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-2:after {
  width: 15px;
  height: 15px;
  top: 2px;
  left: 2px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-3:after {
  width: 13px;
  height: 13px;
  background: none;
  border: 4px solid #03a9f4;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-fa-1:after {
  content: attr(data-on);
  text-align: center;
  color: white;
  width: 21px;
  height: 21px;
  line-height: 22px;
  font-size: 12px;
  font-family: 'FontAwesome';
  background: #03a9f4;
  letter-spacing: -1px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-fa-2:after {
  content: attr(data-on);
  width: 15px;
  height: 15px;
  top: 2px;
  left: 2px;
  text-align: center;
  color: #fff;
  line-height: 15px;
  font-size: 11px;
  font-family: 'FontAwesome';
  background: #03a9f4;
  letter-spacing: -1px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-fa-3:after {
  content: attr(data-on);
  width: 15px;
  height: 15px;
  background: 0 0;
  color: #03a9f4;
  line-height: 15px;
  font-size: 9px;
  font-family: 'FontAwesome';
  border: 3px solid #03a9f4;
  text-align: center;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-1:after,
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-2:after {
  background: 0 0;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-1 ~ svg,
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-2 ~ svg {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 19px;
  height: 19px;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-1 ~ svg path,
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-2 ~ svg path {
  stroke: #03a9f4;
  stroke-dashoffset: 800;
  stroke-dasharray: 800;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"] + span.check-svg-2.solid ~ svg path {
  stroke-width: 3px !important;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span ~ svg {
  opacity: 1;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span ~ label {
  color: #03a9f4;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span.check-svg-1 ~ svg path {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s ease, stroke-width 1s ease-in-out;
     -moz-transition: stroke-dashoffset 5s ease, stroke-width 1s ease-in-out;
       -o-transition: stroke-dashoffset 5s ease, stroke-width 1s ease-in-out;
          transition: stroke-dashoffset 5s ease, stroke-width 1s ease-in-out;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span.check-svg-2 ~ svg {
  /* check svg */
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span.check-svg-2 ~ svg path {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 3s ease;
     -moz-transition: stroke-dashoffset 3s ease;
       -o-transition: stroke-dashoffset 3s ease;
          transition: stroke-dashoffset 3s ease;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span.check-svg-2 ~ svg path.x-right {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span.check-svg-2 ~ svg path.check-start {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s ease;
     -moz-transition: stroke-dashoffset 5s ease;
       -o-transition: stroke-dashoffset 5s ease;
          transition: stroke-dashoffset 5s ease;
}
.solid-form .form-group.form-group-checkbox input[type="checkbox"]:checked + span.check-svg-2 ~ svg path.check-end {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s ease;
     -moz-transition: stroke-dashoffset 5s ease;
       -o-transition: stroke-dashoffset 5s ease;
          transition: stroke-dashoffset 5s ease;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.solid-form .form-group.form-group-select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.solid-form .form-group.form-group-select select option[disabled] {
  color: #919191 !important;
}
.solid-form .form-group.form-group-select select[multiple] {
  min-height: 250px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.solid-form .form-group.form-group-select select[multiple] option {
  padding: 3px 5px 3px 5px;
  margin-right: 3px;
}
.solid-form .form-group.form-group-select:after {
  content: attr(data-icon);
  position: absolute;
  right: 20px;
  bottom: 24px;
  text-align: center;
  color: gray;
  width: 1px;
  height: 1px;
  font-size: 10px;
  font-family: 'FontAwesome';
}
.solid-form .form-group.form-group-upload input[type="file"] {
  opacity: 0;
  position: absolute;
  top: -3px;
}
.solid-form .form-group.form-group-rating .rating-icon label {
  display: inline-block;
  padding: 0;
  float: right;
  cursor: pointer;
  font-size: 1.4em;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.solid-form .form-group.form-group-rating .rating-icon label .fa {
  margin-right: 0;
  margin-left: 12px;
}
.solid-form .form-group.form-group-rating .rating-icon label:last-child .fa {
  margin-left: 0 !important;
}
.solid-form .form-group.form-group-rating .rating-icon input[type="radio"] {
  display: none;
}
.solid-form .form-group.form-group-rating .rating-icon input[type="radio"]:checked ~ label {
  color: #03a9f4;
}
.solid-form .form-group.form-group-rating .rating-icon input[type="radio"] + label:hover {
  color: #03a9f4;
}
.solid-form .form-group.form-group-rating .rating-icon input[type="radio"] + label:hover ~ label {
  color: #03a9f4;
}
.solid-form .form-group.form-group-rating .rating-description-icon {
  line-height: 19px;
}
.solid-form .form-group.form-group-rating .rating-block.rating-block-circular label {
  width: 23px;
  height: 23px;
  padding-left: 3px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.solid-form .form-group.form-group-rating .rating-block label {
  display: inline-block;
  padding: 3px;
  min-width: 20px;
  text-align: center;
  margin-left: 5px;
  background: #4C4C51;
  color: #fff;
  float: right;
  cursor: pointer;
  font-size: 1.4em;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.solid-form .form-group.form-group-rating .rating-block label:last-child .fa {
  margin-left: 0 !important;
}
.solid-form .form-group.form-group-rating .rating-block input[type="radio"] {
  display: none;
}
.solid-form .form-group.form-group-rating .rating-block input[type="radio"]:checked ~ label {
  color: white;
  background: #03a9f4;
}
.solid-form .form-group.form-group-rating .rating-block input[type="radio"] + label:hover {
  color: white;
}
.solid-form .form-group.form-group-rating .rating-block input[type="radio"] + label:hover ~ label {
  color: white;
}
.solid-form .form-group.form-group-rating .rating-description-block {
  line-height: 24px;
}
.solid-form .form-group.form-group-switch {
  /* switch */
}
.solid-form .form-group.form-group-switch .switch-container,
.solid-form .form-group.form-group-switch .switch-description {
  display: inline-block;
  float: left;
}
.solid-form .form-group.form-group-switch .switch-container.switch-container-no-handle .switch-label:before {
  content: attr(data-off);
  right: 21px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.solid-form .form-group.form-group-switch .switch-container.switch-container-no-handle .switch-label:after {
  content: attr(data-on);
  left: 21px;
  color: #FFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.solid-form .form-group.form-group-switch .switch-container.switch-container-no-handle .switch-handle {
  display: none;
}
.solid-form .form-group.form-group-switch .switch-container.switch-container-no-handle.switch-container-flip span {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.solid-form .form-group.form-group-switch .switch-container.switch-container-no-handle.switch-container-flip input:checked + span {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.solid-form .form-group.form-group-switch .switch-container.switch-container-no-handle.switch-container-flip input:checked + span:after {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.solid-form .form-group.form-group-switch .switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 64px;
  height: 22px;
  margin: 0 15px 0px 0;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  -webkit-box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.solid-form .form-group.form-group-switch .switch .switch-input:checked ~ .switch-handle {
  left: 43px;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.solid-form .form-group.form-group-switch .switch.switch-short {
  width: 56px;
}
.solid-form .form-group.form-group-switch .switch.switch-short .switch-input:checked ~ .switch-handle {
  left: 35px;
}
.solid-form .form-group.form-group-switch .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.solid-form .form-group.form-group-switch .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  -webkit-border-radius: inherit;
     -moz-border-radius: inherit;
          border-radius: inherit;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.solid-form .form-group.form-group-switch .switch-label:before,
.solid-form .form-group.form-group-switch .switch-label:after {
  position: absolute;
  top: 7px;
  line-height: 1;
  -webkit-transition: inherit;
     -moz-transition: inherit;
       -o-transition: inherit;
          transition: inherit;
  font-size: 0.9em;
}
.solid-form .form-group.form-group-switch .switch-label:before {
  content: attr(data-off);
  right: 5px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.solid-form .form-group.form-group-switch .switch-label:after {
  content: attr(data-on);
  left: 7px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.solid-form .form-group.form-group-switch .switch-label.switch-label-fa:before,
.solid-form .form-group.form-group-switch .switch-label.switch-label-fa:after {
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  top: 5px;
}
.solid-form .form-group.form-group-switch .switch-input:checked ~ .switch-label {
  background: #03a9f4;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.solid-form .form-group.form-group-switch .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.solid-form .form-group.form-group-switch .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.solid-form .form-group.form-group-switch .switch-handle {
  position: absolute;
  top: 1px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: white;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.solid-form .form-group.form-group-switch .switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
  background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background: -o-linear-gradient(top, #eeeeee, #ffffff);
  background: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
     -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.solid-form .form-group.form-group-switch .switch-label,
.solid-form .form-group.form-group-switch .switch-handle {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.solid-form .form-group.form-group-switch .switch-description label {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 22px;
}
.solid-form .form-group.form-group-textarea textarea {
  display: block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 0.85em;
  resize: none;
}
.solid-form .form-group.form-group-textarea textarea.textarea-padding {
  padding: 0.75em 0.5em 0.75em 16px !important;
}
.solid-form .form-group.form-group-textarea .fa.fa-absolute {
  top: 12px !important;
}
.solid-form .form-group.form-group-textarea .fa.fa-absolute.fa-background {
  top: 0 !important;
}
.solid-form .form-group.form-group-captcha input[type="text"] {
  padding-left: 90px;
}
.solid-form .form-group.form-group-captcha .captcha-test {
  position: absolute;
  padding-right: 0;
  margin: 0;
  bottom: 1px;
  left: 1px;
  background: #e6e6e6;
  border-right: 1px solid #c1bfbf;
  width: 76px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
  color: black;
}
.solid-form .form-group.form-group-alternate .form-element {
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-bottom: 1px solid #c1bfbf;
}
.solid-form .form-group.form-group-alternate i.fa-background {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.solid-form .form-group .form-element {
  width: 100%;
  padding: 10px 9px 10px 16px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #c1bfbf;
  font-size: 0.8em;
}
.solid-form .form-group .form-element.form-element-icon {
  padding: 10px 9px 10px 50px;
}
.solid-form p.or {
  position: relative;
  display: block;
  padding: 0 5px;
}
.solid-form p.or span {
  position: relative;
  padding: 0 7px;
  z-index: 1;
  background: #F9F9F7;
}
.solid-form p.or:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #c1bfbf;
  position: absolute;
  top: 9px;
  left: 0;
}
.solid-form ::-webkit-scrollbar {
  width: 10px;
}
.solid-form ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px gray;
          box-shadow: inset 0 0 1px gray;
}
.solid-form ::-webkit-scrollbar-thumb {
  background: #a8a5a5;
}
