.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

/* 1 col - 80% */
.col-xs-1-80,
.col-sm-1-80,
.col-md-1-80,
.col-lg-1-80 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-80 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-80 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-80 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-80 {
    width: 80%;
    float: left;
  }
}

/* 1 col - 80% */
.col-xs-1-20,
.col-sm-1-20,
.col-md-1-20,
.col-lg-1-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-20 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-20 {
    width: 20%;
    float: left;
  }
}

/* Header */
@media (min-width: 1200px) {
  .ds header .container {
    max-width: 1430px!important;
    width: 100%;
  }
}


/* Navbar */
.ds #content {
/*   z-index: 500; */
}
.ds .navbar {
  position: relative;
  border: 0px solid transparent;
  margin-bottom: 0;
  border-radius: 0;
}

/* Gamburger-menu */
.ds .menu-block-icon {
  margin-right: 1.95rem;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.ds .menu-block-icon i {
  display: none;
}
.ds .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
      margin-left: -30px;
    margin-right: -30px;
}

.ds #column-left.active {
	width: 17.3125rem;
	display: block;
}
.ds #content {
	padding: 0rem;
	transition: all 0.3s;
	position: relative;
    display: block;
}
.ds.site #content {
	margin-top: 125px;
}
.ds #column-left + #content {
  padding-top: 70px;
}
.ds #column-left + #content + #footer {
  margin-left: 4rem;
}
.ds .content {
	position:relative;
	min-height:39vh;
}
/* Mobile */
@media (max-width: 767px) {
  .ds #column-left {
	margin-left:0px;
  }
  .ds #column-left + #content {
    margin-left: 64px;
	    padding-top: 60px;
  }
  .ds #column-left + #content + #footer {
    margin-left: 64px;
	    padding-top: 60px;
  }
}
/* Menu */
.ds #menu, .ds #menu ul, .ds #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}/*
#column-left #menu li.active{
  border-left: 5px solid #3952f2;
}
#column-left #menu li.active li.active {
  border-left: 5px solid #5a70ff;
}
#column-left #menu li.active li.active li.active {
  border-left: 5px solid #7982fd;
}*/
.ds #menu {
	margin-bottom: 25px;
}
.ds #menu > li {
	position: relative;
}
.ds #menu li a {
	text-decoration: none;
	display: block;
	padding: 1rem 1.4rem;
	cursor: pointer;
	text-align: left;
	border-bottom: 0;
	line-height: 1.53333rem;
	font-weight: 500;
}
.ds #menu li a i {
  font-size: 1rem;
  color: #fff;
}
.ds #menu > li > a {
  color:#a7b3cb;
  color: var(--color-menu-admin-text);
  line-height: 0.875rem;
  font-size: 0.875rem;
  padding: 0.75rem 0rem;
  text-align: center;
  border-bottom: 0;
}
.ds #column-left.active #menu > li > a {
  padding:0.9rem 1.3rem 0.9rem 2.8rem;
  text-align: left;
  font-weight: 500;
}

.ds #menu > li > a:hover {
    background-color: #424b5f;
	background-color: var(--color-menu-admin-text-hover);
}
.ds #column-left.active #menu li:hover i,
.ds #menu > li > a:hover  i {
	color: #fff;
}
.ds #menu > li > a > span {
	display: none;
	margin-left: 12px;
}
.ds #menu li li a {
  color: #fff;
  text-align: left;
}
.ds #menu li li a:hover {
	color: #fff;
	background-color: #364050;
}
/*
.ds #menu li li a:before {
	content: "\f101";
	font-size: 14px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	transition: margin ease 0.5s;
}*//*
.ds #menu li li a:hover:before {
	margin-right: 20px;
}*/
.ds #column-left.active #menu li.active a i {
	color:#fff;
}
.ds #menu > li.active > a {
	color: #fff;
    background-color: #424b5f;
	background-color: var(--color-menu-admin-active);
}
.ds #menu li.active li a {
  color: #fff;
  padding: 1.3rem 1.3rem 1.3rem 2.2rem;
}
.ds #menu li.active li li a {
  color: #fff;
  padding: 1.3rem 1.3rem 1.3rem 4.2rem;
}
.ds #menu li li.active > a:last-child {
	color: #fff;
}
.ds #menu li li.active a:last-child:before {
	margin-left: 20px;
	margin-right: 10px;
}

.ds #column-left #menu > li > ul {
	position: absolute;
	left: 4rem;
	top: 0px;
	width: 18.3125rem;
    background-color: #424b5f;
	background-color: var(--color-menu-admin-active);
	visibility: hidden;
}
.ds #column-left.active #menu > li > ul {
	position: absolute;
	left: 4rem;
	top: 0px;
	width: 19.3125rem;
	background-color: #424b5f;
	background-color: var(--bgc-column-left-active);
	visibility: hidden;
}
.ds #column-left .menu-block-icon {
  display: none;
}
.ds #column-left.active .menu-block-icon {
  margin-right: 1.95rem;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.ds #column-left  #menu li ul {
	overflow: hidden;
}
.ds #column-left #menu > li:hover > ul {
  visibility: visible;
}
.ds #column-left.active #menu li ul {
	overflow: hidden;
}
.ds #column-left.active #menu > li:hover > ul {
  visibility: visible;
  background-color: #dadce569;
}

.ds #menu li a.parent:after, 
.ds #column-left.active #menu > li a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 0px;
    margin-top: -16px;
    color: #a7b3cb;
	color: var(--color-menu-admin-text);
    font-size: 20px;
	margin-top: -14px!important;
}
.ds #menu li .open > a.parent:after, 
.ds #column-left.active #menu > li.open > a.parent:after,
.ds #column-left.active #menu > li li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	margin-right: 0px;
    margin-top: -16px;
    color: #a7b3cb;
	color: var(--color-menu-admin-text);
    font-size: 20px;
	display:block;
	margin-top: -14px!important;
}
.ds #column-left #menu > li > a.parent:after {
	display:none;
	margin-top: 14px!important;
}
.ds #column-left #menu > li a.parent:after {
	margin-top: 0px!important;
}
.ds #column-left.active #menu > li.open li > a.parent:after {
	margin-top: 0px!important;
}

.ds #menu li > li.open > a.parent:after, 
.ds #menu li > li a.parent:after {
	margin-top: -14px!important;
}



.ds #column-left #menu > li > ul {
  margin-left: -5px;
}
.ds #column-left #menu li.active li a {
  padding: 1rem 1.4rem;
}
.ds #column-left #menu li ul a {
    padding: 0.9rem 1.3rem 0.9rem 2.2rem;
    text-align: left;
    line-height: 0.875rem;
    font-size: 0.875rem;
}
}

.ds #column-left #menu li.active li ul a {
  padding: 0.9rem 1.3rem 0.9rem 2.2rem;
  text-align: left;
 line-height: 0.875rem;
    font-size: 0.875rem;
}
.ds #column-left #menu li li li ul a {
  padding: 0.9rem 1.3rem 0.9rem 3.2rem;
  text-align: left;
 line-height: 0.875rem;
    font-size: 0.875rem;
}
.ds #column-left #menu li li li li ul a {
  padding: 0.9rem 1.3rem 0.9rem 4.2rem;
  text-align: left;
 line-height: 0.875rem;
    font-size: 0.875rem;
}


.ds #column-left.active #menu > li > ul {
  margin-left: 0px;
} 
.ds #column-left.active #menu li ul a {
  padding: 0.9rem 1.3rem 0.9rem 3.5rem;
  text-align: left;
  line-height: 0.875rem;
  font-size: 0.875rem;
}
.ds #column-left.active #menu li li ul a {
  padding:  0.9rem 1.3rem  0.9rem 4.2rem;
  text-align: left;
   line-height: 0.875rem;
  font-size: 0.875rem;
  background-color: #353f54;
}
.ds #column-left.active #menu li li li ul a {
  padding:  0.9rem 1.3rem  0.9rem 6.2rem;
  text-align: left;
  line-height: 0.875rem;
  font-size: 0.875rem;
  background-color: #dcdde4;
}
.ds #column-left.active #menu li li li li ul a {
  padding:  0.9rem 1.3rem  0.9rem 8.2rem;
  text-align: left;
   line-height: 0.875rem;
  font-size: 0.875rem;
}


/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
  .ds #column-left.active {
    overflow: auto;
  }
  .ds #column-left.active + #content {
    margin-left: 17.3125rem;
  }
  .ds #column-left.active + #content + #footer {
    margin-left: 17.3125rem;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .ds #column-left.active + #content {
    position: relative;
    left: 0rem;
  }
  .ds #column-left.active + #content + #footer {
    position: relative;
    left:0rem;
  }
}
.ds #column-left.active {
	width: 17.3125rem;
}

.ds #column-left.active #menu li i {
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #a7b3cb;
    color: var(--color-menu-admin-text);
    line-height: 15px;
    vertical-align: text-top;
	position: absolute;
    left: 25px;
}
.ds #column-left.active #menu > li > a > span {
	display: flex;
    text-align: left;
    position: initial;
}
.ds #column-left.active #menu > li > ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	visibility: visible;
}
/* footer */
#footer {
    text-align: left;
	height: auto;
    background-color: #efefef;
	background-color: var(--default-bgc);
    padding: 1rem 2rem;
    font-size: 12px;
}
.log-container-inner #footer {
    height: 85px;
    text-align: left;
    background-color: #efefef;
	background-color: var(--default-bgc);
    padding-top: 2rem;
    font-size: 12px;
}
.ds.inner #footer {
	background-color: #fff;
}

/* Scrollbar */
.ds #column-left::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 7px;
  background-color: #efefef;
}
.ds #column-left::-webkit-thumb:hover {
  cursor: pointer;  
  transition: background-color 200ms linear,width 150ms linear;
  background-color: #f1f1f1;
}
.ds #column-left::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(116, 129, 148, .3)
}

.ds #column-left {
  scrollbar-color: rgba(116, 129, 148, .3) transparent;
  scrollbar-width: thin
}
.ds #column-left::-webkit-scrollbar-thumb {
  background-color: #c1c1c1
}

.ds #column-left::-webkit-scrollbar-thumb {
  background-color: #c1c1c1
}

.ds #column-left::-webkit-scrollbar-thumb {
  background-color: #c1c1c1
}

.ds #column-left {
  scrollbar-color: #c1c1c1 transparent
}

/* Table */
.ds  #button-menu {
	display: inline-block;
    z-index: 1000;
    color: #262626;
    border: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
       font-size: 18px;
    padding: 10px;
    line-height: 0;
	    padding-left: 4px;
}
.ds .active #button-menu {
  text-align: left;
}
.ds .active #menu {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 100;
  margin-top: 0px;
} 
.ds #menu {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 100;
  margin-top: 0px;
}
.ds #column-left #profile h4,
.ds #column-left #profile small {
  display: none;
}
.ds #column-left.active #profile h4,
.ds #column-left.active #profile small {
  display: block;
}
.ds #header .nav > li > a {
  line-height: 38px;
  cursor: pointer;
  color: #383b48;
  border: 0;
}
.ds .nav .open > a,
.ds .nav .open > a:hover, 
.ds .nav .open > a:focus {
  border-color: #edf2f9;
  background-color: transparent;
}
.ds .nav > li > a:hover, 
.ds .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.ds #menu > li:hover {
  cursor: pointer;
} 
.ds #menu > li:hover a {
	color: #fff;
	background-color: #424b5f;
	background-color: var(--color-menu-admin-text-hover);
}
.ds #menu > li:hover a > li a {
  background-color: #faf9fa;
}
.ds #menu li li.active a {
    background-color: #364050;
}
.ds #menu li li:hover a  {
  background-color: #303946;
}
.ds #menu > li li:hover a > li a {
  background-color: #faf9fa;
}

.ds #menu > li li li:hover a > li a {
  background-color: #e2e3ea;
}
.ds #column-left.active #menu li ul li ul li:hover a {
	background-color: #2d384e;
}
 .ds #column-left #menu li.active li ul li.active a {
	background-color: #303946; 
 }
 
/* Временный костыль, переделать! */
.ds .navbar-static-top {
  z-index: 1030;
  border-bottom: 1px solid #e5e5e5 !important;
}
.ds .navbar-static-top.active {
  z-index: 1030;
  margin-left: 19.3125rem;
  padding: 0 2.5rem;
}
.ds main {
  position: relative;
  padding: 0 2rem;
  display: inline-block;
  width: 100%;
  background-color: #efefef;
  background-color: var(--default-bgc);
      min-height: 80vh;
}
.ds .inform-item {
  position: relative;
  display: inline-block;
  float: left;
  width: auto;
}
.ds .inform-title {
  font-size: 1rem;
  color: #1b1d38;
  color: var(--default);
}
.ds .inform-current {
  position: relative;
  display: inline;
  color: #1b1d38;
  color: var(--default);
}
.ds .caret {
    border-bottom-color: #757b8d!important;
    border-top-color: #757b8d!important;
    width: 0;
    content: '';
    height: 0;
    margin-left: 0.125rem;
    vertical-align: middle;
    border-top: 0.3125rem solid;
    border-right: 0.3125rem solid transparent;
    border-left: 0.3125rem solid transparent;
    margin-top: -0.15rem;
}
.ds .inform-current.select:hover {
  color: #4d67ee;
  color: var(--icon-active-color);
  cursor: pointer;
  font-family: "SegoeUIRegular",sans-serif;
  font-weight: 400 !important;
}
.ds .inform-detail {
  position: absolute;
  top: 2.5rem;
  display: none;
  padding: 1.5rem 0;
  width: 13rem;
  left: -1rem;
  background-color: #fff;
}
.ds .inform-detail.open {
  display: block;
}
.ds .inform-detail li {
  padding: 0.725rem 1.5rem;
  color: #1b1d38;
  color: var(--default);
  border-top: 1px solid #ebecef !important;
}
.ds .inform-detail li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
  color: #4d67ee;
  color: var(--icon-active-color);
}
.ds .inform-detail li:last-child {
  border-bottom: 1px solid #ebecef !important;
}
.ds .title-content {
  font-family: "SegoeUIBold",sans-serif;
  margin-bottom: 1.4rem;
  display: block;
  position: relative;
  width: 100%;
  font-weight:600;
}

.ds .subtitle-content {
  font-family: "SegoeUIRegular",sans-serif;
  margin-bottom: 2rem;
  display: block;
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-weight:400;
}
.ds .balance-summ::before {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 2.125rem;
  background: #eaebee ;
  right: -1.125rem;
  content: '';
}
.ds .balance-summ::after{
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 2.125rem;
  background: #eaebee ;
  left: -1.125rem;
  content: '';
}
.ds #column-left.no-icon.active #menu li i {
  display: none;
}
.ds .ui-widget-shadow {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
}
.ds .ui-widget-shadow,
.ds .tooltip-inner{
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  box-shadow: none;
}
.ds .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.ds .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ds .accord .has-children {
  margin-top: -1px;
  padding: 0;
  list-style: none;
}
.ds .accord .accord-menu input[type=checkbox], 
.ds .accord .accord-menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.ds .accord .accord-menu label, 
.ds .accord .accord-menu a {
  padding-right: 50px;
}
.ds .accord .accord-menu label {
  cursor: pointer;
}
.ds .accord .accord-menu label, 
.ds .accord .accord-menu a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #383b48;
  padding: 25px 45px 25px 25px;
  font-style: normal;
  margin-bottom: 0;
}
.ds .accord .accord-menu label::after {
  background: none;
  border: 0;
  content: "\e911";
  color: #a2b0c0;
  float: right;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  font-family: 'initium' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 44%;
  right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.ds .accord .accord-menu input[type=checkbox]:checked + label::after {
  color: #383b48;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ds .accord .accord-menu ul {
  display: none;
  padding: 0;
  list-style: none;
}
.ds .accord .accord-menu input[type=checkbox]:checked + label + ul {
  border-top: 1px solid #edf2f9 !important;
}
.ds .accord .accord-menu input[type=checkbox]:checked + label + ul,
.ds .accord .accord-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.ds .accord .accord-menu .has-children {
  border-bottom: 1px solid #edf2f9 !important;
}
.ds .accord .accord-menu .has-children:last-child ul,
.ds .accord .accord-menu .has-children:last-child {
  border: 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.ds .accord .accord-menu .has-children:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.ds .accord .accord-menu .has-children:hover {
  background-color: #e7eaf7;
}
.ds .accord .accord-menu .has-children:hover label::after,
.ds .accord .accord-menu .has-children:hover label {
  color: #3575ff;
}
.ds .header-nav-icon-wrapper  {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.ds .header-nav-icon {
  width: 10px;
  height: 14px;
  margin-top: -2px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
}
.ds .open .header-nav-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.ds #header .nav li.open .decard-inform{
  color: #5655dd;
}
.ds #profile h4 {
  margin-top: 0px;
  font-size: 1rem;
  margin-bottom: 0;
  font-family: "Roboto",sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-style: normal;
  color:#fff;
}

.ds .profile-item small {
  font-size: 14px;
  padding-right: 20px;
  font-family: "Roboto",sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  font-style: normal;
}

.ds .daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0;
  max-width: none;
  padding: 0;
  margin-top: 0px;
  top: 100px;
  left: 20px;
  z-index: 15001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  -webkit-box-shadow: 0px 20px 31px 4px rgba(73, 54, 154, 0.17)!important;
  -moz-box-shadow: 0px 20px 31px 4px rgba(73, 54, 154, 0.17)!important;
  box-shadow: 0px 20px 31px 4px rgba(73, 54, 154, 0.17)!important;
  margin-top: 1rem;
  font-family: 'SegoeUIRegular',sans-serif;
  font-weight: 400;
}
.ds .arrow-step {
  position: absolute;
  display: block;
  right: 50px;
  top: 38px;
  font-size: 18px;
  color: #0b1727;
}
.ds .circle-inner .arrow-step {
  position: absolute;
  display: block;
  right: 18px;
  top: 21px;
  font-size: 18px;
  color: #0b1727;
}

.ds .card-custom-punct [aria-expanded="false"] .arrow-step i {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);    
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ds .card-custom-punct [aria-expanded="true"] .arrow-step i {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);    
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5282ff;
}
.ds .card-custom-punct [aria-expanded="false"] .card-header.border-bottom {
  border-bottom: 1px solid transparent!important;
}
.ds .card-custom-punct [aria-expanded="false"] .card-header:first-child {
  border-radius: .75rem;
}

.ds .log-container-outer {
	position: relative;
    width: 100%;
    height:100vh;
}

.ds .log-container-inner {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin: 20px 0
}
.ds .log-forgotten {
	color: #5282ff !important;
    color: var(--text-primary);
	font-family: 'Roboto', sans-serif;
	font-family: var(--font-family-sans-serif);
	font-size: 14px;
	position: relative;
    display: block;
}
.ds .header-wrapper-outer {
	position: relative;
    display: flex;
	height: 70px;
	width: 100%;
	background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.ds .header-wrapper-inner {
	width: 100%;
    margin: auto;
}
.ds .header-logo {
	font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-size: 18px;
    font-weight: 500;
	color: #262626;
	color: var(--default);
	padding-left: 60px;
	z-index:50;
	position: relative;
    display: inline-block;
	max-width: 310px;
    width: 100%;
	line-height:18px;
}
.ds .header-logout {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    right: 24px;
    z-index: 100;
    top: 15px;
    font-weight: 600;
    color: #262626;
}
.ds .header-balance {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    left: 310px;
    z-index: 100;
    top: 17px;
    display: block;
    font-weight: 600;
    text-align: left;
}
.ds .header-users .info,
.ds .header-disk .info,
.ds .header-balance .info {
	position:relative;
	display:inline-block;
}
.ds .header-users .btn-cube,
.ds .header-disk .btn-cube,
.ds .header-balance .btn-cube {
	margin-top: -19px;
}
.ds .header-users label,
.ds .header-disk label,
.ds .header-balance label {
	display: block;
    margin-bottom: 0;
    font-size: 0.85rem;
    font-weight: 400;
    color: #748194;
}
.ds .header-users span,
.ds .header-disk span,
.ds .header-balance span {
	font-size: 0.95rem;
    color: #151515;
}

.ds .header-diskspace {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    right: 300px;
    z-index: 100;
    top: 14px;
    font-weight: 600;
}
.ds .header-diskspace i {
    margin-left: -25px;
    margin-top: 1px;
}
.ds .button-menu-header {
	position: absolute;
    left: 20px;
    top: 16px;
	z-index:100
}
.ds .header-disk {
	position: absolute;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    left: 500px;
    z-index: 100;
    top: 17px;
    display: block;
    font-weight: 600;
    text-align: left;
}

.ds .header-users {
	position: absolute;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    left: 735px;
    z-index: 100;
    top: 17px;
    display: block;
    font-weight: 600;
    text-align: left;
}

.ds header#header {
	z-index: 10000;
    position: fixed;
    border: 0px solid transparent;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
}
.ds .page-header {
    vertical-align: middle;
    margin: 0;
    padding: 1rem 2rem;
    border-bottom: none;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.ds .page-header h4 {
	font-weight: 500;
    font-style: normal;
    font-size: 16px;
}
.ds .card ul {
	position: relative;
    display: block;
    margin-left: 18px;	
	font-family: 'Roboto', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}
.ds .alert-push {
	position: absolute;
    bottom: -100vh;
    right: 16px;
    margin-bottom: 65px;
	z-index: 100
}

.ds .list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.ds 	.menuetc.accord .link {
    display: block;
}
.ds #content .accord .cd-accordion-menu,
.ds .menuetc.accord .cd-accordion-menu {
    width: 100%;
    padding: 0;
}
.ds .menuetc.accord .link {
    display: block;
}

.ds .menuetc.accord .cd-accordion-menu a {
    color: #0b2543;
    font-size: 15px;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: 600;
    padding: 10px 0;
    border: 0;
}
.ds .list-group-item:first-child,
.ds .list-group-item:last-child {
    border-radius: 0;
}
.ds .list-group .deep0 {
    padding: 10px 15px 10px 25px;
}
.ds #content .accord ul .has-children,
.ds .menuetc.accord ul .has-children {
    margin-top: -1px;
    padding: 0;
    list-style: none;
}
.ds #content .accord .cd-accordion-menu input[type=checkbox], 
.ds .menuetc.accord .cd-accordion-menu input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.ds #content .accord .cd-accordion-menu label,
.ds .menuetc.accord .cd-accordion-menu label {
    cursor: pointer;
}
.ds .menuetc.accord .cd-accordion-menu label {
color: #262626;
    font-size: 15px;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: 600;
    padding: 10px 0;
    border: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.ds #content .accord .cd-accordion-menu input[type=checkbox]:checked + label i, 
.ds .menuetc.accord .cd-accordion-menu input[type=checkbox]:checked + label i {
     color: #5282ff;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ds .menuetc.accord .cd-accordion-menu label i {
  
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
}
.ds .cd-accordion-menu input[type=checkbox] + label + ul,
.ds .cd-accordion-menu input[type=checkbox] + label:nth-of-type(n) + ul {
	padding-left: 10px;
}


.ds .cd-accordion-menu input[type=checkbox]:checked + label + ul,
.ds .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    display: block;
	padding-left: 10px;
}
.ds #content .accord .cd-accordion-menu ul li,
.ds .menuetc.accord .cd-accordion-menu ul li {
    font-size: 18px;
    color: #003c82;
    list-style: none;
    padding: 0;
}
.ds .menuetc.accord .link a {
 color: #262626;
    font-size: 15px;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: 600;
    padding: 10px 0;
    border: 0;
}

.ds .menuetc.accord .has-children .link a {
 color: #262626;
    font-size: 15px;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: 400;
    padding: 10px 0;
    border: 0;
}
.ds .menuetc.accord .link a:hover,
.ds .menuetc.accord .has-children .link a:hover {
	color: #5282ff;
	color: var(--a-active-color);
	cursor: pointer;
}
.ds .menuetc.accord .list-group-item:active,
.ds .menuetc.accord .list-group-item:focus, 
.ds .menuetc.accord .list-group-item:hover {
	background-color: transparent;
	cursor: pointer;
	
}
.-extension-module-ticket_no_auth.site.ds #content {
    margin-top: 0;
}
.-extension-module-ticket_no_auth.site.ds .page-header {
	display: none;
}
.-extension-module-ticket_no_auth.site.ds main {
    padding-top: 145px;
    background-color: #fff;
    max-width: 1430px;
    margin: 0 auto;
    display: block;
	padding-left: 0;
	padding-right: 0;
}

.ds .custom-control-label a {
	color: #5282ff;
}

.ds.promo #column-left{
	padding: 0;
    position: sticky;
    display: inline-block;
    height: auto;
    max-height: initial;
    z-index: 0;
    top: 185px;
    background-color: #fff;
	width: 25%;
}

.ds.promo .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 0px;
}
.ds.promo[class^=information-information-]:not(.modal-open) p {
	font-size: 18px;
	line-height: 30px;
}
.ds.promo[class^=information-information-]:not(.modal-open) p b {
	font-weight: 600;
}
.ds.promo[class^=information-information-]:not(.modal-open) ul li,
.ds.promo[class^=information-information-]:not(.modal-open) p ul li {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 7px;
}
.ds.promo[class^=information-information-]:not(.modal-open) ul {
	margin-left: 18px;
}

.ds.promo[class^=information-information-]:not(.modal-open) .header-menu ul li, 
.ds.promo[class^=information-information-]:not(.modal-open) .header-menu p ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.ds.promo[class^=information-information-] table ul li, 
.ds.promo[class^=information-information-] table p ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}
.ds .title-page {
    position: relative;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 16px;
    color: #637381;
}
.ds .table-dense-panel {
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    border: 0px solid rgba(145, 158, 171, 0.16);
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    box-shadow: rgb(145 158 171 / 16%) 0px 20px 40px -4px;
}
.ds .table-dense-panel h5,
.ds .table-dense-panel h4,
.ds .table-dense-panel h3,
.ds .table-dense-panel h2 {
	padding-bottom: 0;
	color: #1a1b1f;
}


.ds .card.flex .card-body {
    display: flex;
    align-content: center;
    align-items: center;
}
.ds .card.rows .card-body{
	flex-direction: row;
}
.ds .card.column .card-body {
	flex-direction: column;
}

.ds .card-ico-chart {
	width: 50px;
    height: 50px;
    margin-right: 15px;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ds .card-ico-chart.success {
    background-color: rgb(99 179 54 / 16%);
}
.ds .card-ico-chart.success svg {
	fill: rgb(114 205 14);
}
.ds .card-ico-chart.primary {
    background-color: rgb(54 89 179 / 16%);
}
.ds .card-ico-chart.primary svg{
	fill: rgb(65 73 242);
}
.ds .card-ico-chart.danger {
    background-color: rgb(179 54 85 / 16%);
}
.ds .card-ico-chart.danger svg {
	fill: #FF0076;
}
.ds .card-ico-chart.warning {
    background-color: rgb(243 163 30 / 16%);
}
.ds .card-ico-chart.warning svg{
	fill: rgb(247 176 30);
}
.ds .card-ico-chart.default {
    background-color: rgb(249 250 251);
}
.ds .card-ico-chart.default svg{
	fill: rgb(190 195 205);
}
.foot-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 30px;
}
.foot-result {
	font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    color: #637381;
}
.ds #column-left.active .stretch-btn {
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: #33353c;
    outline: 0px;
    margin: 0px;
    padding: 0px 8px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(145, 158, 171);
    border-radius: 12px;
    border: 0;
    height: 40px;
}
.ds .stretch-btn-dash {
	flex-grow: 1;
    border-bottom: 1.5px dashed #fff;
}
.ds .stretch-btn-wrapper {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 24%;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.ds .stretch-btn.active .stretch-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.ds .stretch-btn.active .next, .stretch-btn.active .prew {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}
.ds .stretch-btn .next,
.ds .stretch-btn .prew {
	width: 24px;
    height: 24px;
}
.ds .stretch-block {
	margin: 4px 20px;
}
.ds .stretch-title {
	color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
	font-weight: 500;
    text-transform: uppercase;
}


@media (min-width: 1430px){
	.ds .card.flex .card-body {
		padding: 0;
	}
	.ds .card.flex  {
		padding: 1.5rem;
	}
}
@media (min-width: 1200px){
	.ds .card.flex .card-body {
		padding: 0;
	}
	.ds .card.flex  {
		padding: 1.2rem 1.5rem;
	}
}
@media (min-width: 992px){
	.ds .card.flex .card-body {
		padding: 0;
	}		
	.ds .card.flex  {
		padding: 1rem 1.5rem;
	}
}
@media (min-width: 768px){
	.ds .card.flex .card-body {
		padding: 0;
	}
	.ds .card.flex  {
		padding: 1rem 1.4rem;
	}
}
@media (min-width: 576px){
	.ds .card.flex .card-body {
		padding: 0;
	}
	.ds .card.flex  {
		padding: 1rem 1.2rem;
	}
}
.ds .img-thumbnail..img-avatar-wrapper{
	border: 2px solid #eff2f8;
}
.ds a.img-thumbnail.img-avatar-wrapper:hover,
.ds .img-thumbnail.img-avatar-wrapper img,
.ds .img-thumbnail.img-avatar-wrapper {
    border-radius: 50%;
}
.ds .img-thumbnail img {
    transition: opacity .3s;
}
.ds .img-avatar-wrapper,
.ds .img-thumbnail.img-avatar-wrapper {
	width: 144px;
    height: 144px;
    margin: auto;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    align-items: center;
    position: relative;
    justify-content: center;
    border: 1px dashed rgba(145, 158, 171, 0.32);
}
.ds .img-avatar-block {
    z-index: 7;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    color: rgb(145, 158, 171);
    background-color: rgb(244, 246, 248);
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.ds .img-avatar-block img {
	z-index: 9;
	width: 100%;
    height: 100%;
	filter: blur(0);
	transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: filter .3s,-webkit-filter .3s;
}
.ds .img-avatar-subwrap {
	 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
	 position: absolute;
	z-index: 8;
	transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.ds .img-avatar-subwrap svg {
	width: 24px;
    height: 24px;
    margin-bottom: 8px
}
.ds .img-avatar-subwrap .img-avatar-info {
	font-size: 12px;
    font-family: 'Open Sans',sans-serif;
}
.ds .img-avatar-block:hover  {
	background-color: rgb(36 36 36);
}
.ds .img-avatar-block:hover img {
	z-index: 6;
	opacity: 0.4!important;
} 
.ds .img-avatar-block:hover .img-avatar-subwrap{
    z-index: 9;
    opacity: 1!important;
    color: #fff;
	fill:#fff;
}
.ds .client-status-info {
	display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
}
.ds .client-image-params {
	display: flex;
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #748194;
    font-weight: 400;
}
.ds .card-info-title {
    width: 100%;
    z-index: 100;
    padding-top: 0rem;
    position: relative;
    display: block;
    line-height: 1.2rem;
    font-size: 13px;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    color: #637381;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 18px;
    text-transform: uppercase;
}