.bs_nest_container {
	display: flex;
	flex-wrap: wrap;
}

.bs_nest_menu {
    flex-basis: 185px;
    max-width: 185px;
    border-right: 1px solid #bfc9d4;
}

.bs_nest_menu #bn-menu {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
}

.bs_nest_menu #bn-menu a {
	width: 100%;
	background: transparent !important;
	border: 0;
	color: #3b3f5c !important;
    text-align: left;
    padding: 0 !important;
    height: auto;
    line-height: initial !important;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
}

.bs_nest_menu #bn-menu a:hover {
	color: #2ac9ff !important;
}

.bs_nest_menu #bn-menu a:hover i {
	color: #2ac9ff !important;
}

.bs_nest_menu #bn-menu i {
    font-style: normal;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    color: #bfc9d4;
}

.bs_nest_menu #bn-menu a.bn-button-active {
    color: #0093c5 !important;
}

.bs_nest_container #bn-content {
    margin: 0;
    flex-basis: calc(100% - 185px);
    max-width: calc(100% - 185px);
    padding-left: 20px;
    overflow: hidden;
}

#bn-content, #bn-box-content, #bn-box-content-main, .bn-table-row, #bn-table {
    width: 100%;
}

.bn-table {
    border-collapse: collapse;
    display: table;
    width: 100%;
}
.bn-table > div {
    display: table-row;
}
.bn-table > div > div {
    display: table-cell;
}

.bs_nest_container #bn-table .bn-table-row {
    background-color: transparent;
}

.bn-odd-even > div:nth-child(odd) {
    background-color: #f5f8fa;
}
.bn-odd-even > div:nth-child(even) {
    background-color: #fff;
}

#bn-content .avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bs_nest_container #bn-box-content-content .bn-table-row .bn-column {
    padding: 10px 2px;
    border-bottom: 1px solid #bfc9d4 !important;
}

.bn-column, .bn-table-row {
    vertical-align: middle !important;
}

.bn-column-level {
    min-width: 210px;
}

.bn-column-email, 
.bn-column-display_name {
    word-break: break-all;
}

.bn-column-operator a {
    display: inline-block;
}

.bn-pagination {
    text-align: center;
}
.bn-pagination ul {
    list-style: none !important;
    display: inline-flex !important;
}
.bn-pagination ul li {
    padding: 10px;
}

.bs_nest_container .bs_nest_form .bn-button {
    height: 45px;
    font-weight: 500;
}

.bs_nest_form [type="submit"] {
    margin-top: 20px;
    background-color: #00b7f5;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100%;
}
#bn-menu .bn-button, .bn-button, .bn-button-active {
    font-size: 14px;
    border: none;
}

.bs_nest_payment_form {
    display: inline-flex;
}
.swpm-payment-button {
    margin-right: 20px;
}
.swpm-button-wrapper input[type="submit"] {
    line-height: 30px;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    font-weight: bold;
    font-size: 14px;
}
.stripe-button-el span {
    height: 47px!important;
    line-height: 47px!important;
    border-radius: 0 !important;
}

@media only screen and (max-width: 650px) {
	.bs_nest_header {
		margin-bottom: 40px !important;
		padding: 15px 20px !important;
    	justify-content: center;
	}

	.bs_nest_menu {
	    flex-basis: 100%;
	    max-width: 100%;
	    border-right: 0;
	}

	.bs_nest_container #bn-content {
	    margin: 35px 0 0;
	    flex-basis: 100%;
	    max-width: 100%;
	    padding-left: 0;
	}

	.bs_nest_header a img {
	    width: 40px;
	    height: 40px;
	    margin-right: 15px;
	}

	.bs_nest_menu #bn-menu i {
	    right: 0;
	}
    .bs_nest_menu #bn-menu i {
        right: 0;
    }
}