.custom-table .fg-toolbar {
    float: left;
    padding: 10px 0 !important;
    width: 100%;
}

.custom-table input[type="search"] {
    width: auto;
}

label.error {
    float: right;
}







/* // Account page  */

.account-buttons {
	max-width: 300px;
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 16px;
}
.account-buttons .button {/* width: 100%; */display: block;color: #000;background: #fff;height: 100px;line-height: 100px;font-size: 22px;width: auto;display: block;}

#account .content {
	/* display: grid; */
	/* grid-template-columns: 320px auto; */
	/* grid-template-columns: 0 auto; */
	min-height: calc(100vh - 100px);
}

#account .content .wrap {
        /* background: #e6e6e6; */
}




/* COPIED TO NE */


/* // Settings */

.menu #ne_avatar {
        background: #eee;
}
#settings #ne_avatar {
	width: 120px;
	/* height: 120px; */
	overflow: hidden;
	border-radius: 150px;
	margin: 40px auto;
}
#settings #set_language {
	position: unset;
	margin: 0;
}
#settings .selector {
    position: relative;
    top: -20px;
}

#settings .open-tab.active {
    background: #5a5a5a;
    color: #ffffff;
    border: 1px solid #2b2b2b;
}
#settings .open-tab {
	background: #93939321;
	padding: 5px 10px;
	margin: 2px;
	color: #5a5a5a;
	border: 1px solid #93939347;
	font-size: 13px;
	display: inline-block;
	min-width: 79px;
	text-align: center;
}
#settings .avatar-wrap, #settings .avatar-link {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 150px;
	position: unset;
	background: #fff;
	padding: 0;
}
#settings .avatar-wrap img {
	width: 120px;
	height: auto;
	left: 0;
	margin: auto;
	text-align: center;
}

#settings {
    padding: 0px 0px;
}
#settings .button-url
{
	margin: 15px 20px 10px;
	background: #fefefe;
}
#settings .tab.active
{
	display: block;
}
#settings .tab
{
    text-align: center;
    width: auto;
    padding: 40px 0 100px;
    background: #e6e6e6;
    /* border: 1px solid #ccc; */
    margin-bottom: 10px;
    display: none;
    position: relative;
}
.enable {
	position: unset;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
}
#settings .tab .ne-form
{
	width: 240px;
	margin: 0 auto 10px;
	height: 50px;
}
#settings .tab .ne-checkbox-switch,
#settings .tab .ne-checkbox-switch label {
	width: 180px;
	margin: 0;
	min-width: unset;
	height: 45px;
	padding-bottom: 0;
}
#settings .tab .ne-checkbox-switch {
	margin: 24px 0;
}
#settings .tab .ne-form.ne-select
{
	width: 180px;
}
#settings .tab input
{
	margin: auto;
}
.ne-upload-form input[type=file]
{
	margin: auto;
	display: none;
}
#settings .tab h1
{
	font-weight: 400;
	margin: 0px 0 24px 0;
	font-size: 18px;
	text-align: left;
	padding: 14px 24px 12px;
	background: #f0eded;
}
#settings .tab p
{
	font-weight: 300;
	margin: 0 0 20px;
	width: 280px;
	text-align: left;
	padding: 0 24px;
}
#settings .tab p.shipping_address {
        background: #f2f0f0;
        padding: 18px 24px;
        display: block;
        margin: 0 auto 24px;
        font-size: 18px;
}
#settings #ne_site_logo .logo {
	height: auto;
	width: 100%;
}
#ne_site_logo {
	margin: 40px auto;
	height: 65px;
	display: inline-block;
	width: 170px;
	padding: 24px;
}

#settings form input
{
    margin-bottom: 40px;
    margin: 40px auto 80px;
}
#settings .menu a.open-section {
    text-align: center;
    background: #fff;
    padding: 5px 10px 15px 10px;
    margin: 2px;
    color: #000000;
    border-top: 1px solid #93939338;
    font-size: 10px;
    font-weight: 400;
}
#settings .menu a.active {
    background: #f6f4f4;
}
#settings .menu a .icon {
    background: url(../images/menu.png) no-repeat;
    /* color: #000; */
    padding: 10px;
    width: 40px;
    height: 40px;
    background-size: 40%;
    display: block;
    margin: auto;
    padding: 10px;
    opacity: 0.9;
    background-position: center;
    /* display: inline-block; */
}

#settings .menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    padding: 20px 20px 30px;
    background: #ffffff;
}
#settings .subtab {
    display: none;
}
#settings .subtab.active {
    display: block;
}
#settings .selector .open-section {
    color: #444;
    padding: 7px;
    background: #eee;
    margin: 5px;
    display: inline-block;
}
#settings #setting_branding .ne-checkbox-switch {
	margin: 0px auto 12px;
	display: block;
}
#settings #setting_regional .ne-checkbox-switch {
	margin: 0px auto 12px;
	display: block;
}






@media screen and (min-width: 1024px) {
#settings .selector {
    position: relative;
    top: 0px;
    background: #f6f4f4;
    padding: 7px;
    min-height: 46px;
    text-align: right;
    border-bottom: 1px solid #4444443d;
}
#settings .wrap {
	display: grid;
	grid-template-columns: 190px auto;
	min-height: 400px;
	border: 1px solid #b1b1b1;
}
#settings .menu {
    display: block;
    grid-gap: 10px;
    padding: 0px 0px 0px;
}
#settings .menu a.open-section {
    text-align: left;
    padding: 0 0 0 40px;
    margin: 0px;
    font-size: 18px;
    display: block;
    line-height: 40px;
    position: relative;
    font-weight: 300;
}
#settings .tab
{
    padding: 0px;
    margin-bottom: 0;
    /* height: 550px; */
}
#settings .menu a .icon {
    margin: 0;
    padding: 0;
    /* opacity: 0.9; */
    position: absolute;
    top: 0px;
    left: 0px;
}


 .settings-all {
    width: 100%;
    height: 100%;
    background: #fff;
}
    /* Settings */
    #settings {
        /* max-width: 640px; */
        /* margin: 0px auto; */
        /* background: #ffffff5e; */
        /* padding: 30px 40px 30px 40px; */
    }
    #settings form {
        width: 100%;
        /* height: 505px; */
        /* overflow-y: scroll; */
        padding: 0px 0 80px;
    }
	#settings .button-url {
		margin: 15px 0px 10px;
	}
}
