.warn{
	color:#EF1B00;
	font-size:1.1em;
}
.checkbox_field .warn{
	display:block;
}

.subscription_table{
    margin-bottom:1em;
}

.subscription_table .row{
	width:100%;
	line-height:1.2em;
	border:1px solid #BCBEC0;
	border-bottom:none;
    margin-left:0;
}
/*.subscription_table .row.last*/
.subscription_table .row:last-child{

	border-bottom:1px solid #BCBEC0;
}

.subscription_table .title_cell{
	min-width:55%;
	float:left;
	font-weight:bold;
	padding:10px 5px 10px 15px;
    color:#00A2B4;
    border-right:1px solid #BCBEC0;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.subscription_table .content_cell{
	width:45%;
	padding:10px 5px 10px 15px;
	float:right;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wb-members-block .subscription_table .content_cell:last-child{
	width: 45%;
}
.subscription_table .content_cell:last-child{
	width:70%;
}
.subscription_table .content_cell + .content_cell{
	width:35%;
}

.subscription_table .row:before,
.subscription_table .row:after {
    content: " ";
    display: table;
}
.subscription_table .row:after{
	clear:both;
}

.wb_signup_addr_row{
	float:right;
	width:100%;

	width:-webkit-calc( 100% - 180px );
	width:-moz-calc( 100% - 180px );
	width:-ms-calc( 100% - 180px );
	width:calc( 100% - 180px );
}
.wb_signup_addr_row label{
	width:100%;
	float:none;
	display:block;
	text-align:left;
	font-size:0.85em;
	margin-top:4px;
}

.fld_error{
	color: #EA4339;
}
.fld_warning{
	font-weight:bold;
	color: #dab019;
}

#member_error, #member_warning, #member_error,
.alert-callout, .alert-warning, .alert-danger{
	line-height: 19px;
	padding: 11px 15px;
	font-size: 14px;
	text-align: left;
	margin: 25px 20px 0 2px;
	background-color: #fff;
	border-left: 4px solid #46b450;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	margin-bottom:1em;
}

#member_warning, .eway_warnings, .alert-warning{
	border-left-color:#dab019;
}

#member_error, .eway_errors, .alert-danger{
	border-left-color:#EA4339;
}

/* Login & registration forms */
.login_field_container{
	margin:1em 0;
	min-height:1.5em;
	position:relative;
}
.login_field_container>label{
	margin-right:1em;
	min-width:75px;
	display:inline-block;
}
.login_field_container>input[type="text"], .login_field_container>input[type="password"],
.login_field_container>input[type="email"], .login_field_container>input[type="date"],
.login_field_container>select{
	width:100%;
	padding:0.3em 0.5em;
	border:1px solid #999;
	background-color:transparent;
}
.login_field_container .wb_req{
	color:#c06;
	position:absolute;
	top:0;
	right:5px;
}
.address_field_container input{
	width:100%;
	padding:0.3em 0.5em;
	border:1px solid #999;
	background-color:transparent;
}
.address_field_container input:nth-child(2){
	border-top:none;
}
.login_field_container>input[type="submit"]{
	float:right;
	margin:0;
}
.fld_description{
    margin-top:0;
    font-size:0.9em;
    opacity:0.8;
}
.level_notice{
    background: #4c4c4e;
    color:#fff;
    padding:10px 10px;
    font-size:0.9em;
}
.level_notice a{
    color:#fff !important;
    text-decoration:underline;
}

.user_registration, .wb_login_form{
	width:100%;
	max-width:890px;
	margin:0 auto;
}

/* Loading spinner */
.wb_mem-loading-overlay{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;

	background-color:rgba(0,0,0,0.6);
	z-index:999;
}

.wb_mem-loading-overlay.hide-loader{
	opacity:0;
}

.wb_mem-loading-overlay .wb_mem-loading-text{
	height: 0;
	padding-top:8em;
	width: 100%;
	text-align:center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	color:#eee;
}

.wb_loader {
	height: 20px;
	width: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.wb_loader .loader--dot {
	animation-name: wb_loader;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	position: absolute;
	/*border: 2px solid black;*/
	background-color: rgba(255,255,255,0.2);
}
.wb_loader .loader--dot:first-child {
	animation-delay: 0.5s;
}
.wb_loader .loader--dot:nth-child(2) {
	animation-delay: 0.4s;
}
.wb_loader .loader--dot:nth-child(3) {
	animation-delay: 0.3s;
}
.wb_loader .loader--dot:nth-child(4) {
	animation-delay: 0.2s;
}
.wb_loader .loader--dot:nth-child(5) {
	animation-delay: 0.1s;
}
.wb_loader .loader--dot:nth-child(6) {
	animation-delay: 0s;
}
.wb_loader .loader--text {
	position: absolute;
	top: 200%;
	left: 0;
	right: 0;
	width: 5em;
	margin: auto;
	color:#eee;
}
.wb_loader .loader--text:after {
	content: "Loading";
	font-weight: bold;
	animation-name: wb_loading-text;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

/* Password strength */
.strength_meter {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	margin: -1px 0 0;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
}
.strength_meter.wb_pass_short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}
.strength_meter.wb_pass_bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}
.strength_meter.wb_pass_good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}
.strength_meter.wb_pass_strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

/* Hosted frame popups */
#hosted_page_frame_popup .popup_inner{
    max-width:600px;
}
#hosted_page_frame{
    width:100%;
    height:600px;
    height:80vh;
}

/* Hosted Page Popup buttons */
.button_disabled__link,
.button_disabled__link:hover{
    background:#888;
    cursor:default;
}

/* <member details> */
.row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em;
	margin-right: -1em;
}
.col,
div[class^="col-"]{
	padding-left: 1em;
	padding-right: 1em;
}
.col-2{
	flex: 1 0 16.66%;
    width: 16.66%;
}
.col-3{
	flex: 1 0 25%;
    width: 25%;
}
.col-4{
	flex: 1 0 33.33%;
    width: 33.33%;
}
.col-5{
	flex: 1 0 41.66%;
    width: 41.66%;
}
.col-6{
	flex: 1 0 50%;
    width: 50%;
}
.col-7{
	flex: 1 0 58.33%;
    width: 58.33%;
}
.col-8{
	flex: 1 0 66.66%;
    width: 66.66%;
}
.col-9{
	flex: 1 0 75%;
    width: 75%;
}
.col-10{
	flex: 1 0 83.33%;
    width: 83.33%;
}
.col,
.col-12{
	flex: 1 0 100%;
    width: 100%;
}
@media (max-width: 1200px){
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-xs-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11{
		width: 100%;
		flex-basis: 100%;
	}
}
/* </member details> */

/* <avatar> */
.wb-image a{
    display: block;
    color: #FFFFFF;
}
.wb-image__wrapper{
	padding-bottom: 56.25%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.wb-image{
    display: inline-block;
    position: relative;
}
.wb-image__remove:before{
    content: "\f182";
    color: #fd6a6a;
    font-size: 20px;
    margin-right: 20px;
}
.wb-image__remove:hover:before{
    color: #FFFFFF;
}
.wb-image__remove{
    position: absolute;
    background: #424242;
    top: 0;
    right: 0;
    display: block;
    padding: 3px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.wb-image__edit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    background: #333;
    background: rgba(51,51,51,0.5);
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 8px 0;
}
.wb-image__edit:hover{
    background: #000;
    background: rgba(51,51,51,1);
    font-weight: normal;
}
.wb-image__file input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
form.wb_memarea_form .wb-image__file input + label {
	display: block;
    font-weight: 700;
	text-align: center;
    color: white;
	background-color: black;
	padding: 0 20px;
}

.wb-image__file input:focus + label,
.wb-image__file input + label:hover {
    background-color: red;
}
.wb-image__file input + label {
	cursor: pointer;
}
.wb-image__file input:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.wb-image__file input + label * {
	pointer-events: none;
}
/* </avatar> */

/* <toggle> */
.toggle__wrapper {
	display: flex;
	cursor:pointer;
	flex-wrap: wrap;
}

.toggle__wrapper .toggle__control-label--active {
	font-weight: 400;
	margin-bottom: 15px;
    line-height:32px;
}

.toggle__wrapper input[type=checkbox] {
	display: none;
}

form.wb_memarea_form .toggle__wrapper .toggle__control {
	background-color: #555d66;
	border-radius: 14px;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	outline: none;
	position: relative;
	right: 0px;
	top: 2px;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
    margin-right:15px;
}

.toggle__wrapper .toggle__control::after,
.toggle__wrapper .toggle__control::before {
	content: "";
	display: block;
	position: absolute;
}

.toggle__wrapper .toggle__control::after {
	border: 2px solid #555d66;
	border-radius: 50%;
	box-sizing: border-box;
	height: 20px;
	left: 4px;
	top: 4px;
	-webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
	transition: background 0.2s ease, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, background 0.2s ease;
	transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
	width: 20px;
}

.toggle__wrapper .toggle__control::before {
	background-color: #eee;
	border-radius: 60px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	top: 2px;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.toggle__wrapper .toggle__control-help--active,
.toggle__wrapper .toggle__control-help--disabled{
	font-style: italic;
}

.toggle__wrapper .toggle__control-label--active,
.toggle__wrapper .toggle__control-label--disabled{
	margin-bottom: 0;
    line-height: 2em;
}

.toggle__wrapper .toggle__control-label--active,
.toggle__wrapper input[type=checkbox]:checked + .toggle__control + .toggle__control-label--active + .toggle__control-label--disabled,
.toggle__wrapper .toggle__control-help--active,
.toggle__wrapper input[type=checkbox]:checked + .toggle__control + .toggle__control-label--active + .toggle__control-label--disabled + .toggle__control-help--active + .toggle__control-help--disabled {
	display: none;
}

.toggle__wrapper .toggle__control-label--disabled,
.toggle__wrapper input[type=checkbox]:checked + .toggle__control + .toggle__control-label--active,
.toggle__wrapper .toggle__control-help--disabled,
.toggle__wrapper input[type=checkbox]:checked + .toggle__control + .toggle__control-label--active + .toggle__control-label--disabled + .toggle__control-help--active {
	display: block;
}

.toggle__control-help--active,
.toggle__control-help--disabled {
	flex-basis: 100%;
}

.toggle__wrapper input[type=checkbox]:checked + .toggle__control {
	background-color: #15bece;
}

.toggle__wrapper input[type=checkbox]:checked + .toggle__control::after {
	background-color: #15bece;
	border: 2px solid #fff;
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
}

.toggle__wrapper input[type=checkbox]:checked + .toggle__control::before {
	background-color: #15bece;
}

.toggle__wrapper input[type=checkbox]:disabled + .toggle__control{
    opacity:0.6;
}
/* </toggle> */

/* START INVOICES */
.invoices_listing_block{
    background:#FAFAFA;
    border:1px solid #D4D4D4;
    padding:10px 20px;
}
.inv_title{
    margin:10px 0;
}

.invoices_scroller{
    max-height:200px;
    overflow-y:scroll;
}

table.invoices_listing{
    background:#fff;
    width:100%;
    border-color:#BCBEC0;
    border-spacing:0;
}
table.invoices_listing td,
table.invoices_listing th{
    border-top:1px solid #BCBEC0;
    border-left:1px solid #BCBEC0;
    padding:2px 10px;
    text-align:left;
}
table.invoices_listing td:last-child,
table.invoices_listing th:last-child{
    border-right:1px solid #BCBEC0;
}
table.invoices_listing tr:last-child td{
    border-bottom:1px solid #BCBEC0;
}


@keyframes wb_loader {
	15% {
		transform: translateX(0);
	}
	45% {
		transform: translateX(230px);
	}
	65% {
		transform: translateX(230px);
	}
	95% {
		transform: translateX(0);
	}
}
@keyframes wb_loading-text {
	0% {
		content: "Loading";
	}
	25% {
		content: "Loading.";
	}
	50% {
		content: "Loading..";
	}
	75% {
		content: "Loading...";
	}
}

/*RESPONSIVE STYLESHEET*/
/*Responsive design because responsive is cool*/
@media screen and (max-width: 640px) {
	.renew_container .field>label,
	.renew_container .field input,
	.renew_container .field select,
	.renew_container .field textarea{
		max-width:none;
		width:100%;
	}

	.subscription_table .title_cell,
	.subscription_table .content_cell{
		width:100% !important;
	}
}
