


div#account_subscriptions {
    width: 100%;
    /* height: 90px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.ne_subscriptions.ne-ui.ne-form-ui {
    position: unset;
    width: auto;
}










.ne-dropdown-checkbox .main-label {
    background: #383636;
    color: #b6b4b4b3;
    height: 28px;
    font-size: 14px;
    padding: 7px;
    font-weight: 400;
    /* overflow: hidden; */
}
.ne-dropdown-checkbox.cards .main-label {
    background: #383636;
    color: #b6b4b4b3;
    height: 28px;
    font-size: 14px;
    padding: 7px;
    font-weight: 400;
    /* overflow: hidden; */
}

.ne-dropdown-checkbox.cards:hover .wrap {
	display: grid;
}
.ne-dropdown-checkbox.cards .wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	width: max-content;
	background: #1b1b1b;
	grid-gap: 1px 1px;
	display: none;
}






.ne-dropdown-checkbox .clear-label, .ne-dropdown-checkbox .label {
    background: #4b4848;
    color: #b6b4b4;
    height: 40px;
    font-size: 14px;
    padding: 15px 13px;
    font-weight: 350;
    /* overflow: hidden; */
    margin-top: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.ne-dropdown-checkbox {
    background: #3a3a3a;
    color: #b6b4b4;
    height: 28px;
    /* overflow: hidden; */
    cursor: pointer;
}
.ne-dropdown-checkbox:hover {/*     background: #383636; */color: #b6b4b4;height: auto;/* overflow: hidden; */cursor: pointer;}
.ne-dropdown-checkbox input[type=checkbox] + label {
    font-size: 12px;
    padding: 8px;
    font-weight: 300;
}

/* Timesheets */
.timecards-wrap {
    /* padding: 20px; */
}
.timecards-wrap h5 {
    padding: 2px 20px 11px;
    background: #38363680;
    margin: 1px 0 1px 0;
    font-weight: 400;
    font-size: 20px;
}
.timecards-wrap .avatar-wrap {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-color: #1b1b1b;
    top: 6px;
    left: 0;
    margin-right: 10px;
    border: 1px solid #505050;
}
.timecards-wrap h3 {
    padding: 20px;
}
.timecards {
    display: grid;
    grid-template-columns: 140px 190px 190px 190px auto;
    grid-gap: 1px;
    /* margin-top: 12px; */
}
.timecards .data {background: #383636;padding: 10px 20px;}

#ne_timecard_edit {
    position: fixed;
    top: 200px;
    left: calc(50% - -150px);
    width: 500px;
    min-height: 300px;
    background-color: #1b1b1b;
    padding: 24px;
}
.timewrap {
    display: grid;
    grid-template-columns: auto 100px 100px;
    grid-gap: 10px;
}
.timewrap select {
    
}





#clockin {
    position: absolute;
    top: 20px;
    right: 20px;
}
p.pop.ne-glass {
    height: 70px;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 20px;
    color: #000;
}
#ne_timesheets h2 {
    padding: 20px 20px 10px 20px;
    font-size: 15px;
    color: #fff;
}









.planner-accounts.ne-form label {
    display: inline-block !important;
    height: 30px !important;
    background-color: #383636 !important;
    border: none !important;
    position: unset;
}
.planner-accounts {
	width: 360px !important;
	height: 30px;
}











/* User auth */
#authorize {
	z-index: 20;
	top: 430px;
	left: 0px;
	width: 190px;
	padding: 35px;
	background: rgb(238, 238, 238);
	position: absolute;
	top: 75px;
	display: none;
	height: 219px;
}
#authorize.active {
	display: block;
	width: 100%;
}
#authorize form {
	position: relative;
	display: none;
}
#authorize form.active {
	display: block;
}
#authorized_accounts .avatar-wrap {
	width: 45px;
	height: 45px;
	left: 15px;
	top: 15px;
}
#authorized_accounts {
	position: fixed;
	z-index: 32;
	top: 61px;
	left: -400px;
	max-width: 375px;
	background: #383636;
	box-shadow: 0 17px 20px rgba(0, 0, 0, 0.2);
	padding: 75px 0 55px;
	height: 350px;
	overflow: hidden;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
	border-radius: 0;
	}
#authorized_accounts li.active {
	position: absolute;
	top: 0;
	overflow: hidden;
	/* height: 100px; */
}
#authorized_accounts li.active .button {
	font-size: 21px;
	color: #bababa;
}
#authorized_accounts #manage .button
{
	background-size: 25px;
	background-position: 12px 12px;
}
#authorized_accounts li {
	height: 75px;
	/* background: #383636; */
	width: 100%;
	position: relative;
}
#authorized_accounts.active {left: 4px;}
#authorized_accounts.active ul {
  display: block;
  height: 220px;
  overflow-y: scroll;
  width: 103%;
  -webkit-overflow-scrolling: touch;
  background: #1b1b1b;
  } 
#authorized_accounts .button.icon.auth {
	background: url(../images/ui-optimized/btn-auth-add.png);
	left: 10px;
}
#authorized_accounts .button.icon.deauth {
	background: url(../images/ui-optimized/btn-auth-remove.png);
	left: unset;
	right: 10px;
}
#authorized_accounts .button.icon.hide {
	background: url(../images/ui-optimized/btn-auth-cancel.png);
	display: none;
}
#authorized_accounts .button.icon.hide.active {
	background: url(../images/ui-optimized/btn-auth-cancel.png);
	display: inline-block;
	left: 135px;
}

#authorized_accounts .load-user
{
	width: auto;
	background: #2a2a2a;
	text-align: left !important;
	padding: 0;
	/* border-top: 2px solid #69696926; */
	height: 73px;
	color: #bababa;
	text-transform: capitalize;
	font-weight: 600;
	border-radius: 0;
	border-bottom: 1px solid #69696926;
	}
#authorized_accounts .role
{
	font-size: 9px;
	font-weight: 400;
	position: absolute;
	top: 33px;
	left: 80px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff3b;
}
#authorized_accounts .username
{
	position: absolute;
	top: 11px;
	left: 80px;
	font-size: 18px;
	font-weight: 300;
}
.button.icon {
	color: transparent;
	width: 50px;
	display: inline-block;
	background-repeat: no-repeat !important;
	padding: 0;
	margin: 0;
}
.icon.remove {
	background: url(../images/ui/ui-remove.png);
}
.icon.hide.active {
	background: url(../images/ui/ui-hide.png);
	display: inline-block;
}


@media screen and (min-width: 375px)
{
	#authorize {
		width: 81%;
		max-width: 375px;
	}
	#authorize form.active {
		display: block;
	}
	.button.icon.hide.active {
		background: url(../images/ui/ui-hide.png);
		display: inline-block;
	}
}

@media screen and (min-width: 768px)
{
	#authorize form.active {
		display: block;
	}
	#authorized_accounts li.active .load-user {
		background: #383636;
	}
	#authorized_accounts .button:hover
	{
		color: #fff;
		background-color: #2a2a2aa8;
	}
	#authorized_accounts .button.icon.hide.active {
		background: url(../images/ui-optimized/btn-auth-cancel.png);
		display: inline-block;
		left: 135px;
	}
}















#edit_calendar .ne-toggle-switch .option.active {
    color: white;
}
#toggle_cycles {
	top: 470px;
	position: absolute;
	z-index: 20;
	width: 330px;
	right: 20px;
}
#toggle_scheduled {
	top: 20px;
	position: absolute;
	z-index: 20;
	width: 90%;
	right: 20px;
	background: #1b1b1b;
}

#ne_calendar {
	display: none;
}
#ne_calendar.active {
	display: block;
}
.ne_calendar {
	z-index: 999;
	background: #fff;
	width: 100%;
	overflow-y: scroll;
}
.ne_calendar li {
	display: none;
}
.ne_calendar li.active {
	display: block;
}
.ne_calendar table {
	width: 100%;
}
.ne_calendar .user-avatars {
	/*! background: rgb(204, 204, 204); */
	height: 100px;
}
.ne_calendar .avatar {
	width: 35px !important;
	height: auto !important;
	position: unset !important;
	border-radius: 20px;
	border: 1px solid rgb(238, 238, 238);
	margin-top: 10px;
}
.calendar-nav {
	position: absolute;
	bottom: 20px;
	left: 25px;
	font-size: 22px;
}
.calendar-nav li {
	width: 70px;
}
.calendar-nav li.next a {
	width: 50px;
	height: 50px;
	display: block;
}
.calendar-nav li.active, .calendar-nav li.prev, .calendar-nav li.next 
{
	display: inline-block;
	margin: 3px;
}
.calendar-nav li
{
	display: none;
}

.ne_calendar td {
    text-align: center;
    height: 22px;
  	color: transparent;
}
.ne_calendar td.weekday {
  	color: rgb(0, 0, 0);
  	text-transform: uppercase;
  	font-size: 12px;
  	font-family: Roboto !important;
	   background: #fff;
    padding: 25px 0 10px;
}
.ne_calendar td span {
	background: rgba(145, 145, 145, 0.28);
    text-align: center;
    height: 22px;
  	color: transparent;
	display: block;
	line-height: 22px;
	border-radius: 4px;
	width: 100%;
}
.ne_calendar td.available span {
	background: rgb(18, 204, 59);
	color: transparent;
}  
.ne_calendar td.start span {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-size: 18px;
}  









/* NE Settings */


#ne_show_settings.active span {
	opacity: 0.4;
}
#authorized_accounts #ne_show_settings {
	background-image: url(../images/ui-optimized/btn-preferences.png);
	/* bottom: 19px; */
	/* top: unset; */
	z-index: 139;
	right: 120px;
	/* height: 40px; */
	}
#ne_settings h3
{
	font-size: 14px;
	/* margin: 0px 0 0 50px; */
	padding: 8px 30px;
	width: auto;
	line-height: 24px;
	/* padding-left: 10px; */
	font-weight: 300;
	background: #262626;
	letter-spacing: 0.03em;
	display: block;
	text-align: left;
}
#ne_settings .module li
{
	/* display: block; */
	/* width: 49%; */
	/* margin-bottom: 0px; */
	}
#ne_settings .module ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2px;
}

#ne_settings .module li a
{
	display: block;
	background: #383636;
	line-height: 80px;
	text-align: center;
	/* width: 100%; */
	height: 250px;
	line-height: -moz-block-height;
	color: #b5b3b2;
	/* border-radius: 10px; */
	/* margin: 0 10px; */
	font-size: 24px;
	font-weight: 300;
	border: 1px solid #3f3f3f;
	/* position: absolute; */
	/* width: 100%; */
	margin: auto;
	line-height: 232px;
}









/* Notifications     */
#notifications {
    right: 10px;
    background-image: url(../images/ui/ui-notification-dark.png);
    background-size: auto 23px;
    background-position: 7px center;
    border-radius: 0px;
    background-color: #383636;
    opacity: 1;
    height: 57px;
    /* background-color: #d7d7d70a; */
    }
#notifications.active {
    /* opacity: 0.4; */
} 
#notifications.new {
    background-image: url(../images/ui/ui-notification.png);
    background-size: auto 30px;
    background-position: 5px center;
} 

#notifications {
	/* position: absolute; */
	right: 64px;
	top: 0;
	top: 2px;
	left: unset;
	box-sizing: content-box;
	font-size: 3px;
	right: 64px;
	z-index: 29;
	width: 57px;
	background-position: 14px center;
	height: 57px;
}

/* Account info */
    #account_info {
        /* background: rgb(251, 251, 251); */
        padding: 22px 24px;
        width: 320px;
    }
#account_info li {
	display: block;
	vertical-align: middle;
	text-align: center;
}
#account_info .avatar-wrap {
	margin: 0;
	position: unset;
	width: 105px;
	height: 105px;
	}
#account_info h3 {
	font-size: 21px;
	margin: 10px 0 10px 0px;
	text-transform: capitalize;
	color: #fff;
}

#account_info span {
	font-size: 12px;
	display: block;
	margin: 0px 0 5px 0px;
}
#show_user_cal {
	position: absolute;
	top: 300px;
	right: 30px;
}

/* Account stats */

#account_stats
{
	position: absolute;
	top: 180px;
	width: 100%;
	display: table;
	/* background: #262626; */
}
#account_stats td {
	height: 20px;
	font-size: 18px;
	padding: 15px;
	border: 1px solid rgb(238, 238, 238);
	text-align: right;
}
#account_stats td span
{
	text-align: left;
	display: inline-block;
	width: 80px;
	font-size: 9px;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
}




/* Login */
#login_form {
	width: 250px;
	margin: auto;
	text-align: center;
	position: fixed;
	bottom: 70px;
	left: calc(50% - 125px);
}
#login_form .credentials {
	/*! width: 180px; */
}
#login_form .ne-form, #login_form .signin
{
	
}






#edit_calendar .ui-tabs-panel {
	width: 130px;
	display: inline-block !important;
}





.tab .schedule-view {
    width: 80%;
	margin: auto;
    position: absolute;
    left: 20px;
    top: 20px;
}
#edit_schedule {
	width: 335px;
	top: 455px;
}
    
.tab .schedule-view .row {
    display: grid;
    grid-template-columns: 100px auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-gap: 1px;
    margin-bottom: 1px;
    text-align: left;
}
.tab .schedule-view .box {
    text-align: center;
    font-size: 11px;
    padding: 4px 4px;
    color: #ffffff1c;
    background: #424040;
    line-height: 19px;
}

.tab .schedule-view .box.date {
    text-align: left;
    font-size: 15px;
    color: #fdfdfd;
}
.tab .schedule-view .box.active {
    /* text-align: center; */
    /* height: 22px; */
    color: #000000;
    font-weight: 600;
    background: #7fff01;
}
.tab .schedule-view td.weekday {
  	color: rgb(0, 0, 0);
  	text-transform: uppercase;
  	font-size: 12px;
  	font-family: Roboto !important;
	   background: #fff;
    padding: 25px 0 10px;
}
.tab .schedule-view td span {
	background: rgba(145, 145, 145, 0.28);
	text-align: center;
	height: 22px;
	color: transparent;
	display: block;
	line-height: 22px;
	/* border-radius: 4px; */
	width: 53px;
}
.tab .schedule-view td.available span {
	background: rgb(18, 204, 59);
	color: transparent;
}  
.tab .schedule-view td.start span {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-size: 18px;
}  





#edit_calendar .ui-tabs-panel label {
	display: inline-block;
	padding: 20px;
	width: 20px;
}
#edit_calendar .labels {
	display: inline-block;
	position: relative;
	width: 50px;
	top: 20px;
	left: 25px;
	/* display: none; */
}
#edit_calendar .labels.active {
	/* display: block; */
}
#edit_calendar .labels li {
	height: auto;
	width: 100px;
}
#edit_calendar .labels li a {
	color: rgb(168 168 168 / 74%);
	height: 33px;
	cursor: pointer;
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 300;
}
#edit_calendar .labels li a.active {
	color: rgb(247 247 247);
	font-weight: 600;
	/* font-size: 21px; */
}
#edit_calendar .tabs {
	width: 130px;
	display: none;
	text-align: right;
}

#edit_calendar .tabs.show.day-0 {
    /* display: inline-block; */
}
#edit_calendar .tabs.active {
	width: 280px;
	position: absolute;
	top: 20px;
	display: block;
	right: 20px;
}
#edit_calendar .tabs label {
	width: 110px;
	display: inline-block !important;
	border-radius: 0;
	text-align: center;
	font-family: Roboto !important;
	letter-spacing: -0.08em;
	font-weight: 600;
	padding: 0;
	height: 62px;
	margin: 4px 2px;
	font-size: 31px;
	line-height: 65px;
	color: rgb(135 135 135 / 37%);
	background: #2c2c2ca8;
}
#edit_calendar input[type=checkbox]:checked + label
{
	background: chartreuse;
	color: rgb(20 67 0);
	border-color: rgb(27, 157, 27);
}
.dash-form .row {
    display: block;
}
.dash-form .subtab-menu a {
	background: #ddd;
	font-size: 15px;
	text-align: center;
	padding: 14px 0px;
}
.dash-form .subtab-menu {
    position: absolute;
    bottom: 0;
    z-index: 2;
    /* background: pink; */
    color: black;
    font-size: 20px;
    left: 3px;
    display: grid;
    grid-gap: 4px;
    /* background: black; */
    grid-template-columns: repeat(3, 1fr);
    width: -webkit-fill-available;
}

#ne_main #main, #ne_main #main.fixed {
	background: #212121;
	height: 100vh;
}

/*-*-*-*-*-*-*-*-*-*\                
         
        320

\*-*-*-*-*-*-*-*-*-*/ 

#ne_main {
	position: fixed;
	height: 100%;
	width: 100%;
	/* background: rgb(218, 217, 217); */
}
#userrolefrm .ne-table {
	top: 200px;
	position: absolute;
}
.ne-account #main {
    overflow: unset;
    background: #eee;
    height: 100vh;
}
.ne-account {
    background: #f1f1f1;
}





#ne_notification_status {
	position: absolute;
	top: 7px;
	left: 359px;
	background: rgb(214, 214, 214);
	display: block;
	height: 7px;
	width: 7px;
	z-index: 20;
	border-radius: 20px;
	display: none;
}
#ne_notification_status.active {
	background: rgb(25, 223, 117);
}


/* Accounts */

.ne-list.ne_accounts .avatar-wrap {
	left: 20px;
	position: absolute;
	top: 20px;
}
.ne-list.ne_accounts .account {
	height: 130px;
}
.ne-list.ne_accounts .role {
	text-transform: uppercase;
	display: block;
	margin: 8px 0 0 20px;
	text-align: left;
	font-size: 12px;
	/* display: none; */
	position: absolute;
	top: 70px;
	left: 100px;
	color: #dddddd6b;
	text-transform: uppercase;
	display: block;
	margin: 8px 0 0 0px;
	text-align: left;
	font-size: 12px;
	position: absolute;
	top: 58px;
	left: 110px;
	color: #dddddd6b;
}


#ne_accounts {
	/* height: 450px; */
	text-align: center;
	-webkit-overflow-scrolling: touch;
	/* position: absolute; */
	/*! width: 100%; */
	z-index: 13;
    /*! -webkit-animation-name: accounts; */
	-webkit-animation-duration: 400ms;
	-webkit-transform-origin: 0% 0%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	list-style-type: none;
	/* margin: 0; */
	/* padding: 0; */
}
#ne_accounts.active {
}

@-webkit-keyframes accounts {
    0% { 
		top: -480px;
	}
    0.5% { 

	}
    80% { 

	}
    100% { 
		top: 80px;
	}
}
#ne_accounts .edit {
	position: absolute;
	top: 30px;
	right: 0;
	background: none;
	color: rgb(0, 0, 0);
	background-image: url(../images/ui/ui-back-basic.png);
	background-color: transparent;
	background-size: 14px;
	background-position: calc(18px) 30px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	color: transparent;
	height: 100%;
	top: 0;
	/* opacity: 0.4; */
}
#ne_accounts h3 {
	text-transform: capitalize;
	display: block;
	margin: 0;
	text-align: left;
	position: absolute;
	font-size: 24px;
	font-weight: 300;
	top: 30px;
	left: 110px;
	letter-spacing: 0.02em;
	color: #a7a7a7;
}
#ne_accounts .role {

}
#ne_accounts .commitment {
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 14px;
	background: rgb(255, 255, 255);
	left: 310px;
	position: absolute;
	top: 25px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
}
#ne_accounts .commitment.warning {
	background: red;
	color: transparent;
	display: none;
}
#ne_accounts .account h3 a {
	color: #000;
	text-transform: capitalize;
	letter-spacing: 0.05em;
}


/* Update account */
#updatecustomerfrm {
	top: 81px;
	position: absolute;
	left: calc(50% - 360px);
	width: 720px;
	background: none;
	height: 550px;
	background: #f9f9f9;
}
#ne_edit_account_form {
	height: 100vh;
}
#ne_edit_account_form.active {
	display: block;
}
#ne_edit_account_form fieldset {
	position: absolute;
	left: 90px;
	top: 70px;
}



/* Account */
#dash {
	list-style-type: none;
  	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
		margin: auto;
}



#ne_account_edit_form input[type="checkbox"] + .ne-ui {

}



/* Dash */
.ne-dash .menu-buttons {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	top: 77px;
	right: 240px;
	color: #999;
}




#data {
	list-style-type: none;
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	/* box-shadow: 0px -30px 43px -30px rgba(0,0,0,0.2) inset; */
}
#data li {
	display: table-cell;
	text-align: center;
	margin: 30px;
	padding: 20px 0 20px;
	/* border: 0.5px solid #ccc; */
	font-size: 40px;
}
#data li span {
	display: block;
	font-size: 9px;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
	color: #555;
	text-transform: uppercase;
}
header .avatar {
	/* width: 81px; */
	/* height: 81px; */
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.85;
	background: #000;
	filter: grayscale(0.15);
}






@media screen and (min-width: 375px)
{

	
/* Calendar	 */
	
#ne_calendar {
	display: none;
}
#ne_calendar.active {
	display: block;
	height: 488px;
}
.ne_calendar {
	background: #fff;
	width: 100%;
	height: 100%;
}
.ne_calendar li {
	display: none;
}
.ne_calendar li.active {
	display: block;
}
.ne_calendar table {
	width: 90%;
	margin: auto;
}
.ne_calendar .user-avatars {
	/*! background: rgb(204, 204, 204); */
	height: 60px;
}
.ne_calendar .avatar {
	width: 35px !important;
	height: auto !important;
	position: unset !important;
	margin-top: 10px;
}

.calendar-nav li.active, .calendar-nav li.prev, .calendar-nav li.next 
{
	display: inline-block;
	margin: 3px;
}
.calendar-nav li
{
	display: none;
}

.ne_calendar td {
    text-align: center;
    height: 22px;
  	color: transparent;
}
.ne_calendar td.weekday {
  	color: rgb(0, 0, 0);
  	text-transform: uppercase;
  	font-size: 12px;
  	font-family: Roboto !important;
	   background: #fff;
    padding: 25px 0 10px;
}
.ne_calendar td span {
	background: rgba(145, 145, 145, 0.28);
    text-align: center;
    height: 22px;
  	color: transparent;
	display: block;
	line-height: 22px;
	border-radius: 4px;
	width: 100%;
}
.ne_calendar td.available span {
	background: rgb(18, 204, 59);
	color: transparent;
}  
.ne_calendar td.start span {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-size: 18px;
}  



	
	
	
	
	





/* Account info */

#account_info li {
	/* display: inline-block; */
	/* vertical-align: text-top; */
	text-align: left;
}
#account_info h3 {
	font-size: 23px;
	margin: 10px 0px 3px 0;
	text-transform: capitalize;
	letter-spacing: 0.01em;
	font-weight: 400;
}

#account_info span {
	font-size: 12px;
	display: block;
	margin: 0px 0 5px 0px;
}
#show_user_cal {
	position: absolute;
	top: 300px;
	right: 30px;
}

/* Account stats */

#account_stats
{
	position: absolute;
	top: 201px;
	width: 100%;
	display: table;
	/* background: #fff; */
	z-index: 43;
}
#account_stats div {
	background: #262626;
	font-size: 15px;
	padding: 9px 14px;
	color: #a7a7a7;
	/* text-align: right; */
	white-space: nowrap;
	margin-bottom: 1px;
}
#account_stats div span
{
	text-align: left;
	display: inline-block;
	width: 139px;
	font-size: 12px;
	text-transform: uppercase;
	/* float: left; */
	margin-top: unset;
	display: inline-block;
}




/* Login */
#login_form {
	width: 250px;
	margin: auto;
	text-align: center;
	position: fixed;
	bottom: 70px;
	left: calc(50% - 125px);
}






#edit_calendar .ui-tabs-panel {
	width: 130px;
	display: inline-block !important;
}





.tab .schedule-view {
    width: 80%;
    margin: auto;
    position: absolute;
    left: 2px;
    top: 0px;
}
#edit_schedule {
	width: 335px;
	top: 455px;
}
.tab .schedule-view td span {
	background: rgba(145, 145, 145, 0.28);
	text-align: center;
	height: 22px;
	color: transparent;
	display: block;
	line-height: 22px;
	/* border-radius: 4px; */
	width: 46px;
}
.tab .schedule-view td.available span {
	background: rgb(18, 204, 59);
	color: transparent;
}  
.tab .schedule-view td.start span {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-size: 18px;
}  





#edit_calendar .ui-tabs-panel label {
	display: inline-block;
	padding: 20px;
	width: 20px;
}
#edit_calendar .tabs {
	width: 130px;
	/* display: none; */
	text-align: right;
	position: relative;
	top: 70px;
}
#edit_calendar .tabs.active {
	width: 280px;
	position: absolute;
	/* top: 90px; */
	display: block;
	right: 20px;
}









.ne-dropdown-checkbox input[type=checkbox] + label {
    position: relative;
    width: auto;
    background: #292929;
    height: 66px;
    /* margin: 1px -4px 0px 4px; */
    text-align: left;
    color: #959595;
}

}
	



/*-*-*-*-*-*-*-*-*-*\                
         
        768        

\*-*-*-*-*-*-*-*-*-*/ 

@media screen and (min-width: 768px) {

.ne-list.ne_accounts .role {
	text-transform: uppercase;
	display: block;
	margin: 8px 0 0 20px;
	text-align: left;
	font-size: 12px;
	/* display: none; */
	position: absolute;
	top: 70px;
	left: 100px;
	color: #dddddd6b;
	text-transform: uppercase;
	display: block;
	margin: 8px 0 0 0px;
	text-align: left;
	font-size: 12px;
	position: absolute;
	top: 52px;
	left: 180px;
	color: #dddddd6b;
}
	
#notifications:hover {
	background-color: #4a4646;
	opacity: 1;
}
#notifications {
	/* top: 20px; */
	/* opacity: 0.6; */
	left: unset;
	/* display: block; */
	box-sizing: content-box;
	font-size: 3px;
	right: -80px;
	z-index: 29;
	width: 90px;
	background-position: 44px center;
	height: 39px;
	}	
	
	
	/* Login */
#login_form {
	width: 100%;
	margin: auto;
	text-align: center;
	position: fixed;
	bottom: 180px;
	left: unset;
}
#login_form .credentials {
	width: 180px;
}
#login_form .ne-form, #login_form .signin
{
	display: inline-block;
	
}
#ne_accounts .commitment {
	left: 150px;
	top: 52px;
}
	
	
	
#ne_accounts h3 {
	font-size: 33px;
	font-weight: 300;
	top: 46px;
	left: 370px;
	letter-spacing: 0.02em;
	color: #a7a7a7;
	}



#ne_main #set_language {
    display: none;
}
#ne_main #show_ne_contact {
    display: none;
}

	
	
	
.dash #header-container
{
	height: 0;
}
header.dash {
	z-index: 3;
	height: 0;
}
header.dash .logo {
	display: none;
}	
#dash {
	margin: auto;
}
	

	
/* Accounts */
.customers {
	height: 940px;
	overflow: scroll;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	width: 100%;
	top: 80px;
}	

	

/* Accounts */

#ne_accountsactive {
	opacity: 1;
	width: 750px;
	top: 60px;
    -webkit-animation-name: accounts;
    -webkit-animation-duration: 400ms;
    -webkit-transform-origin: 0% 0%;
    -webkit-animation-iteration-count: 1; 
    -webkit-animation-timing-function: linear;
	padding: 20px 20px 0px 20px;
	overflow-x: hidden;
	height: 690px;
	z-index: 16;
}

@-webkit-keyframes accounts {
    0% { 
		top: -480px;
	}
    0.5% { 

	}
    80% { 

	}
    100% { 
		top: 80px;
	}
}
#ne_accounts .account h2 a {
	color: #000;
	text-transform: capitalize;
	letter-spacing: 0.05em;
}
	
	
/* Edit account */

	
	
.dash-form fieldset.half {
	/* top: 60px; */
	/* left: 25px; */
	/* max-width: 160px; */
}
#ne_edit_account_form .deletecustomer {
	position: absolute;
	bottom: 180px;
	right: 25px;
	width: 60px;
	height: 23px;
	line-height: 23px;
}
#ne_edit_account_form .ne-table {
	bottom: 80px;
	position: absolute;
}	

}



@media screen and (min-width: 1024px) {

	


	
	
	
	
	

#ne_accounts .edit {
	background-size: 24px;
	background-position: calc(35px) center;
	width: 20%;
	background-color: #f5deb300;
}
#ne_accounts .avatar-wrap {
	width: 90px;
	height: 90px;
	top: 20px;
	left: 40px;
	position: absolute;
}
} 