html {
	font-size: 14px;
}
body {
	font-family: Roboto, Arial, sans-serif;
	background: #f4f4f4;
	color: #333;
	overflow: hidden;
    height: 100vh;
    -webkit-font-smoothing: unset;
}
img, object, embed {
  max-width: 100%;
  height: auto;
}
.button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover {
	background-color: #2fb5b9;
	border-radius: 3px;
}
.button.primary:focus, .button.primary:hover {
    background-color: #3bc7cb;
    color: #fefefe;
}


h1 {
	font-size: 2rem;
	font-weight: 700;
}

table {
	font-size: 1rem;
}

.msg_box {
	padding: 7px 25px;
	border-radius: 5px;
}
.msg_box .fi {
	font-size: 2rem;
	vertical-align: middle;
	padding: 0 10px 0 0 ;
}
.msg_box.alert {
	display: inline-block;
	color: #fff;
	background: #cf0000;
}
.msg_box.alert .fi {
	color: #fff;
}
.fi-alert {
	color: red;
}
.fi-alert.medium {
	font-size: 1.6rem;
}
a.intext_action {
	color: #333;
	border-bottom: 2px solid #2fb5b9;
	padding-bottom: 3px;
	cursor: pointer;
}

.orders_table th {
	text-align: left;
}

.page_frame {
    display: flex;
    height: 100%;
    flex-direction: row;
    min-height: 100vh;
    position: relative;
}
.frame_menu {
	position: relative;
    min-height: var(--app-height);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex: 0 0 70px;
    /*margin-top: 80px;*/
    left: 0px;
    background-color: rgb(255, 255, 255);
/*    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;*/
    box-shadow: none;
    overflow: visible;
    z-index: 999;
    border-right: 1px solid rgb(229, 231, 235);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.frame_menu.open {
	flex: 0 0 240px;
}
.frame_content {
    -webkit-box-flex: 1;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-x: hidden;
    padding-bottom: 72px;
    overflow-y: auto;
}
.main-title-bar  {
	background: #fff;
	color: #333;
	/*padding: 20px;*/
	padding: .5rem 1.5rem .5rem .5rem;
	position: fixed;
	left: 70px;
	top: 0;
	right: 0;
	z-index: 10;
	backface-visibility: hidden;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	border-bottom: 1px solid rgb(229, 231, 235);
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%)
}
.main-title-bar.open  {
	left: 240px;
}
.main-title-bar .fi {
	font-size: 2rem;
	font-weight: 400;
	color: #2fb5b9;
	vertical-align: middle;
}
.title-bar-right {
	padding-right: 30px;
}

.page {
	padding: 115px 15px 15px 15px;
}

.label {
	background: #2fb5b9;
}
.icon_info {
	font-family: 'Times New Roman', Times, serif;
	font-weight: 700;
	font-size: 1.1rem;
	border-radius: 50px;
	border: 0 none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
[data-tooltip].has-tip {
	border: 0 none;
}

.cell {
	/*background: #eee;*/
}
.cell .callout {
	margin: 0;
}





.menu-icon::after {
    background: #2fb5b9;
    -webkit-box-shadow: 0 7px 0 #2fb5b9, 0 14px 0 #2fb5b9;
    box-shadow: 0 7px 0 #2fb5b9, 0 14px 0 #2fb5b9;
}

.menu_logo {
	width: 100px;
	margin: 10px;
}

.titlebar_logo {
	/*width: 130px;*/
	width: 100px;
	/*margin: 3px 30px 10px 30px;*/
	margin: 13px 30px 10px 30px;
}


.callout {
	border-radius: 5px;
	border-top: 1px solid rgb(229, 231, 235);
	border-left: 1px solid rgb(229, 231, 235);
	border-right: 1px solid rgb(229, 231, 235);
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(229, 231, 235);
	/*box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
}
.callout.primary {
	background: #fff;
	border-top: 5px solid #2fb5b9;
}

.callout p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.callout.expenses {
	background: #fff;
	border-top: 5px solid #ffae00;	
}

.callout.various {
	background: #fff;
	border-top: 5px solid #a087f0;		
}


.callout.dashbox_loser {
	background: #fff;
	border-top: 5px solid #eb0b1b;
}
.callout.dashbox_champion {
	background: #fff;
	border-top: 5px solid #1aef51;
}



.callout.alert {
	background: #fff;
}
.callout.alert .fi:nth-child(1) {
	color: red;
	font-size: 20px;
	margin-right: 7px;
}


.dashboxes .label {
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
}
.dashboxes .callout .label:nth-child(1) {
	margin-bottom: 5px;
}

.dashboxes .callout .title_medium {
	display: block;
	font-size: 1rem;
	font-weight: 700;
}
.dashboxes .callout .title_large {
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
.dashboxes .callout .content {
	display: block;
	font-size: 0.85rem;
	color: #8b8b8b;
}
.dashboxes .callout.primary .title_medium {

}
.dashboxes .callout.primary .title_large {

}
/*.dashboxes .callout.primary .content {
	color: rgba(0,0,0,0.8);
}*/
.dashboxes .callout .currency {
	font-size: 1rem;
}


.dashbox_compare {
	padding: 0 0 0 30px;
	font-size: 0.8rem;
}


 .dashboxes .top-separator,
 .chartboxes .top-separator {
 	border-top: 1px dotted #ccc;
 	padding-top: 10px;
 	margin-top: 10px;
 }

.dashbox_compare .arrow--dash {
	margin-right: 5px;
}
.dashbox_compare.increase.increase_is_better { color: green; }
.dashbox_compare.increase.increase_is_better .arrow--dash { color: green; }
.dashbox_compare.increase.increase_is_better .arrow--dash:before { background: green; }

.dashbox_compare.decrease.increase_is_better { color: red; }
.dashbox_compare.decrease.increase_is_better .arrow--dash { color: red; } 
.dashbox_compare.decrease.increase_is_better .arrow--dash:before { background: red; }


.dashbox_compare.increase.decrease_is_better { color: red; }
.dashbox_compare.increase.decrease_is_better .arrow--dash { color: red; }
.dashbox_compare.increase.decrease_is_better .arrow--dash:before { background: red; }

.dashbox_compare.decrease.decrease_is_better { color: green; }
.dashbox_compare.decrease.decrease_is_better .arrow--dash { color: green; } 
.dashbox_compare.decrease.decrease_is_better .arrow--dash:before { background: green; }

.increase .arrow--dash {
    transform: rotate(-45deg);
}
.decrease .arrow--dash {
    transform: rotate(135deg);
}

.dashboxes .fi-info:before {
	font-weight: 400;
	font-size: 1.2rem;
	color: #ccc;
}


.chartboxes .callout {
	border: 0 none;
}
.dashboxes .callout .title_medium label {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
}
.chartboxes .callout .title_large,
.chartboxes .callout .dashbox_compare_wrap {
	margin-left: 2rem;
}
.chartboxes .checkmark {
	top: 2px;
}




#reportrange {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
}
#reportrange span {
	font-size: 0.85rem;
	vertical-align: middle;
}
#reportrange i {
	margin-left: 20px;
	font-size: 1.4rem;
	vertical-align: middle;
}

.arrow--dash {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #666;
	box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
}
.arrow--dash:before {
    right: 0;
    top: -1px;
    position: absolute;
    height: 1px;
    transform: rotate(-45deg);
    width: 11px;
    transform-origin: right top;
	content: "";
    box-sizing: border-box;
}
.arrow--dash:after{
	content: "";
    box-sizing: border-box;	
}





#menu-toggle div,
#menu-toggle span {
  transition: 0.25s ease-in-out;
  box-sizing: border-box;
}
#menu-toggle span {
  display: block;
  background: #566973;
  border-radius: 2px;
}
#menu-toggle {
  width: 40px;
  height: 40px;
  margin: 15px;
  position: relative;
  position: relative;
  cursor: pointer;
  /*background: rgba(255, 255, 255, 0.4);*/
  border-radius: 5px;
}
#menu-toggle:hover {
  /*background: rgba(255, 255, 255, 0.8);*/
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  /*background: rgba(0, 0, 0, 0.4);*/
}
#menu-toggle #hamburger span {
  width: 25px;
  height: 2px;
  position: relative;
  top: 7px;
  left: 7px;
  margin: 5px 0;
}


#menu-toggle #hamburger span:nth-child(1) { transition-delay: 0.5s; }
#menu-toggle #hamburger span:nth-child(2) { transition-delay: 0.625s; }
#menu-toggle #hamburger span:nth-child(3) { transition-delay: 0.75s; }
#menu-toggle.open #hamburger span:nth-child(3) { width: 30%; }
#menu-toggle.open #hamburger span:nth-child(1) { transition-delay: 0s; }
#menu-toggle.open #hamburger span:nth-child(2) { transition-delay: 0.125s; }
#menu-toggle.open #hamburger span:nth-child(3) { transition-delay: 0.25s; }

#main_nav .menu li { display: flex; flex-wrap: wrap; align-items: center; }
#main_nav .menu li a,
#main_nav .menu li ul:not[is-active] { opacity: 0; display: none;  }
#main_nav .menu:hover li a {  opacity: 1; display: flex; }
#main_nav .menu:hover li ul {  opacity: 1; }
#main_nav.open .menu li { flex-wrap: wrap; }
#main_nav.open .menu li a { opacity: 1; display: flex; }

#main_nav.hovered { border: 1px solid rgb(229, 231, 235); }

#main_nav { position: absolute; top: 110px; left: 0; right: 0; background: #fff; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
#main_nav .menu { overflow: hidden;  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
#main_nav .menu:hover { overflow: visible; width: 240px; background: #fff; border: 1px solid rgb(229, 231, 235); border-left: 0 none; margin-top: -1px; }
#main_nav .menu:hover .menu { background: transparent; }
#main_nav.open .menu:hover { overflow: hidden; width: auto; background: transparent; border: 0 none; margin-top: 0; }
#main_nav .menu li.active { background: rgb(47,181,185,0.1); border-right: 3px solid #2fb5b9; }
#main_nav .menu li.active > a { background: none; }
#main_nav .menu li ul { margin-left: 45px; flex: 1; }
#main_nav .menu a { flex: 1; color: #333; font-size: 1.1rem; display: flex; align-items: center; padding: 1.2rem 1rem; transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
#main_nav .menu a:hover { color: #2fb5b9; }
#main_nav .menu i { margin: 14px 10px 15px 25px; font-size: 1.4rem; flex: 0 }


#main_nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after,
.nav_arrow:after {
	content: ' ';
	display: inline-block;
	border-width: 0;
	border-style: none;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	height: 7px;
	width: 7px;
	transform: rotate(45deg);
	top: auto;
	margin-top: -4px;
}
.nav_arrow {
	padding-left: 5px;
}
.nav_arrow.nav_arrow_right:after {
	transform: rotate(-45deg);
}


#main_nav .menu li ul { flex: 0 0 100%; }
#main_nav .menu li ul li a { font-size: 1rem; }


.hh_checkbox {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.hh_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid rgb(0, 0, 0, 0.3);
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.hh_checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.hh_checkbox input:checked ~ .checkmark {
	background-color: #2fb5b9;
	border: 1px solid #2fb5b9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.hh_checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.hh_checkbox .checkmark:after {
	left: 6px;
	top: 1px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



.product_performance_bar { border: 1px solid rgba(0,0,0,0) border-radius: 5px; overflow: hidden; }
.product_performance_bar span { display: block; float: left; height: 10px; }

.pp_champions 		{ background: #14b92c }
.pp_winners 		{ background: #76e111 }
.pp_neutral 		{ background: #fffb00 }
.pp_underperformers { background: #ff8900 }
.pp_losers 			{ background: #ff0300 }



table#products  {
	font-size: .9rem;
	margin-top: 15px;
}

table#products tbody tr td.price-col {
    position: relative;
    width: 15%;
    cursor: pointer;
    box-sizing: border-box;
}
table#products tbody tr td.price-col input.price-field {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    border: none;
    cursor: pointer;
    background: none;
    vertical-align: top;
    box-shadow: none;
    font-size: .9rem;
}

.report_table,
.finance_table {
	font-size: 0.9rem;
}
.report_table th,
.report_table td,
.finance_table th,
.finance_table td {
    padding: 8px;
    overflow-wrap: break-word;
    text-align: left;
    vertical-align: middle;
}
.report_table .cell,
.finance_table .cell {
    display: flex;
}
.report_table .cell.right,
.finance_table .cell.right {
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.report_table th div span.sortable::before,
.report_table th div span.sortable::after,
.report_table th div span.sortDesc::before,
.report_table th div span.sortDesc::after,
.report_table th div span.sortAsc::before,
.report_table th div span.sortAsc::after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0px;
    left: 10px;
    top: 50%;
    position: absolute;
    width: 0px;
}
.report_table th div span.sortable,
.report_table th div span.sortDesc,
.report_table th div span.sortAsc {
    margin-right: 20px;
    position: relative;
}
.report_table th div span.sortable::before,
.report_table th div span.sortDesc::before {
    border-bottom-color: rgb(75, 85, 99);
    margin-top: -8px;
}
.report_table th div span.sortable::after,
.report_table th div span.sortAsc::after {
    border-top-color: rgb(75, 85, 99);
    margin-top: 1px;
}
.finance_table .normal_text {
	font-weight: 400 !important;
}

.report_table .performance_status {
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	justify-content: center;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3)
}

.champion { background: #1aef51; }
.winner { background: #1ea541; }
.lowprofit { background: #eba12b; }
.neutral { background: #999999; }
.loser { background: #eb0b1b; }





.section_end {
 	border-bottom: 2px solid #000;: 
 }
.section_middle {
 	border-bottom: 3px double #000;
 	
 }




.grid-logos img { padding: 20px; max-height: 90px; }

.grid-logos img {}





form.checkoutform {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

form.checkoutform label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  /* Accessible outline */
  /* Remove comment to use */
  /*
    &:focus-within {
        outline: .125em solid $primary-color;
    }
  */
}
form.checkoutform label input {
  position: absolute;
  left: -9999px;
}
form.checkoutform label input:checked + span {
  background-color: transparent;
}
form.checkoutform label input:checked + span:before {
  box-shadow: inset 0 0 0 0.5rem #0184ff;
}
form.checkoutform label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
form.checkoutform label span:hover {
  background-color: transparent;
}
form.checkoutform label span:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #fff;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	margin-right: 0.375em;
	transition: 0.25s ease;
	box-shadow: inset 0 0 0 0.125rem #ccc;
}

form.checkoutform label.form-control-large span {
	font-size: 1.4rem;
}

form.checkoutform .callout {
	border-radius: 0;
	border: 2px solid #e8e8e8;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	margin-bottom: -3px;
}
form.checkoutform .callout:first-child {
	border-radius: 10px 10px 0 0;
}
form.checkoutform .callout:last-child {
	border-radius: 0 0 10px 10px;
}

form.checkoutform .cell .callout_selected,
form.checkoutform .callout_selected {
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
	z-index: 10;
	border-radius: 10px !important;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

form.checkoutform .large {
	font-size: 1.4em;
}
form.checkoutform .right .large {
	margin: 10px 0 0 0 ;
}
form.checkoutform .small {
	color: #9c9c9c;
}
form.checkoutform .left .small {
	margin: -10px 0 0 40px;
}
form.checkoutform .right .small {
	margin: 2px 0 0 0;
}
form.checkoutform .right {
	text-align: right;
}

.package {
	position: relative;
}
.package.disabled:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(255,255,255,0.8);
}


.icon_round {
	display: inline-block;
	background: #2fb5b9;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.interpanel_or_vertical {
	background: #000;
	box-shadow: 0 10px 20px rgba(0,0,0,0.5);
	margin: 0px 0 -10px 50px;
	width: 50px;
	height: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	z-index: 10;
	position: relative;
	text-transform: uppercase;
	border-radius: 100%;
}
.interpanel_or_vertical span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;

}

.extra_padding {
	padding: 30px;
}




.tabs {
	background: transparent;border: 0 none;}
.tabs-title {
	background: transparent;
}
.tabs-title.is-active {
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
}
.tabs-title>a {
	font-size: 1.2rem;
	color: #333;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	background: #fff;
	color: #333;
	font-weight: 700;
}



#main_header .cell {
	border-left: 1px solid #ccc;

}

.nav_pop_hh {
	position: absolute;
	z-index: 9999;
    background-color: #fff;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    top: 53px;
    right: 10px;
    padding: 0;
    width: 290px;
    text-align: left;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.nav_pop_hh:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #cbd6e2;
}
.nav_pop_hh:after {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    right: 11px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 9.5px solid #fff;
}
#nav_account_ini {
	display: flex;
	align-items: center;
	padding-left: 20px;
}
#nav_account_ini .account_avatar {

}
#nav_account_ini span {
	padding: 0 7px 0 12px;
}
#nav_account_ini * {
	flex: 0 1 auto;
}
#nav_account_ini:hover,
#nav_notifications_ini:hover {
	cursor: pointer;
}
#nav_notifications_ini {
	font-size: 1.6rem;
	padding: 6px;
	margin: 0 15px;
}
#nav_notifications_ini i {
	position: relative;
}
#nav_notifications_ini i b {
	font-style: normal;
	position: absolute;
	top: -6px;
	right: -6px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: red;
	color: #fff;
	font-size: 10px;
	border-radius: 100%;
}
.notifications_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.notification_item {
	display: flex;
	flex-wrap: nowrap;
}
.notification_icon {
	flex: 0;
}
.notification_item i {
	font-size: 1.6rem;
	padding-right: 15px;
}
.notification_body {
	flex: 1;
	padding-right: 20px;
}

.nav_section {
	position: relative;
	padding: 20px;
	border-bottom: 1px solid rgb(203, 214, 226);
}
.nav_section:last-child {
	border-bottom: 0 none;
}
.nav_section .heading,
.nav_section .account_username {
	font-size: 1.1rem;
	font-weight: 700;
}
.nav_section .subheading {
	font-size: 0.9rem;
	color: #666;
}

.nav_pop_hh .account_holder {
	display: flex;
	flex-wrap: nowrap;
}
.account_avatar {
	display: inline-block;
	height: 35px;
	width: 35px;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 100%;
}
.account_holder .account_avatar {
	height: 48px;
	width: 48px;
	flex: 0 1 48px;
}
.account_avatar img {
	width: 100%;
	height: auto;
}
.nav_pop_hh .account_user_details {
	flex: 1;
	padding-left: 15px;
}
.nav_pop_hh .actions {
	font-size: .8rem;
	padding-top: 5px;
}
.nav_pop_hh .actions a {
	text-decoration: underline;
}

.nav_account_menu {

}
.nav_pop_hh .nav_account_menu ul {
	padding: 0;
	margin: 0;
	list-style: 0 none;
	list-style-type: 0 none;
}
.nav_pop_hh .nav_account_menu ul li {
	padding: 5px 0;
	margin: 0;
	list-style: 0 none;
	list-style-type: 0 none;
}
.nav_pop_hh .nav_account_menu ul li::marker {
	display: none;
	content: '';
}
.nav_pop_hh .nav_account_menu ul li a {
	color: #333;
}
.nav_pop_hh .nav_account_menu ul li a:hover,
.nav_pop_hh .nav_account_menu ul li a:focus {
	text-decoration: underline;
}

#switch_accounts .nav_arrow{
	position: absolute;
	right: 15px;
	top: 50%;
}


#switch_accounts:hover {
	background: rgba(0,0,0,0.05);
	cursor: pointer;
}



#main_header .cell {
	position: relative;
}



/* The switch - the box around the slider */
.togglerswitch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* Hide default HTML checkbox */
.togglerswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.togglerswitch .togglerswitchslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.togglerswitch .togglerswitchslider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.togglerswitch input:checked + .togglerswitchslider {
  background-color: #2fb5b9;
}

.togglerswitch input:focus + .togglerswitchslider {
  box-shadow: 0 0 1px #2fb5b9;
}

.togglerswitch input:checked + .togglerswitchslider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.togglerswitch .togglerswitchslider.togglerswitchround {
  border-radius: 34px;
}

.togglerswitch .togglerswitchslider.togglerswitchround:before {
  border-radius: 50%;
}
 