/* GRID SYSTEM
===========================*/
/* COLORS
===========================*/
/* TYPOGRAPHY
===========================*/
/** BROWSER COMPATIBILTY **/
/** FORM ELEMENTS **/
/** FLEX **/
/* UTILITIES
====================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.align_left {
  text-align: left !important; }

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

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

.v_align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.no_padding {
  padding: 0px !important; }

.no_margin {
  margin: 0px !important; }

.padding_v_sm {
  padding: 8px 0px; }

.m_right_0 {
  margin-right: 0px !important; }
  .m_right_0:before {
    margin-right: 0px !important; }

.m_top {
  margin-top: 20px !important; }
  .m_top_xs {
    margin-top: 10px !important; }
  .m_top_sm {
    margin-top: 30px !important; }
  .m_top_md {
    margin-top: 45px !important; }
  .m_top_lg {
    margin-top: 60px !important; }
  .m_top_xl {
    margin-top: 75px !important; }
.m_bottom {
  margin-bottom: 20px !important; }
  .m_bottom_xs {
    margin-bottom: 10px !important; }
  .m_bottom_sm {
    margin-bottom: 30px !important; }
  .m_bottom_md {
    margin-bottom: 45px !important; }
  .m_bottom_lg {
    margin-bottom: 60px !important; }
  .m_bottom_xl {
    margin-bottom: 75px !important; }
.m_left {
  margin-left: 20px !important; }
  .m_left_sm {
    margin-left: 30px !important; }
  .m_left_md {
    margin-left: 45px !important; }
  .m_left_lg {
    margin-left: 60px !important; }
  .m_left_xl {
    margin-left: 75px !important; }
.m_right {
  margin-right: 20px !important; }
  .m_right_xs {
    margin-right: 10px !important; }
  .m_right_sm {
    margin-right: 30px !important; }
  .m_right_md {
    margin-right: 45px !important; }
  .m_right_lg {
    margin-right: 60px !important; }
  .m_right_xl {
    margin-right: 75px !important; }

.m_top_0 {
  margin-top: 0px !important; }

.m_right_0 {
  margin-right: 0px; }

.m_bottom_0 {
  margin-bottom: 0px !important; }

.m_left_0 {
  margin-left: 0px; }

.m_l_auto {
  margin-left: auto; }

.m_r_auto {
  margin-right: auto !important; }

.m_t_auto {
  margin-top: auto !important; }

.m_b_auto {
  margin-bottom: auto; }

.p_bottom_0 {
  padding-bottom: 0px; }

.m_bottom_gutter {
  margin-bottom: 10px; }

.p_top {
  padding-top: 20px !important; }
  .p_top_sm {
    padding-top: 30px !important; }
  .p_top_md {
    padding-top: 45px !important; }
  .p_top_lg {
    padding-top: 60px !important; }
  .p_top_xl {
    padding-top: 75px !important; }
.p_bottom {
  padding-bottom: 20px !important; }
  .p_bottom_0 {
    padding-bottom: 0px !important; }
  .p_bottom_sm {
    padding-bottom: 30px !important; }
  .p_bottom_md {
    padding-bottom: 45px !important; }
  .p_bottom_lg {
    padding-bottom: 60px !important; }
  .p_bottom_xl {
    padding-bottom: 75px !important; }
.p_left {
  padding-left: 20px !important; }
  .p_left_sm {
    padding-left: 30px !important; }
  .p_left_md {
    padding-left: 45px !important; }
  .p_left_lg {
    padding-left: 60px !important; }
  .p_left_xl {
    padding-left: 75px !important; }
.p_right {
  padding-right: 20px !important; }
  .p_right_sm {
    padding-right: 30px !important; }
  .p_right_md {
    padding-right: 45px !important; }
  .p_right_lg {
    padding-right: 60px !important; }
  .p_right_xl {
    padding-right: 75px !important; }

.p_0 {
  padding: 0px !important; }

.m_bottom_xs {
  margin-bottom: 10px; }

.b_bottom_0 {
  border-radius: 5px 5px 0px 0px !important;
  border-bottom: 0px !important; }

.b_top_0 {
  border-radius: 0px 0px 5px 5px !important;
  /*	border-top: 0px !important;*/ }

.no_border {
  border: none !important; }

.no_radius {
  border-radius: 0px !important; }

.hr_space_xs {
  width: 100%;
  height: 1px;
  margin: 10px 0px;
  background: #ECECEC; }

.hr_space_sm {
  width: 100%;
  height: 1px;
  margin: 20px 0px;
  background: #ECECEC; }

.chevron {
  position: relative;
  /* background: black;*/
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px !important; }
  .chevron:before, .chevron:after {
    content: '';
    display: inline-block;
    background: #fff;
    height: 2px;
    width: 9px;
    position: absolute; }
  .chevron_right:before {
    transform: rotate(45deg);
    top: 3px;
    left: 2px; }
  .chevron_right:after {
    transform: rotate(-45deg);
    bottom: 3px;
    left: 2px; }

.seperator {
  background: #ECECEC;
  width: 100%;
  height: 2px;
  margin: 0px 16px; }

.absolute_mr {
  position: absolute;
  top: 0px;
  right: 18px;
  bottom: 0px;
  display: flex;
  align-items: center; }
.absolute_tr {
  position: absolute;
  top: 10px;
  right: 10px; }
.absolute_br {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.alert_circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #F72649;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  font-size: 14px; }
  @media (max-width: 767px) {
    .alert_circle {
      width: 16px;
      height: 16px;
      font-size: 12px; } }

.fix_ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.big_number {
  font-size: 40px;
  line-height: 0.8em;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden; }
  .big_number.smaller {
    font-size: 28px; }
  .big_number.price {
    font-size: 24px; }

.numbox_fixHeight {
  height: 94px; }
  @media (min-width: 768px) {
    .numbox_fixHeight {
      height: 113px; } }

.avatar {
  position: relative; }
  .avatar .alert_circle {
    top: 0px;
    right: 0px; }
  .avatar img, .avatar .plus_avatar {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    object-fit: cover; }
  .avatar .plus_avatar {
    cursor: pointer; }
  .avatar--small img, .avatar--small .plus_avatar {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    object-fit: cover; }

/* FLEX */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) {
  .flex-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .flex-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

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

.flex_vertical_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex_row_space_between {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }
  .flex_row_space_between.center {
    align-items: center; }

.flex_left_align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.flex_align_bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }

.flex_align_stretch {
  align-items: stretch; }

.flex_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.flex_align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.vertical_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

@media (max-width: 1023px) {
  .flex-column-xs {
    flex-direction: column; } }

/* Colors */
.bg_grey {
  background: #E8E8E8; }

.bg_green {
  background: #A3E35E; }

/* BOARDERS */
.border {
  border: solid 1px #E8E8E8; }
  .border_top {
    border-top: solid 1px #E8E8E8; }
  .border_right {
    border-right: solid 1px #E8E8E8; }
  .border_bottom {
    border-bottom: solid 1px #E8E8E8; }
  .border_left {
    border-left: solid 1px #E8E8E8; }

.border-style {
  border-radius: 3px;
  border: solid 1px #E5ECED; }

/* IMAGES */
.img_ratio {
  width: 100%;
  width: 100%;
  position: relative; }
  .img_ratio:before {
    content: "";
    display: block;
    padding-top: 66%; }
  .img_ratio img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.img_contain {
  object-fit: contain;
  object-position: center; }

.img_cover {
  object-fit: contain;
  object-position: center; }

.thumbnail img {
  width: 40px;
  height: 26px; }

.relative {
  position: relative; }

/* MISC */
.hr {
  width: 100%;
  background: #f5f5f5;
  height: 1px; }

.toggle a, .toggle span, .toggle p {
  color: #DFDFDF; }
.toggle p {
  font-size: 12px; }
.toggle a {
  cursor: pointer; }
.toggle span {
  margin: 0px 8px; }
.toggle .active {
  color: #534F4C; }

.action_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .action_group i {
    margin-left: 10px;
    min-width: 16px; }
  .action_group p .break {
    display: block;
    color: #D1D1D1;
    text-align: right; }

.height_auto {
  height: auto !important; }

.action-add {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .action-add i {
    margin-right: 5px; }
  .action-add p {
    margin: 0px;
    font-size: 12px; }

.center_auto {
  margin: 0px auto; }

.sasstest {
  /*margin-top: 300px;*/ }
  .sasstest .input_group {
    margin-bottom: 10px; }
  .sasstest input {
    background: white;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px; }

.sub_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px; }
  .sub_box a {
    text-align: center; }
    .sub_box a i {
      vertical-align: sub;
      margin-left: 4px; }

.edit_link {
  cursor: pointer; }
  .edit_link span {
    vertical-align: text-top; }
  .edit_link i {
    vertical-align: top; }

.hr {
  width: 100%;
  height: 2px;
  background: #E5ECED; }

.flip {
  transform: rotate(180deg); }

.overflow-auto {
  overflow: hidden; }

@media (max-width: 1023px) {
  .show-desktop {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important; } }

.elipsis {
  white-space: nowrap;
  max-width: 73%;
  overflow: hidden;
  text-overflow: ellipsis; }

.elipsis_sm {
  white-space: nowrap;
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden; }

.v-mid {
  vertical-align: middle; }

.box_list div.item.task_item {
  border-top: solid 1px #E8E8E8 !important; }

@-webkit-keyframes glow {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(0.8); } }
@-moz-keyframes glow {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(0.8); } }
@-ms-keyframes glow {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(0.8); } }
@-o-keyframes glow {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(0.8); } }
@keyframes glow {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(0.8); } }
@-webkit-keyframes fakeprogress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-moz-keyframes fakeprogress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-ms-keyframes fakeprogress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-o-keyframes fakeprogress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes fakeprogress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

body {
  background: #F9F9F9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  /*transition: color 0.3s;*/
  text-decoration: none; }
  a.link {
    color: #A3E35E;
    text-decoration: underline; }
    a.link:hover {
      color: #7dd024; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/* Form Elements 
===============================*/
input, textarea {
  padding: 16px; }
  input:focus, textarea:focus {
    background: #fff !important;
    outline: none; }

input, textarea {
  border: none; }

input, textarea, select {
  color: #534F4C; }

.input_container {
  position: relative;
  	/*.validation_tooltip {
  		display: none;
  		position: absolute;
  	    left: calc(100% + 24px);	
  	    top: 0px;
  	    width: 170px;
          z-index: 1;
  		.inner {
  			background: #fff;
  			color: $color-error;
  			max-width: 170px;
  			padding: 10px;
  			border-radius: 3px;
  			border: solid 1px #E5ECED;
  			@include triangle(#fff, #E5ECED, 'left');
  			font-size: 12px;
  		}
  	}*/ }
  .input_container .astrix {
    /*display: none;*/
    color: #A3E35E;
    position: absolute;
    left: calc(100% + 6px);
    top: 0px; }
  .input_container.invalid {
    /*.astrix {
    	display: inline-block;
    }*/ }
    .input_container.invalid .validation_tooltip {
      display: inline-block; }

textarea {
  width: 100%; }

.textarea_large {
  min-height: 400px; }

label {
  font-size: 12px;
  color: #9C9B9B; }

button:focus, button:active {
  outline: none; }

.switch label {
  width: 44px;
  height: 14px;
  display: inline-block;
  background: #A3E35E;
  border-radius: 16px;
  position: relative;
  transition: 0.4s; }
  .switch label:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #fff;
    transition: 0.4s; }
.switch input {
  display: none; }
  .switch input:checked + label {
    background: #e2e2e2; }
    .switch input:checked + label:before {
      left: calc(100% - 12px); }

.styled-checkbox {
  position: absolute;
  opacity: 0;
  /* &:focus + label:before {
     box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
   }*/ }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: solid 1px #E5ECED;
    border-radius: 2px;
    vertical-align: middle; }
  .styled-checkbox:hover + label:before {
    background: #fff; }
  .styled-checkbox:checked + label:before {
    background: #fff; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    background: #A3E35E;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #A3E35E, 4px 0 0 #A3E35E, 4px -2px 0 #A3E35E, 4px -4px 0 #A3E35E, 4px -6px 0 #A3E35E, 4px -8px 0 #A3E35E;
    transform: rotate(45deg); }

.fake_checkbox {
  width: 16px;
  height: 16px;
  background: #fff;
  border: solid 1px #E5ECED;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .fake_checkbox.checked {
    background: url(../imgs/icons/tick.svg) no-repeat center/10px; }

.file_upload {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, 0.1);
  border: solid 1px #E5ECED;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 16px;
  cursor: pointer;
  background: #fff;
  height: 40px; }
  .file_upload span {
    color: #A3E35E;
    text-decoration: underline;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: auto; }
  .file_upload i {
    margin-left: 10px;
    display: none; }
  .file_upload p {
    margin-right: auto;
    white-space: nowrap;
    margin-right: 5px; }
  .file_upload input {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    cursor: pointer; }
  .file_upload.uploaded i {
    display: inline-block; }
  .file_upload.uploaded span {
    color: #c7c7c7; }
  .file_upload.invalid {
    border: solid 1px red; }

.select {
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 0%;
  border: solid 1px #e5eced;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px; }
  .select--small {
    height: 32px;
    font-size: 11px; }
  .select:focus {
    outline: none;
    border: solid 1px #c6e9ef; }

.done_property_link.btn {
  display: none; }

.pointer {
  cursor: pointer; }

@font-face {
  /*  	font-family: 'BrandonText';
    	src: url('fonts/Brandon Text/HVD Fonts - BrandonText-Regular.otf');*/ }
a, li, div, textarea, select, label {
  font-family: 'Roboto', sans-serif; }

h1, h2, h3, h4, h5, p, a, li, label, input, textarea, select, div, span {
  color: #534F4C;
  font-family: 'Roboto', sans-serif;
  font-weight: 100; }

h1 {
  font-size: 16px;
  margin-bottom: 16px; }

p {
  font-size: 16px;
  line-height: 1.4em; }
  p.smaller {
    font-size: 12px; }
  p.label {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.05em; }
    p.label.darker {
      color: #b2b2b2; }
    p.label span {
      font-weight: 400; }
  p.narrow {
    max-width: 700px; }

a {
  font-size: 12px;
  font-weight: 400; }
  a.underline {
    text-decoration: underline; }

.line_through {
  text-align: center;
  position: relative;
  display: block;
  display: flex;
  align-content: center;
  justify-content: center;
  letter-spacing: 0.06em; }
  .line_through > span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 2px 8px 0px 8px;
    vertical-align: super; }
  .line_through > div {
    background: #fff;
    padding: 0px 8px 0px 0px;
    z-index: 1;
    position: relative; }
  .line_through:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    top: calc(50% - 1px);
    left: 0px;
    width: 100%;
    height: 1px;
    background: #D1D1D1; }

.label {
  color: #d1d1d1;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px; }
  .label .sub_label {
    font-size: 10px;
    white-space: nowrap;
    margin-left: 4px;
    color: #d1d1d1; }

.text_color_lighter {
  color: #9C9B9B; }
  .text_color_lighter span {
    color: #9C9B9B; }

.color_green,
span.color_green,
.ical_time {
  color: #A3E35E !important; }

.color_amber,
span.color_amber {
  color: #E3B05E !important; }

.color_red,
span.color_red {
  color: #F72649 !important; }

.color_grey,
span.color_grey {
  color: #B2B2B2 !important; }

.color_black,
span.color_black {
  color: #534F4C !important; }

.number_green {
  color: #A3E35E;
  font-size: 24px; }

.link_grey {
  color: #c7c7c7;
  text-decoration: underline;
  font-size: 10px; }

.more_link {
  font-size: 12px;
  background-image: url(../imgs/icons/chevron-right.svg);
  background-repeat: no-repeat;
  padding-right: 12px;
  background-size: 5px;
  background-position: 100% 50%;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s; }
  .more_link.color_green {
    font-weight: 500;
    background-image: url(../imgs/icons/chevron-right_green.svg); }
    .more_link.color_green:hover {
      filter: brightness(0.8); }
  .more_link_back {
    background-image: url(../imgs/icons/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: 0% 1px;
    background-size: 5px;
    padding-right: 0px;
    padding-left: 12px; }
    .more_link_back.color_green {
      font-weight: 500;
      background-image: url(../imgs/icons/chevron-left_green.svg); }
  .more_link:hover {
    filter: brightness(1.2); }
  .more_link.glow {
    -webkit-animation: glow 1.5s infinite;
    -moz-animation: glow 1.5s infinite;
    -ms-animation: glow 1.5s infinite;
    -o-animation: glow 1.5s infinite;
    animation: glow 1.5s infinite; }

.font_sm {
  font-size: 10px; }

.font_md {
  font-size: 12px; }

.font_lg {
  font-size: 14px; }

.font-size--xxs {
  font-size: 8px; }
.font-size--xs {
  font-size: 10px; }
.font-size--sm {
  font-size: 12px; }
.font-size--md {
  font-size: 14px; }
.font-size--lg {
  font-size: 16px; }
.font-size--xl {
  font-size: 20px; }
.font-size--xxl {
  font-size: 24px; }

.font-weight--thin {
  font-weight: 400; }

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

.text_xs_grey {
  font-size: 10px;
  color: #D1D1D1 !important;
  font-weight: 500; }

.plink {
  font-size: 16px !important;
  color: #534F4C !important;
  text-decoration: none !important;
  display: block;
  width: 100%; }

.dd_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap; }
  .dd_link span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .dd_link span:before, .dd_link span:after {
      content: '';
      width: 8px;
      height: 2px;
      background: #67635f;
      position: absolute;
      border-radius: 3px;
      right: 0px;
      top: calc(50% - 1px);
      transition: 0.3s; }
    .dd_link span:before {
      transform: rotate(45deg);
      right: 4px; }
    .dd_link span:after {
      transform: rotate(-45deg); }
  .dd_link.is_open span:before {
    transform: rotate(-45deg) !important; }
  .dd_link.is_open span:after {
    transform: rotate(45deg) !important; }
  .dd_link span {
    display: inline-block;
    padding-left: 16px;
    transition: 0.3s; }
    .dd_link span:before, .dd_link span:after {
      height: 1px; }
    .dd_link span:after {
      right: -1px; }
  .dd_link.is_open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .dd_link.is_open span:before {
      right: 3px;
      top: 50%; }
    .dd_link.is_open span:after {
      right: 8px;
      top: 50%; }

.txt-brief {
  font-size: 12px;
  color: #9C9B9B;
  margin-top: -20px; }

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  /*&-chevron-right {
  	position: relative;
  	background: blue;
  	&:before,
  	&:after {
  		content: '';
  		display: inline-block;
  		width: 100%;
  		height: 2px;
  		position: absolute;
  		background: #fff;
  		transition: 0.3s;
  	}
  	&:before {
  		top: 0px;
  		left: 0px;
  		@include transform(rotate, 45deg);
  	}
  	&:after {
  		top: 0px;
  		left: 20px;
  		@include transform(rotate, -45deg);
  	}
  }*/ }
  .icon.medium {
    width: 24px;
    height: 24px; }
  .icon.large {
    width: 32px;
    height: 32px; }
  .icon.extra_large {
    width: 64px;
    height: 64px; }
  .icon-search {
    background: url("../imgs/icons/search.svg") no-repeat 50%/contain; }
  .icon-edit {
    cursor: pointer;
    background: url("../imgs/icons/edit.svg") no-repeat 50%/contain;
    min-width: 16px; }
  .icon-download {
    background: url("../imgs/icons/download.svg") no-repeat 50%/contain; }
  .icon-red_minus {
    border-radius: 100%;
    background: red;
    position: relative;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer; }
    .icon-red_minus:after {
      content: '';
      position: absolute;
      background: #fff;
      width: 2px;
      left: 7px;
      top: 4px; }
    .icon-red_minus:after {
      height: 9px;
      transform: rotate(90deg);
      height: 8px;
      transform: rotate(90deg); }
    .icon-red_minus:hover {
      background: #b30000; }
  .icon-green_plus {
    border-radius: 100%;
    background: #ECF9DE;
    position: relative;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer; }
    .icon-green_plus:before, .icon-green_plus:after {
      content: '';
      position: absolute;
      background: #A3E35E;
      width: 2px;
      left: 7px;
      top: 1px; }
    .icon-green_plus:before {
      height: 15px; }
    .icon-green_plus:after {
      height: 9px;
      transform: rotate(90deg);
      height: 15px;
      transform: rotate(90deg); }
    .icon-green_plus:hover {
      background: #c8ff8c; }
      .icon-green_plus:hover:before, .icon-green_plus:hover:after {
        background: #a1dc61; }
    .icon-green_plus.is_open {
      transform: rotate(135deg); }
    .icon-green_plus.fix:before, .icon-green_plus.fix:after {
      left: 11px;
      top: 4px; }
    .icon-green_plus.smaller:before, .icon-green_plus.smaller:after {
      height: 10px;
      left: 7px;
      top: 3px; }
  .icon-arrow_down {
    background: url("../imgs/icons/arrow_down.svg") no-repeat 50%/contain;
    transition: 0.3s; }
    .icon-arrow_down.is_open {
      transform: rotate(180deg); }
  .icon-tick {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ECF9DE url("../imgs/icons/tick.svg") no-repeat;
    background-position: center;
    background-size: 12px; }
  .icon-dots {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ffe7d1 url("../imgs/icons/dots.svg") no-repeat;
    background-position: center;
    background-size: 12px; }
  .icon-attention {
    background: url("../imgs/icons/attention.png") no-repeat 50%/contain; }
  .icon-attention_circle {
    background: url("../imgs/icons/attention_circle.png") no-repeat 50%/contain; }
  .icon-drop_down_chevron span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .icon-drop_down_chevron span:before, .icon-drop_down_chevron span:after {
      content: '';
      width: 8px;
      height: 2px;
      background: #D1D1D1;
      position: absolute;
      border-radius: 3px;
      right: 0px;
      top: calc(50% - 1px);
      transition: 0.3s; }
    .icon-drop_down_chevron span:before {
      transform: rotate(45deg);
      right: 4px; }
    .icon-drop_down_chevron span:after {
      transform: rotate(-45deg); }
  .icon-drop_down_chevron.is_open span:before {
    transform: rotate(-45deg) !important; }
  .icon-drop_down_chevron.is_open span:after {
    transform: rotate(45deg) !important; }
  .icon-drop_down_chevron span {
    width: 12px; }
  .icon-drop_down_chevron_dark span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .icon-drop_down_chevron_dark span:before, .icon-drop_down_chevron_dark span:after {
      content: '';
      width: 8px;
      height: 2px;
      background: #534F4C;
      position: absolute;
      border-radius: 3px;
      right: 0px;
      top: calc(50% - 1px);
      transition: 0.3s; }
    .icon-drop_down_chevron_dark span:before {
      transform: rotate(45deg);
      right: 4px; }
    .icon-drop_down_chevron_dark span:after {
      transform: rotate(-45deg); }
  .icon-drop_down_chevron_dark.is_open span:before {
    transform: rotate(-45deg) !important; }
  .icon-drop_down_chevron_dark.is_open span:after {
    transform: rotate(45deg) !important; }
  .icon-close {
    background: #F72649 url(../imgs/close.png) no-repeat 50%/50%;
    text-align: center;
    border-radius: 100%;
    cursor: pointer; }
  .icon-success {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #A3E35E url("../imgs/icons/tick_white.svg") no-repeat;
    background-position: center;
    background-size: 12px; }
  .icon-alert {
    background: #F72649;
    color: #fff;
    min-width: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    font-style: normal;
    padding-top: 4px; }
  .icon-chevron-down {
    background: url(../imgs/chev-down.png) no-repeat 50%;
    vertical-align: middle; }

.btn {
  background: #A3E35E;
  display: inline-block;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  /*&-next {
  	position: relative;
  	&:before,
  	&:after {
  		content: '';
  		display: inline-block;
  		width: 100%;
  		height: 2px;
  		position: absolute;
  		background: #fff;
  		transition: 0.3s;
  	}
  	&:before {
  		top: 0px;
  		left: 0px;
  		@include transform(rotate, 45deg);
  	}
  	&:after {
  		top: 0px;
  		left: 20px;
  		@include transform(rotate, -45deg);
  	}
  }*/ }
  .btn i {
    vertical-align: sub;
    margin-right: 8px;
    width: 13px;
    height: 13px; }
  .btn:before {
    content: '';
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #8adb33;
    transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms;
    z-index: -1;
    border-radius: 4px;
    opacity: 0; }
  .btn:hover:before {
    width: 100%;
    opacity: 1;
    transition: width 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 50ms; }
  .btn-white {
    background: #fff;
    color: #9C9B9B !important; }
    .btn-white span {
      color: #9C9B9B; }
    .btn-white:before {
      background: #e6e6e6; }
  @media (min-width: 768px) {
    .btn {
      width: auto; } }
  .btn-noradius {
    border-radius: 0px; }
    .btn-noradius:before {
      border-radius: 0px; }
  .btn-center {
    margin: 48px auto 0px auto;
    display: block;
    max-width: 274px; }
    @media (min-width: 768px) {
      .btn-center {
        margin: 64px auto 0px auto; } }
  .btn-chevron span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%; }
    .btn-chevron span:before, .btn-chevron span:after {
      content: '';
      width: 12px;
      height: 4px;
      position: absolute;
      background: #fff;
      left: 11px; }
    .btn-chevron span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 12px; }
    .btn-chevron span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 18px; }
  .btn-chevron-left span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%; }
    .btn-chevron-left span:before, .btn-chevron-left span:after {
      content: '';
      width: 12px;
      height: 4px;
      position: absolute;
      background: #fff;
      left: 11px; }
    .btn-chevron-left span:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 12px; }
    .btn-chevron-left span:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 18px; }
  .btn-big-grey {
    width: 100%;
    height: 54px;
    background: #F1F1F1;
    color: #5A5653;
    line-height: 32px;
    font-size: 12px;
    border-radius: 0px; }
    .btn-big-grey:before {
      background: #dedede !important;
      border-radius: 0px; }

.message .date_time {
  text-align: center;
  color: #B1ACAC;
  font-size: 10px;
  margin: 20px 0px; }
.message_bubble {
  margin-bottom: 20px;
  border: solid 2px #E5ECED;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  width: 85%;
  white-space: pre-line; }
  .message_bubble p:first-child {
    margin-top: 0px; }
  .message_bubble p:last-child {
    margin-bottom: 0px; }
  .message_bubble_to {
    margin-left: 15%;
    position: relative;
    background: #F9FFF0; }
    .message_bubble_to:before {
      content: "";
      width: 0px;
      height: 0px;
      background: transparent;
      border-top: solid 6px transparent;
      border-left: solid 8px transparent;
      border-right: solid 8px transparent;
      border-bottom: solid 7px #F9FFF0;
      position: absolute;
      z-index: 1;
      right: -14px;
      transform: rotate(90deg);
      top: calc(50% - 7px); }
    .message_bubble_to:after {
      content: "";
      width: 0px;
      height: 0px;
      background: transparent;
      border-top: solid 6px transparent;
      border-left: solid 8px transparent;
      border-right: solid 8px transparent;
      border-bottom: solid 7px #e5eced;
      position: absolute;
      z-index: 0;
      right: -16px;
      transform: rotate(90deg);
      top: calc(50% - 7px); }
  .message_bubble_from {
    position: relative; }
    .message_bubble_from:before {
      content: "";
      width: 0px;
      height: 0px;
      background: transparent;
      border-top: solid 6px transparent;
      border-left: solid 8px transparent;
      border-right: solid 8px transparent;
      border-bottom: solid 7px #FFF;
      position: absolute;
      z-index: 1;
      left: -14px;
      transform: rotate(-90deg);
      top: calc(50% - 7px); }
    .message_bubble_from:after {
      content: "";
      width: 0px;
      height: 0px;
      background: transparent;
      border-top: solid 6px transparent;
      border-left: solid 8px transparent;
      border-right: solid 8px transparent;
      border-bottom: solid 7px #e5eced;
      position: absolute;
      z-index: 0;
      left: -16px;
      transform: rotate(-90deg);
      top: calc(50% - 7px); }
@media (max-width: 767px) {
  .message p {
    font-size: 12px; } }

.mbp_dropdown {
  background: #E8E8E8;
  position: relative;
  transition: 0.3s; }
  .mbp_dropdown:hover {
    background: #dbdbdb; }
  .mbp_dropdown .current_container {
    padding: 8px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .mbp_dropdown p {
    white-space: nowrap;
    margin: 0px; }
    .mbp_dropdown p.dd_label {
      margin-right: 4px; }
  .mbp_dropdown .current {
    display: flex;
    align-items: center;
    flex-basis: 100%; }
    .mbp_dropdown .current span {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .mbp_dropdown .current span:before, .mbp_dropdown .current span:after {
        content: '';
        width: 8px;
        height: 2px;
        background: #534F4C;
        position: absolute;
        border-radius: 3px;
        right: 0px;
        top: calc(50% - 1px);
        transition: 0.3s; }
      .mbp_dropdown .current span:before {
        transform: rotate(45deg);
        right: 4px; }
      .mbp_dropdown .current span:after {
        transform: rotate(-45deg); }
    .mbp_dropdown .current.is_open span:before {
      transform: rotate(-45deg) !important; }
    .mbp_dropdown .current.is_open span:after {
      transform: rotate(45deg) !important; }
    .mbp_dropdown .current span {
      white-space: nowrap;
      padding-right: 26px;
      margin-left: auto;
      cursor: pointer; }
  .mbp_dropdown ul {
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #E8E8E8;
    position: absolute;
    z-index: 5;
    width: 100%; }
    .mbp_dropdown ul li,
    .mbp_dropdown ul .logout_btn {
      cursor: pointer;
      padding: 8px 10px;
      font-size: 12px;
      width: 100%; }
      @media (min-width: 768px) {
        .mbp_dropdown ul li,
        .mbp_dropdown ul .logout_btn {
          padding: 8px 16px; } }
    .mbp_dropdown ul.is_open {
      display: inline-block; }
    .mbp_dropdown ul .logout_btn {
      padding: 0px;
      text-align: left;
      font-weight: 100; }
  .mbp_dropdown--contact ul li {
    margin-top: 10px; }
  .mbp_dropdown--white {
    background: #fff; }
    .mbp_dropdown--white .current_container {
      box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, 0.1);
      border: solid 1px #E5ECED;
      width: 100%;
      margin-bottom: 20px;
      margin-bottom: 0px; }
    .mbp_dropdown--white ul {
      border: solid 1px #e5eced;
      border-top: none; }
      .mbp_dropdown--white ul li {
        background: #fff; }
        .mbp_dropdown--white ul li:hover {
          background: #eaeaea; }

.mbp_dropdown.contacts_dd {
  border-radius: 5px; }
  .mbp_dropdown.contacts_dd .avatar {
    margin-right: 16px; }
  .mbp_dropdown.contacts_dd .current_container,
  .mbp_dropdown.contacts_dd ul {
    background: #fff;
    border: solid 2px #E5ECED;
    border-radius: 5px; }
  .mbp_dropdown.contacts_dd .current_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 3px; }
    @media (min-width: 1024px) {
      .mbp_dropdown.contacts_dd .current_container {
        min-height: 35px; } }
    .mbp_dropdown.contacts_dd .current_container i span {
      transition: 0.3s; }
    .mbp_dropdown.contacts_dd .current_container.is_open {
      border-bottom: none; }
      .mbp_dropdown.contacts_dd .current_container.is_open i span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    @media (min-width: 768px) {
      .mbp_dropdown.contacts_dd .current_container {
        padding: 20px; } }
  .mbp_dropdown.contacts_dd .current {
    width: 100%; }
    @media (max-width: 767px) {
      .mbp_dropdown.contacts_dd .current p {
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .mbp_dropdown.contacts_dd ul {
    border-top: 0px; }

.box {
  border: solid 2px #E5ECED;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, 0.1);
  position: relative; }
  .box_info_row {
    padding: 11px 0px;
    border-top: solid 1px #d1d1d1;
    /* height: 40px;*/ }
    .box_info_row:last-child {
      margin-bottom: -10px; }
    .box_info_row textarea {
      padding: 8px;
      font-size: 10px; }
  .box_header {
    padding-bottom: 10px;
    border-bottom: solid 1px #E8E8E8; }
    .box_header p {
      margin: 0px !important; }
    @media (min-width: 768px) {
      .box_header {
        padding-bottom: 20px; } }
  .box_shorter {
    padding: 10px 20px; }
  .box.description p {
    margin-bottom: 10px;
    font-size: 14px; }
  .box .row_list {
    display: flex; }
    .box .row_list li {
      margin-right: 15px;
      display: flex;
      align-items: flex-end;
      position: relative;
      max-width: 100%; }
      .box .row_list li .alert_circle {
        top: 0px;
        right: 0px; }
      .box .row_list li img {
        object-fit: cover; }
    .box .row_list .to_right {
      margin-left: auto;
      margin-right: 0px;
      flex-basis: auto;
      white-space: nowrap; }
  .box_list .item, .box_stats .item {
    padding: 15px 0px;
    align-items: center;
    border-top: solid 1px #E8E8E8; }
    .box_list .item a, .box_stats .item a {
      color: #c7c7c7;
      text-decoration: underline;
      font-size: 10px; }
    .box_list .item p, .box_stats .item p {
      margin: 0px; }
    .box_list .item.no_bottom, .box_stats .item.no_bottom {
      padding-bottom: 0px; }
    .box_list .item:nth-child(2), .box_stats .item:nth-child(2) {
      border: none !important; }
    .box_list .item:last-of-type, .box_stats .item:last-of-type {
      padding-bottom: 0px; }
  .box_stats .number_green,
  .box_stats .thumbnail {
    margin-right: 15px; }
  .box_stats .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .box_stats .item a {
      margin-left: auto; }
  .box_msgs .box_msg_alert {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px; }
    .box_msgs .box_msg_alert .avatar {
      margin-right: 15px; }
      .box_msgs .box_msg_alert .avatar img {
        width: 38px;
        height: 38px; }
      .box_msgs .box_msg_alert .avatar .alert_circle {
        top: -3px;
        right: -6px; }
    .box_msgs .box_msg_alert p {
      margin: 0px;
      font-size: 12px; }
    @media (min-width: 768px) {
      .box_msgs .box_msg_alert {
        flex-direction: row; } }
  .box_recommended .avatar {
    flex-basis: 40px; }
    .box_recommended .avatar img {
      width: 40px;
      height: 40px; }
  .box_recommended .item {
    padding: 8px 0px; }
    .box_recommended .item p {
      margin-right: 10px; }
  .box_recommended .service {
    flex-basis: 10%; }
  .box_recommended .name {
    flex-basis: 20%; }
  .box_recommended .phone {
    flex-basis: 15%;
    font-size: 10px; }
  .box_recommended .details {
    margin-left: auto; }
  .box_expand .full {
    transition: 0.3s;
    min-height: 50px;
    overflow: hidden;
    position: relative; }
    .box_expand .full:before {
      content: "";
      position: absolute;
      background: linear-gradient(to top, #fff, transparent 30px);
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
    .box_expand .full + .expand_prev_content {
      cursor: pointer;
      transition: 0.3s; }
    .box_expand .full.is_open:before {
      display: none; }
    .box_expand .full.is_open + .expand_prev_content .icon span {
      transition: 0.3s;
      transform: rotate(180deg); }
  .box_property {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    /*  .prop_img {
          margin-top: 4px;
          margin-bottom: 14px;
          height: 158px;
          object-fit: cover;
          object-position: center;
      }*/ }
    .box_property .prop_id {
      font-size: 10px;
      color: #D1D1D1;
      margin-right: 5px; }
    .box_property .key {
      width: auto;
      height: 12px; }
    .box_property .info_group {
      margin-top: 12px;
      /*@media(min-width: $tablet){
          height: 60px;
      }
      @media(min-width: $large){
          height: 40px;
      }*/ }
      .box_property .info_group p {
        font-size: 14px;
        margin: 0px;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
      .box_property .info_group .price {
        color: #9C9B9B; }
    .box_property .btn {
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-radius: 0px 0px 5px 0px;
      height: 35px;
      width: 35px;
      padding: 0px; }
  .box_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .box_height_xs {
    height: 130px; }
  .box_height_sm {
    height: 205px; }
  .box .input_container input {
    height: 34px;
    font-size: 10px;
    letter-spacing: 0.06em;
    padding: 0px 10px; }
    .box .input_container input + .btn {
      height: 34px;
      flex-basis: 34px; }
  @media (min-width: 768px) {
    .box {
      padding: 20px; } }
  .box_icon {
    width: 20px;
    height: 20px;
    margin-bottom: 4px; }
  .box__map {
    width: 100%;
    height: 260px;
    background: #ccc; }

/*.task_cb {
    & + p {
        text-decoration: line-through;
    }
}
*/
.person {
  display: flex;
  align-items: center; }
  .person img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 100%;
    margin-right: 14px; }
    @media (min-width: 768px) {
      .person img {
        width: 38px;
        height: 38px; } }
  .person p {
    margin: 0px; }
    .person p span {
      font-size: 12px; }
  .person .name {
    margin-bottom: 3px; }
    .person .name span {
      color: #D1D1D1; }
  .person .extra {
    color: #B1ACAC; }
  .person .square38 {
    width: 38px;
    height: 38px; }

.input_container {
  max-width: 360px; }
  .input_container input,
  .input_container textarea,
  .input_container .fake_input {
    box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, 0.1);
    border: solid 1px #E5ECED;
    width: 100%;
    margin-bottom: 20px;
    height: 48px; }
    .input_container input::-webkit-input-placeholder,
    .input_container textarea::-webkit-input-placeholder,
    .input_container .fake_input::-webkit-input-placeholder {
      color: #9C9B9B; }
    .input_container input::-moz-placeholder,
    .input_container textarea::-moz-placeholder,
    .input_container .fake_input::-moz-placeholder {
      color: #9C9B9B; }
    .input_container input:-ms-input-placeholder,
    .input_container textarea:-ms-input-placeholder,
    .input_container .fake_input:-ms-input-placeholder {
      color: #9C9B9B; }
    .input_container input:-moz-placeholder,
    .input_container textarea:-moz-placeholder,
    .input_container .fake_input:-moz-placeholder {
      color: #9C9B9B; }
  .input_container textarea {
    height: 144px;
    resize: none; }
  .input_container.input_with_button {
    display: flex; }
    .input_container.input_with_button .btn {
      flex: 0 0 48px;
      height: 48px;
      line-height: 48px;
      padding: 0px;
      vertical-align: top;
      border-radius: 0px; }
  .input_container_full {
    max-width: 100%; }
  .input_container .fake_input {
    line-height: 48px;
    padding: 0px 16px;
    background: white; }
  .input_container .select {
    margin-bottom: 20px; }
  .input_container--small .form_label {
    font-size: 14px !important;
    margin: 14px 0px 8px 0px;
    display: inline-block; }
  .input_container--small input {
    padding: 0px 14px;
    font-size: 14px;
    height: 36px; }

.invalid input,
.invalid textarea,
.invalid select,
.invalid .select {
  border: solid 1px #ffb6b6 !important; }

.loading_bar {
  position: relative;
  background: #E2F5C7; }
  .loading_bar .progress {
    width: 0%;
    height: 100%;
    background: #A3E35E;
    position: absolute;
    left: 0px;
    top: 0px; }
    .loading_bar .progress.fakeProgress {
      animation: fakeprogress 5s 1 forwards; }
  .loading_bar p {
    z-index: 1;
    position: relative; }

.gallery_grid {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: start; // space-between;*/
  overflow: hidden;
  padding: 20px 20px 0px 20px; }
  .gallery_grid .img_ratio {
    margin-bottom: 20px;
    float: left; }
    @media (min-width: 768px) {
      .gallery_grid .img_ratio {
        margin-right: 16px; } }
    .gallery_grid .img_ratio:nth-child(4) {
      margin-right: 0px; }
  @media (min-width: 768px) {
    .gallery_grid.per_row2 .img_ratio {
      width: calc(50% - 10px); }
    .gallery_grid.per_row3 .img_ratio {
      width: calc(33% - 10px); } }

.expanding_item {
  padding: 8px;
  /*	&.overlay_content {
  		.extra {
  			position: absolute;
  			z-index: 1;
  			background: white;
  			left: 0px;
  			top: 75px;
  		}
  	}*/ }
  .expanding_item .overview {
    display: flex;
    align-items: center; }
    .expanding_item .overview .detail {
      flex-basis: 160px; }
      .expanding_item .overview .detail p {
        margin: 0px; }
      .expanding_item .overview .detail .label {
        margin-bottom: 5px; }
      @media (max-width: 640px) {
        .expanding_item .overview .detail {
          margin-bottom: 20px; } }
    @media (max-width: 640px) {
      .expanding_item .overview {
        display: block; } }
  .expanding_item .icon-green_plus,
  .expanding_item .icon-arrow_down {
    cursor: pointer;
    margin-left: auto; }
    @media (max-width: 640px) {
      .expanding_item .icon-green_plus,
      .expanding_item .icon-arrow_down {
        position: absolute;
        right: 20px;
        bottom: 20px; } }
  .expanding_item .arrow_cont {
    display: flex;
    align-items: center;
    margin-left: auto; }
    @media (max-width: 767px) {
      .expanding_item .arrow_cont p {
        display: none; } }
  .expanding_item .icon-arrow_down {
    margin-right: 5px;
    margin-left: 10px; }
  .expanding_item .extra {
    padding-top: 20px;
    width: 100%;
    display: none; }
  .expanding_item .notes {
    margin-left: auto;
    font-size: 10px; }
    .expanding_item .notes textarea {
      border: solid 1px #E5ECED;
      border-radius: 3px; }
      .expanding_item .notes textarea:disabled {
        border: none;
        padding: 0px; }
        .expanding_item .notes textarea:disabled + .btn {
          display: none; }
      @media (min-width: 1024px) {
        .expanding_item .notes textarea {
          width: 200px; } }
    .expanding_item .notes .btn {
      padding: 0px;
      width: 32px;
      height: 32px; }
  .expanding_item .actions {
    margin-left: 48px;
    display: flex;
    flex-direction: column; }
    .expanding_item .actions i:first-child {
      margin-bottom: 10px; }
    .expanding_item .actions .icon-edit {
      cursor: pointer; }
  .expanding_item .expand_content {
    cursor: pointer; }

.tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
.tooltip .tt_outer {
  visibility: hidden;
  width: 120px;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: solid 1px #E5ECED;
  background: #fff;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -175%;
  left: -48px; }

.tt_inner {
  font-style: normal;
  position: relative; }
  .tt_inner:before {
    content: "";
    width: 0px;
    height: 0px;
    background: transparent;
    border-top: solid 6px transparent;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 7px #fff;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    transform: rotate(180deg); }
  .tt_inner:after {
    content: "";
    width: 0px;
    height: 0px;
    background: transparent;
    border-top: solid 6px transparent;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 7px #E5ECED;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    transform: rotate(180deg); }
  .tt_inner:before, .tt_inner:after {
    left: 31px; }
  .tt_inner:before {
    bottom: -16px; }
  .tt_inner:after {
    bottom: -18px; }

.tt_outer {
  transition: 0.3s; }
  .tt_outer.right {
    top: -5px;
    left: 105%; }
  .tt_outer.left {
    top: -5px;
    right: 105%; }

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

.timeline {
  padding-top: 48px;
  min-height: 300px; }
  .timeline .timeline_event {
    position: relative;
    /*  height: 100px;*/ }
    .timeline .timeline_event .icon-tick,
    .timeline .timeline_event .icon-dots {
      position: absolute; }
    .timeline .timeline_event p {
      margin: 0px; }
    .timeline .timeline_event .event_details {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      flex-direction: column;
      /*height: 75px;*/
      width: 90px;
      top: -35px;
      padding: 8px 10px; }
      .timeline .timeline_event .event_details .note {
        position: absolute;
        background: #FDF8BB;
        font-size: 10px;
        top: 100%;
        left: 0px;
        width: 100%;
        padding: 10px; }
      @media (min-width: 550px) {
        .timeline .timeline_event .event_details {
          width: 175px;
          margin-left: calc(50% - 195px); } }
      @media (min-width: 1024px) {
        .timeline .timeline_event .event_details {
          width: 264px;
          margin-left: calc(50% - 284px); } }
      .timeline .timeline_event .event_details.highlight {
        border: solid 2px #A3E35E; }
        .timeline .timeline_event .event_details.highlight:nth-child(even):after, .timeline .timeline_event .event_details.highlight:nth-child(odd):after {
          border-bottom: solid 7px #a1e554; }
    .timeline .timeline_event.edit {
      /*@media(max-width: $tablet){
      	min-height: 164px;
      }*/ }
      .timeline .timeline_event.edit .event_details {
        flex-direction: row; }
        .timeline .timeline_event.edit .event_details .icon-edit {
          margin-left: 10px; }
    .timeline .timeline_event .event_name {
      font-size: 12px;
      margin-bottom: 10px; }
    .timeline .timeline_event .event_date {
      color: #9B9A98;
      font-size: 10px; }
    .timeline .timeline_event .circle {
      border-radius: 100%;
      width: 10px;
      height: 10px;
      border: solid 2px #DFDFDF;
      position: absolute;
      left: calc(50% - 5px);
      background: #fff;
      top: -1px;
      z-index: 1; }
    .timeline .timeline_event .bar {
      height: 100%;
      width: 4px;
      background: #DFDFDF;
      position: absolute;
      top: 0px;
      left: calc(50% - 2px); }
      .timeline .timeline_event .bar.complete {
        background: #A3E35E; }
        .timeline .timeline_event .bar.complete + .circle {
          border: solid 2px #A3E35E; }
    .timeline .timeline_event:nth-child(even) .event_details {
      margin-left: calc(50% + 20px); }
      @media (min-width: 768px) {
        .timeline .timeline_event:nth-child(even) .event_details {
          position: relative; }
          .timeline .timeline_event:nth-child(even) .event_details:before {
            content: "";
            width: 0px;
            height: 0px;
            background: transparent;
            border-top: solid 6px transparent;
            border-left: solid 8px transparent;
            border-right: solid 8px transparent;
            border-bottom: solid 7px #fff;
            position: absolute;
            z-index: 1;
            left: -14px;
            transform: rotate(-90deg);
            top: calc(50% - 7px); }
          .timeline .timeline_event:nth-child(even) .event_details:after {
            content: "";
            width: 0px;
            height: 0px;
            background: transparent;
            border-top: solid 6px transparent;
            border-left: solid 8px transparent;
            border-right: solid 8px transparent;
            border-bottom: solid 7px #E5ECED;
            position: absolute;
            z-index: 0;
            left: -16px;
            transform: rotate(-90deg);
            top: calc(50% - 7px); }
          .timeline .timeline_event:nth-child(even) .event_details:before, .timeline .timeline_event:nth-child(even) .event_details:after {
            top: 30px; } }
    .timeline .timeline_event:nth-child(even) .icon-tick,
    .timeline .timeline_event:nth-child(even) .icon-dots {
      position: absolute;
      right: -34px;
      top: calc(50% - 10px); }
    @media (min-width: 768px) {
      .timeline .timeline_event:nth-child(odd) .event_details {
        position: relative; }
        .timeline .timeline_event:nth-child(odd) .event_details:before {
          content: "";
          width: 0px;
          height: 0px;
          background: transparent;
          border-top: solid 6px transparent;
          border-left: solid 8px transparent;
          border-right: solid 8px transparent;
          border-bottom: solid 7px #fff;
          position: absolute;
          z-index: 1;
          right: -14px;
          transform: rotate(90deg);
          top: calc(50% - 7px); }
        .timeline .timeline_event:nth-child(odd) .event_details:after {
          content: "";
          width: 0px;
          height: 0px;
          background: transparent;
          border-top: solid 6px transparent;
          border-left: solid 8px transparent;
          border-right: solid 8px transparent;
          border-bottom: solid 7px #E5ECED;
          position: absolute;
          z-index: 0;
          right: -16px;
          transform: rotate(90deg);
          top: calc(50% - 7px); }
        .timeline .timeline_event:nth-child(odd) .event_details:before, .timeline .timeline_event:nth-child(odd) .event_details:after {
          top: 30px; } }
    .timeline .timeline_event:nth-child(odd) .icon-tick,
    .timeline .timeline_event:nth-child(odd) .icon-dots {
      position: absolute;
      left: -34px;
      top: calc(50% - 10px); }
    @media (max-width: 767px) {
      .timeline .timeline_event {
        margin-bottom: 32px; }
        .timeline .timeline_event .bar {
          top: 32px; } }
    @media (min-width: 768px) {
      .timeline .timeline_event {
        height: 100px; } }
  .timeline .evDate {
    position: absolute;
    top: -16px;
    left: 0px;
    font-size: 8px;
    color: #B2B2B2; }
  .timeline.timeline_chain {
    height: 1000px;
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8; }
    .timeline.timeline_chain .evDate {
      font-weight: 600;
      top: -20px;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      .timeline.timeline_chain {
        max-height: calc(100vh - 264px);
        max-width: 730px;
        margin: 0px auto; } }
    .timeline.timeline_chain p {
      font-size: 10px; }
      .timeline.timeline_chain p span,
      .timeline.timeline_chain p a {
        color: #B2B2B2;
        font-weight: 500;
        font-size: 10px; }
      .timeline.timeline_chain p.name {
        margin-bottom: 2px;
        font-size: 16px; }
        .timeline.timeline_chain p.name span {
          font-weight: 100;
          font-size: 16px; }
      .timeline.timeline_chain p.address {
        font-size: 12px;
        margin-bottom: 10px; }
      .timeline.timeline_chain p.status {
        font-size: 10px; }
        .timeline.timeline_chain p.status span {
          color: #A3E35E; }
      .timeline.timeline_chain p i {
        float: right;
        width: 12px;
        height: 12px; }
        .timeline.timeline_chain p i.icon-green_plus:before, .timeline.timeline_chain p i.icon-green_plus:after {
          height: 10px;
          left: 5px; }
    .timeline.timeline_chain .timeline_event {
      height: auto;
      margin-top: -20px; }
      .timeline.timeline_chain .timeline_event .event_date {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .timeline.timeline_chain .timeline_event .event_date {
            max-height: 132px; } }
      .timeline.timeline_chain .timeline_event .event_details {
        height: auto;
        padding: 20px;
        top: -27px;
        display: block; }
        .timeline.timeline_chain .timeline_event .event_details:before, .timeline.timeline_chain .timeline_event .event_details:after {
          top: 23px !important; }
      .timeline.timeline_chain .timeline_event .icon-edit {
        position: absolute;
        top: 16px;
        right: 16px; }
  @media (max-width: 768px) {
    .timeline .timeline_event {
      top: 0px; }
      .timeline .timeline_event .event_details:nth-child(odd),
      .timeline .timeline_event .event_details:nth-child(even) {
        top: 0px;
        width: 80%;
        /*margin: 0px 5% !important;*/ }
      .timeline .timeline_event:nth-child(even) .event_details {
        margin: 0px 20% 0px 0px !important; }
      .timeline .timeline_event:nth-child(odd) .event_details {
        margin: 0px 0px 0px 20% !important; }
    .timeline .event_details {
      z-index: 2; }
    .timeline.timeline_chain {
      padding-top: 32px; }
      .timeline.timeline_chain .timeline_event {
        margin-top: 32px;
        margin-bottom: 75px; }
        .timeline.timeline_chain .timeline_event .bar {
          top: 80px; } }
  @media (min-width: 768px) {
    .timeline {
      padding-top: 90px; } }
  .timeline p.chain_title {
    font-size: 16px; }
    .timeline p.chain_title span {
      color: #B2B2B2;
      font-size: 14px; }
  .timeline p.chain_address {
    /*color: #000;*/
    font-size: 12px;
    font-weight: 400; }
  .timeline--preview {
    overflow: hidden; }
    @media (max-width: 1488px) {
      .timeline--preview .timeline_event .event_details {
        width: 150px;
        margin-left: calc(50% - 169px); } }

.btn_add_chainlink {
  margin: 10px 0px; }
  @media (min-width: 768px) {
    .btn_add_chainlink {
      margin: 24px 0px; } }

.view_more {
  display: flex;
  align-items: center;
  float: right;
  cursor: pointer; }

p.chain_this {
  font-size: 12px !important;
  font-weight: bold;
  text-transform: uppercase; }

/*.timeline_event--details {
	display: none;
	&.is_expanded {
		display: block;
	}
}*/
.heading_group {
  white-space: nowrap;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column; }
  .heading_group h1 {
    margin: 0px 0px 2px 0px; }
  .heading_group p {
    margin: 0px; }
  @media (min-width: 768px) {
    .heading_group {
      height: 75px;
      padding-top: 5px; } }

/*.mbp_modal {
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
    z-index: 10;
    @include flex;
    @include justify_content(center);
    @include align_items(center);
    .mbp_modal_box {
    	background: #fff;
    	text-align: center;
    	width: 90%;
    	max-width: 452px;
    	.mbp_modal_message {
    		padding: 24px;
    		@media(min-width: $tablet){
    			padding: 24px 64px;
    		}
    	}
    	.btn {
    		text-transform: none;
    		border-radius: 0px;
    		width: 100%;
    	}
    	p {
    		margin-bottom: 20px;
    	}
    	a {
    		font-size: 12px;
    		display: block;
    		margin-top: 15px;
    	}
    }
    .modal_header {
        align-items: center;
        text-align: left;
        border-bottom: solid 1px $color-border;
        padding: 16px 0px;
        position: relative;
        p {
            margin: 0px 4px 0px 0px;
        }
        i {
            margin-left: auto;
            @media(max-width: $tablet - 1px){
                position: absolute;
                right: 0px;
                top: 18px;
            }
        }
        @media(min-width: $tablet){
            @include flex;
            @include justify_content(space-between);
            height: 60px;
            padding: 0px;
        }
    }

    textarea {
        border: solid 1px #D1D1D1;
        font-size: 12px;
        color: #D1D1D1;
        padding: 10px;
    }

    // Summary Layout
    .mbp_modal_box_summary {
        text-align: left;
        .mbp_modal_message {
            padding: 0px 24px 24px 24px;
            @media(min-width: $tablet){
                 padding: 0px 24px 24px 24px;
            }
        }
        p {
            margin: 0px;
        }
        .summary {
            margin-top: 10px;
            .styled-checkbox + label:before {
                margin: 0px;
            }
        }
        .overview {
            .flex_center_apart {
                width: 100%;
            }
            p {
                font-size: 14px;
                color: #9B9A98;
                span {
                    color: #9B9A98;
                }
            }
            margin-bottom: 10px;
        }
        .extra {
            padding: 0px;
        }
        .btn {
            text-align: right;
            font-size: 12px;
        }
        textarea {
            margin-top: 16px;
            width: 100%;
            min-height: 100px;
        }
        input {
            width: 100%;
            border: solid 1px #D1D1D1;
            padding: 6px;
            font-size: 14px;
            margin-bottom: 15px;
        }
    }

    &.modal_event_edit {
        .height_auto {
            min-height: 58px;
        }
        .mbp_modal_box {
            max-width: 264px;
        }
    }   

    .styled-checkbox:checked + label:after {
        top: 7px;        
    }

    .modal_options {
        p {
            @include flex;
            margin: 0px 0px 5px 0px;
            color: #9B9A98;
            cursor: pointer;
            span {
                margin-right: 6px;
            }
        }
    }

}*/
.modal-container {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none; }

.modal {
  width: 90%;
  max-width: 600px;
  margin: 100px auto;
  background: #FFFFFF;
  border-radius: 3px;
  border: solid 2px #E5ECED; }
  .modal__header {
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal__body {
    padding-left: 16px;
    padding-right: 16px;
    max-height: 70vh;
    overflow: scroll; }
  .modal__btn-footer {
    width: calc( 100% + 4px );
    text-align: right;
    margin-left: -2px;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px; }
  .modal__item {
    padding: 8px 0px; }
  .modal__textarea {
    border: solid 1px #E5ECED;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    padding: 8px; }
  .modal__input {
    background: #f7f7f7;
    padding: 4px;
    text-align: right;
    border-radius: 4px; }
  .modal__table {
    text-align: left;
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    overflow: scroll; }
    .modal__table td {
      font-size: 12px;
      padding-bottom: 10px;
      padding-top: 10px; }
    .modal__table tr {
      border-bottom: solid 1px #E5ECED; }
  .modal--portals .upload-report-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .modal--portals .upload-report-form .select, .modal--portals .upload-report-form .input_container {
      flex-basis: 50%; }
    .modal--portals .upload-report-form .input_container {
      margin-left: 10px; }
    .modal--portals .upload-report-form .file_upload {
      height: 48px; }
  .modal--ays {
    text-align: center; }
  .modal__ays-btns {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 16px; }
    .modal__ays-btns .btn {
      width: 100px; }
  .modal--contact {
    width: 320px;
    position: relative; }
    .modal--contact p {
      font-size: 14px; }
    .modal--contact input {
      padding: 4px;
      height: 22px;
      font-size: 12px;
      margin: 0px; }
      .modal--contact input.input--name {
        font-size: 16px;
        height: 32px;
        padding-left: 8px;
        margin-bottom: 8px; }
    .modal--contact__label {
      margin-bottom: 4px;
      margin-top: 8px;
      font-size: 12px !important; }
    .modal--contact__side {
      border-right: solid 2px #E5ECED;
      padding: 0px 16px 0px 0px;
      width: 80px; }
    .modal--contact__details {
      padding: 0px 0px 0px 16px;
      width: 100%; }
      .modal--contact__details .select {
        margin-bottom: 8px; }
    .modal--contact__point {
      margin-bottom: 4px; }
      .modal--contact__point i {
        margin-right: 4px; }
      .modal--contact__point p {
        font-size: 10px;
        margin: 0px;
        font-weight: 500; }
      .modal--contact__point input {
        border: solid 1px #e5eced;
        width: calc(100% - 20px);
        display: none; }
      .modal--contact__point .unset_text {
        height: 22px;
        line-height: 22px; }
      .modal--contact__point .flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .modal--contact__point.is_edit_mode input {
        display: block; }
      .modal--contact__point.is_edit_mode .unset_text {
        display: none; }
      .modal--contact__point .invalid input {
        border-color: red; }
      .modal--contact__point .invalid .unset_text {
        color: red; }
    .modal--contact .avatar {
      width: 50px; }
      .modal--contact .avatar img {
        width: 50px;
        height: 50px; }
    .modal--contact .icon-close {
      position: absolute;
      top: -10px;
      right: -10px; }
    .modal--contact .contact-initials {
      width: 50px;
      height: 50px;
      padding-top: 14px;
      font-size: 18px; }
  .modal--add-appointment {
    max-width: 425px; }
  .modal--complete-form .fake_checkbox {
    float: left; }
  .modal--complete-form .fake_checkbox + p {
    padding-left: 24px;
    font-size: 12px; }
  @media (max-width: 767px) {
    .modal {
      margin: 20px auto; } }

#add-contact-initials,
#edit-contact-initials {
  display: none; }

/*@media print
{
    table, th, td
    {
      border-collapse:collapse !important;
      border: 1px solid black !important;
      width:100% !important;
      text-align:right !important;
    }
}
*/
.mbp_dropdown {
  background: #E8E8E8;
  position: relative;
  transition: 0.3s; }
  .mbp_dropdown:hover {
    background: #dbdbdb; }
  .mbp_dropdown .current_container {
    padding: 8px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .mbp_dropdown p {
    white-space: nowrap;
    margin: 0px; }
    .mbp_dropdown p.dd_label {
      margin-right: 4px; }
  .mbp_dropdown .current {
    display: flex;
    align-items: center;
    flex-basis: 100%; }
    .mbp_dropdown .current span {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .mbp_dropdown .current span:before, .mbp_dropdown .current span:after {
        content: '';
        width: 8px;
        height: 2px;
        background: #534F4C;
        position: absolute;
        border-radius: 3px;
        right: 0px;
        top: calc(50% - 1px);
        transition: 0.3s; }
      .mbp_dropdown .current span:before {
        transform: rotate(45deg);
        right: 4px; }
      .mbp_dropdown .current span:after {
        transform: rotate(-45deg); }
    .mbp_dropdown .current.is_open span:before {
      transform: rotate(-45deg) !important; }
    .mbp_dropdown .current.is_open span:after {
      transform: rotate(45deg) !important; }
    .mbp_dropdown .current span {
      white-space: nowrap;
      padding-right: 26px;
      margin-left: auto;
      cursor: pointer; }
  .mbp_dropdown ul {
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #E8E8E8;
    position: absolute;
    z-index: 5;
    width: 100%; }
    .mbp_dropdown ul li,
    .mbp_dropdown ul .logout_btn {
      cursor: pointer;
      padding: 8px 10px;
      font-size: 12px;
      width: 100%; }
      @media (min-width: 768px) {
        .mbp_dropdown ul li,
        .mbp_dropdown ul .logout_btn {
          padding: 8px 16px; } }
    .mbp_dropdown ul.is_open {
      display: inline-block; }
    .mbp_dropdown ul .logout_btn {
      padding: 0px;
      text-align: left;
      font-weight: 100; }
  .mbp_dropdown--contact ul li {
    margin-top: 10px; }
  .mbp_dropdown--white {
    background: #fff; }
    .mbp_dropdown--white .current_container {
      box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, 0.1);
      border: solid 1px #E5ECED;
      width: 100%;
      margin-bottom: 20px;
      margin-bottom: 0px; }
    .mbp_dropdown--white ul {
      border: solid 1px #e5eced;
      border-top: none; }
      .mbp_dropdown--white ul li {
        background: #fff; }
        .mbp_dropdown--white ul li:hover {
          background: #eaeaea; }

.login_panel {
  max-width: 360px;
  text-align: center; }
  .login_panel .logo {
    width: 68px; }
  .login_panel .border_top {
    border-top: solid 1px #ECECEC;
    margin: 34px 0px;
    padding-top: 34px; }
  .login_panel h1 {
    font-size: 32px;
    color: #fff;
    margin: 36px 0px;
    font-weight: 300; }
  .login_panel .line_logo {
    position: relative; }
    .login_panel .line_logo .logo {
      background: #A3E35E;
      position: absolute;
      width: 32px;
      top: -8px;
      padding: 0px 8px;
      left: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto; }
  .login_panel p {
    color: #fff; }
  .login_panel input {
    text-align: center;
    background: none;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 3px; }
    .login_panel input::-webkit-input-placeholder {
      color: #fff; }
    .login_panel input::-moz-placeholder {
      color: #fff; }
    .login_panel input:-ms-input-placeholder {
      color: #fff; }
    .login_panel input:-moz-placeholder {
      color: #fff; }
    .login_panel input:focus {
      background: transparent !important;
      border: solid 2px #fff; }
      .login_panel input:focus::-webkit-input-placeholder {
        color: transparent; }
      .login_panel input:focus::-moz-placeholder {
        color: transparent; }
      .login_panel input:focus:-ms-input-placeholder {
        color: transparent; }
      .login_panel input:focus:-moz-placeholder {
        color: transparent; }
  .login_panel .btn {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    @inlcude align_items(center);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .login_panel a {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 34px; }
    .login_panel a:hover {
      text-decoration: underline;
      font-weight: 400; }
  .login_panel .try_again {
    margin-top: 10px; }

.big_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, 0.1);
  border: solid 2px #e5eced;
  border-radius: 5px; }
  .big_search input {
    flex-basis: 100%;
    border-radius: 5px 0px 0px 5px;
    font-size: 14px; }
  .big_search button {
    height: 50px;
    flex-basis: 50px;
    border: none;
    background: #fff url(../imgs/icons/search.png) no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px; }
  @media (max-width: 768px) {
    .big_search input {
      width: calc(100% - 50px); }
    .big_search button {
      width: 50px; } }
  .big_search .easy-autocomplete {
    width: 100% !important; }
    .big_search .easy-autocomplete input {
      width: 100%;
      height: 100%;
      border: none;
      box-shadow: none; }

.property_list_item {
  background: #fff;
  margin-bottom: 20px;
  border: solid 2px #E5ECED;
  padding-right: 16px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*flex-wrap: wrap;*/ }
  .property_list_item .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .property_list_item .prop_img {
    width: 70px; }
  .property_list_item .price {
    color: #9C9B9B; }
  .property_list_item p {
    margin: 0px;
    font-size: 14px; }
  .property_list_item .label,
  .property_list_item .prop_id,
  .property_list_item a {
    font-size: 12px; }
  .property_list_item .key {
    width: 24px;
    margin-left: 6px; }
  @media (max-width: 665px) {
    .property_list_item {
      display: block;
      padding: 10px; }
      .property_list_item .prop_img {
        /*width: 120px;*/
        display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .property_list_item .address {
      max-width: 98px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; } }
  @media (min-width: 1024px) {
    .property_list_item .address {
      width: 200px; } }

.action_bar {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse; }
  .action_bar .toggle p {
    margin: 0px;
    cursor: pointer; }
  .action_bar .toggle .icon {
    margin-right: 10px;
    font-size: 12px; }
  @media (max-width: 1024px) {
    .action_bar .toggle {
      margin-left: -8px;
      margin-bottom: 20px; } }
  .action_bar .actions {
    flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .action_bar {
      flex-direction: row;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.review_panel .details {
  border: solid 2px #B2B2B2;
  border-radius: 4px;
  padding: 20px; }
.review_panel address p {
  font-style: normal;
  margin: 0px; }
.review_panel .btn {
  width: 100%;
  text-align: right;
  border-radius: 0px 0px 4px 4px; }
.review_panel .icon-edit {
  padding-right: 0px !important; }
@media (max-width: 768px) {
  .review_panel {
    margin-bottom: 20px; } }

.checkbox {
  user-select: none; }
  .checkbox .square, .checkbox p {
    vertical-align: middle; }
  .checkbox .square {
    width: 20px;
    height: 20px;
    border: solid 1px #E5ECED;
    display: inline-block;
    border-radius: 3px;
    background: #fff; }
  .checkbox p {
    display: inline-block;
    font-size: 12px; }
  .checkbox.cb_left .square {
    margin-right: 8px; }
  .checkbox.cb_right .square {
    margin-left: 8px; }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox input:checked + .square {
  background: #fff url(../imgs/icons/tick.svg) no-repeat center/10px; }

.validation_tooltip {
  position: absolute;
  left: calc(100% + 24px);
  top: 0px;
  width: 170px;
  z-index: 1; }
  .validation_tooltip .inner {
    background: #fff;
    color: red;
    max-width: 170px;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #E5ECED;
    position: relative;
    font-size: 12px; }
    .validation_tooltip .inner:before {
      content: "";
      width: 0px;
      height: 0px;
      background: transparent;
      border-top: solid 6px transparent;
      border-left: solid 8px transparent;
      border-right: solid 8px transparent;
      border-bottom: solid 7px #fff;
      position: absolute;
      z-index: 1;
      left: -14px;
      transform: rotate(-90deg);
      top: calc(50% - 7px); }
    .validation_tooltip .inner:after {
      content: "";
      width: 0px;
      height: 0px;
      background: transparent;
      border-top: solid 6px transparent;
      border-left: solid 8px transparent;
      border-right: solid 8px transparent;
      border-bottom: solid 7px #E5ECED;
      position: absolute;
      z-index: 0;
      left: -16px;
      transform: rotate(-90deg);
      top: calc(50% - 7px); }
  @media (max-width: 767px) {
    .validation_tooltip {
      display: inline-block;
      position: relative !important;
      margin-bottom: 16px;
      left: 0px; }
      .validation_tooltip .inner {
        position: relative; }
        .validation_tooltip .inner:before {
          content: "";
          width: 0px;
          height: 0px;
          background: transparent;
          border-top: solid 6px transparent;
          border-left: solid 8px transparent;
          border-right: solid 8px transparent;
          border-bottom: solid 7px #fff;
          position: absolute;
          z-index: 1;
          top: 0px;
          transform: rotate(0deg); }
        .validation_tooltip .inner:after {
          content: "";
          width: 0px;
          height: 0px;
          background: transparent;
          border-top: solid 6px transparent;
          border-left: solid 8px transparent;
          border-right: solid 8px transparent;
          border-bottom: solid 7px #E5ECED;
          position: absolute;
          z-index: 0;
          top: 0px;
          transform: rotate(0deg); }
        .validation_tooltip .inner:before, .validation_tooltip .inner:after {
          left: calc(50% - 7px); }
        .validation_tooltip .inner:before {
          top: -13px; }
        .validation_tooltip .inner:after {
          top: -14px; } }

.errors-global {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px; }
  .errors-global span {
    font-size: 14px;
    color: red; }

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none; }

.photo-box {
  padding: 24px 0px 0px 0px;
  margin: 24px auto;
  border-top: solid 2px #E5ECED;
  border-bottom: solid 2px #E5ECED;
  max-width: 578px;
  min-height: 300px;
  max-height: 600px;
  overflow: scroll; }
  .photo-box--modal {
    width: 100%;
    max-width: 100%;
    border: none; }
  .photo-box__file-label input {
    display: none; }
  .photo-box__upload {
    background: #FEFEFE;
    padding: 12px;
    text-align: center;
    border: dashed 2px #E5ECED;
    cursor: pointer; }
    .photo-box__upload .center {
      position: absolute;
      top: 28px;
      bottom: 0px;
      margin: auto;
      left: 0px;
      right: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    .photo-box__upload .ratio {
      width: 100%;
      width: 100%;
      position: relative; }
      .photo-box__upload .ratio:before {
        content: "";
        display: block;
        padding-top: 66%; }
      .photo-box__upload .ratio img {
        object-fit: cover;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .photo-box__upload__height {
      height: 28px; }
    .photo-box__upload p {
      margin-top: 8px;
      font-size: 12px;
      margin-bottom: 0px; }
    .photo-box__upload:hover {
      border: solid 2px #E5ECED; }
    .photo-box__upload:hover i {
      background: #c8ff8c; }
    @media (max-width: 439px) {
      .photo-box__upload {
        max-width: 200px;
        margin: 0px auto 20px auto; } }
  .photo-box__photo {
    background: #FFF;
    width: 100%;
    border: solid 1px #E5ECED;
    margin-bottom: 24px;
    padding: 12px; }
    @media (max-width: 439px) {
      .photo-box__photo {
        max-width: 200px;
        margin: 0px auto 20px auto; } }
  .photo-box__image {
    width: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 12px; }
    .photo-box__image:before {
      content: "";
      display: block;
      padding-top: 66%; }
    .photo-box__image img {
      object-fit: cover;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .photo-box__text {
    font-size: 10px;
    margin-right: auto;
    margin-left: 8px;
    margin-bottom: 0px;
    margin-top: 0px; }
  .photo-box__circle {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    border: solid 1px #E5ECED;
    cursor: pointer; }
    .photo-box__circle.is_selected:before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: #5A5653;
      display: block;
      margin-left: 2px;
      margin-top: 2px; }

.ajax_msg_list {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 11; }

.ajax-msg {
  background: #fefefe;
  padding: 0px 24px;
  margin-top: 10px;
  border-radius: 3px;
  border: solid 1px #a3e35e;
  box-shadow: 3px 2px 2px rgba(51, 51, 51, 0.17);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  transition: 0.8s;
  right: -1000px;
  bottom: 0px;
  position: absolute;
  /* display: none;*/ }
  .ajax-msg p {
    white-space: nowrap; }
  .ajax-msg.slideup {
    right: 0px; }
  .ajax-msg .x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px; }
  .ajax-msg.error_msg {
    border: solid 1px red; }

.ajax-msg-inform {
  display: none;
  font-size: 14px; }
  .ajax-msg-inform.error {
    color: #F72649; }

.pagination {
  text-align: center;
  list-style: none;
  margin-bottom: 64px; }
  .pagination .page-item {
    display: inline-block; }
    .pagination .page-item.active .page-link {
      /*color: $primary-color;*/
      font-weight: bold; }
  .pagination .page-link {
    display: inline-block; }

.norm_dropdown {
  position: static !important; }
  .norm_dropdown ul {
    width: 188px; }
  .norm_dropdown li:hover {
    background: #d4d4d4; }

.ajax_loading {
  position: relative; }
  .ajax_loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(228, 228, 228, 0.85) url("../imgs/91.gif");
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px; }

.ajax_loading--white {
  position: relative; }
  .ajax_loading--white:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.85) url("../imgs/91.gif");
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px; }

.ajax_loading--grey {
  position: relative; }
  .ajax_loading--grey:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(249, 249, 249, 0.85) url("../imgs/91.gif");
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px; }

/*.lds-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}*/
.input-flat {
  text-align: right;
  border: solid 1px #e4ebec;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px; }

.box-long-text__content {
  height: 64px;
  overflow: hidden;
  padding-bottom: 16px;
  position: relative;
  transition: 0.3s; }
  .box-long-text__content p {
    font-size: 12px; }
  .box-long-text__content:before {
    content: '';
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0px;
    left: 0px;
    /*z-index: 10;*/
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%; }
  .box-long-text__content.noFade:before {
    background: transparent; }
.box-long-text__more {
  cursor: pointer; }

.expand-to-edit__open {
  cursor: pointer; }
.expand-to-edit__extra {
  display: none; }

.portal_upload {
  /*.file_upload {
  	&.uploaded {
  		position: relative;
  		&:before {
  			content: '';
  			position: absolute;
  			display: inline-block;
  			left: 0px;
  			top: 0px;
  			background: #a3e35e url('../imgs/white-cross.png') no-repeat;
  		    background-position: calc(100% - 15px);
  			height: 40px;
  			width: 100%;
  		}
  	}
  }*/ }
  .portal_upload__icon {
    width: 40px;
    margin-right: 10px; }
  .portal_upload__current {
    background: #a3e35e url("../imgs/white-cross.png") no-repeat;
    background-position: calc(100% - 15px);
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    cursor: pointer; }
  .portal_upload label {
    margin-bottom: 0px; }
  .portal_upload form {
    width: 100%; }

.document-box__note {
  margin-left: 10px; }
  .document-box__note p {
    margin-bottom: 10px;
    height: 100px;
    overflow: hidden; }
.document-box .line_through {
  cursor: pointer; }
.document-box .btn-complete-property-form {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  border-radius: 0px;
  font-size: 12px;
  padding: 10px; }
.document-box--property-info {
  height: 160px; }
  @media (min-width: 768px) {
    .document-box--property-info {
      height: 213px; } }

.notes {
  margin-top: 24px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .notes__sidebar {
      width: 224px;
      float: left;
      border-right: solid 1px #ECECEC; } }
  @media (min-width: 1280px) {
    .notes__sidebar {
      width: 266px;
      float: left; } }
  .notes__list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    max-height: 600px;
    overflow-y: auto; }

.note-preview {
  border-bottom: solid 1px #ECECEC;
  padding: 8px 20px 8px 10px;
  cursor: pointer;
  transition: 0.3s; }
  .note-preview.is_active {
    background: #ececec; }
    .note-preview.is_active:hover {
      background: #ececec !important; }
  .note-preview__title, .note-preview__content {
    margin: 0px; }
  .note-preview__title {
    margin-bottom: 8px; }
  .note-preview__content {
    font-size: 10px; }
  .note-preview:hover {
    background: #F1F1F1; }

.note-full {
  position: relative; }
  .note-full__title input {
    width: 100%;
    padding: 10px 0px;
    background: transparent; }
    .note-full__title input:focus {
      background: transparent !important; }
  .note-full__content {
    white-space: pre-line; }
    .note-full__content:focus {
      outline: none; }
  .note-full textarea {
    width: 100%;
    padding: 10px 0px;
    background: transparent; }
  @media (min-width: 1024px) {
    .note-full {
      float: left;
      width: calc(100% - 224px);
      padding-left: 20px; } }
  @media (min-width: 1280px) {
    .note-full {
      float: left;
      width: calc(100% - 266px); } }

.btn_add_note {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px; }
  .btn_add_note p {
    margin: 0px; }
  @media (min-width: 1024px) {
    .btn_add_note {
      width: calc(100% - 20px); } }

.save-note {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none; }
  .save-note p {
    margin-top: 0px;
    font-size: 12px; }
  .save-note__prog-bar {
    height: 10px;
    width: 32px;
    background: #e8e8e8;
    width: 100%;
    border-radius: 2px; }
  .save-note__progress {
    height: 100%;
    width: 0%;
    background: #A3E35E; }
    .save-note__progress.is_complete {
      width: 100%; }

.contact_panel {
  border: solid 1px #E5ECED;
  border-radius: 3px;
  padding: 16px;
  /*height: 196px;*/ }
  .contact_panel__avatar-side {
    border-right: solid 1px #E5ECED;
    padding-right: 16px;
    margin-right: 16px; }
    .contact_panel__avatar-side .avatar {
      width: 55px; }
  .contact_panel--unselected {
    border: solid 1px dashed; }

.contact-initials {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  text-align: center;
  padding-top: 10px;
  margin-right: 14px;
  background: #dadada; }
  .contact-initials span {
    color: #fff;
    font-weight: 500; }
  .contact-initials--buyer, .contact-initials--seller {
    background: #729052; }
  .contact-initials--staff {
    background: #9DD85D; }
  .contact-initials--service {
    background: #C3D5CC; }
  .contact-initials--xs {
    width: 16px;
    height: 16px;
    padding-top: 3px; }

.avatar_upload {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #e6ebec; }
  .avatar_upload i {
    display: block;
    margin: 0px auto; }
  .avatar_upload input {
    display: none; }
  .avatar_upload.uploaded {
    position: relative;
    background: #a3e35e !important; }
    .avatar_upload.uploaded:before {
      content: 'Image Choosen';
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: center;
      padding-top: 12px;
      font-size: 10px;
      color: #fff;
      font-weight: 600; }
    .avatar_upload.uploaded i {
      display: none; }

.avatar_larger .contact-initials {
  padding-top: 18px;
  width: 60px;
  height: 60px;
  margin: 0px; }
  .avatar_larger .contact-initials span {
    font-size: 18px; }

.doction-nav {
  left: 0px;
  top: 0px;
  width: 232px;
  position: fixed;
  background: #A3E35E;
  height: 100%;
  padding: 0px 16px; }
  .doction-nav h2 {
    color: #fff;
    font-weight: 500;
    border-bottom: solid 2px;
    padding-bottom: 10px; }
  .doction-nav ul {
    list-style: none;
    padding-left: 16px; }
    .doction-nav ul li {
      color: #fff;
      font-weight: 500; }
    .doction-nav ul a {
      color: #fff;
      font-size: 14px;
      margin-bottom: 5px;
      display: block; }

.doction-main {
  padding-left: 252px;
  padding-bottom: 500px; }
  .doction-main ul li {
    font-size: 14px;
    margin-bottom: 8px; }

.doction {
  max-width: 900px; }
  .doction h1 {
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 52px;
    margin-top: 16px; }
  .doction h2 {
    font-size: 32px; }
  .doction h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px; }
  .doction h4 {
    margin-top: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px; }
  .doction__ul {
    list-style: none;
    padding: 0px; }
  .doction__route {
    background: #fff;
    border-radius: 4px;
    border: solid 2px #e7eef3;
    padding: 16px;
    margin-bottom: 32px !important; }
    .doction__route__title {
      margin-top: 0px;
      border-bottom: solid 2px #e7eef3;
      padding-bottom: 8px;
      font-weight: 500;
      margin-bottom: 4px; }
    .doction__route__link {
      display: block; }
    .doction__route__details {
      margin-top: 24px; }
      .doction__route__details p {
        margin: 8px 0px;
        font-size: 12px; }
  .doction__note {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #e2e2e2; }
    .doction__note p {
      font-size: 12px;
      margin: 0px; }

.offer__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 58px; }
  @media (min-width: 1024px) {
    .offer__item {
      height: 70px; } }
  .offer__item__edit {
    text-align: right; }
    .offer__item__edit span {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle; }
    .offer__item__edit i {
      display: inline-block;
      vertical-align: top; }
  .offer__item__action {
    color: #A3E35E;
    font-size: 12px;
    margin: auto 0px 0px 0px;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
    cursor: pointer; }
.offer__letter {
  text-align: right;
  margin: auto 0px 0px 0px; }
  .offer__letter span {
    font-size: 12px;
    vertical-align: middle; }
  .offer__letter i {
    vertical-align: middle; }
.offer__status {
  font-weight: 500;
  font-size: 14px; }
.offer .flex_bottom {
  margin-top: auto;
  margin-bottom: 0px; }
.offer__download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  background: #F1F1F1;
  padding: 0px 16px;
  cursor: pointer; }
  .offer__download p {
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #B2B2B2; }

.diary-event {
  position: absolute;
  background: #eeeeee;
  left: 60px;
  top: 40px;
  width: 100px;
  font-size: 10px;
  padding: 8px;
  min-height: 40px;
  cursor: pointer;
  /*box-shadow: 0px 1px 5px #eaeaea;
  border: solid 1px #d2d2d2;*/ }
  .diary-event--viewing {
    background: #E4F7CF;
    outline: solid 1px #d3e8bb; }
  .diary-event--market-appraisal {
    background: #EFE8F3;
    outline: solid 1px #dfcfe8; }
  .diary-event--measure-up {
    background: #EAF6FC;
    outline: solid 1px #C8E0EC; }
  .diary-event--survey {
    background: #FFE0C5;
    outline: solid 1px #ecc7a7; }
  .diary-event--meeting {
    background: #FFF9C7;
    outline: solid 1px #efe9ba; }
  .diary-event--other {
    background: #FFE1E1;
    outline: solid 1px #f5c9c9; }
  .diary-event__type {
    max-width: 84px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .diary-event .contact-initials {
    color: #767370;
    background: #fff;
    border: solid 1px #c7c7c7;
    font-size: 8px;
    padding-top: 4px;
    float: left;
    margin-right: 8px; }

.appointment {
  padding: 16px 8px 16px 8px; }
  .appointment__p {
    font-size: 16px;
    margin: 0px; }
    @media (max-width: 1023px) {
      .appointment__p {
        margin-bottom: 16px; } }

.agent_header {
  padding-top: 32px; }
  .agent_header .action_row {
    margin-bottom: 16px;
    flex-wrap: wrap; }
    .agent_header .action_row p, .agent_header .action_row a {
      font-size: 12px;
      font-weight: 400; }
  .agent_header .icon-green_plus {
    margin-right: 8px; }
  .agent_header .norm_dropdown {
    margin: 20px 0px 20px auto; }
    .agent_header .norm_dropdown p {
      font-size: 12px; }
  .agent_header .border_bottom {
    border-bottom: solid 1px #E5ECED; }
    .agent_header .border_bottom .norm_dropdown {
      margin: 20px 0px 0px auto; }
  .agent_header .only_toggle .toggle {
    text-align: right;
    margin-bottom: 24px; }
  .agent_header .action-add_property {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 16px;
    height: 54px; }
    .agent_header .action-add_property i {
      margin: 0px; }
    .agent_header .action-add_property p {
      margin: 0px;
      font-size: 14px; }

.user_header {
  height: 56px;
  border-bottom: solid 1px #ECECEC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center; }
  .user_header a {
    font-size: 12px; }
  @media (max-width: 767px) {
    .user_header.user_header_mob {
      display: block;
      height: 75px;
      padding-top: 14px; }
      .user_header.user_header_mob .more_link {
        display: none;
        margin-bottom: 10px; }
      .user_header.user_header_mob .toggle {
        margin-top: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
      .user_header.user_header_mob .label {
        margin-top: 20px; } }
  @media (min-width: 1024px) {
    .user_header .link_back_cont {
      display: block;
      width: 33%;
      text-align: left; }
    .user_header .toggle {
      width: 33%;
      text-align: right; } }

@media (max-width: 767px) {
  .timeline_header_seller {
    height: 105px; } }

.container {
  width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 1500px; }
  @media (min-width: 768px) {
    .container {
      width: 70%; } }
  @media (min-width: 1024px) {
    .container {
      width: 80%; } }
  .container.full_screen_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 100vh; }

.row {
  /*margin-left: -16px;
  margin-right: -16px;*/ }
  .row::after {
    content: "";
    clear: both;
    display: table; }
  .row .row {
    margin-left: -10px;
    margin-right: -10px; }

/* COLUMNS
===================================*/
.col-1 {
  float: left;
  padding: 0px 10px;
  width: 8.3333333333%;
  min-height: 1px; }

.col-2 {
  float: left;
  padding: 0px 10px;
  width: 16.6666666667%;
  min-height: 1px; }

.col-3 {
  float: left;
  padding: 0px 10px;
  width: 25%;
  min-height: 1px; }

.col-4 {
  float: left;
  padding: 0px 10px;
  width: 33.3333333333%;
  min-height: 1px; }

.col-5 {
  float: left;
  padding: 0px 10px;
  width: 41.6666666667%;
  min-height: 1px; }

.col-6 {
  float: left;
  padding: 0px 10px;
  width: 50%;
  min-height: 1px; }

.col-7 {
  float: left;
  padding: 0px 10px;
  width: 58.3333333333%;
  min-height: 1px; }

.col-8 {
  float: left;
  padding: 0px 10px;
  width: 66.6666666667%;
  min-height: 1px; }

.col-9 {
  float: left;
  padding: 0px 10px;
  width: 75%;
  min-height: 1px; }

.col-10 {
  float: left;
  padding: 0px 10px;
  width: 83.3333333333%;
  min-height: 1px; }

.col-11 {
  float: left;
  padding: 0px 10px;
  width: 91.6666666667%;
  min-height: 1px; }

.col-12 {
  float: left;
  padding: 0px 10px;
  width: 100%;
  min-height: 1px; }

@media (min-width: 440px) {
  .col-mobile-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 10px; }

  .col-mobile-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 10px; }

  .col-mobile-3 {
    float: left;
    width: 25%;
    padding: 0px 10px; }

  .col-mobile-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 10px; }

  .col-mobile-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 10px; }

  .col-mobile-6 {
    float: left;
    width: 50%;
    padding: 0px 10px; }

  .col-mobile-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 10px; }

  .col-mobile-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 10px; }

  .col-mobile-9 {
    float: left;
    width: 75%;
    padding: 0px 10px; }

  .col-mobile-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 10px; }

  .col-mobile-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 10px; }

  .col-mobile-12 {
    float: left;
    width: 100%;
    padding: 0px 10px; } }
@media (min-width: 768px) {
  .col-tablet-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 10px; }

  .col-tablet-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 10px; }

  .col-tablet-3 {
    float: left;
    width: 25%;
    padding: 0px 10px; }

  .col-tablet-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 10px; }

  .col-tablet-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 10px; }

  .col-tablet-6 {
    float: left;
    width: 50%;
    padding: 0px 10px; }

  .col-tablet-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 10px; }

  .col-tablet-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 10px; }

  .col-tablet-9 {
    float: left;
    width: 75%;
    padding: 0px 10px; }

  .col-tablet-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 10px; }

  .col-tablet-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 10px; }

  .col-tablet-12 {
    float: left;
    width: 100%;
    padding: 0px 10px; } }
@media (min-width: 1024px) {
  .col-desktop-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 10px; }

  .col-desktop-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 10px; }

  .col-desktop-3 {
    float: left;
    width: 25%;
    padding: 0px 10px; }

  .col-desktop-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 10px; }

  .col-desktop-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 10px; }

  .col-desktop-6 {
    float: left;
    width: 50%;
    padding: 0px 10px; }

  .col-desktop-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 10px; }

  .col-desktop-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 10px; }

  .col-desktop-9 {
    float: left;
    width: 75%;
    padding: 0px 10px; }

  .col-desktop-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 10px; }

  .col-desktop-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 10px; }

  .col-desktop-12 {
    float: left;
    width: 100%;
    padding: 0px 10px; } }
@media (min-width: 1280px) {
  .col-large-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 10px; }

  .col-large-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 10px; }

  .col-large-3 {
    float: left;
    width: 25%;
    padding: 0px 10px; }

  .col-large-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 10px; }

  .col-large-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 10px; }

  .col-large-6 {
    float: left;
    width: 50%;
    padding: 0px 10px; }

  .col-large-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 10px; }

  .col-large-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 10px; }

  .col-large-9 {
    float: left;
    width: 75%;
    padding: 0px 10px; }

  .col-large-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 10px; }

  .col-large-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 10px; }

  .col-large-12 {
    float: left;
    width: 100%;
    padding: 0px 10px; } }
@media (min-width: 1600px) {
  .col-extra_large-1 {
    float: left;
    width: 8.3333333333%;
    padding: 0px 10px; }

  .col-extra_large-2 {
    float: left;
    width: 16.6666666667%;
    padding: 0px 10px; }

  .col-extra_large-3 {
    float: left;
    width: 25%;
    padding: 0px 10px; }

  .col-extra_large-4 {
    float: left;
    width: 33.3333333333%;
    padding: 0px 10px; }

  .col-extra_large-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0px 10px; }

  .col-extra_large-6 {
    float: left;
    width: 50%;
    padding: 0px 10px; }

  .col-extra_large-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0px 10px; }

  .col-extra_large-8 {
    float: left;
    width: 66.6666666667%;
    padding: 0px 10px; }

  .col-extra_large-9 {
    float: left;
    width: 75%;
    padding: 0px 10px; }

  .col-extra_large-10 {
    float: left;
    width: 83.3333333333%;
    padding: 0px 10px; }

  .col-extra_large-11 {
    float: left;
    width: 91.6666666667%;
    padding: 0px 10px; }

  .col-extra_large-12 {
    float: left;
    width: 100%;
    padding: 0px 10px; } }
/* EXPERIMENTAL CONTAINER
===================================*/
.cont_full {
  width: 100%;
  padding: 0px -10px; }

header {
  display: flex;
  justify-content: space-between;
  height: 60px;
  position: fixed;
  width: 100%;
  top: 0px;
  border-bottom: solid 1px #ECECEC;
  background: #f9f9f9;
  z-index: 2; }
  header .logo {
    background: #A3E35E;
    flex-basis: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
    header .logo img {
      width: 22px; }
      @media (min-width: 768px) {
        header .logo img {
          width: 28px; } }
    @media (min-width: 768px) {
      header .logo {
        flex-basis: 75px;
        min-width: 75px; } }
  header .search {
    width: 100%;
    display: flex;
    align-items: center; }
    header .search input {
      width: 100%;
      height: 100%;
      background: transparent url(../imgs/search.svg) no-repeat 20px 50%/16px;
      padding-left: 50px; }
  header .mbp_dropdown {
    font-size: 14px;
    margin: 0px 16px;
    font-weight: 100;
    background: transparent; }
    header .mbp_dropdown ul {
      position: fixed;
      background: #E8E8E8;
      padding: 0px;
      top: 0px;
      right: 0px;
      margin: 0px;
      list-style: none;
      height: 100vh;
      width: 100%;
      min-width: 200px;
      z-index: 20;
      padding-top: 75px;
      padding-left: 28px; }
      @media (min-width: 768px) {
        header .mbp_dropdown ul {
          min-width: 25%;
          width: auto; } }
    header .mbp_dropdown .current {
      height: 100%;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 30; }
      header .mbp_dropdown .current span {
        height: auto; }
    header .mbp_dropdown:hover {
      background: transparent !important; }
    @media (min-width: 768px) {
      header .mbp_dropdown {
        margin: 0px 20px;
        font-size: 16px; } }
    header .mbp_dropdown.is_open .current span:before, header .mbp_dropdown.is_open .current span:after {
      right: 2px;
      width: 10px; }
  @media (min-width: 768px) {
    header {
      height: 75px; } }

footer {
  background: #9e5ee3; }

.side_nav {
  background: #F1F1F1;
  width: 60px;
  position: fixed;
  height: 100vh;
  left: 0px; }
  .side_nav a {
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    .side_nav a span {
      color: #BBBBBB;
      font-size: 8px;
      margin-top: 10px; }
    .side_nav a:hover {
      background: #E8E8E8; }
    .side_nav a.current {
      background: #E8E8E8;
      position: relative; }
      .side_nav a.current:before {
        content: "";
        width: 0px;
        height: 0px;
        background: transparent;
        border-top: solid 6px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        border-bottom: solid 7px #E8E8E8;
        position: absolute;
        z-index: 1;
        right: -14px;
        transform: rotate(90deg);
        top: calc(50% - 7px); }
      .side_nav a.current:after {
        content: "";
        width: 0px;
        height: 0px;
        background: transparent;
        border-top: solid 6px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        border-bottom: solid 7px #E8E8E8;
        position: absolute;
        z-index: 0;
        right: -16px;
        transform: rotate(90deg);
        top: calc(50% - 7px); }
      @media (min-width: 768px) {
        .side_nav a.current span {
          margin-top: 0px;
          display: flex;
          position: absolute;
          left: 75px;
          background: #E8E8E8;
          width: 96px;
          font-size: 12px;
          height: 100%;
          align-items: center;
          border-radius: 0px 5px 5px 0px;
          color: #534F4C; } }
      @media (min-width: 768px) {
        .side_nav a.current:before, .side_nav a.current:after {
          right: -110px; } }
    @media (min-width: 768px) {
      .side_nav a {
        height: 75px; } }
  .side_nav img {
    width: 19px; }
    @media (min-width: 768px) {
      .side_nav img {
        width: 24px; } }
  .side_nav .alert_circle {
    top: 16px;
    right: 16px; }
    @media (max-width: 767px) {
      .side_nav .alert_circle {
        top: 8px;
        right: 8px; } }
  @media (min-width: 768px) {
    .side_nav {
      width: 75px; } }

.dashboard .box {
  margin-bottom: 20px; }
.dashboard .portals {
  /*display: flex;
  margin-top: 20px;*/ }
  .dashboard .portals div {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .dashboard .portals div:last-child {
      margin-bottom: 0px; }
  .dashboard .portals img {
    width: 50px;
    height: 50px; }
  .dashboard .portals a {
    flex-basis: 100%;
    background-color: #E8E8E8;
    background-image: url(../imgs/icons/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: calc(100% - 15px);
    font-size: 10px;
    color: #9C9B9B;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 15px; }
    .dashboard .portals a:hover {
      background-color: #d0d0d0; }
.dashboard .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .dashboard .social a {
    flex-basis: 50px;
    margin-right: 15px; }
.dashboard .page_header {
  margin-bottom: 16px;
  flex-wrap: wrap; }
  .dashboard .page_header h1 {
    margin-bottom: 0px; }
  .dashboard .page_header .mbp_dropdown {
    min-width: 176px; }
    .dashboard .page_header .mbp_dropdown p {
      font-size: 12px; }
    @media (max-width: 767px) {
      .dashboard .page_header .mbp_dropdown {
        margin-top: 10px; } }
  .dashboard .page_header a {
    align-self: center; }

.page_sitemap h2 {
  border-bottom: solid 2px;
  padding-bottom: 10px; }
.page_sitemap .url_lists {
  display: flex;
  justify-content: space-between; }
  .page_sitemap .url_lists .url_list {
    flex-basis: 24%; }
    .page_sitemap .url_lists .url_list ul {
      list-style: none;
      padding-left: 0px; }
      .page_sitemap .url_lists .url_list ul a {
        color: #ccc;
        margin-bottom: 12px;
        display: inline-block; }
        .page_sitemap .url_lists .url_list ul a.inprogress {
          color: #e6b335; }
        .page_sitemap .url_lists .url_list ul a.done {
          color: #7ec131; }
.page_sitemap .side_nav .current span {
  display: none; }

.page_setup {
  /*.input_container {
  	
  }*/ }
  .page_setup .parent_stepform {
    max-width: 526px;
    margin: 0px auto;
    text-align: center; }
    .page_setup .parent_stepform .step_heading_text {
      margin-bottom: 40px; }
    .page_setup .parent_stepform p {
      margin: 0px; }
    .page_setup .parent_stepform .input_container {
      margin: 0px auto; }
      @media (max-width: 767px) {
        .page_setup .parent_stepform .input_container .validation_tooltip {
          position: relative !important;
          margin-bottom: 16px;
          left: 0px; }
          .page_setup .parent_stepform .input_container .validation_tooltip .inner {
            position: relative; }
            .page_setup .parent_stepform .input_container .validation_tooltip .inner:before {
              content: "";
              width: 0px;
              height: 0px;
              background: transparent;
              border-top: solid 6px transparent;
              border-left: solid 8px transparent;
              border-right: solid 8px transparent;
              border-bottom: solid 7px #fff;
              position: absolute;
              z-index: 1;
              top: 0px;
              transform: rotate(0deg); }
            .page_setup .parent_stepform .input_container .validation_tooltip .inner:after {
              content: "";
              width: 0px;
              height: 0px;
              background: transparent;
              border-top: solid 6px transparent;
              border-left: solid 8px transparent;
              border-right: solid 8px transparent;
              border-bottom: solid 7px #E5ECED;
              position: absolute;
              z-index: 0;
              top: 0px;
              transform: rotate(0deg); }
            .page_setup .parent_stepform .input_container .validation_tooltip .inner:before, .page_setup .parent_stepform .input_container .validation_tooltip .inner:after {
              left: calc(50% - 7px); }
            .page_setup .parent_stepform .input_container .validation_tooltip .inner:before {
              top: -13px; }
            .page_setup .parent_stepform .input_container .validation_tooltip .inner:after {
              top: -14px; } }
    @media (max-width: 767px) {
      .page_setup .parent_stepform .mbp_steps {
        padding-top: 48px; } }
    @media (max-width: 767px) {
      .page_setup .parent_stepform .mbp_step {
        padding-bottom: 64px; } }
    @media (min-width: 768px) {
      .page_setup .parent_stepform {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: calc(100vh - 59px); } }
  .page_setup .mbpsf_fixedbottom {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 32px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #f8f8f8 35%); }
    @media (min-width: 768px) {
      .page_setup .mbpsf_fixedbottom {
        bottom: 60px;
        background: transparent; } }
  .page_setup .mbp_progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .page_setup .mbp_progress {
        bottom: 0px;
        margin-bottom: 32px; } }
  .page_setup .check_box_container input {
    width: auto !important;
    margin-bottom: 0px;
    margin-right: 15px; }
  .page_setup .check_box_container + .extra_fields {
    display: none; }
  .page_setup .check_box_container.open + .extra_fields {
    display: block; }

body.page_offers .flex_basis {
  flex-basis: 100%; }
  body.page_offers .flex_basis .textarea {
    width: 100%; }
body.page_offers .offers .label {
  margin-bottom: 0px; }
@media (min-width: 768px) {
  body.page_offers .offers .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }
body.page_offers .offers .box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-basis: 160px; }
  body.page_offers .offers .box > div.notes {
    flex-basis: 260px; }
    body.page_offers .offers .box > div.notes .text_xs_grey {
      margin-top: 10px; }
  body.page_offers .offers .box > div .text_xs_grey {
    margin-top: auto;
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    body.page_offers .offers .box > div {
      margin-bottom: 15px; }
      body.page_offers .offers .box > div:last-child {
        margin-bottom: 0px; } }
body.page_offers .offers .status {
  margin: 0px;
  font-weight: 400; }
body.page_offers .offers .notes .flex_row_space_between {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }
body.page_offers .offers .notes .textarea {
  /*border: solid 1px #E5ECED;
  border-radius: 3px;
  font-size: 12px;
  padding: 8px;
  height: auto;
  min-height: 26px;
  &:disabled {
  	border: none;
  	padding: 0px;
  	& + .btn {
  		display: none;
  	}
  }*/
  min-height: 26px;
  font-size: 12px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    body.page_offers .offers .notes .textarea {
      width: 200px; } }
@media (min-width: 768px) {
  body.page_offers .offers .notes {
    padding-right: 16px; } }
body.page_offers .offer_letter {
  background: #F1F1F1;
  text-align: center;
  padding: 10px;
  transition: 0.3s;
  cursor: pointer; }
  body.page_offers .offer_letter p {
    text-transform: uppercase;
    font-size: 8px;
    margin-top: 10px;
    margin-bottom: 0px; }
  body.page_offers .offer_letter:hover {
    filter: brightness(0.9); }
  @media (max-width: 767px) {
    body.page_offers .offer_letter {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 70px; } }
body.page_offers .expand_prev_content {
  margin-top: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  body.page_offers .expand_prev_content .theText {
    color: #d1d1d1;
    font-size: 12px;
    font-weight: 400;
    margin-right: 4px; }
    body.page_offers .expand_prev_content .theText:hover {
      color: #b8b8b8; }
  body.page_offers .expand_prev_content i {
    transition: 0.3s;
    width: 12px; }
body.page_offers .textarea.is_open + .expand_prev_content i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
@media (max-width: 767px) {
  body.page_offers .page_header h1 {
    margin-bottom: 16px; } }
@media (max-width: 767px) {
  body.page_offers .page_header .flex {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    body.page_offers .page_header .flex .m_l_auto {
      margin: 0px; } }
body.page_offers .mbp_dropdown {
  margin: 0px !important; }

.page_contacts .hr {
  width: 100%;
  height: 1px;
  background: #ECECEC;
  margin: 8px 0px 38px 0px; }
.page_contacts .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px; }
  .page_contacts .contact .avatar {
    margin-right: 20px; }
    .page_contacts .contact .avatar img {
      width: 60px;
      height: 60px; }
  .page_contacts .contact .left {
    border-right: solid 1px #ECECEC; }
  .page_contacts .contact .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px; }
  .page_contacts .contact p {
    margin: 0px; }
  .page_contacts .contact a {
    font-weight: 400;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    transition: 0.3s; }
    .page_contacts .contact a:hover {
      color: #7dd024; }
    .page_contacts .contact a.more_link {
      display: inline-block;
      font-size: 14px;
      background-position: 100% 5px; }

body.page_messages .messages {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px 24px;
  background: #f1f1f1;
  border-radius: 4px;
  margin-top: 20px;
  border: solid 2px #eaeaea;
  height: calc(100vh - 254px); }
  @media (min-width: 768px) {
    body.page_messages .messages {
      height: calc(100vh - 382px); } }
  @media (min-width: 1024px) {
    body.page_messages .messages {
      height: calc(100vh - 450px); } }
body.page_messages .contacts {
  padding: 0px 0px; }
  body.page_messages .contacts li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    margin-bottom: 16px;
    transition: 0.3s;
    padding: 16px;
    margin-bottom: 0px; }
    body.page_messages .contacts li:hover {
      background: #f6f6f6; }
body.page_messages .send_message {
  background: #fff;
  width: 100%;
  margin-top: 20px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  body.page_messages .send_message .box {
    flex-basis: 100%;
    border-radius: 5px 0px 0px 5px;
    border-right: none;
    padding: 13px 20px 0px 20px; }
    @media (max-width: 767px) {
      body.page_messages .send_message .box {
        padding: 16px 20px 0px 20px;
        font-size: 12px; } }
  body.page_messages .send_message .btn {
    border-radius: 0px 5px 5px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 48px;
    max-width: 48px; }

@media (max-width: 768px) {
  body.page_move_timeline .user_header {
    height: 95px;
    padding-top: 16px; } }

body.message_overview .message_day .day_heading {
  text-transform: uppercase;
  border-bottom: solid 1px #E5ECED;
  color: #B2B2B2;
  margin: 20px 0px 20px 0px;
  padding-bottom: 20px;
  text-align: center; }
body.message_overview .contact_overview {
  position: relative;
  margin-bottom: 20px; }
  body.message_overview .contact_overview .box {
    flex-basis: 100%;
    padding: 20px 10px;
    border-radius: 5px 5px 0px 0px; }
    @media (min-width: 768px) {
      body.message_overview .contact_overview .box {
        border-radius: 5px 0px 0px 5px;
        border-right: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        align-items: center; } }
    @media (max-width: 767px) {
      body.message_overview .contact_overview .box {
        border-bottom: none; } }
  body.message_overview .contact_overview .person p {
    margin: 0px; }
  body.message_overview .contact_overview .green_block {
    flex-basis: 140px;
    background: #A3E35E;
    color: #fff;
    line-height: 32px;
    border-radius: 0px 0px 5px 5px;
    text-align: center; }
    body.message_overview .contact_overview .green_block.btn {
      padding-top: 0px;
      padding-bottom: 0px; }
    @media (min-width: 768px) {
      body.message_overview .contact_overview .green_block {
        line-height: 75px;
        border-radius: 0px 5px 5px 0px; } }
  body.message_overview .contact_overview a {
    font-size: 12px; }
  @media (min-width: 768px) {
    body.message_overview .contact_overview {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 75px; } }
body.message_overview .message_accordian {
  border-top: solid 1px #E5ECED; }
  body.message_overview .message_accordian .overview {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 48px;
    border-bottom: solid 1px #E5ECED; }
    body.message_overview .message_accordian .overview p {
      margin: 0px; }
  body.message_overview .message_accordian .expanding_item.is_open .label {
    color: #5A5653; }
  body.message_overview .message_accordian .chev_container {
    cursor: pointer; }

.page_user_my_property .property_address {
  display: flex;
  align-items: center;
  height: 80px; }
  .page_user_my_property .property_address p {
    margin: 0px; }

.page_user_my_documents .document {
  height: 150px;
  display: flex;
  flex-direction: column;
  word-break: break-all; }
  .page_user_my_documents .document .flex_row_space_between {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end; }
  .page_user_my_documents .document .action_download {
    margin-top: auto;
    cursor: pointer;
    transition: 0.3s; }
    .page_user_my_documents .document .action_download:hover {
      filter: brightness(0.8); }
  .page_user_my_documents .document img {
    width: 40px;
    margin-bottom: auto; }
  .page_user_my_documents .document .label {
    margin-bottom: 0px !important; }

.page_user_my_viewings .viewings {
  margin-bottom: 60px; }
  @media (max-width: 640px) {
    .page_user_my_viewings .viewings .icon-green_plus {
      bottom: auto;
      top: 16px; } }
  @media (max-width: 640px) {
    .page_user_my_viewings .viewings .icon-edit {
      position: absolute;
      top: 54px;
      right: 20px; } }
.page_user_my_viewings .mbp_modal {
  display: none; }

.page_buyer_dashboard .gallery_grid .img_ratio {
  max-width: 350px;
  margin: 0px auto 20px auto; }
  @media (min-width: 768px) {
    .page_buyer_dashboard .gallery_grid .img_ratio {
      height: 108px; } }
  @media (min-width: 1024px) {
    .page_buyer_dashboard .gallery_grid .img_ratio {
      height: 60px; } }
  @media (min-width: 1280px) {
    .page_buyer_dashboard .gallery_grid .img_ratio {
      height: 88px; } }

body.page_move_timeline .action-add-event i {
  margin-right: 10px; }
body.page_move_timeline .modal_event_edit {
  display: none;
  opacity: 0;
  transition: 0.3s; }
  body.page_move_timeline .modal_event_edit.open {
    opacity: 1;
    display: flex; }
body.page_move_timeline .timeline {
  margin-top: 64px; }
  @media (min-width: 1024px) {
    body.page_move_timeline .timeline .event_details {
      width: 264px;
      margin-left: calc(50% - 284px); } }
  @media (min-width: 768px) {
    body.page_move_timeline .timeline {
      margin-top: 90px; } }
  body.page_move_timeline .timeline_chain {
    margin-top: 32px; }
    @media (min-width: 768px) {
      body.page_move_timeline .timeline_chain {
        margin-top: 64px; } }
    body.page_move_timeline .timeline_chain .extra_details {
      margin-top: 24px; }
      body.page_move_timeline .timeline_chain .extra_details a, body.page_move_timeline .timeline_chain .extra_details p {
        font-size: 10px;
        display: block;
        line-height: 1.5em; }
        body.page_move_timeline .timeline_chain .extra_details a span, body.page_move_timeline .timeline_chain .extra_details p span {
          color: #B2B2B2; }
      body.page_move_timeline .timeline_chain .extra_details a span {
        text-decoration: underline; }
body.page_move_timeline .dm {
  margin-bottom: 5px; }

.contacts_list {
  margin-top: 20px; }
  .contacts_list .expanding_item {
    padding: 0px;
    margin-bottom: 12px; }
    .contacts_list .expanding_item .overview {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 6px 16px 6px 6px;
      flex-wrap: wrap; }
      .contacts_list .expanding_item .overview p {
        font-size: 14px; }
        .contacts_list .expanding_item .overview p span {
          color: #D1D1D1;
          font-size: 14px; }
      .contacts_list .expanding_item .overview a {
        font-weight: 400; }
      .contacts_list .expanding_item .overview .expand_content {
        font-size: 12px;
        margin: 0px 0px 0px 10px; }
        .contacts_list .expanding_item .overview .expand_content i {
          transition: 0.3s;
          height: 8px; }
        .contacts_list .expanding_item .overview .expand_content.is_open i {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      .contacts_list .expanding_item .overview .avatar img {
        width: 38px;
        height: 38px; }
    .contacts_list .expanding_item .extra {
      padding-top: 0px; }
      .contacts_list .expanding_item .extra .extra_inner {
        border-top: solid 1px #E5ECED;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 16px 10px 60px;
        min-height: 50px; }
        .contacts_list .expanding_item .extra .extra_inner .info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap; }
          .contacts_list .expanding_item .extra .extra_inner .info a, .contacts_list .expanding_item .extra .extra_inner .info p {
            margin-right: 12px; }
          .contacts_list .expanding_item .extra .extra_inner .info a {
            transition: 0.3s; }
          .contacts_list .expanding_item .extra .extra_inner .info a:hover {
            color: #7dd024; }
        .contacts_list .expanding_item .extra .extra_inner .actions {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          flex-direction: row; }
        .contacts_list .expanding_item .extra .extra_inner .action-edit {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 80px;
          margin-left: 10px; }
          .contacts_list .expanding_item .extra .extra_inner .action-edit i {
            margin-left: 5px; }
        .contacts_list .expanding_item .extra .extra_inner .action-edit,
        .contacts_list .expanding_item .extra .extra_inner .action-delete {
          cursor: pointer; }
        .contacts_list .expanding_item .extra .extra_inner p, .contacts_list .expanding_item .extra .extra_inner a {
          font-size: 12px;
          margin: 0px; }
        @media (max-width: 767px) {
          .contacts_list .expanding_item .extra .extra_inner {
            display: block; }
            .contacts_list .expanding_item .extra .extra_inner .actions {
              margin-left: 0px;
              margin-top: 10px; } }

.clr_block {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border: solid 1px #d8d8d8; }

.clr-green {
  background: #E4F7CF; }
.clr-pink {
  background: #FFE1E1; }
.clr-yellow {
  background: #FFF9C7; }
.clr-blue {
  background: #EAF6FC; }
.clr-purple {
  background: #EFE8F3; }
.clr-orange {
  background: #FFE0C5; }

.ampi-info {
  margin: 4px 0px;
  font-size: 12px; }

.modal-meta {
  display: none; }

body.page_agent_viewings .action-add {
  margin-right: 20px; }
body.page_agent_viewings .viewings .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  body.page_agent_viewings .viewings .label.darker {
    text-align: center;
    margin: 20px 0px 0px 0px; }
  body.page_agent_viewings .viewings .label > span {
    text-transform: none;
    padding: 0px 16px 0px 8px; }
  body.page_agent_viewings .viewings .label i {
    cursor: pointer; }
body.page_agent_viewings .viewings .hr {
  margin: 20px 0px;
  background: #E5ECED; }
body.page_agent_viewings .viewings textarea {
  font-size: 10px;
  border-radius: 3px;
  padding: 5px;
  border: solid 1px #e6e6e6; }
  body.page_agent_viewings .viewings textarea:disabled {
    padding: 0px;
    border: none; }
body.page_agent_viewings .viewing {
  margin-bottom: 20px;
  position: relative; }
  body.page_agent_viewings .viewing .property {
    padding-right: 16px; }
  @media (min-width: 1024px) {
    body.page_agent_viewings .viewing .feedback_notes {
      width: 23%; } }
  @media (min-width: 1024px) {
    body.page_agent_viewings .viewing .flex_col {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  body.page_agent_viewings .viewing .more_link {
    margin-bottom: 4px; }
  body.page_agent_viewings .viewing > div {
    margin-bottom: 10px;
    vertical-align: top; }
    body.page_agent_viewings .viewing > div:last-child {
      display: block;
      margin-bottom: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      text-align: right; }
      body.page_agent_viewings .viewing > div:last-child p {
        margin: 0px 10px 0px 0px; }
      @media (max-width: 1023px) {
        body.page_agent_viewings .viewing > div:last-child {
          width: 100%; } }
      body.page_agent_viewings .viewing > div:last-child.flex_col {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
    @media (min-width: 430px) {
      body.page_agent_viewings .viewing > div {
        width: 48%;
        display: inline-block; } }
    @media (min-width: 1024px) {
      body.page_agent_viewings .viewing > div {
        width: 17%;
        margin-bottom: 0px; } }
  @media (min-width: 1024px) {
    body.page_agent_viewings .viewing {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      flex-wrap: wrap; } }
body.page_agent_viewings .sidebyside {
  width: 45%; }
body.page_agent_viewings .corner_triangle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #E8E8E8 52%); }
  body.page_agent_viewings .corner_triangle span {
    font-size: 8px;
    position: absolute;
    bottom: 5px;
    right: 5px; }

body.page_agent_newproperty {
  /*.input_container.invalid {
  	input,
  	textarea {
  	    border: solid 1px #ffb6b6;
  	}
  }*/
  /*.fee_input {
      padding-right: 32px;
      background: #fff url(../imgs/pound.png) no-repeat 16px 56%;
  	&:focus {
  		background: #fff url(../imgs/pound.png) no-repeat 16px 56% !important;
  	}
  }*/ }
  body.page_agent_newproperty .steps_title {
    margin-bottom: 38px; }
  body.page_agent_newproperty .mbp_steps {
    padding-top: 24px;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      body.page_agent_newproperty .mbp_steps {
        padding-top: 64px; } }
  body.page_agent_newproperty .mbp_donescreen {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 66px;
    text-align: center; }
  body.page_agent_newproperty .loading_bar {
    display: inline-block; }
    body.page_agent_newproperty .loading_bar p {
      margin: 0px; }
  body.page_agent_newproperty .price_input {
    padding-left: 40px;
    background: #fff url(../imgs/pound.png) no-repeat 16px 56%; }
    body.page_agent_newproperty .price_input:focus {
      background: #fff url(../imgs/pound.png) no-repeat 16px 56% !important; }
  body.page_agent_newproperty .contact_summary {
    max-width: 360px;
    margin: 0px 10px 32px 10px;
    display: none; }
    @media (min-width: 1024px) {
      body.page_agent_newproperty .contact_summary {
        width: 50%; } }

.superadmin__triggers {
  list-style: none; }
  .superadmin__triggers li {
    cursor: pointer; }
    .superadmin__triggers li p:hover {
      color: #A3E35E; }

.vueSchedule,
#vueSchedule {
  background: #fdfdfd;
  margin: 60px auto;
  /*width: 760px;*/ }
  .vueSchedule .overflowContainer,
  #vueSchedule .overflowContainer {
    overflow: scroll; }
  .vueSchedule .nav,
  #vueSchedule .nav {
    display: flex;
    justify-content: space-between;
    padding: 20px; }
  .vueSchedule .calander,
  #vueSchedule .calander {
    width: 760px;
    margin: 0px auto;
    position: relative; }
  .vueSchedule .weekDays,
  #vueSchedule .weekDays {
    font-size: 0;
    margin-left: 60px; }
    .vueSchedule .weekDays div,
    #vueSchedule .weekDays div {
      width: 100px;
      display: inline-block; }
  .vueSchedule .hour,
  #vueSchedule .hour {
    height: 70px;
    border-top: solid 1px #ececec; }
    .vueSchedule .hour .time,
    #vueSchedule .hour .time {
      width: 60px;
      float: left;
      background: #f9f9f9; }
    .vueSchedule .hour .eventBlock,
    #vueSchedule .hour .eventBlock {
      width: 700px;
      margin-left: 60px;
      position: relative; }
  .vueSchedule .shdle_event,
  #vueSchedule .shdle_event {
    background: aquamarine;
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden; }
  .vueSchedule .person,
  #vueSchedule .person {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    text-align: right;
    font-size: 8px !important;
    padding-left: 2px;
    border: solid 1px #dedede;
    float: left;
    margin-right: 4px !important; }
  .vueSchedule .timelist,
  #vueSchedule .timelist {
    position: relative; }
  .vueSchedule .current_time_bar,
  #vueSchedule .current_time_bar {
    background: #F72649;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 299px;
    z-index: 1; }
  .vueSchedule.dayView .mbp_schedule_heading,
  #vueSchedule.dayView .mbp_schedule_heading {
    border-bottom: solid 1px #E5ECED;
    padding-bottom: 10px;
    margin-bottom: 24px; }
  .vueSchedule.dayView .hour,
  #vueSchedule.dayView .hour {
    height: 40px; }
  .vueSchedule.dayView .big_number,
  #vueSchedule.dayView .big_number {
    margin: 16px 0px 0px 0px;
    font-size: 35px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .vueSchedule.dayView .big_number,
      #vueSchedule.dayView .big_number {
        font-size: 30px; } }
  .vueSchedule.dayView .time,
  #vueSchedule.dayView .time {
    width: 45px; }
  .vueSchedule.dayView .today,
  #vueSchedule.dayView .today {
    font-size: 10px;
    margin: 0px; }
  .vueSchedule.dayView .overflowContainer,
  #vueSchedule.dayView .overflowContainer {
    max-height: 517px; }
    .vueSchedule.dayView .overflowContainer .calander,
    #vueSchedule.dayView .overflowContainer .calander {
      padding-top: 6px; }
  .vueSchedule.dayView .shdle_event,
  #vueSchedule.dayView .shdle_event {
    width: 100%; }
    .vueSchedule.dayView .shdle_event p,
    #vueSchedule.dayView .shdle_event p {
      margin: 0px !important; }

.vueSchedule,
#vueSchedule {
  background: transparent;
  margin: 0px auto; }
  .vueSchedule .schNav,
  #vueSchedule .schNav {
    height: 55px;
    border-bottom: solid 1px #ECECEC; }
    .vueSchedule .schNav .month,
    #vueSchedule .schNav .month {
      text-transform: uppercase;
      font-size: 24px; }
      @media (max-width: 400px) {
        .vueSchedule .schNav .month,
        #vueSchedule .schNav .month {
          font-size: 16px;
          width: 42px;
          overflow: hidden;
          text-overflow: ellipsis; } }
  .vueSchedule .hour .time,
  #vueSchedule .hour .time {
    margin-top: -7px;
    font-size: 14px; }
  .vueSchedule .hour .eventBlock,
  #vueSchedule .hour .eventBlock {
    border-top: solid 1px #ECECEC; }
  .vueSchedule .hour .shdle_event,
  #vueSchedule .hour .shdle_event {
    padding: 5px; }
    .vueSchedule .hour .shdle_event p, .vueSchedule .hour .shdle_event a,
    #vueSchedule .hour .shdle_event p,
    #vueSchedule .hour .shdle_event a {
      font-size: 10px;
      margin: 0px 0px 5px 0px; }
    .vueSchedule .hour .shdle_event.type_none,
    #vueSchedule .hour .shdle_event.type_none {
      background: #F2F2F2; }
    .vueSchedule .hour .shdle_event.type_viewing,
    #vueSchedule .hour .shdle_event.type_viewing {
      background: #DFF2CA; }
    .vueSchedule .hour .shdle_event.type_valuation,
    #vueSchedule .hour .shdle_event.type_valuation {
      background: #C9B1D8; }
    .vueSchedule .hour .shdle_event.type_meeting,
    #vueSchedule .hour .shdle_event.type_meeting {
      background: #E5F1F7; }
  .vueSchedule .weekDays,
  #vueSchedule .weekDays {
    margin-top: 24px;
    margin-bottom: 24px; }
    .vueSchedule .weekDays .wd,
    #vueSchedule .weekDays .wd {
      font-size: 14px; }
  .vueSchedule .scheduel_dialog_event,
  #vueSchedule .scheduel_dialog_event {
    /*.time_select {
    	input {
    		background: #f5f5f5;
    		padding: 3px;
    	}
    }
    .modal_header {
    	height: auto;
    	padding-bottom: 16px;
    }
    .mbp_modal_message {
    	padding: 20px;
    }*/ }
    .vueSchedule .scheduel_dialog_event .time_select,
    #vueSchedule .scheduel_dialog_event .time_select {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin: 10px 0px; }
      .vueSchedule .scheduel_dialog_event .time_select span,
      #vueSchedule .scheduel_dialog_event .time_select span {
        margin: 0px 6px;
        display: inline-block;
        line-height: 1.7em; }
      .vueSchedule .scheduel_dialog_event .time_select input,
      #vueSchedule .scheduel_dialog_event .time_select input {
        background: #f5f5f5;
        padding: 3px;
        border: none;
        margin: 0px; }
  .vueSchedule label:before,
  #vueSchedule label:before {
    margin-right: 0px !important; }
  .vueSchedule .expanding_item p,
  #vueSchedule .expanding_item p {
    font-size: 12px; }
  .vueSchedule .overview,
  #vueSchedule .overview {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.colorSquare {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #f5f5f5;
  margin-right: 6px;
  align-self: center; }
  .colorSquare.cS_viewing {
    background: #DFF2CA; }
  .colorSquare.cS_valuation {
    background: #C9B1D8; }
  .colorSquare.cS_meeting {
    background: #E5F1F7; }

/* MBP LIGHTBOX */
.mbplb_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mbplb_overlay .mbplb_slider {
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    width: 95%;
    max-width: 672px;
    position: relative; }
  .mbplb_overlay .mbplb_current {
    width: 100%;
    position: relative; }
    .mbplb_overlay .mbplb_current img {
      margin-bottom: 4px;
      max-height: 75vh;
      object-fit: contain; }
    .mbplb_overlay .mbplb_current .mbplb_numbers {
      position: absolute;
      bottom: 0px;
      color: #fff;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
      font-size: 12px; }
  .mbplb_overlay .mbplb_close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #F72649;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    cursor: pointer; }
    .mbplb_overlay .mbplb_close:hover {
      background-color: #f95772; }
  .mbplb_overlay .mbplb_preview {
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mbplb_overlay .mbplb_preview img {
      display: inline-block;
      width: 138px;
      height: 100%;
      margin: 0px 2px 0px 2px;
      object-fit: cover;
      cursor: pointer;
      max-width: 24%; }
    .mbplb_overlay .mbplb_preview .nav_arrows {
      flex-basis: 42px;
      background: #A3E35E;
      height: 100%;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mbplb_overlay .mbplb_preview .nav_arrows span {
        height: 34px; }
      .mbplb_overlay .mbplb_preview .nav_arrows.prev {
        margin-right: auto; }
        .mbplb_overlay .mbplb_preview .nav_arrows.prev span {
          margin-left: 3px; }
      .mbplb_overlay .mbplb_preview .nav_arrows.next {
        margin-left: auto; }
        .mbplb_overlay .mbplb_preview .nav_arrows.next span {
          margin-left: 4px; }
  .mbplb_overlay .mbplb_thumbnails {
    height: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

.mbplb_overlay .mbplb_close {
  background: #F72649 url("../imgs/close.png") no-repeat 50%/50%; }
  .mbplb_overlay .mbplb_close:hover {
    background: #f95772 url("../imgs/close.png") no-repeat 50%/50%; }

/* STEPFORM */
.parent_stepform {
  margin-bottom: 64px;
  /*.mbp_steps {
  	margin-bottom: 60px;
  }*/ }

.mbp_progress {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.mbp_circle {
  flex-basis: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 3px #dfdfdf;
  transition: 0.4s; }
  .mbp_circle.fill {
    flex-basis: 14px;
    height: 14px;
    border: solid 4px #A3E35E; }

.mbp_bar {
  height: 3px;
  flex-basis: auto;
  flex: 1;
  position: relative;
  background: #dfdfdf;
  width: 100%; }
  .mbp_bar:before {
    transition: 0.4s;
    content: '';
    width: 0px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    background: #A3E35E; }
  .mbp_bar.fill {
    height: 5px; }
    .mbp_bar.fill:before {
      width: 100%; }

.mbp_progress {
  width: 100%;
  max-width: 264px; }
  @media (min-width: 768px) {
    .mbp_progress {
      max-width: 360px; } }
  @media (max-width: 767px) {
    .mbp_progress {
      margin-bottom: 64px; } }

.mbpsf_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  clear: both;
  max-width: 264px;
  margin: 16px auto 16px auto; }
  @media (min-width: 1024px) {
    .mbpsf_nav {
      margin: 64px auto 16px auto;
      max-width: 360px;
      padding-bottom: 24px; } }

.mbp_next_step,
.mbp_prev_step {
  border-radius: 0px;
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center; }

.mbp_next_step--btn,
.mbp_prev_step--btn {
  padding: 10px 25px; }

.mbp_prev_step--btn {
  background: transparent;
  border: solid 1px #A3E35E;
  color: #A3E35E; }
  .mbp_prev_step--btn .chev {
    background: url("../imgs/chev-green-left.png") no-repeat 50% 50%;
    width: 10px;
    height: 10px;
    margin-right: 4px; }
  .mbp_prev_step--btn:before {
    background: #eaf5dd;
    border-radius: 0px; }

.mbp_next_step .chev {
  background: url("../imgs/chev-white-right.png") no-repeat 50% 50%;
  width: 10px;
  height: 10px;
  margin-left: 4px; }

.mbp_sf_external_nav {
  width: 100%;
  margin: 0px auto 10px auto;
  max-width: 264px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .mbp_sf_external_nav .mbp_prev_step {
    filter: brightness(1.7); }
  .mbp_sf_external_nav .mbp_next_step {
    margin-left: auto; }
  @media (min-width: 768px) {
    .mbp_sf_external_nav {
      max-width: 360px; } }

/* EasyAutocomplete */
.fix_easy-ac .easy-autocomplete {
  width: 100% !important; }
  .fix_easy-ac .easy-autocomplete input {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, 0.1);
    border: solid 1px #E5ECED;
    width: 100%;
    margin-bottom: 0px;
    height: 48px; }
  .fix_easy-ac .easy-autocomplete.invalid {
    border: solid 1px #ffb6b6; }

.mbp_step {
  padding: 10px 0px 10px 0px; }

/* Dropdowns */
.ydd__choosen-bar p {
  white-space: nowrap;
  max-width: 90px;
  text-overflow: ellipsis;
  overflow: hidden; }

.dd_property_sort .ydd__choosen-bar {
  padding: 8px 16px; }
  .dd_property_sort .ydd__choosen-bar p {
    margin-right: 10px; }
.dd_property_sort .ydd__label {
  font-weight: bold; }
.dd_property_sort li {
  padding: 8px 16px;
  background: #e6e6e6; }

.page_wrapper {
  margin-top: 60px;
  margin-left: 60px; }
  .page_wrapper .precontent_space_sm {
    padding-top: 36px;
    /*@media(min-width: $tablet){
    	padding-top: 75px;
    }*/ }
  .page_wrapper .precontent_space_lg {
    padding-top: 28px; }
    @media (min-width: 768px) {
      .page_wrapper .precontent_space_lg {
        padding-top: 75px; } }
  .page_wrapper.no_sidebar {
    margin-left: 0px; }
  .page_wrapper.no_header {
    margin-top: 0px; }
  @media (min-width: 768px) {
    .page_wrapper {
      margin-top: 75px;
      margin-left: 75px; } }

.add_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .add_icon i {
    margin-right: 8px; }
  .add_icon p {
    margin: 0px;
    font-size: 12px; }

.easy-autocomplete {
  width: 100% !important; }

.property_added {
  margin: 0px 0px 16px 0px; }
  @media (min-width: 1024px) {
    .property_added {
      margin: 20px 0px 16px 0px;
      text-align: right; } }

/** Temporary CSS **/
.temp_logout_form {
  text-align: right; }
  .temp_logout_form button {
    background: transparent;
    border: none;
    cursor: pointer; }

.alert-success {
  padding: 20px;
  color: #a3e35e;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-top: 16px; }

.alert-error {
  text-align: center;
  color: #ce0303; }

/*# sourceMappingURL=app.css.map */
