/*  Wholesale For WooCommerce 1.4.0 */
#wwp_switch_modal_container {
	padding: 15px;
}
form#wwp_switch_form {
	text-align: center;
}
#TB_ajaxContent {
	display: table-cell;
	vertical-align: middle;
}
#wwp_modal_btns {
	
}
#wwp_modal_footer {
	font-size: 12px;
	width: 100%;
	border-top: 1px solid #eeeeee;
}
.wwp_b2b_btn, .wwp_b2c_btn {
    margin: 15px;
    width: 150px;
    margin-bottom: 35px;
}

/* FormBuilder CSS */

.formbuilder-required {
	border-bottom: 0 !important;
	color: #e2401c;
}
.rendered-form .btn-group > .btn {
	position: relative;
	float: left;
}
.rendered-form .formbuilder-autocomplete-list {
	background-color: #fff;
	display: none;
	list-style: none;
	padding: 0;
	border-width: 0 1px 1px;
	position: absolute;
	z-index: 20;
	max-height: 200px;
	overflow-y: auto;
	margin: 0px;
	border: 1px solid gray;
	-webkit-box-shadow: 1px 2px 12px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 12px -8px rgba(0,0,0,0.75);
	box-shadow: 1px 19px 28px -24px rgba(0,0,0,0.75);
}
.rendered-form .formbuilder-autocomplete-list li {
	display: none;
	cursor: default;
	padding: 5px;
	margin: 0;
	transition: background-color 200ms ease-in-out;
}
.rendered-form .formbuilder-autocomplete-list li:hover,
.rendered-form .formbuilder-autocomplete-list li.active-option {
	background-color: rgba(0, 0, 0, 0.075);
}

.form-group .formbuilder-required {
	color: #c10000;
}

.rendered-form *[tooltip] {
	position: relative;
}
.rendered-form *[tooltip]:hover::after {
	background: rgba(0, 0, 0, 0.9);
	border-radius: 5px 5px 5px 0;
	bottom: 23px;
	color: #fff;
	content: attr(tooltip);
	padding: 10px 5px;
	position: absolute;
	z-index: 98;
	left: 2px;
	width: 230px;
	text-shadow: none;
	font-size: 12px;
	line-height: 1.5em;
}
.rendered-form *[tooltip]:hover::before {
	border: solid;
	border-color: #222 transparent;
	border-width: 6px 6px 0;
	bottom: 17px;
	content: "";
	left: 2px;
	position: absolute;
	z-index: 99;
}
.tooltip-element {
	color: #fff;
	background: #000;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	margin: 0 5px;
	font-size: 12px;
}
.rendered-form .formbuilder-checkbox-inline,
.rendered-form .formbuilder-radio-inline {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
}
.rendered-form .formbuilder-checkbox-inline label input[type="text"],
.rendered-form .formbuilder-radio-inline label input[type="text"] {
	margin-top: 0;
}
.rendered-form .formbuilder-checkbox-inline:first-child,
.rendered-form .formbuilder-radio-inline:first-child {
	padding-left: 0;
}
input#access_store_pass {
	width: 80%;
}
#wholeslaer_acess {
    width: 100%;
    text-align: center;
    background-color: #000000;
    color: white;
    font-weight: 700;
    position: fixed;
    z-index: 9999;
}

#wholeslaer_acess input {
	padding: 5px 16px;
    border-radius: 20px;
    margin: 5px;
    line-height: 17px;
}

.back_to_retailer_form {
	margin: 0px;
	padding: 0px;
}