/* reset.css */
html {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
  background: white;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}
table,
th,
td {
  vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: none;
}
:focus {
  outline: 0;
}

#page {
  background: white;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#calc_wrapper {
  *zoom: 1;
}
body {
  font-size: 14px;
}
h2 {
  font-size: 18px;
  font-family: "Archer SSm A", "Archer SSm B", "adobe-caslon-pro";
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.5em;
}
a {
  color: #000;
  text-decoration: none;
}

.calc__wrapper {
  width: 300px;
  margin: 0 auto;
}

#calc_wrapper {
  background: url(img/calc_bg.jpg) 0 0 no-repeat;
  width: 357px;
  height: 650px;
  margin: 20px auto;
}
#calc_header {
}
#calc_logo {
  width: 248px;
  margin: 0 auto;
  padding-top: 43px;
  text-align: center;
}
#calc_container {
  padding-top: 17px;
}

#calc_currencyheaders {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #c0c0c0;
}
#calc_currencyheaders ul li {
  list-style: none;
  float: left;
  padding-right: 1px;
  width: 33%;
}
#calc_currencyheaders ul li.last {
  padding-right: 0px;
}
#calc_currencyheaders ul li a {
  display: block;
  background-color: white;
  width: 95px;
  height: 24px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 23px;
  font-size: 12px;
  margin: 0 auto;
}
#calc_currencyheaders ul li.active a,
#calc_currencyheaders ul li a:hover {
  background: black 0 0 no-repeat;
  color: white;
}

#calc_tabheaders ul {
}
#calc_tabheaders ul li {
  list-style: none;
  float: left;
  padding-right: 1px;
  width: 33%;
}
#calc_tabheaders ul li.last {
  padding-right: 0px;
}
#calc_tabheaders ul li a {
  display: block;
  background-color: white;
  width: 95px;
  height: 24px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 23px;
  font-size: 12px;
  margin: 0 auto;
}
#calc_tabheaders ul li.active a,
#calc_tabheaders ul li a:hover {
  background: black 0 0 no-repeat;
  color: white;
}

#tabcontents {
  padding-top: 8px;
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
.rowtotal {
  border-top: 1px solid #c0c0c0;
  background: white;
  color: #9c9599;
}

#personal_incfactors .how-many {
  width: 220px;
}
.fieldrow {
  min-height: 30px;
  padding-top: 5px;
  position: relative;
  color: #565257;
}
.fieldrow label {
  width: 180px;
  display: inline-block;
  padding-left: 7px;
  font-size: 11px;
}
.fieldrow label.label-bold {
  font-weight: 600;
}

.bottom-border {
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

.fieldrow .inline_fields {
  margin-top: 5px;
}
.fieldrow .inline_fields span {
  display: inline-block;
  padding-left: 7px;
  font-size: 11px;
  line-height: 1.5em;
  color: #443c40;
}
.fieldrow .inline_fields .inputbox {
  width: 40px;
  font-weight: bold;
}
.fieldrow .inline_fields .inputbox:first-child {
  width: 10px;
}

.inputbox {
  width: 105px;
  height: 24px;
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  border: solid #000 1px;
  text-align: right;
}
.rowtotal {
  height: 34px;
  color: black;
}
.inputbox[disabled],
.ip_disabled {
  background: #fff;
  font-size: 16px;
  color: #000 !important;
  letter-spacing: 1px;
}

#hti.ip_disabled {
  color: #807a79 !important;
  border: solid #7f7777 1px;
  opacity: 0.6;
}

.has_smallerfields .fieldrow {
  padding-top: 0px;
  min-height: 20px;
}
.has_smallerfields label {
  width: 180px;
  line-height: 1em;
  color: #443c40;
}
.has_smallerfields .inputbox {
  width: 94px;
  height: 15px;
  vertical-align: top;
  font-size: 12px !important;
  text-align: center;
  padding: 0;
}
.has_smallerfields .inputbox[disabled],
.has_smallerfields .ip_disabled {
  font-size: 12px;
  color: #807a79 !important;
  border: solid #7f7777 1px;
  opacity: 0.6;
}

.has_smallerfields span.inputbox {
  border: none;
  font-size: 11px;
}

.fieldrow.nofields {
  min-height: 20px;
}
.fieldrow input[type="text"] {
  font-size: 1.25em;
  font-style: italic;
}
.nofields .ortext {
  text-align: center;
  font-style: italic;
  color: #f62d95;
  line-height: 100%;
  right: 0;
  position: absolute;
}

#team_factors .sub_heading {
  text-align: left;
}
.sub_heading {
  color: #4a4a4a;
  text-align: center;
}

.select_dropdown {
  width: 50px;
  float: right;
}
.dropdown {
  width: 50px;
  background: #fff;
  display: none;
  position: absolute;
  z-index: 999;
  margin-top: -1px;
  border: solid #000 1px;
  border-top: none;
}
.dropdown li {
  list-style: none;
}
.dropdown li a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
}
.dropdown li.active a,
.dropdown li a:hover {
  background: #fa85c1;
}
.inputbox.hasdropdown {
  width: 50px;
}
.fieldrow.first {
  margin-top: 0.15em;
}
#tm {
  font-size: 9px;
  letter-spacing: -1px;
  font-weight: bold;
}
#tm .active {
  color: #f62d95;
}
.tipcontent {
  display: none;
}
.ui-tooltip {
  font-size: 10px !important;
}
.hastips {
  display: inline-block;
  padding-left: 3px;
}
.hastips img {
  margin-bottom: -4px;
}

.hide-input {
  background-color: transparent;
  border: transparent;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

/* The Close Button */
.close {
  color: #000000;
  float: right;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 15px;
  display: flex;
  align-items: center;
}

.close .fa-times {
  font-size: 18px;
  line-height: 18px;
  margin-right: 4px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 30px;
  background-color: #ffffff;
  border-top: 3px solid #000000;
  color: white;
}

.modal-body {
  padding: 0px 45px;
}

.modal-body h2 {
  color: #000000;
  font-family: Archer-book;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.06px;
  line-height: 26px;
}

.modal-body h2 img {
  margin-left: 8px;
}

.modal-body p,
.modal-body ul li {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: normal;
}

.modal-body p {
  margin-top: 20px;
}

.modal-body ul {
  margin-left: 25px;
}

.modal-footer {
  padding: 20px;
  background-color: #ffffff;
  color: white;
}

#personalbtn,
#teamBtn,
#autoBtn {
  cursor: pointer;
}
