/*---------------------------------------------------------------------------------
    Styles to be used specifically for a tenant
---------------------------------------------------------------------------------*/
/*Reference for google fonts.*/
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*Tenant specific styles.*/
/*BOC Gouresh P. Added styles for the Be Great layout.*/
/*Variables*/
/*---------------------------------------------------------------------------------
    Color css
---------------------------------------------------------------------------------*/
.colorStrongGreen {
  color: #77BC1F;
}
.colorPolishedGold {
  color: #FDB514;
}
.colorDarkModerateBlue {
  color: #28317E;
}
.colorVeryDarkGray {
  color: #373737;
}
.colorPrimary {
  color: #28317E;
}
.colorSecondary {
  color: #373737;
}
.colorTertiary {
  color: #77BC1F;
}
.colorQuaternary {
  color: #FDB514;
}
.colorText {
  color: #373737 !important;
}
/*---------------------------------------------------------------------------------
    Begin Login Styles
---------------------------------------------------------------------------------*/
.success-msg h4 {
  color: #FFFFFF;
}
.GenesisFormEditor {
  background-color: rgba(248, 248, 248, 0.68);
  color: #000000;
}
.pageHeader {
  color: #FFFFFF;
}
.summitCustomPreloginLink {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.summitCustomPreloginLink:hover {
  color: #FFFFFF;
}
.summitCustomPreloginLink:focus,
.summitCustomPreloginLink:active {
  color: #FFFFFF;
}
.passwordGlowingBorderOnError:focus {
  border-color: #FF0000 !important;
  box-shadow: 0 0 10px #FF0000 !important;
}
.passwordGlowingBorderOnSuccess:focus {
  border-color: #32CD32 !important;
  box-shadow: 0 0 10px #32CD32 !important;
}
.tooltipContent {
  background-color: #FFFFFF;
  color: #000000;
}
.passwordCriteriaIndicatorIcons.glyphicon-remove {
  color: #FF0000;
}
.passwordCriteriaIndicatorIcons.glyphicon-ok {
  color: #32CD32;
}
#lblError {
  color: #a94442;
  display: none;
}
/*End Login Styles*/
/*---------------------------------------------------------------------------------
    Begin Home Page Styles
---------------------------------------------------------------------------------*/
.divComponentEligibilitySubNote {
  color: #373737;
}
/*End Home Page Styles*/
/*---------------------------------------------------------------------------------
    Begin Body Styles
---------------------------------------------------------------------------------*/
.beGreatBodyBackground {
  background: url('../Images/be-great-background.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*End Body Styles*/
/*---------------------------------------------------------------------------------
    Begin Header Styles
---------------------------------------------------------------------------------*/
.container-fluid.header {
  background-color: #676a6d !important;
}
.headerBackgroundSolid {
  background-color: rgba(255, 255, 255, 0.9);
}
.headerBackgroundFaded {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.headerBackgroundFaded #divTopNavIcons {
  background-color: transparent !important;
}
.divNavbarHeader {
  background-color: #FFFFFF;
}
.navbar.navbar-fixed-top {
  z-index: 1050;
}
.sideMenuBackgroundExpanded {
  background-color: #28317E !important;
}
.beGreatLogo::after {
  content: url("../Images/summit-logo.png");
}
nav .welcomeName {
  color: #373737;
}
#divTopNavIcons {
  background-color: transparent;
}
.topNavAnchors.topNavAnchorsActive .svgTopNavOthers {
  fill: #FDB514 !important;
}
.topNavAnchors.topNavAnchorsActive .svgTopNavWallet {
  fill: #FDB514 !important;
}
.topNavAnchors.topNavAnchorsActive span {
  color: #FDB514 !important;
}
#ancTopNavIconWallet {
  color: #77BC1F;
}
.topNavbarIconActive {
  color: #FDB514 !important;
  fill: #FDB514 !important;
}
.svgTopNavWallet {
  fill: #77BC1F;
}
.svgTopNavOthers {
  fill: #28317E;
}
.addHoverColor {
  fill: #FFFFFF !important;
  color: #FFFFFF !important;
}
.topNavbarDropdownItems {
  background-color: #000000;
}
.topNavbarDropdownItems:hover {
  background-color: #373737 !important;
}
.topNavbarDropdownItems a {
  color: #77BC1F !important;
  cursor: pointer;
}
.topNavbarDropdownItems a:active,
.topNavbarDropdownItems a:focus {
  color: #FFFFFF !important;
}
.topNavbarDropdownItems a:hover {
  color: #FDB514 !important;
}
.topNavbarDropdownItems button {
  color: #FFFFFF;
  background-color: #FDB514;
}
.topNavbarDropdownItems button:hover {
  background-color: #77BC1F;
}
.topNavbarDropdownItems button:active {
  background-color: #373737;
}
.topNavbarDropdownItems button:focus {
  background-color: #373737;
}
.topNavbarDropdownItems button:disabled {
  background-color: #95989A;
}
.topNavbarDropdownItemHeading {
  color: #FFFFFF;
}
.topNavbarDropdownItemDetails {
  color: #FDB514;
}
.topNavbarDropdownItemBorderBottom {
  border-bottom: 1px solid #95989A;
}
.topNavbarDropdownItemsRightColumn {
  float: right;
}
.topNavbarDropdownItemDate {
  color: #77BC1F;
}
/*End Header Styles*/
/*---------------------------------------------------------------------------------
    Begin Notifications Styles
 ---------------------------------------------------------------------------------*/
.divSiteSuccessMessages {
  background: #24BC00;
  color: #FFFFFF;
}
.GenericSiteErrorMessages {
  background: rgba(253, 181, 20, 0.5);
  background: #FDB514;
  color: #FFFFFF;
}
.CloseGenericSiteErrorMessages {
  background: rgba(253, 181, 20, 0.9);
  color: #FFFFFF;
}
.CloseGenericSiteSuccessMessages {
  background: rgba(36, 188, 0, 0.9);
  color: #FFFFFF;
}
#divNotificationsOnSite {
  background: rgba(119, 188, 31, 0.5);
  background: #77BC1F;
  color: #FFFFFF;
}
#divNotificationsOnSiteCloseButton {
  background: rgba(119, 188, 31, 0.9);
}
/*End Notifications Styles*/
/*---------------------------------------------------------------------------------
    Begin Sidebar Styles
 ---------------------------------------------------------------------------------*/
#sideMenuBarMinimized {
  background-color: #FFFFFF;
}
#sideMenuBarMinimized ul li .profileBlock {
  color: #373737;
}
#sideMenuBarMinimized ul li a img {
  max-width: 61px;
}
#sideMenuBarMinimized ul li a div.defaultProfileImage {
  background: gray;
  color: #fff;
}
.min-icons:hover .svgSideNav {
  fill: #77BC1F;
}
.min-icons:active,
.min-icons:focus .svgSideNav {
  fill: #FDB514;
}
#sideMenuBarExpanded {
  background-color: #FFFFFF;
}
#sideMenuBarExpanded ul li div.defaultProfileImage {
  background: gray;
  color: #fff;
}
#sideMenuBarExpanded .employeeName {
  color: #373737;
}
.employeeDesignation {
  color: #373737;
}
#ancPoints {
  color: #77BC1F;
}
#ancPointsSpent {
  color: #6F6F6F;
}
#ancPointsAvailable {
  color: #77BC1F;
}
.pointsBlock #ancPointsAvailable {
  padding: 0 !important;
}
#chartContainer {
  color: #373737;
}
.leftSidebarLinks {
  color: #77BC1F;
}
.exp-icons:hover .svgSideNav {
  fill: #77BC1F;
}
.exp-icons:hover span {
  color: #77BC1F;
}
.exp-icons:active,
.exp-icons:focus .svgSideNav {
  fill: #373737;
}
.exp-icons:active,
.exp-icons:focus span {
  color: #373737;
}
.exp-icons span {
  color: #28317E;
}
.sidebarIconActive {
  color: #FDB514 !important;
  fill: #FDB514 !important;
}
.sidebarLiActive {
  background-color: #373737 !important;
}
.svgSideNav {
  fill: #28317E;
}
.sidebarBorderBottom {
  border-bottom: 2px solid #95989A;
}
/*End Sidebar Styles*/
/*---------------------------------------------------------------------------------
    Begin Main Body
---------------------------------------------------------------------------------*/
#divErrorSuccessNotification span {
  color: #FFFFFF;
  background-color: #24BC00;
}
/*Styles for the tabs in the 'Profile Settings' block.*/
#ulEditProfileTabs {
  border-bottom: 1px solid #FFFFFF;
}
#ulMyHistoryTabs {
  border-bottom: 1px solid #FFFFFF;
}
#ulApprovalsTabs {
  border-bottom: 1px solid #FFFFFF;
}
#ulBudgetManagementTabs {
  border-bottom: 1px solid #FFFFFF;
}
.EditProfileTabAnchors {
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.MyHistoryTabAnchors {
  color: #FFFFFF !important;
  border: none !important;
  background-color: transparent !important;
}
.AprovalsTabAnchors {
  color: #FFFFFF !important;
  border: none !important;
  background-color: transparent !important;
}
.BudgetManagementTabAnchors {
  color: #FFFFFF !important;
  border: none !important;
  background-color: transparent !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom: 4px solid #77BC1F !important;
}
.awardComitteePanel .memberIdentificationCard {
  cursor: auto;
}
/*Styles for all the sub-sections in the 'Profile Settings' section.*/
.formOverlay {
  background-color: rgba(248, 248, 248, 0.7);
}
.formOverlay .input-group small {
  color: #FFFFFF;
}
.formOverlayLessTransparent {
  background-color: rgba(248, 248, 248, 0.99);
}
.formOverlayTranslucent70 {
  background-color: rgba(248, 248, 248, 0.7) !important;
}
.formOverlayOpaque {
  background-color: #f8f8f8 !important;
}
/*Styles for the header of each sub-section in the 'Profile Settings' section.*/
.form-header {
  background-color: #FFFFFF;
  color: #000000;
}
.formHeaderText {
  color: #373737;
}
.formHeaderGlyph {
  color: #77BC1F;
}
/*Styles for the content inside each sub-section in the 'Profile Settings' section.*/
.formContent div.defaultProfileImage {
  background: gray;
  color: #fff;
}
.foreColor {
  color: #000000 !important;
}
.scrollableWindow::-webkit-scrollbar,
.scrollableWindowHoriz::-webkit-scrollbar {
  background-color: transparent;
}
.scrollableWindow::-webkit-scrollbar-thumb,
.scrollableWindowHoriz::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555555;
}
.scrollableWindow::-webkit-scrollbar-track,
.scrollableWindowHoriz::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.summitCustomBtn {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.summitCustomBtnPrimaryColor {
  background-color: #FDB514;
}
.summitCustomBtnPrimaryColor:hover {
  background-color: #77BC1F;
}
.summitCustomBtnPrimaryColor:disabled {
  background: rgba(55, 55, 55, 0.9) !important;
}
.summitCustomBtnSecondaryColor {
  background-color: #47A801;
}
.summitCustomBtnSecondaryColor:hover {
  background-color: #77BC1F;
}
.summitCustomBtnSecondaryColor:disabled {
  background: rgba(55, 55, 55, 0.9) !important;
}
.customDrpDown input {
  background: #FFFFFF;
}
label.required:after {
  color: #FF0000;
}
label.countryName {
  background-color: #FFFFFF !important;
}
.coustomDrpDownContainer ul li:hover {
  background-color: #ADD8E6;
}
.coustomDrpDownContainer ul li a {
  color: #000000;
}
.customDrpDownList {
  border: 1px solid #A9A9A9;
  background-color: #FFFFFF;
}
/*Styles for the 'My Profile' tab.*/
/*Styles for the 'Change Profile Image' section.*/
.lightText {
  color: #373737;
}
.boldText {
  color: #373737;
}
#imageUploaderPopUp {
  z-index: 1051;
}
/*Styles for the 'Change Profile Image' section.*/
/*Styles for the 'Update Profile' section.*/
.labelCheckBox {
  color: #373737;
}
.summitCustomEditLink {
  color: #373737;
  border-bottom: 1px solid #373737;
}
.summitCustomEditLink:hover {
  color: #373737;
}
/*Styles for the 'Update Address' section.*/
.sectionHeader {
  color: #373737;
}
.countryName {
  box-shadow: 0px 0px 0px -6px black !important;
}
/*Styles for the 'Notifications' tab.*/
.customRadioButton {
  background-color: #9a9a9a;
}
.selectedRadioButton {
  background-color: #77BC1F;
}
/*End Main Body*/
/*---------------------------------------------------------------------------------
    Begin Recognize Styles
---------------------------------------------------------------------------------*/
#modalCreateBudgetRequest .modal-content button.close {
  color: #373737;
}
#modalRapidRecognition .modal-content button.close {
  color: #373737;
}
#genericModal .modal-content button.close {
  color: #373737;
}
#modalYOSOutputDetails .modal-content button.close {
  color: #373737;
}
#modalOutputDetails .modal-content button.close {
  color: #373737;
}
#modalForPdfFile .modal-content {
  background-color: transparent;
}
#modalForPdfFile .modalCloseForPdfFile {
  color: #FFFFFF;
  background: #000000;
}
#portraitOrientationModal .modal-content button.close {
  color: #373737;
}
#ulRecognizeTabs {
  border-bottom: 1px solid #FFFFFF;
}
.RecognizeTabAnchors {
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.addBudgetProgramSelectionDropDownValidationMessage {
  color: #FF0000;
}
.memberIdentificationCard.userHasNoBudget:not(.selected):hover .addBudgetResultItemToolTip {
  background-color: #32CD32;
  color: #FFFFFF;
}
.memberIdentificationCard.userHasBudget:hover .addBudgetResultItemToolTip {
  background-color: #FF0000;
  color: #FFFFFF;
}
.recognizeSubSectionHeader {
  color: #373737;
}
.addBudgetSubSectionHeader {
  color: #373737;
}
.quickSearchSelectionText.loading {
  background-color: #ffffff;
  background-image: url("/shared/images/textbox-loading.gif");
  background-size: 20px 20px;
  background-position: right center;
  background-repeat: no-repeat;
}
#ulQuickSearchDropDownList {
  background-color: #FFFFFF;
}
#ulQuickSearchDropDownList li div.defaultProfileImage {
  background: gray;
  color: #FFFFFF;
}
#ulQuickSearchDropDownList::-webkit-scrollbar {
  background-color: #F5F5F5;
}
#ulQuickSearchDropDownList::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555555;
}
#ulQuickSearchDropDownList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.advancedSearchDropDownList {
  background-color: #FFFFFF;
  position: absolute;
  padding: 5px 2px;
  top: 47px;
  z-index: 5;
  display: none;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
}
.advancedSearchDropDownList li {
  list-style: none;
  padding: 2px;
  color: #6F6F6F;
}
.advancedSearchDropDownList li:hover,
.advancedSearchDropDownList li:focus,
.advancedSearchDropDownList li:active {
  background-color: rgba(119, 188, 31, 0.5);
}
.advancedSearchSelectionText {
  background-color: #FFFFFF !important;
  color: #6F6F6F;
}
.addBudgetProgramSelectionText {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.addBudgetProgramSelectionDropDownList {
  background-color: #FFFFFF;
}
.addBudgetProgramSelectionDropDownList li {
  color: #6F6F6F;
}
.addBudgetProgramSelectionDropDownList li:hover,
.addBudgetProgramSelectionDropDownList li:focus,
.addBudgetProgramSelectionDropDownList li:active {
  background-color: rgba(119, 188, 31, 0.5);
}
.quickSearchListSubHeaderItem {
  border-top: 1px solid #95989A;
  border-bottom: 1px solid #95989A;
}
.quickSearchListResultItem:hover,
.quickSearchListResultItem:focus,
.quickSearchListResultItem:active {
  background-color: rgba(119, 188, 31, 0.5);
}
/*End Recognize Styles*/
/*---------------------------------------------------------------------------------
    Begin Program Component Styles
---------------------------------------------------------------------------------*/
.programComponent {
  background: #fff;
  border: 4px solid transparent;
}
.linkedProgram {
  background: #fff;
  border: 4px solid transparent;
}
.sidebarProgramComponent {
  background: #fff;
  border: 4px solid transparent;
}
div.memberIdentificationCard.selected,
div.programComponent.selected {
  border: 4px solid #3a4388 !important;
}
div.memberName,
div.memberLocation {
  color: #000;
}
table.selectedmembers {
  width: 100%;
}
.programComponentCard {
  background-color: #F8F8F8;
}
.programComponentCard.disabled {
  background-color: rgba(169, 169, 169, 0.9);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: not-allowed;
  border: none !important;
  box-shadow: none !important;
}
.linkedProgramCard {
  background-color: #F8F8F8;
}
.programComponentCaptionContainer {
  background-color: #E8EAEF;
}
.programComponentCaptionContainer.disabled {
  background-color: rgba(169, 169, 169, 0.9);
}
.linkedProgramCaptionContainer {
  background-color: #E8EAEF;
}
.sidebarProgramComponentCaptionContainer {
  background-color: #bababa;
}
.sidebarProgramComponentImageContainer {
  background-color: #e4e4e4;
}
.programComponentCaption,
.sidebarProgramComponentcaption {
  color: #28317E;
}
.linkedProgramCaption {
  color: #28317E;
}
/*End Program Component Styles*/
/*---------------------------------------------------------------------------------
    Begin Output Options Styles
---------------------------------------------------------------------------------*/
.singleOutputOptionImage {
  border: 4px solid transparent;
}
.singleYOSOutputImage {
  border: 4px solid transparent;
}
.singleOutputOptionCaption {
  color: #000000;
}
.outputOptionSelected {
  border: 4px solid #28317E;
}
/*End Output Options Styles*/
/*---------------------------------------------------------------------------------
    Begin Certificate Template Styles
---------------------------------------------------------------------------------*/
.singleCertificateTemplateImage {
  border: 4px solid transparent;
}
.certificateTemplateSelected {
  border: 4px solid #28317E;
}
/*End Certificate Template Styles*/
/*---------------------------------------------------------------------------------
    Begin Modal Pop-Up Styles
---------------------------------------------------------------------------------*/
.formOverlayModal {
  background-color: #f8f8f8;
}
/*End Modal Pop-Up*/
/*---------------------------------------------------------------------------------
    Begin Footer Styles
---------------------------------------------------------------------------------*/
.footerBackground {
  background-color: #000000;
}
.footerLinkContainer {
  height: 95px;
}
.footerLinks {
  color: #77BC1F;
}
.footerLinks:hover {
  color: #FDB514;
}
.footerLinks:active {
  color: #FFFFFF;
}
.footerLinks:focus {
  color: #FFFFFF;
}
/*End Footer Styles*/
/*---------------------------------------------------------------------------------
    Begin Email Template Styles
---------------------------------------------------------------------------------*/
.tblEmail {
  color: #000000;
  background-color: #FFFFFF;
}
.tdEmailHeader {
  background-color: #3e4144;
}
.tdEmailFooter {
  background-color: #000000;
}
.tdEmailHeader {
  color: #000000;
  background-color: #FFFFFF;
}
.tdEmailBody {
  color: #000000;
  background-color: #FFFFFF;
}
.tdEmailBody a {
  color: #77BC1F;
}
.tdEmailBody a:active,
.tdEmailBody a:focus {
  color: #FFFFFF;
}
.tdEmailBody a:hover {
  color: #FDB514;
}
.tdEmailBody img {
  max-width: 850px;
}
.tdEmailFooter {
  color: #000000;
  background-color: #FFFFFF;
}
/*End Email Template Styles*/
/*New CSS */
.customDrpDown input {
  background-color: white !important;
}
select {
  background-color: white !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.yosOutputDetailImageCaption {
  padding: 14px 0px;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  color: #28317E;
}
.outputDetailImageCaption {
  padding: 14px 0px;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  color: #28317E;
}
.welcomeNoteContainer {
  background-color: #28317E !important;
  padding: 25px 40px 30px 20px;
}
.welcomeNoteCloseButton {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  color: #FFFFFF !important;
  margin: 0px !important;
}
/*---------------------------------------------------------------------------------
    Media Queries
---------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .formContentScrollable {
    max-height: 425px;
    overflow-y: auto;
  }
  .formContentScrollable::-webkit-scrollbar {
    background-color: #F5F5F5;
  }
  .formContentScrollable::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555555;
  }
  .formContentScrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  .memberIdentificationCard {
    background: #fff;
    box-shadow: 5px 5px 5px #111111;
  }
  table#tblNotificationInbox tr td,
  table#tblNotificationInbox tr th {
    color: #000000;
  }
  #tblNotificationInbox > tbody > tr:nth-of-type(even) {
    background-color: rgba(248, 248, 248, 0.6) !important;
  }
  #tblNotificationInbox > tbody > tr:nth-of-type(even):hover,
  #tblNotificationInbox > tbody > tr:nth-of-type(even):active,
  #tblNotificationInbox > tbody > tr:nth-of-type(even):focus {
    background-color: rgba(248, 248, 248, 0.8) !important;
  }
  #tblNotificationInbox > tbody > tr:nth-of-type(odd) {
    background-color: rgba(248, 248, 248, 0.2) !important;
  }
  #tblNotificationInbox > tbody > tr:nth-of-type(odd):hover,
  #tblNotificationInbox > tbody > tr:nth-of-type(odd):active,
  #tblNotificationInbox > tbody > tr:nth-of-type(odd):focus {
    background-color: rgba(248, 248, 248, 0.4) !important;
  }
  #tblNotificationInbox > tbody > tr td.child {
    background-color: transparent !important;
  }
  #tblNotificationInbox > tbody > tr ul li {
    color: #373737;
  }
  #tblNotificationInbox > tbody > tr ul li:nth-child(odd) {
    background-color: rgba(248, 248, 248, 0) !important;
  }
  #tblNotificationInbox > tbody > tr ul li:nth-child(odd):hover,
  #tblNotificationInbox > tbody > tr ul li:nth-child(odd):active,
  #tblNotificationInbox > tbody > tr ul li:nth-child(odd):focus {
    background-color: rgba(248, 248, 248, 0.05) !important;
  }
  #tblNotificationInbox > tbody > tr ul li:nth-child(even) {
    background-color: rgba(248, 248, 248, 0.1) !important;
  }
  #tblNotificationInbox > tbody > tr ul li:nth-child(even):hover,
  #tblNotificationInbox > tbody > tr ul li:nth-child(even):active,
  #tblNotificationInbox > tbody > tr ul li:nth-child(even):focus {
    background-color: rgba(248, 248, 248, 0.15) !important;
  }
  .spaceForAttachmentArrow {
    width: 160px !important;
  }
  #tblNotificationInbox_info {
    color: #373737;
  }
  /*---------------------------------------------------------------------------------
    Begin Program Component Styles
---------------------------------------------------------------------------------*/
  .sidebarProgramsMinimised {
    background-color: #373737;
  }
  .sidebarProgramsExpanded {
    background-color: #373737;
  }
  /*End Program Component Styles*/
  #modalShowOutputDetailsOutputFile .modal-dialog {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .formContentScrollable::-webkit-scrollbar {
    background-color: #F5F5F5;
  }
  .formContentScrollable::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555555;
  }
  .formContentScrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  .memberIdentificationCard {
    background: #fff;
    box-shadow: 5px 5px 5px #111111;
  }
  .headerBackgroundFaded #divTopNavIcons {
    background-color: rgba(255, 255, 255, 0.25) !important;
  }
  #divTopNavIcons {
    background-color: #ffffff;
  }
  #sideMenuBarExpanded {
    background-color: #FFFFFF;
  }
  #tblNotificationInbox > tbody > tr table {
    background-color: #FFFFFF;
  }
  #tblNotificationInbox > tbody > tr table tr {
    color: #373737;
  }
  #tblNotificationInbox > tbody > tr ul li {
    color: #373737;
  }
  #tblNotificationInbox > tbody > tr ul li:nth-child(odd) {
    background-color: rgba(248, 248, 248, 0.5) !important;
  }
  #tblNotificationInbox > tbody > tr ul li:nth-child(odd):hover,
  #tblNotificationInbox > tbody > tr ul li:nth-child(odd):active,
  #tblNotificationInbox > tbody > tr ul li:nth-child(odd):focus {
    background-color: rgba(248, 248, 248, 0.6) !important;
  }
  #tblNotificationInbox > tbody > tr ul li:nth-child(even) {
    background-color: rgba(248, 248, 248, 0.7) !important;
  }
  #tblNotificationInbox > tbody > tr ul li:nth-child(even):hover,
  #tblNotificationInbox > tbody > tr ul li:nth-child(even):active,
  #tblNotificationInbox > tbody > tr ul li:nth-child(even):focus {
    background-color: rgba(248, 248, 248, 0.8) !important;
  }
  #tblNotificationInbox_info {
    color: #373737;
  }
  /*---------------------------------------------------------------------------------
    Begin Program Component Styles
---------------------------------------------------------------------------------*/
  .sidebarProgramsExpanded {
    background-color: #373737;
  }
  /*End Program Component Styles*/
  .chartTemplate {
    min-width: 200px;
    text-align: center;
    bottom: 15px;
    float: none !important;
  }
  .homePageContentColumn {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .socialPostLikeButton {
    height: 30px !important;
  }
  .socialPostLikeButtonGlyph {
    font-size: 19px !important;
    margin: 6px 8px !important;
    display: inline !important;
  }
}
#tblNotificationInbox_paginate .paginate_button a {
  background-color: #FFFFFF;
  color: #373737;
}
#tblNotificationInbox_paginate .paginate_button a:hover {
  background-color: rgba(40, 49, 126, 0.5);
}
#tblNotificationInbox_paginate .paginate_button.disabled a {
  background-color: #373737;
  color: #6F6F6F;
}
#tblNotificationInbox_paginate .paginate_button.active a {
  background-color: #28317E !important;
  color: #FFFFFF;
}
.fa-exclamation {
  color: red;
}
.fa-long-arrow-down {
  color: #19a3b8;
}
.page-list {
  visibility: hidden;
}
.unreadNotification {
  font-weight: bold;
}
.unreadNotification td {
  color: #28317E !important;
}
.notificationCount {
  background: red;
  color: white;
}
.badgeForCount {
  background: red;
  color: white;
}
.tableHeader {
  background-color: #FFFFFF;
  color: #000000;
}
.tableHeaderText {
  color: #000000;
}
/*Groups selection page*/
.whiteText {
  color: #FFFFFF;
}
/*Groups selection page*/
/*Quick team select */
div.generic-custom-drpdown .dropdownHolder {
  background: white;
  color: black;
}
div.divAdvanceFilterSearchResults {
  display: none;
}
.memberCardProfileImage {
  background: gray;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  margin-bottom: 5px;
}
div.memberIdentificationCard.selected,
div.programComponent.selected {
  box-shadow: 0 0 5px #3a4388;
}
div.memberName,
div.memberLocation {
  color: #000;
}
/*Quick team select*/
/* Accordion start */
div#divReasonCode .panel {
  background-color: rgba(248, 248, 248, 0.68) !important;
}
div#divReasonCode .more-less {
  color: #77BC1F;
}
/*Scroll bar start*/
/*Scroll bar end*/
/* Accordion end */
.smallProfileImage {
  background: gray;
  border: 2px solid #fff;
  color: #fff;
}
/*Recognize tabs*/
div.descriptions p {
  color: white;
}
/*Slider styles - start*/
.rangeslider.rangeSliderWithinBudget .rangeslider__fill {
  background: #24BC00 !important;
}
.rangeslider.rangeSliderExceedsBudget {
  background: #FDB514 !important;
}
.rangeslider.rangeSliderExceedsBudget .rangeslider__fill {
  background: #24BC00 !important;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.rangeslider {
  background: #e6e6e6;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #77bc1f;
}
.rangeslider--horizontal .rangeslider__fill {
  box-shadow: black 0 2px 8px;
}
.rangeslider__handle {
  background-color: #28317E;
  border: 6px solid white;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#tooltip {
  background: #373737;
  color: white;
}
div#tooltip::after {
  border: 0.5em solid #373737;
}
/*Slider styles - end*/
/*Trumbowyg Editor - start*/
.points-editor form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
div.points-editor form output {
  color: #000000 !important;
}
input.output {
  color: transparent !important;
  background: none;
  border: 1px solid gray;
  text-shadow: 0 0 0 #000000;
}
form output#pointsGiving {
  border: 1px solid white !important;
}
.points-editor form {
  display: inline-block;
  width: 100%;
}
/*Trumbowyg Editor - End*/
.submissionConfirmationMessage {
  color: #FFFFFF;
}
/*Generic Popup - Start */
.generic-popup-icon-style {
  color: #da4f49;
}
/*Generic Popup - End */
/*Rapid recognition - start*/
#divRecentFour .memberIdentificationCard {
  padding: 0;
  margin: 2px;
}
#divRRWidget .selectedMember .clear {
  display: none;
}
.RapidRecognize .input-group {
  margin-top: 0px;
}
.selctedUserForRR .clear {
  display: none;
}
.divRapidRecognize .selctedUserForRR {
  margin-top: 10px;
}
.divRapidRecognize #divResponseMessageRR label {
  color: initial;
}
.minheight20 {
  min-height: 20px;
}
/*Rapid recognition - end*/
/*---------------------------------------------------------------------------------
    Begin Budget Manager Styles
---------------------------------------------------------------------------------*/
#tblBudgetRequests {
  color: #373737;
}
#tblExistingBudgets {
  color: #373737;
}
#tblPendingApprovals {
  color: #373737;
}
.addNoteContainer .glyphicon-edit:before {
  content: "\e065";
  font-size: 1.6em;
  vertical-align: bottom;
  padding-right: 10px;
}
.budgetRequestsColumn {
  color: #373737;
}
#tblBudgetRequests .budgetRequestCommands .budgetRequestCommandsDecline {
  color: #FF0000;
}
#tblBudgetRequests .budgetRequestCommands .budgetRequestCommandsDecline:hover,
#tblBudgetRequests .budgetRequestCommands .budgetRequestCommandsDecline:focus,
#tblBudgetRequests .budgetRequestCommands .budgetRequestCommandsDecline:active {
  color: #28317E;
}
#tblBudgetRequests .budgetRequestCommands .budgetRequestCommandsApprove {
  color: #32CD32;
}
#tblBudgetRequests .budgetRequestCommands .budgetRequestCommandsApprove:hover,
#tblBudgetRequests .budgetRequestCommands .budgetRequestCommandsApprove:focus,
#tblBudgetRequests .budgetRequestCommands .budgetRequestCommandsApprove:active {
  color: #28317E;
}
#tblBudgetRequests .budgetRequestsColumnResponseText.budgetRequestsColumnResponseTextApproved {
  color: #32CD32;
}
#tblBudgetRequests .budgetRequestsColumnResponseText.budgetRequestsColumnResponseTextDeclined {
  color: #FF0000;
}
.existingBudgetsColumn {
  color: #373737;
}
.existingBudgetsCommands {
  color: #000000 !important;
}
.existingBudgetsCommands:hover {
  color: #000000 !important;
}
.existingBudgetsCommandsUnFreeze {
  background-color: #FF0000;
}
.existingBudgetsCommandsFreeze {
  background-color: #32CD32;
}
.existingBudgetsCommandsManageBudget {
  background-color: #515dc8 !important;
}
.pendingApprovalsColumn {
  color: #373737;
}
.pointsHistoryColumn {
  color: #373737;
}
.recognitionHistoryColumn {
  color: #373737;
}
.descriptionContentApproverStatusProgressLineContainer .descriptionContentLink {
  color: #77BC1F;
  text-decoration: underline;
}
.descriptionContentApproverStatusProgressLineContainer .descriptionContentLink:hover {
  text-decoration: none;
}
.descriptionContentApproverStatusImageBorder {
  background-color: #FFFFFF;
}
.descriptionContentApproverStatusImageDefault {
  background-color: gray;
}
.descriptionContentApproverStatusLink {
  background-color: #FFFFFF;
}
.descriptionContentApproverStatusLinkActive {
  background-color: #28317E !important;
}
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalCommandsDecline {
  color: #FF0000;
}
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalCommandsDecline:hover,
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalCommandsDecline:focus,
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalCommandsDecline:active {
  color: #28317E;
}
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalCommandsApprove {
  color: #32CD32;
}
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalCommandsApprove:hover,
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalCommandsApprove:focus,
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalCommandsApprove:active {
  color: #28317E;
}
.pendingApprovalsColumnResponse .pendingApprovalCommands .pendingApprovalsVote {
  color: #FFFFFF;
  background-color: #ffa500;
}
.divSummitDatatable .dataTables_paginate .paginate_button a,
.divSummitDatatable .dataTables_paginate .paginate_button span {
  background-color: #FFFFFF;
  color: #373737;
}
.divSummitDatatable .dataTables_paginate .paginate_button a:hover,
.divSummitDatatable .dataTables_paginate .paginate_button span:hover {
  background-color: rgba(40, 49, 126, 0.5);
}
.divSummitDatatable .dataTables_paginate .paginate_button.disabled a,
.divSummitDatatable .dataTables_paginate .paginate_button.disabled span {
  background-color: #373737;
  color: #6F6F6F;
}
.divSummitDatatable .dataTables_paginate .paginate_button.disabled a:hover,
.divSummitDatatable .dataTables_paginate .paginate_button.disabled span:hover {
  cursor: not-allowed;
}
.divSummitDatatable .dataTables_paginate .paginate_button.active a,
.divSummitDatatable .dataTables_paginate .paginate_button.active span {
  background-color: #28317E !important;
  color: #FFFFFF;
}
/*End Budget Manager Styles*/
/*Ajax loader - start*/
.ajaxloader label {
  color: #FFFFFF;
}
.ajaxloader {
  background-color: rgba(12, 12, 12, 0.7);
}
/*Ajax loade - end*/
/*Multiple email textbox - start*/
.multiple_emails-container {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.multiple_emails-container input.multiple_emails-error {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
  outline: thin auto red !important;
}
.multiple_emails-email {
  color: #373737;
}
/*Multiple email textbox - end*/
/*---------------------------------------------------------------------------------
    Begin Pending Approvals Styles
---------------------------------------------------------------------------------*/
.pagedList {
  box-shadow: 5px 5px 5px #111111;
}
.pagedList tbody > tr:nth-child(2n) {
  background-color: whitesmoke;
}
#addNotePopup .formOverlay {
  background-color: rgba(255, 255, 255, 0.99) !important;
}
.pagedListTitle {
  background-color: white;
}
.pagedListHeaders {
  background-color: rgba(255, 255, 255, 0.6);
}
.glyphicon {
  color: #77BC1F;
}
.pages li {
  color: white;
}
.selectedPage {
  color: whitesmoke;
}
/*End Pending Approvals Styles*/
/*Start - Sapphire dashboard - category and retailers*/
#redirectConfirmModal .modal-dialog {
  background-color: #FFFFFF;
}
#pointToDollarTextBox {
  cursor: context-menu;
  margin-left: 10px;
}
div.sapphireCategories .frame {
  background-color: white;
}
div.sapphireCategories #tblNotificationInbox tr:first-child {
  display: none;
}
div.sapphireCategories div.sapphireCategories div#divCatergoryRetailers img {
  background: #3A6F9A;
}
div.sapphireCategories div.sapphireCategories ul.ulSapphireCategoryMenu li.active a {
  border-bottom: 9px solid #feb411 !important;
}
.sliderText {
  font-size: 16px;
}
div.divRetailersGrid #tblNotificationInbox > tbody {
  text-align: center;
}
div.divRetailersGrid #tblNotificationInbox > tbody > tr:nth-of-type(odd) {
  display: inline-block;
  float: left;
}
div.divRetailersGrid #tblNotificationInbox > tbody > tr:nth-of-type(even) {
  display: inline-block;
  float: left;
}
div.divRetailersGrid #tblNotificationInbox > tbody > tr:nth-of-type(odd),
div.divRetailersGrid #tblNotificationInbox > tbody > tr:nth-of-type(even) {
  background-color: transparent !important;
}
div.divRetailersGrid #tblNotificationInbox > tbody > tr > td {
  padding: 0;
  margin: 0;
}
div.divRetailersGrid #tblNotificationInbox .frame {
  cursor: pointer;
}
div.divRetailersGrid .dataTables_empty {
  padding-left: 10px;
}
div.divRetailersGrid .dataTables_info {
  color: #FFFFFF !important;
}
div.divRetailersGrid #tblNotificationInbox {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1700px) {
  div.divRetailersGrid #tblNotificationInbox {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1700px) {
  div.divRetailersGrid #tblNotificationInbox {
    width: 1325px !important;
  }
}
@media only screen and (max-width: 1460px) {
  div.divRetailersGrid #tblNotificationInbox {
    width: 1062px !important;
  }
}
@media only screen and (max-width: 1195px) {
  div.divRetailersGrid #tblNotificationInbox {
    width: 799px !important;
  }
}
@media only screen and (max-width: 931px) {
  div.divRetailersGrid #tblNotificationInbox {
    width: 563px !important;
  }
}
@media only screen and (max-width: 768px) {
  div.divRetailersGrid div.divRetailersGrid #tblNotificationInbox > tbody > tr > td {
    max-width: 263px !important;
    min-width: 263px !important;
  }
}
@media only screen and (max-width: 550px) {
  div.divRetailersGrid #tblNotificationInbox {
    width: 263px !important;
  }
}
@media only screen and (min-width: 1200px) {
  div#divCatergoryRetailers {
    margin-top: 15px;
  }
  #pointsCardDashboard {
    right: 0;
    z-index: 1041;
  }
}
@media only screen and (max-width: 1200px) {
  #pointsCardDashboard {
    position: relative !important;
  }
}
.minPointsText {
  height: 28px;
  border-radius: 12px;
  padding: 0px 16px;
  display: ruby;
}
/*End - Sapphire dashboard - category and retailers*/
/*Start - Sapphire dialogs*/
#viewCreatedVisaCardDetailsModal .formOverlayLessTransparent,
#createVisaModal .formOverlayLessTransparent {
  margin-top: 80px;
}
/*End - Sapphire dialogs*/
/*---------------------------------------------------------------------------------
    Begin Pending Approvals Manager Styles
---------------------------------------------------------------------------------*/
.declinePopupHeader {
  background-color: #FFFFFF;
}
.declinePopupHeaderText {
  color: #000000;
}
.declineApprovalBtn {
  color: #FFFFFF;
  background-color: #ffa500;
  border: white;
}
.declinePopupfield {
  background-color: #FFFFFF !important;
  color: #6F6F6F;
  box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.33) !important;
}
.declinePopupBody {
  background-color: #F8F8F8;
}
#confirmationPopup .formContent {
  background-color: #BBBBBB;
}
/*End Pending Approvals Manager Styles*/
/*---------------------------------------------------------------------------------
    Begin - Cards icon Styles
---------------------------------------------------------------------------------*/
.liCardDetails {
  display: inline-block;
  padding: 12px 15px 20px 30px;
  background-color: #373737;
  width: 100%;
}
.liCardDetails .cardDetailHeader {
  text-shadow: 1px 0 0;
  text-align: left;
  letter-spacing: 1px;
}
.liCardDetails .cardDetail {
  color: white;
  vertical-align: top;
  margin: 0;
  padding: 0;
  text-align: left;
}
.liCardDetails div.row div:first-child {
  text-shadow: 1px 0 0;
  text-align: left;
  letter-spacing: 1px;
}
.liCardDetails div.row div:nth-child(2),
.cardLightText {
  font-family: 'Open Sans';
  font-size: 13px !important;
  color: white;
  font-weight: lighter;
  float: right;
  letter-spacing: -1px;
  text-shadow: 0 0 0 !important;
}
.userCardImg {
  text-align: center;
}
.userCardImg img {
  max-height: 100px;
}
.forPaddingInCardIcon div {
  padding-bottom: 5px;
}
.rowspacing {
  height: 8px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .no-paddingbelow1200 {
    padding: 0 !important;
  }
}
/* End - Cards icon Styles*/
/*Visa card dialog - start*/
.visaImg {
  max-width: 100px !important;
  margin: 0 auto;
}
#createVisa {
  margin: 0 auto;
}
.visaImageColumn {
  text-align: center;
}
.VisaCardForms {
  margin-bottom: 11px;
  display: inline-block;
}
#viewCreatedVisaCardDetailsModal .formOverlay {
  background: white;
}
/*Visa card dialog - end*/
/*---------------------------------------------------------------------------------
    Begin - Survey Gizmo Styles
---------------------------------------------------------------------------------*/
.sg-survey .sg-wrapper .sg-content .sg-footer {
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.sg-survey ul.question-answers li div {
  word-break: break-word;
}
.sg-survey .sg-mobile-optimized .sg-wrapper {
  height: auto !important;
}
.sg-survey .sg-mobile-optimized .sg-footer {
  position: relative !important;
}
.sg-survey .sg-mobile-optimized .sg-content {
  margin-bottom: 0 !important;
}
.sg-wrapper {
  display: inline-block;
  float: left;
  margin-top: 20px;
  width: 100%;
  background-color: #F8F8F8;
}
.sg-wrapper .sg-header {
  display: table;
  margin: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
}
.sg-wrapper .sg-title {
  padding: 0px !important;
}
.sg-wrapper .sg-title span {
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Open Sans';
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 1px 0 0;
  letter-spacing: 1px;
  color: #000000;
}
.sg-wrapper .sg-content {
  width: 100%;
  padding: 15px;
  margin: 0px;
  font-family: 'Open Sans';
}
.sg-wrapper .sg-content .sg-question-set {
  height: auto !important;
}
.sg-wrapper .sg-content .sg-question {
  display: inline-block;
  float: left;
  margin-top: 20px;
  background-color: #F8F8F8;
  border-bottom: none;
  width: 100%;
  padding: 15px;
  margin: 0px;
}
.sg-wrapper .sg-content .sg-question .sg-question-title {
  display: table;
  margin: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Open Sans';
  padding: 15px;
  vertical-align: middle;
  text-shadow: 1px 0 0;
  letter-spacing: 1px;
}
.sg-wrapper .sg-content .sg-question .sg-list {
  color: #000000;
}
.sg-wrapper .sg-content .sg-question .sg-list li label {
  cursor: pointer;
}
.sg-wrapper .sg-content .sg-progress-bar {
  display: none;
}
.sg-wrapper .sg-content .sg-foooter {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.sg-wrapper .sg-button-bar input[type=submit] {
  font-family: 'Open Sans' !important;
  font-size: 18px;
  font-weight: bold;
  height: 28px !important;
  border-radius: 12px !important;
  padding: 0px 16px;
  width: initial !important;
  text-shadow: 0.5px 0 0;
  letter-spacing: 0.5px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #FDB514;
}
.sg-wrapper .sg-button-bar input[type=submit]:hover {
  background-color: #77BC1F;
}
.sg-wrapper .sg-button-bar input[type=submit]:disabled {
  background: rgba(55, 55, 55, 0.9) !important;
}
.sg-wrapper .sg-button-bar .sg-mobile-back,
.sg-wrapper .sg-button-bar .sg-mobile-next {
  font-family: 'Open Sans' !important;
  font-size: 18px;
  font-weight: bold;
  border-radius: 12px !important;
  padding: 0px 16px;
  height: 28px !important;
  width: initial !important;
  text-shadow: 0.5px 0 0;
  color: #FFFFFF;
  background: #FDB514;
  margin-bottom: 10px !important;
}
.sg-wrapper .sg-progress-bar-text {
  background-color: #28317E;
}
.sg-wrapper .sg-progress-bar-background {
  background-color: #F8F8F8;
}
.sg-errors {
  display: inline-block;
  width: 100%;
}
.sg-error-display {
  height: auto !important;
}
.question-answers li {
  margin: 10px 0 !important;
}
/*End Survey Gizmo Styles*/
/*Points history details - Sapphire - start*/
#ulPointsHistoryAtDetails {
  top: auto !important;
  right: auto;
  z-index: 1;
  width: 250px;
  min-width: 280px;
}
.sapphireCardSection .columnSection {
  border: 1px solid white;
  height: 100%;
  max-height: 78px;
  padding: 14px;
}
.lnkPointsDetail {
  display: none;
}
.lnkPointsDetail.active {
  display: block;
  cursor: pointer;
}
#pointsTable.highlightme {
  background-color: white;
  box-shadow: 0px 1px 3px 1px lightgrey;
}
.topNavbarDropdownItemHeading {
  font-size: 15px;
  letter-spacing: normal;
  width: 225px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.sapphireTopNavbarDropdownItemHeading {
  font-size: 15px;
  letter-spacing: normal;
  width: 180px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
}
.topNavbarDropdownItems {
  padding: 12px 10px 20px 10px;
}
.dashboardBalance {
  font-size: x-large;
}
.dashboardDetails {
  font-size: smaller;
  cursor: pointer;
}
@media (max-width: 768px) {
  #ulPointsHistoryAtDetails {
    width: 100%;
    position: inherit;
  }
}
/*Points history details - Sapphire - end*/
/*Budget management - start*/
.chartTemplate {
  min-width: 200px;
  float: left;
  text-align: center;
  bottom: 15px;
}
.chartTemplate .summitCustomBtnHolder {
  margin: 6px 0px;
}
.programName {
  text-shadow: 1px 0 0;
  letter-spacing: 1px;
}
.chartArea {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.chartTemplate #ancPointsSpent,
.teamMemberchartTemplate #ancPointsSpent,
.chartTemplate #ancPointsAvailable,
.teamMemberchartTemplate #ancPointsAvailable {
  display: block;
  padding: 0px;
}
.pointsBlock #ancPointsAvailable {
  padding: 0 !important;
}
.existingBudgetsButtons {
  width: 100%;
  max-width: 167px;
}
#transactionTableSection .generic-popup-innerbody {
  width: 100%;
}
/*Budget management - end*/
/*YOS - Start*/
#divUpcomingYos .employeeInfoYos {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
#divUpcomingYos a {
  cursor: pointer;
}
#divUpcomingYos .panel {
  padding: 10px 0 15px 5px;
}
#divUpcomingYos .yosLinks {
  height: 58px;
  font-size: 13px;
  text-align: center;
  /*border: 1px solid black;*/
  display: -webkit-inline-box;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  padding: 17px 5px 0px 0px;
  float: left;
  color: #28317E;
  margin-right: 15px;
  text-align: right;
  padding-right: 0;
}
#divUpcomingYos .formHeaderText {
  padding-right: 0px;
}
#divUpcomingYos .memberCardProfileImage {
  top: 0;
  float: left;
  margin-right: 10px;
}
.underlinetext {
  text-decoration: underline;
}
/*#divUpcomingYos {
min-width:385px;
}*/
.yosLinks:hover {
  cursor: pointer;
}
.anniversariesBtn {
  margin: 0 auto;
  position: relative;
}
.anniversaryLetsCelebrate {
  max-height: 250px;
  margin: 0 auto;
}
.weekYos {
  display: none;
}
/*YOS - End*/
/*Genesis dashboard*/
.divRapidRecognize .formContent {
  padding-top: 0px;
}
#divUpcomingYos .formHeaderText {
  padding-right: 0px;
}
/*Genesis dashboard*/
.viewOutputFile {
  font-size: 25px;
  color: #000000;
}
@media only screen and (min-width: 1599px) {
  .socialPostContainer {
    min-height: 120px;
  }
}
@media (max-width: 999px), (min-width: 1200px) and (max-width: 1599px) {
  /*Begin Program Vertical Cards*/
  .linkedProgramVertical {
    float: left;
    width: 350px;
    display: inline-block;
    text-align: center;
    margin: 2px 0px;
    position: relative;
    box-sizing: content-box;
  }
  .linkedProgramVerticalCard {
    float: none !important;
    width: 100% !important;
    max-width: 370px;
  }
  .linkedProgramVerticalImageColumn {
    display: inline-block;
    height: 100px;
    width: 106px;
    float: left;
    padding: 10px 3px;
  }
  .linkedProgramVerticalImageContainer {
    height: 80px;
    width: 100px;
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFFFFF;
    vertical-align: top;
    opacity: 0.7;
  }
  .linkedProgramVerticalImage {
    max-height: 60px;
    max-width: 70px;
  }
  .linkedProgramVerticalDetailsColumn {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
  }
  .linkedProgramVerticalDetailsNameContainer {
    text-align: left;
    font-weight: bolder;
    font-size: 14px;
  }
  .linkedProgramVerticalDetailsDescContainer {
    text-align: left;
    font-size: 12px;
  }
  .linkedProgramVerticalDetailsLinkContainer {
    text-align: right;
  }
  .linkedProgramVerticalDetailsLink {
    cursor: pointer;
    color: #28317E;
    text-decoration: underline;
    font-size: 12px;
  }
  /*End Program Vertical Cards*/
  /*Begin Social Components Styles*/
  .scrollableWindowSocialAndNewsFeed {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
  }
  .socialPostContainer {
    width: 100%;
    display: block;
    background-color: #F8F8F8;
    padding: 0px;
  }
  .socialPostLeftColumnContainer {
    display: inline-block;
    width: 50px;
    float: left;
  }
  .socialPostGetterImageContainer {
    background-color: #FFFFFF;
    height: 36px;
    width: 36px;
    border-radius: 36px;
    display: inline-block;
    padding: 1px;
    margin: 7px 7px 2px 7px;
  }
  .socialPostGetterImageInitials {
    height: 34px;
    width: 34px;
    background-color: gray;
    border-radius: 34px;
    padding: 12px 0px;
    text-align: center;
    font-size: 10px;
    font-weight: bolder;
  }
  .socialPostGetterImage {
    height: 34px;
    width: 34px;
  }
  .socialPostTimeAgoContainer {
    font-size: 9px;
    text-align: center;
    font-weight: bold;
    height: 12px;
    color: #28317E;
    padding: 0px 5px;
  }
  .socialPostRightColumnContainer {
    display: inline-block;
    width: calc(100% - 50px);
    height: initial;
  }
  .socialPostGetterTitleContainer {
    padding: 5px;
  }
  .socialPostGetterTitleLeftColumn {
    width: calc(100% - 76px);
    display: inline-block;
  }
  .socialPostGetterName {
    font-weight: bolder;
    color: #373737;
    font-size: 16px;
  }
  .socialPostTitleText {
    color: #373737;
    font-size: 10px;
    margin-top: 0px;
  }
  .socialPostDescriptionContainer {
    padding-top: 5px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #373737;
  }
  .socialPostGetterTitleRightColumn {
    width: 72px;
    display: inline-block;
    vertical-align: top;
  }
  .socialPostLikeButton {
    height: 45px;
    border-radius: 10px;
    background-color: #28317E;
    cursor: pointer;
    display: inline-block;
    float: right;
  }
  .socialPostLikeButtonGlyph {
    color: #FFFFFF;
    margin: 10px;
    font-size: 22px;
  }
  .socialPostLikeButtonText {
    color: #FFFFFF;
    font-size: 12px;
    margin: 13px 10px 12px 0px;
    display: none;
    float: right;
  }
  .socialPostMinimizeMaximizeContainer {
    display: inline-block;
    width: 30px;
    height: 45px;
    vertical-align: top;
    float: right;
  }
  .socialPostMinimizeMaximizeGlyph {
    color: #28317E;
    margin: 4px 0px 12px 4px;
    font-size: 26px;
  }
  .socialPostGiverDetailsAndLikesSection {
    padding: 2px;
  }
  .socialPostGiverDetails {
    display: inline-block;
    height: 40px;
    width: calc(100% - 112px);
  }
  .socialPostGiverLeftSection {
    float: left;
  }
  .socialPostGiverImageContainer {
    height: 36px;
    width: 36px;
    display: inline-block;
    padding: 1px;
  }
  .socialPostGiverImageInitials {
    height: 34px;
    width: 34px;
    background-color: #6F6F6F;
    border-radius: 34px;
    padding: 10px 0px;
    text-align: center;
    font-size: 10px;
    font-weight: bolder;
  }
  .socialPostGiverImage {
    height: 34px;
    width: 34px;
  }
  .socialPostGiverRightSection {
    float: left;
    padding: 5px;
    width: calc(100% - 36px);
  }
  .socialPostGiverRightSectionLine1 {
    font-size: 10px;
    color: #28317E;
    width: initial;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .socialPostGiverRightSectionLine2 {
    font-size: 10px;
    color: #28317E;
    margin-top: -2px;
    width: initial;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .socialPostLikesSection {
    display: inline-block;
    width: 50%;
    float: right;
    padding: 10px 0px;
  }
  .socialPostLikedSpan {
    color: #6F6F6F !important;
    display: inline-block;
    padding: 5px 15px 5px 5px;
    font-size: 13px;
    cursor: not-allowed;
    float: right;
  }
  .glyphSocialPostLiked {
    color: #6F6F6F !important;
    float: left;
    margin: 0px;
    padding-right: 5px;
    padding-top: 2px;
  }
  .socialPostLikeSpan {
    color: #6F6F6F !important;
    display: inline-block;
    padding: 5px 15px 5px 5px;
    font-size: 13px;
    cursor: pointer;
    float: right;
  }
  .glyphSocialPostLike {
    color: #6F6F6F !important;
    float: left;
    margin: 0px;
    padding-right: 5px;
    padding-top: 2px;
  }
  .socialPostLikesSpan {
    display: inline-block;
    color: #5890FF !important;
    text-decoration: underline;
    cursor: pointer;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    float: right;
    padding: 5px 15px 5px 5px;
  }
  .glyphSocialPostLikes {
    color: #5890FF !important;
    float: left;
    margin: 0px;
    padding-right: 5px;
    padding-top: 2px;
  }
  .socialPostLikesLinkContainer {
    display: inline-block;
    height: 40px;
    vertical-align: top;
    width: 100px;
    padding: 5px 10px 2px 2px;
    text-align: right;
  }
  .socialPostLikesLink {
    cursor: pointer;
  }
  .socialPostLikesLinkGlyphContainer {
    height: 14px;
    width: 14px;
    border-radius: 14px;
    background-color: #28317E;
    margin-right: 5px;
    display: inline-block;
  }
  .socialPostLikesLinkGlyph {
    color: #FFFFFF;
    margin: 2px 3px 2px 3px;
    font-size: 8px;
  }
  .socialPostLikesLinkText {
    font-size: 10px;
    color: #28317E;
    border-bottom: 1px solid #28317E;
    float: right;
    width: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
  }
  .socialPostNoLikesYet {
    font-size: 10px;
    color: #000000;
  }
  .socialCommentsSection {
    background-color: #D6D6D6;
    margin: 0px;
  }
  .socialPostNewComment {
    height: 60px;
  }
  .socialPostNewCommentLeftSection {
    height: 60px;
    width: 60px;
    display: inline-block;
    float: left;
    padding: 10px;
  }
  .socialPostNewCommentImageContainer {
    background-color: transparent;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 2px;
  }
  .socialPostNewCommentImageInitials {
    height: 36px;
    width: 36px;
    background-color: #6F6F6F;
    border-radius: 36px;
    padding: 13px 0px;
    text-align: center;
    font-size: 10px;
    font-weight: bolder;
  }
  .socialPostNewCommentImage {
    height: 36px;
    width: 36px;
  }
  .socialPostNewCommentRightSection {
    width: calc(100% - 60px);
    display: inline-block;
    height: 60px;
    padding: 0px 12px 0px 0px;
    position: relative;
  }
  .socialPostNewCommentTextBoxContainer {
    border-bottom: 1px solid #BBBBBB;
    padding: 5px 0px;
  }
  .socialPostNewCommentTextBox {
    border-radius: 5px !important;
    border: 2px solid #BBBBBB;
    height: 50px;
    width: 100%;
    resize: none;
  }
  .socialPostNewCommentTextBoxPlaceholder {
    color: #6F6F6F;
    position: absolute;
    top: 38px;
    right: 28px;
    font-size: 7px;
  }
  .socialPostNewCommentTextBox:focus,
  .socialPostNewCommentTextBox:active,
  .socialPostNewCommentTextBox:hover {
    border: 2px solid #28317E;
  }
  .socialPostExistingComments {
    padding: 8px 15px;
  }
  .socialPostNoCommentsPostedYet {
    padding: 0px 15px 5px 45px;
    font-size: 10px;
  }
  .socialPostCommentSection {
    min-height: 32px;
  }
  .socialPostCommentSection ~ .socialPostCommentSection {
    display: none;
  }
  .socialPostCommentLeftSection {
    height: 32px;
    width: 32px;
    display: inline-block;
    float: left;
  }
  .socialPostCommenterImageContainer {
    background-color: transparent;
    height: 32px;
    width: 32px;
    display: inline-block;
    padding: 1px;
  }
  .socialPostCommenterImageInitials {
    height: 30px;
    width: 30px;
    background-color: #6F6F6F;
    border-radius: 30px;
    padding: 11px 0px;
    text-align: center;
    font-size: 8px;
    font-weight: bolder;
  }
  .socialPostCommenterImage {
    height: 30px;
    width: 30px;
  }
  .socialPostCommentRightSection {
    width: calc(100% - 32px);
    display: inline-block;
    padding: 0px 0px 0px 15px;
  }
  .socialPostCommenterName {
    color: #373737;
    font-size: 10px;
    font-weight: bolder;
  }
  .socialPostComment {
    font-size: 11px;
    color: #6F6F6F;
    padding-left: 0px;
    display: block;
    font-weight: bolder;
    margin-top: -3px;
  }
  .socialPostCommentTime {
    font-size: 9px;
    padding-left: 5px;
    color: #28317E;
  }
  .socialPostViewMoreComments {
    text-decoration: none;
    color: #28317E;
    font-size: 10px;
    padding: 5px 5px 5px 45px;
    font-weight: bolder;
    display: inline-block;
    cursor: pointer;
  }
  .socialPostViewLessComments {
    text-decoration: none;
    color: #28317E;
    font-size: 10px;
    padding: 5px 5px 5px 45px;
    font-weight: bolder;
    display: none;
    cursor: pointer;
  }
  .socialPostContainerSeparator {
    width: 100%;
    height: 20px;
    display: block;
  }
  .socialPostViewLikesLikerDetails {
    display: inline-block;
    height: 50px;
    width: calc(100% - 10px);
    background-color: #FFFFFF;
    margin: 5px;
  }
  .socialPostViewLikesMessageHolder {
    display: inline-block;
    height: 50px;
    width: calc(100% - 10px);
    background-color: #FFFFFF;
    margin: 5px;
  }
  .socialPostViewLikesLikerLeftSection {
    float: left;
  }
  .socialPostViewLikesLikerImageContainer {
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 2px;
  }
  .socialPostViewLikesLikerImageInitials {
    height: 46px;
    width: 46px;
    background-color: #6F6F6F;
    border-radius: 46px;
    padding: 17px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
  }
  .socialPostViewLikesLikerImage {
    height: 46px;
    width: 46px;
  }
  .socialPostViewLikesLikerRightSection {
    float: left;
    padding: 8px 5px;
    width: 170px;
  }
  .socialPostViewLikesLikerRightSectionLine1 {
    font-size: 14px;
    font-weight: bold;
    color: #28317E;
    width: 160px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .socialPostViewLikesLikerRightSectionLine2 {
    font-size: 11px;
    color: #28317E;
    margin-top: -2px;
  }
  .socialPostViewLikesNoLikesYet {
    font-size: 14px;
    color: #000000;
  }
  /*End Social Components Styles*/
  /*Begin Upcoming Anniversaries Styles*/
  .upcomingAnniversariesEcardButton {
    width: initial;
    height: 35px;
    border-radius: 10px;
    background-color: #28317E;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 12px;
    margin-left: 5px;
    vertical-align: top;
  }
  .upcomingAnniversariesEcardButtonText {
    color: #FFFFFF;
    font-size: 10px;
    margin: 10px;
    display: inline-block;
  }
  .monthYOS {
    min-height: 70px;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #BBBBBB;
    background-color: transparent !important;
    padding: 5px !important;
  }
  .upcomingAnniversariesProfileImage {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    margin-top: 6px;
    font-size: 10px;
    margin-right: 5px !important;
  }
  .upcomingAnniversaryDetailsContainer {
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px;
  }
  .upcomingAnniversaryMemberName {
    font-weight: bold;
    font-size: 12px;
  }
  .upcomingAnniversaryYears {
    font-weight: bold;
    font-size: 11px;
  }
  .upcomingAnniversaryDate {
    margin-left: 2px;
    font-weight: bold;
    color: #6F6F6F;
    font-size: 11px;
  }
  /*End Upcoming Anniversaries Styles*/
}
@media (min-width: 1000px) and (max-width: 1199px), (min-width: 1600px) {
  /*Begin Program Vertical Cards*/
  .linkedProgramVertical {
    float: left;
    width: 350px;
    height: 120px;
    display: inline-block;
    text-align: center;
    margin: 2px 0px;
    position: relative;
    box-sizing: content-box;
  }
  .linkedProgramVerticalCard {
    float: none !important;
    height: 120px !important;
    width: 100% !important;
    max-width: 370px;
  }
  .linkedProgramVerticalImageColumn {
    display: inline-block;
    height: 120px;
    width: 135px;
    float: left;
    padding: 10px 0px;
  }
  .linkedProgramVerticalImageContainer {
    height: 100px;
    width: 120px;
    display: inline-block;
    padding: 15px 20px;
    background-color: #FFFFFF;
    vertical-align: top;
    opacity: 0.7;
  }
  .linkedProgramVerticalImage {
    max-height: 70px;
    max-width: 80px;
  }
  .linkedProgramVerticalDetailsColumn {
    height: 120px;
    width: calc(100% - 135px);
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
  }
  .linkedProgramVerticalDetailsNameContainer {
    text-align: left;
    font-weight: bolder;
    font-size: 16px;
  }
  .linkedProgramVerticalDetailsDescContainer {
    text-align: left;
  }
  .linkedProgramVerticalDetailsLinkContainer {
    height: 25px;
    text-align: right;
  }
  .linkedProgramVerticalDetailsLink {
    cursor: pointer;
    color: #28317E;
    text-decoration: underline;
    font-size: 15px;
  }
  /*End Program Vertical Cards*/
  /*Begin Social Components Styles*/
  .scrollableWindowSocialAndNewsFeed {
    padding-right: 25px;
    padding-left: 25px;
  }
  .socialPostContainer {
    width: 100%;
    display: block;
    background-color: #F8F8F8;
    padding: 10px;
  }
  .socialPostLeftColumnContainer {
    display: inline-block;
    width: 90px;
    float: left;
  }
  .socialPostGetterImageContainer {
    background-color: #FFFFFF;
    height: 72px;
    width: 72px;
    border-radius: 72px;
    display: inline-block;
    padding: 2px;
    margin: 9px 9px 0 9px;
  }
  .socialPostGetterImageInitials {
    height: 68px;
    width: 68px;
    background-color: gray;
    border-radius: 68px;
    padding: 27px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
  }
  .socialPostGetterImage {
    height: 68px;
    width: 68px;
  }
  .socialPostTimeAgoContainer {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    height: 20px;
    color: #28317E;
  }
  .socialPostRightColumnContainer {
    display: inline-block;
    width: calc(100% - 90px);
    height: initial;
  }
  .socialPostGetterTitleContainer {
    padding: 5px;
  }
  .socialPostGetterTitleLeftColumn {
    width: calc(100% - 135px);
    display: inline-block;
  }
  .socialPostGetterName {
    font-weight: bolder;
    color: #373737;
    font-size: 22px;
  }
  .socialPostTitleText {
    color: #373737;
    font-size: 15px;
    margin-top: -4px;
  }
  .socialPostDescriptionContainer {
    padding-top: 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #373737;
    padding-right: 135px;
  }
  .socialPostGetterTitleRightColumn {
    width: 130px;
    display: inline-block;
    vertical-align: top;
  }
  .socialPostLikeButton {
    height: 45px;
    border-radius: 10px;
    background-color: #28317E;
    cursor: pointer;
    display: inline-block;
    float: right;
  }
  .socialPostLikeButtonGlyph {
    color: #FFFFFF;
    margin: 10px;
    font-size: 22px;
  }
  .socialPostLikeButtonText {
    color: #FFFFFF;
    font-size: 12px;
    margin: 13px 10px 12px 0px;
    display: inline-block;
    float: right;
  }
  .socialPostMinimizeMaximizeContainer {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
    float: right;
  }
  .socialPostMinimizeMaximizeGlyph {
    color: #28317E;
    margin: 4px 0px 12px 20px;
    font-size: 26px;
  }
  .socialPostGiverDetailsAndLikesSection {
    padding: 5px 14px 5px 5px;
  }
  .socialPostGiverDetails {
    display: inline-block;
    height: 50px;
    width: 50%;
  }
  .socialPostGiverLeftSection {
    float: left;
  }
  .socialPostGiverImageContainer {
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 2px;
  }
  .socialPostGiverImageInitials {
    height: 46px;
    width: 46px;
    background-color: #6F6F6F;
    border-radius: 46px;
    padding: 17px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
  }
  .socialPostGiverImage {
    height: 46px;
    width: 46px;
  }
  .socialPostGiverRightSection {
    float: left;
    padding: 8px 5px;
    width: 170px;
  }
  .socialPostGiverRightSectionLine1 {
    font-size: 12px;
    color: #28317E;
    width: 160px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .socialPostGiverRightSectionLine2 {
    font-size: 11px;
    color: #28317E;
    margin-top: -2px;
  }
  .socialPostLikesSection {
    display: inline-block;
    width: 50%;
    float: right;
    padding: 10px 0px;
  }
  .socialPostLikedSpan {
    color: #6F6F6F !important;
    display: inline-block;
    padding: 5px 15px 5px 5px;
    font-size: 13px;
    cursor: not-allowed;
    float: right;
  }
  .glyphSocialPostLiked {
    color: #6F6F6F !important;
    float: left;
    margin: 0px;
    padding-right: 5px;
    padding-top: 2px;
  }
  .socialPostLikeSpan {
    color: #6F6F6F !important;
    display: inline-block;
    padding: 5px 15px 5px 5px;
    font-size: 13px;
    cursor: pointer;
    float: right;
  }
  .glyphSocialPostLike {
    color: #6F6F6F !important;
    float: left;
    margin: 0px;
    padding-right: 5px;
    padding-top: 2px;
  }
  .socialPostLikesSpan {
    display: inline-block;
    color: #5890FF !important;
    text-decoration: underline;
    cursor: pointer;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    float: right;
    padding: 5px 15px 5px 5px;
  }
  .glyphSocialPostLikes {
    color: #5890FF !important;
    float: left;
    margin: 0px;
    padding-right: 5px;
    padding-top: 2px;
  }
  .socialPostLikesLinkContainer {
    display: inline-block;
    height: 50px;
    vertical-align: top;
    width: 48%;
    padding: 15px 45px 5px 5px;
    text-align: right;
  }
  .socialPostLikesLink {
    cursor: pointer;
  }
  .socialPostLikesLinkGlyphContainer {
    height: 18px;
    width: 18px;
    border-radius: 18px;
    background-color: #28317E;
    margin-right: 10px;
    display: inline-block;
  }
  .socialPostLikesLinkGlyph {
    color: #FFFFFF;
    margin: 3px 4px 4px 2px;
    font-size: 11px;
  }
  .socialPostLikesLinkText {
    font-size: 12px;
    color: #28317E;
    border-bottom: 1px solid #28317E;
    float: right;
    max-width: calc(100% - 30px);
  }
  .socialPostNoLikesYet {
    font-size: 12px;
    color: #000000;
  }
  .socialCommentsSection {
    background-color: #D6D6D6;
    margin: 5px 70px 5px 90px;
  }
  .socialPostNewComment {
    height: 74px;
  }
  .socialPostNewCommentLeftSection {
    height: 74px;
    width: 82px;
    display: inline-block;
    float: left;
    padding: 7px 11px;
  }
  .socialPostNewCommentImageContainer {
    background-color: transparent;
    height: 60px;
    width: 60px;
    display: inline-block;
    padding: 2px;
  }
  .socialPostNewCommentImageInitials {
    height: 56px;
    width: 56px;
    background-color: #6F6F6F;
    border-radius: 56px;
    padding: 22px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
  }
  .socialPostNewCommentImage {
    height: 56px;
    width: 56px;
  }
  .socialPostNewCommentRightSection {
    width: calc(100% - 82px);
    display: inline-block;
    height: 74px;
    padding: 0px 25px 0px 0px;
    position: relative;
  }
  .socialPostNewCommentTextBoxContainer {
    border-bottom: 1px solid #BBBBBB;
    padding: 7px 0px;
  }
  .socialPostNewCommentTextBox {
    border-radius: 5px !important;
    border: 2px solid #BBBBBB;
    height: 60px;
    width: 100%;
    resize: none;
  }
  .socialPostNewCommentTextBoxPlaceholder {
    color: #6F6F6F;
    position: absolute;
    top: 50px;
    right: 40px;
    font-size: 8px;
  }
  .socialPostNewCommentTextBox:focus,
  .socialPostNewCommentTextBox:active,
  .socialPostNewCommentTextBox:hover {
    border: 2px solid #28317E;
  }
  .socialPostExistingComments {
    padding-left: 82px;
    padding-top: 10px;
  }
  .socialPostNoCommentsPostedYet {
    padding: 0px 25px 10px 5px;
    font-size: 12px;
  }
  .socialPostCommentSection {
    min-height: 46px;
  }
  .socialPostCommentSection ~ .socialPostCommentSection {
    display: none;
  }
  .socialPostCommentLeftSection {
    height: 46px;
    width: 46px;
    display: inline-block;
    float: left;
  }
  .socialPostCommenterImageContainer {
    background-color: transparent;
    height: 46px;
    width: 46px;
    display: inline-block;
    padding: 2px;
  }
  .socialPostCommenterImageInitials {
    height: 42px;
    width: 42px;
    background-color: #6F6F6F;
    border-radius: 42px;
    padding: 16px 0px;
    text-align: center;
    font-size: 10px;
    font-weight: bolder;
  }
  .socialPostCommenterImage {
    height: 42px;
    width: 42px;
  }
  .socialPostCommentRightSection {
    width: calc(100% - 46px);
    display: inline-block;
    padding: 5px 25px 5px 5px;
  }
  .socialPostCommenterName {
    color: #373737;
    font-size: 12px;
    font-weight: bolder;
  }
  .socialPostComment {
    font-size: 14px;
    color: #6F6F6F;
    padding-left: 5px;
    display: block;
    font-weight: bolder;
  }
  .socialPostCommentTime {
    font-size: 10px;
    padding-left: 5px;
    color: #28317E;
  }
  .socialPostViewMoreComments {
    text-decoration: none;
    color: #28317E;
    font-size: 13px;
    padding: 5px;
    font-weight: bolder;
    display: inline-block;
    cursor: pointer;
  }
  .socialPostViewLessComments {
    text-decoration: none;
    color: #28317E;
    font-size: 13px;
    padding: 5px;
    font-weight: bolder;
    display: none;
    cursor: pointer;
  }
  .socialPostContainerSeparator {
    width: 100%;
    height: 20px;
    display: block;
  }
  .socialPostViewLikesLikerDetails {
    display: inline-block;
    height: 50px;
    width: calc(100% - 10px);
    background-color: #FFFFFF;
    margin: 5px;
  }
  .socialPostViewLikesMessageHolder {
    display: inline-block;
    height: 50px;
    width: calc(100% - 10px);
    background-color: #FFFFFF;
    margin: 5px;
  }
  .socialPostViewLikesLikerLeftSection {
    float: left;
  }
  .socialPostViewLikesLikerImageContainer {
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 2px;
  }
  .socialPostViewLikesLikerImageInitials {
    height: 46px;
    width: 46px;
    background-color: #6F6F6F;
    border-radius: 46px;
    padding: 17px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
  }
  .socialPostViewLikesLikerImage {
    height: 46px;
    width: 46px;
  }
  .socialPostViewLikesLikerRightSection {
    float: left;
    padding: 8px 5px;
    width: 170px;
  }
  .socialPostViewLikesLikerRightSectionLine1 {
    font-size: 14px;
    font-weight: bold;
    color: #28317E;
    width: 160px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .socialPostViewLikesLikerRightSectionLine2 {
    font-size: 11px;
    color: #28317E;
    margin-top: -2px;
  }
  .socialPostViewLikesNoLikesYet {
    font-size: 14px;
    color: #000000;
  }
  /*End Social Components Styles*/
  /*Begin Upcoming Anniversaries Styles*/
  .upcomingAnniversariesEcardButton {
    width: initial;
    height: 40px;
    border-radius: 10px;
    background-color: #28317E;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
    vertical-align: top;
  }
  .upcomingAnniversariesEcardButtonText {
    color: #FFFFFF;
    font-size: 12px;
    margin: 12px;
    display: inline-block;
  }
  .monthYOS {
    min-height: 90px;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #BBBBBB;
    background-color: transparent !important;
  }
  .upcomingAnniversariesProfileImage {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    margin-top: 10px;
  }
  .upcomingAnniversaryDetailsContainer {
    display: inline-block;
    margin-top: 15px;
  }
  .upcomingAnniversaryMemberName {
    font-weight: bold;
  }
  .upcomingAnniversaryYears {
    font-weight: bold;
    font-size: 12px;
  }
  .upcomingAnniversaryDate {
    margin-left: 5px;
    font-weight: bold;
    color: #6F6F6F;
    font-size: 12px;
  }
  /*End Upcoming Anniversaries Styles*/
}
@media (min-width: 1900px) {
  .upcomingAnniversariesEcardButton {
    float: right;
  }
  .anniversariesBtn {
    bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .upcomingAnniversariesEcardButton {
    float: right;
  }
  .anniversariesBtn {
    bottom: 60px;
  }
}
.rapidRecognitionContainer {
  background-color: #FFFFFF;
  padding: 0px 40px 20px 40px;
}
.rapidRecognitionTextBoxLabel {
  font-weight: 600;
  color: #373737;
}
.rapidRecognitionSearchText {
  height: 28px;
  width: 100%;
  border: 1px solid #BBBBBB;
  border-radius: 5px !important;
  font-size: 12px !important;
}
.rapidRecognitionDropDownList {
  border: 1px solid #BBBBBB;
  border-top: none !important;
  top: 25px !important;
}
.rapidRecognitionSearchText {
  border: 1px solid #BBBBBB !important;
  box-shadow: none !important;
}
.rapidRecognitionSearchText:focus,
.rapidRecognitionSearchText:active,
.rapidRecognitionSearchText:hover {
  border: 1px solid #BBBBBB !important;
  box-shadow: none !important;
}
.rapidRecognitionTextGlyphsContainer {
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 14px;
}
.rapidRecognitionTextGlyphs {
  color: #6F6F6F !important;
  margin: 1px;
  cursor: default;
}
.rapidRecognitionMessagePriorSubmission {
  font-weight: 600;
  color: #373737;
  margin: 15px;
}
.homePageSeeAllLinkContainer {
  text-align: right;
}
.homePageSeeAllLink {
  color: #28317E;
  border-bottom: 1px solid #28317E;
  cursor: pointer;
  display: inline-block;
}
.templatesTabEditPointsLink {
  color: #28317E;
  border-bottom: 1px solid #28317E;
  cursor: pointer;
  display: inline-block;
}
/*Reporting calendar control - Start*/
.calendarWidgetContainer {
  display: none;
}
.dateSection {
  position: absolute;
  background: white;
  right: 15px;
  margin: 1px;
}
ul.timeRange {
  list-style-type: none;
  float: right;
  border-radius: 2px;
  margin: 1px;
}
ul.timeRange li {
  float: left;
  height: 25px;
  width: 50px;
  line-height: 25px;
  background-color: cornflowerblue;
  cursor: pointer;
  color: white;
  text-align: center;
}
.calendarWidgetContainer {
  background-color: #FFFFFF;
  padding: 3px 4px;
  position: relative;
  z-index: 10;
  min-width: 250px;
  max-width: 250px;
}
.calendarWidgetContainer .datepicker {
  position: inherit;
  padding: 0;
  margin: 0;
}
#reportsDatepicker {
  width: 100%;
}
#ulDaterange li.active {
  background-color: royalblue;
}
.calendarWidgetContainer .datepicker table tr td span.active {
  background: #04c !important;
  border-color: #04c !important;
}
.calendarWidgetContainer .datepicker .datepicker-days tr td.active {
  background: #04c !important;
}
.weekDatePicker .datepicker .datepicker-days tr td.active ~ td,
.weekDatePicker .datepicker .reportsDatepicker-wrapper .datepicker .datepicker-days tr td.active {
  color: #fff;
  background-color: #04c;
  border-radius: 0;
}
.weekDatePicker .datepicker .datepicker-days tr:hover td,
.weekDatePicker .datepicker .reportsDatepicker-wrapper .datepicker table tr td.day:hover,
.weekDatePicker .datepicker .reportsDatepicker-wrapper .datepicker table tr td.focused {
  color: #000 !important;
  background: #e5e2e3 !important;
  border-radius: 0 !important;
}
/*Reporting calendar control - End*/
/*Session timeout pop up - start*/
#logout_popup .warningIconSize {
  font-size: 48px;
  color: #FF0000;
  margin-right: 20px;
}
#logout_popup #timer {
  display: inline;
  font-size: 30px;
  font-weight: bold;
}
#logout_popup .btn.btn-primary,
#logout_popup .btn.btn-danger {
  margin: 10px 0px;
}
/*Session timeout pop up - end*/
/*---------------------------------------------------------------------------------
    FAQ SideBar Styles
 ---------------------------------------------------------------------------------*/
#faqSideBar .nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 14px;
  font-weight: 200;
  background-color: #FFFFFF;
  float: left;
  margin-bottom: 15px;
  width: 300px;
  height: 70%;
  color: #e1ffff;
}
#faqSideBar .nav-side-menu .brand {
  background-color: #FFFFFF;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  display: none;
}
#faqSideBar .nav-side-menu .toggle-btn {
  display: none;
}
#faqSideBar .nav-side-menu ul,
#faqSideBar .nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}
#faqSideBar .nav-side-menu ul .collapsed .arrow:before,
#faqSideBar .nav-side-menu li .collapsed .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
#faqSideBar .nav-side-menu ul :not(collapsed) .arrow:before,
#faqSideBar .nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f077";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
#faqSideBar .nav-side-menu ul .active,
#faqSideBar .nav-side-menu li .active {
  border-left: 3px solid #FDB514;
  background-color: #F8F8F8;
}
#faqSideBar .nav-side-menu ul .sub-menu li.active,
#faqSideBar .nav-side-menu li .sub-menu li.active {
  color: #FDB514;
}
#faqSideBar .nav-side-menu ul .sub-menu li.active a,
#faqSideBar .nav-side-menu li .sub-menu li.active a {
  color: #FDB514;
}
#faqSideBar .nav-side-menu ul .sub-menu li,
#faqSideBar .nav-side-menu li .sub-menu li {
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #6F6F6F;
  margin-left: 0px;
}
#faqSideBar .nav-side-menu ul .sub-menu li:hover,
#faqSideBar .nav-side-menu li .sub-menu li:hover {
  /*background-color: #020203;*/
}
#faqSideBar .nav-side-menu ul .sub-menu li:before,
#faqSideBar .nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
#faqSideBar .nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
}
#faqSideBar .nav-side-menu li a {
  text-decoration: none;
  /*color: #e1ffff;*/
  padding-left: 4px;
}
#faqSideBar .nav-side-menu li a:hover {
  color: #47A801 !important;
  fill: #47A801 !important;
}
#faqSideBar .nav-side-menu li a:active {
  color: #FDB514 !important;
  fill: #FDB514 !important;
}
#faqSideBar .nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
#faqSideBar .nav-side-menu li:hover {
  border-left: 3px solid #6F6F6F;
  /*background-color: #4f5b69;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  #faqSideBar .nav-side-menu {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    height: auto !important;
    float: none;
  }
  #faqSideBar .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #FFFFFF;
    color: #000;
    width: 40px;
    text-align: center;
  }
  #faqSideBar .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
    display: block !important;
  }
}
/*End FAQ SideBar Styles*/
@media (min-width: 1200px) and (max-width: 1899px) {
  .anniversariesBtn {
    bottom: 40px;
  }
}
#divSubCategory {
  display: none;
}
.field-validation-error {
  color: #a94442;
}
#divCookieAgreement {
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
  position: absolute;
  bottom: 97px;
  z-index: 10;
}
#divCookieAgreement button {
  width: 150px;
}
