@import "global_styles.css";
@import "tooltips.css";
@import "sections/index.css";
@import "pages/faq.css";

*:focus {
  outline: none;
}

.ui-widget.ui-widget-content,
.ui-button {
  border: unset;
}

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: var(--color-ui-danger);
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#unfundedContribDiv {
  float: right;
  margin-left: 34px;
  margin-right: 50px;
}

.guideAge {
  width: 60px;
  border: none;
  border-bottom: solid 1px #314b58;
  font-size: 20px;
  color: var(--color-primary);
}

.doNotInflateCheckbox {
  width: 18px;
  vertical-align: middle;
}

.growth-override-value {
  min-width: 24px;
}

#mainFooter {
  margin-top: 27px;
  font-size: 12px;
  width: 100%;
  display: none;
}

#dataGuidanceBody {
  font-size: 14px;
  border-radius: 4px;
  height: calc(100% - 27px);
  padding-bottom: 0;
}

#dataGuidanceBody iframe {
  border: none;
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  background: var(--background-color-additional);
  padding-left: 10px;
  height: -moz-calc(100% - 12px);
  height: calc(100% - 12px);
}

div#simulationOptionsTabs {
  margin-top: 10px;
  width: 850px;
  font-size: 12px;
  min-height: 265px;
  margin-bottom: 5px;
  margin-left: -moz-calc(50% - 425px);
  margin-left: calc(50% - 425px);
}

div#simulationOptionsTabs td {
  padding: 3px 10px;
}

#aboutSimulations {
  display: block;
  margin-top: 5px;
  white-space: pre-line;
  text-align: left;
  padding-left: 9px;
}

.simulationOptionsLabel2 {
  width: 150px;
  display: inline-block;
  text-align: right;
  padding-right: 3px;
}

label#freeTermsOfUse,
label#quickCalcTermsOfUse,
label#quickCalcProfileFound,
label#premiumTermsOfUse {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  font-size: 12px;
  margin-left: 7px;
}

#OTGuidancePopup,
#dataGuidancePopup {
  height: 100%;
  top: 0;
  z-index: 1000;
  position: fixed;
  background-color: var(--background-color-main);
  overflow: hidden;
  box-sizing: border-box;
}

#dataGuidancePopup {
  width: 100%;
  left: 0;
  padding-top: 30px;
  display: none;
}

#OTGuidancePopup.OTPopup2 {
  border: none;
  border-radius: 0;
}

.compact-mode #OTGuidancePopup:not(.help-modal) {
  top: var(--header-height-compact-mode) !important;
}

.help-modal .hide-in-modal-view,
.modal-view .hide-in-modal-view {
  display: none !important;
}

.modal-view .faq-menu {
  width: 500px;
}

.help-modal #guideIFrame {
  width: 100%;
  height: 100%;
}

fieldset#simulationOptions {
  font-weight: bold;
  margin-top: -6px;
  font-size: 14px;
}

#simulationOptions .propertiesDiv {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.OTGoBackArrow,
.OTGoHome {
  position: fixed;
  top: 11vh;
  cursor: pointer;
  background: transparent;
}

.OTGoBackArrow {
  left: 7vw;
}

.OTGoHome {
  right: 7vw;
}

.OTGoBackArrow img,
.OTGoHome img {
  height: 16px;
  width: 16px;
}

.glowing-border {
  border: 1px solid #314b58;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 0 20px #314b58;
  box-shadow: 0 0 20px #314b58;
}

.glowing-border:focus {
  outline: none;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 10px var(--color-primary);
  box-shadow: 0 0 10px var(--color-primary);
}

.OTWizard-input-wrapper:before {
  content: "$";
  position: absolute;
  z-index: 1;
  color: var(--color-black);
  top: 77px;
  left: 6px;
  font-size: 20px;
}

.OTWizardInput {
  height: 80px;
  box-sizing: border-box;
  border: unset;
  background-color: #fafafa;
  opacity: 0.9;
  color: var(--color-black);
  font-size: 20px;
  font-weight: bold;
  padding: 24px;
  width: 100%;
}

.OTButton {
  color: #314b58;
  background: #e3e7e8;
  padding: 5px 10px;
  border: 1px solid #314b58;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px;
}

#resetSeeker {
  width: 35px;
  font-size: 14px;
  margin-left: -moz-calc(50% - 25px);
  margin-left: calc(50% - 25px);
}

button#toggleAutoTaxCalculations {
  width: 90px;
  vertical-align: top;
  margin-top: 10px;
  margin-left: -5px;
}

#proceedGuidedEntry,
#proceedSkip {
  width: 200px;
  height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
}

#publishScenarioButton {
  margin-left: -moz-calc(50% - 37px);
  margin-left: calc(50% - 37px);
}

#skipWizardCalculate {
  font-size: 12px;
  visibility: hidden;
  position: relative;
  top: -44px;
  display: none;
}

#runTutorial,
#runVideoTutorial {
  font-size: 30px;
  display: block;
  margin-left: 63px;
}

#runVideoTutorial {
  margin-left: 82px;
}

span.planName i {
  margin-right: 7px;
}

span#premiumPricing {
  margin-top: 6px;
  display: inline-block;
}

.userButton {
  margin-top: 15px;
  width: 80px;
}

button#cancelUserButton {
  margin-left: 70px;
}

button#okUserButton {
  margin-left: 0;
}

button#registrationToggle {
  vertical-align: top;
  margin-top: 35px;
  margin-left: 15px;
  height: 45px;
  width: 150px;
}

button#resetPasswordButton {
  margin-top: 20px;
  margin-bottom: 15px;
  width: 160px;
  height: 27px;
}

.OTButton:hover {
  background: var(--color-primary);
  color: white;
  border: 1px solid white;
}

div#success_amountOther {
  width: 205px;
  margin-top: 4px;
}

#welcomePageBody a:link,
#welcomePageBody a:visited {
  text-decoration: none;
}

#navBar {
  margin-top: 20px;
  display: inline-block;
}

span#thisPageLink {
  outline: none;
  -webkit-box-shadow: 0 0 20px var(--color-primary);
  box-shadow: 0 0 20px var(--color-primary);
  border-radius: 30px;
  background-color: rgba(231, 143, 8, 0.5);
}

#navBar a:link {
  text-decoration: none;
  color: white;
}

#navBar a:visited {
  color: white;
}

/****LOGIN AREA****/

#welcomeLoginForm {
  margin-top: -35px;
  color: white;
  display: inline-block;
  float: right;
}

.forgotPassword a:link {
  text-decoration: none;
}

.forgotPassword a:visited {
  color: white;
}

#loginForm {
  margin: 0 auto;
  width: 800px;
}

#loginFieldset {
  float: right;
  border: 0;
  width: 360px;
  margin-top: 10px;
}

.userLogin {
  font-size: 12px;
  border: solid 1px #aacfe4;
  width: 13em;
  height: 20px;
}

.pwdLogin {
  margin-left: 0;
  margin-right: 0;
  width: 97px;
  font-size: 12px;
  border: solid 1px #aacfe4;
  height: 20px;
}

#invalidLogins {
  text-align: center;
}

#invalidLoginsError,
#invalidMfaError {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-ui-danger);
  margin-left: 0;
  width: 277px;
}

#resetPasswordErrorMessage {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-ui-danger);
}

#resetPasswordSuccessMessage {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: darkgreen;
}

.forgotPassword {
  margin-top: 1px;
  margin-right: 91px;
  float: right;
  text-decoration: underline;
}

#applyCouponMessage {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-ui-danger);
}

.forgotPassword:hover {
  cursor: pointer;
  border-color: white;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

#featuresPageBody span.forgotPassword {
  display: none;
}

#onTrajectoryBlurb {
  display: inline-block;
  font-size: 4em;
  font-weight: bold;
  cursor: pointer;
  margin-top: 34px;
  margin-left: 2em;
  color: white;
}

/****MARKETING AREA****/
#featuresList {
  margin: 0 0 0 31px;
  font-size: 1.25em;
  text-align: left;
}

#featuresList p {
  font-size: 1.5em;
  text-align: center;
}

#featuresList li {
  color: gray;
  line-height: 1.8em;
  font-size: 1.2em;
}

#mainFooter span {
  display: inline-block;
  margin-top: 3px;
}

.videos {
  width: 800px;
  margin: 50px auto 0;
  text-align: center;
}

.videos p {
  text-align: left;
  font-size: medium;
  margin-left: 40px;
}

.navText {
  margin: 0;
  font-size: small;
  font-weight: bold;
  color: #314b58;
  cursor: pointer;
}

#freeRegistration iframe,
#premiumRegistration iframe {
  margin-top: 2.5em;
}

img#welcomeGraph {
  cursor: pointer;
  display: block;
  margin: auto;
}

#changePassword {
  background: white;
  margin-left: 520px;
  margin-top: 30px;
}

#resetPassword {
  position: absolute;
  width: 200px;
  top: -moz-calc(20%);
  top: calc(20%);
  left: -moz-calc(50% - 100px);
  left: calc(50% - 100px);
  background: white;
}

#resetPasswordFooter {
  position: absolute;
  top: 500px;
  width: 800px;
  left: -moz-calc(50% - 400px);
  left: calc(50% - 400px);
  text-align: center;
}

span.poweredBy {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  font-size: 12px;
}

#logoIndex2 {
  position: fixed;
  left: 2vw;
  top: 10vh;
}

.logoChooseFI,
.logoChooseFI2 {
  height: 33px;
  display: none;
  margin-bottom: -2px;
}

img.logoChooseFI.addBottomMargin,
img.logoChooseFI2.addBottomMargin {
  margin-bottom: 4px;
}

/****REGISTRATION AREA****/

.logoText {
  font-size: xx-large;
  color: white;
}

#resetPasswordForm,
#freeRegistrationForm,
#saveQuickCalcUserForm {
  margin-top: 30px;
  padding-bottom: 54px;
  background: white;
}

#OTPropertiesTabs-8 .cmxform {
  margin-top: 0;
}

#premiumRegistrationForm {
  margin-top: 30px;
  padding-bottom: 54px;
  height: 830px;
  background: white;
}

.popupFieldset,
#affiliateRegistrationFieldset,
#freeRegistrationFieldset,
#saveQuickCalcUserFieldset,
#premiumRegistrationFieldset {
  border: none;
  padding-top: 10px;
  border-bottom: 0;
  padding-bottom: 0;
}

.popupFieldset input,
#affiliateRegistrationFieldset input,
#freeRegistrationFieldset input,
#saveQuickCalcUserFieldset input,
#premiumRegistrationFieldset input {
  height: 45px;
  width: 230px;
  border: solid 1px lightgray;
  border-radius: 3px;
  margin: 5px 10px;
}

input#freeTermsCheckbox,
input#quickCalcTermsCheckbox,
input#premiumTermsCheckbox {
  width: 20px;
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
}

.popupLegal,
#freeRegistrationLegal,
#premiumRegistrationLegal {
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
  color: white;
}

#simulationOptions {
  border: none;
}

#freeScenarioBlurb {
  color: #314b58;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 23px;
}

/****ABOUT US PAGE****/

#aboutUs {
  margin: 60px auto 50px;
  width: 800px;
  font-size: medium;
}

/****SUPPORTED BROWSERS PAGE****/

#supportedBrowsersHeader {
  margin: 15px auto 50px;
  width: 800px;
  font-size: medium;
  padding-left: 10px;
  padding-right: 10px;
}

#supportedBrowsersIcons {
  margin: 15px auto 50px;
  width: 800px;
  font-size: medium;
  padding-left: 10px;
  padding-right: 10px;
}

#supportedBrowsers {
  margin: 15px auto 50px;
  width: 800px;
  font-size: medium;
  padding-left: 10px;
  padding-right: 10px;
}

#supportedBrowsers ul {
  margin: 20px;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

#timeBody {
  margin: 0 auto;
  text-align: center;
}

#articlePageBody {
  text-align: left;
}

#plansPageBody {
  color: #314b58;
  font-size: 12px;
}

.BU {
  font-weight: bold;
  text-decoration: underline;
}

img.narrowImage {
  width: 241px;
  margin-left: -moz-calc(50% - 118px);
  margin-left: calc(50% - 118px);
}

#rewardButton {
  margin-left: -moz-calc(50% - 250px);
  margin-left: calc(50% - 250px);
}

img#printSaveImg {
  width: 214px;
  margin-left: 20px;
  display: block;
}

.disableMouseOverCapability .highcharts-tooltip {
  display: none;
}

.large-screen .i-item-settings {
  display: none;
}

/**
 * Main layout components changes, when popup is opened and layout minimized
 */
#mainBody.minimized #targetDateWrapper {
  display: none;
}

.minimized #tabs {
  width: var(--main-workspace-component-width);
}

.minimized #chartTools {
  right: 0;
}

/***/

body {
  font:
    65% "Inter",
    sans-serif;
  margin: 0;
}

div#UMActionsButtons {
  position: fixed;
  right: 62px;
}

.learnMoreButton {
  float: right;
  display: block;
  margin: -10px -10px 0 0;
  cursor: pointer;
}

div#simulationOptionsPopup {
  display: none;
}

img#quickCalcLogo_OT {
  width: 100px;
  margin-top: 8px;
  margin-bottom: 0;
  vertical-align: top;
}

div#quickCalcPopup {
  position: absolute;
  height: 435px;
  width: 100%;
  background: white;
  z-index: 1005;
  top: 0;
  overflow: auto;
  font-size: 14px;
  display: none;
}

div#quickCalcBody {
  margin-left: -moz-calc(50% - 400px);
  margin-left: calc(50% - 400px);
}

#quickCalcSavingsRateLabel {
  margin-top: 20px;
}

#quickCalcSavingsRateLabel,
.quickCalcResult {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 27px;
}

.FIYears_FINumber,
.FINumber_savingsRate {
  font-size: 20px;
  color: #314b58;
  margin-bottom: 20px;
}

#quickCalcTotalSavings,
#quickCalcNetIncome {
  font-size: 20px;
  margin-top: 15px;
  color: #314b58;
}

div#quickCalcTotalSavings {
  margin-top: 21px;
}

img#quickCalcLogo_chooseFI {
  width: 125px;
}

div#quickCalcHeader {
  width: 100%;
  background: #00508e;
  color: white;
  font-size: 14px;
  height: 50px;
}

#quickCalcHeader span {
  vertical-align: top;
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
}

div#mainSeekerDisplay {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-right: 20px;
}

div#progressDateDiv {
  margin-top: 20px;
}

.addItemIcon {
  margin-left: 4px;
  position: absolute;
}

#topSeekerText {
  display: none;
}

#topSeekerText,
#bottomSeekerText {
  font-size: 22px;
  color: #314b58;
  margin-right: 7px;
  margin-top: 18px;
}

#bottomSeekerText {
  font-size: 20px;
}

#mainSeekerDisplay img {
  width: 55px;
  margin-top: 38px;
  margin-left: 10px;
}

#seekerUI {
  position: fixed;
  top: -moz-calc(38% + 50px);
  top: calc(38% + 50px);
  z-index: 1001;
  width: 100%;
  margin-top: -2px;
  background: white;
  height: 100%;
}

div#resultsTabs {
  margin-top: 8px;
  z-index: 0;
}

div#resultsTabs {
  background-color: white;
}

#refreshAndSaveTrajectoryPopup {
  display: none;
  position: fixed;
  width: 365px;
  height: 135px;
  top: 17vh;
  left: -moz-calc(50% - 270px);
  left: calc(50% - 270px);
  z-index: 100;
  color: var(--color-black);
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 54px;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
}

#toggleTaxRateOptions {
  width: 90%;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  color: var(--color-primary);
  line-height: 130%;
}

#toggleTaxRateOptions::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: -25px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  box-sizing: border-box;
}

#toggleTaxRateOptions::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  top: 7px;
  border: solid var(--color-primary);
  border-width: 0 1px 1px 0;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#toggleTaxRateOptions.active::after {
  top: 12px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

div#nonCentralizedTaxesLink {
  width: 100px;
  display: inline-block;
  margin-left: -13px;
  vertical-align: top;
  font-weight: bold;
  text-align: -webkit-right;
  color: var(--color-primary);
  text-decoration: underline;
  cursor: pointer;
  margin-top: 15px;
}

.analyze-checkbox:checked ~ .checkmark:after {
  display: block;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-black);
  content: "";
}

.analyze-checkbox:checked ~ .checkmark:after {
  top: 6px;
  left: 6px;
  height: 15px;
  width: 15px;
}

#resetDataButton {
  position: absolute;
  top: 20%;
  z-index: 10000;
  left: 95%;
  color: white;
  background: red;
  display: none;
}

#guidedBack:hover,
#guidedNext:hover {
  background-color: var(--color-primary);
  color: white;
  border: 1px solid white;
}

#guidedBack {
  position: fixed;
  width: 150px;
  background: #e3e7e8;
  color: #314b58;
  bottom: 0;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 30px;
  cursor: pointer;
  display: none;
  z-index: 150;
  border: 1px solid #314b58;
  border-radius: 4px;
}

#guidedNext {
  position: fixed;
  width: 150px;
  background: #e3e7e8;
  color: #314b58;
  bottom: 0;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 30px;
  cursor: pointer;
  z-index: 150;
  border: 1px solid #314b58;
  border-radius: 4px;
}

#guidedNext {
  right: 0;
}

#guidedTitle {
  font-size: 30px;
  display: inline-block;
  margin-top: 150px;
}

#inputOverlay {
  right: 0;
  background-color: white;
  top: -moz-calc(0% + 0px);
  top: calc(0% + 0px);
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  font-size: 19px;
  color: #314b58;
  text-align: center;
  display: none;
  line-height: 1.3;
  min-width: 800px;
}

img#inputOverlayHeaderLogo {
  float: left;
  margin-bottom: 7px;
}

div#inputOverlayHeader {
  width: 100%;
  position: fixed;
  height: 50px;
}

div#birthYearBlurb2 {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
}

li.LI_link {
  cursor: pointer;
}

p.optionalDataEntry {
  text-decoration: underline;
  cursor: pointer;
}

.symbolSelect {
  height: 26px;
  border: none;
  font-size: 17px;
}

span#maxMonthlySavings {
  font-size: 14px;
  font-weight: normal;
}

#guidedTextSelectItems {
  width: 60%;
  margin-left: 277px;
  text-align: left;
  margin-top: 40px;
}

#guidedText2 div:not(.proceedDiv) {
  width: 350px;
  display: inline-block;
  vertical-align: top;
}

div#helpChoose {
  display: block;
  margin-left: -moz-calc(50% - 172px);
  margin-left: calc(50% - 172px);
  margin-top: 15px;
  text-decoration: underline;
  cursor: pointer;
}

#guideSelectIncome {
  width: 150px;
  height: 25px;
}

#guidedText4 {
  text-align: center;
  font-size: 14px;
}

#guidedSkip {
  position: fixed;
  top: -moz-calc(0% + 70px);
  top: calc(0% + 70px);
  font-size: 14px;
  right: 7px;
}

#guidedSkip img {
  margin-left: 5px;
  border: 1px solid white;
  border-radius: 4px;
  vertical-align: super;
  display: inline-block;
  width: 30px;
}

#guidedSkip img:hover {
  margin-left: 5px;
  border: 1px solid var(--color-primary);
}

#menuAttentionArrow {
  position: fixed;
  top: -moz-calc(44% + 110px);
  top: calc(44% + 110px);
  left: 272px;
  display: none;
}

div#simulationResults {
  background: #e3e7e8;
  position: absolute;
  top: 95px;
  left: 0;
  overflow: scroll;
  z-index: 1000;
  display: none;
}

#articlePageBody {
  font:
    150% "Times New Roman",
    sans-serif;
  margin-left: -moz-calc(50% - 360px);
  margin-left: calc(50% - 360px);
  width: 700px;
}

div#subscribe {
  color: #e90606;
  font-weight: bold;
  margin-left: -moz-calc(0% + 200px);
  margin-left: calc(0% + 200px);
  position: absolute;
  font-size: 24px;
  border: solid;
  padding: 5px 10px 10px 10px;
  background: white;
  top: 508px;
  height: 22px;
  cursor: pointer;
}

div#lightOverlay {
  width: 100%;
  height: 115px;
  top: 500px;
  position: fixed;
  background: white;
  opacity: 0.7;
}

#articlePageBody p {
  font-size: 20px;
  line-height: 1.3;
  color: #666;
}

.bu {
  font-weight: bold;
  text-decoration: underline;
}

#articlePageBody a {
  color: cornflowerblue;
}

#advisorEmailAddresses {
  max-width: 270px;
  color: #314b58;
}

#analysisSettingsBlurb {
  font-size: 14px;
  margin: 15px 5px 5px 5px;
}

.guideLink {
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}

#screenshotsPageBody {
  text-align: center;
  color: #314b58;
}

#screenshotsPageBody h1 {
  margin: 60px 0 20px 50px;
  font-size: 30px;
  text-align: left;
}

#barUnderChartError {
  display: none;
  color: var(--color-ui-danger);
  margin-top: 12px;
  text-align: center;
}

#contributionError {
  color: var(--color-ui-danger);
  text-align: center;
}

#settingBarButtons {
  display: inline-block;
  float: right;
  margin-right: 5px;
  font-size: 14px;
}

div#calcReg {
  height: 180px;
  bottom: -moz-calc(50% - 215px);
  bottom: calc(50% - 215px);
  position: fixed;
  left: -moz-calc(50% - 375px);
  left: calc(50% - 375px);
}

.backButton {
  position: fixed;
  left: -moz-calc(100% - 80px);
  left: calc(100% - 80px);
  top: -8px;
  border: 1px solid #314b58;
  border-radius: 4px;
  background: #e3e7e8;
  color: #314b58;
}

#planTables {
  margin-left: -moz-calc(50% - 252px);
  margin-left: calc(50% - 252px);
}

label#commonSettingsLabel {
  text-decoration: underline;
  margin-left: 7px;
  cursor: pointer;
  display: none;
}

#optimizeSpendingMenu .ui-spinner-input {
  margin: unset;
  color: var(--color-black);
  font-weight: bold;
}

#responsiveFooter {
  text-align: center;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  background: var(--color-primary);
  color: white;
  display: none;
}

#quickSim,
#seekerButton {
  margin-bottom: 5px;
  font-size: 12px;
  width: 90px;
}

#seekerButton {
  margin-left: 0;
  display: none;
}

#trajectorySuccess {
  font-size: 24px;
}

#resultsTabs-3 .quick-sim-result {
  margin-left: 2px;
}

#resultsTabs-3 button {
  display: block;
  margin-left: -moz-calc(50% - 30px);
  margin-left: calc(50% - 30px);
}

#commonSettingsToggle {
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
  cursor: pointer;
  display: none;
}

.fa-info-circle:hover {
  color: var(--color-primary);
  cursor: pointer;
}

.fa-info-circle {
  color: #6e818a;
}

i#rothConversionTip {
  margin-right: -17px;
}

#plansIFrame {
  width: 510px;
  height: 335px;
  margin-left: -moz-calc(50% - 258px);
  margin-left: calc(50% - 258px);
}

#planFeatures .powerPlanDetails {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 13px;
  text-align: center;
  margin-left: -72px;
}

#achievementTabs p {
  margin: 8px 0 8px 0;
}

#cancelSubscriptionThankYouPopup,
#powerPlanErrorPopup,
#gettingStartedPopup {
  position: fixed;
  top: -moz-calc(50% - 115px);
  top: calc(50% - 115px);
  left: -moz-calc(50% + 58px);
  left: calc(50% + 58px);
  -webkit-transform: translate(-60%, -50%);
  -moz-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  -o-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  text-align: center;
  color: #314b58;
  border-radius: 4px;
  width: 463px;
  padding: 10px 10px 17px;
}

#cancelSubscriptionThankYouPopup button,
#powerPlanErrorPopup button {
  font-size: 33px;
}

#cancelSubscriptionThankYouPopup.oText:hover,
#powerPlanErrorPopup.oText:hover {
  color: white;
}

span#subscriptionLoadingMessage {
  font-size: 22px;
}

#featuresPageBody div#resetPasswordPopup {
  display: none;
}

div#taxAdjustmentBlurb {
  font-size: 11px;
  margin-top: 5px;
}

div#simulationOptionsTabs p,
div#simulationOptionsTabs li {
  text-align: left;
}

div#simulationOptionsTabs p {
  margin-top: 0;
  margin-bottom: 0;
}

#contributionInputTable tr {
  height: 50px;
}

#incomeDataTableDiv tbody {
  margin-top: 5px;
}

img#tutorialAlertIcon {
  vertical-align: bottom;
}

td.debtEndAge {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  -moz-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

td.unpaidDebt {
  background-color: #ff00002b;
}

.menu-item a::after {
  content: "";
  background: url("../images/icons/arrow-down.svg") no-repeat center;
  position: absolute;
  right: 0;
  top: 45%;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  padding: 4px;
}

.menu-item a:hover:after {
  background-color: var(--color-cream);
}

.menu-item.ui-tabs-active a:after {
  transform: rotate(180deg);
}

.deleteClient {
  padding: 8px;
  text-align: center;
  color: #314b58;
}

#totalDataTableDiv,
#incomeDataTableDiv,
#expenseDataTableDiv,
#savingsDataTableDiv {
  border-spacing: unset;
  background-color: white;
  padding-top: 5px;
  height: 100%;
  cursor: text;
}

div#tabs-4 {
  text-align: center;
  overflow: auto;
}

li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active[aria-controls="OTPropertiesTabs-8"] {
  background: var(--background-color-main);
  border: none;
}

#lastUpdate {
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
}

div#seekerPercentDisplay {
  margin-bottom: 5px;
}

.seekSuccessLabel {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
  display: none;
  font-size: 14px;
}

#seekByAmount,
#seekByPercent {
  margin-top: 10px;
  border: solid 1px gray;
  border-radius: 4px;
  padding: 5px 5px 10px;
  background: white;
  text-align: center;
  font-size: 14px;
  display: none;
}

#seekByAmount {
  margin-bottom: 5px;
}

div#quoteText {
  margin-top: 15px;
}

div#quoteFrom {
  text-align: right;
  margin-top: 5px;
}

div#quoteHeader {
  text-align: center;
  margin: 12px 0 5px 0;
  font-weight: bold;
}

#notificationsDiv .tooltip {
  border-bottom: unset;
  cursor: default;
}

#notificationsDiv .sidebar-header {
  flex-direction: column;
  padding-bottom: unset;
}

#expandResults {
  background: rgba(50, 74, 88, 1);
  width: 170px;
  display: inline-block;
  margin-top: 16px;
}

#expandResults:hover {
  background: var(--color-primary);
  color: white;
}

.not-unlimited-user-restrictions td:not(.column-actions-hidden),
tr.excluded td:not(.column-actions-hidden) {
  opacity: 0.2;
}

.not-unlimited-user-restrictions .updateProgressInput,
.not-unlimited-user-restrictions .i-item-settings,
.not-unlimited-user-restrictions .expenseGroup,
.not-unlimited-user-restrictions .reorder {
  pointer-events: none;
}

.not-unlimited-user-restrictions
  .dropdown-menu-item:not(.delete-family):not(.delete-range),
.not-unlimited-user-restrictions.row_defaultParent .actions-menu-toggler {
  display: none !important;
}

div#achievementTabs {
  display: inline-block;
  margin-top: 25px;
  margin-left: -moz-calc(50% - 366px);
  margin-left: calc(50% - 366px);
  width: 650px;
}

button.btn-primary:hover {
  background-color: var(--color-primary);
}

button.btn-primary {
  background-color: #314b58;
  color: white;
  border: 0;
  border-radius: 4px;
  height: 24px;
  width: 40px;
  padding: 5px 0;
}

.btn {
  background-color: #314b58;
  color: white;
  padding: 3px 5px;
  font-size: 14px;
  border: none;
  outline: none;
  margin-top: 1px;
  margin-bottom: 2px;
  border-radius: 4px;
  cursor: pointer;
}

.dropdown {
  position: absolute;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #314b58;
  min-width: 170px;
  z-index: 1000;
  margin-left: -85px;
  color: white;
  overflow: visible;
}

.dropdown-content a {
  color: black;
  padding: 2px 0;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: var(--color-primary);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.btn:hover,
.dropdown:hover .btn {
  background-color: var(--color-primary);
}

div#sharedAccountListDiv {
  margin-top: 10px;
  margin-left: 0;
  color: rgba(35, 41, 44, 0.6);
  font-size: 14px;
}

ul#sharedAccountList {
  margin-top: 10px;
  margin-left: 25px;
  font-size: 12px;
}

span#accDataId {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  -moz-text-decoration-style: dotted;
  text-decoration-style: dotted;
  font-size: 10px;
}

#inflationSettings {
  margin: 0 0 0 5px;
  height: 18px;
  padding: 5px 4px 0 0;
  width: 18px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #314b58;
  color: white;
}

.alternateOwner {
  color: #314b58;
  background-color: white;
}

#rewards {
  left: -moz-calc(50% - 150px);
  left: calc(50% - 175px);
  width: 350px;
  position: absolute;
  top: 17px;
  text-align: center;
  color: white;
  font-size: 14px;
  z-index: 102;
  margin-top: -6px;
}

div#centerToolbarActions {
  text-align: center;
}

div#logoHeader {
  background-color: #314b58;
  width: 100%;
  height: 70px;
  color: white;
  font-size: 37px;
  text-align: center;
  padding-top: 17px;
}

#logoHeader img {
  width: 85px;
  margin-right: -31px;
  margin-left: 8px;
  margin-bottom: -5px;
}

.actionItem2 {
  font-size: 14px;
  display: block;
  padding-left: 29px;
  padding-bottom: 0;
  padding-top: 0;
  color: #314b58;
  width: 100%;
  float: left;
  font-weight: bold;
  cursor: pointer;
}

.actionItem2 span {
  width: 240px;
  display: inline-block;
  height: 25px;
  text-indent: -18px;
}

#FAQ {
  margin-bottom: 4px;
}

.actionItem4 {
  margin: 3px 0 3px 7px;
  display: inline-block;
}

.actionItem2:hover {
  color: white;
  background: #314b58;
}

span#showTrajectory {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-left: 10px;
}

label#guidance:hover {
  background: var(--color-primary);
  color: white;
}

label#guidance {
  color: var(--color-primary);
}

#autoSaveToggle:hover {
  border-color: rgba(231, 143, 8, 1);
  color: white;
}

.FAQ {
  font-weight: bold;
  font-size: 17px;
  display: inline-block;
  margin-top: 10px;
}

#actionsMenu {
  position: fixed;
  top: 43px;
  left: -moz-calc(100% - 740px);
  left: calc(100% - 740px);
  height: 280px;
  background: white;
  width: 740px;
  border: #314b58 solid 5px;
  z-index: 1004;
  color: #314b58;
  text-align: left;
  padding-left: 11px;
}

#viewsMenu .settings-advanced {
  display: none;
}

#viewsMenu.show-advanced .settings-advanced {
  display: inherit;
}

#viewsMenu.show-advanced .settings-basic {
  display: none;
}

ul {
  padding: 0;
  margin: 0 0 12px 0;
}

ul.wideBullets li {
  line-height: 2;
}

th {
  padding: 0;
  margin: 0;
}

td {
  text-align: center;
  padding: 0;
  margin: 0;
}

.staleAccount {
  color: var(--color-primary);
}

td.nameObject {
  max-width: 275px;
}

#expenseFrequency {
  width: 100px;
  background: no-repeat url("../images/icons/arrow-down.svg") center right
    transparent;
  text-align: center;
  border: unset;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

td.totalColumn {
  font-weight: bold;
}

.actions-menu-container {
  position: relative;
}

.hide-action-menu .actions-menu-toggler {
  display: none;
  pointer-events: none !important;
}

td.column-actions-hidden:hover::before {
  position: absolute;
  bottom: -13px;
  left: 17px;
  font-weight: 400;
  font-size: 13px;
  color: black;
  background: white;
  padding: 3px;
  border: 1px solid black;
}

tbody .column-actions-hidden {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
}

#supportedBrowsers td {
  margin: 0 0;
  width: 145px;
  padding-left: 20px;
}

.alertIcon {
  width: 20px;
  padding: 5px;
}

img.alertIcon:hover {
  background-color: var(--color-primary);
  border-radius: 15px;
  cursor: pointer;
}

input {
  padding: 0 2px 0 1px;
  margin: 0;
  height: 22px;
}

.viewRadio {
  width: 20px;
}

#showTrajectory_assets {
  margin-left: 24px;
  margin-bottom: 16px;
}

.trajectoryOption {
  font-size: 14px;
  margin-right: 10px;
}

#seekOtherAmount {
  width: 60px;
  display: inline-block;
  margin-top: 4px;
  border-radius: 4px;
}

input#spouseName {
  width: 106px;
}

.amountInput {
  width: 85px;
  border: none;
  border-bottom: solid 1px #314b58;
  font-size: 20px;
  color: var(--color-primary);
}

#scenarioPublishName {
  margin-bottom: 15px;
}

#scenarioPublishDescription {
  width: 300px;
}

input#newUserYear {
  margin-bottom: 8px;
}

#simulationOptions input {
  margin-left: 5px;
  border: solid 1px #aacfe4;
  margin-right: 28px;
}

.propertiesInput {
  width: 48px;
}

select#portionCashflowSaved {
  -webkit-appearance: none;
  background-image: url("../images/icons/arrow-down.svg");
  background-position: center right;
  background-repeat: no-repeat;
}

input#debtIntRate {
  margin-right: 0;
}

#seekerPercentSelect,
#seekerAmountSelect {
  color: white;
  border-radius: 4px;
  background: #314b58;
  border: solid 0 lightgray;
  cursor: pointer;
  padding: 4px 4px 4px 15px;
  width: 130px;
  font-size: 12px;
}

select.goalAccountSelect {
  max-width: 220px !important;
  width: fit-content !important;
  left: -5px !important;
}

#agentFees {
  margin-right: 3px;
  width: 53px;
}

#startOnYear {
  margin-right: 66px;
}

.paypalForm select {
  margin-bottom: 5px;
}

a:link {
  color: var(--color-black);
  cursor: pointer;
}

#powerPlan {
  position: fixed;
  top: 4px;
  left: 74px;
  color: lightgreen;
  font-size: 16px;
  font-style: italic;
}

#trial {
  position: fixed;
  top: 4px;
  left: 115px;
  color: lightgreen;
  font-size: 16px;
  font-style: italic;
}

#advisor {
  position: fixed;
  top: 0;
  left: 230px;
  color: lightgreen;
  font-size: 16px;
  font-style: italic;
}

footer img {
  cursor: pointer;
}

#loginPageBody a:link {
  color: #314b58;
  text-decoration: none;
}

#loginPageBody a:visited {
  color: #314b58;
  text-decoration: none;
}

#loginPageBody a:hover {
  color: var(--color-primary);
}

/****GENERAL STUFF****/

.highlightIcon {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  padding: 3px 0.5em;
}

.highlightIcon:hover {
  color: white;
  cursor: pointer;
  border: solid 1px white;
  border-radius: 10px;
}

.linkedText {
  background-color: #314b58;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 4px;
  font-weight: bold;
  margin-left: 2px;
  color: white;
}

.linkedText:hover {
  color: white;
  background: var(--color-primary);
  border-radius: 4px;
}

.ui-menu {
  position: absolute;
  width: 200px;
  z-index: 999;
}

#alert {
  background-image: url(../images/alert.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
}

/****TOP BUTTON BAR****/

#topControlBar {
  position: relative;
  display: none;
  align-items: flex-end;
  width: 100%;
  height: 84px;
  background: #fff;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(220, 220, 220, 0.4);
  box-sizing: border-box;
  z-index: 995;
  transition: 500ms width;
  margin-bottom: 24px;
}

#saveStatus {
  padding: 3px;
  margin-left: -moz-calc(50% - 70px);
  margin-left: calc(50% - 70px);
  font-size: 14px;
  margin-top: 10px;
  border-radius: 4px;
  text-align: center;
  width: 170px;
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  color: white;
}

img#saveAnimation {
  width: 70px;
  margin-top: 40px;
  display: none;
  position: absolute;
  left: calc(50% - 15px);
}

span#saveStatusText {
  color: white;
}

span#powerPlanFailureMessage {
  color: red;
}

button#reload {
  display: none;
}

#autoSaveToggle {
  position: relative;
  color: white;
  border: 2px white solid;
  width: 70px;
  display: none;
}

.buttonText {
  display: block;
  padding: 0 5px;
}

#showTips {
  margin: 11px 7px 7px;
  float: right;
}

b.titleSpacer {
  margin: 0 10px;
}

/***/

/****JQUERY ACCORDION****/

img#showIncomeData {
  width: 21px;
  margin-top: -30px;
  margin-right: 55px;
}

#headerTargetDate {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: var(--color-black);
  width: 150px;
  max-height: 5vh;
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
}

.toggle-children-visibility-btn {
  padding: 6px;
}

.toggle-children-visibility-btn:hover {
  background: #eaf6f7;
}

#accordion {
  width: -moz-calc(50% - 0px);
  width: calc(50% - 0px);
  padding: 0;
  margin: 6px 2px 2px 4px;
  float: left;
  min-width: 383px;
  z-index: 100;
}

div#accordion.editableMode {
  width: 95%;
  position: absolute;
  z-index: 100;
  background: white;
  border: #314b58 5px solid;
  max-width: 950px;
  min-width: 740px;
}

textarea#feedback {
  height: 130px;
  padding: 13px 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  box-sizing: border-box;
}

#advisorFeedback {
  width: 340px;
  height: 129px;
  padding: 13px 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin: 0;
  box-sizing: border-box;
}

.ui-accordion-content {
  background: white;
}

div#advisorReferral {
  overflow: visible;
}

.addItem {
  color: white;
  background: #314b58;
  border: 1px solid;
}

.addItem:hover {
  background-color: var(--color-primary);
  cursor: pointer;
}

.addItem span {
  display: inline-block;
  vertical-align: super;
  margin-right: 6px;
  margin-top: 5px;
}

#sendAdvisorFeedback {
  height: 40px;
  background-color: white;
  color: black;
  border: 1px solid;
  border-color: var(--color-grey-3);
}

#sendAdvisorFeedback:hover {
  border: 1px solid black;
  background-color: white;
}

.inputError {
  background-color: #bbb;
  color: red;
  font-weight: bold;
}

div#resultsTabs-1 {
  padding: 0;
}

div#resultsTabs-2 {
  padding: 10px;
}

#viewAllGoals {
  display: block;
  color: var(--black-third-contrast);
  line-height: 18px;
  text-decoration: underline;
}

#progressHeading {
  font-weight: 900;
  font-size: larger;
  vertical-align: middle;
}

#progressHeading:hover {
  cursor: pointer;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: var(--font-primary);
}

span#lastUpdateLink {
  text-decoration: underline;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 3px 2px 4px;
}

span#lastUpdateLink:hover {
  background: var(--color-primary);
  color: white;
}

a.oText,
.oText,
.currency {
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: none;
}

.clickHere {
  display: inline-block;
  text-decoration: underline;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 0;
  font-weight: normal;
  cursor: pointer;
}

span.oText.quantity {
  font-size: 21px;
}

.bText {
  color: #314b58;
  font-weight: bold;
  text-decoration: none;
}

#notificationsDivSec5.infoWarnings {
  color: #314b58;
}

#notificationsDivSec5.infoWarnings:hover {
  color: white;
}

#notificationsDivSec5.warnings {
  border-color: var(--color-ui-danger);
  visibility: visible;
}

#moreActionsContainer {
  width: 198px;
  box-shadow:
    0 0.3px 0.5px rgba(0, 0, 0, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 42px;
  background-color: #fff;
  padding: 8px;
  text-align: initial;
  z-index: 101;
}

.noWarnings {
  color: var(--color-ui-success);
}

.warnings {
  color: var(--color-ui-danger);
}

#notifications i {
  margin-right: 5px;
}

i.fa.fa-frown-o.fa-lg {
  margin-left: 4px;
}

#warningNotification {
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#targetDatePicker {
  position: absolute;
  right: 190px;
  top: 170px;
}

img.removeItemImage {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

#tabs-3 {
  margin-top: 0;
}

button.jqueryButton {
  background-color: #e3e7e8;
}

#goalTableDiv .goalAmount,
#goalTableDiv .goalDate {
  width: 100%;
  max-width: 75px;
  color: var(--color-black);
  border: none;
  border-bottom: solid 1px #72787c;
  margin: 0;
  font-weight: 700;
  background: transparent;
  height: 30px;
  padding: 0;
}

#goalTableDiv thead {
  display: none;
}

#goalTableDiv .number-input {
  width: 6em;
  margin-bottom: 5px;
}

#goalTableDiv .number-input .arrow-wrapper {
  height: 15px;
}

#goalTableDiv .goalDescription a {
  color: white;
  text-decoration: none;
}

#goalTable th,
#goalTable td {
  text-align: left;
}

.goal-serial-number {
  color: var(--color-black);
  font-weight: bold;
  font-size: 14px;
}

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

#closeScenarioImport,
#closeScenarioPublish {
  float: right;
}

#welcomeOverlay {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#closeOverlayDiv {
  cursor: pointer;
  display: none;
  padding: 8px;
  float: right;
  margin-top: 23px;
  margin-right: -moz-calc(50% - 392px);
  margin-right: calc(50% - 392px);
  z-index: 999;
}

img#closeOverlay {
  width: 45px;
}

#previousArrow {
  position: absolute;
  top: 33%;
  left: 10px;
  cursor: pointer;
  display: none;
  padding: 5px;
}

#closeOverlayDiv:hover,
#nextArrow:hover,
#previousArrow:hover {
  border-radius: 15px;
  border: solid 2px var(--color-primary);
  padding: 5px;
}

#nextArrow {
  position: absolute;
  top: 33%;
  left: -moz-calc(100% - 55px);
  left: calc(100% - 55px);
  margin-right: 10px;
  cursor: pointer;
  display: none;
  padding: 5px;
}

/****Registration POPUP****/

#OTGuidancePopup .OTPopupLogo {
  margin-left: 5px;
  margin-top: -37px;
  height: 34px;
  float: left;
  width: 64px;
}

.closePopup:hover {
  background-color: var(--color-cream);
}

.closePopup {
  margin-top: -10px;
  margin-right: -10px;
  width: 14px;
  height: 14px;
  padding: 10px;
  border-radius: 8px;
}

/****PROPERTIES POPUP****/
.propertiesHeaderLabel2 {
  width: 224px;
  color: #314b58;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 10px 0 8px 0;
  display: inline-block;
}

#incomeTaxBurden,
#gainsTaxBurden {
  font-size: 11px;
}

#propertiesFieldset {
  border: solid 0 lightgray;
}

.propertyLine {
  margin-left: 10px;
  vertical-align: middle;
}

#propertiesFieldset label {
  font-weight: bold;
}

#propertiesFieldset .mainLabel {
  color: #314b58;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
}

#propertiesFieldset .radioLabel {
  font-size: x-small;
  color: darkslategray;
  font-weight: bold;
}

#propertiesFieldset input {
  font-size: 16px;
  margin: 5px 2px 2px 1em;
  border: solid 1px #aacfe4;
  width: 120px;
  height: 30px;
}

#currentSavings {
  display: inline;
  overflow: hidden;
  margin-left: 15px;
}

#currentSavings .mainLabel {
  margin-left: 10px;
}

#propertiesFieldset .radioButton {
  font-size: 9px;
  margin: 2px;
  width: 12px;
  height: 12px;
}

#propertiesFieldset p {
  margin-bottom: 0;
}

#propertiesMessage {
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  border-top: solid #314b58 1px;
}

#recalculateButton {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

#scenarioNamePopup {
  z-index: 1003;
  position: fixed;
  display: none;
  background-color: #fff;
  top: 50%;
  margin-top: -135px;
  padding: 16px 32px 31px;
  width: 300px;
  color: var(--color-black);
  font-size: 14px;
  border-radius: 8px;
  box-sizing: border-box;
}

#feedbackModal {
  display: none;
  padding: 16px 32px 31px;
  top: 10%;
  width: 300px;
  z-index: 1003;
}

#scenarioPublishPopup {
  z-index: 1005;
  position: fixed;
  display: none;
  background-color: #fff;
  text-align: left;
  top: -moz-calc(0% + 70px);
  top: calc(0% + 70px);
  padding-bottom: 0.5em;
  border-radius: 4px;
  border: solid 2px #314b58;
  border-top-width: 30px;
  font-size: 14px;
  width: 400px;
  padding-left: 10px;
  color: #314b58;
}

#alreadyPublished {
  color: red;
}

#scenarioPublishPopup h2 {
  text-align: center;
}

#scenarioImportPopup {
  z-index: 1005;
  position: fixed;
  display: none;
  background-color: #fff;
  text-align: center;
  top: -moz-calc(0% + 70px);
  top: calc(0% + 70px);
  padding-bottom: 0.5em;
  border-radius: 4px;
  border: solid 2px #314b58;
  border-top-width: 30px;
  font-size: 14px;
}

#scenarioImportTable td,
#scenarioImportTable th {
  text-align: left;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#scenarioImportTable th {
  width: 125px;
}

.scenarioIdColumn {
  color: red;
  display: none;
}

#scenarioNamePopup .closePopup-btn {
  width: 12px;
  height: 12px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  right: -220px;
}

#scenarioUniqueError {
  font-weight: bold;
  color: var(--color-ui-danger);
}

/****TAX POPUP****/
#taxPopup {
  position: absolute;
  width: 95px;
  height: 75px;
  display: none;
  background-color: #fff;
  top: 50%;
  margin-top: 75px;
  border-radius: 20px;
  border: solid 5px #314b58;
  z-index: 999;
}

#closeTaxPopup {
  float: right;
  padding: 2px 4px 0 0;
}

#taxRateLabel {
  margin-left: 7px;
}

#taxRateInput {
  width: 30px;
  margin-top: 20px;
  margin-left: 2px;
  font-size: x-small;
}

#updateTaxButton {
  margin-top: 8px;
  margin-left: 18px;
  font-size: x-small;
}

/****CONTRIBUTION POPUP****/

#contributionPopup {
  position: fixed;
  width: 350px;
  display: none;
  background-color: #fff;
  top: -moz-calc(50% - 50px);
  top: calc(50% - 50px);
  left: 25%;
  margin-left: 100px;
  margin-top: -25px;
  border-radius: 4px;
  border: solid 3px #314b58;
  z-index: 999;
  font-size: 12px;
  border-top-width: 30px;
  padding-bottom: 10px;
  padding-left: 5px;
}

#contributionPopup h3 {
  font-size: 18px;
}

.contributionLabel {
  width: 100%;
  display: inline-block;
  margin-left: 0;
  text-align: right;
}

#referralsError {
  font-weight: bold;
  color: red;
  margin-left: 8px;
  margin-top: 1px;
  margin-left: -moz-calc(50% - 115px);
  margin-left: calc(50% - 115px);
  width: 230px;
}

#contributionInputTable td {
  vertical-align: bottom;
  text-align: right;
  height: 12px;
}

/****INVESTMENT TAX POPUP****/

#investmentTaxPopup {
  position: absolute;
  width: 330px;
  display: none;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -114px;
  margin-top: 56px;
  border-radius: 4px;
  border: solid 3px #314b58;
  z-index: 105;
  font-size: 12px;
  border-top-width: 30px;
  text-align: center;
  padding-bottom: 10px;
}

#investmentTaxPopup h3 {
  text-align: center;
  font-size: 18px;
}

#investmentTaxRateError {
  font-weight: bold;
  color: red;
  display: inline-block;
  margin-top: 10px;
  margin-left: -moz-calc(50% - 150px);
  margin-left: calc(50% - 150px);
}

#effectiveTaxRate,
#gainsTaxRate,
#dividendYield,
#incomeTaxBurden,
#gainsTaxBurden {
  width: 50px;
  margin-left: 2px;
  font-size: 12px;
  height: 20px;
}

#newProgressSmallDatePicker.disabled,
.disabled .i-datepicker {
  opacity: 0.5;
  pointer-events: none;
}

#closeSavedDataPopup {
  margin-top: 5px;
  float: right;
}

#savedDataPopup {
  position: absolute;
  display: none;
  background-color: #fff;
  top: 5%;
  left: 5%;
  border-radius: 15px;
  border: solid 5px #314b58;
}

/****WARNINGS POPUP****/
.warningTip .oText,
.warningTip .currency {
  color: unset;
}

.warningSection {
  font-size: 14px;
  width: 100%;
  margin-top: 16px;
  background: white;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 7px 8px;
  border: 1px solid #cfd0d1;
  z-index: 100;
  overflow-y: auto;
}

.shiftDown {
  margin-top: 12px;
}

.accountList {
  margin-left: 43px;
  margin-top: 5px;
}

#warningStatus {
  font-size: 12px;
  font-weight: bold;
}

.warningsList {
  overflow: auto;
  padding-right: 7px;
  max-height: 130px;
  overflow-x: hidden;
  margin: 0;
}

.infoNotification {
  margin-top: 0;
  margin-bottom: 8px;
}

#chart3_container {
  height: -moz-calc(100% - 15px);
  height: calc(100% - 15px);
}

#chart3 {
  height: -moz-calc(100% - 15px);
  height: calc(100% - 15px);
}

.featureCell {
  background-color: #eee;
  font-size: 15px;
  height: 72px;
  padding: 0 35px;
}

.ui-progressbar {
  position: relative;
}

div#progressGE {
  width: 200px;
  display: none;
}

#progress-label {
  height: 19px;
  font-size: 12px;
  width: 150px;
  margin-right: -moz-calc(50% - 75px);
  margin-right: calc(50% - 75px);
  display: none;
}

#progressGE-label {
  position: absolute;
  left: -moz-calc(50% - 10px);
  left: calc(50% - 10px);
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}

button#progress-label i {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Datatable library export buttons
 */
.dt-buttons {
  position: fixed;
  right: 5px;
  top: 30px;
  width: 390px;
  height: 53px;
  display: flex;
  align-items: center;
  padding: 13px 3px;
  justify-content: flex-end;
}

.dt-buttons:before {
  content: "Export as";
  color: var(--black-third-contrast);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 10px;
}

.dt-buttons .dt-button {
  height: 40px;
  width: 80px;
  text-align: center;
}

.dt-button span {
  display: inline-block;
  height: 34px;
  width: 60px;
  font-weight: 600;
  padding-top: 7px;
  color: var(--color-black);
  border: 1px solid var(--color-grey-3);
  border-radius: 7px;
  box-sizing: border-box;
}

.dt-button span:hover {
  background-color: var(--color-cream);
}

.highlight {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}

#gainsTaxRateLabel,
#effectiveTaxRateLabel {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

#guidedBack {
  left: 0;
}

#itemName {
  color: var(--color-primary);
  border: none;
  border-bottom: 1px solid #314b58;
  font-size: 20px;
}

#chart1.minimized .ui-resizable-handle {
  display: none;
}

#mainBody:not(.guide-opened) #chart1.minimized #chart1_container,
#mainBody:not(.guide-opened) #chart1.minimized #yAxisSlider {
  display: none;
}

.noHover:hover {
  background-color: white !important;
  color: #314b58 !important;
  cursor: default !important;
}

.smallText_GE {
  font-size: 14px;
  line-height: 0;
}

.hiddenItem,
.hiddenChild {
  display: none;
}

#cancelAnalysis,
#eventMessage {
  display: none;
  position: fixed;
  top: -moz-calc(50% - 65px);
  top: calc(50% - 65px);
  left: -moz-calc(50% - 125px);
  left: calc(50% - 125px);
  height: 54px;
  font-size: 20px;
  text-align: center;
  padding-top: 14px;
  box-sizing: border-box;
  box-shadow: 0 7px 42px 12px var(--black-disabled);
  z-index: 1005;
}

#closeSettingsUI {
  margin-top: -22px;
  display: none;
}

#scenarioSelectPopup,
#removeScenarioSelectPopup {
  top: calc(50% - 100px);
  width: 382px;
  height: 455px;
  padding-bottom: 150px;
}

#hideContributionsAlert {
  text-decoration: underline;
  cursor: pointer;
}

.ages {
  text-decoration: underline;
  font-weight: bold;
  padding: 0 3px;
}

a.filosophyCourse {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

ol.subList li {
  margin-bottom: 15px;
}

#taxExemptRolloverTargetContainer {
  display: block;
  border: 1px solid #d3d4d4;
  border-radius: 8px;
  padding: 5px;
}

.set-up-wrapper {
  display: flex;
  justify-content: space-between;
  width: 65vw;
  margin-top: 10vh;
}

.set-up-wrapper .subtitle {
  font-size: 20px;
  color: var(--color-black);
  margin-bottom: 4px;
}

.set-up-header {
  margin-bottom: 96px;
  max-width: 413px;
}

.set-up-wrapper .description {
  font-size: 14px;
  opacity: 0.6;
  margin: unset;
  border-bottom: 1px solid transparent;
}

.set-up-wrapper .option-wrapper {
  margin-bottom: 32px;
  cursor: pointer;
  position: relative;
}

/* show impossibility to click on the onboarding scenario value */
.set-up-wrapper .option-wrapper.disabled,
.set-up-wrapper .option-wrapper.disabled .subtitle {
  color: var(--black-third-contrast);
  cursor: not-allowed;
}

.onboarding {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  text-align: start;
  margin-top: 16vh;
}

.onboarding .main-title,
#wizardPopup .main-title {
  margin-top: 14px;
  margin-bottom: 24px;
  color: var(--color-black);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 48px;
}

#wizardBody .onboarding.step {
  margin: unset;
  align-items: start;
  background: white;
}

#wizardBody .onboarding.step .range-wrapper {
  width: 50%;
  padding-top: 50px;
  position: relative;
}

.range-value {
  position: absolute;
  bottom: 0;
  color: var(--black-second-contrast);
}

.range-max {
  right: 0;
}

#wizardBody .onboarding.step .description-wrapper {
  width: 250px;
}

.onboarding .description-wrapper .subtitle {
  color: var(--color-black);
  font-weight: bold;
  line-height: 24px;
  margin: 32px 0 12px;
}

.onboarding .description-wrapper .text {
  opacity: 0.6;
  color: var(--color-black);
  font-size: 14px;
  line-height: 24px;
  margin: unset;
}

#wizardBody .onboarding.step .header-wrapper {
  width: 100%;
}

#wizardBody .onboarding.step .section {
  padding-top: 40px;
}

#wizardBody .onboarding.step li {
  display: none;
}

.onboarding .section {
  display: flex;
  padding-top: 80px;
  padding-bottom: 47px;
  border-top: 2px solid rgba(220, 220, 220, 0.5);
  justify-content: space-between;
  align-items: start;
  width: 65vw;
  min-height: 330px;
}

.onboarding .selected-value {
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
  white-space: pre-line;
}

.onboarding .breadcrumbs {
  display: flex;
  align-items: center;
}

.breadcrumbs .title {
  font-weight: bold;
}

.onboarding .breadcrumbs-dot {
  display: inline-block;
  background-color: #dcdcdc;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 16px;
}

.onboarding .proceedDiv {
  width: 65vw;
}

.onboarding .OTButton {
  width: 200px;
  height: 40px;
  font-size: 14px;
  border-radius: 20px;
  background-color: #324a58;
  color: #f9f9f9;
  font-weight: bold;
  text-align: start;
  padding-left: 24px;
  position: relative;
  margin: unset;
}

.onboarding .OTButton:not(#wizardCalculate):after {
  content: "";
  background: url("../images/icons/arrow-right.svg") no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 24px;
}

.onboarding .canceledWizard {
  width: 96px;
  height: 40px;
  background: transparent;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #212121;
  margin-left: 12px;
  cursor: pointer;
}

#birthdaySelectControl {
  font-size: 18px;
  border: unset;
  padding-right: 32px;
  width: 300px;
  height: auto;
  margin-top: 16px;
}

/* scrollbar  */
#birthdaySelectControl::-webkit-scrollbar {
  height: 264px;
  width: 4px;
  opacity: 0.4;
  background-color: #ededed;
}

/* scrollbar slider */
#birthdaySelectControl::-webkit-scrollbar-thumb {
  height: 80px;
  width: 4px;
  background-color: #ff23292c;
  padding: 0 8px;
}

#birthdaySelectControl option {
  height: 57px;
  box-sizing: border-box;
  padding: 16px 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}

#birthdaySelectControl option:hover,
#birthdaySelectControl option:checked {
  cursor: pointer;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  background: linear-gradient(#fff, #fff);
  background-color: #fff !important;
}

#birthdaySelectControl option:checked,
#birthdaySelectControl option:checked:hover {
  /* we need this because color of text in the checked option item will be white and can't been changed at this moment */
  background: linear-gradient(var(--color-primary), var(--color-primary));
  background-color: var(--color-primary) !important;
  color: white;
}

#birthYearBlurb1 {
  justify-content: start;
  font-size: 14px;
}

#selectedBirthdayValue {
  color: var(--color-black);
  font-size: 20px;
  height: 20px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 16px;
  border: unset;
}

#proceedWizard {
  width: 200px;
  height: 40px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: bold;
  text-align: start;
  padding-right: 24px;
  position: relative;
  margin: unset;
  background-color: #324a58;
  color: #f9f9f9;
  padding-left: 24px;
}

#proceedWizard:after {
  content: "";
  background: url("../images/icons/arrow-right.svg") no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 24px;
}

/* User onboarding range styling */
input[type="range"] {
  -webkit-appearance: none;
  height: unset;
  position: relative;
  margin-bottom: 32px;
  padding: unset;
  border: unset;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e79006;
}

input[type="range"]::-webkit-slider-thumb {
  height: 26px;
  width: 20px;
  border-radius: 4px;
  background: #324a58;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #e79006;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e79006;
}

input[type="range"]::-moz-range-thumb {
  height: 26px;
  width: 20px;
  border-radius: 4px;
  background: #324a58;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #e79006;
}

input[type="range"]::-ms-fill-upper {
  background: #e79006;
}

input[type="range"]::-ms-thumb {
  height: 26px;
  width: 20px;
  border-radius: 4px;
  background: #324a58;
  cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #e79006;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #e79006;
}

body .ui-tabs-nav .ui-tabs-active.ui-state-active a i.fa {
  display: inline-block !important;
}

.ui-tabs .ui-tabs-nav {
  padding: unset;
}

.spouse-view .hide-in-spouse-view {
  display: none !important;
}

.analyze-label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  color: #797d7e;
}

.analyze-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#graphsPopup {
  top: 10vh;
  height: 676px;
  width: 96vw;
  max-width: 1020px;
  background-color: #fff;
  padding: 21px 32px 0;
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 1000;
}

.graph-popup-close {
  position: absolute;
  top: 30px;
  right: 37px;
  z-index: 1;
  padding: 5px;
  border-radius: 4px;
}

#graphsPopup .highcharts-legend-item path {
  transform: rotate(90deg);
}

.chart-checkbox {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  /*default styles in case, if labelFormatter do not gave custom*/
  border: 1px solid var(--color-ui-danger);
  background-color: var(--color-ui-danger);
}

#graphsPopup .highcharts-legend-item-hidden .chart-checkbox {
  background-image: unset;
  /*overwrite inline library styles*/
  background-color: rgb(204, 204, 204) !important;
}

/* changed inline styles of the label */
#graphsPopup .highcharts-legend-item > span {
  top: -4px !important;
  left: 5px !important;
  line-height: 24px;
}

#graphsPopup .highcharts-reset-zoom {
  transform: translate(80%, 0);
}

/* library link highcharts.com */
#graphsPopup .highcharts-credits {
  display: none;
}

/* style in the legend for the manually added marker icon  */
.highcharts-legend-item image.highcharts-point {
  width: 12px;
  height: 12px;
  transform: translate(-6px, -6px);
}

/** End of the Graph in the pop-up **/

/**
 * Calendar
 */
.ui-datepicker {
  min-width: 273px;
  box-sizing: border-box;
  padding: 16px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 32px;
}

.ui-datepicker .ui-datepicker-next {
  right: 32px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 1px;
  border: 1px solid transparent;
  cursor: pointer;
}

#ui-datepicker-div {
  background: var(--background-color-main);
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 34px rgba(180, 180, 180, 0.25);
  border-radius: 7px;
}

#ui-datepicker-div.ui-widget.ui-widget-content,
#ui-datepicker-div .ui-state-default {
  border: none;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div th {
  font-size: 14px;
  line-height: 24px;
}

#ui-datepicker-div .ui-state-default {
  color: var(--color-black);
  display: flex;
  justify-content: center;
  opacity: 0.8;
  font-weight: 400;
}

#ui-datepicker-div .ui-datepicker-week-end a {
  color: var(--black-third-contrast);
}

#ui-datepicker-div th {
  color: var(--black-second-contrast);
  font-weight: 700;
}

#ui-datepicker-div .ui-state-active {
  border: 1px solid var(--color-primary);
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 700;
  background: #fff;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url("../images/icons/calendar/double-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
}

.ui-datepicker-prev:before {
  transform: rotate(180deg);
}

#ui-datepicker-div .ui-datepicker-month {
  margin-right: 16px;
  background: #fff;
}

#ui-datepicker-div .ui-datepicker-year {
  background: #fff;
}

#ui-datepicker-div .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-year {
  border: none;
  width: 55px;
  cursor: pointer;
}

.goalDescription {
  color: #72787c;
  font-weight: normal;
}

.notification-list {
  list-style: none;
  display: flex;
}

#notificationsDiv .setting-item {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 18px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 50px;
}

#notificationsDiv .setting-item {
  font-weight: 700;
  font-size: 18px;
}

#notificationsDiv .setting-item {
  color: var(--color-black);
  margin-right: 32px;
  padding-top: 0;
}

#notificationsBlock .firstorngcms h3,
#notificationsBlock .firstblucms h3 {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
  font-weight: 700;
}

#notificationsBlock .firstorngcms h3,
#notificationsBlock .firstblucms h3 {
  margin: 0 0 14px;
  display: inline-block;
}

#OTPropertiesTabs-9 thead th {
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #a4a6a8;
}

#OTPropertiesTabs-9 tr {
  height: 40px;
}

.dt-rowReorder-float {
  display: none;
}

img.originalSize {
  width: initial;
  margin-left: 20px;
}

#sendInvite {
  width: 240px;
}

#referralDescription {
  width: 178px;
}

#notificationsBlock .innerclose {
  top: calc(50% - 16px);
}

#notificationsBlock .cms-trialbox p,
#notificationsBlock .firstblucms ul li p,
#notificationsBlock .firstorngcms ul li p,
#notificationsDiv .cms-trialbox p {
  line-height: 24px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  text-align: left;
}

#notificationsBlock .cms-trialbox.cms-trialboxnew.activclose.jstooltip {
  justify-content: flex-start;
}

#notificationsBlock .firstinnerbox,
#notificationsBlock .firstinnerbox:last-of-type {
  margin-top: 20px;
}

.innerclose-img {
  width: 20px;
  height: 20px;
}

#notificationsBlock .firstorngcms,
#notificationsBlock .firstblucms {
  padding: 24px 16px;
}

#notificationsBlock .firstblucms ul li {
  border-color: #e6eaec;
}

#notificationsBlock .firstorngcms ul li {
  border-color: #eee7de;
}

#notificationsBlock.activselect {
  top: 0;
  filter: drop-shadow(1px 1px 34px rgba(180, 180, 180, 0.25));
}

#notificationsBlock #completed-taskss input[type="checkbox"] {
  display: block;
  height: 18px;
  width: 18px;
  border-bottom: none;
  margin-right: 12px;
}

#notificationsBlock #completed-taskss li {
  border: none !important;
}

.notification-back {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.notification-back p {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  color: #23292c;
  opacity: 0.2;
  margin: 0;
}

.arrow-back {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
}

#notificationsBlock .cms-arrow {
  margin-left: 10px;
}

#notificationsBlock .no-items {
  background: transparent;
  line-height: 24px;
  padding: 0 0 4px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
}

.no-items .divider {
  width: 100%;
}

#chart1 .chart1-container {
  width: 100%;
  box-sizing: border-box;
}

#mainBody .white-color {
  color: white !important;
}

#manualTaxRates label,
#effectiveTaxRateLabel,
#autoTaxRates label {
  color: #adb7bc;
}

#mainBody .scombobox-display:focus {
  box-shadow: none;
}

.scombobox-dropdown-arrow {
  display: none !important;
}

.seeker-text {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: unset;
  max-width: 240px;
}

#OTPropertiesTabs-10 .set-up-wrapper {
  margin-top: 0;
  margin-bottom: 80px;
}

#mainBody .OTPopup2#wizardPopup {
  left: 0;
  top: 0;
  padding: 10vh 18vw 0;
}

#OTGuidanceBody.OTPopupBody {
  background-color: var(--background-color-main);
  border-radius: 13px;
}

#mainBody .OTClosePopup {
  position: absolute;
  top: 0;
  right: 0;
}

#scenarioNamePopup .popup-input {
  height: fit-content;
  margin-top: 30px;
  color: rgba(35, 41, 44, 0.6);
  font-size: 14px;
  font-weight: normal;
}

.input-circle {
  appearance: none;
  outline: none;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  cursor: pointer;
}

.input-circle:checked:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

#goalTable_wrapper tr {
  display: flex;
  flex-direction: column;
  position: relative;
}

#goalTable_wrapper tr:not(:last-of-type) {
  margin-bottom: 16px;
}

.goal-label {
  max-width: 152px;
  display: inline-block;
  margin: unset;
  line-height: 24px;
}

.goal-progress {
  display: block;
  margin: 10px 0 0;
}

.goal-progress span {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.showGoal {
  position: absolute;
  left: 3px;
  top: 6px;
}

.goalDescription {
  width: 100%;
}

.goals-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.goal-input {
  height: fit-content;
  align-self: end;
}

.goals-date {
  margin: 10px 0 0;
  display: inline-block;
}

#goalTable_wrapper .color-yellow-2 {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
}

#goalTable_wrapper .dataTables_empty {
  color: white;
  text-align: center;
}

.clear-all {
  width: 20px;
  height: 20px;
  background-image: url("../images/dashboard/clear_all.svg");
}

.clear-all-container:hover .clear-all {
  background-image: url("../images/dashboard/clear_all_active.svg");
}

.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: transparent;
}

.notifications-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.btns-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

#optimizeProgressContent {
  background: #fff;
  border: 1px solid rgba(222, 222, 223, 1);
  border-radius: 13px;
  padding: 15px 16px;
}

.oText.red {
  color: var(--color-ui-danger);
}

.modal-header-controls {
  display: flex;
  align-content: center;
  margin-right: 6px;
}

.modal-header-control {
  padding: 12px;
}

.help-modal .modal-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 54px;
  background: var(--color-navy);
}

.help-modal .OTClosePopup {
  display: none;
}

.ui-spinner {
  margin-right: 2px;
  cursor: pointer;
}

.ui-spinner .ui-button:hover {
  border: none;
  background: var(--color-cream);
}

.ui-widget-overlay {
  background: rgba(35, 41, 44, 0.6);
  opacity: unset;
}

.ui-dialog {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
}

.ui-dialog .ui-widget-header {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  padding: unset;
  color: var(--color-black);
}

#idletimer_warning_dialog {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: unset;
  color: var(--color-black);
  margin-bottom: 20px;
}

#idletimer_warning_dialog p:first-of-type {
  margin-top: 32px;
  margin-bottom: 8px;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: unset;
  margin: unset;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button {
  font-size: 14px;
  line-height: 26px;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: transparent;
  color: var(--color-black);
  padding: 7px 23px;
  margin: unset;
}

.ui-dialog-buttonpane button:hover {
  border-color: transparent;
}

.ui-dialog-buttonpane {
  padding: unset;
}

.ui-dialog-buttonpane button:last-of-type {
  color: #f9f9f9;
  background: #ff6d38;
}

/** End of the Session timeout modal **/

div#displaySameDiv {
  margin-left: calc(50% - 85px);
  margin-top: 20px;
}

input#displaySameWindow {
  width: 17px;
  vertical-align: bottom;
}

.show-demo-chart #chartDemo {
  display: block;
  height: 100%;
  pointer-events: none;
}

#chartDemo .highcharts-root {
  transform: translate(-15px);
}

@keyframes slide-right-animation {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.remove-after-redesign,
.basic-view .hide-in-basic-view,
.unlimited-view .hide-in-unlimited-view {
  display: none !important;
}

.unlimited-view .show-in-unlimited-view {
  display: block !important;
}

.scenario-submenu {
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(95, 92, 97, 0.26);
  border-radius: 8px;
  padding: 16px;
  z-index: 10;
  background-color: white;
  display: none;
}

.submenu-active {
  display: block;
}

.scenario-submenu label {
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
}

#displaySameWindow {
  visibility: hidden;
  position: absolute;
  width: 100%;
}

#notificationsDiv .cms-trialbox.cms-trialboxnew {
  background: #dee7ef;
  margin: 0 0 12px;
  justify-content: unset;
  padding: 10px;
  border-radius: 8px;
}

#notificationsDiv .cms-trialbox p {
  margin: 0 15px 0 0;
}

#notificationsDiv .cms-trialbox .innerclose {
  top: calc(50% - 6px);
  padding: 0 16px;
}

#notificationsDiv .innerclose-img {
  width: 12px;
  height: auto;
  opacity: 0.6;
}

.header-notification-badge.notification-badge {
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: static;
  margin-left: 5px;
}

.notification-list li {
  opacity: 0.2;
}

.notification-list .ui-state-active {
  opacity: 1;
}

.warningTip,
.warningsList {
  line-height: 24px;
}

#cms-header-new-notification {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

#notificationsBlock .overlaytext {
  flex-wrap: nowrap;
}

#notificationsBlock .firstinnerbox ul li img {
  right: 13px;
}

#notificationsBlock .firstinnerbox .i-settings {
  top: calc(50% - 8px);
  right: -10px;
}

#cms-notification-initial-wrapper p {
  max-width: 150px;
}

.setting-icons {
  width: 20px;
  height: 20px;
}

#feedbackDiv h3 {
  margin-top: 0;
}

.scenarios-dropdown-actions-menu p {
  transition: color 0.3s;
}

.scenarios-dropdown-actions-menu p:hover {
  cursor: pointer;
  color: var(--color-primary);
}

.action-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.goals-menu {
  list-style: none;
  position: absolute;
  top: 10px;
  left: 0;
  box-shadow:
    0 0.3px 0.5px rgba(0, 0, 0, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: white;
  padding: 24px 32px;
  width: 200px;
  z-index: 1000;
  display: none;
}

.goals-menu li {
  white-space: unset !important;
}

.goals-menu-active {
  display: block;
}

.goal-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.goal-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #7b7b7b;
  margin: 16px 0 0;
  transition: color 0.2s;
  cursor: pointer;
}

.goal-item:hover {
  color: var(--color-primary);
}

.goals-menu-label {
  padding-bottom: 7px;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}

#goalTable_wrapper {
  background-color: transparent;
  left: 0;
}

#goalTable_wrapper tr {
  background-color: #e8eef3;
  border-radius: 14px;
  margin: 0;
  padding: 24px;
  position: relative;
}

#goalsDropdownIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.goals-dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(95, 92, 97, 0.26);
  border-radius: 8px;
  padding: 24px;
  list-style: none;
}

.goals-dropdown p,
.goals-dropdown label {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  margin: 0 0 16px;
  cursor: pointer;
  transition: color 0.2s;
}

.goals-dropdown li:last-of-type p {
  margin: 0;
}

.goals-dropdown li:hover p,
.goals-dropdown li:hover label {
  color: var(--color-primary);
}

image.highcharts-point {
  transform: translate(-9px, -8px);
}

#viewAllGoalsLink {
  text-align: right;
}

#viewAllGoalsLink:hover {
  color: black;
  text-decoration: underline;
}
