/********************/
/* My custom colors */
/********************/
/********************************/
/*  Bootswatch - Color system   */
/********************************/
@font-face {
  font-family: Lato;
  src: url(../fonts/lato/Lato-Regular.ttf); }

@font-face {
  font-family: Lato;
  src: url(../fonts/lato/Lato-Light.ttf);
  font-weight: 100; }

@font-face {
  font-family: Lato;
  src: url(../fonts/lato/Lato-Bold.ttf);
  font-weight: 600; }

html, body {
  padding: 0;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 14px; }

body {
  background: #2c2f39;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh; }
  body.modal-visible {
    overflow: hidden !important; }

* {
  box-sizing: border-box; }

input:-moz-read-only {
  background: transparent !important; }

input:read-only {
  background: transparent !important; }

input[readonly] {
  background: transparent !important; }

.octicon {
  display: inline-block;
  vertical-align: text-top; }

pre.debug {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden; }

pre.debug2 {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden; }

.leads_wrapper {
  flex: 1 0 auto;
  opacity: 0;
  transition: 0.5s all; }
  .leads_wrapper.ready {
    opacity: 1; }

button:hover,
a:hover {
  cursor: pointer; }

.badge {
  text-transform: capitalize;
  padding: 0.5rem 0.6rem; }

.badge-pill {
  border-radius: 0.3rem; }

hr.awesome {
  border: #eee 1px solid;
  margin: 0.5rem 0; }

.pointer {
  cursor: pointer; }

.badges .badge {
  margin: 2px;
  color: #222;
  background-color: #dee2e6; }
  .badges .badge.badge-102 {
    color: #fff;
    background-color: #75B103; }
  .badges .badge.badge-103 {
    color: #fff;
    background-color: #0A6CF1; }
  .badges .badge.badge-104 {
    color: #fff;
    background-color: #F04124; }
  .badges .badge.badge-105 {
    color: #fff;
    background-color: #FF9021; }
  .badges .badge.badge-106 {
    color: #fff;
    background-color: #888; }
  .badges .badge.badge-107 {
    color: #fff;
    background-color: #495057; }

.leads {
  flex: 1 0 auto;
  /* .leads+ */
  /* modify tags modal */
  /* add lead modal */
  /* end of .leads */ }
  .leads .navbar {
    transition: opacity 0.7s;
    width: 100vw;
    /* show user name only after things are ready */ }
    .leads .navbar.navbar-dark {
      color: #fff;
      background: transparent;
      border-bottom: 2px solid rgba(10, 108, 241, 0.5);
      margin-bottom: 1rem; }
    .leads .navbar .nav_wrapper {
      display: flex;
      justify-content: space-between;
      width: calc(100% - 2rem); }
    .leads .navbar .navbar-brand {
      z-index: 999; }
    .leads .navbar .nav-left {
      display: flex;
      list-style: none;
      flex-direction: row;
      margin-right: auto;
      min-width: 150px;
      padding-left: 0;
      margin-bottom: 0; }
      .leads .navbar .nav-left .nav-item {
        cursor: pointer; }
        .leads .navbar .nav-left .nav-item .nav-link {
          color: rgba(255, 255, 255, 0.6); }
          .leads .navbar .nav-left .nav-item .nav-link.active {
            color: white; }
        .leads .navbar .nav-left .nav-item:hover .nav-link {
          color: rgba(255, 255, 255, 0.8); }
    .leads .navbar .nav-right .dropdown {
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.7s; }
      .leads .navbar .nav-right .dropdown .user_name {
        text-transform: capitalize; }
    .leads .navbar .nav-right.visible .dropdown {
      visibility: visible;
      opacity: 1; }
    .leads .navbar .dropdown {
      position: relative; }
      .leads .navbar .dropdown .btn-nav-white {
        font-size: 1.2rem;
        color: #fff;
        background: transparent;
        outline: 0 none !important;
        padding: 0.5rem 1rem; }
        .leads .navbar .dropdown .btn-nav-white.selected {
          color: #dee2e6; }
        .leads .navbar .dropdown .btn-nav-white:hover {
          color: #eee; }
        .leads .navbar .dropdown .btn-nav-white:after {
          display: inline-block;
          width: 0;
          height: 0;
          margin-left: 0.255em;
          vertical-align: 0.255em;
          content: "";
          border-top: 0.3em solid;
          border-right: 0.3em solid transparent;
          border-bottom: 0;
          border-left: 0.3em solid transparent; }
        .leads .navbar .dropdown .btn-nav-white .fa {
          margin-right: 0.5rem; }
      .leads .navbar .dropdown .dropdown-toggle {
        color: #fff;
        font-size: 1.2rem;
        outline: 0 none !important;
        min-width: 5rem; }
        .leads .navbar .dropdown .dropdown-toggle:hover {
          text-decoration: none; }
      .leads .navbar .dropdown .dropdown-menu {
        padding: 0;
        margin: 0;
        right: 0;
        left: inherit;
        border: 1px solid #0A6CF1; }
        .leads .navbar .dropdown .dropdown-menu.visible {
          display: block; }
        .leads .navbar .dropdown .dropdown-menu .dropdown-item {
          padding: 1rem 2rem;
          background: #373b47;
          color: #fff;
          border-bottom: 0 none; }
          .leads .navbar .dropdown .dropdown-menu .dropdown-item:hover {
            background: #2c2f39; }
    .leads .navbar .logo {
      display: inline-block;
      margin-right: 0.5rem; }
      .leads .navbar .logo img {
        height: 2rem;
        width: auto; }
    .leads .navbar .burger {
      display: none; }
      .leads .navbar .burger .btn-mobile-menu .menu-closed {
        display: block; }
      .leads .navbar .burger .btn-mobile-menu .menu-open {
        display: none; }
      .leads .navbar .burger .mobile-menu {
        display: none;
        position: fixed;
        width: 100vw;
        height: calc(100vh - 3.8rem);
        margin-top: 3.8rem;
        top: 0;
        left: 0;
        background: #2c2f39;
        color: #fff;
        z-index: 990; }
        .leads .navbar .burger .mobile-menu.show {
          display: block; }
        .leads .navbar .burger .mobile-menu .open_column, .leads .navbar .burger .mobile-menu .user_actions {
          display: flex;
          flex-direction: column;
          margin-top: 1rem;
          width: 90%;
          margin-left: auto;
          margin-right: auto; }
        .leads .navbar .burger .mobile-menu .open_column label {
          font-size: 1.6rem;
          color: #fff; }
        .leads .navbar .burger .mobile-menu .user_actions .btn {
          margin-bottom: 1rem; }
        .leads .navbar .burger .mobile-menu .mobile-seperator {
          height: 0;
          border-top: 2px solid rgba(10, 108, 241, 0.5);
          margin-top: 1.5rem;
          margin-bottom: 1.7rem; }
        .leads .navbar .burger .mobile-menu .menu-columns {
          color: #222;
          background-color: #dee2e6;
          margin-bottom: 1rem;
          font-size: 1.4rem; }
          .leads .navbar .burger .mobile-menu .menu-columns.column-2 {
            color: #fff;
            background-color: #75B103; }
          .leads .navbar .burger .mobile-menu .menu-columns.column-3 {
            color: #fff;
            background-color: #0A6CF1; }
          .leads .navbar .burger .mobile-menu .menu-columns.column-4 {
            color: #fff;
            background-color: #F04124; }
          .leads .navbar .burger .mobile-menu .menu-columns.column-5 {
            color: #fff;
            background-color: #FF9021; }
          .leads .navbar .burger .mobile-menu .menu-columns.column-6 {
            color: #fff;
            background-color: #888; }
          .leads .navbar .burger .mobile-menu .menu-columns.column-7 {
            color: #fff;
            background-color: #495057; }
  .leads.show-mobile-menu {
    overflow: hidden; }
    .leads.show-mobile-menu .navbar .burger .btn-mobile-menu .menu-closed {
      display: none; }
    .leads.show-mobile-menu .navbar .burger .btn-mobile-menu .menu-open {
      display: block; }
    .leads.show-mobile-menu .navbar .burger .mobile-menu {
      display: block; }
  .leads.password_reset_page {
    color: white; }
    .leads.password_reset_page .page_title {
      margin-top: 3rem;
      margin-bottom: 1rem;
      font-size: 2.5rem; }
    .leads.password_reset_page label,
    .leads.password_reset_page .form-control,
    .leads.password_reset_page .form-text,
    .leads.password_reset_page .alert {
      font-size: 1.2rem; }
    .leads.password_reset_page .input_restricted_width {
      max-width: 400px;
      width: 100%; }
    .leads.password_reset_page .help-block {
      color: #F04124; }
  .leads .nav {
    position: relative;
    width: 100%;
    background: #3d444a;
    color: #fff;
    height: 5rem; }
  .leads .limiter {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .leads .limiter label {
      font-size: 1.3rem; }
  .leads .total-leads {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .leads .controls {
    position: relative;
    width: 100%;
    color: #000;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .leads .controls .controls-left {
      width: calc(100% - 14rem);
      margin-right: auto; }
      .leads .controls .controls-left .search_wrapper {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        display: flex;
        flex-direction: row;
        width: 100%; }
        .leads .controls .controls-left .search_wrapper .search-group,
        .leads .controls .controls-left .search_wrapper .source-filter {
          white-space: nowrap; }
        .leads .controls .controls-left .search_wrapper .search_input {
          background: #f8f9fa;
          max-width: 200px; }
    .leads .controls .controls-right {
      width: 25%;
      text-align: right; }
    .leads .controls .button {
      margin: 0;
      cursor: pointer; }
      .leads .controls .button:first-of-type {
        margin-left: 0; }
      .leads .controls .button:last-of-type {
        margin-right: 0; }
    .leads .controls .icon {
      width: 1rem;
      height: 1rem;
      background-size: 1rem 1rem;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      content: ""; }
      .leads .controls .icon.icon-vert {
        background-image: url(../img/icon-vert.png); }
      .leads .controls .icon.icon-horz {
        background-image: url(../img/icon-horz.png); }
      .leads .controls .icon.icon-clock {
        background-image: url(../img/icon-clock.png); }
    .leads .controls .button-icon {
      background: #fffffd;
      border: 0 none;
      padding: 0.4rem 1rem; }
      .leads .controls .button-icon.selected, .leads .controls .button-icon:hover, .leads .controls .button-icon:active {
        background: #e0e4e7; }
  .leads .source-filter {
    margin-left: 3rem; }
    .leads .source-filter .source-label {
      color: #fff;
      font-size: 1.3em;
      display: inline-block; }
    .leads .source-filter .inline-form {
      display: inline-block; }
      .leads .source-filter .inline-form .source-btn {
        min-width: 6rem;
        text-transform: capitalize;
        box-shadow: none !important;
        border-color: #3B3F4D; }
        .leads .source-filter .inline-form .source-btn.active {
          background: #0A6CF1;
          color: #fff; }
          .leads .source-filter .inline-form .source-btn.active:hover {
            background: #3788f7; }
    .leads .source-filter.source-horizontal .inline-form {
      display: flex;
      justify-content: space-between;
      white-space: nowrap;
      overflow-x: auto;
      padding-bottom: 0.3rem; }
    .leads .source-filter.source-horizontal .source-btn {
      margin-right: 1rem;
      min-width: inherit; }
  .leads .bounds {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: calc(100vw - 4rem); }
  .leads .sync_bubbles {
    position: fixed;
    bottom: -0.2rem;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column-reverse;
    z-index: 5; }
    .leads .sync_bubbles .bubble {
      margin-bottom: 0.2rem;
      opacity: 0;
      transform: translateX(100%);
      transition: 0.75s all; }
      .leads .sync_bubbles .bubble.show {
        opacity: 1;
        transform: translateX(0); }
      .leads .sync_bubbles .bubble .alert {
        background: #151515;
        color: #fff;
        padding-right: 3rem;
        margin-bottom: 0;
        font-size: 1rem; }
        .leads .sync_bubbles .bubble .alert .name {
          font-weight: 600; }
        .leads .sync_bubbles .bubble .alert:hover {
          background: #0f0f0f; }
  .leads .leads_data {
    margin-top: 1.5rem; }
    .leads .leads_data .leads_row {
      display: flex;
      flex-direction: row;
      transition: height 0.5s;
      min-height: 40vh;
      /* try to make both rows equal if lacking content*/ }
      .leads .leads_data .leads_row.lead_row1 {
        padding-top: 3rem;
        border-top: 1px solid rgba(169, 170, 172, 0.3); }
    .leads .leads_data .leads_column {
      display: flex;
      flex-direction: column;
      margin: 0 7px;
      width: calc(20% - 11.2px);
      /* 4 spaces between with 14px each for 5 columns */
      /* end of record-wrapper */ }
      .leads .leads_data .leads_column:first-of-type {
        margin-left: 0; }
      .leads .leads_data .leads_column:last-of-type {
        margin-right: 0; }
      .leads .leads_data .leads_column.colType, .leads .leads_data .leads_column.colType1 {
        /* first column & default one*/ }
        .leads .leads_data .leads_column.colType .heading, .leads .leads_data .leads_column.colType1 .heading {
          background: url(../img/greyscale-bg1.png) repeat-x; }
        .leads .leads_data .leads_column.colType .record.changed, .leads .leads_data .leads_column.colType1 .record.changed {
          outline: 2px solid #dee2e6; }
      .leads .leads_data .leads_column.colType2 .heading {
        background: #75B103; }
        .leads .leads_data .leads_column.colType2 .heading .title, .leads .leads_data .leads_column.colType2 .heading .total_leads {
          color: #fff; }
      .leads .leads_data .leads_column.colType2 .record.changed {
        outline: 2px solid #75B103; }
      .leads .leads_data .leads_column.colType3 .heading {
        background: #0A6CF1; }
        .leads .leads_data .leads_column.colType3 .heading .title, .leads .leads_data .leads_column.colType3 .heading .total_leads {
          color: #fff; }
      .leads .leads_data .leads_column.colType3 .record.changed {
        outline: 2px solid #0A6CF1; }
      .leads .leads_data .leads_column.colType4 .heading {
        background: #F04124; }
        .leads .leads_data .leads_column.colType4 .heading .title, .leads .leads_data .leads_column.colType4 .heading .total_leads {
          color: #fff; }
      .leads .leads_data .leads_column.colType4 .record.changed {
        outline: 2px solid #F04124; }
      .leads .leads_data .leads_column.colType5 .heading {
        background: #FF9021; }
        .leads .leads_data .leads_column.colType5 .heading .title, .leads .leads_data .leads_column.colType5 .heading .total_leads {
          color: #fff; }
      .leads .leads_data .leads_column.colType5 .record.changed {
        outline: 2px solid #FF9021; }
      .leads .leads_data .leads_column.colType6 .heading {
        background: #888; }
        .leads .leads_data .leads_column.colType6 .heading .title, .leads .leads_data .leads_column.colType6 .heading .total_leads {
          color: #fff; }
      .leads .leads_data .leads_column.colType6 .record.changed {
        outline: 2px solid #888; }
      .leads .leads_data .leads_column.colType7 .heading {
        background: #495057; }
        .leads .leads_data .leads_column.colType7 .heading .title, .leads .leads_data .leads_column.colType7 .heading .total_leads {
          color: #fff; }
      .leads .leads_data .leads_column.colType7 .record.changed {
        outline: 2px solid #495057; }
      .leads .leads_data .leads_column .heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        white-space: nowrap;
        position: relative;
        padding: 1.25rem 5%; }
        .leads .leads_data .leads_column .heading .line {
          display: flex;
          flex-direction: row;
          align-items: flex-start;
          line-height: 1.5rem; }
        .leads .leads_data .leads_column .heading .title {
          font-size: 1.7em; }
        .leads .leads_data .leads_column .heading .total_price {
          font-size: 0.9rem; }
        .leads .leads_data .leads_column .heading .total_leads {
          margin-left: auto;
          font-size: 0.9rem;
          opacity: 0.9; }
      .leads .leads_data .leads_column .sorting {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff; }
        .leads .leads_data .leads_column .sorting .custom-select {
          width: 100%; }
        .leads .leads_data .leads_column .sorting .sorting_select {
          min-width: 150px;
          padding: 10px; }
      .leads .leads_data .leads_column .records {
        list-style-type: none;
        margin: 0;
        padding: 0 0 5rem;
        flex: 1 1 auto;
        height: auto;
        max-height: 45rem;
        overflow-x: hidden;
        overflow-y: auto; }
        .leads .leads_data .leads_column .records .column_more_leads {
          background-color: #ddd;
          color: grey;
          font-size: 1.2rem;
          line-height: 6rem;
          display: block;
          height: 6rem;
          text-align: center;
          cursor: pointer;
          transition: color 0.4s; }
          .leads .leads_data .leads_column .records .column_more_leads:hover {
            color: #323232; }
      .leads .leads_data .leads_column .record-wrapper {
        background: #f8f9fa;
        border: 0 none;
        margin: 5px 0;
        transition: background .3s;
        overflow: visible;
        cursor: pointer;
        /* end of record */ }
        .leads .leads_data .leads_column .record-wrapper:hover .drag-info {
          max-height: 50px !important;
          /* doesnt matter how much, just more than 1 line height */
          transition: max-height 0.1s; }
        .leads .leads_data .leads_column .record-wrapper .drag-info {
          position: relative;
          background: grey;
          color: #eee;
          text-align: center;
          width: 100%;
          height: auto;
          font-size: 0.8rem;
          line-height: 2rem;
          letter-spacing: 1px;
          opacity: 0.7;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.2s; }
        .leads .leads_data .leads_column .record-wrapper.recently_added {
          border-color: #e8e914; }
          .leads .leads_data .leads_column .record-wrapper.recently_added .record {
            background: #e8e914; }
        .leads .leads_data .leads_column .record-wrapper .record {
          display: flex;
          flex-direction: row;
          position: relative;
          /* for popups/hovers */
          padding: 0.8rem 5%; }
          .leads .leads_data .leads_column .record-wrapper .record.selected {
            border: 1px solid green; }
          .leads .leads_data .leads_column .record-wrapper .record .status {
            display: flex;
            align-items: center;
            width: 1rem;
            height: 100%;
            position: relative; }
            .leads .leads_data .leads_column .record-wrapper .record .status i {
              align-self: center;
              display: block;
              width: 0.6rem;
              height: 0.6rem;
              border-radius: 50%;
              background: #b8b8b8;
              margin: 0 auto; }
          .leads .leads_data .leads_column .record-wrapper .record:hover .has-note {
            opacity: 1; }
          .leads .leads_data .leads_column .record-wrapper .record .has-extras {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-end;
            opacity: 0.2; }
            .leads .leads_data .leads_column .record-wrapper .record .has-extras .fa {
              line-height: 1rem;
              width: 1rem;
              text-align: center;
              vertical-align: bottom; }
          .leads .leads_data .leads_column .record-wrapper .record .has-note {
            display: flex;
            align-items: center;
            width: 1rem;
            height: 100%;
            position: relative;
            opacity: 0;
            transition: opacity 0.1s; }
            .leads .leads_data .leads_column .record-wrapper .record .has-note img {
              display: block;
              width: 1rem;
              height: 1rem; }
          .leads .leads_data .leads_column .record-wrapper .record .info {
            display: flex;
            align-items: flex-start;
            width: calc(100% - 1rem);
            flex-direction: column; }
            .leads .leads_data .leads_column .record-wrapper .record .info .visible-hover {
              max-height: 0;
              overflow: hidden;
              transition: max-height 0.15s; }
            .leads .leads_data .leads_column .record-wrapper .record .info .flex-info {
              display: flex;
              flex-direction: column; }
              .leads .leads_data .leads_column .record-wrapper .record .info .flex-info.ellipsis {
                width: calc(100% - 0.2rem);
                overflow: hidden; }
                .leads .leads_data .leads_column .record-wrapper .record .info .flex-info.ellipsis .text {
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap; }
            .leads .leads_data .leads_column .record-wrapper .record .info .line {
              display: flex;
              flex-direction: row; }
            .leads .leads_data .leads_column .record-wrapper .record .info .image {
              align-self: center;
              width: 1.5rem;
              height: 1.5rem;
              margin-right: 0.5rem; }
              .leads .leads_data .leads_column .record-wrapper .record .info .image img {
                width: 100%;
                height: auto;
                border-radius: 50%; }
            .leads .leads_data .leads_column .record-wrapper .record .info .name {
              font-size: 1.2rem;
              color: #3B3F4D; }
            .leads .leads_data .leads_column .record-wrapper .record .info .price {
              color: #82889f;
              margin-right: 0.5rem; }
            .leads .leads_data .leads_column .record-wrapper .record .info .website {
              color: #82889f; }
            .leads .leads_data .leads_column .record-wrapper .record .info .email {
              font-size: 0.9rem;
              color: #82889f; }
            .leads .leads_data .leads_column .record-wrapper .record .info .text {
              color: #82889f;
              text-overflow: ellipsis; }
            .leads .leads_data .leads_column .record-wrapper .record .info .has-note {
              align-self: flex-end; }
            .leads .leads_data .leads_column .record-wrapper .record .info .octicon.octicon-phone {
              vertical-align: middle;
              margin-right: 4px; }
            .leads .leads_data .leads_column .record-wrapper .record .info .octicon.octicon-source {
              height: 1.5rem;
              vertical-align: top; }
          .leads .leads_data .leads_column .record-wrapper .record .hover_popup {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 100%;
            min-width: 200px;
            max-width: 400px;
            padding: 6px 16px;
            color: #fff;
            background-color: #333;
            border-radius: 0;
            opacity: 0;
            font-size: 1rem;
            transition: opacity .4s;
            border-radius: 5px; }
            .leads .leads_data .leads_column .record-wrapper .record .hover_popup.visible {
              opacity: 1; }
            .leads .leads_data .leads_column .record-wrapper .record .hover_popup h5 {
              margin-top: 0;
              margin-bottom: 0; }
            .leads .leads_data .leads_column .record-wrapper .record .hover_popup .popup_notes {
              margin-top: 0.5rem; }
          .leads .leads_data .leads_column .record-wrapper .record.dndDraggingSource .hover_popup {
            display: none !important; }
      .leads .leads_data .leads_column.col4 .record .hover_popup {
        left: inherit;
        right: 100%; }
  .leads .add_lead_template {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999; }
    .leads .add_lead_template .center {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 300px;
      height: 300px; }
      .leads .add_lead_template .center .wrapper {
        padding: 10px 20px;
        position: relative;
        width: 100%;
        height: 100%;
        background: white;
        border: 1px solid black; }
        .leads .add_lead_template .center .wrapper input {
          padding: 5px;
          margin-bottom: 5px; }
  .leads .tags_popup {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999; }
    .leads .tags_popup .tags_center {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 800px;
      height: 100px; }
      .leads .tags_popup .tags_center .break {
        display: block;
        margin-top: 10px; }
      .leads .tags_popup .tags_center button {
        font-size: 1.2rem;
        display: inline-block;
        background: grey;
        color: white;
        border: 0 none;
        padding: 5px 10px;
        margin-bottom: 5px;
        min-width: 100px; }
        .leads .tags_popup .tags_center button.disabled {
          background: green; }
      .leads .tags_popup .tags_center .popup_close {
        font-size: 20px;
        background: white;
        border: 1px solid black;
        color: black;
        margin-top: 20px; }
      .leads .tags_popup .tags_center .note h3 {
        font-size: 1.5rem;
        padding: 0;
        margin: 1rem 0 0.5rem; }
      .leads .tags_popup .tags_center .note textarea {
        width: 100%;
        height: 60px; }
  .leads .modal-border-radius, .leads .custom-modal .modal-dialog .modal-content, .leads .custom-modal2 .modal-dialog .modal-content, .leads .custom-modal4 .modal-dialog .modal-content, .leads .password-modal .modal-dialog .modal-content, .password-modal .modal-dialog .leads .modal-content {
    border-radius: 5px; }
  .leads .custom-modal .modal-header,
  .leads .custom-modal .modal-body,
  .leads .custom-modal .modal-footer,
  .leads .custom-modal2 .modal-header,
  .leads .custom-modal2 .modal-body,
  .leads .custom-modal2 .modal-footer,
  .leads .custom-modal4 .modal-header,
  .leads .custom-modal4 .modal-body,
  .leads .custom-modal4 .modal-footer {
    padding: 15px 30px; }
  .leads .custom-modal {
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    /* #customModal1 */ }
    .leads .custom-modal .modal-title .lead-name {
      font-weight: 600; }
    .leads .custom-modal .modal-title .lead-created {
      font-size: 0.8rem; }
    .leads .custom-modal .modal_inputs_wrapper {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem; }
    .leads .custom-modal .modal_inputs {
      margin-bottom: 1rem; }
    .leads .custom-modal .flex_model_wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .leads .custom-modal .create_appointment {
      cursor: pointer; }
      .leads .custom-modal .create_appointment:hover {
        text-decoration: underline #222; }
        .leads .custom-modal .create_appointment:hover i {
          transform: translateX(3px); }
      .leads .custom-modal .create_appointment i {
        transition: transform 0.3s; }
    .leads .custom-modal .view-history {
      position: relative;
      display: inline-block;
      cursor: help; }
      .leads .custom-modal .view-history:hover .modal-history, .leads .custom-modal .view-history.hover .modal-history {
        opacity: 1;
        visibility: visible; }
    .leads .custom-modal .modal-history {
      position: absolute;
      text-align: left;
      visibility: hidden;
      border-radius: 6px;
      padding: 1rem 1rem;
      bottom: calc(100% + 0.7rem);
      left: 0;
      min-width: 15rem;
      width: auto;
      white-space: nowrap;
      background: #000;
      color: #eee;
      opacity: 0;
      transition: 0.4s opacity;
      display: flex;
      flex-direction: column;
      z-index: 20;
      font-weight: 100;
      /* arrow top */ }
      .leads .custom-modal .modal-history .no-history {
        text-align: center; }
      .leads .custom-modal .modal-history span {
        font-weight: 600;
        text-transform: capitalize; }
      .leads .custom-modal .modal-history:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 4rem;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid #000000;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent; }
    .leads .custom-modal .modal-dialog {
      max-width: 700px; }
    .leads .custom-modal .lead-label {
      text-transform: capitalize; }
    .leads .custom-modal .list-group-item {
      margin-bottom: 8px;
      padding: 0.45rem 1rem; }
      .leads .custom-modal .list-group-item:last-of-type {
        margin-bottom: 0; }
    .leads .custom-modal .badges.big .badge {
      padding: 0.9rem 1.8rem;
      white-space: nowrap; }
    .leads .custom-modal .badges .badge {
      margin: 9px 3px;
      font-size: 1rem; }
      .leads .custom-modal .badges .badge.active {
        background: #222;
        color: #fff; }
        .leads .custom-modal .badges .badge.active.modal_badge102 {
          background: #75B103; }
        .leads .custom-modal .badges .badge.active.modal_badge103 {
          background: #0A6CF1; }
        .leads .custom-modal .badges .badge.active.modal_badge104 {
          background: #F04124; }
        .leads .custom-modal .badges .badge.active.modal_badge105 {
          background: #FF9021; }
      .leads .custom-modal .badges .badge:hover {
        cursor: pointer; }
    .leads .custom-modal .badge-with-tooltip {
      display: inline-block;
      position: relative; }
      .leads .custom-modal .badge-with-tooltip.tooltip-visible .badge-tooltip {
        visibility: visible;
        opacity: 1; }
      .leads .custom-modal .badge-with-tooltip.active .mobile_label_preview {
        display: flex; }
      .leads .custom-modal .badge-with-tooltip .mobile_label_preview {
        display: none;
        position: absolute;
        height: 100%;
        width: 50px;
        color: white;
        border-left: 2px solid white;
        top: 0;
        right: 0;
        z-index: 10;
        flex: 1 1 auto;
        justify-content: center;
        align-items: center;
        font-size: 20px; }
      .leads .custom-modal .badge-with-tooltip .fill-space {
        justify-content: space-between; }
      .leads .custom-modal .badge-with-tooltip .btn-transparent {
        background: transparent !important;
        border: 0 none !important;
        outline: 0 none !important;
        color: #eee !important;
        cursor: default !important; }
      .leads .custom-modal .badge-with-tooltip .btn-delete {
        background: transparent !important;
        border: 0 none !important;
        outline: 0 none !important;
        color: #eee;
        cursor: pointer; }
        .leads .custom-modal .badge-with-tooltip .btn-delete:hover {
          color: red; }
    .leads .custom-modal .badge-tooltip {
      position: absolute;
      text-align: center;
      visibility: hidden;
      border-radius: 6px;
      padding: 0.5rem;
      bottom: calc(100% + 0.7rem);
      left: calc(50% - 90px);
      width: 180px;
      background: #000;
      opacity: 0;
      transition: 0.4s opacity;
      display: flex;
      flex-direction: column;
      /* arrow bottom */ }
      .leads .custom-modal .badge-tooltip:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid #000000;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent; }
  .leads .custom-modal2 {
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center; }
    .leads .custom-modal2 .modal-dialog {
      min-width: 600px; }
    .leads .custom-modal2 .newlead-label {
      text-transform: capitalize; }
  .leads .custom-modal4 {
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center; }
    .leads .custom-modal4 .modal-dialog {
      min-width: 500px; }
    .leads .custom-modal4 .alert-danger2 {
      color: #F04124;
      padding-left: 0; }
    .leads .custom-modal4 .export_dates {
      position: relative; }
      .leads .custom-modal4 .export_dates .reset_export_date {
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        padding: 10px 15px;
        /* more padding to sides so its easier to click */
        width: 15px;
        height: 15px;
        z-index: 9;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        display: flex; }
        .leads .custom-modal4 .export_dates .reset_export_date:hover .fa {
          color: #F04124; }
        .leads .custom-modal4 .export_dates .reset_export_date .fa {
          color: #2c2f39; }
  .leads .custom-modal .modal-dialog,
  .leads .custom-modal2 .modal-dialog,
  .leads .custom-modal4 .modal-dialog {
    max-height: 100%;
    /* safari bug fix */
    max-height: 100vh;
    overflow-y: auto;
    margin: 1px;
    width: 100%; }
  .leads .leads_loader {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .leads .leads_loader.visible {
      display: flex; }
    .leads .leads_loader .loader,
    .leads .leads_loader .loader:before,
    .leads .leads_loader .loader:after {
      border-radius: 50%;
      width: 1.4em;
      height: 1.4em;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation: dotanimation 1.8s infinite ease-in-out;
      animation: dotanimation 1.8s infinite ease-in-out; }
    .leads .leads_loader .loader {
      color: #333;
      font-size: 10px;
      margin: 0 auto;
      position: relative;
      text-indent: -9999em;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }
    .leads .leads_loader .loader:before,
    .leads .leads_loader .loader:after {
      content: '';
      position: absolute;
      top: 0; }
    .leads .leads_loader .loader:before {
      left: -2.5em;
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .leads .leads_loader .loader:after {
      left: 2.5em; }

@-webkit-keyframes dotanimation {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes dotanimation {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
  .leads .leads_wrapper {
    /* jquery-ui draggable class */
    /* draggin stuff thru columns */ }
    .leads .leads_wrapper [dnd-list] {
      min-height: 4rem;
      padding-left: 0; }
    .leads .leads_wrapper .dndDraggingSource {
      display: none !important;
      opacity: 0 !important;
      background: grey; }
    .leads .leads_wrapper .dndDragging .hover_popup {
      display: none !important; }
    .leads .leads_wrapper .dndPlaceholder {
      background-color: #ddd;
      color: grey;
      font-size: 1.2rem;
      line-height: 6rem;
      display: block;
      height: 6rem;
      text-align: center; }

.login-modal {
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.3); }
  .login-modal.login-required {
    visibility: visible;
    opacity: 1; }
  .login-modal .modal-dialog {
    margin-top: calc(50vh - 12rem);
    height: 20rem; }
  .login-modal .modal-body {
    padding: 2rem 2rem 1rem; }
    .login-modal .modal-body label,
    .login-modal .modal-body .form-control,
    .login-modal .modal-body .btn {
      font-size: 1.2rem; }
    .login-modal .modal-body .error-message {
      font-size: 1rem; }
  .login-modal .login_buttons {
    display: flex;
    justify-content: space-between; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 0.5rem solid #75B103;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  animation: spin 2s linear infinite; }

.error-message {
  margin-top: .25rem;
  font-size: .875rem;
  color: #F04124; }

.register_wrapper {
  color: #fff; }
  .register_wrapper .page-title {
    margin-bottom: 2rem;
    font-size: 2.5rem; }
  .register_wrapper label,
  .register_wrapper .form-control,
  .register_wrapper .form-text {
    font-size: 1.2rem; }
  .register_wrapper .alert {
    font-size: 1rem; }
  .register_wrapper .btn {
    font-size: 1.3rem; }

.footer {
  width: 100%;
  padding: 1.3rem 0;
  flex-shrink: 0;
  margin-top: 4rem;
  background: #232a30;
  color: #fff;
  transition: opacity 0.7s; }
  .footer .bounds {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: calc(100vw - 4rem); }
  .footer .footer_wrapper {
    font-size: 1.1rem; }
  .footer .footer_content {
    width: 157px;
    display: flex;
    margin-left: auto;
    flex-direction: column;
    text-align: left;
    white-space: nowrap; }
  .footer .footer_company {
    margin-bottom: 10px; }
  .footer .footer_website {
    margin-top: 10px; }
  .footer .footer_link {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold; }
    .footer .footer_link:hover {
      text-decoration: none; }

.password-modal {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center; }
  .password-modal .modal-header,
  .password-modal .modal-body,
  .password-modal .modal-footer {
    padding: 15px 30px; }
  .password-modal .modal-dialog {
    max-height: 100%;
    /* safari bug fix */
    max-height: 100vh;
    overflow-y: auto;
    margin: 0;
    min-width: 500px; }
  .password-modal .alert-danger2 {
    color: #F04124;
    padding-left: 0; }
