@import 'css/sofiapro.font.css';
// less
// Start leads Section

html {
  font-size: 16px!important;
}
/*input search */
.inputSearch {
  position: relative;
  width: 288px;
  height: 25px;
}

.inputSearch input,
.inputSearch i {
  /*position: absolute;*/
  float: right;
  position: inherit;
}

.inputSearch input {
  background: transparent;
  border: 0;
  width: 33px;
  /*height: 30px;*/
  right: -13px;
  position: absolute;
  z-index: 99;
  outline: none;
  padding-left: 35px;
}

.inputSearch i {
  right: -10px !important;
}

.inputSearch input:focus {
  width: 87%;
  position: inherit;
  border-bottom: 1px solid #e3e3e4;
  padding: 0;
  height: 25px;
}

.listDetile ul {
  margin: 0;
  padding: 0;
}

.listDetile ul li {
  list-style: none;
  float: left;
  padding-right: 15px;
}

.userProfile {
  a,
  a:hover,
  a:active,
  a:focus {
    text-decoration: none;
    color: #fff;
  }
  list-style: none;
  .dropdown-menu {
    color: #000;
    border-radius: 0;
    border: 0;
  }
  .caret {
    margin: 0 5px;
  }
}
.headStep {
  background-color: #eef9ff;
  height: 57px;
  margin-bottom: 15px;
  p {
    font-size: 14px;
    color: rgb(21, 26, 30);
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding-top: 8px;
  }
  small {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.541);
  }
  .icon-051 {
    top: 0;
    right: -27px;
    border: 0;
  }
}

// header modal in leads
.listOptionHead {
  margin-right: 37px;
  margin-top: 15px;
  ul {
    direction: rtl;
    margin: 0;
    padding: 0;
    .editIcon {
      width: 40px;
      text-align: center;
    }
    li {
      direction: ltr;
    }
  }

  .btnListOption {
    width: 15px;
    text-align: center;
    .dropdown-menu {
      left: inherit !important;
      right: 0;
      top: 0;
      border: 0;
      li {
        a {
          padding-left: 40px;
          i,
          img {
            //left: 14px;
            margin-left: -26px;
          }
        }
      }
    }
  }
}

.dropTable {
  .down {
    padding: 0;
    font-weight: bold;
  }
  .icon-017 {
    left: 12px;
    width: 25px;
    height: 20px;
    background-position: 2px -375px;
  }
}
// Classes
.btn-red {
  background-color: rgb(255, 78, 65);
  color: #fff;
}
.btn-shadow {
  text-transform: uppercase;
  border: 0;
  border-radius: 2px;
  box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.3);
  padding: 5px 28px;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  img {
    margin-right: 5px;
  }
  &:focus,
  &:active {
    outline: none;
  }
  &:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .fa-spinner {
    font-size: 15px;
    display: none;
    float: left;
    margin-right: 7px;
  }
}
.btn-shadow.loading-btn {
  background: #ef9a9a;
  box-shadow: 0 0 0;
  .fa-spinner {
    display: block;
  }
  img {
    display: none;
  }
}

.btn-with {
  background-color: rgb(255, 255, 255);
  color: rgba(255, 78, 65, 0.88);
}
.headerLeadInfo {
  height: 123px;
  padding: 10px 30px;

  .picLead {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 50%;

    img {
      width: 100%;
    }
  }
}
.form-group-modal {
  font-family: Helvetica, Arial, sans-serif;
  .control-label {
    line-height: 37px;
    color: rgba(0, 0, 0, 0.541);
    font-size: 13px;
    text-transform: uppercase;
  }
  .input-modal {
    font-weight: bold;
    margin-bottom: 10px;
  }
  select.input-modal:not([size]):not([multiple]) {
    height: 39px;
  }
}
.tabSection {
  border-radius: 2px;
  background-color: rgb(245, 245, 245);
  color: rgba(0, 0, 0, 0.541);
  height: 45px;
  text-transform: uppercase;
  font-weight: bold;
}
.table.tableSection {
  margin-bottom: 20px;
}
.tabSubSection {
  font-size: 15px;
  color: rgb(21, 26, 30);
  background-color: rgb(250, 250, 250);
  border-radius: 2px;
  font-weight: bold;
}
.table.subTable tbody tr td {
  border: 0;
  font-weight: normal;
  font-size: 15px;
}
.bold {
  font-weight: bold;
}
.head-tab img.svg-icon {
  margin: 15px;
}
.sofiapro {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  // font-family: 'sofiapro';
}
.margin-00 {
  margin: 0;
}
.form-modal-margin-00 {
  margin: 0;
  height: auto;
}
.dot-004,
.dot-005,
.dot-009,
.dot-010,
.dot-011,
.dot-012 {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 9px;
}
.dot-004 {
  background-color: #04d452;
}
.dot-011 {
  background-color: #770b03;
}
.dot-005 {
  background-color: #ffc62c;
}
.dot-006 {
  position: absolute;
  border-radius: 50%;
  background-color: #2196f3;
  width: 6px;
  height: 6px;
  margin: 8px 0;
}
.dot-007 {
  position: absolute;
  border-radius: 50%;
  background-color: #ff4e41;
  width: 6px;
  height: 6px;
  margin: 8px 0;
}
.dot-008 {
  position: absolute;
  border-radius: 50%;
  background-color: #cacaca;
  width: 6px;
  height: 6px;
  margin: 8px 0;
}
.dot-009 {
  background-color: #2196f3;
}
.dot-010 {
  background-color: #ff4e41;
}
.dot-012 {
  background-color: #0609f3;
}
.tabListSection {
  .nav-tabs {
    margin: 0 -5px;
    padding: 0 25px;
    li a {
      font-size: 15px;
      color: #151a1e;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.8px;
      //margin: 0;
      min-width: 105px;
      text-align: center;
      line-height: 22px;
      &:hover {
        background-color: inherit;
        border-color: transparent;
      }
    }
  }

  .limited-text {
    margin: 0;
    .lineImg {
      height: 29px;
    }
    p {
      margin: 0;
    }
  }
}
.table-vertical-top {
  tr td {
    vertical-align: top !important;
  }
}
.btnListSection {
  .dropdown-menu {
    border: 0 !important;
    right: 0;
    left: inherit !important;
    top: 0;
    li {
      padding: 0 !important;
      a i {
        margin-left: -29px;
      }
    }
  }
}
.devPicUser {
  .picLead {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    img {
      width: 100%;
    }
  }
}
.devPicUser {
  position: relative;
  width: 100px;
  .noteUser {
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    background: #fff;
    right: -14px;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    top: -1px;
  }
}
.infoLead {
  margin-left: 130px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  h5 {
    font-size: 15px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.541);
  }
  small {
    background-color: rgba(21, 94, 153, 0.2);
    font-size: 11px;
    padding: 7px 11px;
    color: #fff;
    border-radius: 15px;
  }
}
.leadModalBody {
  padding: 24px 24px !important;
}
.lineRight {
  border-right: 1px solid #e0e0e0;
}
.leadList {
  margin-top: 3px;
  li p {
    padding-left: 27px;
  }
  .svg-icon {
    margin: 4px;
  }
}
.overLeadDet {
  .btnTab {
    font-weight: 600 !important;
    letter-spacing: 1px;
    padding: 7px 16px;
  }
  font-family: Helvetica, Arial, sans-serif;
  .head-tab {
    margin-left: 0;
    margin-right: 0;
    // padding-right: 17px;
    img.svg-icon {
      margin: 15px;
    }
    p {
      font-weight: bold;
    }
  }
  .pull-right {
    text-align: right;
  }
  .pull-left {
    font-weight: normal;
    text-align: right;
  }
}
.leadCollapse {
  margin: 5px 20px;
}
.svg-icon {
  position: absolute;
  object-fit: contain;
  background-color: transparent;
}
.vertical-middle tr > td {
  vertical-align: middle !important;
}
.no-vertical-middle tr > td {
  vertical-align: initial !important;
}
.theadUppercase tr > td > {
  text-transform: uppercase !important;
}
.textUppercase {
  text-transform: uppercase !important;
}

/*filter Units */

.filterList {
  position: relative;
  .headerFilter {
    margin-bottom: 10px;
    h4 {
      margin: 5px 0;
    }
    h6 {
      font-size: 12px;
      font-weight: bold;
      color: #ff4e41;
      margin: 10px 0;
    }
  }
  .filterBox {
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
    width: 367px;
    float: right;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 40px 0px rgba(43, 48, 58, 0.2);
    border-radius: 2px;
    border: 0;
    padding: 15px;
    z-index: 999;
  }
  .dropdown-menu p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.541);
    line-height: 1.2;
    margin: 7px 0;
  }
  .input-modal {
    margin-bottom: 13px;
  }
  .footerFilter {
    margin-top: 12px;
    li {
      font-size: 13px;
      color: rgb(0, 0, 0);
      text-transform: uppercase;
    }
  }
}

// // -- END Classes
.listStepLead {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  margin-top: 5px;
  height: 100px;
  ul {
    display: flex;
    margin: 0;
    padding: 0;
  }
  li {
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbbbbb;
    display: block;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    &:nth-last-child(1) {
      flex: inherit;
      span:before,
      .stepActive span:before {
        width: 0;
      }
      .stepActive span:after {
        background-color: #04d452;
      }
      //background-color: #f50;
    }
  }
  .stepActive {
    h6 {
      color: rgb(0, 0, 0);
    }
    span:before,
    span:after {
      background-color: #04d452;
    }
  }
}
.stepLead,
.contStep {
  width: 140px;
  text-align: center;
}
.stepLead {
  h5 {
    font-weight: bold;
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
  }
  h6 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.541);
    line-height: 1.2;
    font-weight: 600;
  }
  span {
    height: 30px;
    padding: 9px 0;
    //display: inline-block;

    &:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #dfdfdf;
      top: 33px;
    }
    &:after {
      content: '';
      position: absolute;
      width: 23px;
      height: 23px;
      background-color: #dfdfdf;
      border-radius: 50%;
      border: 5px solid #fff;
      margin-left: -12px;
      top: 22px;
    }
  }
}
.contStep {
  position: absolute;
  top: 50px;
}

// log Table
.logTable {
  thead tr td {
    border-bottom: 1px solid #ddd;
  }
  tbody tr {
    td {
      border: 0 !important;
      position: relative;
    }
    &:nth-last-child(1) {
      .stepLog:before {
        background-color: #f40;
        width: 0px;
      }
    }
  }

  .stepLog {
    &:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      background-color: #dfdfdf;
      top: 19px;
      left: 12px;
    }
    &:after {
      content: '';
      position: absolute;
      width: 23px;
      height: 23px;
      background-color: #dfdfdf;
      border-radius: 50%;
      border: 5px solid #fff;
      left: 2px;
    }
  }
}

//
.btnUpload {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: rgba(245, 245, 245, 0.4);
  color: rgba(33, 150, 243, 0.89);
  padding: 4px 20px;
  font-size: 13px;
  &:focus,
  &:active {
    outline: none;
  }
  &:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
}

.tabAction {
  display: block;
  .dropTable li:hover {
    background-color: #fafafa;
  }
}

// quotation Tab list action
.dropTable {
  border: none !important;
  right: 0;
  top: 0 !important;
  left: inherit !important;
  min-width: 200px !important;
  box-shadow: 0px 10px 40px 0 rgba(43, 48, 58, 0.2) !important;
  li.subLi:hover {
    background-color: transparent;
    cursor: inherit;
  }
  li {
    position: relative;
    padding: 7px 18px;
    cursor: pointer;
    img {
      position: absolute;
      left: 12px;
      top: 11px;
    }
    p {
      margin-left: 21px;
      margin-bottom: 0;
    }
    .subUl {
      margin: 0;
      margin-top: 5px;
      padding: 0;
      list-style: none;
      li {
        font-size: 14px;
        color: rgb(130, 130, 130);
        margin: 0;
        padding: 4px 0px;
        img {
          left: 5px;
        }
      }
      li.active {
        color: #2196f3;
      }
    } // end Sub Ul
  }
}
// model Quotation
.subTable {
  .formModal {
    margin: 0;
    height: auto;
  }
}
// popups modals
.bacPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 10000;
}
.ls-popup {
  display: none;
  //transition:transform .3s ease-out;
  //transform: translate(100%, 0);
}
.activeLsPopup {
  display: block;
}
.popup-lg {
  width: 125%;
  //height:100%;
  margin: 0 auto;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  top: 0px;
  right: 0;
  left: 0;
  margin-left: -25%;
  //max-height: 675px;
  z-index: 10050;
}
.headerPopup {
  h2 {
    text-align: center;
    padding: 17px;
  }
  height: 75px;
  font-family: Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #e0e0e0;
}
.bodyPopup {
  font-family: Helvetica, Arial, sans-serif;
  width: 99.8%;
  /* height: 100%; */
  position: absolute;
  background-color: #fff;
  top: 76px;
  bottom: 61px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 15px 60px;

  &::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f5f5f5;
  }

  &::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
  }

  &::-webkit-scrollbar-thumb {
    border-radius: 16px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #06b6da;
  }
}
.footerPopup {
  position: absolute;
  width: 100%;
  height: 60px;
  border-top: 1px solid #e0e0e0;
  bottom: 0;
  padding: 15px;
}

// new Quotation Page
.newTabQuota {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  .table tbody tr td {
    border-top: 0;
  }
  .formModal {
    margin: 0;
    height: auto;
  }
}

.boxQuota {
  border-radius: 2px;
  background-color: rgba(250, 250, 250, 0.702);
  padding: 10px;
  .dl-horizontal {
    dt,
    dd {
      padding: 6px 5px;
    }
    dt {
      font-size: 13px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.541);
      text-transform: uppercase;
      text-align: left;
    }
    dd {
      font-weight: bold;
      color: #000;
      font-size: 15px;
    }
  }
}
.radio-inline.radioQuota {
  font-weight: bold;
  padding-left: 27px;
}
.radioQuota {
  font-weight: bold;
  font-size: 15px;
  padding-left: 27px;
  padding-right: 8px;
  input {
    display: none;
    &:checked + i {
      border: 2px solid #2297f3;
    }
    &:checked + i:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #2297f3;
      border-radius: 50%;
      margin: 3px;
    }
  }
  i {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #787878;
    left: 1px;
    top: 1px;
  }
}
.termsSection {
  p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.541);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
  }
  ol {
    margin: 0;
    margin: 0;
    padding: 0 15px;
    li {
      font-size: 16px;
      color: rgb(21, 26, 30);
      font-weight: bold;
      line-height: 26px;
    }
  }
}

// Edit lead page
.devEditPicLead {
  height: 180px;
  position: relative;
  .picLead {
    position: relative;
    height: 180px;
    //border: 1px solid;
    width: 180px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(60, 78, 113, 0.87);
    &:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.48);
      border-radius: 50%;
    }
    img {
      width: 100%;
    }
  }
  small {
    position: absolute;
    top: 45%;
    right: 30%;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    /* text-shadow: 1px 1px 0px #000; */
    letter-spacing: 0.5px;
  }
}
.leadOptDrop {
  li a {
    padding: 7px 39px !important;
  }
}
.leadLostDrop {
  right: 0;
  left: inherit !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 10px 40px 0px rgba(43, 48, 58, 0.2) !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin-top: 20px !important;
  min-width: 390px !important;
  padding: 13px !important;
  font-weight: bold;
  &:before {
    content: '';
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    right: 34px;
  }

  small {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.541);
  }
  h2 {
    font-size: 16px;
    color: #151a1e;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 0.7px;
  }

  .lostdropFotter {
    padding: 15px 5px 5px;
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    li {
      text-transform: uppercase;
      letter-spacing: 0.9px;
      margin: 0 10px;
    }
  }
}

// End leads Section

// start tenants Section
.tenantsSection {
  .header-box {
    margin-bottom: 10px;
    .list-inline {
      margin-top: 18px;
      margin-right: 15px;
      li {
        padding-right: 15px;
        padding-left: 15px;
        vertical-align: top;
      }
    }
  }
}
.divlistSection {
  margin: 5px 25px;
  .table thead tr td {
    font-size: 15px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.56);
    letter-spacing: 0.5px;
    padding: 17px 18px;
  }
  .table tbody tr td {
    font-size: 15px;
    padding: 12px 18px;
  }
}

.TenantDetails {
  .tabHeaderModal .nav-tabs > li > a {
    padding: 12px 20px;
  }
  .head-tab {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.tenantHistory {
  .table tr td {
    vertical-align: top;
  }
}
.tenantPaymentsSection {
  .head-tab {
    button {
      margin: 7px 10px;
    }
  }
  .tabListSection {
    margin-left: -39px;
    margin-right: -39px;
  }
  .table tr td {
    padding: 4px 18px !important;
  }
}
.CollectPayment {
  .ls-header-modal {
    height: auto;
  }

  .headCollectPayment {
    h1 {
      font-size: 28px;
      color: rgb(255, 255, 255);
      line-height: 1.2;
      text-align: center;
      margin-top: 4px;
    }
    p {
      padding: 0;
      font-size: 14px;
      img {
        margin-right: 5px;
        margin-top: -5px;
      }
    }

    .dl-horizontal {
      dt {
        width: inherit;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.541);
        letter-spacing: 0.8px;
      }
      dd {
        margin-left: 100px;
        font-size: 15px;
        color: rgb(255, 255, 255);
      }
    }
  }
}

// // -- END tenants Section

// start Leases Section
.overviewLeaseDetail {
  .bannerImg {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    margin-bottom: 20px;
    height: 235px;
  }
}
.minBoxLeaseDe {
  margin: 28px 0;
  .boxLeasD {
    padding-top: 5px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    h2 {
      font-size: 18px;
      color: rgb(21, 26, 30);
      font-weight: bold;
      letter-spacing: 0.8px;
    }
    .end_date {
      font-size: 14px;
      color: rgba(21, 26, 30, 0.541);
    }
    &:nth-last-child(1) {
      border-right: 0;
    }
  }
}
.leasesDetailBoxNew {
  color: #fff;
  margin: -20px -24px;
  padding: 20px 47px;
} //added by anuj
// // -- END Leases Section

// start Reports Section
.divReports {
  margin-right: 130px;
}
.reportsSection {
  header {
    margin-bottom: 15px;
    padding-top: 23px;
    h2 {
      font-size: 22px;
      color: rgb(21, 26, 30);
      line-height: 1.2;
      margin-left: 15px;
    }
    .list-inline li {
      margin: 0 7px;
    }
  }
}
.boxReports {
  position: relative;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(43, 48, 58, 0.15);
  padding: 28px 25px;
  height: 125px;
  margin-bottom: 30px;
  h1 {
    font-size: 16px;
    color: rgb(21, 26, 30);
    font-weight: bold;
    letter-spacing: 0.8px;
  }
  p {
    margin: 8px 0px 0px;
    font-size: 13px;
    color: rgba(33, 42, 62, 0.6);
    line-height: 17px;
  }

  .reportBoxIcon {
    position: absolute;
  }
  .rightSid {
    margin-left: 50px;
  }
  span {
    position: absolute;
    top: 12px;
    right: 15px;
    background: #ff4e41;
    padding: 1px 10px 2px 10px;
    border-radius: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 17px;
  }
}
.sectionCollapse {
  .headSectionColl {
    font-size: 16px;
    color: rgba(21, 26, 30, 0.702);
    font-weight: bold;
    margin-left: 15px;
    line-height: 28px;
    i {
      &:before {
        content: '-';
        top: -17px;
        font-size: 16px;
      }
    }
  }
  .collapsed i:before {
    content: '+';
    top: -17px;
    font-size: 16px;
  }

  .well {
    margin-bottom: 0px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 5px;
    margin-top: 0px;
    padding: 15px;
  }
}
.searchReport {
  position: relative;
  .boxSearch {
    position: absolute;
    right: 0;
    top: -20px;
    padding: 8px 0px 6px;
    background: #fff;
    height: 37px;
    width: 0px;
    input {
      position: absolute;
      right: 0;
      border: 0;
      width: 20px;
      background-color: transparent;
      &:focus {
        outline: 0;
      }
    }
    img {
      position: absolute;
      right: 0;
    }
  }

  .active {
    width: 315px;
    height: 37px;
    padding: 8px 11px 6px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 5px 20px 0px rgba(43, 48, 58, 0.15);
    input {
      right: 12px;
      padding-left: 23px;
      width: 290px;
      border-bottom: 1px solid rgba(109, 112, 113, 0.48);
    }
    img {
      right: 285px;
      top: 10px;
    }
  }
}
.reportDetail {
  background: #fff;
  /* margin-left: -170px; */
  z-index: 9901;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;

  .headerRepoDe {
    height: 65px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 17px;
    h2 {
      font-weight: bold;
      font-size: 22px;
      color: rgb(21, 26, 30);
      img {
        width: 20px;
        cursor: pointer;
        margin-right: 5px;
      }
    }
    .list-inline li {
      margin: 3px 10px;
    }
    i {
      font-size: 27px;
      color: #393d41;
    }
  }

  .contFilter {
    .dl-horizontal {
      dt,
      dd {
        margin-bottom: 10px;
      }
      dt {
        text-align: left;
        width: 180px;
      }
      dd {
        text-align: right;
      }
    }
  }
}
.reportModalBody {
  .devFilter {
    padding: 28px 0 0;
    position: fixed;
    top: 65px;
    left: 30px;
    width: 320px;
    min-height: 100%;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    .hedFilter {
      p {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.702);
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        img {
          margin-right: 8px;
        }
      }
    }
    .contFilter {
      padding: 15px 25px 10px 20px;
    }
  }
  .contentReportDe {
    margin-left: 345px;
  }
}
.contentReportDe {
  .headContRepo {
    h4 {
      font-size: 17px;
      color: rgb(33, 150, 243);
      letter-spacing: 1px;
      font-weight: bold;
      img {
        margin-top: -5px;
        margin-right: 5px;
      }
    }

    .titlePage {
      text-align: center;
      margin-top: 50px;
      margin-bottom: 35px; //added by anuj
      h1 {
        font-size: 32px;
        color: rgb(21, 26, 30);
        line-height: 1.7;
        letter-spacing: 1px;
        font-weight: bold;
      }
      p {
        font-size: 16px;
        color: rgba(21, 26, 30, 0.6);
        line-height: 1.2;
      }
    }
  }

  .tableCont {
    thead td,
    .report-header thead th {
      background: #2d3e50 !important;
      color: #fff !important;
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      font-weight: bold;
      white-space: nowrap;
    }
    .table-bordered.table > tbody > tr > td {
      padding-top: 12px;
      padding-bottom: 12px;
      color: #2d3e50;
      white-space: nowrap;
    }
  } //added by anuj
}
// // -- END Reports Section

// Start Settings Section
.settings {
  .rw-dropdownlist {
    padding-left: 13px;
  }

  .lineImg {
    .pic {
      position: absolute;
      width: 28px;
      height: 28px;
      float: left;
      overflow: hidden;
      border-radius: 50%;
      img {
        width: 100%;
        position: inherit !important;
        max-width: 100% !important;
        border-radius: inherit !important;
      }
    }
    height: 28px;
  }
}

// pricing
.pricingSection {
  .table-panel h5 {
    font-weight: bold;
  }
  .table thead tr td {
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 12.7px;
  }
  .formModal {
    margin-bottom: 0;
    height: inherit;
    .rw-dropdownlist {
      padding-left: 13px;
    }
  }
}

// Accounts
.accountsSection {
  .table-panel h5 {
    font-weight: bold;
  }
  .table thead tr td {
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 12.7px;
  }
}

// CRM
.crmSection {
  .table-panel h5 {
    font-weight: bold;
  }
  .table {
    thead tr td {
      font-weight: bold;
      letter-spacing: 0.5px;
      font-size: 12.7px;
    }
    tbody tr td {
      border-top: 1px solid #ddd !important;
    }
  }
}
// End Settings Section
.leadsBox {
  font-family: Helvetica, Arial, sans-serif;
  width: 99.8%;
  max-height: 600px;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;

  &::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f5f5f5;
  }

  &::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
  }

  &::-webkit-scrollbar-thumb {
    border-radius: 16px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #06b6da;
  }
}

.leadBox {
  .lineImg {
    .pic {
      position: absolute;
      width: 28px;
      height: 28px;
      float: left;
      overflow: hidden;
      border-radius: 50%;
      img {
        top: 0;
        width: 100%;
        position: inherit !important;
        max-width: 100% !important;
        border-radius: inherit !important;
      }
    }
    //height: 28px;
  }
}

.appContent {
  margin: 60px 0;
}
.table.borderless td {
  border: 0;
}
/* compound.css */
.bod_comp {
  padding: 12px;
}
.bod_comp h2 {
  font-size: 17px;
  color: #151a1e;
}
.bod_comp p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.541);
  padding-top: 7px;
}

.list_comp ul {
  padding: 0;
  margin: 0;
}

.list_comp ul li {
  padding-left: 20px;
  list-style: none;
  font-size: 12px;
  color: #151a1e;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px 0;
}

.list_comp ul li i {
  margin-left: -28px;
}

.chart_data {
  margin-top: 0;
  position: absolute;
  bottom: 17px;
}

.chart_data p {
  font-size: 16px;
  color: #151a1e;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 34px;
  line-height: 12px;
}

/* Edit Compound */
.editImgComp i {
  background-color: rgba(0, 0, 0, 0.7);
  width: 21px;
  border-radius: 5px;
}
.editImgComp i:hover {
  cursor: pointer;
}
.editImgComp .icon-030 {
  bottom: 10px;
  right: 26px;
}

.editImgComp .icon-031 {
  bottom: 9px;
  right: 58px;
}

.dropdown.iconFilter {
}
.listComp2 {
  width: 35%;
  margin-top: -32px !important;
  float: right;
  overflow-y: scroll;
  height: 125px;
}

.listComp2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.listComp2::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.listComp2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #06b6da;
}

.listComp2 li {
  padding-left: 0px !important;
  text-transform: inherit !important;
  color: #949493 !important;
  font-weight: normal !important;
  padding-right: 5px !important;
}

.buildongTable .formModal {
  margin-bottom: 0;
  height: auto;
  width: 138px;
}
.header {
  background-color: #0eabe2;
  color: #fff;
  top: 0px;
  height: 64px;
  padding-top: 10px;
}
.header i {
  position: absolute;
  left: 24px;
  top: 36px;
}
.header h4 {
  position: absolute;
  left: 80px;
  top: 36px;
}
/* Compounds Details */

.btnTab {
  margin: 6px;
  font-weight: normal !important;
}

.table > tbody > tr > td {
  /*vertical-align: initial !important;*/
  font-weight: 600;
}
.tableHistory > tbody > tr > td {
  vertical-align: initial !important;
}

.fileAtt p {
  padding-left: 26px;
  color: #2196f3;
  font-size: 14px;
  margin: 0;
}
.smalDat p {
  margin: 0;
}
.smalDat i {
  font-weight: normal;
  font-size: 13px;
}
.mlDat .dlData {
  float: left;
  color: rgba(0, 0, 0, 0.58);
}

.mlDat .ddData {
  padding-left: 140px;
}

/* */

.bannerImg {
  height: 170px;
  background-color: #535f68;
  margin: -15px -47px;
  background-size: cover;
  background-position: center center;
}

/**/
.compDetiles {
  margin: 15px -47px;
  /*height:50px;*/
  padding: 15px 47px;
}
.compDetiles h1 {
  font-size: 28px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  margin-bottom: 13px;
}

.compDetiles p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.541);
}
.compDetiles hr {
  border-top: 1px solid rgba(238, 238, 238, 0.38);
}

.listDetile li p {
  padding-left: 30px;
  color: #fff;
}

.compTextDetiles p {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
i.icon-040 {
  display: none;
}
.table-modal tbody tr:hover i.icon-040 {
  display: initial;
}

/* Leads CSS */

.leadsLabelfilter {
  font-size: 12px;
  color: rgba(21, 26, 30, 0.702);
  text-transform: uppercase;
}

.leadsColFilter p {
  font-size: 15px;
  font-weight: 600;
  margin: 13px 0px;
  color: rgba(21, 26, 30, 0.541);
  line-height: 1.2;
}

.leadsColFilter .modalCheckbox label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(21, 26, 30, 0.79);
}

.bodyLeads {
  padding-left: 35px;
  border-left: 1px solid #dfdfdf;
  margin-left: 5px;
  margin-right: 15px;
}

.lineImg {
  position: relative;
}
.leadBox {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  height: 107px;
  margin-bottom: 15px;
  padding: 15px;
}

.leadBox .lineImg p {
  margin: 0;
  font-size: 15px;
  color: rgb(21, 26, 30) !important;
  font-weight: 600;
}

.leadBox .lineImg img {
  top: 8px;
}

.leadBox .lineImg .subText {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.541) !important;
  margin-top: -7px;
}

.leadBox .listState {
  margin-top: 11px;
  margin-bottom: 0;
}

.leadBox .listState p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  padding-left: 20px;
}

.leadBox .listState p.state {
  padding: 3px 8px;
  margin: 0;
  background: #f5f5f5;
  border-radius: 16px;
  font-weight: bold;
  font-size: 11px;
}

.leadsBox .leadColm {
  padding: 0 8px;
}

.headStep .hedLeadColm {
  padding: 0 8px;
}

.headStep .row,
.leadsBox .row {
  margin: 0;
}

.leadsBox .row {
  margin: -5px;
}

.input-group {
  margin-bottom: 10px;
}

.container {
  margin-top: 8%;
}
/* Settings CSS */

.tdPrice {
  vertical-align: initial !important;
}

.setting-table tbody tr td {
  vertical-align: middle !important;
}
.menu-ed-de {
  margin-top: -10px;
}

.avatarTableSetting {
  width: 200px;
}
.avatarTableSetting .lineImg p {
  margin-bottom: 0;
  padding-left: 47px;
}

.avatarTableSetting .lineImg img {
  position: absolute;
  max-width: 35px;
  border-radius: 50%;
}
.rw-multiselect {
  min-width: 160px;
  padding-left: 8px;
}
.rw-multiselectr {
  border: 1px solid #e0e0e0;
}
.rw-multiselect-taglist li {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.rw-multiselect-taglist li .rw-tag-btn {
  margin: 2px;
}

.settings .formModal {
  height: inherit !important;
  margin-bottom: 0 !important;
}
.items-list .item-name {
  font-weight: bold;
  padding-top: 25px;
  padding-left: 10px;
  font-size: 15px;
  display: block;
}
.checkbox-filed {
  padding-top: 25px;
}
.checkbox-filed span {
  padding-left: 10px;
  font-weight: bold;
}
/* UNITS */

.tableUnits {
  vertical-align: middle;
}

.tableUnits thead > tr > td {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.56);
  font-size: 13px;
}
.tableUnits p.dot {
  margin: 0;
}
.tdTextLim {
  max-width: 157px;
}

.tdTextLim-95 {
  max-width: 95px;
}

.boxfilterPage {
  background-color: rgb(255, 255, 255);
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 56px;
  padding: 8px 16px;
  border-top: 1px solid #e0e0e0;
  margin: 0 -5px;
}

.boxfilterPage .list-inline > li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.541);
  line-height: 40px;
  font-weight: 600;
}

.boxfilterPage .list-inline > li select {
  border: 0;
}

li.iconsLi {
  width: 50px;
  position: relative;
  height: 15px;
}

li.iconsLi i {
  right: 0;
}

li.iconsLi i.icon-044 {
  right: 22px;
}

/*filter Units */
.headerFilter {
  margin-bottom: 10px;
}

.headerFilter h4 {
  margin: 5px 0;
}

.headerFilter h6 {
  font-size: 12px;
  font-weight: bold;
  color: #ff4e41;
  margin: 10px 0;
}
.filterList {
  position: relative;
}
.filterList .filterBox {
  left: inherit;
  right: 0;
  float: right;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 40px 0px rgba(43, 48, 58, 0.2);
  width: 367px;
  border-radius: 2px;
  border: 0;
  padding: 15px;
  position: absolute;
  z-index: 999;
}

.filterList .dropdown-menu p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.541);
  line-height: 1.2;
  margin: 7px 0;
}

.filterList .input-modal {
  margin-bottom: 13px;
}

.footerFilter {
  margin-top: 12px;
}
.footerFilter li {
  font-size: 13px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.header-list .icon-list .icon-018 {
  right: 7px !important;
}
/* Unit details */

.hoverDiv {
  position: relative;
}
.padding-td-8 thead tr td,
.padding-td-8 tbody tr td {
  padding: 8px !important;
}
.hoverDiv i.icon-040 {
  display: block;
  right: 0;
  top: 4px;
}
.login-card {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.login-card .loading {
  top: 0;
  left: 0;
}
