/* Border */
.no-bdr {
  border: none;
}

.bdr-b-ccc {
  border-bottom: 1px solid #ccc;
}

.bdr-b-w {
  border-bottom: 2px solid #ccc;
}

.bdr-lgray {
  border: 1px solid #e6e6e6;
}

.vertical-seperator {
  height: 100%;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}

/* Padding */
.px-0,
.pl-0 {
  padding-left: 0;
}

.px-0,
.pr-0 {
  padding-right: 0;
}

.p-0-10 {
  padding: 0 10px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-15 {
  padding-left: 15px;
}

.m-a {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.mtb-20 {
  margin: 20px 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-272 {
  margin-left: 272px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

/* Display */
.display-block {
  display: block;
}

.display-inline {
  display: inline !important;
}

.display-none {
  display: none;
}

.display-flex {
  display: flex;
}

/* Flex */
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.mask-img-bdr-rounded {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  display: inline-block;
}

.over-flow-hidden {
  overflow: hidden;
}

/* color inherit */
.color-inherit {
  color: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  color: #2a6496;
  text-decoration: underline;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Backgrounf Color */
.bg-green {
  background-color: #5eb743;
  color: #fff !important;
} /* Orange */
.bg-blue {
  background-color: #43a0b7;
  color: #fff !important;
} /* Orange */
.bg-light-gray {
  background-color: #eee;
}

/* Font Color */
.fc-fff {
  color: #fff !important;
}

.fc-999 {
  color: #999;
}

.fc-orange {
  color: #e06319;
} /* Orange */
.fc-919191 {
  color: #919191;
} /* Gray */
.fc-43a0b7 {
  color: #43a0b7;
} /* Cyan */
.fc-5eb743 {
  color: #5eb743;
} /* Green */
.fc-2f4283 {
  color: #2f4283;
} /* Blue */
.fc-FF0000 {
  color: #ff0000;
} /* Red */
.fc-515151 {
  color: #515151;
} /* dark gray */
/* Font Size */
.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 30px;
}

/* Line Height */
.lh-22 {
  line-height: 22px;
}

.lh-26 {
  line-height: 26px;
}

.lh-34 {
  line-height: 34px !important;
}

/* Minimum Height */
.minH-450 {
  min-height: 450px;
}

.pull-left {
  float: left;
}

.block-display {
  display: inline-block;
  margin-left: 20px;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

.no-margin {
  margin: 0;
}

#opportunity-header-opportunity-id,
#opportunity-header-opportunity-type,
#opportunity-header-opportunity-status {
  margin-bottom: 0px;
  font-size: 12px;
  margin-left: 12px;
}

#opportunity-header-opportunity-id .heading,
#opportunity-header-opportunity-type .heading,
#opportunity-header-opportunity-status .heading {
  font-weight: 700;
}

#opportunity-section-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.quick-details-borrower-name {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  position: relative;
  font-size: 12px;
  font-weight: normal;
}

.quick-details-borrower-name::after {
  content: attr(title);
  display: none;
  white-space: normal;
  word-wrap: break-word;
  background-color: #f9f9f9;
  padding: 5px;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.quick-details-borrower-name:hover::after {
  display: block;
}

.btn {
  color: #666;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out, outline 0.3s ease;
  position: relative;
  color: #fff;
  padding: 8px 12px;
}
.btn:focus {
  color: #fff;
}
.btn i.fa {
  color: #fff;
  padding-right: 10px;
}
.btn i.color-inherit {
  color: inherit;
}
.btn:hover {
  color: #fff;
  background-color: #000;
}
.btn:hover i {
  color: #fff;
}
.btn:disabled .purple-border {
  border: 1px dotted #51414F;
}

.border-purple {
  border: 2px solid #800080;
}

.btn-darkCyan {
  color: #fff;
  background-color: #43a0b7;
}
.btn-darkCyan:hover {
  color: #fff;
  background-color: #000;
}

.btn-darkCyan-outline.btn {
  color: #43a0b7;
  border: 1px solid #43a0b7;
  background-color: transparent;
}

.btn-darkGray {
  color: #fff !important;
  background-color: #515151;
}
.btn-darkGray:hover {
  color: #fff;
  background-color: #000;
}

.btn-fa-icon {
  margin-left: 80px;
}

.btn-fa-check-icon {
  margin-left: 25px;
}

.btn-fa-selectedbank-icon {
  margin-left: 10px;
}

.btn-orange {
  color: #fff;
  background-color: #e06319;
}
.btn-orange:hover {
  color: #fff;
  background-color: #000;
}

.btn-darkCyan-outline:hover {
  color: #fff;
  background-color: #000;
}

.btn-more:after {
  top: 5px;
  font-family: FontAwesome;
  position: absolute;
  content: "\f061";
  right: 10px;
}

.btn-follow:after {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  content: "\f067";
  right: 10px;
}

.btn-following {
  padding-left: 25px !important;
}
.btn-following:before {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  content: "\f00c";
  left: 8px;
}

.btn-unfollow:after {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  content: "\f068";
  right: 10px;
}

.btn-inMod-SelectBank {
  display: block;
  width: 100%;
  text-align: left;
}
.btn-inMod-SelectBank:after {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  content: "\f00c";
  right: 25px;
}

.btn-joinViaIn {
  background-color: #0077b5;
  padding: 6px 56px 7px 80px;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.btn-joinViaIn:hover {
  background-color: #000;
  color: #fff;
}
.btn-joinViaIn:before {
  font-family: FontAwesome;
  content: "\f0e1";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #026294;
  height: 100%;
  width: 42px;
  text-align: center;
  font-size: 21px;
  line-height: 38px;
}

.btn-selectBank, .btn-selectInstitution {
  padding: 4px 56px 5px 80px;
  position: relative;
  font-size: 16px;
}
.btn-selectBank:hover, .btn-selectInstitution:hover {
  background-color: #000;
  color: #fff;
}
.btn-selectBank:before, .btn-selectInstitution:before {
  content: url("../../../../assets/images/icons/right-arrow.png");
  position: absolute;
  top: 0;
  left: 0;
  background-color: #39879a;
  height: 32px;
  width: 42px;
  text-align: center;
  line-height: 36px;
}

.status-success:after {
  font-family: FontAwesome;
  position: absolute;
  right: -25px;
  top: 28px;
  font-size: 21px;
  content: "\f00c";
  color: #8db743;
}

.status-fail:after {
  font-family: FontAwesome;
  position: absolute;
  right: -25px;
  top: 28px;
  font-size: 21px;
  content: "\f00d";
  color: #e06319;
}

.begin-closing-process:after {
  content: "\f061";
  right: 10px;
}

.opportunity-type:after {
  content: "\f044";
  right: 10px;
}

.btn-darkCyan-outline.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-remove-user {
  padding-left: 32px;
  color: #fff;
  margin-bottom: 5px;
  background-color: #e84848;
}
.btn-remove-user:before {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  left: 12px;
  content: "\f00d";
}
.btn-remove-user:hover {
  color: #fff;
  background-color: #000;
}

.btn-remove-proxy {
  padding-left: 32px;
  color: #fff;
  margin-bottom: 5px;
  background-color: #e84848;
  color: #fff;
  background-color: #000;
}
.btn-remove-proxy:before {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  left: 12px;
  content: "\f00d";
}

.btn-make-proxy {
  padding-left: 32px;
  color: #fff;
  margin-bottom: 5px;
  background-color: #43a0b7;
}
.btn-make-proxy:before {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  left: 12px;
  content: "\f067";
}
.btn-make-proxy:hover {
  color: #fff;
  background-color: #000;
}

.btn-pending-proxy {
  padding-left: 32px;
  color: #fff;
  margin-bottom: 5px;
}
.btn-pending-proxy:before {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  left: 12px;
  content: "\f017";
}
.btn-pending-proxy:hover {
  color: #fff;
  background-color: #000;
}

.btn-proxy-user-cum-remove-proxy {
  padding-left: 32px;
  color: #fff;
  margin-bottom: 5px;
}
.btn-proxy-user-cum-remove-proxy:before {
  font-family: FontAwesome;
  top: 5px;
  position: absolute;
  left: 12px;
  content: "\f00c";
}
.btn-proxy-user-cum-remove-proxy:hover {
  color: #fff;
  background-color: #e06319;
}
.btn-proxy-user-cum-remove-proxy:hover:before {
  content: "\f068";
}

.btn-pending-proxy.btn {
  background-color: transparent;
  border: 1px solid #919191;
  color: #919191;
}

.btn-proxy-user-cum-remove-proxy.btn {
  background-color: transparent;
  border: 1px solid #e06319;
  color: #e06319;
}

.btn-create-new {
  max-width: 295px;
  margin: 0 auto;
  display: block;
  text-align: left;
}
.btn-create-new:after {
  font-family: FontAwesome;
  top: 10px;
  position: absolute;
  content: "\f067";
  right: 18px;
}

.btn-publish:after {
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  content: "\f064";
}

.btn-delete:after {
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  content: "\f00d";
}

.btn-add-doc {
  width: 155px;
  text-align: right;
}
.btn-add-doc:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f067";
  top: 6px;
  left: 10px;
}

.btn-record-transaction {
  width: 130px;
  text-align: left;
  width: 150px;
  text-align: left;
  margin-bottom: 10px;
  width: 108px;
  text-align: left;
}
.btn-record-transaction:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f067";
  top: 6px;
  right: 10px;
  font-family: FontAwesome;
  position: absolute;
  content: "\f019";
  top: 6px;
  right: 10px;
  font-family: FontAwesome;
  position: absolute;
  content: "\f114";
  top: 6px;
  right: 10px;
}

.btn.btn-link.pencil-icon {
  padding: 0px;
}

.pencil-icon.download {
  content: "\f019";
}

.btn-add-download {
  width: 150px;
  text-align: right;
  margin-bottom: 10px;
}
.btn-add-download:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f019";
  top: 6px;
  left: 10px;
}

.btn-add-folder {
  width: 130px;
  text-align: right;
}
.btn-add-folder:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f07b";
  top: 6px;
  left: 10px;
}

.btn-sign {
  text-align: left;
  width: 85px;
  font-size: 11px;
  background-color: #43a0b7;
  padding: 6px 10px 6px 8px;
}
.btn-sign:after {
  font-family: FontAwesome;
  position: absolute;
  font-size: 14px;
  top: 5px;
  content: "\f044";
  right: 7px;
}

.btn-sign-pending {
  text-align: left;
  width: 85px;
  font-size: 11px;
}
.btn-sign-pending:after {
  font-family: FontAwesome;
  position: absolute;
  font-size: 14px;
  top: 5px;
  content: "\f044";
  right: 7px;
}
.btn-sign-pending:hover {
  color: #fff;
  background-color: #000;
}

.btn-sign-complete {
  text-align: left;
  width: 85px;
  font-size: 11px;
}
.btn-sign-complete:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 14px;
  top: 5px;
  content: "\f00c";
  left: 7px;
}

.btn-sign-pending.btn {
  color: #5eb743;
  padding: 6px 10px 6px 8px;
  border: 1px solid #5eb743;
}

.btn-sign-complete.btn {
  color: #43a0b7;
  border: 1px solid #43a0b7;
  padding: 6px 10px 6px 28px;
  opacity: 1 !important;
}

.btn-inivte {
  height: 30px;
  line-height: 28px;
  background-color: #43a0b7;
  color: #fff;
  padding: 0 15px;
  margin-right: 0px;
}
.btn-inivte I {
  color: #3e872e;
  margin: 0 3px;
}

.invite.btn-inivte {
  height: 30px;
  line-height: 28px;
  background-color: #43a0b7;
  color: #fff;
  padding: 4px 16px 7px 14px;
  margin-right: 0px;
}
.invite.btn-inivte I {
  color: #3e872e;
  margin: 0 3px;
}

.btn-gray-a {
  background-color: #9c9c9c;
}

.btn-gray-a.btn-disabled {
  border-color: #9c9c9c;
  color: #9c9c9c;
}

.btn-gray-b {
  background-color: #717171;
}

.btn-gray-b.btn-disabled {
  border-color: #717171;
  color: #717171;
}

.btn-gray-c {
  background-color: #515151;
}

.btn-gray-c.btn-disabled {
  border-color: #515151;
  color: #515151;
}

.btn-cyan-a {
  background-color: #43a0b7;
}

.btn-cyan-a.btn-disabled {
  border-color: #43a0b7;
  color: #43a0b7;
}

.btn-cyan-b {
  background-color: #2e8398;
}

.btn-cyan-b.btn-disabled {
  border-color: #2e8398;
  color: #2e8398;
}

.btn-orange-a {
  background-color: #e06319;
}

.btn-orange-a.btn-disabled {
  border-color: #e06319;
  color: #e06319;
}

.btn-orange-outline-a.btn {
  border-color: #e06319;
  color: #e06319;
}

.btn-green-a {
  background-color: #5eb743;
}

.btn-green-a.btn-disabled {
  border-color: #5eb743;
  color: #5eb743;
}

.btn-red-a {
  background-color: #e84848;
}

.btn-red-a.btn-disabled {
  border-color: #e84848;
  color: #e84848;
}

.btn-disabled {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-icon-left {
  text-align: left;
  text-align: left;
}
.btn-icon-left I {
  margin-right: 4px;
}

.btn-icon-right {
  text-align: left;
  text-align: left;
}
.btn-icon-right I {
  float: right;
  margin-top: 4px;
}

.btn-blue-a {
  background-color: #0b99eb;
}
.btn-blue-a.btn-disabled {
  border-color: #0b99eb;
  color: #0b99eb;
}

.btn-purple-a {
  background-color: #8087f0;
}
.btn-purple-a.btn-disabled {
  border-color: #8087f0;
  color: #8087f0;
}

.btn-align-left {
  text-align: left !important;
}

@media (max-width: 479px) {
  .btn-joinViaIn {
    white-space: normal;
    padding: 6px 16px 7px 50px;
  }
  .btn-joinViaIn:before {
    line-height: 54px;
  }
}
.status-success:after {
  font-family: FontAwesome;
  position: absolute;
  right: -25px;
  top: 28px;
  font-size: 21px;
  content: "\f00c";
  color: #8db743;
}

.status-fail:after {
  content: url("../../../../assets/images/icons/close.png");
  position: absolute;
  right: -25px;
  top: 28px;
  font-size: 21px;
  color: #e06319;
}

button {
  letter-spacing: 0.6px;
}

.dropdown-menu li a i {
  padding-right: 6px;
  width: 25px;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.2em;
}

#filter_users .btn-group .btn-default, #new_bank .btn-group .btn-default, #opportunity_filter .btn-group .btn-default {
  text-align: left;
}
#filter_users .btn-group .multiselect, #new_bank .btn-group .multiselect, #opportunity_filter .btn-group .multiselect {
  width: 100%;
  text-align: left;
}
#filter_users .btn-group .multiselect:hover, #new_bank .btn-group .multiselect:hover, #opportunity_filter .btn-group .multiselect:hover {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  color: #555;
}
#filter_users .btn-group .multiselect .caret, #new_bank .btn-group .multiselect .caret, #opportunity_filter .btn-group .multiselect .caret {
  position: absolute;
  right: 10px;
  top: 15px;
}
#filter_users .btn-group.open .multiselect:hover, #new_bank .btn-group.open .multiselect:hover, #opportunity_filter .btn-group.open .multiselect:hover {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  color: #555;
}
#filter_users .btn-group.open ul.multiselect-container, #new_bank .btn-group.open ul.multiselect-container, #opportunity_filter .btn-group.open ul.multiselect-container {
  top: 108%;
  min-width: 100%;
}
#filter_users .btn-group.open ul.multiselect-container li a, #new_bank .btn-group.open ul.multiselect-container li a, #opportunity_filter .btn-group.open ul.multiselect-container li a {
  color: #333;
  background-color: transparent;
}
#filter_users .btn-group.open ul.multiselect-container li a label, #new_bank .btn-group.open ul.multiselect-container li a label, #opportunity_filter .btn-group.open ul.multiselect-container li a label {
  padding: 3px 20px 3px 30px;
}

#toggleParticipants .fa, #toggleUsers .fa {
  font-weight: 600;
  color: #43a0b7;
  margin: 0 3px;
  position: absolute;
  top: 0;
  right: 12px;
}
#toggleParticipants .fa:hover, #toggleUsers .fa:hover {
  cursor: pointer;
  color: #e06319;
}

.card-carousel {
  width: 100%;
  height: auto;
  position: relative;
}
.card-carousel UL {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.card-carousel UL LI {
  width: 360px;
  padding: 0;
  margin: 0 15px;
  display: block;
  float: left;
  text-align: center;
}
.card-carousel .card-carousel-navigation-prev {
  z-index: 1;
  width: 37px;
  height: 37px;
  color: #afafaf;
  line-height: 40px;
  position: absolute;
  background-color: #f4f3f3;
  border: 1px solid #afafaf;
  border-radius: 50%;
  left: 0;
}
.card-carousel .card-carousel-navigation-prev I {
  font-size: 22px;
}
.card-carousel .card-carousel-navigation-prev:hover {
  color: #fff;
  background-color: #e06319;
  border: 1px solid #e06319;
}
.card-carousel .card-carousel-navigation-prev:focus {
  outline: 0;
}
.card-carousel .card-carousel-navigation-next {
  z-index: 1;
  width: 37px;
  height: 37px;
  color: #afafaf;
  line-height: 40px;
  position: absolute;
  background-color: #f4f3f3;
  border: 1px solid #afafaf;
  border-radius: 50%;
  right: 0;
}
.card-carousel .card-carousel-navigation-next I {
  font-size: 22px;
}
.card-carousel .card-carousel-navigation-next:hover {
  color: #fff;
  background-color: #e06319;
  border: 1px solid #e06319;
}
.card-carousel .card-carousel-navigation-next:focus {
  outline: 0;
}

.card-carousel.card-carousel-banks UL LI {
  width: 305px;
}
.card-carousel.card-carousel-banks .item .item-head {
  margin-bottom: 0;
  border-bottom: none;
  height: 64px;
}

.card-carousel.carousel-full-width .card-carousel-navigation-prev {
  left: 3.75%;
}
.card-carousel.carousel-full-width .card-carousel-navigation-next {
  right: 3.75%;
}

.opportunities-list .card-carousel {
  min-height: 630px;
  overflow: hidden;
}
.opportunities-list .card-carousel-navigation-prev {
  top: 320px;
}
.opportunities-list .card-carousel-navigation-next {
  top: 320px;
}
.opportunities-list .card-carousel.card-carousel-banks {
  min-height: 100px;
  overflow: hidden;
}
.opportunities-list .card-carousel.card-carousel-banks .card-carousel-navigation-prev {
  top: 150px;
}
.opportunities-list .card-carousel.card-carousel-banks .card-carousel-navigation-next {
  top: 150px;
}
.opportunities-list .sum .tooltip I {
  font-style: normal;
  display: block;
  font-size: 13px;
  color: #e06319;
  font-weight: 600;
}
.opportunities-list .sum .tooltip EM {
  font-style: normal;
  display: block;
  font-size: 11px;
  font-weight: 300;
}

.banks-list .card-carousel {
  min-height: 370px;
  overflow: hidden;
}
.banks-list .card-carousel-navigation-prev {
  top: 150px;
}
.banks-list .card-carousel-navigation-next {
  top: 150px;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .card-carousel.carousel-full-width .card-carousel-navigation-prev {
    left: 1.1%;
  }
  .card-carousel.carousel-full-width .card-carousel-navigation-next {
    right: 1.1%;
  }
}
/* Selected Bank */
.selectedBank {
  border: 1px solid #e6e6e6;
  padding: 12px 12px 5px;
  margin-bottom: 10px;
}
.selectedBank .bank-logo-n-name IMG {
  float: left;
  margin-right: 15px;
}
.selectedBank .bank-logo-n-name H4 {
  color: #43a0b7;
  margin: 2px 0 3px 0;
  font-weight: 600;
}
.selectedBank .close {
  color: #e06319;
  margin-top: -7px;
  font-size: 25px;
  opacity: 1;
}

/* Non Member selected bank */
.selected_bank {
  border: 1px solid #e6e6e6;
  padding: 12px 12px 5px;
  margin-bottom: 10px;
}
.selected_bank .bank-logo-n-name IMG {
  float: left;
  margin-right: 15px;
}
.selected_bank .bank-logo-n-name H4 {
  color: #43a0b7;
  margin: 2px 0 3px 0;
  font-weight: 600;
}
.selected_bank .close {
  color: #e06319;
  margin-top: -7px;
  font-size: 25px;
  opacity: 1;
}

.selectedInstitution {
  border: 1px solid #e6e6e6;
  padding: 12px 12px 5px;
  margin-bottom: 10px;
}
.selectedInstitution .close {
  color: #e06319;
  margin-top: -7px;
  font-size: 25px;
  opacity: 1;
}

.modNewInst .signin {
  border-bottom: 1px solid #ccc;
  padding: 38px 0 0;
  margin-bottom: 28px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  border-radius: 6px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 0px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before {
  content: " ";
  display: table;
  content: " ";
  display: table;
}
.modal-footer:after {
  content: " ";
  display: table;
  clear: both;
  content: " ";
  display: table;
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* Modal SignIn */
.modSignin .modal-dialog {
  max-width: 700px;
}
.modSignin .joinWithLinkedIn {
  border-bottom: none;
  margin-bottom: 0;
}
.modSignin .forgotNamePass {
  text-align: right;
  margin-bottom: 18px;
}
.modSignin .forgotNamePass A {
  margin-top: -20px;
}
.modSignin .signin {
  border-bottom: 1px solid #ccc;
  padding: 38px 0 0;
  margin-bottom: 28px;
}
.modSignin .modal-body {
  padding-bottom: 25px;
}
.modSignin .modal-body.modal-new-opportunity-type {
  padding-bottom: 25px;
  background: none;
}

/* Modal Join */
.modJoin .modal-dialog {
  max-width: 700px;
}
.modJoin .modal-body {
  padding-bottom: 25px;
}
.modJoin .create-new-account {
  border-bottom: 1px solid #ccc;
  padding: 38px 0 54px;
  margin-bottom: 46px;
}
.modJoin .create-new-account .btn {
  padding: 8px 52px;
}
.modJoin .create-new-account .btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 38px;
  width: 48px;
}
.modJoin .create-new-account P {
  margin-bottom: 24px;
  margin-bottom: 24px;
}

/* Modal Common */
.modal_content_center .modal-dialog, .modLegalPopUp .modal-dialog, .modHelp .modal-dialog, .modTerms .modal-dialog, .modPrivacy .modal-dialog {
  max-width: 700px;
}
.modal_content_center .modal-body, .modLegalPopUp .modal-body, .modHelp .modal-body, .modTerms .modal-body, .modPrivacy .modal-body {
  padding-bottom: 20px;
}
.modal_content_center P, .modLegalPopUp P, .modHelp P, .modTerms P, .modPrivacy P {
  text-align: left;
}

/* Modal Privacy */
/* Modal Terms and Use */
/* Modal Help */
/* Modal Legal popup */
/* Modal Generic popup */
.modGeneric .modal-dialog, .modChangePass .modal-dialog {
  max-width: 700px;
}
.modGeneric .modal-dialog-profile-pic, .modChangePass .modal-dialog-profile-pic {
  max-width: 540px;
}

/* Modal Delete Profile Pic Confirmation */
.modConfirmation .modal-dialog {
  max-width: 550px;
}

/* Modal Profile Pic popup */
.modGenericAddLogo .modal-dialog {
  max-width: 700px;
}

.modAuthorizationDetails .modal-dialog {
  max-width: 750px;
}

/*Modal Selected Bank */
.modSelectBank .modal-dialog {
  max-width: 800px;
}
.modSelectBank .bankList-inMod {
  padding-left: 15px;
  padding-right: 15px;
}
.modSelectBank .bankList-inMod .row {
  background-color: #f4f3f3;
  border: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 8px;
}
.modSelectBank .bankList-inMod .row:first-child {
  margin-top: 20px;
}
.modSelectBank .bankList-inMod .bank-logo-n-name IMG {
  float: left;
  margin-right: 15px;
}
.modSelectBank .bankList-inMod .bank-logo-n-name H4 {
  color: #43a0b7;
  margin: 2px 0 0 0;
  font-weight: 600;
}
.modSelectBank .btn-inMod-SelectBank {
  margin-top: 5px;
}

/* Modal Delete Profile Pic Confirmation */
.modDocumentsUpload .modal-dialog {
  max-width: 850px;
}

/* Modal How it works */
.howItWorksModal .modal-dialog {
  max-width: 900px;
}
.howItWorksModal .modal-body {
  border-bottom: 20px solid #43a0b7;
  font-weight: 300;
  font-size: 18px;
  color: #808284;
  font-family: "Open Sans Condensed", sans-serif;
  text-rendering: optimizeLegibility;
}
.howItWorksModal .modal-body H3 {
  font-family: "Open Sans Condensed", sans-serif;
  text-rendering: optimizeLegibility;
}
.howItWorksModal H3 {
  display: inline-block;
  position: relative;
  padding: 5px 20px 8px;
  margin: 10px 0;
  font-weight: 300;
  font-size: 36px;
}
.howItWorksModal H3:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border: 2px solid #e06319;
  border-right: none;
  left: 0;
}
.howItWorksModal H3:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border: 2px solid #43a0b7;
  border-left: none;
  right: 0;
}
.howItWorksModal .how-plist-works {
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}
.howItWorksModal .sprite {
  background-image: url("../../../../assets/images/icons/how-it-works-sprite.png");
  margin-left: auto;
  margin-right: auto;
}
.howItWorksModal .sprite.aa {
  background-position: -226px 0;
  height: 66px;
  width: 66px;
}
.howItWorksModal .sprite.bb {
  background-position: 0 0;
  height: 300px;
  width: 226px;
}
.howItWorksModal .sprite.cc {
  background-position: -292px 0px;
  height: 66px;
  width: 66px;
}
.howItWorksModal .sprite.dd {
  background-position: -226px -66px;
  height: 30px;
}
.howItWorksModal .sprite.ee {
  background-position: -226px -96px;
  height: 24px;
}
.howItWorksModal .sprite.ff {
  background-position: -226px -120px;
  height: 33px;
}
.howItWorksModal .sprite.gg {
  background-position: -226px -153px;
  height: 31px;
}
.howItWorksModal .sprite.hh {
  background-position: -226px -184px;
  height: 22px;
}
.howItWorksModal .sprite.ii {
  background-position: -226px -206px;
  height: 34px;
}
.howItWorksModal .sprite.jj {
  background-position: -226px -240px;
  height: 29px;
}
.howItWorksModal .protections-list {
  padding-left: 20px;
}
.howItWorksModal .protections-list > LI {
  margin-bottom: 30px;
  position: relative;
  padding-left: 62px;
}
.howItWorksModal .protections-list > LI I {
  margin-bottom: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
}

.agree-legal-terms .modal-body {
  padding-top: 40px;
}
.agree-legal-terms .alert {
  border: 1px solid #e6e6e6;
  background-color: #f4f2f3;
  font-style: italic;
  margin-top: 30px;
}
.agree-legal-terms .alert SPAN {
  color: #919191;
  font-size: 12px;
}
.agree-legal-terms .alert DIV:first-child {
  color: #e06319;
}

.agree-legal-terms .form-group,
.agree-legal-terms .alert {
  margin-left: 0;
  margin-right: 0;
}

.drop-zone-main, .drop-zone-files, .drop-zone {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  color: #444444;
  border: 4px dashed #c3c3c3;
  border-radius: 10px;
}

.drop-zone {
  width: 480px;
  height: 400px;
}

.drop-zone-files {
  width: 300px;
  height: 200px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.signIn-flash {
  width: 400px;
}

.forgotPassword-flash {
  width: 600px;
}

span.not-valid-tip {
  color: #ff0000;
  display: block;
  font-size: 12px;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 6px;
  font-size: 48px;
  z-index: 9999;
}
.loader.center {
  position: fixed;
}

@keyframes load {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(40px);
  }
}
.spinner-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #515151;
  opacity: 0.2;
  z-index: 1450;
}

.spinner-text {
  font-size: 18px;
}

.search-span {
  font-size: 12px;
  color: red;
}

.mask-img-bdr-rounded {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  display: inline-block;
}

.my-profile .btn.btn-icon {
  padding: 0 5px;
}
.my-profile .table .btn I {
  color: #fff;
}
.my-profile .table .btn:hover I {
  color: #fff;
}
.my-profile .profile-info {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.my-profile .profile-info .profile-pic-wrap {
  margin-right: 15px;
  float: left;
}
.my-profile .profile-info .profile-pic-wrap > DIV {
  width: 114px;
  height: 114px;
  margin: 0 auto;
}
.my-profile .profile-info .profile-pic-wrap > DIV IMG {
  width: 114px;
}
.my-profile .section-title {
  font-weight: 300;
  margin: 38px 0 15px;
  text-align: left;
}
.my-profile .profile-info .name-title-num {
  overflow: hidden;
}
.my-profile .profile-info .name-title-num P {
  color: #919191;
}
.my-profile .profile-info .profile-info-edit {
  margin-top: 25px;
}
.my-profile .bank-info {
  margin-bottom: 30px;
}
.my-profile .bank-info .btn-change-img {
  padding-left: 0;
  padding-right: 0;
}
.my-profile .bank-info .btn-add-bank {
  padding: 14px 0;
}
.my-profile .bank-info .bank-name-address {
  overflow: hidden;
  padding-left: 15px;
}
.my-profile .bank-info .bank-name-address H5 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 0;
}
.my-profile .bank-info .bank-name-address P {
  margin: 0;
  color: #717171;
}
.my-profile .loan-appetite {
  border-bottom: 1px solid #ccc;
}
.my-profile .loan-appetite H5 {
  color: #43a0b7;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.my-profile .loan-appetite .tags LI {
  background-color: #e5e5e5;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 4px;
}
.my-profile .loan-appetite .locations-tag {
  margin-bottom: 0;
}
.my-profile .loan-appetite .types-tag {
  margin-bottom: 0;
}
.my-profile #change-pass {
  border-bottom: 1px solid #ccc;
}
.my-profile .locations-tag-wrap {
  margin-bottom: 30px;
}
.my-profile .types-tag-wrap {
  margin-bottom: 30px;
}
.my-profile .loan-appetite.edit-view .locations-tag LI {
  padding-left: 6px;
  cursor: pointer;
}
.my-profile .loan-appetite.edit-view .locations-tag LI:before {
  margin-right: 6px;
  color: #919191;
}
.my-profile .loan-appetite.edit-view .locations-tag LI:hover:before {
  color: #e06319;
}

.row-follow-count {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 12px 0;
  text-align: center;
  color: #43a0b7;
  margin-bottom: 30px;
}
.row-follow-count SPAN {
  display: block;
  font-weight: 600;
  font-size: 38px;
  color: #c0c0c0;
}
.row-follow-count .row {
  margin: 0;
}
.row-follow-count > DIV > DIV {
  border-left: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.row-follow-count > DIV > DIV:first-child {
  border-left: none;
}

/* Bank Appetite */
.bank-appetite {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 3px 15px 0 15px;
  margin-bottom: 25px;
}
.bank-appetite H4 {
  font-size: 20px;
  color: #515151;
  margin-bottom: 5px;
}
.bank-appetite SPAN {
  display: block;
}
.bank-appetite SPAN.num {
  font-weight: 600;
  font-size: 38px;
  color: #c0c0c0;
  line-height: 50px;
}
.bank-appetite SPAN.key {
  font-weight: 400;
  font-size: 13px;
  color: #43a0b7;
}
.bank-appetite SPAN.val {
  font-weight: 600;
  font-size: 15px;
  color: #e06319;
}
.bank-appetite .row-count {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 17px;
}
.bank-appetite .row-tags {
  font-size: 12px;
  font-weight: 600;
}
.bank-appetite H5 {
  color: #43a0b7;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.bank-appetite .tags LI {
  background-color: #e5e5e5;
  padding: 4px 6px;
  margin-bottom: 4px;
}
.bank-appetite .locations-tag {
  margin-bottom: 0;
}
.bank-appetite .types-tag {
  margin-bottom: 0;
}
.bank-appetite .locations-tag-wrap {
  margin-bottom: 30px;
}
.bank-appetite .types-tag-wrap {
  padding-bottom: 15px;
  padding-left: 0;
}

/* VIEWERS */
.viewers H4 {
  margin: 25px 0 20px;
}
.viewers SPAN {
  display: inline-block;
}
.viewers .row-tags {
  padding-top: 20px;
}
.viewers .locations-tag-wrap {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 10px;
  padding-bottom: 8px;
}

/* user info carousel */
/* The below line is distorting the image*/
/*.user-info-carousel .item A IMG{width: 78px; height: 78px}*/
.user-info-carousel .item {
  text-align: center;
}
.user-info-carousel .item A {
  display: inline-block;
  display: inline-block;
  margin: 0 1.25%;
  margin: 0 1.25%;
}
.user-info-carousel .carousel-indicators {
  bottom: 10px;
}
.user-info-carousel .carousel-inner {
  padding-bottom: 55px;
}
.user-info-carousel .tooltip .tooltip-inner {
  background-color: #515151;
  font-size: 11px;
  padding: 4px 15px;
}
.user-info-carousel .tooltip H6 {
  margin: 2px 0;
  color: #43a0b7;
}
.user-info-carousel .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #515151;
}

/* The below line was distorting the image */
.updates {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 3px 15px 15px;
  margin-bottom: 25px;
}
.updates H4 {
  font-size: 20px;
  color: #515151;
  margin-bottom: 15px;
}
.updates FORM.update-form {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.updates FORM.update-form .form-group {
  margin-bottom: 0;
}
.updates FORM.update-form BUTTON {
  padding-right: 0;
}
.updates .updates-list P {
  margin: 0;
}
.updates .updates-list H5 {
  font-size: 16px;
  color: #43a0b7;
  margin: 0;
}
.updates .updates-list LI {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.updates .updates-list .timestamp {
  font-size: 11px;
  color: #919191;
  float: left;
}
.updates .updates-list .img-wrap {
  font-size: 20px;
  color: #515151;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  float: left;
}
.updates .updates-list .btn {
  padding-left: 3px;
  padding-right: 2px;
  font-size: 16px;
}
.updates .updates-list .btn:hover I {
  color: #e06319;
}
.updates .pagination {
  margin: 0;
}
.updates .field-hint {
  margin-top: -25px;
}

/* Style for Messages Page */
.messages .section-title {
  margin: 0 0 28px;
  width: 155px;
}
.messages .navs-mails-container {
  position: relative;
  margin-bottom: 68px;
}
.messages .mail-nav {
  list-style: none;
  padding-left: 0;
  width: 122px;
  position: absolute;
  left: 0;
  top: 0;
}
.messages .mail-nav .btn {
  width: 100%;
  text-align: left;
}
.messages .mail-nav .btn I {
  margin-top: 3px;
}
.messages .mail-nav LI {
  margin-bottom: 12px;
  font-size: 16px;
}
.messages .mail-nav LI:first-child {
  margin-bottom: 27px;
}
.messages .mail-nav LI SPAN.count {
  background-color: #e06319;
  border: 2px solid #fff;
  line-height: 16px;
  height: 20px;
  min-width: 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
}
.messages .mail-nav LI.active A {
  color: #a1a1a1;
}
.messages .mails-container {
  margin-left: 155px;
  border: 1px solid #dfdfdf;
}
.messages .mails-container LI {
  position: relative;
  min-height: 162px;
  border-top: 1px solid #dfdfdf;
  padding: 30px 30px 25px;
  background-color: #fff;
}
.messages .mails-container LI:first-child {
  border-top: none;
}
.messages .mails-container LI .btn-sm {
  font-size: 13px;
  width: 30px;
  height: 30px;
  padding: 4px 9px;
}
.messages .mails-container LI > .btn:first-child {
  top: 22px;
}
.messages .mails-container LI.unread-mail {
  border-left: 5px solid #5eb743;
  padding-left: 25px;
}
.messages .mails-container LI.unread-mail .pic-wrap {
  left: 65px;
}
.messages .mails-container .mail-content {
  margin-left: 200px;
  padding-top: 3px;
}
.messages .mails-container .mail-content P {
  line-height: 18px;
}
.messages .mails-container .pic-wrap {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 70px;
}
.messages .mails-container .pic-wrap A {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.messages .mails-container .pic-wrap .mask-img-bdr-rounded {
  width: 74px;
  height: 74px;
  margin: auto;
}
.messages .mails-container .pic-wrap .mask-img-bdr-rounded IMG {
  width: 74px;
  height: 74px;
  margin: auto;
  margin: auto;
}
.messages .mails-container .timestamp {
  color: #919191;
  font-size: 11px;
  margin-bottom: 0;
}
.messages .mails-container .subject {
  margin: 5px 0 24px;
  font-size: 16px;
}

/* Override Select 2 */
.select2-container {
  width: 100%;
}
.select2-container .select2-choice {
  height: 34px;
  border-color: #ccc;
  background: none;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border-radius: 0;
}
.select2-container .select2-choice > .select2-chosen {
  line-height: 32px;
}

.select2-drop {
  border-radius: 0;
}

.tier-border-basic {
  border: 4px solid #43a0b7; /* Thicker border */
  border-radius: 50%; /* Rounder border */
}

.tier-border-silver {
  border: 4px solid #c0c0c0; /* Thicker border */
  border-radius: 50%; /* Rounder border */
}

.tier-border-gold {
  border: 4px solid #ffd700; /* Thicker border */
  border-radius: 50%; /* Rounder border */
}

.tier-border-platinum {
  border: 4px solid #e0e0e0; /* Thicker border */
  border-radius: 50%; /* Rounder border */
}

.tier-label-basic {
  color: #cccccc; /* Grey for Basic */
  font-size: 14px;
  margin-top: -6px;
  margin-left: 0;
  text-align: left;
  display: block;
}

.tier-label-silver {
  color: #c0c0c0; /* Silver color */
  font-size: 14px;
  margin-top: -6px;
  margin-left: 0;
  text-align: left;
  display: block;
}

.tier-label-gold {
  color: #ffd700; /* Gold color */
  font-size: 14px;
  margin-top: -6px;
  margin-left: 0;
  text-align: left;
  display: block;
}

.tier-label-platinum {
  color: #e0e0e0;
  font-size: 14px;
  margin-top: -6px;
  margin-left: 0;
  text-align: left;
  display: block;
}

.profile-pic-name {
  display: flex;
  align-items: center;
}
.profile-pic-name .img-wrap {
  flex-shrink: 0;
  margin-right: 10px;
}
.profile-pic-name span {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-pic-name span a {
  text-align: left;
  display: block;
  margin-bottom: 2px;
}

.field-hint {
  font-size: 11px;
  color: #fff;
  background-color: #515151;
  position: absolute;
  top: -10px;
  right: 0;
  padding: 0 10px;
  line-height: 26px;
  z-index: 10;
}
.field-hint:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9px solid #515151;
  border-left: 10px solid transparent;
  right: 14px;
  top: 26px;
}

input, select {
  letter-spacing: 0.6px;
}

#user_city_result ul,
#user_state_result ul,
#institution_city_result ul,
#institution_state_result ul,
#bank_wire_info_city_result ul,
#bank_wire_info_state_result ul,
#state_of_incorporation_result ul {
  margin-top: 0px;
  background: #fff;
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
}
#user_city_result ul li,
#user_state_result ul li,
#institution_city_result ul li,
#institution_state_result ul li,
#bank_wire_info_city_result ul li,
#bank_wire_info_state_result ul li,
#state_of_incorporation_result ul li {
  padding: 12px;
  cursor: pointer;
  color: #515151;
  background: #f4f3f3;
  margin: 0;
}
#user_city_result ul li:nth-child(odd),
#user_state_result ul li:nth-child(odd),
#institution_city_result ul li:nth-child(odd),
#institution_state_result ul li:nth-child(odd),
#bank_wire_info_city_result ul li:nth-child(odd),
#bank_wire_info_state_result ul li:nth-child(odd),
#state_of_incorporation_result ul li:nth-child(odd) {
  background: #fff;
}
#user_city_result ul li:hover,
#user_state_result ul li:hover,
#institution_city_result ul li:hover,
#institution_state_result ul li:hover,
#bank_wire_info_city_result ul li:hover,
#bank_wire_info_state_result ul li:hover,
#state_of_incorporation_result ul li:hover {
  background: #43a0b7;
  color: #fff;
}

.search_result_div {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: white;
  overflow: scroll;
  min-height: auto;
  max-height: 300px;
  border: 1px solid #e4e4e4;
}

.required:after {
  content: "*";
  color: red;
}

.fileinput-button input {
  position: absolute;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  direction: ltr;
  cursor: pointer;
}

.mask-img-bdr-rounded {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  display: inline-block;
}

.my-profile .btn.btn-icon {
  padding: 0 5px;
}
.my-profile .table .btn I {
  color: #fff;
}
.my-profile .table .btn:hover I {
  color: #fff;
}
.my-profile .profile-info {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.my-profile .profile-info .profile-pic-wrap {
  margin-right: 15px;
  float: left;
}
.my-profile .profile-info .profile-pic-wrap > DIV {
  width: 114px;
  height: 114px;
  margin: 0 auto;
}
.my-profile .profile-info .profile-pic-wrap > DIV IMG {
  width: 114px;
}
.my-profile .section-title {
  font-weight: 300;
  margin: 38px 0 15px;
  text-align: left;
}
.my-profile .profile-info .name-title-num {
  overflow: hidden;
}
.my-profile .profile-info .name-title-num P {
  color: #919191;
}
.my-profile .profile-info .profile-info-edit {
  margin-top: 25px;
}
.my-profile .bank-info {
  margin-bottom: 30px;
}
.my-profile .bank-info .btn-change-img {
  padding-left: 0;
  padding-right: 0;
}
.my-profile .bank-info .btn-add-bank {
  padding: 14px 0;
}
.my-profile .bank-info .bank-name-address {
  overflow: hidden;
  padding-left: 15px;
}
.my-profile .bank-info .bank-name-address H5 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 0;
}
.my-profile .bank-info .bank-name-address P {
  margin: 0;
  color: #717171;
}
.my-profile .loan-appetite {
  border-bottom: 1px solid #ccc;
}
.my-profile .loan-appetite H5 {
  color: #43a0b7;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.my-profile .loan-appetite .tags LI {
  background-color: #e5e5e5;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 4px;
}
.my-profile .loan-appetite .locations-tag {
  margin-bottom: 0;
}
.my-profile .loan-appetite .types-tag {
  margin-bottom: 0;
}
.my-profile #change-pass {
  border-bottom: 1px solid #ccc;
}
.my-profile .locations-tag-wrap {
  margin-bottom: 30px;
}
.my-profile .types-tag-wrap {
  margin-bottom: 30px;
}
.my-profile .loan-appetite.edit-view .locations-tag LI {
  padding-left: 6px;
  cursor: pointer;
}
.my-profile .loan-appetite.edit-view .locations-tag LI:before {
  margin-right: 6px;
  color: #919191;
}
.my-profile .loan-appetite.edit-view .locations-tag LI:hover:before {
  color: #e06319;
}

.row-follow-count {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 12px 0;
  text-align: center;
  color: #43a0b7;
  margin-bottom: 30px;
}
.row-follow-count SPAN {
  display: block;
  font-weight: 600;
  font-size: 38px;
  color: #c0c0c0;
}
.row-follow-count .row {
  margin: 0;
}
.row-follow-count > DIV > DIV {
  border-left: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.row-follow-count > DIV > DIV:first-child {
  border-left: none;
}

/* Bank Appetite */
.bank-appetite {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 3px 15px 0 15px;
  margin-bottom: 25px;
}
.bank-appetite H4 {
  font-size: 20px;
  color: #515151;
  margin-bottom: 5px;
}
.bank-appetite SPAN {
  display: block;
}
.bank-appetite SPAN.num {
  font-weight: 600;
  font-size: 38px;
  color: #c0c0c0;
  line-height: 50px;
}
.bank-appetite SPAN.key {
  font-weight: 400;
  font-size: 13px;
  color: #43a0b7;
}
.bank-appetite SPAN.val {
  font-weight: 600;
  font-size: 15px;
  color: #e06319;
}
.bank-appetite .row-count {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 17px;
}
.bank-appetite .row-tags {
  font-size: 12px;
  font-weight: 600;
}
.bank-appetite H5 {
  color: #43a0b7;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.bank-appetite .tags LI {
  background-color: #e5e5e5;
  padding: 4px 6px;
  margin-bottom: 4px;
}
.bank-appetite .locations-tag {
  margin-bottom: 0;
}
.bank-appetite .types-tag {
  margin-bottom: 0;
}
.bank-appetite .locations-tag-wrap {
  margin-bottom: 30px;
}
.bank-appetite .types-tag-wrap {
  padding-bottom: 15px;
  padding-left: 0;
}

/* VIEWERS */
.viewers H4 {
  margin: 25px 0 20px;
}
.viewers SPAN {
  display: inline-block;
}
.viewers .row-tags {
  padding-top: 20px;
}
.viewers .locations-tag-wrap {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 10px;
  padding-bottom: 8px;
}

/* user info carousel */
/* The below line is distorting the image*/
/*.user-info-carousel .item A IMG{width: 78px; height: 78px}*/
.user-info-carousel .item {
  text-align: center;
}
.user-info-carousel .item A {
  display: inline-block;
  display: inline-block;
  margin: 0 1.25%;
  margin: 0 1.25%;
}
.user-info-carousel .carousel-indicators {
  bottom: 10px;
}
.user-info-carousel .carousel-inner {
  padding-bottom: 55px;
}
.user-info-carousel .tooltip .tooltip-inner {
  background-color: #515151;
  font-size: 11px;
  padding: 4px 15px;
}
.user-info-carousel .tooltip H6 {
  margin: 2px 0;
  color: #43a0b7;
}
.user-info-carousel .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #515151;
}

/* The below line was distorting the image */
.updates {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 3px 15px 15px;
  margin-bottom: 25px;
}
.updates H4 {
  font-size: 20px;
  color: #515151;
  margin-bottom: 15px;
}
.updates FORM.update-form {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.updates FORM.update-form .form-group {
  margin-bottom: 0;
}
.updates FORM.update-form BUTTON {
  padding-right: 0;
}
.updates .updates-list P {
  margin: 0;
}
.updates .updates-list H5 {
  font-size: 16px;
  color: #43a0b7;
  margin: 0;
}
.updates .updates-list LI {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.updates .updates-list .timestamp {
  font-size: 11px;
  color: #919191;
  float: left;
}
.updates .updates-list .img-wrap {
  font-size: 20px;
  color: #515151;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  float: left;
}
.updates .updates-list .btn {
  padding-left: 3px;
  padding-right: 2px;
  font-size: 16px;
}
.updates .updates-list .btn:hover I {
  color: #e06319;
}
.updates .pagination {
  margin: 0;
}
.updates .field-hint {
  margin-top: -25px;
}

/* Style for Messages Page */
.messages .section-title {
  margin: 0 0 28px;
  width: 155px;
}
.messages .navs-mails-container {
  position: relative;
  margin-bottom: 68px;
}
.messages .mail-nav {
  list-style: none;
  padding-left: 0;
  width: 122px;
  position: absolute;
  left: 0;
  top: 0;
}
.messages .mail-nav .btn {
  width: 100%;
  text-align: left;
}
.messages .mail-nav .btn I {
  margin-top: 3px;
}
.messages .mail-nav LI {
  margin-bottom: 12px;
  font-size: 16px;
}
.messages .mail-nav LI:first-child {
  margin-bottom: 27px;
}
.messages .mail-nav LI SPAN.count {
  background-color: #e06319;
  border: 2px solid #fff;
  line-height: 16px;
  height: 20px;
  min-width: 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
}
.messages .mail-nav LI.active A {
  color: #a1a1a1;
}
.messages .mails-container {
  margin-left: 155px;
  border: 1px solid #dfdfdf;
}
.messages .mails-container LI {
  position: relative;
  min-height: 162px;
  border-top: 1px solid #dfdfdf;
  padding: 30px 30px 25px;
  background-color: #fff;
}
.messages .mails-container LI:first-child {
  border-top: none;
}
.messages .mails-container LI .btn-sm {
  font-size: 13px;
  width: 30px;
  height: 30px;
  padding: 4px 9px;
}
.messages .mails-container LI > .btn:first-child {
  top: 22px;
}
.messages .mails-container LI.unread-mail {
  border-left: 5px solid #5eb743;
  padding-left: 25px;
}
.messages .mails-container LI.unread-mail .pic-wrap {
  left: 65px;
}
.messages .mails-container .mail-content {
  margin-left: 200px;
  padding-top: 3px;
}
.messages .mails-container .mail-content P {
  line-height: 18px;
}
.messages .mails-container .pic-wrap {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 70px;
}
.messages .mails-container .pic-wrap A {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.messages .mails-container .pic-wrap .mask-img-bdr-rounded {
  width: 74px;
  height: 74px;
  margin: auto;
}
.messages .mails-container .pic-wrap .mask-img-bdr-rounded IMG {
  width: 74px;
  height: 74px;
  margin: auto;
  margin: auto;
}
.messages .mails-container .timestamp {
  color: #919191;
  font-size: 11px;
  margin-bottom: 0;
}
.messages .mails-container .subject {
  margin: 5px 0 24px;
  font-size: 16px;
}

/* Override Select 2 */
.select2-container {
  width: 100%;
}
.select2-container .select2-choice {
  height: 34px;
  border-color: #ccc;
  background: none;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border-radius: 0;
}
.select2-container .select2-choice > .select2-chosen {
  line-height: 32px;
}

.select2-drop {
  border-radius: 0;
}

.tier-border-basic {
  border: 4px solid #43a0b7; /* Thicker border */
  border-radius: 50%; /* Rounder border */
}

.tier-border-silver {
  border: 4px solid #c0c0c0; /* Thicker border */
  border-radius: 50%; /* Rounder border */
}

.tier-border-gold {
  border: 4px solid #ffd700; /* Thicker border */
  border-radius: 50%; /* Rounder border */
}

.tier-border-platinum {
  border: 4px solid #e0e0e0; /* Thicker border */
  border-radius: 50%; /* Rounder border */
}

.tier-label-basic {
  color: #cccccc; /* Grey for Basic */
  font-size: 14px;
  margin-top: -6px;
  margin-left: 0;
  text-align: left;
  display: block;
}

.tier-label-silver {
  color: #c0c0c0; /* Silver color */
  font-size: 14px;
  margin-top: -6px;
  margin-left: 0;
  text-align: left;
  display: block;
}

.tier-label-gold {
  color: #ffd700; /* Gold color */
  font-size: 14px;
  margin-top: -6px;
  margin-left: 0;
  text-align: left;
  display: block;
}

.tier-label-platinum {
  color: #e0e0e0;
  font-size: 14px;
  margin-top: -6px;
  margin-left: 0;
  text-align: left;
  display: block;
}

.profile-pic-name {
  display: flex;
  align-items: center;
}
.profile-pic-name .img-wrap {
  flex-shrink: 0;
  margin-right: 10px;
}
.profile-pic-name span {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-pic-name span a {
  text-align: left;
  display: block;
  margin-bottom: 2px;
}

.dashboard-nav {
  padding: 66px 0 62px;
  margin-bottom: 0;
}
.dashboard-nav LI {
  padding: 0 0 6px;
  margin: 0 18px;
  position: relative;
}
.dashboard-nav LI A {
  font-size: 20px;
  color: #919191;
  font-weight: 300;
}
.dashboard-nav LI A:hover {
  color: #43a0b7;
}
.dashboard-nav LI SPAN.count {
  position: absolute;
  top: 6px;
  right: -24px;
  display: block;
  background-color: #e06319;
  border: 2px solid #fff;
  line-height: 16px;
  height: 20px;
  min-width: 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
}
.dashboard-nav LI.active {
  border-bottom: 2px solid #43a0b7;
}
.dashboard-nav LI.active A {
  color: #43a0b7;
}
.dashboard-nav LI.with-count {
  margin-right: 40px;
}

/* Opportunity Details */
.opportunity-details .main-body-header {
  padding: 20px 0 15px;
  background-color: #eaeaea;
  border-bottom: 1px solid #dbdbdb;
}
.opportunity-details .main-body-header .info-wrap {
  padding-top: 32px;
  margin-bottom: 20px;
}
.opportunity-details .main-body-header .info {
  overflow: hidden;
  padding-left: 15px;
}
.opportunity-details .main-body-header .info H3 {
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 20px;
}
.opportunity-details .main-body-header .info P {
  color: #919191;
  margin-bottom: 17px;
}
.opportunity-details .main-body-header .logo-n-info {
  padding-top: 10px;
}
.opportunity-details .main-body-header .pic-n-info {
  border-left: 1px solid #dbdbdb;
}
.opportunity-details .main-body-header .pic-n-info > DIV {
  padding-top: 3px;
}
.opportunity-details .main-body-header .pic-n-info .info {
  padding-left: 0;
}
.opportunity-details .main-body-header .pic-n-info .info H3 {
  color: #43a0b7;
  padding-top: 10px;
}
.opportunity-details .main-body-header .pic-n-info .img {
  width: 78px;
  height: 78px;
}
.opportunity-details .main-body-header .pic-n-info .img IMG {
  height: 78px;
}
.opportunity-details .main-body-header .quick-details {
  margin-left: -1px;
  text-align: center;
  font-size: 13px;
}
.opportunity-details .main-body-header .quick-details .prog-bar {
  background-color: #fff;
  margin-bottom: 18px;
  height: 12px;
  display: block;
}
.opportunity-details .main-body-header .quick-details .prog-bar SPAN {
  background-color: #e06319;
  height: 12px;
  display: block;
}
.opportunity-details .main-body-header .quick-details .tooltip I {
  font-style: normal;
  display: block;
  font-size: 13px;
  color: #e06319;
  font-weight: 600;
}
.opportunity-details .main-body-header .quick-details .tooltip I SPAN {
  color: #aaa;
  font-style: italic;
}
.opportunity-details .main-body-header .quick-details .tooltip EM {
  font-style: normal;
  display: block;
  font-size: 13px;
}
.opportunity-details .main-body-header .quick-details .tooltip I + I {
  color: #5eb743;
}
.opportunity-details .main-body-header .quick-details .sum {
  padding: 0 15px;
}
.opportunity-details .main-body-header .quick-details .sum LABEL {
  color: #515151;
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 700;
}
.opportunity-details .main-body-header .quick-details .sum H4 {
  color: #e06319;
  font-size: 20px;
  margin: 0 0 17px;
  font-weight: 600;
}
.opportunity-details .main-body-header .quick-details .sum-summary {
  font-size: 14px;
  margin-bottom: 0;
}
.opportunity-details .main-body-header .quick-details .sum-summary .key {
  color: #717171;
  margin-right: 6px;
}
.opportunity-details .main-body-header .quick-details .sum-summary .val {
  font-weight: 600;
}
.opportunity-details .main-body-header .quick-details .sum-summary .val span {
  color: #919191;
  font-size: 11px;
  font-weight: 400;
}
.opportunity-details .main-body-header DL {
  margin-bottom: 7px;
  padding-left: 18%;
  margin-top: 20px;
}
.opportunity-details .main-body-header DL DT {
  float: left;
  margin-right: 8px;
  text-align: right;
}
.opportunity-details .main-body-header DL DD {
  text-align: left;
  overflow: hidden;
}
.opportunity-details .main-body-header H6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
.opportunity-details .col-left-main SECTION {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #dcdcdc;
  width: 90%;
}
.opportunity-details .col-left-main H3 {
  margin: 0 0 25px;
}
.opportunity-details .col-left-main H5 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.opportunity-details .padding-top {
  padding-top: 45px !important;
}
.opportunity-details .borrower-info H4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 4px;
}
.opportunity-details .borrower-info P.job-title {
  color: #919191;
  margin-bottom: 12px;
}
.opportunity-details .description .row-wrap {
  margin-top: 5px;
}
.opportunity-details .description .row-wrap:first-child {
  margin-top: 0;
}
.opportunity-details .statistics LI {
  margin-bottom: 10px;
  color: #919191;
}
.opportunity-details .statistics LI SPAN {
  color: #515151;
  margin-right: 5px;
}
.opportunity-details .preliminary-underwriting {
  border-bottom: none !important;
  padding-bottom: 50px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .opportunity-details .main-body-header DL {
    padding-left: 0;
  }
  .row-follow-count .custom-tab-padding {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .opportunities-list .table .col-action-btn.opp-list-more .btn {
    padding-right: 25px;
  }
  .filter-bar-a.bank-custom FORM > UL > LI > A {
    line-height: 101px;
    padding: 0 18px;
  }
  .filter-bar-a.opp-custom FORM > UL > LI > A {
    line-height: 101px;
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .opportunity-details .main-body-header DL {
    padding-left: 10%;
  }
}
.notifications H3.section-title {
  margin: 0 0 30px;
}
.notifications UL {
  margin-top: 30px;
}
.notifications LI {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 16px 20px 26px;
  margin-bottom: 30px;
}
.notifications LI DIV {
  overflow: hidden;
  padding-left: 30px;
}
.notifications LI P {
  margin-bottom: 0;
}
.notifications LI H4 {
  margin: 5px 0 15px;
}
.notifications LI BUTTON {
  top: 32px;
}
.notifications LI P.timestamp {
  color: #919191;
  font-size: 11px;
}

.alert {
  width: 100%;
}
.alert div:last-child {
  margin-left: auto;
}
.alert .icon-bg {
  border-radius: 10px;
  display: inline-flex;
  margin-right: 20px;
  padding: 6px;
  width: 40px;
}
.alert .icon-bg i.icon {
  color: white;
  font-size: 25px;
}
.alert .success {
  background: darkseagreen;
}
.alert .info {
  background-color: blue;
}
.alert .warning {
  background-color: orange;
}
.alert .danger {
  background-color: darkred;
}
.alert .message {
  color: #515151;
  display: inline;
}
.alert .close span {
  padding: 6px;
  opacity: 1;
  width: 40px;
}
.alert .close :hover {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  opacity: 1;
}

#notification-banner {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1040;
  border-bottom: 2px solid #d84848;
}
#notification-banner.danger button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
#notification-banner.warning {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  border-bottom: 2px solid #e65100;
}
#notification-banner.info {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
  border-bottom: 2px solid #0d47a1;
}
#notification-banner i {
  margin-right: 8px;
  font-size: 16px;
}
#notification-banner button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.2s;
}
#notification-banner button:hover {
  background: rgba(255, 255, 255, 0.3);
}
#notification-banner button:active {
  background: rgba(255, 255, 255, 0.4);
}

/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
  -webkit-user-select: none;
          user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -moz-grabbing;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url("../images/leaflet/layers.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("../images/leaflet/layers-2x.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

BODY {
  margin: 0px;
  padding: 0px;
  color: #515151;
  background-color: #f4f3f3;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.6px;
}

BODY,
H1,
H2,
H3,
H4,
H5,
H6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

LABEL {
  font-weight: 300;
}

.section-header-b {
  max-width: 800px;
  padding: 65px 13px 0;
  margin: 0 auto 50px;
}
.section-header-b H1 {
  font-size: 35px;
  margin: 0 0 22px;
  font-weight: 300;
}
.section-header-b P {
  line-height: 28px;
  color: #717171;
}

.section-header-c {
  max-width: 800px;
  padding: 10px 13px 0;
  margin: 0 auto 20px;
}
.section-header-c H1 {
  font-size: 35px;
  margin: 0 0 22px;
  font-weight: 300;
}
.section-header-c P {
  line-height: 28px;
  color: #717171;
}

.modal-header {
  background-color: #f4f3f3;
  padding: 25px 10px 22px;
  border-radius: 6px;
}
.modal-header H4 {
  font-size: 30px;
  font-weight: 300;
}
.modal-header .close {
  background-color: #e06319;
  margin-top: -25px;
  text-shadow: none;
  opacity: 1;
  width: 22px;
  height: 22px;
  color: #fff;
}
.modal-header .close:hover {
  background-color: #000;
}

.modal-dialog {
  width: auto;
  padding-top: 8px;
}

.form-group {
  margin-bottom: 22px;
  position: relative;
}

.form-action {
  padding: 12px 0 10px;
}
.form-action BUTTON {
  padding-left: 20px;
  padding-right: 20px;
}

.form-control-box {
  border-radius: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0px;
}

LEGEND {
  font-size: 16px;
  text-transform: uppercase;
  color: #e06319;
  border-bottom-color: #e06319;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label.text-left {
    text-align: left;
  }
}
.flash-message-hide {
  display: none;
}

A {
  color: #43a0b7;
}
A:hover {
  color: #e06319;
  text-decoration: none;
}

.btn-link {
  color: #43a0b7;
}
.btn-link:hover {
  text-decoration: none;
}

.btn.btn-link {
  color: #43a0b7;
}

.btn.btn-default {
  color: #333;
}
.btn.btn-default:hover {
  color: #fff;
}

.btn.btn-icon I {
  color: #b1b1b1;
}
.btn.btn-icon:hover {
  background-color: transparent;
}
.btn.btn-icon:hover I.fa-pencil-alt {
  color: #e06319;
}

/* pre-loader */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f3f3;
  z-index: 9999;
}

.loading-animation {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 20%;
  background: url("../../../../assets/images/loading-animation.gif") center center no-repeat;
  margin: -100px 0 0 -100px;
}

HEADER {
  padding-top: 40px;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
HEADER .container {
  position: relative;
  width: 1650px;
}
HEADER H1 {
  margin: 0;
}
HEADER H1 .navbar-brand {
  font-weight: 300;
  font-size: 30px;
  margin: 0 !important;
  padding: 0;
  float: none;
  line-height: normal;
  color: #000;
}
HEADER H1 .navbar-brand:hover {
  color: #000;
}
HEADER H1 .navbar-brand SPAN {
  color: #818181;
}
HEADER .top-action-btns {
  padding: 10px 0 0;
  margin-top: -70px;
  margin-right: 0px;
}
HEADER .top-action-btns BUTTON {
  padding-left: 18px;
  padding-right: 18px;
}
HEADER .top-action-btns BUTTON:first-child {
  margin-right: 4px;
}
HEADER .top-action-btns > LI {
  margin-left: 8px;
}
HEADER .top-action-btns > LI A {
  padding: 5px 18px;
  line-height: normal;
}
HEADER .top-action-btns > LI A:hover {
  background-color: #000 !important;
}
HEADER .top-action-btns > LI A:focus {
  background-color: #000 !important;
}
HEADER .top-action-btns .profile-pic-name {
  margin-right: 10px;
  float: left;
}
HEADER .top-action-btns .profile-pic-name SPAN {
  color: #43a0b7;
}
HEADER .top-action-btns .profile-pic-name .img-wrap {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
HEADER .top-action-btns .profile-pic-name .img-wrap img {
  width: 30px;
}
HEADER .top-action-btns .setting-dropdown-menu {
  position: relative;
  float: left;
}
HEADER .top-action-btns .setting-dropdown-menu LI {
  position: relative;
}
HEADER .top-action-btns .setting-dropdown-menu BUTTON {
  padding: 5px 7px 2px;
  margin-right: 0;
  color: #333;
}
HEADER .top-action-btns .setting-dropdown-menu BUTTON:hover {
  color: #fff;
}
HEADER .top-action-btns .setting-dropdown-menu BUTTON I {
  font-size: 18px;
}
HEADER .top-action-btns .setting-dropdown-menu BUTTON:hover {
  color: #333;
  background-color: transparent;
}
HEADER .top-action-btns .setting-dropdown-menu BUTTON:active, HEADER .top-action-btns .setting-dropdown-menu BUTTON:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
HEADER .top-action-btns .setting-dropdown-menu BUTTON.user-profile-menu {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: none;
}
HEADER .top-action-btns .setting-dropdown-menu BUTTON.user-profile-menu:focus {
  background-color: transparent;
  box-shadow: none;
}
HEADER .top-action-btns .setting-dropdown-menu.notice BUTTON {
  border: none;
}
HEADER .top-action-btns .setting-dropdown-menu.notice BUTTON I {
  color: #43a0b7;
}
HEADER .top-action-btns .setting-dropdown-menu.notice SPAN.count {
  position: absolute;
  top: -7px;
  right: auto;
  left: 25px;
  display: block;
  z-index: 1000;
  background-color: #e06319;
  border: 2px solid #fff;
  line-height: 16px;
  height: 20px;
  min-width: 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
}
HEADER .top-action-btns .setting-dropdown-menu.notice LI SPAN.count {
  top: 4px;
  right: 20px;
  left: auto;
}
HEADER .main-public-nav {
  margin-bottom: 0;
  padding-top: 5px;
}
HEADER .main-public-nav LI {
  padding: 0 15px;
}
HEADER .main-public-nav LI:first-child {
  padding-left: 0;
}
HEADER .main-public-nav .dropdown-menu LI {
  padding: 0;
}
HEADER .main-public-nav .dropdown-menu LI A {
  font-size: 16px;
}
HEADER .main-public-nav LI.active {
  color: #43a0b7;
}
HEADER .main-public-nav LI.active A {
  border-bottom: 2px solid #43a0b7;
  color: #43a0b7;
}
HEADER .main-public-nav A {
  color: #919191;
  font-size: 20px;
  font-weight: 300;
}
HEADER .main-public-nav A:hover {
  color: #43a0b7;
  text-decoration: none;
}
HEADER .main-public-nav > LI > A {
  padding: 0px;
  line-height: normal;
}
HEADER .main-public-nav > LI > A:hover {
  background-color: transparent;
}
HEADER .main-public-nav > LI > A:focus {
  background-color: transparent;
}
HEADER .form-search {
  position: relative;
  font-size: 16px;
  padding: 0;
}
HEADER .form-search .input-text {
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  padding: 7px 40px 5px 10px;
  border-radius: 4px;
}
HEADER .form-search button.button {
  position: absolute;
  background: none;
  border: none;
  right: 0;
  top: 0;
  padding: 3px 5px 0 0;
  -user-select: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
HEADER .form-search button.button span {
  height: 26px;
  width: 33px;
  display: block;
  color: #ccc;
  padding-top: 0px;
}
HEADER .form-search button.button span:hover {
  color: #333;
}
HEADER .navbar {
  border: none;
  margin-bottom: 0px;
}
HEADER .navbar .navbar-header {
  float: none;
  width: -moz-fit-content;
  width: fit-content;
}
HEADER .navbar .navbar-toggle {
  border-color: #ddd;
}
HEADER .navbar .navbar-toggle:hover {
  background-color: #ddd;
}
HEADER .navbar .navbar-toggle:focus {
  background-color: #ddd;
}
HEADER .navbar .navbar-toggle .icon-bar {
  background-color: #ccc;
}
HEADER .navbar-collapse {
  margin: 0 0 10px;
  padding: 26px 0 0;
}
HEADER .navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
HEADER .navbar-toggle {
  margin-right: 0;
}
HEADER .navbar-form {
  margin: 0;
}
HEADER .header-help-link {
  font-size: 13px;
  position: absolute;
  z-index: 1000;
}
HEADER .header-help-link SPAN {
  padding: 0 3px;
}

@media (max-width: 991px) {
  HEADER .form-search button.button {
    padding-top: 8px;
  }
  HEADER .form-search button.button span {
    padding-top: 0px;
  }
  HEADER .header-help-link {
    bottom: -40px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  HEADER .navbar-form {
    width: 290px;
  }
  HEADER .navbar-form .form-group {
    display: inline;
  }
  HEADER .header-help-link {
    bottom: 32px;
    right: 330px;
  }
}
@media (max-width: 767px) {
  HEADER {
    padding: 10px 0;
  }
  HEADER .top-action-btns {
    margin-top: 0;
  }
  HEADER .top-action-btns LI {
    margin: 10px 0;
  }
  HEADER .top-action-btns .profile-pic-name {
    float: none;
    margin: 0 0 1px;
  }
  HEADER .top-action-btns .setting-dropdown-menu {
    float: none;
    display: block;
  }
  HEADER .top-action-btns .setting-dropdown-menu BUTTON {
    position: absolute;
    right: 0;
    top: 0;
  }
  HEADER .top-action-btns .setting-dropdown-menu.notice SPAN.count {
    right: 20px;
    top: -10px;
  }
  HEADER .navbar-nav {
    margin: 0;
  }
  HEADER .main-public-nav LI {
    padding: 0;
  }
  HEADER .main-public-nav LI > A {
    padding: 5px;
  }
  HEADER .main-public-nav LI.active {
    color: #43a0b7;
  }
  HEADER .main-public-nav LI.active A {
    border-bottom: 2px solid #43a0b7;
    color: #43a0b7;
    padding: 0 5px 5px;
    display: block;
  }
  HEADER .container > .navbar-header {
    margin: 0;
  }
  HEADER .container > .navbar-collapse {
    margin: 0;
    padding-top: 10px;
  }
}
FOOTER .container {
  border-top: 1px solid #ccc;
  padding: 20px 0 15px;
}
FOOTER .footer-nav {
  margin-bottom: 0;
  margin-left: 5px;
  float: left;
}
FOOTER .footer-nav A {
  color: #313131;
  text-decoration: none;
  font-weight: 300;
}
FOOTER .footer-nav A:hover {
  color: #43a0b7;
}
FOOTER .footer-nav LI {
  padding: 0 15px;
  line-height: 30px;
}
FOOTER .footer-nav LI:first-child {
  padding-left: 0;
}
FOOTER .footer-nav .notice A {
  color: #c82333;
  text-decoration: none;
  font-weight: 300;
}
FOOTER .footer-nav .notice A:hover {
  color: #c82333;
}
FOOTER P.copyright-info {
  float: right;
  font-size: 12px;
  margin-bottom: 25px;
  padding-top: 6px;
  text-align: right;
}
FOOTER .p2x-logo {
  float: left;
  padding: 0 10px;
}

.modal-footer-transaction-history-details-view {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin-left: 3px;
  margin-right: 142px;
}

@media (max-width: 768px) {
  FOOTER .footer-nav {
    margin-bottom: 0;
    float: none;
    overflow: hidden;
  }
  FOOTER .footer-nav LI {
    width: 24%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  FOOTER .footer-nav LI:first-child {
    padding-left: 15px;
  }
  FOOTER P.copyright-info {
    float: none;
    text-align: left;
    padding: 15px;
  }
  FOOTER .p2x-logo {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 480px) {
  FOOTER .footer-nav LI {
    width: 45%;
  }
}
@media (min-width: 1240px) {
  FOOTER .container {
    width: 1200px;
    margin: auto;
  }
}
.footer_wrapper {
  margin-top: 90px;
}

.pgHome .btn-view-all {
  margin-top: 42px;
}
.pgHome .section-header {
  max-width: 800px;
  padding: 60px 15px 0;
  margin: 0 auto 65px;
}
.pgHome .section-header H2 {
  font-size: 35px;
  margin: 0 0 22px;
}
.pgHome .section-header P {
  line-height: 28px;
  color: #717171;
}

.opportunities-list {
  position: relative;
}
.opportunities-list .profile-pic-name {
  margin-bottom: 25px;
}
.opportunities-list .profile-pic-name P {
  color: #919191;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.opportunities-list .profile-pic-name .img-wrap {
  width: 114px;
  height: 114px;
  margin: 0 auto;
}
.opportunities-list .profile-pic-name .img-wrap IMG {
  width: 114px;
}
.opportunities-list .item {
  padding-bottom: 8px;
}
.opportunities-list .item .item-head {
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.opportunities-list .item .item-head .inner-wrap {
  padding: 0 15px;
  display: flex;
}
.opportunities-list .item .item-head .bank-pic {
  float: left;
}
.opportunities-list .item-body {
  padding: 0 12px;
}
.opportunities-list .item-body H5 {
  margin: 0;
  font-weight: 600;
}
.opportunities-list .item-body-outer {
  border: 1px solid #e6e6e6;
  border-top: 2px solid #e06319;
  padding: 15px 0 56px;
  position: relative;
  background-color: #fff;
}
.opportunities-list .item-body-outer P {
  margin: 0;
}
.opportunities-list .item-body-outer H4 {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 600;
}
.opportunities-list .prog-bar {
  background-color: #efefed;
  height: 20px;
  display: block;
}
.opportunities-list .prog-bar SPAN {
  background-color: #e06319;
  height: 20px;
  display: block;
}
.opportunities-list .sum {
  margin-bottom: 16px;
  padding: 0 15px;
}
.opportunities-list .sum H4 {
  color: #e06319;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.opportunities-list .table .col-action-btn {
  width: 120px;
  padding: 0;
}
.opportunities-list .table .col-action-btn .btn {
  text-align: left;
  padding-left: 15px;
}
.opportunities-list .table .col-action-btn.opp-list-more {
  width: 80px;
}
.opportunities-list .table .col-action-btn.opp-list-more .btn {
  text-align: left;
  padding-left: 7px;
  padding-right: 19px;
}
.opportunities-list .table > tbody > tr > td {
  vertical-align: middle;
}
.opportunities-list DL DT {
  float: left;
  margin-right: 20px;
  padding: 5px 0;
  width: 45%;
  text-align: right;
  font-weight: 400;
}
.opportunities-list DL DD {
  padding: 5px 0;
  text-align: left;
  overflow: hidden;
}
.opportunities-list .action-btns A {
  text-align: left;
  padding-left: 10px;
  padding-right: 14px;
}
.opportunities-list .action-btns DIV + DIV {
  padding-left: 7px;
}
.opportunities-list .action-btns.row {
  bottom: 15px;
  margin: 0;
  position: absolute;
  width: 100%;
}
.opportunities-list .nav-tabs {
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 0;
}
.opportunities-list .nav-tabs > li > a {
  color: #919191;
  font-size: 18px;
  padding: 0 6px;
}
.opportunities-list .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}
.opportunities-list .nav-tabs > li.active > a {
  border-color: #43a0b7;
  color: #43a0b7;
  outline: none;
  background-color: transparent;
}
.opportunities-list .nav-tabs > li.active > a:hover {
  border-color: #43a0b7;
  color: #43a0b7;
  outline: none;
  background-color: transparent;
}
.opportunities-list .nav-tabs > li.active > a:focus {
  border-color: #43a0b7;
  color: #43a0b7;
  outline: none;
  background-color: transparent;
}
.opportunities-list A.bank-pic {
  margin-right: 0;
}
.opportunities-list .tab-content {
  margin-bottom: 40px;
}

/* Tab notification count styling */
#notes-tab .count, #participants-tab .count {
  margin-left: 5px;
  background-color: rgb(224, 99, 25);
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 12px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
}

/* Hide count when zero - already handled in JS */
.count:empty {
  display: none;
}

.pgHome .banks-list .item .item-head {
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 25px;
  height: 81px;
}
.pgHome .banks-list .item .item-head .inner-wrap {
  padding: 0 12px;
  display: flex;
}
.pgHome .banks-list .item-body {
  padding: 0 15px;
}
.pgHome .banks-list .item-body-outer {
  border: 1px solid #e6e6e6;
  border-top: 2px solid #43a0b7;
  padding: 15px 0 56px;
  position: relative;
  background-color: #fff;
}
.pgHome .banks-list .item-body-outer P {
  margin: 0;
}
.pgHome .banks-list .item-body-outer H4 {
  margin: 5px 0 0;
}

.banks-list DL DT {
  float: left;
  margin-right: 20px;
  padding: 5px 0;
  width: 45%;
  text-align: right;
  font-weight: 400;
}
.banks-list DL DD {
  padding: 5px 0;
  text-align: left;
  overflow: hidden;
}
.banks-list .action-btns A {
  text-align: left;
  padding-left: 10px;
  padding-right: 14px;
}
.banks-list .action-btns DIV + DIV {
  padding-left: 7px;
}
.banks-list .action-btns.row {
  bottom: 15px;
  margin: 0;
  position: absolute;
  width: 100%;
}
.banks-list .item {
  padding-bottom: 8px;
}

@media screen and (max-width: 1422px) {
  .btn {
    font-size: 11px;
  }
}
@media screen and (max-width: 1277px) {
  .btn {
    font-size: 10px;
  }
}
@media screen and (max-width: 1236px) {
  .btn {
    font-size: 9px;
  }
}
table.dataTable thead th {
  background-color: #fff;
  padding: 18px 12px;
}

table.dataTable tbody td {
  padding: 18px 12px;
  height: 60px;
}

.dataTables_wrapper .dataTables_length {
  padding-bottom: 2.3em;
}

.dataTable {
  border: 1px solid #ddd;
  width: 100%;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}

.borderBottom {
  border-bottom: 1px solid #ddd !important;
}

.borderRight {
  border-right: 1px solid #ddd;
}

/* Sub Nav */
.sub-nav LI {
  float: left;
  font-size: 15px;
  border: 1px solid #e2e2e2;
  border-top: none;
  margin-left: -1px;
}
.sub-nav LI:first-child {
  margin-left: 0;
}
.sub-nav LI:hover {
  background-color: #eaeaea;
}
.sub-nav LI A {
  line-height: 44px;
  padding: 0 25px;
  display: block;
  color: #919191;
}
.sub-nav LI.active {
  background-color: #eaeaea;
  border-bottom: 2px solid #43a0b7;
  margin-top: -1px;
}
.sub-nav LI.active A {
  color: #43a0b7;
}

/* profile dropdown */
.open .profile-dropdown {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
.open .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* Bank Financials */
.bank-financials TABLE {
  text-align: left;
}
.bank-financials TABLE > THEAD > TR > TH {
  padding: 5px 8px;
  font-weight: 600;
  text-align: center;
  color: #333;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
.bank-financials TABLE > TBODY > TR > TD {
  padding: 8px;
  border-top: none;
}
.bank-financials TABLE > TBODY > TR > TD:first-child {
  color: #6a8d99;
}
.bank-financials TABLE > TBODY > TR > TD + TD {
  text-align: center;
}
.bank-financials TABLE TR.section-title > TD {
  border-top: 1px solid #ccc;
  color: #e06319 !important;
  font-weight: 600;
  font-size: 16px;
  padding-top: 14px;
}
.bank-financials TABLE TR.empty-space > TD {
  padding: 0;
}
.bank-financials TABLE.bold-tds TBODY > TR > TD + TD {
  font-weight: 600;
}

/* banks body's header */
.banks-opportunities .main-body-header {
  padding: 45px 0 20px;
  background-color: #eaeaea;
  border-bottom: 1px solid #dbdbdb;
}
.banks-opportunities .main-body-header .info-wrap {
  padding-top: 5px;
  border-right: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.banks-opportunities .main-body-header .info {
  overflow: hidden;
  padding-left: 15px;
}
.banks-opportunities .main-body-header .info H3 {
  margin: 0 0 4px;
  font-weight: 600;
}
.banks-opportunities .main-body-header .info P {
  color: #919191;
  margin-bottom: 17px;
}
.banks-opportunities .main-body-header .info P + P {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 24px;
}

.bank-info {
  margin-bottom: 30px;
}
.bank-info .btn-change-img {
  padding-left: 0;
  padding-right: 0;
}
.bank-info .btn-add-bank {
  padding: 14px 0;
}
.bank-info .bank-name-address {
  overflow: hidden;
  padding-left: 15px;
}
.bank-info .bank-name-address H5 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 0;
}
.bank-info .bank-name-address P {
  margin: 0;
  color: #717171;
}

.show-bank-info {
  padding-top: 45px;
}
.show-bank-info .logo-wrap {
  border: 1px solid #ccc;
  padding: 1px;
}
.show-bank-info .text-wrap {
  overflow: hidden;
  padding: 0 40px 0 20px;
}
.show-bank-info H4 {
  margin: 1px 0;
}
.show-bank-info P {
  margin: 0;
  font-size: 13px;
  color: #919191;
  line-height: 16px;
}
.show-bank-info .btn I {
  color: #b1b1b1;
}
.show-bank-info .btn:hover I {
  color: #e06319;
}

.edit-users {
  padding-top: 45px;
}
.edit-users .list {
  padding: 0 15px;
}
.edit-users .list .row {
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}
.edit-users .list .row DIV:first-child {
  padding-bottom: 10px;
}
.edit-users .list .row:nth-child(2n+1) {
  background-color: #fcfcfc;
}
.edit-users .list .row .mask-img-bdr-rounded {
  margin-right: 35px;
  color: #43a0b7;
  font-weight: 600;
  margin: 20px 0 0;
}
.edit-users .list H4 {
  color: #43a0b7;
  font-weight: 600;
  margin: 20px 0 0;
}
.edit-users .list P {
  color: #919191;
  font-size: 13px;
  margin-bottom: 0;
}
.edit-users .list .action-btns {
  text-align: right;
  padding-top: 22px;
  text-align: right;
}
.edit-users .list .action-btns BUTTON {
  text-align: left;
  width: 134px;
  margin-bottom: 10px;
}
.edit-users .list .action-btns BUTTON + BUTTON {
  margin-left: 10px;
}

.profile-dropdown {
  border: none;
  border-radius: 12px;
  max-width: 290px;
  min-width: 290px;
  opacity: 0;
  position: absolute;
  padding: 5px 0 9px 0;
  transition: all 0.2s ease-in-out 0s;
  z-index: 1000;
}
.profile-dropdown:hover {
  opacity: 1;
  visibility: visible;
}
.profile-dropdown .content-box {
  background-color: #fff;
  padding: 0 10px 10px 10px;
}
.profile-dropdown .user-details {
  align-items: flex-start;
  display: flex;
}
.profile-dropdown .user-details img.profile-avatar {
  width: 45px;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-top: 10px;
}
.profile-dropdown .user-details .content-section {
  flex: auto;
  margin-left: 18px;
}
.profile-dropdown .user-details .content-section .user-name {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.profile-dropdown .user-details .content-section h3 {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 220px;
  margin-top: 0;
}
.profile-dropdown .user-details .content-section p {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}
.profile-dropdown .user-details .content-section p.email-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 215px;
}
.profile-dropdown .user-details .content-section li {
  padding: 1px 10px 1px 15px;
}
.profile-dropdown .user-details .content-section li.divider {
  padding: 0;
  margin: 3px 20px;
}
.profile-dropdown .user-details .content-section li:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.profile-dropdown .user-details .content-section li a {
  padding: 3px 12px;
}

/* Followers */
.followers {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 12px;
  text-align: center;
  color: #43a0b7;
  margin-bottom: 30px;
  margin-left: 1px;
  margin-right: 110px;
}
.followers H3 {
  color: #43a0b7;
  font-size: 20px;
  text-align: center;
  margin: 2px 0 18px;
}
.followers UL {
  text-align: center;
}
.followers LI {
  margin: 0 0.35%;
  padding: 0;
  width: 42px;
  height: 42px;
}
.followers LI IMG {
  width: 42px;
  height: 42px;
}

/* deals-summary */
.deals-summary {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 30px;
}
.deals-summary SPAN {
  display: block;
}
.deals-summary SPAN.num {
  font-weight: 600;
  font-size: 38px;
  color: #c0c0c0;
}
.deals-summary SPAN.key {
  font-weight: 400;
  font-size: 13px;
  color: #43a0b7;
}
.deals-summary SPAN.val {
  font-weight: 600;
  font-size: 15px;
  color: #e06319;
}
.deals-summary SPAN.info {
  font-weight: 600;
  font-size: 12px;
  color: #919191;
}
.deals-summary .row {
  margin: 0;
}
.deals-summary > DIV > DIV {
  border-left: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.deals-summary > DIV > DIV:first-child {
  border-left: none;
}

.opportunity-details .preliminary-underwriting {
  border-bottom: none !important;
  padding-bottom: 50px !important;
}
.opportunity-details .preliminary-underwriting LI {
  margin-bottom: 10px;
  color: #919191;
  word-wrap: break-word;
}
.opportunity-details .preliminary-underwriting LI SPAN {
  color: #515151;
  margin-right: 5px;
}

#opportunities-details .description div.row-wrap {
  word-wrap: break-word;
}

/* loan-status */
.loan-status {
  margin-bottom: 40px;
  margin-left: 1px;
}
.loan-status H4 {
  font-size: 20px;
  margin: 0 0 20px;
}
.loan-status H4 A {
  font-size: 12px;
  margin-left: 5px;
}
.loan-status UL {
  border-left: 3px solid #43a0b7;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 25px;
}
.loan-status UL LI {
  font-size: 12px;
  line-height: 30px;
  padding-left: 26px;
  position: relative;
}
.loan-status UL LI.active {
  font-weight: 600;
  padding-left: 32px;
}
.loan-status UL LI.active:before {
  font-family: "fontawesome";
  content: "\f0da";
  color: #43a0b7;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -2px;
}

.actions-b {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 15px 15px 9px;
  margin-bottom: 30px;
}
.actions-b H6 {
  margin: 0 0 13px;
}
.actions-b .row {
  margin: 0;
}
.actions-b .row > DIV {
  padding: 0 6px 6px 0;
}
.actions-b .row DIV:nth-child(3n+3) {
  padding-right: 0;
}
.actions-b .btn {
  font-size: 13px;
  text-align: left;
  padding: 6px 10px;
  line-height: 11px;
  display: block;
  width: 100%;
  color: #fff;
}
.actions-b .btn:after {
  font-family: FontAwesome;
  position: absolute;
  font-size: 14px;
  top: 13px;
  right: 7px;
}
.actions-b .btn:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 14px;
  top: 13px;
  left: 10px;
}
.actions-b .btn:hover {
  background-color: #000;
}
.actions-b .btn-inactive {
  background-color: #9c9c9c;
}
.actions-b .btn-follow-opportunity {
  background-color: #43a0b7;
}
.actions-b .btn-follow-opportunity:after {
  content: "\f067";
}
.actions-b .btn-add-participant {
  background-color: rgb(128, 135, 240);
}
.actions-b .btn-add-originator {
  background-color: #ffc40c;
}
.actions-b .btn-share-with-a-non-member {
  background-color: #339999;
}
.actions-b .btn-share-with-a-non-member:after {
  content: "\f064";
}
.actions-b .btn-modify-participation {
  background-color: #2e8398;
}
.actions-b .btn-modify-participation:after {
  content: "\f155";
}
.actions-b .btn-request-loan-documents {
  background-color: #5eb743;
}
.actions-b .btn-request-loan-documents:after {
  content: "\f016";
}
.actions-b .btn-request-more-info {
  background-color: #515151;
}
.actions-b .btn-request-more-info:after {
  content: "\f067";
}
.actions-b .btn-make-a-reservation {
  background-color: #2e8398;
}
.actions-b .btn-make-a-reservation:after {
  content: "\f155";
}
.actions-b .btn-disburse-funds {
  background-color: #e06319;
}
.actions-b .btn-disburse-funds:after {
  content: "\f064";
}
.actions-b .btn-mark-as-closed {
  background-color: #283071;
}
.actions-b .btn-publish-opportunity {
  background-color: #5eb743;
}
.actions-b .btn-publish-opportunity:after {
  content: "\f064";
}
.actions-b .btn-update-loan-rate {
  background-color: #0b99eb;
}
.actions-b .btn-proceed-with-deal {
  background-color: #2e8398;
}
.actions-b .btn-proceed-with-deal:after {
  content: "\f061";
}
.actions-b .btn-cancel-opportunity {
  background-color: #e84848;
}
.actions-b .btn-cancel-opportunity:after {
  content: "\f00d";
}
.actions-b .btn-archive-opportunity {
  background-color: #e84848;
}
.actions-b .btn-record-transaction {
  background-color: #5eb743;
}
.actions-b .btn-record-transaction:after {
  content: "\f067";
}
.actions-b .btn-request-loan-package {
  background-color: #fff;
  padding: 6px 10px 6px 35px;
  color: #5eb743;
  border: 1px solid #5eb743;
}
.actions-b .btn-request-loan-package:before {
  content: "\f00c";
}
.actions-b .btn-opportunity-published {
  background-color: #fff;
  padding: 6px 10px 6px 35px;
  color: #5eb743;
  border: 1px solid #5eb743;
}
.actions-b .btn-opportunity-published:before {
  content: "\f00c";
}
.actions-b .btn-one-line {
  padding-top: 11px;
  padding-bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .actions-b .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .actions-b .btn:after {
    content: "";
  }
}
table.table > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

#manageDraftsTable,
#manageDealsSellingTable,
#manageDealsBuyingTable,
#managePortfolioSoldTable,
#managePortfolioBoughtTable {
  word-break: break-word;
}

.filter-a a.active,
.filter-a .divider {
  color: #919191;
  pointer-events: none;
}

.multiselect {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  color: #333;
  box-shadow: 0px 0px 5px #ccc;
}
.multiselect .multiselect-container .active {
  background-color: #1e90ff;
  color: #fff;
}

.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
  position: relative;
}

input[type=checkbox][disabled] {
  cursor: not-allowed;
  height: auto;
}

.checkbox {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.search-result-list {
  margin-bottom: 35px;
  color: #717171;
}
.search-result-list LI {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  margin-bottom: 18px;
  padding: 20px 30px;
}
.search-result-list LI .pic-wrap {
  float: left;
}
.search-result-list LI .pic-wrap a .mask-img-bdr-rounded {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  display: inline-block;
}
.search-result-list LI .content-wrap {
  overflow: hidden;
  padding-left: 30px;
}

.fa-spinner-size {
  font-size: 72px !important;
}

.spinner {
  vertical-align: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modal-spinner-opportunity {
  display: block;
  top: unset;
  bottom: unset;
}

#powered-by {
  padding-top: 45px;
}

div.container {
  max-width: 1650px;
  width: 100%;
}

#deleteUsrProfilePhoto {
  background-color: red;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #2e8398;
}

.form-control#message-receiver {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#terms-link {
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

#termsAndConditions {
  margin-right: 5px;
}

.error {
  color: #9e3d03;
}/*# sourceMappingURL=application.css.map */