.warning-message {
  background-color: rgba(234, 161, 161, 0.45);
  margin-bottom: 15px;
}
.user-pick {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.user-pick__square,
.user-pick__avatar {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.user-pick__status {
  position: absolute;
  top: -3px;
  left: -3px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 10px;
  width: 10px;
  display: block;
  margin: 0 !important;
}
.user-pick__status.online {
  background: #2ecc71;
}
.user-pick__status.away {
  background: #f4b350;
}
.user-pick__square {
  font-size: 10px;
  text-align: center;
  background: #428bca;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.user-pick__square_deleted {
  background: #415c71;
}
.user-pick__avatar {
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
}
.dashboard-page {
  background: #eaedf1;
  height: 100%;
  overflow: hidden;
}
.dashboard-page .label {
  font-size: 1em;
  padding: 2px 5px;
}
.dashboard-page .label-top {
  display: block;
  white-space: normal;
  text-align: center;
}
.dashboard-page .tag-file_as-button {
  height: 60px;
}
.dashboard-page .tag-sizable-handler {
  background-color: #51445f;
}
.dashboard-page .control-label {
  font-size: 12px;
  font-weight: bold;
}
.dashboard-page .tag-color-select .square {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.dashboard-page .label {
  font-size: 11px;
}
.dashboard-page .tag-datepicker__clear {
  top: 0;
  margin-top: 9px;
}
.nav-tabs.inner-tabs {
  background-color: #ddd;
  border-bottom: none;
  margin-top: 10px;
}
.nav-tabs.inner-tabs_top {
  margin-top: 0;
}
.nav-tabs.inner-tabs > li {
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.nav-tabs.inner-tabs > li > a {
  color: rgba(74, 85, 91, 0.5);
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 10px 7px;
  font-size: 12px;
}
.nav-tabs.inner-tabs > li > a:hover,
.nav-tabs.inner-tabs > li > a:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(74, 85, 91, 0.8);
}
.nav-tabs.inner-tabs > li.active > a,
.nav-tabs.inner-tabs > li.active > a:hover,
.nav-tabs.inner-tabs > li.active > a:focus {
  background-color: #fff;
  border: none;
  color: #4a555b;
}
.tab-content.inner-tabs {
  padding: 10px;
}
.taggedInput .selectedTags li {
  display: inline-block;
  max-width: 100%;
}
.list-item {
  margin-left: 5px;
  display: inline-block;
}
.inline-list-item {
  display: inline-block;
}
.objects-list {
  padding: 5px 5px 0;
  margin-top: 5px;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.objects-list:empty {
  display: none;
}
.objects-list__wrapper {
  position: relative;
  background: #a8a9ad;
  margin: 0 5px 5px 0;
  padding-right: 18px;
  max-width: 100%;
  display: inline-block;
}
.objects-list .objects-list-item__remove {
  display: inline-block;
  border: none;
  background: none;
  color: #fff !important;
  opacity: 1!important;
  margin-left: 7px;
  font-size: 1em!important;
  position: absolute;
  right: 4px;
  top: 3px;
}
.objects-list .objects-list-item__remove:hover {
  color: #d9544f !important;
}
.objects-list-item {
  white-space: nowrap;
  font-size: 13px;
  line-height: 20px;
  padding: 3px;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.inline-user-info,
.psevdo-userTag {
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px 0 0;
  margin: 0 5px 5px 0;
  background: #a8a9ad;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.inline-user-info:hover,
.psevdo-userTag:hover,
.inline-user-info:active,
.psevdo-userTag:active,
.inline-user-info:visited,
.psevdo-userTag:visited,
.inline-user-info:focus,
.psevdo-userTag:focus {
  color: #fff;
}
.inline-user-info:hover,
.psevdo-userTag:hover,
.inline-user-info:focus,
.psevdo-userTag:focus {
  color: #fff;
  text-decoration: none;
}
.inline-user-info .user-pick,
.psevdo-userTag .user-pick {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.inline-user-info__name,
.psevdo-userTag__name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.psevdo-userTag {
  padding-left: 5px;
  cursor: default;
}
.form-subheadline {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}
.form-subblock {
  padding: 15px 15px 0;
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
.form-subblock_with-edit {
  position: relative;
  padding-top: 40px;
}
.form-subblock__edit {
  position: absolute;
  right: 15px;
  top: 5px;
}
.form-subblock hr {
  border-top: 1px solid #d4d4d4;
}
.filters-block .pull-right ~ .pull-right {
  margin-right: 10px;
}
.wide-menu {
  right: 0;
  left: auto;
}
.user-info__avatar-container {
  float: left;
  width: 170px;
}
.user-info__avatar-container ~ div {
  padding: 0 0 0 15px;
  margin-left: 170px;
}
.user-info__edit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.user-info__headline {
  margin-bottom: 10px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 38px;
  border-bottom: 1px solid #eee;
}
.user-info__headline.flex {
  padding-right: 0;
}
.user-info__headline .label {
  float: right;
  display: block;
  font-size: 18px;
  margin-top: 3px;
  line-height: 26px;
}
.user-info__headline .label ~ h3 {
  overflow: hidden;
  padding-right: 5px;
}
.user-info__headline .inline-label {
  margin-bottom: 0;
}
.user-info__headline h3 {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  vertical-align: middle;
}
.user-info__headline .pronunciation {
  display: block;
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
.user-info__headline .icon-lol {
  font-size: 26px;
}
.tableWrapper {
  max-width: 100%;
  overflow-x: visible;
}
.tableWrapper::-webkit-scrollbar,
.dashboard-right .content-box::-webkit-scrollbar,
.dashboard-left__inner::-webkit-scrollbar {
  width: 17px;
  height: 17px;
}
.tableWrapper::-webkit-scrollbar-thumb,
.dashboard-right .content-box::-webkit-scrollbar-thumb,
.dashboard-left__inner::-webkit-scrollbar-thumb {
  height: 6px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-top-width: 2px;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.tableWrapper::-webkit-scrollbar-thumb:horizontal,
.dashboard-right .content-box::-webkit-scrollbar-thumb:horizontal,
.dashboard-left__inner::-webkit-scrollbar-thumb:horizontal {
  height: 6px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-left-width: 2px;
  border-right-width: 2px;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.tableWrapper::-webkit-scrollbar-button,
.dashboard-right .content-box::-webkit-scrollbar-button,
.dashboard-left__inner::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.tableWrapper::-webkit-scrollbar-corner,
.dashboard-right .content-box::-webkit-scrollbar-corner,
.dashboard-left__inner::-webkit-scrollbar-corner {
  background-color: transparent;
}
.dashboard-left {
  width: 240px;
  background: #7c6b8b;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard-left__top {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.dashboard-left__menu .tree-item__1 {
  display: block;
}
.dashboard-left__menu .tree-item__1 a {
  display: block;
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
.dashboard-left__menu .tree-item__1 a:first-letter {
  text-transform: uppercase;
}
.dashboard-left__menu .tree-item__1 a:hover,
.dashboard-left__menu .tree-item__1 a:active,
.dashboard-left__menu .tree-item__1 a:visited,
.dashboard-left__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.dashboard-left__menu .tree-item__1 a:hover,
.dashboard-left__menu .tree-item__1 a.active {
  color: #fff;
}
.dashboard-left__menu .tree-item__1 a.active {
  color: white;
}
.dashboard-left_min {
  width: 60px;
  overflow: hidden;
}
.dashboard-left_min ~ .dashboard-right {
  margin-left: 60px;
}
.dashboard-left_min .dashboard-left__logo img {
  width: 40px;
}
.dashboard-left_min .dashboard-left__logo h3 {
  display: none;
}
.dashboard-left_min .dashboard-left__inner,
.dashboard-left_min .dashboard-left__user-name,
.dashboard-left_min .dashboard-left__project-text,
.dashboard-left_min .dashboard-left__date,
.dashboard-left_min .network-status__title,
.dashboard-left_min .network-status__text,
.dashboard-left_min .dashboard-left__menu,
.dashboard-left_min .dashboard-left__links {
  display: none;
}
.dashboard-left_min .network-status__icon {
  margin-left: 0;
  font-size: 25px;
}
.dashboard-left_min .dashboard-left__project > .dashboard-left__logout.fa {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dashboard-left__inner {
  padding: 10px;
  overflow: auto;
}
.dashboard-left__user {
  font-weight: 700;
  text-align: center;
  padding: 5px 0 0;
}
.dashboard-left__user-delimiter {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92857143em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.dashboard-left__panel-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard-left__nice {
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
}
.dashboard-left__nice-link {
  background-color: #ff8000;
  color: #ffffff;
  font-size: 0.92857143em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.14285714em;
  cursor: pointer;
  vertical-align: middle;
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dashboard-left__nice-link:hover,
.dashboard-left__nice-link:active,
.dashboard-left__nice-link:visited,
.dashboard-left__nice-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.dashboard-left__nice-link:hover {
  color: #fff;
  text-decoration: none;
}
.dashboard-left__user-avatar {
  float: left;
}
.dashboard-left__user-avatar .user-pick__square {
  font-size: 15px;
  margin-top: 7px;
}
.dashboard-left__nice-name {
  text-align: left;
  overflow: hidden;
  padding-left: 10px;
}
.dashboard-left__nice-name-link {
  background-color: #ff8000;
  color: #ffffff;
  font-size: 0.92857143em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.14285714em;
  cursor: text;
  vertical-align: middle;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dashboard-left__nice-name-link:hover,
.dashboard-left__nice-name-link:active,
.dashboard-left__nice-name-link:visited,
.dashboard-left__nice-name-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.dashboard-left__nice-name-link:hover {
  color: #fff;
  text-decoration: none;
}
.dashboard-left__user-name {
  text-align: left;
  overflow: hidden;
  padding-left: 10px;
}
.dashboard-left__user-name-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92857143em;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.14285714em;
  cursor: pointer;
  vertical-align: middle;
}
.dashboard-left__user-name-link:hover,
.dashboard-left__user-name-link:active,
.dashboard-left__user-name-link:visited,
.dashboard-left__user-name-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.dashboard-left__user-name-link:hover {
  color: #fff;
  text-decoration: none;
}
.dashboard-left__user-name-link_logout {
  font-size: 0.85714286em;
}
.dashboard-left__user-name-link_logout.pulse {
  color: #fff;
}
.dashboard-left__user-name-role {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.78571429em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
}
.dashboard-left__logo {
  text-align: center;
  padding: 10px;
  background: #41374c;
  width: 100%;
}
.dashboard-left__logo img {
  height: 40px;
  width: 100px;
}
.dashboard-left__logo h3 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}
.dashboard-left__project {
  background: #433a4d;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.dashboard-left__project-img {
  max-height: 105px;
  max-width: 100%;
  width: 155px;
}
.dashboard-left__project-text {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #fff;
}
.dashboard-left__project--link-mobile {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.dashboard-left__search {
  padding-right: 25px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.dashboard-left__search .add-area {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 2px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.5);
}
.dashboard-left__search .add-area:hover {
  color: #fff;
}
.dashboard-left__search .tag-search_with-value .tag-search__input,
.dashboard-left__search .tag-search__input:focus {
  color: #fff;
}
.dashboard-left__search .tag-search_with-value .tag-search__input::-webkit-input-placeholder, .dashboard-left__search .tag-search__input:focus::-webkit-input-placeholder {
  color: #fff;
}
.dashboard-left__search .tag-search_with-value .tag-search__input::-moz-placeholder, .dashboard-left__search .tag-search__input:focus::-moz-placeholder {
  color: #fff;
}
.dashboard-left__search .tag-search_with-value .tag-search__input:-ms-input-placeholder, .dashboard-left__search .tag-search__input:focus:-ms-input-placeholder {
  color: #fff;
}
.dashboard-left__search .tag-search_with-value .tag-search__input::-ms-input-placeholder, .dashboard-left__search .tag-search__input:focus::-ms-input-placeholder {
  color: #fff;
}
.dashboard-left__search .tag-search_with-value .tag-search__input::placeholder,
.dashboard-left__search .tag-search__input:focus::placeholder {
  color: #fff;
}
.dashboard-left__search .tag-search_with-value .tag-search__input ~ .tag-search__button,
.dashboard-left__search .tag-search__input:focus ~ .tag-search__button {
  color: #fff;
}
.dashboard-left__search .tag-search__input {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
.dashboard-left__search .tag-search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dashboard-left__search .tag-search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dashboard-left__search .tag-search__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dashboard-left__search .tag-search__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dashboard-left__search .tag-search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dashboard-left__search .tag-search__button,
.dashboard-left__search .tag-search__remove {
  color: rgba(255, 255, 255, 0.5);
}
.dashboard-left__search .tag-search__button:hover,
.dashboard-left__search .tag-search__remove:hover {
  color: #fff;
}
.dashboard-left__list-caption {
  font-size: 11px;
  color: #fff;
  margin-top: 4px;
  padding: 3px 5px;
}
.dashboard-left__list li a {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  display: block;
}
.dashboard-left__list li a:hover,
.dashboard-left__list li a:active,
.dashboard-left__list li a:visited,
.dashboard-left__list li a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.dashboard-left__list li a:hover {
  color: #fff;
}
.dashboard-left__logout.fa {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  margin-top: 10px;
}
.dashboard-left__logout.fa:hover {
  color: #fff;
}
.dashboard-left__date {
  background: #7c6b8b;
  border-radius: 50px;
  padding: 3px 10px;
  margin-top: 5px;
  display: inline-block;
}
.dashboard-left__date .dateTime {
  vertical-align: text-top;
}
.dashboard-left__links {
  padding-top: 10px;
}
.dashboard-left__links a {
  display: block;
  margin-bottom: 8px;
}
.dashboard-left__links a:last-of-type {
  margin-bottom: 0px;
}
.dashboard-right {
  margin-left: 240px;
  height: 100%;
  position: relative;
  padding: 60px 15px 15px;
}
.dashboard-right__inner-left,
.dashboard-right__inner-right {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.dashboard-right__inner-left > .transition-container,
.dashboard-right__inner-right > .transition-container {
  height: 100%;
}
.hideLeft .dashboard-right__inner-left {
  display: none;
}
.hideLeft .dashboard-right__inner-left .tag-sizable-handler {
  display: none;
}
.hideRight .dashboard-right__inner-left {
  width: 100%!important;
}
.hideRight .dashboard-right__inner-left .tag-sizable-handler {
  display: none;
}
.hideLeft .dashboard-right__inner-right {
  width: 100%!important;
}
.hideRight .dashboard-right__inner-right {
  display: none;
}
.dashboard-right__top {
  background: #7c6b8b;
  height: 45px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.dashboard-right__top-icon {
  height: 100%;
  width: 45px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.dashboard-right__top-icon:hover {
  color: #fff;
}
.dashboard-right__top-icon:hover,
.dashboard-right__top-icon:active,
.dashboard-right__top-icon:visited,
.dashboard-right__top-icon:focus {
  color: #fff;
}
.dashboard-right__top-icon .fa {
  line-height: 45px;
}
.dashboard-right__top-buttons {
  line-height: 45px;
  margin-right: 5px;
}
.dashboard-right__top-buttons .fa {
  margin-right: 5px;
}
.dashboard-right__top-buttons .btn.active {
  background: #352e3a;
  border-color: #352e3a;
}
.dashboard-right__top-buttons .btn.active .fa::before {
  content: '\f070';
}
.dashboard-right__top-buttons .btn:hover,
.dashboard-right__top-buttons .btn:focus {
  outline: none;
}
.dashboard-right__top-buttons-right {
  margin-left: 5px;
}
.dashboard-right .content-box {
  height: 100%;
  overflow: auto;
  position: relative;
}
.dashboard-right .content-box__inner {
  min-width: 550px;
  min-height: 100%;
}
.dashboard-right .tag-schedule {
  overflow: visible;
}
.dashboard__menu {
  float: left;
}
.dashboard__menu .tree-item__1 {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard__menu .tree-item__1.active .menu-counter {
  background: #7c6b8b;
}
.dashboard__menu .tree-item__1 .menu-counter {
  background: #433a4d;
}
.dashboard__menu .tree-item__1.active {
  background: #433a4d;
}
.dashboard__menu .tree-item__1.active a,
.dashboard__menu .tree-item__1.active a:hover,
.dashboard__menu .tree-item__1.active a:active,
.dashboard__menu .tree-item__1.active a:visited,
.dashboard__menu .tree-item__1.active a:focus {
  color: #fff;
}
.dashboard__menu .tree-item__1 a {
  line-height: 45px;
  display: block;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
.dashboard__menu .tree-item__1 a:first-letter {
  text-transform: uppercase;
}
.dashboard__menu .tree-item__1 a:hover,
.dashboard__menu .tree-item__1 a:active,
.dashboard__menu .tree-item__1 a:visited,
.dashboard__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.dashboard__menu .tree-item__1 a:hover,
.dashboard__menu .tree-item__1 a.active {
  color: #fff;
}
.dashboard__menu .dropdown-container {
  background-color: #433a4d;
}
.dashboard-panel .panel-heading {
  background: #7c6b8b;
  color: rgba(255, 255, 255, 0.5);
}
.dashboard__add-area {
  margin-right: 10px;
  margin-top: 8px;
}
.dashboard-panel {
  overflow: hidden;
}
.dashboard-panel .panel-heading {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.dashboard-panel__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
.dashboard-panel__spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
}
.container-datepicker,
.appointment-follow-mail__data {
  min-width: 270px;
}
.dateTime {
  color: #fff;
  font-size: 12px;
}
.dateTime .fa {
  margin-right: 4px;
}
.dateTime-left {
  white-space: nowrap;
}
.dateTime-left .fa {
  margin-left: 8px;
}
.files-table.table td {
  vertical-align: middle;
}
.tag-map {
  max-width: 100%;
}
.useful-info-spoiler {
  margin: 10px 0;
  border: 1px solid #ccc;
}
.useful-info-spoiler__inner {
  padding: 10px;
  overflow: visible!important;
}
.useful-info-spoiler__caption {
  cursor: pointer;
}
.useful-info-spoiler__headline {
  margin: 0;
  padding: 10px;
  position: relative;
  background: #f5f5f5;
}
.useful-info-spoiler__headline:hover {
  background: #fafafa;
}
.useful-info-spoiler__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.total-block {
  color: #fff;
  margin-left: 10px;
  margin-bottom: 10px;
  background: #16a085;
  padding: 10px;
  border-radius: 5px;
  min-width: 230px;
}
.total-block:empty {
  display: none;
}
.total-block__headline {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
.total-block__subtotal {
  text-align: right;
  font-weight: bold;
  padding-left: 15px;
}
.total-block ~ .todo-block {
  margin-left: 10px;
}
.info-block {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.todo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.todo-block__headline {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
.todo-block--edit {
  max-width: 50%;
}
.flags-block {
  padding-bottom: 10px;
}
.flag__description {
  padding: 5px 10px;
  line-height: normal;
}
.checkbox-list .checkbox {
  border: 1px solid #dadada;
  border-radius: 4px;
}
.checkbox-list .checkbox label {
  padding: 1px 3px 1px 23px;
}
.sizable-wrapper {
  height: 100%;
}
.or-delimiter {
  height: 1px;
  background: #ccc;
  position: relative;
  margin: 15px 0;
}
.or-delimiter__text {
  display: block;
  background: #fff;
  padding: 0 3px;
  position: absolute;
  width: 36px;
  text-align: center;
  line-height: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -18px;
}
.tooltip-tag-tooltip {
  cursor: default;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content {
  padding: 5px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  border-radius: 3px;
  background: #41374c;
  min-width: 210px;
  line-height: 25px;
  text-align: left;
  display: inline-block;
  white-space: normal;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .user-pick__square,
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .user-pick__avatar {
  width: 51px;
  height: 51px;
  line-height: 50px;
  border-radius: 0 !important;
  font-size: 20px;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info {
  white-space: nowrap;
  overflow: hidden;
  padding-left: 5px;
  font-weight: bold;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info__name {
  max-width: 100%;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info .tooltip-actions {
  line-height: normal;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info .tooltip-actions a {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.8;
  background: #dbe2ea;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  color: #242424;
  font-size: 17px;
  line-height: 18px;
  width: 18px;
  vertical-align: middle;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info .tooltip-actions a .fa {
  line-height: 18px;
  display: block;
  font-size: 15px;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info .tooltip-actions a:hover,
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info .tooltip-actions a:focus,
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info .tooltip-actions a:visited {
  color: #242424;
  text-decoration: none;
}
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info .tooltip-actions a:hover,
.tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info .tooltip-actions a:focus {
  opacity: 1;
}
.user-pick .tooltip-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-pick .tooltip-tag-tooltip .tooltip-tag-tooltip-content {
  display: table;
  width: 100%;
}
.user-pick .tooltip-tag-tooltip .tooltip-tag-tooltip-content .user-pick__square {
  display: table-cell;
  height: 100%;
  float: none !important;
  vertical-align: middle;
  min-width: 51px;
}
.user-pick .tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info {
  padding-bottom: 5px;
}
.user-pick .tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info__name {
  font-size: 14px;
  line-height: normal;
  padding-top: 3px;
  padding-bottom: 5px;
  cursor: pointer;
  padding-left: 1px;
  max-width: 150px;
}
.user-pick .tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info__name a {
  color: #fff;
}
.user-pick .tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info__name .fa {
  cursor: pointer;
}
.user-pick .tooltip-tag-tooltip .tooltip-tag-tooltip-content .right-info__small {
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
}
.inline-user-info__name,
.user-pick__square {
  display: inline-block;
}
.inline-user-info__name {
  margin-left: 5px;
  max-width: 150px;
}
.line-text .inline-user-info {
  margin-bottom: 0;
}
.page-disabled {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-disabled__icon {
  font-size: 140px;
}
.page-disabled__title {
  margin-top: 10px;
  font-size: 22px;
}
.line-info {
  margin-bottom: 3px;
  word-break: break-word;
}
.line-info__text {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-all;
  display: inline-block;
  vertical-align: top;
}
.line-info label {
  margin-bottom: 2px;
}
.cl-nowrap {
  white-space: nowrap;
}
.cl-wrap {
  white-space: normal;
}
.cl-overflow {
  overflow: visible;
}
.link {
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.network-status {
  color: #fff;
  text-align: center;
}
.network-status__icon {
  margin-left: 5px;
}
.break-word {
  word-wrap: break-word;
}
.area-info img {
  max-width: 100%;
}
.primary-control-toggle__label {
  position: relative;
  padding-left: 25px;
}
.primary-control-toggle__input ~ .primary-control-toggle__label::before {
  position: absolute;
  left: 0;
}
.btn span ~ .caret {
  margin-left: 3px;
}
.show-print {
  display: none;
}
.printSelection {
  display: none;
}
.taggedInput .dropdown {
  float: none!important;
}
.taggedInput .dropdown .tagged_container input {
  width: 100% !important;
}
.taggedInput .selectedTags .inputWrapper {
  width: 100%;
}
.taggedInput .selectedTags .objects-list__wrapper .remove {
  top: 4px;
  right: 2px;
}
.necessary-break .inner-message {
  white-space: pre-line;
}
.working-hours {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.working-hours__headline {
  margin-bottom: 10px;
  position: relative;
}
.working-hours__headline-text {
  font-weight: bold;
  font-size: 18px;
}
.working-hours__add {
  position: absolute;
  right: 0;
  top: 0;
}
.working-hours__item {
  padding: 5px 85px 5px 5px;
  min-width: 580px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
  background: #f9f9f9;
}
.working-hours__item-empty {
  font-style: italic;
}
.working-hours__item ~ .working-hours__item-empty {
  display: none;
}
.working-hours__item select,
.working-hours__item-input {
  width: 150px;
  display: inline-block;
}
.working-hours__item.select-time_without-actions {
  padding-right: 5px;
  min-width: 0;
}
.working-hours__item.select-time_without-actions .working-hours__buttons {
  display: none;
}
.working-hours__buttons {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}
.working-hours__type-week {
  display: inline-block;
  min-width: 60px;
}
.pet-page .cl-nowrap .tooltip-tag-container {
  display: inline-block;
}
.pet-page .cl-nowrap .tooltip-tag-container .tooltip-tag-tooltip-content {
  padding-left: 5px;
}
.pets-table .tooltip-tag-container,
.clients-table .tooltip-tag-container,
.appointments-table .tooltip-tag-container {
  display: inline-block;
}
.tooltip-tag-container .icon-lol {
  cursor: pointer;
}
.table-vet-actions--status {
  min-width: 160px;
}
.table-vet-actions--desc {
  word-break: break-word;
}
.user-page .table-vet-actions--desc {
  width: 330px;
}
.user-page .table-vet-actions--resp .objects-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.user-page .table-vet-actions--resp .objects-list .inline-user-info,
.user-page .table-vet-actions--resp .objects-list .psevdo-userTag {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.menu-counter,
.tab-counter,
.btn-counter {
  display: inline-block;
  line-height: normal;
  border-radius: 50%;
  margin-left: 3px;
  padding: 1px 5px;
  text-align: center;
}
.btn-counter {
  font-size: 12px;
  background: #7c6b8b;
}
.tag-menu .tab-counter {
  background: #433a4d;
  color: #fff;
}
.tag-menu .active .tab-counter {
  background: #7c6b8b;
}
.phone-call,
.address-map {
  cursor: pointer;
  color: #337ab7;
  text-decoration: none;
}
.phone-call:hover,
.address-map:hover {
  color: #23527c;
  text-decoration: underline;
}
.daterangepicker select.yearselect option[selected] {
  background: #357ebd;
  color: #ffffff;
}
.multiline-text {
  white-space: pre-line;
}
.tooltip-caption .fa-exclamation-circle {
  color: #ffd400;
  cursor: pointer;
}
.input-clear {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 5px;
  font-size: 16px;
  display: block;
  z-index: 2;
  cursor: pointer;
  width: 16px;
}
@media only print {
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 0mm;
    /* this affects the margin in the printer settings */
  }
  .printSelection {
    display: block;
  }
  .site-container,
  .btn-print-drug,
  .without-actions table tr th:last-child,
  .without-actions table tr td:last-child {
    display: none;
  }
  body,
  html,
  .fullsize,
  #site-slider,
  #site-slider .swiper-slide,
  .dashboard-page,
  .dashboard-right,
  .dashboard-right__inner-right,
  .dashboard-right__inner-right > .transition-container,
  .sizable-wrapper,
  .content-box {
    height: auto;
  }
  .dashboard-right__inner-right {
    width: 100%!important;
  }
  .dashboard-right {
    margin-left: 0!important;
  }
  body {
    padding: 40px 35px;
  }
  .site-container .dashboard-right {
    margin-left: 0;
    padding: 0;
  }
  .site-container .dashboard-right__inner-right {
    width: 100%;
    float: none;
  }
  .table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
  }
  .table > tbody > tr > td {
    word-break: normal;
    padding: 2px 5px;
    line-height: 1.25;
    font-size: 13px;
  }
  .table > tbody > tr > td:first-of-type {
    word-break: break-all;
    white-space: pre-line;
    width: 150px;
  }
  .table > thead > tr > th {
    word-break: normal;
    padding: 3px 5px;
    line-height: 1.25;
    font-size: 13px;
    font-weight: bold;
  }
  a[href]:after {
    content: "";
  }
  .show-print {
    display: block;
    margin-bottom: 15px;
    line-height: normal;
  }
  .show-print .name {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
  }
  .tab-content.inner-tabs,
  .dashboard-right .content-box {
    padding: 0!important;
  }
}
@media only screen and (max-width: 1630px) {
  .dashboard-right__top-buttons .btn {
    font-size: 12px;
    padding: 6px 7px;
  }
  .dashboard-right__top-buttons .btn .fa {
    font-size: 14px;
    line-height: 20px;
    margin-right: 3px;
  }
  .dashboard-right__top-buttons .btn-callInfo {
    font-size: 0;
  }
  .dashboard-right__top-buttons .btn-callInfo .fa {
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .dashboard__menu .tree-item__1 a {
    padding: 0 8px;
  }
  .dashboard-right__top-icon {
    width: 42px;
  }
}
@media only screen and (max-width: 1500px) {
  .dashboard__menu .tree-item__1 a {
    padding: 0 5px;
  }
  .dashboard-right__top-icon {
    width: 37px;
  }
}
@media only screen and (max-width: 1420px) {
  .dashboard-right__top-icon {
    width: 30px;
  }
}
@media only screen and (max-width: 1390px) {
  .dashboard-right__top-buttons .btn {
    font-size: 11px;
    padding: 6px 5px;
  }
  .dashboard-right__top-icon {
    width: 26px;
  }
}
@media only screen and (max-width: 1340px) {
  .dashboard__menu {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1310px) {
  .dashboard-right__top-buttons .btn {
    padding: 6px 5px;
  }
  .dashboard-right__top-icon {
    width: 25px;
  }
  .dashboard__menu .tree-item__1 a {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1270px) {
  .dashboard-right__top-buttons .btn {
    padding: 6px 3px;
  }
  .dashboard-right__top-icon {
    width: 25px;
  }
  .dashboard__menu .tree-item__1 a {
    padding: 0 3px;
  }
}
@media only screen and (max-width: 1220px) {
  .dashboard-right__top-buttons .btn {
    font-size: 10px;
  }
  .dashboard-right__top-buttons .btn .fa {
    font-size: 12px;
  }
  .dashboard__menu .tree-item__1 a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1180px) {
  .dashboard-right__top-buttons .btn .fa {
    font-size: 9px;
  }
  .dashboard-right__top-buttons-right {
    margin-left: 2px;
  }
  .dashboard-right__top-icon {
    width: 21px;
  }
  .dashboard-right__top-icon .fa {
    font-size: 13px;
  }
}
.site-inner-container.green_theme .btn-counter {
  background: #6aab9c;
}
.site-inner-container.green_theme .dashboard-left {
  background: #6aab9c;
}
.site-inner-container.green_theme .dashboard-left__logo {
  background: #447e73;
}
.site-inner-container.green_theme .dashboard-left__project {
  background: #447e73;
}
.site-inner-container.green_theme .dashboard-left__date {
  background: #6aab9c;
}
@media (max-width: 1250px) {
  .site-inner-container.green_theme .dashboard-left__date .dateTime-left,
  .site-inner-container.green_theme .dashboard-left__date .dateTime-right {
    background: #6aab9c;
  }
}
.site-inner-container.green_theme .dashboard-left__menu .tree-item__1 a.active {
  background-color: #447e73;
}
.site-inner-container.green_theme .dashboard-right__top {
  background: #6aab9c;
}
.site-inner-container.green_theme .dashboard-right__top-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.site-inner-container.green_theme .dashboard-right__top-icon:hover {
  color: #fff;
}
.site-inner-container.green_theme .dashboard-right__top-buttons .btn.active {
  background: #243e39;
  border-color: #243e39;
}
.site-inner-container.green_theme .dashboard__menu .tree-item__1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-inner-container.green_theme .dashboard__menu .tree-item__1 .menu-counter {
  background: #447e73;
}
.site-inner-container.green_theme .dashboard__menu .tree-item__1.active .menu-counter {
  background: #6aab9c;
}
.site-inner-container.green_theme .dashboard__menu .tree-item__1.active {
  background: #447e73;
}
.site-inner-container.green_theme .dashboard__menu .tree-item__1.active a,
.site-inner-container.green_theme .dashboard__menu .tree-item__1.active a:hover,
.site-inner-container.green_theme .dashboard__menu .tree-item__1.active a:active,
.site-inner-container.green_theme .dashboard__menu .tree-item__1.active a:visited,
.site-inner-container.green_theme .dashboard__menu .tree-item__1.active a:focus {
  color: #fff;
}
.site-inner-container.green_theme .dashboard__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.7);
}
.site-inner-container.green_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.green_theme .dashboard__menu .tree-item__1 a:active,
.site-inner-container.green_theme .dashboard__menu .tree-item__1 a:visited,
.site-inner-container.green_theme .dashboard__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.site-inner-container.green_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.green_theme .dashboard__menu .tree-item__1 a.active {
  color: #fff;
}
.site-inner-container.green_theme .dashboard__menu .dropdown-container {
  background-color: #6aab9c;
}
.site-inner-container.green_theme .dashboard-page .tag-sizable-handler {
  background-color: #6aab9c;
}
.site-inner-container.green_theme .dashboard-panel .panel-heading {
  background: #447e73;
  color: rgba(255, 255, 255, 0.7);
}
.site-inner-container.green_theme ~ .atwho-container .atwho-view .cur {
  background-color: #6aab9c;
}
.site-inner-container.green_theme .tag-menu .tab-counter {
  background: #6aab9c;
  color: #fff;
}
.site-inner-container.green_theme .tag-menu .active .tab-counter {
  background: #447e73;
}
.site-inner-container.blue_theme .btn-counter {
  background: #a5cad4;
}
.site-inner-container.blue_theme .dashboard-left {
  background: #a5cad4;
}
.site-inner-container.blue_theme .dashboard-left__logo {
  background: #3f8498;
}
.site-inner-container.blue_theme .dashboard-left__project {
  background: #3f8498;
}
.site-inner-container.blue_theme .dashboard-left__date {
  background: #a5cad4;
}
@media (max-width: 1250px) {
  .site-inner-container.blue_theme .dashboard-left__date .dateTime-left,
  .site-inner-container.blue_theme .dashboard-left__date .dateTime-right {
    background: #a5cad4;
  }
}
.site-inner-container.blue_theme .dashboard-left__menu .tree-item__1 a.active {
  background-color: #3f8498;
}
.site-inner-container.blue_theme .dashboard-right__top {
  background: #a5cad4;
}
.site-inner-container.blue_theme .dashboard-right__top-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.blue_theme .dashboard-right__top-icon:hover {
  color: #fff;
}
.site-inner-container.blue_theme .dashboard-right__top-buttons .btn.active {
  background: #254851;
  border-color: #254851;
}
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-inner-container.blue_theme .dashboard__menu .tree-item__1.active .menu-counter {
  background: #a5cad4;
}
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 .menu-counter {
  background: #3f8498;
}
.site-inner-container.blue_theme .dashboard__menu .tree-item__1.active {
  background: #3f8498;
}
.site-inner-container.blue_theme .dashboard__menu .tree-item__1.active a,
.site-inner-container.blue_theme .dashboard__menu .tree-item__1.active a:hover,
.site-inner-container.blue_theme .dashboard__menu .tree-item__1.active a:active,
.site-inner-container.blue_theme .dashboard__menu .tree-item__1.active a:visited,
.site-inner-container.blue_theme .dashboard__menu .tree-item__1.active a:focus {
  color: #fff;
}
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 a:active,
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 a:visited,
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.blue_theme .dashboard__menu .tree-item__1 a.active {
  color: #fff;
}
.site-inner-container.blue_theme .dashboard__menu .dropdown-container {
  background-color: #a5cad4;
}
.site-inner-container.blue_theme .dashboard-page .tag-sizable-handler {
  background-color: #a5cad4;
}
.site-inner-container.blue_theme .dashboard-panel .panel-heading {
  background: #3f8498;
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.blue_theme ~ .atwho-container .atwho-view .cur {
  background-color: #a5cad4;
}
.site-inner-container.blue_theme .tag-menu .tab-counter {
  background: #a5cad4;
  color: #fff;
}
.site-inner-container.blue_theme .tag-menu .active .tab-counter {
  background: #3f8498;
}
.site-inner-container.gold_theme .btn-counter {
  background: #bcb183;
}
.site-inner-container.gold_theme .dashboard-left {
  background: #bcb183;
}
.site-inner-container.gold_theme .dashboard-left__logo {
  background: #6f674b;
}
.site-inner-container.gold_theme .dashboard-left__project {
  background: #6f674b;
}
.site-inner-container.gold_theme .dashboard-left__date {
  background: #bcb183;
}
@media (max-width: 1250px) {
  .site-inner-container.gold_theme .dashboard-left__date .dateTime-left,
  .site-inner-container.gold_theme .dashboard-left__date .dateTime-right {
    background: #bcb183;
  }
}
.site-inner-container.gold_theme .dashboard-left__menu .tree-item__1 a.active {
  background-color: #6f674b;
}
.site-inner-container.gold_theme .dashboard-right__top {
  background: #bcb183;
}
.site-inner-container.gold_theme .dashboard-right__top-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.98);
}
.site-inner-container.gold_theme .dashboard-right__top-icon:hover {
  color: #fff;
}
.site-inner-container.gold_theme .dashboard-right__top-buttons .btn.active {
  background: #464231;
  border-color: #464231;
}
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-inner-container.gold_theme .dashboard__menu .tree-item__1.active .menu-counter {
  background: #bcb183;
}
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 .menu-counter {
  background: #6f674b;
}
.site-inner-container.gold_theme .dashboard__menu .tree-item__1.active {
  background: #6f674b;
}
.site-inner-container.gold_theme .dashboard__menu .tree-item__1.active a,
.site-inner-container.gold_theme .dashboard__menu .tree-item__1.active a:hover,
.site-inner-container.gold_theme .dashboard__menu .tree-item__1.active a:active,
.site-inner-container.gold_theme .dashboard__menu .tree-item__1.active a:visited,
.site-inner-container.gold_theme .dashboard__menu .tree-item__1.active a:focus {
  color: #fff;
}
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.98);
}
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 a:active,
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 a:visited,
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.98);
}
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.gold_theme .dashboard__menu .tree-item__1 a.active {
  color: #fff;
}
.site-inner-container.gold_theme .dashboard__menu .dropdown-container {
  background-color: #bcb183;
}
.site-inner-container.gold_theme .dashboard-page .tag-sizable-handler {
  background-color: #bcb183;
}
.site-inner-container.gold_theme .dashboard-panel .panel-heading {
  background: #6f674b;
  color: rgba(255, 255, 255, 0.98);
}
.site-inner-container.gold_theme .admin-tools__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.98);
}
.site-inner-container.gold_theme .admin-tools__menu .tree-item__1 a:hover,
.site-inner-container.gold_theme .admin-tools__menu .tree-item__1 a:active,
.site-inner-container.gold_theme .admin-tools__menu .tree-item__1 a:visited,
.site-inner-container.gold_theme .admin-tools__menu .tree-item__1 a:focus {
  color: #fff;
}
.site-inner-container.gold_theme .admin-tools__menu .tree-item__1 a.active {
  background-color: #6f674b;
}
.site-inner-container.gold_theme ~ .atwho-container .atwho-view .cur {
  background-color: #bcb183;
}
.site-inner-container.gold_theme .tag-menu .tab-counter {
  background: #bcb183;
  color: #fff;
}
.site-inner-container.gold_theme .tag-menu .active .tab-counter {
  background: #6f674b;
}
.site-inner-container.lavender_theme .btn-counter {
  background: #8f98a0;
}
.site-inner-container.lavender_theme .dashboard-left {
  background: #8f98a0;
}
.site-inner-container.lavender_theme .dashboard-left__logo {
  background: #6d7892;
}
.site-inner-container.lavender_theme .dashboard-left__project {
  background: #6d7892;
}
.site-inner-container.lavender_theme .dashboard-left__date {
  background: #8f98a0;
}
@media (max-width: 1250px) {
  .site-inner-container.lavender_theme .dashboard-left__date .dateTime-left,
  .site-inner-container.lavender_theme .dashboard-left__date .dateTime-right {
    background: #8f98a0;
  }
}
.site-inner-container.lavender_theme .dashboard-left__menu .tree-item__1 a.active {
  background-color: #6d7892;
}
.site-inner-container.lavender_theme .dashboard-right__top {
  background: #8f98a0;
}
.site-inner-container.lavender_theme .dashboard-right__top-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.lavender_theme .dashboard-right__top-icon:hover {
  color: #fff;
}
.site-inner-container.lavender_theme .dashboard-right__top-buttons .btn.active {
  background: #424959;
  border-color: #424959;
}
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1.active .menu-counter {
  background: #8f98a0;
}
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 .menu-counter {
  background: #6d7892;
}
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1.active {
  background: #6d7892;
}
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1.active a,
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1.active a:hover,
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1.active a:active,
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1.active a:visited,
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1.active a:focus {
  color: #fff;
}
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 a:active,
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 a:visited,
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.lavender_theme .dashboard__menu .tree-item__1 a.active {
  color: #fff;
}
.site-inner-container.lavender_theme .dashboard__menu .dropdown-container {
  background-color: #8f98a0;
}
.site-inner-container.lavender_theme .dashboard-page .tag-sizable-handler {
  background-color: #8f98a0;
}
.site-inner-container.lavender_theme .dashboard-panel .panel-heading {
  background: #6d7892;
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.lavender_theme .admin-tools__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.lavender_theme .admin-tools__menu .tree-item__1 a:hover,
.site-inner-container.lavender_theme .admin-tools__menu .tree-item__1 a:active,
.site-inner-container.lavender_theme .admin-tools__menu .tree-item__1 a:visited,
.site-inner-container.lavender_theme .admin-tools__menu .tree-item__1 a:focus {
  color: #fff;
}
.site-inner-container.lavender_theme .admin-tools__menu .tree-item__1 a.active {
  background-color: #6d7892;
}
.site-inner-container.lavender_theme ~ .atwho-container .atwho-view .cur {
  background-color: #8f98a0;
}
.site-inner-container.lavender_theme .tag-menu .tab-counter {
  background: #8f98a0;
  color: #fff;
}
.site-inner-container.lavender_theme .tag-menu .active .tab-counter {
  background: #6d7892;
}
.site-inner-container.beige_theme .btn-counter {
  background: #bb9e80;
}
.site-inner-container.beige_theme .dashboard-left {
  background: #bb9e80;
}
.site-inner-container.beige_theme .dashboard-left__logo {
  background: #615142;
}
.site-inner-container.beige_theme .dashboard-left__project {
  background: #615142;
}
.site-inner-container.beige_theme .dashboard-left__date {
  background: #bb9e80;
}
@media (max-width: 1250px) {
  .site-inner-container.beige_theme .dashboard-left__date .dateTime-left,
  .site-inner-container.beige_theme .dashboard-left__date .dateTime-right {
    background: #bb9e80;
  }
}
.site-inner-container.beige_theme .dashboard-left__menu .tree-item__1 a.active {
  background-color: #615142;
}
.site-inner-container.beige_theme .dashboard-right__top {
  background: #bb9e80;
}
.site-inner-container.beige_theme .dashboard-right__top-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}
.site-inner-container.beige_theme .dashboard-right__top-icon:hover {
  color: #fff;
}
.site-inner-container.beige_theme .dashboard-right__top-buttons .btn.active {
  background: #301a1f;
  border-color: #301a1f;
}
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-inner-container.beige_theme .dashboard__menu .tree-item__1.active .menu-counter {
  background: #bb9e80;
}
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 .menu-counter {
  background: #615142;
}
.site-inner-container.beige_theme .dashboard__menu .tree-item__1.active {
  background: #615142;
}
.site-inner-container.beige_theme .dashboard__menu .tree-item__1.active a,
.site-inner-container.beige_theme .dashboard__menu .tree-item__1.active a:hover,
.site-inner-container.beige_theme .dashboard__menu .tree-item__1.active a:active,
.site-inner-container.beige_theme .dashboard__menu .tree-item__1.active a:visited,
.site-inner-container.beige_theme .dashboard__menu .tree-item__1.active a:focus {
  color: #fff;
}
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.9);
}
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 a:active,
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 a:visited,
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.9);
}
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.beige_theme .dashboard__menu .tree-item__1 a.active {
  color: #fff;
}
.site-inner-container.beige_theme .dashboard__menu .dropdown-container {
  background-color: #bb9e80;
}
.site-inner-container.beige_theme .dashboard-page .tag-sizable-handler {
  background-color: #bb9e80;
}
.site-inner-container.beige_theme .dashboard-panel .panel-heading {
  background: #615142;
  color: rgba(255, 255, 255, 0.9);
}
.site-inner-container.beige_theme .admin-tools__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.9);
}
.site-inner-container.beige_theme .admin-tools__menu .tree-item__1 a:hover,
.site-inner-container.beige_theme .admin-tools__menu .tree-item__1 a:active,
.site-inner-container.beige_theme .admin-tools__menu .tree-item__1 a:visited,
.site-inner-container.beige_theme .admin-tools__menu .tree-item__1 a:focus {
  color: #fff;
}
.site-inner-container.beige_theme .admin-tools__menu .tree-item__1 a.active {
  background-color: #615142;
}
.site-inner-container.beige_theme ~ .atwho-container .atwho-view .cur {
  background-color: #bb9e80;
}
.site-inner-container.beige_theme .tag-menu .tab-counter {
  background: #bb9e80;
  color: #fff;
}
.site-inner-container.beige_theme .tag-menu .active .tab-counter {
  background: #615142;
}
.site-inner-container.powder_theme .btn-counter {
  background: #bdd7d1;
}
.site-inner-container.powder_theme .dashboard-left {
  background: #bdd7d1;
}
.site-inner-container.powder_theme .dashboard-left__logo {
  background: #63716d;
}
.site-inner-container.powder_theme .dashboard-left__project {
  background: #63716d;
}
.site-inner-container.powder_theme .dashboard-left__date {
  background: #bdd7d1;
}
@media (max-width: 1250px) {
  .site-inner-container.powder_theme .dashboard-left__date .dateTime-left,
  .site-inner-container.powder_theme .dashboard-left__date .dateTime-right {
    background: #bdd7d1;
  }
}
.site-inner-container.powder_theme .dashboard-left__menu .tree-item__1 a.active {
  background-color: #63716d;
}
.site-inner-container.powder_theme .dashboard-right__top {
  background: #bdd7d1;
}
.site-inner-container.powder_theme .dashboard-right__top-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.92);
}
.site-inner-container.powder_theme .dashboard-right__top-icon:hover {
  color: #fff;
}
.site-inner-container.powder_theme .dashboard-right__top-buttons .btn.active {
  background: #353c3a;
  border-color: #353c3a;
}
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-inner-container.powder_theme .dashboard__menu .tree-item__1.active .menu-counter {
  background: #bdd7d1;
}
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 .menu-counter {
  background: #63716d;
}
.site-inner-container.powder_theme .dashboard__menu .tree-item__1.active {
  background: #63716d;
}
.site-inner-container.powder_theme .dashboard__menu .tree-item__1.active a,
.site-inner-container.powder_theme .dashboard__menu .tree-item__1.active a:hover,
.site-inner-container.powder_theme .dashboard__menu .tree-item__1.active a:active,
.site-inner-container.powder_theme .dashboard__menu .tree-item__1.active a:visited,
.site-inner-container.powder_theme .dashboard__menu .tree-item__1.active a:focus {
  color: #fff;
}
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.92);
}
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 a:active,
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 a:visited,
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.92);
}
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.powder_theme .dashboard__menu .tree-item__1 a.active {
  color: #fff;
}
.site-inner-container.powder_theme .dashboard__menu .dropdown-container {
  background-color: #bdd7d1;
}
.site-inner-container.powder_theme .dashboard-page .tag-sizable-handler {
  background-color: #bdd7d1;
}
.site-inner-container.powder_theme .dashboard-panel .panel-heading {
  background: #63716d;
  color: rgba(255, 255, 255, 0.92);
}
.site-inner-container.powder_theme .admin-tools__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.92);
}
.site-inner-container.powder_theme .admin-tools__menu .tree-item__1 a:hover,
.site-inner-container.powder_theme .admin-tools__menu .tree-item__1 a:active,
.site-inner-container.powder_theme .admin-tools__menu .tree-item__1 a:visited,
.site-inner-container.powder_theme .admin-tools__menu .tree-item__1 a:focus {
  color: #fff;
}
.site-inner-container.powder_theme .admin-tools__menu .tree-item__1 a.active {
  background-color: #63716d;
}
.site-inner-container.powder_theme ~ .atwho-container .atwho-view .cur {
  background-color: #bdd7d1;
}
.site-inner-container.powder_theme .tag-menu .tab-counter {
  background: #bdd7d1;
  color: #fff;
}
.site-inner-container.powder_theme .tag-menu .active .tab-counter {
  background: #63716d;
}
.site-inner-container.olive_theme .btn-counter {
  background: #869850;
}
.site-inner-container.olive_theme .dashboard-left {
  background: #869850;
}
.site-inner-container.olive_theme .dashboard-left__logo {
  background: #58662f;
}
.site-inner-container.olive_theme .dashboard-left__project {
  background: #58662f;
}
.site-inner-container.olive_theme .dashboard-left__date {
  background: #869850;
}
@media (max-width: 1250px) {
  .site-inner-container.olive_theme .dashboard-left__date .dateTime-left,
  .site-inner-container.olive_theme .dashboard-left__date .dateTime-right {
    background: #869850;
  }
}
.site-inner-container.olive_theme .dashboard-left__menu .tree-item__1 a.active {
  background-color: #58662f;
}
.site-inner-container.olive_theme .dashboard-right__top {
  background: #869850;
}
.site-inner-container.olive_theme .dashboard-right__top-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.olive_theme .dashboard-right__top-icon:hover {
  color: #fff;
}
.site-inner-container.olive_theme .dashboard-right__top-buttons .btn.active {
  background: #3b4421;
  border-color: #3b4421;
}
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-inner-container.olive_theme .dashboard__menu .tree-item__1.active .menu-counter {
  background: #869850;
}
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 .menu-counter {
  background: #58662f;
}
.site-inner-container.olive_theme .dashboard__menu .tree-item__1.active {
  background: #58662f;
}
.site-inner-container.olive_theme .dashboard__menu .tree-item__1.active a,
.site-inner-container.olive_theme .dashboard__menu .tree-item__1.active a:hover,
.site-inner-container.olive_theme .dashboard__menu .tree-item__1.active a:active,
.site-inner-container.olive_theme .dashboard__menu .tree-item__1.active a:visited,
.site-inner-container.olive_theme .dashboard__menu .tree-item__1.active a:focus {
  color: #fff;
}
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 a:active,
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 a:visited,
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 a:hover,
.site-inner-container.olive_theme .dashboard__menu .tree-item__1 a.active {
  color: #fff;
}
.site-inner-container.olive_theme .dashboard__menu .dropdown-container {
  background-color: #869850;
}
.site-inner-container.olive_theme .dashboard-page .tag-sizable-handler {
  background-color: #869850;
}
.site-inner-container.olive_theme .dashboard-panel .panel-heading {
  background: #58662f;
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.olive_theme .admin-tools__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.olive_theme .admin-tools__menu .tree-item__1 a:hover,
.site-inner-container.olive_theme .admin-tools__menu .tree-item__1 a:active,
.site-inner-container.olive_theme .admin-tools__menu .tree-item__1 a:visited,
.site-inner-container.olive_theme .admin-tools__menu .tree-item__1 a:focus {
  color: #fff;
}
.site-inner-container.olive_theme .admin-tools__menu .tree-item__1 a.active {
  background-color: #58662f;
}
.site-inner-container.olive_theme ~ .atwho-container .atwho-view .cur {
  background-color: #869850;
}
.site-inner-container.olive_theme .tag-menu .tab-counter {
  background: #869850;
  color: #fff;
}
.site-inner-container.olive_theme .tag-menu .active .tab-counter {
  background: #58662f;
}

.admin-tools__menu-search {
  margin: 10px;
}
.admin-tools__menu-search .form-control {
  height: 30px;
  font-size: 12px;
}
.admin-tools__left-inner.dashboard-left__inner {
  padding: 10px 0;
}
.admin-tools__menu .tree-item__1 {
  display: block;
}
.admin-tools__menu .tree-item__1 ul.tree-item__child {
  padding-left: 5%;
}
.admin-tools__menu .tree-item__1 a {
  display: block;
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
.admin-tools__menu .tree-item__1 a:first-letter {
  text-transform: uppercase;
}
.admin-tools__menu .tree-item__1 a:hover,
.admin-tools__menu .tree-item__1 a:active,
.admin-tools__menu .tree-item__1 a:visited,
.admin-tools__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.admin-tools__menu .tree-item__1 a:hover,
.admin-tools__menu .tree-item__1 a.active {
  color: #fff;
}
.admin-tools__menu .tree-item__1 a.active {
  background-color: #433a4d;
  color: white;
}
.dashboard-left_min .admin-tools__menu-search {
  display: none;
}
.site-inner-container.green_theme .admin-tools__menu .tree-item__1 a.active,
.site-inner-container.green_theme .admin-tools__menu .tree-item__1 a:hover {
  background-color: #447e73;
}
.site-inner-container.blue_theme .admin-tools__menu .tree-item__1 a {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.blue_theme .admin-tools__menu .tree-item__1 a:hover,
.site-inner-container.blue_theme .admin-tools__menu .tree-item__1 a:active,
.site-inner-container.blue_theme .admin-tools__menu .tree-item__1 a:visited,
.site-inner-container.blue_theme .admin-tools__menu .tree-item__1 a:focus {
  color: rgba(255, 255, 255, 0.85);
}
.site-inner-container.blue_theme .admin-tools__menu .tree-item__1 a:hover,
.site-inner-container.blue_theme .admin-tools__menu .tree-item__1 a.active {
  color: #fff;
  background-color: #3f8498;
}

.rdvm-autocomplete .dropdown-menu .tag-autocomplete-list__item > span {
  white-space: normal;
}
.area-page {
  overflow-anchor: none;
}
.area-page--support-center {
  margin-bottom: 20px;
}
.area-page__total-headline__inner .dropdown-menu {
  background: #16a085;
  border-radius: 5px;
  margin-top: 6px;
}
.area-page__total {
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
}
.area-page__total:empty {
  display: none;
}
.area-page__total-headline {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.area-page__total-headline__arrow {
  margin-left: 5px;
}
.area-page__total-headline__price {
  font-size: 15px;
}
.area-page__subtotal {
  text-align: right;
  font-weight: bold;
  padding-left: 15px;
  white-space: nowrap;
}
.area-page__block {
  overflow: hidden;
  background: rgba(170, 223, 249, 0.34);
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
}
.area-page__block--warning {
  background: rgba(234, 161, 161, 0.45);
}
.area-page__block--info {
  background: rgba(139, 236, 134, 0.45);
}
.area-page__block--danger {
  background-color: #d9534f;
  color: #fff;
  font-size: 14px;
  padding: 2px 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.area-page__block--double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.area-page__block--double__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-items: center;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 10px;
}
.area-page__block--double__item .inline-label {
  margin-bottom: 2px;
}
.area-page__block--double__item:last-of-type {
  padding-right: 0;
}
.area-page__block--triple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.area-page__block--triple__item {
  width: 33%;
  padding-right: 10px;
}
.area-page__block--triple__item:last-of-type {
  padding-right: 0;
}
.area-page__block--triple .primary-control-toggle {
  margin: 10px 0;
}
.area-page__block__item {
  margin-bottom: 10px;
}
.area-page__block__item:last-of-type {
  margin-bottom: 0;
}
.area-page__block__petTypePrice_item {
  background: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-bottom: 10px;
  width: 100%;
}
.area-page__block__petTypePrice_item:last-of-type {
  margin-bottom: 0;
}
.area-page__block__petTypePrice_item.isActive {
  background: #66a6d7;
  color: #fff;
}
.area-page__support-info {
  margin-bottom: 10px;
}
.area-page .nav-tabs.inner-tabs {
  margin-top: 0;
}
.area-page__info .tag-menu {
  overflow: hidden;
}
.area-page__date {
  margin-right: 15px;
  background: #7c6b8b;
  border-radius: 50px;
  padding: 5px 10px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
.area-page__time-zone {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  display: inline-block;
}
.area-page .time {
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.area-page .time .fa {
  margin-right: 4px;
}
.area-page .top-info {
  padding-left: 15px;
  padding-right: 15px;
}
.area-page .top-info__status {
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.area-page .top-info__status .label {
  font-size: 11px;
  line-height: 13px;
}
.area-page__link {
  background: #7c6b8b;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: none;
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.area-page .wide-avatar-container .primary-fineuploader,
.area-page .wide-avatar-container .primary-fineuploader .thumbnail,
.area-page .wide-avatar-container .primary-fineuploader .tag-file__background-button {
  width: 100%;
}
.area-page .menu-item .indicator-block {
  min-width: 10px;
  display: inline-block;
}
.area-page .sunshine-schedule {
  min-height: initial;
  margin-bottom: 15px;
}
.area-page__support-hours {
  width: 250px;
}
.area-info #total-appt {
  float: left;
  margin-left: 10px;
  background: #427f73;
  color: #fff;
  padding: 3px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.area-info .user-info__message {
  padding-bottom: 10px;
  text-align: center;
}
.area-info .user-info__message .message-text {
  background: #eb5d5d;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 50px;
}
.area-info .user-info__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.area-info .user-info__options .area-page__message,
.area-info .user-info__options .area-page__right {
  margin-left: auto;
}
.area-info .user-info__options .area-page__message {
  background: #eb5d5d;
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.area-info .user-info__zipInfo {
  background-color: #fbe6e6;
  border: 1px solid #eaa1a1;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 4px 8px;
  display: inline-block;
  vertical-align: top;
}
.area-info .user-info__zipInfo:last-of-type {
  margin-bottom: 15px;
}
.area-info .user-info__zipInfo p {
  margin: 0;
  white-space: pre-line;
}
.crematories-list {
  margin-top: 20px;
}
.site-inner-container.green_theme .area-page__date,
.site-inner-container.green_theme .area-page__link {
  background: #447e73;
}
.site-inner-container.blue_theme .area-page__date,
.site-inner-container.blue_theme .area-page__link {
  background: #3f8498;
}
.area-cremation-types-list {
  overflow: hidden;
}
.area-cremation-types-list__headline {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.area-cremation-types-list__headline h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.area-cremation-types-list__item {
  background: #F0F0F0;
  margin-bottom: 5px;
  padding: 2px 5px;
}
.area-cremation-types-list__item.isActive {
  background: #66a6d7;
  color: #fff;
}
.vets-list,
.area-persons .remove-user-from-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.vets-list__item,
.area-persons .remove-user-from-project__item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 49.5%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.area-persons .remove-user-from-project .vets-list__item,
.area-persons .remove-user-from-project .area-persons .remove-user-from-project__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vets-list__item ~ .vets-list__item,
.area-persons .remove-user-from-project__item ~ .vets-list__item {
  margin-left: 1%;
}
.vets-list__item ~ .vets-list__item:nth-of-type(2n+1),
.area-persons .remove-user-from-project__item ~ .vets-list__item:nth-of-type(2n+1) {
  margin-left: 0;
}
.vets-list__item-avatar-container,
.area-persons .remove-user-from-project__item-avatar-container {
  width: 30%;
}
.vets-list__item-info-container,
.area-persons .remove-user-from-project__item-info-container {
  width: 70%;
  padding-left: 10px;
  position: relative;
}
.vets-list__item-info-container .remove-vet,
.area-persons .remove-user-from-project__item-info-container .remove-vet {
  position: absolute;
  right: -5px;
  top: -10px;
  font-size: 20px;
  opacity: 0.5;
  color: #d9534f;
  cursor: pointer;
}
.vets-list__item-info-container .remove-vet:hover,
.area-persons .remove-user-from-project__item-info-container .remove-vet:hover {
  opacity: 1;
}
.vets-list__item-name,
.area-persons .remove-user-from-project__item-name {
  font-weight: bold;
  margin-bottom: 3px;
}
.vets-list__item-name .text,
.area-persons .remove-user-from-project__item-name .text {
  white-space: normal;
  word-wrap: break-word;
}
.vets-list__item-phone,
.area-persons .remove-user-from-project__item-phone {
  margin-bottom: 0;
}
.vets-list__item-email,
.area-persons .remove-user-from-project__item-email {
  margin-bottom: 0;
}
.vets-list__item-email .text,
.area-persons .remove-user-from-project__item-email .text {
  word-break: break-all;
  white-space: normal;
}
.vets-list__item.inactive {
  background-color: rgba(185, 185, 185, 0.19);
}
.vets-list__item.inactive img {
  border: 1px solid #ce0000;
}
.aftercare {
  margin-top: 20px;
}
.aftercare__text {
  white-space: pre-line;
}
.aftercare__crematory-default {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 8px;
}
.aftercare__crematory-default label {
  margin-bottom: 0;
}
.aftercare__crematory-default--area {
  background-color: #d9534f;
}
.aftercare__crematory-default--vet {
  background-color: #337ab7;
}
.no-appts-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.no-appts-form .checkbox {
  padding: 3px 5px ;
}
.no-appts-form .checkbox-custom-disabled {
  background-color: #ccc;
  color: #fff;
}
.area-suggestive-booking__message {
  white-space: pre;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #d9544f;
}


/*# sourceMappingURL=legacy-deps-pages.a3e4c61f.chunk.css.map*/