@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap");



@font-face {
    font-family: 'Bebas Neue';
    src: local('fonts/bebas Neue Thin'), local('BebasNeue-Thin'), url('/conf/fonts/bebasneuethin.woff2') format('woff2'), url('/conf/fonts/bebasneuethin.woff') format('woff'), url('/conf/fonts/bebasneuethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Light'), local('BebasNeue-Light'), url('/conf/fonts/bebasneuelight.woff2') format('woff2'), url('/conf/fonts/bebasneuelight.woff') format('woff'), url('/conf/fonts/bebasneuelight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Book'), local('BebasNeueBook'), url('/conf/fonts/bebasneuebook.woff2') format('woff2'), url('/conf/fonts/bebasneuebook.woff') format('woff'), url('/conf/fonts/bebasneuebook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('/conf/fonts/bebasneueregular.woff2') format('woff2'), url('/conf/fonts/bebasneueregular.woff') format('woff'), url('/conf/fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('/conf/fonts/bebasneuebold.woff2') format('woff2'), url('/conf/fonts/bebasneuebold.woff') format('woff'), url('/conf/fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


:root {
  --delay: 0s;
}

* {
  outline: none;
  box-sizing: border-box;
    x-font-family: 'Bebas Neue';
}

.hidden {
  display: none !important;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

body {
  font-family: "Inter", sans-serif;
  x-background-color: #252954;
    background-color: #b9bfc7;
  x-color: #9b9ca7;
}

.wrapper {
  width: 1700px;
  background-color: #b9bfc7;
  x-background-color: #0e0e23;
  display: flex;
  x-height: 100vh;
  x-overflow: hidden;
  margin: 0 auto;
}

.left-side_OLD {
  width: 5rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  padding: 57px 0 40px;
  -webkit-animation: left 1s var(--delay) both;
          animation: left 1s var(--delay) both;

    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #b9bfc7;
    height: 100vh;
	padding-left: 15px;
	padding-top: 100px;
	box-shadow: 5px 0px 10px #0006;
}

.left-side {
    width: 3rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    padding: 40px 0 40px;
    -webkit-animation: left 1s var(--delay) both;
    animation: left 1s var(--delay) both;
    position: fixed;
    top: 100px;
    left: 20px;
    z-index: 11;
    background-color: #b9bfc7ad;
    box-shadow: 0px 0px 5px #0006;
    border-radius: 6px;
}

.left-side svg {
  width: 24px;
  cursor: pointer;
}
.left-side svg + svg {
  margin-top: 34px;
}
.left-side svg:last-child {
  margin-top: auto;
}
.left-side svg.active, .left-side svg:hover {
  color: #4255d4;
}

@-webkit-keyframes left {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes left {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.main-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0px 25px 25px 30px;
  xoverflow: auto;
}

.header {
  background: #ddd;
  box-shadow: 0 16px 12px #666;
  width: 100%;
  padding: 0 30px;
  -webkit-animation: top 1s both;
          animation: top 1s both;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-size: 15px;
  white-space: nowrap;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
	height: 60px;
}
.header:x-before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  top: -25px;
  left: 0;
  background-color: #0e0e23;
}
.header-link {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}
.header-link svg {
  width: 20px;
  margin-right: 14px;
}
.header-link.active, .header-link:hover {
  background: #fff;
  border-bottom: 3px solid #4255d4;
}

.logo {
  padding: 17px 20px 2px 0;
  font-size: 16px;
  color: #e7e8ea;
	height: 60px;
	color: #000;
	text-align: center;
}
.logo-det {
  background: #4255d4;
  padding: 8px;
  margin-left: -2px;
  border-radius: 50%;
  font-size: 15px;
}

.user-info {
  margin-left: 10px;
  display: flex;
  align-items: center;
    right: 0px;
    position: absolute;
}
.user-info svg {
  width: 20px;
}
.user-info .profile {
  margin: 0 20px 0 12px;
  width: 18px;
}

.button {
  display: inline-block;
  align-items: center;
  color: #fff;
  background: #4255d4;
  border: none;
  padding: 10px 30px;
  x-padding: 2px 12px;
  border-radius: 4px;
  x-margin-right: 20px;
  text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.big
{
	font-size: 26px;
}

.button:hover {
  background: #343f9a;
}

.button svg {
  margin-left: 10px;
  width: 16px;
}

.user-box {
  margin-top: 25px;
  display: flex;
}
.user-box + .user-box {
  margin-top: 20px;
}
.user-box + .user-box .cards-wrapper {
  margin-right: 20px;
  margin-left: 0;
  flex-grow: 1;
  max-width: none;
}
.user-box + .user-box .today {
  margin-left: 30px;
}
.user-box + .user-box .cards-header {
  padding: 20px 30px;
  justify-content: space-between;
}
.user-box .cards-header,
.user-box .cards-view {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.user-box .cards-header svg,
.user-box .cards-view svg {
  width: 24px;
}
.user-box .cards-header .title,
.user-box .cards-view .title {
  margin: 0 16px;
  font-size: 15px;
}
.user-box .cards-header-date svg,
.user-box .cards-view-date svg {
  width: 30px;
}
.user-box .cards-header .cards-button,
.user-box .cards-view .cards-button {
  x-background: #15193c;
  x-padding: 10px 16px;
    padding: 8px 15px 8px 15px;
  margin-right: 0;
}
.user-box .cards-header .cards-button svg,
.user-box .cards-view .cards-button svg {
  width: 16px;
  margin: 0 2px 0 0;
}
.user-box .cards-header .date-wrapper,
.user-box .cards-view .date-wrapper {
  display: flex;
  align-items: center;
  margin: auto;
}
.user-box .cards-header .date-wrapper .title,
.user-box .cards-view .date-wrapper .title {
  margin: 0 16px;
}

.cards-view > svg {
  margin-right: 12px;
}

.today {
  position: relative;
}
.today:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ef415c;
  bottom: -8px;
  right: 50%;
  border-radius: 50%;
}

.card {
  background: #fff;
  x-background: #1a2049;
  x-background: radial-gradient(circle, #1a2049 0%, #13162f 100%);
  padding: 25px 30px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  x-max-height: 430px;
  width: 100%;
}
.card .title {
  font-size: 16px;
  font-weight: 500;
    border-bottom: solid 2px #ddd;
    padding-bottom: 10px;
}
.card .subtitle {
  font-size: 13px;
  line-height: 1.6em;
}
.card + .card {
  margin-left: 20px;
}

.activity {
  max-width: 33%;
}
.activity .title {
  margin-bottom: 20px;
}
.activity-links {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-size: 15px;
}
.activity-link {
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.activity-link + .activity-link {
  margin-left: 25px;
}
.activity-link + .activity-link:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ef415c;
  top: -2px;
  right: -8px;
  border-radius: 50%;
}
.activity-link + .activity-link:hover:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #4255d4;
  left: 0;
  bottom: 0;
}
.activity-link + .activity-link:hover {
  color: #bebec4;
  -webkit-text-stroke: 0.3px;
}
.activity-link.active {
  color: #bebec4;
  font-weight: 500;
}
.activity-link.active:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #4255d4;
  left: 0;
  bottom: 0;
}

.destination {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.destination-card {
  background: #1a1d3a;
  background: linear-gradient(45deg, #1a1d3a 0%, #212752 100%);
  padding: 20px;
  width: 100%;
  border-radius: 6px;
}
.destination-card + .destination-card {
  margin-left: 20px;
  background: #1a1d3a;
  background: linear-gradient(325deg, #1a1d3a 0%, #212752 100%);
}
.destination-profile {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.destination-profile svg {
  width: 18px;
  flex-shrink: 0;
  margin-right: 8px;
}
.destination-length {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.destination-points {
  margin-top: 30px;
}

.profile-img {
  width: 46px;
  height: 46px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #bebec4;
  flex-shrink: 0;
}

.point {
  font-size: 14px;
  color: #bebec4;
  font-weight: 500;
}

.sub-point {
  font-size: 13px;
  margin-top: 4px;
}

.discount {
  max-width: 33%;
  width: 100%;
}
.discount .title {
  margin-bottom: 30px;
}
.discount .subtitle {
  margin-bottom: 8px;
}
.discount .subtitle-count {
  font-size: 17px;
  color: #17a98a;
  font-weight: 500;
}
.discount .subtitle-count + .subtitle {
  margin-top: 20px;
}
.discount .subtitle-count.dist {
  color: #e85471;
}
.discount-wrapper {
  display: flex;
}
.discount-chart {
  margin-left: auto;
}
.discount-profile {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.discount-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 16px 0 12px;
}
.discount-name {
  font-weight: 500;
  font-size: 15px;
}
.discount-type {
  font-size: 13px;
  margin-top: 4px;
}

.circle {
  width: 100px;
  height: 100px;
  border: 3px solid #5b5f78;
  border-radius: 50%;
  position: relative;
}

.pie {
  position: relative;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.pie svg circle {
  fill: transparent;
  stroke: #4356d6;
  stroke-width: 14;
  stroke-dasharray: 275;
  stroke-dashoffset: 235;
  -webkit-animation: pieChart 3.8s linear forwards;
          animation: pieChart 3.8s linear forwards;
}

@-webkit-keyframes pieChart {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes pieChart {
  100% {
    stroke-dashoffset: 0;
  }
}
.counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #3e50c5;
  font-weight: 500;
}

.offer-button {
  background: #4255d4;
  padding: 14px;
  text-align: center;
  justify-content: center;
  margin-top: auto;
  margin-right: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.cards-header {
  background: #d0d7e3;
  x-background: #10122b;
  border-radius: 6px 6px 0 0;
  padding: 20px 45px;
  font-size: 15px;
  font-weight: 500;
}
.cards-header-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards-header-date svg {
  color: #4154d1;
  background: #14183c;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
}
.cards-wrapper {
  margin-left: 20px;
  x-max-width: 305px;
  max-width: 33%;
  width: 100%;
}
.cards-hour {
  font-size: 26px;
}
.cards-hour .am-pm {
  font-size: 15px;
  font-weight: 500;
}
.cards.card {
  border-radius: 0 0 6px 6px;
  padding: 30px 20px;
}
.cards.card svg {
  width: 24px;
  margin-left: auto;
  color: #818394;
}
.cards-head {
  display: flex;
  align-items: center;
}

.degree {
  margin-top: 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #818394;
  font-weight: 500;
}
.degree svg {
  width: 24px;
  margin-right: 12px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  x-margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
}
.items.numbers {
  margin-top: 0;
}

.item {
  flex: 0 1 calc(100% / 7);
  padding: 10px 5px;
  text-align: center;
}
.item.is-active {
  background: #4255d4;
  border-radius: 50%;
  color: #fff;
}
.item.disable {
  color: #595b5b;
}

.account {
  width: 100%;
  height: 180px;
  margin-top: auto;
  flex-grow: 0;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  transition: 0.3s;
}
.account:hover {
  transform: scale(1.02);
}
.account:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  box-shadow: -15px 0 0 0 #ef8741;
  background: #ef415c;
  top: 20px;
  left: 42px;
  border-radius: 50%;
}
.account-wrapper {
  max-width: 310px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: center;
}
.account-profile {
  margin: auto;
  position: relative;
  text-align: center;
  position: relative;
}
.account-profile img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  border: 3px solid #4255d3;
  padding: 5px;
}
.account-profile .blob {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: fly 5.8s linear infinite alternate;
          animation: fly 5.8s linear infinite alternate;
}
.account-profile .blob:nth-child(1) {
  width: 14px;
  height: 14px;
  top: 25px;
  left: -20px;
  background: #28327a;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.account-profile .blob:nth-child(2) {
  width: 18px;
  height: 18px;
  background: #87344c;
  right: -20px;
  top: -20px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.account-profile .blob:nth-child(3) {
  width: 12px;
  height: 12px;
  background: #13645b;
  right: -35px;
  top: 50%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.account-name {
  margin: 20px 0 10px;
}
.account-title {
  font-size: 14px;
}
.account-cash {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-top: 16px;
  position: relative;
}
.account-cash:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #9b9ca7;
  right: 10px;
  border-radius: 50%;
  box-shadow: -10px 0 0 0 #9b9ca7, 10px 0 0 0 #9b9ca7;
  top: 24px;
}
.account-income {
  font-size: 14px;
}
.account-iban {
  margin-top: auto;
  font-weight: 500;
}

.time,
.time1,
.time4,
.time_on
{
  height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #9e5924;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.time.is-wait {
  background: #4255d3;
}


.time2,
.time3,
.conn_on,
.conn_off
{
  height: 24px;
  padding: 4px 20px;
  border-radius: 4px;
  background-color: #393;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.time1
{
	background: #666;
}

.time3
{
	background: #ad8686;
}

.time2
{
	background: #000;
}

.time4
{
	background: #f00;
}

.conn_on
{
	background: #090;
}

.conn_off
{
	background: #d00;
}


a.time_on,
a.time:hover
{
  background-color: #4255d4;
}


.table .status {
  color: #1aa385;
  display: inline-flex;
  align-items: center;
}
.table .status svg {
  margin-right: 6px;
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 4px;
  background-color: #ddd;
  color: currentColor;
}
.table .status.is-red {
  color: #d14b69;
}
.table .status.is-red svg {
  background: #ddd;
  color: currentcolor;
}
.table .status.is-wait {
  color: #000;
  position: relative;
}
.table .status.is-wait:before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #ddd;
  border-radius: 4px;
}
.status.is-wait svg,
.table .status.is-wait svg {
  background-color: transparent;
  color: currentcolor;
  -webkit-animation: turn 2s linear infinite both;
          animation: turn 2s linear infinite both;
}

@-webkit-keyframes turn {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes turn {
  100% {
    transform: rotate(1turn);
  }
}
.table {
  text-align: left;
  padding: 0;
}
.table th {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 16px;
}
.table th:nth-child(n+5) {
  x-padding: 0 10px 16px;
}
.table th:first-child {
  x_padding-left: 36px;
}
.table td {
  font-size: 13px;
  vertical-align: middle;
  padding: 5px;
}

.table0pd td {
  padding: 0px 5px !important;
}

#nodes_tbody td
{
  padding: 0px 5px;
}

.table td:last-of-type {
  x_width: 100px;
}
.table td:nth-child(n+5) {
  x-padding: 0 10px;
}
.table td:nth-last-of-type(2) svg {
  width: 16px;
}
.table input2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9b9ca7;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 16px;
  transition: 0.25s;
  background-size: 0;
  background-position: center;
}

.table input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.table input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-color: #252954;
  background-size: 12px;
  background-repeat: no-repeat;
}

@-webkit-keyframes fly {
  40% {
    transform: translate(-6px, -6px);
  }
  60% {
    transform: translate(-12px, -2px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes fly {
  40% {
    transform: translate(-6px, -6px);
  }
  60% {
    transform: translate(-12px, -2px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.transection {
  flex-shrink: 0;
  max-width: 310px;
  width: 100%;
  margin-left: 20px;
}
.transection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.transection .is-wait {
  color: #3E4EC2;
}

.credit-wrapper {
  margin-top: auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.credit-wrapper svg {
  width: 38px;
  padding: 3px;
  border-radius: 6px;
  margin-right: 12px;
}
.credit-wrapper path {
  width: 24px;
}
.credit-money {
  margin-left: auto;
}
.credit-money.is-active {
  color: #1aa385;
}
.credit-money.is-cancel {
  color: #d14b69;
}
.credit-money .is-wait {
  color: #3E4EC2;
}
.credit-status {
  font-size: 13px;
  font-weight: normal;
}
.credit-type {
  color: #e7e8ea;
  margin-bottom: 6px;
}

@media screen and (max-width: 1500px) {
  .wrapper {
    x-max-width: 1200px;
  }

  .activity {
    width: 49%;
    max-width: none;
  }

  .discount {
    width: 48%;
    max-width: none;
    height: 100%;
  }

  .first-box {
    x__flex-wrap: wrap;
  }
  .first-box .cards-wrapper {
    width: 67%;
    max-width: none;
    margin: 20px 0;
  }
  .first-box .cards-wrapper .item.is-active {
    background: none;
    color: inherit;
  }
  .first-box .account-wrapper {
    max-width: none;
    width: calc(33% - 20px);
    margin: 20px 0 20px 20px;
  }

  .second-box {
    ¬flex-wrap: wrap;
  }
  .second-box .cards-wrapper {
    margin-top: 40px;
    width: 66%;
  }

  .transection {
    margin-top: 40px;
    max-width: none;
    width: 30%;
  }
}

@media screen and (max-width: 1020px) {

  .cards-header-date {
    margin: auto;
  }
}
@media screen and (max-width: 930px) {
  .second-box .cards-wrapper {
    width: 100%;
  }

  .transection {
    width: 100%;
    margin-left: 0;
    height: 100%;
    margin-top: 20px;
  }

  .user-info .profile {
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .activity-card,
.discount {
    width: 100%;
  }

  .user-box .discount {
    margin-left: 0;
    margin-top: 20px;
  }

  .main-container {
    padding-left: 25px;
  }

  .activity-links,
.destination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {

  .first-box .cards-wrapper {
    width: 100%;
  }

  .second-box .cards.card {
    overflow-y: auto;
  }
}
@media screen and (max-width: 420px) {
}
.user-box > * {
  -webkit-animation: top 1s var(--delay) both;
          animation: top 1s var(--delay) both;
}






.cards-wrapper.activ 
{
	width: 30%;
	max-width: 33 !important;
	margin-right: 20px !important; 
	
}
.cards-wrapper.activ:last-child 
{
	x-margin-right: 0px !important; 
	
}


.innerRow
{
	padding: 5px;
}

.innerRow span
{
	width:30px;
	text-align: center;
	display:inline-block;
}

.innerRow .button
{
	width:90px;
	display:inline-block;
	margin-left: 10px;
	font-size: 14px;
}


.line,
input.line,
select.line,
input.line0,
select.line0
{
	border: none;
	x-border-bottom: solid 1px #bbb;
	width: 100%;
	background: #f9f9f9;
	padding: 5px;
	font-size: 12px;
}

.line0,
input.line0,
select.line0
{
	border: none;
	background: transparent;
	text-align: right;
}

select.line option,
select.line0 option
{
	font-family: monospace;
}

input:disabled
{
	color: #bbb;
}

.btm2
{
	margin-bottom: 2px;
}

.table td.vt
{
	vertical-align: top;
	padding-top: 10px;
}

a.w90
{
    xwidth: 90px;
    padding: 8px 10px 10px 10px;
	text-align: center;
}

input.w130,
select.w130
{
    width: 130px;
}

a.red
{
	background: #d00;
}

a.red2
{
	background: transparent;
	color: #d00;
    x-border: solid 1px #d00;
    padding: 5px 8px;
}

a.red2:hover
{
	background: #d00;
	color: #fff;
}

.add,
a.add
{
    padding: 0px 8px 3px 8px !important;
    font-size: 24px;
}

a.blue2,
a.blue2rot
{
	background: transparent;
	color: #4255d4;
    border: solid 1px #4255d4;
    padding: 5px 8px;
	transform: rotate(0deg);
	transition: all ease .5s;
}

a.blue2rot
{
	transform: rotate(180deg);
	transition: all ease .5s;
}

a.blue2:hover,
a.blue2rot:hover
{
	background: #4255d4;
	color: #fff;
}


a.right
{
	padding: 1px 5px 3px 5px;
	text-align: center;
	float: right;
	font-size: 14px;
}

a.right2
{
	float: right;
	margin-top: -5px;
	font-size: 14px;
}

.rooms_div,
.rooms_div div
{
	background: #fff;
	padding: 10px;
}

span.gold,
.rooms_div div span
{
	width: 30px;
	x-text-align: center;
	display: inline-block;
}


.hdr2
{
    height: 30px;
    text-align: left;
    justify-content: left;
    padding: 0px 0px 5px 5px;
    display: flex;
    align-items: center;
	font-size: 14px;
}


.table td:nth-last-of-type(2) svg
{
    width: 24px;
}

input.digit
{
	width: 50px;
	text-align: center;
}


.chkbx,
.chkbx_on
{
  display: inline-block;
  align-items: center;
	text-align: center;
  color: #fff;
  background: #999;
  border: none;
 x_padding: 2px 12px;

	width: 30px;
	height: 30px;
	line-height: 30px;

  border-radius: 50%;
  text-decoration: none;
	font-size: 16px;
	padding-bottom: 5px;

	margin: 5px;

x-border: solid 2px #4255d4;
}
          
.chkbx_on
{
  background: #4255d4;
	x-border: solid 2px #242f7a;
}

.chkbx_on,
.chkbx:hover
{
	background: #242f7a;
	x-border: solid 2px #fff;
}


.left-side div
{
    margin-bottom: 20px;
    cursor: pointer;
}

.m_active
{
	color: #4255d4;
}


.button:active
{
  background: #242f7a;
}


.monospace,
input,
select,
textarea
{
	font-family: monospace;
}




a.sw1,
a.sw2,
a.sw3,
a.sw4,
a.sw5,
a.sw6,
a.sw1a,
a.sw2a,
a.sw3a,
a.sw4a,
a.sw5a,
a.sw5a1,
a.sw6a
{
	background: transparent;
    border: none;
    padding: 5px 8px;
	font-size: 14px;
}

a.sw1:hover,
a.sw1a,
.sw1a
{
	background: #d0e2e3 !important;
}

a.sw2:hover,
a.sw2a,
.sw2a
{
	background: #d0d5e3 !important;
}

a.sw3:hover,
a.sw3a,
.sw3a
{
	background: #e0d0e3 !important;
}

a.sw4:hover,
a.sw4a,
.sw4a
{
	background: #e3d0d0 !important;
}

a.sw5,
a.sw5:hover,
a.sw5a,
.sw5a
{
	background: #f1e7a3 !important;
}

.sw5a1
{
	background: #4255d4 !important;
}


a.sw6:hover,
a.sw6a,
.sw6a
{
	background: #f1a3a3 !important;
}

.activ {
  width: 30%;
}


.progress
{
	width: 100px;
	height: 15px;
	background: #eef;
}

.progress img
{
	height: 100%;
	background: #4255d4;
}

.progress img.alert
{
	width: 100%;
	height: 100%;
	background: #d00;
}


.w60
{
	width: 60px;
}

.w120
{
	width: 120px;
}

.w500
{
	width: 500px;
}


.test
{
	border: solid 2px red;
}


.button_del
{
	background: none;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
}

.button_del:hover
{
	background: #ddd;
}

#sensors_tbody td
{
	x-vertical-align: top;
	padding: 5px;
}

select.blue
{
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    appearance: none;
    background: #4255d4;
    color: #fff;
}

select.blue option
{
    background: #fff;
    color: #000;
}




#wait,
#ok,
#confirm,
#fail
{
    max-width: 60%;
}

input.button.small
{
	padding: 5px 10px;
}




progress {
  -webkit-appearance: none;
margin-top: 5px;
height: 20px;
margin: auto;
  position:relative;
}

::-webkit-progress-bar {
  background-color: #ddd;
}
::-webkit-progress-value {
  background-color: #4255d4;
}

::-moz-progress-bar {
  background-color: #4255d4;
}
progress:before {
  content: attr(data-label);
  font-size: 14px;
  line-height: 18px;
  vertical-align: 0;
  text-align: center;
  position:absolute;
  left:0;
  right:0;
  color: #fff;
}



hr {
    box-sizing: content-box;
    height: 0;
    size: 0px;
    border: none;
    background: linear-gradient(45deg,  rgba(0,0,0,.0), #999 10%, #999 90%, rgba(0,0,0,.0) 100%);
    height: 1px;
	margin: 0px;
}


.q
{
    background: #666;
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
	cursor: pointer;
}

.net
{
    font-size: 18px;
    text-align: center;
    border: navajowhite;
    border-bottom: 1px solid #999;
}

.ctrl_i_on
{
	display: none;
}

#selbox div
{
	padding: 0px;
	border: 1px solid #ddd;
	position: absolute;
	left: 0px;
	top: 25px;
	background: #fff;
	width: max-content;
	z-index: 1;
}

#selbox div table tr td
{
	margin: 0px;
	padding: 10px;
	cursor: pointer;
}

#selbox div table tr:hover td
{
	background: #09e; 
}

.highligt tr label
{
	display: block;
}

.highligt tr:hover
{
	background: #eee;
}

div#import_cfg_list
{
    max-height: 250px;
    overflow: auto;
}

.warn
{
	background: #ff0;
}

.rest
{
	display:none;
}

.deleted td,
.deleted input
{
	background: #ddd;
}

.deleted .del
{
	display:none;
}

.deleted .rest
{
	display:block;
}

select {
  x-webkit-appearance: none;
  x-moz-appearance: none;
  xappearance: none;
	border: solid 1px #777 !important;
	background: #e9e9e9 !important;
}

select::-ms-expand {
  xdisplay: none;
}

select option
{
	text-align: left;
	background: #fff;
}

select option:checked
{
	text-align: center;
	background: #e9e9e9 !important;
}



.z1
{
    padding: 5px 5px 5px 100px;
    background: #eee;
    margin-top: 10px;
	font-size: 14px;
}
.z2
{
    padding-left: 130px;
    padding-bottom: 5px;
    padding-top: 10px;
	font-size: 14px;
}
.z3
{
    padding-left: 160px;
    padding-bottom: 5px;
	font-size: 14px;
}
.z3 span
{
	color: #666;
	padding-left: 20px;
}
.z3 span b
{
	color: #000;
}

.disabled-button,
.disabled-button:hover
{
	background: #666;
}

.devdiv
{
	background: #fff;
	width: 100%;
	margin-top: 20px;
	padding: 20px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px #0009;
}

.devdiv .table thead
{
	x-background: #d0d7e3;
}


.devdiv .table th {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
}

.slev
{
	width: 205px !important;
	margin-right: 5px;
}

.deg0, .deg180
{
    transition: all ease .7s;
}

.deg180
{
    transform: rotate(180deg);
}

a.l2
{
    text-align: center;
    padding: 13px 10px;
}
.d2
{
    padding: 18px 0px;
margin: 0px 5px;
}

.top_right
{
    height: 100%;
    position: absolute;
    right: 385px;
}

.top_right.top_right_local
{
    right: 280px;
}
