/*WF170876 Megan D: Importing Noto Sans Font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* START: WF161494 - Devante H*/
#EvoContainer {
	/*background-image: url('/skins/skin01/images/evo_bg.png');
	background-repeat: no-repeat;
	background-size: contain;*/
	background-color: #FFFFFF; /* WF170571 Megan D: Making background default to white */
	margin: 1rem 0;/* WF170494 - Connie M */ /*WF165670 Adonus- Commented out because it was breaking header*/ /*WF170272 - Adding back with redesign*/
}

#section-footer {
	background-color: #ffffff;
	width: 100% !important;
	height: 7rem;/*END WF170779*/
	margin: 0 auto !important; /*WF174768_KJ*/
}

#livechat{
	padding-left: 30px !important;
	padding-right: 30px !important;
}

/* .ui.basic.segment.nopadding {
	margin-top: 0px;
}*/	/* WF162181 - Chris H */

.text-margins {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
/* END: WF161494 - Devante H*/

/* START: WF170398 - Devante H*/
.evo__card--header {
	background-color: #354657 !important;
	color: white;
}

.circle-icon{
	background-image: url('/skins/skin01/images/circle-icon.svg');
	width: 12px !important;
	height: 12px !important;
}

.header-line {
	width: 100%;
	height: 1px;
	background: #EEEEEE;
	margin-bottom: 12px;
    margin-top: 12px;
}

/* End WF171482 */

.evo__card--header h4 {
	font-weight: bold !important;
}

.evo__card--header  a {
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}
/* END: WF170398 - Devante H*/

.ui.card.evocard>.content,
.ui.card.evocard>.extra {
	border-top: 0px !important;
}

.ui.card .content.evocardheader h3 {
	font-weight: 800;
	color: #354657;
}

.ui.table.evotable {
	border-radius: 0px;
	border: 0px;
}
/*WF171091 Megan D: Adding border to bottom of table... Note: if they come back and say they want it to be on each row move border-bottom to td instead and delete border radius*/
.ui.table.evotable tfoot tr td{
	border-top: 1px solid #E8E8E9;
}

.ui.table.evotable thead th {
	background-color: #ffffff;
	border-bottom: 2px solid #9d57b2;/*WF171866_MEH reverting back*/
	font-weight: 800;
}

.ui.sortable.table.evotable thead th {
	border-left: 0px;
}

/* WF170876 Megan D: Updating to new Font *//* WF171091 Megan D: Updating font size, font weight, line height, and padding */
.ui.table.evotable tr td {
	font-family: Noto Sans;
	font-weight: 350;
	font-size: 12px;
	line-height: 20px !important;
	padding-top: 6px;
	padding-bottom: 6px;
}
/* WF170876 Megan D: Updating table a tag text to be accessibility blue */
.ui.table.evotable tr td a {
	font-family: Noto Sans;
	text-decoration: underline;
	color: #0067DC !important;
}
.ui.table.evotable tr td a:hover {
	color: #bd83ca;
	text-decoration: none;
}
/* WF170876 Megan D: Keeping a tag (i)cons purple */
.ui.table.evotable tr td a i{
	text-decoration: none;
	color: #bd83ca;
}
/* WF170876 Megan D: Keeping a tag .wf black */
.ui.table.evotable tr td .wf a{
	text-decoration: none;
	color: #000 !important;
}
/* WF170876 Megan D: Adding font size to mobile */
@media (max-width: 480px) {
	.ui.table.evotable tr td {
		font-size: 12px;
		line-height: 14px !important;
	}
}


/* WF175687 Megan D: Adding "new" table updates for the evo tables without effecting the dashboard tables. */
/* This will not be needed when the overall table is updated */
.bigEVOTable.celled {
	border-left: 1px solid #84909b !important;
	border-radius: 0px !important;
	border-right: 1px solid #84909b !important;
	border-bottom: 1px solid #84909b !important;
}
.bigEVOTable.celled>thead:not(#mydetailheader) tr th,.bigEVOTable.celled tr td {
	padding: 3px 8px !important;
	border-color: #84909b !important;
	border-radius: 0px !important;
}
.bigEVOTable.celled>thead:not(#mydetailheader) tr th {
	border-top: 1px solid #84909b !important;
	border-bottom: 2px solid #9d57b2 !important;
}
.bigEVOTable tr th {
	border-left: 1px solid #84909b !important;
}
.bigEVOTable tr td {
	border-bottom-width: 0px !important;
}
.table__sort-icon {
	position: relative;
	top: 0.25rem;
}
/* WF175687 Megan D: Adding this because when scrolling and sorted you could see through the background */
.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{
	background: #f2f2f2;
}

/* WF171482 by James Etchison */
.genealogylink {
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #9D57B2;
	text-decoration: underline;
}

@media (max-width: 1220px) {
	.genealogylink {
		font-family: 'Rawline';
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		color: #9D57B2;
		text-decoration: underline;
	}
}

@media only screen and (max-width: 768px) {
	.genealogylink {
	}
}

.genealogylink-container {
    float: right;
    padding-right: 52px;
    padding-top: 5px;
}

@media (max-width: 1220px) {
	.genealogylink-container {
		padding-right: 52px;
		padding-top: 5px;
	}
}
/* end WF171482 */

.orderdiv {
	max-height:400px;
	overflow:auto;
}

.printorderdiv {
	width: 1000px;
}

.printInvoiceMain {
	width: 1000px;
}

/* WF171529_JE  start changes*/

#mydetailheader {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}


#DETAIL_SEARCH_TEMP {
	font-family: 'rawline', Sans-Serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px !important;
	padding: 0 15px 0 40px !important;
	border: 1px solid #d4d4d4 !important;
	max-height: 48px !important;
	height: 48px !important;
	font-size: 16px !important;
	z-index: 3;
}

#DETAIL_SEARCH_TEMP:focus {
	border-color: #85b7d9 !important;
}
#DETAIL_SEARCH_TEMP::placeholder {
	font-family: 'rawline', Sans-Serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}
.search-field__input-wrap {
	z-index: 2;
}
#detailGen_searchButton {
	left: 3px;
	transform: scaleX(-1);
	height: 48px;
	z-index: 4; }
/*WF178042 added left & right to override semantics Mari H.*/
#suggestions_DETAIL_SEARCH_TEMP.results,
#suggestions.results {
	position: absolute;
	z-index: 2;	/* WF162335 - Chris H */
	left: 0;
	right: auto;
}
#suggestions_DETAIL_SEARCH_TEMP.results {
	right: 20px;
	top: 68px;
}
@media only screen and (max-width: 767px) {
	#suggestions_DETAIL_SEARCH_TEMP.results,
	#suggestions.results {
		right: 0px; /* WF171529_JE center on mobile */
	}
}

#SearchHeader {    
	width: 100%;
    height: 88px;
    border: none;
}

#DetailedGenealogySearch {
	width: 350px;
}

@media only screen and (max-width: 767px) {
	
	#MobileShow {
		position: fixed;
		margin: auto;
		top: 0px;
        z-index: 9999;
        display: none;
        width: 100%;
	    height: 65px;
	    padding: 0;
	    border-bottom: 1px solid #D1D1D1;
        transform: translate(-50%, 0%);
		background-color: #ffffff;
        left: 50%;
	}

	#DETAIL_SEARCH_TEMP::placeholder {
		font-size: 12px;
	}
}

/* end changes WF171529_JE */
.bigPointText {
	font-size: 2em;
}
/*WF143173 Adonus*/
.bigPointText2 {
	font-size: 1em;

}

.ui.segment.powerof3 {
	background-color: #B1ABBA;
	color: #ffffff;
}

#QualLegs .column {
	font-size: 0.8em;
}

#CommPrimaryDiv,
#CommSecondaryDiv {
	/*EVX-5538 removed max-height to remove scroll bar Mari H.*/
	overflow: auto;
}

#TopVolume .ui.table tr th,
#TopVolume .ui.table tr td,
#TopEnrollers .ui.table tr th,
#TopEnrollers .ui.table tr td,
#NewAdvancements .ui.table tr th,
#NewAdvancements .ui.table tr td,
#mydetaildata.ui.table tr th.genheader {
	white-space: nowrap;
	border-top: 1px solid #D1D1D1;
}
/*Start Adonus WF166746*/
.month-header {
  background-color: #F7D533;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 34px;
}

.pvgen-bottom {
  height: 34px;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  background-color: pink;
  position: -webkit-sticky;
  position: sticky;
  top: 34px;
}
/*End Adonus WF166746*/


.rowHighlight td {
	color: #bd83ca;
}

.periodTable tr.clickRow:hover {
	cursor:pointer;
	background-color: #f5eef7;
}

#DetGenOptions.ui.accordion .title,
#TreeSettingsDiv.ui.accordion .title {
	background-color: #D1D1D1;
}

#DetGenOptions .field label,
#DetGenOptions .fields label {
	min-width: 75px;
}

#DetGenColumnFilters td
#DetGenColumnFormat td {
	padding: 0rem;
}

#QueryReportSelectionRow {
	padding-bottom: 0px;
}

#QueryReportSearchField {
	border: 1px solid #9b9b9b;
	border-radius: 2em;
	padding-left: 1em;
	margin-right: -1em;
}

.ui.segment.Copyright {
	font-size: 12px;
	color: #999999;
}

.ui.form select.periodselect,
.ui.form select.actionselect,
.ui.form select.roundedselect {
	border-radius: 2em;
}

#QuickReportsAccordion.ui.styled.accordion {
	padding: 0px 1em 1em 1em;
	box-shadow: none;
}

#QuickReportsAccordion.ui.styled.accordion .title {
	border-top:0px;
    color: #5597E2;
    border-radius: 2em;
}

#QuickReportsAccordion.ui.styled.accordion .title:hover {
	color: #a25eb5;
}

#QuickReportsAccordion .active.title {
    color: white !important;
    background-color: #5597E2 !important;
}

#DownlineQueryAccordion.ui.styled.accordion {
	box-shadow: none;
}

#DownlineQueryAccordion.ui.styled.accordion .title {
	color: #354657;
}

#DownlineQueryAccordion.ui.styled.accordion .content {
	background-color: #f5eef7;
}

#OVBar,
#TVBar,
#PVBar {
	background-color: #f5eef7;
    height: 2.5em;
    float: left;
    width: 100%;
	cursor:default;
	position: relative;
	border-radius: 5px;
	box-shadow: inset 0px 1px 5px #bd83ca;
}

#OVBarHave,
#TVBarHave,
#PVBarHave {
	position: absolute;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 8px;
}

#OVBarFill,
#TVBarFill,
#PVBarFill {
	position: absolute;
	height: 100%;
	background-color: #bd83ca;
	border-radius: 5px;
	box-shadow: inset 0px 1px 5px #a253b5;
}

#OVBarText,
#PVBarText {
	position: absolute;
	left: 0;
	font-weight: bold;
	margin: 8px;
}

#OVBarAmount,
#TVBarAmount {
	position: absolute;
	right: 0;
	font-weight: bold;
	margin: 8px;
}

#PVBarAmount{
	position: absolute;
	right: 0;
	font-weight: bold;
	font-size: 14px;
	padding-left: auto !important;
	padding-right: auto !important;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 8px;
	margin-bottom: 8px;

}

.jvectormap-zoomin {
    left: 10px;
    top: 0px !important;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    background: #a253b5 !important;
    padding: 0px !important;
    color: white;
    width: 3rem !important;
    height: 2rem !important;
    cursor: pointer;
    line-height: 2rem !important;
    text-align: center;
    font-size: 24px !important;
    font-weight: normal !important;
    border-radius: 2em !important;
}

.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
	background-color: #8b489d !important;
  	box-shadow: 1px 2px 10px 0px #8b489d;
}

.clearTable,
.clearTable tr td,
.clearTable tbody tr td {
  	border: 0px !important;
}

.expandHeight {
  	min-height: 100% !important;
}

.noBoxShadow {
  	box-shadow: 0px 0px 0px 0px !important;
}

.MessageCentralNavText,
#PlacementSideMenu a.item h3 {
	color: #354657;
}

#AtlanticSideMenu,	/* WF162295 - Chris H */
#PlacementSideMenu {
	width: 100%;
}

.MessageCentralNavTextSelected,
#AtlanticSideMenu a.item.active h3,	/* WF162295 - Chris H */
#PlacementSideMenu a.item.active h3 {
	color: #bd83ca;
}

.MessageCentralNavText:hover,
.MessageCentralNavTextSelected:hover,
#AtlanticSideMenu a.item h3:hover,	/* WF162295 - Chris H */
#AtlanticSideMenu a.item.active h3:hover,	/* WF162295 - Chris H */
#PlacementSideMenu a.item h3:hover,
#PlacementSideMenu a.item.active h3:hover {
	color: #a253b5;
}

#chartDiv-DistsByRank iframe,
#chartDiv-MemberType iframe {
	top: -999em !important;
}

#ChangePasswordSection {
	margin-bottom: 14em;
}

/* START WF143520 - Chris H */
#PasswordChangedSection {
	margin-bottom: 28em;
}
/* END WF143520 */

#EmailMaintenanceSection {
	margin-bottom: 25em;
}

#PowerofThreeSection {
	margin-bottom: 14em;
}

#RegistrationVerificationSection {
	margin-bottom: 15em;
}

#IPCMovesSection {
	margin-bottom: 14em;
}

#RegistrationComplete {
	margin-bottom: 14em;
}

#UplineReportSection {
	margin-bottom: 15em;
}

/* START WF155226 - Chris H */
#PreferencesSubmitSection {
	margin-bottom: 30em;
}
/* END WF155226 */

/* START WF144969 - Chris H */
#PersonalInfoSubmit {
	margin-bottom: 24em;
}
/* END WF144969 */

#PreferencesSaveChanges {
	margin-top: 1em;
	margin-bottom: 1em;
}

#ADPOrdersGridDiv .column {
	margin-bottom: 1em;
}

#PowerOf3Div .ui.button,
#PowerOf3Div .ui.basic.button,
#DetailedGenForm .ui.button,
#DetailedGenForm .ui.basic.button {
	margin-bottom: 1em;
}

/* START: EVODASHBOARD - Devante H */
.dashboard-button-left {
	margin-top: 0px;
	max-width: 180px;
}

.dashboard-button-right {
	margin-top: 0px;
	max-width: 180px;
}

.dashboard-padding{
	padding-left: 10% !important;
	padding-right: 10% !important;
}

.dashboard-margin{
	margin-left: 10% !important;
	margin-right: 10% !important;
}

.evo-dashboard-table-header {
	font-size: 12px;
}

.evo-dashboard-icon-container {
	position: relative;
    text-align: center;
}

.evo-dashboard-icon-container > i {
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.evo-dashboard-icon-text-container {
	margin-top: 3%;
	margin-bottom: 3%;
	padding: 0 auto;
}
.evo-dashboard-tab-container {
	border-width: thin !important;
	border-style: solid !important;
	border-color: #9d57b2 !important;
	background-color: white !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 2px;
	padding-right: 0px;
	margin-left: 20px;
}

.evo-dashboard-tab {
	border-radius: 25px !important;
	border-color: white !important;
	background-color: white !important;
	box-shadow: none !important;
	color: #9d57b2 !important;
}

.evo-dashboard-tab-active {
	border-radius: 25px !important;
	border-color: #9d57b2 !important;
	background-color: #9d57b2 !important;
}

.quick-reports-list-item {
	color: black !important;
	padding: 10px 5px !important;
	margin-left: 20px !important;
}

.evo-dashboard-wellness {
	line-height: 28px;
	font-family: Helvetica, sans-serif !important;
	margin: 10px !important;
	font-size: 30px !important;
	border-radius: 3px;
	color: white;
	display: inline-block;
}

.evo-dashboard-select {
  overflow: hidden !important;
  border: 1px solid #fff !important;
  position: relative !important;
}

.evo-dashboard-slider-container{
  border-radius: 25px !important;
  box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.20) !important;
}

.evo-dashboard-slider-filler {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.evo-dashboard-select:after{
  border: solid #BD8BCA !important;
  border-width: 0 3px 3px 0 !important;
  display: inline-block !important;
  padding: 3px !important;
  width: 0 !important;
  height: 0 !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg !important);
  position: absolute !important;
  top: 30% !important;
  right: 5px !important;/*WF167774_SN*/
  content: "" !important;
  z-index: 98 !important;

}

.evo-dashboard-select select{
  width: 720px !important;
  border: 0 !important;
  position: relative !important;
  z-index: 99 !important;
  background: none !important;
}

.evo-dashboard-label{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin: -25px 0 0 -25px !important;
}

.evo-dashboard-dropdown {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 0px !important;
}

.icon--loyalty-order-white:before {
width: 1.9375em !important;
height: 1.9375em !important;
}
/* END: EVODASHBOARD */

/* START WF159033 - Chris H */
#SnapshotDetailDiv,
#DocumentsDiv {		/* WF159613 - Chris H */
	margin-bottom: 25em;
}

#selectContainer .roundedselect {
	border:0px;
	outline:0px;
	border-color: white;
}

#selectContainer {
	Box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.20);
	Border-radius: 25px;
}

/* END WF159033 */

/* WF159384 - ADRIAN EVES */
#accountInquiryMonth {
	margin-bottom: 12em;
}

@media only screen and (max-width: 1200px) {
	#ChangePasswordSection,
	#PowerofThreeSection,
	#RegistrationVerificationSection,
	#IPCMovesSection,
	#RegistrationComplete {
		margin-bottom: 0em;
	}

	#EmailMaintenanceSection {
		margin-bottom: 10em;
	}

	/* START WF155226 - Chris H */
	#PreferencesSubmitSection {
		margin-bottom: 15em;
	}
	/* END WF155226 */

	/* START WF144969 - Chris H */
	#PersonalInfoSubmit {
		margin-bottom: 15em;
	}
	/* END WF144969 */

	/* START WF159033 - Chris H */
	#SnapshotDetailDiv,
	#DocumentsDiv {		/* WF159613 - Chris H */
		margin-bottom: 12em;
	}
	/* END WF159033 */
}

@media only screen and (max-width: 768px) {
	#EmailMaintenanceSection {
		margin-bottom: 0em;
	}

	/* START WF155226 - Chris H */
	#PreferencesSubmitSection {
		margin-bottom: 7em;
	}
	/* END WF155226 */

	/* START WF144969 - Chris H */
	#PersonalInfoSubmit {
		margin-bottom: 7em;
	}
	/* END WF144969 */

	/* START WF159033 - Chris H */
	#SnapshotDetailDiv,
	#DocumentsDiv {		/* WF159613 - Chris H */
		margin-bottom: 6em;
	}
	/* END WF159033 */

	/* START WF143253 - Chris H */
	/*#EVOGraphicTree_li {
		display: none !important;
	}*/
	/* END WF143253 */
}

/* START WF144871 - Chris H */
@media only screen and (max-width: 500px) {
	#MessageCenterFilterDiv .ui.checkbox label {
		font-size: .9em;
	}
}
/* END WF144871 */

@media only screen and (min-width: 768px) {
	.ui.container {
	    width: 95%;
	}
}

/* WF171482 by James Etchison */
.send-message {
	background-image: url('/skins/skin01/images/send-message.svg');
	width: 17px !important;
	height: 15px !important;
	vertical-align: baseline;
	margin-left: 40px !important;
	margin-right: 10px !important;
}

/* Start WF171482 by James Etchison */
@media only screen and (max-width: 1220px) {
  #HeaderSendMessage {
    display: none !important;
  }
  .send-message {
    vertical-align: bottom;
	margin-left: 22px !important;
	margin-right: 0px !important;
  }
} /*WF171946 fix missing closing tag*/
/* End WF171482 */

/* START WF143253 - Chris H */
@media only screen and (min-width: 1220px) {
	.ranktrackeraddinfo {
		color: #354657; /* WF161494 - Devante H*/
	}
}

@media only screen and (min-width: 1340px) {
	.ranktrackeraddinfo a {
		color: #354657; /* WF161494 - Devante H*/
	}
}
/* END WF143253 - Chris H */

/* START WF157848 - Chris H */
#HeaderSponsorChangeAlert {
	max-width: 250px;
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #ffffff;
    z-index: 2;
}

#HeaderSponsorChangeInfo {
	display: none;
	position: absolute;
    background-color: #ffffff;
    width: 250px;
    z-index: 2;
    text-align: center;
    right: 0px;
    top: 0px;
}

#HeaderSponsorChangeTable {
	width: 100%;
}

#HeaderSponsorChangeTable th {
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}

#HeaderSponsorChangeTable td {
	text-align: left;
}
/* END WF157848 */

/* START WF158623 - Chris H */
.resp-detgen-iframe-container {
	position: relative;
    overflow: hidden;
    padding-top: 60px;
}

.resp-detgen-iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (max-width: 767px) {
	#advancedfilters .additionalfields .fields .field {
		padding: 0px !important;
	}
}
/* END WF158623 */

/* START WF159033 - Chris H */
@media only screen and (min-width: 590px) {
	#GraphicalTreeViewLink {
		color: #354657;/* WF161494 - Devante H*/
	}
}
/* END WF159033 */

/* START WF158992 - Chris H */
.detgenbuttondiv {
	white-space: nowrap;
}

.detgenbutton {
	width: 100%;
	white-space: normal;
}
/* END WF158992 */

/* START WF159212 - Chris H */
@media only screen and (max-width: 767px) {
	#Powerof3KeyDesktop {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	#Powerof3KeyMobile {
		display: none;
	}
}
/* END WF159212 */

.sitenoaccesstab, .sitenoaccess {
    color: #CCCCCC !important;
}
.sitenoaccesstab:hover, .sitenoaccess:hover {
	cursor:pointer !important;
}
a.sitenoaccesstab {
	background:none;
}

/* START WF162181 - Chris H */
.ui.segment.AtlanticDiv,	/* WF162295 - Chris H */
.ui.segment.PlacementMainDiv {
	margin-top: 1em;
}
/* END WF162181 */
/* START WF162335 - Chris H */
#autoSuggestionsList_DETAIL_FOCUSID li:hover {
	cursor: pointer;
	color: #a253b5;
}

@media only screen and (max-width: 600px){/*WF166746 Adonus */
	#MyDetailTable {
		overflow: auto;
		height: 574px; /* WF171529_JE need height for sticky to work */
	}
}

#mydetaildata.ui.table.evotable tr td {
	border-bottom: 1px solid #84909B; /*WF169959 Robert S.- Style change*/
}
/* END WF162335 */

/* START WF162295 - Chris H */
@media only screen and (min-width: 768px) {
	.ui.grid.atlanticmobileheader {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.ui.grid.atlanticdesktopheader {
		display: none;
	}
}
/* END WF162295 */
/* START WF163330 - Chris H */
#OrderHistoryTable tr td.gen {
	vertical-align: top;
}
/* END WF163330 */


/* START:WF164960 Kyle S: mobile: one click for hover info, two clicks for profile */
@media only screen and (max-width: 1024px) {/*WF178141 changed max-width Mari H.*/
	.ui.desktoponly:not(.nodeBlock) {
		display: none !important;
	}
}
@media only screen and (min-width: 1025px) { /*WF168811 Megan D: the min width was causing it to show twice on tablets/ WF178141 changed min width*/
	.ui.mobileonly:not(.nodeBlock) {
		display: none !important;
	}
}
/* END:WF164960 Kyle S */

/* START WF165068 - Chris H */
#EmailBroadcastingStatsDiv {
	max-width: 350px;
	margin: auto;
}
/* END WF165068 */


#RankTrackerSelectDropdown .ui.form select {
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background:
    	linear-gradient(45deg, transparent 40%, #354657 50%, transparent 60%),
    	linear-gradient(135deg, transparent 40%, #354657 20%, transparent 60%) !important;
  	background-position:
    	calc(100% - 22px) calc(1em + 0px),
    	calc(100% - 15px) calc(1em + 0px),
    	100% 0 !important;
  	background-size:
    	7px 7px,
    	7px 7px,
    	2.5em 2.5em !important;
  	background-repeat: no-repeat !important;

  	background-color: #ffffff !important;*/
}/*WF167774_SN Commented Out to doesn't make the dropdown arrow buttons overlap text in Hebrew.*/

/* START WF165255 - Chris H */
@media only screen and (max-width: 767px) {
	#MessageSearchGrid,
	#ActiveAddNewNotificationGrid {
		margin: 0px !important;
	}

	/* START WF165251 - Chris H */
		padding: 0px !important;
	}
	/* END WF165251 */
}
/* END WF165255 */
