.no-interaction {
  opacity: 0.3;
  cursor: wait;
}

.s {
  background-color: #6fc0b2;
}

.f-bg {
  background-color: #eb547b;
}

.q-bg {
  background-color: #fdbd33;
}

.c-bg {
  background-color: #1cc4e1;
}

.g-bg {
  background-color: #b53dfd;
}

.n-color {
  color: #6fc0b2;
}

.f-color {
  color: #eb547b;
}

.q-color {
  color: #fdbd33;
}

.c-color {
  color: #1cc4e1;
}

.g-color {
  color: #b53dfd;
}

.n-border {
  border-color: #6fc0b2;
}

.f-border {
  border-color: #eb547b;
}

.q-border {
  border-color: #fdbd33;
}

.c-border {
  border-color: #1cc4e1;
}

.g-border {
  border-color: #b53dfd;
}

.btn.btn-default.btn-black {
  margin-bottom: 11px;
  background-color: #555;
  color: white;
  border-color: #555;
  font-weight: 500;
  font-size: 13px;
}

input,
select,
textarea {
  border-radius: 4px !important;
}

button:focus {
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus {
  color: #333;
}

body,
html {
  font-family: "Montserrat", sans-serif;
}

/*=========START SIDEBAR=========*/

.main-contents {
  margin-left: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.main-contents.active {
  margin-left: 250px;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  height: 100%;
  left: 0;
  z-index: 1000;
  background: linear-gradient(to bottom, var(--color-navy), var(--color-navy));
}

#sidebar.active {
  min-width: 92px;
  max-width: 92px;
  text-align: center;
}

#sidebar.active .sidebar-header h3 {
  display: none;
}

#sidebar.active .sidebar-header img {
  width: 46px;
  cursor: pointer;
  margin-top: 12px;
  display: inline-block;
  margin-left: -3px;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 15px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before,
#sidebar.active a[aria-expanded="true"]::before {
  top: auto;
  bottom: 5px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 0 20px;
  background: transparent;
  text-align: right;
  height: 65px;
}

#sidebar .sidebar-header img#sidebarCollapse {
  /* width: 46px;
  cursor: pointer;
  margin-top: 11px;
  display: inline-block;
  margin-left: 23px; */
  width: 46px;
  cursor: pointer;
  margin-top: 12px;
  display: inline-block;
  /* margin-left: 23px; */
}

#sidebar .sidebar-header img.logo {
  /* width: 100px;
  opacity: 1;
  transition: opacity 1s ease-in; */
  width: 150px;
  opacity: 1;
  transition: opacity 1s ease-in;
  margin-top: 10px;
}

#sidebar ul.components {
  padding: 20px 0;
  padding-top: 0;
  /* background: linear-gradient(to bottom, #aedee6, #ffba4f); */
}

#sidebar ul li a {
  padding: 10px 25px;
  font-size: 1.1em;
  display: block;
  color: var(--color-orange) !important;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus {
  color: white !important;
  background: #88765c;
  text-decoration: none !important;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
}

a[data-toggle="collapse"] {
  position: relative;
}

#sidebar a[aria-expanded="false"]::before,
#sidebar a[aria-expanded="true"]::before {
  content: "\e259";
  display: block;
  position: absolute;
  right: 20px;
  font-family: "Glyphicons Halflings";
  font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
  content: "\e260";
}

#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 60px !important;
  background: none;
}

@media (max-width: 768px) {
  /*#sidebar {
    min-width: 92px;
    max-width: 92px;
    text-align: center;
    margin-left: -92px !important ;
  }*/
  /*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }*/
  #sidebar.active {
    margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3 {
    /* display: none;*/
  }
  #sidebar .sidebar-header strong {
    display: block;
  }
  #sidebar ul li a {
    /*padding: 20px 10px;*/
  }
  #sidebar ul li a span {
    font-size: 0.85em;
  }
  #sidebar ul li a i {
    margin-right: 0;
    /*display: block;*/
  }
  /*#sidebar ul ul a {
    padding: 10px !important;
  }*/
  #sidebar ul li a i {
    /*font-size: 1.3em;*/
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}

/*======OVERRIDE======*/

#sidebar .media {
  padding: 10px 24px;
  margin-top: 10px;
  color: var(--color-orange);
}

#sidebar .media h4 i {
  color: #d04c4c;
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: lighter;
}

#sidebar .media h4 i:hover {
  color: red;
}

#sidebar .navbar-btn {
  background: none;
  border: 0;
}

#sidebar img.media-object {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100%;
}

#sidebar .media-heading {
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
}

#sidebar .media-body ul li:nth-last-of-type(2) {
  letter-spacing: 1px;
  font-size: 12px;
}

#sidebar .media-body ul li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: green;
  display: inline-block;
}

#sidebar .media-body ul li i {
  font-size: 13px;
  color: rebeccapurple;
}

#sidebar .color-bg {
  /* background-color: #2b2b2b; */
  /* background-color: black; */
  color: #fff;
  height: 100%;
  overflow-y: auto;
}

#sidebar.active .media {
  display: none;
}

@media (max-width: 991px) {
  #sidebar .sidebar-header {
    background-color: #101c22;
  }
  #sidebar .sidebar-header img#sidebarCollapse {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  #sidebar .sidebar-header img.logo {
    -webkit-filter: brightness(34) contrast(138%) grayscale(55%) sepia(80%);
    filter: brightness(34) contrast(138%) grayscale(55%) sepia(80%);
  }
}

#sidebar .sidebar-header.scroll {
  background: #102a34;
}

#sidebar .sidebar-header.scroll img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

#sidebar.active span,
#sidebar.active hr {
  display: none;
}

#sidebar hr {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.9em;
  margin-bottom: 5px;
  width: 30px;
  margin: auto;
}

#sidebar.active {
  min-width: 60px;
  max-width: 60px;
  text-align: center;
}

#sidebar.active img.logo {
  opacity: 0;
  position: absolute;
  left: 200px;
  transition: none;
}

#sidebar.active .sidebar-header img#sidebarCollapse {
  width: 44px;
  cursor: pointer;
  margin-top: 14px;
  display: inline-block;
  margin-left: -13px;
}

#sidebar .form-group.text-center {
  margin-top: 30px;
  margin-bottom: 10px;
}

#sidebar.active .form-group.text-center {
  display: none;
}

#sidebar .btn-primary {
  color: #fff;
  background-color: #7d704f;
  border-color: #7d704f;
  margin-bottom: 14px;
}

/*========START HEADER BACKGROUND=========*/

.header-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 186px;
  background-image: url(../img/Shapes.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

/*=========START BREADCRUMB SECTION=========*/

.br-crumb {
  padding-top: 63px;
}

.br-crumb .breadcrumb {
  padding: 26px 0;
  margin-bottom: 0px;
  list-style: none;
  background-color: TRANSPARENT;
  border-radius: 4px;
}

.br-crumb .breadcrumb .active {
  color: #333 !important;
}

.br-crumb .breadcrumb a {
  color: #333;
}

.br-crumb .breadcrumb a i.fa.fa-home {
  font-size: 18px;
}

.br-crumb .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  content: "/\00a0";
}

/*============############## START LEAD PAGE CONTENT ############===========*/

/*============ START LEADS===========*/

.lead-pg {
  padding-bottom: 90px;
}

.lead-pg .leads-prs {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.lead-pg .leads-prs .contacts-container {
  overflow: auto;
  max-height: auto;
  /* min-height: 900px; */
  max-height: 866px;
}

.lead-pg .leads-prs .search,
.lead-pg .leads-prs .filters {
  margin-bottom: 5px;
  padding: 3px;
}

.lead-pg .leads-prs .search input.form-control,
.lead-pg .leads-prs .search select.form-control,
.lead-pg .leads-prs .filters input.form-control,
.lead-pg .leads-prs .filters select.form-control {
  border: 0;
  background-color: #eee;
}

.lead-pg .leads-prs .search input.form-control:focus,
.lead-pg .leads-prs .search select.form-control:focus,
.lead-pg .leads-prs .filters input.form-control:focus,
.lead-pg .leads-prs .filters select.form-control:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lead-pg .leads-prs .contact {
  padding: 3px 5px;
  border-left: 4px solid;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 0px;
  padding-top: 5px;
}

.lead-pg .leads-prs .contact div.circle-bg {
  display: block;
  float: left;
  background-color: darkred;
  height: 47px;
  width: 47px;
  color: white;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  margin-top: 4px;
}

.lead-pg .leads-prs .contact div.circle-bg span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lead-pg .leads-prs .contact .info {
  float: left;
}

.lead-pg .leads-prs .contact .info h4 {
  font-size: 13px;
  margin-bottom: 5px;
}

.lead-pg .leads-prs .contact .info p {
  font-size: 12px;
  color: #999;
}

.lead-pg .leads-prs .contact .time {
  float: right;
  text-align: right;
}

.lead-pg .leads-prs .contact .time ul.list-unstyled {
  margin-top: 6px;
}

.lead-pg .leads-prs .contact .time ul.list-unstyled li {
  margin-bottom: 4px;
}

.lead-pg .leads-prs .contact .time ul.list-unstyled li:first-of-type {
  color: #ccc;
}

.lead-pg .leads-prs .contact .time ul.list-unstyled li:last-of-type {
  color: #999;
  font-size: 11px;
  margin-top: 5px;
}

.lead-pg .leads-prs .contact.new div.circle-bg {
  background-color: #6fc0b2;
}

.lead-pg .leads-prs .contact.new {
  border-color: #6fc0b2;
}

.lead-pg .leads-prs .contact.follow div.circle-bg {
  background-color: #eb547b;
}

.lead-pg .leads-prs .contact.follow {
  border-color: #eb547b;
}

.lead-pg .leads-prs .contact.not-qualify div.circle-bg {
  background-color: #fdbd33;
}

.lead-pg .leads-prs .contact.not-qualify {
  border-color: #fdbd33;
}

.lead-pg .leads-prs .contact.closed div.circle-bg {
  background-color: #1cc4e1;
}

.lead-pg .leads-prs .contact.closed {
  border-color: #1cc4e1;
}

.lead-pg .leads-prs .contact.on-going div.circle-bg {
  background-color: #b53dfd;
}

.lead-pg .leads-prs .contact.on-going {
  border-color: #b53dfd;
}

/*=====START LEAD DETAILS=====*/

.lead-details {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 950px;
  min-height: 950px;
}

.lead-details .lead-contact-details-2 {
  margin-top: 47px;
  color: #999;
}

.lead-details .lead-contact-details-2 li {
  font-size: 13px;
  margin-bottom: 2px;
  color: #999;
  font-weight: 500;
}

.lead-details .header-lead .lead-left {
  overflow: hidden;
}

.lead-details .header-lead .lead-left .lead-status {
  padding: 18px;
}

.lead-details .header-lead .lead-left .lead-status .circle-bg {
  display: block;
  background-color: #eb547b;
  height: 52px;
  width: 52px;
  color: white;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 4px;
}

.lead-details .header-lead .lead-left .lead-status .circle-bg span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lead-details .header-lead .lead-left .lead-status p {
  border: 1px solid #eb547b;
  text-align: center;
  border-radius: 3px;
  padding: 3px 0;
  color: #999;
}

.lead-details .header-lead .lead-left .lead-contact-details ul li {
  font-size: 13px;
  margin-bottom: 2px;
  color: #999;
  font-weight: 500;
}

.lead-details .header-lead .lead-left .lead-contact-details ul li h3 {
  font-size: 19px;
  font-weight: bold;
  color: #000;
}

.lead-details
  .header-lead
  .lead-left
  .lead-contact-details
  ul
  li
  h3
  .label-primary {
  background-color: #337ab7;
  display: block;
  float: right;
  font-size: 10px;
  font-weight: lighter;
  margin-left: 16px;
  margin-top: 3px;
}

.lead-details .header-lead .contact-lead .form-group {
  margin-bottom: 15px;
  margin-right: 11px;
  margin-top: 21px;
  margin-left: -5px;
}

.lead-details .header-lead .contact-lead .form-group label {
  font-weight: 500;
  font-size: 13px;
}

.lead-details .header-lead .contact-lead li i {
  font-size: 17px;
  margin-right: 5px;
}

.lead-details .header-lead .contact-lead li span {
  color: #999;
}

.lead-details .lead-content-section .nav-tabs {
  border-top: 1px solid #ccc;
}

.lead-details .lead-content-section .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  border-radius: 0;
  border: 1px solid #ccc !important;
  color: black !important;
  margin-top: -1px;
  border-right: none !important;
}

.lead-details .lead-content-section .nav-tabs > li:last-of-type > a {
  border-right: 1px solid #ccc !important;
}

.lead-details .lead-content-section .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-left: -1px;
}

.lead-details .lead-content-section .tab-content {
  overflow: auto;
  padding-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  max-height: 600px;
}

.lead-details .lead-content-section #lead-activity .time-line h2 {
  margin-top: 59px;
  font-size: 27px;
  margin-bottom: 40px;
}

.lead-details .lead-content-section #lead-activity .time-line ul li {
  padding-left: 150px;
  position: relative;
  border-left: 1px solid #bebebe;
  padding-bottom: 20px;
}

.lead-details
  .lead-content-section
  #lead-activity
  .time-line
  ul
  li
  span.crcle-t {
  border: 4px solid #146d93;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -11px;
  left: -8.5px;
  background-color: white;
}

.lead-details
  .lead-content-section
  #lead-activity
  .time-line
  ul
  li
  .tm-content {
  position: relative;
  border-left: 1px solid #bebebe;
  padding-left: 16px;
  top: -5px;
}

.lead-details
  .lead-content-section
  #lead-activity
  .time-line
  ul
  li
  .tm-content
  .date {
  position: absolute;
  left: -132px;
  top: -6px;
  font-size: 18px;
}

.lead-details
  .lead-content-section
  #lead-activity
  .time-line
  ul
  li
  .tm-content
  h5 {
  font-size: 16px;
  font-weight: 500;
}

.lead-details
  .lead-content-section
  #lead-activity
  .time-line
  ul
  li
  .tm-content
  p {
  color: #999;
}

.lead-details
  .lead-content-section
  #lead-activity
  .time-line
  ul
  li:last-of-type {
  border: none;
}

.lead-details .lead-content-section #lead-activity .action,
.request-form {
  border: 1px solid #ccc;
  padding: 35px 13px;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 69px;
}

.lead-details .lead-content-section .nav-tabs > li.active > a,
.lead-details .lead-content-section .nav-tabs > li.active > a:hover,
.lead-details .lead-content-section .nav-tabs > li.active > a:focus {
  background-color: #ccc !important;
}

.status-update h3 {
  margin-top: 50px;
  margin-bottom: 33px;
  margin-left: 30px;
}

.status-update .status {
  padding: 35px 13px;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 30px;
}

.tab-pane .document h3 {
  margin-top: 50px;
  margin-bottom: 33px;
  margin-left: 30px;
}

.tab-pane .document form {
  margin-left: 30px;
  margin-bottom: 50px;
}

.tab-pane .document .table {
  margin-left: 30px;
}

/*===========================================================================*/

/*===========START SIGN IN PAGE============*/

body,
html {
  max-height: 100% !important;
}

/*==========START SIGN-IN BG-HEADER============*/

.wraper {
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
}

.wraper .sign-in {
  max-width: 350px;
  min-width: 350px;
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.wraper .sign-in .text-center {
  margin-bottom: 10px;
}

.wraper .sign-in .panel-default {
  border-color: #ddd;
  -webkit-box-shadow: 1px 1px 13px #0000002b;
  box-shadow: 1px 1px 13px #0000002b;
}

.wraper .sign-in .panel-heading {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 16px 15px;
}

.wraper .sign-in .panel-heading a {
  font-size: 11px;
  font-weight: 600;
  pointer-events: none;
  color: #333;
}

.wraper .sign-in .panel-heading .pull-right {
  margin-top: -5px;
}

.wraper .sign-in .panel-heading span {
  color: #999;
  font-size: 12px;
}

.wraper .sign-in .panel-body {
  padding: 15px;
  padding-bottom: 6px;
}

.wraper .sign-in .panel-footer {
  background-color: white;
  border-top: 2px solid #ddd;
}

.wraper .sign-in label {
  color: #999;
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  margin-top: 19px;
}

.wraper .sign-in label sup {
  color: red;
  font-size: 13px;
  top: -0.3em;
}

.wraper .sign-in input.form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ccdfe6;
  /* height: 42px; */
  color: #777;
}

.wraper .sign-in button {
  height: 44px;
  color: white;
  font-weight: 600;
  font-size: 15px;
  /* background-color: #617387; */
  background-color: gray;
}

.wraper .sign-in button:focus {
  outline: none;
}

/*==============START NEW LEAD PAGE================*/

section.new-lead,
section.eoi,
section.add-new-proj,
section.add-rf-form,
section.add-new-unit-type,
section.add-new-payment-plan,
section.add-new-team,
section.add-new-unit {
  padding-top: 30px;
  padding-bottom: 90px;
}

.add-team__wrapper label {
  font-weight: normal;
}

section.new-lead .border-sec,
section.eoi .border-sec,
section.add-new-proj .border-sec,
section.add-rf-form .border-sec,
section.add-new-unit-type .border-sec,
section.add-new-payment-plan .border-sec,
section.add-new-team .border-sec,
section.add-new-unit .border-sec,
section.add-new-user .border-sec {
  border: 1px solid #bfbfbf;
  padding: 25px;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 30px;
}

section.new-lead .border-sec h4,
section.eoi .border-sec h4,
section.add-new-proj .border-sec h4,
section.add-rf-form .border-sec h4,
section.add-new-unit-type .border-sec h4,
section.add-new-payment-plan .border-sec h4,
section.add-new-team .border-sec h4,
section.add-new-unit .border-sec h4,
section.add-new-user .border-sec h4 {
  font-size: 16px;
  font-weight: 600;
  color: #076187;
  margin-bottom: 17px;
}

@media (min-width: 992px) {
  section.new-lead .border-sec .col-md-3,
  section.eoi .border-sec .col-md-3,
  section.add-new-proj .border-sec .col-md-3,
  section.add-rf-form .border-sec .col-md-3,
  section.add-new-unit-type .border-sec .col-md-3,
  section.add-new-payment-plan .border-sec .col-md-3,
  section.add-new-team .border-sec .col-md-3,
  section.add-new-unit .border-sec .col-md-3,
  section.add-new-user .border-sec .col-md-3 {
    border-right: 1px solid #bfbfbf;
    height: 357px;
    margin-bottom: -25px;
  }
  section.new-lead .border-sec .col-md-3 select,
  section.eoi .border-sec .col-md-3 select,
  section.add-new-proj .border-sec .col-md-3 select,
  section.add-rf-form .border-sec .col-md-3 select,
  section.add-new-unit-type .border-sec .col-md-3 select,
  section.add-new-payment-plan .border-sec .col-md-3 select,
  section.add-new-team .border-sec .col-md-3 select,
  section.add-new-unit .border-sec .col-md-3 select,
  section.add-new-user .border-sec .col-md-3 select {
    color: #999;
  }
  section.new-lead .border-sec .line:last-of-type .col-md-3,
  section.eoi .border-sec .line:last-of-type .col-md-3,
  section.add-new-proj .border-sec .line:last-of-type .col-md-3,
  section.add-rf-form .border-sec .line:last-of-type .col-md-3,
  section.add-new-unit-type .border-sec .line:last-of-type .col-md-3,
  section.add-new-payment-plan .border-sec .line:last-of-type .col-md-3,
  section.add-new-team .border-sec .line:last-of-type .col-md-3,
  section.add-new-unit .border-sec .line:last-of-type .col-md-3,
  section.add-new-user .border-sec .line:last-of-type .col-md-3 {
    border-right: 0px solid #ccc;
    height: 357px;
    margin-bottom: -25px;
  }
}

section.new-lead .btn.btn-primary.pull-right,
section.eoi .btn.btn-primary.pull-right,
section.add-new-proj .btn.btn-primary.pull-right,
section.add-rf-form .btn.btn-primary.pull-right,
section.add-new-unit-type .btn.btn-primary.pull-right,
section.add-new-payment-plan .btn.btn-primary.pull-right,
section.add-new-team .btn.btn-primary.pull-right,
section.add-new-unit .btn.btn-primary.pull-right,
section.add-new-user .btn.btn-primary.pull-right {
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 500;
}

/*=========START PROJECT PAGE==========*/

.projects {
  padding-top: 15px;
  padding-bottom: 90px;
}

.projects h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}

.projects .project {
  overflow: hidden;
  margin-bottom: 30px;
}

.projects .project .thumbnail {
  padding: 8px;
  border: 1px solid #bdbdbd;
}

.projects .project .thumbnail img {
  width: 100%;
}

.projects .project .border-sec {
  border: 1px solid #bdbdbd;
  padding: 8px;
  border-radius: 4px;
}

.projects .project .border-sec h3 {
  font-size: 18px;
}

.projects .project .border-sec h3 span {
  font-size: 14px;
}

.projects .project .border-sec p {
  font-size: 13px;
  color: #999;
  line-height: 1.7;
}

.projects .project .border-sec .col-xs-4 a {
  pointer-events: none;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.projects .project .border-sec .col-xs-4 .btn.btn-primary {
  text-align: center;
  margin: auto;
  pointer-events: none;
  border: none;
  font-size: 11px;
  display: block;
  width: 91px;
}

.projects .project .border-sec h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.projects .project .border-sec div.col-xs-2 .icon {
  background-color: #ccc;
  width: 35px;
  height: 35px;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 50%;
}

.projects .project .border-sec div.col-xs-2 .icon img {
  width: 25px;
  margin-top: 3px;
  -webkit-filter: invert(100%) brightness(100);
  filter: invert(100%) brightness(100);
}

.projects .project .border-sec div.col-xs-2 .icon.active {
  background-color: #fec133;
}

.projects .project .border-sec div.col-xs-2 .icon.active img {
  -webkit-filter: none;
  filter: none;
}

.projects .project .border-sec button.btn.btn-default {
  margin-bottom: 6px;
  margin-right: 7px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
}

.projects .project .border-sec button.btn.btn-default.active {
  margin-bottom: 6px;
  margin-right: 7px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  font-weight: 600;
  background-color: #fec133;
}

.projects .project .border-sec button.btn.btn-primary.pull-right {
  font-weight: 600;
  font-size: 13px;
  margin-top: -31px;
}

/*========START INNER PROJECT========*/

.project-inner,
.add-new-project,
.eoi-table,
.unit-types-table,
.payment-plans-table,
.rf-tble,
.users-table,
.teams-table {
  padding-bottom: 90px;
}

.project-inner h2,
.add-new-project h2,
.eoi-table h2,
.unit-types-table h2,
.payment-plans-table h2,
.rf-tble h2,
.users-table h2,
.teams-table h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}

.project-inner .filter,
.add-new-project .filter,
.eoi-table .filter,
.unit-types-table .filter,
.payment-plans-table .filter,
.rf-tble .filter,
.users-table .filter,
.teams-table .filter {
  border: 1px solid #e0e0e0;
}

.project-inner .filter h3,
.add-new-project .filter h3,
.eoi-table .filter h3,
.unit-types-table .filter h3,
.payment-plans-table .filter h3,
.rf-tble .filter h3,
.users-table .filter h3,
.teams-table .filter h3 {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}

.project-inner .filter h3:after,
.add-new-project .filter h3:after,
.eoi-table .filter h3:after,
.unit-types-table .filter h3:after,
.payment-plans-table .filter h3:after,
.rf-tble .filter h3:after,
.users-table .filter h3:after,
.teams-table .filter h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #076187;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 15px;
  bottom: -10px;
}

.project-inner .filter label,
.add-new-project .filter label,
.eoi-table .filter label,
.unit-types-table .filter label,
.payment-plans-table .filter label,
.rf-tble .filter label,
.users-table .filter label,
.teams-table .filter label {
  margin-left: 10%;
  ont-size: 14px;
  margin-bottom: 22px;
}

.project-inner .filter .back-bar,
.add-new-project .filter .back-bar,
.eoi-table .filter .back-bar,
.unit-types-table .filter .back-bar,
.payment-plans-table .filter .back-bar,
.rf-tble .filter .back-bar,
.users-table .filter .back-bar,
.teams-table .filter .back-bar {
  height: 4px;
}

.project-inner .filter .slider-container .back-bar .pointer-label,
.add-new-project .filter .slider-container .back-bar .pointer-label,
.eoi-table .filter .slider-container .back-bar .pointer-label,
.unit-types-table .filter .slider-container .back-bar .pointer-label,
.payment-plans-table .filter .slider-container .back-bar .pointer-label,
.rf-tble .filter .slider-container .back-bar .pointer-label,
.users-table .filter .slider-container .back-bar .pointer-label,
.teams-table .filter .slider-container .back-bar .pointer-label,
.project-inner .filter .theme-green .scale ins,
.add-new-project .filter .theme-green .scale ins,
.eoi-table .filter .theme-green .scale ins,
.unit-types-table .filter .theme-green .scale ins,
.payment-plans-table .filter .theme-green .scale ins,
.rf-tble .filter .theme-green .scale ins,
.users-table .filter .theme-green .scale ins,
.teams-table .filter .theme-green .scale ins {
  font-weight: 600;
  color: #333;
}

.project-inner .filter .slider-container .back-bar .pointer-label sup,
.add-new-project .filter .slider-container .back-bar .pointer-label sup,
.eoi-table .filter .slider-container .back-bar .pointer-label sup,
.unit-types-table .filter .slider-container .back-bar .pointer-label sup,
.payment-plans-table .filter .slider-container .back-bar .pointer-label sup,
.rf-tble .filter .slider-container .back-bar .pointer-label sup,
.users-table .filter .slider-container .back-bar .pointer-label sup,
.teams-table .filter .slider-container .back-bar .pointer-label sup,
.project-inner .filter .theme-green .scale ins sup,
.add-new-project .filter .theme-green .scale ins sup,
.eoi-table .filter .theme-green .scale ins sup,
.unit-types-table .filter .theme-green .scale ins sup,
.payment-plans-table .filter .theme-green .scale ins sup,
.rf-tble .filter .theme-green .scale ins sup,
.users-table .filter .theme-green .scale ins sup,
.teams-table .filter .theme-green .scale ins sup {
  font-size: 7px;
}

.project-inner .filter .theme-green .back-bar .pointer,
.add-new-project .filter .theme-green .back-bar .pointer,
.eoi-table .filter .theme-green .back-bar .pointer,
.unit-types-table .filter .theme-green .back-bar .pointer,
.payment-plans-table .filter .theme-green .back-bar .pointer,
.rf-tble .filter .theme-green .back-bar .pointer,
.users-table .filter .theme-green .back-bar .pointer,
.teams-table .filter .theme-green .back-bar .pointer {
  background: none;
  border: 3px solid #076187;
  background-color: white;
  width: 14px;
  height: 14px;
  top: -5px;
  cursor: pointer;
}

.project-inner .filter .slider-container,
.add-new-project .filter .slider-container,
.eoi-table .filter .slider-container,
.unit-types-table .filter .slider-container,
.payment-plans-table .filter .slider-container,
.rf-tble .filter .slider-container,
.users-table .filter .slider-container,
.teams-table .filter .slider-container {
  width: 80% !important;
  margin: auto;
  margin-bottom: 40px;
}

.project-inner .filter .slider-container .selected-bar,
.add-new-project .filter .slider-container .selected-bar,
.eoi-table .filter .slider-container .selected-bar,
.unit-types-table .filter .slider-container .selected-bar,
.payment-plans-table .filter .slider-container .selected-bar,
.rf-tble .filter .slider-container .selected-bar,
.users-table .filter .slider-container .selected-bar,
.teams-table .filter .slider-container .selected-bar {
  background: none !important;
  background-color: #076187 !important;
}

.project-inner .filter .border-form,
.add-new-project .filter .border-form,
.eoi-table .filter .border-form,
.unit-types-table .filter .border-form,
.payment-plans-table .filter .border-form,
.rf-tble .filter .border-form,
.users-table .filter .border-form,
.teams-table .filter .border-form {
  border: 1px solid #e0e0e0;
  border-width: 1px 0 0px 0;
}

.project-inner .filter .border-form .collapse-header,
.add-new-project .filter .border-form .collapse-header,
.eoi-table .filter .border-form .collapse-header,
.unit-types-table .filter .border-form .collapse-header,
.payment-plans-table .filter .border-form .collapse-header,
.rf-tble .filter .border-form .collapse-header,
.users-table .filter .border-form .collapse-header,
.teams-table .filter .border-form .collapse-header {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  margin-top: 3px;
  padding-bottom: 2px;
  margin-left: 36%;
}

.project-inner .filter .border-form .collapse-header input[type="radio"],
.add-new-project .filter .border-form .collapse-header input[type="radio"],
.eoi-table .filter .border-form .collapse-header input[type="radio"],
.unit-types-table .filter .border-form .collapse-header input[type="radio"],
.payment-plans-table .filter .border-form .collapse-header input[type="radio"],
.rf-tble .filter .border-form .collapse-header input[type="radio"],
.users-table .filter .border-form .collapse-header input[type="radio"],
.teams-table .filter .border-form .collapse-header input[type="radio"],
.project-inner .filter .border-form .collapse-header input[type="checkbox"],
.add-new-project .filter .border-form .collapse-header input[type="checkbox"],
.eoi-table .filter .border-form .collapse-header input[type="checkbox"],
.unit-types-table .filter .border-form .collapse-header input[type="checkbox"],
.payment-plans-table
  .filter
  .border-form
  .collapse-header
  input[type="checkbox"],
.rf-tble .filter .border-form .collapse-header input[type="checkbox"],
.users-table .filter .border-form .collapse-header input[type="checkbox"],
.teams-table .filter .border-form .collapse-header input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  vertical-align: text-top;
}

.project-inner .filter .border-form .radio-type,
.add-new-project .filter .border-form .radio-type,
.eoi-table .filter .border-form .radio-type,
.unit-types-table .filter .border-form .radio-type,
.payment-plans-table .filter .border-form .radio-type,
.rf-tble .filter .border-form .radio-type,
.users-table .filter .border-form .radio-type,
.teams-table .filter .border-form .radio-type {
  margin-left: 47%;
  margin-top: 20px;
  text-align: justify;
  display: none;
}

.project-inner .filter .border-form .radio-type .line,
.add-new-project .filter .border-form .radio-type .line,
.eoi-table .filter .border-form .radio-type .line,
.unit-types-table .filter .border-form .radio-type .line,
.payment-plans-table .filter .border-form .radio-type .line,
.rf-tble .filter .border-form .radio-type .line,
.users-table .filter .border-form .radio-type .line,
.teams-table .filter .border-form .radio-type .line {
  font-size: 13px;
  margin-bottom: 12px;
  color: #999;
  font-weight: 500;
}

.project-inner .filter .border-form button.button,
.add-new-project .filter .border-form button.button,
.eoi-table .filter .border-form button.button,
.unit-types-table .filter .border-form button.button,
.payment-plans-table .filter .border-form button.button,
.rf-tble .filter .border-form button.button,
.users-table .filter .border-form button.button,
.teams-table .filter .border-form button.button {
  display: inline-block;
  width: 100%;
  padding: 14px;
  font-weight: bold;
  font-size: 17px;
  color: white;
  border: none;
}

.project-inner .table.table-responsive .table.table-bordered tr,
.add-new-project .table.table-responsive .table.table-bordered tr,
.eoi-table .table.table-responsive .table.table-bordered tr,
.unit-types-table .table.table-responsive .table.table-bordered tr,
.payment-plans-table .table.table-responsive .table.table-bordered tr,
.rf-tble .table.table-responsive .table.table-bordered tr,
.users-table .table.table-responsive .table.table-bordered tr,
.teams-table .table.table-responsive .table.table-bordered tr {
  text-align: center;
}

.project-inner .table.table-responsive .table.table-bordered tr td:last-of-type,
.add-new-project
  .table.table-responsive
  .table.table-bordered
  tr
  td:last-of-type,
.eoi-table .table.table-responsive .table.table-bordered tr td:last-of-type,
.unit-types-table
  .table.table-responsive
  .table.table-bordered
  tr
  td:last-of-type,
.payment-plans-table
  .table.table-responsive
  .table.table-bordered
  tr
  td:last-of-type,
.rf-tble .table.table-responsive .table.table-bordered tr td:last-of-type,
.users-table .table.table-responsive .table.table-bordered tr td:last-of-type,
.teams-table .table.table-responsive .table.table-bordered tr td:last-of-type {
  background-color: white;
  max-width: 268px;
}

.project-inner .table.table-responsive .table.table-bordered tr th,
.add-new-project .table.table-responsive .table.table-bordered tr th,
.eoi-table .table.table-responsive .table.table-bordered tr th,
.unit-types-table .table.table-responsive .table.table-bordered tr th,
.payment-plans-table .table.table-responsive .table.table-bordered tr th,
.rf-tble .table.table-responsive .table.table-bordered tr th,
.users-table .table.table-responsive .table.table-bordered tr th,
.teams-table .table.table-responsive .table.table-bordered tr th {
  text-align: center;
}

.project-inner .table.table-responsive .table.table-bordered tr th,
.add-new-project .table.table-responsive .table.table-bordered tr th,
.eoi-table .table.table-responsive .table.table-bordered tr th,
.unit-types-table .table.table-responsive .table.table-bordered tr th,
.payment-plans-table .table.table-responsive .table.table-bordered tr th,
.rf-tble .table.table-responsive .table.table-bordered tr th,
.users-table .table.table-responsive .table.table-bordered tr th,
.teams-table .table.table-responsive .table.table-bordered tr th {
  font-size: 12px;
}

.project-inner .table.table-responsive .table.table-bordered tr td,
.add-new-project .table.table-responsive .table.table-bordered tr td,
.eoi-table .table.table-responsive .table.table-bordered tr td,
.unit-types-table .table.table-responsive .table.table-bordered tr td,
.payment-plans-table .table.table-responsive .table.table-bordered tr td,
.rf-tble .table.table-responsive .table.table-bordered tr td,
.users-table .table.table-responsive .table.table-bordered tr td,
.teams-table .table.table-responsive .table.table-bordered tr td {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
}

.project-inner .table.table-responsive .table.table-bordered tr td button,
.add-new-project .table.table-responsive .table.table-bordered tr td button,
.eoi-table .table.table-responsive .table.table-bordered tr td button,
.unit-types-table .table.table-responsive .table.table-bordered tr td button,
.payment-plans-table .table.table-responsive .table.table-bordered tr td button,
.rf-tble .table.table-responsive .table.table-bordered tr td button,
.users-table .table.table-responsive .table.table-bordered tr td button,
.teams-table .table.table-responsive .table.table-bordered tr td button {
  font-size: 12px;
  font-weight: 500;
  color: white;
  margin-bottom: 5px;
}

.project-inner .table.table-responsive .table.table-bordered tr td .btn.q-bg,
.add-new-project .table.table-responsive .table.table-bordered tr td .btn.q-bg,
.eoi-table .table.table-responsive .table.table-bordered tr td .btn.q-bg,
.unit-types-table .table.table-responsive .table.table-bordered tr td .btn.q-bg,
.payment-plans-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg,
.rf-tble .table.table-responsive .table.table-bordered tr td .btn.q-bg,
.users-table .table.table-responsive .table.table-bordered tr td .btn.q-bg,
.teams-table .table.table-responsive .table.table-bordered tr td .btn.q-bg {
  border-color: #ee1b25;
  background-color: #ee1b25;
}

.project-inner .table.table-responsive .table.table-bordered tr td .btn.c-bg,
.add-new-project .table.table-responsive .table.table-bordered tr td .btn.c-bg,
.eoi-table .table.table-responsive .table.table-bordered tr td .btn.c-bg,
.unit-types-table .table.table-responsive .table.table-bordered tr td .btn.c-bg,
.payment-plans-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg,
.rf-tble .table.table-responsive .table.table-bordered tr td .btn.c-bg,
.users-table .table.table-responsive .table.table-bordered tr td .btn.c-bg,
.teams-table .table.table-responsive .table.table-bordered tr td .btn.c-bg {
  background-color: #3ab54a;
}

.project-inner
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:hover,
.add-new-project
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:hover,
.eoi-table .table.table-responsive .table.table-bordered tr td .btn.q-bg:hover,
.unit-types-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:hover,
.payment-plans-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:hover,
.rf-tble .table.table-responsive .table.table-bordered tr td .btn.q-bg:hover,
.users-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:hover,
.teams-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:hover,
.project-inner
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:focus,
.add-new-project
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:focus,
.eoi-table .table.table-responsive .table.table-bordered tr td .btn.q-bg:focus,
.unit-types-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:focus,
.payment-plans-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:focus,
.rf-tble .table.table-responsive .table.table-bordered tr td .btn.q-bg:focus,
.users-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:focus,
.teams-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.q-bg:focus {
  background-color: #ee1b25;
}

.project-inner
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:hover,
.add-new-project
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:hover,
.eoi-table .table.table-responsive .table.table-bordered tr td .btn.c-bg:hover,
.unit-types-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:hover,
.payment-plans-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:hover,
.rf-tble .table.table-responsive .table.table-bordered tr td .btn.c-bg:hover,
.users-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:hover,
.teams-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:hover,
.project-inner
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:focus,
.add-new-project
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:focus,
.eoi-table .table.table-responsive .table.table-bordered tr td .btn.c-bg:focus,
.unit-types-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:focus,
.payment-plans-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:focus,
.rf-tble .table.table-responsive .table.table-bordered tr td .btn.c-bg:focus,
.users-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:focus,
.teams-table
  .table.table-responsive
  .table.table-bordered
  tr
  td
  .btn.c-bg:focus {
  background-color: #3ab54a;
}

.project-inner .table.table-responsive .table.table-bordered .bg-danger,
.add-new-project .table.table-responsive .table.table-bordered .bg-danger,
.eoi-table .table.table-responsive .table.table-bordered .bg-danger,
.unit-types-table .table.table-responsive .table.table-bordered .bg-danger,
.payment-plans-table .table.table-responsive .table.table-bordered .bg-danger,
.rf-tble .table.table-responsive .table.table-bordered .bg-danger,
.users-table .table.table-responsive .table.table-bordered .bg-danger,
.teams-table .table.table-responsive .table.table-bordered .bg-danger {
  background-color: #ffb7b761;
  /* background-color: #a2a2a2; */
}

.project-inner .table.table-responsive .table.table-bordered .bg-success,
.add-new-project .table.table-responsive .table.table-bordered .bg-success,
.eoi-table .table.table-responsive .table.table-bordered .bg-success,
.unit-types-table .table.table-responsive .table.table-bordered .bg-success,
.payment-plans-table .table.table-responsive .table.table-bordered .bg-success,
.rf-tble .table.table-responsive .table.table-bordered .bg-success,
.users-table .table.table-responsive .table.table-bordered .bg-success,
.teams-table .table.table-responsive .table.table-bordered .bg-success {
  background-color: #78a6ce38;
  color: black;
}

/*============================START UNIT PAGE============================*/

.unit .lead-details button.btn.btn-primary.pull-right {
  margin-top: -11px;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 50px;
  background-color: gray;
  border-color: gray;
}

.unit .lead-details button.btn.btn-primary.pull-right:hover,
.unit .lead-details button.btn.btn-primary.pull-right:focus {
  background-color: gray;
  border-color: gray;
  outline: 0;
}

.unit .lead-details .edit-spam li {
  float: right;
  clear: both;
  margin-right: 10px;
  width: 142px;
  margin-bottom: 15px;
}

.unit .media {
  margin-top: 17px;
  margin-left: 14px;
}

.unit .media .media-left a {
  background-color: #3a4652;
  color: white;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  pointer-events: none;
  margin-right: 10px;
}

.unit .media .media-body h3 {
  margin-top: 12px;
  font-weight: bold;
}

.unit .media .media-body h3 span {
  font-size: 11px;
  border: 1px solid gray;
  padding: 2px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 9px;
  color: gray;
}

.unit .media .media-body li {
  font-size: 13px;
  margin-bottom: 2px;
  color: #444;
  font-weight: 500;
}

.unit .lead-content-section #activity .time-line h2 {
  margin-top: 59px;
  font-size: 27px;
  margin-bottom: 40px;
}

.unit .lead-content-section #activity .time-line ul li {
  padding-left: 150px;
  position: relative;
  border-left: 1px solid #bebebe;
  padding-bottom: 20px;
}

.unit .lead-content-section #activity .time-line ul li span.crcle-t {
  border: 4px solid gray;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -11px;
  left: -8.5px;
  background-color: white;
}

.unit .lead-content-section #activity .time-line ul li .tm-content {
  position: relative;
  border-left: 1px solid #bebebe;
  padding-left: 16px;
  top: -5px;
}

.unit .lead-content-section #activity .time-line ul li .tm-content .date {
  position: absolute;
  left: -132px;
  top: -6px;
  font-size: 18px;
}

.unit .lead-content-section #activity .time-line ul li .tm-content h5 {
  font-size: 16px;
  font-weight: 500;
}

.unit .lead-content-section #activity .time-line ul li .tm-content p {
  color: #999;
}

.unit .lead-content-section #activity .time-line ul li .tm-content span {
  color: gray;
  font-size: 12px;
  font-weight: 600;
}

.unit .lead-content-section #activity .time-line ul li:last-of-type {
  border: none;
}

.unit .lead-content-section #status .box {
  margin-left: 60px;
  margin-top: 60px;
}

.unit .lead-content-section #layout .box-mrg {
  margin: 0 30px;
}

.unit .lead-content-section #layout .box-mrg .layout {
  max-width: 100%;
  margin-top: 40px;
}

.unit .lead-content-section #layout .box-mrg .layout-upload {
  margin-top: 80px;
}

.unit .lead-content-section #gallery .gall-box {
  margin: 20px;
}

/*==========START ADD NEW PROJECT PAGE================*/

.add-new-project
  .table.table-responsive
  .table.table-bordered
  tr
  td:last-of-type,
.eoi-table .table.table-responsive .table.table-bordered tr td:last-of-type,
.unit-types-table
  .table.table-responsive
  .table.table-bordered
  tr
  td:last-of-type,
.payment-plans-table
  .table.table-responsive
  .table.table-bordered
  tr
  td:last-of-type,
.rf-tble .table.table-responsive .table.table-bordered tr td:last-of-type,
.users-table .table.table-responsive .table.table-bordered tr td:last-of-type,
.teams-table .table.table-responsive .table.table-bordered tr td:last-of-type {
  background-color: white;
  max-width: 158px;
}

.add-new-project button.btn.btn-default.active,
.eoi-table button.btn.btn-default.active,
.unit-types-table button.btn.btn-default.active,
.payment-plans-table button.btn.btn-default.active,
.rf-tble button.btn.btn-default.active,
.users-table button.btn.btn-default.active,
.teams-table button.btn.btn-default.active {
  background-color: #555 !important;
  border-color: #555 !important;
}

.add-new-project button.btn.btn-default.active:active,
.eoi-table button.btn.btn-default.active:active,
.unit-types-table button.btn.btn-default.active:active,
.payment-plans-table button.btn.btn-default.active:active,
.rf-tble button.btn.btn-default.active:active,
.users-table button.btn.btn-default.active:active,
.teams-table button.btn.btn-default.active:active,
.add-new-project button.btn.btn-default.active:focus,
.eoi-table button.btn.btn-default.active:focus,
.unit-types-table button.btn.btn-default.active:focus,
.payment-plans-table button.btn.btn-default.active:focus,
.rf-tble button.btn.btn-default.active:focus,
.users-table button.btn.btn-default.active:focus,
.teams-table button.btn.btn-default.active:focus,
.add-new-project button.btn.btn-default.active:hover,
.eoi-table button.btn.btn-default.active:hover,
.unit-types-table button.btn.btn-default.active:hover,
.payment-plans-table button.btn.btn-default.active:hover,
.rf-tble button.btn.btn-default.active:hover,
.users-table button.btn.btn-default.active:hover,
.teams-table button.btn.btn-default.active:hover {
  background: none !important;
  background-color: #555 !important;
  border-color: #555 !important;
}

/*===========START EOI DATATTABLE PAGE===========*/

.eoi-table a.btn.btn-default.pull-right,
.unit-types-table a.btn.btn-default.pull-right,
.payment-plans-table a.btn.btn-default.pull-right,
.rf-tble a.btn.btn-default.pull-right,
.users-table a.btn.btn-default.pull-right,
.teams-table a.btn.btn-default.pull-right {
  margin-bottom: 11px;
  background-color: #555;
  color: white;
  border-color: #555;
  font-weight: 500;
  font-size: 13px;
}

/*==========START EOI PAGE===========*/

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

.eoi label {
  font-size: 14px;
  font-weight: 500;
  color: #848484;
  margin-bottom: 0px;
  margin-top: -20px;
  display: block;
}

.eoi select,
.eoi input {
  color: #999;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .eoi .border-sec .col-md-4 {
    border-right: 1px solid #bfbfbf;
    height: 623px;
    /* margin-bottom: -25px; */
  }
  .eoi .border-sec .line:last-of-type .col-md-4 {
    border-right: none;
  }
}

/*================START ADD NEW PROJ PAG==================*/

.add-new-proj label,
.add-rf-form label,
.add-new-unit-type label,
.add-new-payment-plan label,
.add-new-team label,
.add-new-unit label,
.add-new-user label {
  font-weight: 500;
  color: #848484;
}

.add-new-proj select,
.add-rf-form select,
.add-new-unit-type select,
.add-new-payment-plan select,
.add-new-team select,
.add-new-unit select,
.add-new-user select,
.add-new-proj input,
.add-rf-form input,
.add-new-unit-type input,
.add-new-payment-plan input,
.add-new-team input,
.add-new-unit input,
.add-new-user input {
  color: #999;
  /*margin-bottom: 30px;*/
}

.add-new-proj .phase,
.add-rf-form .phase,
.add-new-unit-type .phase,
.add-new-payment-plan .phase,
.add-new-team .phase,
.add-new-unit .phase,
.add-new-user .phase {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.add-new-proj .phase:last-of-type,
.add-rf-form .phase:last-of-type,
.add-new-unit-type .phase:last-of-type,
.add-new-payment-plan .phase:last-of-type,
.add-new-team .phase:last-of-type,
.add-new-unit .phase:last-of-type,
.add-new-user .phase:last-of-type {
  border-bottom: none;
}

/*=============START UNIT TYPES TABLE PAGE===============*/

.unit-types-table tr td:last-of-type,
.payment-plans-table tr td:last-of-type,
.rf-tble tr td:last-of-type,
.unit-types-table tr th:last-of-type,
.payment-plans-table tr th:last-of-type,
.rf-tble tr th:last-of-type {
  max-width: 20px !important;
}

.unit-types-table tr td:first-of-type,
.payment-plans-table tr td:first-of-type,
.rf-tble tr td:first-of-type,
.unit-types-table tr th:first-of-type,
.payment-plans-table tr th:first-of-type,
.rf-tble tr th:first-of-type {
  max-width: 20px !important;
}

/*===========START PAYMENT PLANS TABLE PAGE============*/

.payment-plans-table tr td:last-of-type,
.rf-tble tr td:last-of-type,
.payment-plans-table tr th:last-of-type,
.rf-tble tr th:last-of-type {
  max-width: 100px !important;
}

.payment-plans-table tr td:first-of-type,
.rf-tble tr td:first-of-type,
.payment-plans-table tr th:first-of-type,
.rf-tble tr th:first-of-type {
  max-width: 100px !important;
}

/*==========START RF TABLE PAGE=========*/

/*===========START ADD RF FORM PAGE==============*/

@media (min-width: 992px) {
  .add-rf-form .border-sec .col-md-3,
  .add-new-unit-type .border-sec .col-md-3,
  .add-new-payment-plan .border-sec .col-md-3,
  .add-new-team .border-sec .col-md-3,
  .add-new-unit .border-sec .col-md-3,
  .add-new-user .border-sec .col-md-3 {
    height: 587px !important;
  }
  .add-rf-form .col-xs-5 input,
  .add-new-unit-type .col-xs-5 input,
  .add-new-payment-plan .col-xs-5 input,
  .add-new-team .col-xs-5 input,
  .add-new-unit .col-xs-5 input,
  .add-new-user .col-xs-5 input,
  .add-rf-form .col-xs-7 input,
  .add-new-unit-type .col-xs-7 input,
  .add-new-payment-plan .col-xs-7 input,
  .add-new-team .col-xs-7 input,
  .add-new-unit .col-xs-7 input,
  .add-new-user .col-xs-7 input {
    font-size: 11px;
  }
  .add-rf-form .col-xs-5,
  .add-new-unit-type .col-xs-5,
  .add-new-payment-plan .col-xs-5,
  .add-new-team .col-xs-5,
  .add-new-unit .col-xs-5,
  .add-new-user .col-xs-5 {
    padding-right: 0px;
  }
}

/*======START ADD NEW UNIT TYPE PAGE=========*/

.add-new-unit-type .box,
.add-new-payment-plan .box,
.add-new-team .box {
  max-width: 400px;
}

/*==========START ADD NEW PAYMENT PLAN PAGE=========*/

.add-new-payment-plan .box,
.add-new-team .box {
  max-width: 100%;
}

/*==============START USERS-TABLE================*/

/*============START ADD NEW UNIT PAGE============*/

@media (min-width: 992px) {
  .add-new-unit .border-sec .col-md-3,
  .add-new-user .border-sec .col-md-3 {
    height: 388px !important;
  }
}

/*==========START ADD NEW USER PAGE========*/

@media (min-width: 992px) {
  .add-new-user .border-sec .col-md-3 {
    height: 384px !important;
  }
}

/*=======START USER PROFILE========*/

.user-profile {
  padding-bottom: 100px;
  /* margin-top: 65px;  */
}

.user-profile .profile-images {
  position: relative;
  width: 100%;
}

.user-profile .profile-cover {
  position: relative;
  height: 235px;
  overflow: hidden;
  margin-bottom: 70px;
}

.user-profile .profile-cover img {
  width: 100%;
  min-height: 250px;
}

.user-profile .profile-cover .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.33);
}

.user-profile .profile-pic {
  height: 170px;
  width: 170px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%);
  bottom: -63px;
}

.user-profile .profile-pic img {
  width: 170px;
}

.user-profile .person span {
  font-weight: 500;
  color: #666;
  font-size: 18px;
}

.user-profile .profile-contents {
  margin-top: 100px;
}

.user-profile .profile-contents h3 {
  margin-top: 0;
}

.user-profile .profile-contents .social li {
  line-height: 30px;
  clear: both;
  overflow: hidden;
}

.user-profile .profile-contents .social li a {
  color: black;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.user-profile .profile-contents .social li a:hover {
  color: #ccc;
  background-color: #333;
}

.user-profile .profile-contents .social li span:last-of-type {
  text-align: center;
  float: right;
  background-color: #ccc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
}

.user-profile .profile-contents .social li span:first-of-type {
  float: left;
}

.user-profile .profile-contents .up-line {
  border-top: 2px solid #ccc;
  padding-top: 30px;
}

.user-profile .profile-contents ul li {
  font-weight: 500;
  margin-bottom: 15px;
}

.user-profile .profile-contents p {
  font-weight: 500;
  line-height: 1.8;
  color: #555;
}

@media (max-width: 991px) {
  .user-profile {
    margin-top: 0;
  }
}

/*==========START TEAMS TABLE PAGE==========*/

/*======START ADD NEW TEAM PAGE=====*/

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

.dropdown-menu li {
  cursor: pointer;
}

.more-options-icon {
  width: 20px;
  cursor: pointer;
}

.more-options-icon:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.more-options-icon-not-allowed {
  cursor: not-allowed;
}

/* loader */

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.home-icon-header {
  font-size: 2.6rem;
  color: #fff;
}

/* end of loader */

tr.bg-success {
  background-color: #78ce7b47 !important;
}

.hover-to-a:last-child {
  margin-bottom: 10px;
}

.modal {
  z-index: 9999 !important;
}
.table-responsive {
  overflow-x: auto !important;
}

.flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}
