:root {
  --white: #ffffff;
  --blue: #1D4B70;
  --lightblue: #4593C5;
  --gray: gray;
}


body{
  font-family: 'Nunito', sans-serif;
}

.btn:not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-warning) {
  margin: 0px !important;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #627F30; }
  .btn:not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-warning):hover, .btn:not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-warning):focus, .btn:not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-warning):active {
    background-color: #a1ce52 !important; }

.btn-light {
  color: black !important; }

header.no-log {
  border-bottom: 1px lightgray solid;
  padding: 15px 5px;
  background-color: white }
  header.no-log .logo {
    background-color: transparent; }
    header.no-log .logo img {
      max-height: 29px; }

.main-sidebar > section {
  min-height: calc(100vh - 65px); }

table.dataTable thead > tr > th {
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 30px; }

#note {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 4;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  transition: all .5s linear;
  max-height: 65px; }
  #note.success {
    background: green;
    color: white; }
  #note.wrong {
    background: pink;
    color: black; }

.niceSelect {
  margin-top: 10px;
  font-weight: 700!important;
  color: darkgray; }

.home_bg {
  display: flex;
  background-image: url(../img/theMortgages.png);
  height: calc(100vh - 60px);
  background-size: 700px;
  background-position: center;
  font-size: 64px;
  color: white;
  align-items: center;
  padding-left: 10%;
  text-shadow: 0 0 5px grey;
  background-repeat: no-repeat;
}
@media(max-width: 700px){
  .home_bg{
    background-size: contain;
  }
}

.saveInformation {
  display: none;
  position: fixed;
  top: 0;
  background-color: lightgreen;
  color: darkgreen;
  font-size: 14px;
  width: 100%;
  text-align: center;
  z-index: 1100;
  left: 0;
  opacity: .8;
  padding: 5px 10px; }

.saveBtnBlock {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #1d4b70;
  padding: 5px;
  color: darkgreen;
  font-size: 14px;
  width: 100%;
  text-align: right;
  z-index: 1100;
  left: 0; }
  .saveBtnBlock .btn {
    font-size: 14px;
    box-shadow: 0 0 5px white; }

.nav-link {
  padding: 10px; }

section {
  position: relative; }

.md-form label {
  width: 100%; }

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search-md], input[type=search], textarea.md-textarea {
  height: 1rem;
  margin-bottom: 5px; }

input[type=text] + label:after, input[type=password] + label:after, input[type=email] + label:after, input[type=url] + label:after, input[type=time] + label:after, input[type=date] + label:after, input[type=datetime-local] + label:after, input[type=tel] + label:after, input[type=number] + label:after, input[type=search-md] + label:after, input[type=search] + label:after, textarea.md-textarea + label:after {
  top: 50px; }

.md-form {
  margin-top: 30px; }

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  border: none; }

#modalRegistrationForm .modal-dialog {
  max-width: 1000px; }
  #modalRegistrationForm .modal-dialog .md-form {
    padding-left: 0; }
    #modalRegistrationForm .modal-dialog .md-form input {
      margin-bottom: 10px; }
  #modalRegistrationForm .modal-dialog .textareaLabel, #modalRegistrationForm .modal-dialog .checkboxLabel {
    color: #757575;
    display: block;
    cursor: pointer; }
  #modalRegistrationForm .modal-dialog textarea {
    resize: none;
    width: 100%; }

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

.ACTIVE {
  color: darkgreen;
  font-weight: bold; }

.NEW {
  color: #0099ff !important;
  font-weight: bold !important; }

.CONTACTED {
  color: #15d300 !important;
  font-weight: bold !important; }

.FEE.PAID, .FUNDED {
  color: darkgreen !important;
  font-weight: bold !important; }

.NOT.CONTACTED, .PENDING {
  color: #ff9601 !important;
  font-weight: bold !important; }

.UNABLE.TO.CONTACT, .COMMITMENT.SIGNED {
  color: #fc7979 !important;
  font-weight: bold !important; }

.CANCELED, .FAKE, .REMOVE {
  color: darkred !important;
  font-weight: bold !important; }

.COMMITMENT.SIGNED{

}

.REJECTED {
  color: darkred;
  font-weight: bold; }

.PARTNER, .APPROVED {
  color: darkgreen;
  font-weight: bold; }

.ADMIN {
  color: purple;
  font-weight: bold; }

.formMsg {
  width: 100%; }

.forgotPsw {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px; }

.forgot_view .md-form {
  max-width: 240px;
  display: block;
  margin: 0 auto; }
.forgot_view .btn-default {
  min-width: 240px; }

.zebraDialog .ZebraDialog_Body {
  font-size: 20px;
  color: darkgreen; }

.toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  margin-bottom: 0;
  margin-right: 10px; }

.toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;
  border-radius: 8px;
  transition: background 0.2s ease; }

.toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease; }

.toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(79, 46, 220, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none; }

.cbx:checked + .toggle:before {
  background: #4285f4; }

.cbx:checked + .toggle span {
  background: #0d47a1;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2); }

.cbx:checked + .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease; }

.inpro-skin .wrapper {
  color: #757575; }

.checkboxLabel {
  cursor: pointer; }

.eq-ui-loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -120px;
  width: 240px;
  height: 240px; }

.eq-ui-loader-ring_for_material {
  position: absolute;
  top: 15%;
  left: 50%;
  margin: -120px 0 0 -120px;
  width: 240px;
  height: 240px; }

.eq-ui-loader-ring-light {
  width: 240px;
  height: 240px;
  border-radius: 240px;
  box-shadow: 0 4px 0 #1bbc9b inset;
  animation: rotate-360 2s linear infinite; }

.eq-ui-loader-ring-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1) inset; }

.loader_4 {
  width: 100%;
  height: 350px; }

.relative {
  position: relative; }

.eq-ui-loader-ring-mini {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -120px;
  width: 50px;
  height: 50px; }

.eq-ui-loader-ring_for_material-mini {
  position: absolute;
  top: 50vh;
  left: 50vw;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%); 
}

.eq-ui-loader-ring-light-mini {
  width: 50px;
  height: 50px;
  border-radius: 240px;
  box-shadow: 0 2px 0 #1d4b70 inset;
  animation: rotate-360 2s linear infinite; }

.eq-ui-loader-ring-track-mini {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 240px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) inset; }

@keyframes rotate-360 {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
.loader_2 {
  height: 100px;
  padding-top: 100px;
  padding-bottom: 100px; }

.eq-ui-loader-line {
  height: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd; }

.eq-ui-loader-line:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 6px;
  background-color: #1d4b70;
  animation: loading 2s linear infinite; }

.eq-ui-loader-line-lazy {
  height: 6px;
  width: 100%;
  position: fixed;
  overflow: hidden;
  background-color: #ddd;
  bottom: 0px; }

.eq-ui-loader-line-lazy:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 6px;
  background-color: #1d4b70;
  animation: loading 2s linear infinite; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }
.main-header .sidebar-toggle {
  color: white; }

.modal-open {
  overflow: hidden !important; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    padding: 12px; } }
.sidebar-menu > li > a {
  max-height: 48px; }

.darkblue {
  background-color: var(--blue); }

.bold {
  font-weight: bold; }

.plus {
  cursor: pointer; }
  .plus:hover i:before {
    color: darkgreen; }

.fa-user-circle-o:before {
  font-family: 'fontawesome'; }

#dtTable_wrapper {
  width: 100%; }

.dataTables_filter .form-control {
  background-color: white;
  padding: 10px; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  top: 0;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: unset !important;
  left: 10px; }

.sidebar-collapse .inpro-skin .sidebar-menu > li > a {
  text-align: center;
  padding-left: 0; }

.inpro-skin .sidebar-menu > li > a span {
  padding-left: 10px; }

.sectionHeader {
  border-bottom: 1px lightgray solid;
  margin-bottom: 20px; }

.sectionHeader a {
  color: #1d4b70 !important;
  font-size: 16px !important;
  text-decoration: underline !important;
  margin-bottom: 15px; }
  .sectionHeader a:hover {
    color: #5b8aad; }

.nice-select li {
  font-weight: 700 !important; }

.nice-select.wide {
  min-width: 200px;
  margin-top: 0;
  height: 31px;
  line-height: 30px; }

.nice-select .option {
  line-height: 20px !important;
  min-height: 25px !important; }

.nice-select.wide .list {
  padding-left: 20px !important; }

.nice-select .option {
  padding-left: 0 !important; }

.content-wrapper.loading * {
  opacity: 0;
  pointer-events: none; }
.content-wrapper.loading .eq-ui-loader-ring_for_material-mini {
  display: block;
  opacity: 1; }
  .content-wrapper.loading .eq-ui-loader-ring_for_material-mini * {
    opacity: 1; }
.content-wrapper .eq-ui-loader-ring_for_material-mini {
  display: none; }
.content-wrapper table tbody tr.edited {
  background-color: lightgreen; }
  .content-wrapper table tbody tr.edited .editable:not(.statusEdit) {
    box-shadow: 0 0 3px gray inset; }
.content-wrapper table tbody tr.removed {
  background-color: pink; }
  .content-wrapper table tbody tr.removed .table-remove {
    text-align: center;
    font-size: 10px;
    padding: 0.5rem 1.6rem; }
  .content-wrapper table tbody tr.removed button {
    pointer-events: none;
    background-color: gray !important; }
  .content-wrapper table tbody tr.removed a {
    pointer-events: none; }
  .content-wrapper table tbody tr.removed .editable {
    box-shadow: none; }
.content-wrapper table tbody tr td {
  vertical-align: middle; }
  .content-wrapper table tbody tr td:focus {
    background-image: url(../img/edit.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center right;
    box-shadow: 0 0 3px gray inset; }
  .content-wrapper table tbody tr td.editable {
    padding-right: 15px; }
  .content-wrapper table tbody tr td.editable:not(.statusEdit):hover {
    background-image: url(../img/edit.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center right;
    box-shadow: 0 0 3px gray inset; }
  .content-wrapper table tbody tr td a {
    color: black;
    text-decoration: underline; }
    .content-wrapper table tbody tr td a:hover {
      color: #1d4b70; }

.leadData label {
  display: block;
  font-size: 13px;
  font-weight: bold; }
.leadData span {
  color: black;
  font-weight: bold; }

#calcSnippet textarea {
  resize: none;
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: 1px gray solid;
  transition: 0.8s;
  padding: 5px;
  background-color: white;
  font-size: 13px; }

/*# sourceMappingURL=ratePartner.css.map */



@media(max-width: 768px){
  body{
    /*min-width: 991px!important;*/
  }
  .main-sidebar, .left-side{
    width: 40px!important;
  }
  .content-wrapper, .right-side, .main-footer {
    margin-left: 40px!important;
  }
  .logo, .sidebar-toggle{
    display: none!important;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar{
    margin-left: 0!important;
  }
  div.dataTables_wrapper div .dataTables_length, div.dataTables_wrapper div .dataTables_filter, div.dataTables_wrapper div .dataTables_info, div.dataTables_wrapper div .dataTables_paginate ul.pagination{
      justify-content: left!important;
      text-align: left!important;
      -webkit-box-pack: left!important;
  }
}

table.dataTable td:before{
  display: none;
}

@media (max-width: 1000px){
  table.dataTable, table.dataTable tbody, table.dataTable tr, table.dataTable td{
    display: block;
    width: 100%!important;
  }

  table.dataTable td:before{
    display: block;
    border-bottom: 1px gray solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    color: black;
  }  

  table.dataTable .td-button{
    display: inline-block!important;
    width: auto!important;
    padding-left: 0;
    padding-right: 0;
  }

  table.dataTable .td-button .btn.btn-sm{
    padding: 0.5rem 1rem;
  }

  table.dataTable th{
    display: none;
  }

  table.dataTable td:focus:before{
    display: none;
  }
  .mobHide{
    display: none!important;
  }
}
@media (max-width: 768px){
  #domainSettingsForm>div{
    display: inline-block!important;
  }
  #sendForm .col-4{
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
  }
  #sendForm .col-4.lch{
    width: 100%!important;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
    justify-content: flex-end!important;
  }
  .nice-select.wide{
    min-width: 100px;
  }
  .sidebar-menu > li > a {
    padding: 8px 11px;
    display: block;
    text-align: center;
  }
}  

@media (max-width: 600px){
  .navbar .dropdown-menu.dropdown-menu-right {
      right: 0 !important;
  }
  .container-fluid.no-log{
    padding: 15px;
  }
}

.inpro-skin .logo{
  background-color: transparent!important;
}

.filter_data{
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), padding 0.5s cubic-bezier(0, 1, 0, 1);
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  background-color: darkgray;
  color: white;
}

.filter_data input{
  color: white;
}

.filter_data.open{
  max-height: 1000px;
  transition: max-height 1s ease-in-out, padding 1s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media(max-width: 768px){
  .filter_data{
    display: block;
  }
  .filter_data_select{
    margin-left: 0!important;
  }
}

.showHide-filter_data{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
  font-size: 12px;
}

.filter_data_select{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 20px;
}

#sidebar{
  background-image: none;
  background-color: var(--blue)!important;
  color: var(--white)!important;
}

.inpro-skin .sidebar-menu > li:hover > a > span{
  background-color: transparent!important;
}

body.sidebar-mini.sidebar-collapse #sidebar li:hover > a > span{
  background-color: var(--blue)!important;
  color: var(--white)!important;
}

.treeview a{
  color: var(--white)!important;
  opacity: .8;
  font-size: 14px;
}

.treeview:hover a{
  opacity: 1;
}

#paymentsHistory td{
  border: 1px gray solid;
  background-color: white;
  padding: 5px;
}

.commentsWrapper{
  padding: 15px;
  border: 1px lightgray solid;
  margin-bottom: 30px;
}

.commentsWrapper span{
  font-size: 14px;
  font-weight: 400;
}

.commentsWrapper span:after{
  content: "click to remove";
  font-size: 10px;
  line-height: 18px;
  border: 1px lightgray solid;
  border-radius: 5px;
  padding: 2px 5px;
  background-color: lightgray;
  position: absolute;
  cursor: pointer;
  margin-left: 5px;
  display: none;
}

.commentsWrapper span:hover{
  cursor: pointer;
}
.commentsWrapper span:hover:after{
  display: inline-block;
}

.inpro-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active, .inpro-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .inpro-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover{
  background-color: var(--blue);
}