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

.b_container .layer .btn,
.btn_creator_preview .btn {
	cursor:pointer;	
}



.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_order_header {
	border-bottom:solid 1px #EFEFEF;
	margin-bottom:20px;
	line-height: initial;	
}
	
.bs_payment_container {
	display:none;
}
.bs_confirmation_notice {
	color: #F16051;
}


.bs_available_zones {
	line-height: initial;
	background-color:#F1F1F1;
	color:#505050;
	padding: 10px;
	border-radius: 3px;
	margin: 20px 0;
}
	.bs_available_zones h1.title,
	.bs_order_header h1.title {
		font-size: 20px;
		margin: 0 0 10px;
		font-weight: normal;
		line-height: initial;
		height: initial;
		padding: 0;
		color:#6b6b6b;
	}
	.bs_available_zones ul.bs {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.bs_available_zones ul li {
			margin: 0;
			background-color: #FFF;
			border: solid 1px #e8e8e8;
			border-top:none;
		}
		.bs_available_zones ul li:first-child {
			border-top: solid 1px #e8e8e8;
		}
			.bs_available_zones ul li a {
				display: block;
				text-decoration:none;
				padding: 10px;
			}
			.bs_available_zones ul li a:hover {
				background-color:#ffffea;
			}


.bs_fq_inf {
	line-height: initial;
	padding: 0px 2%;
}
.bs_fq_inf:before {
    color:#dedede;
    font-size: 20px;
    position: relative;
    top: 20px;
    font-family: fontawesome;
}
.bs_fq_inf.rotation:before {
	content: '\f021';
}
.bs_fq_inf.adblockers:before {
	content: '\f132';
}
	.bs_fq_inf span.title,
	.bs_fq_inf span.desc {
		display: block;
		margin: 0 0 2px 0;
		padding: 0 0 0 30px;
		font-size: 12px;
	}
	.bs_fq_inf span.title {
		font-weight: bold;
	}

.wppas_purchases li.order {
	position:relative;
	font-size:11px; 
	border-bottom:solid 1px #EFEFEF;
}
.wppas_purchases a.remove {
	display:none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #ff9393;
	color: #FFF;
}
.wppas_purchases .order:hover a.remove {
	display: block;
}
.wppas_purchases .status,
.wppas .status {
	padding: 0 5px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 5px;
	display:inline-block;
}
.wppas_purchases .status.draft {
	background-color:#ffeca8;
}
.wppas_purchases .status.active{background-color:#abdb6d;}
.wppas_purchases .status.expired, .wppas_purchases .status.trash {
	background-color:#ffdada;
}
.wppas_purchases .status.abandoned {
	background-color:#b9b9b9;
	color:#FFFFFF;
}
.wppas .status.soldout {
	background-color:#FF6801;
	color:#FFF;
}
.wppas .status.available {
	background-color:#abdb6d;
	color:#FFF;
}
.wppas_purchases .paid {
	color: #abdb6d;
    font-weight: bold;
}





/**
 * PREDEFINED BUTTONS
 */
.wppas .btn,
.wppas .prbtn,
.layer .btn {
	display:inline-block;
	cursor:pointer;
	padding: 10px 30px; 
	line-height: 13px; 
	font-size: 13px;
	background-color:rgba(0, 0, 0, 0.74902);
	color:#FFFFFF;
}
.predefined_buttons_cont {
	padding:20px 0;
}
	.predefined_buttons_cont .prbtn {
		margin: 0 10px 10px 0;
	}