@charset "UTF-8";
html {
  height: 100vh;
}

a {
  color: #348981;
}
a:hover {
  color: #5588BE;
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 400;
}
body .login-logo {
  width: 120px;
  height: auto;
}
body.body-not-auth {
  /*background: $body-bg; */
  height: 100vh;
}
body .md-form > input[type=time]:not(.browser-default) + label, body .md-form > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label {
  transform: translateY(-14px) scale(1);
  font-size: 14px;
  transform-origin: 0 100%;
}
body select, body .select-wrapper input.select-dropdown {
  font-size: 14px;
}
body .overflow {
  overflow: hidden;
}
body .md-form div.active {
  font-size: 0.825rem;
}
body .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
}
body .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #be232f;
  background-color: #be232f;
}
body .required, body .error-input {
  color: #ff0000;
}
body .overflow-hidden {
  overflow: hidden;
}
body label.require:after {
  color: #cc0000;
  content: "*";
  font-weight: bold;
  margin-left: 5px;
}
body .text-visible {
  text-indent: -999999px;
}
body .color-gray a {
  color: #F4F4F4 !important;
}
body .icon-status {
  font-size: 20px;
}
body #dark-layer {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body table.table-sm td.no-padding, body table.table-sm th.no-padding {
  padding: 0;
}
body .md-form input[type=date].invalid, body .md-form input[type=date]:focus.invalid, body .md-form input[type=datetime-local].invalid, body .md-form input[type=datetime-local]:focus.invalid, body .md-form input[type=email].invalid, body .md-form input[type=email]:focus.invalid, body .md-form input[type=number].invalid, body .md-form input[type=number]:focus.invalid, body .md-form input[type=password].invalid, body .md-form input[type=password]:focus.invalid, body .md-form input[type=search-md].invalid, body .md-form input[type=search-md]:focus.invalid, body .md-form input[type=search].invalid, body .md-form input[type=search]:focus.invalid, body .md-form input[type=tel].invalid, body .md-form input[type=tel]:focus.invalid, body .md-form input[type=text].invalid, body .md-form input[type=text]:focus.invalid, body .md-form input[type=time].invalid, body .md-form input[type=time]:focus.invalid, body .md-form input[type=url].invalid, body .md-form input[type=url]:focus.invalid, body .md-form textarea.md-textarea.invalid, body .md-form textarea.md-textarea:focus.invalid {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}
body .md-form input[type=date]:focus:not([readonly]), body .md-form input[type=datetime-local]:focus:not([readonly]), body .md-form input[type=email]:focus:not([readonly]), body .md-form input[type=number]:focus:not([readonly]), body .md-form input[type=password]:focus:not([readonly]), body .md-form input[type=search-md]:focus:not([readonly]), body .md-form input[type=search]:focus:not([readonly]), body .md-form input[type=tel]:focus:not([readonly]), body .md-form input[type=text]:focus:not([readonly]), body .md-form input[type=time]:focus:not([readonly]), body .md-form input[type=url]:focus:not([readonly]), body .md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}
body .switch label input[type=checkbox]:checked + .lever {
  background-color: #e39197;
}
body .switch label input[type=checkbox] + .lever {
  background-color: #CCCCCC;
}
body .switch label input[type=checkbox]:checked + .lever:after {
  background-color: #be232f;
}
body .switch label input[type=checkbox] + .lever:after {
  background-color: #999999;
}
body .form-check-input[type=radio]:checked + label:after {
  border: 2px solid #be232f;
}
body .form-check-input[type=radio]:checked + label:after {
  background-color: #be232f;
}
body .btn-light {
  color: #000 !important;
}
body .btn-primary-gray {
  background: #F4F4F4 !important;
  color: #fff;
}
body .btn-primary-purple-light {
  background: #AD94F2 !important;
  color: #fff;
}
body .btn-right {
  text-align: right;
}
body .btn-primary-purple {
  background: #806CB5 !important;
  color: #fff;
}
body #loading-ajax {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999999;
}
body #loading-ajax .preloader-wrapper.big {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
}
body .color-green {
  color: #348981 !important;
}
body .color-purple {
  color: #806CB5 !important;
}
body .color-red {
  color: #ff0000 !important;
}
body .text-big {
  font-size: 18px;
}
body .no-margin {
  margin: 0 !important;
}
body input.no-border {
  border: none !important;
}
body .preloader-wrapper .spinner-green, body .preloader-wrapper .spinner-green-only {
  border-color: #348981;
}
body .md-form .prefix {
  color: #F4F4F4;
}
body .md-form .prefix.active {
  color: #000;
}
body .md-form .switch label {
  position: relative;
}
body .card-body input {
  font-size: 14px;
}
body .card-body input.select-dropdown {
  margin: 0;
  height: 30px;
}
body .modal-header {
  background-color: #be232f;
  color: #FFF;
  padding: 0.7rem;
}
body .modal-header h5 {
  margin: 0 auto;
}
body .modal-header .close {
  color: #FFF;
  font-weight: 100;
  text-shadow: none;
  float: right;
  margin: 0;
  padding: 0;
}
body .modal-title {
  font-size: 20px;
}
body .modal-title span {
  padding: 0 0 0 10px;
  position: relative;
  top: 3px;
}
body .modal-body .modal__input--mt {
  margin-top: 0.5rem;
}
body .modal-body .modal__label--black {
  color: #333 !important;
}
body .modal-body input {
  font-size: 14px;
}
body .modal-footer {
  border-top: none;
}
body .btn-customed-primary {
  background-color: #be232f;
  color: #FFF;
}
body .btn-customed-primary:hover {
  color: #FFF;
}
body .btn-customed-default {
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  box-shadow: none;
}
body .btn-customed-default-solid {
  background-color: #fff;
}
body .btn-customed-default:hover {
  color: #9e9e9e;
}
body .btn-customed-cancel {
  color: #FFF;
  background-color: #666666;
}
body .btn-customed-cancel:hover {
  color: #FFF;
}
body .btn-customed-add {
  position: absolute;
  top: 10rem;
  right: 10px;
  padding: 0 0 0 1.5rem !important;
  background-color: #323232;
  opacity: 0.8;
  color: #FFF;
  z-index: 1000;
}
body .btn-customed-add:hover {
  color: #FFF;
}
body .btn-customed-add:nth-child(2) {
  top: 11.75rem;
}
body .btn-customed-add:nth-child(3) {
  top: 16rem;
}
body .btn-customed-add:nth-child(4) {
  top: 20rem;
}
body .btn-customed-add:nth-child(5) {
  top: 24rem;
}
body .btn-customed-edit {
  padding: 0.7rem 1rem !important;
  background-color: #666666;
  color: #FFF;
}
body .btn {
  text-transform: none;
  font-size: 14px;
}
body .btn.btn-sm {
  font-size: 14px;
}
body .card .md-form label {
  font-weight: 400;
}
body .font-size-18 {
  font-size: 18px;
}
body #wrap-logged-out h2 {
  margin: 20px 0;
  padding: 0;
  font-size: 20px;
  color: #806CB5;
}
body input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body .float-menu {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
  text-align: right;
  visibility: hidden;
}
body .float-menu li {
  list-style: none;
  margin: 0 0 10px;
  opacity: 0;
  visibility: hidden;
}
body .float-menu li a {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  padding: 0px 55px 0px 20px;
  display: inline-block;
  height: 40px;
  position: relative;
  color: #fff;
  line-height: 40px;
}
body .float-menu li a span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  background: #AD94F2;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
body .float-menu li a span i {
  line-height: inherit !important;
}
body .float-menu li:nth-child(1) {
  transition: 0.1s ease-in-out;
}
body .float-menu li:nth-child(2) {
  transition: 0.2s ease-in-out;
}
body .float-menu li:nth-child(3) {
  transition: 0.3s ease-in-out;
}
body .float-menu li:nth-child(4) {
  transition: 0.4s ease-in-out;
}
body .float-menu li:nth-child(5) {
  transition: 0.5s ease-in-out;
}
body .float-menu li:nth-child(6) {
  transition: 1s ease-in-out;
}
body .float-menu li:nth-child(7) {
  transition: 1.1s ease-in-out;
}
body .float-menu.open {
  visibility: visible;
  z-index: 99999;
}
body .float-menu.open li {
  opacity: 1;
  visibility: visible;
}
body .layout-login .card-body {
  padding: 50px 80px;
}
@media (max-width: 576px) {
  body .layout-login .card-body {
    padding: 20px 30px;
  }
}
body .header-wrapper {
  position: relative;
  background-color: #F4F4F4;
}
body .header-wrapper .nav-user-wrapper {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 5px;
}
body .header-wrapper .nav-user-wrapper .nav-user .nav-item i {
  color: #666666;
}
body .header-wrapper .nav-user-wrapper .nav-user .nav-item i.favorite {
  color: #be232f;
}
body .header-wrapper .header-logo {
  float: left;
}
body .header-wrapper .header-logo a {
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
  padding-left: 30px;
  padding-right: 20px;
  text-align: center;
}
body .header-wrapper .header-logo a img {
  height: 120px;
}
body .header-wrapper .header-content {
  margin-left: 150px;
}
body .header-wrapper .header-content header {
  background: none !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
body .header-wrapper .header-content header .nav-main-top i {
  display: none;
}
body .header-wrapper .header-content header .nav-main-top li {
  padding-right: 5px;
}
body .header-wrapper .header-content header .nav-main-top li a {
  color: #666666;
  background: #CCCCCC;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  margin-bottom: 5px;
}
body .header-wrapper .header-content header .nav-main-top li.active a {
  background: #000000;
  color: #ffffff;
}
body .header-wrapper .header-content .header-search {
  margin-top: 3.5rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  body .header-wrapper .header-content .header-search {
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  body .header-wrapper .header-content .header-search {
    margin-left: 160px;
    margin-top: 1rem;
  }
}
body .header-wrapper .header-content .header-search input, body .header-wrapper .header-content .header-search input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 1;
  color: #9e9e9e;
}
body .header-wrapper #sub-header .sub-menu li a {
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 5px;
}
body .header-wrapper #sub-header .sub-menu li.active a, body .header-wrapper #sub-header .sub-menu li:hover a {
  border-bottom: 1px solid #000000;
  color: #000000;
}
body .header-wrapper .nav-user {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
  text-align: right;
}
body .header-wrapper .nav-user > li {
  font-size: 17px;
}
body .header-wrapper .nav-user li {
  display: inline;
  padding: 0 0 0 20px;
}
body .header-wrapper .nav-user li a {
  color: #CCCCCC;
  font-size: 20px;
  position: relative;
}
body .header-wrapper .nav-user li a span.message-number {
  color: #FFF;
  font-weight: bold;
  font-size: 0.675em;
  position: absolute;
  top: 0.75em;
  left: 1em;
  border-radius: 20px;
  padding: 2px 5px 5px 3px;
  background-color: #be232f;
  display: inline-block;
  width: 20px;
  height: 20px;
}
body .header-wrapper .ajax-loader {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
}
body .main-navbar {
  box-shadow: none !important;
  padding: 2px 32px;
}
body .main-navbar img.community-img {
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 78px;
}
body .main-navbar h5 {
  font-weight: 400;
}
body .main-navbar .navbar-brand {
  font-size: 1rem;
}
body .main-navbar .global-container {
  position: absolute;
  right: 5%;
  top: 20%;
}
body .main-navbar .no-img {
  margin-left: 78px;
}
body .main-navbar .dropdown-menu {
  border-radius: 0;
}
body .main-navbar .dropdown-menu .scroll-wrapper {
  width: 450px;
  max-height: 300px;
  overflow-x: hidden;
}
body .main-navbar .dropdown-menu .scroll-wrapper .scroll-content {
  width: 450px;
  min-height: 300px;
  max-height: 300px;
}
body .main-navbar .dropdown-menu .list-group-item {
  padding: 4px;
  font-size: 14px;
}
body .main-navbar .dropdown-menu .list-group-item img {
  margin-right: 1px;
  max-height: 64px;
  max-width: 114px;
}
body .main-navbar .dropdown-menu .list-group-item img.community-img {
  min-width: 105px;
  max-width: 105px;
  min-height: 65px;
  max-height: 65px;
}
body .main-navbar .dropdown-menu .list-group-item .v-sep {
  padding: 0px 3px 0px 8px;
  height: 64px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
body .main-navbar .dropdown-menu .list-group-item .v-sep--red {
  border-left: 6px solid #be232f;
}
body .main-navbar .dropdown-menu .list-group-item .v-sep--grey {
  border-left: 6px solid #CCCCCC;
}
body .main-navbar .dropdown-menu .list-group-item .v-sep:hover {
  background-color: #fafafa;
}
body .main-navbar .dropdown-menu .list-group-item .v-sep:hover .community-brief {
  background-color: #fafafa;
}
body .main-navbar .dropdown-menu .list-group-item .v-sep .community-brief {
  color: #9e9e9e;
  font-size: 13px;
}
body .main-navbar .dropdown-menu .list-group-item .v-sep .community-brief--red {
  color: #be232f;
}
body .main-navbar .dropdown-menu .list-group-item .selected {
  background-color: #f5f5f5;
}
body .main-navbar .dropdown-menu .list-group-item .community-view-all {
  height: 32px;
  text-align: center;
}
body .main-navbar .dropdown-menu .list-group-item .community-view-all a {
  font-size: 13px;
  color: #9e9e9e;
}
body .thumb img {
  width: 100%;
  height: auto;
}
body footer {
  background: url(../images/grey_bg.jpg) top left repeat-y;
  border-top: 1px solid #e1e1e1;
  padding: 10px 0;
  color: #878787;
  font-size: 12px;
}
body footer a {
  color: #878787;
  padding: 0 5px;
}
body.body-not-auth footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
body.body-not-auth .modal-footer {
  border: none;
}
body #body-inner {
  flex: 1 0 auto;
  /* PAGINATIONS STYLE */
  /*
  .pagination {
    display: block;
    padding: 0;
    margin:30px 0;
    border-radius: 0px;
    text-align: center;
    > {
      li {
        display: inline;
        &:first-child > {
          a, span {
            margin-left: 0;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
          }
        }
        &:last-child > {
          a, span {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
          }
        }
      }
      .active > {
        a {
          z-index: 3;
          color: #fff;
          cursor: default;
          background-color: $color_main;
          border-color: $color_main;
          &:focus, &:hover {
            z-index: 3;
            color: #fff;
            cursor: default;
            background-color: $color_main;
            border-color: $color_main;
          }
        }
        span {
          z-index: 3;
          color: #fff;
          cursor: default;
          background-color: $color_main;
          border-color: $color_main;
          &:focus, &:hover {
            z-index: 3;
            color: #fff;
            cursor: default;
            background-color: $color_main;
            border-color: $color_main;
          }
        }
      }
      li {
        > {
          a, span {
            position: relative;
            float: none;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: $color_main;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
          }
        }
        &.disabled > {
          a, span {
            color: #C8C7C8;
          }
        }
      }
    }
  }

  .pagination .page-item .page-link{outline:0;border:1px solid #dee2e6;display: inline-block;}
  .navbar, .pagination .page-item.active .page-link {
    box-shadow: none;
    background-color: $color_main;
  }
  */
  /* END PAGINATION STYLE */
  /* Table Admin List */
  /*END TABLE ADMIN STYLE*/
}
body #body-inner .main-content {
  position: relative;
  margin: 30px 0;
}
body #body-inner .main-content .wrap-password {
  display: none;
}
body #body-inner .main-content .wrap-password.show {
  display: flex !important;
}
body #body-inner table.table-admin,
body #body-inner table.custom-datatable {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
body #body-inner table.table-admin thead th,
body #body-inner table.custom-datatable thead th {
  border-bottom: 2px solid #348981;
}
body #body-inner table.table-admin thead th a,
body #body-inner table.custom-datatable thead th a {
  color: #348981;
}
body #body-inner table.table-admin thead th i,
body #body-inner table.custom-datatable thead th i {
  color: #348981;
  margin-left: 5px;
}
body #body-inner table.table-admin thead th i[class$=-asc]:before,
body #body-inner table.custom-datatable thead th i[class$=-asc]:before {
  content: "\F0DE";
}
body #body-inner table.table-admin thead th i[class$=-desc]:before,
body #body-inner table.custom-datatable thead th i[class$=-desc]:before {
  content: "\F0DD";
}
body #body-inner table.table-admin th, body #body-inner table.table-admin td,
body #body-inner table.custom-datatable th,
body #body-inner table.custom-datatable td {
  padding: 10px;
}
body #body-inner table.table-admin th a, body #body-inner table.table-admin td a,
body #body-inner table.custom-datatable th a,
body #body-inner table.custom-datatable td a {
  color: #348981;
}
body #body-inner table.table-admin th a:hover, body #body-inner table.table-admin td a:hover,
body #body-inner table.custom-datatable th a:hover,
body #body-inner table.custom-datatable td a:hover {
  text-decoration: underline;
}
body #body-inner table.custom-datatable thead th[class^=sorting]:before,
body #body-inner table.custom-datatable thead th[class^=sorting]:after {
  top: 8px;
  left: 10px;
  color: #348981;
}
body #body-inner table.custom-datatable thead th[class^=sorting]:before,
body #body-inner table.custom-datatable thead th[class^=sorting]:after {
  top: 8px;
  left: 10px;
  color: #348981;
}
body #body-inner table thead th.no-sort:before,
body #body-inner table thead th.no-sort:after {
  content: "" !important;
  opacity: 0;
}
body #body-inner table.custom-datatable thead th[class^=sorting] {
  padding-left: 25px;
  color: #348981;
}
body #body-inner .custom-control.no-margin {
  margin-left: 0px !important;
}
body #body-inner #tbl-pending-members td,
body #body-inner #tbl-pending-managers td {
  width: 20%;
}
body #body-inner table a.link-cancel-invite {
  color: #806CB5 !important;
}
body #body-inner .dataTables_wrapper.filter-left {
  position: relative;
}
body #body-inner .dataTables_wrapper.filter-left .dataTables_filter {
  position: absolute;
  top: 0;
  margin-top: -50px;
}
body #body-inner .dataTables_filter.custom {
  border-bottom: 1px solid #dfdfdf;
}
body #body-inner .dataTables_filter.custom label {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
body #body-inner .dataTables_filter.custom input {
  border: none;
  box-shadow: none !important;
}

header.black {
  background-color: #333333 !important;
  padding: 7px 30px;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 50;
}

.notification--unread {
  border-left: 10px solid #CCCCCC;
  color: #353535;
  font-weight: 600;
}
.notification--read {
  border-left: 10px solid #CCCCCC;
  color: #9e9e9e;
}
.notification--focus {
  border-left: 10px solid #666666;
  color: #9e9e9e;
}
.notification--document {
  border-left: 10px solid #666666;
  color: #333333;
}
.notification-title {
  font-size: 20px;
}
.notification-item a.list-group-item {
  padding-right: 80px;
}
.notification-item a.utility {
  bottom: 0;
  right: 10px;
  z-index: 100;
  display: none;
}
.notification-item a.utility-envelop {
  right: 45px;
}
.notification-item:hover a.utility {
  display: block;
}
.notification-message-detail h5 {
  font-size: 22px;
  margin-bottom: 0.25rem;
}
.notification-message-detail .date {
  color: #9e9e9e;
  margin-top: 0px;
  margin-bottom: 15px;
}
.notification-message-detail .card-text {
  font-size: 15px !important;
  color: #353535 !important;
}
.notification-wrapper {
  max-height: 500px;
  overflow: hidden;
  /* width */
  /* Handle */
  /* Handle on hover */
}
.notification-wrapper::-webkit-scrollbar {
  width: 3px;
}
.notification-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.notification-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}
.notification-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.notification-wrapper:hover {
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.notification-wrapper:hover .list-group {
  width: 100%;
}
.notification--truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification .list-group {
  width: calc( 100% - 3px );
  max-height: 500px;
}
.notification .list-group > div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.notification .list-group div:first-child {
  margin-top: 0;
}
.notification .list-group div:last-child {
  margin-bottom: 0;
}
.notification .list-group a {
  padding-top: 25px;
  padding-bottom: 20px;
}
.notification .list-group a .date {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 13px;
  color: #9e9e9e;
}
.notification .list-group .list-group-item + .list-group-item {
  border-top-width: thin;
}

.scroll-wrapper {
  overflow: hidden;
  /* width */
  /* Handle */
  /* Handle on hover */
}
.scroll-wrapper.visible-scrollbar {
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.scroll-wrapper.visible-scrollbar .scroll-content {
  width: 100%;
}
.scroll-wrapper::-webkit-scrollbar {
  width: 3px;
}
.scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}
.scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.scroll-wrapper:hover {
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.scroll-wrapper:hover .scroll-content {
  width: 100%;
}

.scroll-content {
  width: calc( 100% - 3px );
}

.community-navbar {
  min-height: 60px;
}
.community-navbar .extend-max {
  flex-grow: 1;
  display: inline-block;
}
.community-navbar__item-name {
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333 !important;
}
.community-navbar .dropdown-menu {
  left: 52px !important;
  padding-right: 10px;
}
.community-navbar .dropdown-menu.next-right {
  border-right: solid 45px #e0e0e0;
}
.community-navbar .dropdown-menu.next-right .next-text {
  right: -205px;
}
.community-navbar .dropdown-menu.next-right .next-arrow {
  right: -30px;
}
.community-navbar .dropdown-menu.next-left {
  border-left: solid 45px #e0e0e0;
}
.community-navbar .dropdown-menu.next-left .next-text {
  padding-right: 150px;
  left: -198px;
  bottom: 155px;
}
.community-navbar .dropdown-menu.next-left .next-arrow {
  left: -27px;
}
.community-navbar .dropdown-menu .next-text {
  color: #999999 !important;
  font-size: 1.1rem;
  padding-right: 200px;
  transform: rotate(-90deg);
  bottom: 160px;
}
.community-navbar .dropdown-menu .next-arrow {
  color: #999999 !important;
  top: 10px;
}
.community-navbar .goto-selection {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.community-navbar .customed-spinner {
  top: 7px;
  left: 7px;
  width: 1.5rem;
  height: 1.5rem;
}
.community-wrapper {
  background-color: #fafafa;
}
.community-wrapper i.favorite {
  color: #be232f;
}
.community-extra-wrapper {
  min-height: 150px;
  max-height: 150px;
  margin-right: 3px;
}
.community-name {
  background-color: #FFF;
  font-size: 1rem;
}
.community-brief {
  background-color: #FFF;
  color: #be232f;
}
.community-btn-edit {
  position: absolute;
  top: 3.25rem;
  right: 5px;
}
.community-btn-edit:hover {
  color: #FFF;
}
.community-btn-add {
  position: absolute;
  top: 7.75rem;
  right: 10px;
  padding: 0.7rem 1rem !important;
  background-color: #be232f;
  color: #FFF;
  z-index: 1000;
}
.community-btn-add:hover {
  color: #FFF;
}
.community-block img {
  width: 35rem;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.community-extra-item {
  max-height: 150px;
}
.community-extra-item h6 {
  color: #9e9e9e;
  font-size: 0.75rem;
}

.community-form input:focus, .community-form:focus:not([readonly]) {
  border-bottom: 1px solid #333333 !important;
  box-shadow: 0 1px 0 0 #333333 !important;
}
.community-form label {
  font-size: 0.875rem;
}
.community-form label.title {
  font-weight: 600;
  margin-bottom: 0;
}

.select-border-bottom-0 {
  width: 95% !important;
}
.select-border-bottom-0 input {
  border-bottom: none !important;
}

.master-plan-btn-edit {
  position: absolute;
  top: 1.4rem;
  right: 15px;
}
.master-plan-btn-edit:hover {
  color: #FFF;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ff8597 !important;
}

.customed-chip {
  border-radius: 0;
  height: 2.5rem;
  line-height: normal;
  border-bottom: 1px solid #e0e0e0;
  background-color: #FFF !important;
  margin-bottom: 0 !important;
  padding: 1.5rem 0 !important;
  font-size: 14px;
}
.customed-chip-selected {
  background-color: #BBDEFB !important;
}

.img-previews {
  min-height: 180px;
  position: relative;
}
.img-previews i.is-dirty {
  position: absolute;
  top: 0.1em;
  left: 1.8em;
  color: #4285f4;
}
.img-previews img {
  max-height: 180px;
  max-width: 300px;
}

.inputfile, .multiple-file-input, .single-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.contact-item-company {
  font-weight: 600;
}
.contact-item .close {
  right: 0.5rem;
  top: 0.5rem;
  color: #9e9e9e;
}
.contact-item .edit-link {
  right: 3rem;
  top: 1rem;
}

.ui-menu {
  max-height: 300px;
  overflow: auto;
}
.ui-menu li {
  width: calc( 100% - 3px );
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0.5rem 0.5rem !important;
}
.ui-menu .ui-state-active {
  background-color: #fafafa !important;
  color: #333 !important;
  border: 1px solid #e0e0e0 !important;
}

.admin-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}
.admin-menu > .list-group-item:first-child {
  font-size: 1rem;
}
.admin-menu .list-group-item {
  padding: 0.5rem 0.75rem 0.5rem 1.25rem;
  border-right: 10px solid #FFF;
  border-bottom: none;
}
.admin-menu .list-group-item:not(.active) span {
  color: #9e9e9e;
}
.admin-menu .list-group-item.active {
  background-color: #666666;
  border-color: #666666;
  border-right: 10px solid #333333;
}

.admin-content .return-nav {
  height: 50px;
}
.admin-content .card-header {
  font-size: 1.4rem;
  background-color: #333333;
  padding: 0.5rem 0.75rem 0.5rem 1.25rem;
  color: #FFF;
}
.admin-content .customed-fa-xs {
  font-size: 1rem !important;
  top: 0.75rem;
  color: #CCCCCC !important;
}
.admin-content table {
  border-collapse: separate;
}
.admin-content table thead.sticky th {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.admin-content table tr.grey td {
  background-color: #F4F4F4;
}
.admin-content table td, .admin-content table th {
  font-size: 1rem;
}
.admin-content table th {
  font-weight: 300;
  background-color: #fafafa;
  border-bottom: 1px solid #000;
}
.admin-content table td.w-28 {
  width: 28%;
}

.form-content__label-file-upload {
  color: #666666 !important;
  cursor: pointer;
}
.form-content .select-wrapper:not(.md-outline) .select-dropdown:focus {
  border-bottom: 1px solid #333333 !important;
  box-shadow: 0 1px 0 0 #333333 !important;
}
.form-content__select {
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
}
.form-content__select:focus {
  border-bottom: 2px solid #4285f4 !important;
}
.form-content__select--mt {
  margin-top: 0.5rem !important;
}
.form-content__select option:selected {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem;
}
.form-content__input {
  font-size: 14px;
}
.form-content__input--mt {
  margin-top: 0.5rem !important;
}
.form-content__input:focus, .form-content__input:focus:not([readonly]) {
  border-bottom: 1px solid #333333 !important;
  box-shadow: 0 1px 0 0 #333333 !important;
}
.form-content__input--extra-option:focus, .form-content__input--extra-option:focus:not([readonly]) {
  border: 1px solid #CCCCCC !important;
  box-shadow: none !important;
}
.form-content__textarea {
  font-size: 14px;
  resize: none;
}
.form-content__textarea:focus {
  border-bottom: 1px solid #333333 !important;
  box-shadow: 0 1px 0 0 #333333 !important;
}
.form-content__textarea--mt {
  margin-top: 1rem !important;
}
.form-content__label--black {
  color: #333 !important;
}
.form-content__label--blue {
  color: #4285f4 !important;
}
.form-content__upload--border--dashed {
  border: 2px dashed #CCCCCC;
  border-radius: 4px;
  color: #666666;
}
.form-content__upload__filename {
  color: #be232f;
}
.form-content__upload__file-brief {
  color: #9e9e9e;
  font-size: 0.7rem;
}
.form-content__upload__file-icon--grey {
  color: #CCCCCC;
  top: 20px;
  right: 5rem;
}
.form-content--hover--border {
  border: 1px solid transparent;
}
.form-content--hover--border:hover {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.form-content label {
  color: #be232f;
}
.form-content label + div {
  padding-top: 12px;
  padding-bottom: 8px;
}
.form-content div.active {
  color: #be232f;
}
.form-content__label {
  border: 1px solid #9e9e9e;
}
.form-content__label--yes {
  background-color: #be232f;
  color: #FFF;
}
.form-content__label--no {
  background-color: #FFF;
  color: #be232f;
}
.form-content__label--checkbox {
  padding-left: 0.5rem;
}
.form-content__label--checkbox:before {
  margin-top: -0.2rem;
  border-radius: 0.1rem;
  width: 1.3rem;
  height: 1.3rem;
}
.form-content__label--checkbox:after {
  margin-top: -0.2rem;
  width: 1.3rem;
  height: 1.3rem;
}
.form-content__label--extra-option:before {
  margin-top: 0.6rem;
}
.form-content__label--extra-option:after {
  margin-top: 0.6rem;
}
.form-content .border-horizontal-grey-light {
  border-right: 1px solid #e0e0e0;
}
.form-content .select-wrapper input.select-dropdown {
  margin: 0px;
  height: 30px;
}

.dropdown-content li span {
  font-size: 0.875rem;
  color: #323232;
}

input.placeholder-red-text::-moz-placeholder {
  color: #be232f !important;
}

input.placeholder-red-text:-ms-input-placeholder {
  color: #be232f !important;
}

input.placeholder-red-text::-ms-input-placeholder {
  color: #be232f !important;
}

input.placeholder-red-text::placeholder, input.customed-color-red-text {
  color: #be232f !important;
}

.header-search .md-form input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #333333 !important;
  box-shadow: 0 1px 0 0 #333333 !important;
}

.header-search .select-wrapper:not(.md-outline) .select-dropdown:focus {
  border-bottom: 1px solid #333333 !important;
  box-shadow: 0 1px 0 0 #333333 !important;
}

.customed-color-red-text {
  color: #be232f !important;
}
.customed-color-red-text .select-dropdown {
  color: #be232f;
}
.customed-color-grey-dark-text {
  color: #060606 !important;
}
.customed-color-grey-dark3-text {
  color: #4f4f4f !important;
}
.customed-color-grey-dimmed-text {
  color: #9e9e9e !important;
}

.customed-lnk-contact-email:hover {
  text-decoration: underline;
}

.fa-customed-color-white {
  color: #FFF !important;
}
.fa-customed-color-red {
  color: #be232f !important;
  display: block;
}
.fa-customed-background-red {
  background-color: #be232f !important;
  border-radius: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0px 4px 4px 4px;
}
.fa-customed-background-white {
  background-color: #FFF !important;
  border-radius: 20px;
  border: 2px solid #be232f;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.global__body--left-grey {
  background: url(../images/grey_bg.jpg) top left repeat-y;
}
.global__body--right-grey {
  background: url(../images/grey_bg.jpg) top right repeat-y;
}

#modalForm-new-section-plat .browse {
  border: 3px dashed #9e9e9e;
  padding: 50px;
}
#modalForm-new-section-plat .browse h4 {
  font-size: 20px;
  color: #666666;
  margin: 0 0 10px;
  padding: 0;
  line-height: 30px;
}
#modalForm-new-section-plat .browse .text {
  color: #9e9e9e;
}
#modalForm-new-section-plat .browse .btn-browse {
  background: #be232f;
  color: #fff;
  font-weight: bold;
}

.dz-file-preview {
  display: none !important;
}

#myMap {
  margin: 0 0 30px;
  z-index: 99;
}

#wrap-section-plat .row-site-plan {
  cursor: pointer;
}
#wrap-section-plat .row-site-plan.selected {
  background-color: rgba(0, 0, 0, 0.075);
}

#wrap-check-list {
  margin: 0;
  padding: 20px 0 0 20px;
}
#wrap-check-list li {
  margin: 0 0 10px;
}

#content-notify-upload h3.heading-notify {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0 0 10px;
}

#msg-form-add-siteplan span {
  display: block;
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
}

.wrap-lots-list {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0px;
  overflow: hidden;
  border-bottom: 2px solid #F4F4F4;
}
.wrap-lots-list li {
  margin: 0 0 5px;
  width: 50%;
  float: left;
  list-style: none;
}

#table-layers td {
  border: 1px solid #999999;
  padding: 5px;
}
#table-layers td.no-border {
  border: none;
}

.wrap-folder h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
}

select.slect-append {
  display: none;
}

.form-control.select-dropdown {
  border-radius: 0;
}

.select-wrapper > label.mdb-main-label.active {
  font-size: 14px;
}

.md-form .form-check-label {
  font-size: 14px;
}

#tbl-site-plan {
  position: relative;
}
#tbl-site-plan .header-fixed {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
}

#frm-new-site-plan {
  padding: 0 30px;
}
#frm-new-site-plan #wrap-user-builder .item-user {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
#frm-new-site-plan #wrap-user-builder .item-user:last-child {
  border-bottom: none;
}
#frm-new-site-plan #wrap-user-builder .item-user .custom-control-label {
  vertical-align: middle;
}
#frm-new-site-plan .color-status {
  border-radius: 2px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}
#frm-new-site-plan .bot-form {
  margin: 30px 0;
}
#frm-new-site-plan .bot-form button {
  width: 46%;
}

.gm-style .custom-iw .gm-style-iw-c {
  border-radius: 0px;
}
.gm-style .custom-iw .gm-style-iw-c > button {
  top: 0px !important;
  right: 0px !important;
}
.gm-style .custom-iw .gm-style-iw-d {
  overflow: hidden !important;
}

@media (min-width: 992px) {
  .modal-site-plan .modal-lg, .modal-site-plan .modal-xl {
    max-width: 600px;
  }
  .modal-site-plan .modal-lg .modal-body, .modal-site-plan .modal-xl .modal-body {
    padding: 15px 0;
  }
  .modal-site-plan .modal-lg .close, .modal-site-plan .modal-xl .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
  }
}
.wrap-info-window {
  height: 320px;
  width: 600px;
  padding-bottom: 10px;
  font-family: "Montserrat";
}
.wrap-info-window .container {
  height: 100%;
}
.wrap-info-window table td, .wrap-info-window table th {
  border-top: none;
}
.wrap-info-window.no-map .info-content > .img .wrap-direction a.btn-setting {
  right: auto;
  left: 0;
}
.wrap-info-window .header {
  margin: 0 0 10px;
}
.wrap-info-window .header h3 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: normal;
}
.wrap-info-window .header h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #be232f;
}
.wrap-info-window .color-lot-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin: 0 5px 0 0;
}
.wrap-info-window .info-content {
  font-size: 14px !important;
  overflow: hidden;
}
.wrap-info-window .info-content > .img {
  float: left;
  width: 40%;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.wrap-info-window .info-content > .img .no-image {
  height: 170px;
  background: #f2f2f2;
  color: #adadad;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  background: url(../images/siteplan-default.png) center center no-repeat;
  background-size: cover;
}
.wrap-info-window .info-content > .img .wrap-direction {
  position: relative;
  margin: 5px 0 0;
}
.wrap-info-window .info-content > .img .wrap-direction a {
  height: 30px;
  display: block;
  text-align: center;
  background: #666666;
  color: #fff;
  font-size: 90%;
  line-height: 30px;
}
.wrap-info-window .info-content > .img .wrap-direction a.btn-direction {
  width: 80%;
}
.wrap-info-window .info-content > .img .wrap-direction a.btn-direction.full-width {
  width: 100%;
}
.wrap-info-window .info-content > .img .wrap-direction a.btn-setting {
  position: absolute;
  width: 19%;
  right: 0;
  top: 0;
}
.wrap-info-window .info-content > .img .wrap-direction a.btn-apply-siteplan {
  background: #be232f;
}
.wrap-info-window .info-content > .img .wrap-get-direction {
  margin: 5px 0 0;
  overflow: hidden;
}
.wrap-info-window .info-content > .img .wrap-get-direction.hidden {
  display: none;
}
.wrap-info-window .info-content > .img .wrap-get-direction input[type=text] {
  border: 1px solid #666666;
  padding: 5px;
  width: 100%;
  height: 30px;
}
.wrap-info-window .info-content > .meta {
  float: right;
  width: 55%;
  font-size: 14px !important;
  height: 230px;
}
.wrap-info-window .info-content > .meta .inner {
  height: 230px;
  padding: 0 10px 0 0;
}
.wrap-info-window .info-content > .meta h4 {
  font-size: 95%;
  color: #999999;
  margin: 20px 0 10px;
  padding: 0;
}
.wrap-info-window .info-content > .meta table td {
  padding: 7px 0;
  border-bottom: 1px solid #F4F4F4;
  font-size: 14px !important;
}

.burger-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.burger-toggle.active i::before, .burger-toggle.active i::after {
  background: #444;
}

.burger-toggle:hover, .burger-toggle:focus, .burger-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.burger-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}

.burger-toggle i::before, .burger-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.burger-toggle.burger-toggle-while > i {
  color: #fff;
  background: #000;
}

.burger-toggle.burger-toggle-while > i::before, .burger-toggle.burger-toggle-while > i::after {
  background: #000;
}

.burger-toggle i::before {
  top: -7px;
}

.burger-toggle i::after {
  bottom: -7px;
}

.burger-toggle:hover i::before {
  top: -10px;
}

.burger-toggle:hover i::after {
  bottom: -10px;
}

.burger-toggle.active i {
  background: transparent;
}

.burger-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.burger-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.burger-toggle {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

#hamburger-menu {
  position: absolute;
  z-index: 1901;
  width: 100%;
  height: 100%;
  background: whitesmoke;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 30px 30px 30px;
  overflow-y: auto;
  display: none;
}

#hamburger-menu {
  padding-top: 1rem;
}
#hamburger-menu ul {
  padding-left: 1rem;
  font-size: 1.5rem !important;
}
#hamburger-menu ul li {
  position: relative;
  list-style: none;
  padding: 1rem 0;
}
#hamburger-menu ul li i {
  position: absolute;
  top: 1.4rem;
}
#hamburger-menu ul li a {
  color: #323232;
  margin: 2.5rem;
}

.contact-info {
  font-size: 1.3rem;
  background-color: #FFF;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-user-wrapper {
    top: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    height: 115px;
  }

  .burger-toggle {
    display: block;
  }

  .header-logo img {
    height: 80px !important;
    float: left;
  }

  .nav-main-top {
    display: none;
  }

  .nav-user-wrapper {
    width: 100%;
    right: 4.5rem !important;
  }
  .nav-user-wrapper .phone-no {
    display: none !important;
  }

  .search-block {
    position: absolute;
    top: 3rem;
    left: -11rem;
  }
  .search-block input {
    width: 210px !important;
  }
  .search-block input[placeholder] {
    text-overflow: ellipsis;
  }

  .main-navbar {
    padding: 2px 1.5rem !important;
  }
  .main-navbar .dropdown-menu {
    width: 100%;
    left: 0 !important;
  }
  .main-navbar .dropdown-menu .scroll-wrapper {
    width: 100% !important;
  }
  .main-navbar .dropdown-menu .scroll-wrapper .scroll-content {
    width: 100% !important;
  }

  .community-navbar__item-name {
    font-size: 1rem;
    display: inline-block;
  }
  .community-navbar__item-name.next-left {
    width: 5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .admin-menu.dropdown-menu {
    left: 0 !important;
    width: calc(100% - 30px);
  }
}