@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700");
@import "spinners.css";
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

/***************** GLOBAL*/
.big-text {
  font-size: 30px;
  font-weight: 600;
}

.med-text {
  font-size: 16px;
  font-weight: 600;
}

.sm-text {
  font-size: 12px;
}

.sm-text-bold {
  font-size: 12px;
  font-weight: 700;
}

.black {
  color: #28282d;
}

.grey {
  color: #a6a9ab;
}

.white {
  color: #fff;
}

.light-grey {
  color: #a6a9ab;
}

.red {
  color: #e4572e;
}

.blue {
  color: #769cc1;
}

.space-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-header {
  display: flex;
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.b-r-5 {
  border-radius: 5px;
}

.pointer {
  cursor: pointer;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

.w-100 {
  width: 100% !important;
}

.bold {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.truncate-cell {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-responsive {
  border: none !important;
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

.block_actions_event {
  float: right;
  top: -29px;
  position: relative;
}

* {
  outline: none !important;
}

body {
  background: #f6f9fb;
  font-family: "Nunito", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #686868;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

html {
  position: relative;
  min-height: 100%;
  background: #f8fafa;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2b;
  font-family: "Nunito", sans-serif;
  margin: 10px 0;
  font-weight: 500;
}

h1 {
  line-height: 48px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 24px;
}

h3 {
  font-size: 21px;
  line-height: normal !important;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h5 {
  font-size: 18px;
  font-size: 16px;
}

h5 {
  font-size: 16px;
  font-size: 14px;
}

strong {
  font-weight: 700;
}

.p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

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

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

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

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

.m-b-5 {
  margin-bottom: 5px !important;
}

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

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

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

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.border-bottom-1px {
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}

a {
  text-decoration: none !important;
  transition: 0.3s all;
}

.white-box {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 15px;
}

.white-box .box-title {
  margin: 0px 0px 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

ul {
  padding-left: 0;
}

.btn-secondary {
  border: 1px solid #eee;
}

input[type=checkbox] {
  margin-right: 6px;
}

/* Flex */
.flex {
  display: flex;
}

.ai-center {
  align-items: center !important;
}

.ai-start {
  align-items: flex-start !important;
}

.ai-end {
  align-items: flex-end !important;
}

.jc-center {
  justify-content: center;
}

.jc-start {
  justify-content: flex-start;
}

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.jc-around {
  justify-content: space-around;
}

.flex.ai-center > svg {
  margin-right: 7px;
}

.flex.ai-center > .input-group:first-child {
  margin-right: 10px;
}

.flex.ai-center > .input-group svg {
  margin-left: 6px;
}

.dropdown-toggle.flex {
  display: flex !important;
}

/* Colors */
.text-primary {
  color: #6a9dc4;
}

/* Responsive */
@media (max-width: 992px) {
  .db-tile.four {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  #page-wrapper {
    margin-left: 280px;
  }
}
@media (max-width: 767px) {
  .db-tile.four {
    width: 100%;
  }
}
/* Pagination */
.pagination > li > a,
.pagination > li > span {
  border-color: #eee;
}

/* UI Add-on Styling Override */
.form-control.ui-autocomplete-input {
  padding: 15px !important;
  margin-bottom: 0 !important;
}

.ui-widget-content {
  background: #2e2e35 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  padding: 10px !important;
}

/* Inline Editables */
.editableform .control-group > div:first-child {
  display: flex;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

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

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

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

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

body {
  background-color: #f8fafa;
}

/*MENU*/
.menu-dropdown-trigger-icon-wrapper {
  flex-grow: 2;
}

.mobile-menu-btn {
  display: none;
}

.mobile-menu-overlay {
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  cursor: pointer;
}

.show-left-menu {
  transform: translate(0, 64px);
}

.hide-menu-btn {
  display: none;
}

.show-overlay {
  visibility: visible;
  opacity: 1;
}

#page-wrapper {
  padding-top: 89px;
  background-color: #f3f3f3;
}

@media (min-width: 1549px) {
  #page-wrapper {
    margin-right: 240px;
  }
}
ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

span.ellipse.clickable {
  cursor: pointer;
}

.ellipse input {
  width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
#notes textarea {
  width: 100%;
  border: 1px solid #dde1e5;
  margin-bottom: 10px;
  height: 100px;
}

#send-email textarea {
  width: 100%;
  border: 1px solid #dde1e5;
  margin-bottom: 10px;
  height: 100px;
}

#log-call textarea {
  width: 100%;
  border: 1px solid #dde1e5;
  margin-bottom: 10px;
  height: 100px;
}

.bg-white {
  background-color: #fff;
}

.search-bar {
  display: flex;
  align-items: center;
}
.search-bar:hover input {
  background: #f8fafa;
}
.search-bar input {
  background: #fff;
  transition: all 300ms ease;
  border: 1px solid #a6a9ab;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 8px 10px 8px 15px;
  font-size: 14px;
  color: #000;
}
.search-bar input:active, .search-bar input:focus {
  background: #f8fafa;
}
.search-bar .search-btn {
  background: #fff;
  transition: all 300ms ease;
  border: 1px solid #a6a9ab;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-bar .search-btn img,
.search-bar .search-btn svg {
  width: 18px;
  height: 18px;
}
.search-bar .search-btn:hover {
  background-color: #fff;
}

button,
.btn {
  font-size: 14px;
  border: 1px solid #a6a9ab;
  padding: 8px 15px;
  border-radius: 3px;
  color: #000;
  transition: all 300ms ease;
  box-shadow: none !important;
}
button:hover,
.btn:hover {
  background-color: #f8fafa;
}
button.btn-primary,
.btn.btn-primary {
  background-color: #769cc1;
  border-color: #769cc1;
  color: #fff;
}
button.btn-primary.hover,
.btn.btn-primary.hover {
  background-color: #99b5d1 !important;
  border-color: #99b5d1 !important;
}
button.btn-info,
.btn.btn-info {
  background-color: #769cc1;
  border-color: #769cc1;
  color: #fff;
}
button.btn-info.hover,
.btn.btn-info.hover {
  background-color: #99b5d1 !important;
  border-color: #99b5d1 !important;
}
button.icon-btn svg:first-child,
button.icon-btn img:first-child,
.btn.icon-btn svg:first-child,
.btn.icon-btn img:first-child {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-top: -4px;
}

.dropdown.open > button:not(.btn-primary) {
  background-color: #f8fafa;
}
.dropdown.open > button:not(.btn-primary) .caret {
  transform: rotate(180deg);
}
.dropdown > button .caret {
  border-width: 5px;
  transform-origin: center;
  transition: all 300ms ease;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu .item {
  transition: all 300ms ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 20px;
  color: #000;
  font-size: 14px;
}
.dropdown-menu .item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 3px 10px 0 0;
}
.dropdown-menu .item:hover {
  background: #f8fafa;
}
.dropdown-menu .item img,
.dropdown-menu .item svg {
  width: 30px;
  height: 30px;
}
.dropdown-menu .item .item-label {
  width: max-content;
}
.dropdown-menu .dropdown-actions {
  display: flex;
  border-top: 1px solid #a6a9ab;
}
.dropdown-menu .dropdown-actions .action {
  text-align: center;
  color: #769cc1;
  cursor: pointer;
  flex: 1;
  padding: 10px 5px;
  border-left: 1px solid #a6a9ab;
  transition: all 300ms ease;
}
.dropdown-menu .dropdown-actions .action:hover {
  background: #f8fafa;
}
.dropdown-menu .dropdown-actions .action:first-child {
  border-left: none;
}

/********** Page title **********/
.bg-title {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bg-title h4 {
  color: #ffffff;
  font-weight: 500;
  margin: 15px 0;
  font-size: 23px;
}

.bg-title .breadcrumb {
  background: none;
  margin-bottom: 0px;
  float: right;
  padding: 0;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 100;
}

.bg-title .breadcrumb a {
  color: #6c6c6c;
}

.bg-title .breadcrumb a:hover {
  color: #f78160;
}

.bg-title .breadcrumb .active {
  color: #6c6c6c;
}

.breadcrumb > li + li::before {
  content: "";
  padding: 0;
}

/********** Topbar **********/
.logo b {
  background: #ff6849;
  height: 60px;
  display: inline-block;
}

.logotext {
  font-size: 20px;
  font-weight: 100;
}

.logo i {
  color: #ffffff;
}

.top-left-part {
  width: 60px;
  float: left;
}

.top-left-part a {
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 0px;
  text-transform: uppercase;
}

.navbar-header {
  width: 100%;
  background: #3c4451;
  border: 0px;
}

.navbar-default {
  border: 0px;
}

.navbar-top-links {
  margin-right: 0;
}

.navbar-top-links .badge {
  position: absolute;
  right: 6px;
  top: 15px;
}

.navbar-top-links > li {
  float: left;
}

.navbar-top-links > li > a {
  padding: 0 14px;
  line-height: 60px;
  min-height: 60px;
  font-size: 22px;
}

.navbar-top-links > li > a:hover {
  background: #3c4451;
  color: #fff;
}

.navbar-top-links > li > a:focus {
  background: rgba(0, 0, 0, 0);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.navbar-top-links .dropdown-menu li {
  display: block;
  padding: 10px 0;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #769cc1;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.navbar-header .navbar-toggle {
  float: none;
  padding: 0 15px;
  line-height: 60px;
  border: 0px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0px;
  display: inline-block;
  border-radius: 0px;
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.profile-pic {
  padding: 0px 20px;
  line-height: 50px;
}

.profile-pic img {
  margin-right: 10px;
  border: 3px solid;
}

.drop-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 20px 15px;
}

.btn-info,
.btn-info.disabled {
  background: #769cc1;
  border: 1px solid #769cc1;
}

.btn-info:hover,
.btn-info.disabled:hover,
.btn-info:focus,
.btn-info.disabled:focus,
.btn-info.focus,
.btn-info.disabled.focus {
  background: #769cc1;
  opacity: 0.8;
  border: 1px solid #769cc1;
}

.btn-danger,
.btn-danger.disabled {
  background: #e4572e;
  border: 1px solid #e4572e;
}

.btn-info.btn-outline {
  color: #769cc1;
  background-color: transparent;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline.focus {
  background: #769cc1;
  color: #ffffff;
}

/********** Navbar-static-top **********/
.navbar-static-top {
  position: fixed;
  width: 100%;
}

#page-wrapper {
  padding-top: 60px;
}

.rmv-sidebarmenu #page-wrapper,
.content-wrapper #page-wrapper {
  margin-left: 60px;
}

.rmv-right-panel #page-wrapper {
  margin-right: 0px;
}

/********** Right-side-panel **********/
.rmv-right-panel .right-side-panel {
  display: none;
}

.rmv-right-panel .gone-right-panel .right-side-panel {
  display: block;
}

.right-side-panel {
  position: fixed;
  right: 0px;
  height: 100%;
  width: 240px;
  overflow: hidden;
  top: 0px;
  z-index: 10;
  background: #ffffff;
  padding-left: 1px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.right-side-panel ul {
  padding: 0px;
  margin: 0px;
}

.right-side-panel ul li {
  list-style: none;
}

.right-side-panel .chatonline {
  padding: 0 20px;
}

.right-side-panel .scrollable-right {
  padding-top: 60px;
  padding-bottom: 60px;
}

.right-side-panel .title-heading {
  font-size: 14px;
  background: #f7fafc;
  margin: 0px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.right-side-panel .title-heading .label {
  padding: 5px 12px 4px;
  margin-top: 3px;
}

.right-side-panel .list-task .list-group-item {
  padding: 2px 0px;
}

.modal-open {
  overflow-y: auto;
  padding-right: 0px !important;
}

.panel {
  border-radius: 0px;
  margin-bottom: 15px;
  border: 0px;
}

.panel .panel-heading {
  border-radius: 0px;
  /*font-weight: 600;
  text-transform: uppercase;*/
  padding: 20px 25px;
}

.panel .panel-heading .panel-title {
  font-size: 14px;
  color: #2b2b2b;
}

.panel .panel-heading a i {
  font-size: 12px;
  margin-left: 8px;
}

.panel .panel-action {
  float: right;
}

.panel .panel-action a {
  opacity: 0.5;
}

.panel .panel-action a:hover {
  opacity: 1;
}

.panel .panel-body {
  padding: 20px 25px;
}

/********** Steam line widget **********/
.steamline {
  position: relative;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 20px;
}

.steamline .sl-left {
  float: left;
  margin-left: -20px;
  z-index: 1;
  margin-right: 15px;
}

.steamline .sl-left img {
  max-width: 40px;
}

.steamline .sl-right {
  padding-left: 35px;
}

.steamline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px;
}

.sl-date {
  font-size: 10px;
  color: #f78160;
}

.attr {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.attr li {
  display: inline-block;
}

.attr span {
  font-weight: 500;
}

.attr i {
  font-size: 20px;
}

.time-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
  position: relative;
}

.time-item:before {
  content: " ";
  display: table;
}

.time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: "";
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.item-info p {
  margin-bottom: 10px !important;
}

/********** custom tab **********/
.tab-content {
  margin-top: 30px;
}

.customtab {
  border-bottom: 2px solid #f7fafc;
}

.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  background: #ffffff;
  border: 0px;
  border-bottom: 2px solid #ff6849;
  margin-bottom: -1px;
  color: #ff6849;
}

.customtab li a,
.customtab li a:hover,
.customtab li a:focus {
  border: 0px;
}

/********** Calendar **********/
.calendar {
  float: left;
  margin-bottom: 0px;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 0px !important;
}

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important;
}

.fc th.fc-widget-header {
  background: #a6a9ab;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase;
}

.fc-button {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #555555;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #f5f5f5;
}

.fc-unthemed .fc-today {
  border: 1px solid #fb9678;
  background: #fcf8e3 !important;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 0px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #769cc1;
}

.calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px;
  text-align: center;
  background: #769cc1;
}

.calendar-event a {
  float: right;
  opacity: 0.6;
  font-size: 10px;
  margin: 4px 0 0 10px;
  color: #ffffff;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/********** Right sidebar **********/
.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1000;
  background: #ffffff;
  top: 0px;
  height: 100%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.right-sidebar .rpanel-title {
  display: block;
  padding: 21px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  background: #ff6849;
}

.right-sidebar .rpanel-title span {
  float: right;
  cursor: pointer;
  font-size: 11px;
}

.right-sidebar .rpanel-title span:hover {
  color: #2b2b2b;
}

.right-sidebar .r-panel-body {
  padding: 20px;
}

.right-sidebar .r-panel-body ul {
  margin: 0px;
  padding: 0px;
}

.right-sidebar .r-panel-body ul li {
  list-style: none;
  padding: 5px 0;
}

.shw-rside {
  right: 0px;
  width: 240px;
  display: block;
}

/********** Tooltip **********/
.demo-tooltip .tooltip,
.demo-popover .popover {
  position: relative;
  margin-right: 25px;
  opacity: 1;
  display: inline-block;
}

.tooltip-inner {
  border-radius: 3px;
  padding: 5px 10px;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-info.tooltip .tooltip-inner,
.tooltip-info + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #769cc1;
}

.tooltip-info.tooltip.top .tooltip-arrow,
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #769cc1;
}

.tooltip-info.tooltip.right .tooltip-arrow,
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #769cc1;
}

.tooltip-info.tooltip.bottom .tooltip-arrow,
.tooltip-info + tooltip.bottom .tooltip-arrow {
  border-bottom-color: #769cc1;
}

.tooltip-info.tooltip.left .tooltip-arrow,
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #769cc1;
}

/********** Popover **********/
.popover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.popover .popover-title {
  border-radius: 0px;
}

.popover-info + .popover .popover-title {
  color: #ffffff;
  background-color: #769cc1;
  border-color: #769cc1;
}

.popover-info + .popover.bottom .arrow {
  border-bottom-color: #769cc1;
}

.popover-info + .popover.bottom .arrow:after {
  border-bottom-color: #769cc1;
}

/********** File Upload **********/
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

/********** Datepicker **********/
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-image: none;
  background: none;
  color: #28282d;
  font-weight: bold;
}

.datepicker table tr td.active,
.datepicker table tr td.range-start,
.datepicker table tr td.range-end,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  background: #769cc1;
  color: #ffffff;
}

.datepicker .range {
  background: rgba(119, 119, 119, 0.3);
}

.datepicker td,
.datepicker th {
  text-align: center;
}

.datepicker tbody td {
  cursor: pointer;
}
.datepicker tbody td:hover {
  background: #f8fafa;
}

/*Datatable*/
.editable-table + input.error {
  border: 1px solid #e4572e;
  outline: 0;
  outline-offset: 0;
}

.editable-table + input,
.editable-table + input:focus,
#editable-datatable_wrapper + input:focus {
  border: 1px solid #769cc1 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}

.editable-table td:focus {
  outline: 0;
}

/*USer-profile*/
.user-profile {
  padding: 15px 0;
  position: relative;
  text-align: center;
}

.user-profile .user-pro-body {
  display: block;
}

.user-profile .user-pro-body img {
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.user-profile .user-pro-body .u-dropdown {
  color: #54667a;
}

.user-profile .user-pro-body .dropdown-menu {
  right: 0px;
  width: 180px;
  left: 0px;
  margin: 0 auto;
}

/************side-mini-panel************/
.side-mini-panel {
  width: 60px;
  position: fixed;
  left: 0px;
  height: 100%;
  background: #f6f9fb;
  top: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 8;
}

.side-mini-panel ul.mini-nav {
  margin: 0px;
  padding: 0px 0 140px 0;
  display: inline-block;
}

.side-mini-panel ul.mini-nav > li {
  list-style: none;
  display: block;
}

.side-mini-panel ul.mini-nav > li > a {
  padding: 15px 0px 14px;
  display: block;
  width: 60px;
  font-size: 18px;
  color: #999999;
  text-align: center;
  border-left: 3px solid transparent;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.side-mini-panel ul.mini-nav > li:hover > a,
.side-mini-panel ul.mini-nav > li.selected > a {
  border-left: 6px solid transparent;
  background: rgba(0, 0, 0, 0.02);
}

.side-mini-panel ul.mini-nav > li.selected > a {
  background: #ffffff;
}

.side-mini-panel ul.mini-nav > li .sidebarmenu {
  padding: 0px;
  position: absolute;
  height: 100%;
  width: 240px;
  background: #ffffff;
  top: 0px;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
  left: 60px;
  display: none;
}

.side-mini-panel ul.mini-nav > li.selected .sidebarmenu {
  display: block;
}

.side-mini-panel ul.mini-nav > li.selected.cnt-none .sidebarmenu {
  display: none;
}

/************New sidebar menu************/
.sidebar-menu {
  list-style: none;
  margin: 0px;
  padding: 0px 0 250px 0;
}

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.sidebar-menu > li > a {
  padding: 12px 20px 12px 20px;
  display: block;
}

/************This is for submenu************/
.menu-title {
  padding: 12px 15px 12px 15px;
  display: block;
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
}

/************This is for submenu************/
.sidebar-menu li.active .sub-menu.in {
  display: block;
}

.sidebar-menu .sub-menu > li > a:hover {
  color: #ff6849;
}

.sidebar-menu .sub-menu > li > a.active {
  font-weight: 500;
}

.sidebar-menu > li > .sub-menu {
  margin: 0;
}

.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 3px;
}

.sidebar-menu li.active > a > .fa-angle-left {
  transform: rotate(-90deg);
}

.sidebar-menu .sub-menu {
  position: relative;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu .sub-menu .sub-menu {
  padding-left: 20px;
}

.sidebar-menu .sub-menu > li {
  margin: 0;
  padding: 0;
  display: block;
}

.sidebar-menu .sub-menu > li > a {
  padding: 12px 20px 12px 30px;
  display: block;
  font-size: 14px;
}

/************This is for toggle************/
.rmv-sidebarmenu #togglebtn {
  display: none !important;
}

.togglediv {
  position: absolute;
  left: 265px;
  top: 17px;
  z-index: 10;
}

.togglediv #togglebtn i {
  font-size: 16px;
  color: #686868;
  margin-top: 5px;
}

.togglediv #togglebtn i:hover,
.togglediv #togglebtn i:focus {
  color: #ff6849;
}

/************This is for label************/
.sidebar-menu .label {
  position: absolute;
  right: 35px;
  padding: 5px 12px 4px;
}

/*Data tables*/
button.dt-button,
div.dt-button,
a.dt-button {
  background: #769cc1;
  color: #ffffff;
  border-color: #769cc1;
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  background: #769cc1;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  background: #f7fafc;
  color: #2b2b2b;
  border-color: rgba(120, 130, 140, 0.13);
}

.dataTables_filter input {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: none;
}

/*Summernote*/
.note-editor {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.note-editor .panel-heading {
  padding: 6px 10px 10px;
}

.right-aside-new {
  padding: 20px;
}

.right-aside .contact-list td {
  vertical-align: middle;
  padding: 25px 10px;
}

.right-aside-new .contact-list td {
  vertical-align: middle;
  padding: 25px 10px;
}

.ui-autocomplete {
  z-index: 215000000 !important;
}

.ui-autocomplete-input {
  border: none;
  margin-bottom: 5px;
  padding-top: 2px;
  border: 1px solid #ddd !important;
  padding-top: 0px !important;
  z-index: 100;
  position: relative;
  height: 52px;
}

/* Styles for saved listings */
#savedListingsContainer a .listing-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
}

#savedListingsContainer a .listing-image .viewed {
  display: none;
}

#savedListingsContainer a .savedProperty {
  padding: 0 !important;
}

#savedListingsContainer a .listing-grid-block-listing {
  margin: 2px;
  overflow: hidden;
  border: 1px solid #eee;
  color: #fff;
  text-align: left;
}

#savedListingsContainer a .listing-grid-block-listing .info-container {
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.9) 100%) rgba(0, 0, 0, 0);
  padding: 0px 5px 2px;
  display: block;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: no-wrap;
  position: absolute;
  height: auto;
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 100;
  width: 100%;
}

#savedListingsContainer a .listing-grid-block-listing h2 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 24px;
}

#savedListingsContainer a .listing-grid-block-listing .listing-detail {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 200;
  line-height: 1.1;
}

#savedListingsContainer a .listing-grid-block-listing .listing-anchor {
  border-top: 1px solid #999;
  margin: 2px 0 0;
  padding-top: 0px;
}

#savedListingsContainer a .listing-grid-block-listing h5 {
  color: #fff;
  font-size: 10px;
  text-transform: none;
  font-weight: 100;
  letter-spacing: 0;
  margin: 0;
}

#savedListingsContainer a .listing-grid-block-listing .listing-detail .col-xs-4 {
  padding-left: 0 !important;
}

#savedListingsContainer a .listing-grid-block-listing .listing-detail .col-xs-8 {
  padding-right: 0 !important;
}

#savedListingsContainer a .listing-grid-block-listing .listing-detail .col-xs-8 h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#savedListingsContainer a .listing-grid-block-listing .btn {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3px;
  line-height: 0;
  margin: 0;
}

#savedListingsLoader,
#listingAlertsLoader,
#office-list-loader {
  font: 100 16px Helvetica;
  overflow: auto;
  line-height: 28px;
  margin-top: 15px;
}

#office-list-loader {
  width: 300px;
  margin: 35px auto;
  font-weight: 500;
  color: #555;
  overflow: hidden;
}

#savedListingsLoader .cssload-speeding-wheel,
#listingAlertsLoader .cssload-speeding-wheel,
#office-list-loader .cssload-speeding-wheel {
  float: left;
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

#office-list-loader .cssload-speeding-wheel {
  margin-right: 8px;
}

#add-listing-alert-modal .modal-content {
  border-radius: 6px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
}

#add-listing-alert-modal .modal-content .modal-header .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

#add-listing-alert-modal .modal-content .modal-body .container-fluid .row .col-xs-12 p {
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
}

#add-listing-alert-modal .listing-alert-tooltip {
  top: 0 !important;
  margin-left: 1rem;
}

#add-listing-alert-modal .tooltipper.listing-alert-tooltip .label-info {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  background-color: #769cc1;
  box-sizing: border-box;
}

#add-listing-alert-modal .tooltipper.listing-alert-tooltip .label-info span {
  font-family: Lucida Bright, Georgia, serif;
  font-size: 12px;
  color: #fff;
  position: relative;
  top: -2px;
  left: 0.5px;
  font-weight: bold;
}

#add-listing-alert-modal .modal-content .modal-body,
#add-listing-alert-modal .modal-content .modal-body .container-fluid {
  padding-bottom: 0;
}

#add-listing-alert-modal .modal-content .modal-body .form-group {
  margin-bottom: 15px;
}

#add-listing-alert-modal .modal-content .modal-body .fa.fa-refresh {
  animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

#add-listing-alert-modal .modal-content .modal-body label {
  font-size: 13px;
  color: #b3b3b3;
  font-weight: normal;
  line-height: 18px;
  font-family: inherit;
}

#add-listing-alert-modal .modal-content .modal-body .required > label:after {
  margin-left: 0.4em;
  color: #f2714d;
  content: "*";
}

#add-listing-alert-modal .modal-content .modal-body #blueroof-mls-label {
  margin-right: 1em;
  vertical-align: text-top;
}

#add-listing-alert-modal .modal-content .modal-body input[type=text] {
  font-size: 14px;
  height: 30px;
  padding: 5px 10px !important;
  line-height: 1.5;
  color: #666;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: inherit;
}

#add-listing-alert-modal .modal-content .modal-body .bootstrap-select {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 0;
}

#add-listing-alert-modal .modal-content .modal-body .bootstrap-select button {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  border-width: 1px;
  border-radius: 0;
  padding: 0.3em 0.8em;
  padding-right: 0.2em;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#add-listing-alert-modal .modal-content .modal-body .bootstrap-select button .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  max-width: 90%;
  box-sizing: border-box;
}

#add-listing-alert-modal .modal-content .modal-body .bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
  right: 0;
  top: 30px;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  z-index: 9999 !important;
  font-size: 14px;
  text-align: left;
}

#add-listing-alert-modal .modal-content .modal-body .bootstrap-select .dropdown-menu > li > a {
  padding: 5px 10px;
}

#add-listing-alert-modal .modal-content .modal-body .filter-checkbox {
  display: none;
}

#add-listing-alert-modal .modal-content .modal-body .filter-checkbox + label {
  color: gray;
  padding: 0.3em 0.6em;
  border: 1px solid #e6e6e6;
  border-radius: 1em;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 17px;
  font-family: inherit;
  margin-right: 3px;
}

#add-listing-alert-modal .modal-content .modal-body .filter-checkbox:checked + label.info-label {
  background-color: #769cc1;
  color: #fff;
}

#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches {
  padding: 1rem;
  border: 1px solid #769cc1;
}

#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches a:link,
#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches a:hover,
#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches a:visited,
#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches a:active {
  text-decoration: none;
  cursor: pointer;
}

#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches a {
  display: block;
  color: #769cc1;
  box-sizing: border-box;
}

#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches #listing_count_results .fa.fa-refresh {
  animation: none;
  cursor: pointer;
}

#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches #listing_count_results #listing_count_link {
  float: right;
}

#add-listing-alert-modal .modal-content .modal-body .view-number-of-matches #listing_count_results #listing_count_link a {
  font-size: 13px;
  line-height: 24px;
  font-weight: 100;
}

#add-listing-alert-modal .modal-content .modal-body .checkbox label span {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

#add-listing-alert-modal .modal-content .modal-body .checkbox label::before {
  border-color: #333333;
}

#add-listing-alert-modal .modal-content .modal-body .options-group .checkbox {
  margin: 4px 0;
}

#add-listing-alert-modal .modal-content .modal-body .form-group .option {
  display: none;
}

#add-listing-alert-modal .modal-content .modal-body .form-group .option.preview,
#add-listing-alert-modal .modal-content .modal-body .form-group.show-all .option {
  display: block;
}

#add-listing-alert-modal .modal-content .modal-body .form-group .option input[type=checkbox] {
  display: none;
}

#add-listing-alert-modal #dynamic-multiselects-filter .toggle-options-link.has-more {
  display: block;
  font-size: 12px;
  color: #769cc1;
  cursor: pointer;
}

#add-listing-alert-modal #dynamic-multiselects-filter .toggle-options-link span:before {
  content: "More";
}

#add-listing-alert-modal #dynamic-multiselects-filter .show-all .toggle-options-link span:before {
  content: "Less";
}

#add-listing-alert-modal #dynamic-multiselects-filter .options-group.show-all .toggle-options-link i.fa:before {
  content: "\f077";
}

#add-listing-alert-modal .modal-content .modal-footer {
  border: 0;
  padding: 15px;
  text-align: right;
}

#add-listing-alert-modal .modal-content .modal-footer .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#add-listing-alert-modal .modal-content .modal-footer .container-fluid .btn {
  background-color: #fff;
  color: gray;
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-right-width: 3px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0.3em 0.8em;
  line-height: 1.8;
  border-radius: 3px;
  border-color: #ccc;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

#add-listing-alert-modal .modal-content .modal-footer .container-fluid .btn.btn-info-inverse {
  border-color: #769cc1;
}

#add-listing-alert-modal .modal-content .modal-footer .container-fluid .btn:hover {
  background-color: #efefef;
}

#add-listing-alert-modal #listing_alert_search_terms_wrapper {
  min-height: 30px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 3px 5px 0px 5px;
  cursor: text;
}

#add-listing-alert-modal #listing_alert_search_terms {
  margin: 0;
  width: 100%;
  float: left;
  box-shadow: none;
  height: 28px;
  padding-right: 0 !important;
  padding-left: 5px !important;
  padding-top: 5px !important;
}

#add-listing-alert-modal #listing_alert_search_terms_wrapper .selectivity-multiple-selected-item {
  background: #e6e6e6;
  color: #666;
  font-weight: 400;
  border-radius: 2rem;
  padding: 1px 0.3rem 0 1rem;
  height: 2.4rem;
  line-height: 2.4rem;
  cursor: default;
  float: left;
  margin: 2px;
  position: relative;
  user-select: none;
  white-space: nowrap;
  font-size: 13px;
}

#add-listing-alert-modal #listing_alert_search_terms_wrapper .selectivity-multiple-selected-item > a {
  float: right;
  line-height: 1rem;
  padding-left: 0.6rem;
  padding-right: 0;
  color: #666;
  cursor: pointer;
  padding: 6px;
  text-decoration: none;
}

#add-listing-alert-modal #listing_alert_search_terms_wrapper .selectivity-multiple-selected-item > a > i {
  font-size: 1.6rem;
  position: relative;
  top: -0.2rem;
}

#add-listing-alert-modal #listing_alert_search_terms_wrapper ul.ui-autocomplete {
  left: 7.5px !important;
}

#add-listing-alert-modal .form-group select,
#add-listing-modal .form-group select {
  width: 100% !important;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  font-size: 14px;
  height: 30px;
  padding: 5px 10px !important;
  line-height: 1.5;
}

/* Autocomplete plugin for add listing alerts's styles */
#search-by-terms .ui-autocomplete-category {
  margin-top: 0;
  color: #585858;
  padding: 7px 10px;
  border: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  font-family: Helvetica;
}

#search-by-terms .ui-autocomplete-category.not-valid {
  text-transform: none;
}

#search-by-terms .ui-autocomplete-category i {
  margin-right: 5px;
}

#search-by-terms .ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  cursor: pointer;
  min-height: 0;
  color: #2c83a8 !important;
  font-size: 14px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  border-top: none;
  border-bottom: 1px dashed #e2e2e2 !important;
  padding: 0px !important;
  font-family: Helvetica;
  border-left: none !important;
  border-right: none !important;
}

#search-by-terms .ui-menu .ui-menu-item > div {
  padding: 5px 5px 6px 12px !important;
  font-weight: 100 !important;
}

#search-by-terms .ui-menu .ui-menu-item > div.ui-state-active {
  color: #3fb6eb !important;
  background-color: #ffffff;
  border: none;
  margin: 0;
}

.modal-confirm .modal-content {
  font-family: sans-serif, arial, "Trebuchet MS";
}

.modal-confirm .modal-content .modal-header {
  font-weight: 600;
}

#add-listing-modal .modal-body {
  font-family: Helvetica, sans-serif;
}

#add-listing-modal .modal-body h2 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 0;
}

#add-listing-modal .modal-body .btn {
  font-family: Helvetica, sans-serif;
  font-weight: 200;
}

#add-listing-modal .modal-body .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

#add-listing-modal .modal-body .has-error {
  border: 1px solid #e4572e;
}

#office-form .has-error {
  border-color: #e4572e;
}

#error-modal .modal-header {
  background-color: #337ab7;
}

#error-modal .modal-header h4,
#error-modal .modal-header .close {
  color: white !important;
  font-size: 18px;
}

#error-modal .modal-header .close {
  opacity: 0.9;
}

#office-form .manage-add > a {
  cursor: pointer;
}

#office-list-wrapper .img-responsive {
  height: 145px;
}

#office-form #logo-wrapper {
  width: 100%;
  border: 2px solid #ccc;
  margin: 20px 0;
}

#office-form #logo-wrapper img {
  width: 100%;
}

.navbar-header::before,
.navbar-header::after {
  display: none;
}

.navbar-header {
  width: 100%;
  background: #fff;
  border: 0px;
  padding: 12px 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-header h3 {
  margin: 0;
  line-height: 1px !important;
}

.navbar-top-links {
  display: flex;
  align-items: center;
}

.navbar-top-links > li > a {
  min-height: unset;
  height: unset;
  line-height: unset;
}

.side-mini-panel {
  top: 86px;
}

.side-mini-panel ul.mini-nav > li .sidebarmenu {
  left: 96px;
}

.bg-title .breadcrumb {
  margin-bottom: 0;
}

.top-left-part a {
  background-color: transparent;
  padding: 0 20px;
}

.side-mini-panel,
.side-mini-panel ul.mini-nav > li > a {
  width: 95px;
}

.side-mini-panel ul.mini-nav > li:hover > a,
.side-mini-panel ul.mini-nav > li.selected > a {
  background: transparent;
  color: #fff;
}

.rmv-sidebarmenu #page-wrapper,
.content-wrapper #page-wrapper {
  margin-left: 95px;
  padding: 85px 20px 60px;
}

.side-mini-panel {
  background-color: #2e2e35;
}

.side-mini-panel ul.mini-nav > li:hover > a {
  border-left: 6px solid #6a9dc4 !important;
  background-color: #fff;
  color: #2e2e35;
}

.right-side-panel {
  top: 26px;
}

.bg-title .breadcrumb {
  float: none !important;
}

.stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.db-tile {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
}

.db-tile.one {
  width: 100%;
}

.db-tile.four {
  width: calc(25% - 15px);
}

.db-tile h3 {
  margin-top: 0;
}

.db-tile h5 {
  color: #777;
  font-size: 16px;
}

.db-tile .counter {
  color: #6a9dc4;
}

.progress {
  margin-bottom: 0;
}

.progress-bar {
  background-color: #6a9dc4;
}

.sidebar-menu > li > a {
  padding: 19px 20px 19px 20px;
  border-bottom: 1px solid #eee;
}

.sidebar-menu > li:first-child > a {
  border-top: 1px solid #eee;
  margin-top: 60px;
}

.sidebar-menu > li > a:hover {
  color: #6a9dc4 !important;
}

.navbar-top-links .dropdown-user {
  top: 70px;
}

.user-btm-box {
  padding: 20px 0 0;
}

.user-btm-box-btn {
  padding: 20px;
  line-height: 0;
}

.user-profile-info {
  margin-top: 10px;
}

.user-profile-info li svg {
  width: 40px;
}

@media (max-width: 992px) {
  .db-tile.four {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .db-tile.four {
    width: 100%;
  }
}
/* Styles for the inbox page*/
.inbox-wrapper {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 10px 10px 10px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: auto;
}

.inbox-wrapper .loading {
  font-size: 18px;
  margin: 20px 0;
  padding-top: 10px;
}

.inbox-wrapper .inbox-box {
  border-top: 1px solid #ccc;
}

.inbox-wrapper .inbox-box .row {
  border-bottom: 1px solid #ccc;
  padding: 4px 2px !important;
  font-size: 14px;
  cursor: pointer;
}

.inbox-wrapper .inbox-box .row > div {
  white-space: nowrap;
  overflow: hidden;
  color: #222;
}

.inbox-wrapper .inbox-box .row > div span {
  color: #777;
}

.inbox-wrapper .inbox-box .row.highlighted {
  background-color: #ffc;
}

.inbox-wrapper .inbox-header {
  margin-bottom: 10px;
  margin-top: 10px;
}

.inbox-wrapper .inbox-header h4 {
  color: #444;
  font-weight: bolder;
}

.inbox-wrapper .inbox-header .text-right {
  font-size: 13px;
  color: #000;
}

.inbox-wrapper .inbox-header .text-right div:last-child {
  height: 34px;
  line-height: 30px;
}

.inbox-wrapper .inbox-header .btn-delete {
  margin: 0 5px;
  border: 1px solid #ccc;
  padding: 6px 25px 4px;
  display: none;
}

.inbox-wrapper #inbox-message-view {
  padding-top: 15px;
}

.inbox-wrapper #inbox-message-view .btn-delete {
  margin: 0 5px;
  border: 1px solid #ccc;
  padding: 5px 25px 4px;
}

.inbox-wrapper .inbox-header .btn-delete i,
.inbox-wrapper #inbox-message-view .btn-delete i {
  font-size: 20px;
}

.inbox-wrapper #inbox-message-view .message-buttons {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.inbox-wrapper #inbox-message-view .message-buttons #backToInboxBtn {
  border: 1px solid #ccc;
}

.inbox-wrapper #inbox-message-view .message-buttons #backToInboxBtn i {
  font-size: 18px;
  vertical-align: middle;
}

.inbox-wrapper #inbox-message-view .message-buttons #replyMsgBtn {
  margin: 0 5px;
}

.inbox-wrapper #inbox-message-view .message-details .col-xs-12 h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 5px 0;
}

.inbox-wrapper #inbox-message-view .message-details .col-xs-6 {
  font-size: 15px;
  color: #333;
}

.inbox-wrapper .inbox-search {
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 10px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f1f1f1;
}

.inbox-wrapper .inbox-search #inboxSearch {
  width: 50%;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.inbox-wrapper .inbox-search button {
  height: 30px !important;
  padding: 0px 25px;
}

.inbox-wrapper .inbox-search #searchMsgBtn {
  color: white;
  border: 1px solid #4285f4;
  background: #4285f4;
  background: -webkit-linear-gradient(top, #4387fd, #4683ea);
  background: linear-gradient(top, #4387fd, #4683ea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd, endColorstr=#4683ea, GradientType=1);
}

.inbox-wrapper .inbox-search #cleanSearchBtn {
  padding: 0px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  color: #666;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.inbox-wrapper a.btn-danger:link {
  color: #fff !important;
}

#sendEmailGAPIModal .field-required {
  color: #e4572e;
}

#sendEmailGAPIModal .has-error {
  border-color: #e4572e;
}

#sendEmailGAPIModal .modal-header .close {
  line-height: 12px;
}

#sendEmailGAPIModal input[type=text] {
  padding: 7px 12px !important;
}

#error-modal {
  font-size: 16px;
}

#error-modal .modal-body {
  padding: 20px 15px;
}

#error-modal .modal-header,
#error-modal .modal-footer button {
  padding: 15px;
}

/*************** START BRIAN STYLES*/
.modal-content > .modal-footer > .btn-primary {
  border-radius: 0;
}

.phone-ext {
  width: 100px !important;
}

.agent-phone-type {
  height: 52px !important;
}

.ui-autocomplete-category {
  margin-top: 10px;
}

.ui-autocomplete-category:first-child {
  margin-top: 0;
}

/*SIDEBAR*/
.side-bar-out-left {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 15px;
  z-index: 3000;
}

.side-bar-in-right {
  height: 100%;
  position: fixed;
  left: 80px;
  top: 0;
  width: 10px;
  z-index: 1;
}

.sidebar-collapsed {
  width: 80px !important;
}

.sidebar-collapsed .sidebar-text,
.sidebar-collapsed .privacy-policy {
  opacity: 0;
  transform: translateX(-5px);
  transition: all 300ms ease;
  transition-delay: 0.1s;
  visibility: hidden;
}

.privacy-policy {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  min-width: 100px;
}

.sidebar-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

ul.mini-nav {
  width: 100% !important;
  transition: all 300ms ease;
}

@media screen and (max-width: 1150px) {
  .sidebar-collapsed {
    width: auto !important;
  }

  .left-logo {
    display: inline-block !important;
  }

  .side-mini-panel .sidebar-text {
    opacity: 1;
    transform: translateX(0);
    transition: all 300ms ease;
    transition-delay: 0s;
    visibility: visible;
  }
}
/******* RIGHT BAR TASKS*/
.right-bar-section-header {
  width: 100%;
  background-color: #f8fafa;
  padding: 15px;
  display: flex;
  align-items: center;
}

.section-label {
  color: #28282d;
  flex-grow: 2;
  margin: 0;
}

.right-bar-count-wrapper {
  padding: 1px 17px;
  border-radius: 100px;
  background-color: #e4572e;
}

.right-bar-count {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.right-bar-tasks-wrapper {
  padding: 0 15px;
}

.tasks-date-set {
  margin-top: 45px;
}

.right-bar-tasks-wrapper div:nth-child(1) {
  margin-top: 20px;
}

.tasks-due-date {
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}

.today-date-header {
  font-weight: 700;
  color: #87d68d;
}

.overdue-date-header {
  font-weight: 700;
  color: #e4572e;
}

.task-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  margin-top: 15px;
  padding-bottom: 15px;
}

.task-checkbox {
  margin: 0 !important;
}

.task-text {
  margin: 0 15px;
  flex-grow: 2;
}

.tasks-edit-right {
  margin-right: 8px;
  cursor: pointer;
}

.add-task-link {
  border: 2px solid #769cc1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.add-task-link img {
  width: 14px;
}

.strike-through {
  text-decoration: line-through;
}

/*************** RIGHT BAR NOTIFICATION FIXES*/
.mail-contnet {
  position: relative;
}

.time {
  position: absolute;
  right: 0;
  top: 0;
}

.message-center .mail-contnet h5 {
  max-width: 125px;
}

/********* ** * **  CORRECTED CONTACT TABLES*/
.contact-table thead th {
  font-weight: 700;
}

.table > thead > tr > th {
  border-bottom: 1px solid #777;
}

.name-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.table-name-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.table-avatar {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 100%;
  background-color: #777;
  margin-right: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.bluk-edit-dropdown-header {
  font-weight: 700;
  color: #769cc1;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  padding: 10px !important;
  margin: 0 0 10px;
}

span.dropdown-menu.animated,
ul.dropdown-menu.animated {
  animation-duration: 300ms;
}

#search-contact-filter {
  min-width: 120px;
}

.search-bar-wrapper {
  width: 275px;
}

.phone-mobile,
.email-mobile {
  display: none;
}

/************ DASHBOARD STATS*/
.stat-box {
  padding: 10px 20px;
}

.stat-headline {
  font-size: 16px;
}

.stat {
  font-size: 25px;
  font-weight: bold;
  margin: 0 3px 0 0;
}

.stat-label {
  font-size: 12px;
  margin-bottom: 5px;
}

/*DASHBOARD LISTINGS*/
.dashboard-listings-wrapper hr {
  border: none !important;
}

.dashboard-listing-image-wrapper {
  width: 100%;
  border-radius: 5px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 300ms ease;
}

.dashboard-listing-image-wrapper:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.29);
  transform: translateY(-3px);
}

.panel-body li {
  white-space: normal;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.sl-item .listing p {
  font-size: 16px !important;
  line-height: 19px !important;
}

.listing p {
  color: #7c7b7b;
  font-size: 18px;
  line-height: 16px;
}

.sl-right .attr {
  font-weight: 600;
  color: black;
}

.timelineIcon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timelineIcon.documentIcon {
  background-color: #ff7d4d;
}

.timelineIcon.emailIcon {
  background-color: #00ddc0;
}

.timelineIcon.eventIcon {
  background-color: #c667ff;
}

.timelineIcon.crmIcon {
  background-color: #28282d;
}

.timelineIcon.websiteIcon {
  background-color: #6249b2;
}

.timelineIcon.taskIcon {
  background-color: #fdd362;
}

.timelineIcon.noteIcon {
  background-color: #73c6ff;
}

.timelineIcon.callIcon {
  background-color: #0099dd;
}

.left-contact-col {
  position: relative;
}

/*CONTACT PAGE CHANGES*/
#iframe-market-report {
  border: none;
}

@media screen and (min-width: 1150px) {
  .left-contact-col {
    max-width: 500px;
  }
}
.contact-avatar {
  background-color: #a6a9ab;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.upload-picture-wrapper {
  text-align: center;
}

.edit-and-view-contact-picture,
.upload-contact-picture {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 130px;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.upload-contact-picture p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.edit-and-view-contact-picture img[data-placement=top] {
  margin-right: 20px;
}

.contact-avatar:hover .upload-contact-picture,
.contact-avatar:hover .edit-and-view-contact-picture {
  opacity: 1;
  visibility: visible;
}

.contact-avatar-initials {
  margin: 0;
  z-index: 2;
}

.contact-name-wrapper {
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #28282d;
  align-items: center;
  position: relative;
}

.contact-name {
  font-size: 25px;
  margin: 0;
}

.edit-contact-name {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.contact-name-wrapper:hover .edit-contact-name {
  opacity: 1;
  visibility: visible;
}

.main-contact-info-icon {
  margin-right: 20px;
}

.contact-info-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
  width: 100%;
}

.list-unstyled.user-profile-info li:last-child {
  margin-bottom: 0;
}

.address-info-wrapper {
  align-items: flex-start;
}

.contact-info-details {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.address-info-details {
  align-items: flex-start;
  flex-wrap: nowrap;
}

.contact-info-details div:nth-child(n+3) {
  margin-top: 10px;
}

.edit-info-trigger-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.info-link,
.add-info-text {
  flex-grow: 2;
  max-width: 67%;
}

.add-info-text {
  margin: 0 20px 0 0;
}

.add-category {
  border: none;
  background-color: #f8fafa;
  width: 50%;
}

.categories-header,
.tag-header,
.celebration-header,
.other-info-header {
  color: #28282d;
  margin-top: 10px;
  margin: 6 0px 0 25px;
  font-weight: 700;
}

.categories-list {
  list-style: none;
  padding: 0;
}

.category-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.category-label {
  flex-grow: 2;
  display: flex;
  align-items: center;
}

.category-color {
  width: 24px;
  height: 24px;
  background-color: #a6a9ab;
  margin-right: 15px;
  border-radius: 50px;
}

.category-name {
  color: #28282d;
  margin: 0;
}

.remove-category,
.edit-category,
.edit-contact-info,
.edit-other-info {
  width: 18px;
  cursor: pointer;
}

.add-contact-info {
  width: 20px;
}

.edit-contact-info {
  margin-right: 10px;
}

.remove-category {
  margin-right: 10px;
}

.add-category,
.add-tag,
.add-celebration {
  color: #769cc1;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 300ms ease;
  margin-top: 20px;
}

.add-tag {
  margin-top: 10px;
}

.add-category:hover,
.add-tag:hover,
.add-celebration:hover {
  color: #23527c;
}

.add-category img,
.add-tag img,
.add-celebration img {
  margin-right: 10px;
}

/*TAGS*/
.tag-bubble {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #28282d;
  background: #f8fafa;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease;
}

.remove-tag {
  margin-left: 15px;
  display: inline-block;
  cursor: pointer;
}

.tag-name {
  display: inline-block;
  margin: 0;
}

.truncate-tag {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*CELEBRATIONS*/
.celebrations,
.other-info-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.celebration-li,
.other-info-li {
  padding: 0;
  display: flex;
  align-items: center;
  color: #28282d;
  margin-bottom: 10px;
  cursor: pointer;
}

.celebration-li p {
  margin-bottom: 0;
}

.celebration-name,
.other-info-item {
  flex-grow: 2;
  margin-bottom: 0 !important;
}

.celebration-date,
.other-info-value {
  margin-right: 15px;
  margin-bottom: 0 !important;
}

.delete-contact-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4572e;
  font-weight: 600;
  margin-top: 60px;
}

.delete-contact-wrapper img {
  margin-right: 10px;
}

/*CONTACT TABS*/
/*Accounts*/
.panel-action a {
  opacity: 1 !important;
}

.reportDetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel {
  border: 1px solid rgba(119, 119, 119, 0.3) !important;
  box-shadow: none !important;
  overflow: hidden;
  border-radius: 5px;
}

.panel-heading {
  border-bottom: 1px solid rgba(119, 119, 119, 0.3) !important;
}

.saved-only-checkbox {
  margin: 0 10px 0 0 !important;
}

.listing-detail {
  font-weight: 600 !important;
}

.info-container h2 {
  font-weight: 700 !important;
}

.listing-anchor div h5 {
  font-weight: 700 !important;
}

.listing-stats-wrapper {
  width: 80%;
  margin-bottom: 30px;
}

.listing-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  position: relative;
}

.listing-stat-top {
  font-size: 20px;
}

.listing-stat-label {
  font-size: 16px;
}

.listing-stat:before {
  content: "";
  transition: all 300ms ease;
  background-color: #28282d;
  color: #fff;
  font-size: 12px;
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50px);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
}

.listing-stat-price:before {
  content: "Average Price";
}

.listing-stat-bed:before {
  content: "Average # of Beds";
}

.listing-stat-bath:before {
  content: "Average # of Baths";
}

.listing-stat-acres:before {
  content: "Average # of Acres";
}

.listing-stat:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -55px);
}

#add-listing-alert-modal .btn-default {
  background-color: #e4e7ea !important;
  color: #28282d;
  border: none !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

#add-listing-alert-modal .btn-info-inverse {
  background-color: #769cc1 !important;
  color: #fff;
  border: none !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

/*Tasks and Events*/
.lead-tasks-header-table th {
  border: none !important;
}

#lead_tasks-table th {
  border-right: none !important;
  border-left: none !important;
}

#lead_tasks-table thead tr th:last-child .th-inner {
  text-align: right;
}

/*DOCUMENTS*/
table.contact-docs-list tbody tr td {
  border: none;
}

table.contact-docs-list tbody tr td:first-child {
  display: flex;
  align-items: center;
}

table.contact-docs-list tbody tr td:first-child i {
  margin-right: 15px;
}

table.contact-docs-list tbody tr td:last-child button {
  display: flex;
  align-items: center;
}

table.contact-docs-list tbody tr td:last-child button i {
  margin-right: 2px;
}

/*TASK PAGE*/
.task-search-btn,
.agent-search-btn,
.sites-search-btn {
  background: #f8fafa;
  border-color: #f8fafa;
}

.tasks-left-col-wrapper,
.tasks-right-wrapper {
  padding: 30px;
  border-radius: 6px;
}

.task-search-wrapper {
  margin-bottom: 0;
}

.tasks-headline-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tasks-headline {
  margin: 0;
}

.task-search-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

#tasks-table tbody .task_title,
#lead_tasks-table tbody .task_title {
  margin-left: 20px;
}

#tasks-table td,
#lead_tasks-table td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle !important;
}

.task-actions-icon {
  width: 20px;
}

.task-actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tasks-right-wrapper td {
  border: none !important;
  padding: 20px 0 !important;
  vertical-align: middle !important;
}

.task-filter-td button {
  margin: 0;
  border-radius: 50px !important;
  width: 58px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.task_date {
  border-radius: 100px;
  color: #fff;
}

#tasks-table .listing-column {
  max-width: 150px;
}

#tasks-table .listing-column > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*TASK DUE DATE COLOR OVERIDES*/
/*OVERDUE*/
.task_date.bg-danger {
  background: #e4572e !important;
  border-color: #e4572e !important;
  color: #fff !important;
}

/*COMPLETED*/
.task_date.bg-red,
#btn_Completed {
  background: #87d68d !important;
  border-color: #87d68d !important;
  color: #fff !important;
}

/*DUE TODAY*/
.task_date.bg-green,
#btn_Due_Today {
  background: #f3ca40 !important;
  border-color: #f3ca40 !important;
  color: #fff !important;
}

/*INCOMPLETE*/
.task_date.bg-grey,
#btn_InCompleted {
  background: #a6a9ab !important;
  border-color: #a6a9ab !important;
  color: #fff !important;
}

/*UPCOMING*/
.task_date.bg-blue,
#btn_Upcoming {
  background: #028090 !important;
  border-color: #028090 !important;
  color: #fff !important;
}

/*OVERDUE*/
#btn_Overdue {
  background: #e4572e !important;
  border-color: #e4572e !important;
  color: #fff !important;
}

.tasks-right-wrapper table tr:first-child td {
  padding-top: 0 !important;
}

.tasks-right-wrapper table tr:last-child td {
  padding-bottom: 0 !important;
}

.tasks-filter-table {
  margin-bottom: 0 !important;
}

.completed-header {
  border-bottom: 1px solid #a6a9ab;
  padding-bottom: 10px;
  font-size: 16px;
  color: #a6a9ab;
  margin: 30px 0;
  cursor: pointer;
  font-weight: 700;
}

.completed-header img {
  margin-left: 15px;
  transition: all 300ms ease;
}

.completed-tasks-table-wrapper {
  transition: all 300ms ease;
  height: 0;
}

.show-completed-tasks {
  height: auto;
}

/*ACTION PLANS*/
.action-plan-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #28282d;
  font-weight: 700;
}

.action-plan-title img {
  margin-left: 15px;
}

.action-plans-table-head {
  height: 0;
  padding: 0;
  margin: 0;
}

.action-plans-table-head th {
  border: none !important;
}

.sub-tasks-table {
  border: none !important;
}

.sub-tasks-table td {
  cursor: -webkit-grab;
}

#action-plan-table {
  border: none !important;
}

#action-plan-table td {
  border: none !important;
}

.drag-handle {
  margin: 6px 20px 0 0;
}

.action-plan-sub-task {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  margin: 5px 0;
  width: 100%;
  max-width: 350px;
  transition: all 300ms ease;
}

.action-plan-sub-task:active {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.27);
}

.action-plan-sub-task div {
  flex-grow: 2;
}

.sub-task-row {
  margin-bottom: 20px;
}

.sub-task-name {
  color: #28282d;
  font-size: 16px;
  font-weight: 700;
}

.sub-task-duration {
  color: #a6a9ab;
  font-size: 16px;
}

.sub-tasks-table td {
  padding-bottom: 20px;
}

.add-step-btn {
  color: #769cc1;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.add-step-btn img {
  margin-right: 10px;
}

/*ACTION PLANS*/
.action-plan-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #28282d;
  font-weight: 700;
}

.action-plan-title img {
  margin-left: 15px;
}

.action-plans-table-head {
  height: 0;
  padding: 0;
  margin: 0;
}

.action-plans-table-head th {
  border: none !important;
}

.sub-tasks-table {
  border: none !important;
}

.sub-tasks-table td {
  cursor: -webkit-grab;
}

#action-plan-table {
  border: none !important;
}

#action-plan-table td {
  border: none !important;
  padding: 0;
}

.action-plans-sub-task-wrapper {
  margin-top: 15px;
}

.action-plans-sub-task-wrapper ol.ui-sortable {
  padding-left: 15px;
}

.drag-handle {
  margin: 6px 20px 0 0;
}

.action-plan-sub-task {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  margin: 0;
  padding: 15px;
  width: 100%;
  max-width: 450px;
  transition: all 300ms ease;
}

.action-plan-sub-task:active {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.27);
}

.action-plan-sub-task div {
  flex-grow: 2;
}

.sub-task-row {
  margin-bottom: 20px;
}

.sub-task-name {
  color: #28282d;
  font-size: 16px;
  font-weight: 700;
}

.sub-task-duration {
  color: #a6a9ab;
  font-size: 16px;
}

.sub-tasks-table td {
  padding-bottom: 20px;
}

.add-step-btn {
  color: #769cc1;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.add-step-btn img {
  margin-right: 10px;
}

.action-plans-carrot {
  transition: all 300ms ease;
}

/*MANAGMENT CHANGES*/
/*All listings page*/
.properties-page-wrapper .search-btn {
  background: #f8fafa;
}

.property-bottom {
  border-right: 1px solid rgba(119, 119, 119, 0.3);
  border-left: 1px solid rgba(119, 119, 119, 0.3);
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  padding: 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
}

.property {
  transition: all 300ms ease;
}

.property:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.29);
  transform: translateY(-3px);
}

.property-image-wrapper,
.property-details-image-wrapper {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.property-details-image-wrapper {
  height: 200px;
}

.property-image {
  width: 100%;
}

.property-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.view-saves-wrapper {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
}

.property-views,
.property-saves {
  position: relative;
}

.property-views:before,
.property-saves:before {
  content: "Total Views";
  background: #28282d;
  padding: 5px;
  position: absolute;
  left: 80%;
  top: -35px;
  transition: all 300ms ease;
  transform: translateX(-50%);
  width: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
}

.property-saves:before {
  content: "Total Saves";
}

.property-views:hover::before,
.property-saves:hover::before {
  opacity: 1;
  visibility: visible;
  top: -40px;
}

.property-saves img {
  width: 24px;
  margin: 0 10px 0 15px;
}

.property-views img {
  width: 24px;
  margin-right: 10px;
}

.property-address-wrapper,
.property-details-address-wrapper {
  color: #28282d;
  font-weight: 700;
  font-size: 18px;
}

.property-address-wrapper a {
  display: block;
}

.property-address-wrapper p {
  margin: 0;
}

.property-details-wrapper ul {
  padding: 0;
  list-style: none;
  color: #28282d;
}

.view-property-link {
  text-align: center;
  font-weight: 700;
  height: 30px;
}

.view-property-link-left {
  float: left;
  text-align: center;
  width: 49%;
}

.view-property-link-right {
  float: right;
  text-align: center;
  width: 49%;
}

.view-property-link-right a {
  cursor: pointer;
}

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

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

.steamline .panel-body .email-subject {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.steamline .panel-body .email-message {
  border: 1px solid #ccc;
  padding: 15px;
  height: auto;
  min-height: 50px;
  overflow: hidden;
  margin-top: 5px;
  border-radius: 5px;
}

.steamline .panel-body .email-message.less {
  height: 80px;
}

.steamline .panel-body .email-message p {
  margin: 0;
}

.steamline .panel-body .email-toggle-view-btn {
  display: block;
  width: 100%;
  height: 28px;
  text-align: center;
  color: #769cc1;
  padding-top: 3px;
  font-size: 14px;
}

/*PROPERTY DETAILS*/
.nav > li > a > img {
  width: 20px;
}

.property-left-col {
  max-width: 400px;
}

.property-details-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.property-details-left-link {
  width: calc(50% - 5px);
  background-color: #769cc1;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: all 300ms ease;
}

.property-details-left-link:hover {
  color: #fff;
  background: #2e2e35;
}

@media screen and (max-width: 1300px) {
  .hide-1300 {
    display: none;
  }

  .property-tab-link img {
    width: 16px;
    margin: 0 !important;
  }
}
#property_notes-table,
#property_notes-table td,
#property_notes-table tr {
  border: none !important;
}

#property_notes-table td {
  padding: 20px 0;
}

/*CALENDAR */
.fc-event {
  background-color: #769cc1 !important;
  border: 1px solid #769cc1 !important;
}

.fc-title {
  font-weight: 600 !important;
}

.fc-sun {
  border-top-left-radius: 5px;
}

.fc-sat {
  border-top-right-radius: 5px;
}

.fc-button {
  background-color: #f8fafa !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 0.9em !important;
  height: 2.4em !important;
  transition: all 300ms ease;
}

.fc-button:hover {
  background-color: #f8fafa !important;
}

.fc-state-active {
  background-color: #f8fafa !important;
}

.fc-prev-button {
  border-right: 1px solid rgba(119, 119, 119, 0.3) !important;
  z-index: 6 !important;
}

.fc-agendaWeek-button {
  border-right: 1px solid rgba(119, 119, 119, 0.3) !important;
  z-index: 1 !important;
}

.fc-month-button {
  border-right: 1px solid rgba(119, 119, 119, 0.3) !important;
  z-index: 2 !important;
}

/*TOAST*/
.toast {
  border-radius: 50px;
  padding: 15px 22px 15px 30px;
  transition: all 300ms ease;
  position: fixed;
  left: 50%;
  bottom: 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  max-width: 70%;
  z-index: 10000;
}
.toast.undo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toast.undo .undo-btn {
  margin: 0 10px 0 30px;
  text-decoration: underline;
  cursor: pointer;
}

.toast img {
  margin-left: 15px;
  cursor: pointer;
}

.success-toast {
  background-color: #87d68d;
}

.error-toast {
  background-color: #e4572e;
}

.show-toast {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -10px);
}

.undo-toast {
  background-color: #28282d;
  border-radius: 5px;
  left: 50%;
  padding: 15px 22px 15px 30px;
  transition: all 300ms ease;
  position: fixed;
  bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  max-width: 70%;
  z-index: 10000;
  justify-content: space-between;
}
.undo-toast .undo-toast-text {
  float: left;
}
.undo-toast .undo-btn {
  margin: 0 30px;
  text-decoration: underline;
  cursor: pointer;
  color: #769cc1;
}
.undo-toast .close-undo-toast {
  cursor: pointer;
}
.undo-toast.show {
  opacity: 1;
  visibility: visible;
}

/*MANAGE AGENTS*/
#agents-list-div {
  max-width: 1100px;
}

#search_agent_input {
  background-color: #f3f3f3;
  margin-right: -4px;
  height: 38px;
  border-radius: 0px;
}

.agent-box-container,
.office-box {
  width: 31%;
  background-color: #f8fafa;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: all 300ms ease;
}

.agent-box-container:hover,
.office-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.agent_photo,
.office-photo {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.agent_name,
.office-name {
  font-weight: 700;
}

.agent-details-wrapper span {
  display: block;
}

.agent-tab-link {
  width: 100%;
  text-align: center;
}

.agent-tabs-wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.agent-tab-content textarea {
  width: 100%;
  display: block;
}

.agent-keywords-textarea {
  height: 100px !important;
}

.testimonial-title,
.testimonial-name {
  width: 300px;
  padding: 5px;
  border: 1px solid rgba(119, 119, 119, 0.3);
}

.social-link-wrapper {
  max-width: 600px;
}

.social-link-wrapper input {
  width: 80%;
  border: 1px solid rgba(119, 119, 119, 0.3);
  padding: 5px;
}

.agent-video-input {
  height: auto !important;
  width: 300px;
}

.confirm-password-wrapper {
  display: flex;
}

.agent-photo-thumbnail {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.remove-agent-photo-content {
  flex-direction: column;
}

.remove-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.agent-photo-thumbnail:hover .remove-image-wrapper {
  opacity: 1;
  visibility: visible;
}

#add-agent-photo {
  transition: all 300ms ease;
}

#add-agent-photo:hover {
  transform: translateY(-3px);
}

/*LEAD POPUPS*/
.table-user-emails,
#table-user-phones,
.addresses-table-new,
.old-addresses-table,
#table-user-anniversaries {
  width: 100% !important;
}

.table-user-emails .form-control,
#table-user-phones .phone,
#table-user-phones select[name=type],
.old-addresses-table .form-control,
.addresses-table-new .form-control,
#table-user-anniversaries .form-control {
  width: 90%;
  background-color: #f8fafa;
}

.table-user-emails input.form-control,
#table-user-phones input.phone,
.addresses-table-new .form-control,
.old-addresses-table .form-control,
#table-user-anniversaries .form-control {
  margin: 10px 0;
}

.btn-del-email {
  cursor: pointer;
  width: 20px;
}

/*OFFICE*/
.upload-wrapper {
  width: 70%;
}

.grey-input {
  background-color: #f8fafa;
  width: 95%;
}

.grey-border-top {
  border-top: 1px solid rgba(119, 119, 119, 0.3);
}

/*DOCUMENTS*/
.docs-search-wrapper {
  width: 300px;
}

.folder-trail-wrapper span {
  color: #769cc1;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 18px;
}

.folder-trail-wrapper span:hover {
  color: #99b5d1;
}

.folder-trail-wrapper span.active {
  color: #28282d;
  cursor: text;
}

.clickable-folder,
.link-create-public-url {
  cursor: pointer;
}

.truncate-file-name {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
  margin: 0;
}

/*Dashboard modals*/
#modal-properties-viewed .listing p {
  line-height: 1.4;
  font-size: 16px;
  color: #28282d;
}

/*MANAGE SITES*/
.site-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

#sites-table th {
  font-weight: 700;
}

.domain-wrapper {
  background-color: #a6a9ab;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  margin: 6px 0 0 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 600;
}

.sub-domain {
  border: 0 !important;
  border-radius: 0 !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.template {
  width: 48%;
  margin: 1%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.template:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  transition: all 300ms ease;
}

.template-selected:before {
  border: 8px solid #769cc1;
}

.select-template {
  padding: 10px 20px;
  border: none !important;
  z-index: 1052;
}

.select-template:hover {
  background-color: #99b5d1 !important;
  opacity: 1;
  border: none !important;
}

.preview-template {
  font-weight: 700;
  color: #fff !important;
  z-index: 1052;
}

/*TRANSACTIONS*/
.transaction-preview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 168px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 0 17px;
  position: relative;
}

.transaction-preview:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  content: "";
  z-index: 1;
}

.transaction-preview-text {
  z-index: 2;
}

.transaction-preview-street {
  font-weight: 700;
  font-size: 18px;
}

/* Contact sync styles */
.contact-sync-panel-wrapper {
  font-size: 14px;
}

.contact-sync-panel-wrapper > div {
  min-height: 600px;
  height: auto;
  margin-bottom: 15px;
}

.contact-sync-panel-wrapper > div > div {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin: 0px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: auto;
}

.contact-sync-panel-wrapper > div .title {
  padding: 0 5px;
}

.contact-sync-panel-wrapper > div .title h4 {
  font-weight: bold;
}

.contact-sync-panel-wrapper > div > div hr {
  margin: 0;
}

.contact-sync-panel-wrapper > div > div input[type=radio] {
  margin: 0 10px 8px 10px;
}

.contact-sync-panel-wrapper > div > div .dashed-separator,
.contact-sync-import-wrapper .dashed-separator {
  height: 1px;
  border-top: 1px dashed #ccc;
  margin: 20px 0;
}

.contact-sync-panel-wrapper div .btn {
  padding: 6px 8px;
  white-space: normal;
}

.contact-sync-panel-wrapper .btn-browse,
.contact-sync-import-wrapper .btn-browse {
  position: relative;
}

.contact-sync-panel-wrapper .btn-browse input[type=file],
.contact-sync-import-wrapper .btn-browse input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.contact-sync-now-wrapper .sync-results .push-pull {
  margin-right: 8px;
}

.contact-sync-now-wrapper hr {
  margin: 5px 0;
}

.contact-sync-now-wrapper .resultsPane {
  min-height: 300px;
}

.contact-sync-now-wrapper .resultsPane .clearfix {
  border-bottom: 1px dashed #ccc;
  padding: 3px 0;
}

.contact-sync-now-wrapper .resultsPane .clearfix > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.contact-sync-now-wrapper .resultsPane .clearfix > div i {
  margin-right: 15px;
}

.contact-sync-import-wrapper,
.contact-sync-import-report-wrapper,
.contact-sync-import-mapping-wrapper {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin: 0px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: auto;
}

.contact-sync-import-wrapper h4 {
  margin: 5px 0;
}

.contact-sync-import-wrapper hr {
  margin: 0;
}

/* Styles for the inbox page*/
.inbox-wrapper {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 10px 10px 10px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: auto;
}

.inbox-wrapper .loading {
  font-size: 18px;
  margin: 20px 0;
  padding-top: 10px;
}

.inbox-wrapper .inbox-box {
  border-top: 1px solid #ccc;
}

.inbox-wrapper .inbox-box .row {
  border-bottom: 1px solid #ccc;
  padding: 4px 2px !important;
  font-size: 14px;
  cursor: pointer;
}

.inbox-wrapper .inbox-box .row > div {
  white-space: nowrap;
  overflow: hidden;
  color: #222;
}

.inbox-wrapper .inbox-box .row > div span {
  color: #777;
}

.inbox-wrapper .inbox-box .row.highlighted {
  background-color: #ffc;
}

.inbox-wrapper .inbox-header {
  margin-bottom: 10px;
  margin-top: 10px;
}

.inbox-wrapper .inbox-header h4 {
  color: #444;
  font-weight: bolder;
}

.inbox-wrapper .inbox-header .text-right {
  font-size: 13px;
  color: #000;
}

.inbox-wrapper .inbox-header .text-right div:last-child {
  height: 34px;
  line-height: 30px;
}

.inbox-wrapper .inbox-header .btn-delete {
  margin: 0 5px;
  border: 1px solid #ccc;
  padding: 6px 25px 4px;
  display: none;
}

.inbox-wrapper #inbox-message-view {
  padding-top: 15px;
}

.inbox-wrapper #inbox-message-view .btn-delete {
  margin: 0 5px;
  border: 1px solid #ccc;
  padding: 5px 25px 4px;
}

.inbox-wrapper .inbox-header .btn-delete i,
.inbox-wrapper #inbox-message-view .btn-delete i {
  font-size: 20px;
}

.inbox-wrapper #inbox-message-view .message-buttons {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.inbox-wrapper #inbox-message-view .message-buttons #backToInboxBtn {
  border: 1px solid #ccc;
}

.inbox-wrapper #inbox-message-view .message-buttons #backToInboxBtn i {
  font-size: 18px;
  vertical-align: middle;
}

.inbox-wrapper #inbox-message-view .message-buttons #replyMsgBtn {
  margin: 0 5px;
}

.inbox-wrapper #inbox-message-view .message-details .col-xs-12 h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 5px 0;
}

.inbox-wrapper #inbox-message-view .message-details .col-xs-6 {
  font-size: 15px;
  color: #333;
}

.inbox-wrapper .inbox-search {
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 10px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f1f1f1;
}

.inbox-wrapper .inbox-search #inboxSearch {
  width: 50%;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.inbox-wrapper .inbox-search button {
  height: 30px !important;
  padding: 0px 25px;
}

.inbox-wrapper .inbox-search #searchMsgBtn {
  color: white;
  border: 1px solid #4285f4;
  background: #4285f4;
  background: -webkit-linear-gradient(top, #4387fd, #4683ea);
  background: linear-gradient(top, #4387fd, #4683ea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=1);
}

.inbox-wrapper .inbox-search #cleanSearchBtn {
  padding: 0px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  color: #666;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.inbox-wrapper a.btn-danger:link {
  color: #fff !important;
}

#sendEmailGAPIModal .field-required {
  color: #ff0000;
}

#sendEmailGAPIModal .has-error {
  border-color: #ff0000;
}

#sendEmailGAPIModal .modal-header .close {
  line-height: 12px;
}

#sendEmailGAPIModal input[type=text] {
  padding: 7px 12px !important;
}

#error-modal {
  font-size: 16px;
}

#error-modal .modal-body {
  padding: 20px 15px;
}

#error-modal .modal-header,
#error-modal .modal-footer button {
  padding: 15px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.directory-wrapper {
  height: 700px;
  overflow: auto;
}

.agent-directory {
  list-style: none;
}

.letter-header {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.agent-avatar {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #777;
  font-size: 12px;
}

.agent-directory .agent {
  margin-bottom: 20px;
  transition: all 300ms ease;
  border-left: 3px solid transparent;
}

.agent-directory .agent:hover {
  border-color: #eee;
  padding-left: 10px;
}

.agent-directory .agent.active {
  border-color: #000;
  padding-left: 10px;
}

.agent-info-pic {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-size: cover;
}

.agent-info-street {
  display: inline-block;
}

.address-type {
  transition: all 300ms ease;
  opacity: 0;
}

.agent-address:hover .address-type {
  opacity: 1;
}

.agent-directory-page-wrapper .col-sm-8 {
  max-width: 800px;
}

.mobile-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all 300ms ease;
  visibility: hidden;
  pointer-events: none;
}

/* Spinner styles */
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
  display: none;
}

.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #337ab7;
  width: 12px;
  height: 32px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lds-spinner {
  width: 42px !important;
  height: 42px !important;
  -webkit-transform: translate(-21px, -21px) scale(0.21) translate(21px, 21px);
  transform: translate(-21px, -21px) scale(0.21) translate(21px, 21px);
}

#add-listing-alert-modal #dynamic-multiselects-filter .option .checkbox {
  display: flex;
  align-items: center;
  margin: 0 0 10px !important;
}

#add-listing-alert-modal #dynamic-multiselects-filter .option .checkbox input {
  display: block !important;
  height: auto !important;
  margin-top: 0;
  width: auto !important;
}

#add-listing-alert-modal #dynamic-multiselects-filter .option .checkbox label {
  padding: 0 0 0 5px;
}

#listing_alert_photos_available {
  height: auto !important;
}

label[for=listing_alert_photos_available] {
  padding: 0 0 0 5px;
}

.discussiont-tags-wrapper .white-box {
  overflow: auto;
}

.discussiont-tags-wrapper #tagsList .loading {
  text-align: center;
  display: none;
}

.discussiont-tags-wrapper #tagsList .tagHeader {
  border-bottom: solid 1px #666;
}

.discussiont-tags-wrapper #tagsList .tagHeader > div {
  font-weight: bold;
  padding-bottom: 8px;
}

.discussiont-tags-wrapper #tagsList .tagRow {
  overflow: auto;
  border-bottom: dashed 1px #666;
}

.discussiont-tags-wrapper #tagsList .tagRow > div {
  margin: 0;
  padding: 10px;
}

.discussiont-tags-wrapper #tagsList .tagRow > div .color-box {
  height: 10px;
  width: 10px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.discussiont-tags-wrapper #tagsList .tagRow .btn {
  padding: 0;
  line-height: 1;
}

.discussiont-tags-wrapper .modal-dialog #tag_color {
  float: right;
  width: calc(100% - 60px);
}

.discussion-settings-wrapper #settings-list {
  overflow: auto;
}

.discussion-settings-wrapper #settings-list .setting-label {
  font-weight: normal;
}

.discussion-settings-wrapper #settings-list .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  float: right;
}

.discussion-settings-wrapper #settings-list .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.discussion-settings-wrapper #settings-list .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.discussion-settings-wrapper #settings-list .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.discussion-settings-wrapper #settings-list input:checked + .slider {
  background-color: #2196f3;
}

.discussion-settings-wrapper #settings-list input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.discussion-settings-wrapper #settings-list input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.discussion-settings-wrapper #settings-list .slider.round {
  border-radius: 34px;
}

.discussion-settings-wrapper #settings-list .slider.round:before {
  border-radius: 50%;
}

.community-board {
  margin: 0 -15px;
}
.community-board .post {
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}
.community-board .post.my-posts .post-top {
  padding: 15px 15px 0;
}
.community-board .post .post-inner {
  background: #fff;
  border-radius: 3px;
  transition: all 300ms ease;
}
.community-board .post .post-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.11);
}
.community-board .post .post-top {
  padding: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.community-board .post .edit-post {
  font-size: 14px;
  padding: 5px 15px 10px;
  background: #fff;
}
.community-board .post .edit-post .separator {
  margin: 0 5px;
  border-bottom: 1px solid #f8fafa;
}
.community-board .post .author {
  display: flex;
  align-items: flex-start;
}
.community-board .post .author .avatar {
  width: 35px;
  height: 35px;
  background-image: url("/images/default-user.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 10px 0 0;
}
.community-board .post .author .author-name {
  font-weight: bold;
  font-size: 16px;
}
.community-board .post .author .post-time {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.community-board .post .dot {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  background: #a6a9ab;
  border-radius: 50%;
}
.community-board .post .post-type-icon {
  width: 25px;
  height: 25px;
}
.community-board .post .listing-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 140px;
  position: relative;
}
.community-board .post .listing-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.07%, rgba(0, 0, 0, 0.56) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.community-board .post .listing-price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-size: 18px;
}
.community-board .post .listing-info {
  padding: 15px;
}
.community-board .post .listing-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.community-board .post .listing-info p {
  font-size: 12px;
  margin: 0;
}
.community-board .post .listing-info .listing-details {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.community-board .post .post-divider {
  height: 1px;
  background: #eee;
}
.community-board .post .post-message,
.community-board .post .renter-message,
.community-board .post .buyer-message {
  margin: 15px;
  font-size: 14px;
  max-height: 90px;
  overflow-y: auto;
  position: relative;
}
.community-board .post .add-comment {
  padding: 15px 15px 0;
}
.community-board .post .add-comment input {
  width: 100%;
  border-radius: 3px;
  background-color: #f8fafa;
  border: 1px solid #a6a9ab;
  transition: all 300ms ease;
  font-size: 14px;
  padding: 10px 15px;
}
.community-board .post .add-comment input:disabled {
  background-color: #dcdcdc;
}
.community-board .post .post-comments {
  padding: 0 15px 15px;
}
.community-board .post .post-comments .comment {
  padding: 10px;
  background: #f8fafa;
  margin: 0 0 10px;
}
.community-board .post .post-comments .comment:first-child {
  margin: 10px 0;
}
.community-board .post .post-comments .comment .avatar {
  width: 20px;
  height: 20px;
  background-image: url("/images/default-user.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.community-board .post .post-comments .comment .author {
  align-items: center;
}
.community-board .post .post-comments .comment .name {
  font-size: 12px;
  font-weight: bold;
}
.community-board .post .post-comments .comment .comment-text {
  font-size: 12px;
  margin: 5px 0 0;
}
.community-board .post .post-comments .more-comments {
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 5px;
  cursor: pointer;
}
.community-board .post .open-house-info,
.community-board .post .event-info {
  padding: 15px;
}
.community-board .post .open-house-info h4,
.community-board .post .event-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px;
}
.community-board .post .open-house-info img,
.community-board .post .open-house-info svg,
.community-board .post .event-info img,
.community-board .post .event-info svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.community-board .post .open-house-info .date,
.community-board .post .event-info .date {
  margin-bottom: 10px;
}
.community-board .post .open-house-info .date,
.community-board .post .open-house-info .post-time,
.community-board .post .event-info .date,
.community-board .post .event-info .post-time {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.community-board .post .open-house-info .address,
.community-board .post .event-info .address {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
.community-board .post .open-house-info .address span,
.community-board .post .event-info .address span {
  display: block;
  font-size: 14px;
}
.community-board .post .title {
  font-size: 16px;
  margin: 15px 0 10px;
  padding: 0 15px;
  font-weight: bold;
}
.community-board .buyer-details,
.community-board .renter-details {
  padding: 15px;
  list-style: none;
  margin-bottom: 0;
}
.community-board .buyer-details li,
.community-board .renter-details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}
.community-board .buyer-details li:last-child,
.community-board .renter-details li:last-child {
  margin-bottom: 0;
}
.community-board .buyer-details li span:first-child,
.community-board .renter-details li span:first-child {
  font-weight: bold;
}
.community-board .more-details {
  padding: 0 15px 15px;
  margin-top: -5px;
}
.community-board .more-details .neighborhoods,
.community-board .more-details .school {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
}
.community-board .more-details .neighborhoods span:first-child,
.community-board .more-details .school span:first-child {
  font-weight: bold;
}
.community-board .more-details .post-message {
  margin: 0;
}
.community-board .show-details {
  padding: 0 15px 15px;
  display: block;
  cursor: pointer;
}
.community-board .show-details:hover {
  color: #99b5d1;
}

.add-post textarea {
  width: 100%;
  background: #f3f3f3;
  border: none;
  padding: 20px;
  min-height: 160px;
}

.add-post .bootstrap-timepicker-widget input {
  height: unset;
  width: unset;
  max-width: 70px;
}

.add-post .light-label {
  font-weight: 400;
}

@media (max-width: 1300px) {
  .community-board .post {
    width: 33.33%;
  }
}
@media (max-width: 930px) {
  .community-board .post {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .community-board .post {
    width: 100%;
  }
}
/* Community Board page styles */
.community-board-modal .help-block.form-error {
  color: red;
  font-size: 15px;
  font-weight: 400;
}

.community-board .loader {
  color: #233073;
  font-size: 6px;
  margin: 50px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.photos-wrapper,
.mls-photos-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
}
.photos-wrapper .img,
.mls-photos-wrapper .img {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  transition: box-shadow 300ms cubic-bezier(0.475, 0.425, 0, 0.995), transform 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
  cursor: grab;
}
.photos-wrapper .img:hover,
.mls-photos-wrapper .img:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.0008);
}
.photos-wrapper .img:active,
.mls-photos-wrapper .img:active {
  cursor: grabbing;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.11), 0px 15px 5px rgba(0, 0, 0, 0.0008);
  transform: translateY(-3px);
}
.photos-wrapper .img .img-actions,
.mls-photos-wrapper .img .img-actions {
  position: relative;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(180deg, #000000 -21%, rgba(0, 0, 0, 0) 41%);
}
.photos-wrapper .img .img-actions svg,
.mls-photos-wrapper .img .img-actions svg {
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
}
.photos-wrapper .img .img-actions .delete:hover,
.mls-photos-wrapper .img .img-actions .delete:hover {
  stroke: #e23a00;
}

#carousel-photo-list {
  list-style: none;
}
#carousel-photo-list li {
  float: left;
}

.highlight {
  border: 1px dashed #000;
  background-color: #eee;
}

.agent-stats-input {
  background-color: #eee;
  border: none;
  height: auto !important;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 230px;
  grid-gap: 20px;
}
@media (max-width: 600px) {
  .about-grid {
    display: inline;
  }
}
@media (max-width: 600px) {
  .about-grid div {
    margin-bottom: 15px;
  }
}
.about-grid .agent-bio-grid {
  grid-column-start: 1;
  grid-column-end: 3;
}

.agent-stats-grid {
  display: grid;
  grid-template-columns: 80px 2fr 2fr;
  grid-gap: 20px;
}
@media (max-width: 900px) {
  .agent-stats-grid {
    grid-template-columns: 1fr;
  }
}
.agent-stats-grid .dropdown .icon-stat-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: flex;
  align-items: center;
  background-color: #eee;
  border: none;
  height: auto !important;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}
.agent-stats-grid .dropdown .icon-stat-dropdown {
  padding: 0px;
}
.agent-stats-grid .dropdown .icon-stat-dropdown li {
  text-align: center;
  padding: 5px;
}
.agent-stats-grid .dropdown .icon-stat-dropdown li:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}
.agent-stats-grid .stat-grid {
  display: grid;
  grid-template-columns: 1fr 4fr 2fr;
  grid-column-gap: 5px;
}
@media (max-width: 1600px) and (min-width: 992px) {
  .agent-stats-grid .stat-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .agent-stats-grid .stat-grid {
    grid-template-columns: 1fr;
  }
}

#btn-update-agent-profile {
  margin-right: 20px;
}

.broker-message {
  padding: 20px;
  background: rgba(118, 156, 193, 0.3);
  color: #28282d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  margin: 0 0 20px;
}
.broker-message svg {
  transition: all 300ms ease;
  cursor: pointer;
}
.broker-message svg:hover {
  color: #99b5d1;
}

.tab-wrapper {
  display: flex;
  align-items: center;
  margin-left: -20px;
  border-bottom: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
}
.tab-wrapper a {
  padding: 20px 20px 17px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  transition: all 300ms cubic-bezier(0.475, 0.425, 0, 0.995);
}
.tab-wrapper a:hover {
  border-color: #d8d8d8;
}
.tab-wrapper a.active {
  color: #769cc1;
  border-color: #769cc1;
}

.request-section {
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}
.request-section h4 {
  font-weight: bold;
  margin-bottom: 30px;
}
.request-section label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}
.request-section textarea {
  height: unset;
  min-height: 125px;
}
.request-section .listing-info-inputs {
  max-width: 50%;
}
.request-section .input-group {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.request-section .input-group.half {
  max-width: 50%;
}
.request-section .input-wrapper {
  flex: 1;
  margin-left: 20px;
}
.request-section .input-wrapper:first-child {
  margin-left: 0;
}
.request-section .input-wrapper input[type=text],
.request-section .input-wrapper .dropdown-toggle,
.request-section .input-wrapper textarea {
  width: 100%;
}
.request-section #material-request {
  width: 300px;
}
.request-section .newspaper-publications label:first-child {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}
.request-section .newspaper-publications .input-wrapper label {
  padding: 0 0 10px 10px;
  font-weight: normal;
}

#marketing-types-modal .marketing-types {
  display: flex;
  justify-content: center;
}
#marketing-types-modal .marketing-types .type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #f8fafa;
  border: 1px solid #a6a9ab;
  padding: 30px;
  cursor: pointer;
  transition: 300ms ease all;
  border-radius: 5px;
  margin-left: 10px;
  flex: 1;
}
#marketing-types-modal .marketing-types .type:hover {
  background: white;
}
#marketing-types-modal .marketing-types .type:first-child {
  margin: 0;
}
#marketing-types-modal .marketing-types .type.active {
  border-color: #769cc1;
  color: #769cc1;
}
#marketing-types-modal .marketing-types .type.active svg {
  stroke: #769cc1;
}
#marketing-types-modal .marketing-types .type svg {
  margin-bottom: 5px;
  pointer-events: none;
}
#marketing-types-modal .marketing-types .type span {
  pointer-events: none;
}
#marketing-types-modal .marketing-types .type input[type=checkbox] {
  position: absolute;
  left: 10px;
  top: 10px;
}

.filter-requests {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #f8fafa;
  padding: 20px;
  z-index: 10000;
  transition: all 300ms ease;
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.11), 0px 15px 5px rgba(0, 0, 0, 0.0008);
}
.filter-requests.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.export-requests {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #f8fafa;
  padding: 0 20px 20px;
  z-index: 10000;
  transition: all 300ms ease;
  width: 300px;
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.11), 0px 15px 5px rgba(0, 0, 0, 0.0008);
}
.export-requests.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.export-requests .header {
  margin: 0 -20px 10px;
  background: #f1f1f1;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}
.export-requests .publications-wrapper {
  list-style: none;
}
.export-requests .publications-wrapper .publication {
  padding: 10px 0;
  cursor: pointer;
}

.min-max-input {
  display: flex;
}
.min-max-input input {
  flex: 1;
}
.min-max-input input:last-child {
  border-left: none;
}

.view-notes {
  position: fixed;
  top: 0;
  right: -410px;
  z-index: 10000000;
  height: 100%;
  width: 400px;
  background: #fff;
  flex-direction: column;
  transition: all 300ms ease;
}
.view-notes.open {
  right: 0;
}
.view-notes .top .agent-close {
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
  padding: 20px;
}
.view-notes .top .agent-close .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.view-notes .top .agent-close h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #28282d;
}
.view-notes .top .agent-close p {
  font-size: 16px;
  margin: 0;
}
.view-notes .top .agent-close .close-notes {
  cursor: pointer;
}
.view-notes .top .notes-wrapper {
  padding: 20px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}
.view-notes .top .request-details {
  padding: 20px;
}
.view-notes .top h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px;
  color: #28282d;
}
.view-notes .actions {
  padding: 20px;
}
.view-notes .actions .action {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  margin-left: 10px;
  background: #f3f3f3;
  border-radius: 3px;
  transition: all 300ms ease;
}
.view-notes .actions .action:hover {
  background: rgba(119, 119, 119, 0.3);
}
.view-notes .actions .action:first-child {
  margin-left: 0;
}
.view-notes .actions .action svg {
  margin-right: 10px;
  width: 19px;
  height: 19px;
}

.notes-overlay {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  transition: all 300ms ease;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.notes-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .content-wrapper #page-wrapper {
    padding: 94px 0 60px;
  }

  .mobile-d-block {
    display: block;
  }

  .bg-title {
    padding: 0 0 30px;
  }
}
@media (max-width: 1200px) {
  .table-activity {
    display: none;
  }

  .csb-group.center-controls {
    display: none;
  }

  .form-inline.contact-search-bar {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  #addresses-container td {
    display: block;
  }
}
@media (max-width: 920px) {
  .table-category {
    display: none;
  }

  .fixed-table-pagination .pagination-detail {
    display: none;
  }

  .fixed-table-pagination .pull-right.pagination {
    float: left !important;
  }

  .fixed-table-pagination .page-last a, .fixed-table-pagination .page-last-separator a {
    display: none;
  }
}
@media (max-width: 768px) {
  .table-searches, .table-favs, .table-viewed {
    display: none;
  }

  .phone-desktop, .email-desktop {
    display: none;
  }

  .phone-mobile, .email-mobile {
    display: block;
  }

  .table-phone, .table-email {
    text-align: right;
    padding: 15px 5px !important;
  }

  .table-avatar {
    margin-right: 10px;
  }

  th.table-name, th.table-phone, th.table-email, th.table-select-all {
    display: none;
  }

  .table-name {
    padding-left: 0 !important;
    width: 100%;
  }

  .table-select-all {
    padding-left: 0 !important;
  }

  .listing p {
    font-size: 16px;
  }

  .search-bar-actions .btn-group:not(.mass-email-btn) {
    display: none;
  }

  .modal-body {
    padding: 20px 10px;
  }

  #table-user-emails td {
    display: block;
    padding-bottom: 10px;
  }

  .new-user-email-tr td {
    padding-top: 0px;
  }

  #table-user-phones td {
    display: block;
    padding-bottom: 10px;
  }

  #agent-other-info .modal-body div {
    display: block;
  }

  #agent-other-info .modal-body div input {
    display: block;
    margin-top: 10px;
    margin-left: 0px !important;
    width: 100% !important;
  }

  .bootstrap-timepicker {
    width: initial;
  }

  #time_end, #event_time {
    width: 100px;
    border-radius: 5px;
  }
}
@media (max-width: 500px) {
  .stat-icon {
    display: none;
  }

  .stat-headline {
    font-size: 14px;
    margin-bottom: 0;
  }

  .stat {
    font-size: 23px;
  }

  .mass-email-btn {
    display: none;
  }

  .search-bar-wrapper {
    margin-right: 0;
  }

  .new-user-anniversary-tr {
    display: grid;
  }

  #table-user-anniversaries .form-control {
    width: 100%;
  }

  #agent-password-modal .modal-body div {
    display: block;
  }

  #agent-password-modal #password, #password2 {
    margin-top: 10px;
    margin-left: 0px !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .directory-wrapper {
    max-height: calc(100vh - 115px);
  }

  .contact-col {
    position: fixed;
    width: 100%;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    max-height: 60vh;
    overflow-y: auto;
    transition: all 300ms ease;
    animation: slideUp forwards 300ms ease;
    display: none;
  }

  .contact-col.show {
    bottom: 0;
    display: block;
  }

  @keyframes slideUp {
    from {
      bottom: -100%;
    }
    to {
      bottom: 0;
    }
  }
  .example-appear {
    opacity: 0.01;
    bottom: -100%;
  }

  .example-appear.example-appear-active {
    opacity: 1;
    bottom: 0;
    transition: all 0.25s ease-in;
  }

  .contact-info-wrapper {
    margin-bottom: 15px;
  }

  .address-info-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #A6A9AB;
    margin-bottom: 20px;
  }

  .user-profile-info {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #A6A9AB;
  }

  .mobile-overlay.show {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .testimonials-list .testimonial-form div {
    display: block;
  }
}

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