/* @font-face {
  font-family: 'Lato-Regular', sans-serif;
  src: url('../fonts/Lato/Lato-Regular.eot');
  src: url('..  /fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato/Lato-Regular.woff2') format('woff2'),
      url('../fonts/Lato/Lato-Regular.woff') format('woff'),
      url('../fonts/Lato/Lato-Regular.ttf') format('truetype'),
      url('../fonts/Lato/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
  font-family: 'Lato', sans-serif!important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #FFFFFF !important;
}

h4 {
  font-size: 1.3rem !important;
}

h5 {
  font-size: 1rem !important;
  font-weight: bold !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

input:focus,
.form-control:focus {
  outline: 0;
  border: 1px solid #908f8f !important;
  box-shadow: 0 0 !important;
}

/* input[type="checkbox"]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #E21D2E;
    color: #fff;
    border: none;
} */

input[type="checkbox"] {
  opacity: 1;
  /*position: absolute;*/
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 28px;
  height: 28px;
  /*background: #E21D2E;*/
  border: 2px solid #eee;
  border-radius: 3px;
}

label[for="checkbox"] {
  padding: 0 !important;
}

.styled-checkbox:checked + label:before {
  background: #e21d2e;
  border: 2px solid #e21d2e;
}

.styled-checkbox:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

.text-black {
  color: #000;
  font-weight: 600;
}

/* select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #000;
    background: 
} */

/***  button Css  ***/
.btn-group-lg>.btn, .btn-lg {
  font-size: 16px!important;
  border-radius: 8px!important;
  padding: 10px 24px!important;
  border-radius: 8px!important;
}
.primary-btn, .btn-primary {
  background: #175489;
  border: 1px solid #175489;
  border-radius: 8px;
  color: #fff;
}

.secondary-btn {
  background: #e21d2e;
  border: 1px solid #e21d2e;
  color: #fff;
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger,
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #fff;
  background-color: #FF2424!important;
  border-color: #FF2424!important;
}

.outline-btn {
  border: 1px solid #e21d2e;
  border-radius: 3px;
  color: white;
  background: #fff;
}

.pagetitle h4 {
  margin-bottom: 5px !important;
}

.button {
  padding: 4px 25px;
  margin-right: 7px;
  cursor: pointer;
  border-radius: 3px;
}

button:active,
button:focus {
  outline: none !important;
  box-shadow: 0 0 !important;
}

button:last-child {
  margin-right: 0;
}

/**  color  **/

.red {
  color: #ef2b2b;
}

.card {
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  display: inline-block !important;
  width: 100%;
}

.card label {
  margin: 0;
  font-size: 12px;
}
.col-md-11 blockquote {
  font-size: 12px !important;
}

.d-flex {
  flex-wrap: wrap;
}

.spacebetween {
  display: flex;
  justify-content: space-between;
}

.right {
  float: right;
}

/** form **/

/*.form-item{
    width: 50%;
    padding: 0px 15px;
    margin-bottom: 5px;
}*/

.form-item {
  width: 49%;
  padding: 0px 15px;
  margin-bottom: 5px;
  vertical-align: top;
  display: inline-block;
  float: none;
}

/* .form-item:last-child .form-group,
.form-item:nth-last-child(2) .form-group{
    margin-bottom: 0 !important;
} */

.form-item label {
  margin-bottom: 0;
  font-weight: 500;
}

.form-item .form-group {
  align-items: flex-start;
}

.form-item select {
  border: 1px solid #908f8f;
  border-radius: 3px;
  padding: 0.375rem;
  padding-right: 10px;
  color: #000;
  font-size: 12px;
  min-width: 130px;
  height: 33px;
}

.form-item textarea {
  resize: none;
  min-height: 120px;
  border: 1px solid #908f8f;
  border-radius: 2px;
  font-size: 12px;
}

.form-item input {
  height: 33px;
  border: 1px solid #908f8f;
  border-radius: 3px;
  padding: 5px;
  color: #000;
  font-size: 12px;
}

.form-btn {
  padding: 8px 12px;
  border-radius: 3px;
  text-align: center;
}

.addselect {
  width: 240px;
  display: block;
}

label.upload {
  padding: 5px 27px;
  padding-left: 10px;
  border-radius: 3px;
  cursor: pointer;
}

label.upload + span {
  margin-left: 10px;
}

.upload input[type="file"] {
  display: none;
}

.col-md-12 {
  flex-basis: 16% !important;
}

.buttonicon {
  background: transparent;
  border: none;
  position: absolute;
  top: 9px;
  right: 5px;
  color: #d4d3d3;
}

.input-group-append {
  position: relative;
}

.nav-pills .nav-link.active {
  background: #2a3997 !important;
}

.nav-pills .nav-link {
  background: #cacaca !important;
  border-radius: 3px 3px 0 0 !important;
  padding: 6px 25px;
  margin-right: 10px;
  color: #fff;
}

.caption {
  font-weight: bold;
  color: #ccc;
}

.caption span {
  color: #e21d2e;
  font-weight: 500;
}

.link {
  color: blue;
  cursor: pointer;
}

/****** receive  *********/

.actionbtn {
  margin: 15px 0 25px;
}

.text-dull {
  color: rgba(0, 0, 0, 0.5);
}

/*****  iforclosure_amtupdate.html  *****/

.date {
  padding-right: 15px;
  margin-right: 15px;
}

/****  foreclosure_waiverbycollection  ********/

.initiated .card {
  padding: 25px 15px;
}

.initiated {
  flex-grow: 2;
}

.initiated p,
.date span {
  color: #d8d8d8;
}

.date span {
  font-size: 11px;
}

.date {
  text-align: center;
  font-size: 12px;
}

.date p {
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

.timeline {
  margin: 20px 0;
}

.timeline h3 {
  margin-bottom: 20px;
}

.timeline ul {
  position: relative;
}

.timeline ul:before {
  content: "";
  position: absolute;
  left: 60px;
  width: 1px;
  background: #ddd;
  height: 98.5%;
  top: 30px;
}

/**  margin  **/

.m0 {
  margin: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.m-b-3 {
  margin-bottom: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

/**  padding  **/

.p0 {
  padding: 0;
}

/***  padding  *****/

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pt30 {
  padding-top: 30px;
}

.syno_timeline {
  font-size: 12px;
  margin-top: 30px;
  background: #fff;
  padding: 25px;
}

.syno_timeline .card {
  background: #f7f7f7;
}
.detailview .col-md-12 {
  margin-bottom: 20px;
}

h3.stage {
  color: #283794;
  font-weight: bold;
}

.moduleTitle {
  padding-left: 15px;
}

.syno_timeline h3 {
  font-size: 16px;
  font-weight: 600;
}

.syno_timeline p {
  font-weight: 600;
  padding-top: 5px;
  color: #000;
}

.syno_timeline ul {
  position: relative;
}

.syno_timeline ul:before {
  content: "";
  position: absolute;
  left: 9.7%;
  width: 1px;
  height: 97.8%;
  background: #ddd;
  top: 28px;
}

.syno_timeline ul li {
  overflow: hidden;
  margin-left: 0 !important;
  /* clear: both; */
}

.syno_timeline ul li > div {
  float: left;
  display: inline-block;
}

.syno_timeline ul li > div:nth-child(1) {
  width: 10%;
  border: 0;
}

.syno_timeline ul li > div:nth-child(2) {
  width: 85%;
}

.font-weight-normal {
  font-weight: normal;
}

#myTabContent {
  clear: both;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  font-size: 12px;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.nav-tabs {
  margin-left: 0px !important;
}
.nav-tabs.mt30 {
  margin-left: 0;
  font-size: 12px;
}

.form-item .form-group {
  margin-bottom: 10px;
}

ul.nav.nav-tabs.mt30 > li {
  margin-left: 0;
}

ul.nav.nav-tabs.mt30 > li.active > a {
  background: #e14938;
  color: #fff;
  border: 0;
}

ul.nav.nav-tabs.mt30 > li > a {
  background: #eee;
  color: #000;
  border: 0;
}

ul.nav.nav-tabs > li.disable-tab > a {
  background: #d8d8d8;
  pointer-events: none;
}

input[type="checkbox"].form-control {
  width: 20px;
  height: 20px;
  margin-bottom: 13px;
}

.label.label-info {
  padding: 0.6em;
  font-size: 100%;
  width: 100%;
  display: block;
  line-height: 1.5;
  white-space: normal;
  text-align: left;
  color: #0c5460;
}

.remark {
  margin-bottom: 12px;
  width: 100%;
}

.from-group.row:last-child {
  margin-bottom: 0;
}

.detailview {
  margin-top: 20px;
  padding-bottom: 0;
  border: 1px solid #eee;
}

.detailview .col-md-4 {
  margin-bottom: 20px;
}

[id$="error"] {
  color: #f00;
  font-size: 10px;
  padding-top: 5px;
  display: block;
}

#myTabContent .col-md-6 {
  display: inline-block;
}

.ui-menu-item {
  font-size: 13px;
}

.utils {
  cursor: pointer;
}

.moduleTitle span.utils a img {
  margin: 0 !important;
  margin-right: 3px;
}

.synocolor {
  color: #c8614f;
  font-weight: 600;
}

footer .companyLogo {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

footer .companyLogo img {
  width: 150px;
  height: 100%;
  margin-bottom: 10px;
}

.select_grp label {
  width: 25%;
}

.modal-content .modal-footer {
  text-align: left;
}

.form-item.syno-lead {
  width: 31%;
  padding: 0px 10px;
}

.arrows {
  display: block;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  /* forces this div to 'contain' it's floated children */
  padding: 6px 0;
  position: relative;
}

/* Arrows - i.e. the box and the wedge */

.arrow {
  float: left;
  margin: 0;
  width: 32%;
  padding: 10px;
  position: relative;
  text-align: center;
}

.arrow:after {
  border-top: 18px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 17px solid transparent;
  /* unnecessary here... it's only for reference. */
  content: "";
  height: 0;
  position: absolute;
  right: -17px;
  top: 0;
  width: 0;
  z-index: 2;
}

.arrow:last-child:after {
  border: none;
  right: 0;
}

/* Colour each section */

.step1 {
  background-color: #e21d2e;
  border-radius: 5px 0px 0px 5px;
}

.step1.disabled,
.step2.disabled,
.step3.disabled {
  background-color: #ccc;
}

.step2 {
  background-color: #2a3997;
}

.step3 {
  background-color: #e21d2e;
  border-radius: 0px 5px 5px 0px;
}

/* Colour the wedge to match it's associated box */

.arrow.step1:after {
  border-left: 17px solid #e21d2e;
}

.arrow.step2:after {
  border-left: 17px solid #2a3997;
}

.step1.disabled:after,
.step2.disabled:after,
.step3.disabled:after {
  border-left: 17px solid #ccc;
}

/* Typography */

.arrow span {
  color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .arrow {
    width: 31.5%;
  }
}

@media only screen and (max-width: 1000px) {
  /*.arrows {overflow: visible;}*/
  /* May be needed for some browsers. Need to test. */
  .arrow {
    float: none;
    padding: 25px 30px;
    text-align: left;
    width: 100%;
  }
  .arrow:first-child {
    border-radius: 6px 6px 0 0;
  }
  .arrow:last-child {
    border-radius: 0 0 6px 6px;
  }
  .arrow:after {
    top: auto;
    bottom: -23px;
    left: 30px;
    background-color: transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid transparent;
  }
  .arrow.step1:after {
    border-top-color: #e5461c;
    border-left-color: transparent;
  }
  .arrow.step2:after {
    border-top-color: #c4261e;
    border-left-color: transparent;
  }
}

.lead-details {
  margin-top: 30px;
}

.mlzero {
  margin-left: 0px !important;
}

.mtzero {
  margin-top: 0px !important;
}

.panel-title {
  font-size: 14px;
}

.panel-heading {
  padding: 10px 15px !important;
}

.nav.nav-tabs.mlzero li.active > a {
  background: #e5461c;
  color: #fff;
  border: 1px solid #e5461c;
  font-weight: bold;
}

.subtitle {
  margin: 0 0 2em 0;
  color: #e5461c;
  font-weight: bold;
}

.fancy {
  line-height: 0.5;
  text-align: center;
}

.fancy span {
  display: inline-block;
  position: relative;
}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #e5461c;
  top: 0;
  width: 100%;
}

.fancy span:before {
  right: 100%;
  margin-right: 15px;
  top: 30%;
}

.fancy span:after {
  left: 100%;
  top: 30%;
  margin-left: 15px;
}

.detail_label {
  font-weight: bold;
}

.detail_section {
  margin-top: 15px;
  margin-bottom: 20px;
}

.detail_label_value {
  margin-bottom: 15px;
}

.fs16 {
  font-size: 16px;
}

.bold {
  font-weight: bold !important;
}

.detail_section > .row > .col-md-4 {
  min-height: 50px;
}

button.create-lead-btn, button.create-lead-btn:hover {
  background: #104370;
  border-radius: 8px;
  border: none;
  color: #fff;
  padding: 10px 24px;
  border: 1px solid;
  margin-top: -1px;
}

a.data-churning-btn,
a.lead-status-btn {
  padding: 6px 10px;
  margin: 0px 5px;
  margin-top: -1px !important;
  border-radius: 5px;
  display: inline-block;
}

a.data-churning-btn {
  background: #2a3997;
  border: 1px solid #2a3997;
  color: #fff !important;
}

a.lead-status-btn {
  background: #fff;
  border: 1px solid #2a3997;
  color: #2a3997;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.detail_view_card {
  background: white;
  border: 1px solid #eee;
  margin: 20px 0 0 0;
  padding: 20px;
}

.performance_card {
  width: 100%;
  list-style-type: none;
  list-style: none;
  clear: both;
  overflow: hidden;
}

.performance_card li {
  margin: 0 1%;
  width: 31%;
  float: left;
  display: inline-block;
  background: white;
  padding: 10px 15px;
  border-radius: 5px;
}

.performance_card li h4 {
  margin: 0;
  font-weight: bold;
  color: black;
}

.performance_card li h4 span {
  color: #e21d2e;
}
.header {
  background: #2a3997;
  color: #fff;
}
.header.red {
  background: #e21d2e;
  color: #fff;
}
.agent-table {
  text-align: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #2a3997;
  margin: 0 auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

#myTabContent .row .form-group.row {
  min-height: 37px;
}

@media (max-width: 767px) {
  ul#selectLinkTop,
  div#select_actions_disabled_top,
  ul.clickMenu.selectmenu.SugarActionMenu.columnsFilterLink.listViewLinkButton,
  ul#selectLinkBottom,
  div#select_actions_disabled_bottom,
  ul.clickMenu.searchAppliedAlert.selectmenu.SugarActionMenu.listViewLinkButton {
    display: none;
  }
  table.list.view.table {
    table-layout: fixed;
  }
  div#content {
    padding: 45px 0 20px !important;
  }
  .arrows {
    display: none;
  }
  .leads_buttons {
    display: none;
  }
  .form-item.syno-lead {
    width: 100%;
  }
}




/*Stepper css*/
.md-stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
.md-stepper-horizontal .md-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}
.md-stepper-horizontal .md-step:active {
  border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
  display: none;
}
.md-stepper-horizontal .md-step .md-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
  background-color: #00ae4d;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
  background-color: #e04838;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
  background-color: rgb(33, 150, 243);
}

.md-stepper-horizontal .md-step.done .md-step-circle:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
  display: none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f410";
}
.md-stepper-horizontal .md-step .md-step-title {
  margin-top: 16px;
  font-size: 10px;
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
  text-align: center;
  color: rgba(0, 0, 0, 0.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-optional {
  font-size: 12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #dddddd;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}
.mh35 {
  min-height: 35px !important;
}