/* Default : Font color
 * Default : Font size
 * Default : Background color
 */
/*html,*/
/*button,*/
/*input,*/
/*select,*/
/*textarea {*/
  /*color: #40403e;*/
  /*font-family: verdana, sans-serif;*/
/*}*/

/*html {*/
  /*overflow-y: scroll;*/
  /*line-height: 1.3em;*/
  /*font-size: 16px;*/
  /*-webkit-text-size-adjust: 100%;*/
  /*-ms-text-size-adjust: 100%;*/
/*}*/

body {
  background: #fbf3de;
}

/* Default : Text selection color
 * Note : These selection declarations have to be separate : h5bp.com/i
 */
/* Default : image alignement
 * Note : Remove the gap between images and the bottom of their containers : h5bp.com/i/440
 */
/* Reset : Fieldset */
/* Default : Textarea resizeable */
/* Default : Fonts Type */
/* Usefull classes */
/*************
  Custom CSS
**************/
/* General and Overall Styling */
/* Menu */
/* Form Functions Styles */
/* Form Fonts */
/* Form Blurb Section : Result Page */
/* Panel */
/* Form Tables */
/* Form Table : 4 Columns */
/* Form Table : Unknow */
/* Accordion */
/* Labels */
/* Print */
/* JsonTable */
/*************

  Custom Color

  Orange : #dc711f;
  Beige  : #ada799;

**************/
/* Menu Color */
/* Menu Color Text */
/* New Css && Refactor */
/* Box Element */
/* Result Page Panels */
/* Result page Section */
/* Term loan section  */
/* Disclaimer */
/* FIX */
/*Added by Investors Group*/

::-moz-selection {
  color: #fff;
  background: #ada799;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #ada799;
  text-shadow: none;
}

a:focus,
input:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

label,
input,
select,
button,
div.select-skin-label {
  font-size: 0.875em;
}

label {
  position: relative;
  display: block;
  margin: 7px 15px 12px 0;
  line-height: 1.2em;
  border: none;
}

input[type="text"] {
  width: 190px;
  border: 2px solid #cacaca;
  height: 34px;
  box-shadow: none !important;
}

input:focus,
div.select-skin.focus {
  background-color: #fbf3de;
}

input.freeform {
  display: block;
  clear: both;
}

div.select-skin {
  position: relative;
  overflow: hidden;
  width: 190px;
  margin: 0 0 15px 0;
  border: 2px solid #cacaca;
}

div.select-skin select {
  position: relative;
  z-index: 1;
  min-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  height: 32px;
  *height: auto;
  line-height: 25px;
  filter: alpha(opacity=0.1);
  opacity: 0.01;
}

div.select-skin-arrow {
  position: absolute;
  z-index: 0;
  display: block;
  right: 1px;
  top: 0px;
  font-size: 13px;
  padding: 5px 7px 2px 7px;
  background-color: #fff;
  color: #cacaca;
}

div.select-skin-label {
  position: absolute;
  z-index: 0;
  padding: 5px 8px 7px;
  width: 173px;
}

label.error,
label.warning {
  margin-top: 32px;
  font-size: 0.8em;
  line-height: 1.2em;
  width: 100%;
}

label.error,
label.error a {
  color: #cd0a0a;
}

label.warning,
label.warning a {
  color: #DC711F;
}

span.note {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  padding: 2px 0 0 0;
  font-size: 10px;
  line-height: 1.2em;
}

input.error,
div.select-skin.error {
  border-color: #cd0a0a;
}

div#blurbError {
  color: #cd0a0a;
}

div#myForms div#blurbError h4 {
  padding-bottom: 0;
}

div#myForms #blurb h4 strong {
  color: black;
}

input.termLoanYear,
input.termLoanMonth {
  width: 36px;
}

input.termLoanMonth {
  margin-left: 7px;
}

.labelDate {
  float: right;
  width: 30px;
  margin: 17px 7px 12px 0;
  text-align: center;
}

.hidden {
  display: none;
  visibility: hidden;
}

body {
  width: 712px;
}

form#myForm {
  position: relative;
  float: left;
  width: 710px;
  padding: 0 0 20px 0;
  border-radius: 9px 9px 0px 0px;
  -moz-border-radius: 9px 9px 0px 0px;
  -webkit-border-radius: 9px 9px 0px 0px;
  background-color: #fff;
}

div#myFormBorder {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  height: 11px;
  border-radius: 9px 9px 0px 0px;
  -moz-border-radius: 9px 9px 0px 0px;
  -webkit-border-radius: 9px 9px 0px 0px;
}

div#myForms {
  clear: both;
  margin: 0 28px;
}

div.myFormExtra {
  position: relative;
  overflow: hidden;
  display: none;
  float: left;
  left: -10px;
  width: 100%;
  padding: 0 0 0 40px;
}

div.myFormExtra label.error,
div.myFormExtra label.warning {
  position: relative;
  z-index: 0;
  margin: 3px 0 3px 28px;
}

div.myFormExtra td + td + td + td label.warning {
  margin: 3px 0 3px 40px;
}

div.myFormExtra input {
  position: relative;
  z-index: 1;
}

div.myFormDivision {
  position: relative;
  float: left;
  left: -10px;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 24px 0 15px 40px;
}

div.myFormGroup,
div.myFormSections,
div.termLoanSection {
  position: relative;
  float: left;
  width: 100%;
  padding: 21px 0;
  border-top: 2px dotted #fff;
}

div.myFormGroup,
div.termLoanSection {
  margin: 30px 0 0;
}

div.myFormPages {
  position: relative;
  display: none;
  left: -10px;
  float: left;
  width: 100%;
  padding: 0 30px 0 40px;
}

div.myFormControls {
  float: right;
  width: 100%;
}

div.myFormLegend {
  float: left;
  width: 25%;
}

div.myFormGroup div.myFormPages,
div.myFormGroup div.myFormLegend {
  padding: 19px 0 0;
}

div#report_result {
  display: none;
}

#resultInformations form#myForm table td + td {
  width: 15%;
}

div#myFormMenu {
  float: left;
  width: 100%;
}

ul#myFormMenuList {
  display: block;
  margin: 0;
  padding: 0 22px;
  text-align: center;
  font-size: 0.875em;
  list-style: none;
}

div#myFormMenu li {
  float: left;
  width: 20%;
  min-width: 100px;
}

p.copyright strong {
  /* font-weight: normal !important; */
  font-size: 13px;
}

div#myFormMenu a {
  position: relative;
  display: block;
  width: 95%;
  /*height: 1.3em;*/
  margin: 0 6px;
  padding: 65px 0 14px;
  border-radius: 0px 0px 9px 9px;
  -moz-border-radius: 0px 0px 9px 9px;
  -webkit-border-radius: 0px 0px 9px 9px;
  text-decoration: none;
  background: #fff;
  color: #40403e;
}

div#myFormMenu span {
  position: absolute;
  display: block;
  left: 50%;
  top: 15px;
  width: 58px;
  height: 42px;
  margin-left: -27px;
  background: transparent url(../img/icons/menu.png) -58px 0 no-repeat;
}

a#myFormMenu1 span {
  background-position: -58px 0;
}

a#myFormMenu1:hover span,
a#myFormMenu1:focus span,
a#myFormMenu1.active span {
  background-position: 0px 0;
}

a#myFormMenu2 span {
  background-position: -174px 0;
}

a#myFormMenu2:hover span,
a#myFormMenu2:focus span,
a#myFormMenu2.active span {
  background-position: -116px 0;
}

a#myFormMenu3 span {
  background-position: -290px 0;
}

a#myFormMenu3:hover span,
a#myFormMenu3:focus span,
a#myFormMenu3.active span {
  background-position: -232px 0;
}

a#myFormMenu4 span {
  background-position: -406px 0;
}

a#myFormMenu4:hover span,
a#myFormMenu4:focus span,
a#myFormMenu4.active span {
  background-position: -348px 0;
}

a#myFormMenu5 span {
  background-position: -522px 0;
}

a#myFormMenu5:hover span,
a#myFormMenu5:focus span,
a#myFormMenu5.active span {
  background-position: -464px 0;
}

div.myFormRibbon {
  position: relative;
  float: left;
  z-index: 1;
  margin: -48px 0 0 -39px;
  border-right: 15px solid #fff;
}

div.myFormRibbon div.back {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent #b8b6a9 transparent transparent;
}

div.myFormRibbon div.label {
  display: block;
  text-align: center;
  line-height: 1.2em;
  font-weight: normal;
  padding: 10px 36px;
  border: 1px solid #e1e0dd;
  background-color: #f7f6f1;
  border-radius: 0px 11px 11px 0px;
  -moz-border-radius: 0px 11px 11px 0px;
  -webkit-border-radius: 0px 11px 11px 0px;
}

div#myForms div.myFormRibbon h2 {
  float: none;
  position: relative;
  top: -2px;
  padding: 0;
  color: #dc711f;
  font-size: 2.25em;
  font-weight: bold;
}

div#myForms div.myFormRibbon h3 {
  padding: 0;
  font-size: 1.25em;
}

div#myForms div.myFormRibbon p {
  text-indent: 0;
}

div.myFormRibbon button {
  display: block;
  width: 275px;
  height: 3.35em;
  padding: 0;
  border: 1px solid #e1e0dd;
  text-align: left;
  text-indent: 36px;
  border-radius: 0px 11px 11px 0px;
  -webkit-border-radius: 0px 11px 11px 0px;
  background: #f7f6f1 url(/content/dam/investorsgroup/app/all-in-one-calculator/img/icons/remove-add.png) no-repeat -50px 0;
  cursor: pointer;
}

div.myFormRibbon button.remove_debt,
div.myFormRibbon button.termLoansRemove {
  background-position: 96% 5px;
}

div.myFormRibbon button.add_debt,
div.myFormRibbon button.addTermLoan {
  background-position: 96% -66px;
}

div.myFormRibbon button:focus,
div.myFormRibbon button:hover {
  background-color: #e1e0dd \9;
  box-shadow: inset 0px 0px 3px 3px #e1e0dd;
}

:root div.myFormRibbon button:focus,
:root div.myFormRibbon button:hover {
  background-color: #f7f6f1 \9;
}

div.myFormRibbon button.disabled {
  background-color: #ada799;
  box-shadow: none;
}

a.myFormButton,
input.myFormButton,
button.myFormButton {
  float: right;
  color: #fff;
  margin: 0 0 0 28px;
  padding: 5px 15px;
  border: 2px solid #ba5b1b;
  background-color: #dc711f;
  font-size: 1.125em;
  cursor: pointer;
  width: auto;
}

a.myFormButton {
  float: none;
  display: inline-block;
  text-decoration: none;
}

button.myFormButton {
  width: 196px;
}

a.myFormButton:focus,
a.myFormButton:hover,
input.myFormButton:focus,
input.myFormButton:hover,
button.myFormButton:focus,
button.myFormButton:hover {
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc711f', endColorstr='#ba5b1b',GradientType=0 );
    -webkit-box-shadow: inset 0px 0px 3px 3px #ba5b1b;
    box-shadow: inset 0px 0px 3px 3px #ba5b1b;*/
  background: #ba5b1b;
  border-color: #803a0c;
}

button.myFormButtonIcon,
button.myFormButtonIconHover {
  position: relative;
  overflow: visible;
  float: right;
  margin: 9px 0 8px;
  padding: 5px 15px;
  font-size: 0.875em;
  font-weight: bold;
  cursor: pointer;
}

input#print-doc {
  width: auto;
  padding: 5px 20px;
}

input.myFormButton[disabled=disabled] {
  border-color: #ada799;
  background: #ada799;
}

button.myFormButtonIcon {
  color: #40403e;
  border: 2px solid #e1dac7;
  background-color: #f7f6f1;
}

button.myFormButtonIconHover {
  color: #fff;
  border: 2px solid #ba5b1b;
  background-color: #dc711f;
}

button span.calc {
  position: absolute;
  display: block;
  left: -30px;
  top: -4px;
  width: 34px;
  height: 34px;
  border: 2px solid #ba5b1b;
  background: #dc711f url(../img/icons/calc.png) no-repeat center center;
  text-decoration: none;
  border-radius: 20px 20px 20px 20px;
}

button.myFormButtonIcon:focus,
button.myFormButtonCalc:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f6f1', endColorstr='#e1dac7', GradientType=0);
  box-shadow: inset 0px 0px 3px 3px #e1dac7;
  outline: none;
}

div#myForms h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 24px 0 25px 0;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.2em;
}

div#myForms h3 {
  margin: 0;
  padding: 10px 0 11px 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
}

div#myForms h4 {
  margin: 0;
  padding: 23px 0;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.75em;
}

div#myForms p {
  margin: 0;
  font-size: 0.875em;
  text-indent: 10px;
}

div#myForms strong {
  color: #40403e;
}

div#myForms sup {
  position: relative;
  top: 0;
  color: #cd0a0a;
  font-size: 22px;
  line-height: 0;
  margin: 0 5px 0 0;
  vertical-align: baseline;
}

div#myForms div#blurb {
  padding: 25px 0 0 0;
  border-bottom: 2px dotted #ada799;
}

div#myForms div#blurb div.myFormRibbon {
  margin: -5px 0 0 -39px;
}

div#myForms div#blurb div.label {
  width: 225px;
  padding: 19px 36px;
}

div#panelsCanvas {
  position: relative;
  left: -4px;
  float: left;
  width: 100%;
  padding: 12px 3px;
  border: 1px solid #e1e0dd;
  border-radius: 11px 11px 11px 11px;
  background: #fcfcfa;
}

form#myForm div#panelsCanvas strong {
  color: #40403E;
}

div#resultsPanel {
  float: left;
  width: 100%;
  clear: both;
}

div#resultsPanel h2 {
  padding-bottom: 10px;
  font-weight: bold;
}

div#resultsPanel p {
  padding: 25px 0;
  text-indent: 0;
}

div#resultsPanel table {
  font-size: 0.875em;
}

form#myForm table {
  margin: 0;
  width: 100%;
}

form#myForm table td {
  border: 0;
  padding: 0;
  vertical-align: top;
  background-color: #fff;
}

form#myForm table td + td {
  width: 1%;
}

form#myForm table td input,
form#myForm table td div.select-skin {
  float: right;
}

form#myForm table.table4 td {
  width: 20%;
}

form#myForm table.table4 td + td {
  padding: 0 30px 0 0;
}

form#myForm table.table4 td {
  padding: 0;
}

form#myForm table.table4 td + td + td {
  padding: 0;
}

form#myForm table.table4 input {
  width: 100px;
}

div#accordion {
  clear: both;
}

body.print {
  background: none;
  margin: 0;
  width: 1054px;
  position: relative;
  overflow: hidden;
}

div#print {
  position: relative;
  float: left;
  padding: 0 27px;
  height: 1366px;
  border-left: 25px solid #fbf3de;
  border-right: 25px solid #fbf3de;
  background: #fff;
}

div#print div#myForms {
  float: left;
  width: 100%;
  margin: 0;
}

div#printIntro {
  float: left;
  padding: 24px 0;
}

div#print h4 {
  padding: 6px 0;
}

div#print div.myFormRibbon {
  float: right;
  margin: 0 -55px 0 0;
  border-width: 0 0 0 15px;
}

div#print div.myFormRibbon div.label {
  float: right;
  width: 700px;
  padding: 24px 36px;
  border-radius: 11px 0px 0px 11px;
  -moz-border-radius: 11px 0px 0px 11px;
  -webkit-border-radius: 11px 0px 0px 11px;
}

div#print div.myFormRibbon div.desc {
  float: right;
  width: 400px;
  padding: 0 24px 0 24px;
  margin: 0 0 0 24px;
  text-align: left;
  border-left: 2px dotted #42413e;
}

div#print div.myFormRibbon div.desc h4 {
  padding: 0;
  font-size: 18px;
  line-height: 1.5em;
}

div#print table {
  border: 1px solid gray;
  border-width: 1px 0 0 1px;
  font-size: 14px;
  width: 100%;
}

div#print table th.head {
  background: #e6d9c9;
}

div#print table th,
div#print table td.bold {
  font-weight: bold;
  background: #f7f6f0;
}

div#print table th,
div#print table td {
  padding: 5px 7px;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid gray;
  border-width: 0 1px 1px 0;
}

div#print div.myFormSections {
  padding: 24px 0 0;
  border: 0;
}

div#headTitle {
  float: left;
  width: 100%;
  padding: 0 53px;
  margin-left: -54px;
  background: #333;
}

div#headTitle h2 {
  padding: 5px 0;
  color: #fff;
  font-size: 24px;
}

div.note {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 27px 27px;
}

div#print div.note p {
  display: block;
  font-size: 10px;
  line-height: 1.2em;
  padding: 6px 0 0;
  text-indent: 0;
}

div#print div#logo {
  padding: 36px 0;
}

div#print div#logo img {
  width: auto;
  height: 80px;
}

table.jsonTable th {
  border-bottom: 2px solid #555;
  color: #555;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: normal;
}

table.jsonTable td {
  border-bottom: 1px solid #ccc;
  color: #616161;
  padding: 9px 8px 0;
  vertical-align: top;
}

table.jsonTable tbody tr:hover td {
  color: #000;
}

div.myFormGroup,
div.myFormSections,
div.termLoanSection {
  border-color: #ada799;
}

div#myFormMenu a:focus,
div#myFormMenu a.focus,
div#myFormMenu a:focus span,
div#myFormMenu a.focus span {
  background-color: #dc711f;
}

div#myFormBorder,
div#myFormMenu span,
div#myFormMenu a:hover,
div#myFormMenu a.active,
div#myFormMenu a:hover span,
div#myFormMenu a.active span {
  background-color: #dc711f;
}

div#myFormMenu a:focus,
div#myFormMenu a.focus,
div#myFormMenu a:hover,
div#myFormMenu a.active {
  color: #fff;
}

@media print {
  body {
    background-color: #fff;
  }

  div#myFormMenu {
    display: none;
  }

  div.myFormSections {
    display: none;
  }
}

div.roundedBox {
  position: relative;
  float: left;
  left: -1px;
  width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e0dd;
  border-radius: 11px 11px 11px 11px;
  background: #fcfcfa;
}

div.hiddenBox {
  position: relative;
  float: left;
  width: 100%;
  margin: 1em 0;
}

div.spacingBox {
  padding: 0 1em;
}

div.overflowBox {
  position: relative;
  width: auto;
  padding: 0 5px;
  margin: 0 -23px;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
}

div#panels div.panel {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 1em;
  text-decoration: none;
}

div#panels h4 {
  padding: 0 0 16px;
  margin: 0 11px;
}

div#panels div.panel a {
  position: relative;
  display: block;
  margin: 0 11px;
  background: #e1dac7;
  border: 5px solid #e1dac7;
  border-radius: 11px 11px 11px 11px;
  font-size: 1.225em;
  line-height: 70px;
  text-decoration: none;
  text-align: center;
  color: #40403e;
}

div#panels div.panel a.active,
div#panels div.panel a:hover {
  background: #ada799;
}

div#myFormPages-results p,
div#myFormPages-results table {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.5em;
  text-indent: 0;
  margin: 1em 0;
  clear: both;
}

div#myFormPages-results .myFormSections {
  border-top: 0;
}

form#myForm div#termLoanInfo table td {
  width: auto;
}

div.disclaimer {
  padding: 0 30px 0 30px;
  position: relative;
  width: 710px;
  float: left;
  font-size: 13px;
  line-height: 1.5em;
  background: white;
}

div.disclaimer p {
  margin: 1.5em 0;
  text-indent: 0;
}

div.disclaimer p i {
  font-weight: bold;
}

div.disclaimer sup {
  color: black;
  font-size: 7px;
  margin: 0;
}

div.disclaimer p.disclaimer {
  font-size: 14px;
  line-height: 14px;
}

div.disclaimer p.copyright {
  font-size: 13px;
  line-height: 13px;
}

div.disclaimer p.copyright sup {
  position: relative;
  top: 1px;
  margin-bottom: -5px;
  font-size: 6px;
}

div.overlayScreen {
  position: fixed;
  display: none;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div.overlayScreen.active {
  display: block;
}

div.overlayScreen div.overlayBg {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.5);
}

div.overlayScreen div.overlayBody {
  position: relative;
  z-index: 1001;
  top: 10%;
  width: 300px;
  margin: auto;
  max-height: 80%;
  background-color: #fff;
}

div.overlayScreen div.overlayContent {
  padding: 21px;
}

div.overlayCenter {
  text-align: center;
}

div.overlayCenter a {
  margin: 0 5px;
}

body div.hidden {
  display: none;
}

#termLoanError {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  font-size: 11px;
  color: red;
}

form#f {
  display: none;
}

body {
  margin: 0 auto;
}

#header h1 {
  font-weight: normal;
  font-size: 2.5rem;
  margin: 20px 0;
}

#header p {
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.2px;
}