:root {
  --light-gray: #eee;
  --accent-blue: #d9ecee;
}

* {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  position: fixed;
  height: 100%;
  width: 100vw;
  margin: 0 !important;
  padding: 0 !important;
}

body.stop-transitions * {
  transition: none !important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: #bbb;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

button {
  font-weight: bold !important;
}
.btn {
  font-weight: bold !important;
}
.fa-pencil-alt {
  cursor: pointer;
}
.denyClass:before {
  border: 1.75px solid #ececec !important;
  background: #ececec !important;
}

.appWrap {
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.app {
  height: 100%;
  overflow: hidden;
}
.app.navPinned {
  width: calc(100% - 11rem);
  align-self: flex-end;
}

.pageWrapper {
  display: flex;
  height: 100%;
}

.navWrap {
  height: 4rem;
}
.navbar {
  background-color: #0b124b;
  height: 4rem;
}

.hamburger {
  width: 52px;
  height: 42px;
  position: relative;
  outline: none !important;
  border: 0px !important;
}
.hamburger > span {
  display: block;
  position: absolute;
  height: 0.15rem;
  width: 28px;
  background: #fff;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: 5px auto;
  will-change: all;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger > span:nth-child(1) {
  top: 6px;
}
.hamburger > span:nth-child(2) {
  top: 14px;
}
.hamburger > span:nth-child(3) {
  top: 22px;
}

.hamburger.opened > span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(7px, 5px, 0px);
  -moz-transform: rotate(45deg) translate3d(7px, 5px, 0px);
  -o-transform: rotate(45deg) translate3d(7px, 5px, 0px);
  transform: rotate(45deg) translate3d(7px, 5px, 0px);
}
.hamburger.opened > span:nth-child(2) {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
.hamburger.opened > span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(6px, -5px, 0px);
  -moz-transform: rotate(-45deg) translate3d(6px, -5px, 0px);
  -o-transform: rotate(-45deg) translate3d(6px, -5px, 0px);
  transform: rotate(-45deg) translate3d(6px, -5px, 0px);
}

.hamburger.back > span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9.25px;
  left: -17.5px;
  width: 14px;
}
.hamburger.back > span:nth-child(2) {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.hamburger.back > span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18.5px;
  left: -17.5px;
  width: 14px;
}

.hamburger:hover {
  cursor: pointer;
}

.topNavigation {
  flex-wrap: nowrap;
}
.topNavigationLeft {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0;
  padding-left: 0.5rem;
}
.topNavigationLeft > .navbar-brand {
  margin: 0 0.2rem;
}

.userNav > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
  border: none;
}
.userNav > ul > li.userMenuLink {
  margin-right: 0;
}
.userNav > ul > li.navbar-toggler {
  display: flex !important;
  padding: 0;
}
.userNav > ul > li > button.feedback-tab {
  position: relative;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
  font-size: 1.2rem;
  width: 7rem;
  outline: none;
  border: none;
  padding: 0.275rem;
}

.feedback-panel {
  position: absolute;
  padding: 0.05em 1em 1em;
  width: 20rem;
  background: #fffad1;
  border: #29216d 1px solid;
  z-index: 13;
  left: 0rem;
  right: 0rem;
  margin: auto;
  transform: translateY(-40rem);
  transition: transform 0.4s;
}
.feedback-panel.open {
  transform: translateY(9rem);
}
button.feedback-tab {
  position: relative;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
  font-size: 1.25rem;
  width: 8rem;
  outline: none;
}
.feedbackNotes {
  width: 90%;
  padding: 5px;
  resize: none;
  width: 100%;
}

.userNavIcon {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.square {
  position: absolute;
  top: 5rem;
  left: auto;
  width: 15rem;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 14;
  line-height: 2rem;
  transform-origin: top right;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.square > .dropdown-header:first-child {
  background: var(--primary);
  color: #fff;
  font-size: 1rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.square > a:last-child:hover {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.square:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent var(--primary) transparent;
  z-index: 12;
}

.square-menu {
  opacity: 0;
  transform: scale3d(0.25, 0, 1);
}
.square-menu.active {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.addNew-square {
  right: 6.85rem;
}

.user-square {
  right: 0.85rem;
}
.user-square .userMenuSectionHeader {
  padding-left: 1rem;
  color: #000;
  font-weight: 700;
}
.user-square hr {
  margin: 0rem;
  padding: 1px 0px;
}
.user-square > a {
  padding: 0.25rem 6rem 0.25rem 1rem;
}

.accountTextWrap .nav-link:hover {
  cursor: pointer;
}

.navBarAccountNameText {
  color: #fff;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-left: 1rem;
  max-height: 3.5rem;
  min-width: 10rem;
  overflow: hidden;
}

.userNav > ul > li.addNewMenuLink > .addNewRecordMenu {
  font-size: 2.25rem;
  color: #fff;
}

.userNav > ul > li.notificationsLink > a.icon-notification-important {
  font-size: 2.25rem;
  padding-bottom: 0.1rem;
}

.userNav > ul > li.userMenuLink > .userMenu {
  align-items: center;
}
.userNav > ul > li.userMenuLink > .userMenu > .icon-account-circle {
  font-size: 2.25rem;
  color: #fff;
  margin-right: 0.2rem;
  padding-top: 0.05rem;
}

a.fa-bell {
  position: relative;
  font-size: 1.2em;
  cursor: pointer;
}

div.notifications > span.num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 0.25em;
  top: 0.5rem;
  color: #fff;
  right: 0.1rem;
  background: var(--red);
  border-radius: 1rem;
  width: 0.85rem;
  height: 0.85rem;
  padding: 0rem 0.05rem 0.05rem 0rem;
}

.modalErrorMessage {
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
}

#accountUsersAddUserModal .inputWrap {
  width: calc(100%);
  margin-bottom: 0.5rem;
}
#accountUsersAddUserModal select {
  width: calc(100%);
  margin-bottom: 0.5rem;
}
.emailConf {
  width: calc(100% - 3rem) !important;
}
.accountUserListWrap {
  height: calc(100vh - 250px) !important;
}
.locationUserListWrap {
  overflow: hidden;
  overflow-y: auto;
}

.emailInput,
.confirmationIcon {
  display: inline-block;
}

.confirmationIcon {
  margin-left: 0.5rem;
}
.confirmation_valid::after {
  content: "\e91c";
  font-family: "icomoon";
  border-radius: 1rem;
  background: var(--green);
  color: #fff;
}
.confirmation_invalid::after {
  content: "\e91b";
  font-family: "icomoon";
  padding: 0.2rem;
  border-radius: 1rem;
  background: var(--red);
  color: #fff;
}
.confirmationIcon::after {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  height: 1.75rem;
  width: 1.75rem;
}

.spinnerButton_new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.75rem !important;
  font-size: 0;
  opacity: 0.65;
  pointer-events: none;
}
.spinnerButton_new:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.14em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  font-size: 1rem;
}
.spinnerButton_new:after {
  content: "Loading...";
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-left: 0.5rem;
}

/* ACCOUNT SETTINGS */
.accountsTabWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 900px) {
  .userNav > ul > li.mainNavFeedbackLink {
    display: none;
  }

  .notificationBar .dataTables_scrollBody {
    height: calc(100vh - 21rem) !important;
  }
}

@media (max-width: 812px) {
  html {
    font-size: 0.9rem !important;
  }
  .leadsCheckbox:checked + label:after,
  .leadsCheckbox:not(:checked) + label:after {
    font-size: 1.2rem;
  }
}
.campaignActionLinks {
  justify-content: space-between !important;
}
#rightPaneCampaign {
  background-color: #dddddd;
}
#twoPane_right {
  background-color: #dddddd;
}

.costDetailArea {
  border: 1px solid #707070;
}
.editCampaignTitleWrap {
  padding: 0.75rem;
  border-bottom: 1px solid #000;
  background: var(--light-gray);
}
.detailHeader {
  border-bottom: 1px solid #707070;
}
.campBreadcrumbs {
  display: none;
}

.nav-pills .nav-link {
  border-radius: 0rem;
}
.accountUserList .nav-link.active {
  color: #000000 !important;
  font-weight: bold;
  background-color: var(--light);
}
.accountUserList .nav-link.active .text-muted {
  color: #000000 !important;
}
.accountUserList .nav-link:hover a {
  background-color: var(--primary);
  color: var(--light);
}

.locationFeatures {
  padding-bottom: 1rem !important;
}

.nav-pills .nav-link.active {
  color: #000;
  background-color: #d9ecee;
  font-weight: bold;
}
.nav-pills .nav-link:hover {
  color: #000;
  background-color: #e6f9fb;
  font-weight: bold;
}
.nav-pills .nav-link {
  color: #000;
  font-size: 19px;
}

#location1 .nav-link {
  padding: 0.5rem 0.9rem;
}

/******************* Add New Menu/Modals *******************/
.addNewModalLink {
  color: var(--primary);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.addNewModalLink:hover {
  filter: brightness(70%);
}

/******************* Two Pane System *******************/
.twoPane_wrap {
  display: flex;
  flex-grow: 1;
}
.twoPane_wrap .act-circle-new {
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1.25rem;
}

.twoPane_left,
.twoPane_right {
  background: #fff;
}

/* Two Pane System Left */
.twoPane_left {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20%;
  min-width: 20rem;
  border-right: 1px solid #dee2e6;
}

.twoPane_left > .subNavigation {
  display: flex;
  height: 2.5rem;
  padding: 0.5rem;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
}

.twoPane_left > .subNavigation > .subNavigation_titleWrap {
  display: flex;
  align-items: center;
}
.twoPane_left
  > .subNavigation
  > .subNavigation_titleWrap
  > .subNavigation_title {
  font-size: 1.25rem;
}

.twoPane_left > .subNavigation > .subNavigation_actionWrap {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionArchive {
  margin-right: 0.75rem;
  cursor: pointer;
  font-size: 1.75rem;
  color: var(--black);
}
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionArchive[data-state="true"] {
  color: var(--primary);
}

.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch {
  position: relative;
  height: 100%;
  width: 2rem;
}

.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .icon_search {
  color: #000;
  position: absolute;
  margin-top: 2px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .icon_search:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1px;
  background-color: currentColor;
}

.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .search_field {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  margin: auto;
  padding-left: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .search_field:focus,
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .search_field:not(:empty) {
  border-bottom-color: #ccc;
  width: 15rem;
  color: #2b2b2b;
  cursor: text;
}
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .search_field:focus
  ~ .search_icon,
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .search_field:not(:empty)
  ~ .search_icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .search_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 2rem;
  height: 2rem;
  margin: auto;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .search_icon:before {
  content: "";
  color: #000;
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  width: 0.75rem;
  height: 0.75rem;
  border: solid 2px currentColor;
  border-radius: 100%;
}
.twoPane_left
  > .subNavigation
  > .subNavigation_actionWrap
  > .subNavigation_actionSearch
  > .search_icon:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  height: 0.6rem;
  width: 2px;
  transform: rotate(-45deg);
  background-color: currentColor;
  border-radius: 100%;
}

.twoPane_left > .leftPane_tableWrap {
  display: flex;
  height: calc(100% - 2.5rem);
}
.twoPane_left > .leftPane_tableWrap .leftPane_table {
  width: 100% !important;
}
.twoPane_left > .leftPane_tableWrap .dataTables_wrapper {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.twoPane_left > .leftPane_contextMenu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #ccc;
  white-space: nowrap;
  font-family: sans-serif;
  background: #fff;
  color: #333;
  border-radius: 5px;
}
.twoPane_left > .leftPane_contextMenu a {
  padding: 5px 12px;
  cursor: pointer;
  display: block;
  color: #000;
}
.twoPane_left > .leftPane_contextMenu a:hover {
  background-color: #def;
}

/* Two Pane System Right */
.twoPane_right {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.twoPane_right.opacity-0 {
  opacity: 0;
}

content-pane .rightPane_noContentWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30rem;
  height: 10rem;
}
content-pane .rightPane_noContentWrap > .noContentText {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.twoPane_right > .rightPane_contentWrap,
.twoPane_right .rightPane_contentPane,
.twoPane_right .rightPane_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.twoPane_right .rightPane_contentPane {
  position: relative;
  overflow: hidden;
}

.twoPane_right .rightPane_tabsWrap {
  overflow: hidden;
  overflow-y: auto;
}

.twoPane_right .rightPane_mainActionWrap,
.twoPane_right .rightPane_tab {
  background: #fff;
}

.tasks_actionWrap {
  justify-content: space-around;
  display: flex;
  width: 100%;
}

/* .leads_actionWrap > .leads_action > .leads_actionText.lead_emailText:empty::after, .twoPane_right .rightPane_tab .leads_emailData:empty::after { content: 'No Email Available'; } */

#addNewQualifiedLeadModal[data-move-modal] > div[slot="body_temp-text"] {
  display: none;
}
#addNewQualifiedLeadModal[data-move-modal] > div[data-step-text="setup"] {
  display: none;
}
#addNewQualifiedLeadModal[data-move-modal] > div[slot="body_temp-text"] {
  display: none;
}

.pluralResident:after {
  content: "s";
}
/****************** Leads Page ******************/
/* Lead List Card */
.twoPane_left .leadCard_note {
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

/* Leads Right Pane */
.twoPane_right > .rightPaneLead > .leads_mainActionWrap {
  display: flex;
  flex-direction: column;
}

.twoPane_right .leads_nameWrap {
  display: flex;
  align-items: center;
  flex-basis: 75%;
  border-bottom: 1px solid var(--light-gray);
  padding: 0 0.5rem;
}
.twoPane_right .leads_nameWrap > .leads_entityName {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  margin-left: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.twoPane_right .leads_nameWrap > .leads_entityName:only-child {
  justify-content: flex-start;
}
.twoPane_right .leads_nameWrap > .leads_moveButtonWrap {
  display: flex;
  align-items: flex-end;
}

.twoPane_right .leads_mainActionWrap > .leads_actionWrap {
  display: flex;
  justify-content: space-around;
  padding: 0.25rem 2rem 0.25rem 0.25rem;
  border-bottom: 1px solid var(--light-gray);
}
.twoPane_right .leads_mainActionWrap > .leads_actionWrap > .leads_action {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.twoPane_right
  .leads_mainActionWrap
  > .leads_actionWrap
  > .leads_action:not([data-target]) {
  cursor: default;
}
.twoPane_right
  .leads_mainActionWrap
  > .leads_actionWrap
  > .leads_action
  > .leads_actionIcon {
  padding-bottom: 0.6rem;
  margin-right: 0.5rem;
}
.twoPane_right
  .leads_mainActionWrap
  > .leads_actionWrap
  > .leads_action
  > .leads_actionIcon:not(.importantAction) {
  cursor: default;
}

/* Edit Entity */
content-pane.editEntityPane .editEntityTitleWrap {
  padding: 0.75rem;
  background: var(--light-gray);
  border-bottom: 1px solid;
}
content-pane.editEntityPane .editEntityForm {
  padding: 0.75rem;
  background: #fff;
}
content-pane.editEntityPane .editEntityForm > div.row {
  margin: 0 !important;
}
content-pane.editEntityPane .editEntityForm .form-control {
  max-width: 35rem;
}
content-pane.editEntityPane
  .editEntityForm
  .form-control
  + .charactersRemaining {
  max-width: 35rem;
}

/* Leads Tab Main */
content-pane .leadsTab {
  margin: 0.5rem;
  border: 1px solid var(--light-gray);
}
content-pane .leadsTab .leadsTab_head {
  border-bottom: 1px solid var(--light-gray);
}
content-pane .leadsTab .leadsTab_head > .leadsTab_headIcon {
  align-items: center;
  padding: 0.5rem;
}
content-pane .leadsTab .leadsTab_head i {
  background: var(--primary);
  color: #fff;
  margin-right: 0.5rem;
  cursor: pointer;
}

/* Details Tab */
content-pane .details_notes {
  max-width: 75rem;
}
content-pane .details_contentWrap {
  max-width: 50rem;
}
content-pane .details_contentWrap > .content_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
content-pane .details_contentWrap > .content_row > .content_item {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  min-height: 3rem;
}
content-pane .content_item > .item_title {
  font-weight: 700;
  text-transform: capitalize;
  line-height: 0.9rem;
}
content-pane .details_contentWrap > .content_row > .content_item > .item_data {
  white-space: normal;
}
/* .leads_leadTabWrap .details_contentWrap > .content_row > .content_item > .item_data:empty:before { content:'None'; font-size:.8rem; font-style:italic; } */

/* Imported Tab */
content-pane .imported_contentWrap {
  max-width: 50rem;
}
content-pane .imported_contentWrap > .content_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
content-pane .imported_contentWrap > .content_row > .content_item {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  min-height: 3rem;
}
content-pane .content_item > .item_title {
  font-weight: 700;
  text-transform: capitalize;
  line-height: 0.9rem;
}
content-pane .imported_contentWrap > .content_row > .content_item > .item_data {
  white-space: normal;
}
content-pane .leadsTab > .import_content {
  padding: 1rem;
}

content-pane .details_contentWrap .details_emailLink {
  color: var(--primary);
  cursor: pointer;
  font-weight: 700;
}
content-pane .details_contentWrap .details_phoneLink {
  color: var(--primary);
  cursor: pointer;
  font-weight: 700;
}
content-pane .details_contentWrap .details_company_emailLink {
  color: var(--primary);
  cursor: pointer;
  font-weight: 700;
}
content-pane .details_contentWrap .details_company_phoneLink {
  color: var(--primary);
  cursor: pointer;
  font-weight: 700;
}
content-pane .details_notesWrap {
  flex-basis: 100% !important;
  margin-bottom: 0.5rem;
}

/* Tasks Tab */
content-pane .tasks_previousAttemptWrap {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 90%;
  padding: 0.75rem;
  border: 1px solid var(--primary);
  border-radius: 0.25rem;
}
content-pane .tasks_previousAttemptWrap > .previousAttempt_header {
  display: flex;
}
content-pane .tasks_previousAttemptWrap > .previousAttempt_header > div {
  font-weight: 700;
}
content-pane .tasks_previousAttemptWrap .dateDue,
content-pane .tasks_previousAttemptWrap .dateCompleted {
  flex-basis: 33%;
  max-width: 15rem;
}
content-pane .tasks_previousAttemptWrap .notes {
  flex-grow: 1;
}
content-pane .tasks_previousAttemptWrap .previousAttempt_closeAction {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 5rem;
  font-size: 0.9rem;
  text-decoration: underline;
  color: var(--primary);
  cursor: pointer;
  opacity: 1 !important;
  text-shadow: none !important;
}

content-pane .tasks_previousAttemptWrap .previousAttempt {
  display: flex;
  flex-wrap: wrap;
}
content-pane .tasks_previousAttemptWrap .previousAttempt:not(:last-child) {
  margin-bottom: 0.75rem;
}
content-pane .tasks_previousAttemptWrap .attempt_dueDate,
content-pane .tasks_previousAttemptWrap .attempt_dateCompleted {
  flex-basis: 33%;
  max-width: 15rem;
  font-style: italic;
}
content-pane .tasks_previousAttemptWrap .attempt_notes {
  flex-grow: 1;
}

/* Appointments Tab */
content-pane .appts_head > .leads_apptsTypeSelect {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0rem;
  border-top: 1px solid var(--light-gray);
  list-style: none;
}
content-pane .appts_head > .leads_apptsTypeSelect > li {
  cursor: pointer;
}
content-pane .appts_head > .leads_apptsTypeSelect > li:after {
  content: " (" attr(data-taskNum) ") ";
}
content-pane .appts_head > .leads_apptsTypeSelect > li[selected] {
  font-weight: 700;
  color: var(--primary);
}
content-pane .appts_head > .leadsMobile_apptsTypeSelect {
  display: none;
  width: 100%;
  height: 2.25rem;
  margin-top: 1rem;
  padding-left: 0.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
}

/* Tasks And Appointments */
content-pane .leadsTab_head > .leads_typeSelect {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0rem;
  border-top: 1px solid var(--light-gray);
  list-style: none;
}
content-pane .leadsTab_head > .leads_typeSelect > li {
  cursor: pointer;
}
content-pane .leadsTab_head > .leads_typeSelect > li:after {
  content: " (" attr(data-taskNum) ") ";
}
content-pane .leadsTab_head > .leads_typeSelect > li[selected] {
  font-weight: 700;
  color: var(--primary);
}
content-pane .leadsTab_head > .leadsMobile_typeSelect {
  display: none;
  width: 100%;
  height: 2.25rem;
  margin-top: 1rem;
  padding-left: 0.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
}

/* Inner Tabs */
content-pane .leadsTab .leadsTab_content.notes_detail:empty:before {
  content: "No Notes to Display";
}
content-pane .leadsTab > .leadsTab_content > .innerTab {
  display: none;
}
content-pane .leadsTab > .leadsTab_content > .innerTab[selected] {
  display: flex;
  flex-direction: column;
}
content-pane .leadsTab > .leadsTab_content > .innerTab > .innerTab_noContent {
  display: flex;
  padding: 0.5rem 0rem;
  font-size: 1rem;
  font-weight: 400;
}

.leadsTab .leadsTab_content.notes_detail:empty:before {
  content: "No Notes to Display";
}
.leadsTab > .leadsTab_content > .innerTab {
  display: none;
}
.leadsTab > .leadsTab_content > .innerTab[selected] {
  display: flex;
  flex-direction: column;
}
.leadsTab > .leadsTab_content > .innerTab > .innerTab_noContent {
  display: flex;
  padding: 0.5rem 0rem;
  font-size: 1rem;
  font-weight: 400;
}

.leadsTab_head > .leads_typeSelect {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0rem;
  border-top: 1px solid var(--light-gray);
  list-style: none;
}
.leadsTab_head > .leads_typeSelect > li {
  cursor: pointer;
}
.leadsTab_head > .leads_typeSelect > li:after {
  content: " (" attr(data-taskNum) ") ";
}
.leadsTab_head > .leads_typeSelect > li[selected] {
  font-weight: 700;
  color: var(--primary);
}
.leadsTab_head > .leadsMobile_typeSelect {
  display: none;
  width: 100%;
  height: 2.25rem;
  margin-top: 1rem;
  padding-left: 0.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
}

.leadsTab {
  margin: 0.5rem;
  border: 1px solid var(--light-gray);
}
.leadsTab .leadsTab_head {
  border-bottom: 1px solid var(--light-gray);
}
.leadsTab .leadsTab_head > .leadsTab_headIcon {
  align-items: center;
  padding: 0.5rem;
}

.ui-autocomplete {
  position: absolute;
}
#dropdownContainer {
  display: block;
  position: relative;
}
.ui-autocomplete.ui-front {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  min-height: 40px;
  max-height: 120px;
}
.ui-autocomplete .each {
  width: 100%;
}
.ui-autocomplete li .acItem {
  padding: 3px 6px;
  width: 100%;
}
.ui-autocomplete li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}

.notificationBar .twoPane_left > .leftPane_tableWrap {
  display: flex;
  height: calc(100% - 2rem);
}
.notificationBar .dataTables_scrollBody {
  height: calc(100vh - 17rem) !important;
}
.notificationBar #occupancyTable_wrapper {
  height: calc(100vh - 34.5rem);
}

@media (max-width: 600px) {
  .leads_leadTabWrap .details_contentWrap > .content_row > .content_item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }
}

@media (min-width: 769px) {
  .pageWrapper {
    position: relative;
  }

  .twoPane_right > .mobileNavigationTop,
  .twoPane_right > .mobileTabNavigation {
    display: none;
  }

  /* Leads Right Pane Tabs */
  content-pane .leadsTab.leads_mobileInfoTab {
    display: none;
  }

  /* Details Tab */
  content-pane .leadsTab > .leadsTab_content {
    padding: 1rem;
  }

  /* Tasks Tab */
  content-pane .task_cardWrap > .task_detailsWrap {
    flex-grow: 1;
  }
  content-pane .task_cardWrap > .task_iconDueDateWrap {
    display: flex;
    flex-basis: 20%;
    max-width: 20rem;
    min-width: 15rem;
  }
  content-pane .task_cardWrap > .task_actionIconWrap {
    flex-shrink: 0;
  }

  /* Appointments Tab */
  content-pane .appt_cardWrap > .appt_detailsWrap {
    flex-grow: 1;
  }
  content-pane .appt_cardWrap > .appt_iconDueDateWrap {
    display: flex;
    flex-basis: 20%;
    max-width: 20rem;
    min-width: 15rem;
  }
  content-pane .appt_cardWrap > .appt_actionIconWrap {
    flex-shrink: 0;
  }

  .notificationBar content-pane {
    height: 100% !important;
  }
}

@media (min-width: 1080px) {
  content-pane .task_cardWrap > .task_iconDueDateWrap > .taskDueDate {
    padding: 0.3rem 0rem 0rem 0.5rem;
  }
}

@media (max-width: 1080px) {
  content-pane .task_cardWrap {
    flex-direction: column;
  }
  content-pane .task_cardWrap > .task_iconDueDateWrap {
    display: flex;
    margin-bottom: 0.5rem;
  }
  content-pane .task_cardWrap > .task_iconDueDateWrap > .icon-stargrade {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    margin-right: 1rem;
  }

  content-pane .task_cardWrap > .task_actionIconWrap {
    position: absolute;
    top: 0.75rem;
    right: 1.5rem;
  }
}

@media (max-width: 1280px) {
  .twoPane_right
    .leads_mainActionWrap
    > .leads_actionWrap
    > .leads_action
    > .leads_actionText {
    display: none;
  }
  .twoPane_right
    .leads_mainActionWrap
    > .leads_nameWrap
    > .leads_entityName
    > .isImportedLead {
    display: none;
  }
}

@media (max-width: 768px) {
  .twoPane_wrap {
    max-width: 100%;
  }
  .twoPane_left,
  .twoPane_right {
    width: 100%;
    min-width: 100% !important;
  }

  .twoPane_right {
    flex-direction: column;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    transition: transform 0.3s ease;
  }

  .twoPane_right[data-mobileDisplay="true"] {
    transform: translateX(0);
  }
  .twoPane_right[data-mobileDisplay="false"] {
    transform: translateX(100%);
  }

  .twoPane_right .rightPane_tabWrap {
    background: #fff;
  }

  .twoPane_right .leads_nameWrap {
    padding: 0.5rem !important;
  }

  .leads_entityName {
    font-size: 1.5rem !important;
    line-height: 1.75rem;
  }
  .leads_moveButtonWrap > button {
    min-width: 12rem;
    font-size: 12px;
    padding: 0.4rem;
  }

  /****************** Leads Specific *******************/
  .twoPane_right > .rightPaneLead,
  .twoPane_right > .rightPaneLead > .rightPaneLeadContentWrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
  }

  .leads_actionWrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid var(--light-gray);
  }
  .leads_actionWrap > .leads_action {
    flex-basis: 16.667%;
    padding: 0.25rem 0rem;
  }
  .leads_actionWrap > .leads_action > .leads_actionIcon {
    color: #fff;
  }
  .leads_actionWrap > .leads_action > .leads_actionText {
    display: none;
  }

  content-pane > .leads_leadTabInnerWrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transition: transform 0.3s ease;
  }
  content-pane .leadsTab {
    display: none;
    width: 100%;
    margin: 0;
    border: none;
  }
  content-pane .leadsTab[data-tab="active"] {
    display: flex !important;
    flex-direction: column;
  }

  content-pane .leadsTab_head {
    padding: 1rem;
    border-bottom: 1px solid var(--light-gray);
    font-weight: 700;
    text-transform: uppercase;
  }
  content-pane .leadsTab_head > .leadsTab_headIcon {
    padding: 0 !important;
  }
  content-pane .leadsTab_content {
    padding: 1rem;
  }

  /* Details Tab */
  content-pane .details_contentWrap > .content_row > .content_item {
    margin-bottom: 0.5rem;
    flex-basis: 100%;
  }

  /* Tasks Tab */
  content-pane .tasks_head,
  content-pane .appts_head {
    border-bottom: none;
  }

  content-pane .tasks_previousAttemptWrap .dateDue,
  content-pane .tasks_previousAttemptWrap .dateCompleted,
  content-pane .tasks_previousAttemptWrap .attempt_dueDate,
  content-pane .tasks_previousAttemptWrap .attempt_dateCompleted {
    flex-basis: 40%;
  }

  content-pane .tasks_previousAttemptWrap .notes {
    display: none;
  }
  content-pane .tasks_previousAttemptWrap .attempt_notes {
    flex-basis: 100%;
  }

  /* Tasks and Appointments type select */
  content-pane .leadsTab_head > .leads_typeSelect {
    display: none;
    width: 100%;
    height: 2.25rem;
    margin-top: 1rem;
    padding-left: 0.5rem;
    border-radius: 0.25rem;
    background-color: #fff;
  }
  content-pane .leadsTab_head > .leadsMobile_typeSelect {
    display: flex;
  }
}

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.centerbox {
  width: 100%;
  max-width: 35rem;
  padding: 2rem 4rem;
  margin: auto;
  background: white;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 1px #ddd;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .centerbox {
    border: none;
    box-shadow: none;
  }
}

.centerbox .loginPassword {
  display: inline-flex;
  width: calc(100% - 2.75rem) !important;
}

.centerbox-double {
  max-width: 840px;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group label {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #afafaf;
  transition: 0.5s;
  pointer-events: none;
}

.form-label-group input {
  padding-bottom: 0;
}

.form-label-group input:focus ~ label,
.form-label-group textarea:focus ~ label,
.form-label-group input:valid ~ label,
.registerPendingEmail {
  top: 0px !important;
  left: 3px !important;
  font-size: 10px !important;
  font-weight: bold !important;
  z-index: 10 !important;
  text-transform: lowercase !important;
  color: #007d8e !important;
}

.optionsSelectActive,
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #007d8e;
  outline: 0;
  -webkit-box-shadow: 0 0 0.3rem 0.25rem rgba(0, 126, 143, 0.25);
  box-shadow: 0 0 0.3rem 0.25rem rgba(0, 126, 143, 0.25);
}

.validation:not(:focus):invalid ~ label {
  top: 0px;
  left: 3px;
  color: #c90000;
  font-size: 10px;
  font-weight: bold;
  z-index: 1000;
  text-transform: lowercase;
}

.validation:not(:focus):invalid ~ .message {
  display: block;
}

input::-webkit-input-placeholder {
  color: #cccccc !important;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc !important;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc !important;
}
input:-ms-input-placeholder {
  color: #cccccc !important;
}
input::placeholder {
  color: #cccccc !important;
}

/* global CSS */
.btn {
  text-transform: uppercase;
}

.addNewLocation {
  background-color: #007d8e !important;
}
.addNewLocation:active {
  background-color: #007d8e !important;
}
.addNewLocation.active {
  background-color: #007d8e !important;
}
.addNewLocation:hover {
  background-color: #005b68 !important;
}

/* .userSettingsContent.border-left.border-dark { padding-left: .05em !important; } */
.userSettingsContent > .tab-pane.active.show {
  display: flex;
  flex-grow: 1;
}

.noUnderline {
  text-decoration: none !important;
}
.noPointerEvents {
  pointer-events: none;
}
.overflow-y-only {
  overflow: hidden;
  overflow-y: auto;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
/*
.btn-primary{
  color:#fff;
  font-weight: bold;
}

.btn-primary{
  background-color:white;
  font-weight: bold;
}

input.error {
  border: 1px solid #c90000; 
}
label.error {
  color: #afafaf; 
}


a {
  color:#FFA800;
}
*/
.fc-row {
  min-height: 24px;
}
.fc-event {
  color: var(--white) !important;

  border-color: var(--light) !important;
  padding: 2px !important;
}
.fc-title {
  font-size: 18px !important;
}
.fc-timeGridWeek-view .fc-event .fc-time,
.fc-timeGridDay-view .fc-event .fc-time {
  display: none !important;
}

.fc-timeGridWeek-view .fc-event,
.fc-timeGridDay-view .fc-event {
  min-height: 1.8rem !important;
  margin-left: 3px;
}

.fc-timeGridDay-view .fc-event .fc-title,
.fc-timeGridDay-view .fc-event .fc-title .fc-titleRow,
.fc-timeGridDay-view .fc-event .fc-title .fc-desc,
.fc-timeGridWeek-view .fc-event .fc-title,
.fc-timeGridWeek-view .fc-event .fc-title .fc-titleRow,
.fc-timeGridWeek-view .fc-event .fc-title .fc-desc,
.fc-dayGridMonth-view .fc-event .fc-title,
.fc-dayGridMonth-view .fc-event .fc-title .fc-titleRow,
.fc-dayGridMonth-view .fc-event .fc-title .fc-desc {
  display: inline-block;
}

.fc-timeGridDay-view .fc-event .fc-title .fc-titleRow:after,
.fc-timeGridDay-view .fc-event .fc-title .fc-desc:after,
.fc-timeGridWeek-view .fc-event .fc-title .fc-titleRow:after,
.fc-timeGridWeek-view .fc-event .fc-title .fc-desc:after,
.fc-dayGridMonth-view .fc-event .fc-title .fc-titleRow:after,
.fc-dayGridMonth-view .fc-event .fc-title .fc-desc:after {
  content: " ";
  white-space: pre;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.input-group-append {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #676767;
  text-align: center;
  background-color: #e9e9e9;
  border: 1px solid #ced4da;
  border-left-color: #ced4da;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.showHideWrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}

.pwshowhide {
  display: inline-block;
  font-family: "icomoon";
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inputPasswordShowHideWrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0 !important;
  border-left-width: 0.5px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0;
}

.registerUserStep2Form .registerPasswordField {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  max-width: 19rem;
}
.registerUserStep2Form #inputEmail,
.registerUserStep2Form #passwordError,
.registerUserStep2Form #confirmPasswordError {
  max-width: 21.5rem;
}

.registerUserStep2Form #passwordError,
.registerUserStep2Form #confirmPasswordError {
  font-size: 80%;
  font-weight: 300;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  width: 21.5rem;
  position: absolute;
}

.passwordConfirmationIcon,
.password2ConfirmationIcon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
}

.messageEmail,
.loginError {
  display: none;
  color: #c90000;
}

.LeadRecordLink:hover {
  text-decoration: none !important;
}

/* Make the PW input wider to match the email field */
.input-group > .form-control {
  width: 87%;
}

.form-group {
  margin-bottom: 0.5rem;
}
.form-group label {
  font-weight: 700;
}
.leadsRadioBtn + label,
.leadsCheckbox + label {
  font-weight: 400;
}

/* close */

label {
  margin-bottom: 0;
}

label.required:after,
.prospectFormLabel.required:after {
  color: black;
  content: "*";
  padding-left: 0.25rem;
  display: inline;
}

.rightPaneLoading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2) 50% 50% no-repeat;
}
.rightPaneLoading .spinner {
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  margin-top: 26%;
}

#rightPaneLead > div.row > div > h1.fullName {
  height: 2em;
}

body.loading .rightPaneLoading {
  overflow: hidden;
}
body.loading .rightPaneLoading {
  display: block;
}

#rightPaneCampaign a:hover {
  text-decoration: none !important;
}
.oddRowsBGgray {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.cost-column {
  width: 24%;
  flex-direction: column;
  align-items: flex-end;
}

.dataTable > tbody > tr.active {
  background-color: var(--accent-blue) !important;
}

.toastWrap {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.toastSuccess,
.toastError {
  display: none;
}
.toastSuccess img.ecpLogoToast,
.toastError img.ecpLogoToast {
  width: 3rem;
  margin-top: 0.5rem;
}
.toastSuccess small.toastTime,
.toastError small.toastTime {
  padding-top: 0.3rem;
  color: var(--white);
}
.toastSuccess button.close,
.toastError button.close {
  color: var(--red);
}
.toast-bg {
  background-color: #0b124b;
}
/* Close */

.spinnerButton {
  display: none;
}
.spinnerProfileButton {
  display: none;
}
.spinnerFBButton {
  display: none;
}
.spinnerRateButton {
  display: none;
}
/* notification bubble / redo */
a.fa-redo {
  position: relative;
  font-size: 1.5em;
  cursor: pointer;
}

span.subtaskNotification {
  position: absolute;
  font-size: 0.6em;
  top: -2px;
  color: red;
  right: 14px;
}

span.numsubTasks {
  position: absolute;
  font-size: 0.4em;
  top: 0px;
  color: #fff;
  right: 19px;
}
/* Close */

.dropdown-content {
  display: none;
  position: absolute;
  right: 15px;
  background-color: #f1f1f1;
  min-width: 165px;
  border: 1px solid #000;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.table-responsive {
  overflow-x: inherit;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-content a {
  color: black;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.square-menu .dropdown-item,
.square-menu .dropdown-header,
.square-menu hr {
  background: #fff;
}
.square-menu .dropdown-item:hover {
  background: var(--accent-blue);
  cursor: pointer;
}
.square-menu .dropdown-item:active .text-muted {
  color: #ccc !important;
}

.show {
  display: block;
}

#rightNavigation {
  position: fixed;
  top: 64px;
  right: 0;
  z-index: 1;
  width: 280px; /*example + never use min-width with this solution */
  height: 100%;
}

#leftNavigation {
  position: fixed;
  left: -11rem;
  z-index: 15;
  width: 11rem; /*example + never use min-width with this solution */
  height: calc(100% - 3.5rem);
  transition: transform 0.3s ease;
  border-top: 0.2rem solid #0b124b;
  background-color: #0b124b;
}

#leftNavigation.opened {
  transform: translateX(10.75rem);
}

#leftNavigation .nav-item {
  display: flex;
  align-items: flex-start;
  height: 35px;
}

.navigationLink {
  font-size: 8px;
  color: #f37322;
  align-self: center;
  margin: 0 5px 0 0;
  visibility: hidden;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.clickable-row,
.clickable-row-referral,
.clickable-row-todo,
.clickable-row-campaign {
  cursor: pointer;
}
.clickable-row:hover {
  background-color: var(--light-gray) !important;
}
.clickable-row * {
  word-break: break-word;
}
.clickable-row .camp_activeText div {
  word-break: normal;
}

.editLeadGoBack {
  cursor: pointer;
}
.goBackArrow {
  display: none;
  cursor: pointer;
}
.editReferralGoBack {
  cursor: pointer;
}
.input-icon {
  position: relative;
}
.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}
.companyEdit,
.companyChange {
  cursor: pointer;
}

button[data-toggle="slide-collapse-left"] {
  display: inline-block !important;
}
a[data-toggle="slide-collapse-right"] {
  display: block !important;
}

a.disabled {
  pointer-events: none;
  color: gray;
}
.disabled .disabled {
  background-color: gray !important;
}

/* modal backdrop fix */
/* .modal:nth-of-type(odd) {
  z-index: 1051 !important;
}
.modal-backdrop.show:nth-of-type(odd) {
  z-index: 1049 !important;
}
#archiveModal {
  z-index:1157 !important;
}
#addMoreInfoLeadModal {
  z-index:1055;
}

#addNewReferralModal {
	z-index:1056;
} */

.modal {
  padding: 0 !important;
  margin-bottom: 2rem;
}
.modal .loadMask {
  border-radius: 0.3rem;
}
.modal .close {
  outline: none !important;
}

/* Navigation - get items to display in line. */
.userNav ul:first-child {
  display: flex;
  align-items: center;
}
.userNav ul li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
}

/* Close */

.TaskMenu {
  cursor: pointer;
  width: 2em;
  height: 2em;
}

ul.taskMenu {
  padding: 0 !important;
}
.taskMenu li {
  padding: 0.25rem;
  cursor: pointer;
}
.taskMenu li.deleteLink {
  border-top: 1px solid;
}
.taskMenu li:hover {
  background-color: var(--light-gray) !important;
}
.taskMenu li a.disabled {
  color: #999999 !important;
  background-color: var(--light-gray) !important;
}

.close {
  font-size: 2rem;
}
.outgoingOptions {
  display: none;
}
.outGoingEmail {
  display: none;
}
/* Action icons that display in circle backgrounds */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 1px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.42857;
  background-color: #007d8e;
}

.act-circle {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0px;
  border-radius: 2.5rem;
  text-align: center;
  line-height: 1.42857;
  background-color: #bbb;
}

.prospect-res-image-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  border-radius: 3rem;
  background-color: #6e6e6e;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.act-circle-camp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.5rem;
  font-size: 1.2rem;
  border-radius: 3rem;
  background-color: #6e6e6e;
  text-decoration: none;
}
.act-circle-new.shadow {
  box-shadow: 0.05rem 0.075rem 0.05rem 0.05rem rgba(0, 0, 0, 0.2) !important;
}
.act-circle-new.icon-user-clock,
.act-circle-new.icon-calendar {
  font-size: 1.25rem;
}
.act-circle-new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  font-size: 1.5rem;
  border-radius: 3rem;
  background-color: #6e6e6e;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.addAddMoreInfoButton {
  font-size: 0.87rem !important;
}

.importantAction {
  color: #fff !important;
  background-color: #007d8e !important;
  cursor: pointer;
}
.importantPreAction {
  color: #fff !important;
  background-color: rgba(0, 125, 142, 0.5) !important;
  cursor: pointer;
}
/* Close */

/* Lead Status styles */
.newLead {
  font-weight: bold;
}
.lateLead {
  background-color: var(--red) !important;
}
.archivedLead {
  color: #555;
}

.leadsListIconCell {
  display: flex;
  justify-content: "center";
  align-items: "center";
  padding-right: 0.25rem;
}

.currentStatusButton .btn-outline-primary {
  cursor: default !important;
}

.currentStatusButton .btn-outline-primary:active {
  color: #007d8e !important;
  background-color: #fff !important;
  border-color: #007d8e !important;
}
.currentStatusButton .btn-outline-primary:hover {
  background-color: #fff;
  color: #007d8e;
}
/* Todo styles for completed/cancelled tasks */
.strikeout td {
  text-decoration: Line-Through;
  color: #ddd;
}
.pageWrapper {
  width: 100%;
  height: 100%;
}
.userPageWrap {
  width: 100%;
  height: 100%;
}
#leadList_filter {
  display: none;
}
#todoList_filter {
  display: none;
}

#LeadListBody > tr {
  height: 4em;
}
#LeadListBody > tr > td:nth-child(2) {
  padding: 8px 10px;
}

.pastDueAppt td {
  color: #ccc;
}
.pastDueAppt .TaskMenu {
  color: #212529;
}
.completedTask .TaskMenu {
  color: #212529;
}
.completedTask td {
  color: #ddd;
}
.pastDueTask td {
  color: #ea2f49;
}

.showMoreCampaigns {
  cursor: pointer;
}
.showMoreCampaigns > i {
  transition: transform 0.2s ease-in;
}
.showMoreCampaigns > i.showMore {
  transform: rotate(90deg);
}

.campaignCostDollarPlaceHolder {
  position: absolute;
  padding: 0.7em;
  color: #565656;
}
.campaignCostInput,
.campaignTotalCostInput {
  padding-left: 1.4em;
  padding-bottom: 0.5rem;
}

.modal-dialog {
  top: 6%;
}
.modal-header {
  border-bottom: 0px !important;
  padding-bottom: 0px;
}

.logoImg {
  width: 7rem;
  padding-top:7px;
}

.pinNavigation {
  width: 1rem;
  margin-left: 9.5rem;
}
.pinnedNav {
  margin-left: 10.5rem;
  width: calc(100% - 10.5rem);
}
.rotate-45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-0 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.flex-fill {
  flex: 1;
}

.selectSpecificTimeSpan {
  line-height: 2.15rem;
}

/* Responsive media queries TODO move to Saas*/
@media (max-width: 360px) {
  .input-group > .form-control {
    width: 85%;
  }
  .logoImg {
    width: 107px;
  }
  .addNewToggle strong {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 361px) and (max-width: 575px) {
  .input-group > .form-control {
    width: 87%;
  }

  .referralsLeft {
    overflow: auto;
  }
  .userNav ul {
    margin-bottom: 0rem;
  }
  .navbar-brand {
    margin-right: 0rem;
  }
  .addNewToggle {
    padding: 0.3rem 0.3rem !important;
  }
  .userToggle .fa-caret-down {
    display: none;
  }
  strong.addNewRecordMenu {
    font-size: 1.1rem;
  }
  #leftNavigation {
    top: 4rem;
  }
}
@media (max-width: 575px) and (orientation: landscape) {
  .input-group > .form-control {
    width: 87%;
  }
  .navbar {
    height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
  #leftNavigation {
    top: 58px;
  }
}
@media (min-width: 992px) {
  .cost-column {
    width: 23%;
  }
}
@media (max-height: 520px) {
  .leftNavi {
    overflow: scroll;
    height: 100%;
  }
}
@media (max-width: 520px) {
  .campaignVendors {
    overflow: auto;
    height: calc(100% - 23px);
  }
}
@media (min-width: 521px) and (max-width: 768px) {
  .campaignVendors {
    overflow: auto;
    height: calc(100% - 45px);
  }
}
@media (max-width: 768px) {
  .goBackArrow {
    display: inline-block;
  }
  .cost-column {
    width: 23%;
  }
  .navbar-brand:not(.loginScreen) {
    display: none;
  }
  .vendor-column {
    width: 75% !important;
  }

  .costArea {
    height: calc(100% - 100px);
  }

  .navbar-collapse {
    position: absolute;
    top: 54px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    z-index: 1000;
  }
  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
  }
  .navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }

  .userNav > ul > li.userMenuLink {
    margin-right: 0.25rem;
  }

  .addNew-square {
    right: 6rem !important;
  }

  .userNav .user-square {
    right: 0rem;
  }
}

/* Referral stuff */
.table.dataTable tr.group td {
  padding-left: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: var(--light-gray) !important;
}

/* Calendar */
.calendarContainer {
  height: 98%;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

.iti--allow-dropdown {
  width: 100%;
}

.locationSelection hr {
  margin-top: 0px;
}
.settingsHeader {
  border-bottom: 1px solid var(--dark);
  font-size: 32px;
  color: black;
}
.settingsPaneHeader {
  color: black;
  font-size: 22px;
  text-transform: uppercase;
}
ul.userLocationTabs {
  display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--dark);
}
.userLocationTabs li.active {
  border-bottom: 0.2rem solid var(--primary);
  font-weight: bold;
}
.userLocationTabs li {
  display: block;
  flex: 0 1 auto; /* Default */
  list-style-type: none;
}

.userLocationTabs li.active a.hover {
  font-weight: bold;
  color: black;
}
.userLocationTabs li.active a {
  color: black;
}
.userLocationTabs li a {
  color: black;
}

.userLocationListing [type="radio"] + label {
  padding: 8px 10px !important;
}
.userLocationListing-modal [type="radio"] + label {
  padding: 8px 10px !important;
}

#locationTabContent {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 220px);
}

.notificationBar #locationTabContent {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 268px);
}

/* content-pane.reportListPane > div[slot="content"] { display:flex; width:18%; box-shadow:0px 0px 1px 1px rgba(0, 0, 0); min-height:20px !important; flex-grow:0; margin:10px 15px; padding:10px; background-color:#fff; border-radius:6px; } */
.reportListPane > div[slot="content"] {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #707070;
  min-height: 20px !important;
  flex-grow: 0;
  margin: 10px 15px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
}
.reportContent {
  background-color: #dddddd;
}

@media (min-width: 767px) {
  .reportListPane > div[slot="content"] {
    max-width: 307px;
  }
}

/* Specific to MobileBottomTab.js in here temporarily cause of bug in safari with styling slotted psuedo elements */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icomoon";
}
[class^="icon-"][data-tabtext]:after,
[class*=" icon-"][data-tabtext]:after {
  content: attr(data-tabtext);
}

[class^="icon-"]:before,
[class^="icon-"]:after {
  transition: transform 0.3s ease;
}
[class^="icon-"]:before {
  font-family: "icomoon" !important;
}
[class^="icon-"][data-tabtext]:after {
  content: "" attr(data-tabtext) "";
  position: absolute;
  font-size: 0.9rem;
  transform: translate3d(0, 3rem, 0);
}

[class^="icon-"][data-tab="active"]:before {
  opacity: 1;
  transform: translate3d(0, -0.5rem, 0);
}
[class^="icon-"][data-tabtext][data-tab="active"]:after {
  opacity: 1;
  transform: translate3d(0, 1rem, 0);
}

.tabNavigation > #tabs > ul ::slotted(li:not(:last-child)) {
  border-right: 0.5px solid #006a78;
}

/* Add normal styles above here */
/********************************* CUSTOM GLOBAL STYLES ********************************/

/* Load mask */
.app > .loadMask:not(.opacity-0) {
  z-index: 1080;
}
load-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
load-mask:not([data-loading]) {
  opacity: 0 !important;
  z-index: -1;
  transition: all 0.4s ease, z-index 0.1s 0.4s;
}
.loadMask.opacity-0 {
  opacity: 0 !important;
  z-index: -1;
  transition: all 0.4s;
}
.loadMask {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  z-index: 11;
  top: 0;
  left: 0;
}
.loadMask::after {
  content: "";
  position: absolute;
  text-align: center;
  z-index: 12;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.whiteSpace-preWrap {
  white-space: pre-wrap;
}
.textEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Custom JQuery UI datepicker styles */ /* Based on: https://gist.github.com/miwahall/7028640 */

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #007d8e;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none !important;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #007d8e !important;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px !important;
  text-align: center !important;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700 !important;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: center;
  font-weight: bold !important;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: center;
  font-weight: bold !important;
}

.ui-datepicker .ui-icon {
  display: none !important;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center !important;
  padding: 4px 0 !important;
}

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: var(--light-gray);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none !important;
  border: 1px solid transparent;
  text-align: center;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #007d8e21 !important;
}
.ui-datepicker .ui-datepicker-current-day,
.ui-datepicker .ui-datepicker-current-day:hover {
  background-color: #007d8e !important;
}

.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-current-day a:hover {
  background-color: #007d8e !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
  background-color: #fff !important;
  cursor: default !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff !important;
  cursor: default !important;
}

.ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker-prev:before {
  display: inline-block !important;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 14px !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: "\f060";
}

.ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker-next:after {
  display: inline-block !important;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 14px !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: "\f061";
}

.ui-datepicker-prev-hover {
  border: transparent 1px solid !important;
  left: 2px !important;
}
.ui-datepicker-next-hover {
  border: transparent 1px solid !important;
  right: 2px !important;
}

.ui-timepicker-wrapper {
  width: 96% !important;
}

.ui-datepicker-trigger {
  padding: 9px 10px 10px;
  margin: 2px 0px;
  margin-left: -40px;
  display: inline-flex;
  position: relative;
  border: 0px solid #ced4da;
  background-color: #fff;
}

.ui-datepicker-trigger:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
}
.leadsAppDatePicker {
  display: inline-flex;
  width: 100%;
}
/* #addNewQualifiedLead_resident1-step .leadsAppDatePicker,
#addNewQualifiedLead_resident2-step .leadsAppDatePicker,
#moveToQualifiedLead_resident1-step .leadsAppDatePicker,
#moveToQualifiedLead_resident2-step .leadsAppDatePicker {
  width:92%;
}
#addNewCampaign .leadsAppDatePicker {
  width:100%
}
#editCampaign .leadsAppDatePicker {
  width:96%;
}

@media (max-width: 1686px) {
  #editCampaign .leadsAppDatePicker {
    width:93%;
  }
}

@media (max-width: 1113px) {
  #editCampaign .leadsAppDatePicker {
    width:88%;
  }
}

@media (max-width: 440px) {
  #editCampaign .leadsAppDatePicker {
    width:82%;
  }
} */

.locationSelection hr {
  margin-top: 0px;
}
ul.userLocationTabs {
  display: flex;
  align-items: center; /* Default */
  /* justify-content: space-between; */
  justify-content: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
}
.userLocationTabs li.active {
  border-bottom: 0.2rem solid var(--primary);
  font-weight: bold;
}
.userLocationTabs li {
  display: block;
  flex: 0 1 auto; /* Default */
  list-style-type: none;
}

/* Custom toggle link */
.leadsToggleLink {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.leadsToggleLink + label {
  color: var(--primary);
  font-weight: 700;
  cursor: pointer;
}
.leadsToggleLink + label:hover {
  filter: brightness(70%);
}
.leadsToggleLink + label:before {
  content: attr(data-unchecked-text);
}
.leadsToggleLink:checked + label:before {
  content: attr(data-checked-text);
}

.leadsToggleLink + label + div {
  display: none;
}
.leadsToggleLink:checked + label + div {
  display: block;
}

/* Custom checkboxes */
.leadsCheckbox:checked,
.leadsCheckbox:not(:checked) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.leadsCheckbox:checked + label,
.leadsCheckbox:not(:checked) + label {
  position: relative;
  padding: 5px 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.leadsCheckbox:checked + label:before,
.leadsCheckbox:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary);
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.leadsCheckbox:checked + label:before {
  background: var(--primary);
}
.leadsCheckbox:checked + label:after,
.leadsCheckbox:not(:checked) + label:after {
  content: "\e91c";
  font-family: "icomoon" !important;
  width: 18px;
  height: 18px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.leadsCheckbox:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.leadsCheckbox:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.leadsCheckbox.is-invalid:not(:checked) + label:before {
  border: 2px solid var(--danger);
}

/* Custom radio */
.leadsRadioBtn:checked,
.leadsRadioBtn:not(:checked) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.leadsRadioBtn:checked + label,
.leadsRadioBtn:not(:checked) + label {
  position: relative;
  padding: 0px 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.leadsRadioBtn:checked + label:before,
.leadsRadioBtn:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary);
  border-radius: 100%;
  background: #fff;
}
.leadsRadioBtn:checked + label:after,
.leadsRadioBtn:not(:checked) + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--primary);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.leadsRadioBtn:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.leadsRadioBtn:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(0.5);
}
.leadsRadioBtn.is-invalid + label:before {
  border: 2px solid var(--danger);
}

.isImportedLead {
  border-radius: 18px;
  background-color: #bce000;
}
.isNewImported {
  background-color: #bce000;
}
.isImportedReferral {
  border-radius: 18px;
  background-color: #bce000;
}
.referredLeads {
  flex-basis: 100% !important;
}

.leadInfoHeader {
  display: flex;
  align-items: center;
  height: 2.5rem;
  background: #ebebeb;
  margin: 0.75rem 0rem 0rem !important;
  padding-left: 1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}
.leadImportHeader {
  display: flex;
  align-items: center;
  height: 2.5rem;
  background: #bce000;
  margin: 0.75rem 0rem 0rem !important;
  padding-left: 1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}
.referralImportHeader {
  display: flex;
  align-items: center;
  height: 2.5rem;
  background: #bce000;
  margin: 0.75rem 0rem 0rem !important;
  padding-left: 1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

#reInviteUser {
  cursor: pointer;
  color: var(--primary);
}

.mobileTable {
  max-width: 980px;
  table-layout: fixed;
  margin: auto;
}
.mobileTable th,
.mobileTable td {
  padding: 5px 10px;
}
.mobileTable thead,
.mobileTable tfoot {
  background: #f9f9f9;
  display: table;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.mobileTable tbody {
  height: calc(100vh - 461px);
  overflow: auto;
  overflow-x: hidden;
  display: block;
  width: 100%;
}
.mobileTable tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.locationListing ul {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 122px);
}
.userSettingPane {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 178px);
}
.locationUserPane {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 236px);
}

/* Location features and apartment modal forms */
/* Custom checkboxes */
.locationsCheckbox:checked,
.locationsCheckbox:not(:checked) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.locationsCheckbox:checked + label,
.locationsCheckbox:not(:checked) + label {
  position: relative;
  padding: 5px 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.locationsCheckbox:checked + label:before,
.locationsCheckbox:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary);
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.locationsCheckbox:checked + label:before {
  background: var(--primary);
}
.locationsCheckbox:checked + label:after,
.locationsCheckbox:not(:checked) + label:after {
  content: "\e91c";
  font-family: "icomoon" !important;
  width: 18px;
  height: 18px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.locationsCheckbox:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.locationsCheckbox:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.locationsRadioBtn:checked,
.locationsRadioBtn:not(:checked) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.locationsRadioBtn:checked + label,
.locationsRadioBtn:not(:checked) + label {
  position: relative;
  padding: 0px 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.locationsRadioBtn:checked + label:before,
.locationsRadioBtn:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary);
  border-radius: 100%;
  background: #fff;
}
.locationsRadioBtn:checked + label:after,
.locationsRadioBtn:not(:checked) + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--primary);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.locationsRadioBtn:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.locationsRadioBtn:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(0.5);
}

.fc-day-grid-event .fc-content {
  white-space: normal !important;
  overflow: auto !important;
}
.fc-today {
  background: rgba(0, 125, 142, 0.1) !important;
}

.form-control.is-invalid {
  background-image: url() !important;
  box-shadow: 0px 3px 5px rgba(234, 47, 73, 0.25) !important;
  border: 1.25px solid rgba(234, 47, 73, 1) !important;
}

.RUWrap.is-invalid {
  background-image: url() !important;
  box-shadow: 0px 3px 5px rgba(234, 47, 73, 0.25) !important;
  border: 1.25px solid rgba(234, 47, 73, 1) !important;
}

ez-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s, z-index 0s;
}
ez-modal:not([data-sm-shown]) {
  opacity: 0;
  transition: opacity 0.3s, z-index 0s 0.3s;
}
ez-modal[data-sm-shown] {
  opacity: 1;
  z-index: 25;
}
[data-sm-button] {
  cursor: pointer;
}

.dynDrop_spinner {
  position: relative;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 0.25rem;
}
.dynDrop_spinner:before {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  content: "";
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.25rem solid currentColor;
  border-right-color: transparent;
  border-radius: 100%;
  animation: rotate 0.75s linear infinite;
}
.dynDrop_spinner:after {
  position: absolute;
  top: 0.5rem;
  left: 3rem;
  content: "Loading...";
}

.dynDrop_spinner > input::placeholder {
  color: #e9ecef !important;
}
.dyndropdown {
  width: 100%;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.removeOutline {
  border: 0px;
}

#QuestionListBody {
  overflow: auto;
  height: calc(100vh - 37px);
  padding-left: 5px;
}
/* #conditionalEdit .modal-xl {
  max-width:1140px !important;
} */
.addCostDetail:hover {
  text-decoration: none;
}

.modal-footer > .row {
  width: 100%;
}

select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#rentalUnitGroupsWrap .icon-add-circle1,
.prospectFormLabel .icon-add-circle1,
.leadsTab .icon-add-circle1,
.occupancyMedia .icon-add-circle1 {
  background-color: #fff !important;
  color: var(--primary) !important;
  font-size: 2.25rem;
}

#rentalUnitGroupsWrap .icon-add-circle1 {
  background-color: #fff !important;
  color: var(--primary) !important;
  font-size: 2.25rem;
  background: radial-gradient(#fff, #fff 53%, #f9f9f9 1%, #f9f9f9 100%);
}

#rentalUnitGroups tr:nth-child(even) {
  background-color: #ececec;
}

#uploadMediaLink {
  width: 1px;
  height: 1px;
  margin-top: 2px;
  background-color: #fff;
  font-size: 2rem;
  color: #fff;
  margin-right: 0.5rem;
  cursor: pointer;
}

.prospectTabDarkHeadAddIcon .icon-add-circle1 {
  background-color: #fff !important;
  color: var(--primary) !important;
  font-size: 2.25rem;
  background: radial-gradient(#fff, #fff 53%, #343a40 1%, #343a40 100%);
}

/* Occupancy Styles */
.occupancyBreadCrumb {
  height: 3.5rem;
  min-height: 3.5rem;
}
#occupancyRoomList .even {
  background-color: #f2f2f2;
}
#occupancyRoomListMobile .even {
  background-color: #f2f2f2;
}

.availablitySquare {
  justify-content: center;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 2.2rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.availablitySquare {
  color: #fff;
  background-color: #4cca7c;
  padding-top: 0;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #d9ecee;
}

.flex-container .chartItem {
  width: 32.5%;
}

.locImg-circle-lg {
  border-radius: 10rem;
  vertical-align: unset;
}
.locImg-pointer {
  cursor: pointer;
  font-size: 6.25rem;
}
.chartItem {
  border-radius: 0.75rem;
  height: 150px;
}
.noRoomsMessage {
  border-radius: 0.75rem;
}
.chartItem1First {
  color: #772ccd;
  font-size: 2rem;
  font-weight: bold;
  display: inline-flex;
  margin-right: 1.25rem;
}
.chartItem1Second {
  width: 94px;
  height: 94px;
}
.chartItem1Third {
  color: #49b7cb;
  font-size: 2rem;
  font-weight: bold;
  display: inline-flex;
  margin-left: 1.25rem;
}
.chartItem2Second {
  width: 94px;
  height: 94px;
}
.chartItemHead {
  font-size: 1.3rem;
}
#occupancyTable_wrapper {
  height: calc(100vh - 500px);
  overflow: hidden;
  overflow-y: auto;
}
.amenityScroll {
  height: calc(100vh - 478px);
  overflow: hidden;
  overflow-y: auto;
}
.list-item {
  position: relative;
  padding-left: 1rem;
  font-weight: bold;
}

.chartItemMobileHead {
  display: none;
}
.chartItem2MobileHead {
  display: block;
  font-size: 1.3rem;
}
.charts {
  display: flex;
}
.mobileCharts {
  display: none;
}

.openRooms {
  width: 159.5px;
  height: 2.605rem;
}
.noRooms {
  background-color: #444;
  width: 159.5px;
  height: 2.605rem;
}
.fullRooms {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  width: 159.5px;
  height: 2.605rem;
}

#OVOChart {
  width: 32%;
}
#MOvCRChart {
  width: 32%;
}
#PTChart {
  width: 32%;
}

.occupancyScroll {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
  max-width: 100vw;
  margin-top: 1px;
}
#occupancyLocationsList {
  overflow: auto;
  height: calc(100vh - 22.3rem);
}

.MCvCR {
  color: #4cca7c;
  font-size: 1.6rem;
}
.percentFull {
  color: #f89f33;
  font-size: 2.6rem;
}
.numOpen {
  font-size: 3rem;
}
.PTLeft {
  font-size: 1.7rem;
}
.PTRight {
  font-size: 1.7rem;
}

.openbg {
  background-color: #4cca7c;
}
.occupiedbg {
  background-color: #f89f33;
}
.occupancyTabs {
  border-bottom: 0px !important;
}
.occupancyTabs .active {
  border-bottom: 0.4rem solid #007d8e;
}
.text-black {
  color: #000000;
}

.vacancyButtons button {
  font-size: 0.75rem !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

#dropdownContainerProspects .ui-menu {
  max-height: 100px;
}

.bs-popover-bottom > .arrow::after {
  border-bottom-color: var(--dark);
}

@media (max-width: 1686px) {
  .MCvCR {
    font-size: 1.2rem;
  }
  .percentFull {
    font-size: 2.2rem;
  }
  .chartItem1First {
    font-size: 1.7rem;
  }
  .chartItem1Third {
    font-size: 1.7rem;
  }
  .PTLeft {
    font-size: 1.4rem;
  }
  .PTRight {
    font-size: 1.4rem;
  }
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .chartItem1First {
    font-size: 1.5rem;
  }
  .chartItem1Third {
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }

  .MCvCR {
    font-size: 1.37rem;
  }
  .percentFull {
    font-size: 1.68rem;
  }

  .PTLeft {
    font-size: 1.4rem;
  }
  .PTRight {
    font-size: 1.4rem;
  }

  #OVOChart {
    width: 40%;
  }
  #MOvCRChart {
    width: 40%;
  }
  #PTChart {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  #OVOChart {
    width: 100%;
  }
  #MOvCRChart {
    width: 100%;
  }
  #PTChart {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .chartItem {
    height: auto;
  }
  .chartItem1First {
    order: 2;
    font-size: 1.2rem;
  }
  .chartItem1Second {
    order: 0;
    height: 50px;
    min-width: 50px;
  }
  .chartItem2Second {
    order: 0;
    min-width: 50px;
    line-height: 1rem;
    margin-top: -2.8rem;
    width: 50px;
    height: 50px;
  } /*margin-top:-4.5rem*/
  .chartItem1Third {
    order: 3;
    font-size: 1.2rem;
    margin-left: 0;
  }
  .chartItemHead {
    display: none;
  }
  .chartItem1MobileHead {
    display: block;
    order: 1;
    font-size: 1.3rem;
  }
  .chartItem2MobileHead {
    display: block;
    font-size: 1.3rem;
  }
  .charts {
    display: none;
  }
  .mobileCharts {
    display: flex;
  }

  #OVOChart {
    width: 100%;
  }
  #MOvCRChart {
    width: 100%;
  }
  #PTChart {
    width: 100%;
  }

  .MCvCR {
    font-size: 1.16rem;
  }
  .percentFull {
    font-size: 2.16rem;
  }

  .numOpen {
    font-size: 1.1rem;
    display: inline-flex;
  }
  .openText {
    display: inline-flex;
    margin-left: 0.25rem;
    font-weight: bold;
  }
}

@media (min-width: 767px) {
  .tab-content-mobile {
    display: none;
  }
  .tab-content-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-content-desktop {
    display: none;
  }
  .tab-content-mobile {
    display: block;
  }
}

.dynSaveCancel[data-show="false"] {
  justify-content: flex-end;
  display: none;
  padding: 1rem;
  position: fixed;
  bottom: 0px;
  right: 10px;
}

.dynSaveCancel[data-show="true"] {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  position: fixed;
  bottom: 0px;
  right: 10px;
}

.dynSaveCancel .cancelButton {
  background: #fff;
}

.dynSaveCancel .cancelButton:hover {
  color: #fff;
  background-color: #005b68;
  border-color: #00505b;
}

#FORM_LOCATION_INFO {
  margin-bottom: 65px;
}

.pageWrapperSettings #pills-tabContent {
  height: calc(100vh - 140px) !important;
}

#userRightPane {
  height: calc(100vh - 270px) !important;
}

.ratingsDescriptionText {
  width: 95%;
}

#locationApartments a:hover {
  text-decoration: none !important;
}

.rateSign {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.occRateSign {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

#rateField {
  padding-left: 25px;
  padding-right: 0;
}

.freeTrialBtn {
  width: 70%;
  background-color: #9bca3b;
  border: 1px solid #9bca3b;
}
.freeTrialBtn:hover,
.freeTrialBtn:active,
.freeTrialBtn:focus {
  background-color: #0b124b !important;
  border: 1px solid #0b124b !important;
}

.registerEcpStep4 {
  width: 100%;
  min-width: 600px;
  margin: auto;
}
.createAccountBtn {
  background-color: #9bca3b;
  color: #fff;
}
.createAccountBtn:hover {
  background-color: #0b124b;
  color: #fff;
}
.jumpInBtn {
  background-color: #9bca3b;
  color: #fff;
  padding: 0.5rem 6rem !important;
}
.jumpInBtn:hover {
  background-color: #0b124b;
  color: #fff;
}
.centerbox-step4 {
  max-width: 840px;
  margin: auto;
}
.ecpCrmHeaderText {
  width: 86%;
}
.sectionHead {
  font-weight: 600 !important;
}
.regBackBtn {
  font-weight: 400 !important;
}
.regEcpTerms {
  margin-top: 1.5rem;
  font-weight: 600 !important;
}

@media (max-width: 767px) {

  .freeTrialBtn {
    width: 100%;
  }
}
