/*for use with form_display class*/


.nifty_wrapper.display_only{
  margin-bottom: 1.6em;
}
.nifty_wrapper.display_only .input.nifty{
  border: none;
  background: transparent;
  color: #00263e;
  padding: 0.5em 0 0;
}
.nifty_wrapper.display_only .textarea.nifty{
  border: none;
  background: transparent;
  color: #00263e;
  padding: 0.5em 0 0;
}

.nifty_wrapper.display_only .input_label{
  transform: scale(0.7) translate(-0.4em, -1.2em);
  color: #798d98;
  left: 0;
  transition: transform 0.4s, color 0.4s;
  background: transparent;
}

.nifty_wrapper.display_only .helper_text{
  padding: 0.3em 0;
  font-size: 0.7em;
  line-height: 1.2em;
  color: #8e8e8e;
}

.cbx_group_display_only .group_title{
  font-size: 0.7em;
  color: #00263e;
}

.nifty_wrapper.cbx_display_only label{
  cursor: default;
}

input.checkbox_display_only:checked + .cbx_wrap .check:before{
  -webkit-animation: none;
  animation: none;
}
input.checkbox_display_only + .cbx_wrap:before {
  -webkit-animation: none;
          animation: none;
}
