@charset "UTF-8";
/*
  Realtair Sass
  Author: Ton Gregorio
  Version: Yggdrasil 1.20  (03 June 2021)
*/
@import url(https://static.realtair.com/plugins/select2/css/select2.css);
/* Base styles, variables, mixins, etc*/
/* font-family */
/* colors */
/*Priority colors*/
/*hack for margin of 1st column of table header*/
/*cypress variables */
/*paddings*/
/*margins*/
/*animations*/
/*border*/
/*border radius*/
/*box shadow*/
/*flexbox*/
@import url(https://static.realtair.com/css/icons/material-design-iconic-font/css/materialdesignicons.min.css);
.clear {
  display: table-cell;
  padding-left: 2px;
  vertical-align: middle;
}

@-ms-viewport {
  width: auto !important;
}

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: "Rubrik", sans-serif !important;
  color: #1d1933;
}

body h1 {
  font-size: 3.0em;
}

body h2 {
  font-size: 2.0em;
  font-family: "Rubrik", sans-serif;
}

body h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-family: "Rubrik", sans-serif;
}

body h4 {
  font-size: 1.2em;
}

body p {
  font-size: 1em;
}

body small {
  font-size: .9em;
}

body .form-control {
  font-size: 1.2em;
  font-weight: 300;
}

body a {
  color: #3f395f !important;
}

/*links*/
a:hover {
  text-decoration: none;
}

.border {
  border: 1px solid black;
}

.border-blue {
  border: 1px solid blue;
}

.border-red {
  border: 1px solid red;
}

#task-area.loaded {
  visibility: visible;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.no-focus:focus {
  outline: none;
}

/* CSS for Chrome Extension*/
.extension-container {
  width: 80%;
  margin: 0 auto;
}

.extension-container .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extension-container .panel h3 {
  margin: 0;
}

.extension-container .panel .task-item {
  -webkit-box-flex: 0 1 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extension-container .panel .task-item h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.extension-container .panel .task-item p {
  color: #999999;
}

.extension-container .panel .play-btn, .extension-container .panel .dismiss-btn {
  position: relative;
  -webkit-box-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extension-container .panel .play-btn i, .extension-container .panel .dismiss-btn i {
  color: #73BCE6;
  margin-right: -0.5em;
}

.extension-container .panel .play-btn i:hover, .extension-container .panel .dismiss-btn i:hover {
  color: #329dda;
}

.extension-container .panel .play-btn i.fa-pause-circle, .extension-container .panel .dismiss-btn i.fa-pause-circle {
  color: #3f395f;
  margin-right: -0.5em;
}

.extension-container .panel .play-btn i.fa-pause-circle:hover, .extension-container .panel .dismiss-btn i.fa-pause-circle:hover {
  color: #999999;
}

.extension-container .panel .dismiss-btn {
  -webkit-box-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}

.extension-container .panel .dismiss-btn i {
  display: none;
  color: #e57373;
}

.extension-container .panel .dismiss-btn.show i {
  display: block;
  padding-left: 0.5em;
}

.extension-container .panel .dismiss-btn.show i:hover {
  color: #dd4848;
}

.extension-container .checkbox {
  padding: 0;
  margin-top: 0.25em !important;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extension-container .blue-shadow {
  -webkit-box-shadow: 0px 1px 8px rgba(115, 188, 230, 0.5);
  box-shadow: 0px 1px 8px rgba(115, 188, 230, 0.5);
}

/* CSS for Components for Cypress*/
.calendar-container {
  width: 86vw;
  margin-top: 20px;
}

.rbc-off-range-bg {
  background-color: #f4f4f4 !important;
}

.rbc-event {
  background-color: #73BCE6 !important;
}

.rbc-toolbar-label {
  text-align: left !important;
}

.events-label {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.events-list li {
  background-color: #73BCE6;
  color: #ffffff;
  margin-top: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.events-list ul.list-inline {
  margin-bottom: 0;
}

.events-list > p {
  margin-bottom: 5px;
}

.events-list ul.list-inline li {
  margin-top: 5px;
  margin-left: 3px;
}

/*-------media queries----------*/
/*---iPad Pro---*/
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .events-list li {
    background-color: #73BCE6;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }
}

/*---iPad 1---*/
@media only screen and (min-device-width: 415px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .events-list li {
    background-color: #73BCE6;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }
}

/*--*-iPhone Plus 6 7 8 ---*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .events-list li {
    background-color: #73BCE6;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }
}

/*--*-iPhone 6 7 8 ---*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .events-list li {
    background-color: #73BCE6;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs li a {
  background-color: #f4f4f4;
  font-size: 1.2em;
  border: 1px solid #f4f4f4;
  border-bottom: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-tabs li a:hover {
  background-color: #3f395f;
  color: #ffffff !important;
  border: 1px solid #3f395f;
}

.nav-tabs li.active a {
  background-color: #3f395f;
  color: #ffffff !important;
  border: 1px solid #3f395f;
}

.nav-tabs li.active a:hover {
  background-color: #3f395f;
  color: #ffffff !important;
  border: 1px solid #3f395f;
}

.nav-tabs li.active a:focus {
  background-color: #3f395f;
  color: #ffffff !important;
  border: 1px solid #3f395f;
}

.nav-tabs a[aria-expanded="false"]::before,
.nav-tabs a[aria-expanded="true"]::before {
  display: none;
}

.tab-content {
  background-color: #F9F9F9;
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}

.tab-pane label {
  font-weight: 300;
}

.tab-content .form-group {
  margin-bottom: 15px;
}

.searchbar-container input.form-control {
  background-image: none;
  margin-top: 6px;
  margin-left: 10px;
}

.property-card {
  position: relative;
  height: 215px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  background-color: #F9F9F9;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.property-card-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60%;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-clip: padding-box;
}

.property-card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #3f395f;
}

.property-card:hover .property-card-overlay {
  opacity: 0.9;
}

.property-card .icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.property-card .icon li a {
  color: #ffffff !important;
}

.property-card h4 {
  font-weight: normal;
}

.slider-container {
  margin-bottom: 30px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  background-color: #87cc83;
  border-color: #87cc83;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.ui-slider-horizontal {
  height: 0.3em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
  margin-left: -0.1em;
}

.ui-widget.ui-widget-content {
  background-color: #E4E4E4;
  border: none;
}

.ui-widget-header {
  background-color: #87cc83;
}

input#bed, input#bath, input#car, input#radius, input#price, input#date {
  border: none;
  background-color: transparent;
  font-size: 1.2em;
  float: right;
  width: 38px;
  text-align: right;
}

input#price {
  width: 100px;
}

input#date {
  width: 40px;
}

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

.property-form--modal {
  height: 90vh;
  overflow-y: auto;
}

.searchbar-container {
  width: 100%;
  bottom: 0px;
}

.searchbar-container .input-group {
  border: 0 !important;
  width: 100% !important;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.searchbar-container .input-group-addon {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.searchbar-container .input-group .form-control[disabled] {
  background: transparent;
}

.searchbar-container textarea {
  resize: none;
  border: 0 !important;
}

.property-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.property-grid-container > * {
  -webkit-box-flex: 1 1 18.1%;
  -ms-flex: 1 1 18.1%;
  flex: 1 1 18.1%;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 18.7%;
}

.property-grid-container > .property-card--comparables-field {
  -webkit-box-flex: 1 1 31.1%;
  -ms-flex: 1 1 31.1%;
  flex: 1 1 31.1%;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 31.6%;
}

.create-button, .create-profile {
  -webkit-box-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #64bd5f;
  height: 185px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.create-button > h2, .create-profile > h2,
.create-button h4,
.create-profile h4 {
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
}

.create-button:hover, .create-profile:hover {
  background-color: #49a544;
}

.create-profile {
  background-color: #73BCE6;
}

.create-profile:hover {
  background-color: #329dda;
}

.propertyInfo .panel {
  overflow: visible;
}

.propertygrid-box {
  position: relative;
  height: 185px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #999999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.propertygrid-box.active {
  -webkit-box-shadow: 0 0 0 4px #64bd5f;
          box-shadow: 0 0 0 4px #64bd5f;
}

.propertygrid-box .propertygrid-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.propertygrid-box .propertygrid-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.propertygrid-box .propertygrid-image:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.propertygrid-box .propertygrid-info-box {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 999;
  bottom: 0;
  color: #ffffff !important;
  font-size: 0.9em !important;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.propertygrid-box .propertygrid-info-box li a {
  font-size: 1.4em !important;
  color: #ffffff !important;
  margin-right: 5px;
}

.propertygrid-box .propertygrid-info-box:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.propertygrid-box .propertygrid-info-box .propertygrid-info {
  position: absolute;
  bottom: 12.5px;
}

.propertygrid-box .propertygrid-info-box .propertygrid-info h3 {
  font-size: 1.2em;
  letter-spacing: .5px;
  color: #ffffff;
  font-weight: normal;
}

.right-panel {
  min-width: 320px;
  max-width: 320px;
  background: #F9F9F9;
  right: 0;
  position: fixed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100vh;
}

.right-panel.active {
  margin-right: -320px;
}

.calendar-container {
  width: 86vw;
  margin-top: 20px;
}

@media (max-width: 1366px) and (min-width: 1201px) {
  .rt-comparables-field {
    margin-right: -2em;
    margin-left: -2em;
  }
  .property-grid-container .property-card--comparables-field {
    max-width: 29.8%;
  }
  .property-grid-container .pitch-truncate {
    width: 170px;
  }
  .swiper-wrapper {
    max-width: 1px;
  }
}

.content-cypress {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: static;
  margin-left: 250px;
  top: 0;
  right: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 3;
}

.content-cypress.active {
  width: calc(83% - 250px);
}

.hidden-flow {
  overflow-x: hidden;
}

.bg-grey-md {
  background-color: #E4E4E4;
}

.button-trans, .button-trans-grey {
  background-color: transparent;
  color: #3f395f;
  display: initial;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-trans-grey {
  border: 3px solid #E4E4E4;
}

.button-trans-grey:hover {
  border: 3px solid #E4E4E4;
  background-color: #E4E4E4;
  color: #ffffff;
  cursor: pointer;
}

.button-trans-grey.active {
  border: 3px solid #64bd5f;
  color: #64bd5f;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.8);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.8);
}

.button-trans-grey.btn-block {
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.button-trans-grey.btn-block:hover {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.button-trans-grey.btn-block h2 {
  margin: 0;
}

.button-trans-grey.btn-block h3 {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.btn.button-trans.btn-block, .btn.btn-block.button-trans-grey {
  padding-top: 1em;
  padding-bottom: 1em;
}

.button-solid-green--cypress h3 {
  font-size: 1.5em !important;
}

.button-solid, .button-solid-blue, .button-solid-green {
  background-color: #999999;
  border: 3px solid #999999;
  display: initial;
  color: #ffffff !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-solid:hover, .button-solid-blue:hover, .button-solid-green:hover {
  background-color: #737373;
  border: 3px solid #737373;
  color: #ffffff;
  cursor: pointer;
}

.button-solid h3, .button-solid-blue h3, .button-solid-green h3 {
  color: #ffffff;
  font-size: 1em;
  letter-spacing: 1.2px;
  font-weight: normal;
}

.button-solid-blue {
  background-color: #73BCE6;
  border: 3px solid #73BCE6;
}

.button-solid-blue:hover {
  background-color: #329dda;
  border: 3px solid #329dda;
  color: #ffffff;
  cursor: pointer;
}

.button-solid-green {
  background-color: #64bd5f;
  border: 3px solid #64bd5f;
}

.button-solid-green:hover {
  background-color: #49a544;
  border: 3px solid #49a544;
  color: #ffffff;
  cursor: pointer;
}

.right-panel--cypress {
  height: 100vh;
}

.quote-details p {
  margin: 0;
  font-size: 1.3em;
  text-align: right;
}

.quote-details h4 {
  margin: 0;
  font-size: 1.3em;
}

.btn-delete {
  text-align: right;
  color: #e57373 !important;
}

.rt-dashboard--pitch {
  width: 100%;
}

.details-button {
  float: right;
  margin-top: 20px;
}

.details-button li {
  padding-right: 0;
}

.nav-stacked > li {
  margin-top: 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
  color: #ffffff !important;
  background-color: #73BCE6;
}

.nav-pills a[aria-expanded="false"]::before, .nav-pills a[aria-expanded="true"]::before {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  color: #3f395f;
}

.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.cover {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.section-space {
  padding-top: 30vh;
  padding-bottom: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: col wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: col wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.proposal-title-bg {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30vh 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
}

.proposal-title {
  position: absolute;
  bottom: 5vh;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.preview-property li:first-child h3.pitch-section-title {
  line-height: 1.5em;
  width: 320px;
}

.presentation-preview-toolbar {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  min-height: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  z-index: 2000;
}

.presentation-preview__center {
  position: fixed;
  top: 63px;
  left: 250px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.presentation-preview__center > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.preview-action {
  margin-top: 15px;
  float: right;
}

.preview.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preview-action .dropdown .dropdown-menu {
  top: 30px;
  background-color: #ededed;
}

.preview-action .dropdown .dropdown-menu li > a {
  color: #3f395f;
}

.preview-action .dropdown .dropdown-menu li > a:hover {
  background-color: #3f395f;
  color: #ffffff !important;
}

.dropdown .btn-black, .dropdown .btn-grey, .dropdown .btn-green {
  padding-right: 18px !important;
}

.btn-black, .btn-grey, .btn-green {
  padding-left: 6px !important;
  background-color: #3f395f;
  color: #ffffff !important;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.btn-black:hover, .btn-grey:hover, .btn-green:hover {
  background-color: #1d1933 !important;
  color: #ffffff !important;
}

.btn-grey {
  background-color: #999999;
  color: #ffffff !important;
}

.btn-grey:hover {
  background-color: #737373 !important;
  color: #ffffff !important;
}

.btn-green {
  background-color: #64bd5f;
  color: #ffffff !important;
}

.btn-green:hover {
  background-color: #49a544 !important;
}

.btn-black .caret, .btn-grey .caret, .btn-green .caret {
  right: 4px !important;
}

.preview-action a[aria-expanded="false"]::before, .preview-action a[aria-expanded="true"]::before, .pitch-mob a[aria-expanded="false"]::before, .pitch-mob a[aria-expanded="true"]::before {
  display: none;
}

.btn-black:hover, .btn-grey:hover, .btn-green:hover {
  background-color: #263238;
}

.modal#preview-tools {
  z-index: 10500;
}

.pitch-mob .dropdown {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pitch-mob .dropdown .dropdown-menu {
  position: absolute;
  left: -30vw;
  top: 25px;
  width: 250px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

.pitch-mob .dropdown .dropdown-menu li {
  padding-right: 1em;
  padding-left: 1em;
}

.pitch-mob .dropdown .dropdown-menu li a {
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}

.preview-truncate-address {
  max-width: 425px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .presentation-preview-toolbar h3 {
    font-size: 1.1em;
  }
  .preview-truncate-address {
    max-width: 300px;
  }
  .preview-action a {
    font-size: .8em;
  }
}

@media (max-width: 1366px) and (min-width: 1201px) {
  .presentation-preview-toolbar h3 {
    font-size: 1.1em;
  }
  .preview-truncate-address {
    max-width: 200px;
  }
  .preview-action a {
    font-size: .8em;
  }
}

/*Email UI*/
.panel.email-panel {
  margin-top: 10px !important;
}

.panel.email-panel .panel-heading {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.panel.email-panel .panel-heading > *::before {
  display: none;
}

.panel.email-panel .panel-heading:hover {
  cursor: pointer;
}

.panel.email-panel .panel-heading .email-status-sent, .panel.email-panel .panel-heading .email-status-notsent {
  background-color: #64bd5f;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: .05em;
  padding-right: 5px;
  padding-left: 5px;
}

.panel.email-panel .panel-heading .email-status-notsent {
  background-color: #999999;
}

.panel.email-panel .panel-body, .panel.email-panel .panel-body--kanban {
  border-top: 0 !important;
}

.panel.email-panel .panel-body .form-group, .panel.email-panel .panel-body--kanban .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.panel.email-panel .panel-body .form-group input, .panel.email-panel .panel-body--kanban .form-group input {
  -webkit-box-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.panel.email-panel .panel-body .form-group .image, .panel.email-panel .panel-body--kanban .form-group .image {
  -webkit-box-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .panel.email-panel .panel-body .form-group, .panel.email-panel .panel-body--kanban .form-group {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .panel.email-panel .panel-body .form-group, .panel.email-panel .panel-body--kanban .form-group {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
}

/* CSS for Components for Flow*/
.autocomplete {
  position: relative;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 0;
  border-bottom: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 4em;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.autocomplete-items div {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #E4E4E4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.input-group.autocomplete {
  overflow: visible;
}

.rt-agent-dashboard ul li a h3 {
  font-size: 1.1em;
}

.rt-agent-tasks {
  padding-left: 25px;
}

.rt-all-campaigns ul li a h3 {
  font-size: 1.1em;
}

/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  .propertygrid-box .viewmorebox {
    height: 100%;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .propertygrid-box .viewmorebox {
    height: 100%;
  }
}

.campaign-details-container {
  position: relative;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.campaign-details-header {
  background-color: #3f395f;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 220px;
  position: relative;
}

.campaign-details-header li {
  font-size: 14px;
}

.campaign-details-header h3,
.campaign-details-header h2 {
  color: #ffffff !important;
}

.campaign-details-header h3 {
  margin-bottom: 1em;
}

.campaign-details-header .bg-overlay {
  z-index: 0;
}

.campaign-details-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.campaign-details-content .panel {
  overflow: hidden;
}

.campaign-details-content h2, .campaign-details-content h3 {
  color: #3f395f !important;
}

.campaign-details-list li {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  color: #3f395f;
  font-size: 1.1em;
}

.campaign-details-list li:nth-child(odd) {
  background-color: #f4f4f4;
}

.campaign-details-list li:nth-child(even) {
  background-color: #ffffff;
}

.campaign-details-list li a {
  font-size: 1em;
}

/* ----------- Non-Retina Screens ----------- */
@media (max-width: 1366px) and (min-width: 1201px) {
  .campaign-details-header .container {
    width: 960px;
  }
  .campaign-details-content .container {
    width: 960px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .campaign-details-content {
    left: 0;
    width: 100%;
  }
  .campaign-details-content .container {
    width: 100%;
  }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .campaign-details-content {
    left: 0;
    width: 100%;
  }
  .campaign-details-content .container {
    width: 100%;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .campaign-details-content {
    left: 0;
    width: 100%;
  }
  .campaign-details-content .container {
    width: 100%;
  }
}

.enquiry-content {
  height: calc(100vh - 30px);
  position: inherit;
  padding-right: 20px !important;
}

.enquiry-container {
  width: calc(100vw - 270px);
  height: calc(100vh - 20px);
  position: fixed;
  overflow: hidden;
  top: 10px;
  right: 10px;
}

.enquiry-sidebar {
  background-color: #F9F9F9;
  position: fixed;
  width: 250px;
  height: 100%;
  z-index: 9;
}

.enquiry-sidebar h3, .enquiry-sidebar h4 {
  color: #ffffff;
}

.enquiry-sidebar .sidepanel .tab-pane, .enquiry-sidebar .tab-content.mainpanel .tab-pane {
  width: 100%;
}

.enquiry-sidebar .sidepanel .tab-pane .searchbox, .enquiry-sidebar .tab-content.mainpanel .tab-pane .searchbox {
  overflow: hidden;
}

.enquiry-sidebar .sidepanel .tab-pane .searchbox .btn-trans-search, .enquiry-sidebar .tab-content.mainpanel .tab-pane .searchbox .btn-trans-search {
  top: 12px;
  right: 15px;
}

.campaign-image {
  height: 150px;
  overflow: hidden;
  border-top-left-radius: 8px;
  background-clip: padding-box;
  background-color: #999999;
  background-image: url(../img/house03.jpg);
  background-size: cover;
  background-clip: content-box;
}

.campaign-address {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff !important;
  font-size: 0.9em !important;
  width: 100%;
  overflow: hidden;
}

.campaign-address > h4 {
  position: absolute;
  top: 0;
}

.campaign-address > h3 {
  position: absolute;
  top: 7px;
}

.campaign-address-top li h3, .campaign-address-top li h4 {
  margin: 0;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campaign-address-top li a {
  font-size: 18px;
  color: #ffffff !important;
}

.campaign-buttons {
  height: 85px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.campaign-buttons li a {
  font-size: 1.5em;
  color: #ffffff !important;
}

.campaign-buttons a[aria-expanded="false"]::before, .campaign-buttons a[aria-expanded="true"]::before {
  display: none;
}

.campaign-buttons li.active a {
  color: #64bd5f !important;
}

.action-buttons-container {
  height: 82vh;
  padding: 1.5em;
  overflow-y: auto;
}

.action-buttons-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #f4f4f4;
}

.action-buttons-container::-webkit-scrollbar-thumb {
  background: #E4E4E4;
}

.action-buttons {
  background-color: transparent;
  font-size: 1em;
  text-align: center;
  text-transform: capitalize;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
  border: 2px solid #E4E4E4 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.action-buttons.btn-pill {
  padding-top: 0;
}

.action-buttons:hover {
  border: 2px solid #3f395f !important;
}

.enquiry-timeline-container {
  position: relative;
  width: calc(100% - 250px);
  height: 98vh;
  overflow-y: auto;
  margin-left: 250px;
  padding-right: 15px;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.enquiry-timeline-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #f4f4f4;
}

.enquiry-timeline-container::-webkit-scrollbar-thumb {
  background: #E4E4E4;
}

.timeline-padding {
  padding-bottom: 40px;
}

.timestamp-container {
  position: relative;
}

.timestamp-container hr {
  margin-top: 5px;
  margin-bottom: 5px !important;
  border-top: 1px solid #E4E4E4;
}

.timestamp-container p {
  position: absolute;
  margin: 0 auto;
  top: -14px;
  background-color: white;
  z-index: 9;
  padding: 5px;
  width: 190px;
  left: calc(50% - 100px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.timeline-item-container {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.timeline-panel {
  background-color: #F9F9F9;
  max-width: 480px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
}

.timeline-panel p {
  color: #666666;
  margin-bottom: 12px;
}

.timeline-btns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline-btns-container > * {
  margin-top: 0.25em;
  margin-right: 0.15em;
  margin-bottom: 0.25em;
  margin-left: 0.15em;
}

.user-icon, .user-icon-small {
  background-color: #3f395f;
  color: #ffffff;
  font-size: 1.4em;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-icon-small {
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-right: 10px;
  font-size: 1em;
  width: 36px;
  height: 36px;
}

.user-name {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.enquiry-users-list li {
  padding-top: 0;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}

.enquiry-users-list li a {
  font-size: 1.2em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-status, .event-status-blue, .event-status-red, .event-status-green, .event-status-yellow {
  text-align: center;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1em;
  padding: 15px;
}

.event-status-blue {
  background-color: #80d3f9;
}

.event-status-red {
  background-color: #f6a8a6;
}

.event-status-green {
  background-color: #b1dcb3;
}

.event-status-yellow {
  background-color: #FDD835;
}

.event-blurb {
  font-size: .85em;
  font-weight: 300;
  letter-spacing: .03em;
  line-height: 1.3em;
}

.attachment-container, .attachment-container-absolute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -5px;
  margin-left: -5px;
}

.attachment-container-absolute {
  position: absolute;
  bottom: 65px;
  left: 12px;
}

.attachment-panel, .attachment-image-panel {
  width: 146px;
  height: 55px;
  border: 1px solid #E4E4E4;
  background-color: #ffffff;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  z-index: 10;
  padding: 7px;
  margin: 3px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.attachment-panel p, .attachment-image-panel p {
  font-size: .9em;
}

.attachment-panel img, .attachment-image-panel img {
  float: left;
  width: 30px;
  overflow: hidden;
}

.attachment-panel .truncate-image-attachment, .attachment-image-panel .truncate-image-attachment {
  width: 70px;
}

.attachment-image-panel ul {
  margin-top: -10px !important;
}

.attachment-image-panel img {
  float: left;
  width: 30px;
  overflow: hidden;
}

@-webkit-keyframes highlight {
  0% {
    background: #ffff99;
  }
  100% {
    background: none;
  }
}

@keyframes highlight {
  0% {
    background: #ffff99;
  }
  100% {
    background: none;
  }
}

.highlight {
  -webkit-animation: highlight 2s;
          animation: highlight 2s;
}

.detail-link:hover {
  text-decoration: underline;
}

.timeline-adjust {
  padding-bottom: 500px !important;
}

.search-result:hover {
  border: 3px solid #94c87f;
  cursor: pointer;
}

.enquiry-messagebar-container {
  position: absolute;
  right: 16vw;
  bottom: 9px;
  z-index: 99;
  -moz-bottom: 0;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.enquiry-messagebar-container .input-group {
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  border: 0 !important;
}

.enquiry-messagebar-container textarea {
  resize: none;
  border: 0 !important;
  width: 100%;
}

.messagebox-tray {
  bottom: -45vh;
}

.input-group-addon {
  font-size: 1.5em;
  cursor: pointer;
}

.input-group-addon.btn-green {
  background-color: #64bd5f;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.input-group-addon.btn-green:hover {
  background-color: #49a544;
}

.input-group-addon.btn-grey {
  background-color: #E4E4E4;
  color: #3f395f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.input-group-addon.btn-grey:hover {
  background-color: #3f395f;
  color: #ffffff;
}

.input-group-addon:first-child, .input-group-addon:last-child {
  border: 0;
}

.btn-add-action {
  background-color: #64bd5f;
  color: #ffffff;
  font-size: 1.9em;
  padding-top: 10px;
  padding-right: 13px;
  padding-bottom: 10px;
  padding-left: 13px;
  margin-right: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  float: left;
  display: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-add-action:hover {
  background-color: #49a544;
}

.delete-attachment {
  position: absolute;
  top: -5px;
  right: -1px;
}

.delete-attachment i {
  font-size: 1.5em;
}

.input-group-addon i {
  padding: 5px;
  margin-left: 5px;
}

.modal#recipientModal {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.hr-margin {
  margin-top: 10px;
  margin-bottom: 15px;
}

.absolute-box {
  position: absolute;
  width: 100vw;
  height: 100vh;
  border: 1px solid red;
}

.new-message-btn {
  background-color: #64bd5f;
  color: #ffffff;
  font-size: 18px;
  width: 160px;
  padding: 10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-clip: padding-box;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.new-message-btn:hover {
  background-color: #49a544;
}

.message-box {
  position: relative;
  height: 50vh;
  width: 30vw;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

.message-box .panel-header {
  color: #ffffff;
  font-size: 18px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-clip: padding-box;
  padding: 15px;
}

.message-box textarea::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #f4f4f4;
}

.message-box textarea::-webkit-scrollbar-thumb {
  background: #E4E4E4;
}

.message-box .message-attachment-container {
  width: 40em;
  border: 1px solid red;
  position: relative;
  bottom: 6em;
  overflow: hidden;
}

.message-box .message-attachment-container .message-attachment {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding: 0.5em;
}

.message-box .message-attachment-container .message-attachment p {
  margin: 0;
}

.message-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #E4E4E4;
  font-size: 14px;
  margin-bottom: 5px;
}

.message-box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #3f395f;
}

.message-box .panel-body, .message-box .panel-body--kanban {
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.message-actions {
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  width: 30vw;
  padding: 15px;
}

.message-actions i {
  font-size: 20px;
}

.message-actions li {
  margin-right: 8px;
}

.message-actions li a:hover {
  color: #999999 !important;
}

.message-actions li a.btn-send:hover {
  color: #ffffff !important;
}

.btn-send {
  background-color: #73BCE6;
  color: #ffffff !important;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding-top: 7px;
  padding-right: 30px;
  padding-bottom: 7px;
  padding-left: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-send:hover {
  background-color: #329dda;
}

.sticky-time {
  position: -webkit-sticky;
  position: sticky;
  top: -20px;
  z-index: 98;
  background-color: #ffffff;
  height: 2.4em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tasks-container {
  height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 2em;
  padding-right: 1em;
}

.tasks-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #f4f4f4;
}

.tasks-container::-webkit-scrollbar-thumb {
  background: #E4E4E4;
}

.enquiry-tasks {
  background-color: transparent;
  border: 0;
  padding-right: 0;
  padding-left: 0;
  margin-left: -15px;
}

.tasks-tabs {
  overflow: hidden;
  margin-top: 15px;
  margin-left: -15px;
}

.tasks-tabs li {
  margin-bottom: 0;
}

.tasks-tabs li a {
  color: #737373 !important;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}

.tasks-tabs li a:hover {
  color: #3f395f !important;
  border-radius: 0;
  border: 0;
  border-color: transparent;
  background-color: transparent;
}

.tasks-tabs > li.active > a {
  color: #3f395f !important;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #3f395f !important;
  border-radius: 0;
}

.tasks-tabs > li.active > a:focus, .tasks-tabs > li.active > a:hover {
  color: #3f395f !important;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.recent-msgs-container {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 4em;
  left: 0;
  height: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recent-msgs-container .recent-btn a {
  font-size: 11px;
  line-height: 1em;
  border-radius: 12px;
  background-color: #999999;
  width: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff !important;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recent-msgs-container .recent-btn a:hover {
  background-color: #3f395f;
}

.searchbox-container {
  position: fixed;
  width: 100%;
  top: -4em;
  left: 0;
  height: 40px;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchbox-container .searchbox {
  width: 100%;
}

.searchbox-container .searchbox .btn-trans-search {
  padding-top: 20px;
  padding-right: 18px;
}

.searchbox-container.visible {
  top: 3em;
}

.tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 1em;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tip:hover .tiptext {
  visibility: visible;
}

.tooltip-rt {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #666;
  text-align: left;
}

.tooltip-rt .bottom {
  min-width: 200px;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #444444;
  background-color: #EEEEEE;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.tooltip-rt:hover .bottom {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

.tooltip-rt .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip-rt .bottom i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  background-color: #EEEEEE;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tip-rt {
  white-space: nowrap;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  pointer-events: none;
}

.tip-rt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: initial;
}

.tip-rt:hover {
  cursor: pointer;
}

.tiptext {
  width: auto;
  visibility: hidden;
  background-color: #3f395f;
  color: #ffffff;
  padding: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  z-index: 999999999999999999999999;
}

.tip-rt:hover + .tiptext {
  visibility: visible;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.tip-color {
  background-color: #3f395f;
  color: #ffffff;
}

.timeline-actions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 10px;
}

@media (max-width: 1600px) and (min-width: 1367px) {
  .tasks-tabs li a {
    padding: 10px;
    font-size: 1.15em;
  }
}

@media (max-width: 1366px) and (min-width: 1280px) {
  .tasks-tabs li a {
    padding: 7px;
    font-size: 1.1em;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #loader-wrapper {
    width: 100%;
    z-index: 100;
    margin-left: 0;
  }
  .tasks-tabs {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .searchbox-container {
    font-size: 16px;
  }
}

.flex-container-task .task-item h4 {
  font-size: 1em;
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #loader-wrapper {
    width: 100%;
    z-index: 100;
    margin-left: 0;
  }
  .tasks-tabs {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .searchbox-container {
    font-size: 16px;
  }
}

.property-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.property-grid-container .flow-grid-item {
  -webkit-box-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  margin-right: 10px;
  margin-left: 10px;
  width: 23.5%;
}

.flow-address .row {
  margin-bottom: 1em;
}

.rt-my-tasks {
  padding-right: 30px;
}

.rt-my-tasks a.accordion-toggle {
  font-size: 1em;
}

.rt-my-tasks .my-task a {
  font-size: 1em;
}

.drop-down-menu--status {
  margin-top: 5px;
}

.btn.btn-task {
  font-size: .9em !important;
  font-weight: 500;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #E4E4E4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn.btn-task:hover {
  border: 2px solid #3f395f;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.filter-dropdown {
  position: relative;
  overflow-y: scroll;
  width: 280px;
  height: auto;
  min-height: 0px;
  max-height: 300px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.my-task p a {
  font-size: 1em !important;
}

.my-task .btn.btn-block {
  font-size: .9em;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #E4E4E4;
}

.my-task .btn.btn-block:hover {
  border: 2px solid #3f395f;
}

.truncate .col-sm-1 p, .truncate-track .col-sm-1 p, .truncate-address .col-sm-1 p, .truncate-address-sign .col-sm-1 p, .truncate-attachment .col-sm-1 p, .truncate-image-attachment .col-sm-1 p, .truncate-task .col-sm-1 p {
  width: 100px;
}

/* CSS for Components for React*/
.month-list a {
  color: #ffffff !important;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.week {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.week.weekday {
  border-bottom: 1px solid #E4E4E4;
}

.week a {
  width: 40px;
  height: 40px;
  font-size: 1.75em;
  text-align: center;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.week a.carry-over {
  color: #dcdcdc !important;
}

.week a.has-tasks {
  border-radius: 50%;
  background-color: #E4E4E4;
  color: #e57373 !important;
  -webkit-box-shadow: inset 0 0 0 2px #e57373;
          box-shadow: inset 0 0 0 2px #e57373;
}

.week a.tasks-done {
  border-radius: 50%;
  background-color: #E4E4E4;
  -webkit-box-shadow: inset 0 0 0 2px #64bd5f;
          box-shadow: inset 0 0 0 2px #64bd5f;
  color: #64bd5f !important;
}

.week a.current {
  border-radius: 50%;
  background-color: #3f395f;
  color: #ffffff !important;
}

.week a.upcoming-task {
  border-radius: 50%;
  background-color: #E4E4E4;
}

.week a.selected {
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #3f395f;
          box-shadow: inset 0 0 0 2px #3f395f;
}

.week p {
  width: 40px;
  font-size: 1.3em;
  letter-spacing: 1.2px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.calendar-task-list {
  margin-top: 0.5em;
  height: 460px;
  overflow-y: auto;
}

.calendar-task-list .calendar-task {
  padding: 0.5em;
}

.calendar-task-list .calendar-task-item {
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  padding-top: 1em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  padding-left: 1em;
}

.truncate-calendar-task {
  font-size: 14px;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*------------Screens-----------------*/
@media only screen and (max-width: 1900px) and (min-width: 1821px) {
  .truncate-calendar-task {
    width: 390px;
  }
}

@media only screen and (max-width: 1820px) and (min-width: 1781px) {
  .truncate-calendar-task {
    width: 380px;
  }
}

@media only screen and (max-width: 1780px) and (min-width: 1721px) {
  .truncate-calendar-task {
    width: 360px;
  }
}

@media only screen and (max-width: 1720px) and (min-width: 1681px) {
  .truncate-calendar-task {
    width: 350px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1641px) {
  .truncate-calendar-task {
    width: 335px;
  }
}

@media only screen and (max-width: 1640px) and (min-width: 1561px) {
  .truncate-calendar-task {
    width: 325px;
  }
}

@media only screen and (max-width: 1560px) and (min-width: 1521px) {
  .truncate-calendar-task {
    width: 310px;
  }
}

@media only screen and (max-width: 1520px) and (min-width: 1481px) {
  .truncate-calendar-task {
    width: 300px;
  }
}

@media only screen and (max-width: 1480px) and (min-width: 1441px) {
  .truncate-calendar-task {
    width: 290px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1401px) {
  .truncate-calendar-task {
    width: 280px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1367px) {
  .truncate-calendar-task {
    width: 270px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1301px) {
  .truncate-calendar-task {
    width: 250px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1267px) {
  .truncate-calendar-task {
    width: 240px;
  }
}

@media only screen and (max-width: 1266px) and (min-width: 1201px) {
  .truncate-calendar-task {
    width: 220px;
  }
}

/*these are overwrites for the default carousel styles by bootstrap*/
#carousel-track {
  margin-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f4f4;
}

.carousel-indicators li {
  border: 1px solid #3f395f;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}

.carousel-indicators .active {
  background-color: #3f395f;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  width: 10px;
  height: 10px;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots {
  bottom: -15px;
}

.carousel-mobile {
  margin-top: 45px;
}

input.jscolor {
  padding-left: 5px !important;
}

.rv-discrete-color-legend-item__color {
  height: 8px !important;
  width: 8px !important;
  vertical-align: middle !important;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  margin-bottom: 3px !important;
}

.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title {
  display: inline-block !important;
  margin-left: 5px !important;
}

.rv-discrete-color-legend-item {
  margin-top: 10px !important;
  float: right !important;
}

.flex-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  padding-left: 10px;
}

.flex-grid-container > * {
  -webkit-box-flex: 0 1 32%;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  margin-left: 10px;
}

.grid-box, .grid-box.viewmorebox {
  position: relative;
  height: 185px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #999999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.grid-box .grid-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  overflow: hidden;
}

.grid-box .grid-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.grid-box .grid-image:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.grid-box .grid-info-box {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 999;
  bottom: 0;
  color: #ffffff !important;
  font-size: 0.9em !important;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  overflow: hidden;
}

.grid-box .grid-info-box li a {
  font-size: 1.4em !important;
  color: #ffffff !important;
  margin-right: 5px;
}

.grid-box .grid-info-box:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.grid-box .grid-info-box .grid-info {
  position: absolute;
  bottom: 15px;
}

.grid-box .grid-info-box .grid-info h3 {
  color: #ffffff !important;
  font-size: 1.3em;
}

.viewmorebox.grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #64bd5f;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.viewmorebox.grid-box .ion-ios-refresh-empty {
  font-size: 2.5em;
}

.viewmorebox.grid-box:hover {
  background-color: #49a544;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.grid-accordion {
  padding-left: 20px;
  margin-bottom: 10px;
}

.grid-accordion a[aria-expanded="false"]::before {
  display: none;
}

.grid-accordion a[aria-expanded="true"]::before {
  display: none;
}

.margin-grid-mob {
  margin-top: 0;
  margin-bottom: 20px;
}

.margin-t-lg-grid {
  margin-top: 75px;
}

.padding-lft-md-grid {
  padding-left: 25px;
}

.actions-box {
  width: 65px;
}

.task-icon {
  position: absolute;
  color: #f6a8a6;
  right: 10px;
  top: 5px;
  font-size: 1.75em;
  z-index: 9999;
}

.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  min-width: 0 !important;
}

.headline-nos--hdr {
  color: #999999;
  font-size: 1.25em;
  line-height: 1.35em;
}

.headline-nos--icolg {
  padding-top: 15px;
  font-size: 6em;
}

.drawer-header {
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.modal-mob, .modal-full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog-mob, .modal-dialog-full {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #F9F9F9;
}

.modal-dialog-full {
  width: calc(100% - 250px);
  left: 250px;
  background: #ffffff;
}

.modal-content-mob, .modal-content-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F9F9F9;
}

.modal-content-full {
  background: #ffffff;
}

.modal-header {
  border: 0 !important;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-clip: padding-box;
}

.modal-header-mob, .modal-header-full {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  border: 0;
}

.modal-header-full {
  height: 90px;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.modal-title-mob {
  animation: fadeInText 300ms;
  -moz-animation: fadeInText 300ms;
  /* Firefox */
  -webkit-animation: fadeInText 300ms;
  /* Safari and Chrome */
  -o-animation: fadeInText 300ms;
  /* Opera */
}

.modal-body-mob {
  position: absolute;
  top: 0;
  bottom: 20px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  opacity: 0;
  -webkit-animation: fadeInTop 200ms ease forwards;
          animation: fadeInTop 200ms ease forwards;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

.modal-footer {
  border: 0 !important;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-clip: padding-box;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal-body-search {
  padding: 15px 15px 0;
  overflow-y: auto;
}

.modal-content.search {
  background-color: white;
  position: fixed;
  height: 100%;
  width: 320px;
  z-index: 1001;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  pointer-events: auto;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0px;
}

.modal.left .modal-header {
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.modal-title.left {
  padding-right: 30px;
}

.modal-header button.close {
  position: absolute;
  top: 2px;
  right: 4px;
}

.enquiry-search-modal .modal.left .modal-dialog,
.enquiry-search-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 260px;
  height: 100%;
  top: 160px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.enquiry-search-modal .modal.left .modal-content,
.enquiry-search-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}

.enquiry-search-modal .modal.left .modal-body,
.enquiry-search-modal .modal.right .modal-body {
  padding: 15px 15px 80px;
}

.enquiry-search-modal .modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.5s linear, left 0.5s ease-out;
  transition: opacity 0.5s linear, left 0.5s ease-out;
}

.enquiry-search-modal .modal.left.fade.in .modal-dialog {
  left: 250px;
}

.enquiry-search-modal .modal.left .modal-header {
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.enquiry-search-modal .modal-title.left {
  padding-right: 30px;
}

.enquiry-search-modal .modal-header button.close {
  position: absolute;
  top: 2px;
  right: 4px;
}

@-webkit-keyframes fadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.modal-body--pitch {
  overflow-x: hidden;
  max-height: 85vh;
}

.modal-body--pitch::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #f4f4f4;
}

.modal-body--pitch::-webkit-scrollbar-thumb {
  background: #999999;
}

.key-figs--container {
  height: 150px;
  margin: 0 !important;
}

.key-figs--txt2xl {
  line-height: .7em;
  text-align: center;
}

.key-figs--rtborder {
  border-right: 1px solid #E4E4E4;
  height: 150px;
}

#loader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  padding-left: 250px;
  margin-left: 250px;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

#loader-wrapper.hide-bg {
  background-color: #ffffff;
}

#loader-wrapper > * {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#loader {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #87cc83;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 10001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #64bd5f;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #49a544;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-flow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #C8E6C9;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 10001;
}

#loader-flow:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #C8E6C9;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader-flow:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #C8E6C9;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-transform: translateY(0);
  /* Chrome, Opera 15+, Safari 3.1+*/
  /* IE 9*/
  transform: translateY(0);
  /* Firefox 16+, IE 10+, Opera*/
}

/* Loaded */
.loaded #loader-wrapper .loader-section {
  -webkit-transform: translateY(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

.no-js h1 {
  color: #222222;
}

#loader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  padding-left: 250px;
  margin-left: 250px;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

#loader-wrapper.hide-bg {
  background-color: #ffffff;
}

#loader-wrapper > * {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#loader {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #87cc83;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 10001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #64bd5f;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #49a544;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-flow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #C8E6C9;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 10001;
}

#loader-flow:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #C8E6C9;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader-flow:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #C8E6C9;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-transform: translateY(0);
  /* Chrome, Opera 15+, Safari 3.1+*/
  /* IE 9*/
  transform: translateY(0);
  /* Firefox 16+, IE 10+, Opera*/
}

/* Loaded */
.loaded #loader-wrapper .loader-section {
  -webkit-transform: translateY(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

.no-js h1 {
  color: #222222;
}

.search {
  position: absolute;
  z-index: 101;
  top: 100px;
  left: -70px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* makes other page elements clickable */
}

.js .search::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
}

.btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
}

.js .btn--search-close {
  display: block;
}

.search__form {
  position: relative;
  width: 150%;
  min-width: 300px;
  margin: 0 auto;
}

.search__input {
  font-family: inherit;
  font-size: 3em;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1em 0.15em 0;
  pointer-events: auto;
  color: #3f395f;
  outline: none;
  background: transparent no-repeat;
  border: 0;
  border-bottom: 2px solid;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}

.btn--search {
  font-size: 3em;
  position: absolute;
  right: 0;
  bottom: 0.5em;
  pointer-events: none;
  color: #e8db82;
}

.search--open .btn--search {
  pointer-events: auto;
}

.search__suggestion {
  width: 50%;
  max-width: 450px;
  margin: calc(40vh + 2em) auto 0;
  text-align: left;
  pointer-events: none;
}

.search__suggestion:nth-child(2) {
  margin: 0 3em;
}

.search__suggestion h3 {
  font-size: 1.5em;
  margin: 0;
}

.search__suggestion h3::before {
  content: '\21FE';
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.search__suggestion p {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
  color: #e85454;
}

/************************/
/* Transitions 			*/
/************************/
.js .search::before {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.js .search--open::before {
  opacity: 1;
}

.search--open {
  pointer-events: auto;
}

.search__form {
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.search--open .search__form {
  -webkit-transform: translate3d(250px, 0, 0) translate3d(100%, 50%, 0);
          transform: translate3d(250px, 0, 0) translate3d(100%, 50%, 0);
}

.btn--search-close {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.search--open .btn--search-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* Dummy blocks */
.search__suggestion h3,
.search__suggestion p {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: opacity 0.2s, -webkit-transform 0.5s;
  transition: opacity 0.2s, transform 0.5s;
  transition: opacity 0.2s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.search--open .search__suggestion h3,
.search--open .search__suggestion p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.search--open .search__suggestion p {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media screen and (max-width: 40em) {
  .search__form {
    width: 100%;
    padding: 2em 1em 0;
  }
  .search__input {
    font-size: 2em;
  }
  .btn--search {
    font-size: 1.25em;
    right: 1em;
  }
  .btn--search-close {
    font-size: 1.15em;
  }
  .search__suggestion {
    font-size: 0.85em;
    width: 100%;
    margin-top: 40vh;
    padding: 0 1em;
  }
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  padding-left: 5px;
  font-family: fontawesome;
  color: #3f395f;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  padding-left: 5px;
  font-family: fontawesome;
  color: #3f395f;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  padding-left: 5px;
  font-family: fontawesome;
  color: #999999;
}

.dataTables_wrapper {
  position: relative;
}

.dt-buttons {
  float: right;
  top: -45px;
  right: 0px;
  position: absolute;
}

.dt-buttons a {
  float: left;
  margin-right: 15px;
  font-size: 1.2em;
}

.dt-buttons a:last-child {
  margin-right: 0;
}

.property-sec-hdr a[aria-expanded="false"]::before, .property-sec-hdr a[aria-expanded="true"]::before {
  display: none;
}

.table-title {
  font-size: 1.5em !important;
}

.flex-container-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-container-task .task-item {
  -webkit-box-flex: 1 1 90%;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  -webkit-align-self: auto;
  -ms-align-self: auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.flex-container-task .task-arrow {
  -webkit-box-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flex-container-task .task-actions {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flex-container-task .dropdown-menu {
  width: 100%;
}

.flex-container-task .dropdown-menu ul li {
  padding-top: 0.5em;
  padding-right: 0.75em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
}

.flex-container-task .dropdown-menu ul li a {
  font-size: 1em;
}

/*.TickerNews{
  position: fixed;
  bottom: 0;
  background-color: $rt-grey;
	width: 100%;
	height: 36px;
	line-height: 36px;
  z-index: 99;
}
.ticker-wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ticker-slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}*/
.ticker-content {
  position: fixed;
  bottom: 0;
  background-color: #F9F9F9;
  width: 100%;
  height: 36px;
  line-height: 36px;
  z-index: 99;
}

.ticker-item {
  float: left;
}

.ticker-item a {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-decoration: none;
  font-size: 1.2em;
}

.flex-widget-container, .flex-container-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-widget-container > *, .flex-container-list > * {
  -webkit-box-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-right: 20px;
  margin-left: 20px;
  min-width: 150px;
}

.flex-widget-container > *:first-child, .flex-container-list > *:first-child {
  overflow: visible !important;
  margin-right: 20px;
  margin-left: 20px;
}

.flex-widget-container > *:last-child, .flex-container-list > *:last-child {
  margin-right: 0;
}

.flex-widget-container-colwrap {
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
}

.truncate-track {
  width: 150px;
}

.flex-container-list {
  margin: 0;
}

.flex-container-list > * {
  -webkit-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.25em;
}

.flex-container-list > *:first-child {
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: -15px;
}

.flex-widget-container .margin-t-sm, .flex-container-list .margin-t-sm {
  margin-left: 5px !important;
}

.flex-widget-container .graph-title, .flex-container-list .graph-title {
  margin: 0 !important;
}

.user-actions {
  background-color: #f4f4f4;
  position: fixed;
  bottom: 0;
  width: 250px;
}

.user-actions ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.user-actions ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.user-actions ul li:first-child {
  padding-left: 5px !important;
}

.user-actions ul li a {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

/* Modules - individual components */
@font-face {
  font-family: 'Rubrik';
  src: url("../fonts/RubrikLight.eot");
  src: url("../fonts/RubrikLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RubrikLight.woff2") format("woff2"), url("../fonts/RubrikLight.woff") format("woff"), url("../fonts/RubrikLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubrik';
  src: url("../fonts/RubrikItalic.eot");
  src: url("../fonts/RubrikItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RubrikItalic.woff2") format("woff2"), url("../fonts/RubrikItalic.woff") format("woff"), url("../fonts/RubrikItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rubrik';
  src: url("../fonts/RubrikBold.eot");
  src: url("../fonts/RubrikBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RubrikBold.woff2") format("woff2"), url("../fonts/RubrikBold.woff") format("woff"), url("../fonts/RubrikBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubrik';
  src: url("../fonts/Rubrik.eot");
  src: url("../fonts/Rubrik.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubrik.woff2") format("woff2"), url("../fonts/Rubrik.woff") format("woff"), url("../fonts/Rubrik.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubrik';
  src: url("../fonts/RubrikSemiBold.eot");
  src: url("../fonts/RubrikSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RubrikSemiBold.woff2") format("woff2"), url("../fonts/RubrikSemiBold.woff") format("woff"), url("../fonts/RubrikSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubrik';
  src: url("../fonts/RubrikMedium.eot");
  src: url("../fonts/RubrikMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RubrikMedium.woff2") format("woff2"), url("../fonts/RubrikMedium.woff") format("woff"), url("../fonts/RubrikMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.tasks p {
  line-height: 2.3em;
  margin: 0;
}

.truncate, .truncate-track, .truncate p, .truncate-address, .truncate-address-sign, .truncate-attachment, .truncate-image-attachment, .truncate-task {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
  width: 230px;
}

.truncate-address {
  max-width: 300px;
}

.truncate-address-sign {
  max-width: 400px;
}

.truncate-attachment {
  width: 115px;
}

.truncate-image-attachment {
  width: 90px;
}

.truncate-task {
  width: 185px;
  max-width: 100%;
}

a:focus {
  text-decoration: none;
}

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

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

.font-green {
  color: #64bd5f !important;
}

.font-green-lt {
  color: #87cc83;
}

.font-green-lt {
  color: #87cc83;
}

.font-green-ltr {
  color: #e9f5ea;
}

.font-grey-md {
  color: #E4E4E4 !important;
}

.font-grey-lt {
  color: #f4f4f4 !important;
}

.font-grey-dk {
  color: #999999;
}

.font-red {
  color: #f6a8a6;
}

.font-white {
  color: #ffffff;
}

.font-sofialight, .key-figs--txt2xl {
  font-family: 'Sofia Pro Ultra';
}

.font-sm {
  font-size: .75em;
}

.font-md, .key-figs--txtmd {
  font-size: 2.5em;
}

.font-lg, .headline-nos--txtlg {
  font-size: 4.25em;
}

.font-xl {
  font-size: 7em;
}

.font-2xl, .key-figs--txt2xl {
  font-size: 10em;
}

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

.font-lt {
  font-weight: 100;
}

input[type="*"]::-webkit-input-placeholder {
  color: #F9F9F9;
}

input[type="*"]:-ms-input-placeholder {
  color: #F9F9F9;
}

input[type="*"]::-ms-input-placeholder {
  color: #F9F9F9;
}

input[type="*"]::placeholder {
  color: #F9F9F9;
}

.l-h-sm {
  line-height: 1em !important;
}

.l-h-md {
  line-height: 1.35em !important;
}

.l-h-xl {
  line-height: 1.8em !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.graph-title {
  position: absolute;
}

.font-lg, .headline-nos--txtlg {
  font-size: 24px !important;
}

.text-red {
  color: #f44336;
}

.panel {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  border: 0;
  overflow: hidden;
}

.panel--no-margin {
  margin: 0;
}

.panel.noselect {
  overflow: visible !important;
}

.box-shadow-lt {
  -webkit-box-shadow: 0.05em 0.1em 0.4em rgba(204, 197, 185, 0.5);
  box-shadow: 0.05em 0.1em 0.4em rgba(204, 197, 185, 0.5);
}

.panel-body, .panel-body--kanban {
  position: relative;
  overflow: visible;
}

.panel-body--header {
  padding-top: 37px;
}

.panel-body.my-task, .my-task.panel-body--kanban {
  overflow: visible;
}

/*Priority color markers*/
.priority {
  /*for checkbox/switch colors*/
}

.priority-blue {
  border-left: 10px solid #80d3f9;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.priority-red {
  border-left: 10px solid #f6a8a6;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.priority-yellow {
  border-left: 10px solid #FDD835;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.priority-green {
  border-left: 10px solid #b1dcb3;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.priority-th {
  border-left: 10px solid transparent;
  /*hack for margin of 1st column of table header*/
}

.priority-vip {
  background-color: #80d3f9;
}

.priority-high {
  background-color: #f6a8a6;
}

.priority-medium {
  background-color: #FDD835;
}

.priority-low {
  background-color: #b1dcb3;
}

/*accordion/collapse content*/
.property-sec-hdr {
  padding-top: 5px;
}

.property-sec-hdr li a {
  font-size: 1.3em;
}

.accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "FontAwesome";
  /* essential for enabling glyphicon */
  content: "\f078";
  /* chevron icon */
  float: left;
  /* adjust as needed */
  color: #3f395f;
  /* adjust as needed */
  line-height: 1.3em;
  width: 20px;
}

.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f054";
  /* chevron icon */
  line-height: 1.5em;
}

.collapse.in {
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.collapsing {
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.kanban-task p {
  margin-bottom: 0px;
  color: #E4E4E4;
}

.kanban-task h4 {
  font-size: 14px;
  color: #3f395f;
  margin: 0;
}

.kanban-task:hover {
  background-color: #F9F9F9;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  cursor: move;
}

.loc-divider {
  margin-top: 7px;
  margin-bottom: 14px;
}

.sec-divider {
  margin-top: 0px;
  margin-bottom: 2px;
  border-top: 2px solid #3f395f;
}

.kanban-status-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 97%;
  z-index: 9;
  padding: 5px;
  -webkit-box-shadow: 0px 1px 5px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 5px rgba(204, 197, 185, 0.5);
}

.kanban-col-bg {
  background-color: #F9F9F9;
  padding-top: 7px !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.flex-container > * {
  padding-top: 7px;
  -webkit-box-flex: 0 1 320px;
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
  margin-right: 20px;
  /*&:first-child{
       @include margin-all(null, null, null, 0);
     }*/
}

.flex-container > *:nth-last-child(1) {
  margin-right: 0;
}

.flex-container-col {
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  position: relative;
}

.flex-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flex-inline > * {
  -webkit-box-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.flex-inline > li:nth-child(2) {
  -webkit-box-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-inline > li:nth-child(2) > a > i {
  margin-left: 10px;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 80vh;
}

.flex-center img {
  min-width: 300px;
}

.modal {
  -webkit-overflow-scrolling: touch;
}

.modal-backdrop.in {
  z-index: 0;
}

.select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #f4f4f4;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #999999;
}

a i:hover {
  color: #999999;
}

.btn-trans-grey {
  text-transform: uppercase;
  background-color: #999999 !important;
  border: 2px solid #999999;
  display: initial;
  color: red;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-trans-grey:hover {
  background-color: #737373;
  color: #ffffff !important;
}

.btn-trans-grey.btn-campaign {
  text-align: center;
}

.btn-trans-grey-solid {
  background-color: #999999;
  border: 2px solid #999999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: initial;
  color: #ffffff !important;
}

.btn-trans-grey-solid:hover {
  background-color: #3f395f;
  color: #ffffff;
}

.btn-trans-green {
  text-transform: uppercase !important;
  background-color: #64bd5f !important;
  border: 2px solid #64bd5f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: initial;
  color: #ffffff !important;
}

.btn-trans-green:hover {
  background-color: #49a544;
  color: #ffffff;
}

.btn-trans-black {
  background-color: #3f395f;
  border: 2px solid #3f395f;
  color: #ffffff !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-right: 4px;
  padding-left: 4px;
}

.btn-trans-black:hover {
  background-color: #1d1933;
  border: 2px solid #1d1933;
  color: #ffffff;
}

.btn-trans-red {
  background-color: #d32f2f;
  border: 2px solid #d32f2f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: initial;
  color: #ffffff !important;
}

.btn-trans-red:hover {
  border: 2px solid #ab2424;
  background-color: #ab2424;
  color: #ffffff !important;
}

.btn-trans-dropdown {
  min-width: 160px;
  margin-left: 24px;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 0;
  color: #999999;
  text-align: left;
}

.btn-pill {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

.input-group-btn:last-child > .btn {
  z-index: 99;
}

.btn {
  float: right;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 0;
  position: relative;
}

.btn .caret {
  position: absolute;
  margin-top: 10px;
  right: 0;
}

.btn .btn-ico {
  position: absolute;
  margin-top: 3px;
  right: 5px;
}

.btn:focus {
  outline: 0;
}

.btn:focus:active {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.btn-block {
  display: block !important;
}

.btn-task {
  font-size: 1em;
  padding-left: 6px;
}

.btn-ellipsis {
  background-color: #3f395f;
  color: #ffffff !important;
  font-size: 1em;
  display: inline;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-ellipsis:hover {
  background-color: #999999;
}

.close:focus {
  outline: 0;
}

.searchbox {
  position: relative;
}

.btn-trans-search {
  background-color: transparent !important;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 1.3em;
  line-height: 0.9em;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-right: 0 !important;
}

.btn-trans-search i {
  color: #3f395f;
}

.btn-mob-task {
  position: absolute;
  right: 3%;
  top: 30%;
  font-size: 1em;
}

.close-btn {
  position: relative;
  right: 0;
  top: 6px;
  width: 25px;
  height: 20px;
  opacity: 1;
  left: 5px;
  outline: 0;
  padding-right: 5px;
}

.close-btn-lg {
  position: relative;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 10px;
  outline: 0;
}

.close-btn:hover,
.close-btn-lg:hover {
  opacity: 1;
}

.close-btn:before,
.close-btn:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #3f395f;
  opacity: 0;
}

.close-btn-lg:before,
.close-btn-lg:after {
  position: absolute;
  left: 20px;
  right: 0;
  content: " ";
  height: 40px;
  width: 3px;
  background-color: #3f395f;
  opacity: 0;
  top: 0;
  padding: 3px;
}

.close-btn:before,
.close-btn-lg:before {
  -webkit-animation: fadeRotateLeft 0.2s ease forwards;
          animation: fadeRotateLeft 0.2s ease forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.close-btn:after,
.close-btn-lg:after {
  -webkit-animation: fadeRotateRight 0.2s ease forwards;
          animation: fadeRotateRight 0.2s ease forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes fadeRotateLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes fadeRotateLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes fadeRotateRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes fadeRotateRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.btn-next,
.btn-prev {
  padding-top: 5px;
}

.btn-task.btn-form {
  font-size: 1.2em;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.btn-task.btn-form.btn-form--cypress {
  min-width: 120px;
}

.btn-task.btn-trans-grey {
  color: #ffffff !important;
}

.btn-task.btn-trans-red {
  background-color: #d32f2f !important;
  color: #ffffff !important;
}

.btn-task.btn-trans-black {
  background-color: #3f395f !important;
  color: #ffffff !important;
}

/*stepper*/
/* Colors */
/* Stepper Styling */
.stepper-container {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 1rem;
  margin-bottom: 2em;
  border-radius: 8px;
}

.stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}

.step:after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  height: 3px;
  top: -5px;
  background-color: #d8dce1;
}

.step:before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  height: 3px;
  top: -5px;
  background-color: #d8dce1;
}

.step:last-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.step:last-child:after {
  display: none;
}

.step:first-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.step:first-child:before {
  display: none;
}

.step.active {
  color: white;
}

.step.active:before, .step.active:after {
  background-color: #1eb53a;
}

.step.active + .step:not(.active):before {
  background-color: #1eb53a;
}

.step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.active .step-circle {
  background-color: #1eb53a;
}

.step-circle {
  height: 30px;
  width: 30px;
  border-radius: 20px;
  background-color: #d8dce1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vertical .stepper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vertical .step {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  min-height: 3em;
}

.vertical .step:after {
  display: inline;
  width: 3px;
  position: absolute;
  height: 100%;
  left: 0.85em;
  top: 0.5em;
  z-index: -1;
}

.vertical .step:before {
  display: none;
}

.vertical .step:last-child:after {
  display: none;
}

.vertical .step-content {
  margin-left: 1em;
  margin-top: -0.5em;
  color: #3c4859;
  width: 100%;
}

.btn-group:before {
  display: none;
}

.panel-heading:before {
  display: none;
}

.content {
  width: calc(100% - 250px);
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  min-height: 100vh;
  position: static;
  margin-left: 250px;
  top: 0;
  right: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}

/*@media (max-width: 1024px) {

  .content {width: 100%; @include padding-all (0px, 0px, 10px, 0px);}

}*/
/*progress wizard*/
/* Copyright 2013-2015 etc Chris Tabor. See https://github.com/christabor/css-progress-wizard/blob/master/LICENSE for details. */
.flexer, .progress-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-flexer, .progress-indicator.stacked {
  display: block;
}

.no-flexer-element {
  -ms-flex: 0;
  -moz-flex: 0;
  -webkit-box-flex: 0;
          flex: 0;
}

.flexer-element, .progress-indicator > li {
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.progress-indicator {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #E4E4E4;
  display: block;
  max-height: 100px;
}

.progress-indicator > li:hover {
  color: #989898;
}

.progress-indicator > li .bubble {
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  background-color: #E4E4E4;
  display: block;
  margin: 0 auto 0.5em auto;
}

.progress-indicator > li .bubble i {
  color: #ffffff;
  margin-top: 11px;
}

.progress-indicator > li .bubble:before,
.progress-indicator > li .bubble:after {
  display: block;
  position: absolute;
  top: 39px;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #E4E4E4;
}

.progress-indicator > li .bubble:before {
  left: 0;
}

.progress-indicator > li .bubble:after {
  right: 0;
}

.progress-indicator > li:first-child .bubble:before,
.progress-indicator > li:first-child .bubble:after {
  width: 50%;
  margin-left: 50%;
}

.progress-indicator > li:last-child .bubble:before,
.progress-indicator > li:last-child .bubble:after {
  width: 50%;
  margin-right: 50%;
  display: none;
}

.progress-indicator > li.completed {
  color: #64bd5f;
}

.progress-indicator > li.completed .bubble {
  background-color: #64bd5f;
  color: #64bd5f;
  border-color: #295d26;
}

.progress-indicator > li.completed .bubble:before, .progress-indicator > li.completed .bubble:after {
  background-color: #64bd5f;
  border-color: #295d26;
}

.progress-indicator > li.active {
  color: #3f395f;
}

.progress-indicator > li.active .bubble {
  background-color: #3f395f;
  color: #3f395f;
  border-color: black;
}

.progress-indicator > li.active .bubble:before, .progress-indicator > li.active .bubble:after {
  background-color: #3f395f;
  border-color: black;
}

.progress-indicator > li a:hover .bubble {
  background-color: #999999;
  color: #999999;
  border-color: #4d4d4d;
}

.progress-indicator > li a:hover .bubble:before, .progress-indicator > li a:hover .bubble:after {
  background-color: #999999;
  border-color: #4d4d4d;
}

.progress-indicator > li.danger .bubble {
  background-color: #d3140f;
  color: #d3140f;
  border-color: #440605;
}

.progress-indicator > li.danger .bubble:before, .progress-indicator > li.danger .bubble:after {
  background-color: #d3140f;
  border-color: #440605;
}

.progress-indicator > li.warning .bubble {
  background-color: #edb10a;
  color: #edb10a;
  border-color: #5a4304;
}

.progress-indicator > li.warning .bubble:before, .progress-indicator > li.warning .bubble:after {
  background-color: #edb10a;
  border-color: #5a4304;
}

.progress-indicator > li.info .bubble {
  background-color: #5b32d6;
  color: #5b32d6;
  border-color: #25135d;
}

.progress-indicator > li.info .bubble:before, .progress-indicator > li.info .bubble:after {
  background-color: #5b32d6;
  border-color: #25135d;
}

.progress-indicator.stacked > li {
  text-align: center;
  display: block;
}

.progress-indicator.stacked > li .bubble:before,
.progress-indicator.stacked > li .bubble:after {
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
}

.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: -37px;
  margin-left: 0% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}

.progress-indicator.stacked > li a {
  border: none;
}

.progress-indicator.stacked.nocenter > li .bubble {
  margin-left: 0;
  margin-right: 0;
}

.progress-indicator.stacked.nocenter > li .bubble:before,
.progress-indicator.stacked.nocenter > li .bubble:after {
  left: 20px;
}

.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 50px !important;
}

@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%;
  }
}

/*background-colors*/
.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #F9F9F9;
}

.bg-grey-lt {
  background-color: #f4f4f4;
}

.bg-grey-md {
  background-color: #E4E4E4;
}

.bg-green {
  background-color: #64bd5f;
}

.bg-green-lt {
  background-color: #87cc83;
}

.bg-black {
  background-color: #3f395f;
}

/*paddings*/
.no-pad {
  padding: 0;
}

.no-pad-lft {
  padding-right: 15px;
  padding-left: 0 !important;
}

.no-pad-rt {
  padding-right: 0 !important;
  padding-left: 15px;
}

.no-pad-b {
  padding-bottom: 0 !important;
}

.no-pad-t {
  padding-top: 0 !important;
}

.padding-xs {
  padding: 5px;
}

.padding-sm {
  padding: 10px;
}

.padding-md {
  padding: 25px !important;
}

.padding-b-xs {
  padding-bottom: 5px !important;
}

.padding-b-sm {
  padding-bottom: 2em !important;
}

.padding-b-md {
  padding-bottom: 4em;
}

.padding-x-sm {
  padding-right: 2em !important;
  padding-left: 2em !important;
}

.padding-t-sm {
  padding-top: 15px !important;
}

.padding-tb-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-tb-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-sides-xs {
  padding-right: 5px;
  padding-left: 5px;
}

.padding-sides-sm {
  padding-right: 15px;
  padding-left: 15px;
}

.padding-sides-md {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-sides-lg {
  padding-right: 50px;
  padding-left: 50px;
}

.padding-lft-sm {
  padding-left: 15px;
}

.padding-lft-sm2 {
  padding-left: 20px;
}

.padding-lft-md {
  padding-left: 30px;
}

.padding-lft-lg {
  padding-left: 50px;
}

.padding-sec-hdr {
  /*padding for section header to align with the panels*/
  padding-right: 0;
  padding-left: 10px;
}

.padding-kanban-hdr {
  /*padding for section header of kanban*/
  padding-top: 10px;
  padding-right: 28px;
  padding-left: 22px;
}

.padding-utc {
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.pad-kanban-status {
  padding-right: 40px;
  padding-left: 35px;
}

.pad-searchhdr {
  padding-right: 0;
  padding-left: 20px;
}

.padding-content {
  padding: 20px;
}

/*margins*/
.no-margin, .headline-nos--icolg, .key-figs--txtmd {
  margin: 0 !important;
}

.no-margin-t, .headline-nos--hdr, .headline-nos--txtlg, .key-figs--txt2xl {
  margin-top: 0 !important;
}

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

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

.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-t-xs {
  margin-top: 5px;
}

.margin-t-sm {
  margin-top: 10px !important;
}

.margin-t-md {
  margin-top: 25px;
}

.margin-t-md2 {
  margin-top: 45px;
}

.margin-t-lg {
  margin-top: 75px;
}

.margin-t-xl {
  margin-top: 15em;
}

.margin-tb-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-tb-md {
  margin-top: 25px;
  margin-bottom: 25px;
}

.margin-sides-sm {
  margin-right: 10px;
  margin-left: 10px;
}

.margin-lft-sm {
  margin-left: 10px;
}

.margin-rt-sm {
  margin-right: 10px;
}

.margin-rt-md {
  margin-right: 25px;
}

.margin-tc {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  /*special margin for task content*/
}

.margin-utc {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 25px;
  /*special margin for unassigned tasks content*/
}

.margin-t-kanban {
  margin-top: 150px;
  margin-left: 15px;
}

.margin-b-sm {
  margin-bottom: 10px !important;
}

.margin-b-md {
  margin-bottom: 25px !important;
}

.mytasks-hdr {
  margin-top: 5px;
  margin-right: 45px;
  margin-left: 45px;
}

.mytasks-hdr h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}

p.green-tooltip:hover {
  cursor: help;
}

.green-tooltip + .tooltip > .tooltip-inner {
  background-color: #64bd5f;
  color: #ffffff;
}

.green-tooltip + .tooltip > .tooltip-arrow {
  border-top-color: #64bd5f;
}

.circle {
  border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  -webkit-border-radius: 0.9em;
  color: #3f395f;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1em;
  margin-right: 2px;
  text-align: center;
  width: 1.4em;
  padding-bottom: 4px;
  border: 2px solid #3f395f;
}

.circle-grey {
  background-color: #F9F9F9;
}

.border-lite {
  border: 1px solid #E4E4E4;
}

.no-shadow {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.overflow-vis {
  overflow: visible !important;
}

.overflow-hid {
  overflow: hidden !important;
}

form-control.input, .trans-search, .btn-trans-dropdown, .select2-container--default .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--multiple, select.form-control, input.form-control, input.form-control.lite, select.form-control.lite, textarea.form-control.lite {
  outline: none;
  background: transparent no-repeat;
  border: 0;
  /* 2 imgs : 1px gray line (normal state) AND 2px black line (focus state) */
  background-image: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3f395f), to(#3f395f)), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(to bottom, #3f395f, #3f395f), linear-gradient(to bottom, #f1f1f1, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #3f395f, #3f395f), -webkit-linear-gradient(top, #f1f1f1, #f1f1f1);
  /* sizes for the 2 images (default state) */
  background-size: 0 2px, 100% 2px;
  /* positions for the 2 images. Change both "50%" to "0%" or "100%" and tri again */
  background-position: 50% 100%, 50% 100%;
  /* animation solely on background-size */
  -webkit-transition: background-size 500ms cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: background-size 500ms cubic-bezier(0.64, 0.09, 0.08, 1);
  border-radius: 0;
  padding-top: 3px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: auto;
}

.form-padding {
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 20px;
}

textarea.form-control.lite {
  padding-top: 7px;
}

.trans-search, .btn-trans-dropdown {
  background-size: 0 2px, 100% 2px !important;
  padding-right: 15px;
  padding-bottom: 2px !important;
}

.form-control.lite:focus, textarea {
  /* sizes for the 2 images (focus state) */
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

.form-control.lite:focus:invalid, textarea:invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#E4E4E4));
  background-image: linear-gradient(to bottom, #f44336, #f44336), linear-gradient(to bottom, #E4E4E4, #E4E4E4);
  -webkit-transition: background-size 100ms cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: background-size 100ms cubic-bezier(0.64, 0.09, 0.08, 1);
}

.navbar-right .dropdown-menu {
  margin-top: 40px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.form-horizontal .control-label {
  text-align: left;
  font-weight: 400;
}

input:focus, a:focus, select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

/*list styles*/
li .list-group-item {
  padding: 0;
  border: 0;
}

li .list-group-item a {
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  font-size: 1.1em;
}

li .list-group-item--mobile {
  padding: 10px 15px;
  border: 1px solid #dddddd;
}

li .list-group-item--mobile a {
  padding: 0;
}

/*filter switches (checkboxes)*/
.switch {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 4px;
}

.switch > input[type="checkbox"] {
  display: none;
}

.switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 36px;
}

.switch > label::before {
  background: black;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  content: '';
  height: 12px;
  margin-top: -6px;
  position: absolute;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 24px;
}

.switch > label::after {
  background: white;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  content: '';
  height: 14px;
  left: -4px;
  margin-top: -3px;
  position: absolute;
  top: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 14px;
}

.switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 16px;
}

.filter-search-input {
  padding: 3px;
  font-size: 12px;
  border-bottom: 2px solid #cecece;
}

/*.filter-search-input input{
    border: 0;
    box-shadow: none;
}*/
/*.filter-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    z-index: 99;
}*/
.filter-search-input button:hover {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-search-input .glyphicon-search {
  font-size: 23px;
}

label {
  font-size: 1.2em;
}

.form-horizontal .checkbox {
  padding-top: 15px;
}

.checkbox {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /*input[type=checkbox]:not(:checked) + .checkbox-material:before {
    animation: rippleOff $checkbox-animation-ripple forwards ease-out;
  }
  input[type=checkbox]:checked + .checkbox-material:before {
    animation: rippleOn $checkbox-animation-ripple forwards ease-out;
  }

  // Ripple effect on click
  input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
    animation: rippleOff $checkbox-animation-ripple forwards ease-out;
  }
  input[type=checkbox]:checked + .checkbox-material .check:after {
    animation: rippleOn $checkbox-animation-ripple forwards ease-out;
  }*/
}

.checkbox label {
  cursor: pointer;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.checkbox .checkbox-material:before {
  position: absolute;
  left: 5px;
  top: 4px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}

.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}

.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -5.5px;
  margin-left: 5px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
          box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}

.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
          box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}

.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}

.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: #F9F9F9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.checkbox button[disabled] {
  opacity: 0.5;
}

@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@-webkit-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}

@keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
            box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}

/*@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13,13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(13,13);
  }
}*/
/*radio buttons*/
.container-radiobtn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.container-radiobtn ul li {
  color: #999999;
  position: relative;
  float: left;
  min-height: 50px;
  max-height: 60px;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container-radiobtn ul.status {
  overflow: visible;
}

.container-radiobtn ul.status li {
  float: none;
}

.container-radiobtn ul.list-inline li {
  float: right;
}

ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

#selectRedirect {
  display: none;
  margin-bottom: 40px;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.container-radiobtn ul li label {
  display: block;
  position: relative;
  font-weight: 400;
  padding-top: 3px;
  padding-left: 20px;
  margin-right: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #3f395f;
}

.container-radiobtn ul li:last-child label {
  margin-right: 4px;
}

.container-radiobtn ul.list-inline li label {
  margin: 0;
}

ul li .radiobtn {
  display: block;
  position: absolute;
  border: 2px solid #999999;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 2px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.container-radiobtn ul li:hover label {
  color: #3f395f;
}

ul li:hover .radiobtn {
  border: 2px solid #3f395f;
  cursor: pointer;
}

ul li .radiobtn::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 500ms linear;
  -webkit-transition: background 500ms linear;
}

input[type=radio]:checked ~ .radiobtn {
  border: 2px solid #3f395f;
}

li.available > input[type=radio]:checked ~ .radiobtn {
  border: 2px solid #64bd5f;
}

li.unavailable > input[type=radio]:checked ~ .radiobtn {
  border: 2px solid #f44336;
}

input[type=radio]:checked ~ .radiobtn::before {
  background: #3f395f;
}

li.available > input[type=radio]:checked ~ .radiobtn::before {
  background: #64bd5f;
}

li.unavailable > input[type=radio]:checked ~ .radiobtn::before {
  background: #f44336;
}

input[type=radio]:checked ~ label {
  color: #3f395f;
}

li.available > input[type=radio]:checked ~ label {
  color: #64bd5f;
}

li.unavailable > input[type=radio]:checked ~ label {
  color: #f44336;
}

.form-list > li {
  border-bottom: 1px solid #f4f4f4;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 0.7em;
}

.form-list > li:last-child {
  border: 0;
}

.form-list > li h4 {
  margin: 0;
  line-height: 1.15;
  font-weight: 400;
}

.form-list > li.total p {
  font-size: 14px;
  line-height: 2em !important;
  font-weight: 600 !important;
}

.form-list > li.total p.value {
  text-align: right;
}

.bootstrap-timepicker-widget input {
  border-radius: 3px;
  border: 2px;
}

.dropzone {
  border: 1px solid #E4E4E4 !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

.dropzone.dropzone-enquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropzone.dropzone-enquiry .dz-preview {
  min-height: .5em;
  margin: 0.5em;
}

.dropzone.dropzone-enquiry .dz-preview.dz-file-preview .dz-image {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50em;
  height: 3em;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid #f4f4f4;
}

.dropzone.dropzone-enquiry .dz-preview.dz-file-preview .dz-details {
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropzone.dropzone-enquiry .dz-preview.dz-file-preview .dz-details .dz-size {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}

.dropzone.dropzone-enquiry .dz-preview .dz-remove {
  position: absolute;
  right: 1em;
  top: 7px;
  z-index: 99;
  margin: 0;
}

.dropzone.dropzone-enquiry .dz-preview .dz-success-mark, .dropzone.dropzone-enquiry .dz-preview .dz-error-mark {
  top: 90%;
}

.dropzone.dropzone-enquiry .dz-preview .dz-success-mark svg, .dropzone.dropzone-enquiry .dz-preview .dz-error-mark svg {
  height: 25px;
  width: 25px;
}

.dropzone.dropzone-enquiry .dz-preview .dz-progress {
  left: auto;
  right: 5%;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #F9F9F9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 2px solid #E4E4E4;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.dropzone .dz-preview .dz-image {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.dropzone .dz-preview .dz-remove {
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: none;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  border-radius: 0;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container .select2-search--inline .select2-search__field, .select2-results li {
  font-size: 1.2em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3f395f;
  border: 0;
  color: #ffffff;
  font-size: 1.3em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #E4E4E4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select2-container {
  display: block !important;
  min-width: 10vw;
  width: auto !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

.btn-group > .btn {
  padding-left: 8px;
}

.panel-default > .panel-heading {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-clip: padding-box;
}

.note-editor.note-frame {
  border: 1px solid #E4E4E4;
}

.note-editor.note-frame.panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.note-editor.note-frame .note-statusbar {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-clip: padding-box;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  color: #3f395f;
}

.inputfile + label {
  border: 1px solid #E4E4E4;
  background-color: #ffffff;
  padding: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
  border-color: #3f395f;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.inputfile + label span,
.inputfile + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile + label strong {
  height: 100%;
  color: #3f395f;
  background-color: #f4f4f4;
  display: inline-block;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.inputfile:focus + label strong,
.inputfile.has-focus + label strong,
.inputfile + label:hover strong {
  background-color: #3f395f;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}

td select {
  padding: 2px 0px !important;
  margin: 0px !important;
}

legend {
  margin-bottom: 10px;
}

.drop-down-menu--status {
  float: left;
}

.drop-down-menu--status > .dropdown-menu {
  left: 7%;
  padding: 0;
}

.drop-down-menu--status > .btn-trans-dropdown {
  margin-left: 2px;
}

.drop-down-menu--status .list-group-item {
  border-radius: 0;
  border: 0 !important;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}

.drop-down-menu--status .list-group-item :hover {
  background-color: #20a0ff;
  color: #ffffff;
}

.action-sub-margin {
  margin-top: 0;
  margin-bottom: 0;
}

fieldset legend {
  border-bottom: none !important;
  color: #999999;
}

.form-group {
  margin-bottom: 25px;
}

.alert {
  font-size: 1.2em;
}

.datepicker-dropdown {
  z-index: 11111 !important;
}

.datepicker-dropdown.datepicker-orient-right {
  left: 0 !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active {
  background-color: #64bd5f !important;
  background-image: none;
  color: #ffffff;
}

.datepicker table tr td.today {
  background-color: #999999 !important;
  background-image: none !important;
  color: #ffffff !important;
}

tr.selected td {
  background: #e9f5ea !important;
}

tr.selected td select {
  background: #e9f5ea !important;
}

.table-header-pad {
  padding-bottom: 2px !important;
  padding-left: 0 !important;
}

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

.table > thead > tr > td {
  border-color: #3f395f !important;
}

.table > tbody > tr > td {
  border-color: #f4f4f4;
}

.table > tbody > tr > td[data-key] {
  border-color: #dddddd;
}

.default-checkbox {
  position: relative;
  height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.default-checkbox > * {
  margin-right: 2em;
}

.default-checkbox small {
  position: absolute;
  top: 4em;
}

/* Layouts - Page layout styles */
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-flex-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.justify-flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-flow-column {
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.header-kanban, .header-track {
  height: 175px;
  position: fixed;
  top: 0;
  width: 88%;
  z-index: 9999;
  background-color: #ffffff;
  margin-left: -20px;
  -webkit-transition: top 500ms ease-in-out;
  transition: top 500ms ease-in-out;
}

.header-track {
  height: auto;
}

.header-disappear {
  top: -110px;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sidebar-nav {
  background-color: #F9F9F9;
  top: 0;
  left: 0;
  position: fixed;
  width: 250px;
  height: 100vh;
  z-index: 999;
  overflow-x: hidden;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.sidebar-nav ul {
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
}

.sidebar-nav ul.accounts-list {
  padding-top: 0;
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 1em;
}

.sidebar-nav ul li a {
  font-size: 1.15em;
  line-height: 2.5em;
  letter-spacing: .05em;
  color: #999999;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: block;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a.btn-trans-grey {
  color: #3f395f;
}

.sidebar-nav ul li a.active span, .sidebar-nav ul li a.btn-trans-grey span {
  color: #64bd5f;
}

.sidebar-nav ul li a.btn-trans-grey {
  line-height: 1.5em;
}

.sidebar-nav ul li a:hover {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.sidebar-nav ul li a:hover span {
  color: #64bd5f;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.sidebar-nav img {
  max-height: 80px;
}

.sidebar-nav a.accordion-toggle[aria-expanded="false"]::before,
.sidebar-nav a.accordion-toggle[aria-expanded="true"]::before,
.sidebar-nav a[aria-expanded="true"]::before,
.sidebar-nav a[aria-expanded="false"]::before,
.sidebar-nav a[aria-expanded="true"]::before {
  display: block !important;
  right: 0px;
}

.sidebar-nav.new {
  margin-top: 3.75em;
}

.sidebar-nav.new a.accordion-toggle[aria-expanded="false"]::before,
.sidebar-nav.new a.accordion-toggle[aria-expanded="true"]::before,
.sidebar-nav.new a[aria-expanded="true"]::before,
.sidebar-nav.new a[aria-expanded="false"]::before,
.sidebar-nav.new a[aria-expanded="true"]::before {
  display: block !important;
  right: 20px;
}

.navbar-right {
  margin-top: 15px;
}

.nav-scroll {
  overflow-y: auto;
  height: 75vh;
}

.nav-scroll ul li {
  position: relative;
}

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

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

.submenu {
  padding-top: 0 !important;
  padding-right: 0;
  padding-bottom: 1.75em !important;
  padding-left: 0;
  overflow: hidden;
}

.dropup {
  position: fixed;
  bottom: 0;
  width: 250px;
  background-color: #f4f4f4;
  padding: 10px;
}

.dropup .btn {
  text-align: left;
  background: transparent;
  width: 100%;
}

.dropup .dropdown-menu {
  margin-left: 3px;
}

.dropup .dropdown-menu .logout-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.dropup .dropdown-menu .logout-user .truncate-username {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropup ul {
  padding: 10px 0px;
  width: 240px;
}

.dropup ul li a {
  font-size: 1.1em;
  line-height: 1.5em;
}

.status-available {
  color: #64bd5f;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  bottom: 0;
  left: 100%;
  margin-top: -1px;
}

.app-switcher-btn {
  position: fixed;
  top: 0;
  width: 250px;
  background-color: #f4f4f4;
  z-index: 9;
}

.app-switcher-btn a[aria-expanded="false"]::before, .app-switcher-btn a[aria-expanded="true"]::before {
  color: #999999;
  font-size: 0.4em;
}

.app-switcher-btn .btn {
  text-align: left;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 0;
  padding-top: 10px;
  padding-right: 10px !important;
  padding-bottom: 10px;
  padding-left: 20px !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-switcher-btn .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #E4E4E4;
}

.app-switcher-btn .btn:focus {
  background-color: #E4E4E4 !important;
}

.app-switcher-btn .btn img {
  max-height: 24px;
  margin-right: 5px;
}

.app-switcher-btn .dropdown-menu {
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
}

.app-switcher-btn .dropdown-menu li a {
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-switcher-btn .dropdown-menu li a > * {
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 0;
}

.app-switcher-btn .dropdown-menu li a img {
  max-height: 18px;
}

.app-switcher-btn.mobile {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  background-color: transparent;
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-switcher-btn.mobile a {
  max-width: 60%;
  background-color: #E4E4E4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px !important;
}

.app-switcher-btn.mobile a.accordion-toggle[aria-expanded="false"]::before,
.app-switcher-btn.mobile a.accordion-toggle[aria-expanded="true"]::before,
.app-switcher-btn.mobile a[aria-expanded="true"]::before,
.app-switcher-btn.mobile a[aria-expanded="false"]::before,
.app-switcher-btn.mobile a[aria-expanded="true"]::before {
  display: block !important;
  right: 15px;
  top: auto;
  font-size: .6em;
  color: #3f395f;
}

.app-switcher-btn.mobile.open li {
  -webkit-animation: 0;
          animation: 0;
  opacity: 1;
}

.app-switcher-btn.mobile .dropdown-menu {
  max-width: 60%;
}

.app-switcher-btn.mobile .dropdown-menu li a {
  background-color: transparent;
}

.mobile-menu-list {
  position: relative;
  max-height: 60vh !important;
  overflow-y: auto;
  margin-top: 7em !important;
}

.mobile-branding {
  width: 100%;
  position: fixed;
  bottom: 5em;
  text-align: center;
}

.mobile-branding small {
  font-size: .7em;
}

.mobile-branding ul li {
  height: auto !important;
  min-height: auto !important;
}

.button_container {
  position: fixed;
  top: 17px;
  left: 10px;
  height: 25px;
  width: 17px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: 1;
}

.button_container.active .top {
  -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
          transform: translateY(5px) translateX(0) rotate(45deg);
  background: #3f395f;
}

.button_container.active .middle {
  opacity: 0;
  background: transparent;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
          transform: translateY(-5px) translateX(0) rotate(-45deg);
  background: #3f395f;
}

.button_container span {
  background: #3f395f;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 5px;
}

.button_container span:nth-of-type(3) {
  top: 10px;
}

.overlay {
  position: fixed;
  background: #F9F9F9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .20s, visibility .20s, height .20s;
  transition: opacity .20s, visibility .20s, height .20s;
  overflow: hidden;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  -webkit-animation: fadeInTop .20s ease forwards;
          animation: fadeInTop .20s ease forwards;
  -webkit-animation-delay: .20s;
          animation-delay: .20s;
}

.overlay nav {
  position: relative;
  height: 90%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  text-align: center;
  overflow-y: auto;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: calc(100% / 25);
  min-height: 40px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  -webkit-transition: .35s;
  transition: .35s;
}

.close {
  color: #3f395f;
  opacity: 1;
}

.modal-header .close {
  margin-top: -.25em;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
}

.text-center--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand {
  position: fixed;
  bottom: 50px;
  background-color: #F9F9F9;
}

.rt-branding > ul li {
  min-height: 20px !important;
}

@media (max-width: 1800px) and (min-width: 1601px) {
  .btn {
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
  }
  .btn-trans-search {
    padding-top: 1px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    margin-left: 10px;
  }
  .panel-body--header {
    width: 99%;
  }
  .rt-header-desktop--kanban {
    padding-top: 10px;
    padding-right: 75px;
    padding-bottom: 0;
    padding-left: 25px;
  }
  .headline-nos--icolg {
    font-size: 5em;
  }
  .key-figs--txtmd {
    font-size: 2em;
  }
  .key-figs--txt2xl {
    font-size: 9em;
  }
  /*cypress*/
  .property-grid-container > * {
    -webkit-box-flex: 1 1 18%;
    -ms-flex: 1 1 18%;
    flex: 1 1 18%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 18.6%;
  }
  .property-grid-container > .property-card--comparables-field {
    max-width: 30.6%;
  }
  .truncate .col-sm-1 p, .truncate-track .col-sm-1 p, .truncate-address .col-sm-1 p, .truncate-address-sign .col-sm-1 p, .truncate-attachment .col-sm-1 p, .truncate-image-attachment .col-sm-1 p, .truncate-task .col-sm-1 p {
    width: 75px;
  }
}

@media (max-width: 1600px) and (min-width: 1441px) {
  #loader-wrapper {
    padding-left: 200px;
  }
  .content {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
  .rt-header-desktop--kanban {
    padding-top: 10px;
    padding-right: 5px !important;
    padding-bottom: 0;
    padding-left: 25px;
  }
  .sidebar-nav {
    width: 200px;
  }
  .brand {
    width: 200px;
  }
  .brand p {
    font-size: 0.9em !important;
  }
  .sidebar-nav ul li a {
    font-size: 1.1em;
  }
  .sidebar-nav ul li a.btn-trans-grey {
    font-size: 1em;
  }
  .user-actions {
    width: 200px;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 150px;
  }
  .truncate .col-sm-1 p, .truncate-track .col-sm-1 p, .truncate-address .col-sm-1 p, .truncate-address-sign .col-sm-1 p, .truncate-attachment .col-sm-1 p, .truncate-image-attachment .col-sm-1 p, .truncate-task .col-sm-1 p {
    width: 60px;
  }
  .truncate-task {
    width: 140px;
  }
  .panel-body--header {
    width: 100%;
  }
  .mytasks-hdr {
    margin-right: 80px;
  }
  .navbar-right {
    margin-right: 40px !important;
  }
  /*start track font styles */
  .headline-nos--hdr {
    font-size: 1.1em;
  }
  .headline-nos--txtlg {
    font-size: 3.5em;
  }
  .key-figs--txtmd {
    font-size: 1.85em;
  }
  .key-figs--txt2xl {
    font-size: 7.5em;
  }
  .key-figs--rtborder {
    height: 120px;
  }
  .key-figs--container {
    height: 120px;
  }
  .truncate-track {
    width: 120px;
  }
  /*end track font styles */
  .btn-trans-search {
    padding-top: 1px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 31%;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    margin-left: 15px;
  }
  .dropup {
    width: 200px;
  }
  .headline-nos--icolg {
    font-size: 4.5em;
  }
  .enquiry-container {
    width: calc(100vw - 225px);
  }
  .enquiry-search-modal .modal.left.fade.in .modal-dialog {
    left: 200px;
  }
  /*cypress*/
  .content-cypress {
    width: calc(120% - 250px);
    margin-left: 200px;
    padding-right: 50px;
  }
  .right-panel.active {
    margin-right: -370px;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 22%;
    -ms-flex: 1 22%;
    flex: 1 22%;
    margin-right: 9px;
    margin-left: 9px;
    max-width: 23.5%;
  }
  .property-grid-container > .property-card--comparables-field {
    -webkit-box-flex: 1 1 30.1%;
    -ms-flex: 1 1 30.1%;
    flex: 1 1 30.1%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 30.6%;
  }
  /*pitch preview*/
  .presentation-preview-toolbar,
  .presentation-preview__center {
    left: 200px;
  }
  .app-switcher-btn {
    width: 200px;
  }
  .btn-trans-dropdown {
    min-width: 120px;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  #loader-wrapper {
    padding-left: 200px;
  }
  .content {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
  .rt-header-desktop--kanban {
    padding-top: 10px;
    padding-right: 70px;
    padding-bottom: 0;
    padding-left: 25px;
  }
  .sidebar-nav {
    width: 200px;
  }
  .sidebar-nav ul li a {
    font-size: 1.1em;
  }
  .sidebar-nav ul li a.btn-trans-grey {
    font-size: 1.1em;
  }
  .brand {
    width: 200px;
  }
  .brand p {
    font-size: 0.9em !important;
  }
  .user-actions {
    width: 200px;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 150px;
  }
  .truncate .col-sm-1 p, .truncate-track .col-sm-1 p, .truncate-address .col-sm-1 p, .truncate-address-sign .col-sm-1 p, .truncate-attachment .col-sm-1 p, .truncate-image-attachment .col-sm-1 p, .truncate-task .col-sm-1 p {
    width: 60px;
  }
  .truncate-task {
    width: 115px;
  }
  .panel-body--header {
    width: 99%;
  }
  /*start track  styles */
  .headline-nos--hdr {
    font-size: 0.9em;
  }
  .headline-nos--icolg {
    font-size: 5em;
  }
  .headline-nos--txtlg {
    font-size: 2.5em;
  }
  .key-figs--txtmd {
    font-size: 1.65em;
  }
  .key-figs--txt2xl {
    font-size: 6.5em;
  }
  .key-figs--rtborder {
    height: 120px;
  }
  .key-figs--container {
    height: 120px;
  }
  .truncate-track {
    width: 100px;
  }
  /*end track  styles */
  .sidebar-nav li a {
    font-size: 1.05em;
  }
  .flex-grid-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 31%;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    margin-left: 15px;
  }
  .dropup {
    width: 200px;
  }
  .flex-center .font-xl {
    font-size: 5em;
  }
  .headline-nos--icolg {
    font-size: 3.5em;
  }
  .flex-widget-container > *, .flex-container-list > * {
    min-width: 0 !important;
  }
  .enquiry-container {
    width: calc(100vw - 225px);
    left: 215px;
  }
  .enquiry-search-modal .modal.left.fade.in .modal-dialog {
    left: 200px;
  }
  /*cypress*/
  .content-cypress {
    width: calc(120% - 250px);
    margin-left: 200px;
    padding-right: 50px;
  }
  .right-panel.active {
    margin-right: -370px;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 22%;
    -ms-flex: 1 1 22%;
    flex: 1 1 22%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 23.8%;
  }
  .property-grid-container > .property-card--comparables-field {
    -webkit-box-flex: 1 1 29.3%;
    -ms-flex: 1 1 29.3%;
    flex: 1 1 29.3%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 30%;
  }
  .stacked-text h3 {
    font-size: 1.2em;
  }
  .pitch-truncate {
    width: 190px;
  }
  /*pitch preview*/
  .presentation-preview-toolbar,
  .presentation-preview__center {
    left: 200px;
  }
  .app-switcher-btn {
    width: 200px;
  }
  .btn-trans-dropdown {
    min-width: 120px;
  }
}

@media (max-width: 1366px) and (min-width: 1201px) {
  #loader-wrapper {
    padding-left: 200px;
  }
  .content {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
  .rt-header-desktop--kanban {
    padding-top: 10px;
    padding-right: 70px;
    padding-bottom: 0;
    padding-left: 25px;
  }
  .sidebar-nav {
    width: 200px;
  }
  .sidebar-nav li a {
    font-size: 1.05em;
  }
  .sidebar-nav ul li a {
    font-size: 1.1em;
  }
  .sidebar-nav ul li a.btn-trans-grey {
    font-size: 1.1em;
  }
  .brand {
    width: 200px;
  }
  .brand p {
    font-size: 0.9em !important;
  }
  .user-actions {
    width: 200px;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 150px;
  }
  .truncate-address {
    max-width: 250px;
  }
  .truncate-task {
    width: 100px;
  }
  .panel-body--header {
    width: 99%;
  }
  .mytasks-hdr {
    margin-right: 57px;
    margin-left: 45px;
  }
  /*start track  styles */
  .headline-nos--hdr {
    font-size: 0.9em;
  }
  .headline-nos--txtlg {
    font-size: 2.5em;
  }
  .key-figs--txtmd {
    font-size: 1.5em;
  }
  .key-figs--txt2xl {
    font-size: 6.25em;
  }
  .key-figs--rtborder {
    height: 120px;
  }
  .key-figs--container {
    height: 120px;
  }
  .truncate-track {
    width: 100px;
  }
  .btn-trans-dropdown {
    min-width: 120px;
  }
  .header-track ul.navbar-right {
    margin-right: 20px !important;
  }
  /*end track  styles */
  .pad-searchhdr {
    padding-right: 0;
    padding-left: 24px;
  }
  .flex-grid-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 30.5%;
    -ms-flex: 0 1 30.5%;
    flex: 0 1 30.5%;
    margin-left: 15px;
  }
  .flex-widget-container, .flex-container-list {
    padding: 0;
    margin: 0;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .flex-widget-container > *:first-child, .flex-container-list > *:first-child {
    margin-right: 0;
    margin-left: 0;
  }
  .carousel-mobile {
    margin-top: 65px;
    margin-left: 10px;
  }
  .headline-nos--mob {
    -webkit-box-flex: 1 1 360px;
    -ms-flex: 1 1 360px;
    flex: 1 1 360px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .header-mob {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 2px;
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 45px;
    z-index: 9999;
  }
  .dropup {
    width: 200px;
  }
  .task-item h4 {
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .flex-center .font-xl {
    font-size: 4em;
  }
  .headline-nos--icolg {
    font-size: 3.5em;
  }
  .flex-widget-container > *, .flex-container-list > * {
    min-width: 0 !important;
  }
  .enquiry-container {
    width: calc(100vw - 225px);
    left: 210px;
  }
  .enquiry-search-modal .modal.left.fade.in .modal-dialog {
    left: 200px;
  }
  /*cypress*/
  .content-cypress {
    width: calc(120% - 250px);
    margin-left: 200px;
    padding-right: 50px;
  }
  .right-panel.active {
    margin-right: -370px;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 21.5%;
    -ms-flex: 1 1 21.5%;
    flex: 1 1 21.5%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 23.2%;
  }
  .stacked-text h3 {
    font-size: 1.05em;
  }
  .slider-container label {
    font-size: .9em;
  }
  input#bed, input#bath, input#car, input#radius, input#price, input#date {
    font-size: 1em;
    width: 35px;
  }
  input#bath {
    font-size: 1em;
    width: 35px;
  }
  input#car {
    font-size: 1em;
    width: 35px;
  }
  input#radius {
    font-size: 1em;
    width: 35px;
  }
  input#price {
    font-size: 1em;
    width: 85px;
  }
  input#date {
    font-size: 1em;
    width: 35px;
  }
  /*pitch preview*/
  .presentation-preview-toolbar,
  .presentation-preview__center {
    left: 200px;
  }
  .app-switcher-btn {
    width: 200px;
  }
  .btn-trans-dropdown {
    min-width: 120px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  #loader-wrapper {
    padding-left: 200px;
  }
  .content {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
  .rt-header-desktop--kanban {
    padding-top: 10px;
    padding-right: 90px;
    padding-bottom: 0;
    padding-left: 25px;
  }
  .sidebar-nav {
    width: 200px;
  }
  .sidebar-nav li a {
    font-size: 1.05em;
  }
  .sidebar-nav ul li a {
    font-size: 1.1em;
  }
  .sidebar-nav ul li a.btn-trans-grey {
    font-size: 1.1em;
  }
  .user-actions {
    width: 200px;
  }
  .panel-body--header {
    width: 97%;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 120px;
  }
  .grid-info h3 {
    font-size: 1.3em;
  }
  .truncate-address {
    width: 135px;
  }
  .btn-task {
    font-size: 0.8em;
    text-align: center;
  }
  .no-pad-lft {
    padding-right: 0;
    padding-left: 0;
  }
  .header-track ul.navbar-right {
    margin-right: 40px !important;
  }
  .btn-trans-dropdown {
    min-width: 90px;
  }
  .carousel-mobile {
    margin-top: 65px;
    margin-left: 15px;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-left: 15px;
  }
  .flex-widget-container, .flex-container-list {
    padding: 0;
    margin: 0;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .flex-widget-container > *:first-child, .flex-container-list > *:first-child {
    margin-right: 0;
    margin-left: 0;
  }
  .headline-nos--mob {
    -webkit-box-flex: 1 1 360px;
    -ms-flex: 1 1 360px;
    flex: 1 1 360px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .header-mob {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 2px;
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 45px;
    z-index: 9999;
  }
  .task-item h4 {
    font-size: 1em;
  }
  .action-sub-margin {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .dropup {
    width: 200px;
  }
  .flex-center .font-xl {
    font-size: 4em;
  }
  .enquiry-container {
    width: calc(100vw - 225px);
    left: 210px;
  }
  /*cypress*/
  .content-cypress {
    width: calc(120% - 250px);
    margin-left: 200px;
    padding-right: 50px;
  }
  .right-panel.active {
    margin-right: -370px;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-right: 9px;
    margin-left: 9px;
    max-width: 31%;
  }
  .property-grid-container > .property-card--comparables-field {
    -webkit-box-flex: 1 1 44.3%;
    -ms-flex: 1 1 44.3%;
    flex: 1 1 44.3%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 45%;
  }
  .stacked-text h3 {
    font-size: 0.9em;
  }
  .slider-container label {
    font-size: 0.9em;
  }
  input#bed, input#bath, input#car, input#radius, input#price, input#date {
    font-size: 1em;
    width: 35px;
  }
  input#bath {
    font-size: 1em;
    width: 35px;
  }
  input#car {
    font-size: 1em;
    width: 35px;
  }
  input#radius {
    font-size: 1em;
    width: 35px;
  }
  input#price {
    font-size: 1em;
    width: 85px;
  }
  input#date {
    font-size: 1em;
    width: 35px;
  }
  /*pitch preview*/
  .presentation-preview-toolbar,
  .presentation-preview__center {
    left: 200px;
  }
  .pitch-truncate {
    width: 225px;
  }
  .nav-tabs li a {
    font-size: 1em;
  }
  .presentation-preview-toolbar li:first-child h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    line-height: 0.8em;
    margin-bottom: 0px;
  }
  .app-switcher-btn {
    width: 200px;
  }
  .brand {
    width: 200px;
  }
  .brand p {
    font-size: 0.9em !important;
  }
}

@media (max-width: 1024px) {
  #loader-wrapper {
    padding-left: 0;
  }
  body h1 {
    font-size: 2.5em;
  }
  body h2 {
    font-size: 1.75em;
  }
  body h2.mob-sec-hdr {
    margin-top: 4px;
    margin-left: 30px;
  }
  body h3 {
    font-size: 1.25em;
  }
  .sidebar-nav {
    margin-left: -250px;
  }
  .content {
    margin-left: 0;
    width: 100%;
    padding: 0;
    top: 0;
  }
  .content-kanban {
    position: fixed;
    height: 100%;
  }
  .pad-tc-mob {
    padding-top: 0;
    padding-right: 30px;
  }
  .pad-tc-mob .rt-my-tasks {
    margin-top: 0 !important;
    margin-left: -15px;
  }
  .pad-form-mob {
    padding-top: 60px;
  }
  .header-mob {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 2px;
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 45px;
    z-index: 9999;
  }
  .visible-xs.bg-grey.header-mob {
    z-index: 0 !important;
  }
  .mob-btn-hdr {
    margin-top: 4px;
    margin-right: 4px;
  }
  .btn-trans-grey {
    margin-top: 15px;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 300px;
  }
  .input-group {
    width: 100%;
  }
  .tasks p {
    line-height: 1.5em;
  }
  .btn-mob-task {
    right: 2%;
  }
  .tasks > .panel {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 4px rgba(204, 197, 185, 0.5);
    box-shadow: 0px 1px 4px rgba(204, 197, 185, 0.5);
  }
  .tasks > .panel > .panel-body, .tasks > .panel > .panel-body--kanban {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .tasks > .panel > .panel-body > div, .tasks > .panel > .panel-body--kanban > div {
    padding-right: 0;
    padding-left: 0;
  }
  .margin-tc {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 25px;
    /* special margin for task content */
  }
  .kanban-list-mob {
    overflow-y: auto;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .header-disappear {
    top: 0;
  }
  .margin-t-kanban {
    margin-top: 50px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .container-radiobtn {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .container-radiobtn > .pull-right {
    float: none !important;
  }
  .inputfile + label strong {
    display: block;
  }
  .my-task:hover {
    background-color: #F9F9F9;
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
  }
  #loader-wrapper .loader-section {
    top: 45px;
    height: 100%;
  }
  .flex-widget-container, .flex-container-list {
    padding: 0;
    margin: 0;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .flex-widget-container > *:first-child, .flex-container-list > *:first-child {
    margin-right: 0;
    margin-left: 0;
  }
  .headline-nos--mob {
    -webkit-box-flex: 1 1 480px;
    -ms-flex: 1 1 480px;
    flex: 1 1 480px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .margin-t-lg-grid {
    margin-top: 0;
  }
  .grid-info li a {
    margin-right: 25px;
  }
  .kanban-task-list-item:first-child {
    margin-top: 15px;
  }
  .grid-info > h3 {
    font-size: 1.5em !important;
  }
  .flex-grid-container {
    padding: 0;
  }
  .action-sub-margin {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .address-mobile {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .form-address-mob .form-group {
    margin-bottom: 0px !important;
  }
  .flex-center {
    height: 90vh;
  }
  .flex-center img {
    margin-top: 25px;
  }
  .flex-center .font-xl {
    font-size: 4em;
  }
  .enquiry-container {
    width: 100vw;
    height: 100vh;
    margin-top: 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .enquiry-timeline-container {
    height: 93vh;
  }
  .action-buttons-container {
    height: 80vh;
  }
  /* pitch preview */
  .presentation-preview-toolbar,
  .presentation-preview__center {
    left: 0;
  }
  .presentation-preview__center {
    top: 45px;
  }
  .pitch-mob {
    padding-right: 10px;
    padding-left: 10px;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-property {
    margin-left: 20px;
  }
  #getlinkModal .modal-dialog {
    top: 50px;
  }
  /* cypress */
  .content-cypress {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 17.1%;
    -ms-flex: 1 1 17.1%;
    flex: 1 1 17.1%;
    max-width: 17.7%;
  }
  .modal-content--pitch {
    position: fixed !important;
    z-index: 10000 !important;
    height: 100vh !important;
    width: 100vw;
    left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .modal-body--pitch {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 20px;
  }
  .modal-body--pitch:focus {
    outline: none;
  }
  .pitch-template li {
    margin-bottom: 25px;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 31%;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 0;
  }
  .rbc-calendar {
    min-height: 50vh !important;
  }
  .enquiry-search-modal .modal.left.fade.in .modal-dialog {
    left: 0;
  }
  .enquiry-search-modal .modal.left .modal-dialog {
    width: 250px;
  }
}

@media only screen and (min-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
  .flex-widget-container > *:first-child, .flex-container-list > *:first-child {
    margin-right: 0;
    margin-left: 0;
  }
  h2 .fa.fa-ellipsis-v {
    display: none;
  }
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  .content-cypress {
    width: 100%;
    margin-left: 0;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 17.1%;
    -ms-flex: 1 1 17.1%;
    flex: 1 1 17.1%;
    max-width: 17.7%;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 31%;
  }
  .preview-property {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-property li:first-child h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 0;
  }
  .rbc-calendar {
    min-height: 50vh !important;
  }
  .enquiry-search-modal .modal.left.fade.in .modal-dialog {
    left: 0;
  }
  .enquiry-search-modal .modal.left .modal-dialog {
    width: 250px;
  }
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .kanban-list-mob {
    height: 85vh;
  }
  /* start track  styles */
  .headline-nos--hdr {
    font-size: 1.75em;
  }
  .headline-nos--txtlg {
    font-size: 3em;
  }
  .key-figs--txtmd {
    font-size: 2.5em;
  }
  .key-figs--txt2xl {
    font-size: 12em;
  }
  .truncate-track {
    width: 200px;
  }
  .flex-widget-container p, .flex-container-list p {
    font-size: 1.25em;
  }
  .flex-widget-container > *:first-child, .flex-container-list > *:first-child {
    margin-right: 0;
    margin-left: 0;
  }
  .headline-nos--mob {
    -webkit-box-flex: 1 1 320px;
    -ms-flex: 1 1 320px;
    flex: 1 1 320px;
  }
  /* end track  styles */
  .search-contentmob {
    margin-top: 60px;
  }
  .modal.left .modal-dialog {
    width: 100%;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 46%;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .grid-info > h3 {
    font-size: 1.6em !important;
  }
  .timeline-panel {
    max-width: 80%;
  }
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  .content-cypress {
    width: 100%;
    margin-left: 0;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 27.1%;
    -ms-flex: 1 1 27.1%;
    flex: 1 1 27.1%;
    max-width: 27.7%;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 31%;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 0;
  }
  .rbc-calendar {
    min-height: 60vh !important;
  }
  .enquiry-messagebar-container {
    right: 0;
    height: 46vh;
    bottom: 40px;
  }
  .messagebox-tray {
    bottom: -41.5vh;
  }
  .message-box, .message-actions {
    width: 55vw;
  }
  .campaign-buttons {
    height: 10vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 46%;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
  }
  .flex-container > * {
    -webkit-box-flex: 1 0 320px;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
  }
  h2 .fa.fa-ellipsis-v {
    display: none;
  }
  .property-grid-container > .property-card {
    -webkit-box-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 30%;
  }
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  .content-cypress {
    width: 100%;
    margin-left: 0;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 29.1%;
    -ms-flex: 1 1 29.1%;
    flex: 1 1 29.1%;
    max-width: 30%;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 31%;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 0;
  }
  .rbc-calendar {
    min-height: 60vh !important;
  }
  .enquiry-search-modal .modal.left.fade.in .modal-dialog {
    left: 0;
  }
  .enquiry-search-modal .modal.left .modal-dialog {
    width: 250px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .modal.left .modal-dialog {
    width: 100%;
  }
  .pitch-mob {
    display: flexbox !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .presentation-preview-toolbar {
    display: block !important;
  }
  .presentation-preview-toolbar h3 {
    width: 40vw !important;
    font-size: 1.25em;
  }
  .footer-mobile {
    display: block;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  body h1 {
    font-size: 2.5em;
  }
  body h2 {
    font-size: 1.5em;
  }
  body h2.mob-sec-hdr {
    margin-top: 6px;
    margin-left: 25px;
  }
  body h3 {
    font-size: 1.25em;
  }
  .flex-container > * {
    -webkit-box-flex: 1 0 320px;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
  }
  .pad-tc-mob {
    padding-top: 0;
    padding-right: 30px;
  }
  .mob-btn-hdr {
    margin-top: 4px;
    margin-right: 10px;
  }
  .header-mob {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .header-mob h3 {
    font-size: 1em;
    margin-top: 8px !important;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .priority-blue {
    border-left: 8px solid #80d3f9;
  }
  .priority-red {
    border-left: 8px solid #f6a8a6;
  }
  .priority-yellow {
    border-left: 8px solid #FDD835;
  }
  .priority-green {
    border-left: 8px solid #b1dcb3;
  }
  .priority-th {
    border-left: 8px solid transparent;
    /* hack for margin of 1st column of table header */
  }
  .tasks > .panel {
    margin-right: -5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 4px rgba(204, 197, 185, 0.5);
    box-shadow: 0px 1px 4px rgba(204, 197, 185, 0.5);
  }
  .tasks > .panel > .panel-body, .tasks > .panel > .panel-body--kanban {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .tasks > .panel > .panel-body > div, .tasks > .panel > .panel-body--kanban > div {
    padding-right: 0;
    padding-left: 0;
  }
  .truncate-kanban h4 {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
  }
  #carousel-track {
    padding-bottom: 75px;
  }
  /* start track  styles */
  .headline-nos--hdr {
    font-size: 1.5em;
  }
  .headline-nos--txtlg {
    font-size: 2em;
  }
  .key-figs--txtmd {
    font-size: 3em;
  }
  .key-figs--txt2xl {
    font-size: 12em;
  }
  .key-figs--rtborder {
    height: 170px;
  }
  .key-figs--container {
    height: 170px;
  }
  .truncate-track {
    width: 200px;
  }
  .flex-widget-container p, .flex-container-list p {
    font-size: 1.25em;
  }
  /* end track  styles */
  .search-contentmob {
    margin-top: 60px;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 25%;
  }
  .property-grid-container .property-card h4 {
    font-size: 1.1em;
  }
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 29%;
    -ms-flex: 1 1 29%;
    flex: 1 1 29%;
    max-width: 30%;
  }
  .loading-text {
    font-size: 1.1em;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 0;
  }
  .rbc-calendar {
    min-height: 60vh !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #carousel-track {
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 5px;
  }
  .truncate-track {
    width: 165px;
  }
  .truncate-address {
    max-width: 150px;
  }
  .search-contentmob {
    margin-top: 60px;
  }
  .modal-content--search {
    width: 100%;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 46%;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .grid-info > h3 {
    font-size: 1.3em !important;
  }
  .grid-box .grid-info-box li a {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .truncate-image-attachment {
    width: 50px;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 44%;
    -ms-flex: 1 1 44%;
    flex: 1 1 44%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 44%;
  }
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  /*cypress*/
  .content-cypress {
    width: 100%;
    margin-left: 0;
    margin-top: 48px;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 44%;
    -ms-flex: 1 1 44%;
    flex: 1 1 44%;
    max-width: 45%;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 31%;
  }
  .comparables-property-address, .comparables-search-btn {
    width: 100%;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 0;
  }
  .form-padding {
    padding: 10px;
  }
  .rt-comparables-field .panel-body, .rt-comparables-field .panel-body--kanban {
    padding: 5px;
  }
  .property-form--modal {
    width: 410px;
    height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .searchbox-container {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  body h2 {
    font-size: 1.5em;
  }
  body h2.mob-sec-hdr {
    margin-top: 9px;
    margin-left: 20px;
  }
  #toolSubmenus {
    padding-bottom: 40px;
  }
  #toolSubmenusMobile > li {
    min-height: 60px;
    bottom: 10px;
  }
  .kanban-list-mob {
    height: 80vh;
  }
  a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    right: 80px;
    top: 4px;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 300px;
  }
  .tasks p {
    line-height: 1.5em;
  }
  .btn-mob-task {
    right: 3%;
    top: 40%;
  }
  .mob-btn-hdr {
    margin-top: 4px;
    margin-right: 10px;
  }
  .header-mob {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .header-mob h3 {
    font-size: 1em;
    margin-top: 8px !important;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .font-xl {
    font-size: 6em;
  }
  .dropdown-filter {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
  }
  .flex-container > * {
    min-width: 320px;
  }
  .property-sec-hdr {
    padding-top: 5px;
    z-index: 9999;
  }
  .property-sec-hdr li a {
    font-size: 1.2em;
  }
  .headline-nos--mob {
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .headline-nos--mob:first-child {
    border-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin: 0;
  }
  .search-contentmob {
    margin-top: 60px;
  }
  .input-group-btn {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .modal.left .modal-dialog {
    width: 100%;
  }
  .modal-header .close {
    margin-top: -0.35em;
  }
  .flex-grid-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid-box, .grid-box.viewmorebox {
    height: 135px;
  }
  .grid-box .grid-info-box {
    padding: 10px;
  }
  .grid-box .grid-info-box .grid-info {
    bottom: 10px;
  }
  .grid-box .grid-info-box .grid-info h3 {
    font-size: 1.3em !important;
  }
  .truncate-address {
    max-width: 145px;
  }
  .enquiry-sidebar {
    display: none;
  }
  .enquiry-container {
    width: 100vw;
    height: 100vh;
    margin-top: 28px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    left: 0;
  }
  .enquiry-container .col-sm-10 {
    padding: 0;
  }
  .enquiry-messagebar-container {
    width: 100%;
    margin-left: 0;
    right: 0;
  }
  .message-actions {
    width: 100%;
  }
  .action-buttons-container {
    height: 100vh;
  }
  .enquiry-timeline-container {
    height: 93vh;
    width: 100%;
    margin-left: 0;
  }
  .timeline-panel {
    width: 80%;
  }
  .attachment-panel, .attachment-image-panel {
    width: 21.5em;
  }
  .attachment-panel a .list-inline, .attachment-image-panel a .list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .truncate-attachment {
    width: 70px;
  }
  .input-group {
    width: 86% !important;
  }
  .btn-add-action {
    display: inline-block !important;
  }
  .headline-nos--hdr {
    font-size: 1.25em;
  }
  .headline-nos--txtlg {
    font-size: 3em;
  }
  .key-figs--txtmd {
    font-size: 2em;
  }
  .key-figs--txt2xl {
    font-size: 8em;
  }
  .flex-widget-container p, .flex-container-list p {
    font-size: 1em;
  }
  .truncate-image-attachment {
    width: 50px;
  }
  .event-status, .event-status-blue, .event-status-red, .event-status-green, .event-status-yellow {
    font-size: 1.2em;
  }
  .property-grid-container .property-card h4 {
    font-size: 1.1em;
  }
  .nav-tabs li a {
    padding: 5px;
    font-size: 1.1em;
  }
  .property-card .icon {
    font-size: 20px !important;
  }
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 44%;
    -ms-flex: 1 1 44%;
    flex: 1 1 44%;
    max-width: 45%;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    height: 190px;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  /* pitch preview */
  .pitch-mob .dropdown .dropdown-menu {
    left: -56vw;
  }
  .preview-property {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-property li:first-child h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
  }
  .pitch-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
  }
  .loading-text {
    font-size: 0.8em;
  }
  .comparables-property-address, .comparables-search-btn {
    width: 100%;
  }
  .details-button {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 10px;
  }
  .rt-comparables-field .panel-body, .rt-comparables-field .panel-body--kanban {
    padding: 5px;
  }
  .modal-content--pitch {
    top: 40px;
    min-width: 400px;
    border-radius: 0;
  }
  .property-form--modal {
    width: 412px !important;
    height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .form-padding {
    padding: 10px;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 411px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .enquiry-sidebar {
    display: none;
  }
  .enquiry-timeline-container {
    width: 100%;
    margin-left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .timeline-panel {
    width: 80%;
  }
  .enquiry-messagebar-container {
    width: 100%;
    margin-left: 0;
    float: left;
    bottom: 40px;
  }
  .input-group {
    width: 86% !important;
  }
  .attachment-panel, .attachment-image-panel {
    width: 26em;
  }
  .attachment-panel .truncate-image-attachment, .attachment-image-panel .truncate-image-attachment {
    width: 19.5em;
  }
  .attachment-panel a .list-inline, .attachment-image-panel a .list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .truncate-attachment {
    width: 70px;
  }
  .btn-add-action {
    display: inline-block !important;
  }
  .headline-nos--hdr {
    font-size: 1.25em;
  }
  .headline-nos--txtlg {
    font-size: 3em;
  }
  .key-figs--txtmd {
    font-size: 2em;
  }
  .key-figs--txt2xl {
    font-size: 8em;
  }
  .flex-widget-container p, .flex-container-list p {
    font-size: 1em;
  }
  .event-status, .event-status-blue, .event-status-red, .event-status-green, .event-status-yellow {
    font-size: 1.2em;
  }
  .nav-tabs li a {
    padding: 5px;
    font-size: 1.1em;
  }
  .property-card .icon {
    font-size: 20px !important;
  }
  .timeline-item-container .pull-right.user-icon, .timeline-item-container .pull-right.user-icon-small {
    margin-right: 5px;
  }
  .timeline-item-container .pull-left.user-icon, .timeline-item-container .pull-left.user-icon-small {
    margin-left: 5px;
  }
  .message-box {
    width: 100vw;
    height: 50vh;
    border-radius: 0;
    font-size: 16px;
  }
  .message-box .panel-header {
    border-radius: 0;
  }
  .messagebox-tray {
    bottom: -44vh;
    position: fixed;
  }
  /* cypress */
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    height: 190px;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  /* pitch preview */
  .pitch-mob .dropdown .dropdown-menu {
    left: -55vw;
  }
  .preview-property {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-property li:first-child h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
  }
  .loading-text {
    font-size: 0.9em;
  }
  .comparables-property-address, .comparables-search-btn {
    width: 100%;
  }
  .details-button {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .calendar-container {
    width: 100vw;
    margin-top: -15px;
  }
  .enquiry-timeline-container {
    padding-right: 0;
  }
  .form-padding {
    padding: 10px;
  }
  .rt-comparables-field .panel-body, .rt-comparables-field .panel-body--kanban {
    padding: 5px;
  }
  .modal-content--pitch {
    top: 40px;
    min-width: 400px;
    border-radius: 0;
  }
  .property-form--modal {
    width: 410px !important;
    height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body h2 {
    font-size: 1.3em !important;
  }
  body h2.mob-sec-hdr {
    margin-top: 7px;
    margin-left: 20px;
  }
  .kanban-list-mob {
    height: 80vh;
  }
  .carousel-indicators {
    bottom: 5px;
  }
  a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    right: 70px;
  }
  /* start track  styles */
  .headline-nos--hdr {
    font-size: 1.25em;
  }
  .headline-nos--txtlg {
    font-size: 3em;
  }
  .key-figs--txtmd {
    font-size: 2em;
  }
  .key-figs--txt2xl {
    font-size: 8em;
  }
  .truncate-track {
    width: 163px;
  }
  .flex-widget-container p, .flex-container-list p {
    font-size: 1em;
  }
  .headline-nos--mob {
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  /* end track  styles */
  .search-contentmob {
    margin-top: 60px;
  }
  .modal-content--search {
    width: 100%;
  }
  .flex-grid-container {
    padding-right: 2px;
    padding-left: 2px;
  }
  .flex-grid-container > * {
    -webkit-box-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-right: 1%;
    margin-left: 3%;
  }
  .grid-box, .grid-box.viewmorebox {
    height: 115px;
  }
  .grid-info {
    padding: 8px;
  }
  .btn {
    font-size: 1.1em;
  }
  .truncate-address {
    max-width: 145px;
  }
  .grid-box .grid-info-box {
    padding: 0px;
  }
  .grid-box .grid-info-box .grid-info {
    bottom: 0;
  }
  .grid-box .grid-info-box .grid-info h3 {
    font-size: 1.2em !important;
  }
  .timeline-item-container .pull-right.user-icon, .timeline-item-container .pull-right.user-icon-small {
    margin-right: 5px;
  }
  .timeline-item-container .pull-left.user-icon, .timeline-item-container .pull-left.user-icon-small {
    margin-left: 5px;
  }
  .user-icon, .user-icon-small {
    padding: 6px;
  }
  .timeline-panel {
    width: 80%;
  }
  .attachment-panel, .attachment-image-panel {
    width: 23.5em;
  }
  .attachment-panel .truncate-image-attachment, .attachment-image-panel .truncate-image-attachment {
    width: 17em;
  }
  .attachment-panel a .list-inline, .attachment-image-panel a .list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .truncate-attachment {
    width: 60px;
  }
  .input-group {
    width: 84% !important;
  }
  .btn-add-action {
    display: inline-block !important;
  }
  .truncate-image-attachment {
    width: 40px;
  }
  .event-status, .event-status-blue, .event-status-red, .event-status-green, .event-status-yellow {
    font-size: 1.2em;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 43.5%;
    -ms-flex: 1 1 43.5%;
    flex: 1 1 43.5%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 43.5%;
  }
  .property-grid-container .property-card h4 {
    font-size: 1.1em;
  }
  .nav-tabs li a {
    padding: 5px;
    font-size: 1em;
  }
  .property-card .icon {
    font-size: 20px !important;
  }
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 44%;
    -ms-flex: 1 1 44%;
    flex: 1 1 44%;
    max-width: 45%;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    height: 190px;
    margin-right: 0;
    margin-left: 0;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 98%;
    -ms-flex: 1 1 98%;
    flex: 1 1 98%;
    max-width: 98%;
  }
  .pitch-truncate {
    width: 220px;
  }
  /* pitch preview */
  .pitch-mob .dropdown .dropdown-menu {
    left: -62vw;
  }
  .preview-property {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-property li:first-child h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
  }
  .loading-text {
    font-size: 0.9em;
  }
  .comparables-property-address, .comparables-search-btn {
    width: 100%;
  }
  .details-button {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 0;
  }
  .enquiry-timeline-container {
    padding-right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .form-padding {
    padding: 10px;
  }
  .rt-comparables-field .panel-body, .rt-comparables-field .panel-body--kanban {
    padding: 5px;
  }
  .modal-content--pitch {
    top: 40px;
    min-width: 350px;
    border-radius: 0;
  }
  .property-form--modal {
    width: 370px !important;
    height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .enquiry-messagebar-container {
    bottom: 0;
    height: 81vh;
  }
  .message-box {
    width: 100vw;
    height: 81vh;
    border-radius: 0;
    font-size: 16px;
  }
  .message-box .panel-header {
    border-radius: 0;
  }
  .message-box textarea {
    height: 25em;
  }
  .messagebox-tray {
    bottom: -75vh;
    position: fixed;
  }
  .btn-pill {
    padding-top: 3px;
  }
  .timeline-padding {
    padding-bottom: 12em;
  }
  .searchbox-container {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .enquiry-messagebar-container {
    right: 0;
    bottom: 0;
  }
  .message-box {
    width: 100vw;
    height: 88vh;
    font-size: 16px;
  }
  .message-box textarea {
    height: 6em;
  }
  .messagebox-tray {
    bottom: -76vh;
  }
  .message-actions {
    width: 100vw;
  }
  .searchbox-container {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .enquiry-messagebar-container {
    right: 1vw;
  }
  .message-box {
    width: 70vw;
    height: 87vh;
    font-size: 16px;
  }
  .message-box textarea {
    height: 6em;
  }
  .messagebox-tray {
    bottom: -76vh;
  }
  .message-actions {
    width: 70vw;
  }
  .searchbox-container {
    font-size: 16px;
  }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .enquiry-messagebar-container {
    right: 0;
    bottom: 0;
  }
  .message-box {
    width: 100vw;
    height: 88vh;
    font-size: 16px;
  }
  .message-box textarea {
    height: 6em;
  }
  .messagebox-tray {
    bottom: -78vh;
  }
  .message-actions {
    width: 100vw;
  }
  .searchbox-container {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    right: 50px;
  }
  .header-mob {
    padding-right: 12px;
  }
  .header-mob h3 {
    font-size: 1em;
    margin-top: 8px !important;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .pad-tc-mob {
    padding-top: 25px;
    padding-right: 30px;
  }
  body h2 {
    font-size: 1.2em;
  }
  body h2.mob-sec-hdr {
    margin-top: 7px;
    margin-left: 20px;
  }
  .overlay nav {
    height: 100%;
    top: 50%;
  }
  .overlay ul li {
    height: calc(100% / 30);
    min-height: 30px;
  }
  .flex-container > * {
    min-width: 260px;
  }
  .kanban-list-mob {
    padding-bottom: 20px;
  }
  #carousel-track {
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 5px;
  }
  /* start track  styles */
  .headline-nos--hdr {
    font-size: 1em;
  }
  .headline-nos--txtlg {
    font-size: 3em;
  }
  .headline-nos--mob {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .key-figs--txtmd {
    font-size: 1.75em;
  }
  .key-figs--txt2xl {
    font-size: 6.5em;
  }
  .truncate-track {
    width: 134px;
  }
  .flex-widget-container p, .flex-container-list p {
    font-size: 0.9em;
  }
  /* end track  styles */
  .search-contentmob {
    margin-top: 60px;
  }
  .modal-content--search {
    width: 100%;
  }
  .btn {
    font-size: 0.9em;
  }
  .grid-box .grid-info-box {
    padding: 5px;
  }
  .grid-box .grid-info-box .grid-info {
    bottom: 10px;
  }
  .grid-box .grid-info-box .grid-info h3 {
    font-size: 1.1em !important;
  }
  .truncate-address {
    max-width: 125px;
  }
  .enquiry-timeline-container {
    height: 93vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .pull-right .user-icon, .pull-right .user-icon-small {
    margin-right: 5px;
  }
  .user-icon, .user-icon-small {
    padding: 6px;
  }
  .timeline-panel {
    width: 80%;
  }
  .attachment-panel, .attachment-image-panel {
    width: 22em;
  }
  .attachment-panel .truncate-image-attachment, .attachment-image-panel .truncate-image-attachment {
    width: 15.5em;
  }
  .attachment-panel a .list-inline, .attachment-image-panel a .list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .truncate-attachment {
    width: 130px;
  }
  .input-group {
    width: 81% !important;
  }
  .btn-add-action {
    display: inline-block !important;
  }
  .truncate-image-attachment {
    width: 110px;
  }
  .event-status, .event-status-blue, .event-status-red, .event-status-green, .event-status-yellow {
    font-size: 1.2em;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
  }
  .property-grid-container .property-card h4 {
    font-size: 1.2em;
  }
  .nav-tabs li a {
    padding: 3.5px;
    font-size: 0.9em;
  }
  .btn-task.btn-form {
    font-size: 1.1em;
  }
  /* cypress */
  .quote-details p {
    text-align: left;
    line-height: 2.5em;
  }
  .property-grid-container > * {
    -webkit-box-flex: 1 1 42%;
    -ms-flex: 1 1 42%;
    flex: 1 1 42%;
    max-width: 43%;
  }
  /* pitch preview */
  .pitch-mob .dropdown .dropdown-menu {
    left: -64vw;
  }
  .preview-property {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-property li:first-child h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60px;
  }
  .property-grid-container .property-card {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    height: 190px;
    margin-right: 0;
    margin-left: 0;
  }
  .property-grid-container .property-card--comparables-field {
    -webkit-box-flex: 1 1 91%;
    -ms-flex: 1 1 91%;
    flex: 1 1 91%;
    max-width: 91%;
  }
  .pitch-truncate {
    width: 180px;
  }
  .loading-text {
    font-size: 0.7em;
  }
  .comparables-property-address, .comparables-search-btn {
    width: 100%;
  }
  .details-button {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .calendar-container {
    width: 100vw;
    margin-top: 0;
  }
  .enquiry-timeline-container {
    padding-right: 0;
  }
  .form-padding {
    padding: 10px;
  }
  .rt-comparables-field .panel-body, .rt-comparables-field .panel-body--kanban {
    padding: 5px;
  }
  .modal-content--pitch {
    top: 40px;
    min-width: 320px;
    border-radius: 0;
  }
  .property-form--modal {
    width: 315px !important;
    height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .enquiry-messagebar-container {
    bottom: 0;
    height: 93vh;
  }
  .message-box {
    width: 100vw;
    height: 93vh;
    border-radius: 0;
    font-size: 16px;
  }
  .message-box .panel-header {
    border-radius: 0;
  }
  .message-box textarea {
    height: 25em;
  }
  .messagebox-tray {
    bottom: -82vh;
    position: fixed;
  }
  .btn-pill {
    padding-top: 3px;
  }
}

/* Reports */
.reports-content {
  width: calc(100% - 13.1vw);
  min-height: 100vh;
  position: static;
  margin-left: 250px;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding-top: 2em;
  padding-right: 2.2em;
  padding-bottom: 2em;
  padding-left: 2.2em;
}

.reports-content h1, .reports-content h2, .reports-content h3, .reports-content h4, .reports-content p {
  margin: 0;
}

/*Screens*/
@media (max-width: 1600px) and (min-width: 1441px) {
  .reports-content {
    margin-left: 200px;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .reports-content {
    margin-left: 200px;
  }
}

@media (max-width: 1366px) and (min-width: 1201px) {
  .reports-content {
    margin-left: 200px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .reports-content {
    margin-left: 200px;
  }
}

@media (max-width: 1024px) {
  .reports-content {
    width: 100%;
    margin-left: 0;
  }
}

/*Devices*/
.two-column-list {
  margin-top: 2em;
}

.two-column-list li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two-column-list li:nth-child(odd) {
  background-color: #F9F9F9;
}

.two-sections {
  padding-top: 1em;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -2em;
  margin-left: -2em;
}

.two-sections > * {
  -webkit-box-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.two-sections .large-section {
  -webkit-box-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.two-sections .small-section {
  -webkit-box-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.list-inline-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-inline-right > * {
  margin-left: 1em;
}

.widgets-container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.widgets-container .widget-panel.quarter {
  -webkit-box-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  padding-top: 1.25em;
  padding-right: 2em;
  padding-bottom: 1.25em;
  padding-left: 2em;
}

.widgets-container .widget-panel.half {
  -webkit-box-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding-top: 1.25em;
  padding-right: 1.8em;
  padding-bottom: 1.25em;
  padding-left: 1.8em;
}

.widgets-container .widget-panel.half.chart {
  -webkit-box-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  overflow: hidden;
}

.widgets-container .widget-panel.thirds {
  -webkit-box-flex: 1 0 33.3%;
  -ms-flex: 1 0 33.3%;
  flex: 1 0 33.3%;
  padding-top: 1.25em;
  padding-right: 1.5em;
  padding-bottom: 1.25em;
  padding-left: 2em;
}

.widgets-container .widget-panel.full {
  -webkit-box-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-top: 1.25em;
  padding-right: 1.5em;
  padding-bottom: 1.25em;
  padding-left: 2em;
}

.widgets-container .widget-panel .panel {
  margin: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.widgets-container .widget-panel .widget-item {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widgets-container .widget-panel .widget-item i {
  color: #80d3f9;
  font-size: 5em;
}

.widgets-container .widget-panel .widget-item h1 {
  font-family: 'Sofia Pro Extra';
  font-size: 60px;
  font-weight: 200;
}

.widgets-container .widget-panel .widget-item h1 small {
  font-size: .5em;
}

.widgets-container .widget-panel .widget-item .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.widgets-container .widget-panel .widget-item .icon-text h4 {
  padding-right: 15px;
  padding-left: 15px;
}

.widgets-container .widget-panel .widget-item canvas {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*screens*/
@media (max-width: 1366px) and (min-width: 1201px) {
  .widgets-container .widget-panel.quarter {
    padding-top: 1.25em;
    padding-right: 1.8em;
    padding-bottom: 1.25em;
    padding-left: 1.8em;
  }
  .widgets-container .widget-panel.half {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .widgets-container .widget-panel .panel h4 {
    font-size: 12px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .widgets-container .widget-panel.quarter {
    padding-top: 1.25em;
    padding-right: 1.8em;
    padding-bottom: 1.25em;
    padding-left: 1.8em;
  }
  .widgets-container .widget-panel.half {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .widgets-container .widget-panel .panel h4 {
    font-size: 12px;
  }
}

/*devices*/
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .two-sections {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .two-sections > * {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .two-sections .list-inline-right > * {
    margin-left: 0;
  }
  .two-sections .list-inline-right > * .btn-trans-dropdown {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.1em;
    width: 90vw;
  }
  .widgets-container {
    width: 100%;
  }
  .widgets-container .widget-panel.quarter {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-top: 1.25em;
    padding-right: 1.8em;
    padding-bottom: 1.25em;
    padding-left: 1.8em;
  }
  .widgets-container .widget-panel.half {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .widgets-container .widget-panel .panel h4 {
    font-size: 12px;
  }
  .widgets-container .widget-panel .widget-item .icon-text {
    -webkit-box-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .widgets-container .widget-panel .widget-item h1 {
    font-size: 48px;
  }
  .widgets-container .widget-panel .widget-item i {
    font-size: 4em;
  }
}

/* ----------- iPhone 6, 7 and 8 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-width: 413px) and (-webkit-min-device-pixel-ratio: 2) {
  .two-sections {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .two-sections > * {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .two-sections .list-inline-right > * {
    margin-left: 0;
  }
  .two-sections .list-inline-right > * .btn-trans-dropdown {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.1em;
    width: 87vw;
  }
  .widgets-container {
    width: 100%;
  }
  .widgets-container .widget-panel.quarter {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-top: 1.25em;
    padding-right: 1.8em;
    padding-bottom: 1.25em;
    padding-left: 1.8em;
  }
  .widgets-container .widget-panel.half {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .widgets-container .widget-panel .panel h4 {
    font-size: 12px;
  }
  .widgets-container .widget-panel .widget-item .icon-text {
    -webkit-box-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .widgets-container .widget-panel .widget-item h1 {
    font-size: 36px;
  }
  .widgets-container .widget-panel .widget-item i {
    font-size: 3em;
  }
}

/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  .two-sections {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .two-sections > * {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .two-sections .list-inline-right > * {
    margin-left: 0;
  }
  .two-sections .list-inline-right > * .btn-trans-dropdown {
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.1em;
    width: 85vw;
  }
  .widgets-container .widget-panel.quarter {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-top: 1.25em;
    padding-right: 1.8em;
    padding-bottom: 1.25em;
    padding-left: 1.8em;
  }
  .widgets-container .widget-panel.half {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .widgets-container .widget-panel .panel h4 {
    font-size: 12px;
  }
  .widgets-container .widget-panel .widget-item .icon-text {
    -webkit-box-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
  .widgets-container .widget-panel .widget-item h1 {
    font-size: 24px;
  }
  .widgets-container .widget-panel .widget-item i {
    font-size: 2em;
  }
}

/* Sign UI */
canvas {
  width: 100%;
  height: 15vh;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.commission-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.commission-input input {
  margin-top: 0;
  margin-right: 0.35em;
  margin-bottom: 0;
  margin-left: 0.35em;
}

.commission-input span {
  font-size: 16px;
  font-weight: 500;
}

.tier-container {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tier-container .tier-row {
  width: 100%;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tier-container .tier-row .tier-item {
  font-size: 16px;
  font-weight: 500;
  -webkit-box-flex: 0 0 31.5%;
  -ms-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tier-container .tier-row .tier-item input {
  font-size: 14px;
  margin-top: 0;
  margin-right: 0.35em;
  margin-bottom: 0;
  margin-left: 0.35em;
}

.tier-container .tier-row .tier-item.percentage {
  font-weight: 600;
  -webkit-box-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.tier-container .tier-row .tier-item.range-text {
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-flex: 0 0 5%;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.tier-container .tier-row .tier-item.greater {
  font-size: 14px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 1366px) and (min-width: 1201px) {
  .commission .control-label {
    width: 33.33%;
  }
  .commission .tier {
    width: 66.67%;
  }
}

.content-area {
  width: calc(100vw - 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: absolute;
  left: 260px;
  top: 0;
  right: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 3;
}

.content-area.active {
  width: calc(85vw - 320px);
}

.nav-tabs.sidepanel-tabs li {
  width: 100%;
}

.nav-tabs.sidepanel-tabs li a {
  font-size: 1.5em;
}

.tab-content.contract {
  background-color: #ffffff;
}

.no-scrollbar {
  overflow-y: hidden;
}

a.accordion-toggle[aria-expanded="false"]::before, a.accordion-toggle[aria-expanded="true"]::before, a[aria-expanded="true"]::before, a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  display: none !important;
}

h4 .accordion-toggle:after {
  line-height: 1em;
}

.property-group.collapse, .property-group.collapsing {
  padding-right: 6px;
  padding-left: 6px;
}

.sign-toolbar-header {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  min-height: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding-right: 0.5em;
  padding-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign-toolbar-header .details {
  border: 0;
  margin: 0;
  -webkit-box-flex: 0 1 55%;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
}

.sign-toolbar-header .details .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign-toolbar-header .preview-action li {
  padding: 0;
}

.sign-toolbar-header h3 {
  margin: 0;
  font-size: 1.3em;
  padding-left: 10px;
}

.sign-toolbar-header .alert {
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  margin: 0;
}

.sign-toolbar-header .alert.alert-warning {
  background-color: #FFD54F;
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sign-toolbar-header .alert.alert-warning:hover {
  background-color: #FFCA28;
}

.sign-toolbar-header .alert.alert-warning i {
  margin-right: 5px;
}

.sign-toolbar-header .alert.alert-warning .alert-truncate {
  margin-left: 5px;
}

.warning-list {
  margin-top: -15px;
}

.warning-list li .alert {
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.warning-list li .alert .details {
  -ms-flex-flow: 0 1 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: 0 1 80%;
}

.warning-list li .alert .details i {
  margin-right: 5px;
}

.warning-list li .alert a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

.modal-body.custom-sign {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding-top: 20px;
}

.modal-body.custom-sign form {
  padding-bottom: 20px;
}

/* ----------- iPhone and Samsung ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .warning-list li.panel .row {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .warning-list li.panel .row h4 {
    text-align: center;
    margin-bottom: 1em !important;
  }
}

.finish-btn {
  width: 230px;
  height: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.finish-btn .signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.finish-btn .signature .badge {
  margin-right: 5px;
  margin-bottom: 0;
}

.finish-btn .btn {
  margin: 0;
}

.document-info-mobile {
  display: none;
}

.footer-mobile {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 50px;
  z-index: 999;
  left: 0;
  padding: 10px;
}

.footer-mobile .mobile-action-buttons {
  float: right;
}

.footer-mobile .mobile-action-buttons i.fa-print, .footer-mobile .mobile-action-buttons i.fa-download {
  font-size: 18px;
  padding: 1px;
}

.footer-mobile .zoom-buttons {
  float: left;
}

.footer-mobile .zoom-buttons i {
  font-size: 18px;
  padding: 1px;
}

.floating-btns-container {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  height: 94vh;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.floating-btns-group {
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -20px;
}

.floating-btns-group a {
  font-size: 1.5em;
  color: #3f395f;
  padding: 0.75em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.floating-btns-group a:hover {
  background-color: #dcdcdc;
}

.floating-btns-group a i:hover {
  color: #3f395f;
}

.rounded-left {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  background-clip: padding-box;
}

/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .floating-btns-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .floating-btns-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .floating-btns-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100vh;
    z-index: 9999;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

@media screen and (max-width: 40em) {
  .floating-btns-container {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    height: 56px;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
  .floating-btns-container .floating-btns-group {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

#sidebar {
  width: 320px;
  position: fixed;
  top: 0;
  right: -320px;
  margin-right: -320px;
  height: 100vh;
  z-index: 999;
  background: #F9F9F9;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

#sidebar.active {
  width: 320px;
  position: fixed;
  top: 0;
  right: 0px;
  margin-right: 0px;
  height: 100vh;
  z-index: 999;
  background: #F9F9F9;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.container-sign {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.container-sign .btn#cancelButton i {
  margin: 0;
}

.container-sign-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  padding-right: 10px;
  padding-left: 10px;
}

.container-sign-mobile small {
  font-size: .7em;
}

.box-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-sign ul {
  margin: 0;
}

.box-sign .document-info h3, .box-sign .document-info h4, .box-sign .document-info p {
  margin: 0;
}

.box-sign:first-child > span {
  margin-right: auto;
}

.box-sign:last-child > span {
  margin-left: auto;
}

.document-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50vw;
}

.document-info div {
  margin-right: 20px;
  margin-left: 20px;
}

.agreement-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.agreement-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agreement-modal {
  background-color: #ffffff;
  width: 20vw;
  min-height: 100px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  border: 0;
}

.document-container {
  margin-top: 95px;
}

.document-container iframe {
  width: 100%;
  height: 100vh;
}

.font-btn-lg {
  font-size: 24px;
}

.sign-document-list li {
  margin-right: 40px;
}

.sign-document-list li:nth-last-child(2) {
  margin-right: 0;
}

.sign-document-list li:last-child {
  margin-right: 0;
}

.signature {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.signature .badge {
  background-color: #f44336;
  font-size: 18px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  margin-bottom: 3px;
}

.back-btn {
  margin-bottom: 3px;
}

.sign-title-mobile {
  font-size: 1.2em;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  padding-left: 25px;
}

.sign-rt-branding {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  font-size: 10px;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 1em;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign-rt-branding .sign-rt-logo {
  width: 72px;
  margin-left: 0.5em;
}

.sign-docpreview-header {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding-top: 0;
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 1em;
}

.sign-docpreview-header #cancelButton, .sign-docpreview-header #go-to-next {
  margin: 0 !important;
}

.sign-docpreview-header h3, .sign-docpreview-header h4 {
  margin: 0 !important;
}

.sign-docpreview-header .document-details {
  position: relative;
  -webkit-box-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign-docpreview-header .document-details h3, .sign-docpreview-header .document-details h4 {
  margin: 0;
}

.sign-docpreview-header .document-details > * {
  padding: 1em;
}

.sign-docpreview-header .document-details .btn {
  margin-right: 1em;
  margin-left: 1em;
  padding: 4px !important;
}

.sign-docpreview-header .document-details .btn i {
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.sign-docpreview-header .signature-details {
  -webkit-box-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign-docpreview-header .signature-details > * {
  margin: 1em;
}

.sign-docpreview-header .signature-details .btn {
  padding: 4px !important;
}

.sign-docpreview-header .signature-details .btn i {
  margin-top: 2px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer-zoom-mobile {
  display: none;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  padding-top: 1em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.footer-zoom-mobile .slidecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-zoom-mobile .slidecontainer a {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.footer-zoom-mobile .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #E4E4E4;
  outline: none;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border-radius: 4px;
}

.footer-zoom-mobile .slider:hover {
  opacity: 1;
}

.footer-zoom-mobile .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #3f395f;
  cursor: pointer;
  border-radius: 50%;
}

.footer-zoom-mobile .slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background-color: #3f395f;
  cursor: pointer;
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .sign-rt-branding .sign-rt-logo {
    width: 56px;
  }
  .sign-docpreview-header .document-details .btn {
    margin-right: 0;
  }
  .footer-zoom-mobile {
    display: block;
  }
}

/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .sign-rt-branding .sign-rt-logo {
    width: 56px;
  }
  .sign-docpreview-header .document-details .btn {
    margin-right: 0;
  }
  .footer-zoom-mobile {
    display: block;
  }
}

/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  .sign-rt-branding .sign-rt-logo {
    width: 56px;
  }
  .sign-docpreview-header .document-details .btn {
    margin-right: 0;
  }
  .footer-zoom-mobile {
    display: block;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sign-rt-branding .sign-rt-logo {
    width: 56px;
  }
  .sign-docpreview-header .document-details .btn {
    margin-right: 0;
  }
  .footer-zoom-mobile {
    display: block;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sign-rt-branding .sign-rt-logo {
    width: 56px;
  }
  .sign-docpreview-header .document-details .btn {
    margin-right: 0;
  }
  .footer-zoom-mobile {
    display: block;
  }
}

/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .sign-rt-branding .sign-rt-logo {
    width: 56px;
  }
  .sign-docpreview-header .document-details .btn {
    margin-right: 0;
  }
  .footer-zoom-mobile {
    display: block;
  }
}

.form-rei {
  margin: 1em 0 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-rei label {
  -webkit-box-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.form-rei input {
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.rei-btn-container {
  width: 100%;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.rei-btn-container > * {
  margin: 1em;
}

.rei-list li {
  padding: .5em 0 .5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.rei-list li.header {
  border-bottom: 1px solid #3f395f;
  margin-bottom: .5em;
}

.rei-list li.header p {
  font-size: 1.1em;
}

.rei-list li.total p {
  font-size: 1.1em;
  font-weight: bold;
}

.rei-list li p {
  margin: 0;
  width: 100%;
  position: relative;
  -webkit-box-flex: 1 1 49%;
  -ms-flex: 1 1 49%;
  flex: 1 1 49%;
}

.rei-list li p i {
  position: absolute;
  top: 5px;
  right: 0;
}

.tab-content-sign {
  background-color: #ffffff;
}

.nav-tabs-sign {
  border-bottom: 1px solid #3f395f;
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .document-container {
    margin-top: 50px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 415px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .document-container {
    margin-top: 50px;
  }
}

/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  .agreement-modal {
    width: 80vw;
  }
  .document-container {
    margin-top: 50px;
  }
  .modal-dialog-sign {
    top: 60px;
  }
  .nav-tabs-sign li a {
    padding: 8apx;
    font-size: 1.3em;
  }
  .footer-mobile .mobile-action-buttons i.fa-print, .footer-mobile .mobile-action-buttons i.fa-download {
    font-size: 13px;
  }
  .footer-mobile .zoom-buttons i {
    font-size: 13px;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .agreement-modal {
    width: 80vw;
  }
  .document-container {
    margin-top: 50px;
  }
  .modal-dialog-sign {
    top: 60px;
  }
  .nav-tabs-sign li a {
    padding: 10px;
    font-size: 1.3em;
  }
  .footer-mobile .mobile-action-buttons i.fa-print, .footer-mobile .mobile-action-buttons i.fa-download {
    font-size: 16px;
  }
  .footer-mobile .zoom-buttons i {
    font-size: 16px;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .agreement-modal {
    width: 80vw;
  }
  .document-container {
    margin-top: 50px;
  }
  .modal-dialog-sign {
    top: 60px;
  }
  .nav-tabs-sign li a {
    padding: 10px;
    font-size: 1.3em;
  }
  .document-info {
    width: 70vw;
  }
  .document-info h3, .document-info h4 {
    font-size: 1em;
  }
  .footer-mobile .mobile-action-buttons i.fa-print, .footer-mobile .mobile-action-buttons i.fa-download {
    font-size: 18px;
  }
  .footer-mobile .zoom-buttons i {
    font-size: 18px;
  }
}

/* ----------- Non-Retina Screens ----------- */
@media (max-width: 1800px) and (min-width: 1601px) {
  .document-container {
    margin-top: 75px;
  }
  .document-container .property-grid-container > .property-card--comparables-field {
    max-width: 30.6%;
  }
}

@media (max-width: 1600px) and (min-width: 1441px) {
  .content-area {
    width: calc(100vw - 220px);
    left: 200px;
  }
  .sign-toolbar-header {
    left: 200px;
  }
  .sign-toolbar-header .details li {
    padding: 0 !important;
  }
  .sign-toolbar-header .truncate-address-sign {
    width: 300px;
  }
  .document-container {
    margin-top: 75px;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .content-area {
    width: calc(100vw - 220px);
    left: 200px;
  }
  .sign-toolbar-header {
    left: 200px;
  }
  .sign-toolbar-header .details {
    -webkit-box-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .sign-toolbar-header .details .preview-action li {
    padding: 0;
  }
  .sign-toolbar-header .details .document-container {
    margin-top: 75px;
  }
}

@media (max-width: 1366px) and (min-width: 1201px) {
  .content-area {
    width: calc(100vw - 220px);
    left: 200px;
  }
  .sign-toolbar-header {
    left: 200px;
  }
  .sign-toolbar-header .details {
    -webkit-box-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
  .sign-toolbar-header .details .truncate-address-sign {
    width: 300px;
  }
  .sign-toolbar-header .details .preview-action {
    font-size: 11px;
  }
  .sign-toolbar-header .details .preview-action li {
    padding: 0;
  }
  .alert-truncate {
    display: none;
  }
  .document-container {
    margin-top: 75px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .content-area {
    width: calc(100vw - 220px);
    left: 200px;
  }
  .document-info h3, .document-info h4 {
    font-size: 14px;
  }
  h3.signature {
    font-size: 14px;
  }
  h3.signature .badge {
    font-size: 14px;
  }
  .sign-toolbar-header {
    left: 200px;
    padding-right: 1em;
    padding-left: 1em;
  }
  .sign-toolbar-header .details {
    -webkit-box-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .sign-toolbar-header .details h3 {
    font-size: 1.2em;
  }
  .sign-toolbar-header .preview-action {
    font-size: 10px;
  }
  .alert-truncate {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .content-area {
    width: 100vw;
    left: 0;
  }
}

@media (max-width: 768px) and (min-width: 641px) {
  .content-area {
    width: 100vw;
    left: 0;
  }
}

@media (max-width: 640px) and (min-width: 481px) {
  .content-area {
    width: 100vw;
    left: 0;
  }
}

@media (max-width: 475px) {
  .content-area {
    width: 100vw;
    left: 0;
  }
}

/*Merge UI*/
.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  width: 100%;
}

.main-panel {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-flex: 1 1 85%;
  -ms-flex: 1 1 85%;
  flex: 1 1 85%;
}

.main-panel .top-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.75em;
  padding-right: 2em;
  padding-bottom: 0.75em;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.main-panel .top-section .pdf-name {
  -webkit-box-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}

.main-panel .top-section .pdf-name h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1em;
}

.main-panel .top-section .btn {
  margin-left: 1em;
}

.main-panel .top-section .btn.btn-grey.disabled {
  opacity: .3;
}

.main-panel .view-tabs {
  position: fixed;
  bottom: 0;
  width: 85%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.singlepage-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.singlepage-view > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 70%;
}

.singlepage-view > * img {
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.tilepage-view {
  width: 85vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tilepage-view > * {
  padding-top: 3em;
  padding-right: 5em;
  padding-bottom: 0;
  padding-left: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  overflow: hidden;
  position: relative;
}

.tilepage-view > * .tools {
  position: absolute;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 2em;
}

.tilepage-view > * .tools > * {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.tilepage-view > * .tools > * i {
  font-size: 18px;
}

.tilepage-view > *:hover {
  background-color: #F9F9F9;
}

.tilepage-view > *:hover .tools {
  opacity: 1;
}

.tilepage-view img {
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.modal-content.merge .modal-body img {
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

.modal-content.merge .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content.merge .modal-footer > * {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

/*screens*/
@media (max-width: 1600px) and (min-width: 1201px) {
  .tilepage-view > * {
    -webkit-box-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

.side-panel {
  position: relative;
  background-color: #f4f4f4;
  overflow: hidden;
  -webkit-box-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-panel.classify {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 0;
  padding-right: 2em;
  padding-bottom: 4.5em;
  padding-left: 2em;
  -webkit-box-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-panel.classify article {
  font-size: 14px;
  width: 100%;
}

.side-panel.classify article h4 {
  margin: 0;
}

.side-panel.classify .section-title {
  background-color: #3f395f;
  color: #ffffff;
  margin-right: -2em;
  margin-left: -2em;
  padding-top: 0.25em;
  padding-right: 2em;
  padding-bottom: 0.25em;
  padding-left: 2em;
}

.side-panel.classify .dropdown {
  width: 100%;
  padding-top: 1em;
  padding-right: 0;
  padding-bottom: 1em;
  padding-left: 0;
}

.side-panel.classify .dropdown-menu {
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.175);
          box-shadow: 0 0px 6px rgba(0, 0, 0, 0.175);
  left: inherit;
  top: 3em;
  border: 0;
  width: 100%;
}

.side-panel.classify .dropdown-menu li.searchbox {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

.side-panel.classify .dropdown-menu li.searchbox .btn-trans-search {
  padding-top: 12px;
  padding-right: 12px;
}

.side-panel.classify .dropdown-menu li a {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  white-space: normal;
}

.side-panel.classify .dropdown-menu .results {
  padding: 0;
}

.side-panel.classify .dropdown .btn-trans-dropdown {
  float: left;
  width: 100%;
  margin: 0;
}

.side-panel .form-group {
  width: 100%;
  margin-top: 1em;
}

.side-panel .checkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-panel .checkbox label {
  margin-right: .5em;
}

.pages {
  padding-top: 5em;
  padding-bottom: 5em;
  width: 100%;
  height: 95.5vh;
  overflow-y: auto;
}

.pages::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #f4f4f4;
}

.pages::-webkit-scrollbar-thumb {
  background: #E4E4E4;
}

.pages > * {
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

.pages img {
  width: 50%;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
}

hr.grey-dk-line {
  width: 120%;
  border-top: 0.1em solid #999999;
  margin-top: 1em;
  margin-right: -2em;
  margin-bottom: 1em;
  margin-left: -2em;
}

.btns-container {
  position: fixed;
  bottom: .5em;
  width: 22%;
  height: 4em;
  background-color: #ffffff;
  padding: 1em;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btns-container > * {
  -webkit-box-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

.container-radiobtn {
  width: 100%;
}

.container-radiobtn .radiobtn-list li {
  width: 100%;
  position: relative;
}

.container-radiobtn .radiobtn-list li label {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0;
}

.container-radiobtn .radiobtn-list li .btn-view {
  position: absolute;
  right: 0;
  opacity: 0;
  background-color: #3f395f;
  color: #ffffff !important;
  font-size: 12px;
  border-radius: 4px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
}

.container-radiobtn .radiobtn-list li:hover .btn-view {
  opacity: 1;
}

.container-radiobtn .radiobtn-list li:last-child label {
  margin: 0;
}

ul.nav-tabs.sidepanel-tabs {
  border-bottom: 2px solid #3f395f;
}

ul.nav-tabs.sidepanel-tabs li.active a {
  border: 1px solid #3f395f;
  border-radius: 0;
}

ul.nav-tabs.sidepanel-tabs li.active a:focus, ul.nav-tabs.sidepanel-tabs li.active a:hover {
  border: 1px solid #3f395f;
}

ul.nav-tabs.sidepanel-tabs li a:focus, ul.nav-tabs.sidepanel-tabs li a:hover {
  border-radius: 0;
}

ul.nav-tabs.mainpanel-tabs {
  width: 19em;
  background: #3f395f;
  padding-top: 0.25em;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

ul.nav-tabs.mainpanel-tabs li.active a {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff !important;
  opacity: 1;
}

ul.nav-tabs.mainpanel-tabs li.active a:focus, ul.nav-tabs.mainpanel-tabs li.active a:hover {
  border: 0;
  color: #ffffff !important;
}

ul.nav-tabs.mainpanel-tabs li a {
  background-color: transparent;
  border: 0;
  color: #E4E4E4 !important;
  opacity: .5;
}

ul.nav-tabs.mainpanel-tabs li a:focus, ul.nav-tabs.mainpanel-tabs li a:hover {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #E4E4E4 !important;
  opacity: 1;
}

.tab-content.sidepanel, .tab-content.mainpanel {
  border: none;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}

.tab-content.sidepanel .section-title, .tab-content.mainpanel .section-title {
  position: absolute;
  background-color: #3f395f;
  z-index: 9;
  width: 100%;
  left: 0;
}

.tab-content.sidepanel .section-title h4, .tab-content.mainpanel .section-title h4 {
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding-top: 0.75em;
  padding-right: 0.5em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
}

.tab-content.mainpanel {
  overflow-y: auto;
  padding-top: 2em;
  padding-bottom: 6em;
}

.tab-content.mainpanel::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #f4f4f4;
}

.tab-content.mainpanel::-webkit-scrollbar-thumb {
  background: #E4E4E4;
}

/*Top-Panel - Classify Doc*/
.main-panel .top-section.classify-doc {
  height: 5em;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.main-panel .top-section.classify-doc .select-actions {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -2em;
  -webkit-box-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-panel .top-section.classify-doc .select-actions li {
  padding-right: 0.75em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-left: 0.75em;
  -webkit-box-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-panel .top-section.classify-doc .select-actions li.searchbox {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.main-panel .top-section.classify-doc .select-actions li.searchbox .btn-trans-search {
  padding-right: 10px;
}

.main-panel .top-section.classify-doc .select-actions li a {
  width: 100%;
  padding: 4px;
}

.main-panel .top-section.classify-doc .select-actions li .filter-search-input {
  padding-bottom: 1em;
}

.main-panel .top-section.classify-doc .select-actions li .btn-trans-dropdown {
  min-width: 18em;
  margin: 0;
}

.main-panel .top-section.classify-doc .actions {
  margin-top: 0;
  margin-right: -1em;
  margin-bottom: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-panel .top-section.classify-doc .actions li {
  padding-right: 0.75em;
  padding-left: 0.75em;
}

.main-panel .top-section.classify-doc .actions li a {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}

/* React Components and Dependencies */
.outline-none:focus {
  outline: none;
}

.input-group--filters {
  padding: 0 10px;
}

.input-group--filters-mobile {
  padding: 0;
}

.react-datepicker {
  font-size: 1.3rem !important;
}

.react-datepicker-popper {
  z-index: 1000 !important;
}

.react-datepicker__current-month {
  font-size: 1.5rem !important;
}

.react-datepicker__header {
  padding-top: 6px !important;
}

.react-datepicker__navigation {
  top: 13px !important;
}

.react-datepicker__day-name, .react-datepicker__day {
  margin: 0.5rem !important;
}

.rt-header-desktop {
  margin-bottom: 20px;
}

.rt-header-desktop header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rt-header-desktop header .row h2 {
  margin: 0;
}

.rt-header-desktop--kanban {
  padding: 10px 25px 0px 25px;
  margin-bottom: 20px;
}

.rt-header-desktop--kanban header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rt-header-desktop--kanban header .row h2 {
  margin: 0;
}

@media (max-width: 1024px) {
  .rt-header-desktop {
    margin-top: 60px;
  }
}

.list-group-item--no-border {
  border: 0;
}

.react-contextmenu {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  color: #373a3c;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  outline: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 250ms ease !important;
  transition: opacity 250ms ease !important;
}

.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
}

.react-contextmenu-item {
  padding: 3px 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background-color: #20a0ff;
  border-color: #20a0ff;
  text-decoration: none;
}

.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  color: #878a8c;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}

.react-contextmenu-item--divider {
  margin-bottom: 3px;
  padding: 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
}

.react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}

.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}

.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}

.example-multiple-targets::after {
  content: attr(data-count);
  display: block;
}

.rt-date-range-picker-dialog {
  position: absolute;
}

.kanban-task-list {
  padding-top: 10px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}

.kanban-task-list-column {
  padding: 0;
}

.kanban-task-list-item {
  margin: 0px 0px 20px 0px;
  -ms-flex-preferred-size: 62px;
      flex-basis: 62px;
}

.kanban-task-list-item > .outline-none {
  margin-bottom: 20px;
}

.kanban-task-list-item:last-child {
  margin-bottom: 0;
}

.kanban-task-list-item p {
  margin: 0;
  color: #999999;
  font-size: .9em;
}

.accordion-kanban, .accordion-my-tasks {
  margin-left: 0;
}

.margin-kanban-status {
  margin: 0;
  padding: 15px 0;
}

.panel-body--kanban {
  padding-right: 0;
}

.drop-down-menu--status {
  position: relative;
  margin-top: 5px;
}

.drop-down-menu--status > button.btn-trans-dropdown {
  outline: none;
  min-width: 120px;
  float: left;
  margin: 0;
}

.drop-down-menu--status > ul.dropdown-menu {
  top: 30px;
}

.drop-down-menu--status * li.list-group-item {
  border: 0;
  padding: 0;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drop-down-menu--status * li.list-group-item:hover {
  background-color: #20a0ff;
}

.drop-down-menu--status * div.react-contextmenu-item {
  padding: 0;
  margin: 3px 20px;
  line-height: 1.5;
}

/*Contract Signing*/
.panel-group {
  padding-top: 2em;
  padding-bottom: 2em;
}

.panel-group#accordion, .panel-group#accordion2 {
  width: 100%;
}

.panel-group#accordion .panel, .panel-group#accordion2 .panel {
  margin-right: -2em;
  margin-left: -2em;
  border-radius: 0;
  border-top: 1px solid #3f395f;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.panel-group#accordion .panel-heading, .panel-group#accordion2 .panel-heading {
  border-radius: 0;
  background-color: #3f395f;
  color: #ffffff;
}

.panel-group#accordion .panel-heading h4, .panel-group#accordion2 .panel-heading h4 {
  font-size: 14px;
  font-weight: normal;
}

.panel-group#accordion .panel:hover, .panel-group#accordion2 .panel:hover {
  cursor: pointer;
}

.panel-group#accordion .panel-body, .panel-group#accordion2 .panel-body, .panel-group#accordion .panel-body--kanban, .panel-group#accordion2 .panel-body--kanban {
  border-top: 1px solid #3f395f;
  cursor: default;
}

.panel-heading :before {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: normal;
}

.panel-heading.active :before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contract-list {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
}

.contract-list li {
  border: 2px solid #E4E4E4;
  border-radius: 4px;
  font-size: 14px;
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contract-list li:hover {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.8);
          box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.8);
  border: 2px solid #3f395f;
}

.contract-list li.disabled {
  background-color: #999999;
  color: #ffffff;
  border: 2px solid #999999;
}

.contract-list li.disabled:hover {
  cursor: not-allowed;
  border: 2px solid #999999;
  -webkit-box-shadow: 0px 0px 0px rgba(204, 197, 185, 0.8);
          box-shadow: 0px 0px 0px rgba(204, 197, 185, 0.8);
}

/*Contract Signing*/
.sub-details {
  width: 85%;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.accounts-graph {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.accounts-graph canvas {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.padding-shadow {
  padding: 5px;
}

h3 {
  margin-bottom: 0;
}

.stat-nos {
  font-family: 'Sofia Pro Ultra';
  font-size: 4.5em;
}

canvas#line-chart {
  height: auto;
}

svg:hover .st0 {
  fill: #999999;
}

/* ----------- Non-Retina Screens ----------- */
@media (max-width: 1600px) and (min-width: 1441px) {
  .stat-nos {
    font-size: 3.5em;
  }
}

.view-other-details {
  background-color: #E4E4E4;
}

.view-other-details a {
  display: block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 0.4em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  padding-left: 2.5em;
}

.view-other-details a:hover {
  background-color: #dcdcdc;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accounts-list {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  margin-top: 10px;
}

.accounts-list li {
  border-radius: 4px;
  font-size: 14px;
  padding: 0.25em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accounts-list li:hover {
  background-color: #E4E4E4;
}

.accounts-list li.disabled {
  background-color: #999999;
  color: #ffffff;
  border: 2px solid #999999;
}

.accounts-list li.disabled:hover {
  cursor: not-allowed;
  border: 2px solid #999999;
  -webkit-box-shadow: 0px 0px 0px rgba(204, 197, 185, 0.8);
          box-shadow: 0px 0px 0px rgba(204, 197, 185, 0.8);
}

.app-panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -ms-flex-pack: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.app-panel {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
}

.app-panel h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.panel-stack {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.credit-panel {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.credit-panel h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.credit-panel .bottom h1, .credit-panel .bottom p {
  color: #ffffff;
  text-transform: uppercase;
}

.credit-panel .bottom h1 {
  font-size: 2.35em;
}

.credit-panel .cc-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}

.justify-sides-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}

.justify-sides-panel h1 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.stretch-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.accounts#accordion .panel, .accounts.panel-group#accordion2 .panel {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 2px;
  margin-left: 0;
  border-top: 0;
}

.accounts#accordion .panel .panel-heading, .accounts.panel-group#accordion2 .panel .panel-heading {
  background-color: #E4E4E4;
  color: #3f395f;
}

.accounts#accordion .panel .panel-heading h4, .accounts.panel-group#accordion2 .panel .panel-heading h4 {
  text-transform: uppercase;
}

.accounts#accordionMobile .panel {
  border-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 2px;
  margin-left: 0;
}

.accounts#accordionMobile .panel .panel-heading {
  background-color: #E4E4E4;
  color: #3f395f;
}

.accounts#accordionMobile .panel .panel-heading h4 {
  text-transform: uppercase;
}

.accounts#accordionMobile .panel .accounts-list {
  min-height: 11em;
}

.accounts#accordionMobile .panel .accounts-list li {
  height: auto;
  min-height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0;
}

/* ----------- Non-Retina Screens ----------- */
@media (max-width: 1600px) and (min-width: 1441px) {
  .main-panel.accounts {
    margin-left: 200px;
  }
  .justify-sides-panel i {
    font-size: 1.5em;
  }
  .credit-panel .bottom h1 {
    font-size: 2.0em;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .main-panel.accounts {
    margin-left: 200px;
  }
  .two-panel .accounts-stats {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .panel-stack {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
  .panel-stack .justify-sides-panel {
    -webkit-box-flex: 0 1 47.25%;
    -ms-flex: 0 1 47.25%;
    flex: 0 1 47.25%;
  }
  .panel-stack .justify-sides-panel i {
    font-size: 1.25em;
  }
  .credit-panel .top h2 {
    font-size: 1.75em;
  }
  .credit-panel .bottom h1 {
    font-size: 1.65em;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-container {
    position: relative;
  }
  .main-panel.accounts {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .two-panel {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .three-panel {
    margin: 0;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .large-panel {
    padding: 0;
  }
  .panel-stack > * {
    margin-bottom: 3em !important;
  }
  .accounts-graph {
    margin-right: 2em;
    margin-left: 2em;
  }
  .credit-panel .top h2 {
    font-size: 1.9em;
  }
  .credit-panel .bottom h1 {
    font-size: 1.8em;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .credit-panel .top h2 {
    font-size: 2em;
  }
  .credit-panel .bottom h1 {
    font-size: 2.25em;
  }
}

.rt-apps-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rt-apps-container > * {
  -webkit-box-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  padding: 1em;
}

.rt-apps-container .rt-apps-card {
  border-radius: 4px;
  height: 150px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.rt-apps-container .rt-app-name {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rt-apps-container .rt-app-name .logo {
  margin-right: 10px;
}

.rt-apps-container .rt-app-name .logo img {
  height: 30px;
  width: 30px;
}

.rt-apps-container .rt-app-name .name {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.rt-apps-container p {
  padding-right: 1em;
  padding-left: 1em;
  height: 36px;
}

.rt-apps-container .rt-apps-footer {
  background-color: #f1f1f1;
  overflow: hidden;
  padding: 1em;
}

.rt-apps-container .rt-apps-footer .two-panel-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rt-apps-container .rt-apps-footer .btn {
  margin-top: 0;
}

.rt-apps-container .rt-apps-footer i {
  color: #999999;
}

.rt-apps-container .rt-apps-footer i:hover {
  color: #737373;
}

@media (max-width: 1366px) and (min-width: 1024px) {
  .rt-apps-container .rt-app-name .name {
    width: 300px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .rt-apps-container .rt-app-name .name {
    width: 300px;
  }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .rt-apps-container .rt-app-name .name {
    width: 400px;
  }
}

/* ----------- iPad Pro 12.9" ----------- */
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .rt-apps-container .rt-app-name .name {
    width: 440px;
  }
}

.dropdown-settings .btn {
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown-settings .dropdown-menu {
  min-width: 100px !important;
  right: 15px;
  left: unset;
}

.dropdown-settings .dropdown-menu li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.dropdown-settings .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.dropdown-settings .dropdown-menu li a .logo-icon {
  margin-right: 10px;
  width: 24px;
}

.logo-icon-sm {
  margin-right: 5px;
  width: 16px;
}

.logo-icon-sm2 {
  margin-right: 5px;
  width: 20px;
}

.btn-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crumbs-details {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #f4f4f4 !important;
  font-size: .9em !important;
  font-weight: 300;
  letter-spacing: .5px;
}

.crumbs-details a {
  font-size: .9em;
  color: #ffffff !important;
}

.btn.btn-accounts-details {
  font-size: .7em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.side-panel.accounts {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #f4f4f4;
  padding-top: 0;
  padding-right: 2em;
  padding-bottom: 4.5em;
  padding-left: 2em;
  -webkit-box-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.side-panel.accounts h2 {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .side-panel.accounts {
    margin-left: -30%;
  }
}

.flex-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}

.flex-table li:nth-child(even) {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.flex-table li:last-child {
  border-bottom: 0;
}

.table-item {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-item > * {
  -webkit-box-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-item div {
  font-size: 14px;
}

.table-item .date {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.table-item .price {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .flex-table li:nth-child(even) {
    background-color: #f4f4f4;
  }
  .table-item {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .table-item div {
    width: 100%;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .table-item .date {
    text-transform: uppercase;
  }
  .table-item .price {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

/*Whitewater*/
.bg-green {
  background-color: #64bd5f;
}

.bg-black {
  background-color: #3f395f;
}

.bg-red {
  background-color: #ff8a80;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-overlay {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn {
  background-color: #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1.3px;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 0.25rem;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.btn i {
  margin-right: 0.5em;
}

.btn:hover {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.btn.btn-black, .btn.btn-grey, .btn.btn-green {
  background-color: #3f395f;
}

.btn.btn-black:hover, .btn.btn-grey:hover, .btn.btn-green:hover {
  color: #FFFFFF;
  background-color: #1d1933;
}

.btn.btn-green {
  background-color: #64bd5f;
}

.btn.btn-green:hover {
  background-color: #49a544;
  color: #FFFFFF;
}

.btn.btn-grey {
  background-color: #999999;
}

.btn.btn-grey:hover {
  color: #FFFFFF;
  background-color: #595959;
}

.btn.btn-red {
  background-color: #d32f2f;
  color: #FFFFFF !important;
}

.btn.btn-red:hover {
  background-color: #ab2424;
}

.btn.btn-filter {
  background-color: #F2F2F2;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.1em;
  padding-right: 8px;
}

.btn.btn-filter .caret {
  position: relative;
  margin-top: 2px;
  margin-left: 10px;
}

.btn.btn-filter:hover {
  background-color: #E9E9E9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.sm {
  width: 25%;
}

.btn.md {
  font-size: 1.2em;
  width: 50%;
  padding: 4px;
}

.btn.md2 {
  font-size: 2em;
  width: 20%;
  padding-top: 0.5em;
  padding-right: 1em !important;
  padding-bottom: 0.5em;
  padding-left: 1em !important;
}

.btn.lg {
  font-size: 1.2em;
  padding: 4px;
  width: 75%;
}

.btn.block {
  font-size: 1.2em;
  width: 100%;
  padding: 4px;
}

.btn-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.btn-transparent, .btn-transparent.sm, .btn-transparent.md, .btn-transparent.lg {
  background-color: transparent;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 0.25rem;
  padding: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-transparent.trans-black {
  outline: 2px solid #3f395f;
  color: #3f395f;
}

.btn-transparent.trans-black:hover {
  background-color: #3f395f;
  color: #FFFFFF;
}

.btn-transparent.trans-grey {
  color: #3f395f;
}

.btn-transparent.trans-grey:hover {
  background-color: #d9d9d9;
  color: #3f395f;
}

.btn-transparent.trans-green {
  outline: 2px solid #64bd5f;
  color: #64bd5f;
}

.btn-transparent.trans-green:hover {
  background-color: #64bd5f;
  color: #FFFFFF;
}

.sm.btn-transparent {
  width: 25%;
}

.md.btn-transparent {
  font-size: 1em;
  width: 50%;
  padding: 4px;
}

.lg.btn-transparent {
  font-size: 1.2em;
  width: 75%;
  padding: 8px;
}

button:focus {
  outline: 0;
}

.float-btn {
  position: absolute;
  right: -1.5em;
  top: 0;
  opacity: 0;
  font-size: .7em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.close-popup-btn {
  position: absolute;
  right: .5em;
  top: .35em;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-container-btm {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
}

.btn-container-xl {
  width: 95%;
}

.btn-container-full {
  width: 100%;
}

.dropup .btn {
  color: #3f395f;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
  padding: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.dropup .btn .caret {
  margin: 2px;
}

.dropdown-menu li a {
  margin: 0;
}

.property-grid-container .create-button i, .property-grid-container .create-profile i {
  margin-top: 0.5em;
}

.preview-action .dropdown .dropdown-menu li > a {
  font-size: 1em;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: unset !important;
}

.mobile-dropdown {
  width: 100%;
  background-color: #f4f4f4;
}

.mobile-dropdown .btn {
  text-align: left;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 0;
  text-transform: capitalize;
  padding-top: 10px;
  padding-right: 10px !important;
  padding-bottom: 10px;
  padding-left: 20px !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-dropdown .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #E4E4E4;
}

.mobile-dropdown .btn:focus {
  background-color: #E4E4E4 !important;
}

.mobile-dropdown .btn img {
  max-height: 36px;
  margin-right: 5px;
}

.mobile-dropdown a.accordion-toggle[aria-expanded="false"]::before,
.mobile-dropdown a.accordion-toggle[aria-expanded="true"]::before,
.mobile-dropdown a[aria-expanded="true"]::before,
.mobile-dropdown a[aria-expanded="false"]::before,
.mobile-dropdown a[aria-expanded="true"]::before {
  display: block !important;
  color: #999999;
  font-size: 0.6em;
  right: 20px;
  top: 15px;
}

.mobile-dropdown .dropdown-menu {
  border-radius: 0;
  border-bottom: 0;
  margin-top: 42px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
}

.mobile-dropdown .dropdown-menu li a {
  font-size: 1.1em;
  text-transform: capitalize;
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-dropdown .dropdown-menu li a > * {
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 0;
}

.mobile-dropdown .dropdown-menu li a img {
  max-height: 18px;
}

.mobile-dropdown .dropdown-menu li a.active {
  background-color: #d9d9d9;
}

.btn-group .dropdown-menu li a {
  font-size: 1em;
}

.btn-trans-dropdown {
  color: #3f395f;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-trans-dropdown .caret {
  position: relative;
  margin: 0;
}

.btn-custom-section {
  font-size: .9em !important;
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  .btn {
    font-size: .9em;
  }
  .btn.md {
    width: 100%;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn {
    font-size: .9em;
  }
  .btn.md {
    width: 100%;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .btn {
    font-size: .9em;
  }
  .btn.md {
    width: 100%;
  }
}

.card {
  background-color: #FFFFFF;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.signup-container {
  height: 100%;
  width: 100%;
}

.signup-card {
  width: 50vw;
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.signup-card .signup-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  -webkit-box-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 2em;
  padding-right: 4em;
  padding-bottom: 2em;
  padding-left: 4em;
}

.signup-card .signin-box {
  -webkit-box-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-height: 50em;
  overflow: hidden;
  background-color: #64bd5f;
  background-position: center;
  background-size: cover;
  position: relative;
}

.signup-card .signin-box a {
  color: #FFFFFF;
}

.signup-card .signin-box a:hover {
  color: #FFFFFF;
}

.select-card {
  width: 75vw;
  min-height: 60vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.credit-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
  width: 100%;
  height: 13em;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.credit-card h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.credit-card .bottom h1, .credit-card .bottom p {
  color: #FFFFFF;
  text-transform: uppercase;
}

.credit-card .bottom h1 {
  font-size: 2.35em;
}

.credit-card .cc-number {
  position: absolute;
  bottom: 1em;
  width: 100%;
}

.card-button {
  border: 1px dotted #999999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.card-button:hover {
  border: 1px solid #64bd5f;
  background-color: #f2f2f2;
  color: #64bd5f;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1800px) and (min-width: 1601px) {
  .signup-card {
    width: 65vw;
  }
}

@media (max-width: 1600px) and (min-width: 1025px) {
  .signup-card {
    width: 70vw;
  }
  .signup-card .signup-box {
    padding: 2em;
  }
  .select-card {
    width: 90vw;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .signup-card {
    width: 50%;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .signup-card {
    width: 70%;
    border-radius: 0;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .signup-card .signup-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 0;
    padding-left: 2em;
    -webkit-box-flex: 0 1 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .signup-card .signin-box {
    -webkit-box-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    min-height: 12em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-xs {
    display: none !important;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .signup-card {
    width: 50%;
  }
}

/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 374px) {
  .signup-card {
    width: 100%;
    border-radius: 0;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .signup-card .signup-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 0;
    padding-left: 2em;
    -webkit-box-flex: 0 1 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .signup-card .signin-box {
    -webkit-box-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    min-height: 20em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-xs {
    display: none;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .signup-card {
    width: 100%;
    border-radius: 0;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .signup-card .signup-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 0;
    padding-left: 2em;
    -webkit-box-flex: 0 1 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .signup-card .signin-box {
    -webkit-box-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    min-height: 20em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-xs {
    display: none;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .signup-card {
    width: 100%;
    border-radius: 0;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .signup-card .signup-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 0;
    padding-left: 2em;
    -webkit-box-flex: 0 1 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .signup-card .signin-box {
    -webkit-box-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    min-height: 20em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-xs {
    display: none;
  }
}

fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-group-ww .form-radio,
.form-group-ww .form-group {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-group-ww .row {
  -moz-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.form-group-ww .form-inline > .form-group,
.form-group-ww .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-group-ww .form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}

.form-group-ww .checkbox .form-help, .form-group-ww .form-radio .form-help, .form-group-ww .form-group .form-help {
  position: absolute;
  width: 100%;
}

.form-group-ww .checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}

.form-group-ww .form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group-ww .form-group input {
  height: 1.9rem;
}

.form-group-ww .form-group textarea {
  resize: none;
}

.form-group-ww .form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group-ww .form-group .control-label {
  position: absolute;
  top: 0.75rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #999999;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.form-group-ww .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #d9d9d9;
  display: block;
}

.form-group-ww .form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #3f395f;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.form-group-ww .form-group input,
.form-group-ww .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group-ww .form-group input[type="file"] {
  line-height: 1;
}

.form-group-ww .form-group input[type="file"] ~ .bar {
  display: none;
}

.form-group-ww .form-group select,
.form-group-ww .form-group input:focus,
.form-group-ww .form-group input:valid,
.form-group-ww .form-group input.form-file,
.form-group-ww .form-group input.has-value,
.form-group-ww .form-group textarea:focus,
.form-group-ww .form-group textarea:valid,
.form-group-ww .form-group textarea.form-file,
.form-group-ww .form-group textarea.has-value {
  color: #333;
}

.form-group-ww .form-group select ~ .control-label,
.form-group-ww .form-group input:focus ~ .control-label,
.form-group-ww .form-group input:valid ~ .control-label,
.form-group-ww .form-group input.form-file ~ .control-label,
.form-group-ww .form-group input.has-value ~ .control-label,
.form-group-ww .form-group textarea:focus ~ .control-label,
.form-group-ww .form-group textarea:valid ~ .control-label,
.form-group-ww .form-group textarea.form-file ~ .control-label,
.form-group-ww .form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: #999999;
  top: -.65rem;
  left: 0;
}

.form-group-ww .form-group select:focus,
.form-group-ww .form-group input:focus,
.form-group-ww .form-group textarea:focus {
  outline: none;
}

.form-group-ww .form-group select:focus ~ .control-label,
.form-group-ww .form-group input:focus ~ .control-label,
.form-group-ww .form-group textarea:focus ~ .control-label {
  color: #3f395f;
}

.form-group-ww .form-group select:focus ~ .bar::before,
.form-group-ww .form-group input:focus ~ .bar::before,
.form-group-ww .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.form-group-ww .checkbox label,
.form-group-ww .form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #3f395f;
  display: block;
  font-size: 1em;
}

.form-group-ww .checkbox input,
.form-group-ww .form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.form-group-ww .radio {
  margin-bottom: 1rem;
}

.form-group-ww .radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}

.form-group-ww .radio .helper::before, .form-group-ww .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}

.form-group-ww .radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}

.form-group-ww .radio label:hover .helper {
  color: #337ab7;
}

.form-group-ww .radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.form-group-ww .radio input:checked ~ .helper::before {
  color: #337ab7;
}

.form-group-ww.sign .list-unstyled {
  width: 70px;
}

.form-group-ww.sign .checkbox {
  margin: 0;
  padding: 0;
}

.form-group-ww .checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-group-ww .checkbox .helper {
  color: #999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}

.form-group-ww .checkbox .helper.sign {
  top: 4px;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  border: 0.15rem solid #3f395f;
}

.form-group-ww .checkbox .helper::before, .form-group-ww .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #3f395f;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}

.form-group-ww .checkbox .helper::before {
  top: 0.80rem;
  left: 0.5rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-box-shadow: 0 0 0 0.0625rem #fff;
          box-shadow: 0 0 0 0.0625rem #fff;
}

.form-group-ww .checkbox .helper::after {
  top: 0.45rem;
  left: 0.1rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-group-ww .checkbox label:hover .helper {
  color: #3f395f;
}

.form-group-ww .checkbox input:checked ~ .helper {
  color: #3f395f;
}

.form-group-ww .checkbox input:checked ~ .helper::after, .form-group-ww .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}

.form-group-ww .checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}

.form-group-ww .checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.form-group-ww .radio + .radio,
.form-group-ww .checkbox + .checkbox {
  margin-top: 1rem;
}

.form-group-ww .has-error .legend.legend, .form-group-ww .has-error.form-group .control-label.control-label {
  color: #d9534f;
}

.form-group-ww .has-error.form-group .form-help,
.form-group-ww .has-error.form-group .helper, .form-group-ww .has-error.checkbox .form-help,
.form-group-ww .has-error.checkbox .helper, .form-group-ww .has-error.radio .form-help,
.form-group-ww .has-error.radio .helper, .form-group-ww .has-error.form-radio .form-help,
.form-group-ww .has-error.form-radio .helper {
  color: #d9534f;
}

.form-group-ww .has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.form-group-ww .input-group .form-control {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group-ww .input-group-addon {
  padding: 6px 12px;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

.form-group-ww .input-group-addon.btn-green {
  background-color: #64bd5f;
  color: #FFFFFF;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group-ww .input-group-addon.btn-green:hover {
  background-color: #49a544;
}

.form-group-ww .material-toggle {
  display: block;
  height: 22px;
  width: 40px;
}

.form-group-ww .material-toggle input:empty {
  margin-left: -9999px;
}

.form-group-ww .material-toggle input:empty ~ label {
  position: relative;
  float: left;
  width: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-group-ww .material-toggle input:empty ~ label:before,
.form-group-ww .material-toggle input:empty ~ label:after {
  position: absolute;
  display: block;
  content: ' ';
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group-ww .material-toggle input:empty ~ label:before {
  top: 3px;
  left: 0px;
  width: 32px;
  height: 13px;
  border-radius: 12px;
  background-color: #bdbdbd;
}

.form-group-ww input.switch:empty ~ label:after {
  top: -1px;
  left: -9px;
  width: 1.4em;
  height: 8px;
  bottom: 0.1em;
  margin-left: 0.1em;
  background-color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: solid 2px;
  border-color: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.form-group-ww .material-toggle input:checked ~ label:before {
  background-color: #f2f2f2;
}

.form-group-ww .material-toggle input:checked ~ label:after {
  left: 15px;
  background-color: #64bd5f;
  border-color: #64bd5f;
}

.form-group-ww .wizard-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.form-group-ww .wizard-container .form-content {
  min-height: 25rem;
  padding-top: 1em;
  padding-right: 6em;
  padding-bottom: 1em;
  padding-left: 6em;
  -webkit-box-flex: 1 1 95%;
  -ms-flex: 1 1 95%;
  flex: 1 1 95%;
}

.form-group-ww .wizard-container .btn-container {
  padding-top: 2em;
  padding-bottom: 1em;
  -webkit-box-flex: 1 1 5%;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
}

/*end of form-group*/
.switch-ww {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 0px;
  margin-top: 2px;
}

.switch-ww__input {
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}

.switch-ww__label {
  display: block;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.switch-ww__label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 28px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 14px;
  z-index: 1;
  -webkit-transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-ww__label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #999999;
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: left, background-color;
  transition-property: left, background-color;
}

.switch-ww__input:checked + .switch-ww__label:before {
  background-color: #aadba7;
}

.switch-ww__input:checked + .switch-ww__label:after {
  left: 16px;
  background-color: #64bd5f;
}

.form-container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.form-container .form-btm-buttons {
  width: 75%;
}

.form-btm-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-btm-buttons.center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.form-btm-buttons.right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.form-btm-buttons .btn {
  font-size: 1.1em;
}

.form-card {
  background-color: #FFFFFF;
  border: 1px solid #f2f2f2;
  width: 75%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 2em;
  padding-bottom: 0;
}

.form-card .card-title {
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-right: 0.75em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  margin-bottom: 1em;
}

.form-card label {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
}

.form-card .form-group {
  padding-top: 0;
  padding-right: 2em;
  padding-bottom: 0;
  padding-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2em;
}

.form-card .form-group select {
  border: none;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

.form-card .footer {
  background-color: #f2f2f2;
  margin-top: 1em;
  padding: 0.75em;
}

.form-card .form-list {
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 1em;
}

.form-card.xl {
  width: 95%;
}

.form-card.full {
  width: 100%;
}

.form-card .checkbox label {
  padding-top: 5px;
}

/*custom checkbox*/
.inputgroup-ww {
  display: block;
  min-width: 12em;
  position: relative;
  overflow: hidden;
  width: 45%;
  margin-bottom: 1rem;
}

.inputgroup-ww.full {
  width: 100%;
}

.inputgroup-ww.full label:before {
  width: 12px;
  height: 12px;
}

.inputgroup-ww.full label:after {
  background-position: -2px -1px;
}

.inputgroup-ww .edit-quote {
  position: absolute;
  top: .6em;
  right: 1em;
  z-index: 9;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.inputgroup-ww label {
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  display: block;
  text-align: left;
  color: #3f395f;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.inputgroup-ww label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #3f395f;
  color: #3f395f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputgroup-ww label:after {
  width: 24px;
  height: 24px;
  content: '';
  border: 2px solid #d9d9d9;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 0px 1px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.inputgroup-ww label.custom-radio:after {
  top: 23px;
}

.inputgroup-ww label.custom-radio .radio-desc {
  font-size: 12px;
  line-height: 1.2px;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.inputgroup-ww input:checked ~ label {
  color: #fff;
}

.inputgroup-ww input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputgroup-ww input:checked ~ label:after {
  background-color: #64bd5f;
  border-color: #64bd5f;
}

.inputgroup-ww input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form-group.recurring-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-group.recurring-form .recurring-box {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-group.recurring-form .recurring-box .recurring-field {
  width: 100%;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-group.recurring-form .recurring-box .footer {
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 0.75em;
  padding-right: 0.5em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
}

.form-group.recurring-form .recurring-btn {
  margin-top: 1em;
}

/* ----------- iPhone devices ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .form-container {
    width: 100%;
    padding-top: 2em;
  }
  .form-card {
    width: 95%;
  }
  .form-card .form-group {
    padding-right: 1em;
    padding-left: 1em;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .form-card .form-group.recurring-form .recurring-box .recurring-field {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    padding: 1em;
  }
  .form-card label {
    margin-right: 0;
  }
  .form-btm-buttons {
    width: 95%;
  }
  .form-btm-buttons.right {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

.invoice-card {
  width: 50vw;
  min-height: 70vh;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.invoice-details {
  height: 100%;
  min-height: 70vh;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -ms-flex-pack: stretch;
}

.invoice-details li {
  margin-bottom: 1.5em;
}

.invoice-details small {
  color: #999999;
  text-transform: uppercase;
}

.invoice-details h4 {
  margin-bottom: 0;
}

.invoice-details .address p {
  margin: 0;
}

.invoice-items {
  height: 100%;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.price-list li {
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.price-list li.header {
  font-weight: 500;
  border-bottom: 2px solid #3f395f;
  padding: 0;
}

.price-list li.total-container {
  width: 100%;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 1rem;
  padding-bottom: 0;
}

.price-list li.total-container .subtotal, .price-list li.total-container .total {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 0.5em;
}

.price-list li.total-container .total {
  margin-top: 3em;
  padding: 0;
}

.price-list li.total-container .total h4 {
  font-weight: 500;
  margin: 0;
}

.price-list li .price {
  text-align: right;
}

.label-paid {
  background-color: #64bd5f;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 1em;
}

@media (max-width: 1600px) and (min-width: 1025px) {
  .invoice-card {
    width: 100%;
  }
}

.marketing-payment-timeline {
  max-height: calc(70vh - 150px);
  overflow-y: auto;
  margin-top: 1.5em;
}

.marketing-payment-timeline .date {
  background-color: #f2f2f2;
  width: 100%;
  text-align: center;
  padding: 4px;
}

.marketing-payment-timeline li {
  font-size: 1.2em;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.marketing-payment-timeline li:last-child {
  border: none;
}

.marketing-payment-timeline .time {
  -webkit-box-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
}

.marketing-payment-timeline .activity {
  -webkit-box-flex: 0 1 85%;
  -ms-flex: 0 1 85%;
  flex: 0 1 85%;
  margin-left: 1em;
}

.marketing-quote {
  padding-left: 1em;
}

.marketing-quote small {
  font-size: .7em;
  font-weight: 500;
  text-transform: uppercase;
}

.modal-header {
  border-bottom: 0;
}

.sidebar-nav {
  height: 100%;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.sidebar-nav ul {
  padding-top: 10px !important;
}

.sidebar-nav .dropup span.truncate-username {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-content {
  display: block;
  width: 300px;
  background-color: #d9d9d9;
  min-height: 100%;
  position: fixed;
  margin: 0;
  padding-top: 1rem;
  padding-right: 0;
  padding-bottom: 1rem;
  padding-left: 0;
}

.nav-link {
  background-color: #f2f2f2;
  color: #3f395f;
  border-radius: 4px;
  margin-right: 1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.nav-link:hover {
  background-color: #d9d9d9;
}

.nav-link.active {
  background-color: #3f395f;
  color: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-link.active:hover {
  cursor: default;
}

.brand h4 {
  font-size: 1em;
}

.sidebar-nav .brand-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-nav .brand-icon .logo-icon {
  width: 22px;
  margin-top: 10px;
  margin-right: 3px;
}

@media (max-device-width: 1600px) and (min-device-width: 1025px) {
  .sidebar-nav .dropup span.truncate-username {
    width: 140px;
  }
}

.select2-container--default .select2-selection--multiple {
  border: 0;
}

.note-btn.btn {
  color: #3f395f !important;
}

.note-btn.btn:before {
  display: none;
}

.note-btn.btn .note-current-fontname:before {
  display: none;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.swiper-button-next {
  right: 5px;
  height: 5%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2366BB6A'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
  height: 5%;
  left: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2366BB6A'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination-bullet-active {
  background: #64bd5f;
}

.flex-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
}

.flex-table li:nth-child(even) {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.flex-table li:last-child {
  border-bottom: 0;
}

.table-item {
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-item .truncate, .table-item .truncate-track, .table-item .truncate p, .truncate .table-item p, .table-item .truncate-address, .table-item .truncate-address-sign, .table-item .truncate-attachment, .table-item .truncate-image-attachment, .table-item .truncate-task {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
  margin: 0;
  width: 230px;
}

.table-item > * {
  -webkit-box-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-item.header {
  background-color: #3f395f;
  color: #FFFFFF;
  font-weight: 500;
}

.table-item.header .last-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  font-size: 1.3em;
}

.table-item.header li {
  border: 0;
}

.table-item.header a {
  color: #FFFFFF !important;
  text-decoration: none;
  position: relative;
  font-size: 1.05em;
  margin: 0;
}

.table-item.header a i {
  position: absolute;
  top: 0;
  right: -1em;
}

.table-item.header a i.fa-flip-vertical {
  top: .5em;
}

.table-item .last-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.table-item div {
  font-size: 14px;
}

.table-item .date {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.table-item .price {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.table-item .xs-item {
  -webkit-box-flex: 1 1 5%;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
  width: 100%;
}

.table-item .sm-item {
  -webkit-box-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  width: 100%;
}

.table-item .md-item {
  -webkit-box-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  width: 100%;
}

.table-item a {
  font-size: 1em;
  font-weight: 500;
}

.table-item .btn-text {
  display: none;
}

/* ----------- Non-Retina Screens ----------- */
@media (max-width: 1600px) and (min-width: 1366px) {
  .table-item .truncate, .table-item .truncate-track, .table-item .truncate p, .truncate .table-item p, .table-item .truncate-address, .table-item .truncate-address-sign, .table-item .truncate-attachment, .table-item .truncate-image-attachment, .table-item .truncate-task {
    width: 158px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1365px) and (min-width: 1201px) {
  .table-item .truncate, .table-item .truncate-track, .table-item .truncate p, .truncate .table-item p, .table-item .truncate-address, .table-item .truncate-address-sign, .table-item .truncate-attachment, .table-item .truncate-image-attachment, .table-item .truncate-task {
    padding-right: 1.5em;
    width: 150px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .flex-table li:nth-child(even) {
    border-top: 0;
    border-bottom: 0;
    background-color: #f4f4f4;
  }
  .table-item {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .table-item.header {
    display: none;
  }
  .table-item a.name {
    font-size: 1.2em;
    font-weight: 500;
  }
  .table-item .last-item {
    margin-top: 1em;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .table-item .last-item .inline, .table-item .last-item .inline-left, .table-item .last-item .inline-right {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .table-item .last-item .inline a, .table-item .last-item .inline-left a, .table-item .last-item .inline-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-item .last-item .inline a span, .table-item .last-item .inline-left a span, .table-item .last-item .inline-right a span {
    margin-left: 5px;
  }
  .table-item .btn-text {
    display: block;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .flex-table li:nth-child(even) {
    border-top: 0;
    border-bottom: 0;
  }
  .table-item {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .table-item a.name {
    font-size: 1.2em;
    font-weight: 500;
  }
  .table-item .last-item {
    margin-top: 1em;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .table-item .last-item .inline, .table-item .last-item .inline-left, .table-item .last-item .inline-right {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .table-item .last-item .inline a, .table-item .last-item .inline-left a, .table-item .last-item .inline-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-item .last-item .inline a span, .table-item .last-item .inline-left a span, .table-item .last-item .inline-right a span {
    margin-left: 5px;
  }
  .table-item .btn-text {
    display: block;
  }
}

body, h1, h2, h3, h4, h5, p, a, td {
  font-family: 'Rubrik';
  line-height: 1.35em;
  color: #1d1933;
}

h1, h2 {
  font-weight: 500;
}

body p {
  font-size: 1em;
}

.content-cypress h2 {
  font-weight: 500;
}

a {
  font-weight: 400;
  font-size: 1.25em;
  text-decoration: none;
  color: #3f395f;
}

a:hover {
  color: #1d1933;
  text-decoration: none;
}

.text-green {
  color: #64bd5f;
}

.text-grey {
  color: #999999;
}

.text-white {
  color: #FFFFFF;
}

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

/*Pitch create template*/
.action-sub-margin {
  font-weight: 500;
}

.progress-indicator a {
  font-size: 1em !important;
}

.progress-indicator .stacked-text h3 {
  font-weight: 500;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 98vh;
}

.rt-brand {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rt-brand img {
  width: 50%;
}

.rt-brand a {
  color: #FFFFFF !important;
}

.rt-brand p {
  color: #FFFFFF;
}

.rt-logo img {
  width: 100%;
}

.brand p {
  font-size: 1em;
}

.details {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.alert-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert-warning .btn {
  margin: 0;
}

.alert-warning .details {
  border: 0;
  padding: 0;
  margin: 0;
}

.warning-list li.panel {
  margin-bottom: 1.5em;
}

.warning-list li.panel .row {
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.warning-list li.panel .row .btn {
  margin: 0;
}

.warning-list li.panel .row h4 {
  margin: 0;
}

section {
  width: 100%;
}

.searchbar-container {
  width: 100%;
  bottom: 0px;
}

.searchbar-container .input-group {
  -webkit-box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  box-shadow: 0px 1px 8px rgba(204, 197, 185, 0.5);
  border: 0 !important;
  width: 100% !important;
  background-color: #FFFFFF;
}

.searchbar-container textarea {
  resize: none;
  border: 0 !important;
}

.pill-label, .pill-label-green, .pill-label-black, .pill-label-grey-lt {
  border-radius: 40px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.pill-label-green {
  color: #FFFFFF;
  background-color: #64bd5f;
}

.pill-label-black {
  color: #FFFFFF;
  background-color: #3f395f;
}

.pill-label-grey-lt {
  color: #3f395f;
  background-color: #d9d9d9;
}

.rounded-corners {
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.footer-contact {
  width: 99%;
  text-align: center;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact .logo {
  width: 100%;
}

.footer-contact .logo img {
  width: 40%;
  margin-bottom: 1em;
}

.visible-xs {
  display: none;
}

.tab-content {
  position: relative;
  height: 100%;
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .visible-xs {
    display: block;
  }
  .footer-contact .logo img {
    width: 25%;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .visible-xs {
    display: block;
  }
  .footer-contact .logo img {
    width: 20%;
  }
}

/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  .visible-xs {
    display: block;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .visible-xs {
    display: block;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .visible-xs {
    display: block;
  }
}

ul {
  padding: 0;
  margin: 0;
}

.inline, .inline-left, .inline-right {
  list-style-type: none;
  min-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.inline li, .inline-left li, .inline-right li {
  border: 0 !important;
}

.inline > *, .inline-left > *, .inline-right > * {
  margin-top: 0;
  margin-right: 0.5rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.inline.lg > *, .lg.inline-left > *, .lg.inline-right > * {
  margin: 1rem;
}

.inline-left {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.inline-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.list-unstyled {
  list-style-type: none;
  margin-bottom: 0;
}

.text-section-list {
  list-style-type: none;
}

.text-section-list li {
  margin-bottom: 1.5em;
}

.text-section-list li h5 {
  font-weight: 500;
}

.progress-indicator li.incomplete h3 {
  color: #cecece !important;
}

.progress-indicator h3 {
  font-weight: 400;
}

.container-radiobtn .inline-right > * {
  margin: 0;
}

.filters-list {
  position: relative;
  overflow-y: auto;
  width: 280px;
  height: auto;
  min-height: 0px;
  max-height: 300px;
}

.filters-list .list-group-item:hover {
  background-color: #f4f4f4;
  border-radius: 0;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .form-list li h4 {
    margin-bottom: 0;
  }
  .container-radiobtn .inline-right {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .container-radiobtn .inline-right > * {
    margin: 0;
  }
}

.one-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.two-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.two-panel h3, .two-panel h4 {
  margin: 0;
}

.two-panel .btn {
  margin: 0 !important;
}

.two-panel.sign h3 {
  font-weight: 400;
  margin: 0;
}

.items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.panel-even > * {
  -webkit-box-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.three-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.three-panel.space-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.three-panel .panel-item {
  -webkit-box-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1rem;
}

.three-panel h4 {
  margin: 0;
}

.three-panel .btn {
  margin: 0 !important;
}

.three-panel.sign h3 {
  font-weight: 400;
  margin: 0;
}

.four-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.four-panel .panel-item {
  -webkit-box-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1rem;
}

.four-panel a.panel-item {
  margin: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.four-panel a.panel-item:hover {
  text-decoration: none;
}

.panel-80 {
  -webkit-box-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 100%;
}

.panel-70 {
  -webkit-box-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  width: 100%;
}

.panel-60 {
  -webkit-box-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 100%;
}

.panel-50 {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 100%;
}

.panel-40 {
  -webkit-box-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 100%;
}

.panel-30 {
  -webkit-box-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 100%;
}

.panel-20 {
  -webkit-box-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 100%;
}

.panel-10 {
  -webkit-box-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  width: 100%;
}

.panel-card {
  background-color: #FFFFFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.panel-card.app {
  padding-top: 2em;
  padding-right: 1em;
  padding-bottom: 2em;
  padding-left: 1em;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*devices*/
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .two-panel {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .two-panel {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .two-panel.mobile-row {
    margin-top: 1em;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
  .panel-card.rounded-corners {
    border-radius: 0;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .two-panel {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .two-panel.mobile-row {
    margin-top: 1.5em;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
}

.margin-top-xs {
  margin-top: 0.75em;
}

.margin-top-sm {
  margin-top: 2em;
}

.margin-top-md {
  margin-top: 3em;
}

.margin-top-lg {
  margin-top: 6em;
}

.margin-btm-xs {
  margin-bottom: 0.5em;
}

.margin-btm-sm {
  margin-bottom: 2em;
}

.absolute-center {
  height: 99vh;
  overflow-y: auto !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-responsive {
  max-width: 100%;
}

.content-body {
  width: 100%;
  padding: 1em;
}

.content-body.md {
  padding: 2em;
}

.custom-padding {
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 374px) {
  .absolute-center {
    height: auto;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .absolute-center {
    height: auto;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mobile-space {
    margin-top: 4em;
  }
  .custom-padding {
    padding: 1em;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .absolute-center {
    height: auto;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .custom-padding {
    padding: 1em;
  }
}

.editor-header {
  background-color: #FFFFFF;
  position: fixed;
  height: 50px;
  width: 100%;
  font-size: 16px;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.editor-header .btn {
  font-size: .8em;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.editor-header .app-title {
  font-size: 1.30em;
}

.template-name {
  position: relative;
}

.template-name h5 {
  font-weight: 500;
  margin: 0;
}

.template-name:hover {
  cursor: pointer;
}

.template-name:hover .float-btn {
  opacity: 1;
}

.presentation-preview-toolbar .row {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.presentation-preview-toolbar h3 {
  font-weight: 500;
  margin: 0;
}

.presentation-preview-toolbar.full-width {
  left: 0;
}

.presentation-preview__center {
  top: 50px !important;
}

.presentation-preview__center.full-width {
  left: 0;
}

.preview-action {
  margin: 0 !important;
}

.preview-action .caret {
  margin-top: 0 !important;
}

.preview-action a {
  font-size: 1em;
}

.editor-sidepanel {
  background-color: #f2f2f2;
  height: 100vh;
  width: 250px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.editor-sidepanel .collapse-btn {
  opacity: 0;
  position: absolute;
  top: 5em;
  right: -.75em;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #f2f2f2;
  color: #64bd5f;
  z-index: 99;
  padding-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.editor-sidepanel .collapse-btn:hover {
  background-color: #64bd5f;
  color: #FFFFFF !important;
  text-decoration: none;
}

.editor-sidepanel:hover .collapse-btn {
  opacity: 1;
}

.sidepanel-tabs {
  border-bottom: 2px solid #999999;
  color: #3f395f;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidepanel-tabs a {
  text-align: center;
  font-size: 1em;
  letter-spacing: 1.2px;
  -webkit-box-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0.75em;
  margin: 0;
}

.sidepanel-tabs .active {
  background-color: #999999;
  color: #FFFFFF !important;
  font-weight: normal;
}

.sidepanel-container {
  overflow-y: auto;
  height: auto;
  padding-top: 0;
  padding-right: 0.25em;
  padding-bottom: 0;
  padding-left: 0.25em;
  margin-top: 1em;
}

.sidepanel-container.section-buttons-container {
  max-height: 32vh;
}

.sidepanel-container.section-panels-container {
  max-height: 53vh;
}

.section-btn {
  background-color: #FFFFFF;
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding-top: 0.25em;
  padding-right: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.section-panel {
  background-color: #FFFFFF;
  min-height: 10em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.section-panel.upload-file .file {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-panel.upload-file .file img {
  width: 64px;
  max-height: 64px;
}

.section-panel.upload-file .file .text-info p {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 500;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 10px;
  margin: 0;
}

.section-panel.upload-file .file .text-info p.doc-type {
  font-size: .8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}

.section-panel .image {
  height: 8em;
  overflow: hidden;
}

.section-panel .text {
  font-weight: 400;
  border-top: 1px solid #d9d9d9;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.section-panel .text i {
  padding-top: 3px;
}

.section-panel.settings {
  min-height: 1em;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.section-panel.settings .title-header {
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}

.section-panel.settings .text {
  font-size: .9em;
  border-top: none;
}

.panel--custom-section .truncate, .panel--custom-section .truncate-track, .panel--custom-section .truncate p, .truncate .panel--custom-section p, .panel--custom-section .truncate-address, .panel--custom-section .truncate-address-sign, .panel--custom-section .truncate-attachment, .panel--custom-section .truncate-image-attachment, .panel--custom-section .truncate-task {
  font-size: 1.2em;
  width: 130px;
}

.custom-sections__sections-container {
  max-height: 235px !important;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  background: #d9d9d9;
}

::-webkit-scrollbar-thumb {
  background: #999999;
}

.popup-panel {
  background-color: #FFFFFF;
  min-width: 50rem;
  min-height: 25rem;
  z-index: 99;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.popup-panel.xl {
  max-width: 95vw;
  height: 90vh;
}

.popup-panel .title h5 {
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 2em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  margin: 0;
}

.vertical-tabs {
  width: 100%;
  min-height: 25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.vertical-tabs > * {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 1.25em;
}

.vertical-tabs a {
  font-weight: 400;
  font-size: 1.2em;
  text-align: right;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.vertical-tabs a:hover {
  background-color: #d9d9d9;
}

.vertical-tabs .active {
  font-weight: 400;
  background-color: #d9d9d9;
  position: relative;
}

.vertical-tabs .active::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #d9d9d9;
  z-index: 99;
}

.tab-content.settings {
  position: relative;
  min-height: 25em;
  padding-top: 2em;
  padding-right: 4em;
  padding-bottom: 2em;
  padding-left: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.preview-content {
  height: 85vh;
  overflow-y: auto;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.preview-content img {
  width: 36.5%;
}

.preview-content.preview-custom img {
  width: 100%;
}

.preview-details {
  height: 85vh;
  overflow-y: auto;
  padding: 2em;
}

.preview-header {
  width: 95vw;
}

.title {
  padding: 1.5em;
}

.title .crumbs {
  color: #d9d9d9;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: .5px;
}

.title .crumbs a {
  font-size: 1em;
  color: #FFFFFF !important;
}

.title h2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.panel-40 .checkbox {
  margin: 0;
  padding: 0;
}

.panel-80 .checkbox {
  margin: 0;
  padding: 0;
}

.date-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date-input-group .input-group-addon.btn {
  float: none !important;
  background-color: transparent;
  right: 1em;
  font-size: 1.5em;
  color: #3f395f;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .logo-mobile {
    font-size: 1.5em;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
  }
  .logo-mobile img {
    height: 24px;
    margin-right: 0.25em;
  }
  .title {
    margin-top: 45px;
  }
  .title h2 {
    font-size: 1.5em;
  }
  .panel-40 .checkbox {
    width: 100%;
    margin-top: 0.75em !important;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.templates-container {
  position: relative;
  overflow: hidden;
  padding-top: 3em;
  padding-right: 2em;
  padding-bottom: 3em;
  padding-left: 2em;
}

.template-item {
  height: auto;
  width: 60%;
}

.template-item .image {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.template-item .image .btn-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding-right: 2em;
  padding-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.template-item .name {
  text-align: center;
  font-size: 1.3em;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-item:hover .image .btn-container {
  opacity: 1;
}

/* ----------- Non-Retina Screens ----------- */
@media (max-width: 1600px) and (min-width: 1201px) {
  .template-item .image .btn-container {
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
  .template-item .image .btn-container a.btn.block {
    font-size: .9em;
  }
}

/*portal styles*/
.portal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portal-wrapper .absolute-center {
  height: 100%;
  min-height: 99vh;
}

.portal-brand {
  position: fixed;
  overflow: hidden;
}

.portal-brand .inline, .portal-brand .inline-left, .portal-brand .inline-right {
  position: relative;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin-top: 3em;
}

.portal-brand .inline i, .portal-brand .inline-left i, .portal-brand .inline-right i {
  margin-right: 0.25em;
}

.portal-apps {
  padding-right: 4em;
  padding-left: 4em;
  margin-bottom: 1em;
}

.portal-apps .text-header {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-align-self: start;
  -ms-align-self: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.portal-apps .text-header h3 {
  margin: 0;
}

.portal-apps .rt-apps-card {
  background-color: #ffffff;
}

.portal-apps .rt-apps-footer {
  background-color: transparent;
  border-top: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portal-apps .rt-apps-footer i {
  color: #FFD100;
}

.portal-apps .rt-apps-footer i:hover {
  color: #000000;
}

.portal-apps .rt-apps-footer .btn-black, .portal-apps .rt-apps-footer .btn-grey, .portal-apps .rt-apps-footer .btn-green {
  background-color: #000000;
}

.portal-apps .rt-apps-footer .btn-black:hover, .portal-apps .rt-apps-footer .btn-grey:hover, .portal-apps .rt-apps-footer .btn-green:hover {
  color: #000000 !important;
  background-color: #FFD100 !important;
}

.portal-apps .rt-apps-footer .btn-yellow {
  color: #000000;
  background-color: #FFD100;
}

.portal-logo {
  width: 30em;
  margin-bottom: 2em;
}

.portal-user {
  min-width: 30em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portal-user .profile-pic {
  background-color: #FFD100;
  border-radius: 50%;
  color: #000000;
  font-size: 24px;
  height: 64px;
  width: 64px;
  text-transform: uppercase;
  overflow: hidden;
  margin-right: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portal-user .profile-details {
  letter-spacing: 2px;
  width: 75%;
}

.portal-user .profile-details h3 {
  margin: 0;
}

.portal-user .profile-details p {
  text-transform: uppercase;
  margin: 0;
}

.portal-user .profile-details hr {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  border-top: 1.5px solid #FFD100;
}

.btn-logout {
  position: absolute;
  bottom: 30%;
  letter-spacing: 1.5px;
  font-size: 1em;
  font-weight: 500;
  color: #000000;
  border-radius: 4px;
  margin-top: 2em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0.5em;
}

.btn-logout:hover {
  background-color: #FFD100;
  color: #000000;
}

/*-----------screens---------------------*/
@media (max-width: 1366px) and (min-width: 1025px) {
  .portal-apps {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .portal-apps > * {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .portal-apps {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .portal-apps > * {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .portal-brand {
    padding-bottom: 1em;
  }
  .portal-brand .inline, .portal-brand .inline-left, .portal-brand .inline-right {
    margin-top: 3em;
  }
  .btn-logout {
    bottom: 1em;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .portal-wrapper .absolute-center {
    min-height: unset;
    height: auto;
    position: relative;
  }
  .portal-brand {
    position: relative;
  }
  .portal-brand .inline, .portal-brand .inline-left, .portal-brand .inline-right {
    margin-top: 3em;
  }
  .portal-wrapper {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .panel-40, .panel-60 {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .portal-logo {
    padding-top: 1em;
  }
  .portal-user {
    padding-bottom: 2em;
  }
  .portal-apps {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .portal-apps > * {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .btn-logout {
    bottom: 1em;
  }
}

/* ----------- iPhones and Samsungs ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .portal-wrapper {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
  .portal-wrapper .absolute-center {
    min-height: unset;
    height: auto;
    position: relative;
  }
  .panel-40, .panel-60 {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .portal-brand {
    width: 100%;
    position: relative;
  }
  .portal-brand .inline, .portal-brand .inline-left, .portal-brand .inline-right {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .portal-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .portal-logo img {
    width: 80%;
  }
  .portal-user {
    min-width: 100%;
    padding-top: 0;
    padding-right: 1em;
    padding-bottom: 2em;
    padding-left: 1em;
  }
  .portal-apps {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .portal-apps > * {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .btn-logout {
    bottom: 1em;
  }
}

/*pitch*/
.table-pitch {
  background-color: #ffffff;
  font-size: 14px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.table-pitch thead {
  background-color: #3f395f;
}

.table-pitch thead tr th {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  color: #ffffff;
  font-weight: 500;
  border-bottom: none;
}

.table-pitch tbody tr th {
  padding: 1em;
  border-top: none;
}

.table-pitch tbody tr td {
  padding: 1em;
}

.table-pitch tbody tr td.actions .inline, .table-pitch tbody tr td.actions .inline-left, .table-pitch tbody tr td.actions .inline-right {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.table-pitch tbody tr td.actions .inline li, .table-pitch tbody tr td.actions .inline-left li, .table-pitch tbody tr td.actions .inline-right li {
  margin-right: 1em;
  margin-left: 1em;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: #f4f4f4;
}

.table-responsive::-webkit-scrollbar-thumb {
  height: 5px;
  background: #E4E4E4;
}

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

.panel-table {
  width: 100%;
}

.modal-content.modal-content--pitch {
  min-width: 40vw;
}

.property-card--custom-section-template .property-card-overlay .list-inline {
  width: 100%;
}

.property-card--custom-section-template .property-card-overlay .list-inline .section-panel__overlay-item {
  display: block;
  width: 100%;
  padding-bottom: 0.5em;
}

.property-card--custom-section-template .property-card-overlay .list-inline .section-panel__overlay-item a {
  font-size: 16px;
}

.note-editable ul {
  padding-left: 3em;
}

/* ----------- iPads ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
  .logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    font-size: 20px;
  }
  .logo-mobile .logo-icon {
    width: 32px;
    margin-right: 5px;
  }
  .margin-top-mob {
    margin-top: 3em;
  }
}

.panel--marketing-quote .quote-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.3em;
}

.panel--marketing-quote a {
  font-size: 1em;
}

/* ----------- iPhone and Samsung ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .preview.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .margin-top-mob {
    margin-top: 3em;
  }
}

.actions-wizard a {
  color: #999999 !important;
  font-size: 1.25em;
  letter-spacing: 1.2px;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.actions-wizard a i {
  font-size: 1.25em;
}

.actions-wizard a .icon-edit {
  display: none;
}

.actions-wizard a .icon-check {
  display: none;
}

.actions-wizard a.active {
  background-color: #3f395f;
  color: #ffffff !important;
}

.actions-wizard a.active .icon-check {
  display: none;
}

.actions-wizard a.active .action-no {
  display: none;
}

.actions-wizard a.active .icon-edit {
  display: block;
}

.actions-wizard a.active::after {
  border-left: 10px solid #3f395f;
}

.actions-wizard a.done {
  color: #3f395f !important;
  font-weight: 500;
}

.actions-wizard a.done .icon-edit {
  display: none;
}

.actions-wizard a.done .action-no {
  display: none;
}

.actions-wizard a.done .icon-check {
  display: block;
}

.actions-wizard a.done .icon-check i {
  color: #64bd5f;
}

/*udpates and fixes*/
.flow-settings .mobile-dropdown .dropdown-menu div a {
  font-size: 14px;
  display: list-item;
  color: #3f395f;
  padding-top: 0.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
}

.flow-settings .mobile-dropdown .dropdown-menu div a.active {
  color: #ffffff !important;
  background-color: #3f395f;
}

.user-icon-small p {
  color: #ffffff;
}

.modal-header-mob, .modal-header-full {
  height: 35px;
  background-color: #f4f4f4;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-header-mob h3, .modal-header-full h3 {
  font-size: 1.25em;
  margin: 0 !important;
}

margin-t-kanban {
  margin-top: 170px;
}

.flex-widget-container, .flex-container-list {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-container-list > *:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.margin-t-kanban {
  margin-top: 170px;
  margin-left: 15px;
}

.flex-container-task .task-item:hover {
  cursor: pointer;
}

.campaign-details-list {
  margin-bottom: 3em;
}

.rt-agent-tasks .rt-agent-tasks {
  padding: 0;
}

.rt-agent-tasks .margin-utc {
  margin-left: 0;
}

.rt-agent-tasks .margin-tc {
  margin-left: 0;
}

.panel-wrapper {
  overflow-x: auto;
}

.panel-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: #f4f4f4;
}

.panel-wrapper::-webkit-scrollbar-thumb {
  height: 5px;
  background: #E4E4E4;
}

.rt-kanban-board .property-sec-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rt-kanban-board .property-sec-hdr li {
  position: relative;
}

.rt-kanban-board .property-sec-hdr li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.rt-kanban-board .property-sec-hdr li a.accordion-toggle:after {
  left: 10px;
  position: absolute;
}

.rt-kanban-board .property-sec-hdr li span {
  margin-left: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #3f395f !important;
  background-color: #dcdcdc !important;
  padding-top: 4px !important;
  padding-right: 8px !important;
  padding-bottom: 4px !important;
  padding-left: 8px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 1.1px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 4px !important;
  color: #3f395f !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #3f395f !important;
}

.timeline-panel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.timeline-panel p.text-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

/* ----------- Non Retina Screens ----------- */
@media (max-width: 1366px) and (min-width: 1025px) {
  .flex-container-list {
    padding: 1em;
  }
  .flex-container-list > * {
    -webkit-box-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .flex-widget-container .flex-container-list, .flex-container-list .flex-container-list {
    padding: 0 !important;
  }
  .header-kanban, .header-track {
    width: 85%;
  }
  .btn-trans-dropdown {
    margin-left: 12px;
  }
  .enquiry-timeline-container {
    height: 84vh;
  }
}

.panel-heading h4::before {
  display: none;
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .flex-container-task .truncate-task {
    width: 850px;
  }
  .pad-tc-mob {
    padding-left: 25px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #rt-campaigndetails .container .row .col-sm-6 {
    width: 50%;
  }
  #rt-campaigndetails .container .row .col-sm-6 ul.inline-right {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .rt-header-mobile h2 {
    font-size: 1.6em !important;
  }
  .rt-header-mobile h3 a {
    font-size: 1em !important;
  }
  .content .flow-settings {
    margin-top: 3em;
    overflow: unset;
  }
  .content .flow-settings .content-body {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-clip: padding-box;
  }
  .truncate-track {
    width: 320px;
  }
  .tasks-tabs {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  margin-t-kanban {
    margin-top: 25px !important;
  }
  .enquiry-container .col-sm-10 {
    padding-right: 0;
  }
  .flex-container-task .truncate-task {
    width: 600px;
  }
  .my-task.truncate p, .my-task.truncate-track p, .truncate p.my-task p, .my-task.truncate-address p, .my-task.truncate-address-sign p, .my-task.truncate-attachment p, .my-task.truncate-image-attachment p, .my-task.truncate-task p {
    width: 800px;
  }
  .pad-tc-mob {
    padding-left: 25px;
  }
}

/* ----------- Small Resolution Phones ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  #rt-campaigndetails ul.inline-right {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .content .flow-settings {
    margin-top: 3em;
    overflow: unset;
  }
  .content .flow-settings .content-body {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-clip: padding-box;
  }
  .content .title {
    margin: 0;
  }
  margin-t-kanban {
    margin-top: 25px !important;
  }
  .campaign-details-content .btn-text {
    display: none;
  }
  .rt-header-mobile h2 {
    font-size: 1.4em !important;
  }
  .rt-header-mobile h3 a {
    font-size: 1em !important;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 250px;
  }
  .pad-tc-mob {
    padding-left: 25px;
  }
  .overlay nav {
    height: 100%;
    top: 50%;
    padding-bottom: 5em;
  }
  .overlay .searchbox .input-group {
    width: 100% !important;
  }
  .truncate-property {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #rt-campaigndetails ul.inline-right {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .content .flow-settings {
    margin-top: 3em;
    overflow: unset;
  }
  .content .flow-settings .content-body {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-clip: padding-box;
  }
  .content .title {
    margin: 0;
  }
  margin-t-kanban {
    margin-top: 25px !important;
  }
  .campaign-details-content .btn-text {
    display: none;
  }
  .rt-header-mobile h2 {
    font-size: 1.4em !important;
  }
  .rt-header-mobile h3 a {
    font-size: 1em !important;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 280px;
  }
  .flex-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pad-tc-mob {
    padding-left: 25px;
  }
  .overlay nav {
    height: 100%;
    top: 50%;
    padding-bottom: 5em;
  }
  .overlay .searchbox .input-group {
    width: 100% !important;
  }
  .truncate-property {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #rt-campaigndetails ul.inline-right {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .content .flow-settings {
    margin-top: 3em;
    overflow: unset;
  }
  .content .flow-settings .content-body {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-clip: padding-box;
  }
  .content .title {
    margin: 0;
  }
  margin-t-kanban {
    margin-top: 25px !important;
  }
  .campaign-details-content .btn-text {
    display: none;
  }
  .rt-header-mobile h2 {
    font-size: 1.4em !important;
  }
  .rt-header-mobile h3 a {
    font-size: 1em !important;
  }
  .truncate p, .truncate-track p, .truncate-address p, .truncate-address-sign p, .truncate-attachment p, .truncate-image-attachment p, .truncate-task p {
    width: 280px;
  }
  .pad-tc-mob {
    padding-left: 25px;
  }
  .overlay nav {
    height: 100%;
    top: 50%;
    padding-bottom: 5em;
  }
  .overlay .searchbox .input-group {
    width: 100% !important;
  }
  .truncate-property {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .margin-t-kanban {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .enquiry-container {
    width: 98vw;
  }
  .pad-tc-mob {
    padding-left: 25px;
  }
  .rt-agent-tasks {
    padding: 0;
  }
}

.dropdown-menu {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0 !important;
  left: 100%;
  margin-top: -6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

#view-document-select {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 500;
}

#page-wrapper #property-address-link:hover {
  font-weight: bold;
}

#property-address-link {
  text-decoration: underline !important;
}

.modal-content {
  padding-bottom: 0px;
}

.sign-toolbar-header .alert {
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  margin: 0;
}

.sign-toolbar-header .alert.alert-warning {
  background-color: #FFD54F;
  font-size: 15px;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sign-toolbar-header .details {
  margin: 0;
}

.sign-toolbar-header .alert.alert-warning:hover {
  background-color: #FFCA28;
}

.warning-list li .alert {
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.warning-list li .alert .details {
  -ms-flex-flow: 0 1 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: 0 1 80%;
}

.warning-list li .alert .details i {
  margin-right: 5px;
}

.warning-list li .alert a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

.dropdown-submenu .dropdown-menu {
  bottom: auto !important;
}

.disabled-payment-method {
  opacity: 0.5;
}

.marketing-quote-label {
  margin: 0;
}

.normalized-height {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.normalized-btn-height {
  top: 0 !important;
}

#remote-payment-method-group .inputgroup-ww label.custom-radio:after {
  top: 18px !important;
}

.browser-list li {
  padding: 1em;
}

.browser-list li .logo-container {
  height: 140px;
}

.browser-list li .logo-container img {
  width: 128px;
}

.browser-list li a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.browser-list li a:hover {
  text-decoration: underline;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.side-panel.classify {
  overflow-y: auto;
  width: 440px;
}

.side-panel.classify .btns-container {
  width: 440px;
  bottom: 0;
}

.form-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-radiobtn ul li {
  min-height: 10px;
  margin: 0;
}

.checkbox.disabled:hover {
  cursor: not-allowed !important;
}

.checkbox.disabled label {
  opacity: .9;
}

.sign-verification {
  margin: 0;
}

.sign-verification fieldset.margin-t-md2 {
  margin-top: 10px;
}

/* Screens */
@media screen and (min-width: 320px) and (max-height: 850px) and (orientation: portrait) {
  .vendorSign {
    margin-bottom: 1em !important;
  }
}

#email-modal-content {
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}

@media (max-width: 1600px) and (min-width: 1441px) {
  .content-area {
    width: calc(100vw - 220px);
    left: 200px;
  }
  .sign-toolbar-header {
    left: 200px;
  }
  .document-container {
    margin-top: 75px;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .content-area {
    width: calc(100vw - 220px);
    left: 200px;
  }
  .sign-toolbar-header {
    left: 200px;
  }
  .document-container {
    margin-top: 75px;
  }
}

@media (max-width: 1440px) {
  .sign-toolbar-header .preview-action li a {
    min-width: 32px;
    padding: 4px;
  }
  .sign-toolbar-header .preview-action li a i {
    font-size: 16px;
    margin: 0;
  }
  .sign-toolbar-header .preview-action li a .text-btn {
    display: none;
  }
}

@media (max-width: 1366px) and (min-width: 1201px) {
  .sign-toolbar-header .preview-action {
    font-size: 11px;
  }
  .alert-truncate {
    display: none;
  }
  #view-document-select {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 500;
  }
  .browser-list li .logo-container {
    height: 70px;
  }
  .browser-list li .logo-container img {
    width: 64px;
  }
}

@media (max-width: 1365px) and (min-width: 1201px) {
  .btn {
    font-size: 12px;
  }
  .content-area {
    width: calc(100vw - 220px);
    left: 200px;
  }
  .sign-toolbar-header {
    left: 200px;
  }
  .sign-toolbar-header .preview-action {
    font-size: 11px;
  }
  .alert-truncate {
    display: none;
  }
  .document-container {
    margin-top: 85px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .sign-toolbar-header .alert.alert-warning {
    font-size: 10px;
  }
  .btn {
    font-size: 10px;
  }
  .content-area {
    width: calc(100vw - 220px);
    left: 200px;
  }
  .document-info h3, .document-info h4 {
    font-size: 14px;
  }
  h3.signature {
    font-size: 14px;
  }
  h3.signature .badge {
    font-size: 14px;
  }
  .sign-toolbar-header {
    left: 200px;
    padding-right: 1em;
    padding-left: 1em;
  }
  .sign-toolbar-header h3 {
    font-size: 1.2em;
  }
  .sign-toolbar-header .preview-action {
    font-size: 10px;
  }
  .alert-truncate {
    display: none;
  }
  .browser-list li .logo-container {
    height: 70px;
  }
  .browser-list li .logo-container img {
    width: 64px;
  }
}

.header-signed {
  padding: 0px;
}

/*Ipad*/
@media screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  #warningModal {
    top: 5%;
    left: 25%;
  }
  .header-mob h3 {
    font-size: 1.3em;
    margin-top: 4px !important;
  }
  .footer-mobile .mobile-action-buttons {
    float: right;
  }
  .footer-mobile .mobile-action-buttons li a {
    font-size: .9em;
  }
  .footer-mobile .mobile-action-buttons i.fa-print, .footer-mobile .mobile-action-buttons i.fa-download, .footer-mobile .mobile-action-buttons i.fa-info-circle {
    font-size: 14px;
    padding: 1px;
    margin: 0;
  }
  .footer-mobile .zoom-buttons {
    float: left;
  }
  .footer-mobile .zoom-buttons i {
    font-size: 14px;
    padding: 1px;
    margin: 0;
  }
  .absolute-center.sign-message {
    padding-right: 1.5em;
    padding-left: 1.5em;
    height: 100vh;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .absolute-center.sign-message h2 {
    font-size: 2em !important;
  }
  .absolute-center.sign-message .btn.md2 {
    width: 50%;
    font-size: 1.5em;
  }
  .document-container {
    margin-top: 80px;
  }
  .document-container iframe {
    height: calc(100vh - 122px);
  }
}

/* ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  button#go-to-next i.visible-xs {
    display: block !important;
  }
}

/*Ipad Pro*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #warningModal {
    top: 5%;
    left: 30%;
  }
  .header-mob h3 {
    font-size: 1.3em;
    margin-top: 4px !important;
  }
  .footer-mobile .mobile-action-buttons {
    float: right;
  }
  .footer-mobile .mobile-action-buttons li a {
    font-size: .9em;
  }
  .footer-mobile .mobile-action-buttons i.fa-print, .footer-mobile .mobile-action-buttons i.fa-download, .footer-mobile .mobile-action-buttons i.fa-info-circle {
    font-size: 14px;
    padding: 1px;
    margin: 0;
  }
  .footer-mobile .zoom-buttons {
    float: left;
  }
  .footer-mobile .zoom-buttons i {
    font-size: 14px;
    padding: 1px;
    margin: 0;
  }
  .absolute-center.sign-message {
    padding-right: 1.5em;
    padding-left: 1.5em;
    height: 100vh;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .absolute-center.sign-message h2 {
    font-size: 2em !important;
  }
  .absolute-center.sign-message .btn.md2 {
    width: 50%;
    font-size: 1.5em;
  }
  .document-container {
    margin-top: 80px;
  }
  .document-container iframe {
    height: calc(100vh - 122px);
  }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  .header-mob h3 {
    font-size: 1.3em;
    margin-top: 4px !important;
  }
  .footer-mobile .mobile-action-buttons {
    float: right;
  }
  .footer-mobile .mobile-action-buttons li a {
    font-size: .9em;
  }
  .footer-mobile .mobile-action-buttons i {
    font-size: 13px;
    padding: 1px;
    margin: 0;
  }
  .footer-mobile .zoom-buttons {
    float: left;
  }
  .footer-mobile .zoom-buttons i {
    font-size: 14px;
    padding: 1px;
    margin: 0;
  }
  .form-group-ww.sign .checkbox label {
    margin-right: 1em;
  }
  .mobile-action-buttons .text-btn {
    display: none;
  }
  .container-radiobtn ul li {
    margin-top: 1em;
  }
  .absolute-center.sign-message {
    padding-right: 1.5em;
    padding-left: 1.5em;
    height: 100vh;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .absolute-center.sign-message .btn.md2 {
    width: 100%;
    font-size: 1.5em;
  }
  .document-container {
    margin-top: 80px;
  }
  .document-container iframe {
    height: calc(100vh - 122px);
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .header-mob h3 {
    font-size: 1.3em;
    margin-top: 4px !important;
  }
  .footer-mobile .mobile-action-buttons {
    float: right;
  }
  .footer-mobile .mobile-action-buttons li a {
    font-size: .9em;
  }
  .footer-mobile .mobile-action-buttons i {
    font-size: 16px;
    padding: 1px;
    margin: 0;
  }
  .footer-mobile .zoom-buttons {
    float: left;
  }
  .footer-mobile .zoom-buttons i {
    font-size: 16px;
    padding: 1px;
    margin: 0;
  }
  .form-group-ww.sign .checkbox label {
    margin-right: 1em;
  }
  .mobile-action-buttons .text-btn {
    display: none;
  }
  .container-radiobtn ul li {
    margin-top: 1em;
  }
  .absolute-center.sign-message {
    padding-right: 1.5em;
    padding-left: 1.5em;
    height: 100vh;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .absolute-center.sign-message h2 {
    font-size: 2em !important;
  }
  .absolute-center.sign-message .btn.md2 {
    width: 100%;
    font-size: 1.5em;
  }
  .document-container {
    margin-top: 80px;
  }
  .document-container iframe {
    height: calc(100vh - 122px);
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .header-mob h3 {
    font-size: 1.3em;
    margin-top: 4px !important;
  }
  .footer-mobile .mobile-action-buttons {
    float: right;
  }
  .footer-mobile .mobile-action-buttons li a {
    font-size: .9em;
  }
  .footer-mobile .mobile-action-buttons i {
    font-size: 18px;
    padding: 1px;
    margin: 0;
  }
  .footer-mobile .zoom-buttons {
    float: left;
  }
  .footer-mobile .zoom-buttons i {
    font-size: 18px;
    padding: 1px;
    margin: 0;
  }
  .form-group-ww.sign .checkbox label {
    margin-right: 1em;
  }
  .mobile-action-buttons .text-btn {
    display: none;
  }
  .container-radiobtn ul li {
    margin-top: 1em;
  }
  .absolute-center.sign-message {
    padding-right: 1.5em;
    padding-left: 1.5em;
    height: 100vh;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .absolute-center.sign-message h2 {
    font-size: 2em !important;
  }
  .absolute-center.sign-message .btn.md2 {
    width: 100%;
    font-size: 1.5em;
  }
  .document-container {
    margin-top: 80px;
  }
  .document-container iframe {
    height: calc(100vh - 122px);
  }
}

/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .document-container {
    margin-top: 80px;
  }
  .document-container iframe {
    height: calc(100vh - 122px);
  }
}

/*asura styles*/
.align-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-container, .fixed-container-top, .fixed-container-btm {
  position: fixed;
}

.fixed-container-top {
  top: 0;
}

.fixed-container-btm {
  bottom: 0;
}

.fixed-container.sm, .sm.fixed-container-top, .sm.fixed-container-btm {
  width: 20%;
}

body {
  font-family: "Sofia Pro", "Sofia Pro Extra", "Sofia Pro Ultra", sans-serif;
  color: #1d1933;
}

a {
  color: #3f395f;
}

a:hover {
  color: #1d1933;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaProRegular.eot");
  src: url("../fonts/SofiaProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaProRegular.woff") format("woff"), url("../fonts/SofiaProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Light.eot");
  src: url("../fonts/SofiaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-Light.woff") format("woff"), url("../fonts/SofiaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro Extra';
  src: url("../fonts/SofiaPro-ExtraLight.eot");
  src: url("../fonts/SofiaPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-ExtraLight.woff") format("woff"), url("../fonts/SofiaPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro Ultra';
  src: url("../fonts/SofiaPro-UltraLight.eot");
  src: url("../fonts/SofiaPro-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-UltraLight.woff") format("woff"), url("../fonts/SofiaPro-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaPro-Medium.eot");
  src: url("../fonts/SofiaPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-Medium.woff2") format("woff2"), url("../fonts/SofiaPro-Medium.woff") format("woff"), url("../fonts/SofiaPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.text-green {
  color: #64bd5f;
  padding: 0 !important;
}

.asura .btn {
  background-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1.3px;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  line-height: 26px;
  z-index: 999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 0.25rem;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.asura .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.asura .btn i {
  margin-right: 5px;
}

.asura .btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.asura .btn.btn-green {
  background-color: #64bd5f !important;
}

.asura .btn.btn-green:hover {
  background-color: #49a544 !important;
  color: #ffffff;
}

.asura .app-switcher-btn {
  position: fixed;
  top: 0;
  width: 250px;
  background-color: #ebebeb;
  z-index: 9;
}

.asura .app-switcher-btn a[aria-expanded="false"]::before, .asura .app-switcher-btn a[aria-expanded="true"]::before {
  color: #9E9E9E;
  font-size: 0.4em;
}

.asura .app-switcher-btn .btn {
  text-align: left;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 0;
  color: #3f395f;
  padding-top: 10px;
  padding-right: 10px !important;
  padding-bottom: 10px;
  padding-left: 15px !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.asura .app-switcher-btn .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #dedede;
}

.asura .app-switcher-btn .btn:focus {
  background-color: #dedede !important;
}

.asura .app-switcher-btn .btn img {
  max-height: 36px;
  margin-right: 5px;
}

.asura .app-switcher-btn .dropdown-menu {
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -4px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
}

.asura .app-switcher-btn .dropdown-menu li a {
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.asura .app-switcher-btn .dropdown-menu li a > * {
  padding-top: 0;
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 1em;
}

.asura .app-switcher-btn .dropdown-menu li a img {
  max-height: 18px;
}

.asura .app-switcher-btn .dropdown-menu li a:hover {
  text-decoration: none;
}

.asura .app-switcher-btn.mobile {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  background-color: transparent;
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.asura .app-switcher-btn.mobile a {
  max-width: 60%;
  background-color: #9E9E9E;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px !important;
}

.asura .app-switcher-btn.mobile a.accordion-toggle[aria-expanded="false"]::before,
.asura .app-switcher-btn.mobile a.accordion-toggle[aria-expanded="true"]::before,
.asura .app-switcher-btn.mobile a[aria-expanded="true"]::before,
.asura .app-switcher-btn.mobile a[aria-expanded="false"]::before,
.asura .app-switcher-btn.mobile a[aria-expanded="true"]::before {
  display: block !important;
  right: 15px;
  top: auto;
  font-size: .6em;
  color: #3f395f;
}

.asura .app-switcher-btn.mobile.open li {
  -webkit-animation: 0;
          animation: 0;
  opacity: 1;
}

.asura .app-switcher-btn.mobile .dropdown-menu {
  max-width: 60%;
}

.asura .app-switcher-btn.mobile .dropdown-menu li a {
  background-color: transparent;
}

.flex-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-wrap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-item-1 {
  width: 100%;
  -webkit-box-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
}

.flex-item-1.fixed {
  -webkit-box-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

.flex-item-2 {
  width: 100%;
  -webkit-box-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

.flex-item-2.fixed {
  width: 100%;
  -webkit-box-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.flex-item-3 {
  width: 100%;
  -webkit-box-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.flex-item-3.fixed {
  -webkit-box-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.flex-item-4 {
  width: 100%;
  -webkit-box-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.flex-item-5 {
  width: 100%;
  -webkit-box-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.flex-item-6 {
  width: 100%;
  -webkit-box-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.flex-item-7 {
  width: 100%;
  -webkit-box-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.flex-item-8 {
  width: 100%;
  -webkit-box-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.flex-item-9 {
  width: 100%;
  -webkit-box-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

.flex-item-full {
  width: 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.flex-stretch {
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-justify-center {
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-pack: center !important;
}

@media screen and (max-width: 40em) {
  .flex-item-1 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-item-2 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-item-3 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-item-4 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-item-5 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-item-6 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-item-7 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-item-8 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-item-9 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.asura {
  font-size: 1rem;
}

.asura .sidemenu, .asura .sidemenu-right {
  width: 250px;
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 999;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.asura .sidemenu-right {
  right: 0;
  top: 3.5em;
  margin-right: -250px;
}

.asura .sidemenu.active, .asura .active.sidemenu-right {
  margin-right: -250px;
}

.asura .sidemenu-right.active {
  margin-right: 0;
}

.asura .sidemenu-list {
  list-style-type: none;
  padding: 0;
  margin-top: 60px;
}

.asura .sidemenu-list li {
  display: inline-block;
  width: 100%;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

.asura .sidemenu-list li a {
  width: 100%;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 1.2px;
}

.asura .sidemenu-list li a:hover {
  text-decoration: none;
}

.asura .sidemenu-list li .dropdown a.btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3f395f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.asura .sidemenu-list li .dropdown a:after {
  right: 0;
}

.asura .rt-branding {
  position: fixed;
  bottom: 5em;
  left: 0;
  font-size: 12px;
  padding-right: 1em;
  padding-left: 1em;
}

.asura .rt-branding p {
  margin: 0;
}

.asura .side-user-profile {
  position: fixed;
  bottom: 0;
}

.asura .side-user-profile .dropup {
  background-color: #ebebeb;
  width: 250px;
  padding: 0;
}

.asura .side-user-profile .dropup a {
  font-size: 1em;
  padding-top: 10px;
  padding-right: 10px !important;
  padding-bottom: 10px;
  padding-left: 15px !important;
  width: 100%;
}

.asura .side-user-profile .dropup a:hover {
  text-decoration: none;
}

.asura .side-user-profile .dropup .dropdown-menu {
  left: -4px !important;
  width: 100%;
}

.asura .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-header {
  background-color: #f1f1f1;
  margin-top: -1em;
  margin-right: -30px;
  margin-left: -1em;
  padding-top: 1em;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 1em;
}

.searchbar-container .input-group.asura {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchbar-container .input-group.asura .input-group-addon {
  padding-right: 6px !important;
  padding-left: 2px !important;
}

.searchbar-container .input-group.asura .input-group-addon i {
  font-size: .9em;
}

h2 {
  font-size: 2em !important;
}

/*Themes*/
/* From Realtair Static Content */
/*# sourceMappingURL=main.css.map */