@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap&subset=cyrillic,cyrillic-ext');*/
@import url("/fonts/Roboto/roboto.css");
* {
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
}

:root {
  --mdc-theme-primary: #00796B!important;
}

.color-primary {
  color: #2E7D32;
}

.color-primary-light {
  color: #60AD5E;
}

.color-primary-dark {
  color: #005005;
}

.color-secondary {
  color: #00796B;
}

.color-secondary-light {
  color: #48A999;
}

.color-secondary-dark {
  color: #004C40;
}

/*h1{
  font-weight: 300;
  font-size: 96px;
}
h2{
  font-weight: 300;
  font-size: 60px;
}*/
h3 {
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
}

h4 {
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
}

h5 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.subtitle1 {
  font-size: 16px;
  line-height: 19px;
}

.subtitle2 {
  font-size: 10px;
  line-height: 12px;
}

p {
  font-size: 14px;
  line-height: 16px;
  color: #8E8E93;
}

.background-light {
  background: #F5F5F6;
}

.background-dark {
  background: #E1E2E1;
}

.background-dark {
  background: #E1E2E1;
}

.text-gray {
  color: #8E8E93;
}

/*Login page*/
html {
  height: 100%;
  overflow-x: hidden;
}

/*common*/
label {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 30px;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  right: 9000px;
}

a {
  color: #00796B;
}
a:hover {
  color: #48A999;
}

.col-box {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.col-box.account-data {
  margin-top: 14px;
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
/* btn primary */
.btn-primary {
  background: #00796B;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none !important;
  padding: 10px 35px;
}
.btn-primary:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background: #2E7D32;
  color: white;
}
.btn-primary:disabled {
  background: #48A999;
  cursor: auto;
  pointer-events: none;
}

.btn-primary-outline {
  background: #FFFFFF;
  border: 1px solid #00796B;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #00796B;
  padding: 10px 35px;
}
.btn-primary-outline:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn:focus {
  outline: none !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background: #48A999;
  border-color: #48A999;
  cursor: auto;
  opacity: 0.65;
  pointer-events: none;
}

/*animation*/
button:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.nav-link:hover, .nav-link:focus {
  background-color: rgba(0, 121, 107, 0.12) !important;
  transition: opacity 15ms linear, background-color 15ms linear;
}

#profile-image {
  /*&.vertical{
    height: 100px !important;
    width:auto!important;
  }*/
}
#profile-image.vertical {
  width: 100px !important;
  height: auto;
}
#profile-image.horizontal {
  width: 300px !important;
  height: auto !important;
}

.header {
  background: #2E7D32;
  height: 64px;
}
.header .logo-img {
  width: calc(100vw - 160px);
}
.header .search-container {
  margin-right: 20px;
  margin-top: 4px;
  margin-left: auto;
}
.header .search-container #search {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #DADADA;
  width: 73px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.header .search-container #search::placeholder {
  color: #DADADA;
  opacity: 1;
}
.header .search-container #search:-ms-input-placeholder {
  color: #DADADA;
}
.header .search-container #search::-ms-input-placeholder {
  color: #DADADA;
}
.header .search-container button, .header .search-container .mobile-search-link {
  background-image: url(/img/svg/icon_search.svg);
  background-color: transparent;
  border: 0;
  box-shadow: none;
  width: 15px;
  height: 26px;
  background-position-y: 8px;
  background-repeat: no-repeat;
}
.header .search-container button:focus, .header .search-container .mobile-search-link:focus {
  outline: none;
}
.header .search-container .mobile-search-link {
  display: none;
  cursor: pointer;
  background-position-y: 4px;
}
@media (max-width: 767.98px) {
  .header {
    height: 48px;
    position: fixed;
    width: 100vw;
    z-index: 996;
  }
  .header .logo-img {
    width: calc(100vw - 78px);
  }
  .header .header-menu-toogler {
    display: block !important;
    position: absolute;
    left: 19px;
  }
  .header .header-menu-toogler #toggle-menu-mobile {
    background: url(/img/svg/icon-menu-sm.svg) center/contain no-repeat;
    background-position-y: 4px;
    width: 18px;
    height: 18px;
    display: block;
  }
  .header .header-menu-toogler #toggle-menu-mobile.mobile-active {
    background: url("/img/svg/icon-arrow-left.svg") center/contain no-repeat;
  }
  .header .search-container {
    margin-right: 5px;
  }
  .header .search-container .mobile-search-link {
    display: flex;
  }
  .header .search-container form {
    display: none !important;
  }
  .header .search-container form button {
    display: none;
  }
  .header .search-container form.expanded-search {
    display: flex !important;
    position: absolute;
    right: 44px;
    top: 8px;
    transition: auto;
    -webkit-animation: fade ease-in 0.5s;
    -moz-animation: fade ease-in 0.5s;
    animation: fade ease-in 0.5s;
  }
  .header .search-container form.expanded-search #search {
    border-radius: 4px;
    color: #666;
    background-color: #fff;
    width: calc(100vw - 92px);
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 48px;
  }
}

.toast-wrapper {
  z-index: 99;
  right: 0;
  padding: 10px;
}
.toast-wrapper .toast {
  z-index: 999;
}
.toast-wrapper .toast .toast-header button:focus {
  outline: 1px dotted;
}
@media (max-width: 767.98px) {
  .toast-wrapper {
    z-index: 999;
    top: 47px;
  }
}

.header .header-menu-toogler-no-sidebar {
  margin-right: auto;
  padding-left: 20px;
}
.header .header-menu-toogler-no-sidebar #toggle-menu-mobile-no-sideber {
  background: url(/img/svg/icon-menu-sm.svg) center/contain no-repeat;
  background-position-y: 4px;
  width: 18px;
  height: 18px;
  display: block;
}

#loading {
  background: #fffc;
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#loading .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #00796B;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.loading-body {
  overflow-y: hidden !important;
  height: 100vh;
}

.device-body #sidebar.mobile-active-no-sidebar {
  z-index: 997;
  display: flex !important;
}
@media (max-width: 767.98px) {
  .device-body #sidebar.mobile-active-no-sidebar {
    position: fixed;
    overflow-y: scroll;
    height: 100vh;
  }
}
.device-body .header .header-menu-toogler-no-sidebar {
  margin-right: auto;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .device-body .header {
    z-index: 10;
  }
  .device-body .header .header-menu-toogler {
    display: block !important;
    position: absolute;
    left: 19px;
  }
  .device-body .header .header-menu-toogler #toggle-menu-mobile {
    background: url(/img/svg/icon-menu-sm.svg) center/contain no-repeat;
    background-position-y: 4px;
    width: 18px;
    height: 18px;
    display: block;
  }
  .device-body .navbar.content-title {
    z-index: 9;
    padding-top: 8px;
    padding-left: 130px;
  }
  .device-body .main-content #sidebar {
    display: none;
    width: 256px;
  }
  .device-body .main-content #sidebar.mobile-active {
    overflow-y: auto;
    padding-left: 16px;
    text-align: left;
    display: flex;
    min-width: 256px;
    max-width: 256px;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.18), 0px 6px 5px rgba(0, 0, 0, 0.24);
    height: calc(100vh - 64px);
    z-index: 11;
  }
  .device-body .main-content #sidebar.mobile-active .sidebar-text, .device-body .main-content #sidebar.mobile-active .profile-username, .device-body .main-content #sidebar.mobile-active .sidebar-image-arrow {
    display: inline-block;
  }
  .device-body .inner-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 886px;
    display: flex;
    min-height: 620px;
  }
  .device-body .inner-content-wrapper .device-item {
    margin: 17px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .device-body .inner-content-wrapper {
    width: 770px;
    padding-left: 72px;
  }
}
@media (max-width: 767.98px) {
  .device-body {
    height: 100vh;
  }
}

#sidebar.mobile-active-no-sidebar {
  position: absolute;
  z-index: 11;
  display: flex !important;
  height: 100%;
}

form h3 {
  font-size: 16px;
  line-height: 19px;
  color: #666;
  padding-top: 17px;
  padding-left: 23px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EBEFF2;
  margin-bottom: 20px;
}

.select2-container--krajee {
  min-width: 120px !important;
  cursor: pointer;
}
.select2-container--krajee .select2-selection--single {
  height: auto;
  padding: 12px 36px 12px 20px;
}
@media (max-width: 460px) {
  .select2-container--krajee .select2-selection--single {
    padding-right: 23px;
    padding-left: 12px;
  }
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-left: 0;
  background: url(/img/svg/icon-devices-operating-mode-arrow.svg) center right 10px no-repeat;
  background-size: auto;
  width: 36px;
  height: 100%;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--krajee .select2-selection {
  border: 2px solid #666666;
  box-sizing: border-box;
  border-radius: 16px;
}
.select2-container--krajee .select2-selection:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: none;
  border-color: #666666;
}
.select2-container--krajee .select2-selection:hover {
  cursor: pointer;
  background-color: #F8F8F8;
}
.select2-container--krajee .select2-selection .select2-selection__rendered {
  font-size: 20px;
  color: #000000;
  display: flex;
  overflow: auto;
  white-space: normal;
  align-items: center;
  /*.select2-selection__clear{
    top: 10px;
  }*/
}
.select2-container--krajee .select2-selection .select2-selection__rendered img {
  height: 36px;
  margin-right: 36px;
  margin-left: 6px;
}
@media (max-width: 767.98px) {
  .select2-container--krajee .select2-selection .select2-selection__rendered img {
    margin-right: 16px;
  }
}
.select2-container--krajee .select2-selection .select2-selection__rendered .select2-selection__choice {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 16px;
}
.select2-container--krajee .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-top: -1px;
}

.main-content {
  min-height: calc(100vh - 64px);
  position: relative;
}
@media (max-width: 767.98px) {
  .main-content {
    min-height: calc(100vh - 48px);
    margin-top: 48px;
  }
  .main-content #content .content-title {
    position: fixed;
    width: 100vw;
    z-index: 996;
  }
}
.main-content #sidebar {
  min-width: 200px;
  max-width: 200px;
  background: #FFFFFF;
  color: #666666;
  /* -moz-box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
   -webkit-box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
   box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);*/
  color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  min-height: calc(100vh - 64px);
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.main-content #sidebar .sidebar-profile {
  height: 128px;
  min-height: 128px;
  border-bottom: 1px solid #E1E2E1;
  padding-left: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.main-content #sidebar .sidebar-profile .sidebar-image-profile {
  margin-right: 15px;
  margin-left: 6px;
}
.main-content #sidebar .sidebar-profile .sidebar-image-profile a, .main-content #sidebar .sidebar-profile .sidebar-image-profile .sidebar-image-guest {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.main-content #sidebar .sidebar-profile .sidebar-image-profile a .profile-avatar-bg, .main-content #sidebar .sidebar-profile .sidebar-image-profile .sidebar-image-guest .profile-avatar-bg {
  width: 48px;
  height: 48px;
  background-image: url("/img/default/empty-profile-square.png");
  background-position: center;
  background-size: cover;
}
.main-content #sidebar .sidebar-profile .sidebar-image-profile a img, .main-content #sidebar .sidebar-profile .sidebar-image-profile .sidebar-image-guest img {
  /*border-radius: 50%;
  width: 48px;
  height: 48px;
  max-width: 100%;*/
}
.main-content #sidebar .sidebar-profile .sidebar-image-profile a.isDisabled, .main-content #sidebar .sidebar-profile .sidebar-image-profile .sidebar-image-guest.isDisabled {
  cursor: unset;
}
.main-content #sidebar .sidebar-profile .profile-username {
  margin-right: 10px;
  width: 82px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.main-content #sidebar .sidebar-profile .profile-username .sidebar-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #192A3E;
}
.main-content #sidebar .sidebar-profile .profile-username:hover {
  text-decoration: none;
  color: #192A3E;
}
.main-content #sidebar .menu-block {
  padding-left: 20px;
  padding-top: 15px;
  min-height: 300px;
}
.main-content #sidebar .menu-block .list-unstyled li {
  padding: 8px 0;
}
.main-content #sidebar .menu-block .list-unstyled li .sidebar-image {
  width: 30px;
}
.main-content #sidebar .menu-block .list-unstyled li:hover, .main-content #sidebar .menu-block .list-unstyled li.active {
  border-right: 1px solid #479D29;
}
.main-content #sidebar .menu-block .list-unstyled li:hover a, .main-content #sidebar .menu-block .list-unstyled li.active a {
  text-decoration: none;
  color: #479D29;
}
.main-content #sidebar .menu-block .list-unstyled li:hover a .sidebar-image img, .main-content #sidebar .menu-block .list-unstyled li.active a .sidebar-image img {
  filter: invert(44%) sepia(78%) saturate(422%) hue-rotate(60deg) brightness(100%) contrast(94%);
}
.main-content #sidebar .menu-block .list-unstyled li:hover {
  cursor: pointer;
}
.main-content #sidebar .menu-block a {
  color: #666666;
  font-weight: 500;
  font-size: 13px;
  display: flex;
}
.main-content #sidebar .menu-block a .sidebar-image {
  width: 28px;
}
.main-content #sidebar .menu-block a:hover, .main-content #sidebar .menu-block a.active {
  text-decoration: none;
  color: #479D29;
}
.main-content #sidebar .menu-block a:hover .sidebar-image img, .main-content #sidebar .menu-block a.active .sidebar-image img {
  filter: invert(44%) sepia(78%) saturate(422%) hue-rotate(60deg) brightness(100%) contrast(94%);
}
.main-content #sidebar .menu-block a .sidebar-text {
  margin-left: 20px;
}
.main-content #sidebar .user-menu {
  border-top: 1px solid #E1E2E1;
  padding-top: 30px;
}
.main-content #sidebar .user-menu ul {
  list-style: none;
}
.main-content #sidebar .user-menu ul .device, .main-content #sidebar .user-menu ul .instalator {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #BDBDBD;
  margin-bottom: 16px;
}
.main-content #sidebar .sidebar-footer {
  padding-left: 22px;
  padding-bottom: 43px;
  margin-top: auto;
}
.main-content #sidebar .sidebar-footer .menu-block a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #666666;
}
.main-content #sidebar .sidebar-footer .menu-block a:hover, .main-content #sidebar .sidebar-footer .menu-block a.current {
  color: #60AD5E;
}
.main-content #sidebar .sidebar-footer a .sidebar-text {
  color: #BDBDBD;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.01em;
}
.main-content #sidebar .sidebar-footer a:hover {
  color: #90A0B7;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .main-content #sidebar .sidebar-footer {
    display: none;
  }
}
.main-content #sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}
.main-content #sidebar.active .sidebar-text, .main-content #sidebar.active .profile-username, .main-content #sidebar.active .sidebar-image-arrow, .main-content #sidebar.active .user-menu {
  display: none;
}
.main-content #sidebar.active .sidebar-footer {
  padding-left: 0px;
}
.main-content #sidebar .sidebar-text {
  -webkit-animation: fade ease-in 0.7s;
  -moz-animation: fade ease-in 0.7s;
  animation: fade ease-in 0.7s;
}
@media (max-width: 767.98px) {
  .main-content #sidebar {
    display: none;
    width: 256px;
    z-index: 999;
  }
  .main-content #sidebar.mobile-active {
    overflow-y: auto;
    padding-left: 16px;
    text-align: left;
    display: flex;
    min-width: 256px;
    max-width: 256px;
    position: fixed;
    z-index: 997;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.18), 0px 6px 5px rgba(0, 0, 0, 0.24);
    height: calc(100vh - 48px);
  }
  .main-content #sidebar.mobile-active .sidebar-text, .main-content #sidebar.mobile-active .profile-username, .main-content #sidebar.mobile-active .sidebar-image-arrow {
    display: inline-block;
  }
}
.main-content #content {
  background: #F5F5F6;
  width: 100%;
  position: relative;
}
.main-content #content .device-status, .main-content #content .device-icon {
  width: 28px;
  height: 22px;
  position: relative;
}
.main-content #content .device-status .device-error, .main-content #content .device-icon .device-error {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  font-size: 6px;
  line-height: 7px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 7px;
  top: 2px;
}
.main-content #content .device-status .device-error.blue, .main-content #content .device-icon .device-error.blue {
  background-color: #00f;
}
.main-content #content .device-status .device-error.red, .main-content #content .device-icon .device-error.red {
  background-color: #f00;
}
.main-content #content .device-status .device-error.green, .main-content #content .device-icon .device-error.green {
  background-color: #008000;
}
.main-content #content .content-title {
  background: #F5F5F6;
  height: 72px;
  border-bottom: 1px solid #C4C4C4;
}
.main-content #content .content-title .title {
  padding-left: 16px;
  padding-top: 9px;
  width: 100%;
}
.main-content #content .content-title .title .device-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
}
.main-content #content .content-title h1 {
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .main-content #content .content-title h1 {
    font-size: 16px;
  }
}
.main-content #content .content-title .role-title {
  color: #666666;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .main-content #content .content-title h1 {
    font-size: 15px;
  }
  .main-content #content .content-title .buttons {
    align-items: center;
  }
  .main-content #content .content-title .buttons .btn-actions {
    height: 32px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0 3px;
  }
  .main-content #content .content-title .buttons .btn-actions span {
    display: none;
  }
}
.main-content #content .content-subtitle .w-100 {
  align-items: center;
  align-items: flex-end;
}
.main-content #content .content-subtitle h2 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #192A3E;
  line-height: 2.2;
}
.main-content #content .buttons {
  padding-right: 8px;
}
.main-content #content .buttons .btn-actions {
  background: #fff;
  border-radius: 8px;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  margin: 0 6px;
  text-transform: uppercase;
  color: #E1E2E1;
  font-size: 14px;
  line-height: 50px;
}
.main-content #content .buttons .btn-actions .btn-text {
  margin-left: 11px;
}
.main-content #content .buttons .btn-actions:hover, .main-content #content .buttons .btn-actions.active {
  color: #00796B;
  text-decoration: none;
}
.main-content #content .buttons .btn-actions:hover img, .main-content #content .buttons .btn-actions.active img {
  filter: invert(172%) sepia(99%) saturate(9230%) hue-rotate(176deg) brightness(85%) contrast(96%);
}
.main-content #content .buttons .btn-actions.active {
  cursor: pointer;
}
.main-content #content .buttons .btn-actions.btn-back {
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content #content .table-wrapper {
  max-width: calc(100vw - 100px);
  padding-top: 40px;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 50px;
  overflow-x: auto;
  overflow-y: hidden;
}
.main-content #content .table-wrapper .main-content-table {
  background-color: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  /*thead tr th:first-child {
    width: 36px;
    min-width:36px;
    max-width: 36px;
    word-break: break-all;
    padding: 8px;
    vertical-align: middle;
  }*/
}
.main-content #content .table-wrapper .main-content-table .form-check {
  padding-left: 0;
  height: 16px;
}
.main-content #content .table-wrapper .main-content-table .form-check .form-check-label {
  padding-left: 0;
  margin-bottom: 0;
}
.main-content #content .table-wrapper .main-content-table .form-check .form-check-label input:checked ~ .checkmark {
  background-color: #00796B;
}
.main-content #content .table-wrapper .main-content-table .form-check .form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.main-content #content .table-wrapper .main-content-table .form-check .form-check-label input:checked ~ .checkmark {
  border: 2px solid #00796B;
}
.main-content #content .table-wrapper .main-content-table .form-check .form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.main-content #content .table-wrapper .main-content-table .form-check .checkmark {
  border: 2px solid #D5D5D5;
  box-sizing: border-box;
  border-radius: 4px;
  height: 16px;
  width: 16px;
}
.main-content #content .table-wrapper .main-content-table .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-content #content .table-wrapper .main-content-table thead {
  border-width: 2px;
  border-bottom: 2px solid #dee2e6;
}
.main-content #content .table-wrapper .main-content-table thead tr {
  border-width: 2px;
}
.main-content #content .table-wrapper .main-content-table thead th {
  border: 0;
  vertical-align: middle;
}
.main-content #content .table-wrapper .main-content-table thead th {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #323C47;
  padding: 20px;
}
.main-content #content .table-wrapper .main-content-table thead th.action-column {
  vertical-align: top;
}
.main-content #content .table-wrapper .main-content-table thead .btn-sort {
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #91979F;
  margin-top: 18px;
}
.main-content #content .table-wrapper .main-content-table tbody {
  border: 2px solid #fff;
}
.main-content #content .table-wrapper .main-content-table tbody tr {
  vertical-align: middle;
  height: 64px;
  border-width: 2px;
  /*td:first-child {
    width: 36px;
    min-width:36px;
    max-width: 36px;
    word-break: break-all;
    padding: 8px;
    vertical-align: middle;
  }*/
}
.main-content #content .table-wrapper .main-content-table tbody tr.selected {
  background-color: #F5F5F6;
  border: 2px solid #00796B;
  border-spacing: 0;
  border-collapse: separate;
}
.main-content #content .table-wrapper .main-content-table tbody tr:hover {
  cursor: pointer;
  background-color: #60ad5e3b;
}
.main-content #content .table-wrapper .main-content-table tbody tr td {
  vertical-align: middle;
  padding: 20px;
}
.main-content #content .table-wrapper .main-content-table tbody tr td .empty {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .main-content #content .content-title .title {
    padding-left: 0px;
  }
  .main-content #content .content-title .buttons {
    padding-right: 0;
  }
  .main-content #content .table-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    max-width: calc(100vw - 15px);
    overflow-x: auto;
    padding-top: 20px;
    margin-top: 72px;
  }
  .main-content #content .content-subtitle {
    padding: 0.5rem 0;
  }
  .main-content #content .content-subtitle .w-100 {
    flex-direction: column;
  }
  .main-content #content .content-subtitle .title {
    width: calc(100vw - 40px) !important;
    word-break: break-all;
    margin-left: 15px;
  }
  .main-content #content .content-subtitle .title h2 {
    font-size: 20px;
    line-height: 1.2;
    word-break: break-word;
  }
  .main-content #content .content-subtitle .title .buttons {
    margin-bottom: 10px;
  }
  .main-content #content .content-subtitle .title .buttons a {
    width: 114px !important;
  }
  .main-content #content .content-subtitle .buttons {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .main-content #content .content-subtitle .buttons a:last-child {
    margin-right: 0px;
  }
  .main-content #content .buttons .btn-actions .btn-text {
    display: none;
  }
  .main-content #content .main-content-table {
    min-width: 500px;
    /*th:not(:nth-of-type(-n+3)), td:not(:nth-of-type(-n+3)) {
      display: none;
    }*/
  }
  .main-content #content .main-content-table th, .main-content #content .main-content-table td {
    padding: 0.5rem;
  }
}
.main-content #content.sidebar-full .table-wrapper {
  max-width: calc(100vw - 232px);
}
@media (max-width: 767.98px) {
  .main-content #content .inner-content-wrapper {
    margin-top: 72px;
  }
}
@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-content .page-title {
  height: 72px;
  background-color: #F5F5F6;
  border-bottom: 1px solid #C4C4C4;
}
.main-content .page-title h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.main-content .page-title h5 {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
  /* margin-bottom: 1.5rem;*/
}
.form-group .help-block {
  height: 16px;
}
.form-group.has-error .form-control {
  border: 2px solid #FF3B30;
  opacity: 1;
}
.form-group.has-error .help-block-error, .form-group.has-error .help-block {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FF3B30;
}
.form-group.has-error .form-control-placeholder {
  color: #FF3B30;
}
.form-group.has-error:before {
  width: 22px;
  height: 19px;
  content: " ";
  position: absolute;
  right: 10px;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  background: url("/img/svg/circle-error.svg") center/contain no-repeat;
}
.form-group.has-success .form-control {
  border: 2px solid #00796B;
  opacity: 1;
}
.form-group.has-success .help-block-error {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #00796B;
}
.form-group.has-success .form-control-placeholder {
  color: #00796B;
}
.form-group .form-control {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 56px;
  background: #0000;
  font-size: 16px;
  line-height: 19px;
  color: #828282;
}
.form-group .form-control.multi-select-select {
  height: 64px !important;
}
@media (max-width: 767.98px) {
  .form-group .form-control.multi-select-select {
    height: 48px !important;
  }
}
.form-group .form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 16px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.44px;
}
.form-group .form-control-placeholder.floated-up {
  /*font-size: 75%;
  transform: translate3d(0, -56%, 0);*/
  font-size: 12px;
  top: -6px;
  line-height: 1;
  opacity: 1;
  padding: 1px 4px;
  margin: 1px 10px;
  background-color: #F5F5F6;
}
.form-group input:focus ~ .form-control-placeholder,
.form-group input:not(:empty) ~ .form-control-placeholder,
.form-group textarea:focus ~ .form-control-placeholder,
.form-group textarea:not(:empty) ~ .form-control-placeholder {
  /*    font-size: 75%;
      transform: translate3d(0, -56%, 0);*/
  font-size: 12px;
  top: -6px;
  line-height: 1;
  opacity: 1;
  padding: 1px 4px;
  margin: 1px 10px;
  background-color: #F5F5F6;
}
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-group.has-success .form-control-placeholder, .form-group.has-error .form-control-placeholder {
  /*      font-size: 75%;
        transform: translate3d(0, -56%, 0);*/
  font-size: 12px;
  top: -6px;
  line-height: 1;
  opacity: 1;
  padding: 1px 4px;
  margin: 1px 10px;
  background-color: #F5F5F6;
}
.form-group.has-success .form-control:focus, .form-group.has-error .form-control:focus {
  border: 2px solid #00796B;
  opacity: 1;
}
.form-group.has-success .form-control:focus + .form-control-placeholder, .form-group.has-error .form-control:focus + .form-control-placeholder {
  /*        font-size: 75%;
          transform: translate3d(0, -56%, 0);*/
  font-size: 12px;
  top: -6px;
  line-height: 1;
  opacity: 1;
  padding: 1px 4px;
  margin: 1px 10px;
  background-color: #F5F5F6;
}

.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
  /* Create the checkmark/indicator (hidden when not checked) */
}
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #00796B;
}
.form-check-label .checkmark:before {
  content: "";
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  -o-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear;
  background-color: rgba(158, 158, 158, 0.12);
  top: -9px;
  left: -9px;
  display: none;
}
.form-check-label .checkmark:hover:before {
  display: block;
}
.form-check-label:hover input ~ .checkmark {
  background-color: #fff;
}
.form-check-label input:checked ~ .checkmark {
  background-color: #00796B;
}
.form-check-label input:checked ~ .checkmark:before {
  background-color: rgba(1, 135, 134, 0.12);
}
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.form-check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-group select.form-control:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 22px;
}

.pager-wrapper {
  display: flex;
  justify-content: flex-end;
}
.pager-wrapper .pagination {
  background-color: white;
  border-radius: 0;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  align-items: center;
}
.pager-wrapper .pagination li {
  padding: 0 7px;
  line-height: 1.5;
}
.pager-wrapper .pagination li a {
  color: #5fbcd8;
  font-size: 14px;
}
.pager-wrapper .pagination li.active {
  font-weight: bold;
}
.pager-wrapper .pagination li.prev a, .pager-wrapper .pagination li.prev span, .pager-wrapper .pagination li.next a, .pager-wrapper .pagination li.next span, .pager-wrapper .pagination li.first a, .pager-wrapper .pagination li.first span, .pager-wrapper .pagination li.last a, .pager-wrapper .pagination li.last span {
  font-family: monospace;
  font-size: 24px;
  line-height: 1;
  color: #5fbcd8;
}
.pager-wrapper .pagination li.first, .pager-wrapper .pagination li.last {
  letter-spacing: -8px;
}
.pager-wrapper .pagination li.first {
  margin-left: 4px;
}
.pager-wrapper .pagination li.last {
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .pager-wrapper {
    width: calc(100vw - 30px);
  }
  .pager-wrapper .pagination {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
}

.table-wrapper .banners-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
  /*max-width: 980px;*/
  -webkit-animation: fade ease-in 0.3s;
  -moz-animation: fade ease-in 0.3s;
  animation: fade ease-in 0.3s;
}
.table-wrapper .banners-block .banner {
  background: #2E7D32;
  border-radius: 8px;
  height: 56px;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  margin-right: 32px;
  margin-top: 8px;
}
.table-wrapper .banners-block .banner .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-left: 26px;
  margin-right: 26px;
}
.table-wrapper .banners-block .banner .count {
  font-size: 34px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .table-wrapper .banners-block .banner {
    margin-right: 15px;
  }
  .table-wrapper .banners-block .banner .text {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .table-wrapper .banners-block .banner {
    margin-top: 10px;
  }
}
.table-wrapper .filters-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.table-wrapper .filters-block .form-group {
  margin-right: 8px;
  background: #fff;
  display: flex;
  height: 48px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  height: auto;
  justify-content: space-between;
  -webkit-animation: fade ease-in 0.3s;
  -moz-animation: fade ease-in 0.3s;
  animation: fade ease-in 0.3s;
  /*@media (max-width: 767.98px)  {
    max-width: calc(100vw - 30px);
    overflow-x: hidden;
  }*/
}
.table-wrapper .filters-block .form-group select {
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%2300796B%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
  border-radius: 8px !important;
  color: black;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  opacity: 1;
  border: #FFF;
  padding: 0;
  height: 48px;
}
.table-wrapper .filters-block .form-group select option {
  color: #91979F;
}
.table-wrapper .filters-block .form-group select:focus {
  box-shadow: none;
}
.table-wrapper .filters-block .form-group select.selected {
  color: #333333;
  font-weight: bold;
}
.table-wrapper .filters-block .form-group .form-control-filter-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #BDBDBD;
  margin-right: 10px;
}
.table-wrapper .filters-block .form-group .selection .select2-selection {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table-wrapper .filters-block .form-group .selection .select2-selection--single {
  padding: 10px 24px 6px 12px;
}
.table-wrapper .filters-block .form-group .selection .select2-selection--single .select2-selection__clear {
  top: 6px;
}
.table-wrapper .filters-block .form-group .selection .select2-selection__placeholder, .table-wrapper .filters-block .form-group .selection .select2-selection__rendered {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  flex-wrap: wrap;
}
.table-wrapper .filters-block .form-group .selection .select2-selection__arrow {
  border-left-width: 0px;
}
.table-wrapper .filters-block .form-group .selection .select2-selection__arrow b {
  border-color: #00796B #0000 #0000 #0000;
}
@media (max-width: 767.98px) {
  .table-wrapper {
    /*.select2-container--krajee{
      max-width: calc(100vw - 125px);
    }*/
  }
  .table-wrapper .banners-block, .table-wrapper .filters-block {
    /*display: none;*/
    /*flex-direction: column;
    width: 260px;*/
    /*&.show{
      display: flex;
    }*/
  }
}

.login-body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F6;
}
.login-body input:-webkit-autofill,
.login-body input:-webkit-autofill:hover,
.login-body input:-webkit-autofill:focus,
.login-body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F5F5F6 inset !important;
}
.login-body .header {
  display: none !important;
}
.login-body .form-login {
  width: 100%;
  max-width: 375px;
  height: 100%;
  max-height: 690px;
  padding: 15px;
  margin: auto;
}
.login-body .form-login .form-header {
  margin-bottom: 50px;
}
.login-body .form-login .email-confirm-text {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.login-body .form-login .form-body {
  width: 100%;
  padding: 0 18px;
}
.login-body .form-login .form-body .forgot-password {
  text-decoration-line: underline;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #00796B;
}
.login-body .form-login .form-body .forgot-password:hover {
  color: #48A999;
}
.login-body .form-login .form-body .checkbox-block {
  margin-top: 34px;
  margin-bottom: 21px;
}
.login-body .form-login .form-body .checkbox-block .form-check {
  padding-left: 4px;
}
.login-body .form-login .form-body .checkbox-block .form-check .form-check-label {
  padding-left: 40px;
}
.login-body .form-login .form-body .checkbox-block .forgot-password {
  padding-right: 4px;
}
.login-body .form-footer {
  font-size: 14px;
  margin-top: 46px;
  justify-content: space-evenly;
  padding-bottom: 20px;
}
.login-body .form-footer > div {
  flex-grow: 1;
  text-align: center;
}

.foggot-password-body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F6;
}
.foggot-password-body input:-webkit-autofill,
.foggot-password-body input:-webkit-autofill:hover,
.foggot-password-body input:-webkit-autofill:focus,
.foggot-password-body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F5F5F6 inset !important;
}
.foggot-password-body .header {
  display: none !important;
}
.foggot-password-body .forgot_password-form {
  width: 100%;
  max-width: 375px;
  height: 100%;
  max-height: 690px;
  padding: 15px;
  margin: auto;
  justify-content: center;
}
.foggot-password-body .forgot_password-form .form-header {
  margin-bottom: 38px;
}
.foggot-password-body .forgot_password-form .form-header .pretext {
  max-width: 280px;
  margin: auto;
  margin-top: 19px;
}
.foggot-password-body .forgot_password-form .recaptcha-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 34px;
}
.foggot-password-body .forgot_password-form .recaptcha-block .g-recaptcha {
  flex: 1 1 100%;
  transform: scale(0.77);
  transform-origin: 0 0;
  align-self: center;
}
.foggot-password-body .forgot_password-form .recaptcha-block .g-recaptcha > div {
  width: 231px !important;
}
.foggot-password-body .forgot_password-form .form-footer {
  justify-content: space-evenly;
}
.foggot-password-body .forgot_password-form .form-footer .form-group {
  flex-grow: 1;
  text-align: center;
}
.foggot-password-body .forgot_password-form .form-footer .btn-primary-outline {
  padding: 10px 30px;
}
.foggot-password-body .forgot_password-form .form-footer .btn-primary {
  padding: 10px 14px;
}

.change-password-body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F6;
}
.change-password-body input:-webkit-autofill,
.change-password-body input:-webkit-autofill:hover,
.change-password-body input:-webkit-autofill:focus,
.change-password-body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F5F5F6 inset !important;
}
.change-password-body .header {
  display: none !important;
}
.change-password-body .restore_password-form {
  width: 100%;
  max-width: 342px;
  height: 100%;
  padding: 15px;
  margin: auto;
}
.change-password-body .restore_password-form .form-header {
  margin-bottom: 50px;
}
.change-password-body .restore_password-form .form-body .field-changepasswordform-password {
  margin-bottom: 32px;
}
.change-password-body .restore_password-form .form-body .submit-block {
  margin-top: 64px;
  margin-bottom: 55px;
}
.change-password-body .restore_password-form .form-footer {
  padding-bottom: 20px;
}
.change-password-body .restore_password-form .form-footer div:first-child {
  padding-left: 25px;
}
.change-password-body .restore_password-form .form-footer div:nth-child(2) {
  padding-right: 47px;
}
.change-password-body .restore_password-form .form-footer a {
  font-size: 14px;
}

/*Register page*/
.register-body .header .search {
  display: none;
}
.register-body .header .logo-img {
  width: 100%;
}
.register-body .form-control-placeholder {
  background-color: white !important;
  font-size: 14px;
  padding: 12px 0 0 13px;
  margin: 2px;
  color: #666666;
  opacity: 1;
}
.register-body .form-group {
  max-width: 256px;
  margin-left: 32px;
  margin-top: 18px;
  margin-bottom: 16px;
}
.register-body .form-group.has-error:before {
  top: 22px;
}
.register-body .form-control {
  max-height: 48px;
  border: 1px solid #666666;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}
.register-body .control-label {
  font-size: 12px;
  opacity: 1;
  padding: 1px 4px;
  margin: 1px 10px;
  background-color: #fff;
}
.register-body select {
  margin-top: -12px;
}
.register-body .container {
  max-width: 1024px;
}
.register-body .page-title {
  color: #666;
}
.register-body .page-title h1 {
  padding-top: 26px;
  padding-left: 29px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.register-body .page-title h5 {
  padding-left: 29px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
.register-body .page-title .logo-img-mobile {
  display: none;
}
.register-body .page-content {
  background: #F5F7FA;
  padding-bottom: 18px;
  min-height: calc(100vh - 136px);
}
.register-body .page-content .form-group.has-success .form-control {
  border: 1px solid #666;
}
.register-body .page-content h3 {
  font-size: 16px;
  line-height: 19px;
  color: #666;
  padding-top: 17px;
  padding-left: 23px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EBEFF2;
  margin-bottom: 20px;
}
.register-body .page-content .col-md {
  max-width: 320px;
  min-width: 320px;
  padding: 0;
  margin-top: 15px;
}
.register-body .page-content .col-md .field-usersregisterform-country__id, .register-body .page-content .col-md .field-usersregisterform-region__id, .register-body .page-content .col-md .field-usersregisterform-city__id, .register-body .page-content .col-md .field-usersregisterform-dealer__id {
  margin-bottom: 8px;
  margin-top: -6px;
}
.register-body .page-content .col-md .field-usersregisterform-country__id:before, .register-body .page-content .col-md .field-usersregisterform-region__id:before, .register-body .page-content .col-md .field-usersregisterform-city__id:before, .register-body .page-content .col-md .field-usersregisterform-dealer__id:before {
  right: 30px;
  top: 35px;
}
.register-body .page-content .col-md .select-subtitle {
  margin-bottom: 16px;
}
.register-body .page-content .col-one {
  margin-left: 14px;
  margin-right: 8px;
}
.register-body .page-content .col-two {
  margin-left: 8px;
  margin-right: 12px;
}
.register-body .page-content .col-three {
  margin-left: 5px;
}
.register-body .page-content .col-three .field-usersregisterform-dealer__id {
  padding-bottom: 18px;
}
.register-body .page-content .col-three .rules {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 40px;
}
.register-body .page-content .col-three .rules a {
  text-decoration-line: underline;
}
.register-body .page-content .col-three .form-footer .form-group {
  margin-left: 0;
}
@media (max-width: 1024px) and (min-width: 640px) {
  .register-body .page-title {
    text-align: center;
  }
  .register-body .page-title h1 {
    padding-left: 0px;
  }
  .register-body .page-title h5 {
    padding-left: 0;
  }
  .register-body .page-content #register-form .row {
    justify-content: center;
  }
  .register-body .page-content .col-md {
    margin: 20px;
  }
}
@media (max-width: 639px) {
  .register-body .header {
    display: none !important;
  }
  .register-body .page-title {
    padding-top: 60px;
    height: 240px;
    border-bottom: 0;
    background-color: #f5f5f5;
  }
  .register-body .page-title h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    padding-left: 0;
    padding-top: 0px;
  }
  .register-body .page-title h5 {
    display: none;
  }
  .register-body .page-title .logo-img-mobile {
    display: block;
  }
  .register-body .page-content {
    background-color: white;
    padding-bottom: 0px;
    /*gray footer :-) */
  }
  .register-body .page-content h3 {
    border-bottom: 0;
    border-top: 1px solid #EBEFF2;
    padding-left: calc(50% - 136px);
  }
  .register-body .page-content .col-box {
    box-shadow: none;
    border-radius: 0;
  }
  .register-body .page-content .col-box.account-data {
    margin-top: 0;
  }
  .register-body .page-content .col-box .field-usersregisterform-dealer__id {
    margin-bottom: 0;
  }
  .register-body .page-content .col-md {
    margin: 0 auto;
    width: 100vw;
    max-width: unset;
    min-width: unset;
  }
  .register-body .page-content .col-three .rules, .register-body .page-content .col-three .form-footer {
    background-color: #F5F5F6;
    width: 100vw;
    margin: auto;
    padding: 20px;
    justify-content: center !important;
  }
  .register-body .page-content .col-three .rules .form-group, .register-body .page-content .col-three .form-footer .form-group {
    margin: 10px;
  }
  .register-body .page-content .form-footer {
    justify-content: space-evenly !important;
  }
  .register-body .page-content .form-footer .btn {
    padding: 10px 16px;
  }
  .register-body .page-content .form-group {
    margin: 18px auto 16px;
  }
}

.privacy-body .page-title h1 {
  padding-top: 26px;
}
.privacy-body .page-content {
  background-color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  text-indent: 10px;
  color: #000000;
}
.privacy-body .page-content .container {
  padding: 16px 23px;
}
@media (max-width: 767.98px) {
  .privacy-body .page-content .container {
    padding-top: 96px;
  }
}
.privacy-body .page-content .container p {
  color: #000000;
}
.privacy-body .footer {
  padding-top: 12px;
  border-top: 1px solid #C4C4C4;
}
.privacy-body .footer .btn-primary-outline {
  color: #00796B;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.help-body .page-title h1 {
  padding-top: 26px;
}
.help-body .page-content {
  background-color: #FFFFFF;
  min-height: calc(100vh - 208px);
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
.help-body .page-content .container {
  padding: 13px 23px;
}
@media (max-width: 767.98px) {
  .help-body .page-content .container {
    padding-top: 96px;
  }
}
.help-body .page-content .container p {
  color: #000000;
}
.help-body .footer {
  padding-top: 12px;
  border-top: 1px solid #C4C4C4;
}
.help-body .footer .btn-primary-outline {
  color: #00796B;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  .devices-software-index-body .main-content #content .content-title h1 {
    font-size: 15px;
  }
}
.devices-software-index-body .main-content-table tr td:last-child {
  word-break: break-all;
}

.devices-software-params-index-body .content-title .btn-actions, .devices-software-errors-index-body .content-title .btn-actions {
  width: 72px;
  height: 35px;
}
.devices-software-params-index-body .content-title .btn-actions img, .devices-software-errors-index-body .content-title .btn-actions img {
  margin: auto;
}
.devices-software-params-index-body .main-content #content .content-subtitle, .devices-software-errors-index-body .main-content #content .content-subtitle {
  flex-wrap: wrap;
  margin-bottom: 8px;
  align-items: center;
}
.devices-software-params-index-body .main-content #content .content-subtitle .title, .devices-software-errors-index-body .main-content #content .content-subtitle .title {
  max-width: unset !important;
  width: auto;
  flex-wrap: wrap;
}
.devices-software-params-index-body .main-content #content .content-subtitle .title .buttons, .devices-software-errors-index-body .main-content #content .content-subtitle .title .buttons {
  margin-left: 25px;
  align-items: center;
}
.devices-software-params-index-body .main-content #content .content-subtitle .title .buttons .software-params-model, .devices-software-params-index-body .main-content #content .content-subtitle .title .buttons .software-errors-model, .devices-software-errors-index-body .main-content #content .content-subtitle .title .buttons .software-params-model, .devices-software-errors-index-body .main-content #content .content-subtitle .title .buttons .software-errors-model {
  background-color: #FFFFFF;
  color: black;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 48px;
}
.devices-software-params-index-body .main-content #content .content-subtitle .title .buttons .software-params-model.active, .devices-software-params-index-body .main-content #content .content-subtitle .title .buttons .software-errors-model.active, .devices-software-errors-index-body .main-content #content .content-subtitle .title .buttons .software-params-model.active, .devices-software-errors-index-body .main-content #content .content-subtitle .title .buttons .software-errors-model.active {
  background: #00796B;
  color: white;
}
@media (max-width: 767.98px) {
  .devices-software-params-index-body .main-content #content .content-subtitle .title h2, .devices-software-errors-index-body .main-content #content .content-subtitle .title h2 {
    width: 100%;
    min-width: 280px;
  }
}
.devices-software-params-index-body .main-content #content .main-content-table tr td:first-child, .devices-software-params-index-body .main-content #content .main-content-table tr td:nth-child(2), .devices-software-errors-index-body .main-content #content .main-content-table tr td:first-child, .devices-software-errors-index-body .main-content #content .main-content-table tr td:nth-child(2) {
  word-break: break-all;
}

.devices-software-create-body .content-title .btn-actions, .devices-software-update-body .content-title .btn-actions {
  width: 72px;
  height: 35px;
}
.devices-software-create-body .content-title .btn-actions img, .devices-software-update-body .content-title .btn-actions img {
  margin: auto;
}
.devices-software-create-body .form-version-edit, .devices-software-update-body .form-version-edit {
  margin-bottom: 50px;
}
.devices-software-create-body .form-version-edit .col-box, .devices-software-update-body .form-version-edit .col-box {
  max-width: 380px;
  min-width: 380px;
  margin: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.devices-software-create-body .form-version-edit .col-box h3, .devices-software-update-body .form-version-edit .col-box h3 {
  padding-top: 20px;
  padding-left: 9px;
  margin-bottom: 33px;
}
.devices-software-create-body .form-version-edit .col-box .form-group, .devices-software-update-body .form-version-edit .col-box .form-group {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 24px;
  /*select{
    option{
      padding: 2px 0;
    }
  }*/
}
.devices-software-create-body .form-version-edit .col-box .form-group.has-error:before, .devices-software-update-body .form-version-edit .col-box .form-group.has-error:before {
  top: 24px;
}
.devices-software-create-body .form-version-edit .col-box .form-group.field-devicessoftwareform-software_to_model_ids label, .devices-software-update-body .form-version-edit .col-box .form-group.field-devicessoftwareform-software_to_model_ids label {
  top: -9px;
}
.devices-software-create-body .form-version-edit .col-box .form-group.field-devicessoftwareform-software_to_model_ids select.form-control[multiple], .devices-software-update-body .form-version-edit .col-box .form-group.field-devicessoftwareform-software_to_model_ids select.form-control[multiple] {
  padding: 8px 14px;
}
.devices-software-create-body .form-version-edit .col-box .form-control, .devices-software-update-body .form-version-edit .col-box .form-control {
  opacity: 1;
  border: 1px solid #666666;
  height: 48px;
  padding: 14px;
}
.devices-software-create-body .form-version-edit .col-box .form-control-placeholder, .devices-software-update-body .form-version-edit .col-box .form-control-placeholder {
  background-color: #fff !important;
}
.devices-software-create-body .form-version-edit .col-box #devicessoftwareform-comment, .devices-software-update-body .form-version-edit .col-box #devicessoftwareform-comment {
  height: 320px;
}
.devices-software-create-body .col-one, .devices-software-update-body .col-one {
  padding-top: 8px;
}
.devices-software-create-body .col-one .field-devicessoftwareform-software_to_model_ids, .devices-software-update-body .col-one .field-devicessoftwareform-software_to_model_ids {
  padding-bottom: 16px;
}
.devices-software-create-body .col-one .field-devicessoftwareform-software_to_model_ids .select2-container--krajee .select2-selection, .devices-software-update-body .col-one .field-devicessoftwareform-software_to_model_ids .select2-container--krajee .select2-selection {
  border-radius: 4px;
  border: 1px solid #666;
  min-height: 48px;
  height: auto;
  padding: 4px;
  font-size: 16px;
  line-height: 19px;
  color: #828282;
}
.devices-software-create-body .col-one .field-devicessoftwareform-software_to_model_ids .select2-container--krajee .select2-selection .select2-search__field, .devices-software-update-body .col-one .field-devicessoftwareform-software_to_model_ids .select2-container--krajee .select2-selection .select2-search__field {
  font-size: 16px;
}
.devices-software-create-body .col-one .field-devicessoftwareform-software_to_model_ids .select2-container--krajee .select2-selection .select2-selection__rendered, .devices-software-update-body .col-one .field-devicessoftwareform-software_to_model_ids .select2-container--krajee .select2-selection .select2-selection__rendered {
  flex-wrap: wrap;
}
.devices-software-create-body .col-one .field-devicessoftwareform-software_to_model_ids label[for=devicessoftwareform-software_to_model_ids], .devices-software-update-body .col-one .field-devicessoftwareform-software_to_model_ids label[for=devicessoftwareform-software_to_model_ids] {
  z-index: 9;
}
.devices-software-create-body .col-two, .devices-software-update-body .col-two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 26px;
}
.devices-software-create-body .col-two textarea, .devices-software-update-body .col-two textarea {
  padding: 14px;
  height: 220px;
}
.devices-software-create-body .col-two .form-footer, .devices-software-update-body .col-two .form-footer {
  margin-bottom: 58px;
}
.devices-software-create-body .col-two .form-footer .form-group, .devices-software-update-body .col-two .form-footer .form-group {
  padding-left: 10px;
  padding-right: 10px;
}
.devices-software-create-body .col-two .form-footer .form-group .btn, .devices-software-update-body .col-two .form-footer .form-group .btn {
  font-size: 16px;
  width: 120px;
}
@media (max-width: 767.98px) {
  .devices-software-create-body .devices-software-form, .devices-software-update-body .devices-software-form {
    margin-top: 72px;
  }
  .devices-software-create-body .form-version-edit .row, .devices-software-update-body .form-version-edit .row {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .devices-software-create-body .form-version-edit, .devices-software-update-body .form-version-edit {
    background: #fff;
  }
  .devices-software-create-body .form-version-edit .row, .devices-software-update-body .form-version-edit .row {
    justify-content: center;
  }
  .devices-software-create-body .form-version-edit .row .col-box, .devices-software-update-body .form-version-edit .row .col-box {
    box-shadow: none;
    max-width: 340px;
    min-width: 340px;
  }
  .devices-software-create-body .form-version-edit .row .col-box .form-group, .devices-software-update-body .form-version-edit .row .col-box .form-group {
    padding-left: 0;
    padding-right: 0;
    max-width: 280px;
    margin: auto;
    margin-bottom: 20px;
  }
  .devices-software-create-body .form-version-edit .row .col-two, .devices-software-update-body .form-version-edit .row .col-two {
    padding-top: 0;
    margin-top: 0;
  }
  .devices-software-create-body .form-version-edit .row .col-two textarea, .devices-software-update-body .form-version-edit .row .col-two textarea {
    width: 280px;
  }
  .devices-software-create-body .form-version-edit .row .col-two .form-footer, .devices-software-update-body .form-version-edit .row .col-two .form-footer {
    max-width: 280px;
    width: 280px;
  }
  .devices-software-create-body .form-version-edit .row .col-two .form-footer .btn-cancel, .devices-software-create-body .form-version-edit .row .col-two .form-footer .btn-save, .devices-software-update-body .form-version-edit .row .col-two .form-footer .btn-cancel, .devices-software-update-body .form-version-edit .row .col-two .form-footer .btn-save {
    margin-left: 0;
    margin-right: 0;
  }
  .devices-software-create-body .form-version-edit .row .field-devicessoftwareform-group_query_length .form-control-placeholder, .devices-software-update-body .form-version-edit .row .field-devicessoftwareform-group_query_length .form-control-placeholder {
    top: -16px;
  }
}
@media (min-width: 576px) {
  .devices-software-create-body .form-group.has-error:before, .devices-software-update-body .form-group.has-error:before {
    right: 36px;
  }
}

.devices-software-params-create-body .content-title .btn-actions, .devices-software-params-update-body .content-title .btn-actions, .devices-software-errors-create-body .content-title .btn-actions, .devices-software-errors-update-body .content-title .btn-actions {
  width: 72px;
  height: 35px;
}
.devices-software-params-create-body .content-title .btn-actions img, .devices-software-params-update-body .content-title .btn-actions img, .devices-software-errors-create-body .content-title .btn-actions img, .devices-software-errors-update-body .content-title .btn-actions img {
  margin: auto;
}
.devices-software-params-create-body .form-wrapper, .devices-software-params-update-body .form-wrapper, .devices-software-errors-create-body .form-wrapper, .devices-software-errors-update-body .form-wrapper {
  display: flex;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.devices-software-params-create-body .form-wrapper .col-one, .devices-software-params-create-body .form-wrapper .col-two, .devices-software-params-update-body .form-wrapper .col-one, .devices-software-params-update-body .form-wrapper .col-two, .devices-software-errors-create-body .form-wrapper .col-one, .devices-software-errors-create-body .form-wrapper .col-two, .devices-software-errors-update-body .form-wrapper .col-one, .devices-software-errors-update-body .form-wrapper .col-two {
  max-width: 380px;
  width: 375px;
  margin: 15px;
  background-color: #FFF;
  border-radius: 8px;
}
.devices-software-params-create-body .form-wrapper .col-one textarea, .devices-software-params-create-body .form-wrapper .col-two textarea, .devices-software-params-update-body .form-wrapper .col-one textarea, .devices-software-params-update-body .form-wrapper .col-two textarea, .devices-software-errors-create-body .form-wrapper .col-one textarea, .devices-software-errors-create-body .form-wrapper .col-two textarea, .devices-software-errors-update-body .form-wrapper .col-one textarea, .devices-software-errors-update-body .form-wrapper .col-two textarea {
  padding: 10px 8px;
  height: 64px;
}
.devices-software-params-create-body .form-wrapper .form-col, .devices-software-params-update-body .form-wrapper .form-col, .devices-software-errors-create-body .form-wrapper .form-col, .devices-software-errors-update-body .form-wrapper .form-col {
  padding: 32px;
}
.devices-software-params-create-body .form-wrapper .form-control, .devices-software-params-update-body .form-wrapper .form-control, .devices-software-errors-create-body .form-wrapper .form-control, .devices-software-errors-update-body .form-wrapper .form-control {
  opacity: 1;
}
.devices-software-params-create-body .form-wrapper .form-group, .devices-software-params-update-body .form-wrapper .form-group, .devices-software-errors-create-body .form-wrapper .form-group, .devices-software-errors-update-body .form-wrapper .form-group {
  margin-bottom: 22px;
}
.devices-software-params-create-body .form-wrapper .form-control-placeholder, .devices-software-params-update-body .form-wrapper .form-control-placeholder, .devices-software-errors-create-body .form-wrapper .form-control-placeholder, .devices-software-errors-update-body .form-wrapper .form-control-placeholder {
  background: #fff !important;
}
.devices-software-params-create-body .form-wrapper .col-tree, .devices-software-params-update-body .form-wrapper .col-tree, .devices-software-errors-create-body .form-wrapper .col-tree, .devices-software-errors-update-body .form-wrapper .col-tree {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 58px;
}
.devices-software-params-create-body .form-wrapper .col-tree .form-group, .devices-software-params-update-body .form-wrapper .col-tree .form-group, .devices-software-errors-create-body .form-wrapper .col-tree .form-group, .devices-software-errors-update-body .form-wrapper .col-tree .form-group {
  padding-left: 10px;
  padding-right: 10px;
}
.devices-software-params-create-body .form-wrapper .col-tree .form-group .btn, .devices-software-params-update-body .form-wrapper .col-tree .form-group .btn, .devices-software-errors-create-body .form-wrapper .col-tree .form-group .btn, .devices-software-errors-update-body .form-wrapper .col-tree .form-group .btn {
  font-size: 16px;
  width: 120px;
}
@media (max-width: 1184px) {
  .devices-software-params-create-body .form-wrapper .form-footer, .devices-software-params-update-body .form-wrapper .form-footer, .devices-software-errors-create-body .form-wrapper .form-footer, .devices-software-errors-update-body .form-wrapper .form-footer {
    flex: 0 0 100%;
    justify-content: center;
    flex-direction: row;
  }
  .devices-software-params-create-body .form-wrapper .form-footer > div, .devices-software-params-update-body .form-wrapper .form-footer > div, .devices-software-errors-create-body .form-wrapper .form-footer > div, .devices-software-errors-update-body .form-wrapper .form-footer > div {
    margin: 10px;
  }
}
@media (max-width: 889px) {
  .devices-software-params-create-body .form-wrapper .form-col, .devices-software-params-update-body .form-wrapper .form-col, .devices-software-errors-create-body .form-wrapper .form-col, .devices-software-errors-update-body .form-wrapper .form-col {
    margin-bottom: 0px;
  }
  .devices-software-params-create-body .form-wrapper .col-two, .devices-software-params-update-body .form-wrapper .col-two, .devices-software-errors-create-body .form-wrapper .col-two, .devices-software-errors-update-body .form-wrapper .col-two {
    margin-top: -52px;
  }
}
@media (max-width: 575.98px) {
  .devices-software-params-create-body .form-wrapper, .devices-software-params-update-body .form-wrapper, .devices-software-errors-create-body .form-wrapper, .devices-software-errors-update-body .form-wrapper {
    background-color: white;
  }
  .devices-software-params-create-body .form-wrapper .form-col, .devices-software-params-update-body .form-wrapper .form-col, .devices-software-errors-create-body .form-wrapper .form-col, .devices-software-errors-update-body .form-wrapper .form-col {
    margin-bottom: 0px;
  }
  .devices-software-params-create-body .form-wrapper .col-two, .devices-software-params-update-body .form-wrapper .col-two, .devices-software-errors-create-body .form-wrapper .col-two, .devices-software-errors-update-body .form-wrapper .col-two {
    margin-top: -52px;
  }
}
@media (max-width: 767.98px) {
  .devices-software-params-create-body .form-software-params-create, .devices-software-params-update-body .form-software-params-create, .devices-software-errors-create-body .form-software-params-create, .devices-software-errors-update-body .form-software-params-create {
    margin-top: 72px;
  }
}

/*Device Module*/
@media (max-width: 400px) {
  .devices-manager-index-body .main-content #content .content-title .title {
    padding-top: 0px;
  }
  .devices-manager-index-body .main-content #content .content-title .title h1 {
    font-size: 16px;
  }
}
.devices-manager-index-body .main-content #content .table-wrapper #select2-devicessearch-counterrors-container {
  min-width: 122px;
}
.devices-manager-index-body .main-content #content .table-wrapper table .circle {
  width: 21px;
  height: 21px;
  border-width: 2px;
  border-style: solid;
  border-color: #666666;
  border-radius: 50%;
}
.devices-manager-index-body .main-content #content .table-wrapper table .circle.black {
  border-color: #666666;
}
.devices-manager-index-body .main-content #content .table-wrapper table .circle.yellow {
  border-color: #FFB946;
}
.devices-manager-index-body .main-content #content .table-wrapper table .circle.green {
  border-color: #2ED47A;
}
.devices-manager-index-body .main-content #content .table-wrapper table thead a {
  color: #000000;
}

/* Device Module */
.device-admin-list-body .main-content #content .table-wrapper #banners-block-title, .device-admin-list-body .main-content #content .table-wrapper #filters-block-title {
  display: none;
}
.device-admin-list-body .main-content #content .table-wrapper .banners-block {
  display: flex;
  margin-bottom: 26px;
  max-width: 980px;
  -webkit-animation: fade ease-in 0.3s;
  -moz-animation: fade ease-in 0.3s;
  animation: fade ease-in 0.3s;
}
.device-admin-list-body .main-content #content .table-wrapper .banners-block .banner {
  background: #2E7D32;
  border-radius: 8px;
  height: 56px;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  margin-right: 32px;
}
.device-admin-list-body .main-content #content .table-wrapper .banners-block .banner .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-left: 26px;
  margin-right: 26px;
}
.device-admin-list-body .main-content #content .table-wrapper .banners-block .banner .count {
  font-size: 34px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .device-admin-list-body .main-content #content .table-wrapper .banners-block .banner {
    margin-right: 15px;
  }
  .device-admin-list-body .main-content #content .table-wrapper .banners-block .banner .text {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .device-admin-list-body .main-content #content .table-wrapper .banners-block .banner {
    margin-top: 10px;
  }
}
.device-admin-list-body .main-content #content .table-wrapper .filters-block {
  display: flex;
}
.device-admin-list-body .main-content #content .table-wrapper .filters-block .form-group {
  margin-right: 8px;
  background: #fff;
  display: flex;
  height: 48px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  width: 130%;
  display: flex;
  justify-content: space-between;
  -webkit-animation: fade ease-in 0.3s;
  -moz-animation: fade ease-in 0.3s;
  animation: fade ease-in 0.3s;
}
.device-admin-list-body .main-content #content .table-wrapper .filters-block .form-group select {
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%2300796B%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
  border-radius: 8px !important;
  color: #E1E2E1;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  opacity: 1;
  border: #FFF;
  padding: 0;
  height: 48px;
}
.device-admin-list-body .main-content #content .table-wrapper .filters-block .form-group select option {
  color: #91979F;
}
.device-admin-list-body .main-content #content .table-wrapper .filters-block .form-group select:focus {
  box-shadow: none;
}
.device-admin-list-body .main-content #content .table-wrapper .filters-block .form-group select.selected {
  color: #333333;
  font-weight: bold;
}
.device-admin-list-body .main-content #content .table-wrapper .filters-block .form-group .form-control-filter-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #BDBDBD;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .device-admin-list-body .main-content #content .table-wrapper #banners-block-title, .device-admin-list-body .main-content #content .table-wrapper #filters-block-title {
    display: flex;
    cursor: pointer;
  }
  .device-admin-list-body .main-content #content .table-wrapper .banners-block, .device-admin-list-body .main-content #content .table-wrapper .filters-block {
    display: none;
    flex-direction: column;
    width: 260px;
  }
  .device-admin-list-body .main-content #content .table-wrapper .banners-block.show, .device-admin-list-body .main-content #content .table-wrapper .filters-block.show {
    display: flex;
  }
}
.device-admin-list-body .main-content #content .table-wrapper table .circle {
  width: 21px;
  height: 21px;
  border-width: 2px;
  border-style: solid;
  border-color: #666666;
  border-radius: 50%;
}
.device-admin-list-body .main-content #content .table-wrapper table .circle.black {
  border-color: #666666;
}
.device-admin-list-body .main-content #content .table-wrapper table .circle.yellow {
  border-color: #FFB946;
}
.device-admin-list-body .main-content #content .table-wrapper table .circle.green {
  border-color: #2ED47A;
}

.online {
  color: #60AD5E;
}

.offline {
  color: #FF3B30;
}

.form-footer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.form-footer .btn-cancel, .form-footer .btn-save {
  width: 164px;
  height: 56px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
@media (max-width: 767.98px) {
  .form-footer .btn-cancel, .form-footer .btn-save {
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    width: 102px;
    height: 40px;
  }
}
.form-footer .btn-cancel:hover, .form-footer .btn-cancel:focus, .form-footer .btn-save:hover, .form-footer .btn-save:focus {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.form-footer .btn-cancel {
  color: #666666;
  background: #F5F5F6;
}
.form-footer .btn-save {
  background: #00796B;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .form-footer .form-group {
    margin-bottom: 0px;
  }
}

.device-item {
  background-color: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  padding-left: 20px;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  margin: 17px;
  width: 420px;
}
@media (max-width: 991.98px) {
  .device-item {
    width: 342px;
  }
}
@media (max-width: 341.98px) {
  .device-item {
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    margin: 10px;
  }
}
@media (min-width: 342px) {
  .device-item .inner-content-wrapper .nav-pills {
    max-width: 375px;
    min-width: 375px;
  }
}
@media (min-width: 992px) {
  .device-item {
    /* max-width:420px;
     min-width:420px;*/
    padding: 24px;
  }
}
@media (max-width: 767.98px) {
  .device-item {
    border-radius: 8px;
  }
}

.device-content-footer {
  background-color: white;
  position: fixed;
  bottom: 0;
  width: 100vw;
}
.device-content-footer .footer-wrapper ul {
  display: flex;
  justify-content: space-evenly;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
.device-content-footer .footer-wrapper ul li {
  list-style: none;
  border-top: 2px solid white;
}
.device-content-footer .footer-wrapper ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
}
.device-content-footer .footer-wrapper ul li a .device-footer-text {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  text-transform: uppercase;
}
@media (max-width: 340px) {
  .device-content-footer .footer-wrapper ul li a .device-footer-text {
    font-size: 10px;
  }
}
.device-content-footer .footer-wrapper ul li a .device-footer-image {
  margin-bottom: 6px;
  position: relative;
}
.device-content-footer .footer-wrapper ul li a .device-footer-image span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: white;
  font-size: 6px;
  position: absolute;
  top: 2px;
  right: -2px;
  text-align: center;
}
.device-content-footer .footer-wrapper ul li a .device-footer-image span.blue {
  background-color: #00f;
}
.device-content-footer .footer-wrapper ul li a .device-footer-image span.red {
  background-color: #f00;
}
.device-content-footer .footer-wrapper ul li a .device-footer-image span.green {
  background-color: #008000;
}
.device-content-footer .footer-wrapper ul li a .device-footer-image img {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  -webkit-user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.device-content-footer .footer-wrapper ul li a:hover {
  text-decoration: none;
}
.device-content-footer .footer-wrapper ul li a:hover .device-footer-text {
  color: #60AD5E;
}
.device-content-footer .footer-wrapper ul li a:hover img {
  filter: invert(44%) sepia(78%) saturate(422%) hue-rotate(60deg) brightness(100%) contrast(94%);
}
.device-content-footer .footer-wrapper ul li.active, .device-content-footer .footer-wrapper ul li:hover {
  border-top-color: #60AD5E;
}
.device-content-footer .footer-wrapper ul li.active .device-footer-image img, .device-content-footer .footer-wrapper ul li:hover .device-footer-image img {
  filter: invert(44%) sepia(78%) saturate(422%) hue-rotate(60deg) brightness(100%) contrast(94%);
}
.device-content-footer .footer-wrapper ul li.active .device-footer-text, .device-content-footer .footer-wrapper ul li:hover .device-footer-text {
  color: #60AD5E;
}
@media (max-width: 374.98px) {
  .device-content-footer .footer-wrapper ul {
    max-width: calc(100vw - 10px);
    min-width: calc(100vw - 10px);
  }
}
@media (min-width: 768px) {
  .device-content-footer {
    min-height: 620px;
    width: 106px;
    z-index: 7;
    position: absolute;
    top: 10px;
  }
  .device-content-footer .footer-wrapper ul {
    flex-direction: column;
    max-width: unset;
    min-width: unset;
    padding-top: 62px;
  }
  .device-content-footer .footer-wrapper ul li {
    list-style: none;
    border-top: 2px solid #fff;
    padding: 16px 0;
  }
  .device-content-footer .footer-wrapper ul li .device-footer-image img {
    width: 40px !important;
    height: auto !important;
  }
  .device-content-footer .footer-wrapper ul li .device-footer-text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .device-content-footer .footer-wrapper ul li.active, .device-content-footer .footer-wrapper ul li:hover {
    border-top-color: #fff;
    border-right: 2px solid #60AD5E;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .device-content-footer {
    width: 72px;
  }
  .device-content-footer .footer-wrapper ul {
    flex-direction: column;
    max-width: unset;
    min-width: unset;
    padding-top: 60px;
  }
  .device-content-footer .footer-wrapper ul li {
    list-style: none;
    border-top: 2px solid #fff;
    padding: 16px 0;
  }
  .device-content-footer .footer-wrapper ul li .device-footer-image img {
    width: 20px !important;
  }
  .device-content-footer .footer-wrapper ul li .device-footer-text {
    font-size: 10px !important;
    line-height: 12px !important;
  }
}
@media (max-width: 767.98px) {
  .device-content-footer {
    box-shadow: 2px -1px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
}

.navbar-device-content-title .title {
  padding-left: 0;
  padding-top: 6px;
  width: 300px;
}
.navbar-device-content-title .title .device-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .navbar-device-content-title .navbar-wrapper {
    max-width: 100%;
  }
  .navbar-device-content-title .navbar-wrapper .title {
    width: 100%;
    /*.device-status{
      margin-right: 50px;
    }*/
  }
}

.devices-outer-nav-pills-wrapper {
  background-color: transparent;
  margin-top: 26px;
}
.devices-outer-nav-pills-wrapper #pills-tab-main {
  background-color: transparent;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.devices-outer-nav-pills-wrapper #pills-tab-main li a {
  background-color: transparent;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  border-bottom-color: #0000;
  color: #000000;
  border-radius: 0;
}
.devices-outer-nav-pills-wrapper #pills-tab-main li a.active {
  color: #00796B;
  border-bottom: 1px solid #00796B;
  background-color: #0000 !important;
}
.devices-outer-nav-pills-wrapper #pills-tab-main li a:hover {
  background-color: #00796b1f !important;
  transition: opacity 15ms linear, background-color 15ms linear;
}

.go-back-subtitle {
  margin-top: 24px;
}
.go-back-subtitle a {
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  text-transform: uppercase;
  display: flex;
}
.go-back-subtitle a img {
  margin-right: 36px;
  margin-top: -2px;
}

.widget-control {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 17px;
}
.widget-control .minus, .widget-control .plus {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  background-color: #00796B;
  box-sizing: border-box;
  padding: 0;
  color: #FFF;
  font-size: 32px;
  line-height: 30px;
  border: none;
  margin: 0 20px;
}
.widget-control .minus:focus, .widget-control .plus:focus {
  outline: 0;
}
.widget-control .param-value-view {
  width: 80px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #00796B;
  border: 0;
}
.widget-control .param-value-view::after {
  content: "°C";
}
.widget-control .icon {
  margin-right: 24px;
  width: 24px;
}
.widget-control .icon-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
@media (max-width: 767.98px) {
  .widget-control {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.widget-control.switch-block {
  margin-top: 0;
  margin-bottom: 0;
}
.widget-control.switch-block .icon-text {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .widget-control.switch-block .icon-text {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-left: 6px;
  }
}
@media (max-width: 991.98px) {
  .widget-control.switch-block .icon {
    margin-right: 6px;
  }
}
.widget-control.switch-block > .d-flex {
  justify-content: flex-start;
  width: 100%;
}
.widget-control.switch-block .switch-element {
  width: 50px;
  margin-left: auto;
}
.widget-control.switch-block .switch-element .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  /* Rounded sliders */
  /*animation*/
}
.widget-control.switch-block .switch-element .switch input {
  display: none;
}
.widget-control.switch-block .switch-element .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E2E1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget-control.switch-block .switch-element .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -8px;
  bottom: -3px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget-control.switch-block .switch-element .switch input:checked + .slider {
  background-color: #48A999;
}
.widget-control.switch-block .switch-element .switch input:focus + .slider {
  box-shadow: 0 0 1px #48A999;
}
.widget-control.switch-block .switch-element .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #00796B;
  box-shadow: none;
}
.widget-control.switch-block .switch-element .switch .slider.round {
  border-radius: 34px;
}
.widget-control.switch-block .switch-element .switch .slider.round:before {
  border-radius: 50%;
}
.widget-control.switch-block .switch-element .switch .slider-wrapper {
  border-radius: 100%;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -14px;
  left: -20px;
  z-index: 9;
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  -o-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear;
  background-color: rgba(158, 158, 158, 0.12);
  display: none;
}
.widget-control.switch-block .switch-element .switch input:checked ~ .slider-wrapper {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: rgba(1, 135, 134, 0.12);
}
.widget-control.switch-block .switch-element .switch:hover .slider-wrapper {
  display: block;
}
.widget-control.temperature-range {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
}
.widget-control.temperature-range .param-value-view {
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  color: #393939;
}
.widget-control.temperature-range .slidecontainer .slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 280px;
  /* Full-width */
  height: 4px;
  /* Specified height */
  background: #E0E0E0;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 1;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}
.widget-control.temperature-range .slidecontainer .slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
.widget-control.temperature-range .slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 22px;
  /* Set a specific slider handle width */
  height: 22px;
  /* Slider handle height */
  background: #FFF;
  /* Green background */
  border: 4px solid #00796B;
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
}
.widget-control.temperature-range .slidecontainer .slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #4CAF50;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
.widget-control.temperature-range .scale {
  display: flex;
  justify-content: space-between;
  width: 280px;
}
.widget-control.temperature-range .scale div {
  font-size: 14px;
  line-height: 16px;
  color: #393939;
}

.switch-and-link-widget {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
}
.switch-and-link-widget .switch-block {
  border-bottom: 1px solid #E1E2E1;
  padding-bottom: 23px;
}
.switch-and-link-widget .switch-block .icon-text {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.switch-and-link-widget .widget-link {
  margin: 24px 0 36px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.switch-and-link-widget .widget-link span a {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.switch-and-link-widget .widget-link > a {
  font-size: 36px;
  font-family: monospace;
  font-weight: 600;
}

.widget-set-temperature-block .icon-text {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .widget-set-temperature-block .icon-text {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    margin-left: 6px;
  }
}
.widget-set-temperature-block .temperature {
  display: flex;
  margin: 20px auto 0;
  justify-content: center;
  /*.minus,.plus{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    background-color: #00796B;
    color: #FFF;
    font-size: 32px;
    line-height: 30px;
    border: none;
    margin: 0 20px;
    &:focus{
      outline: 0;
    }
  }*/
}
.widget-set-temperature-block .temperature .widget-control {
  display: flex;
  justify-content: center;
}
.widget-set-temperature-block .temperature .temperature-value {
  max-width: 80px;
}
.widget-set-temperature-block .temperature .temperature-value #temperature-value {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #00796B;
  width: 100%;
  border: 0;
}
.widget-set-temperature-block .temperature .param-value-view {
  width: 80px;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  border: 0;
}
.widget-set-temperature-block .temperature .param-value-view.param-value-view-range {
  color: #393939;
}
.widget-set-temperature-block .temperature .param-value-view.param-value-view-button {
  color: #00796B;
}
.widget-set-temperature-block .temperature .param-value-view::after {
  content: "°C";
}
@media (max-width: 767.98px) {
  .widget-set-temperature-block .temperature .param-value-view {
    font-size: 24px;
    line-height: 28px;
  }
}

.devices-index-body .main-content #content .content-title {
  height: 72px;
}
.devices-index-body .main-content #content .content-title .title {
  padding-left: 0;
  padding-top: 17px;
}
.devices-index-body .inner-content-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.devices-index-body .device-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .devices-index-body .device-list {
    justify-content: center;
  }
}
.devices-index-body .device-list .device-item {
  width: 342px;
  height: 228px;
}
.devices-index-body .device-list .device-item .device-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.devices-index-body .device-list .device-item .device-header .device-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #666666;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
}
.devices-index-body .device-list .device-item .device-body {
  height: 128px;
}
.devices-index-body .device-list .device-item .device-body .col-one {
  margin-bottom: 12px;
}
.devices-index-body .device-list .device-item .device-body .col-one, .devices-index-body .device-list .device-item .device-body .col-two {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}
.devices-index-body .device-list .device-item .device-body .col-two {
  padding-left: 0px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
  width: 154px;
}
.devices-index-body .device-list .device-item .device-body .col-four {
  padding-top: 7px;
  width: 154px;
}
.devices-index-body .device-list .device-item .device-body .col-four .properties {
  display: flex;
  justify-content: flex-end;
  padding: 4px 0;
}
.devices-index-body .device-list .device-item .device-body .col-four .properties .icon {
  margin-right: 22px;
}
.devices-index-body .device-list .device-item .device-body .col-three img {
  width: 100%;
  height: auto;
}
.devices-index-body .device-list .device-item .device-footer {
  display: flex;
  margin-top: 12px;
}
.devices-index-body .device-list .device-item .device-footer .icon {
  padding-right: 22px;
}
.devices-index-body .device-list .device-item .device-footer .icon.action-icon {
  margin-left: auto;
  padding-right: 0px;
  border-radius: 50%;
}
.devices-index-body .device-list .device-item .device-footer .icon.action-icon:hover {
  background-color: #F5F5F6;
}
.devices-index-body .device-list .device-item .device-footer .action-icon .more {
  padding: 10px;
}
.devices-index-body .device-list .device-item .device-footer .action-icon .more:focus {
  outline-offset: 0;
  outline: 0;
}
.devices-index-body .device-list .device-item .device-footer .action-icon .dropdown-menu {
  width: 168px;
  height: 184px;
  left: 191px;
  background: #FAFAFA;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  border: 0;
  /*@media (max-width: 540px) {
    left: auto!important;
  }*/
}
.devices-index-body .device-list .device-item .device-footer .action-icon .dropdown-menu .dropdown-item {
  padding: 16px 26px;
}
.devices-index-body .device-list .device-item .device-footer .action-icon .dropdown-menu .dropdown-item:hover {
  background-color: #00796B;
  color: #FFF;
}
.devices-index-body .device-list .device-item .device-footer .action-icon.show {
  background-color: #F5F5F6;
}
.devices-index-body .device-list .device-item.empty {
  height: 220px;
  height: 220px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.devices-index-body .device-list .device-item.empty h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .devices-index-body .device-list .device-item {
    padding: 15px;
  }
}
.devices-index-body .add-device {
  margin-top: 20px;
  margin-left: 17px;
  display: flex;
  justify-content: center;
  width: 342px;
}
.devices-index-body .add-device a {
  background: #00796B;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  width: 228px;
  height: 40px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.devices-index-body .add-device a img {
  margin-right: 10px;
  margin-bottom: 3px;
}
@media (max-width: 360px) {
  .devices-index-body .device-list .device-item {
    margin: 10px;
  }
  .devices-index-body .add-device a {
    width: 290px;
  }
}
@media (max-width: 767.95px) {
  .devices-index-body .add-device {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .devices-index-body #content {
    position: relative;
  }
  .devices-index-body #content .add-device {
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 998;
  }
}

.device-user-one-body .device-item .image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E2E1;
}
.device-user-one-body .device-item .image-block .image img {
  border: 12px solid #F5F5F6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
.device-user-one-body .device-item .image-block .link-to-edit a {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #00796B;
}
.device-user-one-body .device-item .text-block h5 {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  margin-bottom: 24px;
}
.device-user-one-body .device-item .text-block .form-group {
  margin-top: 22px;
}
.device-user-one-body .device-item .text-block .form-group:focus {
  outline: 0;
  box-shadow: none;
}
.device-user-one-body .device-item .text-block .form-group .form-control {
  height: 48px;
}
.device-user-one-body .device-item .text-block .form-group .form-control:focus {
  box-shadow: none;
}
.device-user-one-body .device-item .text-block .form-group .form-control-placeholder {
  background-color: #fff !important;
  padding: 10px;
  line-height: 25px;
  top: 1px;
  left: 1px;
}
.device-user-one-body .device-item .text-block .form-group.has-success .form-control-placeholder, .device-user-one-body .device-item .text-block .form-group.has-error .form-control-placeholder {
  top: -20px;
  font-size: 12px;
  line-height: 14px;
}
.device-user-one-body .device-item .text-block .form-group .floated-up {
  top: -20px;
  font-size: 12px;
  line-height: 14px;
}
.device-user-one-body .device-item .text-block .form-group input:focus ~ .form-control-placeholder, .device-user-one-body .device-item .text-block .form-group input:not(:empty) ~ .form-control-placeholder {
  top: -20px;
  font-size: 12px;
  line-height: 14px;
}
.device-user-one-body .device-item .form-footer {
  display: flex;
  justify-content: space-around;
}
.device-user-one-body .device-item .form-footer .btn-cancel {
  background: #F5F5F6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #666666;
}
.device-user-one-body .device-item .form-footer .btn-save {
  background: #00796B;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 10px;
}

.devices-note-body .go-back-subtitle {
  margin-left: 15px;
}
.devices-note-body .header-menu-toogler-no-sidebar .icon a img {
  padding-bottom: 2px;
}
.devices-note-body .header-menu-toogler-no-sidebar .icon a span {
  margin-left: 23px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.devices-note-body .device-item {
  width: 420px;
}
.devices-note-body .inner-content-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0px !important;
}
.devices-note-body .device-note-title {
  display: flex;
  align-items: center;
}
.devices-note-body .device-note-title span {
  margin-top: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.devices-note-body .device-note-title a {
  font-family: monospace;
  font-weight: 500;
  font-size: 30px;
  line-height: 23px;
  color: #FFFFFF;
  margin-right: 13px;
}
.devices-note-body .title-block h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
.devices-note-body .title-block h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-top: 16px;
  margin-bottom: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E2E1;
}
.devices-note-body .form-block {
  margin-top: 16px;
}
.devices-note-body .form-block textarea {
  height: 350px;
  padding: 14px;
}
.devices-note-body .form-block .form-control-placeholder {
  background-color: white !important;
}
.devices-note-body .form-block .form-footer {
  margin-top: 20px;
}

.devices-view-body, .devices-manager-view-body, .devices-info-body {
  /*custom-menu*/
  /*end of  custom-menu*/
}
@media (min-width: 768px) {
  .devices-view-body .inner-content-wrapper, .devices-manager-view-body .inner-content-wrapper, .devices-info-body .inner-content-wrapper {
    width: 768px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .device-item, .devices-manager-view-body .inner-content-wrapper #pills-device .device-item, .devices-info-body .inner-content-wrapper #pills-device .device-item {
    margin: 17px 8px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .params-device-item, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .params-device-item, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .params-device-item {
    order: -1;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .first-block, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .first-block, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .first-block {
    height: 120px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .third-block {
    margin-left: 447px;
    margin-top: -104px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .icon, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .icon, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .icon {
    margin-right: 10px;
  }
  .devices-view-body .devices-outer-nav-pills-wrapper, .devices-manager-view-body .devices-outer-nav-pills-wrapper, .devices-info-body .devices-outer-nav-pills-wrapper {
    background-color: transparent;
  }
  .devices-view-body .devices-outer-nav-pills-wrapper #pills-tab-main, .devices-manager-view-body .devices-outer-nav-pills-wrapper #pills-tab-main, .devices-info-body .devices-outer-nav-pills-wrapper #pills-tab-main {
    background-color: transparent;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .devices-view-body .devices-outer-nav-pills-wrapper #pills-tab-main li a, .devices-manager-view-body .devices-outer-nav-pills-wrapper #pills-tab-main li a, .devices-info-body .devices-outer-nav-pills-wrapper #pills-tab-main li a {
    background-color: transparent;
    font-size: 20px;
    line-height: 23px;
    border-bottom: 1px solid #F5F5F6;
  }
  .devices-view-body .devices-outer-nav-pills-wrapper #pills-tab-main li a.active, .devices-manager-view-body .devices-outer-nav-pills-wrapper #pills-tab-main li a.active, .devices-info-body .devices-outer-nav-pills-wrapper #pills-tab-main li a.active {
    border-color: #00796B;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .devices-view-body .inner-content-wrapper #pills-tab-main li:first-child, .devices-manager-view-body .inner-content-wrapper #pills-tab-main li:first-child, .devices-info-body .inner-content-wrapper #pills-tab-main li:first-child {
    margin-right: 16px;
  }
  .devices-view-body .inner-content-wrapper #pills-tab-main li:last-child, .devices-manager-view-body .inner-content-wrapper #pills-tab-main li:last-child, .devices-info-body .inner-content-wrapper #pills-tab-main li:last-child {
    margin-left: 16px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .params-device-item, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .params-device-item, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .params-device-item {
    max-width: 320px;
    min-width: 320px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .third-block {
    margin-left: 345px;
    margin-top: -184px;
    width: 335px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .timer-block .timer-value .text, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .timer-block .timer-value .text, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .timer-block .timer-value .text {
    font-size: 20px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .timer-block .timer-value .value-text, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .timer-block .timer-value .value-text, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .third-block .timer-block .timer-value .value-text {
    font-size: 22px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .first-block, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .first-block, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .first-block {
    width: 335px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .devices-view-body .inner-content-wrapper, .devices-manager-view-body .inner-content-wrapper, .devices-info-body .inner-content-wrapper {
    width: 992px;
    padding-left: 110px;
  }
  .devices-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block, .devices-manager-view-body .inner-content-wrapper #pills-device .view-block-wraper .third-block, .devices-info-body .inner-content-wrapper #pills-device .view-block-wraper .third-block {
    margin-top: -222px;
  }
}
.devices-view-body #content .content-title .title .device-title, .devices-manager-view-body #content .content-title .title .device-title, .devices-info-body #content .content-title .title .device-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
}
.devices-view-body .inner-content-wrapper, .devices-manager-view-body .inner-content-wrapper, .devices-info-body .inner-content-wrapper {
  min-height: 570px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
}
.devices-view-body .inner-content-wrapper .device-item, .devices-manager-view-body .inner-content-wrapper .device-item, .devices-info-body .inner-content-wrapper .device-item {
  border-radius: 8px;
}
.devices-view-body .inner-content-wrapper .device-item .params-block .properties, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties, .devices-info-body .inner-content-wrapper .device-item .params-block .properties {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 10px 2px;
  border-bottom: 1px solid #E1E2E1;
}
@media (max-width: 767.98px) {
  .devices-view-body .inner-content-wrapper .device-item .params-block .properties, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties, .devices-info-body .inner-content-wrapper .device-item .params-block .properties {
    border-bottom: none;
    padding: 4px 2px;
    margin-bottom: 2px;
  }
}
.devices-view-body .inner-content-wrapper .device-item .params-block .properties .icon, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties .icon, .devices-info-body .inner-content-wrapper .device-item .params-block .properties .icon {
  display: flex;
  align-items: center;
}
.devices-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image, .devices-info-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image {
  width: 50px;
  margin-right: 16px;
}
.devices-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image img, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image img, .devices-info-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image img {
  height: 36px !important;
  width: auto !important;
}
@media (max-width: 991.98px) {
  .devices-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image, .devices-info-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image {
    width: 36px;
  }
  .devices-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image img, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image img, .devices-info-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-image img {
    height: 24px !important;
    width: auto !important;
  }
}
.devices-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-text, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-text, .devices-info-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-text {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #666666;
}
@media (max-width: 767.98px) {
  .devices-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-text, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-text, .devices-info-body .inner-content-wrapper .device-item .params-block .properties .icon .icon-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.devices-view-body .inner-content-wrapper .device-item .params-block .properties .text, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties .text, .devices-info-body .inner-content-wrapper .device-item .params-block .properties .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #666666;
  /*@media (max-width: 767.98px) {
    font-size: 16px;
    line-height: 19px;
  }*/
}
.devices-view-body .inner-content-wrapper .device-item .params-block .properties:last-child, .devices-manager-view-body .inner-content-wrapper .device-item .params-block .properties:last-child, .devices-info-body .inner-content-wrapper .device-item .params-block .properties:last-child {
  border-bottom: none;
}
.devices-view-body .inner-content-wrapper .device-item .first-divider, .devices-manager-view-body .inner-content-wrapper .device-item .first-divider, .devices-info-body .inner-content-wrapper .device-item .first-divider {
  margin-bottom: 24px;
}
.devices-view-body .inner-content-wrapper .device-item .second-divider, .devices-manager-view-body .inner-content-wrapper .device-item .second-divider, .devices-info-body .inner-content-wrapper .device-item .second-divider {
  margin-bottom: 20px;
  margin-top: 24px;
}
.devices-view-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode, .devices-manager-view-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode, .devices-info-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode {
  position: relative;
}
.devices-view-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode-value, .devices-manager-view-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode-value, .devices-info-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode-value {
  background: url(/img/svg/icon-devices-operating-mode-arrow.svg) center right 10px no-repeat;
  width: 100%;
  border: 2px solid #666666;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 10px;
  top: -6px;
  align-items: center;
}
.devices-view-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode-value .icon-text, .devices-manager-view-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode-value .icon-text, .devices-info-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode-value .icon-text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-left: 15px;
  margin-right: 15px;
}
.devices-view-body .inner-content-wrapper .device-item .operating-mode-block .operating-mode-title, .devices-manager-view-body .inner-content-wrapper .device-item .operating-mode-block .operating-mode-title, .devices-info-body .inner-content-wrapper .device-item .operating-mode-block .operating-mode-title {
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  background-color: white;
  position: absolute;
  top: -6px;
  left: 14px;
}
.devices-view-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode .operating-mode-title, .devices-manager-view-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode .operating-mode-title, .devices-info-body .inner-content-wrapper .device-item .operating-mode-block .selected-mode .operating-mode-title {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  z-index: 9;
  top: -9px;
  left: 22px;
  padding: 0 4px;
}
.devices-view-body .inner-content-wrapper .device-item .timer-block .subtitle .icon, .devices-manager-view-body .inner-content-wrapper .device-item .timer-block .subtitle .icon, .devices-info-body .inner-content-wrapper .device-item .timer-block .subtitle .icon {
  margin-right: 16px;
}
.devices-view-body .inner-content-wrapper .device-item .timer-block .timer-value, .devices-manager-view-body .inner-content-wrapper .device-item .timer-block .timer-value, .devices-info-body .inner-content-wrapper .device-item .timer-block .timer-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 8px;
}
.devices-view-body .inner-content-wrapper .device-item .timer-block .timer-value .text, .devices-manager-view-body .inner-content-wrapper .device-item .timer-block .timer-value .text, .devices-info-body .inner-content-wrapper .device-item .timer-block .timer-value .text {
  font-size: 22px;
  line-height: 26px;
  color: #666666;
}
.devices-view-body .inner-content-wrapper .device-item .timer-block .timer-value .value-text, .devices-manager-view-body .inner-content-wrapper .device-item .timer-block .timer-value .value-text, .devices-info-body .inner-content-wrapper .device-item .timer-block .timer-value .value-text {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  display: flex;
  text-align: right;
  color: #666666;
}
@media (max-width: 767.98px) {
  .devices-view-body .inner-content-wrapper .device-item, .devices-manager-view-body .inner-content-wrapper .device-item, .devices-info-body .inner-content-wrapper .device-item {
    max-width: 380px;
    width: calc(100vw - 30px);
    border-radius: 0;
    margin: 0 15px;
  }
  .devices-view-body .inner-content-wrapper .device-item.first-block, .devices-manager-view-body .inner-content-wrapper .device-item.first-block, .devices-info-body .inner-content-wrapper .device-item.first-block {
    padding-top: 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .devices-view-body .inner-content-wrapper .device-item.third-block, .devices-manager-view-body .inner-content-wrapper .device-item.third-block, .devices-info-body .inner-content-wrapper .device-item.third-block {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (max-width: 340px) {
  .devices-view-body .inner-content-wrapper .device-item, .devices-manager-view-body .inner-content-wrapper .device-item, .devices-info-body .inner-content-wrapper .device-item {
    width: calc(100vw - 20px);
    margin: 10px;
  }
}
.devices-view-body .inner-content-wrapper .device-item.third-block .timer-block .subtitle .icon-text, .devices-manager-view-body .inner-content-wrapper .device-item.third-block .timer-block .subtitle .icon-text, .devices-info-body .inner-content-wrapper .device-item.third-block .timer-block .subtitle .icon-text {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .devices-view-body .inner-content-wrapper .device-item.third-block .timer-block .timer-value .text, .devices-manager-view-body .inner-content-wrapper .device-item.third-block .timer-block .timer-value .text, .devices-info-body .inner-content-wrapper .device-item.third-block .timer-block .timer-value .text {
    font-size: 20px;
  }
  .devices-view-body .inner-content-wrapper .device-item.third-block .timer-block .timer-value .value-text, .devices-manager-view-body .inner-content-wrapper .device-item.third-block .timer-block .timer-value .value-text, .devices-info-body .inner-content-wrapper .device-item.third-block .timer-block .timer-value .value-text {
    font-size: 22px;
  }
}
.devices-view-body .inner-content-wrapper .tab-content, .devices-manager-view-body .inner-content-wrapper .tab-content, .devices-info-body .inner-content-wrapper .tab-content {
  display: flex;
  justify-content: center;
}
.devices-view-body .list-mode, .devices-manager-view-body .list-mode, .devices-info-body .list-mode {
  padding-left: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
  list-style-type: none;
}
.devices-view-body .list-mode li, .devices-manager-view-body .list-mode li, .devices-info-body .list-mode li {
  cursor: pointer;
  padding: 9px 34px;
}
.devices-view-body .list-mode li .icon-text, .devices-manager-view-body .list-mode li .icon-text, .devices-info-body .list-mode li .icon-text {
  margin-left: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.devices-view-body #pills-information #infoTab, .devices-manager-view-body #pills-information #infoTab, .devices-info-body #pills-information #infoTab {
  margin-top: 14px;
  margin-left: 14px;
  margin-right: 14px;
  border-bottom: 0;
  display: flex;
  justify-content: flex-start;
  /*.nav-item:first-child{
    .nav-link{
      padding-left: 0px;
    }
  }*/
}
.devices-view-body #pills-information #infoTab .nav-link.active, .devices-view-body #pills-information #infoTab .nav-link:hover, .devices-manager-view-body #pills-information #infoTab .nav-link.active, .devices-manager-view-body #pills-information #infoTab .nav-link:hover, .devices-info-body #pills-information #infoTab .nav-link.active, .devices-info-body #pills-information #infoTab .nav-link:hover {
  background-color: transparent;
  border-color: #0000;
}
.devices-view-body #pills-information #infoTab .nav-link.active img, .devices-view-body #pills-information #infoTab .nav-link:hover img, .devices-manager-view-body #pills-information #infoTab .nav-link.active img, .devices-manager-view-body #pills-information #infoTab .nav-link:hover img, .devices-info-body #pills-information #infoTab .nav-link.active img, .devices-info-body #pills-information #infoTab .nav-link:hover img {
  filter: invert(44%) sepia(78%) saturate(422%) hue-rotate(60deg) brightness(100%) contrast(94%);
}
@media (max-width: 365px) {
  .devices-view-body #pills-information #infoTab .nav-link, .devices-manager-view-body #pills-information #infoTab .nav-link, .devices-info-body #pills-information #infoTab .nav-link {
    padding: 0.5rem 7px;
  }
}
.devices-view-body #pills-information #infoTabContent h5, .devices-manager-view-body #pills-information #infoTabContent h5, .devices-info-body #pills-information #infoTabContent h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #60AD5E;
  border-radius: 4px;
}
.devices-view-body #pills-information #infoTabContent .param-item, .devices-manager-view-body #pills-information #infoTabContent .param-item, .devices-info-body #pills-information #infoTabContent .param-item {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 18px 0;
  justify-content: space-between;
}
.devices-view-body #pills-information #infoTabContent .param-item .param-value span, .devices-manager-view-body #pills-information #infoTabContent .param-item .param-value span, .devices-info-body #pills-information #infoTabContent .param-item .param-value span {
  color: #91979F;
  margin-right: 10px;
}
.devices-view-body .view-block-wraper, .devices-manager-view-body .view-block-wraper, .devices-info-body .view-block-wraper {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  max-width: 992px;
}
@media (max-width: 767.98px) {
  .devices-view-body .view-block-wraper, .devices-manager-view-body .view-block-wraper, .devices-info-body .view-block-wraper {
    max-width: 400px;
  }
  .devices-view-body .view-block-wraper .selected-mode .operating-mode-title, .devices-manager-view-body .view-block-wraper .selected-mode .operating-mode-title, .devices-info-body .view-block-wraper .selected-mode .operating-mode-title {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #828282 !important;
  }
  .devices-view-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection, .devices-manager-view-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection, .devices-info-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection {
    border: 2px solid #666;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 20px;
  }
  .devices-view-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection .select2-selection__rendered, .devices-manager-view-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection .select2-selection__rendered, .devices-info-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection .select2-selection__rendered {
    font-size: 14px;
    line-height: 16px;
  }
  .devices-view-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection .select2-selection__rendered img, .devices-manager-view-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection .select2-selection__rendered img, .devices-info-body .view-block-wraper .selected-mode .select2-container--krajee .select2-selection .select2-selection__rendered img {
    height: 18px;
  }
}
.devices-view-body .device-item, .devices-manager-view-body .device-item, .devices-info-body .device-item {
  margin: 4px auto;
  width: 420px;
}
.devices-view-body .devices-outer-nav-pills-wrapper .nav-pills, .devices-manager-view-body .devices-outer-nav-pills-wrapper .nav-pills, .devices-info-body .devices-outer-nav-pills-wrapper .nav-pills {
  justify-content: center;
  max-width: unset;
  min-width: unset;
}
.devices-view-body .devices-outer-nav-pills-wrapper .nav-pills li:first-child, .devices-manager-view-body .devices-outer-nav-pills-wrapper .nav-pills li:first-child, .devices-info-body .devices-outer-nav-pills-wrapper .nav-pills li:first-child {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .devices-view-body .devices-outer-nav-pills-wrapper .nav-pills li:first-child, .devices-manager-view-body .devices-outer-nav-pills-wrapper .nav-pills li:first-child, .devices-info-body .devices-outer-nav-pills-wrapper .nav-pills li:first-child {
    margin-right: 0;
  }
}
.devices-view-body .devices-outer-nav-pills-wrapper .nav-pills li:last-child, .devices-manager-view-body .devices-outer-nav-pills-wrapper .nav-pills li:last-child, .devices-info-body .devices-outer-nav-pills-wrapper .nav-pills li:last-child {
  margin-left: 8px;
}
@media (max-width: 767.98px) {
  .devices-view-body .devices-outer-nav-pills-wrapper .nav-pills li:last-child, .devices-manager-view-body .devices-outer-nav-pills-wrapper .nav-pills li:last-child, .devices-info-body .devices-outer-nav-pills-wrapper .nav-pills li:last-child {
    margin-left: 0;
  }
}
.devices-view-body .select2-container--krajee .select2-results__options li, .devices-manager-view-body .select2-container--krajee .select2-results__options li, .devices-info-body .select2-container--krajee .select2-results__options li {
  padding: 4px;
  display: flex;
}
.devices-view-body .select2-container--krajee .select2-results__options li img, .devices-manager-view-body .select2-container--krajee .select2-results__options li img, .devices-info-body .select2-container--krajee .select2-results__options li img {
  margin-right: 12px;
}

.devices-info-body .col-one-info, .devices-info-body .col-two-info {
  padding-right: 0;
  padding-left: 0;
}
.devices-info-body .inner-tab-pane-wrapper {
  margin-top: 3px;
}
@media (max-width: 767.99px) {
  .devices-info-body .inner-tab-pane-wrapper {
    margin-top: 10px;
  }
  .devices-info-body .inner-tab-pane-wrapper > .show {
    flex-wrap: wrap;
  }
}
.devices-info-body .devices-outer-nav-pills-wrapper .nav-pills li:first-child a {
  padding-left: 25px;
  padding-right: 12px;
}
.devices-info-body .devices-outer-nav-pills-wrapper .nav-pills li:last-child {
  margin-left: 20px;
}
.devices-info-body .devices-outer-nav-pills-wrapper .nav-pills li:last-child a {
  padding-bottom: 8px;
}
.devices-info-body #pills-tab-mainContent .col-one-info .device-item {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767.99px) {
  .devices-info-body #pills-tab-mainContent .col-one-info .device-item {
    display: none;
  }
}
.devices-info-body #pills-tab-mainContent .col-one-info .device-item .param-item {
  color: #000;
  margin-bottom: 13px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .devices-info-body #pills-tab-mainContent .col-one-info .device-item .param-item {
    font-size: 14px;
    line-height: 16px;
  }
}
.devices-info-body #pills-tab-mainContent .col-one-info .device-item .param-item .param-value {
  color: #000;
}
.devices-info-body #pills-tab-mainContent .col-one-info .device-item .param-item .param-value .gray {
  color: #666666;
  /*position: absolute;
  right: 94px;*/
  margin-right: 4px;
}
@media (max-width: 991.98px) {
  .devices-info-body #pills-tab-mainContent .col-one-info .param-title {
    max-width: 139px;
  }
}
.devices-info-body #pills-tab-mainContent .col-two-info .device-item {
  padding: 16px;
}
@media (max-width: 767.99px) {
  .devices-info-body #pills-tab-mainContent .col-two-info .device-item {
    border-radius: 8px;
  }
}
.devices-info-body #pills-tab-mainContent .col-two-info .device-item .short-info {
  border-bottom: 1px solid #E1E2E1;
}
.devices-info-body #pills-tab-mainContent .col-two-info .device-item .short-info .status {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-top: 6px;
  margin-bottom: 10px;
}
.devices-info-body #pills-tab-mainContent .col-two-info .device-item .short-info .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 11px;
}
.devices-info-body #pills-tab-mainContent .col-two-info .device-item .short-info .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .devices-info-body #pills-tab-mainContent .col-two-info .device-item .short-info {
    display: none;
  }
}
@media (max-width: 767.99px) {
  .devices-info-body #pills-tab-mainContent .col-two-info > .device-item {
    background-color: #0000;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTab {
  margin-top: 4px;
  margin-left: -10px;
  margin-right: -10px;
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTab li a img {
  height: 40px;
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTab #infomain-tab {
  display: none;
}
@media (max-width: 767.99px) {
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTab #infomain-tab {
    display: list-item;
  }
}
@media (max-width: 991.98px) {
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTab {
    max-width: 332px;
    margin: auto;
  }
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTab li a img {
    height: 28px;
  }
}
@media (max-width: 767.98px) {
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTab li {
    position: relative;
    width: 44px;
    text-align: center;
    /* &:first-child a{
       padding-left:0;
     }
     &:last-child a{
       padding-right:0;
     }*/
  }
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTab li:first-child:after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #C4C4C4;
    position: absolute;
    top: 4px;
    right: 0;
  }
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTab li a {
    padding: 5px 9px;
  }
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTab li a.active {
    position: relative;
    background-color: #0000 !important;
  }
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTab li a.active:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #60AD5E;
    position: absolute;
    bottom: 0;
    left: 9px;
  }
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent {
  width: 100%;
  justify-content: flex-start;
  margin-top: 20px;
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .tab-pane {
  width: 100%;
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .tab-pane h5 {
  margin-bottom: 30px;
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .tab-pane {
  display: none;
}
@media (max-width: 767.98px) {
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .tab-pane.active {
    display: block;
  }
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .tab-pane .device-item {
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
  }
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .tab-pane .device-item .param-title {
    max-width: 208px;
  }
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .device-item-param .param-item {
  justify-content: space-between;
  font-size: 16px;
  line-height: 19px;
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .device-item-param .param-item .param-value span {
  color: #000;
  margin-right: 0px;
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .device-item-param .param-item .param-value .gray {
  color: #91979F;
  margin-right: 10px;
}
.devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .device-item-param .param-item .param-value .gray span {
  color: #91979F;
  margin-right: 0px;
}
@media (max-width: 767.98px) {
  .devices-info-body #pills-tab-mainContent .col-two-info #infoTabContent .device-item-param .param-item {
    font-size: 14px;
    line-height: 16px;
  }
}

.devices-registration-body .form-gray {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.devices-registration-body .form-gray .form-control:focus {
  box-shadow: none;
}
.devices-registration-body .instruction-block {
  padding: 50px 24px;
  max-width: 302px;
  min-width: 302px;
}
@media (max-width: 374.98px) {
  .devices-registration-body .instruction-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 90vw;
    min-width: 90vw;
  }
}
.devices-registration-body .instruction-block .instruction-title, .devices-registration-body .instruction-block .instruction-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #393939;
}
.devices-registration-body .instruction-block .instruction-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.devices-registration-body .qr-button {
  position: absolute;
  right: 18px;
  top: 14px;
}
.devices-registration-body #loadingMessage {
  text-align: center;
  padding: 40px;
  background-color: #eee;
}
.devices-registration-body #canvas {
  width: 100%;
}
.devices-registration-body #output {
  margin-top: 20px;
  background: #eee;
  padding: 10px;
  padding-bottom: 0;
}
.devices-registration-body #output div {
  padding-bottom: 10px;
  word-wrap: break-word;
}
.devices-registration-body #noQRFound {
  text-align: center;
}
.devices-registration-body .inner-content-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.devices-registration-body .field-devicesform-device_id .help-block {
  height: 33px;
}
.devices-registration-body .field-devicesform-device_id.has-error:before {
  right: 52px;
}

.devices-update-body .content-title, .devices-manager-update-body .content-title {
  /*@media (max-width: 768px) {
     .buttons{
       display: none!important;
     }
   }*/
}
.devices-update-body .content-title .buttons .btn-actions, .devices-manager-update-body .content-title .buttons .btn-actions {
  width: 72px;
  justify-content: center;
}
.devices-update-body .inner-content-wrapper, .devices-manager-update-body .inner-content-wrapper {
  display: flex;
  justify-content: center;
}
.devices-update-body .inner-content-wrapper h5, .devices-manager-update-body .inner-content-wrapper h5 {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  margin-bottom: 24px;
}
.devices-update-body .inner-content-wrapper h5.old-title, .devices-manager-update-body .inner-content-wrapper h5.old-title {
  margin: 15px;
}
.devices-update-body .inner-content-wrapper h5.new-title, .devices-manager-update-body .inner-content-wrapper h5.new-title {
  margin: 29px 15px 15px 15px;
}
@media (max-width: 767.98px) {
  .devices-update-body .inner-content-wrapper .device-image-preview, .devices-manager-update-body .inner-content-wrapper .device-image-preview {
    display: none;
  }
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item {
  height: 242px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-header, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-header .device-title, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-header .device-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #666666;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body {
  height: 128px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-one, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-one {
  margin-bottom: 12px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-one, .devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-three, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-one, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-three {
  flex: 0 0 124px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-one, .devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-two, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-one, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-two {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-two, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-two {
  padding-left: 0px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-four, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-four {
  padding-top: 7px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-four .properties, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-four .properties {
  display: flex;
  justify-content: flex-end;
  padding: 4px 0;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-four .properties .icon, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-four .properties .icon {
  margin-right: 22px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-three img, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-body .col-three img {
  height: 100px;
  width: auto;
  max-width: 176px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer {
  display: flex;
  margin-top: 12px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .icon, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .icon {
  padding-right: 22px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .icon.action-icon, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .icon.action-icon {
  margin-left: auto;
  padding-right: 0px;
  border-radius: 50%;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .icon.action-icon:hover, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .icon.action-icon:hover {
  background-color: #F5F5F6;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon .more, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon .more {
  padding: 10px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon .dropdown-menu, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon .dropdown-menu {
  width: 168px;
  height: 184px;
  left: 191px;
  background: #FAFAFA;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  border: 0;
  /*@media (max-width: 540px) {
    left: auto!important;
  }*/
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon .dropdown-menu .dropdown-item, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon .dropdown-menu .dropdown-item {
  padding: 16px 26px;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon .dropdown-menu .dropdown-item:hover, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon .dropdown-menu .dropdown-item:hover {
  background-color: #00796B;
  color: #FFF;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon.show, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item .device-footer .action-icon.show {
  background-color: #F5F5F6;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item.empty, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item.empty {
  height: 220px;
  height: 220px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item.empty h5, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item.empty h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.devices-update-body .inner-content-wrapper .device-image-preview .device-item.new-device-image .device-body .col-three img, .devices-manager-update-body .inner-content-wrapper .device-image-preview .device-item.new-device-image .device-body .col-three img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  width: auto;
}
.devices-update-body .device-item .image-block, .devices-manager-update-body .device-item .image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E2E1;
}
.devices-update-body .device-item .image-block .image, .devices-manager-update-body .device-item .image-block .image {
  width: 99%;
  display: flex;
  justify-content: center;
  padding: 6px;
}
@media (max-width: 767.98px) {
  .devices-update-body .device-item .image-block .image, .devices-manager-update-body .device-item .image-block .image {
    background: #F5F5F6;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
}
.devices-update-body .device-item .image-block .image img, .devices-manager-update-body .device-item .image-block .image img {
  border: 12px solid #F5F5F6;
  max-width: 100%;
  height: auto;
  max-height: 240px;
  width: auto;
}
@media (max-width: 767.98px) {
  .devices-update-body .device-item .image-block .image img, .devices-manager-update-body .device-item .image-block .image img {
    max-height: 100px;
    height: 100px;
    border: none;
  }
}
@media (max-width: 767.98px) {
  .devices-update-body .device-item .image-block .image, .devices-manager-update-body .device-item .image-block .image {
    width: 196px;
  }
}
.devices-update-body .device-item .image-block .link-to-edit a, .devices-manager-update-body .device-item .image-block .link-to-edit a {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #00796B;
}
.devices-update-body .device-item .text-block .form-group, .devices-manager-update-body .device-item .text-block .form-group {
  margin-top: 22px;
}
.devices-update-body .device-item .text-block .form-group:focus, .devices-manager-update-body .device-item .text-block .form-group:focus {
  outline: 0;
  box-shadow: none;
}
.devices-update-body .device-item .text-block .form-group .form-control, .devices-manager-update-body .device-item .text-block .form-group .form-control {
  height: 48px;
}
.devices-update-body .device-item .text-block .form-group .form-control:focus, .devices-manager-update-body .device-item .text-block .form-group .form-control:focus {
  box-shadow: none;
}
.devices-update-body .device-item .text-block .form-group .form-control-placeholder, .devices-manager-update-body .device-item .text-block .form-group .form-control-placeholder {
  background-color: #fff !important;
  padding: 10px;
  line-height: 25px;
  top: 1px;
  left: 1px;
}
.devices-update-body .device-item .text-block .form-group.has-success .form-control-placeholder, .devices-update-body .device-item .text-block .form-group.has-error .form-control-placeholder, .devices-manager-update-body .device-item .text-block .form-group.has-success .form-control-placeholder, .devices-manager-update-body .device-item .text-block .form-group.has-error .form-control-placeholder {
  top: -20px;
  font-size: 12px;
  line-height: 14px;
}
.devices-update-body .device-item .text-block .form-group .floated-up, .devices-manager-update-body .device-item .text-block .form-group .floated-up {
  top: -20px;
  font-size: 12px;
  line-height: 14px;
}
.devices-update-body .device-item .text-block .form-group input:focus ~ .form-control-placeholder, .devices-update-body .device-item .text-block .form-group input:not(:empty) ~ .form-control-placeholder, .devices-manager-update-body .device-item .text-block .form-group input:focus ~ .form-control-placeholder, .devices-manager-update-body .device-item .text-block .form-group input:not(:empty) ~ .form-control-placeholder {
  top: -20px;
  font-size: 12px;
  line-height: 14px;
}
.devices-update-body .device-item .text-block .form-group textarea, .devices-manager-update-body .device-item .text-block .form-group textarea {
  height: 75px !important;
  padding-top: 12px;
}
.devices-update-body .device-item .form-footer, .devices-manager-update-body .device-item .form-footer {
  display: flex;
  justify-content: space-around;
  /*.btn-cancel{
    background: #F5F5F6;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    padding:12px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
  }
  .btn-save{
    background: #00796B;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding:12px 10px;
  }*/
}
@media (min-width: 768px) {
  .devices-update-body .device-list-form .device-item, .devices-manager-update-body .device-list-form .device-item {
    box-shadow: none;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .devices-update-body .device-list-form .device-item .image-block, .devices-manager-update-body .device-list-form .device-item .image-block {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .devices-update-body .device-list-form .device-item .text-block, .devices-manager-update-body .device-list-form .device-item .text-block {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .devices-update-body .device-list-form .device-item .form-footer, .devices-manager-update-body .device-list-form .device-item .form-footer {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .devices-update-body .main-content #content .content-title .buttons .btn-actions {
    display: none;
  }
}

.devices-control-main-setting-body {
  /*.icon-text{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
  }*/
  /*custom-menu*/
  /*end of  custom-menu*/
}
.devices-control-main-setting-body .nav-item {
  width: 50%;
}
.devices-control-main-setting-body .nav-item:first-child {
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .devices-control-main-setting-body .nav-item:first-child {
    justify-content: center;
  }
}
.devices-control-main-setting-body .nav-item:first-child a {
  margin-right: 3px;
}
.devices-control-main-setting-body .nav-item:last-child {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .devices-control-main-setting-body .nav-item:last-child {
    justify-content: center;
  }
}
.devices-control-main-setting-body .nav-item:last-child a {
  margin-left: 13px;
}
.devices-control-main-setting-body .header .header-menu-toogler {
  display: block !important;
  position: absolute;
  left: 19px;
}
.devices-control-main-setting-body .icon {
  margin-right: 24px;
  width: 24px;
}
.devices-control-main-setting-body .nav-item {
  display: flex;
}
.devices-control-main-setting-body .device-item {
  margin: 8px !important;
}
.devices-control-main-setting-body .view-block-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .devices-control-main-setting-body .view-block-wraper {
    padding-bottom: 80px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
.devices-control-main-setting-body .outer-nav-pills-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .devices-control-main-setting-body .outer-nav-pills-wrapper {
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .devices-control-main-setting-body {
    /* .device-content-footer{
       height: 100vh;
       width: 106px;
       z-index: 7;
       .footer-wrapper ul{
         flex-direction: column;
         max-width: unset;
         min-width: unset;
         padding-top: 126px;
         li{
           list-style: none;
           border-top: 2px solid #fff;
           padding: 16px 0;
           .device-footer-image img{
             width: 40px!important;
             height: auto!important;
           }
           .device-footer-text{
             font-size: 12px;
             line-height: 14px;
           }
         }
       }
     }*/
  }
  .devices-control-main-setting-body .header {
    z-index: 10;
  }
  .devices-control-main-setting-body .header .header-menu-toogler {
    display: block !important;
    position: absolute;
    left: 19px;
  }
  .devices-control-main-setting-body .header .header-menu-toogler #toggle-menu-mobile {
    background: url(/img/svg/icon-menu-sm.svg) center/contain no-repeat;
    background-position-y: 4px;
    width: 18px;
    height: 18px;
    display: block;
  }
  .devices-control-main-setting-body .navbar.content-title {
    z-index: 9;
    padding-left: 130px;
    padding-top: 8px;
  }
  .devices-control-main-setting-body .main-content #sidebar {
    display: none;
    width: 256px;
  }
  .devices-control-main-setting-body .main-content #sidebar.mobile-active {
    overflow-y: auto;
    padding-left: 16px;
    text-align: left;
    display: flex;
    min-width: 256px;
    max-width: 256px;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.18), 0px 6px 5px rgba(0, 0, 0, 0.24);
    height: calc(100vh - 64px);
    z-index: 11;
  }
  .devices-control-main-setting-body .main-content #sidebar.mobile-active .sidebar-text, .devices-control-main-setting-body .main-content #sidebar.mobile-active .profile-username, .devices-control-main-setting-body .main-content #sidebar.mobile-active .sidebar-image-arrow {
    display: inline-block;
  }
  .devices-control-main-setting-body .inner-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 992px;
    display: flex;
    flex-direction: column;
  }
  .devices-control-main-setting-body .inner-content-wrapper .device-item {
    margin: 17px 8px;
    width: 420px;
  }
  .devices-control-main-setting-body .inner-content-wrapper .view-block-wraper {
    display: flex;
    padding-left: 90px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .devices-control-main-setting-body .inner-content-wrapper .devices-outer-nav-pills-wrapper {
    background-color: transparent;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991.98px) {
  .devices-control-main-setting-body .inner-content-wrapper .devices-outer-nav-pills-wrapper {
    margin-left: -36px;
  }
}
@media (min-width: 768px) {
  .devices-control-main-setting-body .inner-content-wrapper .devices-outer-nav-pills-wrapper #pills-tab-main {
    background-color: transparent;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .devices-control-main-setting-body .inner-content-wrapper .devices-outer-nav-pills-wrapper #pills-tab-main li a {
    background-color: transparent;
    font-size: 20px;
    line-height: 23px;
    border-bottom-color: #0000;
  }
  .devices-control-main-setting-body .inner-content-wrapper .devices-outer-nav-pills-wrapper #pills-tab-main li a.active {
    border-color: #00796B;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .devices-control-main-setting-body .inner-content-wrapper {
    width: 770px;
    padding-left: 72px;
  }
  .devices-control-main-setting-body .inner-content-wrapper #pills-device .view-block-wraper .params-device-item {
    max-width: 280px;
    min-width: 280px;
  }
  .devices-control-main-setting-body .inner-content-wrapper #pills-device .view-block-wraper .third-block {
    margin-left: 305px;
  }
  .devices-control-main-setting-body .inner-content-wrapper .view-block-wraper {
    padding-left: 0;
  }
  .devices-control-main-setting-body .inner-content-wrapper .view-block-wraper .device-item {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .devices-control-main-setting-body .inner-content-wrapper #pills-tab-main {
    padding-left: 50px;
  }
  .devices-control-main-setting-body .inner-content-wrapper .params-device-item .params-block .properties {
    padding: 10px 2px;
    border-bottom: 1px solid #E1E2E1;
  }
  .devices-control-main-setting-body .inner-content-wrapper .params-device-item .params-block .properties .icon img {
    height: 36px !important;
    width: auto !important;
  }
  .devices-control-main-setting-body .inner-content-wrapper .params-device-item .params-block .properties .icon .icon-text {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .devices-control-main-setting-body .inner-content-wrapper #pills-device .view-block-wraper .third-block {
    margin-top: -244px;
  }
}
@media (max-width: 767.98px) {
  .devices-control-main-setting-body .device-item {
    width: 300px;
    border-radius: 0;
    margin: 0 auto !important;
    padding-bottom: 16px;
    max-width: 380px;
    width: calc(100vw - 30px);
  }
  .devices-control-main-setting-body .device-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 8px !important;
  }
  .devices-control-main-setting-body .device-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 8px !important;
  }
  .devices-control-main-setting-body .device-item .icon-text {
    max-width: 212px;
    word-break: break-word;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
  }
  .devices-control-main-setting-body #pills-timer .widget-link .link-caption {
    margin-left: 23px;
    max-width: 180px;
  }
  .devices-control-main-setting-body #pills-timer .widget-link .link-caption a {
    font-size: 16px;
    line-height: 19px;
  }
  .devices-control-main-setting-body #pills-timer .timer-settings .switch-and-link-widget .switch-block, .devices-control-main-setting-body #pills-timer .antifreeze-settings .switch-and-link-widget .switch-block {
    border-bottom: 0;
  }
  .devices-control-main-setting-body #pills-timer .timer-settings .switch-and-link-widget .switch-block .icon-text, .devices-control-main-setting-body #pills-timer .antifreeze-settings .switch-and-link-widget .switch-block .icon-text {
    margin-left: 21px;
  }
  .devices-control-main-setting-body #pills-timer .timer-settings .switch-and-link-widget .widget-link, .devices-control-main-setting-body #pills-timer .antifreeze-settings .switch-and-link-widget .widget-link {
    margin: 0 0 13px 0;
  }
  .devices-control-main-setting-body #pills-timer .antifreeze-settings {
    padding-top: 28px;
  }
}
.devices-control-main-setting-body #sidebar .sidebar-footer {
  display: none;
}

.navbar-timer-page {
  padding-right: 40px;
  padding-left: 23px;
}
.navbar-timer-page .header-menu-toogler-visible #toggle-menu-mobile {
  background: url(/img/svg/icon-menu-sm.svg) center/contain no-repeat;
  background-position-y: 4px;
  width: 18px;
  height: 18px;
  display: block;
}
.navbar-timer-page .time-block, .navbar-timer-page .date-block {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.devices-control-timer-setting-body {
  min-width: 680px;
  /* overflow-x: auto;*/
  background-color: #f4f4f4;
}
.devices-control-timer-setting-body .hidden {
  display: none !important;
}
.devices-control-timer-setting-body .go-back-subtitle {
  margin-bottom: 24px;
  margin-left: 15px;
}
.devices-control-timer-setting-body #sidebar {
  display: none;
  width: 256px;
  z-index: 9;
  background-color: #FFFFFF;
}
.devices-control-timer-setting-body #sidebar.mobile-active {
  left: 0;
  overflow-y: auto;
  padding-left: 16px;
  text-align: left;
  display: flex;
  min-width: 256px;
  max-width: 256px;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.18), 0px 6px 5px rgba(0, 0, 0, 0.24);
  height: calc(100vh - 48px);
}
.devices-control-timer-setting-body #sidebar.mobile-active .sidebar-text, .devices-control-timer-setting-body #sidebar.mobile-active .profile-username, .devices-control-timer-setting-body #sidebar.mobile-active .sidebar-image-arrow {
  display: inline-block;
}
.devices-control-timer-setting-body #sidebar .menu-block, .devices-control-timer-setting-body #sidebar .user-menu {
  background-color: #FFFFFF;
}
.devices-control-timer-setting-body .inner-content-wrapper {
  width: 690px;
  overflow-x: auto;
  flex-direction: column;
  padding: 4px 20px 24px;
  margin: auto;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header {
  display: flex;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header #back-btn {
  font-size: 36px;
  line-height: 35px;
  font-family: monospace;
  font-weight: 600;
  color: #00796B;
  margin: 4px 32px 4px 4px;
}
@media (max-width: 991.98px) {
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header #back-btn {
    display: none;
  }
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .day-of-week-block {
  display: flex;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .day-of-week-block .week-day {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  text-transform: none;
  box-shadow: none;
  border: none;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  background-color: #BDBDBD;
  margin: 4px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .day-of-week-block .week-day.btn-primary {
  background-color: #00796B;
}
@media (max-width: 991.98px) {
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .day-of-week-block {
    margin-right: 22px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .day-of-week-block .week-day {
    color: #000000;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .day-of-week-block .week-day.btn-primary {
    color: #FFFFFF;
  }
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .weekly-mode-block {
  display: flex;
  justify-content: center;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .weekly-mode-block button {
  background-color: #BDBDBD;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 4px 9px;
  text-transform: none;
  box-shadow: none;
  height: 32px;
  border: none;
  font-weight: normal;
  letter-spacing: normal;
  margin: 4px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .weekly-mode-block button.btn-primary {
  background-color: #00796B;
}
@media (max-width: 991.98px) {
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .weekly-mode-block button {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    width: 68px;
    margin-right: 12px;
    color: #000000;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .weekly-mode-block button.btn-primary {
    color: #FFFFFF;
  }
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header #submit-btn {
  background-color: #00796B;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 4px 9px;
  text-transform: none;
  box-shadow: none;
  height: 32px;
  border: none;
  font-weight: normal;
  letter-spacing: normal;
  margin: 4px 0 4px auto;
  width: 50px;
  cursor: pointer;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header #submit-btn:disabled {
  background-color: #BDBDBD;
}
@media (max-width: 991.98px) {
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header #submit-btn {
    background: #E1E2E1;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    width: 50px;
  }
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block {
  display: flex;
  align-items: center;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element {
  width: 240px;
  display: flex;
  justify-content: space-between;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  /* Rounded sliders */
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch input {
  display: none;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E2E1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -8px;
  bottom: -3px;
  background-color: #00796B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch input:checked + .slider {
  background-color: #48A999;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch input:focus + .slider {
  box-shadow: 0 0 1px #48A999;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch .slider.round {
  border-radius: 34px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .switch .slider.round:before {
  border-radius: 50%;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .icon-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting {
  display: flex;
  flex-direction: column;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block {
  width: 649px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  display: flex;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 55px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block .mode-caption {
  position: absolute;
  font-size: 16px;
  line-height: 19px;
  color: #004C40;
  top: 4px;
  left: 17px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  padding: 2px 6px;
  width: 84px;
  opacity: 0.65;
  z-index: 8;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block .mode-hour {
  width: 28px;
  border-left: 1px solid rgba(196, 196, 196, 0.25);
  cursor: pointer;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block .mode-hour .mode-hour-state {
  width: calc(100% + 1px);
  height: 1px;
  margin-top: 39px;
  background-color: #3B86FF;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block .mode-hour .mode-hour-state.hour-active {
  width: calc(100% + 1px);
  height: 14px;
  margin-top: 31px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block .mode-hour:first-child ~ .hour-active {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block .mode-hour:last-child ~ .hour-active {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block.timer-mode-comfort .hour-active {
  background-color: #F1C40F;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block.timer-mode-eco .hour-active {
  background-color: #2ECC71;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block.timer-mode-night .hour-active {
  background-color: #41ABE1;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block.timer-mode-off .hour-active {
  background-color: #34495E;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block:hover, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block.active-panel {
  background: #FFFFFF;
  border: 1px solid #00796B;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block.inactive-panel {
  opacity: 0.2;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .time-block {
  margin: 3px 0px 4px 0px;
  display: flex;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .time-block .time-hour {
  background: #F5F5F6;
  border: 1px solid #00796B;
  box-sizing: border-box;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-left: unset;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: unset;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .time-block .time-hour.hour-active {
  background-color: #00796B;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .time-block .time-hour {
    border: 1px solid #f4f4f4;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .time-block .time-hour.hour-active {
    border: 1px solid #00796B;
  }
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .timer-mode-holiday .hour-active {
  background-color: #2ECC71;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .timer-mode-off .hour-active {
  background-color: #2ECC71;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .departure, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .return {
  margin-top: 13px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .departure p, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .return p {
  font-size: 14px;
  line-height: 16px;
  color: #393939;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .departure img, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .return img {
  margin-right: 20px;
  margin-top: -4px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .departure span, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .return span {
  font-size: 14px;
  line-height: 16px;
  color: #00796B;
}
@media (max-width: 767.98px) {
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .departure span, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .return span {
    color: #005005;
    font-weight: 500;
  }
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block {
  display: flex;
  align-items: center;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .timer-settings-block {
  margin-left: 40px;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .timer-settings-block #set-period-btn {
  display: flex;
}
.devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .timer-settings-block img {
  display: none;
}
@media (max-width: 991.98px) {
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .timer-settings-block img {
    display: block;
    height: 22px;
    margin-right: 16px;
  }
}
@media (max-width: 991.98px) {
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .departure, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .return {
    margin-top: 6px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .departure p, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .return p {
    margin-bottom: 4px;
    font-weight: 500;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .departure p img, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .timer-values-settings-block .return p img {
    display: none;
  }
}
@media (min-width: 992px) {
  .devices-control-timer-setting-body .inner-content-wrapper {
    width: 992px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .day-of-week-block .week-day {
    width: 48px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .day-of-week-block .week-day.btn-primary {
    color: #FFF;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .weekly-mode-block button, .devices-control-timer-setting-body .inner-content-wrapper .timer-header #submit-btn {
    width: 112px;
    height: 48px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .weekly-mode-block button.btn-primary, .devices-control-timer-setting-body .inner-content-wrapper .timer-header #submit-btn.btn-primary {
    color: #FFF;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header #submit-btn {
    width: 72px;
    color: #FFF;
    background-color: #00796B;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header #submit-btn:disabled {
    background: #E1E2E1;
    color: #000;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element {
    margin-right: 50px;
    width: 350px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-header .holiday-block .switch-element .icon-text {
    font-size: 20px;
    line-height: 23px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block {
    width: 954px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .day-setting .mode-block .mode-hour {
    width: 40px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .time-block {
    margin-top: 20px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .time-block .time-hour {
    width: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    border: none;
    border-radius: 8px;
    border-right: 1px solid #c4c4c440;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .timer-values-settings-block {
    margin-bottom: 36px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .timer-values-settings-block .timer-settings-block {
    margin-left: 100px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .timer-values-settings-block .timer-settings-block #set-period-btn {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #666666;
    display: flex;
    align-items: center;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .timer-values-settings-block .timer-settings-block #set-period-btn img {
    display: flex;
    margin-right: 26px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .departure, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .return {
    margin-top: 22px;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .departure p, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .return p {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #666666;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .departure p img, .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .return p img {
    display: none;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .date {
    font-size: 26px;
    line-height: 30px;
    color: #005005;
  }
  .devices-control-timer-setting-body .inner-content-wrapper .timer-values .holiday-block .date span {
    font-size: 26px;
    line-height: 30px;
    color: #005005;
  }
}
.devices-control-timer-setting-body button:focus {
  outline: none;
}
.devices-control-timer-setting-body .device-params {
  display: none;
}
@media (max-width: 991.98px) {
  .devices-control-timer-setting-body .navbar.header {
    display: none !important;
  }
  .devices-control-timer-setting-body .navbar.header .header-menu-toogler-no-sidebar {
    margin-right: 0;
  }
  .devices-control-timer-setting-body .navbar.header .logo-img {
    width: calc(100vw - 80px);
  }
  .devices-control-timer-setting-body .content-title {
    display: none;
  }
  .devices-control-timer-setting-body .go-back-subtitle {
    width: 690px;
    margin: 9px auto;
    padding: 4px 36px;
  }
  .devices-control-timer-setting-body .go-back-subtitle a {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    text-transform: unset;
  }
  .devices-control-timer-setting-body .go-back-subtitle a img {
    width: 8px;
    margin-right: 48px;
  }
  .devices-control-timer-setting-body .main-content #content .inner-content-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .devices-control-timer-setting-body .main-content {
    margin-top: 0;
  }
}

.devices-control-holiday-period-setting-body, .stats-timer-body {
  background: #F5F5F6;
}
.devices-control-holiday-period-setting-body .go-back-subtitle, .stats-timer-body .go-back-subtitle {
  margin-top: 0px;
}
.devices-control-holiday-period-setting-body .hidden, .stats-timer-body .hidden {
  display: none;
}
.devices-control-holiday-period-setting-body .header, .stats-timer-body .header {
  display: none !important;
}
.devices-control-holiday-period-setting-body .header .time-block, .stats-timer-body .header .time-block {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.devices-control-holiday-period-setting-body .header .time-block img, .stats-timer-body .header .time-block img {
  margin-left: 28px;
  margin-top: -4px;
}
.devices-control-holiday-period-setting-body .header .header-menu-back a, .stats-timer-body .header .header-menu-back a {
  font-size: 36px;
  line-height: 35px;
  font-family: monospace;
  font-weight: 600;
  color: #FFF;
  margin: 4px 42px 4px 4px;
}
.devices-control-holiday-period-setting-body .daterangepicker, .stats-timer-body .daterangepicker {
  display: flex !important;
  top: 64px !important;
  left: 300px !important;
}
.devices-control-holiday-period-setting-body .daterangepicker:before, .stats-timer-body .daterangepicker:before {
  left: 0;
  top: 0;
  border: none;
  contain: none;
}
.devices-control-holiday-period-setting-body #date-block, .stats-timer-body #date-block {
  display: flex;
  margin-bottom: 50px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  justify-content: center;
}
.devices-control-holiday-period-setting-body #date-block .col-one, .stats-timer-body #date-block .col-one {
  width: 400px;
}
.devices-control-holiday-period-setting-body #date-block .col-one .departure, .stats-timer-body #date-block .col-one .departure {
  margin-top: 108px;
}
.devices-control-holiday-period-setting-body #date-block .col-one .return, .stats-timer-body #date-block .col-one .return {
  margin-top: 70px;
  margin-bottom: 148px;
}
.devices-control-holiday-period-setting-body #date-block .col-one .departure, .devices-control-holiday-period-setting-body #date-block .col-one .return, .stats-timer-body #date-block .col-one .departure, .stats-timer-body #date-block .col-one .return {
  padding-left: 18px;
}
.devices-control-holiday-period-setting-body #date-block .col-one .departure p, .devices-control-holiday-period-setting-body #date-block .col-one .return p, .stats-timer-body #date-block .col-one .departure p, .stats-timer-body #date-block .col-one .return p {
  font-weight: 500;
  font-size: 20px;
  color: #666666;
}
.devices-control-holiday-period-setting-body #date-block .col-one .departure #date-start-view, .devices-control-holiday-period-setting-body #date-block .col-one .departure #date-stop-view, .devices-control-holiday-period-setting-body #date-block .col-one .return #date-start-view, .devices-control-holiday-period-setting-body #date-block .col-one .return #date-stop-view, .stats-timer-body #date-block .col-one .departure #date-start-view, .stats-timer-body #date-block .col-one .departure #date-stop-view, .stats-timer-body #date-block .col-one .return #date-start-view, .stats-timer-body #date-block .col-one .return #date-stop-view {
  font-weight: 500;
  font-size: 26px;
  color: #005005;
  margin-left: 18px;
}
.devices-control-holiday-period-setting-body #date-block .col-one .departure #time-start-view, .devices-control-holiday-period-setting-body #date-block .col-one .departure #time-stop-view, .devices-control-holiday-period-setting-body #date-block .col-one .return #time-start-view, .devices-control-holiday-period-setting-body #date-block .col-one .return #time-stop-view, .stats-timer-body #date-block .col-one .departure #time-start-view, .stats-timer-body #date-block .col-one .departure #time-stop-view, .stats-timer-body #date-block .col-one .return #time-start-view, .stats-timer-body #date-block .col-one .return #time-stop-view {
  width: 115px;
  height: 50px;
  background: #F5F5F6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #005005;
  display: flex;
  align-items: center;
  justify-content: center;
}
.devices-control-holiday-period-setting-body #date-block .col-one .departure .values, .devices-control-holiday-period-setting-body #date-block .col-one .return .values, .stats-timer-body #date-block .col-one .departure .values, .stats-timer-body #date-block .col-one .return .values {
  display: flex;
  justify-content: space-between;
}
.devices-control-holiday-period-setting-body #date-block .col-two, .stats-timer-body #date-block .col-two {
  margin-left: 40px;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper, .stats-timer-body #date-block .col-two .date-picker-wrapper {
  width: 496px;
  height: 512px;
  margin-top: 18px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  border: none;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper {
  border: none;
  padding: 0px 18px;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table {
  width: 100%;
  margin-top: -10px;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .prev:focus, .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .next:focus, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .prev:focus, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .next:focus {
  outline: none;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .prev:hover, .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .next:hover, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .prev:hover, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .next:hover {
  background-color: transparent;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .month-name, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .month-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #666666;
  text-transform: none;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .week-name th, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .week-name th {
  padding-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  text-transform: capitalize;
  width: 14%;
  text-align: center;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td {
  padding: 0;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div {
  font-weight: 500;
  font-size: 16px;
  line-height: 56px;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.invalid, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.invalid {
  color: #BDBDBD;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.valid, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.valid {
  color: #333333;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.checked, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.checked {
  background-color: #48a99980;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.real-today, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.real-today {
  border-radius: 50%;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected, .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected {
  background-color: #00796B !important;
  border-radius: 50%;
  color: white;
  position: relative;
  transform-style: preserve-3d;
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected:before, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected:before {
  width: 30px;
  content: " ";
  position: absolute;
  height: 66px;
  background-color: #48a99980;
  top: 0;
  left: 0;
  transform: translateZ(-1px);
}
.devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected:before, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected:before {
  width: 30px;
  content: " ";
  position: absolute;
  height: 66px;
  background-color: #48a99980;
  top: 0;
  right: 0;
  transform: translateZ(-1px);
}
.devices-control-holiday-period-setting-body #time-block, .stats-timer-body #time-block {
  display: none;
  margin-bottom: 50px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  /*for 690px width*/
}
.devices-control-holiday-period-setting-body #time-block .timer-col-one, .stats-timer-body #time-block .timer-col-one {
  width: 195px;
  padding-top: 108px;
  padding-left: 15px;
  padding-right: 15px;
}
.devices-control-holiday-period-setting-body #time-block .timer-col-one .departure p, .devices-control-holiday-period-setting-body #time-block .timer-col-one .return p, .stats-timer-body #time-block .timer-col-one .departure p, .stats-timer-body #time-block .timer-col-one .return p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #666666;
  margin-bottom: 3px;
}
.devices-control-holiday-period-setting-body #time-block .timer-col-one .departure .values span, .devices-control-holiday-period-setting-body #time-block .timer-col-one .return .values span, .stats-timer-body #time-block .timer-col-one .departure .values span, .stats-timer-body #time-block .timer-col-one .return .values span {
  width: 115px;
  height: 50px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  cursor: pointer;
  color: #005005;
}
.devices-control-holiday-period-setting-body #time-block .timer-col-one .departure .values span.active, .devices-control-holiday-period-setting-body #time-block .timer-col-one .return .values span.active, .stats-timer-body #time-block .timer-col-one .departure .values span.active, .stats-timer-body #time-block .timer-col-one .return .values span.active {
  background: #FFFFFF;
  border: 1px solid #00796B;
}
.devices-control-holiday-period-setting-body #time-block .timer-col-one .return, .stats-timer-body #time-block .timer-col-one .return {
  margin-top: 58px;
  margin-bottom: 68px;
}
.devices-control-holiday-period-setting-body #time-block .timer-col-one .form-footer, .stats-timer-body #time-block .timer-col-one .form-footer {
  flex-wrap: wrap;
}
.devices-control-holiday-period-setting-body #time-block .timer-col-one .form-footer #time-save-btn, .stats-timer-body #time-block .timer-col-one .form-footer #time-save-btn {
  margin-top: 26px;
}
.devices-control-holiday-period-setting-body .form-footer, .stats-timer-body .form-footer {
  display: flex;
  justify-content: space-between;
}
.devices-control-holiday-period-setting-body .form-footer #save-btn, .devices-control-holiday-period-setting-body .form-footer #cancel-btn, .devices-control-holiday-period-setting-body .form-footer #time-save-btn, .devices-control-holiday-period-setting-body .form-footer #time-cancel-btn, .stats-timer-body .form-footer #save-btn, .stats-timer-body .form-footer #cancel-btn, .stats-timer-body .form-footer #time-save-btn, .stats-timer-body .form-footer #time-cancel-btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  background: #00796B;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  padding: 16px;
  width: 164px;
}
.devices-control-holiday-period-setting-body .form-footer #save-btn, .stats-timer-body .form-footer #save-btn {
  color: #FFFFFF;
  background-color: #00796B;
}
.devices-control-holiday-period-setting-body .form-footer #cancel-btn, .devices-control-holiday-period-setting-body .form-footer #time-cancel-btn, .stats-timer-body .form-footer #cancel-btn, .stats-timer-body .form-footer #time-cancel-btn {
  color: #666666;
  background-color: #F5F5F6;
}
.devices-control-holiday-period-setting-body .main-content #content, .stats-timer-body .main-content #content {
  min-height: calc(100vh - 64px);
}
@media (max-width: 767.98px) {
  .devices-control-holiday-period-setting-body .main-content #content, .stats-timer-body .main-content #content {
    min-height: calc(100vh - 48px);
  }
}
.devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper {
  padding: 22px 40px;
}
.devices-control-holiday-period-setting-body .clockpicker-popover, .stats-timer-body .clockpicker-popover {
  z-index: 990;
  top: 132px !important;
  left: 288px !important;
  width: 720px !important;
  max-width: unset;
  height: 512px;
  background: #F5F5F6 !important;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  /*@media (min-width: 992px) and (max-width: 1056px) {
      left: 262px !important;
  }*/
}
.devices-control-holiday-period-setting-body .clockpicker-popover .popover-wraper, .stats-timer-body .clockpicker-popover .popover-wraper {
  display: flex;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-canvas line, .stats-timer-body .clockpicker-popover .clockpicker-canvas line {
  stroke: #00796B;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-canvas-bg, .devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-canvas-bearing, .devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-canvas-fg, .stats-timer-body .clockpicker-popover .clockpicker-canvas-bg, .stats-timer-body .clockpicker-popover .clockpicker-canvas-bearing, .stats-timer-body .clockpicker-popover .clockpicker-canvas-fg {
  fill: #00796B;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .popover-title, .stats-timer-body .clockpicker-popover .popover-title {
  width: 205px;
  background: #00796B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-size: 64px;
  line-height: 75px;
  color: rgba(255, 255, 255, 0.54);
  border-bottom-width: 0px;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .popover-title span, .stats-timer-body .clockpicker-popover .popover-title span {
  font-size: 64px;
  line-height: 75px;
  color: rgba(255, 255, 255, 0.54);
}
.devices-control-holiday-period-setting-body .clockpicker-popover .popover-title span.text-primary, .stats-timer-body .clockpicker-popover .popover-title span.text-primary {
  color: #FFFFFF !important;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .popover-content, .stats-timer-body .clockpicker-popover .popover-content {
  width: 514px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  background-color: #F5F5F6;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .popover-content .clockpicker-svg, .stats-timer-body .clockpicker-popover .popover-content .clockpicker-svg {
  width: 500px;
  height: 500px;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-dial, .stats-timer-body .clockpicker-popover .clockpicker-dial {
  width: 500px;
  height: 500px;
  left: 11px;
  top: 13px;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-canvas, .stats-timer-body .clockpicker-popover .clockpicker-canvas {
  width: 500px;
  height: 500px;
  left: 4px;
  top: 6px;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-plate, .stats-timer-body .clockpicker-popover .clockpicker-plate {
  width: 490px;
  height: 490px;
  border: none;
  background-color: #EBEEF0;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick, .stats-timer-body .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick {
  font-size: 20px;
}
.devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick:hover, .devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick:focus, .devices-control-holiday-period-setting-body .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick.active, .stats-timer-body .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick:hover, .stats-timer-body .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick:focus, .stats-timer-body .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick.active {
  color: white !important;
  background-color: #0000 !important;
}
@media (max-width: 1050px) {
  .devices-control-holiday-period-setting-body .go-back-subtitle, .stats-timer-body .go-back-subtitle {
    display: none;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper {
    padding: 22px 10px 20px 20px;
  }
  .devices-control-holiday-period-setting-body #date-block, .stats-timer-body #date-block {
    width: 656px;
    justify-content: space-between;
  }
  .devices-control-holiday-period-setting-body #date-block .col-one, .stats-timer-body #date-block .col-one {
    width: 245px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-one .departure, .devices-control-holiday-period-setting-body #date-block .col-one .return, .stats-timer-body #date-block .col-one .departure, .stats-timer-body #date-block .col-one .return {
    padding-left: 0;
    margin-top: 50px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-one .departure p, .devices-control-holiday-period-setting-body #date-block .col-one .return p, .stats-timer-body #date-block .col-one .departure p, .stats-timer-body #date-block .col-one .return p {
    font-size: 14px;
    line-height: 16px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-one .departure .values, .devices-control-holiday-period-setting-body #date-block .col-one .return .values, .stats-timer-body #date-block .col-one .departure .values, .stats-timer-body #date-block .col-one .return .values {
    align-items: center;
  }
  .devices-control-holiday-period-setting-body #date-block .col-one .departure .values span, .devices-control-holiday-period-setting-body #date-block .col-one .return .values span, .stats-timer-body #date-block .col-one .departure .values span, .stats-timer-body #date-block .col-one .return .values span {
    font-size: 14px !important;
    margin-left: 0 !important;
  }
  .devices-control-holiday-period-setting-body #date-block .col-one .departure .values a, .devices-control-holiday-period-setting-body #date-block .col-one .return .values a, .stats-timer-body #date-block .col-one .departure .values a, .stats-timer-body #date-block .col-one .return .values a {
    width: 56px !important;
    height: 36px !important;
    background: #FFFFFF !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .devices-control-holiday-period-setting-body #date-block .col-one .return, .stats-timer-body #date-block .col-one .return {
    margin-bottom: 68px !important;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two, .stats-timer-body #date-block .col-two {
    width: 375px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper, .stats-timer-body #date-block .col-two .date-picker-wrapper {
    width: 340px;
    height: 312px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper {
    padding: 0;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption {
    height: 30px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .month-name, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .caption .month-name {
    font-size: 16px;
    line-height: 16px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table .week-name th, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table .week-name th {
    padding-top: 3px;
    font-size: 14px;
    line-height: 16px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td {
    padding: 0;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div {
    font-size: 12px;
    line-height: 36px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected:before, .devices-control-holiday-period-setting-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected:before, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected:before, .stats-timer-body #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected:before {
    height: 46px;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one, .stats-timer-body #time-block .timer-col-one {
    width: 170px;
    padding-top: 10px;
    padding-left: 0px;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .departure p, .devices-control-holiday-period-setting-body #time-block .timer-col-one .return p, .stats-timer-body #time-block .timer-col-one .departure p, .stats-timer-body #time-block .timer-col-one .return p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .departure .values span, .devices-control-holiday-period-setting-body #time-block .timer-col-one .return .values span, .stats-timer-body #time-block .timer-col-one .departure .values span, .stats-timer-body #time-block .timer-col-one .return .values span {
    width: 56px;
    height: 36px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border-radius: 8px;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .return, .stats-timer-body #time-block .timer-col-one .return {
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .return p, .stats-timer-body #time-block .timer-col-one .return p {
    margin-bottom: 4px;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two, .stats-timer-body #time-block .timer-col-two {
    width: 500px;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover, .stats-timer-body #time-block .clockpicker-popover {
    top: 88px !important;
    left: 178px !important;
    width: 495px !important;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover .popover-title, .stats-timer-body #time-block .clockpicker-popover .popover-title {
    width: 190px;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover .clockpicker-plate, .stats-timer-body #time-block .clockpicker-popover .clockpicker-plate {
    width: 280px;
    height: 280px;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-dial, .stats-timer-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-dial {
    width: 280px;
    height: 280px;
    left: 6px;
    top: 7px;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-canvas, .stats-timer-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-canvas {
    left: -1px;
    top: 1px;
  }
  .devices-control-holiday-period-setting-body .form-footer, .stats-timer-body .form-footer {
    margin-top: 56px;
    max-width: 224px;
  }
  .devices-control-holiday-period-setting-body .form-footer .btn, .stats-timer-body .form-footer .btn {
    width: 102px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 12px 8px !important;
    border-radius: 8px !important;
  }
  .devices-control-holiday-period-setting-body .form-footer #time-save-btn, .stats-timer-body .form-footer #time-save-btn {
    margin-top: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .devices-control-holiday-period-setting-body .go-back-subtitle, .stats-timer-body .go-back-subtitle {
    display: flex;
    width: 656px;
    margin: -15px auto 40px;
    padding-left: 8px;
  }
  .devices-control-holiday-period-setting-body .go-back-subtitle a, .stats-timer-body .go-back-subtitle a {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    text-transform: unset;
  }
  .devices-control-holiday-period-setting-body .go-back-subtitle a img, .stats-timer-body .go-back-subtitle a img {
    margin-right: 48px;
  }
  .devices-control-holiday-period-setting-body .main-content, .stats-timer-body .main-content {
    min-height: auto;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .devices-control-holiday-period-setting-body .navbar-device-content-title, .stats-timer-body .navbar-device-content-title {
    display: none;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper {
    margin-top: 10px;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block, .stats-timer-body .main-content #content .inner-content-wrapper #date-block {
    /*flex-wrap: wrap;
    width: 245px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .departure, .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .return, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .departure, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .return {
    max-width: 182px;
    margin-top: 6px !important;
    margin-bottom: 24px !important;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper {
    margin-top: -20px;
    height: 280px;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .caption, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .caption {
    height: 24px;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .caption .month-name, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .caption .month-name {
    font-size: 12px;
    line-height: 14px;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .week-name, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .week-name {
    height: 20px;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .week-name th, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .week-name th {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding-top: 0;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div {
    line-height: 32px;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected:before, .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected:before, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected:before, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected:before {
    height: 42px;
  }
  .devices-control-holiday-period-setting-body #date-block .col-two, .stats-timer-body #date-block .col-two {
    margin-left: 0;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .form-footer, .stats-timer-body #time-block .timer-col-one .form-footer {
    margin-top: 20px;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .form-footer .btn, .stats-timer-body #time-block .timer-col-one .form-footer .btn {
    width: 106px !important;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover, .stats-timer-body #time-block .clockpicker-popover {
    top: 46px !important;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover .popover-content, .stats-timer-body #time-block .clockpicker-popover .popover-content {
    border-radius: 0;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-dial, .stats-timer-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-dial {
    left: 6px;
    top: 13px;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-canvas, .stats-timer-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-canvas {
    width: 280px;
    height: 280px;
    left: 0px;
    top: 1px;
  }
  .devices-control-holiday-period-setting-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick, .stats-timer-body #time-block .clockpicker-popover .clockpicker-plate .clockpicker-dial .clockpicker-tick {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .devices-control-holiday-period-setting-body .main-content, .stats-timer-body .main-content {
    min-height: calc(100vh - 48px);
    margin-top: 0;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper {
    margin-top: 4px;
  }
}
@media (max-width: 689.98px) {
  .devices-control-holiday-period-setting-body, .stats-timer-body {
    background: #F5F5F6;
  }
  .devices-control-holiday-period-setting-body .header .time-block, .stats-timer-body .header .time-block {
    font-size: 2.9vw;
    line-height: 3.33vw;
  }
  .devices-control-holiday-period-setting-body .go-back-subtitle a, .stats-timer-body .go-back-subtitle a {
    font-size: 2.9vw;
    font-size: 3.3vw;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper {
    padding-top: 3.47vw;
    padding-left: 3.18vw;
  }
  .devices-control-holiday-period-setting-body .form-footer, .stats-timer-body .form-footer {
    margin-top: 8.12vw;
    max-width: 32.46vw;
  }
  .devices-control-holiday-period-setting-body .form-footer .btn, .stats-timer-body .form-footer .btn {
    width: 14.78vw !important;
    font-size: 1.73vw !important;
    padding: 1.74vw 1.16vw !important;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block, .stats-timer-body .main-content #content .inner-content-wrapper #date-block {
    width: 95.07vw;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one {
    width: 34.78vw;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .departure, .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .return, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .departure, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .return {
    max-width: 26.38vw !important;
    margin-top: 0.87vw !important;
    margin-bottom: 3.48vw !important;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .departure p, .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .return p, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .departure p, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .return p {
    font-size: 2.31vw !important;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .departure .values span, .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .return .values span, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .departure .values span, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .return .values span {
    font-size: 2.03vw !important;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .departure .values .time-btn, .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-one .return .values .time-btn, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .departure .values .time-btn, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-one .return .values .time-btn {
    width: 8.12vw !important;
    height: 5.22vw !important;
    font-size: 2.03vw !important;
    border-radius: 1.16vw !important;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two {
    width: 54.35vw;
    margin-right: 3vw;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper {
    width: 49.27vw;
    height: 44.74vw;
    margin-top: -2.2vw;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper {
    padding-left: 1.45vw;
    padding-right: 1.45vw;
    width: 46.38vw;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div {
    font-size: 1.7vw;
    line-height: 6.1vw;
    padding: 0;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected:before, .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected:before, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div.first-date-selected:before, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table td div.last-date-selected:before {
    height: 6vw;
    width: 4.4vw;
  }
  .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .week-name th, .devices-control-holiday-period-setting-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table .month-name, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .week-name th, .stats-timer-body .main-content #content .inner-content-wrapper #date-block .col-two .date-picker-wrapper .month-wrapper table .month-name {
    font-size: 1.7vw;
    line-height: 2.8vw;
    padding: 0;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one, .stats-timer-body #time-block .timer-col-one {
    width: 16.8vw;
    padding-top: 1.45vw;
    padding-right: 2.17vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .departure p, .devices-control-holiday-period-setting-body #time-block .timer-col-one .return p, .stats-timer-body #time-block .timer-col-one .departure p, .stats-timer-body #time-block .timer-col-one .return p {
    font-size: 2.03vw;
    line-height: 2.32vw;
    margin-bottom: 2.32vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .departure .values span, .devices-control-holiday-period-setting-body #time-block .timer-col-one .return .values span, .stats-timer-body #time-block .timer-col-one .departure .values span, .stats-timer-body #time-block .timer-col-one .return .values span {
    width: 8.12vw;
    height: 5.22vw;
    font-size: 2.03vw;
    line-height: 2.32vw;
    border-radius: 1.16vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .return, .stats-timer-body #time-block .timer-col-one .return {
    margin-top: 3.62vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-one .form-footer, .stats-timer-body #time-block .timer-col-one .form-footer {
    margin-top: 2.9vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two, .stats-timer-body #time-block .timer-col-two {
    width: 79.26vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two .clockpicker-popover, .stats-timer-body #time-block .timer-col-two .clockpicker-popover {
    top: 6.69vw !important;
    left: 25.8vw !important;
    width: 73.33px !important;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-title, .stats-timer-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-title {
    width: 23.74vw;
    font-size: 7.28vw;
    line-height: 10.87vw;
    padding: 1.16px 2.03px;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-title span, .stats-timer-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-title span {
    font-size: 7.28vw;
    line-height: 10.87vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content, .stats-timer-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content {
    width: 45.8vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content .clockpicker-plate, .stats-timer-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content .clockpicker-plate {
    width: 40vw;
    height: 40vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content .clockpicker-plate .clockpicker-canvas, .stats-timer-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content .clockpicker-plate .clockpicker-canvas {
    width: 42vw;
    height: 42vw;
    left: -0.18vw;
    top: -0.2vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content .clockpicker-plate .clockpicker-dial, .stats-timer-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content .clockpicker-plate .clockpicker-dial {
    width: 42vw;
    height: 42vw;
    /*left: 1.014vw;
    top: 1.74vw;*/
    /*left: 1.45vw;
    top: 1.64vw;*/
    left: 0.7vw;
    top: 0.8vw;
  }
  .devices-control-holiday-period-setting-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content .clockpicker-plate .clockpicker-dial .clockpicker-tick, .stats-timer-body #time-block .timer-col-two .clockpicker-popover .popover-wraper .popover-content .clockpicker-plate .clockpicker-dial .clockpicker-tick {
    font-size: 2.9vw;
    line-height: 3.77vw;
    width: 3.77vw;
    height: 3.77vw;
  }
}

.devices-control-anti-freeze-setting-body {
  /*custom-menu*/
  /*end of  custom-menu*/
}
.devices-control-anti-freeze-setting-body .go-back-subtitle {
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .devices-control-anti-freeze-setting-body .go-back-subtitle {
    display: none;
  }
}
@media (min-width: 768px) {
  .devices-control-anti-freeze-setting-body .header {
    z-index: 10;
  }
  .devices-control-anti-freeze-setting-body .header .header-menu-toogler {
    display: block !important;
    position: absolute;
    left: 19px;
  }
  .devices-control-anti-freeze-setting-body .header .header-menu-toogler #toggle-menu-mobile {
    background: url(/img/svg/icon-menu-sm.svg) center/contain no-repeat;
    background-position-y: 4px;
    width: 18px;
    height: 18px;
    display: block;
  }
  .devices-control-anti-freeze-setting-body .navbar.content-title {
    z-index: 9;
    padding-top: 8px;
  }
  .devices-control-anti-freeze-setting-body .main-content #sidebar {
    display: none;
    width: 256px;
  }
  .devices-control-anti-freeze-setting-body .main-content #sidebar.mobile-active {
    overflow-y: auto;
    padding-left: 16px;
    text-align: left;
    display: flex;
    min-width: 256px;
    max-width: 256px;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.18), 0px 6px 5px rgba(0, 0, 0, 0.24);
    height: calc(100vh - 64px);
    z-index: 11;
  }
  .devices-control-anti-freeze-setting-body .main-content #sidebar.mobile-active .sidebar-text, .devices-control-anti-freeze-setting-body .main-content #sidebar.mobile-active .profile-username, .devices-control-anti-freeze-setting-body .main-content #sidebar.mobile-active .sidebar-image-arrow {
    display: inline-block;
  }
  .devices-control-anti-freeze-setting-body .inner-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
  }
  .devices-control-anti-freeze-setting-body .inner-content-wrapper .device-item {
    margin: 17px 8px;
  }
}
.devices-control-anti-freeze-setting-body .main-content #content .content-title h1 {
  font-size: 18px;
}
.devices-control-anti-freeze-setting-body .inner-content-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 9px;
}
.devices-control-anti-freeze-setting-body .inner-content-wrapper form .form-footer {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  font-size: 32px;
  line-height: 37px;
  margin-top: 10px;
}
.devices-control-anti-freeze-setting-body .inner-content-wrapper form .form-footer .form-group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .devices-control-anti-freeze-setting-body .inner-content-wrapper .device-item {
    width: 320px;
    margin: 20px auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .devices-control-anti-freeze-setting-body .inner-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: unset;
    padding-left: 0;
  }
  .devices-control-anti-freeze-setting-body .inner-content-wrapper form {
    width: 700px;
  }
}
@media (max-width: 767.98px) {
  .devices-control-anti-freeze-setting-body .inner-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: unset;
    padding-left: 0;
  }
  .devices-control-anti-freeze-setting-body .inner-content-wrapper form {
    width: 400px;
    justify-content: center;
  }
}
.devices-control-anti-freeze-setting-body .inner-content-wrapper .device-item {
  margin: 8px 15px;
  width: 420px;
}
@media (max-width: 767.98px) {
  .devices-control-anti-freeze-setting-body .inner-content-wrapper .device-item {
    border-radius: 4px;
    max-width: 380px;
    width: calc(100vw - 30px);
    margin: 4px 15px;
  }
}
.devices-control-anti-freeze-setting-body .inner-content-wrapper .device-item .set-temperature-block {
  /*.icon-text{
    font-size: 22px;
    line-height: 26px;
    color: #000000;
  }*/
}
@media (max-width: 991.98px) {
  .devices-control-anti-freeze-setting-body .inner-content-wrapper .device-item .set-temperature-block .icon-text {
    font-size: 16px;
    line-height: 19px;
    color: #666666;
  }
}
.devices-control-anti-freeze-setting-body .inner-content-wrapper .device-item .set-temperature-block .icon {
  margin-right: 25px;
  width: 30px;
}
@media (max-width: 767.98px) {
  .devices-control-anti-freeze-setting-body .inner-content-wrapper .device-item .set-temperature-block .temperature {
    margin: 4px auto;
  }
}

.settings-list-body #content .content-title .title {
  width: 100%;
}
.settings-list-body #content .content-title h1 {
  display: flex;
}
.settings-list-body #content .content-title h1 .go-back {
  margin-right: 30px;
  display: none;
}
.settings-list-body #content .content-title .device-title.setting-title {
  margin-left: 46px;
}
.settings-list-body #content .content-title .device-status {
  margin-left: auto;
  /* margin-right: 34px;*/
}
.settings-list-body #content .inner-content-wrapper {
  padding: 16px 16px 40px 16px;
  display: flex;
  justify-content: center;
  margin-left: 102px;
  width: auto;
}
.settings-list-body #content .inner-content-wrapper #settings-list {
  width: 375px;
  padding: 16px 10px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
.settings-list-body #content .inner-content-wrapper #settings-list .list-view {
  display: flex;
  flex-direction: column;
}
.settings-list-body #content .inner-content-wrapper #settings-list .list-view > div {
  padding: 9px 10px;
  border-bottom: 1px solid #E1E2E1;
}
.settings-list-body #content .inner-content-wrapper #settings-list .list-view > div .js-get-category-data {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  display: flex;
  align-items: center;
}
.settings-list-body #content .inner-content-wrapper #settings-list .list-view > div .js-get-category-data .icon-image {
  width: 45px;
}
.settings-list-body #content .inner-content-wrapper #settings-list .list-view > div.active {
  background-color: #00796B;
  border-radius: 8px;
}
.settings-list-body #content .inner-content-wrapper #settings-list .list-view > div.active a {
  color: white;
}
.settings-list-body #content .inner-content-wrapper #settings-list .list-view > div.active a img {
  filter: brightness(0) invert(1);
}
.settings-list-body #content .inner-content-wrapper #settings-list .list-view > div:last-child {
  border-bottom: none;
}
.settings-list-body #content .inner-content-wrapper #setting-values {
  width: 526px;
  padding: 16px;
  margin-left: 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div button[type=submit] {
  display: none;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div input {
  background: #F5F5F6;
  border-radius: 8px;
  width: 96px;
  height: 40px;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-align: right;
  border: none;
  box-shadow: none;
  padding-left: 6px;
  padding-right: 6px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div input:focus {
  border: none;
  outline: none;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div input[type=datetime-local] {
  width: 219px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div input[type=text] {
  width: 200px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div select {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  width: 200px;
  height: 48px;
  color: #666666;
  letter-spacing: 1.25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  border: none;
  padding: 16px;
  position: relative;
  background: url(/img/svg/icon-select-arrow-gray.svg) no-repeat 170px #F5F5F6;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div select:focus {
  border: none;
  outline: none;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div select option {
  font-size: 14px;
  line-height: 20px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div select:hover {
  background: url(/img/svg/icon-select-arrow-gray.svg) no-repeat 170px #F8F8F8;
  cursor: pointer;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000000;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element {
  width: 50px;
  margin-left: auto;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  /*input {display:none;}*/
  /* Rounded sliders */
  /*animation*/
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E2E1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -8px;
  bottom: -3px;
  background-color: #00796B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch input:checked + .slider {
  background-color: #48A999;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch input:focus + .slider {
  box-shadow: 0 0 1px #48A999;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch .slider.round {
  border-radius: 34px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch .slider.round:before {
  border-radius: 50%;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch .slider-wrapper {
  border-radius: 100%;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -14px;
  left: -20px;
  z-index: 9;
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  -o-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear;
  background-color: rgba(158, 158, 158, 0.12);
  display: none;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch input:checked ~ .slider-wrapper {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: rgba(1, 135, 134, 0.12);
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .switch-element .switch:hover .slider-wrapper {
  display: block;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .service-first-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .service-first-block-wrapper .service-right-text {
  width: 100%;
  padding-left: calc(100% - 200px);
}
@media (max-width: 539.95px) {
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .service-first-block-wrapper .service-right-text {
    padding-left: 0;
  }
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links {
  border-bottom: 1px solid #E1E2E1;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links:hover {
  cursor: pointer;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  scrollbar-color: #458245 #714826;
  scrollbar-width: thin;
  /*disable test select on swipe*/
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*disable test select on swipe*/
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view::-webkit-scrollbar-button {
  background-color: #666;
  width: 10px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view::-webkit-scrollbar-track {
  background-color: #999;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #666;
  border-radius: 3px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view::-webkit-scrollbar-corner {
  background-color: #999;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view::-webkit-resizer {
  background-color: #666;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view div {
  border-bottom: 2px solid white;
  padding: 8px 20px;
  margin-top: 0px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view div.active {
  color: #00796B;
  border-bottom: 2px solid #00796B;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view div:hover {
  background-color: rgba(0, 121, 107, 0.12) !important;
  transition: opacity 15ms linear, background-color 15ms linear;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view a {
  pointer-events: unset;
  cursor: pointer;
  min-width: 68px;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view a .icon-image {
  display: none;
}
.settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view a .icon-text {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .settings-list-body #content .inner-content-wrapper {
    margin-left: 72px;
  }
}
@media (max-width: 767.95px) {
  .settings-list-body #content .inner-content-wrapper {
    padding: 16px 10px;
    margin-left: 0;
    padding-bottom: 70px;
  }
  .settings-list-body #content .inner-content-wrapper #settings-list {
    max-width: 380px;
    width: 100%;
  }
  .settings-list-body #content .inner-content-wrapper #settings-list .js-get-category-data {
    /*.icon-text{
      display: none;
    }*/
  }
  .settings-list-body #content .inner-content-wrapper #setting-values {
    display: none;
    width: calc(100vw - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view {
    justify-content: flex-start;
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view > div {
    /*min-width: 40px;*/
    padding: 8px;
    font-size: 12px;
    /*word-break: break-word;*/
    /*.icon-image{
      display: flex!important;
      justify-content: center;
    }*/
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .tab-links .list-view > div .icon-text {
    /*display: none;*/
    font-size: 12px;
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div {
    font-size: 14px;
    /*word-break: break-word;*/
    flex-wrap: wrap;
    /*.setting-name {
      width: calc(100% - 106px);
    }*/
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-enum, .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-bcd_datetime, .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-text {
    max-width: calc(100% - 210px);
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-numeric, .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-switch, .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-numeric_time {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 539.95px) {
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-enum, .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-bcd_datetime, .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .setting-name.param-type-text {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .param-type-enum-form {
    width: 100%;
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .param-type-enum-form select {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    background-position: right 32px center;
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .param-type-bcd_datetime-form {
    width: 100%;
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .param-type-bcd_datetime-form input[type=datetime-local] {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .param-type-bcd_text {
    width: 100%;
  }
  .settings-list-body #content .inner-content-wrapper #setting-values .list-view > div .param-type-bcd_text input[type=text] {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
  }
}

.first-element {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.last-element {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 767.98px) {
  .devices-control-timer-mode-setting-body .go-back-subtitle {
    display: none;
  }
}
.devices-control-timer-mode-setting-body #sidebar {
  display: none;
}
.devices-control-timer-mode-setting-body .view-block-wraper {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 7px auto 50px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .devices-control-timer-mode-setting-body .view-block-wraper {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
}
.devices-control-timer-mode-setting-body .view-block-wraper .device-item {
  margin: 10px;
}
@media (max-width: 767.98px) {
  .devices-control-timer-mode-setting-body .view-block-wraper .device-item {
    /*margin: 4px 8px;*/
    border-radius: 4px;
    padding-bottom: 10px;
    max-width: 380px;
    width: calc(100vw - 30px);
    margin: 4px 15px;
  }
}
.devices-control-timer-mode-setting-body .view-block-wraper .device-item .set-temperature-block .icon {
  width: 40px;
  padding-left: 12px;
  margin-right: 48px;
}
@media (max-width: 767.98px) {
  .devices-control-timer-mode-setting-body .view-block-wraper .device-item .set-temperature-block .icon {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .devices-control-timer-mode-setting-body .view-block-wraper .device-item .set-temperature-block .temperature {
    margin: 4px auto;
  }
}
.devices-control-timer-mode-setting-body .view-block-wraper .device-item .temperature-range .slider {
  width: 390px;
}
.devices-control-timer-mode-setting-body .view-block-wraper .device-item .temperature-range .scale {
  width: 370px;
}
.devices-control-timer-mode-setting-body .view-block-wraper .device-item .temperature-range .scale > div {
  font-size: 22px;
  line-height: 26px;
  color: #393939;
}
@media (max-width: 767.98px) {
  .devices-control-timer-mode-setting-body .view-block-wraper .device-item .temperature-range .scale > div {
    font-size: 14px;
    line-height: 16px;
  }
}
.devices-control-timer-mode-setting-body .view-block-wraper .device-item .switch-block .icon {
  display: none;
}
.devices-control-timer-mode-setting-body .view-block-wraper .device-item .switch-block .icon-text {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .devices-control-timer-mode-setting-body .view-block-wraper .device-item {
    max-width: 420px;
    min-width: 420px;
  }
}
@media (max-width: 767.98px) {
  .devices-control-timer-mode-setting-body .view-block-wraper .device-item .temperature-range .slider {
    width: 280px;
  }
  .devices-control-timer-mode-setting-body .view-block-wraper .device-item .temperature-range .scale {
    width: 270px;
  }
}

.go-back-subtitle {
  margin-left: 24px;
}

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

.devices-outer-nav-pills-wrapper {
  margin-top: 32px;
}
.devices-outer-nav-pills-wrapper #pills-tab-main {
  max-width: 820px;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .devices-outer-nav-pills-wrapper {
    margin-top: 0;
    background-color: white;
  }
  .devices-outer-nav-pills-wrapper #pills-tab-main li a {
    font-size: 14px;
    line-height: 16px;
    height: 46px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
}

.roles-index-body .roles-content-table {
  background: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
}
.roles-index-body .roles-content-table .form-check {
  padding-left: 0;
  height: 16px;
  display: flex;
  justify-content: center;
}
.roles-index-body .roles-content-table .form-check .form-check-label {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  width: 18px;
}
.roles-index-body .roles-content-table .form-check .form-check-label input:checked ~ .checkmark {
  background-color: #00796B;
}
.roles-index-body .roles-content-table .form-check .form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.roles-index-body .roles-content-table .form-check .form-check-label input:checked ~ .checkmark {
  border: 2px solid #00796B;
}
.roles-index-body .roles-content-table .form-check .form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.roles-index-body .roles-content-table .form-check .form-check-label input:disabled ~ .checkmark {
  pointer-events: none;
  background: #D5D5D5;
  border-color: #D5D5D5;
}
.roles-index-body .roles-content-table .form-check .checkmark {
  border: 2px solid #D5D5D5;
  box-sizing: border-box;
  border-radius: 4px;
  height: 16px;
  width: 16px;
}
.roles-index-body .roles-content-table .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.roles-index-body .roles-content-table thead th {
  border: 0;
  vertical-align: middle;
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  color: #323C47;
  word-break: break-word;
}
.roles-index-body .roles-content-table thead th.role-title {
  text-transform: capitalize;
}
.roles-index-body .roles-content-table thead tr th:first-child {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  word-break: break-all;
  padding: 8px;
  vertical-align: middle;
}
.roles-index-body .roles-content-table tbody tr {
  vertical-align: middle;
  height: 64px;
}
.roles-index-body .roles-content-table tbody tr:hover {
  cursor: pointer;
  background-color: #60ad5e3b;
}
.roles-index-body .roles-content-table tbody tr td:first-child {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  word-break: break-all;
  padding: 8px;
  vertical-align: middle;
}
.roles-index-body .roles-content-table tbody tr td {
  vertical-align: middle;
  padding: unset;
}
.roles-index-body .roles-content-table tbody tr.child {
  opacity: 1;
}
.roles-index-body .roles-content-table tbody tr.d-none {
  opacity: 0;
  transition: all 5s ease-in;
}
.roles-index-body .roles-content-table .header-icons th {
  width: 63px !important;
  padding: 16px !important;
}
.roles-index-body .roles-content-table .toggle-control-all {
  width: 16px;
  height: 16px;
  border: 1.5px solid #666;
  box-sizing: border-box;
  border-radius: 2px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roles-index-body .roles-content-table .toggle-control-all:before {
  content: "+";
}
.roles-index-body .roles-content-table .toggle-control-all.expanded:before {
  content: "−";
}
.roles-index-body .roles-content-table .toggle-control {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 2px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roles-index-body .roles-content-table .toggle-control:before {
  content: "+";
}
.roles-index-body .roles-content-table .toggle-control.expanded:before {
  content: "−";
}

.admin-users-create-user-body .header .search-container, .admin-users-create-dealer-body .header .search-container {
  display: none;
}
.admin-users-create-user-body .page-content, .admin-users-create-dealer-body .page-content {
  margin: 30px auto 60px;
}
@media (max-width: 767.98px) {
  .admin-users-create-user-body .page-content, .admin-users-create-dealer-body .page-content {
    margin-top: 72px;
  }
  .admin-users-create-user-body .page-content .container .row, .admin-users-create-dealer-body .page-content .container .row {
    justify-content: center;
  }
}
.admin-users-create-user-body .page-content .col-one, .admin-users-create-user-body .page-content .col-two, .admin-users-create-dealer-body .page-content .col-one, .admin-users-create-dealer-body .page-content .col-two {
  max-width: 320px;
  margin: 10px;
}
.admin-users-create-user-body .page-content .col-three, .admin-users-create-dealer-body .page-content .col-three {
  margin: 10px;
}
@media (max-width: 767.98px) {
  .admin-users-create-user-body .page-content .col-three, .admin-users-create-dealer-body .page-content .col-three {
    max-width: 320px;
    margin: 10px;
    width: 100%;
  }
}
.admin-users-create-user-body .page-content .col-three .col-box, .admin-users-create-dealer-body .page-content .col-three .col-box {
  max-width: 320px;
}
.admin-users-create-user-body .page-content .col-three .form-footer, .admin-users-create-dealer-body .page-content .col-three .form-footer {
  max-width: 320px;
  padding-top: 20px;
}
.admin-users-create-user-body .page-content .form-group .form-control-placeholder, .admin-users-create-dealer-body .page-content .form-group .form-control-placeholder {
  background-color: white !important;
}
.admin-users-create-user-body .page-content .control-label, .admin-users-create-dealer-body .page-content .control-label {
  font-size: 12px;
  opacity: 1;
  padding: 1px 4px;
  margin: 1px 10px;
  background-color: #fff;
  position: absolute;
  top: -10px;
}
.admin-users-create-user-body .page-content .js-referal-link-send-block textarea, .admin-users-create-dealer-body .page-content .js-referal-link-send-block textarea {
  height: 120px;
}
.admin-users-create-user-body .page-content .send-link, .admin-users-create-dealer-body .page-content .send-link {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.admin-users-create-user-body .page-content .send-link .btn, .admin-users-create-dealer-body .page-content .send-link .btn {
  width: 200px;
  padding: 16px 16px;
}

.profile-view-body {
  overflow-y: hidden;
}
.profile-view-body .profile-actions {
  padding-bottom: 20px;
}
.profile-view-body .page-content {
  overflow: auto;
  height: calc(100vh - 80px);
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .profile-view-body .main-content #content .content-title .buttons {
    display: none !important;
  }
}

.admin-users-view-body .header .search-container, .profile-view-body .header .search-container {
  display: none;
}
.admin-users-view-body .page-content, .profile-view-body .page-content {
  margin: 10px auto 60px;
}
.admin-users-view-body .page-content h3, .profile-view-body .page-content h3 {
  font-size: 16px;
  line-height: 19px;
  color: #666;
  padding-top: 2px;
  padding-left: 11px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EBEFF2;
  margin-bottom: 20px;
}
.admin-users-view-body .page-content .col-box, .profile-view-body .page-content .col-box {
  width: 320px;
  margin: 13px 9px;
  padding: 18px 15px;
}
.admin-users-view-body .page-content .col-box.image-block, .profile-view-body .page-content .col-box.image-block {
  display: flex;
  justify-content: center;
}
.admin-users-view-body .page-content .col-box.contact-block .user-status, .profile-view-body .page-content .col-box.contact-block .user-status {
  margin-bottom: 15px;
}
.admin-users-view-body .page-content .col-box .param-item, .profile-view-body .page-content .col-box .param-item {
  display: flex;
  align-items: center;
  padding: 16px;
}
.admin-users-view-body .page-content .col-box .param-item .param-title, .profile-view-body .page-content .col-box .param-item .param-title {
  font-size: 14px;
  line-height: 16px;
  color: #828282;
  width: 72px;
}
.admin-users-view-body .page-content .col-box .param-item .param-value, .profile-view-body .page-content .col-box .param-item .param-value {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  width: calc(100% - 102px);
  padding-left: 10px;
}
.admin-users-view-body .page-content .col-box .param-item .param-value.wrap-param, .profile-view-body .page-content .col-box .param-item .param-value.wrap-param {
  word-break: break-all;
}
@media (max-width: 767.98px) {
  .admin-users-view-body .page-content .col-box .param-item, .profile-view-body .page-content .col-box .param-item {
    padding: 8px 16px;
  }
  .admin-users-view-body .page-content .col-box .param-item .param-title, .admin-users-view-body .page-content .col-box .param-item .param-value, .profile-view-body .page-content .col-box .param-item .param-title, .profile-view-body .page-content .col-box .param-item .param-value {
    font-size: 13px;
    line-height: 15px;
  }
}
.admin-users-view-body .page-content .col-box .user-status, .profile-view-body .page-content .col-box .user-status {
  font-size: 14px;
  line-height: 16px;
  color: #828282;
  margin-top: 5px;
}
.admin-users-view-body .page-content .col-one, .profile-view-body .page-content .col-one {
  display: flex;
  flex-direction: column;
}
.admin-users-view-body .page-content .col-one .contact-block h3:last-of-type, .profile-view-body .page-content .col-one .contact-block h3:last-of-type {
  margin-top: 40px;
}
.admin-users-view-body .page-content .col-two, .profile-view-body .page-content .col-two {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 338px;
}
.admin-users-view-body .page-content .col-two h3:last-of-type, .profile-view-body .page-content .col-two h3:last-of-type {
  margin-top: 40px;
}
.admin-users-view-body .page-content .col-two .col-box, .profile-view-body .page-content .col-two .col-box {
  padding-bottom: 33px;
}
.admin-users-view-body .page-content .col-two .param-item .param-title, .profile-view-body .page-content .col-two .param-item .param-title {
  width: 102px;
}
.admin-users-view-body .page-content .col-three .profile-actions, .profile-view-body .page-content .col-three .profile-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 10px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.admin-users-view-body .page-content .col-three .profile-actions a, .profile-view-body .page-content .col-three .profile-actions a {
  width: 225px;
  margin: 6px;
  background-color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  height: 54px;
}
.admin-users-view-body .page-content .col-three .profile-actions a:hover, .profile-view-body .page-content .col-three .profile-actions a:hover {
  background-color: #00796B;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
@media (max-width: 767.98px) {
  .admin-users-view-body .page-content, .profile-view-body .page-content {
    height: calc(100vh - 48px);
    margin: 10px auto 0;
  }
  .admin-users-view-body .page-content > .container, .profile-view-body .page-content > .container {
    background-color: #FFFFFF;
    max-width: 375px;
    width: 342px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .admin-users-view-body .page-content > .container > .row, .profile-view-body .page-content > .container > .row {
    margin-top: 78px;
  }
  .admin-users-view-body .page-content > .container > .row .col-box, .profile-view-body .page-content > .container > .row .col-box {
    box-shadow: none;
    border-radius: 0;
  }
  .admin-users-view-body .page-content > .container > .row .col-box h3, .profile-view-body .page-content > .container > .row .col-box h3 {
    display: none;
  }
  .admin-users-view-body .page-content > .container > .row .col-one .image-block, .profile-view-body .page-content > .container > .row .col-one .image-block {
    margin-top: 6px;
    border-bottom: 1px solid #E1E2E1;
    padding-bottom: 24px;
  }
  .admin-users-view-body .page-content > .container > .row .col-one .contact-block, .profile-view-body .page-content > .container > .row .col-one .contact-block {
    padding: 0;
    margin-bottom: 0px;
  }
  .admin-users-view-body .page-content > .container > .row .col-one .contact-block .param-item, .profile-view-body .page-content > .container > .row .col-one .contact-block .param-item {
    padding: 0px 5px 15px;
  }
  .admin-users-view-body .page-content > .container > .row .col-one .contact-block .param-item .param-title, .profile-view-body .page-content > .container > .row .col-one .contact-block .param-item .param-title {
    width: 120px;
  }
  .admin-users-view-body .page-content > .container > .row .col-two, .profile-view-body .page-content > .container > .row .col-two {
    flex-basis: unset;
    flex-grow: unset;
    width: 342px;
    max-width: 342px;
  }
  .admin-users-view-body .page-content > .container > .row .col-two .col-box, .profile-view-body .page-content > .container > .row .col-two .col-box {
    margin-top: 1px;
    padding: 0px;
  }
  .admin-users-view-body .page-content > .container > .row .col-two .col-box .param-item, .profile-view-body .page-content > .container > .row .col-two .col-box .param-item {
    padding: 0px 5px 15px;
  }
  .admin-users-view-body .page-content > .container > .row .col-two .col-box .param-item .param-title, .profile-view-body .page-content > .container > .row .col-two .col-box .param-item .param-title {
    width: 120px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three, .profile-view-body .page-content > .container > .row .col-three {
    max-width: 342px;
    padding: 0;
    margin-top: -11px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .col-box, .profile-view-body .page-content > .container > .row .col-three .col-box {
    margin-top: 1px;
    padding: 0px;
    margin-bottom: -4px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .col-box p, .profile-view-body .page-content > .container > .row .col-three .col-box p {
    padding: 0 5px;
    margin-bottom: 0px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .col-box p span, .profile-view-body .page-content > .container > .row .col-three .col-box p span {
    width: 120px;
    font-size: 13px;
    line-height: 15px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .col-box p span:first-of-type, .profile-view-body .page-content > .container > .row .col-three .col-box p span:first-of-type {
    width: 120px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .profile-actions, .profile-view-body .page-content > .container > .row .col-three .profile-actions {
    padding-bottom: 0px;
    background-color: #FFFFFF;
    height: auto;
    margin-top: 22px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .profile-actions .line, .profile-view-body .page-content > .container > .row .col-three .profile-actions .line {
    border-top: 1px solid #E1E2E1;
    margin-bottom: 8px !important;
    width: 310px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .profile-actions a, .profile-view-body .page-content > .container > .row .col-three .profile-actions a {
    width: 301px;
    height: 48px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    justify-content: flex-start;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .profile-actions a .icon-image, .profile-view-body .page-content > .container > .row .col-three .profile-actions a .icon-image {
    margin-right: 12px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .profile-actions a:first-of-type, .profile-view-body .page-content > .container > .row .col-three .profile-actions a:first-of-type {
    background-color: #F5F5F6;
    color: #666666;
    margin-bottom: 14px;
  }
  .admin-users-view-body .page-content > .container > .row .col-three .profile-actions a:first-of-type img, .profile-view-body .page-content > .container > .row .col-three .profile-actions a:first-of-type img {
    filter: invert(84%) sepia(71%) saturate(4036%) hue-rotate(165deg) brightness(114%) contrast(102%);
  }
  .admin-users-view-body .page-content > .container > .row .col-three .profile-actions a:last-of-type, .profile-view-body .page-content > .container > .row .col-three .profile-actions a:last-of-type {
    color: #FFFFFF;
    background-color: #00796B;
  }
}

.admin-users-view-body {
  background: #F5F5F6;
}
@media (max-width: 767.98px) {
  .admin-users-view-body .page-content {
    height: auto;
  }
}
.admin-users-view-body .page-content > .container {
  margin-bottom: 20px;
}
.admin-users-view-body .page-content > .container > .row .col-three .profile-actions a:first-of-type img {
  filter: none;
}

.admin-users-update-body .header .search-container, .profile-update-body .header .search-container, .notifications-view-body .header .search-container {
  display: none;
}
.admin-users-update-body .page-content, .profile-update-body .page-content, .notifications-view-body .page-content {
  margin: 10px auto 60px;
}
.admin-users-update-body .page-content .form-group .form-control-placeholder, .profile-update-body .page-content .form-group .form-control-placeholder, .notifications-view-body .page-content .form-group .form-control-placeholder {
  background-color: white !important;
}
.admin-users-update-body .page-content h3, .profile-update-body .page-content h3, .notifications-view-body .page-content h3 {
  font-size: 16px;
  line-height: 19px;
  color: #666;
  padding-top: 2px;
  padding-left: 23px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EBEFF2;
  margin-bottom: 20px;
}
.admin-users-update-body .page-content .control-label, .profile-update-body .page-content .control-label, .notifications-view-body .page-content .control-label {
  font-size: 12px;
  opacity: 1;
  padding: 1px 4px;
  margin: 1px 10px;
  background-color: #fff;
  position: absolute;
  top: -10px;
}
.admin-users-update-body .page-content .col-box, .profile-update-body .page-content .col-box, .notifications-view-body .page-content .col-box {
  width: 320px;
  margin: 13px 9px;
  padding: 18px 15px;
}
.admin-users-update-body .page-content .form-footer, .profile-update-body .page-content .form-footer, .notifications-view-body .page-content .form-footer {
  width: 320px;
  margin: 13px 9px;
}
.admin-users-update-body .page-content .form-footer .btn, .profile-update-body .page-content .form-footer .btn, .notifications-view-body .page-content .form-footer .btn {
  width: 140px;
  height: 50px;
}
.admin-users-update-body .page-content .col-box.image-block, .profile-update-body .page-content .col-box.image-block, .notifications-view-body .page-content .col-box.image-block {
  display: flex;
  justify-content: center;
}
.admin-users-update-body .page-content .col-box .param-item, .profile-update-body .page-content .col-box .param-item, .notifications-view-body .page-content .col-box .param-item {
  display: flex;
  align-items: center;
  padding: 18px;
}
.admin-users-update-body .page-content .col-box .param-item .param-title, .profile-update-body .page-content .col-box .param-item .param-title, .notifications-view-body .page-content .col-box .param-item .param-title {
  font-size: 14px;
  line-height: 16px;
  color: #828282;
  width: 72px;
}
.admin-users-update-body .page-content .col-box .param-item .param-value, .profile-update-body .page-content .col-box .param-item .param-value, .notifications-view-body .page-content .col-box .param-item .param-value {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.admin-users-update-body .page-content .col-box .user-status, .profile-update-body .page-content .col-box .user-status, .notifications-view-body .page-content .col-box .user-status {
  font-size: 14px;
  line-height: 16px;
  color: #828282;
  margin-top: 5px;
}
.admin-users-update-body .page-content .col-one, .profile-update-body .page-content .col-one, .notifications-view-body .page-content .col-one {
  /*margin-bottom: 9px;*/
  display: flex;
  flex-direction: column;
}
.admin-users-update-body .page-content .col-one .image-block, .profile-update-body .page-content .col-one .image-block, .notifications-view-body .page-content .col-one .image-block {
  display: flex;
  justify-content: center;
  cursor: pointer;
  max-height: 150px;
  min-height: 146px;
}
.admin-users-update-body .page-content .col-two, .profile-update-body .page-content .col-two, .notifications-view-body .page-content .col-two {
  display: flex;
  /*IE fix*/
  flex-basis: 0;
  flex-grow: 1;
  max-width: 338px;
  /*IE fix*/
}
.admin-users-update-body .page-content .col-two .param-item .param-title, .profile-update-body .page-content .col-two .param-item .param-title, .notifications-view-body .page-content .col-two .param-item .param-title {
  width: 102px;
}
.admin-users-update-body .page-content .col-three, .profile-update-body .page-content .col-three, .notifications-view-body .page-content .col-three {
  display: flex;
  flex-direction: column;
}
.admin-users-update-body .page-content .col-three .profile-actions, .profile-update-body .page-content .col-three .profile-actions, .notifications-view-body .page-content .col-three .profile-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 10px;
  height: 100%;
  justify-content: center;
}
.admin-users-update-body .page-content .col-three .profile-actions a, .profile-update-body .page-content .col-three .profile-actions a, .notifications-view-body .page-content .col-three .profile-actions a {
  width: 225px;
  margin: 6px;
  background-color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  height: 54px;
}
.admin-users-update-body .page-content .col-three .profile-actions a:hover, .profile-update-body .page-content .col-three .profile-actions a:hover, .notifications-view-body .page-content .col-three .profile-actions a:hover {
  background-color: #00796B;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .admin-users-update-body .page-content .col-three, .profile-update-body .page-content .col-three, .notifications-view-body .page-content .col-three {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .admin-users-update-body .page-content > .container, .profile-update-body .page-content > .container, .notifications-view-body .page-content > .container {
    margin-top: 72px;
  }
}

.devices-events-index-body .tab-wrapper {
  max-width: 886px;
  width: 100%;
  margin-bottom: 150px;
}
.devices-events-index-body .tab-wrapper .nav {
  margin-top: 14px;
}
@media (max-width: 767.98px) {
  .devices-events-index-body .tab-wrapper .nav {
    margin-top: 0;
    background-color: #fff;
    justify-content: space-around !important;
  }
}
.devices-events-index-body .tab-wrapper .nav .nav-item {
  padding: 15px;
  width: 50%;
  display: flex;
}
@media (max-width: 767.98px) {
  .devices-events-index-body .tab-wrapper .nav .nav-item {
    padding: 0 15px;
  }
}
.devices-events-index-body .tab-wrapper .nav .nav-item:first-child {
  justify-content: flex-end;
  padding-right: 8px;
}
@media (max-width: 767.98px) {
  .devices-events-index-body .tab-wrapper .nav .nav-item:first-child {
    justify-content: center;
  }
}
.devices-events-index-body .tab-wrapper .nav .nav-item:nth-child(2) {
  justify-content: flex-start;
  padding-left: 8px;
}
@media (max-width: 767.98px) {
  .devices-events-index-body .tab-wrapper .nav .nav-item:nth-child(2) {
    justify-content: center;
  }
}
.devices-events-index-body .tab-wrapper .nav .nav-item a {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  padding: 8px 34px 7px;
  border-bottom: 2px solid #0000;
  font-weight: 500;
}
.devices-events-index-body .tab-wrapper .nav .nav-item a.active {
  color: #00796B;
  border-color: #00796B;
}
.devices-events-index-body .tab-wrapper .nav .nav-item a:hover {
  /*background-color: #00796b1f !important;
  transition: opacity 15ms linear, background-color 15ms linear;*/
}
@media (max-width: 767.98px) {
  .devices-events-index-body .tab-wrapper .nav .nav-item a {
    font-size: 14px;
    line-height: 16px;
    height: 46px;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper {
  display: flex;
  justify-content: center;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list, .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values {
  max-width: 435px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  width: 50%;
  margin: 8px;
  padding: 16px;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-group, .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group {
  width: 100%;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-group .panel-heading, .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .panel-heading {
  border-bottom: 1px solid #E1E2E1;
  padding-top: 5px;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-group .panel-heading .panel-title, .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .panel-heading .panel-title {
  font-size: 16px;
  line-height: 19px;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-group .panel-heading .panel-title a, .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .panel-heading .panel-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-group .panel-heading .panel-title a .event-date, .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .panel-heading .panel-title a .event-date {
  width: 81px;
  text-align: right;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .empty-events {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 400px;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .empty-events p {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .event-block {
  width: 100%;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .event-block:last-child .panel-heading {
  border-bottom-color: white;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .event-block .panel-group .panel-heading .panel-title a.current {
  color: #00796B;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .hidden {
  display: none;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .panel-body {
  padding: 27px 8px;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .panel-body p {
  font-size: 16px;
  line-height: 19px;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .panel-body .block-title {
  color: #666666;
  margin-left: 20px;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .panel-body .block-value {
  color: #000000;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .form-footer {
  margin-top: 88px;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .form-footer .btn {
  padding: 12px 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
.devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-values .panel-group .form-footer .btn.disabled {
  background: #48A999;
  cursor: auto;
}
.devices-events-index-body .tab-wrapper .tab-content #archival .form-footer {
  margin-left: 50%;
  margin-top: 20px;
}
.devices-events-index-body .tab-wrapper .tab-content #archival .form-footer .btn.disabled {
  background: #48A999;
  cursor: auto;
}
@media (min-width: 991.98px) {
  .devices-events-index-body .inner-content-wrapper {
    padding-left: 106px;
  }
}
@media (max-width: 768px) {
  .devices-events-index-body .event-values {
    display: none;
  }
  .devices-events-index-body .panel-title a {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .devices-events-index-body .panel-title a .event_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    width: 185px;
  }
  .devices-events-index-body .panel-title a .event-date {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    margin-right: 23px;
  }
  .devices-events-index-body .tab-wrapper .nav .nav-item a {
    padding: 5px 10px;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list {
    width: 100% !important;
    max-width: 342px;
    /* p{
       font-size: 12px!important;
       line-height: 14px!important;
       margin-bottom: 4px;
     }*/
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .block-title {
    margin-left: 6px !important;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-body {
    padding: 27px 8px;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-body p {
    font-size: 16px;
    line-height: 19px;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-body .block-title {
    color: #666666;
    margin-left: 20px;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .panel-body .block-value {
    color: #000000;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list.event-list-active .form-footer {
    border-bottom: 1px solid #E1E2E1;
    padding-bottom: 20px;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .event-list .event-block:last-child .panel-heading {
    border-bottom-color: #E1E2E1;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .empty-events {
    padding: 16px;
  }
  .devices-events-index-body .tab-wrapper .tab-content .tab-pane .inner-tab-pane-wrapper .empty-events p {
    font-size: 16px !important;
    line-height: 19px !important;
    color: #333333 !important;
  }
  .devices-events-index-body .tab-wrapper .tab-content #archival .form-footer {
    margin-left: auto;
  }
  .devices-events-index-body .tab-wrapper .tab-content #archival .panel-group .panel-heading .panel-title a .event_title {
    width: 230px;
  }
  .devices-events-index-body .tab-wrapper .tab-content #archival .panel-group .panel-heading .panel-title a .event-date {
    color: #828282;
    text-align: center;
    margin-right: 0;
    width: 80px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stats-index-body .inner-content-wrapper .tab-links, .stats-chart-body .inner-content-wrapper .tab-links {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .tab-links, .stats-chart-body .inner-content-wrapper .tab-links {
    margin-top: 0;
    background-color: #fff;
    justify-content: space-around;
  }
}
.stats-index-body .inner-content-wrapper .tab-links a, .stats-chart-body .inner-content-wrapper .tab-links a {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  padding: 8px 24px 7px;
  margin: 0 19px;
}
.stats-index-body .inner-content-wrapper .tab-links a.current, .stats-chart-body .inner-content-wrapper .tab-links a.current {
  color: #00796B;
  border-bottom: 2px solid #00796B;
}
.stats-index-body .inner-content-wrapper .tab-links a:hover, .stats-chart-body .inner-content-wrapper .tab-links a:hover {
  background-color: #00796b1f !important;
  transition: opacity 15ms linear, background-color 15ms linear;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .tab-links a, .stats-chart-body .inner-content-wrapper .tab-links a {
    font-size: 14px;
    line-height: 16px;
    height: 46px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
.stats-index-body .inner-content-wrapper .statistics-content, .stats-chart-body .inner-content-wrapper .statistics-content {
  width: 100%;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper, .stats-chart-body .inner-content-wrapper .statistics-wrapper {
  margin-top: 28px;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper, .stats-chart-body .inner-content-wrapper .statistics-wrapper {
    margin-top: 6px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one {
  width: 333px;
  margin: 0px 15px 0 16px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one {
    display: flex;
    flex-wrap: wrap;
    width: 342px;
    margin-left: 0;
    margin-right: 0;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list {
    width: 200px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a {
  color: #666666;
  font-size: 16px;
  line-height: 17px;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 12px 18px;
  margin: 8px;
  width: 93px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a {
    padding: 8px 5px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 14px;
    width: 56px;
    height: 32px;
    margin: 8px 2px 2px 2px;
    align-items: center;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a:first-child, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a:first-child {
  margin-left: 0;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a.current, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a.current {
  background-color: #00796B;
  color: #FFFFFF;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a:last-child, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list a:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-list {
    width: 200px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value {
  /*color: #666666;
  font-size: 16px;
  line-height: 19px;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding:15px 18px;
  margin: 6px 0;
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;*/
  /*&:after{
    content: " ";
    width: 0px;
    height: 0px;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    border-top: 8px solid #00796B;
    position: absolute;
    right: 18px;
    top: 18px;
  }*/
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value {
    width: 100px;
    margin-top: 3px;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection {
    border-radius: 8px;
    background: #fff;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered {
    padding: 8px 5px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    width: 115px !important;
    height: 32px !important;
    margin: 4px !important;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection {
  border: none;
  padding: 0;
  box-shadow: none;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered {
  color: #666;
  font-size: 16px;
  line-height: 19px;
  background-color: #fff;
  padding: 15px 18px;
  margin: 6px 0;
  border-radius: 16px;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection .select2-selection__arrow, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection .select2-selection__arrow {
  background: url(/img/svg/icon-devices-stats-arrow.svg) center right 10px no-repeat;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection:hover .select2-selection__rendered, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .period-selected-value .select2-container--krajee .select2-selection:hover .select2-selection__rendered {
  cursor: pointer;
  background-color: #FFFFFF;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-title, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-title {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  font-weight: bold;
  margin-top: 24px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-title, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-title {
    display: flex;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper {
  margin-top: 8px;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  border-radius: 16px;
  background-color: #FFFFFF;
  color: #00796B;
  padding: 10px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  color: #00796B;
  filter: grayscale(1) opacity(0.3);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params {
    width: 100%;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params.current, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params.current {
  filter: grayscale(0) opacity(1);
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params .param-text, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params .param-text {
  margin-left: 21px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper {
    width: 100%;
    display: flex;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper .additional-params, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper .additional-params {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 17px;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper .additional-params .param-icon img, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper .additional-params .param-icon img {
    width: 20px;
    height: 20px;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper .additional-params .param-text, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-one .additional-params-wrapper .additional-params .param-text {
    display: none;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two {
  margin-top: 8px;
  width: 558px;
  height: 440px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two {
    border-radius: 8px;
    min-height: 400px !important;
    margin-top: -78px;
    height: auto;
    position: relative;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging {
  padding-top: 30px;
  max-width: 436px;
  width: 90%;
  justify-content: space-between;
  margin: auto;
  display: flex;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging .current-period, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging .current-period {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #666666;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging {
    position: absolute;
    top: 265px;
    left: 16px;
    z-index: 9;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging .current-period, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging .current-period {
    display: none;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging .prev-period img, .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging .next-period img, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging .prev-period img, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .period-paging .next-period img {
    height: 16px;
    filter: grayscale(1) opacity(0.3);
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type {
    justify-content: flex-end;
    padding-top: 23px;
    margin-right: 12px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a {
  width: 48px;
  height: 48px;
  background-color: #F5F5F6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a {
    width: 24px;
    height: 24px;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a img, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a img {
    width: 14px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a img, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a img {
  filter: grayscale(1) opacity(0.3);
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a.current img, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-type a.current img {
  filter: grayscale(0) opacity(1);
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels {
    margin-top: 2px;
  }
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels {
    margin-top: 0;
    margin-bottom: -8px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels div, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels div {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
@media (max-width: 991.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels div, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels div {
    font-size: 10px;
    line-height: 12px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels .left-y-axis-label, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels .left-y-axis-label {
  margin-left: 12px;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels .right-y-axis-label, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .y-axis-labels .right-y-axis-label {
  margin-right: 12px;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-wrapper, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-wrapper {
  position: relative;
  width: 548px !important;
  height: 265px !important;
  margin: auto;
}
@media (max-width: 991.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-wrapper, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two .chart-wrapper {
    width: 354px !important;
    height: 220px !important;
    margin-top: 0px;
    margin-bottom: 16px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend {
  margin-top: 36px;
  padding-left: 0px;
  padding-right: 8px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend {
    margin: 0 40px 6px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  margin: 8px 0;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item {
    font-size: 10px;
    line-height: 8px;
    margin: 6px 0;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle {
    width: 8px;
    height: 8px;
  }
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle.yellow, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle.yellow {
  background-color: #F2C94C;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle.orange, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle.orange {
  background-color: #F2994A;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle.green, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle.green {
  background-color: #60AD5E;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle.blue, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-circle.blue {
  background-color: #2F80ED;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-title, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-title {
  color: #8E8E93;
  max-width: 195px;
}
.stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-value, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-value {
  color: #333333;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-value, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-legend .legend-item .legend-item-value {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  .stats-index-body .inner-content-wrapper, .stats-chart-body .inner-content-wrapper {
    padding-left: 102px;
    width: 100%;
    justify-content: center;
  }
  .stats-index-body .inner-content-wrapper .statistics-content, .stats-chart-body .inner-content-wrapper .statistics-content {
    width: 906px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .stats-index-body .inner-content-wrapper, .stats-chart-body .inner-content-wrapper {
    padding-left: 72px;
  }
  .stats-index-body .inner-content-wrapper .statistics-content, .stats-chart-body .inner-content-wrapper .statistics-content {
    width: 720px;
    /*.statistics-col-two{
      width: 400px;
    }*/
  }
  .stats-index-body .inner-content-wrapper .statistics-content .statistics-col-one, .stats-chart-body .inner-content-wrapper .statistics-content .statistics-col-one {
    width: 270px;
    margin: 0px 12px 0 10px;
  }
}
@media (max-width: 991.98px) {
  .stats-index-body .inner-content-wrapper .statistics-wrapper, .stats-chart-body .inner-content-wrapper .statistics-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stats-index-body .inner-content-wrapper .statistics-wrapper .statistics-col-two, .stats-chart-body .inner-content-wrapper .statistics-wrapper .statistics-col-two {
    width: 364px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    min-height: 270px;
  }
}
@media (max-width: 767.98px) {
  .stats-index-body .select2-results .select2-results__option, .stats-chart-body .select2-results .select2-results__option {
    font-size: 12px;
  }
  .stats-index-body .select2-container, .stats-chart-body .select2-container {
    width: 136px !important;
  }
  .stats-index-body .statistics-content, .stats-chart-body .statistics-content {
    width: 906px;
  }
  .stats-index-body .statistics-content .statistics-wrapper, .stats-chart-body .statistics-content .statistics-wrapper {
    width: 375px;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-bottom: 72px;
  }
}
.stats-index-body .select2-dropdown, .stats-chart-body .select2-dropdown {
  border-radius: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  border-color: #0000;
}
@media (max-width: 767.98px) {
  .stats-index-body .select2-dropdown, .stats-chart-body .select2-dropdown {
    border-radius: 8px;
    width: 312px !important;
    height: 384px !important;
    right: 0px;
    left: auto !important;
  }
}
.stats-index-body .select2-dropdown .select2-results__options, .stats-chart-body .select2-dropdown .select2-results__options {
  max-height: 384px;
  padding: 8px;
  background-color: #fff;
  color: #000;
}
.stats-index-body .select2-dropdown .select2-results__options .select2-results__group, .stats-chart-body .select2-dropdown .select2-results__options .select2-results__group {
  background-color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  height: 48px;
  border-bottom: 1px solid #00796B;
  border-top: #0000;
  display: flex;
  align-items: center;
}
.stats-index-body .select2-dropdown .select2-results__options .select2-results__options--nested, .stats-chart-body .select2-dropdown .select2-results__options .select2-results__options--nested {
  background-color: #fff;
}
.stats-index-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option, .stats-chart-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option {
  background-color: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
}
.stats-index-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option:after, .stats-chart-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option:after {
  content: " ";
  background: url(/img/svg/select2-circle.svg) center center no-repeat;
  width: 16px;
  height: 16px;
}
.stats-index-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option.select2-results__option--highlighted, .stats-chart-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option.select2-results__option--highlighted {
  background-color: #00796b4d !important;
}
.stats-index-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option[aria-selected=true], .stats-chart-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option[aria-selected=true] {
  background-color: #FFF;
}
.stats-index-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option[aria-selected=true]:after, .stats-chart-body .select2-dropdown .select2-results__options .select2-results__options--nested .select2-results__option[aria-selected=true]:after {
  background: url(/img/svg/select2-circle-selected.svg) center center no-repeat;
  animation: fade-in 1s;
}

.stats-chart-body .chart-col-one .chart-selected-value {
  color: #666;
  font-size: 16px;
  line-height: 19px;
  /*background-color: #fff;
  border-radius: 16px;
  padding: 15px 18px;*/
  margin: 6px 0;
  display: flex;
  margin-bottom: 24px;
  cursor: pointer;
  position: relative;
}
.stats-chart-body .chart-col-one .chart-selected-value .select2-container--krajee .select2-selection {
  border: none;
  padding: 0px 36px 0px 20px;
  background: url(/img/svg/icon-select-arrow-green.svg) #FFF center right 10px no-repeat;
}
.stats-chart-body .chart-col-one .chart-selected-value .select2-container--krajee .select2-selection:hover {
  background-color: #FFF;
}
.stats-chart-body .chart-col-one .chart-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered {
  padding: 15px 0;
  color: #666;
  font-size: 16px;
  line-height: 19px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-one .chart-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered {
    padding: 10px 0;
  }
}
.stats-chart-body .chart-col-one .chart-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered .select2-selection__choice {
  white-space: nowrap;
  background-color: #0000;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #666;
  padding: 1px;
}
.stats-chart-body .chart-col-one .chart-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered .select2-selection__choice::after {
  content: ",";
}
.stats-chart-body .chart-col-one .chart-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-one .chart-selected-value .select2-container--krajee .select2-selection .select2-selection__rendered .select2-selection__choice {
    font-size: 14px;
  }
}
.stats-chart-body .chart-col-one .periods {
  cursor: pointer;
}
.stats-chart-body .chart-col-one .periods .period-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-one .periods .period-item:first-child {
    margin-right: 30px;
  }
}
.stats-chart-body .chart-col-one .periods .period-item .period-title {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  margin-left: 20px;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-one .periods .period-item .period-title {
    font-size: 12px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
  }
  .stats-chart-body .chart-col-one .periods .period-item .period-title .period-title-text {
    position: relative;
    padding-left: 30px;
  }
  .stats-chart-body .chart-col-one .periods .period-item .period-title .period-title-text:before {
    content: " ";
    background-image: url(/img/svg/icon-devices-chart-calendar.svg);
    background-size: contain;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -4px;
    background-repeat: no-repeat;
  }
}
.stats-chart-body .chart-col-one .periods .period-item .period-title-line {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-one .periods .period-item .period-title-line {
    font-size: 10px;
  }
}
.stats-chart-body .chart-col-one .periods .period-item .period-value {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 80px;
  position: relative;
  color: #333333;
}
.stats-chart-body .chart-col-one .periods .period-item .period-value:before {
  content: " ";
  background-image: url(/img/svg/icon-devices-chart-calendar.svg);
  width: 24px;
  height: 27px;
  position: absolute;
  left: 23px;
  top: 9px;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-one .periods .period-item .period-value {
    width: 157px;
    height: 32px;
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
  }
  .stats-chart-body .chart-col-one .periods .period-item .period-value:before {
    background-image: none;
  }
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.naruzhnaya {
  background-color: #60AD5E;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.komnata {
  background-color: #29819D;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.goryachaya-voda {
  background-color: #F2994A;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.otoplenie-podacha {
  background-color: #F2C94C;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.kondicionirovanie {
  background-color: #2F80ED;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.rassol-podacha {
  background-color: #9D2947;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.rassol-obratka {
  background-color: #9D2947;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.akkumulyator-holoda {
  background-color: #2F80ED;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.shunt {
  background-color: #7F299D;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.zadana-komnata {
  background-color: #29819D;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.raschetnaya-otopleniya {
  background-color: #9D4529;
}
.stats-chart-body .chart-col-one .chart-legend .legend-item .legend-item-circle.otoplenie-obratka {
  background-color: #F2C94C;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-one {
    height: 226px;
    flex-direction: column;
  }
  .stats-chart-body .chart-col-one .chart-selected-value {
    margin-bottom: 16px;
  }
  .stats-chart-body .chart-col-one .periods {
    display: flex;
  }
  .stats-chart-body .chart-col-one .select2-container {
    width: 343px !important;
  }
}
.stats-chart-body .chart-col-two .compare-block {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  justify-content: flex-end;
  display: flex;
  margin-top: 18px;
  margin-right: 46px;
  margin-bottom: 20px;
  position: relative;
}
.stats-chart-body .chart-col-two .compare-block a {
  color: #666;
}
.stats-chart-body .chart-col-two .compare-block a:hover, .stats-chart-body .chart-col-two .compare-block a.active {
  color: #00796B;
}
.stats-chart-body .chart-col-two .compare-block a:before {
  content: " ";
  background-image: url(/img/svg/icon-devices-statistics-compare.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 27px;
  position: absolute;
  right: 85px;
  top: -2px;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-two .compare-block {
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
    margin-right: 17px;
    margin-bottom: 8px;
  }
  .stats-chart-body .chart-col-two .compare-block a:before {
    background-size: contain;
    right: 66px;
    top: -1px;
    width: 13px;
    height: 26px;
  }
}
.stats-chart-body .chart-col-two .canvas-wrapper-outer {
  width: 540px;
  height: 360px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-two .canvas-wrapper-outer {
    width: 360px;
    height: 220px;
  }
}
.stats-chart-body .chart-col-two .canvas-wrapper {
  height: 364px;
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-two .canvas-wrapper {
    height: 220px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .stats-chart-body .chart-col-two {
    width: 368px !important;
    height: 400px !important;
  }
  .stats-chart-body .chart-col-two .canvas-wrapper {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .stats-chart-body .chart-col-two {
    min-height: 260px !important;
  }
}
@media (max-width: 767.98px) {
  .stats-chart-body .select2-dropdown {
    right: auto !important;
    left: auto !important;
  }
}

.articles-index-body .select2-container--krajee {
  min-width: 130px !important;
}
.articles-index-body .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
  min-width: 136px;
}

.articles-create-body .inner-content-wrapper, .articles-update-body .inner-content-wrapper, .articles-view-body .inner-content-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.articles-create-body .inner-content-wrapper .select2-container--krajee .select2-selection--multiple .select2-selection__clear, .articles-update-body .inner-content-wrapper .select2-container--krajee .select2-selection--multiple .select2-selection__clear, .articles-view-body .inner-content-wrapper .select2-container--krajee .select2-selection--multiple .select2-selection__clear {
  top: 14px;
}
.articles-create-body .inner-content-wrapper form, .articles-update-body .inner-content-wrapper form, .articles-view-body .inner-content-wrapper form {
  max-width: 480px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.articles-create-body .inner-content-wrapper form .col-box, .articles-update-body .inner-content-wrapper form .col-box, .articles-view-body .inner-content-wrapper form .col-box {
  padding-top: 30px;
}
.articles-create-body .inner-content-wrapper form .form-group .form-control-placeholder, .articles-update-body .inner-content-wrapper form .form-group .form-control-placeholder, .articles-view-body .inner-content-wrapper form .form-group .form-control-placeholder {
  background-color: #FFFFFF;
  z-index: 9;
}
.articles-create-body .inner-content-wrapper form .form-group .select2-container--krajee .select2-selection, .articles-update-body .inner-content-wrapper form .form-group .select2-container--krajee .select2-selection, .articles-view-body .inner-content-wrapper form .form-group .select2-container--krajee .select2-selection {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: auto;
  background: #0000;
  font-size: 16px;
  line-height: 19px;
  color: #828282;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.articles-create-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection--single, .articles-update-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection--single, .articles-view-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection--single {
  padding: 10px 24px 6px 12px;
}
.articles-create-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection--single .select2-selection__clear, .articles-update-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection--single .select2-selection__clear, .articles-view-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection--single .select2-selection__clear {
  top: 9px;
}
.articles-create-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__placeholder, .articles-create-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__rendered, .articles-update-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__placeholder, .articles-update-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__rendered, .articles-view-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__placeholder, .articles-view-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__rendered {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  flex-wrap: wrap;
}
.articles-create-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__arrow, .articles-update-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__arrow, .articles-view-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__arrow {
  border-left-width: 0px;
}
.articles-create-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__arrow b, .articles-update-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__arrow b, .articles-view-body .inner-content-wrapper form .form-group .select2-container--krajee .selection .select2-selection__arrow b {
  border-color: #00796B #0000 #0000 #0000;
}
.articles-create-body .inner-content-wrapper form .form-group.field-articlesform-question, .articles-update-body .inner-content-wrapper form .form-group.field-articlesform-question, .articles-view-body .inner-content-wrapper form .form-group.field-articlesform-question {
  margin-bottom: 0;
}
.articles-create-body .inner-content-wrapper form .form-group.field-articlesform-question label, .articles-update-body .inner-content-wrapper form .form-group.field-articlesform-question label, .articles-view-body .inner-content-wrapper form .form-group.field-articlesform-question label {
  margin-top: 1px;
  margin-left: 2px;
}
.articles-create-body .inner-content-wrapper form .form-group.field-articlesform-question .help-block, .articles-update-body .inner-content-wrapper form .form-group.field-articlesform-question .help-block, .articles-view-body .inner-content-wrapper form .form-group.field-articlesform-question .help-block {
  margin-bottom: 8px;
}
.articles-create-body .inner-content-wrapper form .form-group.field-articlesform-question.has-error label, .articles-create-body .inner-content-wrapper form .form-group.field-articlesform-question.has-success label, .articles-update-body .inner-content-wrapper form .form-group.field-articlesform-question.has-error label, .articles-update-body .inner-content-wrapper form .form-group.field-articlesform-question.has-success label, .articles-view-body .inner-content-wrapper form .form-group.field-articlesform-question.has-error label, .articles-view-body .inner-content-wrapper form .form-group.field-articlesform-question.has-success label {
  margin-left: 8px;
}
.articles-create-body .inner-content-wrapper form .field-articlesform-answer.has-error:before, .articles-update-body .inner-content-wrapper form .field-articlesform-answer.has-error:before, .articles-view-body .inner-content-wrapper form .field-articlesform-answer.has-error:before {
  top: 52px;
}
.articles-create-body .inner-content-wrapper form .field-articlesform-answer label, .articles-update-body .inner-content-wrapper form .field-articlesform-answer label, .articles-view-body .inner-content-wrapper form .field-articlesform-answer label {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .articles-create-body .inner-content-wrapper > div, .articles-update-body .inner-content-wrapper > div, .articles-view-body .inner-content-wrapper > div {
    margin-top: 20px;
  }
}

.articles-view-body .view-container {
  max-width: 480px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.articles-view-body .view-container h1 {
  font-size: 20px;
}
.articles-view-body .view-container .col-box {
  padding-top: 30px;
  padding-bottom: 30px;
}
.articles-view-body .view-container .col-box .view-actions {
  margin-top: 20px;
  margin-bottom: 30px;
}
.articles-view-body .view-container .col-box p {
  margin: 30px 0;
  font-size: 14px;
  line-height: 22px;
}
.articles-view-body .view-container .col-box p b {
  color: #000000;
  font-size: 16px;
}

.notifications-index-body .notification-type, .notifications-archive-body .notification-type {
  display: flex;
  margin-top: 35px;
  margin-left: 18px;
  margin-bottom: 12px;
}
.notifications-index-body .notification-type a, .notifications-archive-body .notification-type a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: unset;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  margin: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 174px;
}
.notifications-index-body .notification-type a.active, .notifications-archive-body .notification-type a.active {
  color: #FFFFFF;
  background-color: #00796B;
}
@media (max-width: 767.98px) {
  .notifications-index-body .notification-type, .notifications-archive-body .notification-type {
    margin-top: 100px;
  }
}
.notifications-index-body table th a, .notifications-archive-body table th a {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #323C47;
}
.notifications-index-body table th:not(:first-child), .notifications-archive-body table th:not(:first-child) {
  text-align: center;
}
.notifications-index-body table tr td, .notifications-archive-body table tr td {
  font-size: 13px;
  line-height: 15px;
  color: #666666;
}
.notifications-index-body table tr td .empty, .notifications-archive-body table tr td .empty {
  font-size: 13px !important;
  line-height: 15px;
  color: #666;
}
.notifications-index-body table tr td a, .notifications-archive-body table tr td a {
  text-decoration-line: underline;
  color: #2F80ED;
  font-size: 13px;
  line-height: 15px;
}
.notifications-index-body table tr td:not(:first-child), .notifications-archive-body table tr td:not(:first-child) {
  text-align: center;
}
@media (max-width: 767.98px) {
  .notifications-index-body .notification-type a, .notifications-archive-body .notification-type a {
    padding: 16px 32px;
    width: 120px;
  }
}

.models-index-body .devices-models-index {
  width: 100%;
}
.models-index-body .devices-models-index .content-title > div {
  align-items: center;
}
.models-index-body .devices-models-index .content-title .go-back {
  width: 112px;
  height: 35px !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .models-index-body .devices-models-index .content-title .buttons .go-back {
    width: 24px;
    margin-left: 0px;
  }
  .models-index-body .devices-models-index .content-title .buttons #create span {
    display: none;
  }
  .models-index-body .devices-models-index .content-title h1 {
    font-size: 16px !important;
  }
}
.models-index-body .devices-models-index .content-title #create, .models-index-body .devices-models-index .content-title #update {
  cursor: pointer;
}
.models-index-body .devices-models-index .content-wrapper {
  display: flex;
}
.models-index-body .devices-models-index .content-wrapper .col-model-one {
  width: calc(100% - 375px);
}
.models-index-body .devices-models-index .content-wrapper .col-model-one .table-wrapper {
  padding-top: 12px !important;
  width: 100%;
}
.models-index-body .devices-models-index .content-wrapper .col-model-one .table-wrapper th a {
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  color: #323C47;
}
.models-index-body .devices-models-index .content-wrapper .col-model-one .table-wrapper th:not(:first-child) {
  text-align: center;
}
.models-index-body .devices-models-index .content-wrapper .col-model-one .table-wrapper tr td:not(:first-child) {
  text-align: center;
}
.models-index-body .devices-models-index .content-wrapper .col-model-one .table-wrapper tr td .form-check {
  display: flex;
  justify-content: center;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two {
  width: 375px;
  padding: 10px;
  margin-left: auto;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item {
  width: 100%;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 16px;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-green {
  background-color: #2E7D32;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  height: 64px;
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-green .banner-image {
  margin-right: 24px;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-green .banner-value {
  font-size: 34px;
  line-height: 40px;
  color: #FFFFFF;
  margin-left: auto;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-white {
  background: #FFFFFF;
  height: 58px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-white a {
  font-size: 13px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #2F80ED;
  width: 195px;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-white .banner-circle {
  border: 2px solid;
  border-style: solid;
  border-width: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-white .banner-circle.gray {
  border-color: #666666;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-white .banner-circle.yellow {
  border-color: #FF9F02;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-white .banner-circle.green {
  border-color: #60AD5E;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two .banner-item.banner-white .banner-value {
  font-size: 24px;
  line-height: 28px;
  color: #00796B;
  margin-left: 14px;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two #form-div {
  margin-top: 12px;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two #form-div .form-wrapper {
  padding: 20px 18px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two #form-div .form-wrapper .form-title {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  border-bottom: 1px solid #EBEFF2;
  margin-bottom: 22px;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two #form-div .form-wrapper label {
  background-color: white;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two #form-div .form-wrapper .btn-success {
  background-color: #00796B;
  border-radius: 8px;
  color: #FFF;
  width: 123px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two #form-div .form-wrapper .btn-success img {
  margin-right: 6px;
}
.models-index-body .devices-models-index .content-wrapper .col-model-two #form-div .form-wrapper #submit-update-btn {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .models-index-body .devices-models-index .content-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .models-index-body .devices-models-index .content-wrapper .col-model-two {
    width: 100%;
    padding: 10px;
    margin: auto;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .models-index-body .devices-models-index .content-wrapper .col-model-two {
    margin-top: 72px;
  }
}
@media (max-width: 991.98px) {
  .models-index-body .devices-models-index .content-wrapper .col-model-one {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .models-index-body .devices-models-index .content-wrapper .col-model-one .table-wrapper {
    margin-top: 10px !important;
  }
}

.questions-index-body .inner-content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}
.questions-index-body .inner-content-wrapper .help-search-block {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-width: 700px;
  width: 100%;
  padding: 20px 24px 0 36px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.questions-index-body .inner-content-wrapper .help-search-block form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.questions-index-body .inner-content-wrapper .help-search-block form .field-articlessearch-question {
  display: flex;
  flex-grow: 1;
}
.questions-index-body .inner-content-wrapper .help-search-block form .form-footer {
  margin-bottom: 15px;
}
.questions-index-body .inner-content-wrapper .help-search-block form .form-footer .btn {
  width: 136px;
  height: 48px;
}
@media (max-width: 767.98px) {
  .questions-index-body .inner-content-wrapper .help-search-block form .form-footer .btn {
    width: 94px;
    height: 38px;
  }
}
.questions-index-body .inner-content-wrapper .help-search-block label {
  background-color: white;
}
.questions-index-body .inner-content-wrapper .help-content-block {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-width: 700px;
  width: 100%;
}
.questions-index-body .inner-content-wrapper .help-content-block .help-item {
  border-bottom: 1px solid #C4C4C4;
}
.questions-index-body .inner-content-wrapper .help-content-block .help-item a {
  margin: 20px 36px;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  display: flex;
  justify-content: space-between;
}

.questions-view-body .content-title .title {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.questions-view-body .content-title .title h1 {
  margin-bottom: 0 !important;
}
.questions-view-body .content-title .btn-back {
  margin-right: 20px;
}
.questions-view-body .inner-content-wrapper {
  margin: 15px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .questions-view-body .inner-content-wrapper {
    margin-top: 78px !important;
  }
}
.questions-view-body .inner-content-wrapper .view-block-wraper {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #393939;
  padding: 30px;
  max-width: 700px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
}

pwa-install {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9999;
  --install-button-color:#2E7D32;
}

:root {
  --install-button-color:#2E7D32;
}

:host {
  --install-button-color:#2E7D32;
}

.error-body .error-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
  margin-top: 74px;
}
.error-body .error-wrapper .error-content {
  width: 100%;
  max-width: 375px;
  max-height: 690px;
  padding: 15px;
  margin: auto;
}
.error-body .error-wrapper .error-content .error-body h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.error-body .error-wrapper .error-content .error-body .error-text {
  color: #666;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

/*# sourceMappingURL=aik.css.map */
