.mc_active_pathway {
  display: block;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #dfe3e7;
  padding: 0.5rem 0.75rem;
  min-width: 20rem;
  color: var(--template-text-dark);
  font-weight: 600;
}

.browsecat {
  padding: 0;
  padding-right: 0 !important;
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  margin: 0 0 0.5rem 0;
  border: 1px solid #CCCCCC;
}
.browsecat > option {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  border-bottom: 1px solid #CCCCCC;
  color: var(--template-text-dark);
}

#lcmanage {
  display: inline-block;
  padding: 0.3rem 0.6rem 0.3rem 0.5rem;
  margin: 0.5rem 0rem;
  text-decoration: none;
  background-color: #f0f3fa;
  border-radius: 1rem;
}
#listing-details #lcmanage {
  padding: 0.25rem 1rem 0.25rem 1rem;
}
#lcmanage:hover {
  background-color: #dce5f9;
  color: var(--dark);
}
#lcmanage:hover span {
  color: var(--dark);
}
#lcmanage span {
  color: #495057;
  font-weight: 500;
  font-size: 0.85rem;
  font-size: 0.85rem;
  position: relative;
  top: -1px;
  margin-left: 0.15rem;
  letter-spacing: 0.025rem;
}

.admin.com_mtree {
  /*
  * Responsive top header that is shown in mobile view.
  */
  /*
  * My Subscription
  *
  */
  /*
   * Edit Listing
   *
   */
  /*
   * List Pending Reviews, Reports, Reviews Reply & Claim
   *
   */
  /*
   * List Pending Reviews Reply
   *
   */
  /*
   * List Pending Reports
   *
   */
  /*
   * List Pending Review
   *
   */
  /*
   * HTML_mtree:editCat()
   *
   */
  /*
   * HTML_mtree:template_pages()
   *
   */
  /*
   * HTML_mtree:advsearch()
   *
   */
  /*
   * HTML_mtree:csv()
   *
   */
  /*
   * HTML_mtree:mySubscription()
   *
   */
  /*
  * New & Edit Category
  */
  /*
  * Custom Fields
  */
  /*
   * Templates
   */
  /*
   * Configuration
   * HTML_mtree:config()
   */
  /**
  * Tools
  */
  /*
  * Geocode
  */
  /*
  * Activities
  */
}
.admin.com_mtree .icon-color-star,
.admin.com_mtree .icon-color-star-10,
.admin.com_mtree .icon-color-star-00 {
  font-size: 1rem;
}
.admin.com_mtree .icon-color-star,
.admin.com_mtree .icon-color-star-10 {
  color: #fcd34d;
}
.admin.com_mtree .icon-color-star-00 {
  color: #e5e5e5;
}
.admin.com_mtree .icon-color-success {
  color: var(--success);
}
.admin.com_mtree .icon-color-danger {
  color: var(--danger);
}
.admin.com_mtree .icon-color-mosetstree {
  color: #006837;
}
.admin.com_mtree .mobile-header {
  margin-bottom: 0.5rem;
  margin-top: 2.05rem;
}
.admin.com_mtree .mobile-header .home,
.admin.com_mtree .mobile-header .bars {
  width: 3rem;
}
.admin.com_mtree .mobile-header .search {
  border-radius: 0;
}
@media (min-width: 576px) {
  .admin.com_mtree .side-menu {
    display: block;
  }
}
.admin.com_mtree .pathway {
  padding-top: 0.25rem;
}
.admin.com_mtree .pathway .arrow {
  padding: 0 0.25rem;
  font-size: 0.75rem;
}
.admin.com_mtree .pathway a {
  text-decoration: none;
}
.admin.com_mtree .side-menu .nav {
  display: inherit;
}
.admin.com_mtree .side-menu .nav-header {
  margin-top: 0.75rem;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}
.admin.com_mtree .side-menu .nav-item.active {
  background-color: #d8e7f7;
  font-weight: bold;
}
.admin.com_mtree .side-menu .nav-link {
  padding: 0.25rem 0;
}
.admin.com_mtree .side-menu li.nav-item {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}
.admin.com_mtree .side-menu li.nav-item.pending-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.admin.com_mtree .side-menu li.nav-item.pending-item .badge {
  color: #6b7280;
  background-color: #e5e7eb;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.admin.com_mtree .side-menu li.nav-item.add-category, .admin.com_mtree .side-menu li.nav-item.add-listing {
  font-weight: 500;
  background-color: var(--white);
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.16);
}
.admin.com_mtree .side-menu li.nav-item.add-category > a:first-child > i, .admin.com_mtree .side-menu li.nav-item.add-listing > a:first-child > i {
  color: #068844;
}
.admin.com_mtree .side-menu li.nav-item:hover .quick-task {
  display: inline;
}
.admin.com_mtree .side-menu li.nav-item .quick-task {
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  display: none;
  color: var(--secondary);
  border-left: 1px solid var(--template-bg-dark-5);
  align-items: center;
}
.admin.com_mtree .side-menu li.nav-item .quick-task:hover {
  color: var(--template-link-hover-color);
  cursor: pointer;
}
.admin.com_mtree .side-menu li.nav-item a {
  color: #132f53;
}
.admin.com_mtree .side-menu li.nav-item.active {
  font-weight: normal;
  background-color: #fff;
}
.admin.com_mtree .side-menu li.nav-item.active a {
  color: #2a69b8;
}
.admin.com_mtree .side-menu li.nav-item i.fas {
  padding-left: 0.5rem;
  width: 2rem;
}
.admin.com_mtree .side-menu li.nav-item:hover {
  background-color: #fff;
}
.admin.com_mtree .category-details {
  margin-top: 1.25rem;
  border: 1px solid #dee2e6;
  background-color: #fff;
  border-radius: 0.5rem;
}
.admin.com_mtree .category-details h2 {
  background-color: #f7f7f7;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
  font-weight: normal;
  margin-bottom: 0.5rem;
  text-align: center;
}
.admin.com_mtree .category-details h2 a {
  text-decoration: none;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin.com_mtree .category-details .item {
  padding: 0.5rem;
}
.admin.com_mtree .category-details .item.nonzero {
  font-weight: 600;
}
.admin.com_mtree .category-details .item i {
  min-width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
}
.admin.com_mtree .rating {
  display: inline-flex;
  margin-right: 0.25rem;
}
.admin.com_mtree .spacer::before {
  display: inline;
  content: " - ";
}
.admin.com_mtree .card {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 10px -8px var(--template-bg-dark-50);
}
.admin.com_mtree .card:not(:first-child) {
  margin-top: 40px;
}
.admin.com_mtree .notes {
  margin: 1.5rem 0 1rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
.admin.com_mtree .control-group .text {
  margin-top: 0.75rem;
}
.admin.com_mtree .control-group.required label {
  font-weight: bold;
}
.admin.com_mtree .control-group .control-notes {
  font-size: 0.875em;
  padding: 0.5rem 0.25rem 0.25rem 0.25rem;
  color: #495057;
  opacity: 0.7;
}
.admin.com_mtree #listing-details .control-label label {
  height: 2.5rem;
  padding-top: 0.5rem;
}
.admin.com_mtree .control-label p {
  color: var(--template-text-dark) !important;
  opacity: 0.7;
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
}
.admin.com_mtree .table-categories,
.admin.com_mtree .table-listings,
.admin.com_mtree .table-reviews,
.admin.com_mtree .table-customfields,
.admin.com_mtree .table-templates,
.admin.com_mtree .table-general {
  box-shadow: 0 2px 10px -8px var(--template-bg-dark-50);
}
.admin.com_mtree .table-categories thead tr,
.admin.com_mtree .table-listings thead tr,
.admin.com_mtree .table-reviews thead tr,
.admin.com_mtree .table-customfields thead tr,
.admin.com_mtree .table-templates thead tr,
.admin.com_mtree .table-general thead tr {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.admin.com_mtree .table-categories thead th,
.admin.com_mtree .table-listings thead th,
.admin.com_mtree .table-reviews thead th,
.admin.com_mtree .table-customfields thead th,
.admin.com_mtree .table-templates thead th,
.admin.com_mtree .table-general thead th {
  color: #132f53;
  background-color: #f7f7f7;
  box-shadow: none;
}
.admin.com_mtree .table-categories tbody .tbody-icon .icon-color-unfeatured,
.admin.com_mtree .table-categories tbody .tbody-icon .icon-unpublish,
.admin.com_mtree .table-listings tbody .tbody-icon .icon-color-unfeatured,
.admin.com_mtree .table-listings tbody .tbody-icon .icon-unpublish,
.admin.com_mtree .table-reviews tbody .tbody-icon .icon-color-unfeatured,
.admin.com_mtree .table-reviews tbody .tbody-icon .icon-unpublish,
.admin.com_mtree .table-customfields tbody .tbody-icon .icon-color-unfeatured,
.admin.com_mtree .table-customfields tbody .tbody-icon .icon-unpublish,
.admin.com_mtree .table-templates tbody .tbody-icon .icon-color-unfeatured,
.admin.com_mtree .table-templates tbody .tbody-icon .icon-unpublish,
.admin.com_mtree .table-general tbody .tbody-icon .icon-color-unfeatured,
.admin.com_mtree .table-general tbody .tbody-icon .icon-unpublish {
  color: #eaeaea;
  border-color: #eaeaea;
}
.admin.com_mtree .table-categories tbody tr,
.admin.com_mtree .table-listings tbody tr,
.admin.com_mtree .table-reviews tbody tr,
.admin.com_mtree .table-customfields tbody tr,
.admin.com_mtree .table-templates tbody tr,
.admin.com_mtree .table-general tbody tr {
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
}
.admin.com_mtree .table-categories td,
.admin.com_mtree .table-listings td,
.admin.com_mtree .table-reviews td,
.admin.com_mtree .table-customfields td,
.admin.com_mtree .table-templates td,
.admin.com_mtree .table-general td {
  border-top: 0;
  border-bottom: 0;
}
.admin.com_mtree .table-categories td.reviews-count a:link,
.admin.com_mtree .table-listings td.reviews-count a:link,
.admin.com_mtree .table-reviews td.reviews-count a:link,
.admin.com_mtree .table-customfields td.reviews-count a:link,
.admin.com_mtree .table-templates td.reviews-count a:link,
.admin.com_mtree .table-general td.reviews-count a:link {
  text-decoration: none;
}
.admin.com_mtree .table-categories td .form-check-input[type=checkbox],
.admin.com_mtree .table-listings td .form-check-input[type=checkbox],
.admin.com_mtree .table-reviews td .form-check-input[type=checkbox],
.admin.com_mtree .table-customfields td .form-check-input[type=checkbox],
.admin.com_mtree .table-templates td .form-check-input[type=checkbox],
.admin.com_mtree .table-general td .form-check-input[type=checkbox] {
  margin-top: 0;
}
.admin.com_mtree .table-listings td.mt-listing-column {
  display: table-cell;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
}
.admin.com_mtree .table-listings .pagination {
  margin: 0;
}
.admin.com_mtree .table-listings .pagination > .pagination {
  margin-top: 1.5rem;
}
.admin.com_mtree.task-subscription .subscription-data {
  margin: 0 0.75rem;
}
.admin.com_mtree.task-subscription .subscription-data .row {
  padding: 1rem 0;
}
.admin.com_mtree.task-subscription .subscription-data .row:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.admin.com_mtree.task-subscription .subscription-data .row .label {
  font-weight: bold;
  color: #6b7280;
}
.admin.com_mtree.task-subscription .subs-verified {
  padding: 0 1rem;
}
.admin.com_mtree.task-subscription .access_key_verify_message {
  font-weight: bold;
  padding: 0 1rem;
}
.admin.com_mtree.task-editlink h4, .admin.com_mtree.task-newlink h4 {
  margin-bottom: 1rem;
}
.admin.com_mtree .upload_att {
  overflow: hidden;
  clear: both;
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}
.admin.com_mtree .upload_att li {
  margin: 0.75rem 0;
}
.admin.com_mtree .update-main-category,
.admin.com_mtree .add-secondary-category {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.admin.com_mtree .sortable-images {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: auto;
  overflow: visible;
}
.admin.com_mtree .sortable-images li {
  position: relative;
  left: -13px;
  margin: 0 0 13px 0;
  padding: 0px;
  float: left;
  list-style-position: outside;
  line-height: 100%;
}
.admin.com_mtree .sortable-images li input[type=checkbox] {
  position: relative;
  left: 20px;
  top: 10px;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.admin.com_mtree .sortable-images li a[target=_blank]:before {
  content: none;
}
.admin.com_mtree .sortable-images li img {
  position: relative;
  border: 1px solid black;
}
.admin.com_mtree .review,
.admin.com_mtree .report,
.admin.com_mtree .reviewsreply,
.admin.com_mtree .reviewsreport,
.admin.com_mtree .claim,
.admin.com_mtree .geocode {
  padding-bottom: 1rem;
}
.admin.com_mtree .review .header,
.admin.com_mtree .report .header,
.admin.com_mtree .reviewsreply .header,
.admin.com_mtree .reviewsreport .header,
.admin.com_mtree .claim .header,
.admin.com_mtree .geocode .header {
  padding: 1rem;
  background-color: #f7f7f7;
  color: var(--template-text-dark);
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.admin.com_mtree .review .header a,
.admin.com_mtree .report .header a,
.admin.com_mtree .reviewsreply .header a,
.admin.com_mtree .reviewsreport .header a,
.admin.com_mtree .claim .header a,
.admin.com_mtree .geocode .header a {
  color: var(--template-link-color);
}
.admin.com_mtree .review .header img,
.admin.com_mtree .report .header img,
.admin.com_mtree .reviewsreply .header img,
.admin.com_mtree .reviewsreport .header img,
.admin.com_mtree .claim .header img,
.admin.com_mtree .geocode .header img {
  position: relative;
  top: -3px;
}
.admin.com_mtree .review .sub-header,
.admin.com_mtree .report .sub-header,
.admin.com_mtree .reviewsreply .sub-header,
.admin.com_mtree .reviewsreport .sub-header,
.admin.com_mtree .claim .sub-header,
.admin.com_mtree .geocode .sub-header {
  margin-top: 0.25rem;
}
.admin.com_mtree .review .header a:link,
.admin.com_mtree .review .sub-header a:link,
.admin.com_mtree .report .header a:link,
.admin.com_mtree .report .sub-header a:link,
.admin.com_mtree .reviewsreply .header a:link,
.admin.com_mtree .reviewsreply .sub-header a:link,
.admin.com_mtree .reviewsreport .header a:link,
.admin.com_mtree .reviewsreport .sub-header a:link,
.admin.com_mtree .claim .header a:link,
.admin.com_mtree .claim .sub-header a:link,
.admin.com_mtree .geocode .header a:link,
.admin.com_mtree .geocode .sub-header a:link {
  text-decoration: none;
}
.admin.com_mtree .review .body,
.admin.com_mtree .report .body,
.admin.com_mtree .reviewsreply .body,
.admin.com_mtree .reviewsreport .body,
.admin.com_mtree .claim .body,
.admin.com_mtree .geocode .body {
  padding: 1rem 1rem 0 1rem;
}
.admin.com_mtree .review .text,
.admin.com_mtree .report .text,
.admin.com_mtree .reviewsreply .text,
.admin.com_mtree .reviewsreport .text,
.admin.com_mtree .claim .text,
.admin.com_mtree .geocode .text {
  padding-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .admin.com_mtree .review .internal-notes,
.admin.com_mtree .report .internal-notes,
.admin.com_mtree .reviewsreply .internal-notes,
.admin.com_mtree .reviewsreport .internal-notes,
.admin.com_mtree .claim .internal-notes,
.admin.com_mtree .geocode .internal-notes {
    margin-top: 0.75rem;
  }
}
.admin.com_mtree .review .internal-notes .control-label,
.admin.com_mtree .report .internal-notes .control-label,
.admin.com_mtree .reviewsreply .internal-notes .control-label,
.admin.com_mtree .reviewsreport .internal-notes .control-label,
.admin.com_mtree .claim .internal-notes .control-label,
.admin.com_mtree .geocode .internal-notes .control-label {
  margin-bottom: 0.25rem;
}
.admin.com_mtree .review .internal-notes textarea,
.admin.com_mtree .report .internal-notes textarea,
.admin.com_mtree .reviewsreply .internal-notes textarea,
.admin.com_mtree .reviewsreport .internal-notes textarea,
.admin.com_mtree .claim .internal-notes textarea,
.admin.com_mtree .geocode .internal-notes textarea {
  border: 1px solid #dedede;
  background: #f7f7f7;
}
.admin.com_mtree .reviewsreply blockquote {
  width: 100%;
  background-color: #f3f3f3;
  padding: 6px;
  border: 1px solid #e1e1e1;
  border-left: 6px solid #e1e1e1;
}
.admin.com_mtree .reviewsreply blockquote a:link {
  font-weight: normal;
}
.admin.com_mtree .reviewsreply blockquote .text {
  font-weight: 300;
}
.admin.com_mtree .reviewsreply .reviewsreply-message {
  margin-bottom: 1rem;
  min-height: 10rem;
}
.admin.com_mtree .report .subject {
  font-weight: bold;
  text-decoration: underline;
}
.admin.com_mtree .review .footer {
  padding: 0 1rem;
}
.admin.com_mtree .review .title,
.admin.com_mtree .review .text,
.admin.com_mtree .review .internal-notes {
  margin-bottom: 1rem;
}
.admin.com_mtree .review .title .control-label,
.admin.com_mtree .review .text .control-label,
.admin.com_mtree .review .internal-notes .control-label {
  padding-bottom: 0.25rem;
}
.admin.com_mtree .review .send-email-to-reviewer {
  margin-left: 0;
  margin-top: 1rem;
  display: block;
}
@media (min-width: 576px) {
  .admin.com_mtree .review .send-email-to-reviewer {
    display: inline;
    margin-left: 1rem;
  }
}
.admin.com_mtree .review .email-editor {
  margin-top: 1rem;
}
.admin.com_mtree .review .email-editor .instructions {
  margin-bottom: 0.5rem;
}
.admin.com_mtree ul.linkcats a {
  text-decoration: underline;
  margin-right: 3px;
}
.admin.com_mtree fieldset.fields-assignment {
  font-size: 1.091em;
}
.admin.com_mtree fieldset.fields-assignment .controls label {
  display: inline;
}
.admin.com_mtree fieldset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admin.com_mtree #config .control-label {
  width: 100%;
}
@media (min-width: 992px) {
  .admin.com_mtree #config .control-label {
    width: 300px;
  }
}
.admin.com_mtree #config .controls {
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  .admin.com_mtree #config .controls {
    padding-left: 0;
  }
}
.admin.com_mtree #config .control-notes {
  padding-left: 1.5rem;
}
.admin.com_mtree #config .custom-select:disabled,
.admin.com_mtree #config .form-select:disabled,
.admin.com_mtree #config .form-control:disabled,
.admin.com_mtree #config .form-control[readonly] {
  border: 1px solid transparent;
}
.admin.com_mtree .template-files h2 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
.admin.com_mtree .template-files h4 {
  border-top: 1px solid rgba(25, 23, 23, 0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}
.admin.com_mtree .template-files ul {
  margin: 0;
  padding: 0;
}
.admin.com_mtree .template-files li {
  padding: 5px;
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin.com_mtree h1 label {
  font-size: 1.2rem;
}
.admin.com_mtree.task-advsearch form ul {
  padding-left: 0;
}
.admin.com_mtree.task-advsearch .control-group.mfieldtype_mdate .controls, .admin.com_mtree.task-advsearch .control-group.mfieldtype_corecreated .controls, .admin.com_mtree.task-advsearch .control-group.mfieldtype_coremodified .controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.admin.com_mtree.task-advsearch .control-group.mfieldtype_mdate .controls .form-check, .admin.com_mtree.task-advsearch .control-group.mfieldtype_corecreated .controls .form-check, .admin.com_mtree.task-advsearch .control-group.mfieldtype_coremodified .controls .form-check {
  width: 100%;
  display: flex;
  align-items: center;
}
.admin.com_mtree.task-advsearch .control-group.mfieldtype_mdate .controls .form-check .form-check-input[type=radio], .admin.com_mtree.task-advsearch .control-group.mfieldtype_corecreated .controls .form-check .form-check-input[type=radio], .admin.com_mtree.task-advsearch .control-group.mfieldtype_coremodified .controls .form-check .form-check-input[type=radio] {
  margin-right: 0.5rem;
}
.admin.com_mtree.task-advsearch .control-group.mfieldtype_mdate .controls .form-check:not(:last-child), .admin.com_mtree.task-advsearch .control-group.mfieldtype_corecreated .controls .form-check:not(:last-child), .admin.com_mtree.task-advsearch .control-group.mfieldtype_coremodified .controls .form-check:not(:last-child) {
  margin-bottom: 0.75rem;
}
.admin.com_mtree table td label {
  clear: none;
}
.admin.com_mtree label[for=access_key] {
  margin-top: 4px;
  font-weight: bold;
  text-align: right;
}
.admin.com_mtree .linkcats {
  list-style: none;
  margin-top: 0.65rem;
  margin-bottom: 0;
  padding-left: 0;
}
.admin.com_mtree .linkcats li {
  margin-bottom: 0.25rem;
}
.admin.com_mtree .linkcats .remove {
  color: #b2bfcd;
  padding-left: 0rem;
  padding-right: 0.25rem;
}
.admin.com_mtree .linkcats .remove:hover {
  color: #c52827;
}
.admin.com_mtree.task-newcat h2, .admin.com_mtree.task-editcat h2 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.admin.com_mtree.task-newcat .pathway, .admin.com_mtree.task-editcat .pathway {
  margin-bottom: 1rem;
}
.admin.com_mtree.task-newcat .category-image, .admin.com_mtree.task-editcat .category-image {
  margin-top: 0.65rem;
}
.admin.com_mtree.task-newcat .category-image input, .admin.com_mtree.task-editcat .category-image input {
  margin-bottom: 0.75rem;
}
.admin.com_mtree.task-newcat #mtConfigTab section, .admin.com_mtree.task-editcat #mtConfigTab section {
  border: 1px solid #dee2e6;
  padding-right: 15px;
}
.admin.com_mtree.task-newcat #mtConfigTab ul[role=tablist] li, .admin.com_mtree.task-editcat #mtConfigTab ul[role=tablist] li {
  font-size: 0.85rem;
}
.admin.com_mtree.task-newcat #mtConfigTab ul[role=tablist] li a[role=tab][active],
.admin.com_mtree.task-newcat #mtConfigTab ul[role=tablist] li a[role=tab]:hover, .admin.com_mtree.task-editcat #mtConfigTab ul[role=tablist] li a[role=tab][active],
.admin.com_mtree.task-editcat #mtConfigTab ul[role=tablist] li a[role=tab]:hover {
  color: var(--template-text-light);
}
.admin.com_mtree.task-newcat label[for=template_all_subcats], .admin.com_mtree.task-editcat label[for=template_all_subcats] {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.admin.com_mtree.task-newcat label[for=template_all_subcats] .form-check, .admin.com_mtree.task-editcat label[for=template_all_subcats] .form-check {
  float: left;
  padding-left: 0;
  margin-right: 0;
}
.admin.com_mtree.task-newcat .mc_con, .admin.com_mtree.task-editcat .mc_con {
  display: none;
  margin-top: 0.65rem;
}
.admin.com_mtree.task-editcf .hide-caption, .admin.com_mtree.task-newcf .hide-caption {
  margin: 0.25rem 0 0 0.5rem;
}
.admin.com_mtree.task-editcf .hide-caption label, .admin.com_mtree.task-newcf .hide-caption label {
  font-size: 0.875rem;
  color: #6b7280;
}
.admin.com_mtree.task-editcf .controls p, .admin.com_mtree.task-newcf .controls p {
  margin: 0.25rem 0 0 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.admin.com_mtree.task-editcf #fields-assignment ul, .admin.com_mtree.task-newcf #fields-assignment ul {
  list-style: none;
  margin-top: 1rem;
  padding-left: 0.5rem;
}
.admin.com_mtree.task-template_pages h1 {
  margin-bottom: 1.25rem;
}
.admin.com_mtree.task-template_pages #mtTab h1 {
  margin-bottom: 0;
  font-weight: bold;
}
.admin.com_mtree.task-template_pages #mtTab h1 .spacer::before {
  content: "";
}
.admin.com_mtree.task-template_pages #mtTab #params_mainAttributeFieldsInDetailsView .form-check.form-check-inline,
.admin.com_mtree.task-template_pages #mtTab #params_mainAttributeFields .form-check.form-check-inline {
  width: 49%;
  display: inline-block;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin.com_mtree.task-copy_template .control-label {
  min-width: 20%;
}
.admin.com_mtree.task-copy_template .control-label label {
  height: 2.5rem;
  padding-top: 0.5rem;
}
.admin.com_mtree.task-new_template .writable,
.admin.com_mtree.task-new_template .unwritable {
  font-weight: bold;
  margin-left: 0.25rem;
}
.admin.com_mtree.task-new_template .writable {
  color: green;
}
.admin.com_mtree.task-new_template .unwritable {
  color: red;
}
.admin.com_mtree.task-config .category-ordering-field,
.admin.com_mtree.task-config .category-ordering-direction,
.admin.com_mtree.task-config .listing-ordering-field,
.admin.com_mtree.task-config .listing-ordering-direction,
.admin.com_mtree.task-config .review-ordering-column,
.admin.com_mtree.task-config .review-ordering-direction {
  max-width: 12rem;
}
.admin.com_mtree.task-config #config_index_search_by ul,
.admin.com_mtree.task-config #config_all_listings_sort_by_options ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  column-width: 150px;
}
.admin.com_mtree.task-config .controls ul {
  padding-left: 0;
}
.admin.com_mtree.task-config fieldset ul {
  list-style: none;
  margin: 0;
}
.admin.com_mtree.task-config #adminForm .control-group {
  margin-bottom: 1.5rem;
}
.admin.com_mtree.task-config #adminForm .control-label {
  min-width: 280px;
}
.admin.com_mtree.task-config #adminForm .form-text {
  margin-top: 0.5rem;
  margin-left: 0.25rem;
}
.admin.com_mtree.task-tools .tools {
  width: 100%;
}
.admin.com_mtree.task-tools .tools .row {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
}
.admin.com_mtree.task-tools .tools .row > * {
  padding: 0.75rem;
}
.admin.com_mtree.task-tools .tools .row.head {
  color: #132f53;
  background-color: #f7f7f7;
  border-top: 1px solid #dee2e6;
}
.admin.com_mtree.task-tools .tools .row .form-control {
  width: auto;
}
.admin.com_mtree.task-tools .tools .row .tool {
  font-weight: bold;
}
.admin.com_mtree.task-tools .tools > .row {
  border-bottom: 1px solid #dee2e6;
}
.admin.com_mtree #btnSave,
.admin.com_mtree #btnGeocode {
  font-weight: bold;
}
.admin.com_mtree #grid2 > .row {
  background-color: #F1F3F5;
}
.admin.com_mtree #grid2 > .row:not(:last-child) {
  border-bottom: 1px solid #C9CCCD;
}
.admin.com_mtree #grid2 > .row:hover {
  background-color: #dce9f8;
}
.admin.com_mtree #grid2 > .row.is-opened {
  background-color: #dce9f8;
}
.admin.com_mtree #grid2 .listing,
.admin.com_mtree #grid2 .address {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.admin.com_mtree #grid2 .listing .link_name,
.admin.com_mtree #grid2 .address .link_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.admin.com_mtree #grid2 .listing .fulladdress,
.admin.com_mtree #grid2 .address .fulladdress {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0B55C4;
  white-space: nowrap;
  empty-cells: show;
  border-collapse: collapse;
  display: block;
}
.admin.com_mtree #grid2 .listing .address,
.admin.com_mtree #grid2 .address .address {
  width: 100%;
  max-width: 440px;
  overflow: hidden;
}
.admin.com_mtree #grid2 .listing .status,
.admin.com_mtree #grid2 .address .status {
  float: left;
  font-weight: bold;
  font-size: 0.75rem;
  margin: 1px 5px 0 0;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.15em 0.65em;
}
.admin.com_mtree #grid2 .listing .editform,
.admin.com_mtree #grid2 .address .editform {
  display: none;
  border-left: 3px solid var(--template-link-color);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 9px;
}
.admin.com_mtree #grid2 .listing .editform span,
.admin.com_mtree #grid2 .address .editform span {
  margin-bottom: 6px;
}
.admin.com_mtree #grid2 .listing .editformcancel,
.admin.com_mtree #grid2 .address .editformcancel {
  margin-left: 5px;
  color: #0B55C4;
  line-height: 2.1em;
  margin-top: 2px;
}
@media (max-width: 575.98px) {
  .admin.com_mtree #grid2 .address {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 0.5rem;
  }
}
.admin.com_mtree #grid2 .listing {
  display: flex;
}
.admin.com_mtree #grid2 input.linkcheckbox {
  margin: 0.25rem 0.5rem;
}
.admin.com_mtree #grid2 .found {
  background-color: #198754;
}
.admin.com_mtree #grid2 .notfound {
  background-color: #b1b1b1;
}
.admin.com_mtree #geocodeMessage {
  margin: 0 15px;
}
.admin.com_mtree #map img {
  max-width: none;
}
.admin.com_mtree .load-more-listings {
  text-align: center;
  background-color: #F1F3F5;
  padding: 0.5rem;
  border-bottom: 1px solid #C9CCCD;
  border-left: 1px solid #C9CCCD;
  border-right: 1px solid #C9CCCD;
}
.admin.com_mtree .mt-activities fieldset legend {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.admin.com_mtree .mt-activities .card h2 {
  margin-bottom: 1.25rem;
}
.admin.com_mtree .mt-activities .card .data {
  margin-bottom: 1.25rem;
}
.admin.com_mtree .mt-activities .card .label {
  color: #a1a1a1;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.admin.com_mtree .mt-activities .card .value {
  color: #000;
}
.admin.com_mtree .mt-activities .table-listings {
  margin-top: 2.5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.admin.com_mtree .mt-activities .vrhl {
  width: 17px;
  float: left;
  text-align: center;
  margin-right: 3px;
}
.admin.com_mtree .mt-activities .owner_rev,
.admin.com_mtree .mt-activities .owner_vote {
  background-color: #ffd2d2;
  border-bottom: 2px solid #ff7d7d;
  padding: 2px 4px 0 4px;
  font-weight: bold;
}
.admin.com_mtree .mt-activities .clone_rev,
.admin.com_mtree .mt-activities .clone_vote {
  background-color: #ffd2d2;
  border-bottom: 0px solid #ff7d7d;
  padding: 0 4px;
}
.admin.com_mtree .mt-activities .clone_vote_removed {
  padding: 0 4px;
  text-decoration: line-through;
}
.admin.com_mtree .mt-activities .blocked_user {
  text-decoration: line-through;
  color: black;
}
.admin.com_mtree .mt-activities .user {
  text-decoration: underline;
  color: #c64934;
}
.admin.com_mtree .mt-activities .bg-pending {
  border-radius: 0.25rem;
  color: #212529;
  background-color: #fffb8a;
  border-bottom: 2px solid #cec704;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  margin-left: 0.5rem;
}
