body {
	padding: 5px 0 50px 5px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333333;
}
h2 {
	font-size: 22px;
	line-height: 1.4;
	margin-top: 0;
}
p {
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 0;
}
ul, ol {
	padding-left: 16px;
}

.green {
	color: #00646E;
}
.gray {
	color: #CCCCCC;
}

/* layout */
#page {
	width: 1024px;
	min-height: 300px;
	background: #FFF;
}
.two_cols {
	overflow: hidden;
}
.two_cols > div {
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.two_cols > div:nth-child(1) {
	width: 640px;
}
.two_cols > div:nth-child(2) {
	width: 384px;
}
/* END layout */

/* registration form */
.registration-form-container {
	;
}
.registration-form-container .header-container {
	box-sizing: border-box;
	height: 135px;
	padding: 25px 5px 0;
	background: #EBF1F1;
}
.registration-form-container .form-container {
	box-sizing: border-box;
	height: 670px;
	padding: 25px 30px 20px;
	background-color: #F8F8F8;
	background-image: url('../img/BG-bottom-left_column.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.registration-form-container .form-container {
	;
}
/* END registration form */

/* registration form stage indicator */
.registration-form-container .stage {
	width: 105px;
	float: left;
	overflow: hidden;
}
.registration-form-container .stage .stage-indicator {
	overflow: hidden;
}
.registration-form-container .stage .stage-indicator .stage-image {
	width: 40px;
	height: 40px;
	float: left;
}
.registration-form-container .stage .stage-indicator .stage-line {
	float: left;
	width: 32.5px;
	height: 20px;
	border-bottom: solid 2px #CCC;
}
.registration-form-container .stage:first-child .stage-indicator .stage-line.left,
.registration-form-container .stage:last-child .stage-indicator .stage-line.right {
	border-bottom: none;
}
.registration-form-container .stage.active .stage-indicator .stage-line {
	border-bottom-color: #00646E;
}
.registration-form-container .stage .stage-name {
	width: 105px;
	clear: both;
	text-align: center;
	color: #CCCCCC;
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.4;
}
.registration-form-container .stage.active .stage-name {
	color: #00646E;
}
/* END registration form stage indicator */

/* stage icons */
.stage .stage-image {
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
}
.stage.active .stage-image {
	background-position-x: -40px;
}
.stage-0 .stage-image {
	background-image: url('../img/stages/etap-1.png');
}
.stage-1 .stage-image {
	background-image: url('../img/stages/etap-2.png');
}
.stage-2 .stage-image {
	background-image: url('../img/stages/etap-3.png');
}
.stage-3 .stage-image {
	background-image: url('../img/stages/etap-4.png');
}
.stage-4 .stage-image {
	background-image: url('../img/stages/etap-5.png');
}
.stage-5 .stage-image {
	background-image: url('../img/stages/etap-6.png');
}
/* END stage icons */

/* registration - common items */
.clear {
	clear: both;
}
.registration-form-container .tab {
	height: 575px;
}
.registration-form-container .buttons-container {
	height: 50px;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
}
.button {
	display: inline-block;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	background-color: #CCC;
	background-image: url('../img/arrow-right.png');
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: none;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 30px;
	cursor: default;
}
.button.active {
	background-color: #00646E;
	cursor: pointer;
}
.registration-form-container .buttons-container .button {
	float: right;
}
.registration-form-container .buttons-container .button.prev {
	float: left;
	padding-left: 30px;
	padding-right: 10px;
	background-image: url('../img/arrow-left.png');
	background-position: left 10px center;
}
.registration-form-container .buttons-container .button.prev,
.registration-form-container .buttons-container .button.next,
.registration-form-container .buttons-container .button.submit {
	display: none;
}

.form {
	font-size: 12px;
	color: #333;
	line-height: 1.4;
}
.form .row {
	height: 50px;
	padding: 5px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.form .row label {
	display: block;
	float: left;
	overflow: hidden;
	width: 120px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 6px 0 0;
}
.form .row input {
	display: block;
	float: left;
	overflow: hidden;
	width: 460px;
	height: 40px;
	box-sizing: border-box;
	background: #FFF;
	border: solid 1px #CCC;
	color: #333;
	font-size: 12px;
	padding: 10px;
}
.training-info-banner {
	width: 580px;
	height: 130px;
	background-repeat: no-repeat;
	color: #FFF;
	position: relative;
	margin-bottom: 15px;
}
.training-info-banner.standard {
	background-image: url('../img/green-header2.png');
}
.training-info-banner.advanced {
	background-image: url('../img/violet-header.png');
}
.training-info-banner .training-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
    width: 300px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.training-info-banner .training-date {
	font-size: 14px;
	text-align: center;
	width: 250px;
	position: absolute;
	top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.training-info-banner .company-name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 250px;
	position: absolute;
	top: 78px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.training-info-banner .company-nip-regon {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	position: absolute;
	bottom: 10px;
    left: 10px;
}
.training-info-banner .company-address {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 10px;
    right: 10px;
}

.tab {
	display: none;
}
.tab.active {
	display: block;
}
/* END registration - common items */

/* registration tab-0 */
.tab-0 .training-info .training-header {
	overflow: hidden;
	clear: both;
}
.tab-0 .training-info .training-header .header-left {
	width: 440px;
	height: 30px;
	box-sizing: border-box;
	border-right: solid 3px #FFF;
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	float: left;
	overflow: hidden;
}
.tab-0 .training-info.standard .training-header .header-left {
	background-color: #647D2D;
	background-image: url('../img/belka_tytulowa-poziom_standard2.png');
	background-repeat: no-repeat;
}
.tab-0 .training-info.advanced .training-header .header-left {
	background-color: #6c0045;
	background-image: url('../img/belka_tytulowa-poziom_advanced.png');
	background-repeat: no-repeat;
}
.tab-0 .training-info .training-header .header-right {
	display: block;
	width: 140px;
	height: 30px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	float: left;
	overflow: hidden;
}
.tab-0 .training-info.standard .training-header .header-right {
	background-color: #647D2D;
}
.tab-0 .training-info.advanced .training-header .header-right {
	background-color: #651947;
}
.tab-0 .training-info .training-header .header-right span.download {
	padding-right: 16px;
	background-image: url('../img/icon-download.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.tab-0 .training-info .training-header .header-right:hover {
	text-decoration: none;
}
.tab-0 .training-info .training-description {
	font-size: 12px;
	line-height: 1.6;
}
/* END registration tab-0 */

/* registration tab-1 */
.tab-1 .choose-level-container {
	height: 280px;
	overflow: hidden;
	margin-bottom: 50px;
}
.tab-1 .choose-level-container .level {
	width: 275px;
	height: 280px;
	float: left;
	overflow: hidden;
}
.tab-1 .choose-level-container .level:first-child {
	margin-right: 30px;
}
.tab-1 .choose-level-container .level .big-button {
	width: 275px;
	height: 246px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	cursor: pointer;
}
.tab-1 .choose-level-container .level.standard .big-button {
	background-image: url('../img/group-standard2.png');
	background-position: -276px 0px;
}
.tab-1 .choose-level-container .level.advanced .big-button {
	background-image: url('../img/group-advanced.png');
	background-position: -276px 0px;
}
.tab-1 .choose-level-container .level.active.standard .big-button {
	background-position: 0px 0px;
}
.tab-1 .choose-level-container .level.active.advanced .big-button {
	background-position: 0px 0px;
}
.tab-1 .choose-level-container .level .download-description {
	display: block;
	width: 275px;
	height: 34px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	box-sizing: border-box;
	margin: 4px 0 0;
	padding: 0 16px 0 0;
}
.tab-1 .choose-level-container .level.standard .download-description {
	background: #CCC;
}
.tab-1 .choose-level-container .level.advanced .download-description {
	background: #CCC;
}
.tab-1 .choose-level-container .level.active.standard .download-description {
	background: #647D2D;
}
.tab-1 .choose-level-container .level.active.advanced .download-description {
	background: #6c0045;
}
.tab-1 .choose-level-container .level .download-description span.download {
	padding-right: 22px;
	background-image: url('../img/icon-download.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.tab-1 select {
	width: 100%;
	height: 40px;
	background: #FFF;
	border: solid 1px #333;
	font-size: 14px;
	color: #333;
	padding: 10px;
}
.tab-1 select:disabled {
	color: #CCC;
	border-color: #CCC;
}
.tab-1 select.standard-datetimes {
	;
}
.tab-1 select.advanced-datetimes {
	display: none;
}
/* END registration tab-1 */

/* registration tab-2 */

/* END registration tab-2 */

/* registration tab-3 */
.tab-3 h2 {
	float: left;
}
.tab-3 .person-switcher {
	float: right;
	overflow: hidden;
	width: 100px;
	height: 23px;
	font-size: 23px;
	line-height: 23px;
}
.tab-3 .person-switcher .prev,
.tab-3 .person-switcher .next {
	float: left;
	overflow: hidden;
	width: 14px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: default;
}
.tab-3 .person-switcher .prev {
	background-image: url('../img/arrow_left-pracownicy.png');
}
.tab-3 .person-switcher .next {
	background-image: url('../img/arrow_right-pracownicy.png');
}
.tab-3 .person-switcher .prev.active,
.tab-3 .person-switcher .next.active {
	cursor: pointer;
	background-position: -14px 0px;
}
.tab-3 .person-switcher .counter {
	float: left;
	overflow: hidden;
	width: 72px;
	height: 23px;
	text-align: center;
}
.tab-3 .add-next-person-text {
	text-align: right;
}
.tab-3 .form-person {
	display: none;
}
.tab-3 .form-person.active {
	display: block;
}
/* END registration tab-3 */

/* registration tab-4 */
.tab-4 .added-persons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.tab-4 .added-persons .person {
	width: 224px;
	height: 91px;
	background: #00646E;
	font-size: 12px;
	color: #FFF;
	padding: 22px 28px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 224px;
	align-self: flex-start;
	margin-bottom: 20px;
}
.tab-4 .added-persons.advanced .person {
	height: 100px;
	margin-bottom: 6px;
	padding: 14px 20px;
}
.tab-4 .added-persons .person .person-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.tab-4 .added-persons.advanced .person .person-name {
	font-size: 14px;
}
.tab-4 .added-persons .person .person-position {
	font-size: 14px;
	line-height: 1.4;
	color: #8CADB2;
	margin-bottom: 4px;
}
.tab-4 .added-persons.advanced .person .person-position {
	font-size: 12px;
}
.tab-4 .added-persons .person .person-email {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 20px;
	background-image: url('../img/icon-mail.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.tab-4 .added-persons.advanced .person .person-email {
	font-size: 12px;
}
.tab-4 .added-persons .person .person-phone {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 20px;
	background-image: url('../img/icon-phone.png');
	background-repeat: no-repeat;
	background-position: left 3px center;
}
.tab-4 .added-persons.advanced .person .person-phone {
	font-size: 12px;
}
/* END registration tab-4 */

/* registration tab-5 */
.tab-5 .thankyou {
	text-align: center;
	margin-top: 170px;
}
.tab-5 .thankyou h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.tab-5 .thankyou p {
	font-size: 14px;
	font-weight: bold;
}
.tab-5 .thankyou .finish {
	margin-top: 50px;
	background-image: none;
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
}
/* END registration tab-5 */

/* validation */
.error {
	color: red !important;
	border: solid 1px red !important;
}
/* END validation */
