div,
fieldset,
legend,
span,
label,
table,
tbody,
tr,
td,
a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

strong {
  font-weight: bold !important;
}

select {
  height: 29px;
  line-height: 32px;
  padding: 0 33px 0 10px;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

fieldset.group-contact-indywidual .fieldset-wrapper .form-item {
  justify-content: space-around;
  display: flex;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.node-form #edit-field-registration-city label,
.node-form #edit-field-registration-city select {
  display: inline-block;
}

legend h2.fieldset-legend::after {
  content: '';
  border-bottom: 3px solid red;
  width: 100px;
  display: block;
  padding-bottom: 40px;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
}

.marker, .form-required {
  color: #f00;
}

.node-form  .field-name-field-registration-course .header-courses {
  margin-top: 15px;
  color: #4e4e4e;
}

.node-form .field-name-field-registration-course span {
  display: inline-block;
  width: 25%;
}

.node-form .field-name-field-registration-course label span:not(:last-child) {
  width: calc(25% - 10px);
}

.node-form .form-type-radio.form-item-field-registration-course-und:last-child label span {
  width: calc(100% - 20px);
}

.node-form .form-type-radio.form-item-field-registration-course-und {
  background: #f4f4f4;
  margin-bottom: 3px;
  padding: 4px 0;
  margin-top: 0;
}

.node-form #edit-field-registration-city {
  margin-right: 5px;
  text-align: right;
  font-size: 0.9em;
}

.Zebra_TransForm_Wrapper .Zebra_TransForm_Replaced {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: auto !important;
  z-index: 10 !important;
  font-family: inherit;
}

.node-form #edit-field-registration-city select {
  margin-left: 5px;
  width: 155px;
  background: white;
}

.Zebra_TransForm_Select {
  position: absolute;
  border: 0;
  cursor: default;
  cursor: pointer;
  z-index: 9;
  overflow: hidden;
  border: 1px solid #999999;
  background: white !important;
}

.Zebra_TransForm_Arrow {
  background: url(../img/arrows.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
}

.Zebra_TransForm_Arrow {
  background-position: 0 -216px;
  background-color: #fff;
}

.Zebra_TransForm_Select .Zebra_TransForm_Arrow {
  background-position: 0 -216px;
  width: 29px;
  height: 29px;
  z-index: 19;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  margin-right: -33px;
}

.Zebra_TransForm_Select .Zebra_TransForm_Text {
  position: absolute;
  color: #222;
  cursor: default;
  z-index: 8;
  white-space: nowrap;
  overflow: hidden;
  width: auto !important;
}

.node-form #edit-field-registration-type-und {
  position: relative;
  top: 60px;
}

.node-form #edit-field-registration-type-und div.form-item {
  display: inline-block;
  margin-left: 5px;
  margin-right: 15px;
}

label.option {
  display: inline;
  font-weight: normal;
}

.node-form #edit-field-registration-type-und label {
  position: relative;
  top: 3px;
}

.node-form fieldset.group-contact-indywidual > legend,
.node-form fieldset.group-contact-group > legend {
  position: relative;
  top: -50px;
}

.node-form .field-type-text,
.node-form .field-type-email,
.node-form .field-type-number-integer {
  display: inline-block;
  width: 33%;
  padding: 0 5px;
}

.node-form .field-type-textarea {
  display: inline-block;
  width: 100%;
  padding: 0 9px 0 5px;
}

.node-form .field-type-text label,
.node-form .field-type-email label,
.node-form .field-type-number-integer label {
  display: inline-block;
  text-align: right;
  font-size: 0.9em;
}

.node-form .form-item-field-g-email-und-0-email input,
.node-form .form-item-field-g-phone-und-0-value input {
  background: transparent;
}

.node-form fieldset.group-contact-indywidual .field-name-field-i-number input {
  width: 65px;
}

.node-form fieldset.group-contact-indywidual .field-name-field-i-postal-code input {
  width: 100px;
}

.node-form .form-item-field-g-email-und-0-email span.placeholder,
.node-form .form-item-field-g-phone-und-0-value span.placeholder {
  font-size: 0.9em;
  position: absolute;
  right: 33px;
  top: 2px;
  z-index: -15;
}

.node-form .form-item-field-g-phone-und-0-value span.placeholder {
  right: 30px;
}

.group-contact-group .form-wrapper .form-item.form-type-textfield {
  justify-content: space-around;
  display: flex;
  width: 100%;
}

#edit-field-g-company input {
  width: 110px;
}

#edit-field-g-number input {
  width: 65px;
}

#edit-field-g-postal-code input {
  width: 130px;
}

.node-form .field-name-field-students .form-item {
  margin-bottom: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

.node-form .field-name-field-students tr {
  background: transparent;
  border-bottom: 0;
}

.node-form .field-name-field-students td {
  padding: 10px 0;
}

.node-form .field-name-field-students div.single-student-title {
  font-size: 0.9em;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #bfbfbf solid;
  padding-bottom: 10px;
}

tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.node-form .field-name-field-students .form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}

.node-form .field-name-field-students .field-name-field-s-name label,
.node-form .field-name-field-students .field-name-field-s-email label,
.node-form .field-name-field-students .field-name-field-s-street label {
  width: 50px;
}

.node-form .field-name-field-students .field-name-field-s-surname label,
.node-form .field-name-field-students .field-name-field-s-phone label {
  width: 90px;
}

.node-form .field-name-field-students .field-name-field-s-surname input,
.node-form .field-name-field-students .field-name-field-s-phone input {
  width: 165px;
}

.node-form .field-name-field-students .field-name-field-s-pesel label,
.node-form .field-name-field-students .field-name-field-s-city label {
  width: 70px;
}

.node-form .field-name-field-students .field-name-field-s-number label {
  width: 155px;
}

.node-form .field-name-field-students .field-name-field-s-number input {
  width: 100px;
}

.node-form .field-name-field-students .field-name-field-s-postal-code label {
  width: 120px;
}

.node-form .field-name-field-students .field-name-field-s-postal-code input {
  width: 95px;
}

.node-form .button-action {
  display: flex;
  justify-content: space-between;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.node-form #edit-field-disclaimer-und input[type="checkbox"] {
  float: left;
  margin-top: 1px;
}

label.option {
  display: inline;
  font-weight: normal;
}

.node-form #edit-field-disclaimer-und label {
  display: block;
  font-size: 0.9em;
  margin-left: 25px;
  line-height: 1.1em;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.node-form td > input[type="submit"]:hover,
.node-form td > .ajax-new-content > input[type="submit"]:hover {
  background: white;
  border: 2px #44d62c solid;
  color: black;
}

.node-form div.form-item > div > input[type="submit"]:hover {
  background: white;
  border: 2px #44d62c solid;
  color: black;
}


/* new */
.pzp-registration-course > legend {
  padding-bottom: 40px;
}

.pzp-registration-course form h4 {
  margin-bottom: 20px;
}

.node-form fieldset input[type="email"], 
.node-form fieldset input[type="number"], 
.node-form fieldset input[type="password"], 
.node-form fieldset input[type="tel"], 
.node-form fieldset input[type="text"], 
.node-form fieldset input[type="url"], 
.node-form fieldset textarea,
.node-form fieldset select {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
    margin-top: 0px;
  margin-top: 0px;
  padding: 12px 18px;
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  font-weight: inherit;
  color: #afa8a7;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  -o-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
  height: 44px;
}

.form-item-field-registration-type {
  position: relative;
}

.form-item {
  display: inline-block;
  margin: 0;
  margin-left: 5px;
  margin-right: 15px;
}

.form-item input {
  margin-right: 7px;
}

.node-form fieldset,
.node-form .form-type-radios,
.node-form .field-name-field-disclaimer {
  margin-bottom: 25px;
}

#pzp-registration-course-add #postbox-container-2,
#pzp-registration-course-edit #postbox-container-2 {
  width: 100%;
}

#pzp-form-editor .pzp-form-editor-panel {
  background-color: #f5f5f5;
  border: 1px solid #aaa;
    border-top-color: rgb(170, 170, 170);
    border-top-style: solid;
    border-top-width: 1px;
  border-top-color: rgb(170, 170, 170);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  padding: 16px;
}

#pzp-registration-course-add a.nav-tab-active, #pzp-registration-course-add a.nav-tab-active:hover,
#pzp-registration-course-edit a.nav-tab-active, #pzp-registration-course-edit a.nav-tab-active:hover {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.field-info-text {
	border: 2px solid #0acc0a;
	padding: 5px 10px;
	margin-bottom: 25px;
}

.field-info-text.error {
	border-color: red;
}

fieldset input.required.error,
.form-select-legend.error {
	border: 2px solid red;
}
