.bs-wizard{margin-top: 5px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #91b551; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #91b551; top: 45px; left: 50%; margin-top: -13px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: white; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; background: #91b551;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #91b551;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%; background: #91b551;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%; background: #91b551;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after{background: #91b551;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%; background: #91b551;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%; background: #91b551;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%; background: #91b551;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%; background: #91b551;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

/* customer.php */

.payment_box {
	cursor: default;
    border: 1px solid #ccc;
    width: auto;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 10px 0px;
    padding: 0px 10px;
    min-height: 60px;
    cursor: pointer;
}

.box_active {
    cursor: default;
    border: 1px solid #ccc;
}

.customer_input, .customer_input_select2, .customer_input_select3 {
	padding: 7px 10px;
    border-radius: 2px;
    border: 1px solid #ddd;
    font-size: 13px;
    width: 65%;
    margin: 5px 0 15px 0;
}

.customer_input_textarea{
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	resize: none;
}

.customer_input_select1 {
	display: block;
	margin: 5px 0 15px 0;
	height: 28px;
}

.order-space {
	margin-top: 50px;
}

.order-input {
	width: 60%;
	padding: 8px 15px 10px 15px;
    border-radius: 2px;
    border: none;
}

.order-input:focus {
	outline: 0;
}

.order-container {
	margin-top: 15px;
}

.remove-domain {
	font-weight: 700;
	cursor: pointer;
}

#demo {
	margin-top:15px;
}

.remove-domain:hover {
	text-decoration: none;
}
