﻿@charset "UTF-8";
/*-------------------------
    Site
    -----------------------
*/
/*
----------------------------
    Advanced Search
----------------------------
*/
/*
----------------------------
    Math
----------------------------
*/
/*
----------------------------
    SFX
----------------------------
*/
@font-face {
  font-family: "SSSymbolicons";
  font-style: normal;
  font-weight: 300;
  src: url("/Content/sass/vendors/fonts/ss-symbolicons-block.eot");
  src: url("/Content/sass/vendors/fonts/ss-symbolicons-block.eot?#iefix") format("embedded-opentype"), url("/Content/sass/vendors/fonts/ss-symbolicons-block.woff") format("woff"), url("/Content/sass/vendors/fonts/ss-symbolicons-block.ttf") format("truetype"), url("/Content/sass/vendors/fonts/ss-symbolicons-block.svg#SSSymboliconsBlock") format("svg"); }

@font-face {
  font-family: "SSSymbolicons2";
  font-style: normal;
  font-weight: 300;
  src: url("/Content/sass/vendors/fonts/ss-symbolicons-block-2.eot");
  src: url("/Content/sass/vendors/fonts/ss-symbolicons-block-2.eot?#iefix") format("embedded-opentype"), url("/Content/sass/vendors/fonts/ss-symbolicons-block-2.woff") format("woff"), url("/Content/sass/vendors/fonts/ss-symbolicons-block-2.ttf") format("truetype"), url("/Content/sass/vendors/fonts/ss-symbolicons-block-2.svg#SSSymboliconsBlock") format("svg"); }

@font-face {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: 300;
  src: url("/Content/sass/vendors/fonts/ss-standard.eot");
  src: url("/Content/sass/vendors/fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("/Content/sass/vendors/fonts/ss-standard.woff") format("woff"), url("/Content/sass/vendors/fonts/ss-standard.ttf") format("truetype"), url("/Content/sass/vendors/fonts/ss-standard.svg#SSStandard") format("svg"); }

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif; }

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif; }

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif; }

/*--------------------
	 Main CSS
	--------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-thumb {
  background: #ACACAC;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

::-webkit-scrollbar-track {
  /*background: $background-color;*/
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

body {
  scrollbar-face-color: #ACACAC;
  scrollbar-track-color: #d6d6d6; }

.border-stripe {
  background-image: linear-gradient(135deg, black 8.33%, transparent 8.33%, transparent 50%, black 50%, black 58.33%, transparent 58.33%, transparent 100%);
  background-size: 8.49px 8.49px; }

.aralogo {
  display: block;
  max-height: 70px;
  padding-bottom: 25px; }

#ideal-logo-container {
  padding-top: 25px;
  background-color: white;
  border-bottom: 2px solid #eee; }

#global-search-results h3 {
  color: #3B536B;
  font-weight: bold; }

#global-search-results h4 {
  color: #3B536B;
  font-weight: lighter; }

.login-container {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%; }

.login-body {
  -ms-background-size: cover;
  background-color: #EEE;
  /* Leaving these commented as options */
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1)), url("https://images.unsplash.com/photo-1443527394413-4b820fd08dde?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80");
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1)), url("https://images.unsplash.com/photo-1493397212122-2b85dda8106b?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1951&q=80");
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1)), url("https://images.unsplash.com/photo-1443527394413-4b820fd08dde?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80");
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1)), url("https://images.unsplash.com/photo-1531591022136-eb8b0da1e6d0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1900&q=80");
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1)), url("https://images.unsplash.com/photo-1534157308543-1fbd11f8db37?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2700&q=80");
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1)), url("https://images.unsplash.com/photo-1430417934865-589b63ad5c00?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1955&q=80");
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  vertical-align: middle; }

.login-card {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 440px;
  width: calc(100% - 40px);
  padding: 44px;
  margin-bottom: 28px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 320px;
  min-height: 338px;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap; }

.login-logo {
  margin-bottom: 1rem; }

.login-divider {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  margin: 2rem 0 1rem 0; }
  .login-divider hr {
    width: 100%; }
  .login-divider-text {
    padding: 0 1rem;
    color: #ACACAC; }

.login-form--internal, .login-form--external, .login-form--alternate {
  width: 300px;
  align-self: center;
  margin: 0; }
  .login-form--internal label, .login-form--external label, .login-form--alternate label {
    text-align: center; }

.login-form--external {
  -webkit-transition: max-height .5s;
  -moz-transition: max-height .5s;
  -ms-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  overflow: hidden;
  max-height: 0;
  margin: 0; }
  .login-form--external.show {
    max-height: 300px; }
  .login-form--external #login-email,
  .login-form--external #login-password {
    margin-bottom: 0; }
  .login-form--external .field-validation-error {
    color: #dd1b41;
    font-size: .8rem;
    line-height: 2; }

.login-btn--alternate {
  width: 100%;
  border: 1px solid #000F9F;
  background-color: transparent;
  color: #000F9F;
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  letter-spacing: 0.095em;
  padding-top: 0.8rem; }
  .login-btn--alternate.hide {
    opacity: 0;
    visibility: hidden; }

.login-btn--azuread {
  width: 100%;
  padding-top: 0.8rem;
  letter-spacing: 0.095em;
  text-transform: capitalize; }

.login-btn--external {
  width: 100%;
  border: 1px solid #000F9F;
  padding-top: 0.8rem;
  background-color: white;
  color: #000F9F;
  font-size: 0.8rem;
  letter-spacing: 0.095em;
  text-transform: capitalize; }

.login-password-reset {
  width: 100%;
  text-align: center;
  margin-top: 1rem; }
  .login-password-reset a {
    font-size: 0.8rem;
    line-height: 2; }
  .login-password-reset:hover {
    text-decoration: underline; }

.truncate-max {
  width: 100%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.truncate-auto {
  max-width: auto;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.truncate {
  max-width: 250px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.truncate-150 {
  max-width: 150px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.truncate-220 {
  max-width: 220px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.truncate-90-percent {
  max-width: 90%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.untruncate-on-hover:hover {
  -ms-text-overflow: initial;
  -o-text-overflow: initial;
  cursor: pointer;
  overflow: hidden;
  text-overflow: initial;
  white-space: normal; }

.truncate-360 {
  max-width: 360px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.truncate-320 {
  max-width: 320px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  scroll-behavior: smooth; }

html.iframe {
  overflow: hidden; }

.iframe-curtain {
  background: rgba(0, 0, 0, 0.55);
  display: none;
  -ms-opacity: 0.75;
  opacity: 0.75;
  z-index: 120; }

#iframe-modal {
  bottom: 15px;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 121;
  overflow: hidden;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 0; }
  #iframe-modal .iframe-bar {
    position: absolute;
    right: 0;
    z-index: 120; }
    #iframe-modal .iframe-bar .close-btn {
      font-size: 20px;
      margin: 15px 15px 0 0; }
      #iframe-modal .iframe-bar .close-btn:hover {
        text-decoration: none; }
    #iframe-modal .iframe-bar a:hover, #iframe-modal .iframe-bar a:focus {
      color: #FFFFFF !important; }
  #iframe-modal iframe {
    background-color: white;
    height: 100%;
    min-height: 600px;
    width: 100%;
    overflow: hidden !important;
    border: 0 !important; }

.ara-modal {
  visibility: hidden;
  display: none;
  z-index: 121;
  background-color: white;
  opacity: 1;
  border: solid 1px #666;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  margin-left: -40%;
  left: 50%;
  top: 50px;
  bottom: auto;
  right: auto;
  height: auto;
  width: 80%;
  max-height: 836px;
  overflow-y: auto;
  overflow-x: hidden;
  resize: both; }
  .ara-modal.open {
    visibility: visible;
    display: block; }
  .ara-modal-handle {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 15px;
    cursor: move; }
  .ara-modal-closer {
    position: absolute;
    cursor: pointer;
    font-size: 2em;
    font-weight: 400;
    right: 0.2em;
    top: -0.15em;
    background: transparent;
    border-radius: 0; }
    .ara-modal-closer:hover {
      background-color: #dd1b41; }
    .ara-modal-closer span {
      color: white;
      padding: 8px;
      font-size: 21px;
      font-weight: normal; }
    .ara-modal-closer-address span {
      background: #dd1b41 !important;
      padding: 6px !important;
      margin-right: 52px;
      margin-top: 11px;
      width: 38px;
      height: 38px; }

#ara-modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 120;
  top: 0;
  left: 0; }

.reveal-modal {
  padding: 20px;
  z-index: 121;
  resize: both;
  overflow: auto; }

.reveal-modal-bg {
  z-index: 120; }

.reveal-modal-draggable-handle {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 15px;
  cursor: move; }

.reveal-modal .close-reveal-modal {
  position: absolute;
  cursor: pointer;
  font-size: 2em;
  right: 0.2em;
  top: -0.15em; }
  .reveal-modal .close-reveal-modal a {
    color: white;
    font-size: 21px;
    font-weight: normal; }
  .reveal-modal .close-reveal-modal:hover {
    color: #061dff; }

#anti-forgery-token {
  margin: 0; }

body {
  background-color: #fff;
  height: 100%;
  width: 100%;
  font-family: "UniversLTPro-Roman", Arial, sans-serif; }

a, .link {
  color: #000F9F;
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300; }
  a:hover, .link:hover {
    color: #182287;
    text-decoration: underline; }

textarea {
  max-width: 100%;
  min-height: 70px; }

h1, h2, h3, h4, h5, h6, p {
  font-family: "UniversLTPro-Roman", Georgia, serif;
  margin: 0 0 5px; }

h1 {
  font-size: 1.255em;
  font-weight: 400; }

h2 {
  font-size: 1rem;
  font-weight: 400; }

h3 {
  font-size: 0.8rem;
  font-weight: 400; }

h4 {
  font-size: 1.0em;
  font-weight: 400; }

h5 {
  font-size: .80em;
  font-weight: 400; }

h6 {
  font-size: .75em;
  font-weight: 400; }

label {
  font-family: "UniversLTPro-Roman", Georgia, serif; }

p {
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 0; }

ul {
  list-style: none;
  font-size: 0.8rem;
  font-family: "UniversLTPro-Roman", Arial, sans-serif; }
  ul.inline-comma-list {
    display: inline;
    margin: 0; }
    ul.inline-comma-list li {
      display: inline; }
      ul.inline-comma-list li:after {
        content: ", "; }
      ul.inline-comma-list li:last-child:after {
        content: none; }

strong {
  font-size: 0.8rem;
  font-weight: normal; }

ol.numbered-list {
  list-style-position: inside;
  font-size: 0.8rem;
  line-height: 1rem; }

ul > li {
  cursor: pointer; }

ul.no-hover > li {
  cursor: default !important; }

.no-hover {
  cursor: default !important; }

hr {
  margin: 8px 0; }

hgroup {
  padding: 0; }

.headspace {
  margin-top: 50px; }

.nomargin {
  margin: 0 !important; }

.marginright {
  margin: 10px !important; }

.nospace {
  margin: 0;
  padding: 0 !important; }

.spaceright {
  margin: 0 0 0 0;
  padding: 0 5px 0 0 !important; }

.padleft-spaceright {
  margin: 0 0 0 0;
  padding: 0 5px 0 15px !important; }

.spaceleft {
  margin: 0 0 0 0;
  padding: 0 0 0 5px !important; }

.spaceboth {
  margin: 0 0 0 0;
  padding: 0 5px !important; }

.notop {
  margin-top: 0 !important; }

.nobottom {
  margin-bottom: 0 !important; }

.center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important; }

.overflow-auto {
  overflow: auto !important; }

.notclickable {
  -moz-animation: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-animation: none !important;
  -o-transition: all 0.5s ease-in-out;
  -webkit-animation: none !important;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-animation: none !important;
  animation: none !important;
  -ms-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none !important;
  transition: all 0.5s ease-in-out; }

button,
button.medium,
button.small,
button.large,
button.tiny,
.button,
.button.small {
  background-color: #000F9F;
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  text-transform: capitalize; }
  button:hover,
  button.medium:hover,
  button.small:hover,
  button.large:hover,
  button.tiny:hover,
  .button:hover,
  .button.small:hover {
    background-color: #061dff; }
  button:focus,
  button.medium:focus,
  button.small:focus,
  button.large:focus,
  button.tiny:focus,
  .button:focus,
  .button.small:focus {
    background-color: #061dff; }
  button a,
  button.medium a,
  button.small a,
  button.large a,
  button.tiny a,
  .button a,
  .button.small a {
    background-color: #3b536b;
    border: none;
    font-size: 14px; }

.button[disabled], .button[disabled]:hover, .button[disabled]:focus,
.button.disabled, .button.disabled:hover, .button.disabled:focus,
.button.inactive, .button.inactive:hover, .button.inactive:focus {
  background-color: #ccc;
  color: #919191; }

button.small, button.tiny, button.small a {
  color: #fff;
  font-size: 0.9925em;
  font-style: normal;
  margin-right: 10px; }
  button.small:first-of-type, button.tiny:first-of-type, button.small a:first-of-type {
    margin-right: 0; }

button.small:hover, button.tiny:hover a, button.small:hover a {
  background-color: #061dff; }

a.small.button, a.tiny.button {
  background-color: #000F9F;
  border: none;
  font-size: 14px; }

a.button {
  background-color: #000F9F;
  border: none;
  font-size: 14px; }
  a.button:hover {
    background-color: #061dff; }
  a.button.unlock-icon, a.button.lock-icon {
    height: 35px;
    width: 45px;
    border-radius: 0;
    border-left: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    padding-top: 5px;
    font-size: 20px; }
    a.button.unlock-icon:hover, a.button.lock-icon:hover {
      background: transparent;
      text-decoration: none; }
  a.button.unlock-icon {
    color: #8D8D8D; }
    a.button.unlock-icon:hover {
      color: goldenrod; }
  a.button.lock-icon {
    color: goldenrod; }
    a.button.lock-icon:hover {
      color: #e4b849; }

input[type="submit"], input[type="button"] {
  background-color: #000F9F;
  border: none;
  border-color: initial;
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
  margin-right: 10px; }
  input[type="submit"]:first-of-type, input[type="button"]:first-of-type {
    margin-right: 0; }
  input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #061dff;
    color: #FFFFFF; }
  input[type="submit"]:focus, input[type="button"]:focus {
    background-color: #061dff;
    color: #FFFFFF; }

.btn-block {
  width: 100%; }

span.match-input {
  display: block;
  margin: 0.5em; }

.vertical-text {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap; }

/* --------------------------
        Table Styling
    ----------------------- */
table {
  border: none; }

table, th, td {
  border-collapse: collapse;
  font-family: "UniversLTPro-Roman", Georgia, serif; }

table tr td {
  font-size: 0.8rem;
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-weight: normal; }

.nowrap {
  white-space: nowrap; }

.table-container {
  margin-left: 2px; }

/*------------------------------
        nav bars
    -------------------------*/
.fixed-bottom {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  font-family: SSSymbolicons, SSStandard; }
  .fixed-bottom #freshdesk-help-btn span {
    margin-top: -4px; }
  .fixed-bottom #nav-active-team {
    position: absolute;
    right: 0;
    height: 45px;
    display: flex; }
    .fixed-bottom #nav-active-team ul > li:hover {
      background: #515151;
      cursor: pointer; }
    .fixed-bottom #nav-active-team-icon {
      color: #394cff;
      font-size: 1.2em; }
    .fixed-bottom #nav-active-team .entypo-up-dir {
      padding: 0 10px; }

#freshwidget-button {
  display: none !important; }

.top-bar {
  background-color: #000000;
  position: fixed;
  overflow: visible;
  z-index: 102;
  /*border-bottom: 2px solid #404040;*/
  border-bottom: 2px solid #000F9F; }
  .top-bar ul {
    margin-top: 6px; }
  .top-bar-section {
    display: flex;
    height: 100%;
    overflow: hidden; }
    .top-bar-section ul li {
      display: inline-block; }
    .top-bar-section ul {
      background-color: #000000;
      border-color: #000000; }
    .top-bar-section ul li {
      display: inline-block; }
    .top-bar-section.has-form {
      background-color: #2C3E50; }
    .top-bar-section li a:not(.button) {
      background-color: #2C3E50; }
    .top-bar-section > ul > .divider {
      background-color: #3B536B; }
    .top-bar-section ul li > a {
      font-size: 13px;
      font-weight: 300; }

#site-nav {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row; }
  #site-nav > div:first-child {
    min-height: 48px;
    overflow: hidden;
    z-index: 102;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    background: #333333;
    box-shadow: rgba(255, 255, 255, 0.08) 0 1px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  #site-nav div.impersonating:first-of-type {
    background-color: #99201c;
    background-image: linear-gradient(316deg, #99201c 0%, #f56545 74%); }

#nav-main-links {
  min-width: 50px;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  overflow: hidden; }
  #nav-main-links.search-focused > ul {
    display: none; }
  #nav-main-links > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    #nav-main-links > ul > li {
      border: 0;
      float: left;
      line-height: 1;
      position: relative;
      display: flex;
      align-items: center;
      height: 100%; }
      #nav-main-links > ul > li:hover {
        background: #515151; }
      #nav-main-links > ul > li a {
        padding: 0 12px;
        font-size: 1em;
        letter-spacing: 1.2px;
        color: white;
        font-family: "UniversLTPro-Roman", Arial, sans-serif; }
        #nav-main-links > ul > li a:hover {
          text-decoration: none; }
        #nav-main-links > ul > li a span {
          padding-left: 5px;
          pointer-events: none; }
          @media screen and (max-width: 1200px) {
            #nav-main-links > ul > li a span {
              display: none; } }
      #nav-main-links > ul > li .nav-menu {
        list-style: none;
        margin: 0;
        padding-left: 0;
        background: #333;
        display: flex;
        flex-flow: column;
        position: fixed;
        margin-top: -3px;
        background: #FFFFFF;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        border: 1px solid #ccc;
        border-color: rgba(0, 0, 0, 0.2); }
        #nav-main-links > ul > li .nav-menu hr {
          border-color: #EFEFEF;
          margin: 2px 0; }
        #nav-main-links > ul > li .nav-menu:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          border-color: transparent transparent white transparent;
          border-bottom-style: solid;
          position: absolute;
          top: -12px;
          left: 30px;
          z-index: 99; }
        #nav-main-links > ul > li .nav-menu:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border: inset 7px;
          border-color: transparent transparent #cccccc transparent;
          border-bottom-style: solid;
          position: absolute;
          top: -14px;
          left: 29px;
          z-index: 98; }
        #nav-main-links > ul > li .nav-menu li {
          background: white;
          display: block;
          float: left;
          position: relative;
          text-decoration: none; }
          #nav-main-links > ul > li .nav-menu li:hover {
            background: #EFEFEF; }
            #nav-main-links > ul > li .nav-menu li:hover a {
              color: #333333; }
          #nav-main-links > ul > li .nav-menu li a {
            padding: 1rem;
            color: #333333;
            letter-spacing: 0; }

#nav-active-team {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin: 0 0 0 10px; }
  #nav-active-team.impersonating {
    display: flex; }
    #nav-active-team.impersonating span {
      padding: 0 10px;
      letter-spacing: 1px; }
    #nav-active-team.impersonating #nav-active-team-icon {
      color: #6c7aff; }
  #nav-active-team ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    #nav-active-team ul li {
      border: 0;
      float: left;
      line-height: 1;
      position: relative;
      display: flex;
      align-items: center;
      height: 100%; }
      #nav-active-team ul li:hover {
        cursor: default; }
      #nav-active-team ul li span {
        color: white; }
        #nav-active-team ul li span:hover {
          cursor: default; }
        #nav-active-team ul li span#active-team-text {
          font-size: 1em;
          letter-spacing: 1px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 250px;
          padding: 0 10px;
          line-height: 2;
          margin-top: 6px; }
          @media screen and (max-width: 1200px) {
            #nav-active-team ul li span#active-team-text {
              display: none; } }
        #nav-active-team ul li span#nav-active-team-icon {
          color: #9fa8ff;
          padding: 10px; }
          @media screen and (max-width: 1200px) {
            #nav-active-team ul li span#nav-active-team-icon {
              padding-right: 0; } }
        #nav-active-team ul li span.entypo-down-dir {
          padding: 10px; }

#nav-global-search {
  align-items: stretch;
  flex-shrink: 0;
  align-self: center;
  margin-left: 10px;
  display: flex;
  flex-direction: row; }
  #nav-global-search .tenant-address-container {
    width: initial; }

.site-nav-icon {
  width: 48px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: 'SSSymbolicons', 'SSStandard'; }
  .site-nav-icon:hover {
    background: #404040; }
  .site-nav-icon span {
    font-size: 1rem;
    line-height: 1rem;
    color: #FFFFFF;
    align-self: center;
    display: inline-flex;
    flex-shrink: 0; }

#nav-account-container {
  position: static;
  align-items: stretch;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  #nav-account-container span {
    letter-spacing: 1px; }

.account-button {
  width: 34px;
  cursor: default;
  align-self: center; }
  .account-button-dropdown {
    width: 25%;
    margin-left: 37%;
    margin-top: 20px !important;
    margin-bottom: 10px; }
    .account-button-dropdown:hover {
      cursor: default; }
    .account-button-dropdown a {
      font-size: 1.4em;
      display: block;
      float: left;
      width: 100%;
      padding-top: 50%;
      padding-bottom: 50%;
      line-height: 1em;
      margin-top: -0.5em;
      text-align: center;
      color: #e2eaf3;
      font-family: "UniversLTPro-Roman", "UniversLTPro-Roman", Arial, sans-serif;
      text-decoration: none; }
  .account-button-circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: crimson; }
    .account-button-circle:hover {
      background: #f74b62; }
  .account-button a {
    display: block;
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1em;
    margin-top: -0.37em;
    text-align: center;
    color: #e2eaf3;
    font-family: "UniversLTPro-Roman", "UniversLTPro-Roman", Arial, sans-serif;
    text-decoration: none; }

#menu-account-dropdown:hover {
  cursor: default; }

#menu-account-dropdown > ul > li {
  width: 100%; }
  #menu-account-dropdown > ul > li a:hover {
    text-decoration: none; }

#menu-account-dropdown .subtitle {
  overflow-wrap: break-word; }

#menu-account-dropdown .dropdown-icon {
  font-size: 1.4em; }

.icon-container {
  margin-top: 10px; }

/* ----- Structure Components ----- */
.outer-structure {
  height: 100%;
  position: relative; }

.inner-structure {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.absolute-top {
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.absolute-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0; }

.scrollable {
  overflow-y: auto; }

.flipper {
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.front, .horizontal-back {
  -moz-backface-visibility: hidden;
  -moz-transition: 0.6s;
  -ms-backface-visibility: hidden;
  -ms-transition: 0.6s;
  -o-backface-visibility: hidden;
  -o-transition: 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.6s;
  backface-visibility: hidden;
  transition: 0.6s; }

.horizontal-back {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

/* ===== Quick View/Edit flip ===== */
.horizontally-flipped .flipper > .front {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.horizontally-flipped .flipper > .horizontal-back {
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

/*--------------------------------
    steps for wizards
--------------------------------*/
.step {
  background-color: #ccc;
  border: solid 3px #222;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #222;
  display: inline-block;
  height: 35px;
  margin-left: 5px;
  margin-top: 2px;
  -ms-opacity: 0.5;
  opacity: 0.5;
  padding: 2px 10px;
  width: 35px; }

.step-seperator {
  background-color: #8B8B8B;
  display: inline-block;
  height: 2px;
  margin: 8px 0 8px 0;
  width: 25px; }

ul.step-container {
  margin: 0 auto;
  padding-bottom: 15px;
  text-align: center; }
  ul.step-container p {
    font-size: 12px;
    font-weight: 700;
    line-height: 12.4px;
    text-align: center;
    width: 75px; }
  ul.step-container li {
    display: inline-block;
    list-style: none; }
    ul.step-container li p {
      color: #222;
      -ms-opacity: 0.6;
      opacity: 0.6; }
    ul.step-container li.step-active .step {
      background-color: #f74b62;
      color: #fff;
      -ms-opacity: 1;
      opacity: 1; }
    ul.step-container li.step-active p {
      color: #222;
      -ms-opacity: 1;
      opacity: 1; }

#leasing-deal-wizard ul.step-container {
  padding-bottom: 0px; }

/*--------------------
	Forms
	--------------------*/
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=time],
input[type=search],
input[type=password],
select {
  font-size: 0.8rem;
  color: #000000;
  height: 32px;
  margin-bottom: 10px;
  padding: 0.25em; }

input[type=date] {
  width: auto;
  max-width: 8.4rem; }

input[type=checkbox] {
  margin-bottom: 0; }
  input[type=checkbox]:hover {
    background-color: #6c7aff; }

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.searchmidground > input[type=search] {
  font-size: 0.8rem;
  width: 80%; }

.search-bar {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0; }

.search-box {
  -ms-border-bottom-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: none;
  height: 45px !important; }

.search-box.global {
  height: 35px !important;
  padding: 0 5px;
  border: 0;
  float: left; }

.select-box-global {
  -ms-border-bottom-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top: 0;
  width: 25%;
  min-width: auto;
  height: 35px !important;
  padding: 0px 10px 0px 5px;
  text-align: center;
  color: #333333;
  background-color: whitesmoke;
  margin: 0px -3px 0px 0;
  float: left; }

.global-search-header-text {
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer; }
  .global-search-header-text .entypo-right-dir,
  .global-search-header-text .entypo-down-dir {
    color: #000F9F; }

.global-search-control-bar {
  width: 100%;
  z-index: 2;
  border-bottom: solid 2px #000F9F;
  background-color: #646464; }

.global-search-results-panel {
  width: 100%;
  background-color: white;
  margin-top: 10px;
  border-top: 1px solid #ccc; }

#tenant-search-section {
  height: 100%;
  overflow-y: auto; }

#tenant-search-results {
  background-color: #f2f2f2;
  overflow-y: auto;
  border-top: 1px #dedede solid;
  min-height: calc(100%);
  margin-bottom: 0; }

#tenant-search-results > li {
  background-color: #f2f2f2; }

#tenant-search-results > li:nth-of-type(odd) {
  background-color: white; }

#tenant-search-results:not(.no-hover) > li:hover {
  background-color: darkgray !important; }

#tenant-search-header {
  padding-top: 30px; }

.tenant-address-container {
  float: left;
  display: inline;
  height: 35px; }

.tenant-address-container .select2-container .select2-selection--single {
  height: 35px !important; }

.tenant-address-container .select2-selection {
  border: none; }

.tenant-address-container .select2-container {
  height: 35px;
  width: 220px !important;
  line-height: 35px;
  padding: 0px 0px 0px 0px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  font-weight: 400;
  font-size: 16px;
  font-family: inherit;
  text-align: left;
  color: rgba(0, 0, 0, 0.75); }
  .tenant-address-container .select2-container > .select2-selection__placeholder > span {
    float: left;
    font-weight: 400;
    font-size: 16px;
    font-family: inherit;
    color: #757575; }

.filter-pill-close {
  float: right;
  margin-top: -2px; }

.toggle-pill {
  color: #333333 !important;
  background: #D1D1D1 !important; }

.search-btn {
  color: #cccccc;
  height: 37px !important;
  padding-left: 16px;
  padding-right: 16px; }

.search-btn:hover {
  background-color: #B45159; }

input[type="submit"].search-btn {
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
  width: 24%;
  margin: 0px 0 0 0px;
  height: 35px !important;
  float: left;
  color: white;
  font-size: 0.8rem; }

.search-btn-container {
  height: 50px;
  margin: 0;
  padding: 0; }

.button a {
  color: #ccc; }

input {
  border: 1px solid #6aa2b8; }

/*--------------------
		tabs section
	--------------------*/
.section-container.vertical-tabs section.active > .title {
  background: none;
  border: none; }

.section-container.vertical-tabs section:first-child .title {
  background: none;
  border: none; }

p .title {
  background: none;
  border: none; }

/*--------------------
	Deal Pipeline
--------------------*/
.sliderbox {
  top: 50vh;
  bottom: 0;
  z-index: 12;
  width: 100%;
  position: absolute;
  transition: top cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s;
  border-top-color: #9F9F9F;
  border-top-style: solid;
  border-top-width: 4px;
  background-color: #ffffff; }
  .sliderbox.full-up {
    top: 0;
    transition: top cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s; }

.sliderboxclosed {
  top: 100% !important;
  transition: top cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s;
  display: none;
  bottom: 0;
  border-top-width: 0; }

.midground {
  display: flex;
  flex-flow: row nowrap;
  height: auto;
  width: 100%;
  background-color: #000000;
  padding-left: 10px; }
  .midground .icon-set {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px; }
  .midground ul {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    margin-bottom: 0; }
    .midground ul > li {
      margin: 7px 10px 0 0; }
      .midground ul > li input {
        height: 35px; }
      .midground ul > li#pipeline-submit {
        height: 42px; }
  .midground #pipeline-buttons {
    flex-shrink: 0;
    display: flex;
    flex-flow: row nowrap; }
    .midground #pipeline-buttons span {
      height: 48px;
      display: flex;
      align-items: center;
      width: 48px;
      align-items: center;
      justify-content: center; }
      .midground #pipeline-buttons span:hover {
        background-color: #646464;
        color: white; }

#pipelinecontainer {
  border-top: none;
  padding-bottom: 5px;
  background: transparent;
  border: none; }

#pipeline-content {
  background-color: white;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #646464;
  border-bottom: none; }

.table tr:nth-of-type(even) {
  background: #ccc; }

#pipeline-wrapper {
  bottom: 0;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 49px;
  width: 100%;
  border-top: none;
  background: #FFFFFF; }
  @media screen and (max-width: 1292px) {
    #pipeline-wrapper {
      top: 98px; } }

#pipeline-wrapper.push-open {
  left: 15px; }

#pipeline-content .content {
  top: 0;
  max-height: 100%;
  overflow: auto;
  border: none; }

/*#pipeline-grid-results-container {
    & > .outer-structure {
        display: flex;
    }

    ul {
        bottom: 0;
        font-size: 14px;
        overflow-y: auto;
        position: absolute;
        top: 25px;
        width: 100%;

        > li {
            background-color: #F6F6F6;

            &:nth-last-of-type(even) {
                background-color: #E6E6E6;
            }
        }
    }

    table {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;

        thead {
            padding: 0;

            th {
                color: $white !important;
            }
        }

        tbody {
            overflow: auto;
            flex: 1;

            & > tr:hover {
                background-color: $grey-300 !important;
            }
        }

        tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

        th {
            white-space: nowrap;
        }
    }

    .sorter {
        border: 1px solid transparent;
        -ms-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        margin-left: 2px;
        padding: 0 4px;

        &:hover {
            border: 1px solid black;
        }
    }
}*/
#new-pipeline-grid .content > *:last-child {
  margin-bottom: 2.5rem !important; }

#new-pipeline-grid tbody {
  margin-bottom: 2.5rem !important; }

#new-pipeline-grid .content > * {
  margin-bottom: 0 !important; }
  #new-pipeline-grid .content > *:last-child {
    margin-bottom: 2.5rem !important; }

/*---------------------------------
    Keyframe Animations
    -------------------------------------------*/
@keyframes fadein {
  from {
    -ms-opacity: 0;
    opacity: 0; }
  to {
    -ms-opacity: 1;
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    -ms-opacity: 0;
    opacity: 0; }
  to {
    -ms-opacity: 1;
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    -ms-opacity: 0;
    opacity: 0; }
  to {
    -ms-opacity: 1;
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    -ms-opacity: 0;
    opacity: 0; }
  to {
    -ms-opacity: 1;
    opacity: 1; } }

@keyframes fadeout {
  from {
    -ms-opacity: 1;
    opacity: 1; }
  to {
    -ms-opacity: 0;
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    -ms-opacity: 1;
    opacity: 1; }
  to {
    -ms-opacity: 0;
    opacity: 0; } }

@-webkit-keyframes fadeout {
  from {
    -ms-opacity: 1;
    opacity: 1; }
  to {
    -ms-opacity: 0;
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    -ms-opacity: 1;
    opacity: 1; }
  to {
    -ms-opacity: 0;
    opacity: 0; } }

.animated {
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

/*/----------------------
*site wrap and effects
------------------------*/
#sitewrapper {
  display: block;
  overflow: hidden; }

#sitewrapper.mainpage {
  bottom: 45px;
  top: 48px; }

/*-----------------------
    vertical nav menus
-------------------------*/
section ul li ul li {
  color: #cccccc;
  font-size: 14px; }

.left-nav {
  background: #CCC; }

.left-nav > nav {
  position: relative;
  top: 44px; }

.left-nav nav ul {
  list-style: none; }

.left-nav nav ul li {
  border-top: solid 1px #BEBEBE;
  height: 35px;
  overflow: hidden;
  padding-top: 4px; }

.left-nav nav ul li:last-child {
  border-bottom: solid 1px #BEBEBE; }

.left-nav a {
  color: #646464;
  font-size: 16px;
  text-decoration: none; }

.left-nav a.full-view-copy-link {
  position: absolute;
  top: 10px; }

.left-nav .copy-link-text {
  left: 31px;
  position: absolute;
  right: 0; }

.left-nav .copy-link-text.closed {
  left: 100%; }

.left-nav .copy-link-text input {
  cursor: default; }

.left-nav nav ul li.selected {
  background-color: #e8e6e6; }

.left-nav nav ul li.selected a {
  color: #000F9F; }

.left-nav a:hover {
  color: #061dff; }

.left-nav a:before {
  color: #666; }

.top-nav {
  background-color: #333333;
  position: relative; }

.top-nav > nav {
  position: relative;
  top: 0; }

.top-nav nav ul {
  list-style: none; }

.top-nav nav ul li {
  height: 35px;
  overflow: hidden;
  padding-top: 4px;
  margin-left: 0.5em;
  text-transform: capitalize; }

.top-nav nav ul li:hover a {
  color: lightgrey; }

.top-nav nav ul li.selected {
  background-color: whitesmoke;
  color: #625F5F; }

.top-nav nav ul li.selected a {
  color: #2C3E50;
  font-weight: 600; }

.top-nav a {
  color: white;
  font-size: 1rem;
  text-decoration: none; }

.top-nav a:before {
  color: white;
  vertical-align: middle; }

/*--------------------
initial color template 1
--------------------*/
.sub-nav {
  margin-top: 1.125em; }

.sub-nav dd a {
  padding-left: 0.2625em;
  padding-right: 0.2625em; }

.sub-nav dd.active a {
  background: none;
  color: #C93743;
  font-weight: normal;
  padding-left: 0.2625em;
  padding-right: 0.2625em; }

a.active {
  color: #c93743; }

#record-container {
  background-color: inherit; }

.vertical-links li:first-child a {
  color: #C93743; }

/*---------------
    Tooltips
 --------------*/
.has-tip {
  border: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 1rem !important;
  color: #000F9F;
  position: absolute;
  margin-left: 6px;
  margin-top: 2px; }
  .has-tip:hover {
    border: none;
    cursor: pointer;
    font-weight: normal;
    color: #6c7aff; }

.tooltip {
  background: #4778A8; }

/*-----------------------
    sub nav
    ------------------*/
.sub-nav dd a:hover {
  color: #C93743;
  text-decoration: none; }

/*----------------
    Form styling
-----------------*/
label {
  color: #333333;
  cursor: default;
  font-size: 0.8rem;
  font-weight: bold; }

/*-------------------------------------------------
                             alert style
    -----------------------------------------------------*/
#alert-section {
  position: relative;
  width: 100%;
  z-index: 130; }
  #alert-section .close {
    color: white;
    font-size: 24px; }

#alert-box.success {
  background-color: #457a1a;
  border-color: #2d5210;
  height: 45px; }

#alert-box.alert {
  background-color: #b13741;
  border-color: #7e2a31;
  height: 45px; }

#alert-box.warning {
  background-color: #BE792E;
  border-color: #8b5922;
  height: 45px; }

#alert-box *.info {
  background-color: #0275d8;
  border-color: rgba(2, 117, 216, 0.8);
  height: 45px; }

/*----------------
tabs
   ---------------- */
.tabs, .quicktabs {
  height: 100%;
  position: relative; }

.tabs input[type=radio], .quicktabs input[type=radio] {
  display: none; }

.amenities-checkbox-section {
  height: 350px;
  display: inline-grid; }

.inline-field {
  display: inline-block; }
  .inline-field input {
    float: left; }
  .inline-field label {
    margin-top: 0.25rem;
    cursor: pointer !important; }

.nav-label {
  display: inline-block;
  float: left;
  letter-spacing: .5px;
  margin-right: 15px;
  position: relative;
  font-family: "UniversLTPro-Roman", Georgia, serif; }
  .nav-label.selected {
    color: #C93743;
    border-bottom: 2px solid #C93743;
    padding-bottom: 5px;
    margin-bottom: 0; }
  .nav-label:hover {
    color: #C93743; }

label.nav-label-with-badge {
  float: left;
  margin-right: 15px; }

.nav-label-with-badge .nav-label-header {
  color: #4778A8;
  display: inline-block;
  float: left;
  letter-spacing: .5px;
  margin-right: 15px;
  position: relative;
  margin-top: 6px;
  margin-right: 5px; }

.nav-label-with-badge .nav-label-badge {
  background-color: #000F9F;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 8px;
  color: white;
  float: left;
  font-size: 10px;
  left: -2px;
  position: relative;
  text-align: center;
  z-index: 1; }

.dark-gray-text {
  color: #555555; }

.italic-dark-gray {
  color: #555555;
  font-style: italic; }

.nav-label-with-badge:hover .nav-label-header {
  color: #f74b62; }

.nav-label-with-badge:hover .nav-label-badge {
  background-color: #f74b62; }

.nav-label-with-badge.nav-label-selected .nav-label-header {
  color: #f74b62; }

.nav-label-with-badge.nav-label-selected .nav-label-badge {
  background-color: #f74b62; }

input:disabled + .nav-label {
  color: #CCC; }

.nav-label.restricted-use-tab {
  margin-right: 1px;
  text-decoration: underline; }

.nav-label.restricted-use-tab + .badge {
  background-color: #5da423;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: white;
  float: left;
  font-size: 10px;
  height: 10px;
  left: -2px;
  margin-right: 2px;
  padding-top: 2px;
  position: relative;
  text-align: center;
  top: -2px;
  visibility: hidden;
  width: 10px;
  z-index: 1; }

.nav-label.restricted-use-tab.use-has-value + .badge {
  visibility: visible; }

.dark-gray-text {
  color: #555555; }

.italic-dark-gray {
  color: #555555;
  font-style: italic; }

.amenity.badge {
  background-color: #5da423;
  -ms-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: 10px;
  margin-top: 2px;
  visibility: hidden;
  width: 10px; }

.mw-menu {
  background: #EEEEEE; }

.amenity.badge.active-amenity {
  visibility: visible; }

.mw-menu.mw-menu-small,
.mw-menu.mw-menu-small #mw-left-panel-small {
  width: 215px; }

.mw-menu-left.mw-menu-small {
  left: -215px;
  z-index: 101; }

.mw-menu-left.mw-menu-small.closed {
  left: -215px;
  z-index: 101; }

.mw-menu-left.mw-menu-small.mw-menu-open {
  left: 0px;
  z-index: 101; }

#mw-left-panel .content, mw-right-panel .content, #mw-left-panel-small .content {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 20px; }

#mw-menu-s1 {
  z-index: 102;
  max-width: 300px; }

#inner-body {
  background-color: #F3F3F3; }

#inner-body.push-open {
  right: 0;
  visibility: visible; }

#inner-body.push-open.pushed {
  margin-left: 215px; }

.content {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 20px; }

.content.content-relative {
  height: 85%;
  margin-top: 20px;
  position: relative;
  top: 0; }

.content.content-relative.content-height-auto {
  height: auto; }

.content-no-top {
  top: 0; }

.tabarea {
  display: none;
  height: 100%;
  -ms-opacity: 0;
  opacity: 0;
  position: relative; }

.tabs input.tab-selector-1:checked ~ .content > .content-1, .tabs input.tab-selector-2:checked ~ .content > .content-2, .tabs input.tab-selector-3:checked ~ .content > .content-3, .tabs input.tab-selector-4:checked ~ .content > .content-4, .tabs input.tab-selector-5:checked ~ .content > .content-5, .tabs input.tab-selector-6:checked ~ .content > .content-6, .tabs input.tab-selector-7:checked ~ .content > .content-7, .tabs input.tab-selector-8:checked ~ .content > .content-8, .tabs input.tab-selector-9:checked ~ .content > .content-9, .quicktabs input.tab-selector-1:checked ~ .content > .content-1, .quicktabs input.tab-selector-2:checked ~ .content > .content-2, .quicktabs input.tab-selector-3:checked ~ .content > .content-3, .quicktabs input.tab-selector-4:checked ~ .content > .content-4, .quicktabs input.tab-selector-5:checked ~ .content > .content-5, .quicktabs input.tab-selector-6:checked ~ .content > .content-6, .quicktabs input.tab-selector-7:checked ~ .content > .content-7, .quicktabs input.tab-selector-8:checked ~ .content > .content-8 .quicktabs input.tab-selector-9:checked ~ .content > .content-9 {
  -moz-transition: all ease-out 0.2s 0.1s;
  -o-transition: all ease-out 0.2s 0.1s;
  -webkit-transition: all ease-out 0.2s 0.1s;
  display: block;
  -ms-opacity: 1;
  opacity: 1;
  -ms-transition: all ease-out 0.2s 0.1s;
  transition: all ease-out 0.2s 0.1s; }

.nav-category {
  display: inline-block;
  font-size: 19px;
  line-height: 1.4;
  margin: -2px 1px 0px 8px; }

.mw-menu-top {
  top: -160px !important;
  z-index: 101;
  border-bottom: none; }

.mw-menu-push-top {
  top: 250px !important; }

.mw-menu-left {
  top: 49px;
  bottom: 45px; }

.mw-menu-push-top .mw-menu-left {
  top: 254px !important; }

.mw-menu-top.mw-menu-open {
  top: 45px !important;
  z-index: 101; }

#menu-wrapper h4, #menu-wrapper p {
  color: #000F9F;
  font-weight: 500;
  font-size: 1rem; }

.menu-item a {
  color: #000000 !important; }

.menu-item:hover, .menu-item a:hover {
  text-decoration: underline;
  text-decoration-color: #000F9F;
  color: #000000; }

footer > nav {
  border-bottom: 2px solid #D0103A; }

#contact-quickview-relationships {
  margin-top: 20px; }

.form-header {
  margin-left: 8px; }

.primary-icon, .bad-bounce-icon, .opt-out-icon {
  margin: 0 2px; }

.primary-icon {
  color: #000F9F !important;
  margin-top: 0; }

.sync-icon {
  margin-right: 5px;
  vertical-align: middle; }

.delete-icon-hover {
  color: #555 !important;
  cursor: pointer;
  margin-top: 0; }

.delete-icon-hover:hover {
  color: #ff5050 !important; }

.cannotDelete .remove-icon-container {
  display: none; }

.delete-icon {
  color: #b13741 !important;
  cursor: pointer;
  margin-top: 0; }

.delete-icon:hover {
  color: #ff5050 !important; }

.bad-bounce-icon {
  color: #C27F37; }

.opt-out-icon {
  color: red; }

#body {
  height: 100%; }

/*----------------
stroll effects
----------------*/
#basic-search-list-view {
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  -webkit-perspective: 400px;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 400; }

[data-icon]:before {
  content: attr(data-icon);
  font-family: "SSSymbolicons";
  margin-right: 10px;
  speak: none; }

[data-icon-2]:before {
  content: attr(data-icon-2);
  font-family: "SSSymbolicons2";
  margin-right: 10px;
  padding-left: 5px;
  speak: none; }

[data-icon-fa]:before {
  content: attr(data-icon-fa);
  font-family: 'FontAwesome', sans-serif;
  speak: none; }

.left-nav [data-icon]:before {
  margin-left: 5px;
  vertical-align: text-top; }

/*------------------------
error boxes
--------------------------*/
#reg-box {
  -moz-animation: fadein 3s;
  -ms-animation: fadein 3s;
  -ms-border-radius: 3px;
  -o-animation: fadein 3s;
  -webkit-animation: fadein 3s;
  animation: fadein 3s;
  background-color: #3B536B;
  border-radius: 3px;
  color: #ccc;
  height: 450px;
  margin-top: 100px;
  padding: 100px 50px 100px 50px;
  width: 700px; }

#reg-box h1, #reg-box h2, #reg-box h3 {
  color: #ccc;
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-weight: 400;
  line-height: 0.8;
  position: static;
  text-align: center;
  vertical-align: text-top; }

#reg-box ol {
  list-style: none; }

#reg-box p, #reg-box a {
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 10px; }

#reg-box a {
  font-weight: 800; }

#reg-box span {
  font-size: 700%; }

#reg-username {
  margin: 0;
  padding: 0; }

.fieldset {
  -ms-border-radius: 3px;
  border-radius: 3px; }

#reg-fieldset {
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  animation: fadein 2s; }

#reg-failure-box {
  -moz-animation: fadein 3s;
  -moz-transition: all .2s ease-in-out;
  -ms-animation: fadein 3s;
  -ms-border-radius: 3px;
  -ms-transition: all .2s ease-in-out;
  -o-animation: fadein 3s;
  -o-transition: all .2s ease-in-out;
  -webkit-animation: fadein 3s;
  -webkit-transition: all .2s ease-in-out;
  animation: fadein 3s;
  background-color: #3B536B;
  border-radius: 3px;
  color: #ccc;
  height: 450px;
  margin-top: 100px;
  padding: 110px 0 20px 0;
  transition: all .2s ease-in-out;
  width: 700px; }

#reg-failure-box h1, #reg-failure-box h2 {
  color: #ccc;
  font-weight: 300;
  line-height: 0.8;
  text-align: center; }

#frown {
  font-family: 'SSSymbolicons';
  font-size: 100px;
  margin: 0; }

/*------------------------------------------
    Limit tablets to landscape. otherwise they cant view content
    ---------------------------------------*/
#warning-message {
  display: none; }

@media only screen and (orientation: portrait) {
  #sitewrapper {
    overflow-x: auto; }
  #sitewrapper > #body {
    /*width: 1024px;*/ }
  #warning-message {
    display: block; } }

@media only screen and (orientation: landscape) {
  #warning-message {
    display: none; } }

/*-------------------------------------------
    typeahead (autocomplete) dropdown and input stylings
 ------------------------------------------*/
.typeahead, .typeahead-up {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 100; }

.typeahead li, .typeahead-up li {
  border: 1px solid #ACACAC;
  border-bottom: none;
  border-top: none;
  font-size: 0.8rem;
  height: auto;
  padding: 0 10px; }
  .typeahead li:last-child, .typeahead-up li:last-child {
    border-bottom: 1px solid #ACACAC; }

.typeahead li:hover, .typeahead-up li:hover {
  background-color: #039BE5;
  color: #FFFFFF;
  cursor: pointer; }

.typeahead li.selected, .typeahead-up li.selected {
  background-color: #039BE5;
  color: #FFFFFF; }

/*-------------------
    contact page animation
  -------------------*/
@keyframes slideover {
  from {
    left: 100px; }
  to {
    left: 0; } }

@-webkit-keyframes slideover {
  from {
    left: 100px; }
  to {
    left: 0; } }

@-moz-keyframes slideover {
  from {
    left: 100px; }
  to {
    left: 0; } }

@-ms-keyframes slideover {
  from {
    left: 100px; }
  to {
    left: 0; } }

textarea.required, input.required {
  background-color: #ffc; }

input:focus:valid,
textarea:focus:valid,
select:focus:valid {
  border-color: #799a3d; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  border-color: #ee5f5b;
  color: #b94a48; }

select {
  border: 1px solid #ccc;
  color: #000000;
  color: rgba(0, 0, 0, 0.75);
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  width: 100%;
  -webkit-border-radius: 0; }

select.fit {
  width: auto; }

/* Changed color to make consistent to form inputs */
select:disabled {
  background-color: #ddd;
  color: #000000; }

/* ====================
 Media Tag Section
====================*/
@media (max-width: 768px) {
  #bottom-content {
    height: 100%; }
  #recentContactsList li > a {
    max-width: 300px; } }

@media (max-width: 1500px) {
  #bottom-content {
    height: 100%; }
  #recentContactsList li > a {
    max-width: 400px; } }

h3.advanced-title {
  font-size: 16px; }

.success-message {
  color: green; }

.light-button {
  background-color: #4778A8 !important; }

hr {
  border-color: #ACACAC; }

hr.thin {
  margin: 0.25em 0 0.1875em; }

hr.vertical {
  border-width: 1px;
  height: 100%;
  width: 0; }

.column-border-right {
  border-right: 1px solid #aaaaaa; }

.column-border-left {
  border-left: 1px solid #aaaaaa; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.clear-both {
  clear: both; }

.right-align {
  text-align: right !important; }

/* ----- Transition Classes ----- */
.bezier {
  -moz-transition-duration: .8s;
  -moz-transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -ms-transition-duration: .8s;
  -ms-transition-property: all;
  -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-duration: .8s;
  -o-transition-property: all;
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-duration: .8s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-duration: .8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.ease-in-out {
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.fadein {
  -moz-animation: fadein 3s;
  -ms-animation: fadein 3s;
  -o-animation: fadein 3s;
  -webkit-animation: fadein 3s;
  animation: fadein 3s; }

.fadeout {
  -moz-animation: fadeout 3s;
  -ms-animation: fadeout 3s;
  -o-animation: fadeout 3s;
  -webkit-animation: fadeout 3s;
  animation: fadeout 3s;
  opacity: 0; }

.quickfadeout {
  -moz-animation: fadeout .3s;
  -ms-animation: fadeout .3s;
  -o-animation: fadeout .3s;
  -webkit-animation: fadeout .3s;
  animation: fadeout .3s;
  opacity: 0; }

@media only screen {
  button, .button {
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }

hr.fade_hr {
  background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #222));
  background-color: #222;
  border: 0px;
  height: 0.092em;
  margin: 20px 0; }

.basic_div {
  height: 300px;
  width: 300px; }

.borderfaderight {
  -moz-border-image: -moz-linear-gradient(white, black, white) 1 100%;
  -o-border-image: -o-linear-gradient(white, black, white) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(white, black, white) 1 100%;
  -ms-border-image: -moz-linear-gradient(white, black, white) 1 100%;
  border-image: -moz-linear-gradient(white, black, white) 1 100%;
  border-width: 1px 1px 1px 0; }

.borderfadeleft {
  -moz-border-image: -moz-linear-gradient(white, black, white) 1 100%;
  -o-border-image: -o-linear-gradient(white, black, white) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(white, black, white) 1 100%;
  -ms-border-image: -moz-linear-gradient(white, black, white) 1 100%;
  border-image: -moz-linear-gradient(white, black, white) 1 100%;
  border-width: 1px 0px 1px 1px; }

/*datatables*/
table.dataTable thead th {
  background: none;
  color: #3B536B;
  font-weight: bold; }

table.dataTable tr.even {
  background-color: #EBEBEB; }

#activity-list-quick-view table tr td {
  line-height: 2.0 !important; }

#company-view-acquisition-criteria-body {
  cursor: default; }

input.big-checkbox {
  background-color: #ccc;
  border: 2px solid #ccc;
  display: inline;
  height: 20px;
  margin: 4px 9px 3px 3px;
  width: 20px; }

.greeting-msg {
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px; }

.greeting-msg p {
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6; }

div.wysiwyg {
  border: 1px dashed grey; }

.listresults div a {
  margin-right: 5px; }

.listresults div.actionbar .icon-set {
  padding-top: 4px; }

.listresults div.actionbar a:hover {
  text-decoration: none; }

/*-----------
    icon stylings
--------------*/
.icon-set {
  cursor: pointer;
  display: inline-block;
  font-family: 'SSSymbolicons', 'SSStandard';
  font-size: 16px;
  padding: 0 5px;
  text-decoration: none;
  color: #555555; }
  .icon-set:hover {
    color: #777777; }
  .icon-set.icon-sm {
    font-size: 12px; }
  .icon-set.blocky {
    display: block;
    margin-top: 5px; }

.menu-icon-set {
  cursor: pointer;
  display: inline-block;
  font-family: 'SSSymbolicons', 'SSStandard';
  font-size: 16px;
  padding: 0 5px;
  text-decoration: none;
  color: #ffffff; }
  .menu-icon-set.blocky {
    display: block;
    margin-top: 5px; }

/* ---------- Checkbox/Radio Toggle Buttons ---------- */
input[type=checkbox] {
  display: inline-block;
  margin: 6px 5px 0 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc; }
  input[type=checkbox]:hover {
    background-color: #000F9F; }

.toggle-options-section input[type=checkbox],
.toggle-options-section input[type=radio] {
  display: none; }

.toggle-options-section label {
  -moz-transition: all .5s ease;
  -ms-border-radius: 4px;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  background-color: transparent;
  border-radius: 4px;
  color: #A7A9AC;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ACACAC;
  margin: 0 5px 5px 0;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  transition: all .5s ease;
  width: auto; }

.toggle-options-section input:checked + label,
.toggle-options-section input:checked + span + label {
  background-color: #000F9F;
  border-color: #000F9F;
  font-weight: bold;
  color: #FFFFFF; }

.range-label {
  height: auto !important;
  margin: 0 5px !important;
  padding: 0 5px !important;
  vertical-align: top;
  height: auto !important;
  text-transform: capitalize;
  border-radius: 0; }

.toggle-options-list input[type=checkbox],
.toggle-options-list input[type=radio] {
  display: none; }

.toggle-options-list label {
  -moz-transition: all .5s ease;
  -ms-border-radius: 4px;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  background-color: none;
  border: 1px solid #3b536b;
  border-radius: 2px;
  color: #3b536b;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 0;
  padding: 0px 7px;
  position: relative;
  text-align: center;
  transition: all .5s ease;
  width: auto; }

.toggle-options-list input:checked + label,
.toggle-options-list input:checked + span + label {
  background-color: #3b536b;
  color: #FFFFFF; }

.checkmark-checkbox-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkmark-checkbox-label .label-text {
  font-size: 14px; }

.checkmark-checkbox-label input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #ddd; }

.checkmark-checkbox-label:hover input ~ .checkmark {
  background-color: lightcyan;
  cursor: pointer; }

.checkmark-checkbox-label input:checked ~ .checkmark {
  background-color: #0094b3; }

.checkmark-checkbox-label:hover input[disabled] ~ .checkmark {
  background-color: white; }

.checkmark-checkbox-label:hover input[disabled]:checked ~ .checkmark {
  background-color: #0094b3; }

.checkmark-checkbox-label:hover input[disabled] ~ .checkmark {
  cursor: default !important; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkmark-checkbox-label input:checked ~ .checkmark:after {
  display: block; }

.checkmark-indent-indicator {
  width: 10px;
  height: 25px;
  margin-left: 10px;
  margin-right: 0;
  margin-top: -10px;
  border: dotted #0094b3;
  border-width: 0 0 1px 1px; }

.checkmark-indent-indicator-spacer {
  width: 10px;
  height: 25px;
  margin-left: 10px;
  margin-top: -10px;
  border: dotted #0094b3;
  border-width: 0 0 0 1px; }

.checkmark-indent-indicator.first-indicator,
.checkmark-indent-indicator-spacer.first-indicator {
  height: 15px;
  margin-top: 0; }

/* ----- MetaTags Styles ----- */
.tag-label {
  -ms-border-bottom-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  background-color: #3b536b;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 5px 0;
  padding: 5px;
  position: relative;
  text-align: center; }

.tag-label-delete {
  -moz-transition: all .5s ease;
  -ms-border-bottom-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  background-color: #3b536b;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 5px 5px 0;
  padding: 5px;
  position: relative;
  text-align: center;
  transition: all .5s ease; }

.tag-label-delete:hover {
  background-color: #CCCCCC;
  color: #3b536b; }

/* ---------- Uploader Widget CSS ---------- */
.uploader {
  position: relative; }

.qq-upload-button {
  background: lightgray !important;
  border: 1px dashed gray !important;
  color: #3b536b !important;
  width: auto !important; }

.qq-btn {
  color: white !important; }

.uploader input[type=file] {
  height: 100px;
  left: 0;
  -ms-opacity: 0.0;
  opacity: 0.0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.uploader input[type=file]:hover {
  cursor: pointer; }

.uploader input[type=file]:hover ~ .uploader-drop-target {
  background-color: darkgray; }

.uploader-drop-target {
  background-color: lightgray;
  border: 1px dashed gray;
  color: #3B536B; }

.uploader-drop-icon {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 50px; }

.uploader-drop-icon span {
  font-size: xx-large;
  position: relative;
  top: 25px; }

.upload-status progress {
  width: 100%; }

.uploader-files li span {
  font-size: x-small; }

/* ----- Attachments ----- */
.content-attachment {
  background-color: #EEE;
  border: 1px solid white;
  display: inline-block;
  float: none !important;
  height: 80px;
  overflow-x: hidden;
  text-align: center;
  text-overflow: ellipsis; }

.content-attachment .fontawesome-paper-clip {
  font-size: 24px; }

.content-attachment a {
  font-size: 14px; }

/* ======================================================================
    Todo ============= Stuff to Be Organized/Grouped in CSS =============
    ===================================================================== */
.item-context-menu {
  border: 1px solid transparent;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin: 2px;
  padding: 0 !important;
  width: 20px;
  min-width: 20px; }

button#item-menu-img {
  color: #000F9F;
  border: 1px solid #D1D1D1;
  font-size: 0.8rem; }
  button#item-menu-img:hover {
    color: white; }

.hover-icon {
  -ms-opacity: 0.0;
  opacity: 0.0; }

#layout-list-management h4,
#layout-list-management #list-tab-header {
  color: white; }

#layout-list-management .entity-list-item-text,
#layout-list-management .list-nav-item {
  color: #000F9F; }

.invert {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  filter: invert(100%); }

.entypo-network:before {
  vertical-align: top; }

.reveal-on-hover a.icon-set {
  -ms-opacity: 0;
  opacity: 0; }

.reveal-on-hover:hover a.icon-set {
  -ms-opacity: 1;
  opacity: 1; }

.entity-list-item:hover > div.row > div > #list-favorite-link,
.entity-list-item.selected > div.row > div > #list-favorite-link {
  -moz-animation: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-animation: none !important;
  -o-transition: all 0.5s ease-in-out;
  -webkit-animation: none !important;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-animation: none !important;
  animation: none !important;
  color: #cccccc;
  -ms-opacity: 0.5 !important;
  opacity: 0.5 !important;
  transition: all 0.5s ease-in-out; }

#list-favorite-link {
  color: #cccccc;
  font-size: 12px;
  -ms-opacity: 0.0;
  opacity: 0.0; }

a.favorite {
  color: yellow !important;
  -ms-opacity: 1.0 !important;
  opacity: 1.0 !important; }

.overflowx {
  overflow-x: auto;
  white-space: nowrap; }

.overflowy {
  overflow-x: hidden;
  overflow-y: auto; }

.noverflow {
  overflow: hidden; }

.row {
  max-width: none; }

#greeting-modal {
  margin-left: -20%;
  width: 600px; }

#greeting-modal #helpicon {
  color: #4778a8;
  font-size: 27px; }

.thin-panel h5 {
  font-size: 11px; }

.linkcontainer h6 {
  display: inline; }

.nopad-top {
  padding-top: 0 !important; }

.nopad-bottom {
  padding-bottom: 0 !important; }

.nopad-left {
  padding-left: 0 !important; }

.nopad-right {
  padding-right: 0 !important; }

.space-left {
  margin-left: 5px; }

.space-bottom {
  margin-bottom: 15px; }

.space-bottom-8 {
  margin-bottom: 8px; }

.space-right {
  margin-right: 5px; }

#ideal-home-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center; }
  #ideal-home-btn img {
    height: 18px;
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    padding: 0 10px; }

.ac-option h4 {
  color: #4778a8; }

.ac-content-area {
  top: 50px; }

.ac-content-area section > h5, .ac-content-area section > h4 {
  color: #4778A8; }

.ac-content-area h4 {
  font-weight: bold; }

.mce-content-body {
  overflow: hidden;
  overflow-y: scroll; }

#search-form.search-focused #global-search-input {
  width: 500px;
  -webkit-transition: width 0.367s cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: width 0.367s cubic-bezier(0.1, 0.9, 0.2, 1); }

#global-search-input {
  display: inline;
  width: 220px;
  -webkit-transition: width 0.367s cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: width 0.367s cubic-bezier(0.1, 0.9, 0.2, 1); }

#searchAreaSelect {
  text-transform: capitalize; }
  #searchAreaSelect option {
    text-transform: capitalize;
    text-align: initial; }

.full-view-link {
  color: #000F9F;
  cursor: pointer;
  margin-bottom: 0;
  text-decoration: underline; }

.full-view-link:hover {
  color: #182287; }

#alert-message {
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 10px; }

#alert-box a.close-btn {
  font-size: 20px;
  margin: 12px 10px 0 0; }
  #alert-box a.close-btn:hover {
    color: #fff;
    text-decoration: none; }

#addressDialog.reveal-modal {
  left: 70%;
  width: 42%; }

span.validationMessage,
div.validationMessage,
p.validationMessage {
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 0.8rem;
  display: inline-block;
  color: #ee5f5b !important;
  margin-bottom: 10px; }

.validation-summary-errors {
  color: red;
  padding-top: 10px; }

.validation-summary-valid ul,
.validation-summary-errors ul {
  margin: 0; }

#google-signin-button {
  border: none !important;
  margin: -5px;
  width: calc(100% + 10px); }

.flip {
  -moz-transform: rotate(180deg);
  -moz-transition: all 0.5s ease-in-out;
  -ms-transform: rotate(180deg);
  -ms-transition: all 0.5s ease-in-out;
  -o-transform: rotate(180deg);
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out; }

progress {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  height: 8px;
  vertical-align: middle;
  width: 100px; }
  progress::-webkit-progress-bar {
    background-color: #EEEEEE;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  progress::-webkit-progress-value {
    background-color: #4778A8;
    -ms-border-radius: 4px;
    border-radius: 4px; }

input[type="button"].cancel,
input.button.cancel,
input[type="button"].small.cancel,
input.button.small.cancel,
button.cancel,
button.small.cancel {
  margin-right: 10px;
  color: #000F9F;
  background-color: transparent; }
  input[type="button"].cancel:hover, input[type="button"].cancel:active,
  input.button.cancel:hover,
  input.button.cancel:active,
  input[type="button"].small.cancel:hover,
  input[type="button"].small.cancel:active,
  input.button.small.cancel:hover,
  input.button.small.cancel:active,
  button.cancel:hover,
  button.cancel:active,
  button.small.cancel:hover,
  button.small.cancel:active {
    background-color: #d2d6ff;
    color: white; }

input[type="button"].entypo-trash,
button.entypo-trash {
  background-color: transparent;
  color: #000F9F;
  font-size: 1.2rem !important;
  padding-top: 1px;
  box-shadow: none;
  border: 1px solid #ACACAC; }
  input[type="button"].entypo-trash:disabled:hover,
  button.entypo-trash:disabled:hover {
    background-color: transparent !important;
    color: #515151 !important;
    cursor: not-allowed; }
  input[type="button"].entypo-trash:hover,
  button.entypo-trash:hover {
    background-color: #ffcdd8 !important;
    color: #d0103a !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

input[type="button"].entypo-trash,
button.entypo-trash {
  background-color: transparent;
  color: #000F9F;
  font-size: 1.2rem !important;
  padding-top: 1px;
  box-shadow: none;
  border: 1px solid #ACACAC; }
  input[type="button"].entypo-trash:disabled:hover,
  button.entypo-trash:disabled:hover {
    background-color: transparent !important;
    color: #515151 !important;
    cursor: not-allowed; }
  input[type="button"].entypo-trash:hover,
  button.entypo-trash:hover {
    background-color: #ffcdd8 !important;
    color: #d0103a !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

input[type="button"].entypo-pencil,
button.entypo-pencil {
  background: transparent;
  color: #515151;
  font-size: 1.2rem;
  box-shadow: none;
  border: 1px solid #ACACAC; }
  input[type="button"].entypo-pencil:hover,
  button.entypo-pencil:hover {
    background-color: #061dff !important;
    color: white !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-color: #000F9F; }

input[type="button"].entypo-attention,
button.entypo-attention,
span.entypo-attention {
  background-color: #EF6C00; }

th div {
  text-transform: capitalize; }

div.list-management-item-menu {
  padding-left: 10px; }

.toggle-options-section h3,
.toggle-options-section h5 {
  color: #000F9F;
  font-weight: bold; }

ul.filter-pill-container {
  margin-bottom: 0; }

.filter-pill-checkbox label {
  position: relative;
  display: inline;
  margin: 5px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  -moz-transition: all ease-out 0.2s 0.1s;
  -o-transition: all ease-out 0.2s 0.1s;
  -webkit-transition: all ease-out 0.2s 0.1s;
  transition: all ease-out 0.2s 0.1s;
  color: #FFFFFF;
  background-color: #ACACAC; }

.filter-pill-checkbox input[type=checkbox],
.filter-pill-checkbox input[type=radio] {
  display: none; }

.filter-pill-checkbox input:checked + label,
.filter-pill-checkbox input:checked + span + label {
  background-color: #388E3C;
  color: #FFFFFF; }

ul.data-list {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 30px; }

textarea.street-address {
  min-height: 52px;
  resize: vertical; }

.center-flex {
  display: flex;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

.center-align {
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex; }

.textcontent-center {
  text-align: center !important; }

.textcontent-center:before {
  left: 50%;
  position: absolute;
  bottom: -10px; }

#company-offices-datatable_wrapper {
  height: 400px; }

.searchmidground {
  background-color: #fff;
  background-color: #F3F3F3;
  height: auto;
  padding: 20px; }

.inverted-label {
  background-color: #2C3E50;
  color: white;
  height: 1.5em;
  padding-top: 0.2em;
  text-align: center;
  width: 100%; }

div.switch.small {
  width: 60px; }

div.switch.small span:last-child {
  height: 28px; }

div.switch.narrow {
  width: 50px; }

.afdates {
  margin-top: 10px; }

.afdates > span {
  margin-top: 12px; }

h3.header-highlight {
  color: #000F9F; }

.portfolio-banner {
  background-color: #FFE082;
  border: 1px solid #FFB300;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: black;
  height: 35px;
  padding: 0 5px; }

.prop-label {
  color: #646464;
  font-weight: 600; }

p.prop-label {
  margin-bottom: 5px; }

label.prop-label {
  line-height: 1.6; }

.inline {
  display: inline; }

.margin-left {
  margin-left: 5px; }

.margin-right10 {
  margin-right: 10px; }

span.display-on-hover {
  -ms-opacity: 0;
  opacity: 0; }

span:hover.display-on-hover {
  -ms-opacity: 1;
  opacity: 1; }

.company-summary-footer {
  color: #ccc;
  font-style: italic; }

.italic-gray {
  color: darkgray;
  font-style: italic; }

p.no-results-text {
  color: darkgray;
  font-size: 0.8rem;
  font-style: italic; }

.gray-text {
  color: darkgray; }

.gray-border {
  border: 1px solid darkgray; }

.blue-text {
  color: #4778A8; }

.text-align-center {
  text-align: center; }

ul.block-list > li:hover #item-menu-img {
  -moz-animation: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-animation: none !important;
  -o-transition: all 0.5s ease-in-out;
  -webkit-animation: none !important;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-animation: none !important;
  animation: none !important;
  -ms-opacity: 1.0;
  opacity: 1.0;
  transition: all 0.5s ease-in-out; }

#contact-quickview-details, #contact-properties-quick-view {
  margin-top: 10px; }

.primary-box {
  background-color: #000F9F;
  color: white;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 0 .5rem;
  line-height: 2; }

.listpad {
  padding: 5px 23px; }

#deals-summary .content {
  top: 5px; }

.block-header {
  color: #000F9F;
  font-weight: bold;
  margin-top: 0; }

.block-header-black {
  color: #000000; }

.blocklabel {
  color: #4778A8;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  padding: 1px 0px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }

#deal-activities-content {
  margin-top: 15px; }

/* Widget love*/
.searchmidground {
  overflow: auto;
  overflow-y: hidden;
  height: auto; }

.searchmidground .widget {
  position: relative;
  height: 300px;
  padding: 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.small-widget {
  width: 33%; }

.medium-widget {
  width: 66%; }

.large-widget {
  width: 100%; }

.reminder-list {
  height: inherit;
  overflow-y: auto; }

.reminder-list-container {
  height: 230px; }

.reminder-list-item {
  height: 35px;
  padding: 0 3px !important; }

.reminder-list-item:nth-child(odd) {
  background-color: #e7e5e5; }

.reminder-list-item p, .reminder-list-item a {
  margin: 7px 0 0 0; }

.reminder-list-item p.truncate {
  width: 100%;
  max-width: none; }

#reminder-date-selector > div {
  margin-top: 10px; }

/* mycontacts*/
.mycontacts-list {
  height: inherit;
  overflow-y: auto; }
  .mycontacts-list-container {
    height: 245px; }
  .mycontacts-list-item {
    height: 35px;
    padding: 4px !important; }
    .mycontacts-list-item:nth-child(odd) {
      background-color: #e7e5e5; }
    .mycontacts-list-item p, .mycontacts-list-item a {
      margin: 2px 0 0 3px; }
    .mycontacts-list-item p.truncate {
      width: 100%;
      max-width: none; }

#recentContactsList li > a {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000F9F;
  display: block; }
  #recentContactsList li > a:hover {
    color: #182287; }

.widget-icon {
  margin-right: 10px;
  font-size: 20px;
  color: #333333; }
  .widget-icon.add-item, .widget-icon.edit-item {
    font-size: 30px;
    color: #8D8D8D; }
    .widget-icon.add-item:hover, .widget-icon.edit-item:hover {
      color: #061dff; }

.widget-container {
  height: 310px;
  padding: 10px;
  background-color: white; }

.widget-header hr {
  margin: 5px 0; }

.widget-title h3 {
  margin-top: 3px;
  margin-right: 10px; }

#freshwidget-button {
  left: auto !important;
  right: 120px !important; }

.fd-btn-bottom a.freshwidget-theme {
  background-color: #272727 !important;
  border-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.7), inset 0 -9px 29px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.7), inset 0 -9px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.7), inset 0 -9px 29px rgba(0, 0, 0, 0.1); }

.success {
  color: #457a1a; }

.data-hover:hover:after {
  content: attr(data-hover); }

.data-hover:hover span {
  display: none; }

.separator {
  border-bottom: 1px solid #3b536b; }

.separator-vertical {
  border-right: 1px solid #3b536b; }

.fontawesome-loading {
  animation: spinner 2s infinite linear;
  font-size: 38px !important; }

.loading-container {
  z-index: 1;
  position: absolute !important;
  width: 100%;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
  height: 100%;
  border: none; }

.reminder-toggle {
  height: 36px;
  width: auto;
  float: left;
  border-radius: 2px;
  padding: 7px;
  background-color: #ccc;
  margin-right: 12px;
  margin-bottom: 20px; }

.reminder-toggle.success {
  background-color: #457a1a; }

.reminder-toggle.success p {
  color: white; }

#contact-quick-view-main {
  height: 540px; }

.report-viewer {
  height: 100%; }

.report-viewer-iframe {
  width: 100%;
  height: 600px;
  margin-top: 25px;
  overflow: auto; }

.text-alert {
  color: #b13741; }

.select2 {
  font-family: 'FontAwesome', sans-serif; }

.select2-container--disabled {
  pointer-events: none;
  touch-action: none; }

.select2-container--disabled .select2-selection {
  background: #eee;
  box-shadow: none; }

.select2-container--disabled .selection .select2-selection__arrow {
  display: none; }

.select2-container--open {
  z-index: 1000; }

.select2-container .select2-search--inline .select2-search__field {
  font-size: 0.8rem; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  height: auto; }

#pt-group-approvers .full-view-grey-header > .row,
#pt-group-scopes .full-view-grey-header > .row,
#pt-group-approvers ul.full-view-list > li > .row,
#pt-group-scopes ul.full-view-list > li > .row,
#list-edit-panel .full-view-grey-header > .row,
#list-edit-panel ul.full-view-list > li > .row {
  margin-left: 0;
  margin-right: 0; }

#list-edit-panel select {
  margin-bottom: 0; }

#list-edit-panel .tabarea.content-2 {
  font-size: 12pt; }

#deal-ptnumber-manage .ptnumber-manage {
  border-style: solid;
  border-color: #be792e;
  border-radius: 5px; }

#deal-ptnumber-manage .ptnumber-manage-header {
  background: #be792e;
  border-color: #be792e;
  height: 35px; }

#deal-ptnumber-manage .ptnumber-manage-header-text {
  color: white;
  align-items: center;
  font-size: 20px;
  font-weight: bold; }

#deal-ptnumber-manage .ptnumber-manage-header-icon {
  color: yellow;
  font-size: 20px;
  margin: 5px; }

#deal-ptnumber-status a.no-margin-bottom {
  margin-bottom: 0px; }

.weight-normal {
  font-weight: normal; }

#close-email-wizard-link {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer; }

.address-description {
  font-size: 0.8em;
  display: inline-block; }

.inline-property-address-result {
  display: inline-block !important; }

.inline-address-description {
  font-size: 0.8em !important;
  display: inline-block !important; }

.address-search-result > .address-typeahead-icon {
  width: 50px;
  float: left;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px; }

.address-search-result > .address-result-text .property-address-result {
  font-weight: bold;
  color: #4778a8; }

.address-search-result:hover > .address-result-text .property-address-result,
.select2-results__option.select2-results__option--highlighted .address-search-result .address-result-text .property-address-result {
  color: #FFFFFF; }

.unique-name-warning {
  position: relative; }

.unique-name-warning .warning-icon {
  position: absolute;
  top: 5px;
  font-size: 26px;
  color: #bf9000; }

.unique-name-warning .warning-text {
  position: absolute;
  left: 30px;
  top: 10px; }

hr.dottedline {
  border-top: dotted 1px #ccc; }

#client-confirm, #lease-confirm, #space-confirm {
  margin-bottom: 10px; }

.info-container {
  display: flex !important;
  align-items: center;
  border: 1px solid #EFEFEF;
  border-left: 4px solid #0277BD;
  border-radius: 2px;
  background: #B3E5FC; }
  .info-container span {
    font-size: 1.5rem;
    margin: 0 10px;
    color: #0277BD; }
  .info-container p {
    color: #0277BD; }

.info-box {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px #ddd solid;
  border-radius: 5px; }

#leasing-wizard-pages .info-box p.office-address {
  white-space: pre-wrap; }

#leasing-wizard-pages #leasing-wizard-confirm h5 {
  margin: 3px 0; }

.leasing-deal-view-row:nth-child(even) {
  background-color: #EEEEEE; }

#deal-edit .switch {
  max-width: 56px;
  height: 35px; }

#deal-edit .switch span {
  height: 35px;
  width: 30px; }

#leasing-wizard-pages .switch, .property-search .switch, #edit-broker-challenge-wizard .switch, .tall-switch.switch {
  max-width: 56px !important;
  height: 35px !important; }

#leasing-wizard-pages .switch span, .property-search .switch span, #edit-broker-challenge-wizard .switch span, .tall-switch.switch span {
  height: 35px !important; }

.tall-textarea {
  height: 98px; }

.interactions-content-template {
  max-height: 500px;
  overflow-y: auto; }

.read-more-container > .read-more-content {
  height: 0px;
  overflow: hidden; }

.read-more-container {
  position: relative; }

.read-more-container > input {
  display: none; }

.read-more-container > label:after {
  content: "view " attr(data-title);
  cursor: pointer; }

.read-more-container > input:checked + label:after {
  content: "hide " attr(data-title);
  cursor: pointer; }

.read-more-container > input + label span:before {
  content: "\25b8"; }

.read-more-container > input:checked + label span:before {
  content: "\25be"; }

.read-more-container > input:checked ~ div {
  height: 100%; }

.margin-top10 {
  margin-top: 10px; }

.margin-bottom10 {
  margin-bottom: 10px; }

.margin-bottom15 {
  margin-bottom: 15px; }

.padding-bottom20 {
  padding-bottom: 20px; }

.padding-bottom15 {
  padding-bottom: 15px; }

.padding-top15 {
  padding-top: 15px; }

.padding-bottom5 {
  padding-bottom: 5px; }

.padding-top5 {
  padding-top: 5px; }

.border-top {
  border-top: dotted 1px #ccc;
  padding-top: 10px; }

.mappingicon {
  color: #009E11;
  opacity: 0.8; }

.mappingicon:hover {
  color: #009E11;
  opacity: 1; }

.promote-icon {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block; }

.lowercase {
  text-transform: lowercase; }

.red-text {
  color: #C93743; }

.success-text {
  color: #0ca125; }

.bold-text {
  font-weight: bold; }

.card-view {
  background-color: #E8E6E6;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: calc(100%); }

.card-content {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  border-top: 3px solid #000F9F;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.margin-top5 {
  margin-top: 5px; }

.margin-top7 {
  margin-top: 7px !important; }

.columns.nopadding {
  padding: 0px; }

#add-relationship-panel .select2-container {
  margin-bottom: 0; }

.selection-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 10px 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  z-index: 98; }

.selection-container .inner-container {
  box-sizing: border-box;
  display: block;
  min-height: 32px;
  background-color: #CCCCCC;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  width: 100%; }

.selection-container .inner-container > ul {
  overflow-y: auto;
  margin-bottom: -10px;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  font-size: 16px; }

.selection-container .inner-container > ul > li.more-results {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold; }

.selection-container .inner-container > ul > li.selected-pill {
  cursor: pointer;
  background-color: #418cd7;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 4px 12px;
  color: #fff;
  font-size: 14px; }

.selection-container .inner-container > ul > li.selected-pill > span.remove-pill {
  color: #eee;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  float: right;
  font-size: 20px;
  margin: -5px 0px -9px 12px; }

.badge {
  display: inline-block;
  background-color: #FF0000;
  border-radius: 9px;
  box-shadow: 1px 1px 1px #000000;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  height: 18px;
  min-width: 18px;
  text-align: center;
  vertical-align: text-bottom; }

.badge > div {
  position: relative;
  top: -3px; }

.select2-container .select2-selection--single {
  height: 32px !important;
  font-size: 0.8rem;
  line-height: 1rem;
  border: 1px solid #ccc !important; }
  .select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1.5em;
    margin-left: 5px; }

.select2-container .select2-selection--multiple {
  font-size: 0.8rem;
  border: 1px solid #ccc !important;
  border-radius: 0;
  max-height: 100px;
  overflow: auto; }
  .select2-container .select2-selection--multiple .select2-selection__clear {
    font-size: 1.5em;
    margin-top: -3px;
    margin-right: 18px; }
  .select2-container .select2-selection--multiple .select-2-search select2-search--inline {
    height: 32px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder > div {
  margin-top: 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  flex-flow: row-reverse; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 5px !important;
  padding: 0px 5px;
  width: auto;
  font-size: 0.8rem;
  display: flex;
  align-items: center; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice > span:nth-child(2) {
    line-height: 2.5; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #333333;
  font-family: 'Material Icons Outlined';
  visibility: hidden;
  margin: -5px -3px -6px 20px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
    content: 'highlight_off';
    visibility: visible;
    margin-left: -12px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #d0103a; }

.select2-container--default .select2-selection--multiple .select2-selection__choice .typeahead-tag-item {
  border-radius: 5px;
  line-height: 10px;
  margin: 0 15px 0 0; }

.select2-results .typeahead-tag-item {
  margin: -5px -6px; }

.select2-selection__rendered .typeahead-tag-item {
  border-radius: 5px;
  line-height: 10px;
  margin: 2px 15px 2px 0; }

.typeahead-tag-item {
  background-color: #d2d6ff;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  vertical-align: middle;
  overflow: hidden; }
  .typeahead-tag-item .entity-icon {
    font-family: SSSymbolicons, SSStandard;
    background-color: #9fa8ff;
    display: inline-block !important;
    padding: 4px 6px 4px 6px;
    height: 100%; }
  .typeahead-tag-item .entity-content {
    color: #333333;
    background-color: #d2d6ff;
    padding: 4px 8px 4px 6px; }

.entity-tag-container {
  background-color: white;
  position: relative;
  display: block;
  overflow-y: auto;
  vertical-align: middle;
  min-height: 35px;
  max-height: 90px;
  width: auto;
  border: 1px solid #ccc;
  padding: 3px;
  user-select: none;
  -webkit-user-select: none; }

.entity-tag-item {
  font-size: 0.8rem;
  list-style: none;
  display: inline-block;
  margin: 3px;
  vertical-align: middle; }
  .entity-tag-item .entity-icon {
    background-color: #9fa8ff;
    font-family: SSSymbolicons, SSStandard;
    float: left;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 4px 6px 4px 6px; }
  .entity-tag-item .entity-content {
    color: #333333;
    background-color: #d2d6ff;
    float: left;
    min-height: 28px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 12px 4px 6px; }
  .entity-tag-item .remove-entity-tag {
    color: #333333;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin-left: 0.5rem;
    margin-top: -3px;
    height: 21px;
    cursor: pointer; }
  .entity-tag-item .remove-entity-tag:hover {
    color: #646464; }

.address-row {
  cursor: pointer;
  padding: 5px 0; }
  .address-row-no-click {
    padding: 5px 0; }
    .address-row-no-click:hover {
      background-color: #d6d6d6; }
  .address-row:hover {
    background-color: #d6d6d6; }

.address-component-row {
  padding: 0px;
  line-height: 1 !important; }
  .address-component-row > div {
    padding: 2px 0px 0px 0px; }
    .address-component-row > div > div {
      background-color: #EEEEEE;
      padding: 5px 10px;
      min-height: 55px;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .address-component-row > div > div.next {
        background: transparent;
        cursor: unset; }
  .address-component-row:hover .address-component-row-icon > div {
    color: #333333; }
  .address-component-row:hover > div > div {
    background-color: #d6d6d6;
    color: #333333; }
    .address-component-row:hover > div > div.next {
      background: transparent; }
  .address-component-row.active > div > div {
    background-color: #d2d6ff;
    color: #333333;
    border: 1px solid #000F9F;
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .address-component-row.active > div > div.next {
      background: none;
      border: none;
      cursor: unset; }
  .address-component-row.active .address-component-row-icon.next .widget-icon.add-item {
    color: #646464; }
  .address-component-row.active .address-component-row-icon .widget-icon.add-item {
    color: #333333; }
  .address-component-row .address-component-row-content {
    display: inline-block;
    position: relative;
    width: calc(100% - 60px);
    font-size: 0.8rem; }
    .address-component-row .address-component-row-content.next {
      background: none;
      color: #333333; }
    .address-component-row .address-component-row-content div {
      margin-bottom: 4px; }
    .address-component-row .address-component-row-content .current-selection {
      color: #F9A825;
      font-weight: bold; }
  .address-component-row .address-component-row-icon {
    display: inline-block;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    font-size: 42px;
    position: relative;
    float: left; }
    .address-component-row .address-component-row-icon > div {
      font-size: 42px;
      height: 45px;
      width: 45px;
      text-align: center; }
      .address-component-row .address-component-row-icon > div > img {
        height: 45px;
        width: 45px; }
    .address-component-row .address-component-row-icon.next {
      float: right; }
      .address-component-row .address-component-row-icon.next .widget-icon.add-item {
        color: #646464; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "UniversLTPro-Roman", Arial, sans-serif; }

.select2-results__option .address-component-row {
  margin: -5px -6px; }
  .select2-results__option .address-component-row > div {
    padding: 0 !important;
    border-bottom: 1px solid #ccc; }

.select2-results__option.select2-results__option--highlighted[aria-selected]
.address-component-row > div > div {
  background-color: #d2d6ff !important;
  color: #0f0f0f; }

.select2-container--default .select2-results__option--highlighted[aria-selected]
.typeahead-tag-item .entity-icon .entity-icon-text {
  color: #333333; }

#releaseNotes {
  margin-top: -4px; }

#release-notes-pop {
  font-size: 1.05rem;
  font-weight: 700;
  color: black; }

.notification {
  animation: notificePulse 2s infinite;
  /*border-radius: 50%;*/ }

@-webkit-keyframes notificePulse {
  from {
    background-color: #749a02;
    -webkit-box-shadow: 0 0 9px #333; }
  50% {
    background-color: #91bd09;
    -webkit-box-shadow: 0 0 18px #91bd09; }
  to {
    background-color: #749a02;
    -webkit-box-shadow: 0 0 9px #333; } }

.user-menu {
  margin-top: 10px;
  border-top: 1px solid #EFEFEF; }
  .user-menu-dropdown {
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .user-menu-dropdown h2, .user-menu-dropdown h3 {
      text-align: center; }
    .user-menu-dropdown h3 {
      font-weight: normal; }
  .user-menu > li {
    height: 40px; }
    .user-menu > li.divider, .user-menu > li.divider:hover, .user-menu > li.divider:focus {
      background-color: #D1D1D1;
      height: 1px;
      margin-block: 5px;
      cursor: default;
      display: list-item !important; }
    .user-menu > li:hover {
      background: #EEEEEE; }
    .user-menu > li a, .user-menu > li form {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center; }
  .user-menu #team-selection, .user-menu #tenant-selection {
    background: #FFFFFF;
    padding: 10px 15px;
    height: 100%; }
    .user-menu #team-selection label, .user-menu #tenant-selection label {
      font-weight: normal; }
    .user-menu #team-selection:hover, .user-menu #team-selection:focus, .user-menu #tenant-selection:hover, .user-menu #tenant-selection:focus {
      background: white !important;
      cursor: default !important; }
  .user-menu .option-icon {
    margin-right: 10px;
    color: #8D8D8D; }

ul.pills, ol.pills {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  align-content: flex-start; }
  ul.pills > *, ol.pills > * {
    margin-right: 0.75em; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

.attachment-button {
  margin-right: -1px;
  background: #FFFFFF;
  padding: 2px 10px;
  border: 1px solid #ccc; }
  .attachment-button span.plus {
    font-size: 28px;
    color: #333333; }
  .attachment-button:hover, .attachment-button:focus {
    background-color: #43A047;
    color: #FFFFFF;
    cursor: pointer; }
    .attachment-button:hover span.plus, .attachment-button:focus span.plus {
      color: #FFFFFF; }

.tippy-tooltip {
  background-color: white !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2), 0px 10px 28px rgba(0, 0, 0, 0.22) !important;
  border: 1px solid #ccc;
  text-align: left !important; }

.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom-color: #ccc !important; }

.tippy-popper[x-placement^=top] [x-arrow] {
  border-top-color: #dcf8f9; }

.tippy-popper[x-placement^=top] {
  top: 5px !important; }

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  background-color: #dcf8f9 !important; }

#address-map-canvas {
  display: inherit !important; }

.map_canvas {
  border: 1px solid #646464; }

#phones-wrapper,
#emails-wrapper,
#address-wrapper,
#contact-private-addresses > .info-box {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px; }

.rcm-warning {
  color: #FFA726;
  font-size: 16px; }

.wrapText {
  word-wrap: break-word; }

#menu-account-dropdown #tenant-selection {
  padding: 7px; }

#menu-account-dropdown #tenant-selection > #active-tenant {
  margin-bottom: 0; }

.full-view-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  font-family: "UniversLTPro-Roman", Arial, sans-serif; }
  .mw-menu-left {
    top: 48px;
    bottom: 45px; }
  .mw-menu-push-top .mw-menu-left {
    top: 250px !important; }
  #overlay-list-results-container .control-bar, .list-results-container .control-bar {
    margin-top: 0; }
  .search-results {
    z-index: 11; }
  .full-view-container h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0 1.6rem; }
  .full-view-container button {
    font-family: "UniversLTPro-Roman", Arial, sans-serif; }
  .full-view-container option {
    font-family: "UniversLTPro-Roman", Arial, sans-serif; }
  .full-view-container > header {
    flex: none;
    background-color: #333333; }
    .full-view-container > header .title-bar {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: stretch;
      padding: 0 1.6rem;
      height: 2rem;
      border-bottom: 4px solid #000F9F; }
      .full-view-container > header .title-bar > * {
        background-color: #000F9F;
        color: white;
        margin: 0.2rem 0 0 0;
        line-height: 1.8rem;
        padding: 0 0.4rem;
        font-family: "UniversLTPro-Roman", Georgia, serif;
        font-weight: 300; }
      .full-view-container > header .title-bar a {
        display: block;
        font-family: "UniversLTPro-Roman", Arial, sans-serif; }
    .full-view-container > header nav {
      padding: 0 0.8rem;
      background-color: #8D8D8D;
      min-height: 1.85rem; }
      .full-view-container > header nav ul {
        padding: 0 0.4rem;
        min-height: 1.85rem;
        margin: 0; }
        .full-view-container > header nav ul li {
          display: inline-block;
          vertical-align: middle;
          padding: 3px; }
          .full-view-container > header nav ul li:hover {
            background: #646464; }
          .full-view-container > header nav ul li a {
            line-height: 1.4rem;
            font-size: 1rem;
            padding: 0 0.5rem;
            color: #FFFFFF;
            white-space: nowrap; }
            .full-view-container > header nav ul li a:hover {
              text-decoration: none; }
  .full-view-container > main {
    flex: 0 1 auto;
    height: 100%;
    overflow: auto;
    min-width: 1024px; }
    .full-view-container > main .detail-section {
      margin: 0;
      position: relative;
      box-sizing: border-box;
      display: block;
      border-top: 0.25rem solid #EFEFEF;
      backround: #EFEFEF; }
      .full-view-container > main .detail-section.no-border {
        border-top: none; }
      .full-view-container > main .detail-section .detail-section {
        border-top: none; }
    .full-view-container > main .empty-message {
      color: #8D8D8D; }
    .full-view-container > main .subsection .empty-message {
      margin-left: 1rem;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem !important; }
    .full-view-container > main .collapsible h2:before, .full-view-container > main .collapsible h3:before {
      font-family: fontawesome;
      content: "\f0d7 ";
      margin-right: 0.4rem;
      display: inline-block; }
    .full-view-container > main .collapsible .subsection h2:before, .full-view-container > main .collapsible .subsection h3:before {
      content: none;
      margin-right: 0; }
    .full-view-container > main .collapsible > .content {
      transition: all ease-in-out 2s; }
    .full-view-container > main .collapsible.collapsed h2:before, .full-view-container > main .collapsible.collapsed h3:before {
      content: "\f0da "; }
    .full-view-container > main .collapsible.collapsed > .content {
      height: 0;
      overflow: hidden; }
    .full-view-container > main .border-stripe {
      height: 2rem;
      width: 100%; }
    .full-view-container > main ara-settings {
      height: 31px;
      transition: all .3s ease-in-out;
      border: 1px solid #646464;
      border-radius: 4px;
      color: #8D8D8D;
      padding-top: 0.15rem; }
      .full-view-container > main ara-settings #settings-btn {
        transform: rotate(0deg);
        transition: all .3s ease-out; }
      .full-view-container > main ara-settings:hover {
        color: white;
        background-color: #394cff;
        border-color: #394cff;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
        .full-view-container > main ara-settings:hover #settings-btn {
          color: white;
          transform: rotate(180deg);
          transition: all .3s ease-in-out; }
    .full-view-container > main #index-wrapper {
      columns: auto 2;
      display: flex;
      padding-top: 1rem;
      height: calc(100% - 2rem);
      background-color: #EFEFEF; }
      .full-view-container > main #index-wrapper #my-contacts-widget {
        flex: 1 1 0; }
        .full-view-container > main #index-wrapper #my-contacts-widget #recentContactsList {
          height: 250px; }
        .full-view-container > main #index-wrapper #my-contacts-widget .subsection {
          margin-top: 0.5rem; }
      .full-view-container > main #index-wrapper #reminders-widget {
        flex: 2 1 0; }
        .full-view-container > main #index-wrapper #reminders-widget header {
          align-items: flex-start; }
          .full-view-container > main #index-wrapper #reminders-widget header .tools {
            align-items: flex-start; }
            .full-view-container > main #index-wrapper #reminders-widget header .tools select {
              width: auto; }
        .full-view-container > main #index-wrapper #reminders-widget .content .subsection-group .subsection {
          margin-top: 0.5rem; }
          .full-view-container > main #index-wrapper #reminders-widget .content .subsection-group .subsection .content {
            height: 250px; }

.detail-section {
  padding: 0.25rem 0.8rem 0.5rem; }
  .detail-section .detail-section {
    padding: 0; }
  .detail-section h2, .detail-section h3 {
    font-family: "UniversLTPro-Roman", Georgia, serif; }
  .detail-section h2 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4rem; }
  .detail-section h3 {
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0; }
  .detail-section > header {
    display: flex;
    flex-flow: row;
    width: 100%;
    margin: 0 0 0.25rem 0;
    padding: 0;
    align-items: center; }
    .detail-section > header .title {
      flex: 1 1 auto;
      margin: 0;
      padding: 0; }
    .detail-section > header .tools {
      flex: 0 1 auto;
      display: flex;
      flex-flow: row nowrap;
      margin: 0;
      align-items: center; }
      .detail-section > header .tools > * {
        margin: 0 0 0 0.4rem; }
      .detail-section > header .tools > *:first-child {
        margin-left: 0; }
      .detail-section > header .tools button.iconless {
        line-height: 1rem;
        padding: 0 0.4rem;
        margin: 0 0.4rem; }
  .detail-section .content {
    line-height: 1rem;
    font-size: 0.8rem;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-content: stretch;
    width: 100%; }
    .detail-section .content > * {
      margin-bottom: 1rem !important; }
    .detail-section .content > ara-loading-indicator {
      margin-bottom: 0 !important; }
    .detail-section .content .loading-indicator {
      text-align: center !important;
      padding: 2rem 0; }
    .detail-section .content .content > * {
      margin-bottom: 0 !important; }
    .detail-section .content > *:last-child {
      margin-bottom: 0 !important; }
    .detail-section .content.with-border {
      border: 1px solid #ACACAC; }
    .detail-section .content.xlarge-scrollable {
      max-height: 40rem;
      overflow: auto; }
    .detail-section .content.large-scrollable {
      max-height: 15rem;
      overflow: auto; }
    .detail-section .content.medium-scrollable {
      max-height: 12rem;
      overflow: auto; }
    .detail-section .content.small-scrollable {
      max-height: 8rem;
      overflow: auto; }
    .detail-section .content .tools-inline {
      display: flex;
      flex-flow: row wrap; }
    .detail-section .content .tools-subcontent {
      float: right;
      flex: 0 1 auto;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: flex-end; }
    .detail-section .content .subsection-group {
      margin: -0.5rem -0.4rem 0 -0.4rem;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .detail-section .content .subsection-group > .subsection {
        position: relative;
        margin: 1rem 0.4rem 0.4rem 0.4rem;
        flex-grow: 1;
        min-width: 12rem;
        min-height: 2rem;
        padding: 0.8rem;
        background: #FFFFFF;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        border-top: 3px solid #000F9F; }
        .detail-section .content .subsection-group > .subsection .content-row {
          padding: 0.25rem 0.8rem; }
        .detail-section .content .subsection-group > .subsection header h3 {
          color: #000F9F;
          margin-bottom: 0.5rem; }
        .detail-section .content .subsection-group > .subsection header .tools {
          margin-left: auto; }
          .detail-section .content .subsection-group > .subsection header .tools > * {
            margin: 0; }
          .detail-section .content .subsection-group > .subsection header .tools .button-group {
            border-radius: 0 3px 0 0;
            margin: -1px -1px 0 0; }
        .detail-section .content .subsection-group > .subsection dl > div:nth-child(even) {
          background-color: rgba(239, 239, 239, 0.5); }
        .detail-section .content .subsection-group > .subsection dl.no-color div:nth-child(even) {
          background-color: unset; }
    .detail-section .content .unset-columns {
      columns: unset !important; }
    @media (min-width: 48rem) {
      .detail-section .content .one-column {
        columns: auto 1 !important;
        break-inside: avoid; }
        .detail-section .content .one-column dt {
          min-width: 12rem; }
      .detail-section .content .two-column {
        columns: auto 2 !important;
        break-inside: avoid; }
      .detail-section .content .three-column {
        columns: auto 3 !important;
        break-inside: avoid; }
      .detail-section .content .four-column {
        columns: auto 4 !important;
        break-inside: avoid; }
      .detail-section .content .five-column {
        columns: auto 5 !important;
        break-inside: avoid; }
      .detail-section .content .six-column {
        columns: auto 6 !important;
        break-inside: avoid; }
      .detail-section .content .seven-column {
        columns: auto 7 !important;
        break-inside: avoid; }
      .detail-section .content .eight-column {
        columns: auto 8 !important;
        break-inside: avoid; } }
    .detail-section .content dl {
      margin: 0 0;
      columns: auto;
      break-after: column;
      font-size: 0.8rem; }
      .detail-section .content dl.with-color div:nth-child(even) {
        background-color: rgba(239, 239, 239, 0.5); }
      .detail-section .content dl.condensed > div dt {
        min-width: unset; }
        .detail-section .content dl.condensed > div dt:after {
          content: ": "; }
      .detail-section .content dl.condensed-inline > div {
        padding: 0; }
        .detail-section .content dl.condensed-inline > div dt {
          min-width: unset; }
      .detail-section .content dl > div {
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        break-inside: avoid-column;
        padding: 5px 0; }
        .detail-section .content dl > div dt {
          min-width: 6.8rem;
          margin: 0 0.4rem 0 0;
          flex: 0 1 auto;
          white-space: nowrap; }
        .detail-section .content dl > div dd {
          margin: 0;
          flex: 0 1 auto; }
          .detail-section .content dl > div dd ul {
            margin: 0; }
      .detail-section .content dl.wide-labels > div dt {
        min-width: 14rem; }
    .detail-section .content .form-fieldset {
      margin: 0 0;
      columns: auto;
      break-after: column;
      font-size: 0.8rem;
      background-color: unset; }
      .detail-section .content .form-fieldset > * {
        flex-flow: row wrap;
        break-inside: avoid-column; }
      .detail-section .content .form-fieldset .form-element {
        margin: 0;
        padding: 0.25rem 0.8rem; }
        .detail-section .content .form-fieldset .form-element > *, .detail-section .content .form-fieldset .form-element > label, .detail-section .content .form-fieldset .form-element > input, .detail-section .content .form-fieldset .form-element > select, .detail-section .content .form-fieldset .form-element > textarea, .detail-section .content .form-fieldset .form-element > .form-input, .detail-section .content .form-fieldset .form-element .select2 {
          display: block;
          margin: 0; }
        .detail-section .content .form-fieldset .form-element .detail-section > header {
          margin-bottom: 0; }
          .detail-section .content .form-fieldset .form-element .detail-section > header .title h3 {
            color: #333333 !important;
            cursor: default;
            font-size: 0.8rem !important;
            font-weight: bold;
            margin: 0;
            padding: 0; }

.auto-calculate-input {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start; }
  .auto-calculate-input > button {
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    height: 32px;
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    white-space: nowrap;
    background-color: #D1D1D1;
    box-shadow: none;
    padding: 0 0.8rem;
    background: transparent !important;
    color: #000F9F !important;
    border: 1px solid #ACACAC !important;
    border-left: none !important;
    text-transform: capitalize !important; }
    .auto-calculate-input > button:hover {
      background-color: #d2d6ff !important; }
    .auto-calculate-input > button.auto-calc-on {
      background-color: #388E3C !important;
      border: none !important;
      color: #FFFFFF !important; }
      .auto-calculate-input > button.auto-calc-on:hover {
        background-color: rgba(56, 142, 60, 0.8) !important; }

table.flex-table {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  border: none;
  font-size: 0.8rem;
  width: 100%; }
  table.flex-table th.fit-to-content {
    width: 1%; }
  table.flex-table th, table.flex-table td {
    padding: 0.25rem 0.4rem;
    font-size: 0.8rem;
    line-height: 1.5rem; }
    table.flex-table th.tools, table.flex-table td.tools {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end;
      flex: 1 1 auto; }
      table.flex-table th.tools:first-child, table.flex-table td.tools:first-child {
        justify-content: space-between;
        margin: 0; }
      table.flex-table th.tools > *, table.flex-table td.tools > * {
        margin: 0 0.2rem 0 0.2rem; }
    table.flex-table th.currency, table.flex-table th.percentage, table.flex-table th.numeric, table.flex-table td.currency, table.flex-table td.percentage, table.flex-table td.numeric {
      text-align: end; }
  table.flex-table td {
    vertical-align: top; }
  table.flex-table td {
    vertical-align: top; }
  table.flex-table tr.selected {
    background-color: #333333 !important; }
  table.flex-table tr.selected td {
    color: #FFFFFF; }
  table.flex-table tr.sub-row {
    display: none;
    background-color: #333333 !important; }
    table.flex-table tr.sub-row thead {
      background-color: #333333; }
      table.flex-table tr.sub-row thead th {
        background-color: #333333; }
    table.flex-table tr.sub-row tbody tr {
      background-color: #666; }
    table.flex-table tr.sub-row tbody tr:nth-child(even) {
      background-color: #444; }
  table.flex-table tr.sub-row.selected {
    display: table-row;
    transition: all .5s ease-in-out; }
  table.flex-table thead {
    background-color: #646464; }
    table.flex-table thead th {
      font-family: "UniversLTPro-Roman", Georgia, serif;
      font-weight: normal;
      background-color: #646464;
      color: #FFFFFF;
      white-space: nowrap;
      font-size: 0.8rem;
      line-height: 1rem;
      position: sticky;
      top: 0;
      z-index: 10;
      border-left: 1px solid #8D8D8D;
      vertical-align: center; }
      table.flex-table thead th.sort:hover, table.flex-table thead th[data-col-name]:hover {
        cursor: pointer;
        background-color: #7e7e7e; }
      table.flex-table thead th[colspan="2"] {
        text-align: center;
        border-left: 1px solid #8D8D8D;
        border-bottom: 1px solid #8D8D8D; }
      table.flex-table thead th[data-col-name] {
        cursor: pointer; }
        table.flex-table thead th[data-col-name] i {
          margin-right: 5px;
          font-style: normal;
          color: #aaa; }
          table.flex-table thead th[data-col-name] i.entypo-up-dir, table.flex-table thead th[data-col-name] i.entypo-down-dir {
            color: #eee; }
        table.flex-table thead th[data-col-name]:hover i {
          color: #eee; }
      table.flex-table thead th .sorter {
        border: 1px solid transparent;
        -ms-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        margin-left: 0.08rem;
        padding: 0 0.2rem; }
    table.flex-table thead.no-background {
      background-color: inherit; }
      table.flex-table thead.no-background th {
        background-color: inherit;
        color: inherit;
        border: none; }
  table.flex-table tbody tr:nth-child(even) {
    background-color: rgba(239, 239, 239, 0.5); }
  table.flex-table .primary > .primary-key:before {
    font-family: entypo, sans-serif;
    content: "★ "; }

button.tool-btn {
  font-size: 1rem;
  padding: 0 .8rem;
  height: 32px; }
  button.tool-btn-text {
    height: 32px;
    padding: 0.6rem; }
  button.tool-btn:hover {
    background-color: #061dff; }
  button.tool-btn.entypo-floppy {
    font-weight: 300;
    background-color: #388E3C; }
    button.tool-btn.entypo-floppy:hover {
      background-color: #2E7D32; }
  button.tool-btn.entypo-cancel {
    background-color: #ef2748; }
    button.tool-btn.entypo-cancel:hover {
      background-color: #d0103a; }
  button.tool-btn.entypo-pencil {
    border-color: #8D8D8D;
    color: #515151; }
    button.tool-btn.entypo-pencil:hover {
      border-color: #000F9F; }

button.submit-btn {
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0.25rem 0.8rem; }

button.inline-btn {
  font-size: 0.8rem;
  line-height: 1rem;
  padding: .2rem .4rem;
  margin: 0 0 0 0.2rem; }
  button.inline-btn.entypo-pencil {
    font-size: 1.2rem; }
  button.inline-btn.entypo-star {
    height: inherit; }
  button.inline-btn.entypo-dot-3 {
    color: #000F9F;
    background-color: transparent !important;
    border: 1px solid #D1D1D1; }
    button.inline-btn.entypo-dot-3:hover {
      color: #FFFFFF;
      background-color: #000F9F !important; }

button.text-btn {
  border-radius: unset;
  border: none;
  box-shadow: none;
  font-size: 0.8rem; }

button.primary, button.active {
  background-color: #388E3C !important; }

button.not-primary {
  background-color: #D1D1D1 !important; }

.button-group {
  flex: 0 1 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid transparent; }
  .button-group button {
    border-right: 1px solid white;
    box-shadow: none;
    border-radius: 0; }
    .button-group button:last-child, .button-group button.last-child {
      border-right: none; }
    .button-group button:only-child, .button-group button.only-child {
      border-right: none; }
  .button-group > * {
    margin: 0; }

.tab-button-group {
  display: inline;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  border: 1px solid transparent; }
  .tab-button-group-container {
    border-bottom: 2px solid #D1D1D1;
    margin-bottom: 15px; }
  .tab-button-group button {
    background: transparent;
    color: #8D8D8D;
    box-shadow: none;
    border-radius: 0;
    float: left;
    height: 2.5em;
    margin: 0 !important;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: capitalize; }
    .tab-button-group button:hover {
      color: #000F9F;
      border-bottom: 3px solid #000F9F; }
    .tab-button-group button.active {
      color: #000F9F;
      background: transparent !important;
      border-bottom: 3px solid #000F9F; }
  .tab-button-group > * {
    margin: 0; }

.tab-content {
  margin-top: -1px;
  border: 1px solid #ACACAC;
  padding: 1rem 0.8rem; }

label.checkbox-label {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-family: "UniversLTPro-Roman", Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem; }
  label.checkbox-label-header {
    color: white;
    font-weight: normal;
    display: flex; }
    label.checkbox-label-header span {
      line-height: 2.3; }
  label.checkbox-label input[type=checkbox] {
    height: 1rem;
    width: 1rem;
    margin: 0.1rem 0.2rem 0.1rem 0; }
  label.checkbox-label span {
    font-weight: normal; }
    label.checkbox-label span.label-text-left {
      padding-right: 0.4rem; }
    label.checkbox-label span.under-table {
      padding-left: 1.2rem; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-space {
  padding: 0 !important;
  margin: 0 !important; }

.full-height {
  height: 100%; }

.no-border {
  border: none !important; }

.alternating-rows > * {
  padding: 0.25rem 0.8rem; }
  .alternating-rows > *:nth-child(even) {
    background-color: rgba(239, 239, 239, 0.5); }

.deal-lock-icon {
  color: goldenrod; }

.deal-unlock-icon {
  color: #8D8D8D; }

div.deal-unlock-icon, div.deal-lock-icon {
  font-size: 2em;
  margin-top: 18px;
  margin-left: 1.2rem; }

#pipeline-content input, select {
  height: 32px; }

.multiselect-container {
  box-sizing: border-box;
  z-index: 30;
  width: auto;
  position: relative; }
  .multiselect-container .select-container {
    position: relative;
    height: 2em; }
    .multiselect-container .select-container::after {
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      display: block; }
  .multiselect-container .options-container {
    position: relative;
    top: 0.5em;
    width: 100%;
    border: 1px solid #8D8D8D;
    background: #FFFFFF;
    display: none; }
    .multiselect-container .options-container.shown {
      display: block;
      width: auto; }
    .multiselect-container .options-container input[type=checkbox] {
      width: 18px;
      height: 18px !important; }
  .multiselect-container label {
    display: block;
    padding: .2em;
    height: 30px;
    font-weight: normal;
    font-size: 0.8rem; }
  .multiselect-container .button-container {
    border-top: 1px solid #8D8D8D;
    background: #EEEEEE;
    display: flex;
    justify-content: flex-end;
    width: 100%; }
    .multiselect-container .button-container button {
      margin: 0.3em;
      white-space: nowrap; }
    .multiselect-container .button-container .cancel {
      background-color: #515151; }
    .multiselect-container .button-container .justify-start {
      margin-right: auto; }
  .multiselect-container .stage-text {
    font-family: "UniversLTPro-Roman", Arial, sans-serif;
    position: relative;
    top: 5px; }

#property-full-view-amentiy-tab label {
  margin-bottom: 0.2em; }

.align-button-right {
  height: 0;
  text-align: right;
  padding-bottom: 3px; }

.flex-columns {
  display: flex !important;
  flex-flow: row nowrap !important; }

input input-terms {
  min-width: 5em !important;
  max-width: 5em !important;
  margin-right: 5px !important;
  display: inline-block !important; }

#contact-search > div,
#add-contact-search-component > div {
  width: auto; }

#contact-search .select2-selection .select2-selection--multiple,
#add-contact-search-component .select2-selection .select2-selection--multiple {
  height: 32px !important; }

#pipeline-report-select {
  padding-left: 1em;
  margin-left: 4px;
  border-left: 1px solid grey;
  height: 32px; }

.f-dropdown:before,
.f-dropdown:after {
  content: "";
  display: none;
  border: none; }

#impersonate-btn {
  font-size: 1.8rem;
  width: 42px;
  margin-left: 25%;
  font-family: 'Material Icons Outlined'; }
  #impersonate-btn:hover {
    text-decoration: none;
    color: #000F9F; }

.add-activity-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  color: #ccc; }
