/**
 * 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.lded .rotate_handle {
	display:none;
}
.b_container .image {
	
}
.b_container .layer {
	position:absolute;
	min-width:10px;
	min-height:1px;
	margin:auto;
}
.b_container .layer.left {
	left:0;
}
.b_container .layer.right {
	right:0;
}
.b_container .layer.center {
	left:0;
	right:0;
}
.b_container .layer.top {
	top:0;
}
.b_container .layer.bottom {
	bottom:0;
}
.b_container .layer.middle {
	top:0;
	bottom:0;
}
	

.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:1px;
}
.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%;
}



.wppas_close_bn{
	position: absolute;
    top: 0;
	line-height:1;
    background-color: #000;
    color: #FFF;
    padding: 5px;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    z-index: 99999999;
}



/**
 * 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;
}