/* SITE WIDE */
html {
	font-size: 14px;
}

body {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

table tr th,
table tr td {
	vertical-align: middle;
	font-size: 14px;
}

.pointer {
	cursor: pointer;
}

.grab {
	cursor: grab;
}

.hidden {
	visibility: hidden;
}

.suggestionsBox {
	display: none;
	position: absolute; 
	width: 100%;
	max-width: 350px;
	top: 3rem;
	background-color: #ffffff;
	border-radius: 5px !important;
	border: 1px solid #cccccc;
	color: #000000;
	text-transform: none;
	font-size:14px;
	text-decoration: none;
	z-index:5000;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.suggestionsclose,
.suggestionsclose:hover {
	color: #000000;
}

.mb-custom1 {
	margin-bottom: 2.5rem !important;
}

.font-big {
	font-size: 2rem;
}

.font-wt-400 {
	font-weight: 400;
}

.font-wt-500 {
	font-weight: 500;
}

.font-wt-600 {
	font-weight: 600;
}

.font-wt-700 {
	font-weight: 700;
}

.size-8 {
	font-size: 8px;
}

.size-10 {
	font-size: 10px;
}

.size-12 {
	font-size: 12px;
}

.size-14 {
	font-size: 14px;
}

.size-16 {
	font-size: 16px;
}

.size-18 {
	font-size: 18px;
}

.size-20 {
	font-size: 20px;
}

.size-24 {
	font-size: 24px;
}

.size-28 {
	font-size: 28px;
}

.size-36 {
	font-size: 36px;
}

.size-48 {
	font-size: 48px;
}

.bg-card-header {
	font-weight: 600;
	border-bottom: 0px;
}

.underline {
	text-decoration: underline;
}

a.basiclink {
	text-decoration: none;
}

.dropdown-select .dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	line-height: 20px;
}

.dropdown-height-200 {
	max-height: 200px;
	overflow: auto;
}

.form-label {
	font-size: 12px;
}

.modal-backdrop.show {
	opacity: 0.25;
}

.rotated {
	display: inline-block;
	transform: rotate(180deg);
}

.flex-wrapper {
  	display: flex;
  	min-height: 100vh;
  	flex-direction: column;
  	justify-content: flex-start;
}

.hidden {
	visibility: hidden;
}

footer {
  	margin-top: auto;
}

/****************************************************************************************/
/* HEADER */

#headerbanner {
	min-height: 2em;
}

.logo-img {
	max-height: 40px;
}

#HeaderDropdownMenu {
	border-radius: 0px;
	border: 1px solid #DDDDDD;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.profile-icon::after {
	display: none;
}

.profile-icon img {
	width: 45px;
	height: 45px;
	border-radius: 45px;
}


/****************************************************************************************/
/* MAIN MENU */
#HeaderNav {
	box-shadow: 0px 3px 4px rgb(0, 0, 0, 0.15);
}

#headermenu a {
	font-weight: 600;
}

#MainMenu a.dropdown-toggle::after {
	display: none;
}

a.help-icon,
a.profile-icon {
	text-decoration: none;
}

#messageicondiv {
	float: right;
}

a.help-icon i,
#messageicon {
	font-size: 18px;
}

.message-link {
	text-decoration: none;
}

#newMsgCount {
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -25px;
    left: -4px;
    height: 0px;
}

@media (min-width: 992px) {
	#ShopMenu a.nav-link,
	#MyBusinessMenu a.nav-link,
	#MyTeamMenu a.nav-link,
	#MyAccountMenu a.nav-link, 
	#MyPartiesMenu a.nav-link,
	#ManageAutoshipsMenu a.nav-link {
		padding: 12px 7px;
	}
	
	#MyBusinessMenu ul.dropdown-menu,
	#MyTeamMenu ul.dropdown-menu,
	#MyPartiesMenu ul.dropdown-menu {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	
	#MyBusinessMenu ul.dropdown-menu,
	#MyBusinessMenu ul.dropdown-menu li,
	#MyTeamMenu ul.dropdown-menu,
	#MyTeamMenu ul.dropdown-menu li,
	#MyPartiesMenu ul.dropdown-menu,
	#MyPartiesMenu ul.dropdown-menu li {
		border-radius: 0px;
	}
	
	#MyBusinessMenu ul.dropdown-menu li ul li,
	#MyTeamMenu ul.dropdown-menu li ul li,
	#MyPartiesMenu ul.dropdown-menu li ul li {
		padding: 6px 14px;
	}
}


/****************************************************************************************/
/* BREADCRUMB */



/****************************************************************************************/
/* DASHBOARD */



/****************************************************************************************/
/* QUALIFICATIONS */

.qual-arrow {
	font-size: 2em;
}

.qual-rank {
    height: 46px;
    width: 46px;
    border-radius: 50%;
}

.qual-rank-text {
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 3px 0px;
}

.qual-rank-text sup {
	font-size: 12px;
	top: -1em;
}

.qual-rank-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.bg-card-header.qual-bar-header {
	font-weight: 400;
	font-size: 12px;
}

.qual-pae-text,
.qual-master-legs-text {
	font-size: 12px;
	font-weight: 400;
}

.qual-pae-value,
.qual-master-legs-value {
	font-size: 14px;
	font-weight: 600;
}

.masterlegscol,
.paecol {
	height: 16px;
}

#qual_detail th {
	position: sticky;
	top: 0px;
}


/****************************************************************************************/
/* KEY MEASURES */
.km-value {
	font-size: 18px;
	font-weight: 600;	
}

.sponsoring-dist,
.sponsoring-pc {
    height: 9px;
    width: 9px;
}

.keymeasureschart iframe {
	display:none;
}


/****************************************************************************************/
/* QUICKLINKS */


/****************************************************************************************/
/* REPORTS */

#reportscolumn a.btn.dropdown-toggle::after {
	float: right;
	margin-top: 10px;
}

#report {
	height: 60vh;
	overflow: auto;
}

#mygendata th {
	position: sticky;
	top: 0px;
}


/****************************************************************************************/
/* COMMISSION SUMMARY */

#divHideDatatablePaidOnDetail {
	max-height: 65vh;
}

/****************************************************************************************/
/* USER PROFILE */

.userprofile-pic {
	max-width: 108px;
	height: auto;
}


/****************************************************************************************/
/* DETAILED GENEALOGY */

#DetailedGenealogy {
	position: relative;
	height: 100%;
}

/* DEV11894#DetGenSidebar {
	width: 280px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
} */

/* DEV11894#DetGenMain {
	margin-left: 280px;
}*/

#DetGenSidebarOpen {
	display: none;
}

.detgensidebartoggle {
	font-size: 16px;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	margin-left: -13px;
	width: 24px;
    display: block;
    padding-left: 4px;
}

.detgenreportcol {
	margin-bottom: 10rem;
}

.filterhighlight {
	border-radius: 20px;
}

#ColumnContent,
#RankContent {
	min-height: 450px;
}

#DetGenTableDiv {
	height: 60vh;
	overflow: auto;
}

#DetGenTableDiv table thead tr th a,
#DetGenTableDiv table thead tr th {
	white-space: nowrap;
}

#mydetaildata th {
	position: sticky;
	top: 0px;
}

.detgensaveicon,
.detgenrestoreicon {
	font-size: 1.5em;
}

.sortselectedclass,
.sortselectedclass a {
	text-decoration: underline;
}

#DetGen_suggestions.suggestionsBox {
	max-width: 350px;
}


/****************************************************************************************/
/* GRAPHICAL TREE */

#GraphicalTree {
	position: relative;
}

#GraphicTreeList {
	display: none;
}

#GraphicTreeListLink.active,
#GraphicTreeLegendLink.active {
	font-weight: bold;
}

.graphictreesettingsicon {
	font-size: 2em;
}

.keyimage, .square_keyimage {
    width: 12px;
    height: 12px;
}

#TreeMainContainer {
	position: relative;
	display: none;
}

#TreeViewZoom {
	display: none;
}

@media (min-width: 768px) {
	#TreeMainContainer,
	#TreeViewZoom {
		display: block;
	}
}

#TreeScrollContainer {
	position: relative;
	width: 100%;
    text-align: center;
    overflow-x: scroll;
}

#DistDetailsContainer {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 300px;
}

#GraphicalTreeList {
	margin: 0px;
	padding: 0px;
}

#GraphicalTreeList ul {
	padding-left: 1em;
}

#GraphicalTreeList,
#GraphicalTreeList ul,
#GraphicalTreeList li {
	list-style-type: none;
}

#GraphicalTreeList .caret {
	display: flex;
	align-items: center;
  	cursor: pointer;
  	user-select: none; /* Prevent text selection */
}

#GraphicalTreeList .tree-item {
	display: flex;
	align-items: center;
}

#GraphicalTreeList .nested {
  	display: none;
}

#GraphicalTreeList .active {
  	display: block;
}

.gt-zoom {
	border-radius: 4px;
}

.gt-zoom #currentzoomlevel {
	border: 0px;
}


/****************************************************************************************/
/* LIBRARY */
.librarysearch {
	border-radius: 4px !important;
}

.librarysharecard {
	min-height: 400px;
}

.librarycopy {
	position: absolute;
    bottom: 1em;
    right: 1em;
}


/****************************************************************************************/
/* MY WEBSITE */
#UpdateWebsiteSuccess.toast {
	width: 500px;
}

.manage_website_card {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}


/****************************************************************************************/
/* MESSAGES */
#message-list {
	max-height: 60vh;
	overflow: auto;
}

#MessageNav li.active {
	font-weight: 600;	
}

#MessageListTable th {
	position: sticky;
	top: 0px;
}

#MessageListTable tr.newMessage td {
	font-weight: 600;
}

ul.list-choice-menu li.current a {
	font-weight: 700;
}

table.filter-row-table tr td input,
table.filter-row-table tr td select {
	min-width: 120px;
}

.message-profile-pic {
	max-width: 55px;
	border-radius: 50px;
}

#ViewMessageOptions .dropdown-menu li {
	position: relative;
}

#ViewMessageOptions .dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	right: 100%;
	top: -7px;
}

#ViewMessageOptions .dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

#ViewMessageOptions .dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

#ViewMessageOptions .dropdown-hover:hover>.dropdown-menu {
	display: inline-block;
}

#ViewMessageOptions .dropdown-hover>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

#ManageOptions li.current a,
ul.list-choice-menu li.current a {
	font-weight: 700;
}

.toboxidbox.btn {
	border-radius: 30px;
	padding: 2px 6px;
}

a.toboxidname {
	text-decoration: none;
}

.suggestionsBoxwrapper {
	position: relative;
}

.suggestionsBoxwrapper .suggestionsBox {
	top: 0px;
}

.distsearchrow {
	cursor: pointer;
}

#MsgFilteringOptions {
	min-height: 22vh;
}

#FolderRuleContent {
	min-height: 30vh;
}


/****************************************************************************************/
/* WEBMEETINGS */

#MeetingOptions li.current a {
	font-weight: 500;
}

#ScheduledMeetingsTableDiv,
#WebinarMeetingsTableDiv {
	min-height: 150px;
}

#WebMeetingForm,
#WebinarForm {
	margin-bottom: 100px;
}

#WebMeetingForm .dropdown-menu,
#WebinarForm .dropdown-menu {
	max-height: 100px;
	overflow: auto;
	width: 175px !important;
}

.webmeetingTitle {
	width: 30%;
}

.meetingcreatedheader {
	font-style: italic;
	font-weight: 600;
	size: 18px;
}

#PoweredByZoom > img {
	width:150px;
}


/****************************************************************************************/
/* MY PARTIES */
#PartyListDiv {
	height: 60vh;
	overflow: auto;
}

#partylist-table th {
	position: sticky;
	top: 0px;
}

#partylist-table th,
#partylist-table td {
	font-weight: 400;
}

#SearchValue_CreateUser {
	border-radius: 4px !important;
}

#divPartyOrderPopup {
	position: absolute;
    width: 300px;
    right: 0;
    background-color: #ffffff;
    z-index: 1;
}

.partyhostpop {
	background-color: #ffffff;
    position: fixed;
    display: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 350px;
}

#HostRewardsTiersDiv {
	position: absolute;
    z-index: 1;
}

.hostrewardstiers tr td {
	padding:8px;
}


/****************************************************************************************/
/* MY ACCOUNT */
#MyAccountNav li.active {
	font-weight: 600;
}

#MyAccountProfileImg {
	width: 75%;
	max-width: 150px;
	max-height: 150px;
	border-radius: 50%;
}

.myaccounteditlink {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	margin-left: -1rem;
}

.address-card:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

#BlockListBody {
	min-height: 500px;
}

.nophoto {
	width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
}

#SelectCoupons {
	height: 400px;
	overflow: auto;
}

#RP_Progress {
	height: 36px;
	width: 330px;
	margin: auto;
	position:relative;
}

#RP_Progress div {
	position: absolute;
}

#RP_Progress .progress-circle {
	width: 16px;
	height: 16px;
}

#RP_Progress .progress-bar {
	width: 110px;
	height: 7px;
	top: 5px;
}

#RP_Progress .progress-text {
	width: 144px;
	height: 14px;
	top: 22px;
}

/****************************************************************************************/
/* FOOTER */
#footermenu .header {
	margin-bottom: 26px;
	line-height: 22px;
}

#footermenu .header a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

#footermenu .header a:hover {
	text-decoration: underline;
}

#footermenu .footeritem {
	margin-bottom: 12px;
	line-height: 19px;
}

#footermenu .footeritem a {
    font-size: 16px;
    text-decoration: none;
}

#footerbanner {
	min-height: 2em;
}

.footer-logo-img {
	max-height: 44px;
}

.copyright {
	font-size: 12px;
}

#footermenu #selectlanguage {
	border: none;
}

/****************************************************************************************/
/* Publications */

.DashboardCarousel {
	height: 100px;
	max-height: 100px;
}

.ShoppingCartCarousel {
	height: 200px;
	max-height: 200px;
}

.DashboardCarousel-image {
	height: 100px;
	width: auto;
}

.ShoppingCartCarousel-image {
	height: 200px;
	width: auto;
}

/****************************************************************************************/
/* AUTOSHIP ORDERS */
.myautoshiporders th {
	position: sticky;
	top: 0px;
}

.myautoshiporders tr th,
.myautoshiporders tr td {
	line-height: 21px;
}

#AS_Progress {
	height: 36px;
	width: 330px;
	margin: auto;
	position:relative;
}

#AS_Progress div {
	position: absolute;
}

#AS_Progress .progress-circle {
	width: 16px;
	height: 16px;
}

#AS_Progress .progress-bar {
	width: 100px;
	height: 7px;
	top: 5px;
}

#AS_Progress .progress-text {
	width: 144px;
	height: 14px;
	top: 22px;
}

#OrderStatusDiv {
	width: 150px;
	height: 45px;
	position: relative;
}

#OrderStatusDiv .order-status-text {
	position: absolute;
	width: 80px;
	right: 20px;
	top: 10px;
}

#OrderStatusDiv .order-status-bar {
	position: absolute;
	width: 34px;
	height: 14px;
	border-radius: 14px;
	right: 0;
	top: 15px;
	z-index:1;
}

#OrderStatusDiv .order-status-dot {
	position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    right: 16px;
    top: 13px;
    z-index: 2;
}

#OrderStatusDiv .order-status-dot.active {
	right: 0px;
}

.additemtablediv {
	height: 50vh;
}

.evo-vertical-scroll {
	overflow-y: scroll;
}

.dropdown-menu.option-dropdown.selectvariant {
	min-width: 300px;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-sm-end {
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-sm-start {
    border-left: 1px solid rgba(0, 0, 0, 0.175)!important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-end-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-start-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-sm-y {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-sm {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-md-end {
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-md-start {
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-end-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-start-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-md-y {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-md {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-lg-end {
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-lg-start {
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-end-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-start-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-lg-y {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-lg {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-xl-end {
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-xl-start {
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-end-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-start-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-xl-y {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-xl {
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}