﻿@charset "UTF-8";
[data-toggle-target] {
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
[data-toggle-target][data-toggle-state=expanded]:after, [data-toggle-target][data-toggle-state=collapsed]:after {
  font-size: 13px;
  color: #999999 !important;
  float: right;
  margin-right: 5px;
  font-weight: bold;
  font-size: 28px;
}
[data-toggle-target][data-toggle-state=expanded]:after {
  content: "−";
}
[data-toggle-target][data-toggle-state=collapsed]:after {
  content: "+";
}
[data-toggle-target][data-toggle-state=expanded]:hover::after, [data-toggle-target][data-toggle-state=collapsed]:hover::after {
  color: #1c1c1c !important;
}

[data-toggle-block] {
  transition: all 0.2s ease-out;
}
[data-toggle-block][data-toggle-state=collapsed] {
  max-height: 0;
  overflow: hidden;
}
[data-toggle-block][data-toggle-state=expanded] {
  max-height: 100%;
}

[data-toggle-details] {
  color: #e9ecef;
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  max-width: 40%;
  display: inline-flex;
  display: none;
}

[data-theme=dark]:root {
  --main-color: rgba(249, 249, 250, 1) !important;
  --body-bg-color: rgba(42, 42, 46, 1) !important;
  --errorWrapper-bg-color: rgba(169, 14, 14, 1) !important;
  --progressBar-color: rgba(0, 96, 223, 1) !important;
  --progressBar-indeterminate-bg-color: rgba(40, 40, 43, 1) !important;
  --progressBar-indeterminate-blend-color: rgba(20, 68, 133, 1) !important;
  --scrollbar-color: rgba(121, 121, 123, 1) !important;
  --scrollbar-bg-color: rgba(35, 35, 39, 1) !important;
  --toolbar-icon-bg-color: rgba(255, 255, 255, 1) !important;
  --toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1) !important;
  --sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9) !important;
  --sidebar-toolbar-bg-color: rgba(50, 50, 52, 1) !important;
  --toolbar-bg-color: rgba(56, 56, 61, 1) !important;
  --toolbar-border-color: rgba(12, 12, 13, 1) !important;
  --button-hover-color: rgba(102, 102, 103, 1) !important;
  --toggled-btn-color: rgba(255, 255, 255, 1) !important;
  --toggled-btn-bg-color: rgba(0, 0, 0, 0.3) !important;
  --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4) !important;
  --dropdown-btn-bg-color: rgba(74, 74, 79, 1) !important;
  --separator-color: rgba(0, 0, 0, 0.3) !important;
  --field-color: rgba(250, 250, 250, 1) !important;
  --field-bg-color: rgba(64, 64, 68, 1) !important;
  --field-border-color: rgba(115, 115, 115, 1) !important;
  --findbar-nextprevious-btn-bg-color: rgba(89, 89, 89, 1) !important;
  --treeitem-color: rgba(255, 255, 255, 0.8) !important;
  --treeitem-hover-color: rgba(255, 255, 255, 0.9) !important;
  --treeitem-selected-color: rgba(255, 255, 255, 0.9) !important;
  --treeitem-selected-bg-color: rgba(255, 255, 255, 0.25) !important;
  --sidebaritem-bg-color: rgba(255, 255, 255, 0.15) !important;
  --doorhanger-bg-color: rgba(74, 74, 79, 1) !important;
  --doorhanger-border-color: rgba(39, 39, 43, 1) !important;
  --doorhanger-hover-color: rgba(249, 249, 250, 1) !important;
  --doorhanger-hover-bg-color: rgba(93, 94, 98, 1) !important;
  --doorhanger-separator-color: rgba(92, 92, 97, 1) !important;
  --overlay-button-bg-color: rgba(92, 92, 97, 1) !important;
  --overlay-button-hover-bg-color: rgba(115, 115, 115, 1) !important;
}

[data-theme=light]:root {
  /*    --sidebar-width: 200px;
  --sidebar-transition-duration: 200ms;
  --sidebar-transition-timing-function: ease;
  --scale-select-container-width: 140px;
  --scale-select-overflow: 22px;
  --loadingBar-end-offset: 0;
  --toolbar-icon-opacity: 0.7;
  --doorhanger-icon-opacity: 0.9;*/
  --main-color: rgba(12, 12, 13, 1) !important;
  --body-bg-color: rgba(237, 237, 240, 1) !important;
  --errorWrapper-bg-color: rgba(255, 110, 110, 1) !important;
  --progressBar-color: rgba(10, 132, 255, 1) !important;
  --progressBar-indeterminate-bg-color: rgba(221, 221, 222, 1) !important;
  --progressBar-indeterminate-blend-color: rgba(116, 177, 239, 1) !important;
  --scrollbar-color: auto !important;
  --scrollbar-bg-color: auto !important;
  --toolbar-icon-bg-color: rgba(0, 0, 0, 1) !important;
  --toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1) !important;
  --sidebar-narrow-bg-color: rgba(237, 237, 240, 0.9) !important;
  --sidebar-toolbar-bg-color: rgba(245, 246, 247, 1) !important;
  --toolbar-bg-color: rgba(249, 249, 250, 1) !important;
  --toolbar-border-color: rgba(204, 204, 204, 1) !important;
  --button-hover-color: rgba(221, 222, 223, 1) !important;
  --toggled-btn-color: rgba(0, 0, 0, 1) !important;
  --toggled-btn-bg-color: rgba(0, 0, 0, 0.3) !important;
  --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4) !important;
  --dropdown-btn-bg-color: rgba(215, 215, 219, 1) !important;
  --separator-color: rgba(0, 0, 0, 0.3) !important;
  --field-color: rgba(6, 6, 6, 1) !important;
  --field-bg-color: rgba(255, 255, 255, 1) !important;
  --field-border-color: rgba(187, 187, 188, 1) !important;
  --findbar-nextprevious-btn-bg-color: rgba(227, 228, 230, 1) !important;
  --treeitem-color: rgba(0, 0, 0, 0.8) !important;
  --treeitem-hover-color: rgba(0, 0, 0, 0.9) !important;
  --treeitem-selected-color: rgba(0, 0, 0, 0.9) !important;
  --treeitem-selected-bg-color: rgba(0, 0, 0, 0.25) !important;
  --sidebaritem-bg-color: rgba(0, 0, 0, 0.15) !important;
  --doorhanger-bg-color: rgba(255, 255, 255, 1) !important;
  --doorhanger-border-color: rgba(12, 12, 13, 0.2) !important;
  --doorhanger-hover-color: rgba(12, 12, 13, 1) !important;
  --doorhanger-hover-bg-color: rgba(237, 237, 237, 1) !important;
  --doorhanger-separator-color: rgba(222, 222, 222, 1) !important;
  --overlay-button-border: 0 none !important;
  --overlay-button-bg-color: rgba(12, 12, 13, 0.1) !important;
  --overlay-button-hover-bg-color: rgba(12, 12, 13, 0.3) !important;
}

/*  search   */
.sidebar-mini.sidebar-collapse .navbar-search {
  width: 400px;
}
@media only screen and (max-width: 1110px) {
  .sidebar-mini.sidebar-collapse .navbar-search {
    display: none;
  }
}
@media only screen and (max-width: 1385px) {
  .sidebar-mini.sidebar-collapse .navbar-search {
    width: 100%;
  }
}

body[class=sidebar-mini] .navbar-search {
  width: 400px;
}
@media only screen and (max-width: 1284px) {
  body[class=sidebar-mini] .navbar-search {
    display: none;
  }
}
@media only screen and (max-width: 1580px) {
  body[class=sidebar-mini] .navbar-search {
    width: 100%;
  }
}

.sidebar-mini.sidebar-open .navbar-search {
  display: none;
}

/*sidebar style*/
.sidebar {
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  white-space: nowrap;
  visibility: visible;
  font-weight: 300;
  color: rgba(97, 97, 97, 0.87);
  font-size: 1rem;
  list-style: none;
  text-align: left;
}

.nav.nav-treeview > .nav-item > .sidebar-action-link.active p:before {
  content: "";
  width: 7px !important;
  height: 7px !important;
  -moz-border-radius: 7.5px !important;
  -webkit-border-radius: 7.5px !important;
  border-radius: 7.5px !important;
  background-color: #ff4961;
  margin-left: 21px;
  margin-top: 6px;
}
.nav.nav-treeview > .nav-item > .sidebar-action-link.active p {
  color: #ff4961;
}
.nav.nav-treeview > .nav-item > .sidebar-action-link p {
  margin-left: 66px;
}
.nav.nav-treeview .nav.nav-treeview > .nav-item > .sidebar-action-link.active p:before {
  content: "";
  width: 7px;
  height: 7px;
  -moz-border-radius: 7.5px !important;
  -webkit-border-radius: 7.5px !important;
  border-radius: 7.5px !important;
  background-color: #ff4961;
  margin-left: 21px;
  margin-top: 6px;
}
.nav.nav-treeview .nav.nav-treeview > .nav-item > .sidebar-action-link.active p {
  color: #ff4961;
}
.nav.nav-treeview .nav.nav-treeview > .nav-item > .sidebar-action-link p {
  margin-left: 66px;
}

.sidebar > .sidebar-menu > .nav-sidebar > .nav-item {
  line-height: 2rem;
  position: relative;
  display: block;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item :after, .sidebar > .sidebar-menu > .nav-sidebar > .nav-item :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item a.nav-link {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.2s ease-in-out;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.6px;
  display: block;
  line-height: 2rem;
  padding: 7px 10px 7px 14px;
  margin-bottom: 0px;
  border-radius: 5px;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item a.nav-link:hover {
  background: rgba(200, 200, 200, 0.2);
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item a.nav-link :before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 23px;
  top: 17px;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  -o-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item a.nav-link.active {
  background: #FFFFFF;
  color: #ff4961;
  padding-left: 14px;
  -webkit-box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 0.85rem;
  display: block;
  line-height: 2rem;
  padding: 7px 10px 7px 14px;
  padding-left: 14px;
  margin-left: 2px;
  margin-right: 4px;
  border-radius: 5px;
  position: relative;
  letter-spacing: 0.6px;
  cursor: pointer;
  padding-left: 2px;
  padding-right: 2px;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item a.nav-link.active :before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 23px;
  top: 17px;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  -o-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview {
  /*> a > i {
      margin-left: 200px !important;
  }*/
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > a > p {
  margin-left: 16px;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview .nav-item.has-treeview:not(.menu-open) .nav-icon-expanded {
  display: none;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview .nav-item.has-treeview:not(.menu-open) .nav-icon-collapsed {
  display: block;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview .nav-item.has-treeview.menu-open .nav-icon-expanded {
  display: block;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview .nav-item.has-treeview.menu-open .nav-icon-collapsed {
  display: none;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview:not(.menu-open) .nav-icon-expanded {
  display: none;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview:not(.menu-open) .nav-icon-collapsed {
  display: block;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview.menu-open .nav-icon-expanded {
  display: block;
}
.sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview.menu-open .nav-icon-collapsed {
  display: none;
}

.nav.nav-treeview > .nav-item {
  line-height: 1rem;
}
.nav.nav-treeview > .nav-item > a {
  top: 0px !important;
  margin-bottom: 0 !important;
}
.nav.nav-treeview .nav.nav-treeview > .nav-item {
  line-height: 1rem;
}
.nav.nav-treeview .nav.nav-treeview > .nav-item > a {
  top: 0px !important;
  margin-bottom: 0 !important;
}

.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item .has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > a > p {
  margin-left: 16px;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > a > p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > a > i {
  margin-left: 0 !important;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > a > i.sub-menu-icon {
  margin-left: 215px !important;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview .nav-item.has-treeview > a > p {
  margin-left: 20px;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview .nav-item.has-treeview > a > p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview .nav-item.has-treeview > a > i {
  margin-left: 0 !important;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview .nav-item.has-treeview > a > i.sub-menu-icon {
  margin-left: 215px !important;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > .nav.nav-treeview > .has-treeview.menu-open > a:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  border-color: #fff;
  position: absolute;
  left: 44px;
  top: 23px;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  opacity: 1;
  transition: all 0.2s ease;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > .nav.nav-treeview > .has-treeview > .nav-link > p {
  margin-left: 47px;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > .nav.nav-treeview > .has-treeview > .nav-link > p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > .nav.nav-treeview > .has-treeview > .nav.nav-treeview {
  margin-top: 0;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > .nav.nav-treeview > .has-treeview > .nav.nav-treeview > .nav-item > a p {
  margin-left: 47px;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > .nav.nav-treeview > .has-treeview > .nav.nav-treeview > .nav-item > a p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item:not(.has-treeview) > a > p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item:not(.has-treeview) .nav-item.has-treeview > a > p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item:not(.has-treeview) .nav-item:not(.has-treeview) > a > p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item:not(.has-treeview) > .nav-link > p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item:not(.has-treeview) > .nav.nav-treeview {
  margin-top: 0;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item:not(.has-treeview) > .nav.nav-treeview > .nav-item > a p.has-smaller-font {
  font-size: 0.8rem;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item:not(.has-treeview) > .nav:not(.nav-treeview) {
  margin-top: 0;
}
.sidebar-mini:not(.sidebar-collapse) .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item:not(.has-treeview) > .nav:not(.nav-treeview) > .nav-item > a p.has-smaller-font {
  font-size: 0.8rem;
}

.nav-item.has-treeview > .nav-link {
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  -o-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.has-treeview.menu-open > a.nav-link {
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  -o-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.has-treeview.menu-open > a.nav-link.active {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #FFFFFF !important;
}

.nav-icon-expanded {
  margin-left: 5px !important;
  position: absolute;
  top: 2px;
}

.nav-icon-collapsed {
  margin-left: 3px !important;
  position: absolute;
  top: 2px;
}

.sidebar-mini .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview {
  width: inherit;
}

.sidebar-mini.sidebar-collapse .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview {
  width: 60px;
  max-width: 60px;
}
.sidebar-mini.sidebar-collapse .main-sidebar > .sidebar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview > a > i.sub-menu-icon {
  margin-left: 24px !important;
}
.sidebar-mini.sidebar-collapse .nav-icon.sub-menu-icon.nav-icon-collapsed:before {
  display: none !important;
}

.nav-treeview .nav-item > .nav-link > i:not(.nav-icon) {
  width: initial !important;
}

/*Sidebar size fixes*/
.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before,
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused, .sidebar-collapse .sidebar-no-expand.main-sidebar:hover {
  width: 60px;
  max-width: 60px;
}

.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .brand-link, .sidebar-collapse .sidebar-no-expand.main-sidebar:hover .brand-link {
  width: 60px !important;
  max-width: 60px;
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
  margin-left: 60px !important;
}
@media only screen and (max-width: 992px) {
  .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0px !important;
  }
}

.brand-link .brand-image {
  margin-left: 0.3rem;
}

.sidebar > .sidebar-menu > .nav-sidebar > .nav-item {
  padding-left: 4px;
  padding-right: 4px;
}

.nav-sidebar .nav-link p {
  margin-left: 16px;
}

.sidebar {
  height: calc(100vh - 57px);
}

.sidebar-mini.sidebar-collapse .nav-item.tooltip-right {
  width: 60px;
}
.sidebar-mini.sidebar-collapse .nav-item.tooltip-right .sidebar-action-link.nav-link, .sidebar-mini.sidebar-collapse .nav-item.tooltip-right .nav-link.allow-overflow {
  width: 47px;
}
.sidebar-mini.sidebar-collapse .nav-item.has-treeview .nav-link.allow-overflow {
  width: 47px;
}

.nav-item.has-treeview .nav.nav-treeview {
  background-color: rgba(255, 255, 255, 0.1);
  padding-bottom: 2px;
  margin-top: 10px;
}
.nav-item.has-treeview .nav.nav-treeview > .nav-item > .nav-link.active {
  background: #FFFFFF;
  color: #ff4961;
  box-shadow: none;
}
.nav-item.has-treeview .nav.nav-treeview .nav.nav-treeview {
  background-color: rgba(255, 255, 255, 0.1);
  padding-bottom: 2px;
  margin-top: 10px;
}
.nav-item.has-treeview .nav.nav-treeview .nav.nav-treeview > .nav-item > .nav-link.active {
  background: #FFFFFF;
  color: #ff4961;
  box-shadow: none;
}

/*sidebar background*/
.brand-link, .sidebar .sidebar-expanded-details, .sidebar .sidebar-menu {
  position: relative;
  z-index: 4;
}

.sidebar .user-panel {
  z-index: 4;
}

.sidebar-background-abstract {
  background: url("../img/Sidebar/abstract.png"), #000000;
}

.sidebar-background-paper {
  background: url("../img/Sidebar/paper.png"), #000000;
}

.sidebar-background-skyscraper {
  background: url("../img/Sidebar/skyscraper.png"), #6DB3F2;
}

.sidebar-background-rectangulars {
  background: url("../img/Sidebar/colorful_rectangulars.jpg"), #6DB3F2;
}

.sidebar-background-leafs {
  background: url("../img/Sidebar/colorful_leafs.jpg"), #6DB3F2;
}

.sidebar-background {
  background-repeat: repeat-x;
  opacity: 0.9;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.sidebar-background:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #FFFFFF;
  background-repeat: repeat-x;
  opacity: 0.9;
}
.sidebar-background.blue-background:after {
  background-image: linear-gradient(45deg, #1488CC, #2B32B2);
}
.sidebar-background.green-background:after {
  background-image: linear-gradient(45deg, #159957, #155799);
}
.sidebar-background.black-background:after {
  background-color: #000;
  background-image: linear-gradient(45deg, #000000, #000000);
}
.sidebar-background.white-background:after {
  background-color: #000;
  background-image: -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
  background-image: -moz-linear-gradient(45deg, #FC00FF, #00DBDE);
  background-image: -o-linear-gradient(45deg, #FC00FF, #00DBDE);
  background-image: linear-gradient(45deg, #FC00FF, #00DBDE);
  background-repeat: repeat-x;
}
.sidebar-background.red-blue-background:after {
  background-color: #000;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #FC466B, #3F5EFB);
  background-image: -moz-linear-gradient(45deg, #FC466B, #3F5EFB);
  background-image: -o-linear-gradient(45deg, #FC466B, #3F5EFB);
  background-image: linear-gradient(45deg, #FC466B, #3F5EFB);
}
.sidebar-background.pink-background:after {
  background-color: #000;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
  background-image: -moz-linear-gradient(45deg, #FC00FF, #00DBDE);
  background-image: -o-linear-gradient(45deg, #FC00FF, #00DBDE);
  background-image: linear-gradient(45deg, #FC00FF, #00DBDE);
}

/* Sidebar menu  tooltip    tooltip-right            */
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-no-expand {
  overflow: visible;
}
@media only screen and (min-height: 600px) {
  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-no-expand .sidebar {
    overflow: visible;
  }
}
@media only screen and (max-height: 599px) {
  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-no-expand .sidebar {
    overflow-x: visible;
    overflow-y: auto;
  }
}

.sidebar-mini.sidebar-collapse .nav-link.allow-overflow {
  overflow: visible;
}

.sidebar-mini .tooltip-wrapper {
  position: absolute;
  visibility: hidden;
}

.sidebar-mini.sidebar-collapse .tooltip-right {
  cursor: pointer;
}

.sidebar-mini.sidebar-collapse .tooltip-right:hover > a > .tooltip-wrapper {
  visibility: visible;
  top: 5px;
  left: 69px;
}

.sidebar-mini.sidebar-collapse .tooltip-right-with-submenu:not(.tooltip-right):hover > a > .tooltip-wrapper {
  visibility: visible;
  top: 5px;
  left: 69px;
}

.tooltip-wrapper > .tooltip-sidebar {
  display: block;
  position: relative;
  color: #ff4961;
  background: #FFFFFF;
  line-height: 1.5;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  padding: 7px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.tooltip-wrapper > .tooltip-sidebar:after {
  content: "";
  position: absolute;
  margin-left: -8px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 8px solid #FFFFFF;
  border-bottom: 10px solid transparent;
  filter: drop-shadow(-1px 0px 0px rgba(0, 0, 0, 0.175));
  top: 0.55em;
}

.nav-flat.nav-sidebar > .nav-item .nav-treeview .nav-item > .nav-link, .nav-flat.nav-sidebar > .nav-item > .nav-treeview .nav-item > .nav-link {
  border-left: 0.2rem rgba(251, 251, 251, 0) solid !important;
}

.sidebar > .sidebar-menu > .nav-sidebar .nav-treeview .nav-item a.nav-link.active > i:before {
  left: 21px;
}

.sidebar-action-link > i {
  font-size: 1.1rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.6rem;
  transition: margin-left ease-in-out 0.3s;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/*Sidebar expanded details menu*/
.sidebar-expanded-details {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  width: 250px;
  height: inherit;
}

.sidebar-expanded-details.is-visible {
  display: block;
}

/*sidebar logo*/
.sidebar-mini .brand-link {
  overflow: hidden;
  min-height: 57px;
}
.sidebar-mini .brand-link > .brand-image-full.brand-image-full-black {
  display: none;
}
.sidebar-mini .brand-link > .brand-image-full.brand-image-full-white {
  max-height: 30px;
  line-height: 0.8;
  box-shadow: none !important;
  width: 100%;
  margin-left: 35px;
  max-width: 160px;
  min-height: 30px;
  transition: margin-left 0.3s linear;
}

.sidebar-mini.sidebar-collapse .brand-link > .brand-image-small {
  display: block;
  box-shadow: none !important;
  /*            position:absolute;
              right:6px;
  */
}
.sidebar-mini.sidebar-collapse .brand-link > .brand-image-full.brand-image-full-white {
  transition-property: display;
  transition: margin-right 0.3s linear;
  display: none;
  max-height: 33px;
  min-height: 27px;
}

.sidebar-mini:not(.sidebar-collapse) .brand-link > .brand-image-small {
  display: none;
}
.sidebar-mini:not(.sidebar-collapse) .brand-link > .brand-image-full.brand-image-full-white {
  display: block;
}
.sidebar-mini:not(.sidebar-collapse) .sidebar .nav-item {
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar-mini:not(.sidebar-collapse) .sidebar .nav-item > .nav-link {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.tooltip-wrapper > .tooltip-sidebar > strong {
  font-weight: 300;
}

/*  search   */
.sidebar-mini.sidebar-collapse .navbar-search {
  width: 400px;
}
@media only screen and (max-width: 1110px) {
  .sidebar-mini.sidebar-collapse .navbar-search {
    display: none;
  }
}
@media only screen and (max-width: 1385px) {
  .sidebar-mini.sidebar-collapse .navbar-search {
    width: 100%;
  }
}

body[class=sidebar-mini] .navbar-search {
  width: 400px;
}
@media only screen and (max-width: 1284px) {
  body[class=sidebar-mini] .navbar-search {
    display: none;
  }
}
@media only screen and (max-width: 1580px) {
  body[class=sidebar-mini] .navbar-search {
    width: 100%;
  }
}

.sidebar-mini.sidebar-open .navbar-search {
  display: none;
}

/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
  min-width: 65px;
}

/* bootstrap model showing two scroll bars */
html {
  overflow: visible;
}

.main-header .nav-link {
  white-space: nowrap;
  overflow: hidden;
}

.blue-grey.darken-4 {
  color: #263238 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* main sidebar not under model */
.modal {
  z-index: 1059;
}

.form-group.required .col-form-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 3px;
}

.nav-user-menu .user-image {
  width: 20px;
  margin-right: 4px;
  margin-top: -4px;
}

/*reg layout*/
.main-header.reg-layout {
  background-image: linear-gradient(189deg, #1488cc, #2b32b2);
}

.navbar-light.reg-layout .navbar-nav .nav-link {
  color: white;
}

/*dropdown menu with arrow*/
.dropdown-menu-arrow-top {
  border: 1px solid #FFFFFF;
}
.dropdown-menu-arrow-top:after {
  bottom: 100%;
  left: 1.8rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFFFFF;
  border-width: 16px;
  margin-left: -16px;
  filter: drop-shadow(0px -1px 0px rgba(0, 0, 0, 0.175));
}

.navbar-top-left.dropdown-menu {
  top: 45px;
}

/*  aside   */
[class*=sidebar-dark] .brand-link {
  border-bottom: 0;
}

/* footer */
.main-footer {
  height: 28px;
  padding: 0.1rem;
}

/*  map-tools-panel   */
.map-tools-panel {
  width: 400px;
  right: -400px;
  padding: 0;
  background-color: #FFFFFF;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  -webkit-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -o-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -moz-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.map-tools-panel.open {
  right: 0;
}
.map-tools-panel.open .map-tools-panel-title-box-content {
  padding: 10px;
}

.map-tools-panel a.map-tools-panel-toggle {
  background: #FFFFFF;
  background-color: rgb(255, 255, 255);
  color: #666EE8;
  display: block;
  -webkit-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
}

.map-tools-panel .map-tools-panel-toggle {
  position: absolute;
  top: 35%;
  width: 54px;
  height: 50px;
  left: -54px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  border-radius: 15px 0 0 15px;
}

.map-tools-panel a.map-tools-panel-close {
  color: #000000;
}

.map-tools-panel .map-tools-panel-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 7px;
  width: auto;
  z-index: 10;
  cursor: pointer;
}

.map-tools-panel .map-tools-panel-content {
  position: relative;
  height: calc(100% - 128px);
  width: 100%;
  padding-right: 20px;
}

#map-legend-treeview li {
  list-style: none;
}
#map-legend-treeview li input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
#map-legend-treeview li input[type=range]:focus {
  outline: none;
}
#map-legend-treeview li input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #a7a8ad;
  border-radius: 1px;
  border: 0px solid #000000;
}
#map-legend-treeview li input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #a7a8ad;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #666EE8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
#map-legend-treeview li input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a7a8ad;
}
#map-legend-treeview li input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #a7a8ad;
  border-radius: 1px;
  border: 0px solid #000000;
}
#map-legend-treeview li input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #a7a8ad;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #666EE8;
  cursor: pointer;
}
#map-legend-treeview li input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#map-legend-treeview li input[type=range]::-ms-fill-lower {
  background: #a7a8ad;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
#map-legend-treeview li input[type=range]::-ms-fill-upper {
  background: #a7a8ad;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
#map-legend-treeview li input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #a7a8ad;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #666EE8;
  cursor: pointer;
}
#map-legend-treeview li input[type=range]:focus::-ms-fill-lower {
  background: #a7a8ad;
}
#map-legend-treeview li input[type=range]:focus::-ms-fill-upper {
  background: #a7a8ad;
}
#map-legend-treeview .map-legend-group-check[data-checked=false] .visibleIcon, #map-legend-treeview .map-legend-layer-check[data-checked=false] .visibleIcon {
  display: none;
}
#map-legend-treeview .map-legend-group-check[data-checked=false] .notVisibleIcon, #map-legend-treeview .map-legend-layer-check[data-checked=false] .notVisibleIcon {
  display: inline;
}
#map-legend-treeview .map-legend-group-check[data-checked=true] .visibleIcon, #map-legend-treeview .map-legend-layer-check[data-checked=true] .visibleIcon {
  display: inline;
}
#map-legend-treeview .map-legend-group-check[data-checked=true] .notVisibleIcon, #map-legend-treeview .map-legend-layer-check[data-checked=true] .notVisibleIcon {
  display: none;
}

.ol-layerswitcher .expend-layers, .ol-layerswitcher .collapse-layers {
  margin: 1px 5px !important;
}
.ol-layerswitcher .expend-layers:after, .ol-layerswitcher .collapse-layers:after {
  content: none !important;
}
.ol-layerswitcher .expend-layers:before, .ol-layerswitcher .collapse-layers:before {
  content: none !important;
}
.ol-layerswitcher .modify-layer {
  background-color: transparent;
  color: rgba(97, 97, 97, 0.87);
}
.ol-layerswitcher .modify-layer.active {
  color: #666EE8;
}
.ol-layerswitcher .show-layer {
  display: inline;
}
.ol-layerswitcher .show-layer.active {
  color: #666EE8;
}
.ol-layerswitcher .show-layer.active .fa-eye {
  display: initial;
}
.ol-layerswitcher .show-layer.active .fa-eye-slash {
  display: none;
}
.ol-layerswitcher .ol-header input.form-control {
  height: calc(1.5rem + 2px);
  font-size: 0.8rem;
}
.ol-layerswitcher .panel li.ol-layer-group.ol-visible > .li-content label, .ol-layerswitcher .panel li.ol-layer-vectorimage.ol-visible > .li-content label {
  color: #2e2f31;
}
.ol-layerswitcher .panel li.ol-layer-group.ol-visible > .li-content .show-layer, .ol-layerswitcher .panel li.ol-layer-vectorimage.ol-visible > .li-content .show-layer {
  color: #666EE8;
}
.ol-layerswitcher .panel li.ol-layer-group.ol-visible > .li-content .show-layer .fa-eye, .ol-layerswitcher .panel li.ol-layer-vectorimage.ol-visible > .li-content .show-layer .fa-eye {
  display: initial;
}
.ol-layerswitcher .panel li.ol-layer-group.ol-visible > .li-content .show-layer .fa-eye-slash, .ol-layerswitcher .panel li.ol-layer-vectorimage.ol-visible > .li-content .show-layer .fa-eye-slash {
  display: none;
}
.ol-layerswitcher .panel li.ol-layer-group > .li-content .show-layer .fa-eye, .ol-layerswitcher .panel li.ol-layer-vectorimage > .li-content .show-layer .fa-eye {
  display: none;
}
.ol-layerswitcher .panel li.ol-layer-group > .li-content .show-layer .fa-eye-slash, .ol-layerswitcher .panel li.ol-layer-vectorimage > .li-content .show-layer .fa-eye-slash {
  display: initial;
}
.ol-layerswitcher .panel li.ol-layer-group label, .ol-layerswitcher .panel li.ol-layer-vectorimage label {
  padding: 0 0 0 0.7em !important;
  margin-bottom: 0;
  font-family: Montserrat, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  max-width: 19em;
  color: #8E9193;
}
.ol-layerswitcher .panel li.ol-layer-group label:after, .ol-layerswitcher .panel li.ol-layer-vectorimage label:after {
  content: none !important;
}
.ol-layerswitcher .panel li.ol-layer-group label:before, .ol-layerswitcher .panel li.ol-layer-vectorimage label:before {
  content: none !important;
}
.ol-layerswitcher .panel li.ol-layer-group .document-urbanism-legenda, .ol-layerswitcher .panel li.ol-layer-vectorimage .document-urbanism-legenda {
  border-radius: 50%;
  display: inline-flex;
  width: 20px !important;
  height: 20px;
  text-align: center;
  vertical-align: initial;
  font-size: 12px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.map-tools-panel-title-box:hover, .map-tools-panel-title-box.active {
  background-color: #dc3545 !important;
}
.map-tools-panel-title-box:hover .map-tools-panel-title-box-icon i, .map-tools-panel-title-box.active .map-tools-panel-title-box-icon i {
  color: #fff;
  text-shadow: 1px 0px 5px #fff !important;
}
.map-tools-panel-title-box:hover .map-tools-panel-title-box-text, .map-tools-panel-title-box.active .map-tools-panel-title-box-text {
  color: #fff;
}

/*  dropdown background & arrow  */
.navbar-nav > li.active > a {
  background-color: #f1f3f3; /*#E9ECEC;*/
  border-radius: 4px;
}

.dropdown-item.active, .dropdown-item:active {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu-arrow-top:after {
  border-width: 7px;
  filter: unset;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/*  menu dots   */
.ux_Dots {
  display: inline-block;
  outline: none;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  fill: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-decoration: none;
  padding: 8px;
}

.ux_Dots:hover {
  background-color: rgba(60, 64, 67, 0.08);
}

.ux_Dots:focus, .ux_Dots:hover, .ux_Dots:active, .ux_Dots[aria-expanded=true] {
  outline: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  fill: rgba(0, 0, 0, 0.9);
}

.dropdown-menu-right.ux_dots {
  right: -145px !important;
}
.dropdown-menu-right.ux_dots:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-bottom-color: #ccc;
  position: absolute;
  top: -9px;
  left: 42%;
  transform: translate(-50%);
  z-index: 1;
}
.dropdown-menu-right.ux_dots:after {
  position: absolute;
  top: -8px;
  left: 42%;
  transform: translate(-50%);
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 935px) {
  .dropdown-menu-right.ux_dots {
    right: -50px !important;
  }
  .dropdown-menu-right.ux_dots:before {
    left: 75%;
  }
  .dropdown-menu-right.ux_dots:after {
    left: 75%;
  }
}
@media screen and (max-width: 835px) {
  .dropdown-menu-right.ux_dots {
    right: 0px !important;
  }
  .dropdown-menu-right.ux_dots:before {
    left: 93%;
  }
  .dropdown-menu-right.ux_dots:after {
    left: 93%;
  }
}

.nav-item-ux > .dropdown-menu {
  border: 0 !important;
}

.apps {
  position: absolute;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: height 200ms ease-in-out;
  transition: height 200ms ease-in-out;
  min-height: 196px;
  /*    overflow-y: auto;
  overflow-x: hidden;*/
  /*    width: 320px;
  height: 388px;*/
  margin-bottom: 30px;
  display: block;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
}
.apps ::-webkit-scrollbar {
  width: 8px;
}
.apps ::-webkit-scrollbar-track {
  background: transparent;
}
.apps ::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.apps ul {
  background: #fff;
  margin: 0;
  padding: 5px;
  text-align: left;
  width: 275px;
  overflow: hidden;
  list-style: none;
  position: relative;
  display: block;
  white-space: normal;
  min-height: 100px;
}
.apps ul li {
  height: 98px;
  width: 85px;
  color: black;
  margin: 0;
  padding: 1px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.apps ul li a {
  text-decoration: none;
  font-family: arial, sans-serif;
  display: block;
  margin: 8px 2px;
  text-align: center;
  border: 1px solid transparent;
  transform: translate(0px, 0px);
  transition: transform 0.2s cubic-bezier(0.333, 0, 0, 1);
}
.apps ul li a:hover {
  border-color: #e5e5e5;
}
.apps ul li a span {
  font-size: 13px;
  line-height: 20px;
  display: block;
  color: #272727;
}
.apps ul li a img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
}

.apps:hover .simplebar-content-wrapper {
  overflow: auto;
}

.nine-dots-dropdown {
  width: 18.7rem;
  height: 22rem;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.avatar-2xl {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar {
  position: relative;
  display: inline-block;
}

.avatar img, .avatar .avatar-name {
  width: 100%;
  height: 100%;
}

.hover-bg-200:hover {
  background-color: #EDF2F9 !important;
}

.tip-document-urbanism-copil {
  margin-left: 30px;
}
.tip-document-urbanism-copil .btn {
  font-size: 12px;
  padding: 4px 0;
  margin: 4px 0;
}

.tip-document-urbanism .btn {
  font-size: 12px;
  padding: 4px 0;
  margin: 4px 0;
}

.input-group.value-unit-input input {
  min-width: 100px !important;
}
.input-group.value-unit-input .unit-input {
  min-width: 100px;
}

.select-sablon {
  font-size: 12px !important;
  height: 25px !important;
  padding: 0.1em !important;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

/* Qr Code*/
.div-qr-code {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.div-qr-code .qr-code {
  height: 106px;
  width: 106px;
}

.qr-code {
  background: #ffffff;
  height: 120px;
  width: 120px;
  margin: 16px auto;
  position: relative;
}

.img-qr {
  margin: 5px;
}

.qr-code i::before,
.qr-code i::after {
  content: "";
  height: 15px;
  width: 15px;
  border: 0 solid black;
  position: absolute;
}

.qr-code i.i-qr-b::before,
.qr-code i.i-qr-b::after {
  top: 1px;
  border-top-width: 2px;
}

.qr-code i.i-qr-b::before {
  border-top-left-radius: 8px;
  left: 1px;
  border-left-width: 2px;
}

.qr-code i.i-qr-b::after {
  border-top-right-radius: 8px;
  right: 1px;
  border-right-width: 2px;
}

.qr-code i.i-qr-a::before,
.qr-code i.i-qr-a::after {
  bottom: 1px;
  border-bottom-width: 2px;
}

.qr-code i.i-qr-a::before {
  border-bottom-left-radius: 8px;
  left: 1px;
  border-left-width: 2px;
}

.qr-code i.i-qr-a::after {
  border-bottom-right-radius: 8px;
  right: 1px;
  border-right-width: 2px;
}

.badge-animate {
  -webkit-animation: key1 0.3s ease infinite alternate;
  animation: key1 0.3s ease infinite alternate;
}

@-webkit-keyframes key1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes key1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.unitate-de-masura-afara-din-coloana {
  right: -15px;
}

.input-group-sm .input-group-addon {
  font-size: 0.7rem;
}

.input-group-sm .form-control-sm {
  padding-right: 0.25rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.3rem 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #666EE8;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #666EE8;
  border-color: #666EE8;
}

.table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: collapse !important;
  border-bottom: 1px solid #e9ecef;
}
.table.dataTable tr {
  border-top: 2px solid #e9ecef;
  border-bottom: 2px solid #e9ecef;
}
.table.dataTable tr > th {
  border-right: 1px solid #e9ecef;
}
.table.dataTable tr > th:last-child {
  border-right: 0;
}
.table.dataTable tr > td {
  border-right: 1px solid #e9ecef;
}
.table.dataTable tr > td:last-child {
  border-right: 0;
}
.table.dataTable.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 255, 0.075);
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-anuleaza-xs {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.87rem !important;
}

form .form-actions {
  border-top: 1px solid #d1d5ea;
  padding: 20px 0;
  margin-top: 20px;
}
form .form-section {
  color: #343a40;
  line-height: 3rem;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #343a40;
}
form .has-icon-left .form-control {
  padding-right: 0.85rem;
  padding-left: 1.95rem;
}
form .has-icon-left .form-control-position {
  right: auto;
  left: inherit;
}
form select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
form select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
form .obs-container input {
  min-width: 100% !important;
  background-color: transparent;
  border-color: rgba(166, 169, 174, 0.2);
}
form .form-control-position {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
}
form .form-control, form .form-control-sm {
  border: 1px solid #a6a9ae;
  color: #75787d;
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  height: 1.937rem;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
form .form-control::placeholder, form .form-control-sm::placeholder {
  color: #aeb5da;
  opacity: 1;
}
form .form-control:focus:not([readonly]), form .form-control-sm:focus:not([readonly]) {
  border-color: #666EE8 !important;
  color: #495057;
  background-color: #fff;
  outline: 0;
  /*box-shadow: 0 0 0 .05rem rgba(102,110,232,.25);*/
}
form .custom-file-input {
  display: none;
}

.input-group.input-group-xs > .input-group-prepend > .input-group-text {
  background-color: #fff;
  color: #495057;
  border-width: 1px;
  border-style: solid;
  border-color: #a6a9ae;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

form .form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  height: 1.937rem;
}

.input-group > .form-control {
  width: calc(100% - 50px);
}
.input-group.input-group-custom-unit > .form-control {
  width: initial !important;
}
.input-group.input-group-select2-other > .form-control {
  width: calc(100% - 100px);
}
.input-group.input-group-select2-other input {
  border-right: none;
}
.input-group.input-group-select2-other .input-group-append .btn {
  border-left: none;
  border-color: #a6a9ae;
}
.input-group.input-group-select2-other .input-group-append .btn:hover {
  color: #2e2f31;
  background-color: #e9ecef;
}
.input-group > .input-group-addon.input-group-text.input-group-append {
  max-height: 31px;
  border-color: #a6a9ae;
  color: #495057;
  background-color: #fff;
  outline: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

textarea.form-control {
  height: calc(3px + 3rem);
}

input[type=checkbox] {
  accent-color: #666EE8;
  width: 17px;
  height: 17px;
}

.form-group {
  margin-bottom: 0.75rem;
}

.label-control {
  color: #343a40;
  font-size: 0.8rem;
  font-weight: 500 !important;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.label-control.form-check-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #ff4961 !important;
  background-image: none;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ff4961;
}

.danger {
  color: #ff4961 !important;
}

.card-header .card-title {
  margin-bottom: 0;
}

.card .card-title {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.custom-radio .custom-control-label {
  width: 50px !important;
  min-width: 50px !important;
}

.form-inline {
  display: unset;
}

input[data-provider=numberformater].is-invalid {
  padding-right: 8px !important;
}

body {
  font-family: "Open+Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: rgba(97, 97, 97, 0.87);
}

.text-danger {
  color: #ff4961 !important;
}

.btn-ux-outline-primary {
  border: 1px solid #666EE8;
  background-color: transparent;
  color: #666EE8;
  box-shadow: none !important;
}
.btn-ux-outline-primary:hover:not(.disabled) {
  background-color: #5961e6 !important;
  color: #fff !important;
  border-color: #666EE8;
}

.btn-ux-outline-secondary {
  border: 1px solid #a6a9ae;
  background-color: transparent;
  color: rgba(97, 97, 97, 0.87);
  box-shadow: none !important;
}
.btn-ux-outline-secondary > i {
  color: #1e9ff2 !important;
}
.btn-ux-outline-secondary:hover:not(.disabled) {
  background-color: #007bff !important;
  color: #ffffff !important;
  border-color: #a6a9ae;
}
.btn-ux-outline-secondary:hover:not(.disabled) > i {
  color: #ffffff !important;
}

.btn-ux-outline-danger {
  border: 1px solid #a6a9ae;
  background-color: transparent;
  color: rgba(97, 97, 97, 0.87);
  box-shadow: none !important;
}
.btn-ux-outline-danger > i {
  color: #ff4961 !important;
}
.btn-ux-outline-danger:hover:not(.disabled) {
  background-color: #ff4961 !important;
  color: #ffffff !important;
  border-color: #ff4961;
}
.btn-ux-outline-danger:hover:not(.disabled) > i {
  color: #ffffff !important;
}

.btn.btn-raised {
  min-width: 200px;
}

i.click-navigate {
  color: #666EE8;
  padding: 5px;
  border-radius: 5px;
}
i.click-navigate:hover {
  color: #535BE2;
  background-color: #e9ecef;
}

#AtasamenteSearchForm .custom-radio .custom-control-label {
  min-width: 90px !important;
  width: 90px !important;
}

ul.ui-autocomplete {
  z-index: 13100;
  top: 30px !important;
  left: 7px !important;
}

.tableFitersFrom {
  padding: 15px 0;
}
.tableFitersFrom .select2-container {
  width: 100% !important;
}

.btn-outline-primary:not(.not-mov) {
  color: #666EE8 !important;
  border-color: #666EE8 !important;
}
.btn-outline-primary:not(.not-mov):hover {
  color: #fff !important;
  border-color: #666EE8 !important;
  background-color: #666EE8 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  border-color: #666EE8 !important;
  background-color: #666EE8 !important;
}

.btn-primary {
  background-color: #666EE8 !important;
  border-color: #666EE8 !important;
}
.btn-primary:hover {
  background-color: #535BE2 !important;
}

.btn-secondary:not(.btn-ux-outline-primary) {
  background-color: #28d094 !important;
  border-color: #28d094 !important;
}
.btn-secondary:not(.btn-ux-outline-primary):hover {
  background-color: #1EC481 !important;
}

a.text-primary {
  color: #666EE8 !important;
}

a.text-primary:hover {
  color: #535ad0 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #666EE8 !important;
  background-color: #666EE8 !important;
}

.custom-modal-container {
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  /*.row.cerere-row {
      margin-right: -15px;
      margin-left: -15px;
  }

  .col-12.cerere-col-12 {
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }*/
}
.custom-modal-container .nav-link {
  padding: 0.35rem 0.5rem;
}
.custom-modal-container .sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}
.custom-modal-container .sticky-nav-tabs.sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}
.custom-modal-container .sticky-nav-tabs {
  background-color: #ffffff;
  margin: 0 15px;
}
.custom-modal-container .table a.text-primary {
  color: #28d094 !important;
}
.custom-modal-container .table a.text-muted:hover {
  color: #28d094 !important;
}
.custom-modal-container .iframe-detalii-generale {
  width: 100%;
  height: 100%;
}
.custom-modal-container .nav.nav-tabs .nav-item {
  position: relative;
}
.custom-modal-container .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  background-color: #ffffff;
  margin: 0 15px;
  /*box-shadow: 0 10px 20px 0 rgba(0,0,0,.06);*/
}
.custom-modal-container .tab-content {
  padding: 1rem 0rem;
}
.custom-modal-container .nav-item {
  /*width: 150px;*/
  text-align: center;
}
.custom-modal-container .nav-link {
  color: #666EE8;
  padding: 0.5rem 1.5rem;
}
.custom-modal-container .nav-link.active {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid;
  border-color: #666EE8;
  color: #666EE8;
  font-weight: 600;
}
.custom-modal-container .nav-link:not(.active):hover {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  color: #666EE8;
  font-weight: 600;
}
.custom-modal-container .nav-item.main-nav-item {
  width: 225px;
  text-align: center;
  padding-bottom: 0.8rem;
}
.custom-modal-container .nav-link.main-nav-link {
  border: 1px solid #666EE8;
  background-color: transparent;
  color: #666EE8;
  box-shadow: none !important;
  margin-right: 0.8rem;
  border-radius: 0.25rem;
}
.custom-modal-container .nav-link.main-nav-link.active {
  background-color: #5961e6 !important;
  color: #fff !important;
  border-color: #666EE8;
  font-weight: 400;
}
.custom-modal-container .nav-link.main-nav-link.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #ededed;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-modal-container .nav-link.main-nav-link.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-modal-container .nav-link.main-nav-link:not(.active):hover {
  background-color: #5961e6 !important;
  color: #fff !important;
  font-weight: 400;
  border: 1px solid #666EE8;
  border-color: #666EE8;
}
.custom-modal-container .detalii-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dee2e6;
  background-color: #ffffff;
}
.custom-modal-container .detalii-item {
  /*width: 150px;*/
  text-align: center;
}
.custom-modal-container .detalii-stanga-box {
  color: rgba(97, 97, 97, 0.87);
  min-height: calc(90vh - 215px);
}
.custom-modal-container .detalii-link {
  display: block;
  padding: 0.5rem 0.6rem;
  color: rgba(97, 97, 97, 0.87);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid;
  border-color: transparent;
  cursor: pointer;
  font-size: 15px;
}
.custom-modal-container .detalii-link:hover {
  color: rgba(97, 97, 97, 0.87);
}
.custom-modal-container .detalii-link i {
  color: #666EE8;
}
.custom-modal-container .detalii-link.disabled {
  color: #a7a8ad;
}
.custom-modal-container .detalii-link.disabled i {
  color: #a7a8ad;
}
.custom-modal-container .detalii-link.active {
  border-color: #666EE8;
}
.custom-modal-container .detalii-link:not(.active):hover {
  border-color: #666EE8;
}
@media (min-width: 576px) {
  .custom-modal-container form .form-group .label-control {
    text-align: right;
    padding-right: 5px;
  }
}
.custom-modal-container .sterge-solicitant-conex {
  color: #ff4961;
  margin-right: 0.75rem;
}

a.text-primary {
  color: #28d094 !important;
}

.h-bold {
  font-weight: 600;
}

h4.card-title {
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  /**/
  font-family: Montserrat, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.15em;
  color: #454545;
  /**/
  margin-top: 0;
}

.form-group input[type=checkbox] {
  accent-color: #666EE8;
  width: 17px;
  height: 17px;
}

@media screen and (max-width: 451px) {
  .left-side-input {
    padding-left: 8px;
    padding-right: 8px;
  }
  .right-side-input {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 451px) {
  .left-side-input {
    padding-left: 8px;
    padding-right: 24px;
  }
  .right-side-input {
    padding-left: 24px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .form-group:not(.inverse-label).ux-form-group-md label {
    width: 220px;
    min-width: 220px;
  }
}

@media screen and (min-width: 768px) {
  .form-group:not(.inverse-label) label {
    width: 170px;
    min-width: 170px;
  }
  .form-group:not(.inverse-label) label.label-sm {
    width: 95px;
    min-width: 95px;
  }
  .form-group:not(.inverse-label) input:not([type=date]):not([type=radio]):not([type=checkbox]) {
    min-width: calc(100% - 170px);
  }
  .form-group:not(.inverse-label) input[type=date] {
    min-width: calc(100% - 150px - 40px);
    min-width: calc(100% - 170px - 40px);
  }
  .form-group:not(.inverse-label) select {
    min-width: calc(100% - 170px);
  }
  .form-group:not(.inverse-label) .select2.select2-container .select2-selection {
    height: 31px;
  }
  .form-group:not(.inverse-label) .select2.select2-container .select2-selection .select2-selection__rendered {
    margin-top: -7px;
  }
  .form-group:not(.inverse-label) textarea {
    min-width: calc(100% - 170px);
  }
}

@media screen and (min-width: 768px) {
  .form-group.inverse-label .inverse-input {
    width: 170px;
    min-width: 170px;
  }
  .form-group.inverse-label .inverse-input input[type=checkbox] {
    position: absolute;
    left: 153px;
    width: 17px;
    height: 17px;
    margin-top: 5px;
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    accent-color: #666EE8;
  }
  .form-group.inverse-label .inverse-input input[type=checkbox]:checked {
    border-color: #666EE8 !important;
    background-color: #666EE8 !important;
  }
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 25px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

form .form-control-sm {
  height: 25px !important;
}

.input-group-xs > .input-group-prepend {
  height: 25px;
}

#ModificaLocDeParcareForm label.label-control, #SchimbaStareLocuriDeParcare label.label-control {
  min-width: 100px;
  width: 100px;
}

.stareCerereDepusa, .statusLocParcareIndisponibil, .urbStareCerereDepusa {
  color: #A6A6A6;
}

.stareCerereInregistrata, .urbStareCerereInregistrata {
  color: #BCBFFF;
}

.stareCerereValidata, .statusLocParcareDisponibil, .urbStareCerereValidata {
  color: #69DEB4;
}

.stareCerereNecesitaCompletari, .statusLocParcareDizabilitatiRezervat, .urbStareCerereNecesitaCompletari {
  color: #7E57C2;
}

.stareCerereRespinsaLaValidare {
  color: #E57373;
}

.stareCerereAtribuita, .urbStareAutorizatieLucrariNefinalizate {
  color: #69F0AE;
}

.stareCerereRespinsaLaAtribuire, .stareAbonamentIncetat, .urbStareCerereRespinsa, .urbStareCertificatExpirat, .urbStareAutorizatieExpirata {
  color: #F44336;
}

.stareCererePlatita, .urbStareCerereValidata, .urbStareCertificatValidat, .urbStareAutorizatieValidata {
  color: #2196F3;
}

.stareCerereNeplatita, .statusLocParcareInCursDeRezervare {
  color: #ff9149;
}

.stareCerereFinalizata, .stareAbonamentActiv, .statusLocParcareRezervat, .urbStareCertificatFinalizat, .urbStareAutorizatieFinalizata, .urbStareCerereFinalizata {
  color: #76FF03;
}

.stareCerereRenuntat {
  color: #E0E0E0;
}

.stareCerereAnulata, .stareAbonamentAnulat, .urbStareCerereAnulata, .urbStareCertificatAnulat, .urbStareAutorizatieAnulata {
  color: #455A64;
}

.input-group-xs .select2-selection__rendered {
  font-size: 12px !important;
  margin-top: -10px !important;
}

.input-group-xs .select2-container {
  width: 100% !important;
}

.input-group-xs > .select2-container .select2-selection--single {
  height: 25px !important;
}

.line-dotted {
  border-top-style: dotted;
  border-top: 2px solid #E0E0E0;
  flex-grow: 1;
  margin: 0 10px;
}

.line-dotted-taxe {
  border: none;
  border-top: 2px dotted #E0E0E0;
  color: #E0E0E0;
  background-color: #fff;
  height: 1px;
  margin: 0 10px;
  width: 100%;
}

.input-group-tenants {
  display: flex;
  flex-wrap: nowrap;
}

.input-group-tenants > .form-control {
  height: calc(2.25rem + 2px);
}

.card-convex {
  font-size: 1rem;
  font-weight: normal;
  margin: 15px 0;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-convex .card-header-convex {
  padding: 1.5rem;
  border-bottom: none;
  background-color: transparent;
}

.card-header-convex:first-child {
  border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
  border-radius: -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header-convex {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-convex .card-header-convex .card-title-wrap-convex {
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid #E9ECEF;
}

.card-header-convex .bar-info {
  border-color: #1E9FF2 !important;
}

.card-header-convex .bar-warning {
  border-color: #FF9149 !important;
}

.primary-text-convex {
  font-weight: 500;
  color: #666EE8 !important;
}

.urbStareCerereInLucru, .urbStareCertificatInLucru, .urbStareAutorizatieInLucru {
  color: #673AB7;
}

.urbStareCerereNecesitaCompletari {
  color: #FFBF7F;
}

.urbStareCerereCertificatGenerat, .urbStareCertificatCertificatFinal, .urbStareCerereAutorizatieGenerata, .urbStareAutorizatieFinala {
  color: #DCEDC8;
}

.urbStareCertificatNecesitaValidare, .urbStareAutorizatieNecesitaValidare {
  color: #BBDEFB;
}

.urbStareCertificatNecesitaSemnareOlografa, .urbStareAutorizatieNecesitaSemnareOlografa {
  color: #FFDEC8;
}

.urbStareCertificatIncarcareCertificatPrelungit, .urbStareAutorizatieIncarcareAutorizatiePrelungita {
  color: #33691E;
}

.urbStareCerereNecesitaValidare {
  color: #F8BBD0;
}

.urbStareAutorizatieLucrariFinalizate {
  color: #64DD17;
}

/* Custom header image & mobile header */
.custom-img-profile {
  margin: 0 15px 0 0;
  border: 3px solid #adb5bd;
  padding: 3px;
  width: 100px;
  min-height: 55px;
}

.thumbnail {
  position: relative;
  z-index: 0;
}

.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}

.thumbnail span {
  position: absolute;
  left: -1000px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.thumbnail span img {
  border-width: 0;
}

.thumbnail:hover img {
  max-width: 500px;
}

.thumbnail:hover span {
  visibility: visible;
  top: 0;
  left: 60px;
}

.thumbnail-hidden-fix {
  overflow: hidden;
}

.thumbnail-hidden-fix:hover {
  overflow: visible !important;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 12312312312;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*  office layout   */
.navbar-light.office-layout .navbar-nav .nav-link {
  color: white;
}

.sidebar.office-siderbar > .sidebar-menu > .nav-sidebar > .nav-item a.nav-link {
  color: #323130;
  font-family: SegoeUI-SemiBold-final, Segoe UI Semibold, SegoeUI-Regular-final, Segoe UI, "Segoe UI Web (West European)", Segoe, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Tahoma, Helvetica, Arial, sans-serif !important;
}

.sidebar.office-siderbar > .sidebar-menu > .nav-sidebar > .nav-item.has-treeview.menu-open > a.nav-link.active {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #323130 !important;
}

.sidebar.office-sidebar {
  height: calc(100vh - 47px) !important;
}

.sidebar-background-office {
  background: #ffffff;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.main-header.office-layout {
  background-color: #1651AA;
  height: 48px;
  font-family: SegoeUI-SemiBold-final, Segoe UI Semibold, SegoeUI-Regular-final, Segoe UI, "Segoe UI Web (West European)", Segoe, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Tahoma, Helvetica, Arial, sans-serif;
}

.office-logo {
  position: relative;
  z-index: 100;
  display: block;
  padding: 0.2rem 0.5rem;
}
.office-logo.dropdown-toggle:after {
  display: none;
}
.office-logo:hover {
  background-color: #0E336A;
}

.office_ux_Dots {
  display: inline-block;
  outline: none;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  fill: #ffffff;
  cursor: pointer;
  text-decoration: none;
  padding: 8px;
}

.office_ux_Dots:focus, .office_ux_Dots:hover, .office_ux_Dots:active, .office_ux_Dots[aria-expanded=true] {
  outline: none;
}

#nav-office {
  background-color: #1651AA;
  position: relative;
  z-index: 99;
}
#nav-office:after {
  content: "";
  display: block;
  clear: both;
}
#nav-office.active {
  background-color: white;
}

#nav-office.active .office-logo:hover {
  background-color: white;
}

#nav-office.active .office_ux_Dots {
  fill: #323130;
}

.toggle-wrap {
  height: 47px;
}

.office-side-menu {
  position: absolute;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  height: 100%;
  background-color: #ffffff;
  left: -320px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 70px;
  outline: none;
  overflow-y: auto;
  visibility: visible;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
}
.office-side-menu.active {
  left: 0;
  z-index: 98;
}
.office-side-menu a {
  display: block;
  padding: 1.2rem;
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  border-bottom: 1px solid #414141;
}

.table.table-editable td, .table.table-editable th {
  padding: 0;
}
.table.table-editable td ul, .table.table-editable th ul {
  margin: 0;
  padding-left: 1rem;
}
.table.table-editable td input, .table.table-editable th input {
  border-radius: 0;
  border-color: white;
}

.wizard {
  border-right: 1px solid #E0E0E0;
}
.wizard .nav-item {
  font-size: 15px;
}
.wizard .nav-item:hover .adauga-document span {
  display: inline;
}
.wizard .nav-item .wizard-link .wizard-status::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 27px);
  background-color: #E0E0E0;
  left: 34px;
  bottom: -9px;
  z-index: 3;
}
.wizard .nav-item:last-child .wizard-link .wizard-status::before {
  content: none;
}
.wizard .nav-item .adauga-document {
  padding-top: 8px;
  padding-right: 10px;
  color: #666EE8;
}
.wizard .nav-item .adauga-document:hover {
  font-weight: bold;
}
.wizard .nav-item .adauga-document .feather {
  color: #666EE8 !important;
}
.wizard .nav-item .adauga-document span {
  display: none;
}
.wizard .wizard-link {
  text-align: left;
  padding-bottom: 40px;
  position: relative;
  height: 70px;
  color: #8E9193;
  font-family: Montserrat, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.wizard .wizard-link.has-data {
  color: #2e2f31;
}
.wizard .wizard-link.has-data.active {
  background-color: transparent !important;
  border: none !important;
}
.wizard .wizard-link.has-data.active .wizard-status {
  border: 1px solid #E0E0E0;
}
.wizard .wizard-link.has-data.active .wizard-status i {
  color: #ffffff;
}
.wizard .wizard-link.has-data .wizard-status {
  background-color: #28d094;
}
.wizard .wizard-link.has-data .wizard-status i {
  color: transparent;
}
.wizard .wizard-link.active {
  background-color: transparent !important;
  border: none !important;
  color: #2e2f31 !important;
}
.wizard .wizard-link.active .wizard-status {
  border: 1px solid #E0E0E0;
}
.wizard .wizard-link.active .wizard-status i {
  color: #2e2f31;
}
.wizard .wizard-link:hover {
  color: #2e2f31 !important;
}
.wizard .wizard-link .wizard-status i {
  color: transparent;
}
.wizard .wizard-link .wizard-status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E0E0;
  padding: 5px 10px;
  margin-right: 10px;
  background: #fff;
}
.wizard .wizard-link .wizard-date {
  color: #8E9193;
  font-weight: 400;
  margin-left: 35px;
}

.popupwindow.ProfilPersoanaModal .ps__rail-y {
  z-index: 2;
}

.profil-container {
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  background-color: #ffffff;
}
.profil-container .profil-stanga {
  display: flex;
  width: 100%;
}
.profil-container .profil-stanga .profile-picture {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 2px solid #e9ecef;
  display: flex;
  margin: 5px 15px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.profil-container .profil-stanga .profile-picture img {
  max-height: 100%;
  object-fit: fill;
}
.profil-container .profil-stanga .profil-informatii {
  display: flex;
  justify-content: start;
  align-items: center;
  color: rgba(97, 97, 97, 0.87);
  font-family: "Open+Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.profil-container .profil-stanga .profil-informatii p {
  margin-bottom: 2px;
}
.profil-container .profil-stanga .profil-informatii p.profil-denumire {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.profil-container .profil-dreapta {
  width: calc(50% - 5px);
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 10px 0 10px 15px;
}
.profil-container .profil-dreapta .btn {
  min-width: 150px;
}
.profil-container .profil-dreapta .btn .feather {
  margin-right: 7px;
  color: #ffffff !important;
}

.profil-wrapper {
  padding: 0 16px;
  background-color: #ffffff;
}
.profil-wrapper.profil-border-bottom {
  border-bottom: 1px solid #e9ecef;
}
.profil-wrapper.profil-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.profil-wrapper#profil-date-personale.profil-small-content .profil-container {
  height: 50px;
}
.profil-wrapper#profil-date-personale.profil-small-content .profil-container .profile-picture {
  width: 45px;
  height: 45px;
}
.profil-wrapper#profil-date-personale.profil-small-content .profil-informatii p.profil-denumire {
  display: block !important;
}
.profil-wrapper#profil-date-personale.profil-small-content .profil-informatii p {
  display: none;
}
.profil-wrapper .nav-tabs {
  border-bottom-color: transparent !important;
}
.profil-wrapper .nav-tabs .nav-link {
  border: none;
  color: #a7a8ad;
}
.profil-wrapper .nav-tabs .nav-link:hover {
  color: #a7a8ad;
}
.profil-wrapper .nav-tabs .nav-link.active {
  border-bottom: 1px solid;
  border-color: #666EE8;
  color: #666EE8;
}

.profil-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.profil-actions .btn-edit-profile {
  background-color: #EDEEFC;
  color: #666EE8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.profil-actions .btn-edit-profile:hover {
  background-color: #D1D4F8;
}
.profil-actions .btn-edit-profile .feather {
  margin-right: 7px;
  color: #666EE8 !important;
}
.profil-actions .btn-delete-profile {
  background-color: #CFD8DC;
  color: #000000;
}
.profil-actions .btn-delete-profile:hover {
  background-color: #90A4AE;
}
.profil-actions .btn-delete-profile .feather {
  margin-right: 7px;
  color: #000000 !important;
}

.profil-tab-content {
  padding: 6px 16px;
}
.profil-tab-content .profil-tab-pane {
  min-height: 200px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
}

.profile-gray-bg-color {
  background-color: #F0F2F5 !important;
}

.profil-spv .nav-pills .nav-link {
  padding: 0.5rem 0.5rem;
}
.profil-spv .nav-pills .nav-link.active {
  background-color: #EDEEFC;
  border-bottom: none;
}
.profil-spv .profil-spv-left {
  min-height: 180px;
  border-right: 1px solid #e9ecef;
}
.profil-spv .profil-spv-left .tab-title {
  margin: 5px;
  padding: 5px;
  border-bottom: 1px solid #e9ecef;
  font-size: 18px;
  font-weight: bold;
}

.swal2-title {
  font-family: Montserrat, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.125rem !important;
}

.swal2-cancel {
  background-color: #868e96 !important;
}

.swal2-deny {
  background-color: #ff4961 !important;
}

.swal2-confirm {
  background-color: #666ee8 !important;
}

.swal2-button-text {
  font-family: "Open+Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.card .card-header {
  padding: 1.5rem;
  border-bottom: none;
  background-color: transparent;
}
.card .card-header .card-title-wrap {
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid #e9ecef;
}
.card .card-header .bar-success {
  border-color: #28d094 !important;
}
.card .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card .card-block {
  padding: 1rem 1.5rem 1.5rem;
}

.ux-auto-complete {
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #e9ecef;
  border-radius: 5px;
}
.ux-auto-complete li.ux-auto-complete-item {
  width: 100%;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #e9ecef;
}
.ux-auto-complete li.ux-auto-complete-item:hover {
  background-color: #e9ecef;
  cursor: pointer;
}

#Detalii {
  /*max-height: 75vh;
  height: 78vh;
  overflow: auto;*/
}

#Detalii .card-comments {
  overflow-y: auto;
  max-height: 20vh;
}

.all-chats-list {
  height: calc(100vh - 58px);
  position: fixed;
  min-width: 300px;
  max-width: 350px;
  background-color: #fff;
  right: 0;
  top: 56px;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  #Detalii .card-comments {
    overflow-y: auto;
    max-height: 20vh;
  }
}
@media (min-width: 992px) {
  #Detalii .card-comments {
    overflow-y: auto;
    max-height: 23vh;
  }
}
@media (min-width: 1200px) {
  #Detalii .card-comments {
    overflow-y: auto;
    max-height: 26vh;
  }
}
@media (min-width: 1500px) {
  #Detalii .card-comments {
    overflow-y: auto;
    max-height: 29vh;
  }
}
.mesajele-din-conversatie-chat {
  overflow-y: auto;
  max-height: 60vh;
}

.lista-de-conversatii {
  overflow-y: auto;
  max-height: calc(100vh - 130px);
}

.close-conversatie-chat, .vizualizeaza-conversatie-chat, .inapoi-la-conversatie-chat, .trimite-mesaj-chat-de-trimis {
  cursor: pointer;
}

.vizualizeaza-conversatie-chat:hover {
  background-color: #f4f6f9;
}

.nu-exista-mesaje-box {
  background-color: rgba(255, 220, 40, 0.15);
}

.trimite-mesaj-chat-de-trimis {
  position: absolute;
  bottom: 10px;
}

.msg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.msg .bubble {
  float: left;
  max-width: 75%;
  min-width: 75%;
  width: auto;
  height: auto;
  display: block;
  background: #ebebeb;
  border-radius: 5px;
  position: relative;
  margin: 10px 0 3px 25px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.msg .bubble.alt {
  margin: 10px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}

.msg .bubble.follow {
  margin: 2px 0 3px 25px;
}

.msg .bubble.altfollow {
  margin: 2px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}

.msg .bubble .txt {
  padding: 8px 0 8px 0;
  width: 100%;
}

.msg .bubble .txt .name {
  font-weight: 600;
  font-size: 14px;
  display: inline-table;
  padding: 0 0 0 15px;
  margin: 0 0 4px 0;
  color: #3498db;
}

.msg .bubble .txt .name0 {
  color: #35cd96 !important;
}

.msg .bubble .txt .name1 {
  color: #3498db !important;
}

.msg .bubble .txt .name2 {
  color: #db5ec2 !important;
}

.msg .bubble .txt .name3 {
  color: #91ab01 !important;
}

.msg .bubble .txt .name4 {
  color: #e69f73 !important;
}

.msg .bubble .txt .name5 {
  color: #6bcbef !important;
}

.msg .bubble .txt .name6 {
  color: #dfb610 !important;
}

.msg .bubble .txt .name7 {
  color: #fd85d4 !important;
}

.msg .bubble .txt .name8 {
  color: #bd88eb !important;
}

.msg .bubble .txt .name9 {
  color: #b04632 !important;
}

.msg .bubble .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
  overflow: hidden;
}

.msg .bubble .txt .name.alt {
  color: #2ecc51;
}

.msg .bubble .txt .message {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px 0 15px;
  margin: auto;
  color: #2b2b2b;
  display: table;
}

.msg .bubble .txt .timestamp {
  font-size: 11px;
  margin: auto;
  padding: 0 15px 0 0;
  display: table;
  float: right;
  position: relative;
  text-transform: uppercase;
  color: #999;
  padding-right: 0px;
  margin-right: 0px;
}

.msg .bubble .bubble-arrow {
  position: absolute;
  float: left;
  left: -11px;
  top: 0px;
}

.msg .bubble .bubble-arrow.alt {
  bottom: 20px;
  left: auto;
  right: 4px;
  float: right;
}

.msg .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border-top: 15px solid #ebebeb;
  border-left: 15px solid transparent;
  -ms-border-radius: 4px 0 0 0px;
  border-radius: 4px 0 0 0px;
  width: 0;
  height: 0;
}

.msg .bubble .bubble-arrow.alt:after {
  border-top: 15px solid #DCF8C6;
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.msg .bubble .atasament-mesaj-curent {
  font-size: 14px;
}

.no_checkbox > i.jstree-checkbox {
  display: none !important;
}

.read-only-element {
  /*    background-color: transparent !important;
  border-color: transparent !important;
  border-bottom: 1px solid #dee2e6 !important;*/
  cursor: text;
}
.read-only-element.read-only-element-on-left-side {
  text-align: left;
}
.read-only-element.read-only-element-on-right-side {
  text-align: right;
}
.read-only-element.read-only-element-in-the-center {
  text-align: center;
}

.vizualizare-regulament-local-form .buton-colapsare-sectiune-regulament-local:not(.collapsed) > .sectiune-icon-collapse,
.vizualizare-regulament-local-form .buton-colapsare-sectiune-regulament-local:not(.collapsed) > .articol-icon-collapse,
.vizualizare-regulament-local-form .buton-colapsare-articol-regulament-local:not(.collapsed) > .sectiune-icon-collapse,
.vizualizare-regulament-local-form .buton-colapsare-articol-regulament-local:not(.collapsed) > .articol-icon-collapse, .configurare-regulament-local-form .buton-colapsare-sectiune-regulament-local:not(.collapsed) > .sectiune-icon-collapse,
.configurare-regulament-local-form .buton-colapsare-sectiune-regulament-local:not(.collapsed) > .articol-icon-collapse,
.configurare-regulament-local-form .buton-colapsare-articol-regulament-local:not(.collapsed) > .sectiune-icon-collapse,
.configurare-regulament-local-form .buton-colapsare-articol-regulament-local:not(.collapsed) > .articol-icon-collapse {
  display: block;
}
.vizualizare-regulament-local-form .buton-colapsare-sectiune-regulament-local:not(.collapsed) > .sectiune-icon-expand,
.vizualizare-regulament-local-form .buton-colapsare-sectiune-regulament-local:not(.collapsed) > .articol-icon-expand,
.vizualizare-regulament-local-form .buton-colapsare-articol-regulament-local:not(.collapsed) > .sectiune-icon-expand,
.vizualizare-regulament-local-form .buton-colapsare-articol-regulament-local:not(.collapsed) > .articol-icon-expand, .configurare-regulament-local-form .buton-colapsare-sectiune-regulament-local:not(.collapsed) > .sectiune-icon-expand,
.configurare-regulament-local-form .buton-colapsare-sectiune-regulament-local:not(.collapsed) > .articol-icon-expand,
.configurare-regulament-local-form .buton-colapsare-articol-regulament-local:not(.collapsed) > .sectiune-icon-expand,
.configurare-regulament-local-form .buton-colapsare-articol-regulament-local:not(.collapsed) > .articol-icon-expand {
  display: none;
}
.vizualizare-regulament-local-form .buton-colapsare-sectiune-regulament-local.collapsed > .sectiune-icon-collapse,
.vizualizare-regulament-local-form .buton-colapsare-sectiune-regulament-local.collapsed > .articol-icon-collapse,
.vizualizare-regulament-local-form .buton-colapsare-articol-regulament-local > .sectiune-icon-collapse,
.vizualizare-regulament-local-form .buton-colapsare-articol-regulament-local > .articol-icon-collapse, .configurare-regulament-local-form .buton-colapsare-sectiune-regulament-local.collapsed > .sectiune-icon-collapse,
.configurare-regulament-local-form .buton-colapsare-sectiune-regulament-local.collapsed > .articol-icon-collapse,
.configurare-regulament-local-form .buton-colapsare-articol-regulament-local > .sectiune-icon-collapse,
.configurare-regulament-local-form .buton-colapsare-articol-regulament-local > .articol-icon-collapse {
  display: none;
}
.vizualizare-regulament-local-form .buton-colapsare-sectiune-regulament-local.collapsed > .sectiune-icon-expand,
.vizualizare-regulament-local-form .buton-colapsare-sectiune-regulament-local.collapsed > .articol-icon-expand,
.vizualizare-regulament-local-form .buton-colapsare-articol-regulament-local > .sectiune-icon-expand,
.vizualizare-regulament-local-form .buton-colapsare-articol-regulament-local > .articol-icon-expand, .configurare-regulament-local-form .buton-colapsare-sectiune-regulament-local.collapsed > .sectiune-icon-expand,
.configurare-regulament-local-form .buton-colapsare-sectiune-regulament-local.collapsed > .articol-icon-expand,
.configurare-regulament-local-form .buton-colapsare-articol-regulament-local > .sectiune-icon-expand,
.configurare-regulament-local-form .buton-colapsare-articol-regulament-local > .articol-icon-expand {
  display: block;
}
.vizualizare-regulament-local-form .expand-collapse-sectiune-column, .vizualizare-regulament-local-form .expand-collapse-articol-column, .vizualizare-regulament-local-form .expand-collapse-paragraf-column, .configurare-regulament-local-form .expand-collapse-sectiune-column, .configurare-regulament-local-form .expand-collapse-articol-column, .configurare-regulament-local-form .expand-collapse-paragraf-column {
  min-width: 45px;
}

.vizualizare-regulament-local-form #Sectiuni .row:hover {
  background-color: rgba(89, 97, 230, 0.13);
  color: black;
  transition: all 0.1s ease;
  webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  border-radius: 3px;
}

.configurare-regulament-local-form .row:not(.row-paragraf):hover {
  background-color: rgba(89, 97, 230, 0.13); /*#B7E1FF;*/
  color: black;
  transition: all 0.1s ease;
  webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  border-radius: 3px;
}

.nav-item.raspuns-regimuri-tab > a {
  border: 1px solid #666EE8;
  background-color: transparent;
  color: #666EE8;
  box-shadow: none !important;
  margin-right: 0.8rem;
  border-radius: 0.25rem;
}

.nav-item.raspuns-regimuri-tab > a.active {
  background-color: #5961e6 !important;
  color: #fff !important;
  border-color: #666EE8;
  font-weight: 400;
}

.nav-item.raspuns-regimuri-tab > a:not(.active):hover {
  background-color: #5961e6 !important;
  color: #fff !important;
  font-weight: 400;
  border: 1px solid #666EE8;
  border-color: #666EE8;
}

.sterge-tab-regulament-local > i {
  text-shadow: #fff -1px 2px 0px, #fff -1px 0px 0px;
}

.sterge-tab-regulament-local:hover {
  background-color: transparent;
}

.datepicker-block > input[readonly] + .input-group-append {
  display: none;
}
