@import url(bootstrap-inner-1.css) screen;

@font-face {
  font-family: ETmodules;
  font-display: swap;
  src: url(/fonts/modules.eot);
  src: url(/fonts/modules.eot?#iefix) format("embedded-opentype"),
    url(/fonts/modules.ttf) format("truetype"),
    url(/fonts/modules.woff) format("woff"),
    url(/images/modules.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.icon span {
  display: none;
}

.icon-facebook::before {
    font-family: ETmodules;
    content: "\e093";
}

.icon-twitter::before {
    font-family: ETmodules;
    content: "\e094";
}

.icon-instagram::before {
    font-family: ETmodules;
    content: "\e09a";
}

@media screen {
  /* Basic Styles */
  html {
    height: 100%;
  }

  .main-container {
    color: #93070a;
  }

  .main-container a {
    text-decoration: underline;
  }

  .main-container a.btn,
  .main-container .btn-group a {
    text-decoration: none;
  }

  footer {
    font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;

    font-size: 16px;
    color: white;
    line-height: 1.6em;

  }

 .footer-bottom {
    background-color: rgba(0,0,0,.32);
    padding: 15px 0;
    margin: 20px 0 0 0;
    color: #878787;
  }

  .footer-bottom a:link, .footer-bottom a:visited, 
  .footer-bottom a:hover, .footer-bottom a:active {
    color: #878787;
    padding-left: 20px;
    text-decoration: none;
  }

  .footer-social {
    float: right;
  }

  h1 {
    font-weight: bold;
  }

  h1.underline {
    border-bottom: 1px solid #374e96;
    padding-bottom: 5px;
    margin-bottom: 40px;
    font-weight: bold;
  }

  h1 span {
    font-weight: normal;
  }

  h2.underline {
    border-bottom: 1px solid #c2c2c2;
  }

  h4 {
    font-weight: bold;
  }

  hr {
    background-color: #c2c2c2;
    border-top-color: #c2c2c2;
  }

  a.white {
    color: #ffffff;
  }

  /* Styles for full background image / cover pages */
  body.cover {
    background: url("../images/Perrine_Bridge_Twin_Falls_ID2.jpg")
      center center #ffffff;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .top-login-bar {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 25px;
    background: rgb(58, 58, 58);
    color: white;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
  }

  .top-login-bar .icon {
      font-size: 14px;
  }

  .top-login-bar a {
      margin: 6px;
  }

  .top-login-bar a:link,
  .top-login-bar a:visited {
    color: white;
    text-decoration: none;
    transition: all .4s ease-in-out;
  }

  .top-login-bar a:hover,
  .top-login-bar a:active {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }

  .cover .main-container {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    min-height: 60%;
  }

  .cover .main-container .btn,
  .cover .main-container .dropdown-menu,
  .cover .alert {
    text-shadow: none;
  }

  .cover .navbar {
    background: white;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  }

  .cover .navbar-nav {
    background: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }

  .cover .btn-default {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  }

  .cover .save-box {
    padding: 20px 50px;
    background-color: #ffffff;
    color: #000;
    text-shadow: none;
  }

  .cover p.lead {
    font-size: 18px;
  }

  /* Bootstrap Component Modifications */
  .btn-primary {
    background-color: #93070a;
    border-color: #93070a;
  }

  .btn-primary:hover {
    border: 1px solid #93070a !important;
    color: #93070a !important;
  }

  .btn-link {
    color: #374e96;
  }

  .main-container .dropdown-toggle {
    border: none;
    color: #333333;
    text-shadow: none !important;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+50,aaaaaa+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #ffffff 0%,
      #cccccc 50%,
      #aaaaaa 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #ffffff),
      color-stop(50%, #cccccc),
      color-stop(100%, #aaaaaa)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      top,
      #ffffff 0%,
      #cccccc 50%,
      #aaaaaa 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
      top,
      #ffffff 0%,
      #cccccc 50%,
      #aaaaaa 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
      top,
      #ffffff 0%,
      #cccccc 50%,
      #aaaaaa 100%
    ); /* IE10+ */
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #cccccc 50%,
      #aaaaaa 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#aaaaaa', GradientType=0); /* IE6-9 */
  }

  .main-container .dropdown-toggle:after {
    font-family: "Glyphicons Halflings";
    content: "\e094";
    float: right;
    margin-left: 10px;
  }

  .main-container .dropdown-menu {
    top: 80%;
    width: 100%;
    border-radius: 0 0 6px 6px;
    background-color: #e6e6e6;
  }

  .main-container .dropdown-menu li a {
    padding: 3px 16px;
  }

  .alert ul {
    list-style-type: none;
  }

  .alert {
    margin-bottom: 0;
  }

  /* Nav Bar Modifications */
  .navbar-nav-border {
    border: 1px #93070a solid;
    border-radius: 4px;
    padding: 5px 15px !important;
    margin: 10px 0 10px 60px;
}

  /* Form Styles */
  .control-label,
  form span {
    color: #999;
    font-size: 1.1em;
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: normal;
  }

  .form-control {
    border: none;
    box-shadow: none;
    color: #93070a;
    font-size: 1.2em;
    padding-right: 0;
    background-color: #ffffff;
  }

  .form-control:focus {
    box-shadow: none;
  }

  select {
    -webkit-appearance: none;
  }

  .inline input,
  .inline div,
  .inline label {
    float: left;
    font-size: 1.2em;
    padding-top: 5px;
  }

  .inline input {
    width: 35%;
  }

  .inlne div {
    width: 25%;
  }

  .inline label {
    width: 5%;
  }

  /* Blocking / Layout styles */
  .middle-column {
    margin-top: 30px;
    width: 60%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .middle-column + .middle-column {
    margin-top: 100px;
  }

  .middle-column-md {
    width: 45%;
  }

  .middle-column-sm {
    width: 30%;
  }

  .top-buttons {
    float: right;
    margin-top: 20px;
  }

  .top-buttons a {
    margin-left: 7px;
  }

  form .top-buttons {
    margin-top: 0;
  }

  /* Components */
  /* Twitter TypeAhead */
  .twitter-typeahead {
    width: 100%;
  }

  .tt-menu {
    background-color: #ffffff;
    width: 100%;
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #374e96;
    border-top: none;
    max-height: 297px;
    overflow-y: auto;
  }

  .tt-suggestion {
    padding: 4px 12px 3px;
    text-align: left;
    text-shadow: none;
  }

  .tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #374e96;
  }

  .loading-spinner {
    position: absolute;
    top: 5px;
    right: 10px;
    display: none;
  }

  .iprofile-search {
    position: relative;
  }

  .iprofile-search .tt-menu {
    margin-top: -6px;
    border: none;
  }

  /* Loading Indicator */
  .loading-indicator-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.701961);
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
  }

  .loading-indicator-wrapper.loader-visible {
    opacity: 1;
    z-index: 9999;
  }

  .loading-indicator-wrapper.loader-hidden {
    opacity: 0;
    z-index: -1;
  }

  .loading-indicator-wrapper img {
    vertical-align: middle;
    display: inline-block;
  }

  .loading-indicator-wrapper .loader {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    display: inline-block;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
  }

  .loading-indicator-wrapper .loader,
  .loading-indicator-wrapper .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
  }

  .loading-indicator-wrapper .loading-indicator-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  @-webkit-keyframes load {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes load {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  /* Login Page */
  form.login {
    margin-top: 30px;
  }

  /* NetSheet Pages */
  /* NetSheet First Form  */
  .netsheet-form {
    max-width: 530px;
    margin: auto;
  }

  .netsheet-form .form-group {
    margin-bottom: 0;
    margin-top: 0;
  }

  .netsheet-form .form-group + .form-group {
    border-top: 1px solid #ccc;
    padding-top: 0;
  }

  .netsheet-form .btn-primary {
    width: 250px;
    margin: 30px auto !important;
    color: #ffffff;
    margin: 30px;
    font-family: "proxima-nova-condensed", sans-serif;
    height: 3em;
    display: block;
  }

  .netsheet-form .form-control[readonly] {
    background-color: #ffffff;
  }

  /* NetSheet Calculate Page */
  .netsheet-result td {
    /*text-align: right;*/
  }

  .netsheet-result td button {
    padding: 0 0 0 10px;
    border: none;
  }

  /* iProfile Pages */
  .property-info a.btn {
    margin-left: 10px;
  }

  .property-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .info-table td {
    min-width: 130px;
    vertical-align: top;
  }

  /* The following two rules are necessary to create a
    responsive resizeable iframe. */
  .embed-responsive-map {
    padding-bottom: 120%;
  }

  .print-only {
    display: none;
  }
  /*Buyer's Other Charges - MO*/
  div.customText {
    width: 59%;
    display: inline-block;
  }
  div.customValue {
    width: 25%;
    display: inline-block;
  }
  .customValue .form-control.money {
    text-align: right;
  }
  /* pdf modals */
  .pdfModal {
    display: none;
  }
}

/* Print Styles */
@media print {
  body {
    padding: 0;
    font-size: 12px !important;
  }

  .tk-proxima-nova,
  body,
  html,
  p {
    font-family: Tahoma, Geneva, sans-serif !important;
  }

  .tk-proxima-nova-condensed,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Tahoma, Geneva, sans-serif !important;
  }

  nav,
  footer,
  .top-buttons,
  button,
  .btn,
  .alert {
    display: none !important;
  }

  a[href]:after {
    content: none;
  }

  h1.underline {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }

  h1 img.print-only {
    position: absolute;
    top: -16px;
    right: 16px;
    width: 150px;
    height: 75px;
  }

  h2,
  h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
  }

  .modal {
    page-break-inside: avoid;
    display: inline-block !important;
    opacity: 1;
    overflow: visible;
    margin: 0;
    padding: 0;
    position: relative;
    transform: none !important;
  }

  .modal * {
    transform: none !important;
  }

  .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }

  .modal-header {
  }

  .modal-body {
  }

  .modal-footer {
    display: none !important;
  }

  input {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
  }

  table {
    border-spacing: 0;
    width: 100%;
  }

  .modal,
  .row {
    float: left;
    height: auto;
    width: 47%;
    margin: 0 10px 10px 0;
    padding: 5px;
    /*border: 1px solid;*/
    line-height: 1.6em;
  }

  .form-group label {
    display: inline-block;
    width: 65%;
    padding-left: 20px;
  }

  .form-group div {
    display: inline-block;
    width: 25%;
    float: right;
    padding-right: 5px;
  }

  .form-group input {
    width: 100%;
    text-align: right;
  }

  .hidden-print {
    display: none !important;
  }
  .row.netsheet-result {
    width: 100%;
  }
  .table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-print-color-adjust: exact;
  }
  .modal-body .form-group:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-print-color-adjust: exact;
  }
  .modal-body .form-group:nth-last-of-type(1) {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.1) !important;
    -webkit-print-color-adjust: exact;
  }
  /*css for new print headers - MO*/
  h1.underline {
    display: none;
  }

  .printHeader img.print-only {
    width: 400px;
  }

  .printHeader.logo {
    width: 50%;
    float: left;
  }

  .printHeaderBuyer {
    width: 50%;
    float: right;
    text-align: right;
  }
  .printHeaderSeller {
    width: 50%;
    float: right;
    text-align: right;
  }
  .printDisplayNone {
    display: none;
  }
  .sectionHead {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .displayOnly {
    display: none;
  }
  .printTable {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
  }
  .printHeaderSeller p,
  .printHeaderBuyer p {
    margin: 5px 0;
    font-weight: bold;
  }
  .printHeaderSeller h1,
  .printHeaderBuyer h1 {
    margin: 0 0 10px 0;
  }
  td.money {
    text-align: right;
  }
  div#buyer_prepaid_expenses {
    float: right;
    margin-right: 0px;
  }
  div#buyer_prepaid_charges_credits {
    float: right;
    margin-right: 0px;
  }
  input.printFormat {
    font-weight: bold;
  }
  label.printFormat {
    padding-left: 1px;
  }
  /*Buyer's Other Charges - MO*/
  div.customText {
    width: 65% !important;
    padding-left: 2%;
    display: inline-block;
    margin-right: 0px !important;
  }
  div.customValue {
    width: 33% !important;
    display: inline-block;
    margin-right: 0px !important;
    float: right;
    text-align: right;
  }
  div.customValue input {
    text-align: right;
    width: 100%;
  }
  .modal-body .customText:nth-of-type(4n + 1) {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-print-color-adjust: exact;
  }
  .modal-body .customValue:nth-of-type(4n + 2) {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-print-color-adjust: exact;
  }
  /*Print Footer*/
  .footerPrintBuyer {
    width: 100%;
    display: inline-block;
    background-color: #93070a;
    color: #fff;
    -webkit-print-color-adjust: exact;
  }
  .footerPrintBuyer .title {
    width: 50%;
    display: inline-block;
    padding-left: 2px;
  }
  .footerPrintBuyer .money {
    width: 45%;
    display: inline-block;
    text-align: right;
    padding-right: 2px;
    float: right;
  }
  .footerPrintBuyer h2 {
    margin: 5px;
  }
  .footerPrintSeller {
    width: 100%;
    display: inline-block;
    background-color: #93070a;
    color: #fff;
    -webkit-print-color-adjust: exact;
  }
  .footerPrintSeller .title {
    width: 50%;
    display: inline-block;
    padding-left: 2px;
  }
  .footerPrintSeller .money {
    width: 45%;
    display: inline-block;
    text-align: right;
    padding-right: 2px;
    float: right;
  }
  .footerPrintSeller h2 {
    margin: 5px;
  }
  .footerText {
    width: 100%;
    display: inline-block;
  }
  /*Seller*/
  #seller_closing_costs {
    margin-right: 50%;
  }
  #seller_prepaid_charges_credits {
    position: fixed;
    top: 187px;
    left: 51%;
  }
  #seller_other_charges {
    position: fixed;
    top: 425px;
    left: 51%;
  }
  /* pdf modals */
  .pdfModal {
    display: none;
  }
}
