/**
 * Required:
 * Mingle 2422 - QA Issue - May 14 2016
 */
.ui-helper-hidden-accessible {
  display: none;
}
label[disabled] {
  color: #cccccc;
}
.table-striped-blue > tbody > tr:nth-child(odd) > td,
.table-striped-blue > tbody > tr:nth-child(odd) > th {
  background-color: #E6EFF1;
}
.table-striped-blue > tbody > tr:nth-child(even) > td,
.table-striped-blue > tbody > tr:nth-child(even) > th {
  background-color: #CFDFE3;
}
.table-row-selected-lime > tbody > tr > td[xpps-selected=true],
.table-row-selected-lime > tbody > tr > th[xpps-selected=true] {
  background-color: #CDEA77;
}
.table-hover-lime > tbody > tr:hover > td,
.table-hover-lime > tbody > tr:hover > th {
  background-color: #CDEA77;
}
.col-xpps-12 {
  width: 100%;
  float: left;
}
.form-spacer {
  margin-right: 10px;
}
/**
 * Something, somewhere is overwriting the default style provided by ace.css
 * Instead of having '>' between each element:
 *   Root > Node > Node > Leaf
 * It is being replaced with '/' instead.
 *   Root / Node / Node / Leaf
 * Also, the outline box is a lot taller than it should be...
 *   taking up two row heights instead of just 1 row height
 *
 * To solve, I copied the style from ace.css and renamed here.
 *
 * Also made a small modification to the background colour: #f5f5f5 --> #EFF3F8;
*/
.xppsbreadcrumbs {
  position: relative;
  z-index: auto;
  border-bottom: 1px solid #e5e5e5;
  background-color: #EFF3F8;
  min-height: 41px;
  line-height: 40px;
  padding: 0 12px 0 0;
}
.xppsbreadcrumb {
  background-color: transparent;
  display: inline-block;
  line-height: 20px;
  margin: 6px 22px 0 12px;
  padding: 0;
  font-size: 13px;
  color: #333;
  border-radius: 0;
}
.xppsbreadcrumbs ul li {
  display: inline;
}
.xppsbreadcrumb > li,
.xppsbreadcrumb > li.active {
  color: #555555;
  padding: 0 3px 0 3px;
}
.xppsbreadcrumb > li > a {
  display: inline-block;
  color: #4c8fbd;
}
.xppsbreadcrumb > li + li:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f105";
  color: #b2b6bf;
  padding: 0;
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}
.xppsbreadcrumb .home-icon {
  font-size: 20px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: top;
}
.xppsheader {
  display: table-row-group;
}
.xppscolumn {
  display: table-cell;
}
.standard-form-width input,
.standard-half-form-width input,
.double-standard-form-width input,
.third-standard-form-width input,
.date-standard-form-width input {
  width: 100%;
}
.standard-form-width select,
.standard-half-form-width select,
.double-standard-form-width select,
.third-standard-form-width select,
.date-standard-form-width select {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .standard-form-width {
    margin-right: 10px;
    min-width: 50px;
    max-width: 110px;
  }
  .standard-half-form-width {
    margin-right: 10px;
    min-width: 75px;
    max-width: 165px;
  }
  .double-standard-form-width {
    margin-right: 10px;
    min-width: 100px;
    max-width: 220px;
  }
  .third-standard-form-width {
    margin-right: 10px;
    min-width: 50px / 3;
    max-width: 110px / 3;
  }
  .date-standard-form-width {
    min-width: 50px / 3 - 10;
    max-width: 110px / 3 - 10;
  }
  .standard-form-width {
    margin-right: 10px;
    min-width: 50px;
    max-width: 110px;
  }
  .standard-half-form-width {
    margin-right: 10px;
    min-width: 75px;
    max-width: 165px;
  }
  .double-standard-form-width {
    margin-right: 10px;
    min-width: 100px;
    max-width: 220px;
  }
  .third-standard-form-width {
    margin-right: 10px;
    min-width: 50px / 3;
    max-width: 110px / 3;
  }
  .date-standard-form-width {
    min-width: 50px / 3 - 10;
    max-width: 110px / 3 - 10;
  }
}
@media all and (min-width: 1025px) {
  .standard-form-width {
    margin-right: 10px;
    min-width: 50px;
    max-width: 150px;
  }
  .standard-half-form-width {
    margin-right: 10px;
    min-width: 75px;
    max-width: 225px;
  }
  .double-standard-form-width {
    margin-right: 10px;
    min-width: 100px;
    max-width: 300px;
  }
  .third-standard-form-width {
    margin-right: 10px;
    min-width: 50px / 3;
    max-width: 150px / 3;
  }
  .date-standard-form-width {
    min-width: 50px / 3 - 10;
    max-width: 150px / 3 - 10;
  }
  .standard-form-width {
    margin-right: 10px;
    min-width: 50px;
    max-width: 150px;
  }
  .standard-half-form-width {
    margin-right: 10px;
    min-width: 75px;
    max-width: 225px;
  }
  .double-standard-form-width {
    margin-right: 10px;
    min-width: 100px;
    max-width: 300px;
  }
  .third-standard-form-width {
    margin-right: 10px;
    min-width: 50px / 3;
    max-width: 150px / 3;
  }
  .date-standard-form-width {
    min-width: 50px / 3 - 10;
    max-width: 150px / 3 - 10;
  }
}
.search-menu-nav {
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #D0D0D0;
}
.search-menu-nav > li {
  display: inline;
  vertical-align: middle;
}
.search-menu-nav > li > a {
  position: relative;
  display: inline;
  padding: 10px 15px;
}
.search-menu-nav > .active > a {
  color: #428bca;
  background-color: #ffffff;
}
.search-menu-nav > li + li {
  background-color: #e7e7e7;
}
.search-menu-nav > li > a:hover,
.search-menu-nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.search-menu-nav > li.active > a,
.search-menu-nav > li.active > a:hover,
.search-menu-nav > li.active > a:focus {
  color: #428bca;
  background-color: #ffffff;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #ffffff;
}
.search-menu-nav > li.disabled > a {
  color: #999999;
}
.search-menu-nav > li.disabled > a:hover,
.search-menu-nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: #e7e7e7;
}
.search-menu-nav > li > a {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #D0D0D0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #999999;
  background-color: #f8f8f8;
}
.search-menu-nav > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.yaml-content {
  font-family: monospace;
  white-space: pre;
  min-height: 100px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .modal-sm {
    width: 450px !important;
  }
  .modal-xl {
    width: auto !important;
  }
}
@media screen and (min-width: 1250px) {
  .modal-xl {
    width: 1200px !important;
  }
}
@font-face {
  font-family: 'pitchpoint';
  src: url('../fonts/pitchpoint.eot?gzr82x');
  src: url('../fonts/pitchpoint.eot?gzr82x#iefix') format('embedded-opentype'), url('../fonts/pitchpoint.ttf?gzr82x') format('truetype'), url('../fonts/pitchpoint.woff?gzr82x') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="pps-"],
[class*=" pps-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pitchpoint' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pps-critical:before {
  content: "\e900";
}
.pps-refresh:before {
  content: "\e901";
}
.pps_powered_by_bar {
  background-color: #EEEEEE;
  border-color: #D0D0D0;
  display: inline-block;
  width: 100%;
}
.pps_powered_by_bar form {
  display: inline-block;
}
.pps_powered_by_bar span {
  display: inline-block;
}
.pps_powered_by_bar span input {
  display: inline-block;
}
.pps_navbar_item {
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pps_navbar_item_selected {
  border-bottom-width: 2px !important;
  border-bottom-color: #FFFFFF !important;
  background-color: #115478 !important;
}
.alternate_row_color {
  background-color: #f8f8f8;
}
.login-form {
  background-color: #EEEEEE;
  border-color: #BABABA;
  border-width: 1px;
  border-radius: 10px;
  border-style: solid;
  padding: 10px;
}
.login-btn {
  background-color: #D0D0D0;
  border-color: #BABABA;
}
.btn-main {
  color: #000000;
  background-color: #428BCA !important;
  border-color: #428BCA;
  border-width: 1px;
}
/* The Modal (background) */
.xpps-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.xpps-modal-content {
  background-color: #FEFEFE;
  margin: auto;
  padding: 20px;
  border: 1px solid #AAAAAA;
  width: 80%;
}
/* The Close Button */
.xpps-close {
  color: #AAAAAA;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.xpps-close:hover,
.xpps-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.system-rules-title {
  color: #000000;
  font-size: x-large;
  font-weight: bold;
}
.nav-top-pills > a {
  border-radius: 4px;
}
.nav-top-pills > a + a {
  margin-left: 2px;
}
.nav-top-pills > a:hover {
  background-color: #2a6496 !important;
}
.billboard-msg > p {
  padding-top: 20px;
  padding-left: 20px;
}
.hidden-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.xpps-disabled {
  background-color: #EEEEEE !important;
  color: #AAAAAA !important;
}
.xpps-overflow-visible {
  overflow: visible !important;
}
.xpps-bootstrap-default-button {
  background-color: white !important;
  color: #1b1e21 !important;
  text-shadow: none !important;
}
.xpps-clear:hover {
  background-color: #3c763d !important;
  color: #ffffff !important;
}
.xpps-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}
.xpps-switch input {
  display: none;
}
.xpps-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.xpps-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .xpps-slider {
  background-color: #428BCA;
}
input:focus + .xpps-slider {
  box-shadow: 0 0 1px #428BCA;
}
input:checked + .xpps-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.xpps-slider.round {
  border-radius: 34px;
}
.xpps-slider.round:before {
  border-radius: 50%;
}
[data-toggle="collapse"] .xpps-minus-plus-toggle:before {
  /* minus symbol for "opening" panels */
  font-family: FontAwesome;
  content: "\f147";
  float: left;
  color: grey;
  margin-right: 5px;
  padding: 0.1em;
  font-style: normal;
  cursor: pointer;
}
[data-toggle="collapse"].collapsed .xpps-minus-plus-toggle:before {
  /* plus symbol for "collapsed" panels */
  content: "\f196";
}
.xpps-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: rgba(7, 7, 7, 0.41);
  z-index: 2;
}
.xpps-overlay-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.xpps-page-title {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  background: white;
}
.xpps-clear {
  color: #83ae72;
}
.xpps-low {
  color: #fba835;
}
.xpps-medium {
  color: #fd7234;
}
.xpps-high {
  color: #d61e2e;
}
.instant-popup-dropdown:hover > .dropdown-menu {
  display: block;
}
.instant-popup-dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.vertical-border {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
  border-left: 1px solid #D0D0D0;
}
.vertical-border-end {
  border-right: 1px solid #D0D0D0;
}
.horizontal-border {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.circle-gray {
  padding-top: 2px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
}
.circle-gray:after {
  font-family: FontAwesome, serif;
  content: "\f017";
  font-size: 2em;
}
.circle-na {
  padding-top: 8px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50px;
  background-color: #EEEEEE;
  color: #AAAAAA;
}
.circle-na:after {
  font-family: FontAwesome, serif;
  content: "\f0f6";
  font-size: 1.3em;
}
.circle-green {
  padding-top: 6px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50px;
  background-color: #83ae72;
  color: white;
}
.circle-green:after {
  font-family: FontAwesome, serif;
  content: "\f00c";
  font-size: 1.6em;
}
.circle-red {
  padding-top: 1px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
}
.circle-red:after {
  font-family: FontAwesome, serif;
  content: "\f00d";
  font-size: 2em;
}
.circle-current {
  padding-top: 8px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
}
.circle-current:after {
  font-family: FontAwesome, serif;
  content: "\f0f6";
  font-size: 1.3em;
}
.flow-head-pending {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-left: 26px solid #AAAAAA;
  border-bottom: 35px solid transparent;
}
.flow-tail-pending {
  width: 0;
  height: 0;
  border-top: 35px solid #AAAAAA;
  border-left: 26px solid transparent;
  border-bottom: 35px solid #AAAAAA;
}
.flow-head-failure {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-left: 26px solid #d61e2e;
  border-bottom: 35px solid transparent;
}
.flow-tail-failure {
  width: 0;
  height: 0;
  border-top: 35px solid #d61e2e;
  border-left: 26px solid transparent;
  border-bottom: 35px solid #d61e2e;
}
.flow-head-current {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-left: 26px solid #428BCA;
  border-bottom: 35px solid transparent;
}
.flow-tail-current {
  width: 0;
  height: 0;
  border-top: 35px solid #428BCA;
  border-left: 26px solid transparent;
  border-bottom: 35px solid #428BCA;
}
.flow-width {
  padding: 0 !important;
  width: 26px !important;
  height: 70px !important;
}
.step-current {
  color: #FFFFFF !important;
  background-color: #428BCA;
}
.step-pending {
  color: #FFFFFF !important;
  background-color: #AAAAAA;
}
.step-failure {
  color: #FFFFFF !important;
  background-color: #d61e2e;
}
.step-na {
  color: #EEEEEE !important;
}
.step-size-small {
  width: 229px !important;
}
.step-size-regular {
  width: 255px !important;
}
.step-size-wide {
  width: 280px !important;
}
.diagonal-top {
  border-top: 1px solid #D0D0D0;
  width: 43px;
  height: 0;
  transform: rotate(54deg);
  transform-origin: left;
}
.diagonal-bottom {
  margin-top: 21px;
  border-right: 1px solid #D0D0D0;
  width: 16px;
  height: 42px;
  transform: rotate(36deg);
  transform-origin: left;
}
.xpps-form-row-label {
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.xpps-form-col-label {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.xpps-form-include {
  padding-top: 5px;
  padding-bottom: 5px;
}
label[disabled] {
  color: #cccccc;
}
.login-label {
  font-size: 13px;
  color: #ffffff;
}
.tooltip-inner {
  max-width: 310px !important;
}
hr.order-divider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.xpps-form-row-label {
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.xpps-form-col-label {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.xpps-form-include {
  padding-top: 5px;
  padding-bottom: 5px;
}
label[disabled] {
  color: #cccccc;
}
.xpps-summary {
  background-color: #F7F7F7;
  border-color: #DFDDDD;
  border-radius: 10px;
}
.xpps-product-results {
  background-color: #EEEEEE;
  border-color: #DFDDDD;
  border-radius: 10px;
}
.xpps-order-form-main-title {
  font-weight: bold;
  padding-left: 2px;
  padding-bottom: 4px;
}
.xpps-order-form {
  border-color: #DFDDDD;
  background-color: #F7F7F7;
  border-radius: 25px;
}
.xpps-du-upload {
  background-color: #EEEEEE;
  border-color: #DFDDDD;
  border-radius: 10px;
}
.xpps-product-desc {
  background-color: #EEEEEE;
  border-color: #DFDDDD;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.xpps-message-of-the-day-alert {
  color: #a94442;
}
.table-hover > tbody > tr.selectedRow:hover > td,
.selectedRow > td {
  background-color: #CFDFE3 !important;
}
.dynamic-modal .modal-dialog {
  width: 80%;
  height: 90%;
}
.dynamic-modal .modal-dialog > .modal-content {
  height: 100%;
  overflow: auto;
}
.table-striped-blue > tbody > tr:nth-child(odd) > td,
.table-striped-blue > tbody > tr:nth-child(odd) > th {
  background-color: #E6EFF1;
}
.table-striped-blue > tbody > tr:nth-child(even) > td,
.table-striped-blue > tbody > tr:nth-child(even) > th {
  background-color: #CFDFE3;
}
.table-hover-lime > tbody > tr:hover > td,
.table-hover-lime > tbody > tr:hover > th {
  background-color: #CDEA77;
}
.form-spacer {
  margin-right: 10px;
}
.fixed-order-details-width {
  min-width: 350px;
  max-width: 350px;
  width: 350px;
}
.loan-regular-page-height {
  height: 85%;
  width: 100%;
  overflow-y: auto;
}
.loan-los-page-height {
  height: 95%;
  width: 100%;
  overflow-y: auto;
}
.loan-los-detail-page-top-margin {
  margin-top: 30px;
}
.loan-page-header {
  color: #31708f;
  background-color: white;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
.loan-menu-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.loan-menu {
  background-color: #ffffff;
  border-color: #e7e7e7;
}
.back-button {
  padding-left: 15px;
  padding-right: 2px;
}
.loan-menu-collapse > ul {
  display: inline !important;
}
.loan-menu-nav {
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #D0D0D0;
}
.loan-menu-nav > li {
  display: inline;
  vertical-align: middle;
}
.loan-menu-nav > li > a {
  position: relative;
  display: inline;
  padding: 10px 15px;
}
.loan-menu-nav > .active > a {
  color: #428bca;
  background-color: #ffffff;
}
.loan-menu-nav > li + li {
  background-color: #e7e7e7;
}
.loan-menu-nav > li > a:hover,
.loan-menu-nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.loan-menu-nav > li.active > a,
.loan-menu-nav > li.active > a:hover,
.loan-menu-nav > li.active > a:focus {
  color: #428bca;
  background-color: #ffffff;
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #ffffff;
}
.loan-menu-nav > li.disabled > a {
  color: #999999;
}
.loan-menu-nav > li.disabled > a:hover,
.loan-menu-nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: #e7e7e7;
}
.loan-menu-nav > li > a {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #D0D0D0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #999999;
  background-color: #f8f8f8;
}
.loan-menu-nav > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.btn-primary:disabled {
  background-color: #EEEEEE !important;
  border-color: #DFDDDD !important;
}
.btn-primary:disabled:hover {
  background-color: #EEEEEE !important;
  border-color: #DFDDDD !important;
}
.growl-container {
  min-width: 500px;
}
textarea {
  width: 100%;
}
.textwrapper {
  border: 1px solid #999999;
  margin: 5px 0;
  padding: 3px;
}
.ace-file-input .ace-file-container.selected .ace-file-name .xpps-ace {
  background-color: #428bca;
}
.col-xpps-12 {
  width: 100%;
  float: left;
}
.steps_number {
  /* >> start: copied from highlight_label */
  color: #31708f;
  font-weight: bolder;
  /* << end: copied from highlight_label */
  width: 50px;
  text-align: right;
  padding-right: 10px;
}
.steps_label {
  padding-right: 10px;
  font-weight: bold;
}
.steps_spacer {
  width: 50px;
}
.standard-form-width input,
.standard-half-form-width input,
.double-standard-form-width input,
.third-standard-form-width input,
.date-standard-form-width input {
  width: 100%;
}
.standard-form-width select,
.standard-half-form-width select,
.double-standard-form-width select,
.third-standard-form-width select,
.date-standard-form-width select {
  width: 100%;
}
.multi-borrower-eye-break {
  padding-left: 10px;
  padding-right: 10px;
  color: #D0D0D0;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
@media all and (max-width: 1024px) {
  .standard-form-width {
    margin-right: 10px;
    min-width: 50px;
    max-width: 110px;
  }
  .standard-half-form-width {
    margin-right: 10px;
    min-width: 75px;
    max-width: 165px;
  }
  .double-standard-form-width {
    margin-right: 10px;
    min-width: 100px;
    max-width: 220px;
  }
  .third-standard-form-width {
    margin-right: 10px;
    min-width: 50px / 3;
    max-width: 110px / 3;
  }
  .date-standard-form-width {
    min-width: 50px / 3 - 10;
    max-width: 110px / 3 - 10;
  }
  .standard-form-width {
    margin-right: 10px;
    min-width: 50px;
    max-width: 110px;
  }
  .standard-half-form-width {
    margin-right: 10px;
    min-width: 75px;
    max-width: 165px;
  }
  .double-standard-form-width {
    margin-right: 10px;
    min-width: 100px;
    max-width: 220px;
  }
  .third-standard-form-width {
    margin-right: 10px;
    min-width: 50px / 3;
    max-width: 110px / 3;
  }
  .date-standard-form-width {
    min-width: 50px / 3 - 10;
    max-width: 110px / 3 - 10;
  }
}
@media all and (min-width: 1025px) {
  .standard-form-width {
    margin-right: 10px;
    min-width: 50px;
    max-width: 150px;
  }
  .standard-half-form-width {
    margin-right: 10px;
    min-width: 75px;
    max-width: 225px;
  }
  .double-standard-form-width {
    margin-right: 10px;
    min-width: 100px;
    max-width: 300px;
  }
  .third-standard-form-width {
    margin-right: 10px;
    min-width: 50px / 3;
    max-width: 150px / 3;
  }
  .date-standard-form-width {
    min-width: 50px / 3 - 10;
    max-width: 150px / 3 - 10;
  }
  .standard-form-width {
    margin-right: 10px;
    min-width: 50px;
    max-width: 150px;
  }
  .standard-half-form-width {
    margin-right: 10px;
    min-width: 75px;
    max-width: 225px;
  }
  .double-standard-form-width {
    margin-right: 10px;
    min-width: 100px;
    max-width: 300px;
  }
  .third-standard-form-width {
    margin-right: 10px;
    min-width: 50px / 3;
    max-width: 150px / 3;
  }
  .date-standard-form-width {
    min-width: 50px / 3 - 10;
    max-width: 150px / 3 - 10;
  }
}
.row .report-header {
  clear: both;
  color: #31708f;
}
.row .report-header:before {
  margin-left: 5px;
  content: "\2022";
  padding: 5px;
}
.row .report-header .collapsed:before {
  content: "\f0d7";
}
.row .report-body {
  margin-left: 20px;
}
.report-updated > a {
  position: relative;
  bottom: 1px;
}
.report-updated > a:hover,
.report-updated > a:focus {
  text-decoration: none;
}
.xpps-order-form {
  border-color: #D0D0D0;
  border-radius: 25px;
}
.badpassword {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
}
