@import url("web_fonts/liberationsans_bold_macroman/stylesheet.css");
@import url("web_fonts/liberationsans_bolditalic_macroman/stylesheet.css");
@import url("web_fonts/liberationsans_italic_macroman/stylesheet.css");
@import url("web_fonts/liberationsans_regular_macroman/stylesheet.css");
@import "_switcher.css";
html {
  height: 100%;
}
body {
  padding-top: 100px;
  font-family: "liberation_sansregular";
  font-size: 16px;
  background: white;
}
.navbar-nav > li > a {
  font-size: 0.95em;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.navbar-nav > li > a > span.glyphicon {
  margin-right: 8px;
}
.navbar-nav > li .btn {
  margin-left: 4px;
  margin-right: 4px;
}
.navbar-nav > li .navbar-text a {
  color: #eeeeee;
}
#body {
  max-width: 960px;
  margin: auto;
  padding-bottom: 3em;
}
#body .alert-container {
  position: absolute;
  top: -50px;
  left: 50%;
  padding: 0;
  -moz-animation: fadeslidetop 1s ease-out;
  -o-animation: fadeslidetop 1s ease-out;
  -webkit-animation: fadeslidetop 1s ease-out;
  animation: fadeslidetop 1s ease-out;
}
#body .alert-container .alert {
  position: relative;
  left: -50%;
}
#body hgroup {
  margin-bottom: 3em;
}
#body hgroup h3 {
  color: #888888;
}
#body hgroup .borrower-info {
  font-size: 0.98em;
}
#body hgroup .borrower-info .borrower-loan {
  font-weight: bold;
}
#body .tile-item {
  position: relative;
  float: left;
  width: 280px;
  padding: 20px;
  padding-top: 80px;
  margin-top: 20px;
  margin-right: 40px;
  color: inherit;
  border-bottom: 1px solid #999999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
#body .tile-item:last-child {
  margin-right: 0;
}
#body .tile-item.danger {
  border-color: #e74c3c;
}
#body .tile-item.danger .tile-value {
  color: #e74c3c;
}
#body .tile-item.danger:hover {
  background: #e67e22;
  border-color: #e74c3c;
}
#body .tile-item.danger:hover .tile-value {
  color: #eeeeee;
}
#body .tile-item .tile-value {
  font-size: 2.1em;
}
#body .tile-item .tile-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2.6em;
  opacity: 0.88;
}
#body .tile-item:hover {
  border-color: #333333;
  color: #eeeeee;
  background: #2980b9;
}
#body .tile-item:hover .glyphicon {
  color: #eeeeee;
}
#body .calculator-body .calculator-control {
  margin-top: 3em;
}
#body .calculator-body .calculator-control h4 .label {
  vertical-align: middle;
  margin-right: 4px;
}
#body .calculator-body .calculator-control .slider-container {
  margin-top: 3.6em;
  margin-bottom: 0.6em;
  margin-left: 10px;
}
#body .calculator-body .calculator-control .slider-container .tooltip {
  font-size: 1em;
  top: -38px;
  z-index: 99;
}
@media print {
  #body .calculator-body .calculator-control .slider-container .tooltip .tooltip-arrow {
    display: none;
  }
}
#body .calculator-body .calculator-control .slider-container,
#body .calculator-body .calculator-control .input-container {
  display: inline-block;
}
#body .calculator-body .calculator-control .input-container {
  margin-left: 10px;
}
#body .calculator-body .calculator-control .input-container .dollars {
  font-size: 1.6em;
  color: #999999;
  margin-right: 4px;
}
#body .calculator-body .calculator-control .input-container input[type=number] {
  height: 40px;
  width: 120px;
  font-size: 1.36em;
  text-align: right;
  display: inline-block;
}
#body .go {
  margin-top: 3em;
  text-align: center;
}
#body .slider-selection {
  background: #5bc0de;
}
#body .slider.slider-horizontal {
  width: 200px;
  margin-right: 16px;
}
#body .info-tiles .info-tile-item {
  text-decoration: none;
}
#body .info-tiles .info-tile-item .info-tile-value {
  font-size: 1.35em;
  font-weight: bold;
}
#body .info-tiles .info-tile-item .info-tile-icon,
#body .info-tiles .info-tile-item .info-tile-group {
  display: inline-block;
}
#body .info-tiles .info-tile-item .info-tile-icon {
  font-size: 3em;
  opacity: 0.88;
  margin-right: 8px;
  vertical-align: top;
}
#body #calculator-results {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#body #calculator-results .info-tiles {
  position: relative;
}
#body #calculator-results.visible {
  opacity: 1;
}
#body #calculator-results.visible .info-tiles {
  -moz-animation: fadein 1s ease-out;
  -o-animation: fadein 1s ease-out;
  -webkit-animation: fadein 1s ease-out;
  animation: fadein 1s ease-out;
}
#body #calculator-results .comparisson-table {
  margin-top: 3.6em;
  list-style: none;
  padding-left: 0;
  -moz-animation: fadein 600ms ease-out;
  -o-animation: fadein 600ms ease-out;
  -webkit-animation: fadein 600ms ease-out;
  animation: fadein 600ms ease-out;
}
#body #calculator-results .comparisson-table li {
  padding: 16px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: none;
}
#body #calculator-results .comparisson-table li.title {
  background: #34495e;
  border: 1px solid #222222;
  color: #eeeeee;
  text-transform: uppercase;
  text-align: center;
}
#body #calculator-results .comparisson-table li .info-tile-item {
  text-decoration: none;
}
#body #calculator-results .comparisson-table li .info-tile-item .info-tile-icon,
#body #calculator-results .comparisson-table li .info-tile-item .info-tile-group {
  display: inline-block;
}
#body #calculator-results .comparisson-table li .info-tile-item .info-tile-icon {
  font-size: 3em;
  opacity: 0.33;
  margin-right: 8px;
  vertical-align: top;
}
#body #calculator-results .comparisson-table li .info-tile-item .info-tile-value {
  font-size: 1.36em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
#body #calculator-results .comparisson-table li:nth-child(2) .info-tile-value {
  font-size: 2.22em;
  margin-bottom: 0;
}
#body #calculator-results .comparisson-table .label {
  padding-top: 0.4em;
  margin-left: 8px;
}
#body .table-container {
  margin-top: 2em;
}
#body .table-container table {
  margin-bottom: 1.1em;
  padding: 4px;
  padding-bottom: 16px;
}
#body .table-container table.sections tr:nth-child(2) h3 {
  margin-top: 0;
}
#body .table-container table h3 {
  text-transform: uppercase;
  font-size: 1.22em;
  padding: 6px;
  padding-top: 0;
}
#body .table-container table h3 span {
  margin-right: 0.36em;
  opacity: 0.8;
  vertical-align: text-top;
}
#body .table-container table .header {
  border-top: none;
  padding-bottom: 0;
}
#body .table-container table .info-disclaimer {
  float: left;
  margin: 4px;
  margin-top: 2em;
  padding: 10px 16px;
  padding-bottom: 2px;
  border-radius: 4px;
  background: #f5d552;
  width: 99%;
}
#body .table-container table .actions li > a {
  padding: 8px 20px;
}
#body .table-container table .actions li.divider {
  margin: 1px 0;
}
#body .table-container table .actions .glyphicon {
  margin-right: 6px;
}
#body #loan-summary-container {
  opacity: 1;
  position: relative;
  -moz-animation: fadein 0.4s ease-out;
  -o-animation: fadein 0.4s ease-out;
  -webkit-animation: fadein 0.4s ease-out;
  animation: fadein 0.4s ease-out;
}
#body #table-payments th:nth-child(n+3),
#body #table-payments td:nth-child(n+3) {
  text-align: right;
}
#body #table-payments .tt-container {
  font-size: 1.26em;
}
#body #table-payments .tt-container .tt-key {
  float: left;
  margin-right: 8px;
}
#body #table-payments .tt-container .tt-value {
  float: right;
}
#body #table-payments .end-of-year > td {
  background-color: #bdc3c7;
  font-weight: bold;
}
#body .validation-summary-errors ul {
  list-style: none;
  padding: 0;
}
#body #loginForm {
  margin-top: 2.33em;
  padding: 0;
}
#body #loginForm section {
  margin-bottom: 2em;
}
#body form .btn-full {
  width: 100%;
  margin-top: 16px;
}
#body .payments .fieldset {
  margin-bottom: 1.6em;
  border-bottom: 1px solid #eeeeee;
}
#body .payments .fieldset:last-child {
  border-bottom: none;
}
#body .payments .fieldset .legend {
  font-size: 1.4em;
  color: #2980b9;
  margin-bottom: 1em;
  /*border-top: 1px solid @color-gray-lighter;*/

  /*text-transform: uppercase;*/

  /*font-weight: 800;*/

}
#body .payments .fieldset .legend .glyphicon {
  margin-right: 6px;
}
#body .payments .fieldset .form-group:last-child {
  padding-bottom: 2em;
}
#body .payments .fieldset .padded {
  padding-left: 2px;
}
#body .payments .fieldset .padded .fee {
  margin-top: 1em;
}
#body .payments .fieldset #logo-file-container .glyphicon-picture {
  font-size: 6em;
  opacity: 0.8;
}
#body .payments .fieldset #logo-file-container input[type=file] {
  z-index: 10000;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  top: 0;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fa-check-circle {
  color: green;
}
.fa-times-circle {
  color: red;
}
.loginHelper {
  font-size: 13px;
  margin-bottom: 0px;
}
button,
.btn {
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.navbar-inverse {
  background-color: #34495e;
  border-color: #2c3e50;
}
.navbar-inverse .navbar-brand {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d0d0d0;
}
.navbar-inverse .navbar-nav > li > a .glyphicon {
  color: #d0d0d0;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background: #2c3e50;
}
.navbar-inverse .navbar-nav > li.open > a,
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.open a:hover,
.navbar-inverse .navbar-nav > li.active a:hover,
.navbar-inverse .navbar-nav > li.open a:focus,
.navbar-inverse .navbar-nav > li.active a:focus {
  background-color: #2c3e50;
}
.navbar-inverse .navbar-nav > li .dropdown-menu > li > a {
  padding: 10px 20px;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li .dropdown-menu > li > a:hover {
  background-color: #2980b9;
  color: #eeeeee;
}
.navbar-inverse .navbar-nav > li .dropdown-menu .divider {
  margin: 1px 0;
}
.btn-action {
  padding: 3px 14px;
}
.btn-default {
  color: #555555;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
textarea {
  max-width: 100%;
}
textarea[disabled] {
  cursor: default;
}
.table > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-hover > tbody > tr:nth-child(2n + 1) > td {
  background-color: #edf1f5;
}
.table > thead > tr:first-child > th,
.table-striped > thead > tr:first-child > th,
.table-hover > thead > tr:first-child > th,
.table > tbody > tr:first-child > th,
.table-striped > tbody > tr:first-child > th,
.table-hover > tbody > tr:first-child > th {
  color: #eeeeee;
  background-color: #34495e;
}
.glyphicon-usd {
  color: #27ae60;
}
.glyphicon-briefcase {
  color: #493722;
}
.glyphicon-exclamation-sign {
  color: #c0392b;
}
.glyphicon-calendar {
  color: #2980b9;
}
.glyphicon-pushpin {
  color: #d35400;
}
.glyphicon-download,
.glyphicon-circle-arrow-down {
  color: #34495e;
}
@media print {
  body {
    padding-top: 0;
  }
  a[href]:after {
    content: none;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
    left: 20px;
  }
  to {
    opacity: 1;
    left: 0px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    left: 20px;
  }
  to {
    opacity: 1;
    left: 0px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    left: 20px;
  }
  to {
    opacity: 1;
    left: 0px;
  }
}
@keyframes fadeslidetop {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: -50px;
  }
}
@-webkit-keyframes fadeslidetop {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: -50px;
  }
}
@-moz-keyframes fadeslidetop {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: -50px;
  }
}
@-ms-keyframes fadeslidetop {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: -50px;
  }
}
#SSN-error {
  color: red;
  font-size: 13px;
}
#LoanNumber-error {
  color: red;
  font-size: 13px;
}
#Email-error {
  color: red;
  font-size: 13px;
}
#ConfirmPassword-error {
  color: red;
  font-size: 13px;
}
