@keyframes chartjs-render-animation {
  from {
    opacity:.99
  }

  to {
    opacity:1
  }
}

.container-module {
    margin-top: -164px;
	max-width: 1000px;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px){
	.container-module {
/*		max-width: 1000px;
		padding: 20px;	*/
	}
}

.container-module h2 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.container-module h2 img {
    max-width: 100%
}

.container-module h2 a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-image: url(/img/icons-sprite.png?v2);
  background-position: 0px -43px;
  margin-right: 20px;
  vertical-align: middle;
}

.container-module>a,
.container-module>span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #5d9cec;
    text-decoration: none
}

.container__head span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #5D9CEC;
}

.diagram {
	position: relative; 
}
.diagram:before,
.diagram:after {
	content: " ";
	display: table;
}
.diagram:after {
	clear: both;
}

.diagram__tools {
	justify-content: space-between;
	margin-top: 40px
}

.diagram__tools,
.diagram__tools-date {
	display: flex;
	align-items: center
}

.diagram__tools-date>a {
	margin-right: 5px;
	font-size: 12px;
	line-height: 100%;
	color: #000;
	border-radius: 13px;
	display: inline-block;
	padding: 6px 8px
}

.diagram__tools-date>a.active {
	background: linear-gradient(0deg, #e9eaed, #e9eaed), #d9d9d9
}

.diagram__tools-date>a:last-child {
	margin-right: 0
}

.diagram__tools-date>a:hover {
	background: linear-gradient(0deg, #5d9cec, #5d9cec), #d9d9d9;
	color: #fff
}

select.select {
	background: linear-gradient(0deg, #e4e8ec, #e4e8ec), linear-gradient(0deg, #5d9cec, #5d9cec), #fff;
	border-radius: 13px;
	border: none;
	padding: 5px 10px;
	margin-right: 5px;
	cursor: pointer
}

.table-responsive {
	display: block;
	width: 100%;
	min-height: .01%;
	overflow-x: auto
}

.table-responsive>p {
	font-size: 16px;
	line-height: 21px
}

.table.withPadding td {
	line-height: 18px;
	padding: .25rem .75rem
}

.table.withPadding td .info__ip {
	font-size: 12px
}

.table-striped-custom tbody tr:nth-child(n+5),
.table-striped tbody tr:nth-child(2n) {
	background-color: rgba(0, 0, 0, .05)
}

.table-striped-custom tbody tr:nth-child(n+9) {
	background-color: transparent
}

.table-striped-custom tbody tr:nth-child(n+13) {
	background-color: rgba(0, 0, 0, .05)
}

.table-striped-custom tbody tr:nth-child(n+17) {
	background-color: transparent
}

.table-striped-custom tbody tr:nth-child(n+21) {
	background-color: rgba(0, 0, 0, .05)
}

.table-striped-custom tbody tr:nth-child(n+25) {
	background-color: transparent
}

.table-striped-custom tbody tr:nth-child(n+29) {
	background-color: rgba(0, 0, 0, .05)
}

.table-striped-custom tbody tr:nth-child(n+33) {
	background-color: transparent
}

.table-striped-custom tbody tr:nth-child(n+37) {
	background-color: rgba(0, 0, 0, .05)
}

.table-striped-custom tbody tr:nth-child(n+41) {
	background-color: transparent
}

.table-striped-custom tbody tr:nth-child(n+45) {
	background-color: rgba(0, 0, 0, .05)
}

.table-striped-custom tbody tr:nth-child(n+49) {
	background-color: transparent
}

.table-striped-custom tbody tr:nth-child(n+53) {
	background-color: rgba(0, 0, 0, .05)
}

.table-striped-custom tbody tr:nth-child(n+57) {
	background-color: transparent
}

.table-striped-custom tbody tr:nth-child(n+60) {
	background-color: rgba(0, 0, 0, .05)
}

.table-striped-custom tbody tr:nth-child(n+64) {
	background-color: transparent
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem
}

.table .table tbody tr:hover {
	background-color: rgba(0, 0, 0, .09)
}

.table thead th {
	border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	line-height: 16px;
	color: #929292;
	border-top: none;
	text-align: left;
	padding: .75rem
}

.table td,
.table th,
.table thead th {
	vertical-align: middle;
	font-weight: 400
}

.table td,
.table th {
	padding: 0 .75rem;
	border-top: 1px solid #eaeaea;
	font-size: 14px;
	line-height: 30px;
	color: #000
}

table {
	border-collapse: collapse;
	background-color: transparent
}

td[rowspan="4"] {
	vertical-align: top
}

span.empty {
	color: #dedede;
	font-size: 19px
}

a.nav_back {
	float: right;
	height: 35px;
	background: #5d9cec;
	border-radius: 18px;
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	margin-left: 10px;
	border: none;
	outline-style: none;
	cursor: pointer;
	transition: all .3s;
	text-decoration: none;
}

a.nav_back:hover {
	opacity: .6
}

.text-right {
	text-align: right
}

table.table-striped td p {
	padding: 0;
	margin: 0
}

.calendar-range {
	text-align: right;
	position: relative;
	float: right
}

.calendar-range input[name=daterange],
body .adm-workarea .calendar-range input[name=daterange] {
	background: linear-gradient(0deg, #e9eaed, #e9eaed), #d9d9d9;
	font-size: 12px;
	line-height: 100%;
	color: #000;
	border-radius: 13px;
	display: inline-block;
	padding: 6px 8px;
	height: auto;
	box-shadow: none;
	border: none;
	min-width: 165px;
}

.calendar-range span {
	color: #fff;
	border: solid #000;
	border-width: 0 1px 1px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: absolute;
	right: 13px;
	top: 7px
}

.type_COUNTER td,
.type_COUNTER td p {
	color: #00f
}

.icon-1 {
	background-image: url(/img/~sprite.png);
	background-position: 0px 0px;
	width: 36px;
	height: 36px;
}

.icon-2 {
	background-image: url(/img/~sprite.png);
	background-position: -36px 0px;
	width: 36px;
	height: 36px;
}

.icon-3 {
	background-image: url(/img/~sprite.png);
	background-position: 0px -36px;
	width: 36px;
	height: 36px;
}

.icon-4 {
	background-image: url(/img/~sprite.png);
	background-position: -36px -36px;
	width: 36px;
	height: 36px;
}

.icon-5 {
	background-image: url(/img/~sprite.png);
	background-position: -72px 0px;
	width: 36px;
	height: 36px;
}

.icon-6 {
	background-image: url(/img/~sprite.png);
	background-position: -72px -36px;
	width: 36px;
	height: 36px;
}

.icon-7 {
	background-image: url(/img/~sprite.png);
	background-position: 0px -72px;
	width: 36px;
	height: 36px;
}

.icon-8 {
	background-image: url(/img/~sprite.png);
	background-position: -36px -72px;
	width: 36px;
	height: 36px;
}

.gen-data {
	display: flex;
	overflow-x: auto;

}

.gen-data__side {
	margin-top: 30px;
}

.gen-data__side_left {
	width: 40%;
	border-right: 1px solid #DADADA;
	padding-right: 0;
	min-width: 340px;
}

.gen-data__side_right {
	padding-left: 15px;
	flex-grow: 1;
	width: 60%;
	min-width: 450px;
}

.stat-data {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
}

.stat-data__item {
	width: 44%;
	display: flex;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 0 10px;
}

.stat-data__item:nth-child(1),
.stat-data__item:nth-child(2) {
	margin-top: 0;
}

.stat-data__image {
	min-width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-image: url(../img/icons-sprite.png?v2);
}
.table-wrapper table .stat-data__image {
	display: inline-block;
}

.table-wrapper table .flex {
	display: flex;
	align-items: center;
}
.table-wrapper table .flex > div:first-child {
	margin-right: 10px;
}

.stat-data__image_users {
	background-position: 0px 0px;
}

.stat-data__image_new-users {
	background-position: -56px 0px;
}

.stat-data__image_sessions {
	background-position: -112px 0px;
}

.stat-data__image_sessions-by-user {
	background-position: -168px 0px;
}

.stat-data__image_views {
	background-position: -224px 0px;
}

.stat-data__image_views-by-session {
	background-position: -280px 0px;
}

.stat-data__image_average-session {
	background-position: -336px 0px;
}

.stat-data__image_failures {
	background-position: -392px 0px;
}

.stat-data__image_confirm {
	background-position: -145px -80px;
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.stat-data__image_click_reinvest {
	background-position: -173px -80px;
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.stat-data__image_reinvest {
	background-position: -197px -80px;
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.stat-data__image_personaldata {
	background-position: -225px -80px;
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.stat-data__image_info {
	background-position: -86px -80px;
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.stat-data__image_click {
	background-position: -115px -80px;
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.stat-data__content {
	padding-left: 10px;
}

.stat-data__title {
	font-size: 12px;
	line-height: 14px;
}

.stat-data__value {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}

.data-tabs {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding-left: 0;
}

.data-tabs__item {
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #E4E8EC;
	border-radius: 13px;
	padding: 2px 9px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.data-tabs__item:not(.default):hover,
.data-tabs__item.current {
	background-color: #5D9CEC;
	color: #fff;
}
.head-button.data-tabs__item.data-tabs__item-full > a {
	position: relative;
	padding-right: 15px;
}
.head-button.data-tabs__item.data-tabs__item-full span {
	color: #fff;
	border: solid #000;
	border-width: 0 1px 1px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	top: 1px;
}
.head-button.data-tabs__item.data-tabs__item-full:hover span {
	border: solid #fff;
	border-width: 0 1px 1px 0;
}
.head-button.data-tabs__item.data-tabs__item-full-collapse > a {
	position: relative;
	padding-right: 15px;
}
.head-button.data-tabs__item.data-tabs__item-full-collapse span {
	color: #fff;
	border: solid #000;
	border-width: 0 1px 1px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-135deg);
	position: absolute;
	right: 0px;
	top: 6px;
}
.head-button.data-tabs__item.data-tabs__item-full-collapse:hover span {
	border: solid #fff;
	border-width: 0 1px 1px 0;
}

.tabs-content {
	margin-top: 20px;
}

.tabs-content__item {
	display: none;
}

.tabs-content__item.current {
	display: block;
}

.data-table {
	width: 100%;
}

.data-table thead th {
	color: #929292;
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px solid #EAEAEA;
	padding: 10px;
	text-align: left;
	font-weight: 300;
}

.data-table tbody td {
	border-bottom: 1px solid #EAEAEA;
	font-size: 13px;
	line-height: 16px;
	padding: 3px 10px;
	color: #000;

}

.data-table tbody td.data-table__country {
	padding-left: 0;
	min-width: 100px;
	max-width: 200px;
}
.data-table tbody td a {
	color: #5D9CEC;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.data-table tbody td a:hover {
	text-decoration: underline;
	color: #307ae7;
}
.data-table td.data-table__users,
.data-table th.data-table__users {
	text-align: right;
}

.data-table__percentage {
	display: flex;
	align-items: center;
}

.data-table__percentage span {
	display: block;
}

.data-table__percentage span:first-child {
	margin-right: 5px;
	height: 10px;
	background: #5D9CEC;
	position: relative;
}

.data-table__percentage span:last-child {
	font-size: 14px;
	color: #000000;
}

.data-table-wrapper {
	height: 323px;
	overflow: hidden;
}
.data-table-wrapper.scrollbar-inner {
	height: 323px;
	overflow-y: auto;
}

.data-table-wrapper.scroll-wrapper.scrollbar-inner {
	padding-right: 20px;
}


/*************** SIMPLE INNER SCROLLBAR ***************/

.data-table-wrapper.scrollbar-inner > .scroll-element,
.data-table-wrapper.scrollbar-inner > .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.data-table-wrapper.scrollbar-inner > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.data-table-wrapper.scrollbar-inner > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.data-table-wrapper.scrollbar-inner > .scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 6px;
}

.data-table-wrapper.scrollbar-inner > .scroll-element .scroll-element_outer {
	overflow: hidden;
}

.data-table-wrapper.scrollbar-inner > .scroll-element .scroll-element_outer,
.data-table-wrapper.scrollbar-inner > .scroll-element .scroll-element_track,
.data-table-wrapper.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.data-table-wrapper.scrollbar-inner > .scroll-element .scroll-element_track {
	opacity: 0;
}

.data-table-wrapper.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #DADADA;
	cursor: pointer;
}
.data-table-wrapper.scrollbar-inner > .scroll-element.scroll-x {
	display: none;
}

.data-table-wrapper.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	display: none;
}

.data-table-wrapper.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}

.data-table-wrapper.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	display: none;
}

.data-table-wrapper.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}

.head-button {
	float: left;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 12px;
	line-height: 20px;
	text-align: left;

	color: #000000;
}

.detail-data {

	width: 100%;
	background-color: #fff;
	margin-top: 20px;
}

.detail-data thead th {
	vertical-align: middle;
	padding: 10px;
	font-size: 12px;
	line-height: 12px;
	color: #929292;
	border-bottom: 1px solid #EAEAEA;
	text-align: left;
	font-weight: 300;
}
.detail-data tbody td {
	padding: 5px 10px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	min-width: 100px;
}
.detail-data tbody td:nth-child(1) {
	min-width: 300px;
}
.detail-data tbody td:nth-child(3)  {
	min-width: 0px;
}
.detail-data tbody td:nth-child(4)  {
	word-break: break-word;
}
.detai-data__sorting {
	cursor: pointer;
	position: relative;
	padding-right: 13px;

}
.detai-data__sorting:after {
	content: '';
	display: block;
	width: 8px;
	height: 5px;
	background-image: url(../img/icons-sprite.png?v2);
	background-repeat: no-repeat;
	background-position: -332px -55px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.detail-data__col {
	display: flex;
}
.detail-data__col-icon {
	margin-right: 10px;
	width: 24px;
	min-width: 24px;
	height: 24px;
	background-image: url(../img/icons-sprite.png?v2);
	background-repeat: no-repeat;
}
.detail-data__col-icon_child {
	background-position: -56px -52px;
}
.detail-data__col-icon_person-gray {
	background-position: -88px -52px;
}
.detail-data__col-icon_person-green {
	background-position: -119px -52px;
}
.detail-data__col-icon_person-red {
	background-position: -149px -52px;
}
.detail-data__col-icon_child-gray {
	background-position: -56px -80px;
}

.detail-data__col-title {
	display: inline-block;
	color: #5D9CEC;
	cursor: pointer;
	padding-bottom: 3px;
	position: relative;
}
.detail-data__col-title a {
	text-decoration: underline;
}
.detail-data__tooltip {
	display: none;
	position: absolute;
	top: 100%;
	left: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	font-size: 14px;
	line-height: 20px;
	z-index: 100;
	color: #000000;
	padding: 10px;
	min-width: 150px;
	transform: translateX(-50%);
}
.detail-data__tooltip a {
	color: #5D9CEC;
}

.detail-data__col-contact {
	padding-left: 16px;
	position: relative;
	font-size: 13px;

}
.detail-head__content .detail-data__col-contact {
	font-size: 16px;
}
.detail-data__col-contact:before {
	content: '';
	background-image: url(../img/icons-sprite.png?v2);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);

}
.detail-data__col-contact_mail:before {
	width: 10px;
	height: 8px;
	background-position: -316px -52px;
}
.detail-data__col-contact_phone:before {
	width: 10px;
	height: 10px;
	background-position: -316px -64px;
}
.table-wrapper {
	overflow-x: auto;
	position: relative;
	min-height: 200px;
	padding-bottom: 40px;
}
.detail-data__info {
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
	margin-top: -20px;
}
.detail-data__info-item {
	margin-right: 30px;
	position: relative;
	padding-left: 17px;
	font-size: 12px;
	line-height: 12px;
	color: #929292;

}
.detail-data__info-item:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid;
}
.detail-data__info-item_complete:before {
	border-color: #5FB91C;
}
.detail-data__info-item_reject:before {
	border-color: #F94300;
}
.detail-head {
	display: flex;
	align-items: center;
	margin: 10px 0px;
}
.detail-head__status {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.detail-head__status-img {
	width: 24px;
	min-width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../img/icons-sprite.png?v2);
	margin-right: 10px;
}
.detail-head__status-img_processing {
	background-position: -247px -52px;
}
.detail-head__status-title {
	font-size: 14px;
	line-height: 15px;
	color: #000000;
}
.detail-head__content {
	display: flex;
	align-items: center;
	border: 1px solid #EAEAEA;
	padding: 10px;
	width: 100%;
}
.detail-head__content .detail-data__col:first-child {
	margin-right: auto;
	padding-left: 0;
}
.detail-head__content .detail-data__col {
	align-items: center;
	padding-left: 25px;
	flex-grow: 1;
}
.detail-head__content .detail-data__col b {
	color: #CFD1D4;
}
.detail-button {
	padding: 10px 0px;
}
.detail-button a.nav_back {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.detail-data__path {
	font-size: 12px;
	color: #929292;
	display: block;

}
.data-table__country .detail-data__path {
	margin-top: 0;
}
.data-table__country .detail-data__path.wrapped {
	word-break: break-all;
}
.modal .btn_form_close {
	height: 35px;
	background: #5d9cec;
	border-radius: 18px;
	font-size: 13px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	display: inline-block;
	margin-top: 15px;
	border: none;
	outline-style: none;
	cursor: pointer;
	transition: all .3s;
}
.modal.show .card.auth__card {
	text-align: center;
}
.form-note {
	font-size: 18px;
}
.table-tooltip {
	display: none;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	font-size: 14px;
	line-height: 20px;
	z-index: 100;
	color: #000000;
	padding: 10px;
	min-width: 150px;
	max-width: 350px;
	transform: translateY(25%);


}
.table-tooltip.show {
	display: block;
}
.head-button.data-tabs__item a {
	color: #000;
	text-decoration: none;
}
.head-button.data-tabs__item:hover a,
.head-button.data-tabs__item a:hover {
	color: #fff;
}
.detail-data tbody td.detail-data__date {
	text-align: left;
	color: #fff;
	background-color: #5D9CEC;
}
.detail-data tbody tr:nth-child(even) {
	background-color: rgba(146, 146, 146, 0.05);
}
.modals {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	display: none;
	background-color: rgba(171,171,171,0.7);
	overflow-y: auto;
}
.modals.show {
	display: flex;
	align-items: center;
	justify-content: center;

}
.modal.show {
	position: relative !important;
}

.data-filter {
	padding: 10px 0px;
}
.data-filter__title {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 10px;
}
.data-filter__info {
	padding: 10px 0px;
}
.data-filter__info span {
	color: #929292;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	background-image: url(../img/icons-sprite.png);
	background-repeat: no-repeat;
	background-position: -347px -64px;
	padding-left: 15px;
}
.data-filter__form {
	background: #F8F8F8;
	border-radius: 3px;
	padding: 15px;
}
.data-filter__row {
	margin-top: 15px;
}
.data-filter__row:first-child {
	margin-top: 0;
}
.data-filter__row_buttons {
	text-align: right;
	margin-top: 0;

}
.data-filter__row-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 5px;
}
.data-filter__row-fields {
	display: flex;
	flex-wrap: wrap;
}
.data-filter__row-field {
	margin-top: 5px;
	margin-right: 10px;
}
.data-filter__label {
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 5px;
	display: block;
}
.data-filter .data-filter__input[type="text"] {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: none;
	height: 26px;
}
.data-filter__checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 20px;
}
.data-filter__checkbox-hidden {
	display: none;
}
.data-filter__checkbox-box {
	width: 18px;
	min-width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	position: relative;
	margin-right: 8px;

}
.data-filter__checkbox-box:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../img/icons-sprite.png?v2);
	background-repeat: no-repeat;
	background-position: -351px -53px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	opacity: 0;
	width: 12px;
	height: 10px;
	transform: translate(-50%,-50%);
}
.data-filter__checkbox-hidden:checked + .data-filter__checkbox-box:before {
	opacity: 1;
}
.data-filter__checkbox-label {
	font-size: 14px;
	line-height: 15px;
}
.data-filter__clear {
	display: inline-block;
	width: 77px;
	height: 26px;
	text-align: center;
	background: linear-gradient(0deg, #E4E8EC, #E4E8EC), linear-gradient(0deg, #5D9CEC, #5D9CEC), #FFFFFF;
	border-radius: 13px;
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.data-filter__clear:hover {
	text-decoration: none;
	color: #fff;
	background: #5D9CEC;
}
.data-filter .data-filter__submit[type="submit"] {
	background-image: none !important;
	background: linear-gradient(0deg, #5D9CEC, #5D9CEC), #FFFFFF !important;
	border-radius: 13px;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	box-shadow: none;
	margin: 0;
	height: 26px;
	width: 69px;
	text-align: center;
	text-shadow: none;
	margin-left: 5px;
	padding: 0 !important;
	font-weight: normal;
}

.data-filter .data-filter__submit[type="submit"]:hover,
.data-filter .data-filter__submit[type="submit"]:active,
.data-filter .data-filter__submit[type="submit"]:focus {
	background-image: none !important;
	background: linear-gradient(0deg, #5D9CEC, #5D9CEC), #FFFFFF !important;
	border-radius: 13px !important;
	box-shadow: none !important;
	padding: 0 !important;
	line-height: 26px !important;
	height: 26px;
}
.data-filter__select {
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.data-filter__select-hidden {
	display: none;
}
.data-filter__select-current {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: none;
	width: 210px;
	height: 26px;
	padding: 0px 5px;
	line-height: 26px;
	cursor: pointer;
	position: relative;
}
.data-filter__select:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/icons-sprite.png?v2);
	background-position: -331px -67px;
	width: 9px;
	height: 5px;
}
.data-filter__select-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	min-width: 100%;
	background-color: #fff;
	z-index: 10;
	border: 1px solid #D8D8D8;
	border-top: none;
	border-bottom: none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-sizing: border-box;
}
.data-filter__select-list.show {
	display: block;
}
.data-filter__select-list div {
	border-bottom: 1px solid #D8D8D8;
	padding: 0px 5px;
	box-sizing: border-box;
	line-height: 26px;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	height: 27px;
}
.data-filter__select-list div:hover {
	background: #D8D8D8;
}
.data-filter__select-list div.current {
	display: none;
}
/* Tabs */

ul#tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	background: #F8F8F8;
	border-radius: 3px;
	padding: 15px 15px 0;
}
ul#tabs-nav li {
	display: inline-block;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
	background-color: #5D9CEC;
	color: #fff;
}

#tabs-nav li a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #E4E8EC;
	border-radius: 13px;
	padding: 2px 9px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}

.active-users {
	display: flex;
	align-items: center;
}
.active-users__inner {
	width: 190px;
	min-width: 190px;
	margin-left: -5px;
	margin-right: 30px;
}
.active-users__chart {
	margin: 0 -20px;
}

.active-users__info {
	margin-right: 30px;
}
.active-users__info__title {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 35px;
}

.active-users__info__list {
	list-style-type: none;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}
.active-users__info__list li {
	margin-bottom: 7px;
	white-space: nowrap;
}
.active-users__info__list li span {
	width: 40px;
	display: inline-block;
}
.active-users__info__list li:last-child {
	margin-bottom: 0;
}
.page-views {
	width: 100%;
}
.page-views__title {
	font-size: 12px;
	line-height: 16px;
	color: #929292;
}

.active-users__chart {
	position: relative;
}
.active-users__chart.hidden:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1;
}
.active-users__chart__button {
	display: inline-block;
	width: 44px;
	min-width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	zoom:0.5;
	-moz-transform:scale(0.5);
	-moz-transform-origin: 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: 50px;
	z-index: 2;
}
.active-users__chart__button.stop {
	background-image: url(../img/icons-sprite.png?v5);
	background-position: -370px 100%;

}
.active-users__chart__button.stop:hover {
	background-image: url(../img/icons-sprite.png?v5);
	background-position: -417px 100%;
}

.active-users__chart__button.play {
	background-image: url(../img/icons-sprite.png?v5);
	background-position: -439px 0;
}
.active-users__chart__button.play:hover {
	background-image: url(../img/icons-sprite.png?v5);
	background-position: -489px 0;
}

.active-users__diagram {
	width: 100%;
}

.active-users__info__list li.char_D{
	color: #81B8FF;
}
.active-users__info__list li.char_M{
	color: #6FB839;
}
.active-users__info__list li.char_T{
	color: #F5A623;
}
.active-users__info__list li.char_N{
	color: #929292;
}
.active-users__info__list li.char_B{
	color: #F94300;
}
.online-diagram-header{
	text-align: center;
	color: #929292;
}


.modalOpen {
    overflow: hidden;
}
.modals.show {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modals {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    background-color: rgba(171,171,171,0.7);
    overflow-y: auto;
}
.modal.show {
    /*top: 10%;*/
    left: 0;
    right: 0;
    margin: 0 auto;	
    display: block;
    position: fixed;
    display: flex;
    padding: 0;
    width: 100%;
    max-width: 530px;
    position: relative !important;
    height: auto;
}
.modal.show>div {
    width: 100%;
}

.modal.show .card.auth__card {
    width: 100%;
}
.modal.show .card.auth__card {
    text-align: center;
}
.modal .card {
    min-height: 100%;
    padding: 32px;	
    font-size: 15px;
}
.modal .card--light {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}
.modal .form__item {
    position: relative;
    margin-right: 16px;
    margin-bottom: 32px;
}
.modal .form, 
.modal .form__item {
    display: flex;
    flex-direction: column;
}

.modal .form__label {
	font-weight: 700;
}

.modal .form__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: calc(8px*-1);
    margin-bottom: calc(8px*-1);
}
.modal .form__control {
    flex-grow: 1;
    margin-right: 8px;
    margin-bottom: 8px;
}
.modal .form__input {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    color: #000;
    padding: calc(8px - 1px) calc(0 - 1px);
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-property: box-shadow,color,border-color,background-color;
    font-weight: 700;
}

.modal .form__item--slip .form__label {
    position: absolute;
    margin-left: 0;
    margin-bottom: 0;
    pointer-events: none;
    color: #929292;
    white-space: nowrap;
    max-width: calc(100% - 0*2);
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: 0 0;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    margin-top: 0;
    transition-property: transform,font-weight;
}
.modal .form__item--slip .form__input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-top: 0;
    min-height: calc(1.375rem + 8px);
    outline: 0;
}

.modal .form__item--slippery .form__label{
	transform:translate3d(0,calc(1rem/-2.25),0) scale(.75)
}

.modal .form__item--slip+.form__item--slip{
	margin-top:calc(8px*-1);
}

.modal .form__item--slip .form__label{
	margin-top:0;
	transition-property:transform,font-weight;
}
.modal .form__item--slip:focus-within .form__label,
.modal .form__item--slippery .form__label{
	transform:translate3d(0,calc(1rem/-1),0) scale(.75);
	font-weight:400;
}
.modal .form__item--slip{
	--form-control-padding-horizontal:0;
	--form-control-borderRadius:0;
}

.form__item.auth__action {
    margin-bottom: 0;
}

.w_form .w_btn__cancel {
    height: 35px;
    background: #e5eeef;
    border-radius: 18px;
    font-size: 13px;
    line-height: 35px;
    color: #9da9aa;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    border: none;
    outline-style: none;
    transition: all .3s;
    cursor: pointer;
    margin-top: 0;
}
.w_form .w_btn__submit {
    height: 35px;
    background: #5d9cec;
    border-radius: 18px;
    font-size: 13px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    margin-left: 10px;
    border: none;
    outline-style: none;
    cursor: pointer;
    transition: all .3s;
}

.modal  .form__field--checkbox {
    display: inline-flex;
    align-items: baseline;	
}
.modal  .form__field--checkbox input[type=checkbox] {
	margin-right: 5px;
}






