/*step-menu*/
#order_step{
	margin-bottom:40px;
}
#order_step ul{
	display: flex;
	margin: auto;
	width: 100%;
	justify-content: center;
}
#order_step .step_menu--item{
	display:flex;
	width:25%;
}
#order_step .step_menu--item p{
	background-color: #aaaaaa !important;
	color: #fff !important;
	font-size: 15px !important;
	text-align: center !important;
	font-weight: bold !important;
	padding: 5px 15px !important;
	position: relative !important;
	width:100% !important;
	display: block !important;
    max-width: initial !important;
    margin-bottom: initial !important;
}
#order_step .step_menu--item p::after{
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -15px;
	height: 100%;
    width: 15px;
	background: linear-gradient(to bottom left, transparent 50% , #aaaaaa 50%) no-repeat top left / 100% 50%,
	linear-gradient(to top left,transparent 50%, #aaaaaa 50%) no-repeat bottom left/100% 50%;
	z-index:2;
}
#order_step .step_menu--item p::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -16px;
	height: 100%;
    width: 15px;
	background: linear-gradient(to bottom left, transparent 50% , #fff 50%) no-repeat top left / 100% 50%,
	linear-gradient(to top left,transparent 50%, #fff 50%) no-repeat bottom left/100% 50%;
	z-index:2;
}
#order_step .step_menu--item:last-child p:after,#order_step .step_menu--item:last-child p:before{
	content:none;
}
#order_step .step_menu--item.is-active p{
	background-color: #02004b !important;
	color: #fff !important;
}
#order_step .step_menu--item.is-active p::after{
	background: linear-gradient(to bottom left, transparent 50% , #02004b 50%) no-repeat top left / 100% 50%,
	linear-gradient(to top left,transparent 50%, #02004b 50%) no-repeat bottom left/100% 50%;
}

@media (max-width: 680px){
	#order_step ul{
		flex-direction: column;
	}
	#order_step .step_menu--item{
		width: 100%;
		margin: 1px 0px;
	}
	#order_step .step_menu--item p:after,#order_step .step_menu--item p:before{
		content:none;
	}
}
.link-large{
	font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
    background: #0693e3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.link-large.ordersheet{
    background: #dc5f41;
}
/*form-part*/
.order_form--part{
	display: none;
}
.order_form--part.is-active{
	display: block;
}

/*buttons*/
.step-buttons{
	display: flex;
	justify-content: center;
}
.step-buttons .is-active{
	display:block;
}
.step-buttons .is-deactive{
	display:none;
}
.back-button{
	left: 0;
	right: 0;
	background: black;
	color: white;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	max-width: 150px;
	margin: 7px;
	border: initial;
}
.next-button{
	left: 0;
	right: 0;
	background: #2480e8;
	color: white;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	max-width: 150px;
	margin: 7px;
	border: initial;
}

.members_save{
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
}
.save-button,.load-button{
	margin: 20px 0px;
	padding: 10px;
	background: #ffffff;
	border: 2px solid #2480e8;
	color: #2480e8;
	font-weight: bold;
	max-width: 350px;
	width: 100%;
	border-radius: 3px;
}
.save-button:hover,.load-button:hover{
	cursor:pointer;
	opacity:0.7;
}
.save-message{
    text-align: center;
    background: #e7f0fe;
    padding: 10px;
    border: 1px solid #ccd0d4;
    color: #2280e7;
}

/*validation*/
p.field-invalid{
	color: red !important;
	padding: 5px;
    border-left: 3px solid #eb1c26;
    background: #ffe6e6;
    margin-bottom: 5px;
	width:100%;
}

.field-invalid input.field-required,
.field-invalid textarea.field-required {
	border: 1px solid red;
	width:200px;
	height:10px;
	color: red !important;
}

.acf-notice.-error{
	display:none;
}
.acf-field .acf-notice.-error{
	display: block;
}

/*order_form-load*/
.order_formLoad{
	display:none;
	text-align:center;
}
.resetButton{
	padding:10px;
	background: #fff;
	color:#2480e8;
	border: initial;
	font-weight:bold;
	max-width: 350px;
	width: 100%;
	border: 1px solid #2480e8;
}
.order_saveMessage{
	color:red;
}
