/**************************************************************
 whiteLabelV3.css
 jpl 3/16/16

/*************************************************************/

/*
Primary:
	Base:					#27323e						#68a921    #6c9c31  
	60% white:		#97a4b1 				#bcd79c
	87% white:		#dbe0e6 				#e8f2dc
	94% white:		#eef1f3				#f4f9ef
	97% white:		#f6f8f9 				#fafcf7
	
Secondary:
	Base:					#baae50 				#429ada
	60% white:		#e3ddb0 			#add4f0
	87% white:		#f6f4e4 			#e3f1fa
	94% white:		#fbfaf2			#f2f8fd
	97% white:		#fdfcf9 			#e3f1fa
*/

:root {
	--brandingPrimary: #27323e;
	--brandingSecondary: #baae50;
	--brandingPrimaryRGB: 39, 50, 62;
	--brandingSecondaryRGB: 186, 174, 80;
	--brandingPrimaryOnBlack: #586777;
	--brandingSecondaryOnBlack: #baae50;
	--primaryLight60: #97a4b1;
	--primaryLight97: #f6f8f9;
	--primaryLight97RGB: 246, 248, 249;
	--secondaryLight60: #e3ddb0;
	--secondaryLight87: #f6f4e4;
	--secondaryLight94: #fbfaf2;
	--highlight03: #fdfcf9;
	--highlight06: #fbfaf2;
	--highlight13: #f6f4e4;
}
.primaryBase { color: #27323e; }
.primaryBaseBG { background-color: #27323e; }
.secondaryBase { color: #baae50; }
.secondaryBaseBG { background-color: #baae50; }

/* a:not(.button, .icon, .item) */
	a:link		{ color: #27323e; text-decoration: underline; }
	a:visited { color: #27323e; }
	a:hover   { color: #27323e; text-decoration: none; }
	a:active	{ color: #27323e; }
	
	.clientNoteContent a:link			{ color: #baae50;  }
	.clientNoteContent a:visited	{ color: #baae50; }
	.clientNoteContent a:hover		{ color: #baae50; }
	.clientNoteContent a:active		{ color: #baae50; }

/* #topBar #logo, .logoImage { background-image: url(../../../images/v3/headerLogo2x.png); } */
#topBar #logo { background-image: url(../../../images/v3/headerLogo2x.png?m=1758813715); }
/*#topBar #logo:before { content: ''; }*/
#topMenu .subMenu.moreItems { background-color: #27323e; }


@media screen and (max-width: 699px) {
	#topSearchForm { background-color: #27323e; }
}
.emailBackground { background: #ffffff; }

.leftSidebar .itemMenu .item .adder { border-color: #27323e; /*color: #27323e;*/ }
.sampleLogoBar, .emailTemplate .colorBar { background-color: #27323e; }


.icon-drag:hover,
a:link[class^="icon-"]:hover:before,
a:link[class*=" icon-"]:hover:before,
.button[class^="icon-"]:not(.primary):hover:before,
.button[class*=" icon-"]:not(.primary):hover:before {
  color: #baae50;
}



.popUpWindow div.content { border-color: #27323e }
.popUpWindow .titleBar { background: #27323e; }
.pagePopUpWindow .titleBar { background: #baae50; }
.pagePopUpWindow div.content { border-color: #baae50; }
#__popUpWindowDock .minimizedPopUp { background: #baae50; }

#feedbackContainer { border-color: #27323e; }

#loadingMessage { background-color: #27323e; }

.DatePicker-WidgetDiv .DatePicker-ControlDiv { background-color: #27323e; }
.DatePicker-WidgetDiv .DatePicker-CanvasDiv .DatePicker-CanvasGrid td:hover,
.DatePicker-WidgetDiv .DatePicker-CanvasDiv .DatePicker-CanvasGrid td.chosenDate { background-color: #27323e; }
.DatePicker-WidgetDiv .DatePicker-CanvasDiv .DatePicker-CanvasGrid td.dayToday { box-shadow: inset 0 0 0 1px #f6f4e4; }

.courseItem .editDiv, .courseItemGroup.dragging { border-color: #27323e; }
.courseTimelineNav .unit.withItem  { border-color: #97a4b1; }
.courseItem .completeRule  { border-color: #27323e; }
.courseItem .completeRule .icon-star:before { color: #27323e; }

#settingsSideBarHolder .gearToggle { background-color: #27323e; }


.courseBuilderButton { background-color: #27323e; }
.courseItem .itemHeader { background-color: #f6f8f9; }

.itemCard:hover .cardBottom { /*border-color: #baae50;*/ }

.groupAvatar { background: #baae50; }

.clientNoteContent .answerComments .answerComment .theComment,
.clientNoteContent .answerComments .answerComment .theComment:after { background-color: #eef1f3; border-color: #97a4b1; color: #27323e; }
.clientNoteContent .answerComments .answerComment .theComment.byClient,
.clientNoteContent .answerComments .answerComment .theComment.byClient:after { background-color: #fbfaf2; border-color: #e3ddb0;  color: #baae50; }


.itemCard:hover .cardBottom { background-color: #f6f4e4;/* border-top-color: #baae50;*/ }
.cornerSash { box-shadow: inset 0 0 0 20px #baae50; }

.helpLink .icon-lightbulb { border-color: #27323e; }
.helpLink .icon-lightbulb:before { color: #27323e; }

.renderedHelpArticle .toParent a span { color: #27323e; }

#courseTimeLine .courseDay .sortZone.active { box-shadow: 0 0 2px 2px #baae50; }

.itemY .itemY__members > div .designation { background-color: #27323e; }

body.offeringWidget .headerBar { background-image: url(../../../images/v3/headerLogo2x.png?m=1758813715); }
.brightTopBar.offeringWidget .headerBar #logo { background-image: url(Top_Bar_Template_%285%29.png?m=1758813715); }

.tuckedControls > label.selected { background-color: #f6f4e4; }
.tuckedControls > label:hover { background-color: #f6f4e4; }

.item:before { color: #27323e; }
.itemMenu .item:hover:before { color: #baae50; }
.itemMenu .item.tabSelected:before { color: #baae50; }
.itemMenu .item:hover { background-color: #fbfaf2; }
.itemMenu .item:hover:not(.tabSelected) { border-color: #fbfaf2; }

.itemWidebox .subHeader { background: #fbfaf2; }
.subHeader { background: #fbfaf2; }
.formSection { background-color: #fbfaf2; }
.lightColorBox { background-color: #f6f4e4; }


.awesomeMenu li.selected { background-color: #dbe0e6; }
.invoiceAccounts .hasCardOnFile { background: #27323e; }

.coursePSummary .item:hover { background-color: #fbfaf2; }
.coursePSummary .item .controls { background-color: #baae50; }

#courseTimeLine .courseDay { border-color: #97a4b1; }
.itemRP .coursePerformance .buttonHolderRow { background-color: #fbfaf2; }

.itemG__members div span.coach { background-color: #27323e; }
.itemY__members div .designation { background-color: #27323e; }


.offeringBundleOptions > div.menuItem:hover { background-color: #fbfaf2; }
#courseTimeLine .courseDay.dropTarget { background-color: #fbfaf2; }
/*
.courseBuilderButton.itemButton:not(.coursePageItem) { border-color: #27323e; }
.courseBuilderButton.itemButton:not(.coursePageItem):before { color: #27323e; }
*/
.designer #topBar #logo,
.brightTopBar #topBar #logo { background-image: url(Top_Bar_Template_%285%29.png?m=1758813715); }
body.darkMode.brightTopBar #topBar #logo { background-image: url(../../../images/v3/headerLogo2x.png?m=1758813715); }


.brightTopBar:not(.designer) #topBar,
.brightTopBar:not(.designer) #topBar #accountHeader,
.brightTopBar:not(.designer) #topBar #topMenu .icon { border-color: #97a4b1 ; }

.designer:not(.brightTopBar) #topBar #logo {
	background-image: url(../../../images/v3/headerLogo2x.png?m=1758813715);
}

.fadedBox { background-color: #dbe0e650; }



body.darkMode .itemMenu .item:hover { background-color: #fdfcf920; }
body.darkMode .itemMenu .item.tabSelected { background-color: #fbfaf230; }
.brightTopBar #topBar #topMenu  .icon:hover { background-color: #fbfaf218 !important; }
body.darkMode.brightTopBar #topBar #accountHeader:hover { background-color: #fbfaf218; }
body.darkMode .awesomeMenu li.selected { background-color: #dbe0e618; }
body.darkMode .subHeader { background: #fbfaf218; }
body.darkMode  .fadedBox { background-color: #dbe0e618; border-color: #97a4b118; }

body.darkMode .formSection, body.darkMode .courseItemEditForm .formW .formSection { background-color: #fbfaf218; }

body.darkMode .folderTree .folderTreeHeader:hover    { background-color: #f6f4e432; }
body.darkMode .folderTree.dragging .folderTreeHeader { background-color: #f6f4e432; }
body.darkMode .folderTree.dropCandidate > .folderTreeHeader { background-color: #f6f4e432; }
body.darkMode .folderTree .folderTreeItemSet .folderTreeItem:hover { background-color: #f6f4e432; }
body.darkMode .tuckedControls > label.selected { background-color: #f6f4e432; }
body.darkMode .groupSideBarMembers > div.clickable:hover { background-color: #fbfaf218;  }	
body.darkMode input.search:focus,
body.darkMode input.DatePicker-input:focus,
body.darkMode input.timeInput:focus { background-color: #baae50; }
body.darkMode .DatePicker-WidgetDiv .DatePicker-CanvasDiv .DatePicker-CanvasGrid td.dayToday { background-color: #f6f4e432; }

body.darkMode .clientNoteContent .answerComments .answerComment .theComment,
body.darkMode .clientNoteContent .answerComments .answerComment .theComment:after { background-color: #eef1f308; border-color: #97a4b118; color: var(--brandingPrimaryOnBlack); background-color: #000; }
body.darkMode .clientNoteContent .answerComments .answerComment .theComment.byClient,
body.darkMode .clientNoteContent .answerComments .answerComment .theComment.byClient:after { background-color: #fbfaf208; border-color: #e3ddb018;  color: #baae50; background-color: #000; }

body.darkMode .courseItem .itemHeader { background-color: #f6f8f918; }
body.darkMode .coursePSummary .item:hover { background-color: #fbfaf218; }
body.darkMode .lightColorBox { background-color: #f6f4e432; }


body.darkMode {
/*
	--highlight03: #f6f4e409;
	--highlight06: #f6f4e412;
	--highlight13: #f6f4e428;
	--highlight03: color-mix(in srgb, #ffffff  3%, var(--cardBGColor));
	--highlight06: color-mix(in srgb, #ffffff  6%, var(--cardBGColor));
	--highlight13: color-mix(in srgb, #ffffff 13%, var(--cardBGColor));
	*/
	--highlight03: #141414;
	--highlight06: #333333;
	--highlight13: #424242;
}

