/*! Forms Plus: JS.1.5.1 - 2018-01-05 */
.modern-p-form .p-collapse {
  display: none;
}
.modern-p-form .p-block-description,
.modern-p-form .p-block-title {
  display: block;
  margin: 5px 0;
}
.modern-p-form .p-block-description {
  color: #666;
}
.modern-p-form .p-block-title {
  font-size: 18px;
}
.modern-p-form .p-block-title + .p-block-description {
  margin-top: 10px;
}
.modern-p-form .ao-col-1 {
  width: 8.333333333333332%;
}
.modern-p-form .ao-col-2 {
  width: 16.666666666666664%;
}
.modern-p-form .ao-col-3 {
  width: 25%;
}
.modern-p-form .ao-col-4 {
  width: 33.33333333333333%;
}
.modern-p-form .ao-col-5 {
  width: 41.66666666666667%;
}
.modern-p-form .ao-col-6 {
  width: 50%;
}
.modern-p-form .ao-col-7 {
  width: 58.333333333333336%;
}
.modern-p-form .ao-col-8 {
  width: 66.66666666666666%;
}
.modern-p-form .ao-col-9 {
  width: 75%;
}
.modern-p-form .ao-col-10 {
  width: 83.33333333333334%;
}
.modern-p-form .ao-col-11 {
  width: 91.66666666666666%;
}
.modern-p-form .ao-col-12 {
  width: 100%;
}
.modern-p-form .panel,
.modern-p-form .alert {
  border-radius: 0;
}
.modern-p-form .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modern-p-form .panel-heading ~ .panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modern-p-form .panel-body {
  border-radius: 0;
}
.modern-p-form .p-md-row {
  margin: 0 -10px;
}
.modern-p-form .p-md-row > .p-col {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.modern-p-form .p-sm-row {
  margin: 0 -5px;
}
.modern-p-form .p-sm-row > .p-col {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.modern-p-form .p-xs-row {
  margin: 0 0;
}
.modern-p-form .p-xs-row > .p-col {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.modern-p-form .panel-fp {
  border-color: #e0e0e0;
}
.modern-p-form .panel-fp > .panel-heading {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
.modern-p-form .panel-fp > .panel-body {
  background-color: #fff;
}
.modern-p-form .progress-bar-fp {
  background-color: #333;
}
.modern-p-form .p-buttons {
  padding: 15px 0 0;
}
.modern-p-form .p-buttons .btn {
  min-width: 90px;
  margin-top: 5px;
}
.modern-p-form .btn {
  padding: 0 18px;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  font-size: 18px;
  line-height: 44px;
  border: 0 none;
  outline: 0 none;
}
.modern-p-form .btn,
.modern-p-form .p-check-block:after,
.modern-p-form .p-check-point:after,
.modern-p-form .p-radio-color .p-color-block,
.modern-p-form .p-field-cb,
.modern-p-form .form-control,
.modern-p-form .input-group-btn .btn,
.modern-p-form .input-group-addon .p-addon-bg,
.modern-p-form .input-group-icon,
.modern-p-form .p-select-arrow,
.modern-p-form .ui-autocomplete .ui-state-focus,
.modern-p-form .ui-autocomplete .ui-state-active,
.modern-p-form .sp-input,
.modern-p-form .sp-choose,
.modern-p-form .sp-cancel,
.modern-p-form .sp-palette-toggle,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-choose,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-cancel,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette-toggle,
.modern-p-form .p-on-field-hover,
.modern-p-form .p-js-link,
.modern-p-form .input-group .realperson-challenge .realperson-text,
.modern-p-form .input-group .realperson-challenge .realperson-regen,
.modern-p-form .input-group .sp-replacer,
.modern-p-form .input-group .p-slider-field,
.modern-p-form .ui-slider-handle:after,
.modern-p-form .ui-slider-handle .p-sl-icon,
.modern-p-form .p-popup .p-form,
.modern-p-form .p-rating .p-field-cancel,
.modern-p-form .nav-tabs > li > label {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.modern-p-form .btn.p-active-btn,
.modern-p-form .btn:hover,
.modern-p-form .btn:focus {
  background-color: #474747;
}
.modern-p-form .btn + .btn {
  margin-left: 6px;
}
.modern-p-form .btn-lg {
  font-size: 22px;
  line-height: 52px;
}
.modern-p-form .btn-sm {
  font-size: 16px;
  line-height: 30px;
  padding: 0 12px 2px;
}
.modern-p-form .btn-xs {
  font-size: 13px;
  line-height: 14px;
  padding: 0 8px 2px;
}
.modern-p-form .p-social-btn {
  padding: 0;
  width: 44px;
  font-size: 24px;
}
.modern-p-form .btn-group .btn + .btn {
  margin-left: 1px;
}
.modern-p-form .p-show-block,
.modern-p-form .p-check-next,
.modern-p-form .p-show-block-content {
  display: none;
}
.modern-p-form .p-form-sg,
.modern-p-form .p-form-cg {
  zoom: 1;
}
.modern-p-form .p-form-sg:before,
.modern-p-form .p-form-cg:before,
.modern-p-form .p-form-sg:after,
.modern-p-form .p-form-cg:after {
  content: "";
  display: table;
}
.modern-p-form .p-form-sg:after,
.modern-p-form .p-form-cg:after {
  clear: both;
}
.modern-p-form .p-switch,
.modern-p-form .p-radioswitch {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modern-p-form .radio,
.modern-p-form .checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modern-p-form .radio label,
.modern-p-form .checkbox label,
.modern-p-form .p-switch label,
.modern-p-form .p-radioswitch label {
  padding-left: 0;
  margin: 0;
  cursor: pointer;
  color: #666;
}
.modern-p-form .radio label a,
.modern-p-form .checkbox label a,
.modern-p-form .p-switch label a,
.modern-p-form .p-radioswitch label a {
  color: #333;
  text-decoration: underline;
}
.modern-p-form .radio label a:hover,
.modern-p-form .checkbox label a:hover,
.modern-p-form .p-switch label a:hover,
.modern-p-form .p-radioswitch label a:hover {
  text-decoration: none;
}
.modern-p-form .p-switch label,
.modern-p-form .p-radioswitch label {
  line-height: 24px;
}
.modern-p-form .radio label,
.modern-p-form .checkbox label {
  line-height: 24px;
}
.modern-p-form .p-check-active-icon,
.modern-p-form .p-check-icon {
  width: 24px;
  height: 24px;
}
.modern-p-form .p-check-active-icon,
.modern-p-form .p-check-icon,
.modern-p-form .p-check-point,
.modern-p-form .p-switch-icon {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.modern-p-form .p-check-active-icon {
  display: none;
  color: #333;
}
.modern-p-form .p-check-block {
  border: 2px solid #666;
  background-color: #fff;
}
.modern-p-form .p-check-block,
.modern-p-form .p-file-wrap [type="file"],
.modern-p-form .p-preview-bg,
.modern-p-form .p-no-preview,
.modern-p-form .p-preview,
.modern-p-form .p-preview *,
.modern-p-form .p-image-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modern-p-form .p-check-point {
  width: 17px;
  height: 17px;
}
.modern-p-form .p-check-block:after,
.modern-p-form .p-check-point:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #333;
  border: 0 none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modern-p-form .p-check-middle {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.modern-p-form .p-check-icon .p-check-middle {
  color: #666;
}
.modern-p-form .p-check-big-icons .p-radioswitch + .p-radioswitch,
.modern-p-form .p-check-big-icons .p-switch + .p-switch,
.modern-p-form .p-check-big-icons .radio + .radio,
.modern-p-form .p-check-big-icons .checkbox + .checkbox {
  margin-top: 10px;
}
.modern-p-form .p-check-big-icons .p-check-icon,
.modern-p-form .p-check-big-icons .p-check-active-icon {
  margin-right: 15px;
  margin-left: 10px;
}
.modern-p-form .p-check-big-icons .p-check-middle {
  left: -10px;
  right: -10px;
  top: -10px;
  font-size: 32px;
  line-height: 44px;
}
.modern-p-form .p-switch-icon {
  width: 48px;
  height: 24px;
  border: 2px solid #666;
  background-color: #fff;
}
.modern-p-form .p-switch-icon:before {
  content: attr(data-unchecked);
  font-size: 13px;
  line-height: 20px;
  color: #666;
  text-align: center;
  width: 23px;
  height: 20px;
  position: absolute;
  left: 21px;
  top: 0;
}
.modern-p-form .p-switch-icon:before,
.modern-p-form .p-switch-icon:after {
  -webkit-transition: left 0.2s linear 0s;
  -moz-transition: left 0.2s linear 0s;
  -o-transition: left 0.2s linear 0s;
  -ms-transition: left 0.2s linear 0s;
  transition: left 0.2s linear 0s;
}
.modern-p-form .p-switch-icon:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #333;
  border: 0 none;
}
.modern-p-form [type="radio"] ~ .p-check-icon .p-check-block,
.modern-p-form [type="radio"].p-check-next ~ .p-check-container .p-check-block,
.modern-p-form [type="radio"] ~ .p-check-point,
.modern-p-form [type="radio"].p-check-next ~ .p-check-container .p-check-point,
.modern-p-form [type="radio"] ~ .p-check-icon .p-check-block:after,
.modern-p-form [type="radio"].p-check-next ~ .p-check-container .p-check-block:after,
.modern-p-form [type="radio"] ~ .p-check-point:after,
.modern-p-form [type="radio"].p-check-next ~ .p-check-container .p-check-point:after {
  border-radius: 50%;
}
.modern-p-form [type="radio"] ~ .p-switch-icon,
.modern-p-form [type="radio"].p-check-next ~ .p-check-container .p-switch-icon,
.modern-p-form [type="radio"] ~ .p-switch-icon:after,
.modern-p-form [type="radio"].p-check-next ~ .p-check-container .p-switch-icon:after {
  border-radius: 12px;
}
.modern-p-form .p-check-bordered {
  padding: 9px;
  border: 1px solid #d9d9d9;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-check-active-icon,
.modern-p-form :checked ~ .p-check-active-icon {
  display: inline-block;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-check-active-icon + .p-check-icon,
.modern-p-form :checked ~ .p-check-active-icon + .p-check-icon {
  display: none;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-check-icon .p-check-middle,
.modern-p-form :checked ~ .p-check-icon .p-check-middle {
  color: #333;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-check-icon .p-check-block,
.modern-p-form :checked ~ .p-check-icon .p-check-block {
  border-color: #333;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-check-icon .p-check-block:after,
.modern-p-form :checked ~ .p-check-icon .p-check-block:after,
.modern-p-form .p-check-next:checked ~ .p-check-container .p-check-point:after,
.modern-p-form :checked ~ .p-check-point:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-switch-icon,
.modern-p-form :checked ~ .p-switch-icon {
  border-color: #333;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-switch-icon:before,
.modern-p-form :checked ~ .p-switch-icon:before {
  content: attr(data-checked);
  color: #333;
  left: 2px;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-switch-icon:after,
.modern-p-form :checked ~ .p-switch-icon:after {
  left: 27px;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-check-highlight,
.modern-p-form :checked ~ .p-check-highlight {
  background-color: #e6e6e6;
}
.modern-p-form .p-check-next:checked ~ .p-check-container .p-check-bordered,
.modern-p-form :checked ~ .p-check-bordered {
  border-color: #666;
}
.modern-p-form label:hover .p-check-active-icon,
.modern-p-form .p-check-next ~ .p-check-container:hover .p-check-active-icon,
.modern-p-form label:hover .p-check-icon .p-check-middle,
.modern-p-form .p-check-next ~ .p-check-container:hover .p-check-icon .p-check-middle {
  color: #525252;
}
.modern-p-form label:hover .p-check-icon .p-check-block,
.modern-p-form .p-check-next ~ .p-check-container:hover .p-check-icon .p-check-block {
  border-color: #525252;
}
.modern-p-form label:hover .p-switch-icon,
.modern-p-form .p-check-next ~ .p-check-container:hover .p-switch-icon {
  border-color: #525252;
}
.modern-p-form label:hover .p-check-highlight,
.modern-p-form .p-check-next ~ .p-check-container:hover .p-check-highlight {
  background-color: #f0f0f0;
}
.modern-p-form label:hover .p-check-bordered,
.modern-p-form .p-check-next ~ .p-check-container:hover .p-check-bordered {
  border-color: #333;
}
.modern-p-form .checkbox [type="checkbox"],
.modern-p-form .radio [type="radio"],
.modern-p-form .p-switch [type="checkbox"],
.modern-p-form .p-radioswitch [type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  margin: 0;
  width: 24px;
  height: 24px;
}
.modern-p-form .p-switch label,
.modern-p-form .p-radioswitch label {
  margin: 0;
  cursor: pointer;
}
.modern-p-form .p-radioswitch + .p-radioswitch,
.modern-p-form .p-switch + .p-switch,
.modern-p-form .radio + .radio,
.modern-p-form .checkbox + .checkbox {
  margin-top: -2px;
}
.modern-p-form .pt-form-inline .p-radioswitch,
.modern-p-form .pt-form-inline .p-switch,
.modern-p-form .pt-form-inline .radio,
.modern-p-form .pt-form-inline .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.modern-p-form .pt-form-inline .p-radioswitch,
.modern-p-form .pt-form-inline .p-switch {
  padding: 10px 0;
}
.modern-p-form .pt-form-inline .radio,
.modern-p-form .pt-form-inline .checkbox {
  padding: 10px 0;
}
.modern-p-form .pt-form-inline .p-radioswitch,
.modern-p-form .pt-form-inline .p-switch,
.modern-p-form .pt-form-inline .radio,
.modern-p-form .pt-form-inline .checkbox {
  margin-right: 20px;
}
.modern-p-form .pt-form-inline .p-radioswitch:last-child,
.modern-p-form .pt-form-inline .p-switch:last-child,
.modern-p-form .pt-form-inline .radio:last-child,
.modern-p-form .pt-form-inline .checkbox:last-child {
  margin-right: 0;
}
.modern-p-form .p-picture-pick .p-preview-name {
  background-color: rgba(0,0,0,0.7);
}
.modern-p-form .p-picture-pick .p-preview-name {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.modern-p-form .p-picture-pick [type="radio"],
.modern-p-form .p-picture-pick [type="checkbox"] {
  display: none;
}
.modern-p-form .p-picture-pick .p-check-icon,
.modern-p-form .p-picture-pick .p-check-point,
.modern-p-form .p-picture-pick .p-switch-icon {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 100;
}
.modern-p-form .p-picture-pick :checked ~ .p-preview-name {
  background-color: rgba(31,31,31,0.7);
}
.modern-p-form .p-picture-pick:hover .p-preview-name {
  background-color: rgba(51,51,51,0.7);
}
.modern-p-form .p-check-container,
.modern-p-form label .row {
  display: block;
}
.modern-p-form .p-block-pick label,
.modern-p-form .p-panel-pick label {
  width: 100%;
  cursor: pointer;
}
.modern-p-form .p-block-pick .p-block-title,
.modern-p-form .p-block-pick .p-block-description {
  padding-right: 5px;
  padding-left: 5px;
}
.modern-p-form .p-check-input {
  display: table;
}
.modern-p-form .p-check-input .p-switch-icon,
.modern-p-form .p-check-input .p-check-icon,
.modern-p-form .p-check-input .p-check-input {
  margin-top: 10px;
}
.modern-p-form .p-check-input .form-group {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
}
.modern-p-form .p-show-block-heading {
  display: block;
  padding-left: 0;
  line-height: 24px;
  margin: 0 0 15px;
  cursor: pointer;
  color: #666;
  font-size: 16px;
}
.modern-p-form .p-show-block-heading a {
  color: #333;
  text-decoration: underline;
}
.modern-p-form .p-show-block-heading a:hover {
  text-decoration: none;
}
.modern-p-form .p-show-block-heading hr {
  border-top: 1px solid #eee;
  margin: 14px 0 0;
}
.modern-p-form .p-show-block-heading > .pull-left .p-label {
  margin-right: 12px;
}
.modern-p-form .p-show-block-heading > .pull-right .p-label {
  margin-left: 12px;
}
.modern-p-form .p-show-block-heading > .pull-right .p-check-icon,
.modern-p-form .p-show-block-heading > .pull-right .p-check-active-icon {
  margin-right: 0;
  margin-left: 5px;
}
.modern-p-form .p-show-block-content {
  margin-bottom: 15px;
}
.modern-p-form .p-show-block-content.p-sub-block {
  padding-left: 30px;
}
.modern-p-form .p-show-block:checked + .p-show-block-heading:hover,
.modern-p-form .p-show-block-heading:hover {
  color: #525252;
}
.modern-p-form .p-show-block:checked + .p-show-block-heading {
  color: #333;
}
.modern-p-form .p-show-block:checked + .p-show-block-heading + .p-show-block-content {
  display: block;
}
.modern-p-form .p-check-side {
  position: relative;
}
.modern-p-form .p-check-side .p-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modern-p-form .p-check-side .p-check-point {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.modern-p-form .p-check-side .p-check-icon,
.modern-p-form .p-check-side .p-switch-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -12px 0 0;
}
.modern-p-form .p-check-side .p-check-icon + .p-content {
  padding-left: 29px;
}
.modern-p-form .p-check-side .p-switch-icon + .p-content {
  padding-left: 53px;
}
.modern-p-form .p-check-highlight .p-check-side {
  padding: 3px;
}
.modern-p-form .p-check-highlight .p-check-side .p-check-point {
  left: 3px;
  top: 3px;
}
.modern-p-form .p-check-highlight .p-check-side .p-check-icon,
.modern-p-form .p-check-highlight .p-check-side .p-switch-icon {
  left: 3px;
}
.modern-p-form .p-check-bordered .p-check-side .p-check-point {
  left: -6px;
  top: -6px;
}
.modern-p-form .p-check-bordered .p-check-side .p-check-point + .p-content {
  margin-left: -6px;
}
.modern-p-form .p-color-block {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
}
.modern-p-form .p-radio-color {
  float: left;
}
.modern-p-form .p-radio-color label {
  margin: 0;
  line-height: 32px;
  cursor: pointer;
}
.modern-p-form .p-radio-color .p-color-block {
  border: 1px solid #d9d9d9;
}
.modern-p-form .p-radio-color [type="checkbox"],
.modern-p-form .p-radio-color [type="radio"] {
  display: none;
}
.modern-p-form .p-radio-color [type="checkbox"]:checked ~ .p-color-block,
.modern-p-form .p-radio-color [type="radio"]:checked ~ .p-color-block {
  border-color: #333;
  border-width: 2px;
  -webkit-box-shadow: 0 0 5px #000 inset, 0 0 2px #000;
  box-shadow: 0 0 5px #000 inset, 0 0 2px #000;
}
.modern-p-form .p-form-colorpick {
  zoom: 1;
  margin: 6px -1px;
}
.modern-p-form .p-form-colorpick:before,
.modern-p-form .p-form-colorpick:after {
  content: "";
  display: table;
}
.modern-p-form .p-form-colorpick:after {
  clear: both;
}
.modern-p-form .p-form-colorpick .p-radio-color {
  float: left;
  padding: 1px;
}
.modern-p-form .p-fixed-xs {
  display: block;
  height: 50px;
  line-height: 50px;
}
.modern-p-form .p-fixed-sm {
  display: block;
  height: 120px;
  line-height: 120px;
}
.modern-p-form .p-fixed-md {
  display: block;
  height: 180px;
  line-height: 180px;
}
.modern-p-form .p-fixed-lg {
  display: block;
  height: 240px;
  line-height: 240px;
}
.modern-p-form .p-content {
  display: block;
  line-height: 1.2;
}
.modern-p-form .p-content img {
  margin-bottom: 10px;
  display: inline-block;
}
.modern-p-form .p-content .p-content-title {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.modern-p-form .p-content .p-content-description {
  font-size: 14px 16px;
}
.modern-p-form {
  zoom: 1;
  cursor: default;
  font-family: 'Lato';
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  text-align: left;
}
.modern-p-form:before,
.modern-p-form:after {
  content: "";
  display: table;
}
.modern-p-form:after {
  clear: both;
}
.modern-p-form .p-form {
  zoom: 1;
  position: relative;
  z-index: 0;
}
.modern-p-form .p-form:before,
.modern-p-form .p-form:after {
  content: "";
  display: table;
}
.modern-p-form .p-form:after {
  clear: both;
}
.modern-p-form .p-form-bg,
.modern-p-form .p-form {
  background: #fff;
}
.modern-p-form .p-sm-offs {
  margin-bottom: 5px;
}
.modern-p-form .p-table,
.modern-p-form .p-inner-table {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.modern-p-form .p-cell,
.modern-p-form .p-min-cell {
  display: table-cell;
  vertical-align: middle;
}
.modern-p-form .p-min-cell {
  width: 1%;
  white-space: nowrap;
}
.modern-p-form .p-sub-block {
  padding-left: 20px;
}
.modern-p-form .p-price-column {
  width: 120px;
  text-align: center;
}
.modern-p-form .p-action-column {
  width: 50px;
  text-align: center;
  min-height: 1px;
}
.modern-p-form .p-total-block {
  zoom: 1;
  white-space: nowrap;
  font-size: 17px;
  line-height: 26px;
}
.modern-p-form .p-total-block:before,
.modern-p-form .p-total-block:after {
  content: "";
  display: table;
}
.modern-p-form .p-total-block:after {
  clear: both;
}
.modern-p-form .p-total-block .p-price-column {
  float: left;
}
.modern-p-form .p-colored-text {
  color: #333;
}
.modern-p-form .p-alt-colored-text {
  color: #333;
}
.modern-p-form .p-colored-link {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.modern-p-form .p-colored-link,
.modern-p-form .p-action-link {
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.modern-p-form .p-colored-link:hover {
  color: #474747;
}
.modern-p-form .p-action-link {
  cursor: pointer;
  color: #525252;
  text-decoration: none;
}
.modern-p-form .p-action-link:hover {
  color: #474747;
}
.modern-p-form .p-social-bar {
  zoom: 1;
  margin: -3px;
}
.modern-p-form .p-social-bar:before,
.modern-p-form .p-social-bar:after {
  content: "";
  display: table;
}
.modern-p-form .p-social-bar:after {
  clear: both;
}
.modern-p-form .p-social-bar .p-social-btn {
  margin: 3px;
  float: left;
}
.modern-p-form hr {
  border-color: #e0e0e0;
}
.modern-p-form hr.p-flat {
  margin-top: 15px;
  border-top: 8px solid #f5f5f5;
}
.modern-p-form .p-table > thead > tr > td,
.modern-p-form .p-table > tbody > tr > td,
.modern-p-form .p-table > tfoot > tr > td,
.modern-p-form .p-table > thead > tr > th,
.modern-p-form .p-table > tbody > tr > th,
.modern-p-form .p-table > tfoot > tr > th {
  border-color: #e0e0e0;
}
.modern-p-form .p-table.table-striped > thead {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.modern-p-form .p-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.modern-p-form .p-table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.modern-p-form .p-table.table-striped > tbody > tr > td,
.modern-p-form .p-table.table-striped > tfoot > tr > td,
.modern-p-form .p-table.table-striped > tbody > tr > th,
.modern-p-form .p-table.table-striped > tfoot > tr > th {
  border: 0 none;
}
.modern-p-form .p-table.table-bordered {
  border: 1px solid #e0e0e0;
}
.modern-p-form .p-table.table-bordered > thead > tr > td,
.modern-p-form .p-table.table-bordered > tbody > tr > td,
.modern-p-form .p-table.table-bordered > tfoot > tr > td,
.modern-p-form .p-table.table-bordered > thead > tr > th,
.modern-p-form .p-table.table-bordered > tbody > tr > th,
.modern-p-form .p-table.table-bordered > tfoot > tr > th {
  border: 1px solid #e0e0e0;
}
.modern-p-form .p-table.table-bordered > thead > tr > td,
.modern-p-form .p-table.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.modern-p-form label {
  font-weight: normal;
  margin-bottom: 8px;
  color: #666;
}
.modern-p-form textarea.form-control {
  height: 106px;
  min-height: 46px;
  resize: vertical;
}
.modern-p-form textarea.form-control:focus {
  height: 126px;
}
.modern-p-form select.form-control {
  cursor: pointer;
}
.modern-p-form select.form-control[multiple],
.modern-p-form select.form-control[size] {
  height: auto;
  padding: 0;
}
.modern-p-form select.form-control option {
  line-height: 20px;
  padding: 3px 12px;
  background-color: #fff;
}
.modern-p-form select.form-control[multiple] option {
  background-color: transparent;
}
.modern-p-form .p-visibility-5 {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.modern-p-form .p-visibility-6 {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.modern-p-form .p-visibility-7 {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modern-p-form .p-visibility-8 {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.modern-p-form .p-visibility-9 {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.modern-p-form .p-icon-1x {
  font-size: 68px;
  line-height: 88px;
}
.modern-p-form .p-icon-2x {
  font-size: 112px;
  line-height: 158px;
}
.modern-p-form .p-icon-3x {
  font-size: 158px;
  line-height: 248px;
}
.modern-p-form .p-form-with-back {
  position: relative;
}
.modern-p-form .p-form-with-back .p-form-content {
  min-height: 200px;
}
.modern-p-form .p-form-back-wrap {
  margin-bottom: 15px;
}
.modern-p-form .p-form-back {
  border: 0 none;
  min-width: 100%;
  min-height: 120px;
}
@media (min-width: 768px) {
  .modern-p-form .p-form-back-wrap {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .modern-p-form .p-shadowed .p-form-with-back,
  .modern-p-form .p-inset .p-form-with-back {
    margin-left: -20px;
    margin-right: -20px;
  }
  .modern-p-form .p-bordered .p-form-with-back {
    margin-left: -19px;
    margin-right: -19px;
  }
  .modern-p-form .p-form-back {
    min-height: 100%;
  }
  .modern-p-form .p-form-with-back .p-form-content {
    zoom: 1;
    position: relative;
    padding: 10px 20px 0;
  }
  .modern-p-form .p-form-with-back .p-form-content:before,
  .modern-p-form .p-form-with-back .p-form-content:after {
    content: "";
    display: table;
  }
  .modern-p-form .p-form-with-back .p-form-content:after {
    clear: both;
  }
  .modern-p-form .p-form-with-back .p-form-content .p-form-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.modern-p-form .fa {
  position: relative;
}
.modern-p-form .p-title .fa-list,
.modern-p-form .p-subtitle .fa-list {
  top: 1px;
}
.modern-p-form .p-title .fa-comment,
.modern-p-form .p-subtitle .fa-comment,
.modern-p-form .p-title .fa-comment-o,
.modern-p-form .p-subtitle .fa-comment-o,
.modern-p-form .p-title .fa-comments,
.modern-p-form .p-subtitle .fa-comments,
.modern-p-form .p-title .fa-comments-o,
.modern-p-form .p-subtitle .fa-comments-o {
  top: -2px;
}
.modern-p-form .form-group .fa-plus {
  top: 1px;
}
.modern-p-form .form-group .fa-envelope-o,
.modern-p-form .form-group .fa-envelope,
.modern-p-form .form-group .fa-file-text-o,
.modern-p-form .form-group .fa-file-text,
.modern-p-form .form-group .fa-search,
.modern-p-form .form-group .fa-cc-amex,
.modern-p-form .form-group .fa-cc-stripe,
.modern-p-form .form-group .fa-cc-discover,
.modern-p-form .form-group .fa-cc-visa,
.modern-p-form .form-group .fa-cc-mastercard,
.modern-p-form .form-group .fa-credit-card,
.modern-p-form .form-group .fa-cc-paypal,
.modern-p-form .form-group .fa-male,
.modern-p-form .form-group .fa-female {
  top: -1px;
}
.modern-p-form .form-group .fa-pencil-square-o,
.modern-p-form .form-group .fa-pencil-square,
.modern-p-form .form-group .fa-search {
  left: 1px;
}
.modern-p-form .form-group .fa-map-marker {
  top: -2px;
}
.modern-p-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modern-p-form .p-label-offs {
  padding-top: 25px;
}
.modern-p-form .form-control,
.modern-p-form .input-group-addon {
  border-radius: 0;
}
.modern-p-form .p-field-cb {
  background-color: #fff;
  border: 1px solid #ccc;
}
.modern-p-form .p-field-cb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.modern-p-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  padding: 11px 12px;
  line-height: 20px;
  border: 1px solid #ccc;
  color: #666;
  background-color: #fff;
  outline: none;
  font-size: 14px;
}
.modern-p-form .form-control::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
.modern-p-form .form-control::-moz-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
.modern-p-form .form-control:-moz-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
.modern-p-form .form-control:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
.modern-p-form .form-control[type="password"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modern-p-form .form-control:focus,
.modern-p-form .form-control:hover,
.modern-p-form .input-group:hover .form-control,
.modern-p-form .p-file-wrap [type="file"]:hover ~ .input-group .form-control,
.modern-p-form .sp-input:focus,
.modern-p-form .sp-input:hover {
  border-color: #333;
}
.modern-p-form .form-control:focus ~ .input-group-icon,
.modern-p-form .form-control:hover ~ .input-group-icon,
.modern-p-form .input-group:hover .input-group-icon,
.modern-p-form .p-file-wrap [type="file"]:hover ~ .input-group .input-group-icon,
.modern-p-form .sp-input:focus ~ .input-group-icon,
.modern-p-form .sp-input:hover ~ .input-group-icon,
.modern-p-form .form-control:focus ~ .p-select-arrow,
.modern-p-form .form-control:hover ~ .p-select-arrow,
.modern-p-form .input-group:hover .p-select-arrow,
.modern-p-form .p-file-wrap [type="file"]:hover ~ .input-group .p-select-arrow,
.modern-p-form .sp-input:focus ~ .p-select-arrow,
.modern-p-form .sp-input:hover ~ .p-select-arrow,
.modern-p-form .form-control:focus ~ .input-group-addon .p-addon-bg,
.modern-p-form .form-control:hover ~ .input-group-addon .p-addon-bg,
.modern-p-form .input-group:hover .input-group-addon .p-addon-bg,
.modern-p-form .p-file-wrap [type="file"]:hover ~ .input-group .input-group-addon .p-addon-bg,
.modern-p-form .sp-input:focus ~ .input-group-addon .p-addon-bg,
.modern-p-form .sp-input:hover ~ .input-group-addon .p-addon-bg {
  border-color: #474747;
  background-color: #333;
  color: #fff;
}
.modern-p-form .form-control:focus ~ .p-field-cb,
.modern-p-form .form-control:hover ~ .p-field-cb,
.modern-p-form .input-group:hover .p-field-cb,
.modern-p-form .p-file-wrap [type="file"]:hover ~ .input-group .p-field-cb,
.modern-p-form .sp-input:focus ~ .p-field-cb,
.modern-p-form .sp-input:hover ~ .p-field-cb {
  border-color: #333;
}
.modern-p-form .form-control:focus ~ .p-tooltip {
  display: block;
}
.modern-p-form .input-group {
  width: 100%;
  margin-bottom: 0;
}
.modern-p-form .input-group .form-control {
  background-color: transparent !important;
  border-color: transparent !important;
}
.modern-p-form .input-group-icon,
.modern-p-form .p-select-arrow,
.modern-p-form .input-group-addon,
.modern-p-form .input-group-btn {
  font-size: 18px;
  z-index: 2;
  position: relative;
}
.modern-p-form .input-group-addon,
.modern-p-form .input-group-icon,
.modern-p-form .p-select-arrow {
  color: #666;
}
.modern-p-form .input-group-btn .btn,
.modern-p-form .input-group-addon .p-addon-bg,
.modern-p-form .input-group-icon,
.modern-p-form .p-select-arrow {
  display: block;
  line-height: 42px;
  text-align: center;
}
.modern-p-form .input-group-addon .p-addon-bg,
.modern-p-form .input-group-btn .btn {
  min-width: 44px;
}
.modern-p-form .input-group-addon .p-addon-bg,
.modern-p-form .input-group-icon,
.modern-p-form .p-select-arrow {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
.modern-p-form .input-group-btn,
.modern-p-form .input-group-addon {
  padding: 0;
}
.modern-p-form .input-group-addon {
  border: 0 none;
  background-color: transparent;
}
.modern-p-form .input-group-addon .p-addon-bg {
  padding: 0 8px;
}
.modern-p-form .input-group-icon,
.modern-p-form .p-select-arrow {
  width: 44px;
  height: 44px;
}
.modern-p-form .p-has-icon .form-control {
  padding-left: 56px;
}
.modern-p-form .p-has-icon .input-group-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.modern-p-form .p-custom-arrow .p-select-arrow {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}
.modern-p-form .p-custom-arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .modern-p-form .p-custom-arrow select {
    padding-right: 56px;
  }
}
.modern-p-form .input-group-btn .btn {
  border: 0 none;
  background-color: #666;
  margin-left: 0;
  line-height: 44px;
}
.modern-p-form .input-group-btn .btn:hover,
.modern-p-form .input-group-btn .btn:focus,
.modern-p-form .p-file-wrap [type="file"]:hover ~ .input-group .input-group-btn .btn {
  background-color: #474747;
}
.modern-p-form .p-tight {
  margin-bottom: 15px;
}
.modern-p-form .p-tight .form-group {
  margin-bottom: 0;
}
.modern-p-form .p-form-chars {
  margin: -4px -2px 0;
}
.modern-p-form .p-form-chars .p-field-chars-1,
.modern-p-form .p-form-chars .p-field-chars-2,
.modern-p-form .p-form-chars .p-field-chars-3,
.modern-p-form .p-form-chars .p-field-chars-4,
.modern-p-form .p-form-chars .p-field-chars-5,
.modern-p-form .p-form-chars .p-field-chars-6 {
  display: inline-block;
  vertical-align: top;
  padding: 4px 2px 0;
}
.modern-p-form .p-form-chars .p-field-value {
  display: inline-block;
  vertical-align: top;
  padding: 9px 0 5px;
}
.modern-p-form .p-field-chars-1 {
  width: 38px;
}
.modern-p-form .p-field-chars-2 {
  width: 51px;
}
.modern-p-form .p-field-chars-3 {
  width: 64px;
}
.modern-p-form .p-field-chars-4 {
  width: 77px;
}
.modern-p-form .p-field-chars-5 {
  width: 90px;
}
.modern-p-form .p-field-chars-6 {
  width: 103px;
}
.modern-p-form .p-file-wrap {
  position: relative;
  z-index: 1;
}
.modern-p-form .p-file-wrap [type="file"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: 5;
}
.modern-p-form .p-file-wrap ~ .input-group [type="text"] {
  background-color: #fff;
}
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/lato-regular-webfont.eot");
  src: url("../fonts/Lato/lato-regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/Lato/lato-regular-webfont.woff2") format('woff2'), url("../fonts/Lato/lato-regular-webfont.woff") format('woff'), url("../fonts/Lato/lato-regular-webfont.ttf") format('truetype'), url("../fonts/Lato/lato-regular-webfont.svg#Lato") format('svg');
  font-weight: normal;
  font-style: normal;
}
.modern-p-form .p-preview-bg {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #000;
  z-index: 30;
}
.modern-p-form .p-preview-name,
.modern-p-form .p-preview-error {
  width: 100%;
  padding: 5px 10px;
  z-index: 40;
}
.modern-p-form .p-preview-name {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modern-p-form .p-preview-error {
  position: absolute;
  left: 0;
  top: 0;
}
.modern-p-form .p-preview {
  z-index: 20;
}
.modern-p-form .p-no-preview {
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
  z-index: 10;
}
.modern-p-form .p-picture-solo {
  position: relative;
  padding-top: 56%;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  display: block;
}
.modern-p-form .p-picture-solo .p-middle-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 10px;
  margin-top: -32px;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}
.modern-p-form .p-preview-wrap [type="checkbox"] {
  display: none;
}
.modern-p-form .p-preview-wrap .p-preview-progress {
  z-index: 21;
}
.modern-p-form .p-preview-wrap .p-preview-progress,
.modern-p-form .p-preview-wrap .p-preview-progress .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.modern-p-form .p-preview-wrap .p-preview-progress .progress {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 5px;
}
.modern-p-form .p-preview-wrap .p-preview-actions {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 10px;
  margin-top: -14px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  z-index: 50;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modern-p-form .p-preview-wrap .p-preview-actions,
.modern-p-form .p-image-upload .p-preview-name,
.modern-p-form .p-image-upload .p-preview {
  -webkit-transition: opacity 0.1s linear 0s;
  -moz-transition: opacity 0.1s linear 0s;
  -o-transition: opacity 0.1s linear 0s;
  -ms-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s;
}
.modern-p-form .p-preview-wrap .p-preview-actions .p-preview-action {
  cursor: pointer;
}
.modern-p-form .p-preview-wrap .p-preview-actions .p-preview-action + .p-preview-action {
  margin-left: 8px;
}
.modern-p-form .p-preview-wrap .p-preview-actions .p-preview-action:hover {
  color: #595959;
}
.modern-p-form .p-preview-wrap .p-preview {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .p-preview-wrap:hover .p-preview-bg,
.modern-p-form .p-image-upload.p-has-preview:hover .p-preview-bg,
.modern-p-form .p-image-upload.p-has-file .p-preview-bg {
  display: block;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modern-p-form .p-preview-wrap:hover .p-preview-name,
.modern-p-form .p-preview-wrap:hover .p-preview-actions {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .p-image-upload input[type="file"] {
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.modern-p-form .p-image-upload .p-preview-name,
.modern-p-form .p-image-upload .p-preview {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modern-p-form .p-image-upload:hover .p-preview-bg {
  display: block;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.modern-p-form .p-image-upload.p-has-preview .p-preview,
.modern-p-form .p-image-upload.p-has-file .p-preview {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .p-image-upload.p-has-preview:hover .p-preview-name,
.modern-p-form .p-image-upload.p-has-file .p-preview-name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .form-inline {
  margin-left: -15px;
  margin-right: -15px;
}
.modern-p-form .form-inline .form-group {
  margin-right: 15px;
  margin-left: 15px;
}
.modern-p-form .form-inline .p-rating {
  display: inline-block;
  vertical-align: top;
}
.modern-p-form .form-inline > label,
.modern-p-form .form-inline .form-group > label {
  line-height: 44px;
  font-size: 16px;
  margin: 0;
}
.modern-p-form .form-inline > label + .p-rating,
.modern-p-form .form-inline .form-group > label + .p-rating {
  margin-left: 8px;
}
.modern-p-form .ui-autocomplete {
  background: #fff;
  border: 1px solid #333;
  color: #666;
  border-radius: 0;
  max-height: 135px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modern-p-form .ui-autocomplete .ui-menu-item {
  padding: 8px 12px;
}
.modern-p-form .ui-autocomplete .ui-state-focus,
.modern-p-form .ui-autocomplete .ui-state-active {
  margin: 0;
  color: #333;
  background-color: rgba(51,51,51,0.1);
}
.modern-p-form .sp-container {
  background-color: #333;
  padding: 10px 10px 0;
  width: 230px;
  overflow: visible;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}
.modern-p-form .sp-container,
.modern-p-form .sp-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modern-p-form .sp-palette-container,
.modern-p-form .sp-picker-container {
  zoom: 1;
  padding: 0 0 10px;
  margin: 0;
  float: none;
  width: 100%;
}
.modern-p-form .sp-palette-container:before,
.modern-p-form .sp-picker-container:before,
.modern-p-form .sp-palette-container:after,
.modern-p-form .sp-picker-container:after {
  content: "";
  display: table;
}
.modern-p-form .sp-palette-container:after,
.modern-p-form .sp-picker-container:after {
  clear: both;
}
.modern-p-form .sp-alpha-inner,
.modern-p-form .sp-container,
.modern-p-form .sp-color,
.modern-p-form .sp-hue,
.modern-p-form .sp-palette-container,
.modern-p-form .sp-picker-container {
  border: 0 none;
}
.modern-p-form .sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
}
.modern-p-form .sp-initial,
.modern-p-form .sp-clear,
.modern-p-form .sp-palette .sp-thumb-el {
  border-color: #525252;
  color: #525252;
}
.modern-p-form .sp-clear:hover,
.modern-p-form .sp-palette .sp-thumb-el:hover,
.modern-p-form .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: #141414;
  color: #141414;
}
.modern-p-form .sp-palette {
  max-width: none;
}
.modern-p-form .sp-dragger,
.modern-p-form .sp-alpha-handle,
.modern-p-form .sp-slider {
  background-color: transparent;
  border: 0 none;
  width: 0;
  height: 0;
}
.modern-p-form .sp-dragger:after,
.modern-p-form .sp-alpha-handle:after,
.modern-p-form .sp-slider:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #f5f5f5;
  width: 8px;
  height: 8px;
  margin-left: -4px;
}
.modern-p-form .sp-alpha-handle {
  height: auto;
}
.modern-p-form .sp-alpha-handle:after {
  height: 100%;
  margin-left: -6px;
}
.modern-p-form .sp-slider {
  left: -3px;
  right: -3px;
  width: auto;
}
.modern-p-form .sp-slider:after {
  margin-top: -4px;
  margin-left: 0;
  width: 100%;
}
.modern-p-form .sp-dragger:after {
  border-radius: 50%;
  margin-top: -4px;
}
.modern-p-form .sp-alpha,
.modern-p-form .sp-clear,
.modern-p-form .sp-val,
.modern-p-form .sp-hue {
  cursor: pointer;
}
.modern-p-form .sp-clear-display {
  background: transparent;
  line-height: 24px;
  text-align: center;
}
.modern-p-form .sp-clear-display {
  display: inline-block;
}
.modern-p-form .sp-clear-display:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modern-p-form .sp-clear-display:before {
  content: "\f00d";
}
.modern-p-form .sp-input-container {
  width: 100%;
  margin-bottom: 10px;
}
.modern-p-form .sp-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  padding: 11px 12px;
  line-height: 20px;
  border: 1px solid #ccc;
  color: #666;
  background-color: #fff;
  outline: none;
  border-radius: 0;
}
.modern-p-form .sp-clear-enabled .sp-hue {
  height: auto;
}
.modern-p-form .sp-choose,
.modern-p-form .sp-palette-toggle,
.modern-p-form .sp-choose:hover,
.modern-p-form .sp-palette-toggle:hover,
.modern-p-form .sp-choose:focus,
.modern-p-form .sp-palette-toggle:focus,
.modern-p-form .sp-choose:active,
.modern-p-form .sp-palette-toggle:active {
  background: transparent;
  border: 0 none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modern-p-form .sp-choose,
.modern-p-form .sp-cancel,
.modern-p-form .sp-palette-toggle {
  font-size: 13px;
  line-height: 16px;
  color: #f5f5f5 !important;
  cursor: pointer;
}
.modern-p-form .sp-choose:hover,
.modern-p-form .sp-cancel:hover,
.modern-p-form .sp-palette-toggle:hover,
.modern-p-form .sp-choose:focus,
.modern-p-form .sp-cancel:focus,
.modern-p-form .sp-palette-toggle:focus,
.modern-p-form .sp-choose:active,
.modern-p-form .sp-cancel:active,
.modern-p-form .sp-palette-toggle:active {
  color: #b5b5b5 !important;
  text-decoration: none;
}
.modern-p-form .sp-palette-row {
  display: inline;
}
.modern-p-form .sp-palette-row:before,
.modern-p-form .sp-palette-row:after {
  display: none;
}
.modern-p-form .sp-container.sp-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
}
.modern-p-form .p-colorpick-no-bg .sp-flat {
  background-color: transparent;
  padding: 5px 5px 0;
}
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-alpha-inner,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-color,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-hue {
  border: 1px solid #ccc;
}
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-initial,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-clear,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette .sp-thumb-el {
  border-color: #ccc;
  color: #ccc;
}
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-clear:hover,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette .sp-thumb-el:hover,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: #333;
  color: #333;
}
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-dragger:after,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-alpha-handle:after,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-slider:after {
  border-color: #333;
}
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-choose,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-cancel,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette-toggle {
  padding: 0 8px;
  color: #fff !important;
  background-color: #333;
  border-radius: 0;
  font-size: 13px;
  line-height: 24px;
  border: 0 none;
  display: inline-block;
}
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-choose:hover,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-cancel:hover,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette-toggle:hover,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-choose:focus,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-cancel:focus,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette-toggle:focus,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-choose:active,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-cancel:active,
.modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette-toggle:active {
  background-color: #474747;
}
.modern-p-form .bootstrap-datetimepicker-widget {
  background-color: #333;
  color: #fff;
}
.modern-p-form .bootstrap-datetimepicker-widget button {
  min-width: 45px;
}
.modern-p-form .bootstrap-datetimepicker-widget.dropdown-menu,
.modern-p-form .bootstrap-datetimepicker-widget table td,
.modern-p-form .bootstrap-datetimepicker-widget table th,
.modern-p-form .bootstrap-datetimepicker-widget table span {
  border-radius: 0;
  font-weight: normal;
}
.modern-p-form .bootstrap-datetimepicker-widget li {
  padding-bottom: 5px;
}
.modern-p-form .bootstrap-datetimepicker-widget li.picker-switch {
  padding-bottom: 0;
}
.modern-p-form .bootstrap-datetimepicker-widget table thead {
  color: #fff;
}
.modern-p-form .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  color: #616161;
  background-color: #000;
}
.modern-p-form .bootstrap-datetimepicker-widget table thead th {
  font-size: 16px;
  padding: 12px 5px 8px;
  background-color: #000;
}
.modern-p-form .bootstrap-datetimepicker-widget table thead .prev,
.modern-p-form .bootstrap-datetimepicker-widget table thead .next {
  padding-left: 18px;
  padding-right: 18px;
}
.modern-p-form .bootstrap-datetimepicker-widget table thead .prev {
  text-align: left;
}
.modern-p-form .bootstrap-datetimepicker-widget table thead .next {
  text-align: right;
}
.modern-p-form .bootstrap-datetimepicker-widget table thead .dow {
  color: #eee;
}
.modern-p-form .bootstrap-datetimepicker-widget table td {
  padding: 0;
  background-color: transparent !important;
}
.modern-p-form .bootstrap-datetimepicker-widget table td,
.modern-p-form .bootstrap-datetimepicker-widget table td.day {
  width: 1%;
}
.modern-p-form .bootstrap-datetimepicker-widget table td div {
  position: relative;
  padding: 5px;
}
.modern-p-form .bootstrap-datetimepicker-widget table td div:hover,
.modern-p-form .bootstrap-datetimepicker-widget table td span:hover {
  color: #141414;
  background-color: #525252;
}
.modern-p-form .bootstrap-datetimepicker-widget table td a,
.modern-p-form .bootstrap-datetimepicker-widget table td .btn {
  color: #707070;
  background-color: transparent;
}
.modern-p-form .bootstrap-datetimepicker-widget table td a span,
.modern-p-form .bootstrap-datetimepicker-widget table td .btn span {
  margin: 0;
}
.modern-p-form .bootstrap-datetimepicker-widget table td a:hover,
.modern-p-form .bootstrap-datetimepicker-widget table td .btn:hover,
.modern-p-form .bootstrap-datetimepicker-widget table td a span:hover,
.modern-p-form .bootstrap-datetimepicker-widget table td .btn span:hover {
  color: #000;
  background-color: transparent !important;
}
.modern-p-form .bootstrap-datetimepicker-widget table .old,
.modern-p-form .bootstrap-datetimepicker-widget table .new {
  color: #d9d9d9;
}
.modern-p-form .bootstrap-datetimepicker-widget table td .active,
.modern-p-form .bootstrap-datetimepicker-widget table .active div {
  background-color: #000;
}
.modern-p-form .bootstrap-datetimepicker-widget table .today:before {
  display: none;
}
.modern-p-form .bootstrap-datetimepicker-widget table .today div:before {
  content: '';
  border: solid rgba(112,112,112,0);
  border-width: 0 0 7px 7px;
  border-bottom-color: #707070;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.modern-p-form .bootstrap-datetimepicker-widget table span.disabled,
.modern-p-form .bootstrap-datetimepicker-widget table .disabled div,
.modern-p-form .bootstrap-datetimepicker-widget table span.disabled:hover,
.modern-p-form .bootstrap-datetimepicker-widget table .disabled div:hover {
  color: #525252;
  background-color: #333;
}
.modern-p-form .bootstrap-datetimepicker-widget table .disabled span,
.modern-p-form .bootstrap-datetimepicker-widget table .disabled span:hover {
  color: #525252;
}
.modern-p-form .bootstrap-datetimepicker-widget table .dow:first-child,
.modern-p-form .bootstrap-datetimepicker-widget table td:first-child {
  padding-left: 25px;
}
.modern-p-form .bootstrap-datetimepicker-widget table .dow:last-child,
.modern-p-form .bootstrap-datetimepicker-widget table td:last-child {
  padding-right: 25px;
}
.modern-p-form .bootstrap-datetimepicker-widget .datepicker-days thead .picker-switch {
  border-bottom: 1px solid #1f1f1f;
}
.modern-p-form .bootstrap-datetimepicker-widget .datepicker-decades tbody span {
  display: none;
}
.modern-p-form .bootstrap-datetimepicker-widget .datepicker-decades tbody span.decade {
  display: inline-block;
}
.modern-p-form .bootstrap-datetimepicker-widget.dropdown-menu {
  border: 0 none;
  padding: 0;
}
.modern-p-form .bootstrap-datetimepicker-widget.dropdown-menu:before {
  display: none;
}
.modern-p-form .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top-color: #333;
}
.modern-p-form .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom-color: #000;
}
.modern-p-form .bootstrap-datetimepicker-widget.timepicker-sbs .datepicker {
  padding-bottom: 5px;
}
.modern-p-form .bootstrap-datetimepicker-widget.timepicker-sbs .timepicker {
  padding-top: 40px;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget {
  background-color: transparent;
  color: #666;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table thead {
  color: #333;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  color: #000;
  background: transparent;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table thead .dow {
  color: #000;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table thead th {
  background-color: transparent;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table td a,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table td .btn {
  color: #333;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table td a:hover,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table td .btn:hover,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table td a span:hover,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table td .btn span:hover {
  color: #000;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table .old,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table .new {
  color: #999;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table .today div:before {
  border: solid rgba(112,112,112,0);
  border-bottom-color: #707070;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table span.disabled,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table .disabled div,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table span.disabled:hover,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table .disabled div:hover {
  color: #ddd;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table .disabled span,
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget table .disabled span:hover {
  color: #ddd;
}
.modern-p-form .p-datetime-no-bg .bootstrap-datetimepicker-widget .datepicker-days thead .picker-switch {
  border-bottom-color: #ddd;
}
.modern-p-form .p-on-field-hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modern-p-form .p-block {
  position: relative;
}
.modern-p-form .p-field-group {
  margin-bottom: 20px;
  position: relative;
}
.modern-p-form .p-field-group:hover .p-on-field-hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .p-field-bottom-block,
.modern-p-form .p-field-top-block,
.modern-p-form .p-field-at-bottom-block,
.modern-p-form .p-field-at-top-block {
  position: absolute;
  right: 0;
  font-size: 13px;
  line-height: 16px;
}
.modern-p-form .p-field-bottom-block {
  top: 100%;
}
.modern-p-form .p-field-top-block {
  bottom: 100%;
}
.modern-p-form .p-field-at-bottom-block {
  bottom: 0;
}
.modern-p-form .p-field-at-top-block {
  top: 0;
}
.modern-p-form .p-js-link {
  display: block;
  text-align: center;
  color: #707070;
  cursor: pointer;
}
.modern-p-form .input-group-addon .p-js-full {
  min-width: 44px;
  line-height: 44px;
}
.modern-p-form .p-js-link:hover,
.modern-p-form .p-show-js-block .p-js-link:hover,
.modern-p-form .p-field-toggled .p-js-link:hover,
.modern-p-form .p-js-link:focus,
.modern-p-form .p-show-js-block .p-js-link:focus,
.modern-p-form .p-field-toggled .p-js-link:focus {
  color: #474747;
}
.modern-p-form .p-js-active-link,
.modern-p-form .p-show-js-block .p-js-link,
.modern-p-form .p-field-toggled .p-js-link {
  color: #333;
}
.modern-p-form .p-js-spinner {
  width: 28px;
  height: 44px;
  position: relative;
  display: block;
  font-size: 18px;
}
.modern-p-form .p-js-spinner > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 12px;
}
.modern-p-form .p-js-spinner > span .fa {
  line-height: inherit;
}
.modern-p-form .p-js-spinner .p-js-up {
  bottom: 50%;
  padding-top: 10px;
}
.modern-p-form .p-js-spinner .p-js-down {
  top: 50%;
  padding-bottom: 10px;
}
.modern-p-form .input-group .realperson-challenge,
.modern-p-form .input-group .sp-replacer,
.modern-p-form .input-group .p-slider-field {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}
.modern-p-form .input-group .sp-replacer,
.modern-p-form .input-group .realperson-text {
  position: relative;
  z-index: 2;
}
.modern-p-form .input-group .realperson-challenge {
  width: 1%;
}
.modern-p-form .input-group .realperson-challenge .realperson-text,
.modern-p-form .input-group .realperson-challenge .realperson-regen {
  cursor: pointer;
}
.modern-p-form .input-group .realperson-challenge .realperson-regen {
  color: #333;
}
.modern-p-form .input-group .realperson-challenge .realperson-regen:hover {
  color: #474747;
}
.modern-p-form .input-group .realperson-challenge .realperson-text {
  padding: 13px 0 10px 12px;
}
.modern-p-form .input-group .realperson-challenge .realperson-text:hover {
  color: #333;
}
.modern-p-form .input-group .realperson-challenge .realperson-regen {
  position: absolute;
  left: 12px;
  top: 100%;
  font-size: 11px;
}
.modern-p-form .input-group .sp-replacer,
.modern-p-form .input-group .p-slider-field {
  width: 100%;
  padding: 11px 12px;
  line-height: 22px;
  color: #666;
  background-color: transparent !important;
  border: 0 none;
}
.modern-p-form .input-group .p-slider-field .ui-slider {
  z-index: 2;
}
.modern-p-form .input-group .form-control + .p-slider-field {
  display: none;
}
.modern-p-form .p-show-js-block .form-control + .p-slider-field {
  display: table-cell;
}
.modern-p-form .p-has-icon .p-slider-field,
.modern-p-form .p-has-icon .sp-replacer {
  padding-left: 56px;
}
.modern-p-form .p-hide-field .form-control {
  display: none;
}
.modern-p-form .realperson-text {
  font-family: "Courier New", monospace !important;
  font-size: 6px;
  line-height: 3px;
  font-weight: bold;
  letter-spacing: -1px;
}
.modern-p-form .sp-replacer .sp-dd {
  display: none;
}
.modern-p-form .sp-replacer .sp-preview {
  border: 0 none;
  display: inline-block;
  height: 10px;
  width: 100%;
  float: none;
  margin: 0;
  background: transparent;
}
.modern-p-form .sp-replacer .sp-preview-inner {
  -webkit-box-shadow: 0 0 2px #000 inset;
  box-shadow: 0 0 2px #000 inset;
  overflow: hidden;
}
.modern-p-form .sp-replacer .sp-preview-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
}
.modern-p-form .sp-replacer .sp-clear-display {
  display: none;
}
.modern-p-form .p-captcha-group .p-field-sub-text {
  margin-top: 15px;
}
.modern-p-form .p-multiupload {
  zoom: 1;
}
.modern-p-form .p-multiupload:before,
.modern-p-form .p-multiupload:after {
  content: "";
  display: table;
}
.modern-p-form .p-multiupload:after {
  clear: both;
}
.modern-p-form .p-multiupload .fileupload-buttonbar {
  position: relative;
}
.modern-p-form .p-multiupload .fileupload-buttonbar .fileupload-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.modern-p-form .p-multiupload .fileupload-buttonbar .fileupload-progress .progress {
  height: 3px;
  margin: 0;
  border-radius: 0;
}
.modern-p-form .p-multiupload .fileupload-buttonbar .fileupload-progress ~ .btn-group {
  padding-bottom: 20px;
}
.modern-p-form .p-multiupload .p-files-blocks {
  margin: -5px;
}
.modern-p-form .p-multiupload .p-files-blocks .col-sm-3 {
  padding: 5px;
}
.modern-p-form .p-slider-block,
.modern-p-form .p-slider-item {
  zoom: 1;
}
.modern-p-form .p-slider-block:before,
.modern-p-form .p-slider-item:before,
.modern-p-form .p-slider-block:after,
.modern-p-form .p-slider-item:after {
  content: "";
  display: table;
}
.modern-p-form .p-slider-block:after,
.modern-p-form .p-slider-item:after {
  clear: both;
}
.modern-p-form .p-slider-block .p-js-value,
.modern-p-form .p-sl-tip {
  padding: 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  border: 3px solid #333;
}
.modern-p-form .p-slider-block .p-js-value {
  display: block;
}
.modern-p-form .p-sl-tip {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
}
.modern-p-form .p-sl-tip:before {
  content: "";
  position: absolute;
  border: 8px solid rgba(51,51,51,0);
}
.modern-p-form .p-slider-wrap {
  line-height: 1px;
}
.modern-p-form .ui-slider {
  background-color: transparent;
}
.modern-p-form .ui-slider:before {
  content: "";
  position: absolute;
  left: -9px;
  top: -9px;
  right: -9px;
  bottom: -9px;
  border: 9px solid #ddd;
  background-color: #fff;
}
.modern-p-form .ui-slider-range {
  background-color: #333;
}
.modern-p-form .ui-slider-handle {
  cursor: pointer;
  width: 0;
  height: 0;
  margin: 0;
  z-index: auto;
  outline: none;
}
.modern-p-form .ui-slider-handle:after,
.modern-p-form .ui-slider-handle .p-sl-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
}
.modern-p-form .ui-slider-handle:after {
  content: "";
  background-color: #fff;
  border: 3px solid #333;
  z-index: 1;
}
.modern-p-form .ui-slider-handle .p-sl-icon {
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  background-color: #333;
  color: #fff;
  z-index: 2;
}
.modern-p-form .ui-slider-handle.ui-state-focus .p-sl-tip,
.modern-p-form .ui-slider-handle.ui-state-active .p-sl-tip,
.modern-p-form .ui-slider-handle.ui-state-hover .p-sl-tip {
  display: block;
}
.modern-p-form .ui-slider-handle.ui-state-focus:after,
.modern-p-form .ui-slider-handle.ui-state-active:after,
.modern-p-form .ui-slider-handle.ui-state-hover:after {
  border-color: #474747;
}
.modern-p-form .ui-slider-handle.ui-state-focus .p-sl-icon,
.modern-p-form .ui-slider-handle.ui-state-active .p-sl-icon,
.modern-p-form .ui-slider-handle.ui-state-hover .p-sl-icon {
  background-color: #474747;
}
.modern-p-form .p-slider-horizontal {
  min-height: 44px;
}
.modern-p-form .p-slider-horizontal .p-slider-wrap {
  display: block;
  margin: 11px 0;
}
.modern-p-form .p-slider-horizontal .p-slider-item {
  padding-top: 9px;
}
.modern-p-form .p-slider-vertical {
  text-align: center;
}
.modern-p-form .p-slider-vertical,
.modern-p-form .p-slider-vertical .p-slider-item,
.modern-p-form .p-slider-vertical .p-slider-wrap {
  height: 160px;
}
.modern-p-form .p-slider-vertical .p-slider-side-block .p-slider-wrap {
  height: 130px;
}
.modern-p-form .p-slider-vertical .p-slider-sides-blocks .p-slider-wrap {
  height: 100px;
}
.modern-p-form .p-slider-vertical.p-slider-lg,
.modern-p-form .p-slider-vertical.p-slider-lg .p-slider-item,
.modern-p-form .p-slider-vertical.p-slider-lg .p-slider-wrap {
  height: 320px;
}
.modern-p-form .p-slider-vertical.p-slider-lg .p-slider-side-block .p-slider-wrap {
  height: 290px;
}
.modern-p-form .p-slider-vertical.p-slider-lg .p-slider-sides-blocks .p-slider-wrap {
  height: 260px;
}
.modern-p-form .p-slider-vertical.p-slider-md,
.modern-p-form .p-slider-vertical.p-slider-md .p-slider-item,
.modern-p-form .p-slider-vertical.p-slider-md .p-slider-wrap {
  height: 240px;
}
.modern-p-form .p-slider-vertical.p-slider-md .p-slider-side-block .p-slider-wrap {
  height: 210px;
}
.modern-p-form .p-slider-vertical.p-slider-md .p-slider-sides-blocks .p-slider-wrap {
  height: 180px;
}
.modern-p-form .p-slider-vertical.p-slider-sm,
.modern-p-form .p-slider-vertical.p-slider-sm .p-slider-item,
.modern-p-form .p-slider-vertical.p-slider-sm .p-slider-wrap {
  height: 120px;
}
.modern-p-form .p-slider-vertical.p-slider-sm .p-slider-side-block .p-slider-wrap {
  height: 90px;
}
.modern-p-form .p-slider-vertical.p-slider-sm .p-slider-sides-blocks .p-slider-wrap {
  height: 60px;
}
.modern-p-form .p-slider-vertical .p-slider-item,
.modern-p-form .p-slider-vertical .p-slider-wrap {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.modern-p-form .p-slider-vertical .p-slider-wrap {
  width: 30px;
  position: relative;
}
.modern-p-form .p-slider-vertical .ui-slider-vertical {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: auto;
  margin-left: -2px;
}
.modern-p-form .p-slider-vertical .p-slider-item {
  display: inline-block;
  vertical-align: top;
}
.modern-p-form .p-slider-vertical .p-slider-side-block .p-slider-wrap {
  margin-bottom: 4px;
}
.modern-p-form .p-slider-vertical .p-slider-side-block .p-slider-before + .p-slider-wrap {
  margin-bottom: 0;
  margin-top: 4px;
}
.modern-p-form .p-slider-vertical .p-slider-sides-blocks .p-slider-wrap {
  margin-bottom: 4px;
  margin-top: 4px;
}
.modern-p-form .ui-slider-horizontal {
  height: 4px;
  margin: 0 11px;
}
.modern-p-form .ui-slider-horizontal:before {
  margin: 0 -2px;
}
.modern-p-form .ui-slider-horizontal .ui-slider-range {
  height: auto;
  top: -2px;
  bottom: -2px;
  margin: 0 -4px;
}
.modern-p-form .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
}
.modern-p-form .ui-slider-horizontal .p-sl-tip {
  margin-top: 17px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modern-p-form .ui-slider-horizontal .p-sl-tip:before {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #333;
  border-width: 0 10px 8px;
}
.modern-p-form .ui-slider-vertical {
  margin: 11px 0;
  width: 4px;
}
.modern-p-form .ui-slider-vertical:before {
  margin: -2px 0;
}
.modern-p-form .ui-slider-vertical .ui-slider-range {
  width: auto;
  left: -2px;
  right: -2px;
  margin: -4px 0;
}
.modern-p-form .ui-slider-vertical .ui-slider-handle {
  left: 50%;
}
.modern-p-form .ui-slider-vertical .p-sl-tip {
  margin-left: 17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modern-p-form .ui-slider-vertical .p-sl-tip:before {
  right: 100%;
  top: 50%;
  margin-top: -10px;
  border-right-color: #333;
  border-width: 10px 10px 8px 0;
}
.modern-p-form .sl-v-simple .ui-slider:before,
.modern-p-form .sl-v-top .ui-slider:before {
  border: 0 none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modern-p-form .sl-v-simple .ui-slider-horizontal,
.modern-p-form .sl-v-top .ui-slider-horizontal {
  margin: 0 9px;
}
.modern-p-form .sl-v-simple .ui-slider-horizontal:before,
.modern-p-form .sl-v-top .ui-slider-horizontal:before,
.modern-p-form .sl-v-simple .ui-slider-horizontal .ui-slider-range,
.modern-p-form .sl-v-top .ui-slider-horizontal .ui-slider-range {
  margin: 0 -9px;
}
.modern-p-form .sl-v-simple .ui-slider-vertical,
.modern-p-form .sl-v-top .ui-slider-vertical {
  margin: 9px 0;
}
.modern-p-form .sl-v-simple .ui-slider-vertical:before,
.modern-p-form .sl-v-top .ui-slider-vertical:before,
.modern-p-form .sl-v-simple .ui-slider-vertical .ui-slider-range,
.modern-p-form .sl-v-top .ui-slider-vertical .ui-slider-range {
  margin: -9px 0;
}
.modern-p-form .sl-v-simple .ui-slider:before {
  background-color: #ddd;
}
.modern-p-form .sl-v-modern .ui-slider:before,
.modern-p-form .sl-v-bordered .ui-slider:before {
  border: 2px solid #666;
  left: -11px;
  top: -11px;
  right: -11px;
  bottom: -11px;
}
.modern-p-form .sl-v-top .ui-slider-handle:after {
  border-width: 3px;
}
.modern-p-form .sl-v-top .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-handle.ui-state-hover:after {
  border-width: 2px;
}
.modern-p-form .sl-v-top .ui-slider:before {
  background-color: #ddd;
}
.modern-p-form .sl-v-top .ui-slider-horizontal .ui-slider-handle:after {
  border-bottom-width: 9px;
}
.modern-p-form .sl-v-top .ui-slider-horizontal .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-horizontal .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-horizontal .ui-slider-handle.ui-state-hover:after {
  border-bottom-width: 6px;
}
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range-min .ui-slider-handle:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range .ui-slider-handle + .ui-slider-handle:after {
  border-left-width: 9px;
  border-right-width: 3px;
}
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range-min .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range .ui-slider-handle + .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range-min .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range .ui-slider-handle + .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range-min .ui-slider-handle.ui-state-hover:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range .ui-slider-handle + .ui-slider-handle.ui-state-hover:after {
  border-left-width: 6px;
  border-right-width: 2px;
}
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range-max .ui-slider-handle:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range .ui-slider-handle:after {
  border-right-width: 9px;
}
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range-max .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range-max .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range-max .ui-slider-handle.ui-state-hover:after,
.modern-p-form .sl-v-top .ui-slider-horizontal.p-slider-range .ui-slider-handle.ui-state-hover:after {
  border-right-width: 6px;
}
.modern-p-form .sl-v-top .ui-slider-horizontal:before {
  top: 6px;
  height: 100%;
}
.modern-p-form .sl-v-top .ui-slider-horizontal .ui-slider-handle .p-sl-icon,
.modern-p-form .sl-v-top .ui-slider-horizontal .ui-slider-handle:after {
  margin-top: -14px;
}
.modern-p-form .sl-v-top .ui-slider-vertical .ui-slider-handle:after {
  border-right-width: 9px;
}
.modern-p-form .sl-v-top .ui-slider-vertical .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-vertical .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-vertical .ui-slider-handle.ui-state-hover:after {
  border-right-width: 6px;
}
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range-min .ui-slider-handle:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range .ui-slider-handle + .ui-slider-handle:after {
  border-bottom-width: 9px;
  border-top-width: 3px;
}
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range-min .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range .ui-slider-handle + .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range-min .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range .ui-slider-handle + .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range-min .ui-slider-handle.ui-state-hover:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range .ui-slider-handle + .ui-slider-handle.ui-state-hover:after {
  border-bottom-width: 6px;
  border-top-width: 2px;
}
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range-max .ui-slider-handle:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range .ui-slider-handle:after {
  border-top-width: 9px;
}
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range-max .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range .ui-slider-handle.ui-state-focus:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range-max .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range .ui-slider-handle.ui-state-active:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range-max .ui-slider-handle.ui-state-hover:after,
.modern-p-form .sl-v-top .ui-slider-vertical.p-slider-range .ui-slider-handle.ui-state-hover:after {
  border-top-width: 6px;
}
.modern-p-form .sl-v-top .ui-slider-vertical:before {
  left: 6px;
  width: 100%;
}
.modern-p-form .sl-v-top .ui-slider-vertical .ui-slider-handle .p-sl-icon,
.modern-p-form .sl-v-top .ui-slider-vertical .ui-slider-handle:after {
  margin-left: -14px;
}
.modern-p-form .sl-v-flat .ui-slider-horizontal .ui-slider-range,
.modern-p-form .sl-v-modern .ui-slider-horizontal .ui-slider-range {
  top: -7px;
  bottom: -7px;
  margin: 0 -9px;
}
.modern-p-form .sl-v-flat .ui-slider-vertical .ui-slider-range,
.modern-p-form .sl-v-modern .ui-slider-vertical .ui-slider-range {
  left: -7px;
  right: -7px;
  margin: -9px 0;
}
.modern-p-form .sl-v-flat .ui-slider:before {
  border: 0 none;
  background-color: #ddd;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
}
.modern-p-form .p-slider-field.p-slider-horizontal .p-slider-wrap {
  margin: 9px 0;
}
.modern-p-form .p-slider-field.p-slider-vertical {
  width: 0;
  height: 0;
  padding: 0;
}
.modern-p-form .p-slider-field.p-slider-vertical .p-slider-wrap {
  position: absolute;
  right: 8px;
  bottom: 100%;
  margin-bottom: -1px;
}
.modern-p-form .p-slider-field.p-slider-vertical .ui-slider:before {
  -webkit-box-shadow: 0 0 2px;
  box-shadow: 0 0 2px;
}
.modern-p-form .p-show-js-block .p-slider-field .p-slider-wrap {
  margin-right: -12px;
}
.modern-p-form .p-show-js-block .p-slider-field.p-slider-vertical .p-slider-wrap {
  margin-right: 0;
}
.modern-p-form .p-table .p-slider-wrap {
  display: table-cell;
  width: 100%;
  height: 26px;
  vertical-align: middle;
  margin: 0;
}
.modern-p-form .p-table .p-min-cell {
  padding: 0 4px;
}
.modern-p-form .p-table .p-min-cell:first-child {
  padding-left: 0;
}
.modern-p-form .p-table .p-min-cell:last-child {
  padding-right: 0;
}
.modern-p-form .row + .p-slider-vertical,
.modern-p-form .input-group + .p-slider-vertical {
  margin-top: 11px;
}
.modern-p-form .pt-form-c-group .radio:first-child,
.modern-p-form .pt-form-panel .radio:first-child,
.modern-p-form .pt-form-cross-panel .radio:first-child,
.modern-p-form .pt-form-c-group .checkbox:first-child,
.modern-p-form .pt-form-panel .checkbox:first-child,
.modern-p-form .pt-form-cross-panel .checkbox:first-child,
.modern-p-form .pt-form-c-group .p-radioswitch:first-child,
.modern-p-form .pt-form-panel .p-radioswitch:first-child,
.modern-p-form .pt-form-cross-panel .p-radioswitch:first-child,
.modern-p-form .pt-form-c-group .p-switch:first-child,
.modern-p-form .pt-form-panel .p-switch:first-child,
.modern-p-form .pt-form-cross-panel .p-switch:first-child {
  margin-top: 0;
}
.modern-p-form .pt-form-c-group .radio:last-child,
.modern-p-form .pt-form-panel .radio:last-child,
.modern-p-form .pt-form-cross-panel .radio:last-child,
.modern-p-form .pt-form-c-group .checkbox:last-child,
.modern-p-form .pt-form-panel .checkbox:last-child,
.modern-p-form .pt-form-cross-panel .checkbox:last-child,
.modern-p-form .pt-form-c-group .p-radioswitch:last-child,
.modern-p-form .pt-form-panel .p-radioswitch:last-child,
.modern-p-form .pt-form-cross-panel .p-radioswitch:last-child,
.modern-p-form .pt-form-c-group .p-switch:last-child,
.modern-p-form .pt-form-panel .p-switch:last-child,
.modern-p-form .pt-form-cross-panel .p-switch:last-child {
  margin-bottom: 0;
}
.modern-p-form .pt-form-panel,
.modern-p-form .pt-form-cross-panel {
  border: 1px solid #ccc;
  background-color: transparent;
  padding: 9px;
}
.modern-p-form .pt-form-cross-panel {
  margin-left: 7px;
  padding-left: 0;
}
.modern-p-form .pt-form-cross-panel .radio,
.modern-p-form .pt-form-cross-panel .checkbox {
  margin-left: -7px;
}
.modern-p-form .pt-form-cross-panel .p-radioswitch,
.modern-p-form .pt-form-cross-panel .p-switch {
  margin-left: -24px;
}
.modern-p-form .pt-form-cross-panel.p-form-sg {
  margin-left: 24px;
}
.modern-p-form .p-fixed {
  position: fixed;
  z-index: 1100;
}
.modern-p-form .p-absolute {
  position: absolute;
}
.modern-p-form .p-pos-left,
.modern-p-form .p-pos-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modern-p-form .p-pos-left {
  left: 0;
}
.modern-p-form .p-pos-right {
  right: 0;
}
.modern-p-form .p-pos-top-left {
  left: 15px;
  top: 0;
}
.modern-p-form .p-pos-top-right {
  top: 0;
  right: 15px;
}
.modern-p-form .p-pos-top-center,
.modern-p-form .p-pos-bottom-center {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.modern-p-form .p-pos-top-center {
  top: 0;
}
.modern-p-form .p-pos-bottom-center {
  bottom: 0;
}
.modern-p-form .p-pos-bottom-left {
  left: 15px;
  bottom: 0;
}
.modern-p-form .p-pos-bottom-right {
  right: 15px;
  bottom: 0;
}
.modern-p-form .p-popup-form {
  display: none;
}
.modern-p-form .p-hide-form {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  line-height: 0;
}
.modern-p-form .p-popup {
  position: absolute;
  left: 15px;
  top: 100px;
  right: 15px;
  height: 0;
  z-index: 2000;
}
.modern-p-form .p-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background-color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.modern-p-form .p-btn-pannel label {
  margin: 0;
}
.modern-p-form .p-show-check:checked ~ .p-popup-form {
  display: inline-block;
}
.modern-p-form .p-show-check:checked ~ .p-popup-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: -100%;
  -webkit-transition: opacity 0.2s linear 0s, top 0s linear 0.2s;
  -moz-transition: opacity 0.2s linear 0s, top 0s linear 0.2s;
  -o-transition: opacity 0.2s linear 0s, top 0s linear 0.2s;
  -ms-transition: opacity 0.2s linear 0s, top 0s linear 0.2s;
  transition: opacity 0.2s linear 0s, top 0s linear 0.2s;
}
.modern-p-form .p-show-check:checked ~ .p-popup {
  display: block;
}
.modern-p-form .p-show-check:checked ~ .p-popup .p-form {
  top: -100px;
  margin-top: -100px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.modern-p-form .p-show-check:checked ~ .p-action-block {
  display: none;
}
.modern-p-form .p-rating {
  zoom: 1;
  white-space: nowrap;
  font-size: 21px;
  line-height: 44px;
}
.modern-p-form .p-rating:before,
.modern-p-form .p-rating:after {
  content: "";
  display: table;
}
.modern-p-form .p-rating:after {
  clear: both;
}
.modern-p-form .p-rating:hover .p-field-cancel {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .p-rating .p-field-cancel {
  font-size: 0.6em;
  line-height: 1.2;
  color: #999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modern-p-form .p-rating label {
  float: right;
  cursor: pointer;
  margin: 0;
  padding: 0 2px;
  text-align: center;
}
.modern-p-form .p-rating .p-rating-icon {
  color: #999;
  display: block;
}
.modern-p-form .p-rating .p-rating-active-icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #333;
  position: absolute;
  display: block;
}
.modern-p-form .p-rating .p-rating-active-icon + .p-rating-icon {
  color: #999;
}
.modern-p-form .p-rating input[type="radio"] ~ label:hover .p-rating-icon,
.modern-p-form .p-rating input[type="radio"] ~ label:hover ~ label .p-rating-icon,
.modern-p-form .p-rating [type="radio"]:checked ~ label .p-rating-icon {
  color: #333;
}
.modern-p-form .p-rating input[type="radio"] ~ label:hover .p-rating-active-icon,
.modern-p-form .p-rating input[type="radio"] ~ label:hover ~ label .p-rating-active-icon,
.modern-p-form .p-rating [type="radio"]:checked ~ label .p-rating-active-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .p-rating input[type="radio"] ~ label:hover .p-rating-active-icon + .p-rating-icon,
.modern-p-form .p-rating input[type="radio"] ~ label:hover ~ label .p-rating-active-icon + .p-rating-icon,
.modern-p-form .p-rating [type="radio"]:checked ~ label .p-rating-active-icon + .p-rating-icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modern-p-form .p-rating input[type="radio"] ~ label.p-field-cancel:hover {
  color: #333;
}
.modern-p-form .p-rating input[type="radio"] ~ label.p-field-cancel:hover ~ label .p-rating-icon,
.modern-p-form .p-rating .p-rating-cancel:checked ~ label .p-rating-icon,
.modern-p-form .p-rating *:hover [type="radio"] ~ label .p-rating-icon {
  color: #999;
}
.modern-p-form .p-rating input[type="radio"] ~ label.p-field-cancel:hover ~ label .p-rating-active-icon,
.modern-p-form .p-rating .p-rating-cancel:checked ~ label .p-rating-active-icon,
.modern-p-form .p-rating *:hover [type="radio"] ~ label .p-rating-active-icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modern-p-form .p-rating input[type="radio"] ~ label.p-field-cancel:hover ~ label .p-rating-active-icon + .p-rating-icon,
.modern-p-form .p-rating .p-rating-cancel:checked ~ label .p-rating-active-icon + .p-rating-icon,
.modern-p-form .p-rating *:hover [type="radio"] ~ label .p-rating-active-icon + .p-rating-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modern-p-form .p-rating [type="radio"] {
  display: none;
}
.modern-p-form .p-form-tiny {
  margin-left: auto;
  margin-right: auto;
  width: 280px;
}
.modern-p-form .p-form-tiny .col-xs-1,
.modern-p-form .p-form-tiny .col-sm-1,
.modern-p-form .p-form-tiny .col-md-1,
.modern-p-form .p-form-tiny .col-lg-1,
.modern-p-form .p-form-tiny .col-xs-2,
.modern-p-form .p-form-tiny .col-sm-2,
.modern-p-form .p-form-tiny .col-md-2,
.modern-p-form .p-form-tiny .col-lg-2,
.modern-p-form .p-form-tiny .col-xs-3,
.modern-p-form .p-form-tiny .col-sm-3,
.modern-p-form .p-form-tiny .col-md-3,
.modern-p-form .p-form-tiny .col-lg-3,
.modern-p-form .p-form-tiny .col-xs-4,
.modern-p-form .p-form-tiny .col-sm-4,
.modern-p-form .p-form-tiny .col-md-4,
.modern-p-form .p-form-tiny .col-lg-4,
.modern-p-form .p-form-tiny .col-xs-5,
.modern-p-form .p-form-tiny .col-sm-5,
.modern-p-form .p-form-tiny .col-md-5,
.modern-p-form .p-form-tiny .col-lg-5,
.modern-p-form .p-form-tiny .col-xs-6,
.modern-p-form .p-form-tiny .col-sm-6,
.modern-p-form .p-form-tiny .col-md-6,
.modern-p-form .p-form-tiny .col-lg-6,
.modern-p-form .p-form-tiny .col-xs-7,
.modern-p-form .p-form-tiny .col-sm-7,
.modern-p-form .p-form-tiny .col-md-7,
.modern-p-form .p-form-tiny .col-lg-7,
.modern-p-form .p-form-tiny .col-xs-8,
.modern-p-form .p-form-tiny .col-sm-8,
.modern-p-form .p-form-tiny .col-md-8,
.modern-p-form .p-form-tiny .col-lg-8,
.modern-p-form .p-form-tiny .col-xs-9,
.modern-p-form .p-form-tiny .col-sm-9,
.modern-p-form .p-form-tiny .col-md-9,
.modern-p-form .p-form-tiny .col-lg-9,
.modern-p-form .p-form-tiny .col-xs-10,
.modern-p-form .p-form-tiny .col-sm-10,
.modern-p-form .p-form-tiny .col-md-10,
.modern-p-form .p-form-tiny .col-lg-10,
.modern-p-form .p-form-tiny .col-xs-11,
.modern-p-form .p-form-tiny .col-sm-11,
.modern-p-form .p-form-tiny .col-md-11,
.modern-p-form .p-form-tiny .col-lg-11,
.modern-p-form .p-form-tiny .col-xs-12,
.modern-p-form .p-form-tiny .col-sm-12,
.modern-p-form .p-form-tiny .col-md-12,
.modern-p-form .p-form-tiny .col-lg-12 {
  width: 100%;
}
@media (min-width: 430px) {
  .modern-p-form .p-form-xs {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  .modern-p-form .p-form-xs .col-sm-1,
  .modern-p-form .p-form-xs .col-md-1,
  .modern-p-form .p-form-xs .col-lg-1,
  .modern-p-form .p-form-xs .col-sm-2,
  .modern-p-form .p-form-xs .col-md-2,
  .modern-p-form .p-form-xs .col-lg-2,
  .modern-p-form .p-form-xs .col-sm-3,
  .modern-p-form .p-form-xs .col-md-3,
  .modern-p-form .p-form-xs .col-lg-3,
  .modern-p-form .p-form-xs .col-sm-4,
  .modern-p-form .p-form-xs .col-md-4,
  .modern-p-form .p-form-xs .col-lg-4,
  .modern-p-form .p-form-xs .col-sm-5,
  .modern-p-form .p-form-xs .col-md-5,
  .modern-p-form .p-form-xs .col-lg-5,
  .modern-p-form .p-form-xs .col-sm-6,
  .modern-p-form .p-form-xs .col-md-6,
  .modern-p-form .p-form-xs .col-lg-6,
  .modern-p-form .p-form-xs .col-sm-7,
  .modern-p-form .p-form-xs .col-md-7,
  .modern-p-form .p-form-xs .col-lg-7,
  .modern-p-form .p-form-xs .col-sm-8,
  .modern-p-form .p-form-xs .col-md-8,
  .modern-p-form .p-form-xs .col-lg-8,
  .modern-p-form .p-form-xs .col-sm-9,
  .modern-p-form .p-form-xs .col-md-9,
  .modern-p-form .p-form-xs .col-lg-9,
  .modern-p-form .p-form-xs .col-sm-10,
  .modern-p-form .p-form-xs .col-md-10,
  .modern-p-form .p-form-xs .col-lg-10,
  .modern-p-form .p-form-xs .col-sm-11,
  .modern-p-form .p-form-xs .col-md-11,
  .modern-p-form .p-form-xs .col-lg-11,
  .modern-p-form .p-form-xs .col-sm-12,
  .modern-p-form .p-form-xs .col-md-12,
  .modern-p-form .p-form-xs .col-lg-12 {
    width: 100%;
  }
}
@media (max-width: 429px) {
  .modern-p-form .p-form-xs .col-xs-1 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-2 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-3 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-4 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-5 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-6 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-7 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-8 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-9 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-10 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-11 {
    width: 100%;
  }
  .modern-p-form .p-form-xs .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .modern-p-form .p-form-sm {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .modern-p-form .p-form-md {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .modern-p-form .p-form-lg {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
  }
}
.modern-p-form .p-field-value {
  font-size: 14px;
  line-height: 34px;
  padding: 5px 0;
}
.modern-p-form .p-value-label {
  margin-right: 5px;
}
.modern-p-form .p-value-text {
  font-size: 16px;
}
.modern-p-form label.p-label-required:after {
  content: "*";
  margin-left: 3px;
}
.modern-p-form .p-unavailable {
  display: none;
}
.modern-p-form .input-group-state {
  display: table-cell;
  vertical-align: top;
  width: 0;
  height: 0;
  font-size: 11px;
  color: #8c8c8c;
}
.modern-p-form .input-group-state .p-position {
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
  position: relative;
  left: -5px;
  top: 3px;
}
.modern-p-form .input-group-state,
.modern-p-form .input-group-state * {
  pointer-events: none;
}
.modern-p-form .input-group-state .p-text {
  position: absolute;
  top: 0;
  right: 0;
}
.modern-p-form .input-group-state .p-text > * {
  display: none;
}
.modern-p-form .form-control[readonly] {
  cursor: default;
}
.modern-p-form .form-control[disabled] {
  cursor: not-allowed;
}
.modern-p-form .form-control[readonly],
.modern-p-form .form-control[disabled] {
  pointer-events: none;
  background-color: #f2f2f2;
}
.modern-p-form .form-control:required ~ .input-group-state .p-required-text,
.modern-p-form .form-control[data-rule-required] ~ .input-group-state .p-required-text {
  display: inline-block;
}
.modern-p-form .p-custom-arrow .input-group-state .p-position {
  left: -49px;
}
.modern-p-form .p-field-readonly,
.modern-p-form .p-field-disabled,
.modern-p-form .p-field-readonly *,
.modern-p-form .p-field-disabled * {
  pointer-events: none;
}
.modern-p-form .p-field-readonly .p-switch-icon,
.modern-p-form .p-field-disabled .p-switch-icon,
.modern-p-form .p-field-readonly .p-check-icon .p-check-block,
.modern-p-form .p-field-disabled .p-check-icon .p-check-block,
.modern-p-form .p-field-readonly .p-field-cb,
.modern-p-form .p-field-disabled .p-field-cb {
  background-color: #f2f2f2;
}
.modern-p-form .p-field-readonly .p-no-preview,
.modern-p-form .p-field-disabled .p-no-preview {
  background-color: #f2f2f2;
}
.modern-p-form .p-field-readonly .p-rating .p-rating-icon,
.modern-p-form .p-field-disabled .p-rating .p-rating-icon {
  color: #f2f2f2;
}
.modern-p-form .p-field-readonly .p-field-cancel,
.modern-p-form .p-field-disabled .p-field-cancel {
  display: none;
}
.modern-p-form .p-field-sub-text {
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin-top: 3px;
}
.modern-p-form .p-error-text {
  color: #b80000;
}
.modern-p-form .p-field-error .input-group-state .p-error-text,
.modern-p-form .p-html-validate .form-control:invalid ~ .input-group-state .p-error-text,
.modern-p-form .p-html-validate .p-file-wrap [type="file"]:invalid ~ .input-group .input-group-state .p-error-text {
  display: inline-block;
}
.modern-p-form .p-field-error .input-group-state .p-error-text ~ .p-required-text,
.modern-p-form .p-html-validate .form-control:invalid ~ .input-group-state .p-error-text ~ .p-required-text,
.modern-p-form .p-html-validate .p-file-wrap [type="file"]:invalid ~ .input-group .input-group-state .p-error-text ~ .p-required-text {
  display: none;
}
.modern-p-form .p-field-error .input-group-state .p-required-text,
.modern-p-form .p-html-validate .form-control:invalid ~ .input-group-state .p-required-text,
.modern-p-form .p-html-validate .p-file-wrap [type="file"]:invalid ~ .input-group .input-group-state .p-required-text {
  color: #b80000;
}
.modern-p-form .p-field-error .p-no-preview {
  background-color: #fff0f0;
}
.modern-p-form .alert-error {
  background-color: #fff0f0;
  border-color: #ffd6d6;
  color: #b80000;
}
.modern-p-form .p-valid-text {
  color: #2b995d;
}
.modern-p-form .p-field-valid .input-group-state .p-valid-text,
.modern-p-form .p-html-validate .form-control:valid ~ .input-group-state .p-valid-text,
.modern-p-form .p-html-validate .p-file-wrap [type="file"]:valid ~ .input-group .input-group-state .p-valid-text {
  display: inline-block;
}
.modern-p-form .p-field-valid .input-group-state .p-valid-text ~ .p-required-text,
.modern-p-form .p-html-validate .form-control:valid ~ .input-group-state .p-valid-text ~ .p-required-text,
.modern-p-form .p-html-validate .p-file-wrap [type="file"]:valid ~ .input-group .input-group-state .p-valid-text ~ .p-required-text {
  display: none;
}
.modern-p-form .p-field-valid .input-group-state .p-required-text,
.modern-p-form .p-html-validate .form-control:valid ~ .input-group-state .p-required-text,
.modern-p-form .p-html-validate .p-file-wrap [type="file"]:valid ~ .input-group .input-group-state .p-required-text {
  color: #2b995d;
}
.modern-p-form .p-field-valid .p-no-preview {
  background-color: #f3fcf7;
}
.modern-p-form .p-validate-highlight .p-field-valid .p-field-cb,
.modern-p-form .p-validate-highlight .p-field-valid .p-switch-icon,
.modern-p-form .p-validate-highlight .p-field-valid .p-check-icon .p-check-block,
.modern-p-form .p-html-validate.p-validate-highlight .form-control:focus:valid,
.modern-p-form .p-html-validate.p-validate-highlight .form-control:focus:valid ~ .p-field-cb,
.modern-p-form .p-html-validate.p-validate-highlight .p-file-wrap [type="file"]:focus:valid ~ .input-group .p-field-cb {
  background-color: #f3fcf7;
}
.modern-p-form .p-validate-highlight .p-field-error .p-field-cb,
.modern-p-form .p-validate-highlight .p-field-error .p-switch-icon,
.modern-p-form .p-validate-highlight .p-field-error .p-check-icon .p-check-block,
.modern-p-form .p-html-validate.p-validate-highlight .form-control:focus:invalid,
.modern-p-form .p-html-validate.p-validate-highlight .form-control:focus:invalid ~ .p-field-cb,
.modern-p-form .p-html-validate.p-validate-highlight .p-file-wrap [type="file"]:focus:invalid ~ .input-group .p-field-cb {
  background-color: #fff0f0;
}
.modern-p-form .alert-valid {
  background-color: #f3fcf7;
  border-color: #dff6ea;
  color: #2b995d;
}
.modern-p-form .p-form-steps-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
.modern-p-form .p-form-steps {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  display: table;
  border-collapse: separate;
}
.modern-p-form .p-form-steps:before {
  left: 0;
  width: 100%;
  background-color: #ccc;
}
.modern-p-form .p-form-steps:before,
.modern-p-form .p-form-steps > li.active .p-step:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 4px;
}
.modern-p-form .p-form-steps > li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.modern-p-form .p-form-steps > li:first-child .p-step {
  margin-left: 0;
}
.modern-p-form .p-form-steps > li:last-child .p-step {
  margin-right: 0;
}
.modern-p-form .p-form-steps > li.active .p-step {
  color: #fff;
  display: inline-block;
}
.modern-p-form .p-form-steps > li.active ~ li .p-step {
  color: #666;
}
.modern-p-form .p-form-steps > li.active .p-step:before {
  right: 100%;
  width: 10000px;
  background-color: #141414;
}
.modern-p-form .p-form-steps > li.active ~ li .p-step-text {
  background-color: #ccc;
}
.modern-p-form .p-step {
  position: relative;
  font-size: 24px;
  line-height: 44px;
  color: #474747;
  text-align: center;
  text-decoration: none;
  display: none;
}
.modern-p-form .p-step .p-step-text {
  position: relative;
  display: inline-block;
  z-index: 20;
  padding: 0 15px;
  min-width: 80px;
  background-color: #141414;
}
.modern-p-form .p-js-show-step .p-step:hover,
.modern-p-form a.p-step:hover {
  cursor: pointer;
  color: #fff;
}
.modern-p-form .p-steps-icons .p-step {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.modern-p-form .p-steps-icons .p-step .p-step-text {
  min-width: 44px;
}
@media (min-width: 768px) {
  .modern-p-form .p-steps-icons .p-step .p-step-text {
    min-width: 80px;
  }
  .modern-p-form .p-step {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .modern-p-form .p-form-steps > li:first-child .p-step {
    margin-left: 0;
  }
  .modern-p-form .p-form-steps > li:last-child .p-step {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .modern-p-form .p-form-steps .p-step {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.modern-p-form .tab-content {
  padding-top: 20px;
}
.modern-p-form .nav-tabs {
  border-bottom: 1px solid #d9d9d9;
  background-color: transparent;
}
.modern-p-form .nav-tabs > li > label {
  padding: 10px 8px;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  min-width: 120px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.modern-p-form .nav-tabs > li > label:hover,
.modern-p-form .nav-tabs > li > label:focus {
  background-color: #474747;
  color: #fff;
  font-size: 24px;
}
.modern-p-form .p-tab-sel {
  display: none;
}
.modern-p-form .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label,
.modern-p-form .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label,
.modern-p-form .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label,
.modern-p-form .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label,
.modern-p-form .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label,
.modern-p-form .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:hover,
.modern-p-form .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:hover,
.modern-p-form .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:hover,
.modern-p-form .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:hover,
.modern-p-form .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:hover,
.modern-p-form .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:focus,
.modern-p-form .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:focus,
.modern-p-form .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:focus,
.modern-p-form .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:focus,
.modern-p-form .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:focus {
  background-color: #333;
  color: #fff;
  font-size: 24px;
  cursor: default;
}
.modern-p-form .p-tab-sel:nth-child(1):checked ~ .tab-content > .tab-pane:nth-child(1),
.modern-p-form .p-tab-sel:nth-child(2):checked ~ .tab-content > .tab-pane:nth-child(2),
.modern-p-form .p-tab-sel:nth-child(3):checked ~ .tab-content > .tab-pane:nth-child(3),
.modern-p-form .p-tab-sel:nth-child(4):checked ~ .tab-content > .tab-pane:nth-child(4),
.modern-p-form .p-tab-sel:nth-child(5):checked ~ .tab-content > .tab-pane:nth-child(5) {
  display: block;
}
.modern-p-form .p-title,
.modern-p-form .p-subtitle {
  color: #333;
  font-family: 'Lato';
  clear: both;
  zoom: 1;
}
.modern-p-form .p-title:before,
.modern-p-form .p-subtitle:before,
.modern-p-form .p-title:after,
.modern-p-form .p-subtitle:after {
  content: "";
  display: table;
}
.modern-p-form .p-title:after,
.modern-p-form .p-subtitle:after {
  clear: both;
}
.modern-p-form .p-no-offs {
  margin-top: 0 !important;
}
.modern-p-form > .p-title:first-child,
.modern-p-form > .p-subtitle:first-child {
  margin-top: 0;
}
.modern-p-form .p-title-line,
.modern-p-form .p-title-step-line,
.modern-p-form .p-title-side {
  display: block;
  background-color: #333;
  color: #fff;
}
.modern-p-form .p-title-line,
.modern-p-form .p-title-step-line {
  padding: 3px 15px 5px;
}
.modern-p-form .p-title-side {
  padding: 3px 25px 5px;
}
.modern-p-form .p-title-step-line {
  margin: 0 8px;
}
.modern-p-form .text-center > .p-title-step-line,
.modern-p-form .text-left > .p-title-step-line,
.modern-p-form .text-right > .p-title-step-line,
.modern-p-form .text-center > .p-title-side,
.modern-p-form .text-left > .p-title-side,
.modern-p-form .text-right > .p-title-side,
.modern-p-form .text-center > .p-title-line,
.modern-p-form .text-left > .p-title-line,
.modern-p-form .text-right > .p-title-line {
  display: inline-block;
  vertical-align: top;
}
.modern-p-form.text-left > .p-title-side,
.modern-p-form .p-inset.text-left > .p-title-side,
.modern-p-form .p-shadowed.text-left > .p-title-side,
.modern-p-form .p-bordered.text-left > .p-title-side,
.modern-p-form .p-subtitle.text-left > .p-title-side,
.modern-p-form .p-inset .p-subtitle.text-left > .p-title-side,
.modern-p-form .p-shadowed .p-subtitle.text-left > .p-title-side,
.modern-p-form .p-bordered .p-subtitle.text-left > .p-title-side {
  padding-right: 15px;
}
.modern-p-form.text-right > .p-title-side,
.modern-p-form .p-inset.text-right > .p-title-side,
.modern-p-form .p-shadowed.text-right > .p-title-side,
.modern-p-form .p-bordered.text-right > .p-title-side,
.modern-p-form .p-subtitle.text-right > .p-title-side,
.modern-p-form .p-inset .p-subtitle.text-right > .p-title-side,
.modern-p-form .p-shadowed .p-subtitle.text-right > .p-title-side,
.modern-p-form .p-bordered .p-subtitle.text-right > .p-title-side {
  padding-left: 15px;
}
.modern-p-form .p-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
}
.modern-p-form .p-title .p-title-side {
  padding-top: 20px;
  padding-bottom: 10px;
}
.modern-p-form .p-title .p-title-step-line,
.modern-p-form .p-title .p-title-line {
  padding-top: 8px;
  padding-bottom: 10px;
}
.modern-p-form .p-title.text-center > .p-title-side {
  padding-left: 35px;
  padding-right: 35px;
}
.modern-p-form .p-title.text-left > .p-title-side {
  padding-left: 35px;
}
.modern-p-form .p-title.text-right > .p-title-side {
  padding-right: 35px;
}
.modern-p-form .p-subtitle {
  margin: 15px 0 20px;
  font-size: 19px;
  line-height: 24px;
}
.modern-p-form .p-show-tooltip:hover ~ .input-group .p-tooltip {
  display: block;
}
.modern-p-form .p-tooltip {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -100px;
  min-width: 200px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  z-index: 100;
}
.modern-p-form .p-tooltip:hover {
  display: block;
}
.modern-p-form .p-tooltip .p-tooltip-content {
  position: relative;
  background-color: #141414;
  padding: 5px;
  display: inline-block;
  text-align: left;
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 2px;
}
.modern-p-form .p-tooltip .p-tooltip-content img {
  max-width: 100%;
}
.modern-p-form .p-tooltip .p-tooltip-content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -8px;
  border-color: rgba(20,20,20,0);
  border-style: solid;
  border-width: 8px 8px;
  border-top-color: #141414;
}
.modern-p-form .p-tooltip.p-tooltip-bottom,
.modern-p-form .p-tooltip.p-tooltip-bottom-left,
.modern-p-form .p-tooltip.p-tooltip-bottom-right {
  bottom: auto;
  top: 100%;
}
.modern-p-form .p-tooltip.p-tooltip-bottom .p-tooltip-content,
.modern-p-form .p-tooltip.p-tooltip-bottom-left .p-tooltip-content,
.modern-p-form .p-tooltip.p-tooltip-bottom-right .p-tooltip-content {
  margin-bottom: 0;
  margin-top: 8px;
}
.modern-p-form .p-tooltip.p-tooltip-bottom .p-tooltip-content:after,
.modern-p-form .p-tooltip.p-tooltip-bottom-left .p-tooltip-content:after,
.modern-p-form .p-tooltip.p-tooltip-bottom-right .p-tooltip-content:after {
  top: auto;
  bottom: 100%;
  border-top-color: rgba(20,20,20,0);
  border-bottom-color: #141414;
}
.modern-p-form .p-tooltip.p-tooltip-bottom-left .p-tooltip-content:after,
.modern-p-form .p-tooltip.p-tooltip-top-left .p-tooltip-content:after,
.modern-p-form .p-tooltip.p-tooltip-bottom-right .p-tooltip-content:after,
.modern-p-form .p-tooltip.p-tooltip-top-right .p-tooltip-content:after {
  margin-left: 0;
}
.modern-p-form .p-tooltip.p-tooltip-bottom-left,
.modern-p-form .p-tooltip.p-tooltip-top-left {
  text-align: left;
  left: 0;
  margin: 0;
}
.modern-p-form .p-tooltip.p-tooltip-bottom-left .p-tooltip-content:after,
.modern-p-form .p-tooltip.p-tooltip-top-left .p-tooltip-content:after {
  left: 14px;
}
.modern-p-form .p-tooltip.p-tooltip-bottom-right,
.modern-p-form .p-tooltip.p-tooltip-top-right {
  text-align: right;
  left: auto;
  right: 0;
  margin: 0;
}
.modern-p-form .p-tooltip.p-tooltip-bottom-right .p-tooltip-content:after,
.modern-p-form .p-tooltip.p-tooltip-top-right .p-tooltip-content:after {
  left: auto;
  right: 14px;
}
.modern-p-form .p-inset .p-buttons,
.modern-p-form .p-shadowed .p-buttons,
.modern-p-form .p-bordered .p-buttons {
  padding-right: 0;
}
.modern-p-form .p-inset .p-form-steps-wrap .p-form-steps,
.modern-p-form .p-shadowed .p-form-steps-wrap .p-form-steps,
.modern-p-form .p-bordered .p-form-steps-wrap .p-form-steps {
  padding-right: 0;
  width: auto;
}
.modern-p-form .p-inset,
.modern-p-form .p-shadowed,
.modern-p-form .p-bordered {
  padding: 20px;
}
.modern-p-form .p-inset .p-title .p-title-side,
.modern-p-form .p-shadowed .p-title .p-title-side,
.modern-p-form .p-bordered .p-title .p-title-side {
  margin-left: 15px;
  margin-right: 15px;
}
.modern-p-form .p-inset .p-subtitle .p-title-side,
.modern-p-form .p-shadowed .p-subtitle .p-title-side,
.modern-p-form .p-bordered .p-subtitle .p-title-side {
  padding-left: 20px;
  padding-right: 20px;
}
.modern-p-form .p-inset > .p-title:first-child .p-title-line,
.modern-p-form .p-shadowed > .p-title:first-child .p-title-line,
.modern-p-form .p-bordered > .p-title:first-child .p-title-line {
  margin-top: -5px;
}
.modern-p-form .p-inset > .p-title:first-child .p-title-step-line,
.modern-p-form .p-shadowed > .p-title:first-child .p-title-step-line,
.modern-p-form .p-bordered > .p-title:first-child .p-title-step-line {
  margin-top: -12px;
}
.modern-p-form .p-inset .p-title-step-line,
.modern-p-form .p-shadowed .p-title-step-line {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -12px;
  margin-right: -12px;
}
.modern-p-form .p-inset .p-title .p-title-line,
.modern-p-form .p-shadowed .p-title .p-title-line {
  padding-left: 20px;
  padding-right: 20px;
}
.modern-p-form .p-inset > .p-title:first-child .p-title-side,
.modern-p-form .p-shadowed > .p-title:first-child .p-title-side {
  margin-top: -20px;
  padding-top: 40px;
}
.modern-p-form .p-inset .p-subtitle .p-title-side,
.modern-p-form .p-shadowed .p-subtitle .p-title-side,
.modern-p-form .p-inset .p-title .p-title-line,
.modern-p-form .p-shadowed .p-title .p-title-line {
  margin-left: -20px;
  margin-right: -20px;
}
.modern-p-form .p-inset .p-buttons,
.modern-p-form .p-shadowed .p-buttons {
  margin-bottom: -20px;
}
.modern-p-form .p-inset .nav-tabs,
.modern-p-form .p-shadowed .nav-tabs {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.modern-p-form .p-inset .p-form-steps-wrap,
.modern-p-form .p-shadowed .p-form-steps-wrap {
  margin-left: -20px;
}
.modern-p-form .p-shadowed {
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.modern-p-form .p-bordered {
  border: 1px solid #d9d9d9;
}
.modern-p-form .p-bordered .p-title-step-line {
  padding-left: 13px;
  padding-right: 13px;
  margin-left: -13px;
  margin-right: -13px;
}
.modern-p-form .p-bordered .p-title .p-title-line {
  padding-left: 21px;
  padding-right: 21px;
}
.modern-p-form .p-bordered > .p-title:first-child .p-title-side {
  margin-top: -21px;
  padding-top: 41px;
}
.modern-p-form .p-bordered .p-subtitle .p-title-side,
.modern-p-form .p-bordered .p-title .p-title-line {
  margin-left: -21px;
  margin-right: -21px;
}
.modern-p-form .p-bordered .p-buttons {
  margin-bottom: -21px;
}
.modern-p-form .p-bordered .nav-tabs {
  margin-left: -21px;
  margin-right: -21px;
  margin-top: -21px;
}
.modern-p-form .p-bordered .p-form-steps-wrap {
  margin-left: -21px;
}
.modern-p-form .p-shadowed.p-tabs-offset > .nav-tabs + .tab-content,
.modern-p-form .p-bordered.p-tabs-offset > .nav-tabs + .tab-content,
.modern-p-form .p-inset.p-tabs-offset > .nav-tabs + .tab-content {
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.modern-p-form .p-tabs-offset {
  margin-top: 48px;
  position: relative;
  padding: 0;
}
.modern-p-form .p-tabs-offset > .nav-tabs {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 0;
  border-color: transparent;
}
.modern-p-form .p-tabs-offset > .nav-tabs > li > label {
  background-color: #474747;
  color: #fff;
}
.modern-p-form .p-tabs-offset > .nav-tabs > li > label:hover,
.modern-p-form .p-tabs-offset > .nav-tabs > li > label:focus {
  background-color: #333;
  color: #fff;
}
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:hover,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:hover,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:hover,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:hover,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:hover,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:focus,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:focus,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:focus,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:focus,
.modern-p-form .p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:focus {
  background-color: #fff;
  color: #333;
  z-index: 2;
}
.modern-p-form .p-tabs-offset.p-shadowed {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modern-p-form .p-tabs-offset.p-shadowed > .nav-tabs {
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.modern-p-form .p-tabs-offset.p-shadowed > .nav-tabs + .tab-content {
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.modern-p-form .p-tabs-offset.p-bordered {
  border: 0 none;
}
.modern-p-form .p-tabs-offset.p-bordered > .nav-tabs {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.modern-p-form .p-tabs-offset.p-bordered > .nav-tabs + .tab-content {
  border: 1px solid #d9d9d9;
}
.modern-p-form .p-tabs-offset.p-bordered > .nav-tabs > li > label {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid transparent;
  padding-bottom: 11px;
  margin-bottom: -1px;
}
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label,
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label,
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label,
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label,
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label {
  border-bottom-color: transparent;
  padding-bottom: 10px;
  margin: -1px;
  border: 1px solid #d9d9d9;
  border-bottom: 0 none;
  padding-bottom: 12px;
}
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1):last-child > label,
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2):last-child > label,
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3):last-child > label,
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4):last-child > label,
.modern-p-form .p-tabs-offset.p-bordered .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5):last-child > label {
  border-right-color: #d9d9d9;
}
.modern-p-form .p-steps-offset {
  margin-top: 39px;
  position: relative;
  padding-top: 44px;
}
.modern-p-form .p-steps-offset > .p-form-steps-wrap:first-child {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 0 0 -24px;
}
.modern-p-form .p-steps-offset > .p-form-steps-wrap:first-child .p-form-steps {
  padding-right: 0;
}
.modern-p-form .p-steps-offset.p-shadowed > .p-form-steps-wrap:first-child {
  padding-top: 15px;
  padding-right: 15px;
}
.modern-p-form .p-steps-offset.p-shadowed > .p-form-steps-wrap:first-child .p-step:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  height: 15px;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
}
.modern-p-form .p-steps-offset.p-bordered .p-form-steps-wrap {
  margin-left: -1px;
  margin-bottom: -23px;
}
.modern-p-form .p-alt-color,
.modern-p-form .p-alt-color label {
  color: #333;
}
.modern-p-form .p-alt-back,
.modern-p-form .p-alt-back .p-form-bg {
  background-color: #fafafa;
}
.modern-p-form .p-alt-back.p-tabs-offset > .nav-tabs + .tab-content {
  background-color: #fafafa;
}
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:hover,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:hover,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:hover,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:hover,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:hover,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(1):checked ~ .nav-tabs > li:nth-child(1) > label:focus,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(2):checked ~ .nav-tabs > li:nth-child(2) > label:focus,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(3):checked ~ .nav-tabs > li:nth-child(3) > label:focus,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(4):checked ~ .nav-tabs > li:nth-child(4) > label:focus,
.modern-p-form .p-alt-back.p-tabs-offset .p-tab-sel:nth-child(5):checked ~ .nav-tabs > li:nth-child(5) > label:focus {
  background-color: #fafafa;
}
.modern-p-form .p-alt-back .p-table.table-striped > tbody > tr:nth-of-type(even),
.modern-p-form .p-alt-back .p-table.table-striped > thead {
  background-color: #f2f2f2;
}
.modern-p-form .p-alt-back .panel-fp > .panel-heading {
  background-color: #f2f2f2;
}
.modern-p-form .p-alt-back .panel-fp > .panel-body {
  background-color: #fafafa;
}
.modern-p-form .p-alt-back hr.p-flat {
  border-color: #f2f2f2;
}
