mark {
  background-color: #ffff00;
  padding: 3px;
}

.indent {
  padding-left: 30px !important;
}
.top-pad-112 {
  padding-top: 112px;
}
.top-pad-62 {
  padding-top: 62px;
}
.header_margin {
  margin-bottom: 36px !important;
}
.navbar-fixed-top {
  position: fixed;
  left: 75px;
}

.sidebar {
  width: 75px !important;
}
.sidebar .nav p {
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  width: 66px;
}
.navbartext {
  font-size: 10px !important;
  position: relative;
  bottom: 13px;
  left: 7px;
}
.nav-height {
  height: 50px !important;
  width: 47px !important;
}
.sidebar:before,
.bootstrap-navbar:before {
  opacity: 0.75 !important;
  background: #000000;
}

.main-panel {
  width: calc(100% - 75px);
}

#sales_header .x_number_widget_value {
  font-size: 20px;
}
#loa_header .x_number_widget_value {
  font-size: 20px;
}
.padding-top-20 {
  padding-top: 23px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-left-13 {
  padding-left: 13px !important;
}
.state {
  text-transform: uppercase;
}
.block {
  display: block;
}

.main-panel > .content {
  padding: 30px 15px;
  min-height: calc(100% - 61px) !important;
}

.checkbox-block label {
  display: block;
}

.fix-asterisk {
  position: relative;
}

.fix-asterisk sup.text-danger {
  position: absolute;
  top: 7px;
}

.table-responsive {
  overflow-x: scroll;
}

.title {
  min-height: 16px;
}

.value-block {
  min-height: 30px;
  background: #f9f9f9;
  padding: 5px;
  margin: 5px 0 10px;
}

.bg-blank {
  background: transparent;
}

@media (min-width: 992px) {
  .navbar-fixed-top {
    position: fixed;
    left: 75px;
  }
}

@media (max-width: 991px) {
  .navbar-fixed-top {
    position: fixed;
    left: 0px;
  }
  .top-pad-62 {
    padding-top: 341px !important;
  }
}
.margin {
  margin-bottom: 5px;
}

/*----------------------------------------------------*/
/*----------------- Testimonials CSS -----------------*/
/*----------------------------------------------------*/
.testimonial {
  margin-bottom: 10px;
}

.testimonial-section {
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #fff;
}
.testimonial-section:after {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.testimonial-desc {
  margin-top: 20px;
  text-align: left;
  padding-left: 15px;
}
.testimonial-desc img {
  border: 1px solid #f5f5f5;
  border-radius: 150px;
  height: 70px;
  padding: 3px;
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

.testimonial-writer {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.testimonial-writer-name {
  font-weight: bold;
}

.testimonial-writer-designation {
  font-size: 85%;
}

.testimonial-writer-company {
  font-size: 85%;
}
/*---- Outlined Styles ----*/
.testimonial.testimonial-default {
}
.testimonial.testimonial-default .testimonial-section {
  border-color: #777;
}

.testimonial.testimonial-default .testimonial-section:after {
  border-top-color: #777;
}

.testimonial.testimonial-default .testimonial-desc {
}

.testimonial.testimonial-default .testimonial-desc img {
  border-color: #777;
}

.testimonial.testimonial-default .testimonial-writer-name {
  color: #777;
}

.testimonial.testimonial-primary {
}
.testimonial.testimonial-primary .testimonial-section {
  border-color: #337ab7;
  color: #286090;
  background-color: rgba(51, 122, 183, 0.1);
}

.testimonial.testimonial-primary .testimonial-section:after {
  border-top-color: #337ab7;
}

.testimonial.testimonial-primary .testimonial-desc {
}

.testimonial.testimonial-primary .testimonial-desc img {
  border-color: #337ab7;
}

.testimonial.testimonial-primary .testimonial-writer-name {
  color: #337ab7;
}

.testimonial.testimonial-info {
}
.testimonial.testimonial-info .testimonial-section {
  border-color: #5bc0de;
  color: #31b0d5;
  background-color: rgba(91, 192, 222, 0.1);
}

.testimonial.testimonial-info .testimonial-section:after {
  border-top-color: #5bc0de;
}

.testimonial.testimonial-info .testimonial-desc {
}

.testimonial.testimonial-info .testimonial-desc img {
  border-color: #5bc0de;
}

.testimonial.testimonial-info .testimonial-writer-name {
  color: #5bc0de;
}

.testimonial.testimonial-success {
}
.testimonial.testimonial-success .testimonial-section {
  border-color: #5cb85c;
  color: #449d44;
  background-color: rgba(92, 184, 92, 0.1);
}

.testimonial.testimonial-success .testimonial-section:after {
  border-top-color: #5cb85c;
}

.testimonial.testimonial-success .testimonial-desc {
}

.testimonial.testimonial-success .testimonial-desc img {
  border-color: #5cb85c;
}

.testimonial.testimonial-success .testimonial-writer-name {
  color: #5cb85c;
}

.testimonial.testimonial-warning {
}
.testimonial.testimonial-warning .testimonial-section {
  border-color: #f0ad4e;
  color: #d58512;
  background-color: rgba(240, 173, 78, 0.1);
}

.testimonial.testimonial-warning .testimonial-section:after {
  border-top-color: #f0ad4e;
}

.testimonial.testimonial-warning .testimonial-desc {
}

.testimonial.testimonial-warning .testimonial-desc img {
  border-color: #f0ad4e;
}

.testimonial.testimonial-warning .testimonial-writer-name {
  color: #f0ad4e;
}

.testimonial.testimonial-danger {
}
.testimonial.testimonial-danger .testimonial-section {
  border-color: #d9534f;
  color: #c9302c;
  background-color: rgba(217, 83, 79, 0.1);
}

.testimonial.testimonial-danger .testimonial-section:after {
  border-top-color: #d9534f;
}

.testimonial.testimonial-danger .testimonial-desc {
}

.testimonial.testimonial-danger .testimonial-desc img {
  border-color: #d9534f;
}

.testimonial.testimonial-danger .testimonial-writer-name {
  color: #d9534f;
}

/*---- Filled Styles ----*/
.testimonial.testimonial-default-filled {
}
.testimonial.testimonial-default-filled .testimonial-section {
  color: #fff;
  border-color: #777;
  background-color: #777;
}

.testimonial.testimonial-default-filled .testimonial-section:after {
  border-top-color: #777;
}

.testimonial.testimonial-default-filled .testimonial-desc {
}

.testimonial.testimonial-default-filled .testimonial-desc img {
  border-color: #777;
  background-color: #777;
}

.testimonial.testimonial-default-filled .testimonial-writer-name {
  color: #777;
}

.testimonial.testimonial-primary-filled {
}
.testimonial.testimonial-primary-filled .testimonial-section {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.testimonial.testimonial-primary-filled .testimonial-section:after {
  border-top-color: #337ab7;
}

.testimonial.testimonial-primary-filled .testimonial-desc {
}

.testimonial.testimonial-primary-filled .testimonial-desc img {
  border-color: #2e6da4;
  background-color: #337ab7;
}

.testimonial.testimonial-primary-filled .testimonial-writer-name {
  color: #337ab7;
}

.testimonial.testimonial-info-filled {
}
.testimonial.testimonial-info-filled .testimonial-section {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.testimonial.testimonial-info-filled .testimonial-section:after {
  border-top-color: #5bc0de;
}

.testimonial.testimonial-info-filled .testimonial-desc {
}

.testimonial.testimonial-info-filled .testimonial-desc img {
  border-color: #46b8da;
  background-color: #5bc0de;
}

.testimonial.testimonial-info-filled .testimonial-writer-name {
  color: #5bc0de;
}

.testimonial.testimonial-success-filled {
}
.testimonial.testimonial-success-filled .testimonial-section {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.testimonial.testimonial-success-filled .testimonial-section:after {
  border-top-color: #5cb85c;
}

.testimonial.testimonial-success-filled .testimonial-desc {
}

.testimonial.testimonial-success-filled .testimonial-desc img {
  border-color: #4cae4c;
  background-color: #5cb85c;
}

.testimonial.testimonial-success-filled .testimonial-writer-name {
  color: #5cb85c;
}

.testimonial.testimonial-warning-filled {
}
.testimonial.testimonial-warning-filled .testimonial-section {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.testimonial.testimonial-warning-filled .testimonial-section:after {
  border-top-color: #f0ad4e;
}

.testimonial.testimonial-warning-filled .testimonial-desc {
}

.testimonial.testimonial-warning-filled .testimonial-desc img {
  border-color: #eea236;
  background-color: #f0ad4e;
}

.testimonial.testimonial-warning-filled .testimonial-writer-name {
  color: #f0ad4e;
}

.testimonial.testimonial-danger-filled {
}
.testimonial.testimonial-danger-filled .testimonial-section {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.testimonial.testimonial-danger-filled .testimonial-section:after {
  border-top-color: #d9534f;
}

.testimonial.testimonial-danger-filled .testimonial-desc {
}

.testimonial.testimonial-danger-filled .testimonial-desc img {
  border-color: #d43f3a;
  background-color: #d9534f;
}

.testimonial.testimonial-danger-filled .testimonial-writer-name {
  color: #d9534f;
}

#pagination .ais-pagination--link {
  color: #7cbc20;
}

#pagination li a {
  color: #7cbc20;
  padding: 10px;
  border: 1px solid #7cbc20;
  border-radius: 2px;
}

#pagination .ais-pagination--item__active .ais-pagination--link {
  color: #ff585b;
  border-color: #ff585b;
}

.pages {
  margin-top: 10px;
  padding-top: 10px;
}

#hits-table em {
  color: #ff585b;
}

.date-dropdowns select {
  padding: 9px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin: 0 3px;
}

/* Loan Header */
.h-loan {
  background: #fff;
  /* border: 1px solid #e7e7e7; */
  color: #565656;
  font-weight: 300;
}
#h-col-1,
#h-col-2,
#h-col-3,
#h-col-4 {
  border-right: 1px solid #e7e7e7;
  min-height: 159px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  font-size: 18px;
}
#h-col-2 {
  line-height: 130%;
  font-size: 14px;
}
#h-col-4 small a {
  font-size: 11px;
}
.h-loan-escrow,
.h-loan-type,
.h-loan-program,
.h-loan-status {
  font-size: 16px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.h-loan-hr {
  margin-top: 9px !important;
  margin-bottom: 5px !important;
}
.h-lock-button {
  text-align: left !important;
}
.h-loan-borrower .label {
  font-weight: normal !important;
  font-size: 13px !important;
}
.h-loan-sales {
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.h-loan-address {
  overflow: hidden;
}
.h-loan-number {
  color: #000000;
  font-size: 32px;
}
.h-loan-escrow {
}
.h-loan-type {
}
.h-loan-program {
}
.h-loan-workflow-item {
  border-top: 1px solid #e7e7e7;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.h-loan-workflow-status {
}
.h-loan-workflow-department {
}
.h-loan-projected-funding-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #929292;
}

/* Loan Card */
.loan-card {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
  background-color: #ffffff;
  margin-bottom: 30px;
}
.loan-card-top {
  border-bottom: 1px solid #e7e7e7;
}
.loan-card-top .col-md-6 {
  padding: 15px;
}
.loan-card-loan-amount,
.loan-card-funded-ltv {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1px;
}
.loan-card-top .loan-card-label {
  font-size: 12px;
  color: #b4b4b4;
  top: -7px;
  position: relative;
}
.loan-card-item {
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
}
.loan-card-item-bold{
  font-weight: bold;
}
.loan-card-item .small {
  font-size: 11px;
  top: -4px;
  position: relative;
}
.loan-card-stat {
  text-align: center;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.loan-card-stat .small {
  font-size: 11px;
  top: -4px;
  position: relative;
  font-weight: normal !important;
  color: #b4b4b4;
}
.loan-card-buttons {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
}
.loan-card-pad-lr {
  padding-right: 15px;
  padding-left: 15px;
}
.loan-card-pad-bottom {
  padding-bottom: 15px;
}

/* 
    Property Card
*/

.property-card {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
  background-color: #ffffff;
  margin-bottom: 30px;
}
.property-card-address {
}
.property-card-subtitle {
}
.property-card-stats {
}
.property-card-map {
}
.property-card-valuation-wrapper {
}
.property-card-valuation-stat {
  text-align: center;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.property-card-valuation-stat .small {
  font-size: 11px;
  top: -4px;
  position: relative;
  font-weight: normal !important;
  color: #b4b4b4;
}
.property-card-photogallery-wrapper {
}
