/**
 * DEFAULT BANNER STYLES
 */
.b_container { 
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	display:block;
	width: 100%;
	text-align:left;
	line-height:1;
	height: 10000px; /* fix for responsive banner heights - this gets eventually overwritten by the max-height */
}
.b_container .image {
	
}
.b_container .layer {
	position:absolute;
	min-width:10px;
	min-height:10px;
}

.b_container .image img {
	width:100%;
	height:auto;
}

.b_container .text {
	font-size:14px;
	line-height:1;
}
.b_container .shape {
	width:100%;
	height:100%;
	min-width:10px;
	min-height:10px;
}
.b_container .shape .shape {
	background-color:#000;
}
.b_container .shape .border {
	background-color:transparent;
	border:solid 1px #000;
}
.b_container .shape.circle {
	border-radius: 50%;
}
.b_container .shape.triangle {
	width: 0 !important;
	height: 0 !important;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 100px solid #000;
	background-color:transparent;
}
.b_container svg {
	max-height:100%;
	max-width:100%;
}






/**
 * BUY SELL
 */
.bs_order_form {
	
}
	.bs_order_form .bs_userinfo {
		
	}
		#wppas_visual_bc_container .bs_userinfo .input_container input {
			margin-bottom:0;
		}
		
		/* Frontend editor overflow swith button */
		#wppas_visual_bc_container .bs_banner_creator .input_container .wppas_switch_btn {
			margin-bottom:0 !important;
		}
		#wppas_visual_bc_container .bs_banner_creator .input_container .switch-button-background {
			margin:0 5px 0 0;	
		}


.bs_payment_container {
	display:none;
}
.bs_confirmation_notice {
	color: #F16051;
}
#bs_confirm_banner {
	background: #EFEFEF;
    border: solid 1px #999;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
#bs_confirm_banner:hover {
	background: #999;
	border: solid 1px #EFEFEF;
	color:#FFF;
}