/* html5doctor.com/html-5-reset-stylesheet/ */
:root {
	--high-color: #fff;
	--form-color: #FEFEFE;
	--background-color: #f9f9fa;

	--contrast-color: #000;
	--text-color: rgba(0,0,0, 0.9);
	--soft-text-color: rgba(0,0,0, 0.75);

	--success-color: #008000;
	--primary-color: #528FCC;

	--danger-color: #E2000F;
	--danger-color-hover: #E8333F;

	--warning-color: #FFCC00;

	--table-color: #556172;
	--table-color-hover: #767F8D;
	--breadcrumb-hover: #969EA7;

	--table_regular_stroke-color: #D0D3D8;
	--table_regular_stroke_hover-rgb: 229, 230, 233;

	--table_success_stroke-color: #AFD5AF;
	--table_success_stroke_hover-rgb: 212, 231, 213;

	--table_danger_stroke-color: #F2AFB4;
	--table_danger_stroke_hover-rgb: 245, 212, 215;

	--table_warning_stroke-color: #FBE796;
	--table_warning_stroke_hover-rgb: 250, 240, 200;

	--gray-color: #869098;
	--gray-color-hover: #9EA6AD;
	--lightgray-color: #CCCCCC;
	--border-color: rgba(134, 144, 152, 0.4);

	--white-color: #fff;
	--black-color: #000;
	--fade-color: #0009;
	--black20per-color: rgba(0, 0, 0, 0.2);
	--black10per-color: rgba(0, 0, 0, 0.1);
	--gray10per-color: #F3F4F5;
	--gray5per-color: rgba(134, 144, 152, 0.05);

	--shadow-low: 1px 1px 6px 0px rgba(31, 20, 43, 0.15);
	--shadow-high: 1px 1px 8px 0px rgba(31, 20, 43, 0.45);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
prox,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*-  SELF-CLEARING FLOATS
----------------------------------------------------------------------*/
.mod:after,
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mod,
.section {
	zoom: 1;
}


/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow-x: auto;
	background-color: #f9f9fa;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.9);
	scrollbar-width: none;
}

body::-webkit-scrollbar {
	width: 6px;
	height: 12px;
}

h1, .h1 {
	font-size: 24px;
}

h1,
h2 {
	color: var(--soft-text-color);
}

h4, h5, h6 {
	font-size: 16px;
}

button::-moz-focus-inner {
	border: 0;
}

.btn[disabled] {
	cursor: default;
	opacity: .5;
}

button[disabled]:hover {
	-webkit-box-shadow: none;
	        box-shadow: none
}

.box,
div,
section,
nav {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

a:focus {
	outline: 0;
}

button::-moz-focus-inner {
	border: 0;
}

/*хаки для центровки*/
.center-x-y {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.center-x {
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.center-y {
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign-wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
}

.center {
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

.vcenter {
	text-align: left;
	width: 100%;
	vertical-align: middle;
}

/*хаки для центровки*/

.d-block {
	display: block;
}

/*элементы форм*/

.form-group label {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}

.form-group .serviceCompanies-tree label {
    text-transform: none;
}

.inline-block {
	display: inline-block;
}


.dropdown-state {
	min-width: 160px;
}

.dropdown-domain {
	min-width: 350px;
}

.dropdown_info {
	margin-top: -5px;
	padding: 0 0 5px 5px;
	width: 25px;
	height: 25px;
	color: var(--gray-color);
}

.dropdown_info svg {
	width: 100%;
	height: 100%;
}

/*элементы форм*/



/*общее для кнопок*/
.common-btn,
.btn-list a {
    height: 34px;
    display: inline-block;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #fff;
    border: none;
    /*border:2px solid #000;*/
    /*box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.24);*/
    text-transform: uppercase;
    padding: 0 8px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 2px;
    line-height: 34px;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    text-decoration: none !important;
    word-spacing: 5px;
    padding: 0 20px;
    border: 1px solid #000;
    margin-right: 4px;
    white-space: nowrap
}

.common-btn:hover,
.btn-list a:hover {
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.34);
	        box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.34);
}

/*общее для кнопок*/


/*кнопки разные*/

#toast-container .common-btn {
	margin-bottom: 5px;
	margin-top: 15px;
}

.common-btn.outline {
	border-color: #4cc967;
	color: #1a1e26 !important;

	/*background-color:#f2fbf4;*/

}

.common-btn.outline.red-btn {
	border-color: #ed8183;
	color: #1a1e26;

	/*background-color:#f2fbf4;*/

}

button:focus {

	outline: none !important
}

.common-btn:last-child {
	margin-right: 0px
}

.common-btn.outline:hover {
	background-color: #f2fbf4;
}

.common-btn.outline.red-btn:hover {
	background-color: #faf0f1;
}


.common-btn.ok {
	background-color: #4cc967;
	border-color: #4cc967;
}

.common-btn.cancel {
	border-color: #4cc967;
	color: #1a1e26;
	/*background-color:#899ab6;*/

}


.common-btn.gray,
.btn-list a {
	background-color: #bec7d6;
	color: #fff;
}

.common-btn.gray:hover,
.btn-list a:hover {
	background-color: #bec7d6;

}

.common-btn.gray.outline,
.btn-list a {
	background-color: transparent;
	color: #1a1e26;
	border-color: #bec7d6;
}

.btn-list a {
    background-color: #f9f9fa;
}

.common-btn.gray.outline:hover {
	background-color: #f7faff !important
}

.btn-list a:active {
	background-color: #f7faff !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #1a1e26 !important;
	border-color: #bec7d6 !important;

}

.btn-list a:hover {
	background-color: #f7faff !important;
	color: #1a1e26;
	border-color: #bec7d6
}

.btn-list a.selekted {
	background-color: #4cc967 !important;
	border-color: #4cc967 !important;
	color: #fff
}


.common-btn.gray.selekted {

	border-color: #4cc967;
	background-color: #f2fbf4;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;

}

.common-btn.gray.selekted:hover {

	border-color: #4cc967;
	background-color: #f2fbf4 !important;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.34);
	        box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.34);

}

.common-btn.load:hover {
	background-color: #3a79b3;
}


.common-btn.ok:hover {
	background-color: #4cc967;
}

.common-btn.cancel:hover {}






#all-lists {
	background-position: 10px 50%;
	background-repeat: no-repeat;
	width: max-content;
}

.flash {
	background-image: url(/images/gleam.svg);
	background-position: 7px 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
	padding-right: 20px;

}

.common-btn:active {
	-webkit-box-shadow: none;
			box-shadow: none;
}


/*кнопки разные*/



/*общие обертки*/
.all-content {
	width: 100%;
	height: 100%;
}

.main-wrap {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	background-color: rgb(var(--table_regular_stroke_hover-rgb));
}

.background_white {
	background-color : var(--form-color);
}


/*общие обертки*/

/*Главное меню*/
nav {
	position: fixed;
	z-index: 80;
	overflow: hidden;
	top: 40px;
    width: 180px;
	min-height: calc(100% - 40px);
}

.main-menu {
	height: calc(100% - 40px);
	overflow-y: scroll;
	scrollbar-width: none;
}

.main-menu::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.main-menu a {
	display: flex;
	align-items: center;
	height: 50px;
	width: 100%;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}


.main-menu li a:hover {
	background-color: var(--gray10per-color);
}

.inbox-mails {
    background-color: #9b59b6;
    color: #fff;
    font-size: 10px;
    width: 20px;
    border: 2px solid #9b59b6;
    height: 20px;
    border-radius: 100%;
    display: block;
    line-height: 16px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    position: absolute;
    top: 18px;
    right: 12px;
}

nav.mini .inbox-mails {
	right: 5px;
	top: 6px;
}

nav.mini {
	position: fixed;
	width: 50px;
	overflow: inherit;
}

nav.mini .menu-txt {
	display: none
}

nav ul {
	margin-top: 0px
}

nav.mini ul {
	position: relative;
}

nav.mini .main-menu li a span.tool-tip {
    position: absolute;
    display: block;
    background-color: #2e95da;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
    margin-top: 5px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    visibility: hidden;
    font-family: Verdana, Geneva, sans-seriff;
}

nav.mini .main-menu li a span.tool-tip:before {
	content: " ";
	display: block;
	height: 5px;
	width: 5px;
	background-color: #2e95da;
	position: absolute;
	margin-left: -7px;
	margin-top: 7px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

nav.mini .main-menu li a:hover span.tool-tip {
	margin-left: -1px;
	visibility: visible;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(17, 55, 67, 0.34);
	        box-shadow: 1px 1px 3px 0px rgba(17, 55, 67, 0.34);
	-webkit-transition: all ease-in;
	transition: all ease-in;
	-webkit-transition-duration: 0.1s;
	        transition-duration: 0.1s;
}

.navigation_icon {
	width: 30px;
	height: 30px;
	margin: 10px;
	flex: 0 0 auto;
	color: var(--table-color);
}

.menu-txt {
	color: var(--table-color);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
	padding-right: 10px;
}

/*Главное меню*/


/*Обертки для внутренних*/
.all-space {
	width: 100%;
	height: 100%;
	padding: 40px 0 0 0px;
}

/*Обертки для внутренних*/



/*Кнопка раскрыть меню*/
.sandwich__icon,
.table__icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;

	transition: all .4s ease;
}

.sandwich__icon {
	color: var(--white-color);
	pointer-events: none;
}

.table__icon {
	color: var(--gray-color);
}

.expand_on {
	transform: scale(0);
}

.expand_off {
	transform: scale(1);
}

.expand-menu.expanded .expand_off,
.leaflet-control-custom-button.expanded .expand_off {
	transform: scale(0) rotate(180deg);
	transition: all .4s ease;
}

.expand-menu.expanded .expand_on,
.leaflet-control-custom-button.expanded .expand_on {
	transform: scale(1) rotate(180deg);
	transition: all .4s ease;
}

.expand-menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	width: 50px;

	background-color: var(--gray-color);
	box-shadow: 0px 0px 8px 0px var(--black20per-color);

	cursor: pointer;
	z-index: 120;
}

.expand-menu:hover {
	background-color: var(--gray-color-hover);
}
/*Кнопка раскрыть меню*/

/*Сигнальные иконки*/
.signal_icon {
	width: 24px;
	height: 24px;
	color: white;
	top: 8px;
	left: 18px;
	position: absolute;
	user-select: none;
}

.signal_icons {
	display: flex;
}

.signal-icon {
	display: block;
	width: 60px;
	height: 40px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px !important;
	background-color: var(--table-color);
	position: relative;
}

.signal-icon:hover {
	background-color: var(--table-color-hover);
}

.signal-icon .signal-numbers {
	width: auto;
	min-width: 16px;
	height: 16px;
	display: block;
	padding: 0 5px 0 4px;

	position: absolute;
	top: 5px;
	left: 35px;

	border-radius: 8px;
	background-color: var(--gray-color);
	font-size: 12px;
	color: var(--white-color);
	line-height: 1.3;
	text-align: center;
	z-index: 10;
}

.signal-icon.offline .signal-numbers {
	background-color: var(--warning-color);
	color: var(--black-color);
}

.signal-icon.alarm-alert .signal-numbers {
	background-color: var(--danger-color);
}

tr.unplugged {
	background: none
}

.signal-icon span.tool-tip {
	position: absolute;
	display: block;
	background-color: #2e95da;
	white-space: nowrap;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	top: 100%;
	margin-top: 5px;
	left: 50%;
	visibility: hidden;
	font-family: Verdana, Geneva, sans-serif;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(17, 55, 67, 0.34);
	        box-shadow: 1px 1px 3px 0px rgba(17, 55, 67, 0.34);
	opacity: 0;
}

.signal-icon span.tool-tip:before {
	content: " ";
	height: 5px;
	width: 5px;
	background-color: #2e95da;
	position: absolute;
	left: 50%;
	top: -2px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.signal-icon:hover span.tool-tip {
	visibility: visible;
	margin-top: 0px;
	opacity: 1
}

/*Сигнальные иконки*/

/*Верхняя полоса*/
.top-bar {
	display: flex;
	justify-content: space-between;

	background-color: #556172;
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
	padding-left: 50px;
	z-index: 110;
}
/*Верхняя полоса*/


/*Крошки*/
.breadcrumbs{
	transition: all .3s;
	display: flex;
}

.breadcrumbs:hover {
	max-width: 100% !important;
}

.breadcrumbs__link{
	font-size: 12px;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	color: var(--white-color);
	display: contents;
}

.breadcrumbs__link-text{
	overflow: hidden;
	z-index: 10;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 5px;
	background-image: linear-gradient(to right, var(--table-color), var(--table-color-hover));
}

.closed_bread .breadcrumbs__link {
	pointer-events: none;
}

.breadcrumbs__devider {
	margin-left: -1px;
	width: 17px;
	height: 40px;
	color: var(--table-color-hover);
	overflow: unset !important;
	user-select: none;
}


.breadcrumbs_icon__container {
	padding: 0 5px 0 10px;
	z-index: 10;
}

.breadcrumbs__icon{
	width: 20px;
	height: 40px;
	vertical-align: top;
	overflow: unset !important;
}


.breadcrumbs__link:hover .breadcrumbs__link-text,
.breadcrumbs__link:hover .breadcrumbs__icon {
	color: var(--white-color);
	cursor: default;
}


.breadcrumbs__link:not(:last-child):hover .breadcrumbs__link-text,
.breadcrumbs__link:not(:last-child):hover .breadcrumbs__icon,
.breadcrumbs__link:not(:last-child):hover .breadcrumbs__devider {
	cursor: pointer;
}

.breadcrumbs__link:not(:last-child):hover .breadcrumbs__link-text {
	background-image: linear-gradient(to right, var(--table-color), var(--breadcrumb-hover));
	padding-right: 10px;
}

.breadcrumbs__link:not(:last-child):hover .breadcrumbs_icon__container {
	padding-left: 5px;
}

.breadcrumbs__link:not(:last-child):hover .breadcrumbs__devider {
	color: var(--breadcrumb-hover);
}



/*Крошки*/
/*Меню юзера*/
.user-data {
	display: flex;
	align-items: center;
	width: 60px;
	position: relative;
	cursor: pointer;
}

.user-rang {
	font-size: 8px;
	letter-spacing: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	line-height: 12px;
	margin-top: 6px;
	margin-left: 10px;
	padding: 0px 5px;

}

.user-name {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 12px;
	margin-top: 2px;
	padding-right: 10px;
	margin-right: 20px;
	padding-left: 14px;

}

.user-data .signal_icon {
	left: 15px;
}


.user-data:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: url(/images/triagle2.svg) 50% 50% no-repeat;
	right: 8px;
	margin-top: 2px;
	background-size: contain;
	transition: all .4s;
	transform: rotate(0);
}

.user-data img {
	height: 20px;
}

.user-data ul {
    position: absolute;
    top: 32px;
    width: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 6px;
    display: none;
    transition: all .3s cubic-bezier(0.2,-0.28,0.8,1.92) !important;
}

/* Стиль не для тачскрина */
@media (pointer: fine) and (hover: hover) {
	.user-data:hover {
		background-color: var(--table-color-hover);
	}

	.user-data:hover:after {
		transform: rotate(180deg);
	}

	.user-data:hover ul {
		width: 142px;
		display: block;
		visibility: visible;
		margin-top: 8px;
		opacity: 1;
		-webkit-box-shadow: var(--shadow-high);
				box-shadow: var(--shadow-high);
	}
}

/* Стиль только для тачскрина */
@media (pointer: coarse) {
	.user-data.open {
		background-color: var(--table-color-hover);
	}

	.user-data.open:after {
		transform: rotate(180deg);
	}

	.user-data.open ul {
		width: 142px;
		display: block;
		visibility: visible;
		margin-top: 8px;
		opacity: 1;
		-webkit-box-shadow: var(--shadow-high);
				box-shadow: var(--shadow-high);
	}
}

.user-data ul li {
	display: block;
	background-color: var(--table-color);
	color: var(--high-color);
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid var(--breadcrumb-hover);
}

.user-data ul li a {
	color: var(--high-color);
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 40px;
	display: block;
	padding: 0 20px;
    word-break: break-all;
}

.user-data ul li a:hover,
.user-data ul li a:active {
	background-color: var(--table-color-hover);
}


/*Меню юзера*/


/*Список компаний*/
.companies-a-z span:last-child {
	display: none
}

.companies-a-z span:first-child {
	display: block
}

.companies-a-z.comp-checked span:last-child {
	display: block
}

.companies-a-z.comp-checked span:first-child {
	display: none
}

.companies-a-z span {
    word-spacing: 15px;
}

.companies {
	display: block;
	padding: 10px 0 0 10px;
}

.companies .col {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	min-height: 180px;
	margin: 0 10px 10px 0;
}

.companies.listing .col {
	width: calc(33% - 10px);
	min-height: 60px;
	clear: none !important;
	float: left;
	position: relative;
	max-width: inherit;
}

.companies.listing .col:last-child {
	padding-bottom: 50px;
}

.companies .company-logo {
	width: 120px;
	height: 120px;
	position: relative;
	margin: 10px 10px 0px;
	border-radius: 5px;
	overflow: hidden;
	font-weight: bold;
	font-size: 64px;
	padding-bottom: 2px;
}

.companies.listing .company-logo {
	width: 40px;
	height: 40px;
	left: 0;
	margin: 10px;
	font-size: 14px;
}

.company-logo.color {
	border: 2px solid var(--gray-color);
	color: var(--gray-color);
}

.company-name {
	font-size: 12px;
	display: inline-block;
	padding: 9px 10px 7px 10px;
	line-height: 14px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #869098;
	width: 100%;
	min-height: 48px;
	text-overflow: ellipsis;
    overflow: hidden;
}

.companies.listing .company-name {
	width: calc(100% - 60px);
	align-self: center;
	text-align: left;
	min-height: 12px;
	padding: 10px 10px 13px 0px;
}

.companies.listing a {
	display: flex;
}

.companies.listing .company-name span {
	margin-left: 5px;
}

.companies .col>.company-holder {
	overflow: hidden;
}

.company-holder a {
	text-decoration: none;
}

.company-holder {
	border-radius: 8px;
	background-color: var(--form-color);
	box-shadow: var(--shadow-low);
}

.companies .col:hover>.company-holder {
	box-shadow: var(--shadow-high);
}

.companies.listing .col>.company-holder:hover {
	-webkit-transform: none;
	        transform: none
}

.companies.listing .company-name>span:last-child {
	text-decoration: none !important
}

/*Скисок компаний*/
.header__btn,
.header__red-btn {
	margin: 5px;
	width: 20px;
	height: 20px;
	color: var(--gray-color);
}

.header__btn:hover {
	color: var(--primary-color);
}

.header__btn:focus {
	color: var(--primary-color) !important;
}

.header__red-btn:hover {
	color: var(--danger-color);
}

.header__red-btn:focus {
	color: var(--danger-color) !important;
}

.svg_icon {
	height: 20px;
	width: 20px;
}

/*кнопка удалить*/

.del-btn {
    width: 20px;
    height: 20px;
    background: url(/images/interface_icons/trashcan.svg) no-repeat 0% 0%;
    background-size: cover;
	margin: 0 5px;
	border: none;
}

.del-btn:hover {
    background: url(/images/interface_icons/trashcan_red.svg) no-repeat 0% 0%;
    background-size: cover;
}

/*кнопка удалить*/


/*модальное окно редактирования компаниии*/
.logo-loaded {
	width: 112px;
	height: 112px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -56px;
	margin-top: -70px;
	display: none
}


/*модальное окно редактирования компаниии*/


/*поиск*/

#search {
	display: block;
	float: left;
	margin-left: 6%;
	background-color: transparent;
	border: 1px solid #546175;

	height: 30px;
	line-height: 28px;
	margin-top: 5px;

	color: #b5b8bc;

	padding-right: 8px;
	opacity: 1;
	padding-left: 30px;
	font-size: 12px;
}

#search:hover {
	width: 25%;

	max-width: 300px;
	border: 1px solid #8591a3;
}


#search:focus {
	width: 25%;
	max-width: 300px;
	opacity: 1;
	border: 1px solid #8591a3;
	outline: none !important
}


/*поиск*/



/*обертка всех страниц кроме главно с иконками компаний*/
.inner-wrap {
    width: 100%;
    display: block;
}

.height-auto {
	height: auto;
}
.height-100 {
	height: 100%;
}
/*обертка всех страниц кроме главно с иконками компаний*/



.visible__hidden {
	visibility: hidden;
}

.object-header {
	padding-right: 6px !important;
}

h2 {
    font-size: 24px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-weight: normal;
    margin: 0 0 0px 0
}

.company-holder {
	width: 100%;
	float: left
}



/*таблица для объектов команий  похожа на обычную но чуть со своими настройками*/
.table-1 {

	max-width: 1600px
}


.table-1 td {
	padding: 12px 20px !important;

}

.table-1 td:nth-child(1) {
	width: 40%
}

.table-1 th span {
	font-size: 10px
}

.table-1 th:last-child,
.table-1 td:last-child {

	background-color: #f9f9fa;
	border: none;
	min-width: 70px;
	position: relative
}

.table-1 a {
	text-decoration: underline;
	color: #1a1e26;
}


.table-1 tr:hover td:last-child {
	background-color: #f9f9fa;
}



#company-objects {
	margin-top: 0px;
	width: 100%;
	float: left
}


.the-map {
	width: 100%;
	height: 100%;
	float: left;
}

#company-objects td:nth-child(2) {
	font-size: 12px;
	line-height: 14px;
	text-align: left
}

/*
#company-objects td:nth-child(1) {
	text-align:left;
	padding:0;
	position:relative
}
*/

#company-objects td:nth-child(1) {
	padding: 0 !important;


}

#company-objects td:nth-child(1) a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	color: #1a1e26;
	padding: 10px 20px;
	left: 0;
	top: -1px;
	vertical-align: middle;
	width: 100%;
	height: 100%;


}

#company-objects td:nth-child(1) a>span {
	text-align: left;
	/*width:100%;*/
	position: relative;
	vertical-align: middle;
	text-decoration: underline;
	display: inline-block
}

#company-objects td:nth-child(1) a:hover>span:before {
	margin-left: 10px;
	opacity: 0.6;
}

.edit-options {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

#company-objects tr:hover .edit-options {
	visibility: visible;
	opacity: 1;
}

.objects_display {
	display: flex;
	margin-bottom: 10px;
}

.object-list {
	width: 100%;
}

.objects-column {
	display: block;
	width: 50%;
}

.objects-column_third {
	display: none;
}

.object-list_third .connected-devices:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 2050px) {
	.objects-column {
		width: 33%;
	}

	.objects-column_third {
		display: block;
	}

	.object-list_third {
		display: none;
	}

	.object-list .connected-devices:last-of-type {
		margin-bottom: 0;
	}
}

/*Дальше пошли дополнения по стилям для страницы с объектом*/

.add-modem {
	width: 198px;
	padding: 0 0 0 16px;
	height: 40px;
	display: none;
	float: left;
	background-color: transparent;
	font-size: 12px;
	margin: 0 0 16px 16px;
	font-family: Verdana, Geneva, sans-serif;

}

.modem-offline {
	display: none;
	float: left;
	margin: 0 16px 16px 16px !important
}

.common-btn.ok-modem:hover {
	background-color: #7bb33a;
}

.connected-devices {
	position: relative;
	clear: both;
	float: left;

	border-radius: 4px;
	width: calc(100% - 20px);
	margin: 10px;
	padding: 6px 0 0 10px;

	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;

	background-color: var(--form-color);
	box-shadow: var(--shadow-low);
}

.connected-devices:hover {
	box-shadow: var(--shadow-high);
}

.connected-devices ul {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.connected-devices ul:before {
    left: -29px;
	margin-top: -69px;
}

.connected-devices.expanded ul {
	opacity: 1;
	height: auto;
	overflow: inherit;
	padding: 7px 9px 0px 60px;
}

.device-serial {
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 14px;
	display: block;
}

.empty-danger {
	color: var(--danger-color);
	font-style: italic;
}

.device-serial-list {
	margin-left: 15px;
}

.connected-devices .time {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

.connected-devices li {
	width: 100%;
	border: 1px solid #869098;
	margin-bottom: 10px;
	border-radius: 3px;
	position: relative;
	background-color: #ffffff;
	display: block;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.connected-devices li:before {
	content: "";
	position: absolute;
	left: -40px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	top: 50%;
	border-bottom: 2px solid #869098;
	height: 1px;
	width: 40px
}

.expanded .vertical_link__device {
	display: block;
}

.vertical_link__device {
	display: none;
	position: absolute;
	top: 48px;
	left: 29px;
	width: 2px;
	height: 0;
	background-color: var(--gray-color);
}

.connected-devices li h5 {
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #1a1e26;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 50px
}

.connected-devices li h5 a {
	color: #1a1e26;
	text-decoration: none;
}

.connected-devices li h5 a:hover {

	text-decoration: none;
	border-bottom: 1px solid #7a7e86;
}

.connected-devices .device-wrap {
	width: 100%;
	height: 100%;
	padding: 7px 59px 3px 19px;
}

.connected-devices span {
	padding-bottom: 3px;

}

.goto_btn {
	position: absolute;
	margin: 5px;
	bottom: 0px;
	right: 0px;
	height: 20px;
}

.goto_btn:hover svg{
	color: var(--primary-color);
}

.connected-devices .goto-btn {
    bottom: 0px;
    right: 0px;
}

.connected-devices .goto-btn svg, 
.connected-devices .dashboard-btn svg {
	color: var(--gray-color);
}

.connected-devices .goto-btn:hover svg, 
.connected-devices .dashboard-btn:hover svg {
	color: var(--primary-color);
}

.connected-devices .dashboard-btn {
    bottom: 0px;
    right: 30px;
}

.device-wrap .links {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-right: 10px;
}

.connected-devices li .edit-elements {
	position: absolute;
	top: 0;
	right: 0px;
}

.connected-devices li .edit-elements a {
	position: relative;
	float: left
}

.connected-devices li a {
	text-decoration: none; 
	color: rgba(0, 0, 0, 0.9);
}

.connected-devices .device-wrap:before {
	content: "";
	position: absolute;
	left: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	top: 0%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #79c653;
	height: 100%;
	width: 8px
}

.connected-devices li.offline:before {

	border-bottom: 2px dashed #869098;

}


.connected-devices li.offline .device-wrap:before {
	background-color: #869098;
}

.connected-devices li.alarm-alert .device-wrap:before {
	background-color: #E2000F;
}



.connected-devices li.offline a:before {
	background-color: #d8dfe8
}

.connected-devices li .offline_icon,
.connected-devices li .alarm_icon {
	visibility: hidden;
	position: absolute;
	height: 20px;
	width: 20px;
	margin: 5px;
	top: 0px;
	left: -31px;
}

.connected-devices li .offline_icon {
	color: var(--gray-color);
}

.connected-devices li .alarm_icon {
	color: var(--danger-color);
}

.connected-devices li.offline .offline_icon,
.connected-devices li.alarm-alert .alarm_icon {
	visibility: inherit;
}

.connected-devices li:hover {
	color: #1f2632;
	-ms-box-shadow: 1px 1px 6px 0px rgba(35, 44, 58, 0.15);
	-o-box-shadow: 1px 1px 6px 0px rgba(35, 44, 58, 0.15);
	-webkit-box-shadow: 1px 1px 6px 0px rgba(35, 44, 58, 0.15);
	box-shadow: 1px 1px 6px 0px rgba(35, 44, 58, 0.15);
}

.connected-devices li:hover .edit-elements {
	opacity: 1
}

.connected-devices li:hover a {
	opacity: 1 !important;
}

.connected-devices .primenenie {
    font-size: 12px;
    line-height: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    margin-top: 6px;
    display: inline-table;
}

.connected-devices li a h5 {
	position: relative
}

.connected-devices li a:hover h5:before {
	font-size: 17px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	color: #fff;
	left: 100%;
	content: "+";
	border-radius: 100%;
	top: -3px;
	text-align: center;
	line-height: 20px;
	visibility: visible;
	height: 20px;
	width: 20px;
	-webkit-box-shadow: -1px 2px 4px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: -1px 2px 4px 0px rgba(0, 0, 0, 0.1);
	background-color: #8cc44a;
}

.connected-devices .modem-name {
    font-size: 12px;
    line-height: 16px;
    font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;

}



.modem-number {
    background-size: 40px 40px !important;
	background-position-y: 4px !important;
	width: 100%;
	display: flex;
    padding-left: 50px;
    font-weight: normal;
    line-height: 14px;
    cursor: pointer;
}

.modem-number p {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.modem-number.ecl-icon p,
.modem-number.smd-icon p {
	text-transform: initial;
}

.modem-number:before {
	position: absolute;
	content: "";
	display: block;
	left: 37px;
	top: 9px;
	width: 12px;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
	background-color: var(--success-color);
	border-radius: 100%;
}

.modem-number.alarm-alert:before {
	background-color: var(--danger-color);
}

.modem-number.offline:before {
	background-color: var(--gray-color);
}

.modem-number a {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.9);
}

.connected-devices .dop-signals {
    color: #fff;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
    font-family: Verdana, Geneva, sans-serif;
}

.connected-devices .dop-signals {
	background: none;
}

.modem-number .serial-number {
    font-family: Verdana, Geneva, sans-serif;
}

.connected-devices.expanded .dop-signals {
	display: none
}

.connected-devices .dop-signals span {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 10px;
	min-width: 16px;
	height: 16px;
	display: block;
	padding: 2px 5px 0 5px;
	border-radius: 8px;
	line-height: 1.3;
	font-size: 9px;
}

.connected-devices .dop-signals span.offline {
	background-color: #e7ca2b
}

.connected-devices .dop-signals span.alarm-alert {
	background-color: #E2000F;
}

.modem-number+.edit-elements {
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	width: 120px;
	z-index: 10;
}

.modem-number+.edit-elements a {
	position: relative;
	float: left;
}

.edit-elements__item {
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
}

.edit-elements__item-icon {
	color: var(--gray-color);
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.edit-elements__item:hover .edit-elements__item-icon {
	color: var(--primary-color);
}

.connected-devices .modem-number_caret {
	cursor: pointer;
	color: var(--gray-color);
	position: absolute;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 5px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}


.connected-devices.expanded .modem-number_caret {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}



.modem-number time,
.modem-number .last-time {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}

.important-controls {
	clear: both;
	min-height: 54px;

	top: 0;
}

.just-added {
	position: relative
}

.just-added:after {
	position: absolute;
	content: "новый";
	right: 5px;
	top: 5px;
	font-size: 9px;
	background-color: #4cc967;

	padding: 3px 6px;
	line-height: 9px;
	color: #fff;
	border-radius: 15px;
	text-decoration: none !important
}



/*в перемежку контролы для разных сраниц и элементы */


.important-controls.fixator,
.profile-controls.fixator,
.user-controls.fixator {
	position: fixed;
	top: 40px;
	background-color: #f7f8fd;

	padding-left: 64px;
	width: 100%;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(35, 44, 58, 0.21);
	        box-shadow: 1px 1px 3px 1px rgba(35, 44, 58, 0.21);
	z-index: 100;
	border-bottom: 1px #f1f1f1 solid;
	border-top: 1px #d0d2d5 solid;
	min-width: 990px;
	padding-right: 16px;
	left: 0px
}


.profiles .important-controls-wrap,
.history .important-controls-wrap {
	max-width: none
}

.profile-controls.fixator .profile-cont-flex {}

.all-content.expanded .important-controls.fixator {

	padding-left: 186px;

}

.prof-wrap {
	padding-top: 10px
}

.dash-wrap {
	padding: 10px;
}

.prof-wrap.fixator {
	margin-top: 54px
}

.top-bar.fixator {
	-webkit-box-shadow: none;
	        box-shadow: none;

}


.head-mod-2 .col-1 {
    width: 48%;
    float: left;
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
    max-width: 300px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

.head-mod-2 .col-2 {
	width: 48%;
	float: left;
	font-size: 12px;
	line-height: 120%;
	margin-top: 10px;
	max-width: 300px;
}


/*это дополительные серые копки с пиктограммами*/

.service-btn {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-bottom: 1px dotted #1a1e26;
    color: #1a1e26;
    font-family: Verdana, Geneva, sans-serif;
}

/*------------------------------------------------------------------------------------------ДАШБОРД*/
.device-more-wrap {
    background-color: #f9f9fa;
    border-top: 1px solid #d5dae9;
    padding: 8px 8px 8px 8px
}

.device-more table td {
	padding: 2px 0
}

.device-more td {
	word-break: break-word;
	white-space: break-spaces;
}



/* Кнопки таблицы */
.table__btn {
	height: 20px;
	margin: 5px;
	cursor: pointer;
}

.table__btn svg, 
.history__btn svg {
	width: 20px;
	height: 20px;
	color: var(--gray-color);
}

.table__btn:hover svg, 
.history__btn:hover svg {
	color: var(--primary-color);
}

.red_btn:hover:not([disabled]) svg {
	color: var(--danger-color) !important;
}

.green_btn:hover svg {
	color: var(--success-color);
}

.author_icon {
	top: 5px;
	left: 5px;
	position: absolute;
	width: 20px;
	height: 20px;
}

.author_icon svg {
	width: 20px;
	height: 20px;
	color: var(--gray-color);
}
/* Кнопки таблицы */

/*элементы дашборда*/
.dashboard {
	width: 100%;
	margin-top: 0px;
	padding-top: 10px;
	float: left
}

#save-wigets {
	display: none
}


.edited #save-wigets {
	display: inline-block
}

/*виджеты*/
.wiget {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-rows: auto 1fr;

	background-color: var(--high-color);
}

.grid-stack-item {
	border-radius: 4px;
	box-shadow: var(--shadow-low);
}

.grid-stack-item:hover{
	box-shadow: var(--shadow-high);
}

.grid-stack-item-content {
	border-radius: 6px;
}

.wiget-header, .com-wiget-header {
	border-bottom: 1px solid var(--black20per-color);
	padding: 10px;
	height: fit-content;
	overflow: hidden;
}


/*виджет в режиме редактирования*/
.wiget .edit-elements {
	position: absolute;
	display: block;
	right: 5px;
	top: 5px;
	width: 30px;
	visibility: hidden;
	opacity: 0;
}

.wiget:hover .edit-elements {
	visibility: visible;
	opacity: 1;
}

.wiget .edit-elements a {
	float: left;
	position: relative;
	color: var(--gray-color);
}

.wiget.speedy .edit-elements {
	right: 24px;
}

/*виджет из быстрого списка*/
.wiget-header h3,
.com-wiget-header h3 {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
}

.wiget-header h3{
	padding-right: 60px;
	padding-left: 18px;
}

.wiget.speedy .wiget-header h3:after {
	content: "";
	display: block;
	position: absolute;
	right: -12px;
	font-size: 1px;
	line-height: 1px;
	top: -8px;
	background: url(/images/gleam2.svg) 50% 50% no-repeat;
	background-size: 20px 20px;
	height: 20px;
	width: 20px
}

.wiget .wiget-header h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	font-size: 1px;
	line-height: 1px;
	top: 4px;
	width: 10px;
	height: 10px;
	background-color: #008000;

	border-radius: 100%
}

/*виджет алярм*/
.wiget.alarm-alert .wiget-header h3:before {

	background-color: #ff5252;


}


/*двухколоночный виджет*/
.grid-stack-item[data-gs-width="2"] .wiget {}

.wiget.two-col .form-group,
.grid-stack-item[data-gs-width="2"] .wiget.inputs .form-group {
	width: 50%;
	float: left;
	padding: 0 0px;
}

.wiget.two-col .form-group:nth-child(2n+1),
.grid-stack-item[data-gs-width="2"] .wiget.inputs .form-group:nth-child(2n+1) {
	padding-left: 0px;
	padding-right: 6px;
}

.wiget.two-col .form-group:nth-child(2n+2),
.grid-stack-item[data-gs-width="2"] .wiget.inputs .form-group:nth-child(2n+2) {
	padding-left: 6px;
	padding-right: 0px;
}


.grid-stack-item[data-gs-width="2"] .wiget .checks,
.grid-stack-item[data-gs-width="3"] .wiget.checkboxes .checks {
	width: 50%;
	float: left;
}




/*трехколоночный виджет*/

.wiget.three-col .form-group,
.grid-stack-item[data-gs-width="3"] .wiget .form-group {
	width: 33.33%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}

.wiget.three-col .form-group:nth-child(3n+1),
.grid-stack-item[data-gs-width="3"] .form-group:nth-child(3n+1) {
	padding-left: 0px;
	padding-right: 6px;
}

.wiget.three-col .form-group:nth-child(3n+2),
.grid-stack-item[data-gs-width="3"] .form-group:nth-child(3n+2) {
	padding-right: 6px;
	padding-left: 6px;
}


.wiget.three-col .form-group:nth-child(3n+3),
.grid-stack-item[data-gs-width="3"] .form-group:nth-child(3n+3) {
	padding-right: 0px;
	padding-left: 6px;
}
/*контент виджета*/

.wiget-content {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%
}

.wiget.diagrammes .wiget-content {
	padding-bottom: 0px;
}

.wiget.diagrammes .lenta {
	padding: 0px;
}

.wiget-content .form-group label {
	height: 11;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.wiget-content-holder {
	padding: 0 0 0 9px;
	width: 100%;
	height: 100%;
	overflow: hidden;

}



.wiget.progrez .wiget-content-holder {
	padding: 0 9px 0 9px;
	width: 100%;
	height: 100%;
	overflow: auto;

}

.wiget-lenta {
	padding-bottom: 50px;
	padding-right: 9px;
	padding-top: 9px;
	position: relative;
	min-height: 100%;
	width: 100%;
	float: left
}

.wiget-footer {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #cfd8e7;
	padding: 9px;
	width: 100%;
	text-align: right;
}

.edited .wiget-footer button {
	visibility: hidden
}

.wiget-footer button {
	margin: 0;
}

.wiget .pribor {
    font-size: 70px;
    text-align: center;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 50px;
    top: 50%;
    margin-top: -55px;
    font-family: Verdana, Geneva, sans-serif;
}

.wiget .pribor span {
	font-size: 40px;

}

.wiget.weather .form-group {
	position: absolute;
	bottom: 50px;
	right: 15px;
}

/*------------------------------------------------------------------------------------------ДАШБОРД*/


/*ТИПОВАЯ ТАБЛИЦА ДЛЯ ВСЕГО*/
.table-regular {
    font-family: Verdana, Geneva, sans-serif;
    width: 100%;
}

/*Ширина клоноки с id*/
.table-regular th.id_column {
	width: 35pt
}

.white .table-regular th {
	background-color: #778397;
	color: #fff;
}

.table-regular tr {
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    font-family: Verdana, Geneva, sans-serif;
}

.table-regular td {
	padding: 8px 8px 7px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
	background-clip: padding-box;
}

.table-regular th span {
	font-size: 10px
}

.table-regular a {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.9);
}

.table-regular .aktiv:hover td {
	background-color: unset;
}

.table-regular tr.danger td {
	background-color: var(--table_danger_stroke-color);
}


.table-regular tr.success td {
	background-color: var(--table_success_stroke-color);
}


.table-regular tr.mismatch td {
	background-color: var(--table_warning_stroke-color);
}


.table-regular tr.aktiv {
	color: var(--high-color) !important;
	transition: all .3s;
}

.table-regular tr.aktiv td {
	background-color: var(--gray-color) !important;
}

.clickable td{
	cursor: pointer;
}

.table-regular tfoot {
	display: none
}

/*Перебиваю стили бутстрапа.*/

/*Паджинация*/
.paginator {
	float: left;
	margin-top: 20px;
}

.sort-table-bottom {
	margin-top: 10px
}

.pagination {
	display: flex !important;
	font-size: 12px;
	margin: 10px 0 !important;
}


.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination .paginate_button:nth-child(2) a,
.pagination .paginate_button:nth-child(2) a:hover {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px solid #556172 !important;
}

.pagination .paginate_button:nth-last-child(2) a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover {
	background-color: #f9f9fa;
	color: rgba(0, 0, 0, 0.9);
}

.pagination>li>a,
.pagination>li>span {
	height: 30px;
	min-width: 30px;
	padding: 6px 5px;
	line-height: 1.4;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	background-color: #f9f9fa;
	border: 1px solid;
	border-color: #556172 !important;
	border-left: none;
	margin-left: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #556172 !important;
	background-color: #f9f9fa !important;
	border: 1px solid #556172 !important;
	border-left: none !important;
	outline: none !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.paginate_button.next a {
	background: url(/images/angle-right.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 70px
}

.paginate_button.previous a {
	background: url(/images/angle-left.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 70px
}

.paginate_button.disabled.previous a,
.paginate_button.disabled.next a {
	opacity: 0.5;
}

.paginate_button.disabled,
.paginate_button.disabled a {
	cursor: default !important;
	opacity: 1 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	color: #fff !important;
	background-color: #556172 !important;
	border-color: #556172;
}

/*друпдауны*/
.dropdown.modified .btn-primary {
	height: 30px;
	color: rgba(0, 0, 0, 0.9);
	background-color: #fff;
	border-color: rgba(134, 144, 152, 0.4);
	border-radius: 3px;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown.modified input[type="text"] {
	display: none
}

.dropdown.modified .btn-primary:focus,
.dropdown.modified .btn-primary:active {
	border-color: #cfd8e7;
}

.dropdown.modified .btn-primary:focus {
	outline: none;
	box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.24);
}

.dropdown.modified .dropdown-menu {
	border-radius: 2px;
	border-color: #cfd8e7;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(35, 44, 58, 0.25);
	        box-shadow: 1px 1px 8px 0px rgba(35, 44, 58, 0.25);
	width: 100%;
	min-width: 70px;
	z-index: 1001 !important;
}


.dropdown.modified.open>.dropdown-toggle.btn-primary {
	color: rgba(0, 0, 0, 0.9);
	background-color: #fff;
	border-color: rgba(134, 144, 152, 0.4);
}

.dropdown.modified .caret {
	position: absolute;
    top: 32%;
	right: 8px;
	transition: all .3s;
}

.dropdown.modified .dropdown-menu>li>a:hover,
.dropdown.modified .dropdown-menu>li>a:focus {
	color: rgba(0, 0, 0, 0.9);
	text-decoration: none;
	background-color: transparent;
}

.dropdown.modified .dropdown-menu>.active>a,
.dropdown.modified .dropdown-menu>.active>a:hover,
.dropdown.modified .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}


.dropdown.modified2 .btn-primary {
	color: #1a1e26;
	background-color: #fff;
	border-color: #cfd8e7;
	border-radius: 3px;
	font-size: 14px;
	width: 100%;
	height: 34px;
	text-align: left;
}

.dropdown.modified2 .caret {
	float: right;
	position: absolute;
	right: 15px;
}

.dropdown.modified2 .dropdown-menu {
	width: 100%;
}

.dropdown.modified2 .dropdown-menu li {
	border-bottom: 1px solid #f2f4fa;
}

.dropdown .dropdown-menu {
	padding: 0;
	overflow: auto;
	max-height: 50vh;
	min-width: auto;

	scrollbar-width: thin;
	scrollbar-color: var(--table-color) white;
}

.dropdown-select .dropdown .dropdown-menu {
	padding-left: 0px;
}

.dropdown-menu {
	margin: 0;
}
#saveObjectModal .dropdown .dropdown-menu {
    max-height: initial;
    overflow: hidden;
}

.dropdown-menu li {
	padding: 0 !important;
    cursor: pointer;
    word-break: break-word;
    word-wrap: anywhere;
}

.dropdown-menu .no-data {
	padding-left: 9px;
}
.dropdown-menu .no-data:hover {
	background-color: transparent;
	cursor: default;
}

.dropdown.modified2 .dropdown-menu li a {
	line-height: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.dropdown.modified3 {
	position: relative;
}


.dropdown.modified3 .dropdown-menu {
	width: 100%;

}

.dropdown.modified3 .btn-primary {
	color: #1a1e26;
	background-color: #fff;
	border-color: #cbcfd3;
	border-radius: 3px;
	font-size: 14px;
	width: 100%;
	height: 30px;
	padding: 0 9px;
	padding-right: 21px;
	padding-bottom: 1px;
	text-align: left;
	width: 100%;
}

/*всякие инпуты*/
textarea {
	overflow: auto;
	resize: none;
}

.form-control {
	height: 30px;
	padding: 4px 9px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(0, 0, 0, 0.9);
	background-color: #fff;

	border: 1px solid rgba(134, 144, 152, 0.4);
	border-radius: 3px;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .4s, -webkit-box-shadow ease-in-out .4s;
	-o-transition: border-color ease-in-out .4s, box-shadow ease-in-out .4s;
	transition: border-color ease-in-out .4s, box-shadow ease-in-out .4s;
}

.form-control[disabled] {
	background-color: #fff;
	opacity: .5;
	cursor: default;
}

#saveObjectModal textarea.form-control,
#editCompanyModal textarea.form-control,
#saveAlarmCategoryModal textarea.form-control,
#companyModal textarea.form-control,
#saveServiceCompanyModal textarea.form-control {
	height: 110px;

	-ms-overflow-style: none;
    scrollbar-width: none;
}

#saveObjectModal textarea.form-control::-webkit-scrollbar, 
#editCompanyModal textarea.form-control::-webkit-scrollbar,
#saveAlarmCategoryModal textarea.form-control::-webkit-scrollbar, 
#companyModal textarea.form-control::-webkit-scrollbar,
#saveServiceCompanyModal textarea.form-control::-webkit-scrollbar {
	width: 0;
}

.form-control:focus {
	border: 1px solid #cfd8e7;
	box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.24);
	outline: 0;
}

#user-search {
	margin-top: 10px;
}

/*меняю стили для модального окна*/
.tile-content {
    border-radius: 4px;
    border: 1px solid #cfd8e7;
    background-color: #f9f9fa;
}

.tile-body {
	min-height: 69px;
	position: relative;
}

.tile-header {
	padding: 12px 15px;
	border-bottom: 1px solid #cfd8e7;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
}

.tile-header h4 {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

.tile-footer {
	border-top: 1px solid #cfd8e7;
	padding: 15px;
}

.analytic-chart .simplebar-horizontal {
	display: none !important;
}

.tile-content__intro {
	background-color: var(--white-color);
	border-radius: 4px;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 16px 20px;
}

/*Радио кнопки общий*/


.radio-buttons label {
    font-size: 14px;
    font-weight: bold;
	color: var(--gray-color);
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    line-height: 14px;
    position: relative;
    margin-left: 18px;
    margin-top: 10px;
    text-transform: none;
}

.radio-buttons input[type="radio"] {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.radio-buttons label span {
	position: relative;
	padding-left: 7px;
	clear: both;
	float: none;
	display: block;
}

.radio-buttons-rct label span,
.radio-buttons-device label span {
    padding-left: 12px;
    font-weight: bold;
    color: #869098;
	line-height: 20px;
}

.radio-buttons-rct li input[type="radio"]:checked + span,
.radio-buttons-device li input[type="radio"]:checked + span {
    opacity: 1;
    color: #556172;
}

.radio-buttons span:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	border: 2px solid var(--gray-color);
	opacity: 0.6;
	border-radius: 100%;
	background-color: transparent;
	left: -14px;
	top: 50%;
	margin-top: -7px;
}

.radio-buttons-rct span:before,
.radio-buttons-device span:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    font-size: 1px;
    line-height: 1px;
    border-radius: 100%;
    left: -16px;
    top: 50%;
    margin-top: -7px;
    border: 2px solid #869098;
    background-color: transparent;
    opacity: 0.6;
}

.rct-tree .radio-buttons-rct span:before,
.rct-tree .radio-buttons-device span:before {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background: url(/images/interface_icons/graphic_line_grey.svg) no-repeat;
    background-size: cover;
    position: absolute !important;
    border-radius: 0;
    border: 0;
    top: 7px;
	left: -13px;
}

.rct-tree .radio-buttons-rct span:before {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background: url(/images/interface_icons/graphic_line_grey.svg) no-repeat;
    background-size: cover;
    position: absolute !important;
    border-radius: 0;
    border: 0;
    top: 7px;
	left: -13px;
}

.rct-tree .radio-buttons-device span:before {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background: url(/images/interface_icons/device_gray.svg) no-repeat;
    background-size: cover;
    position: absolute !important;
    border-radius: 0;
    border: 0;
    top: 7px;
	left: -13px;
}

.rct-tree .radio-buttons-rct div,
.rct-tree .radio-buttons-device div {
    width: 14px;
    height: 14px;
    display: inline-block !important;
    position: absolute !important;
    left: 1px !important;
	top: 17px;
    border-radius: 50%;
    border: 2px solid rgb(178, 184, 189);
    margin: -14px 0px 0px -40px;
}

.rct-tree .radio-buttons-rct input:checked ~ div,
.rct-tree .radio-buttons-device input:checked ~ div {
    background-color: #556172;
    border: none;
}

.radio-buttons input:checked + span:before {
	background-color: var(--table-color);
	border: 2px solid var(--table-color);
	opacity: 1;
}

.radio-buttons input:checked + span {
	color: var(--table-color);
}

.radio-buttons-rct input:checked + span:before,
.radio-buttons-device input:checked + span:before {
    background-color: #556172;
    border: 2px solid #556172;
    opacity: 1;
}

.radio-buttons-rct input:checked + span {
    color: #556172;
}

.rct-tree .radio-buttons-rct input:checked + span:before,
.rct-tree .radio-buttons-device input:checked + span:before {
    background-color: transparent;
    border: 0;
    opacity: 1;
}

.radio-buttons span:hover:before {
	-ms-box-shadow: 1px 1px 1px 0px rgba(35, 44, 58, 0.15);
	-o-box-shadow: 1px 1px 1px 0px rgba(35, 44, 58, 0.15);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(35, 44, 58, 0.15);
	box-shadow: 1px 1px 1px 0px rgba(35, 44, 58, 0.15);
}

.radio-buttons-rct span:hover:before,
.radio-buttons-device span:hover:before {
    -ms-box-shadow: 0;
    -o-box-shadow: 0;
    -webkit-box-shadow: unset;
    box-shadow: none;
    border: 2px solid #869098;
}

.rct-tree .radio-buttons-rct span:hover:before,
.rct-tree .radio-buttons-device span:hover:before {
    -ms-box-shadow: 0;
    -o-box-shadow: 0;
    -webkit-box-shadow: unset;
    box-shadow: none !important;
    border: 0;
}
/*Радио кнопки общий*/






/*Радио кнопки зеленый стиль*/
.radio-buttons.green label:before {
	border: 1px solid #4cc967;
}

.radio-buttons.green input:checked+label:before {
	background-color: #4cc967;
	border: 1px solid #4cc967;
}

/*Радио кнопки зеленый стиль*/





/*Чекбоксы общий*/
.checks {
	padding: 10px;
}

.checks input {
	visibility: hidden;
	opacity: 0;
	position: absolute
}

.checks label {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	cursor: pointer;
	line-height: 20px;
	position: relative;
	padding-left: 44px;
	line-height: 16px;

	display: block;
	text-transform: none !important
}

.checks input {
	visibility: hidden;
	position: absolute;
}

.checks span.swit {
	position: absolute;
	content: "";
	width: 36px;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	border-radius: 20px;
	background-color: var(--gray-color);
	left: 0px;
	margin-top: -2px;
}

.checks span.swit:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	border-radius: 100%;
	left: 3px;
	display: block;
	top: 50%;
	margin-top: -7px;
	background-color: var(--high-color);
}

.checks input:checked+span.swit {
	opacity: 1;
	background-color: var(--success-color)
}

.checks input:checked+span.swit:after {
	opacity: 1;
	left: 19px;
}


/*Чекбоксы общий*/


/*ПРОФИЛЯ и другие страницы типа истории*/
.user-fakedown {
	display: none
}

.prof-col-1 {
	float: left;
	width: 20%;
	padding-right: 15px;

}

.prof-col-2 {
	float: right;
	width: 80%;
	padding-left: 15px;
}

.user-search-sort {
	width: 100%;
	font-style: italic;
}

.history .user-search-sort {
	display: none;
}

.user-search-sort {
	display: none;
}

.dashboard.profiles #for-btns {
	width: 620px
}

.dashboard.profiles #for-select {
	width: 200px
}

.dashboard.profiles #for-search {
	width: 100%
}
 

.dashboard.profiles .dropdown.modified {
	float: right;
	width: 100%;
	display: inline-block
}

.dropdown.modified.dev-name {
	float: left;
	margin-top: 0px;
	display: block;
	border: none;
	width: 100%;

}

.dropdown.modified.dev-name .btn-primary {
	color: #1a1e26;
	background-color: #f9f9fa;
	border: none;
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 0;
	margin-right: 0;
	text-align: left;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.dropdown.modified .dropdown-menu li>a {
	white-space: inherit;
	text-decoration: none !important;
	cursor: pointer;
	padding: 3px 9px;
	word-wrap: break-word;
	color: rgba(0, 0, 0, 0.9);
}

.dropdown-select .dropdown.modified .dropdown-menu.dropdown-modified li > a {
	padding: 6px 0px 6px 10px;
	line-height: 1.5;
}

.dropdown-select .dropdown.modified .dropdown-menu.dropdown-modified .simplebar-content-wrapper:not([style*="overflow: hidden scroll;"]) li > a {
	padding-right: 6px;
}

.dropdown.modified3 .dropdown-menu li > a {
	padding: 5px 10px;
}

.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}


.dropdown.modified.dev-name .btn-primary:focus {
	outline: none;

	/* border-bottom:3px solid #767c84 !important ;*/
	-webkit-box-shadow: none;
	        box-shadow: none;
	box-shadow: none !important;


}

.dropdown.modified.dev-name.open .btn-primary:focus {

	-webkit-box-shadow: 1px 1px 3px 0px rgba(35, 44, 58, 0.24) !important;

	box-shadow: 1px 1px 3px 0px rgba(35, 44, 58, 0.24) !important;
	background-color: #f9f9fa !important;

}

.dropdown.modified.dev-name.open {

	position: relative;
	z-index: 899;
	min-width: 300px
}

.dropdown.modified.dev-name.open h1:after {
	display: none
}

.dropdown.modified.dev-name .btn-primary:active {}

.dropdown.modified.dev-name .dropdown-menu {
	border-top: 1px solid #bdc4d1 !important;
	margin-left: 0px;
	margin-top: -3px;
	background-color: #f9f9fa;
	border-color: transparent;
	border-radius: 0;
	border-width: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(35, 44, 58, 0.24);
	        box-shadow: 1px 1px 3px 0px rgba(35, 44, 58, 0.24);
	z-index: 20;
	width: 100%
}

.dropdown-scroll {
	max-height: 250px;
	overflow: auto;
}

ul .dropdown-scroll {
	margin-top: 10px;
	max-height: calc(100vh - 835px);
	min-height: 110px;
}

.profile-controls {
	clear: both;
	margin-bottom: 10px;
	top: 0;
}

table.dataTable {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	table-layout: fixed;
}

.dataTable td.editable:focus,
.dataTable td.editable:hover {
	cursor: text;
	background-color: #D8DBDE;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	outline: none !important;
	z-index: 900;
}

.dashboard.profiles .table-regular td {
	position: relative;
}

.dashboard text tspan {
    font-family: Verdana, Geneva, sans-serif;
}

.profile-cont-flex,
.user-cont-flex,
.company-cont-flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;




}

.company-cont-flex {
	width: 50%;
	padding-right: 30px;
	float: left
}


.profile-cont-flex-1 {
	min-width: 600px;
	text-align: left
}

.user-cont-flex-1 {
	text-align: left;

}

.company-cont-flex-1 {

	text-align: left;
	width: 30%;

}

.profile-cont-flex-2 {
	width: 20%;
	max-width: 300px;
	padding-top: 10px;
}

.user-cont-flex-2 {
	width: 30%;
	max-width: 300px;
	padding-top: 15px;
}

.company-cont-flex-2 {
	width: 30%;
	max-width: 300px;
	padding-top: 10px;
}

.profile-cont-flex-3,
.user-cont-flex-3,
.company-cont-flex-3 {
	/*min-width:200px;*/
	padding-top: 10px;
	text-align: right
}

.company-cont-dop-4 {
	width: 35%;
	float: right;
	text-align: right
}

.profile-controls .common-btn {}


.dashboard.profiles .jstree-default .jstree-anchor {
	line-height: 30px;
	height: 30px;

}



.dashboard.profiles .jstree-icon.jstree-themeicon {

	border-radius: 100%;
	background: url(/dist/themes/default/folders.png) no-repeat 5px 5px;
	background-color: #6d788a;
	margin-right: 10px;
	margin-top: 3px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	width: 8px;
	height: 13px;
	position: absolute;
	opacity: 1;
	bottom: auto;
	top: 50%;
	margin-top: -7px;
	font-size: 1px;
	line-height: 1px;
	z-index: 9;
	content: "";
}

@-moz-document url-prefix() {
    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after {
        width: 10px;
    }
}

table.dataTable thead .sorting::after {
    background: url(/images/sort_off.svg) no-repeat 100%;
    background-size: auto;
}

table.dataTable thead .sorting_asc::after {
    background: url(/images/sort_asc.svg) no-repeat 100%;
    background-size: auto;
}

table.dataTable thead .sorting_desc::after {
    background: url(/images/sort_desc.svg) no-repeat 100%;
    background-size: auto;
}


/*перебиваю тултипам стили*/
.tooltip-inner {

	background-color: #2e95da;

	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	height: 100%;
	line-height: 20px;
	padding: 0 5px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 0;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(17, 55, 67, 0.34);
	        box-shadow: 1px 1px 3px 0px rgba(17, 55, 67, 0.34);
}



.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #2e95da !important;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #2e95da !important;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #2e95da !important;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #2e95da !important;
}



/*ИСТОРИЯ*/
.histoty-tab {
	width: 100%;
	max-width: 1200px;
}

.history-tab {
	width: 100%;
	display: inline-block;
}

.history-tab-controls {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.history-tab-controls a {
	display: inline-block;
	height: 39px;
	width: 30px;
}


#chart_container {
    /*        position: relative;
        font-family: Verdana, Geneva, sans-serif */
    position: absolute;
    font-family: Verdana, Geneva, sans-serif;
    /* width: 400px; */
    padding-right: 40px;
}

#chart {
	position: relative;
	left: 40px;
}

#y_axis {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
}

.histoty-chart {
	width: 100%;
	overflow: hidden
}

/*стили group-button*/
.btn-default.modif {
	border-color: #556172;
	color: #556172;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    background-color: transparent;
    position: relative;
	height: 30px;
}

.btn-default.modif:first-child {
	border-right: none !important;
}

.btn-default.modif:not(:last-child):not(:first-child) {
	border-right: none !important;
}

.btn-default.modif.active+.btn-default.modif {
	border-left-color: #556172 !important;
}

.btn-default.modif:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.btn-default.modif.active {
	background-color: #556172 !important;
	border-color: #556172 !important;
	color: #fff
}

.btn-default.modif.active:hover {
	background-color: #556172 !important;
	border-color: #556172 !important;
	color: #fff;
}

.profile-controls .btn-group.modif {
	float: left
}

.btn-default.modif.button_with-icon .button__label {
	line-height: 1;
}

.btn-group {
	display: flex;
	flex-wrap: nowrap;
}

/*датапикер*/
.datepicker {
    -ms-box-shadow: 1px 1px 12px 0px rgba(35, 44, 58, 0.25);
    -o-box-shadow: 1px 1px 12px 0px rgba(35, 44, 58, 0.25);
    -webkit-box-shadow: 1px 1px 12px 0px rgba(35, 44, 58, 0.25);
    box-shadow: 1px 1px 12px 0px rgba(35, 44, 58, 0.25);
    border-color: rgba(134, 144, 152, 0.4);
    background-color: #f9f9fa;
}

.edited_td .datepicker {
	margin: 0 !important
}

.datepicker:focus,
.timepicker:focus {
	border: 1px solid rgba(134, 144, 152, 0.4);
	box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.24);
	outline: 0;
}

.datepicker table .range.day {
	background-color: #d0deec;
	color: #000;
}

.datepicker table .range-start.day {

	color: #fff;
	background: none;
	background-color: #d0deec;
	border-radius: 0;
	position: relative
}

.datepicker table .range-end.day:before {
	content: "";
	position: absolute;
	width: 2px;
	left: 100%;
	top: 0;
	height: 100%;
	background-color: #546175
}

.datepicker table .range-start.day:before {
	content: "";
	position: absolute;
	width: 2px;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #546175
}


.datepicker table .range-end.day {
	color: #fff;
	background: none;
	background-color: #d0deec;
	border-radius: 0;
	position: relative
}

.datepicker table .active.day {
	background-color: #d0deec !important;
	color: #fff !important;
}

.datepicker table .day:hover,
.datepicker table .active.selected.range-start.day:hover,
.datepicker table range-end.day:hover {
	background: none !important;
	background-color: #f2f4fa !important;
	color: #000 !important
}

.datepicker table .day {
	text-shadow: none !important;
}

.datepicker table .day:hover {
	background: none !important;
	background-color: #f2f4fa !important;
	color: #000 !important
}

.datepickers-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.datepickers-holder text {
	width: 10px;
	text-align: center;
}

.alarm-duration {
	display: flex;
	align-items: center;
}

.alarm-duration text {
	width: 10px;
	text-align: center;
}

.alarm-duration input {
	display: inline-block;
	width: 95px;
}

.datepicker th {
	font-size: 12px
}

.datepicker .next {
	background: url(/images/angle-right.svg) 50% 50% no-repeat;
	background-size: contain;
}

.datepicker .next:hover {
	background: url(/images/angle-right.svg) 50% 50% no-repeat;
	background-size: contain;
	background-color: #f2f4fa;
}

.datepicker .prev {
	background: url(/images/angle-left.svg) 50% 50% no-repeat;
	background-size: contain;
}

.datepicker .prev:hover {
	background: url(/images/angle-left.svg) 50% 50% no-repeat;
	background-size: contain;
	background-color: #f2f4fa;
}

#datepicker {
	width: 280px;
	float: right
}

#datepicker .input-group-addon {
	color: #000;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #cfd8e7;
	border-top: 1px solid #cfd8e7;
	padding: 6px 6px;
	font-size: 12px;
}

#datepicker:hover .input-group-addon {
	background-color: #f2f4fa
}

#datepicker.active .input-group-addon {
	background-color: #6d788a;
	border-color: #6d788a;
	color: #fff;
}

.hist-cont-flex {
	display: block;
	float: left;
	width: 100%
}

.hist-cont-flex-1 {
	float: left;
	width: 30%;

}

.hist-cont-flex-2 {
	float: right;
	width: 50%;
	padding-top: 10px;
	max-width: 530px;
	min-width: 530px;
}



/*комментарии*/
.com-wiget-chat {
	border-top: 1px solid var(--black20per-color);
}

.chat-body {
	font-size: 12px;
	line-height: 15px;
}

.chat-body li {
	min-height: 30px;
	padding: 8px 230px 5px 10px !important;
	position: relative;
	background-color: var(--white-color);
}

.chat-body li:nth-of-type(even) {
	background-color: var(--gray10per-color);
}

.chat-body li:last-child {
	border-radius: 0 0 4px 4px;
}

.chat-body li span {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px
}

.chat-body li time {
	font-size: 12px;
	position: absolute;
	top: 8px;
	right: 6px;
}


.com-wiget-lenta {
	padding: 4px;
	position: relative;
	min-height: 100%;
	width: 100%;
	float: left
}


/*дерево*/

.parametr-tree li {
	position: relative;

	background: url(/dist/themes/default/32px.png) repeat-y -303px 0;
	padding-bottom: 0px
}

.parametr-tree li.expanded {

	padding-bottom: 20px
}

.parametr-tree li:last-child {

	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: -303px -84px
}


.parametr-tree li div {
	padding-left: 30px;
	display: none;

	margin-left: 2px;


}


.parametr-tree li.expanded div {
	display: block
}

.radio-buttons {
	padding: 10px;
}

.parametr-tree li a {
	display: inline-block;
	height: 24px;

	margin-left: -3px;
	background: url(/dist/themes/default/tr.png) no-repeat 0 -29px;
	padding-left: 46px;
	position: relative;
	margin-bottom: 6px;
	color: #000;
	text-decoration: none !important
}

.parametr-tree li a h5 {
	font-family: Verdana, Geneva, sans-serif;
	color: #1a1e26;
	font-size: 12px;
	font-weight: normal;
	margin-top: -2px;
	display: inline-block;
	min-width: 20px;
	text-align: center;

}

.parametr-tree li.expanded a {
	background-position: 0 -8px;

}





.parametr-tree li a:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	font-size: 1px;
	line-height: 1px;
	background: url(/dist/themes/default/folders.png) no-repeat 6px 6px;
	background-color: #748195;
	border-radius: 48px;
	left: 18px;
	top: -3px;

}


.parametr-tree li.expanded a:before {
	background-position: -27px 6px;


}

.tomorrow {
	position: absolute;
	top: 5vh;
	right: 5%
}

/*.registration */
.form-group {
	position: relative;
	margin-bottom: 10px !important;
}

.validationMessageBox{
	height: 30px;
	align-self: flex-end;
	margin: 10px 20px 10px 0px;
	padding-top: 8px;
}

.validationMessageBox .validationMessage{
	display: contents !important;
}

.validationMessage {
	display: contents;
	position: absolute;
	z-index: 900;
	font-size: 14px;
	font-style: italic;
	padding: 10px;
	top: 50%;
	width: 50%;
	margin-left: 10px;
	margin-top: 8px;
	color: #E2000F;
}

.shade-dark {
	-ms-box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.25);
	-o-box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.25);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.25);
	box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.25);
	border-color: #6d788a
}

.logins-registrations {
	background-color: var(--gray-color);
	background: url(/images/login_page/back.jpg) 50% 50% no-repeat;
	background-size: cover;
	min-width: auto;
	width: 100%;
}


.pixelate {
	width: 100%;
	height: 100%;
}

.registration h1 {
    font-size: 16px;
    line-height: 18px;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
    font-weight: normal;
    text-transform: initial;
    position: relative;
}

.registration a {
	color: #1a1e26;
	text-decoration: underline
}

.dropdown.lang {
	width: 76px;
	position: absolute;
	right: 9px;
	top: 4px;
}

.lang a {
	text-align: center;
	text-transform: capitalize;
}

.lang button {
	text-align: center !important;
}

.role-description {
    font-size: 14px;
	font-style: italic;
    font-family: Verdana, Geneva, sans-serif;
    padding: 10px 0 0 25px;
}

.logins-registrations .radio-buttons label {
    font-family: Verdana, Geneva, sans-serif;
}

.reg-company {
	display: none;
	margin-left: 25px;
}

.mod-col {
	width: 30%;
	margin-top: 10px;
	float: left;
	padding-right: 20px;
}

.mod-col .tile-content {
	padding: 20px;
}

.dev-col {
	width: 70%;
	float: left;
}

.dev-col .user-cont-flex, .company-cont-flex-2 {
	width: 100%;
}

.dev-col .user-cont-flex {
	text-align: left;
}

.mod-search {
	margin-bottom: 20px
}


.modems-list {
	display: block;
	padding: 10px;
}

.modems-list li {
	margin-bottom: 10px;
	position: relative;
}

.modems-list li:before {
	content: "";
	position: absolute;
	left: 25px;
	display: block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

.modems-list li:after {
	content: "";
	position: absolute;
	left: 40px;
	top: 0px;
	display: block;
	width: 6px;
	height: 6px;
	background-color: var(--success-color);
	border-radius: 100%;
}

.checkbox__icon {
	position: absolute;
	left: 25px;
	width: 20px;
	height: 20px;
	color: var(--gray-color);
}

.modems-list li.offline:after {
	background-color: rgba(0, 0, 0, 0.2);
}

.modems-list .checkbox__text::before {
	margin-right: 30px;
}

.modems-list .check {
	margin: 0;
}


#showModems {
	display: none;
}

.hard-search,
.mod-search {
	max-width: 300px
}

.hard-list {
	margin-top: 20px
}

.hard-list li {

	width: 100%;
	border: 1px solid #cfd8e7;
	margin: 0 0 12px 0;
	border-radius: 3px;
	height: 96px;
	position: relative;
	color: #1a1e26;
	background-color: #f2f4fa;
	display: block;
	width: 100%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: relative;
	max-width: 600px;
}

.hard-list li h5 {
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #1a1e26;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 20px
}

.hard-list li h5 a {
	color: #1a1e26;
	text-decoration: none;


}

.hard-list li h5 a:hover {

	text-decoration: none;
	border-bottom: 1px solid #7a7e86;
}

.hard-list li .device-wrap {
	width: 100%;
	height: 100%;
	padding-left: 18px;
}


.connected-devices li .device-wrap:before {
	content: "";
	position: absolute;
	left: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	top: 0%;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #008000;
	height: 100%;
	width: 8px
}




.hard-list .primenenie {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    margin-top: 6px;
    display: inline-block;
    padding-right: 20px
}


.hard-list li .device-wrap:before {
	content: "";
	position: absolute;
	left: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	top: 0%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #79c653;
	height: 100%;
	width: 8px;
}

.hard-list li:hover {
	background-color: #fbfbfd; color:#1f2632;
	-ms-box-shadow: 1px 1px 6px 0px rgba(35, 44, 58, 0.15);
	-o-box-shadow: 1px 1px 6px 0px rgba(35, 44, 58, 0.15);
	-webkit-box-shadow: 1px 1px 6px 0px rgba(35, 44, 58, 0.15);
	box-shadow: 1px 1px 6px 0px rgba(35, 44, 58, 0.15);
}

.hard-list li:hover a {
	opacity: 1 !important;
}

table.hardware th:first-child, table.hardware td:first-child {
	width:30px;
	min-width:30px;
}

table.hardware:not(#reportMailingTable) tr:first-child th:first-child,
table.hardware:not(#reportMailingTable) td:first-child {
    padding: 0;
}

table.hardware tr td:first-child span {
	visibility: hidden
}





.hard-edit-options {
	position: absolute;
	width: 65px;
	height: 30px;
	padding-left: 0px;
	right: 0px;
	top: 50%;
	margin-top: -15px;
}

.hard-edit-options-flex {
    position: absolute;
    width: 65px;
    height: 30px;
    padding-left: 0px;
    right: 0px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.hard-edit-options, .hard-edit-options-flex .avar-btn {
	margin-left: 30px
}

table.hardware tr:hover .hard-edit-options {
	opacity: 1;
	visibility: visible
}

table.hardware td {
	position: relative;
	background-clip: padding-box
}

table.hardware td:nth-child(2) a.device-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px 16px;
	text-decoration: none;
}

table.hardware td:nth-child(2) a.device-link span {
	position: relative;
	display: inline-block;
	line-height: 16px;
	text-decoration: underline
}


table.hardware td:nth-child(2) a.device-link:hover span:before {
	margin-left: 6px;
	opacity: 0.7;
}

table.hardware tr td:first-child:after {
	position: absolute;
    content: "";
    display: block;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: var(--success-color);
    border-radius: 100%;
}
/* правка зеленых точек в таблице рассылки отчетов */
table#reportMailingTable tr td:first-child:after,
table#alarmNotificationTable tr td:first-child:after
{
    display: none !important;
}
/* //правка зеленых точек в таблице рассылки отчетов */

table.hardware tr.alarm-alert td:first-child:after {
    background-color: var(--danger-color);
}
table.hardware tr.mismatch td:first-child:after{
	background-color: var(--warning-color);
}

table.hardware tr.unplugged td:first-child:after {
	background-color: var(--black-color);
	opacity: 0.2;
}

table.hardware tr.alarm-alert td:first-child:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 22px;
	width: 22px;
	font-size: 1px;
	line-height: 1px;
	left: -26px;
	margin-top: -11px;

	background: url(/images/interface_icons/alarm_light-grey.svg) no-repeat 50% 50%;
	background-size: 22px 22px;
}

.important-controls-wrap {
	max-width: none;
}


/*Прелоадер*/

.cssload-container {
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 0 auto;
}

.cssload-speeding-wheel {
	width: 35px;
	height: 35px;
	margin: 0 auto;
	border: 2px solid rgb(76, 201, 103);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}



@keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*Прелоадер*/




/*Перебиваю стили автокомлита*/

ul.ui-menu.modified {
	width: 100% !important;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(35, 44, 58, 0.25);
	        box-shadow: 1px 1px 8px 0px rgba(35, 44, 58, 0.25);
	border-color: #cfd8e7;
}

ul.ui-menu.modified-width400 {
    width: 400px !important;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(35, 44, 58, 0.25);
            box-shadow: 1px 1px 8px 0px rgba(35, 44, 58, 0.25);
    border-color: #cfd8e7;
}

ul.ui-menu.modified li, ul.ui-menu.modified li {
	font-size: 14px;
	line-height: 1.3;
	padding: 6px 0 6px 10px;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}
ul.ui-menu.modified li:hover, ul.ui-menu.modified li:hover {
	background-color: #f2f4fa
}



/*Список с иконками вида вывода виджетов*/
.type-view span {
	display: inline-block;
	height: 30px;
	line-height: 30px !important;
	background-position: 10px;
	background-repeat: no-repeat;
	padding-left: 48px !important
}

.type-view span.view-tab {
	background-image: url(/images/view-tab.png);
}

.type-view span.view-statusbar {
	background-image: url(/images/view-statusbar.png);
}

.type-view span.view-drop {
	background-image: url(/images/view-drop.png);
}

.type-view span.view-chart {
	background-image: url(/images/view-chart.png);
}

.type-view span.view-btn {
	background-image: url(/images/view-btn.png);
}


.dataTables_wrapper {
	position: relative;
	caret-color: transparent;
}

div.dataTables_wrapper div.dataTables_processing {
	z-index: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	margin-left: -17px;
	margin-top: -17px;
	text-align: center;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

#objectsTable_processing {

	width: 35px;
	height: 35px;
	margin: 0 auto;
	border: 2px solid rgb(76, 201, 103);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}



.derevo {
    font-family: Verdana, Geneva, sans-serif;
	margin: 10px;
}

.derevo li {
	list-style: none;
	line-height: 20px;
}

.derevo>ul>li {
	padding-left: 18px
}

.derevo-uzel-rct-triangle.single-select ul li {
    padding-left: 16px;
}

.derevo .check-boxes li input[type="checkbox"] {
	display: none;
}

.derevo .check-boxes li label {
	position: relative;
	text-transform: none !important;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
	padding-left: 23px;
}

#reportDevicesTable th .derevo .check-boxes li label {
	vertical-align: middle;
}

.width-20 {
	width: 20px;
}

.derevo .check-boxes label:hover span {
	border-color: #4cc967;
	-ms-box-shadow: 1px 1px 2px 0px rgba(35, 44, 58, 0.15);
	-o-box-shadow: 1px 1px 2px 0px rgba(35, 44, 58, 0.15);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(35, 44, 58, 0.15);
	box-shadow: 1px 1px 2px 0px rgba(35, 44, 58, 0.15);

}

.rct-checkbox-tree .check-boxes label:hover span {
    border-color: #c8cdd0;
    box-shadow: none;
}

.rct-tree .check-boxes label:hover span {
    border-color: transparent;
    -ms-box-shadow: unset;
    -o-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 2px solid rgba(134, 144, 152, 0.6);
}

.derevo.single-check {
	margin: 40px 0 0 -20px;
	display: block;
	clear: both;

}

.derevo .check-boxes li label span {
	display: block;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid #667080;
	background-color: #fff;
	border-radius: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	font-size: 1px;
	line-height: 1px;
}

.rct-checkbox-tree .check-boxes li label {
    padding-left: 52px;
}

.rct-checkbox-tree .check-boxes li label span,
.rct-checkbox-tree li span {
    content: '';
    display: inline-block;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    border: 2px solid rgba(134, 144, 152, 0.6);
    min-width: 20px;
    border-radius: 3px;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 0;
}

.rct-checkbox-tree .check-boxes li label span {
    top: 0px;
}

.rct-checkbox-tree li span {
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.derevo .check-boxes li input[type="checkbox"]:checked+span {
	background: url(/images/cheks.png) 50% 50% no-repeat;
}

.rct-checkbox-tree .rct-part-checked {
    background-color: #556172;
    border-color: #556172;
    background-image: url(/images/interface_icons/circle.svg) !important;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.rct-checkbox-tree .check-boxes li input[type="checkbox"]:checked + span,
.rct-checkbox-tree li input[type="checkbox"]:checked + span {
    background-image: url(/images/interface_icons/white_check.svg) !important;
    background-size: cover;
    background-color: #556172;
    border-color: #556172;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s !important;
}

.rct-tree .check-boxes li input[type="checkbox"]:checked + span {
    background-color: #556172;
    border-color: #556172;
    background-image: url(/images/interface_icons/white_check.svg) !important;
    background-size: cover;
}

.derevo>ul>li {
	position: relative;
	display: block;

	background: url(/images/dotted.png) repeat-y 5px 0px;
	padding-bottom: 16px;
	margin-top: -10px;

}

.rct-checkbox-tree > ul > li > ul {
    display: none;
    padding-left: 5px;
    margin-bottom: 10px
}

.rct-tree > ul > li {
    background: none !important;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.rct-tree > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.rct-tree > ul > li:before {
    background-image: url(/images/interface_icons/caret_light-grey.svg) !important;
}

.derevo>ul>li:last-child {
	background: url(/images/dotted.png) no-repeat 5px 0px;
    padding-bottom: 0;
}

.rct-checkbox-tree > ul > li {
    padding-bottom: 0px;
    background: none;
    margin-top: 10px;
}

.rct-checkbox-tree > ul > li:first-child {
    margin-top: 0;
}

div.derevo-uzel-icon {
	position: absolute;
	font-size: 1px;
	line-height: 1px;
	left: 20px;
	top: 0;
	border-radius: 100%;
	background: url(/images/folders.png) no-repeat 5px 5px;
	height: 24px;
	width: 24px;
	background-color: #6d788a;
	cursor: pointer
}

div.derevo-uzel-rct-icon {
    position: absolute;
    content: "";
    background: url(/images/interface_icons/folder.svg) no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    font-size: 0;
}

div.derevo-modem-rct-icon {
    position: absolute;
    content: "";
    background: url(/images/interface_icons/modem_on_light-grey.svg) no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    font-size: 0;
}

.rct-checkbox-tree .derevo-uzel-icon {
    position: absolute;
    content: "";
    background: url(/images/interface_icons/folder.svg) no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 0;
    background-color: none;
}

.rct-checkbox-tree .derevo-uzel-icon {
    opacity: .75;
    margin-left: 5px;
}

#quickListTree div.derevo-uzel-rct-icon,
#quickListTree div.derevo-modem-rct-icon {
    left: 45px;
}

.rct-tree ul li:hover,
.rct-checkbox-tree ul li:hover {
    background: none;
    opacity: 1;
}

div.derevo-uzel-rct-icon:hover,
div.derevo-modem-rct-icon:hover,
.rct-checkbox-tree .derevo-uzel-icon:hover {
    opacity: 0.85;
}

div.derevo-uzel-rct-icon:hover:before,
div.derevo-modem-rct-icon:hover:before,
.rct-checkbox-tree .derevo-uzel-icon:hover:before {
    opacity: 1;
}

.rct-checkbox-tree .check-boxes span:after {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/images/interface_icons/graphic_line_grey.svg) no-repeat;
    background-size: cover;
    position: absolute !important;
    border-radius: 0;
    border: 0;
    opacity: 0.6;
    top: -2px;
    content: '';
    left: 23px;
}

div.derevo-uzel-icon:before {
	position: absolute;
	content: "";
	font-size: 1px;
	line-height: 1px;
	left: -18px;
	top: -4px;
	width: 18px;
	height: 21px;
	background: url(/images/tr.png) no-repeat 0 bottom;
}

div.derevo-uzel-rct-icon:before,
div.derevo-modem-rct-icon:before {
    display: none;
}

.rct-checkbox-tree .derevo-uzel-icon::before {
    position: absolute;
    content: "";
    font-size: 1px;
    line-height: 1px;
    left: -42px;
    top: -4px;
    width: 18px;
    height: 21px;
    background: url(/images/tr.png) no-repeat 0 bottom;
}

.rct-checkbox-tree .derevo-uzel-icon:before {
    display: none;
}

div.derevo-uzel-rct-triangle {
    background: url(/images/interface_icons/caret_light-grey.svg) no-repeat 0 bottom !important;
    transform: rotate(-90deg);
    vertical-align: baseline;
    margin-top: 8px;
    height: 12px;
    width: 12px;
    opacity: 1;
    left: 4px;
    top: -4px;
    position: absolute;
    cursor: pointer;
}

#quickListTree div.derevo-uzel-rct-icon:before,
#quickListTree div.derevo-modem-rct-icon:before {
    left: -42px;
}

.rct-checkbox-tree .derevo-uzel-rct-triangle {
    background: url(/images/interface_icons/caret_light-grey.svg) no-repeat 0 bottom !important;
    transform: rotate(-90deg);
    vertical-align: baseline;
    margin-top: 8px;
    height: 12px;
    width: 12px;
    opacity: 1;
    left: -16px;
    top: -4px;
    position: absolute;
    cursor: pointer;
}

.rct-checkbox-tree .derevo-uzel-rct-triangle.expanded {
    transform: rotate(0deg);
}

.rct-checkbox-tree .derevo-uzel-icon::before {
    background: url(/images/interface_icons/caret_light-grey.svg) no-repeat 0 bottom !important;
    transform: rotate(-90deg);
    vertical-align: baseline;
    margin-top: 8px;
    height: 12px;
    width: 12px;
    opacity: .5;
}

div.derevo-uzel-icon.expanded:before {
    background-position: 0 0;
}

div.derevo-uzel-rct-icon.expanded:before,
div.derevo-modem-rct-icon.expanded:before,
.rct-checkbox-tree .derevo-uzel-icon.expanded:before {
    transform: rotate(0deg);
}

.rct-checkbox-tree .derevo-uzel-icon.expanded {
    position: absolute;
    content: "";
    background: url(/images/interface_icons/folder_open.svg) no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.rct-tree .derevo-uzel-rct-triangle.expanded {
    transform: rotate(0deg);
}

div.derevo-uzel-rct-icon.expanded {
    position: absolute;
    content: "";
    background: url(/images/interface_icons/folder_open.svg) no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 0;
    opacity: 0.75
}

#quickListTree div.derevo-uzel-rct-icon.expanded,
#quickListTree div.derevo-modem-rct-icon.expanded {
    left: 45px;
}

div.derevo-uzel-rct-icon.expanded:before,
div.derevo-modem-rct-icon.expanded:before,
.rct-checkbox-tree .derevo-uzel-icon.expanded:before {
    opacity: 1;
}

div.derevo-uzel-rct-icon.radio-buttons-rct-selected,
div.derevo-modem-rct-icon.radio-buttons-rct-selected {
    opacity: 1;
}

.rct-tree-node-icon {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background: url(/images/interface_icons/graphic_line_grey.svg) no-repeat;
    background-size: cover;
    position: absolute !important;
    top: -8px;
}

.rct-tree-node-icon:before {
    display: none;
}

.react_modal_scroll {
	display: grid;
	grid-template-rows: auto 1fr auto;
	overflow: hidden;
}

div.derevo-uzel-icon.expanded~ul {
	display: block
}

div.derevo-uzel-header {
	margin-left: 14px;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
}

.rct-checkbox-tree .derevo-uzel-header,
.rct-checkbox-tree .check-boxes li label {
    font-size: 14px;
    color: #869098;
    font-weight: bold;
}

.rct-checkbox-tree .derevo-uzel-header {
    padding-left: 18px;
    cursor: pointer;
    line-height: 20px;
}

.rct-checkbox-tree .label-font {
    margin-bottom: 5px;
}

div.rct-checkbox-tree div.derevo-uzel-header:before {
    background-color: #556172;
    border-color: #556172;
    background-image: url(/images/interface_icons/circle.svg) !important;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

div.derevo-uzel-rct-header {
	margin: 0 0 6px 14px;
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    position: relative;
    padding-left: 13px;
    font-weight: bold;
    color: #869098;
    cursor: pointer;
    display: inline-block;
}

.derevo-uzel-rct-header.expanded {
    margin-bottom: 0;
}

div.derevo-uzel-header.check-boxes {
	margin-left: 30px;
	cursor: pointer
}

div.derevo-uzel-rct-header.check-boxes {
    margin-left: 37px;
}

#quickListTree.rct-tree .derevo-uzel-rct-header.check-boxes {
    margin-left: 26px;
}

div.derevo-uzel-header.check-boxes:before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #667080;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    opacity: 0.2;
    font-size: 1px;
    line-height: 1px;
}

div.derevo-uzel-rct-header.check-boxes:before {
    position: absolute;
    left: -24px;
    top: 0;
    font-size: 1px;
    line-height: 1px;
    box-shadow: none;
    content: '';
    display: inline-block;
    padding-left: 5px;
    height: 20px;
    width: 20px;
    border: 2px solid rgba(134, 144, 152, 0.6);
    min-width: 20px;
    border-radius: 3px;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 0;
}

div.derevo-uzel-header.check-boxes.cheked:before {
	background: url(/images/cheks.png) 50% 50% no-repeat;
	opacity: 1
}

div.derevo-uzel-header.check-boxes.all-checked:before {
	background: url(/images/cheks.png) 50% 50% no-repeat;
	opacity: 1
}

div.rct-tree div.derevo-uzel-header.check-boxes.all-checked:before {
    background-color: #556172;
    border-color: #556172;
    background-image: url(/images/interface_icons/circle.svg);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

div.derevo-uzel-rct-header.check-boxes.all-checked:before {
    background-image: url(/images/interface_icons/white_check.svg) !important;
    background-size: cover !important;
}

div.derevo-uzel-header.check-boxes.part-checked:before {

	opacity: 1
}


div.derevo-uzel-header.check-boxes.part-checked:after {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background-color: transparent;

	background-color: #667080;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -5px;
	opacity: 0.9;
	font-size: 1px;
	line-height: 1px;
}

div.derevo-uzel-header.check-boxes.part-checked:after {
    background-color: transparent;
}

.rct-tree .derevo-uzel-header.check-boxes.part-checked:before {
    background-color: #556172;
    border-color: #556172;
    background-image: url(/images/interface_icons/circle.svg) !important;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.derevo > ul > li > ul {
    display: none;
    padding-left: 5px;
    margin-bottom: 10px
}

.rct-tree > ul ul {
    margin-top: 0px;
    margin-bottom: 10px !important;
}

.rct-tree .check-boxes {
    padding-left: 25px;
}

.rct-tree ul.check-boxes {
    padding-left: 11px;
}

.derevo>ul ul li {
	display: block;
	margin-top: 6px;
}

.rct-tree > ul ul li {
    display: block;
	margin-bottom: 10px;
}

.rct-tree > ul ul li:last-child {
    margin-bottom: 10px;
}

.rct-checkbox-tree > ul ul li {
    display: block;
    margin-top: 10px;
}

.rct-tree .check-boxes li label span {
    content: '';
    display: inline-block;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    border: 2px solid rgba(134, 144, 152, 0.6);
    min-width: 20px;
    border-radius: 3px;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 0;
    left: 0;
    top: -3px;
}

.rct-tree .check-boxes li label span:before {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background: url(/images/interface_icons/graphic_line_grey.svg) no-repeat;
    background-size: cover;
    position: absolute !important;
    border-radius: 0;
    border: 0;
    top: -2px;
    content: '';
    left: 23px;
    opacity: 0.6;
}

.rct-tree li text {
    margin-left: 26px;
    font-weight: bold;
    color: #869098;
}

.derevo>ul {
	position: relative
}

.rct-checkbox-tree ul {
    margin-left: 20px;
}

.rct-checkbox-tree ul li ul {
    padding-left: 0px;
    margin-left: -8px;
    margin-bottom: 0;
}

.rct-checkbox-tree.single-select ul li ul {
    margin-left: 19px;
}

.rct-checkbox-tree > ul ul li:not(:last-child) {
    margin-bottom: 10px;
}

.single-select .derevo-uzel-icon::before {
    left: -17px;
}

.single-select ul {
    margin-left: -5px;
}

.single-select .derevo-uzel-rct-triangle {
    left: 9px;
}

.single-select .check-boxes li label span,
.single-select li span {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background: url(/images/interface_icons/graphic_line_grey.svg) no-repeat;
    background-size: cover;
    position: absolute !important;
    border-radius: 0;
    border: 0;
    opacity: 0.6;
    content: '';
    left: 26px;
}

.single-select .check-boxes li label div {
    width: 14px;
    height: 14px;
    display: inline-block !important;
    position: absolute !important;
    left: 1px !important;
    border-radius: 50%;
    border: 2px solid rgb(178, 184, 189);
}

.single-select .check-boxes span:after {
    display: none;
}

.single-select .check-boxes li input[type="checkbox"]:checked ~ span { 
    opacity: 1 !important;
}

.single-select .check-boxes li input[type="checkbox"]:checked + div {

    background-color: #556172;
    border: none;
}

.single-select .check-boxes li input[type="checkbox"]:checked + div + span + text {
    color: #556172;
    opacity:1 !important;
}

.derevo>ul:before {}

.dashboard.history .derevo .radio-buttons label {
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	margin-top: 0px;
}

.derevo ul.radio-buttons {
	padding: 0 0 0 10px;
}

.derevo .radio-buttons label {
	margin-top: 0px;
}

.rct-tree .radio-buttons label {
    margin-left: 44px;
}

#reportDevicesTable .derevo .half-checked {
	background-image: url(/images/interface_icons/circle.svg) !important;
	background-color: #556172;
	background-size: 8px;
}

#reportType .dropdown {
	width: 130px;
}

#reportType .dropdown-toggle {
	padding-bottom: 0px;
}

.dashboard.history .derevo .check-boxes li label {

	font-size: 12px;

}

.param-groups {
	padding: 10px;
	float: left;
}

.prof-col-1 .tile-content {
	float: left;
	width: 100%
}

ul.param-groups {
	position: relative;
	width: 100%;
}

.param-groups li {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 5px;
    display: inline-block;
    float: left;
    clear: both;
    color: #869098;
    font-family: Verdana, Geneva, sans-serif;
}

.param-groups li.open-folder {
	color: #556172;
}

.param-groups li:last-child {
	margin-bottom: 0
}

.param-groups li:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	background: url(/images/interface_icons/folder.svg) no-repeat;
	background-size: cover;
	height: 22px;
	width: 22px;
	cursor: pointer;
}

.param-groups li.open-folder:before,
.param-groups li.aktiv::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	background: url(/images/interface_icons/folder_open.svg) no-repeat;
	background-size: cover;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.param-groups.folders-list li{
	padding: 0 0 0 30px;
}

.border {
	border: solid 1px #cfd8e7;
	margin: 10px;
	border-radius: 5px;
}

.blurred {
	filter: blur(5px);
	pointer-events: none;
	user-select: none;
}


.editFlowDiagram {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	float: left;
	position: relative;
}

.edit-elements-diagram-editor {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

.edit-elements-diagram-editor .dropdown-list .button {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
}

.diagram-editor {
	visibility: visible;
	float: right;
	position: relative;
}

.lh-15 {
	line-height: 1.5 !important;
}

.margin-10 {
	margin: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-bot-20 {
	margin: 20px 0 !important;
}

.no-margin {
	margin: 0px !important;
}

.margin-right-5{
    margin-right: 5px;
}

.margin-right-10{
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-left-20 {
	padding-left: 20px;
}

.padding-right-20 {
	padding-right: 20px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.no-padding {
	padding: 0 !important;
}

.header_max-width {
	max-width: 70% !important;
}

.header_object h1{
	max-width: calc(100% - 60px);
}

.header_object .edit-elements {
	width: 60px;
}

.buttonsGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.diagramButtonsSet {
	padding: 10px;
}

.fixed {
	width: 100% !important;
}

.successButton {
	background: url(/images/succeed.svg) no-repeat 5px;
}

.chartHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%; 
	-webkit-box-orient: horizontal; 
	-webkit-box-direction: normal; 
	    -ms-flex-direction: row; 
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.spaceAround {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
}

.width-500 {
	max-width: 500px;
}



.radioButtonsGroup {
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.radioButtonsGroup label {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2px;
}

.radioButtonsGroup span {
	content: "";
	width: 24px;
	height: 24px;
	font-size: 1px;
	line-height: 1px;
	border-radius: 18px;
}

.radioButtonsGroup input {
	visibility: hidden;
	opacity: 0;
	position: absolute
}

.graph-icon {
	position: relative;
}

.radioButtonsGroup .overlay {
	content: "";
	width: 24px;
	height: 24px;
	font-size: 1px;
	line-height: 1px;
	border-radius: 18px;
	background-color: #000000;
	position: absolute;
	left: 0;
	opacity: 0;
}

.radioButtonsGroup .overlay:hover {
	opacity: 0.2;
}

.diagramLoadContainer {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 35px;
	height: 35px;
	text-align: center;
}

/*всего объектов на странице компаний*/
.statistic {
    float: left;
    font-size: 12px;
    margin-left: 15%;
    height: 15px;
    line-height: 15px;
    padding-top: 7px;
    font-family: Verdana, Geneva, sans-serif;
}

.foot-helper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.textColorRed {
    color: #E2000F;
}

.textColorBlue {
	color: #007CC2;
}

.form-group.tiny{
	width: 300px
}

.row-disabled{
	cursor: not-allowed;
	color: #999999;
}

.tr-row-disabled,
.tr-row-disabled text {
    color: #999999;
}

.tr-row-disabled .caret {
    opacity: 0.3;
}

/*прячет кнопку выбора для элемента select*/
select {
	padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*прячет кнопку выбора для элемента select для ie*/
select::-ms-expand {
	display: none;
}

.drop-down {
	width: 100%;
	height: 25px;
	border-radius: 0px;
	border: 1px solid #cfd8e7;
}

.drop-down:focus {
	border-color: #4cc967 !important;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.24);
	        box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.24);
}
/* Для скролла таблиц */
.scroll-table {
	overflow: auto;
	max-height: calc(100vh - 580px);
    min-height: 70px;
}

.max-height-xsm {
	max-height: calc(100vh - 650px) !important;
}

.max-height-smd {
	max-height: calc(100vh - 565px) !important;
}

.max-height-md {
	max-height: calc(100vh - 500px) !important;
}

.max-height-xlg {
	max-height: calc(100vh - 400px)  !important;
}

.max-height_squeeze-table {
	max-height: calc(100vh - 570px)  !important;
}

@media (min-width: 1140px) and (max-width: 1550px) {
	.max-height_squeeze-table {
		max-height: calc(100vh - 615px) !important;
	}
}

@media (max-width: 1140px) {
	.max-height-xlg {
		max-height: calc(100vh - 415px)  !important;
	}
	.max-height_squeeze-table {
		max-height: calc(100vh - 625px) !important;
	}
}

.max-height-lg {
	max-height: calc(100vh - 445px) !important;
}

@media (min-width: 1110px) {
	.max-height-lg {
		max-height: calc(100vh - 380px) !important;
	}
}

.max-height-slg {
	max-height: calc(100vh - 410px) !important;
}
/* При перестроении верхних контроллов */
@media (min-width: 1685px) {
	.max-height-slg {
		max-height: calc(100vh - 345px) !important;
	}
}

@media (max-width: 1010px) {
	.max-height-slg {
		max-height: calc(100vh - 515px) !important;
	}
}

.max-height-mlg {
	max-height: calc(100vh - 320px) !important;
}
.max-height-xxlg {
	max-height: calc(100vh - 326px) !important; 
}

.max-height-lg {
	max-height: calc(100vh - 410px);
}

.max-height-xlg {
	max-height: calc(100vh - 200px);
}

.scroll-tree_xlg {
	overflow-y: auto;
	max-height: calc(100vh - 248px) !important;
	min-height: 35px;
}

.max-height-xlg {
	max-height: calc(100vh - 275px);
}

.max-height-xxlg {
	max-height: calc(100vh - 220px) !important;
}

.max-height-10rows {
	max-height: calc(100vh - 620px);
}

.max-height_alarmTable-status {
	max-height: calc(100vh - 365px) !important;
}

@media (max-width: 1380px) {
	.max-height_alarmTable-status {
		max-height: calc(100vh - 435px) !important;
	}
}

.max-height-1row {
	max-height: calc(100vh - 220px);
}

.sticky-th {
	position: sticky !important;
	top: 0;
	z-index: 20;
}

.max-height-3row_lg {
    max-height: calc(100vh - 430px) !important;
}

/* //Для скролла таблиц */
.sticky-head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.version-block {
	padding: 10px;
	display: flex;
}

.productName {
	width: 300px;
}

.margin-bottom-sm {
	margin-bottom: 10px;
}

.primary-btn {
    height: 30px;
    border-radius: 4px;
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.5;
    padding: 0 10px;
    background-color: #528fcc;
    font-size: 12px;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.success-btn {
    height: 30px;
    border-radius: 4px;
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.5;
    padding: 0 10px;
    background-color: #009900;
    font-size: 12px;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.delete-btn {
    background-color: #e11b1c;
}

.primary-btn:hover,
.btn-grey-outline:hover,
.delete-btn:hover {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.34);
	        box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.34);
}

.delete-outline:hover {
    color: #e11b1c;
}

.bg-grey {
	overflow: hidden;
	background-color: var(--table-color);
	color: var(--high-color);
}

.white-text {
	color: var(--high-color);
}

.table-bordered > thead > tr > th {
	border-bottom-width: 0;
}

.display-block {
	display: block !important;
}

.italic-font {
	font-style: italic;
}

/* Стилизация чекбоксов */
.derevo .check-boxes li input[type="checkbox"]:disabled + span.grey_checkbox {
	opacity: 0.3;
	cursor: not-allowed;
}


.derevo .check-boxes li label span.th-check {
	position: unset;
	margin: auto;
	height: 20px;
	width: 20px;
	border: 2px solid #fff;
	border-radius: 3px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.derevo .check-boxes li input[type="checkbox"]:checked + span.grey_checkbox,
.derevo .check-boxes li input[type="checkbox"]:checked + span.th-check {
	background-color: var(--table-color);
	background-image: url("/images/interface_icons/white_check.svg") !important;
	background-size: 15px;
	border: 2px solid var(--table-color) !important;
}

.derevo .check-boxes li input[type="checkbox"]:checked + span.th-check {
	border: 2px solid #fff !important;
}

.derevo .check-boxes li input[type="checkbox"]:checked + span.part-checked {
	background-color: var(--table-color);
	background-image: url(/images/interface_icons/circle.svg) !important;
	background-size: 8px;
}

.derevo .check-boxes li input[type="checkbox"]:checked + span.part-checked {
	border: 2px solid #fff !important;
}

/* //Стилизация чекбоксов */
.plus-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.caret_icon-select {
	background-image: url("/images/interface_icons/caret_light-grey.svg");
	background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
    opacity: 0.8;
}

/*Стилизация кнопки селекта*/
.select {
    position: relative;
}

.select:after {
    content: "";
    -webkit-mask: url(/images/interface_icons/caret_light-grey.svg) no-repeat 50% 50%;
    mask: url(/images/interface_icons/caret_light-grey.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #444f5f;
    font-size: 12px;
    position: absolute;
    right: 4px;
    top: 13px;
    z-index: 3;
    text-align: center;
    width: 8px;
    height: 8px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0.8;
}

/*//Стилизация кнопки селекта*/

.input-md {
	width: 400px !important;
	border-radius: 3px !important;
}

tbody.bordered tr {
    height: 30px;
    font-family: Verdana, Geneva, sans-serif;
}

table#reportDevicesTable tbody.bordered td:first-child {
	padding: 0 !important;
}

table#reportDevicesTable tbody.bordered td:first-child .derevo .check-boxes li label span {
	top: -6px;
    left: 9px;
}

table#reportDevicesTable.loading span,
table#reportDevicesTable.loading button {
	pointer-events: none;
}

.centerFirstColumn td:first-child {
    text-align: center;
    padding: 5px 1px 0px 1px
}

#reportTemplatesTable td:first-child  .derevo .check-boxes li label span.grey_checkbox {
    top: 0;
    margin: 0;
    left: 0 !important;
}

/* Временные стили */
.mg-right-80 {
    margin-right: 80px;
}

.mg-top-7 {
	margin-top: 7px;
}

.input-md button.dropdown-toggle {
	border-radius: 3px !important;
	padding-right: 10px !important;
}

#reportDevicesTable_filter .input-sm {
	border-radius: 3px !important;
}
/* //Временные стили */

.bordless-select {
	border: none;
    text-indent: 3px;
    background-color: transparent;
}


.cssload-tableCell-container {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 50%;
    top: 5px;
}

.cssload-flex-container {
    margin:10px;
}

.little-wheel {
    width: 14px;
    height: 14px;
    background-color: white;
}

.gray-btn,
.primary-btn,
.delete-btn,
.success-btn {
    height: 30px;
    width: auto;
    width: max-content;
    border-radius: 3px;
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.5;
    padding: 0 9px;
    padding-top: 1px;
    background-color: #556172;
    font-size: 12px;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}


html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

.primary-btn {
    background-color: #528fcc;
}

.primary-btn:hover,
.success-btn:hover,
.gray-btn:hover {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.34);
	        box-shadow: 1px 1px 5px 0px rgba(35, 44, 58, 0.34);
}

.primary-outline {
	border: 1px solid #528fcc;
	background-color: transparent;
	color: #528fcc !important;
}

.primary-outline:hover {
	color: #528fcc;
}

.delete-outline {
    border: 1px solid #E2000F;
    background-color: transparent;
    color: #E2000F !important;
}

.success-btn {
	background-color: #008000;
}

.success-outline {
	border: 1px solid #008000;
	background-color: transparent;
	color: #008000 !important;
}

.success-outline:hover {
	color: #008000;
}

.input_plus_icon {
	background-size: 20px 20px !important;
	background: url("/images/interface_icons/grey_round_plus.svg") 98% no-repeat;
	background-color: #fff;
	padding-right: 25px;
}

.border-left-grey {
	border-left: 1px solid #69727f !important;
}

.border-right-grey {
	border-right: 1px solid #69727f !important;
}

.border-top-grey {
	border-top: 1px solid var(--black20per-color);
}

.border-bottom-grey {
	border-bottom: 1px solid var(--black20per-color);
}

.icon-title {
	background-size: 30px 30px !important;
	padding-left: 35px;
	background-position: left !important;
}

.icon-btn {
	background-size: 20px 20px !important;
	padding-left: 35px;
	background-repeat: no-repeat;
}

button.icon-btn {
	padding-left: 39px;
	background-position: 10px !important;
}

.journal-icon_blue {
	background: url("/images/interface_icons/journal_blue.svg") 8px no-repeat;
}




.caret-icon_rotate-180 {
	transform: rotate(180deg) !important;
}

.check_icon {
	background: url("/images/interface_icons/round_ok_green.svg") no-repeat;
}

.delete_icon {
    background: url("/images/interface_icons/red_trashcan.svg") 8px no-repeat;
}

.chooseFile_icon {
	background: url("/images/interface_icons/folder_open-blue.svg") 8px no-repeat;
}

.search_input_icon {
	background-size: 20px 20px !important;
	background: url("/images/interface_icons/search.svg") 98% 4px no-repeat;
	background-color: #fff;
	padding-right: 25px;
}

.header-icon {
	background-size: 30px !important;
	background-position: left !important;
	padding-left: 35px;
}

.info-icon {
	background: url("/images/interface_icons/info_light-grey.svg");
}

.fail-icon {
	background: url("/images/interface_icons/round_cross-red.svg") no-repeat;
}

.success-icon {
	background: url("/images/interface_icons/round_ok_green.svg");
}

.process-icon {
	background: url("/images/interface_icons/refresh-stroke_light-grey.svg");
}

.waiting-icon {
	background: url("/images/interface_icons/clock_light-grey.svg");
}

.pagination > .paginate_button > a {
    background-color: transparent;
    color: #556172;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

.pagination > .paginate_button.next > a,
.pagination > .paginate_button.previous > a,
.pagination > .paginate_button.next > a:hover,
.pagination > .paginate_button.previous > a:hover {
	border: none !important;
}

.paginate_button.previous a,
.paginate_button.next a {
	background-size: 50px 50px;
	width: 25px;
}

/* //Новый дизайн элементов таблиц */

/* Стилизация чекбоксов */
.derevo .check-boxes li label span.grey_checkbox {
	height: 20px;
	width: 20px;
	border: 2px solid var(--gray-color);
	border-radius: 3px;
	background-color: var(--high-color);
	opacity: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
	left: 10px;
}
/* //Стилизация чекбоксов */

.display-block {
	display: block;
}

.regular-wrap {
	margin-top: 15px;
}

.label-font {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 12px !important;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 10px;
}

.input-block-sm {
	width: 300px;
}

.table-bordered > thead > tr > th {
	border-bottom-width: 0;
}

tbody.bordered tr {
	height: 30px;
}

.form-group.md {
	width: 280px !important;
}

.form-group.sm {
	width: 190px !important;
}

/* Стилизация placeholder */
::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.6) !important;font-style: italic;font-size: 14px;}
::-moz-placeholder          {color: rgba(0, 0, 0, 0.6) !important;font-style: italic;font-size: 14px;}/* Firefox 19+ */
:-moz-placeholder           {color:rgba(0, 0, 0, 0.6) !important;font-style: italic;font-size: 14px;}/* Firefox 18- */
:-ms-input-placeholder      {color: rgba(0, 0, 0, 0.6) !important;font-style: italic;font-size: 14px;font-family: Verdana, Geneva, sans-serif !important;font-stretch: semi-condensed;}
::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.6) !important;font-family: Verdana, Geneva, sans-serif;font-style: italic;font-size: 14px;}
::-ms-input-placeholder {color: rgba(0, 0, 0, 0.6) !important;font-family: Verdana, Geneva, sans-serif;font-style: italic;font-size: 14px;}
::placeholder {color: rgba(0, 0, 0, 0.6) !important;font-family: Verdana, Geneva, sans-serif;font-style: italic;font-size: 14px;}
/* //Стилизация placeholder */

.phone-placeholder::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.9) !important;font-style: normal;font-size: 14px;}
.phone-placeholder::-moz-placeholder          {color: rgba(0, 0, 0, 0.9) !important;font-style: normal;font-size: 14px;}/* Firefox 19+ */
.phone-placeholder:-moz-placeholder           {color:rgba(0, 0, 0, 0.9) !important;font-style: normal;font-size: 14px;}/* Firefox 18- */
.phone-placeholder:-ms-input-placeholder      {color: rgba(0, 0, 0, 0.9) !important;font-style: normal;font-size: 14px;font-family: Verdana, Geneva, sans-serif !important;font-stretch: semi-condensed;}
.phone-placeholder::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.9) !important;font-family: Verdana, Geneva, sans-serif;font-style: normal;font-size: 14px;}
.phone-placeholder::-ms-input-placeholder {color: rgba(0, 0, 0, 0.9) !important;font-family: Verdana, Geneva, sans-serif;font-style: normal;font-size: 14px;}
.phone-placeholder::placeholder {color: rgba(0, 0, 0, 0.9) !important;font-family: Verdana, Geneva, sans-serif;font-style: normal;font-size: 14px;}

/* Меняем цвет бутстраповской каретки */
.caret {
	width: 12px;
	height: 12px;
	background-image: url(/images/interface_icons/caret_light-grey.svg) !important;
	background-size: cover;
	border: none !important;
	transform: rotate(0deg) !important;
	transition: all .4s;
}


/* Более простая стилизация чекбоксов */
.check {
	position: relative;
	margin: 10px;
	line-height: 1.3;
	opacity: 1 !important;
}

.dropdown-menu.dropdown-checkboxes .check {
	margin: 0;
}

.check__single .checkbox__text {
	padding: 0;
}
.check__single {
	margin: 20px 0;
}

.check input:disabled
{
    z-index: -10;
    opacity: 0;
}

.check input:disabled + div,
.check input:disabled + text {
    cursor: default;
}


.check input:disabled + div:before {
    cursor: not-allowed;
    opacity: 0.5;
}

.check input:disabled + text:before {
    cursor: default;
    opacity: 0.5;
}

/* Чекбок в таблице */
.check.column {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 100%;
	height: 100%;
}

.check.column .checkbox__text {
	padding: 0 !important;
}

.check.column .checkbox__text::before {
	margin: 0;
}
/* //Чекбок в таблице */

.check input {
	height: 20px;
	width: 95%;
	position: absolute;
	z-index: 10;
	opacity: 0;
	margin: 0;
	cursor: pointer;
}

.dropdown__scroll-container .check input {
	width: 100%;
}

.check.column .checkbox__text {
	padding: 0;
}

.dropdown-menu .check input {
	height: 100%;
}

.checkbox__text {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
	line-height: 20px;
    position: relative;
    padding: 0;
    cursor: pointer;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    text-transform: initial;
    word-wrap: anywhere;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.check.column .checkbox__text:before {
	margin-right: 0;
}

.dropdown-scroll .checkbox__text {
	padding: 0;
}

.check__single .checkbox__text {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: initial;
}

.checkbox__text:before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	height: 20px;
	width: 20px;
	border: 2px solid var(--gray-color);
	min-width: 20px;
	border-radius: 3px;
	background-color: var(--high-color);
	-webkit-transition: .4s;
	transition: .4s;
}

.dropdown-scroll .checkbox__text:before {
	margin-top: 1px;
}

.accident_category-text {
    font-size: 14px;
    line-height: 1.1;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none !important;
}

.checkbox__text.dropdown_checkbox:before {
	top: -1px;
	left: 4px;
}
.dropdown-menu .checkbox__text:before {
	top: -3px !important;
}
.check.column > .checkbox__text:before {
	top: -14px;
	left: -6px;
}

.dropdown-menu .checkbox__text:before {
	top:1px;
	left: 5px;
}

#alarmNotificationTable .check.column > .checkbox__text:before {
	left: 16px !important;
}

#alarmNotificationTable .check input {
	position: inherit;
}

#objectsTable .check.column > .checkbox__text:before {
	left: 5px !important;
}

.check.column > .checkbox__text:before {
    top: -14px;
    left: 11px;
}

.check input:checked + .checkbox__text:before {
	background-color: #556172;
	border-color: #556172;
}

#alarmNotificationTable .check.column > .checkbox__text:before {
	left: 16px !important;
}

#objectsTable .check.column > .checkbox__text:before {
	left: 5px !important;
}

.check input:checked+.checkbox__text:before {
	background-color: #556172;
    background-image: url(/images/interface_icons/white_check.svg) !important;
    background-size: cover;
}
.check_half .checkbox__text:before {
	border-color: #556172;
	background-color: #556172;
    background-image: url(/images/interface_icons/circle.svg) !important;
    background-size: 8px;
	background-position: center;
	background-repeat: no-repeat;
}
.check.column > .checkbox__text:before {
    top: -14px;
    left: -6px;
}
/* //Более простая стилизация чекбоксов */

.checkbox text {
	font-size: 14px;
	line-height: 1.3;
	text-transform: initial;
}


/* //Новый дизайн элементов таблиц */
.dropdown-block {
	width: 210px;
	height: 30px;
	border-radius: 3px;
}

.dropdown-block button {
	height: 30px;
}

.choose-text {
    font-style: italic;
    font-size: 14px;
    position: absolute;
    left: -120px;
    top: 25px;
}

.mute-block_sm {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 96%;
	height: 30px;
	background-color: #fafcfd;
}

.dropdown-filter{
    display:inline-block !important;
}

/*Кастомный input type number*/
.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: right;
    position: relative;
	height: 30px;
	top: -30px;
    right: 19px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.quantity-button.quantity-up {
	z-index: 999;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 6px;
    background-image: url(/images/interface_icons/caret_light-grey.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border: none;
}

.quantity-button.quantity-down {
	z-index: 999;
    position: absolute;
    bottom: 5px;
    height: 10px;
    width: 10px;
    background-image: url(/images/interface_icons/caret_light-grey.svg);
    border: none;
}
/*Кастомный input type number*/

.right {
	float: right;
}

.inline-block_data {
	width: 130px !important;
}

.inline-block_sm {
	width: 160px;
}

.inline-block_md {
	width: 280px;
	min-width: 220px;
	display: inline-block;
}

.inline-block_ml {
	width: 300px;
}

.inline-block_lg {
	width: 350px;
}

.flex-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flex-block__item_align_end {
	align-self: flex-end;
}

.flex-block_align-right {
	justify-content: flex-end;
}

.row .flex-block {
	margin-bottom: 0 !important;
}

.flex-block_justify-end {
	justify-content: end !important;
}

.flex-block_column {
	flex-direction: column;
}

.flex-block__item_align_start {
	align-items: flex-start;
}

@media (max-width: 1101px) {
	.adaptive-margin-top {
        margin-top: 20px;
    }
}

@-moz-document url-prefix() {
    @media (max-width: 1103px) {
        .adaptive-margin-top {
            margin-top: 20px;
        }
    }
}

@media (min-width: 1021px) and (max-width: 1140px) {
	.flex-block .gray-btn {
		align-self: flex-end;
	}
}

.scheduler-space-between-flex .gray-btn {
	align-self: flex-end !important;
}

#for-search,
#for-search-modal {
	width: 290px !important;
}

.flex-block .gray-btn {
	align-self: flex-end;
}


.dropdown-toggle {
	position: relative !important;
	background-color: white;
	width: 100%;
}

.flex-block_space-between {
	justify-content: space-between !important;
}

.btn-in-row {
	align-self: baseline !important;
	margin: 30px 10px 10px !important;
}

.to_bottom {
	align-self: self-end;
}

.dropdown.open .caret {
	transform: rotate(180deg) !important;
}

.help-text {
	margin: 0px 20px 2px 0px;
}

.help-text label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

.error-text {
	color: #e11b1c;
}

table.hardware tr td.dataTables_empty:first-child::after {
	display: none;
}

.doughnut-component-host {
    position: relative;
}

.doughnut-component-host .cssload-container {
    position: absolute;
    width: 100%;
}

.input_sm {
    width: 130px !important;
}

.input_md {
	width: 130px !important;
}

.input-md_170 {
	width: 170px;
}

.input_bmd {
	width: 280px !important;
}

.input_lg {
	width: 360px !important;
}

.input-lg_320 {
	width: 320px !important;
}

.recipients-sm .recipients-block {
	min-height: 30px !important;
}

.scroll-none {
	overflow: unset !important;
	max-height: none !important;
}

#for-search {
	width: 260px;
}

.input_lmd {
	width:280px !important;
}

.input-xl {
	width: 325px !important;
}

.recipients-block_bottom {
	margin-bottom: 35px;
}

.device-more {
	width: 100%;
	position: absolute;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	transform: translateY(-500px);
	opacity: 0;
	transition: all .6s;
}

.device-more_shown {
	padding: 12px !important;
	padding-top: 5px !important;
	transform: translateY(0px);
	opacity: 1;
	z-index: 899;
	box-shadow: 1px 6px 5px 2px rgba(35, 44, 58, 0.14);
}

.device-more table,
.device-more table td {
	border: none !important;
	border-left: none !important;
}

.device-more table {
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px;
	opacity: 0.8;
}

.device-more table tr td:first-child {
	text-transform: uppercase;
}

.device-more table td {
    padding-right: 5px !important;
}

.serial-number {
	word-break: break-all;
	word-wrap: break-word;
	word-spacing: inherit;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.flex-block_before-table {
	margin-bottom: 10px;
	align-items: flex-end;
}

.flex-block_before-table .form-group {
	margin-bottom: 0 !important;
}

.changePageSize-dropdown {
	width: 210px;
}
.changePageSize-dropdown .dropdown-menu {
	overflow: auto !important;
	max-height: none !important;
}

.changePageSize-dropdown .dropup .dropdown-menu {
	bottom: 30px;
}

.dropdown_no-scroll {
	max-height: none !important;
}

.controls-group {
	width: calc(100% - 180px);
}

.align-items {
    align-items: flex-start;
}

.align-items-stretch {
    align-items: stretch;
}

.align-items-end {
    align-items: flex-end;
}

@media (max-width: 1330px) {
    .right-block #for-search {
        margin-top: 0px;
    }
}

.dataTables-info_first-row {
    margin-bottom: 10px;
    margin-right: 5px !important;
}

.dropdown-block_second-row {
	margin-top: 43px;
}

.help-message {
    display: inline;
    font-size: 14px;
    font-style: italic;
    padding: 10px 0;
    max-width: 200px;
	color: #E2000F;
}	

.inline-input {
    display: inline-block;
    margin-right: 10px;
}

/* Новые стили вкладок */




/* Правки дропдауна "показать хх записей" */
.dropdown-block li:hover,
.dropdown-menu li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.showRecords-dropdown li:hover a {
	background-color: transparent !important;
}
/* //Правки дропдауна "показать хх записей" */

/* Новые стили для плиток */
.tile__header {
	height: 40px;
	display: flex;
	position: relative;
	align-items: center;
	padding: 10px;
	font-size: 12px;
	line-height: 1;
	border-bottom: 1px solid var(--black20per-color);
}
.tile__header-with-valid h4 {
	margin-right: 10px;
}

.tile__header h4,
.tile-header h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
}
/* //Новые стили для плиток */

.folders-list {
	margin-top: 0 !important;
}
.folders-list li {
	margin-bottom: 5px;
}

.form-group_md {
	width: 230px;
}

.dropdown-menu.dropdown-checkboxes {
	padding: 9px;
}

.dropdown-menu.dropdown-checkboxes .checkbox__text{
	padding: 0 0 0 9px;
}

.scroller__track_reportTypes.reportTypes-scroll {
	top: 15px !important;
	height: 98% !important;
}

.choose-text-block {
	margin: 10px;
	font-style: italic;
	font-size: 0px;
}

.choose-text-block span {
	font-size: 14px;
}
/* правка скролла */

.max-height-reportAlarmsData {
	max-height: calc(100vh - 413px) !important;
}

.max-height-reportAlarmsCharacteristic {
	max-height: calc(100vh - 402px) !important;
}
.type-group-btn {
	font-size: 0;
}

.type-group-btn button,
.type-group-btn label {
	height: 30px;
	width: 30px;
	border: 1px solid var(--table-color);
	border-left: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .3s;
}
.type-group-btn button {
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.type-group-btn div {
	width: 100%;
	height: 100%;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s;
}
.type-group-btn button:hover,
.type-group-btn button.active-chart-type,
.type-group-btn div.active-chart-type,
.type-group-btn div:hover {
	background-color: #556172;
}
.type-group-btn button:first-of-type,
.type-group-btn label:first-of-type {
	border-left: 1px solid #556172;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.type-group-btn button:last-of-type,
.type-group-btn label:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.type-group-btn button input[type='radio'],
.type-group-btn label input[type='radio'] {
	opacity: 0;
	margin: 0;
	cursor: pointer;
}

.radioButton__icon{
	position: relative;
	left: 4px;
	top: 4px;
	width: 20px;
	height: 20px;
	color: var(--table-color);
}

.radioButtonsGroup input[type='radio']:checked ~ div {
	background-color: var(--table-color);
	cursor: default;
}

.radioButtonsGroup input[type='radio']:checked ~ div svg {
	color: var(--white-color) !important;
}

.radioButtonsGroup-hover div:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.darker-hover a:hover {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

.no_matches_Label_hide {
    display: none;
    font-style: italic;
    font-size: 12px;
    margin: 5px;
}

.no_matches_Label_show {
    display: block;
    font-style: italic;
    font-size: 14px;
	min-height: 20px;
	padding: 10px;
}

.with-validation {
    position: relative;
    display: inline-block;
}

.with-validation span {
    position: absolute;
    padding: 0;
    margin: 0px;
    top: 38px;
    left: 0;
    display: inline-block;
    min-width: 500px;
    margin: -5px 0px;
}

.with-validation_bottom span {
	min-width: auto;
	margin: 0;
	top: auto;
	bottom: -14px;
}

.dataTables_info {
	display: flex;
	justify-content: right;
	font-style: italic;
}

#showDiagram a:hover {
	text-decoration: none;
}

ul.height-fitted {
    max-height: 40vh !important;
}

.dropdown__search {
	margin-bottom: 10px;
	padding-left: 9px;
}
.dropdown__search:hover {
	background-color: transparent !important;
}

main .form-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.goToFlowDiagramButton {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.goToFlowDiagramButton svg{
	color: var(--primary-color);
	width: 20px;
	height: 20px;
}

.goToFlowDiagramButton:hover {
	opacity: 0.8;
}

.leaflet-popup-tip {
	width: 10px;
	height: 10px;
	margin: -5px auto 0;
}

.leaflet-popup-content {
	min-width: 360px !important;
	margin: 0px 10px 24px 30px !important;
}

.leaflet-container {
	font: 12px Verdana, Geneva, sans-serif !important;
	line-height: 1.4;
}

.leaflet-popup-content div {
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.leaflet-popup-content-wrapper {
	border-radius: 0px !important;
	}

.leaflet-pane .leaflet-popup {
    bottom: 15px !important;
}

.leaflet-container a.leaflet-popup-close-button {
	display: none;
}

.mapTooltip{
	position: relative;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--lightgray-color);
    border-radius: 100%;
	top: 17px;
	left: -20px;
}
.unpluggedTooltip{
    background-color: var(--lightgray-color);
}
.successTooltip{
    background-color: var(--success-color);
}
.mismatchTooltip{
    background-color: var(--warning-color);
}
.noequipmentTooltip {
    background-color: var(--background-color);
    border-style: solid;
    border-width: 1px;
    border-color: var(--table-color);
    border-radius: 100%;
}
.alarmTooltip{
    background-color: var(--danger-color);
	animation: rot2 0.5s linear;
	Animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

textarea.address{
	height: 30px;
}
.map-address {
	height: 320px;
	max-height: calc(100vh - 250px);
	width: 100%;
}
	
.map-clasters {
    background-color: var(--background-color);
	border-style: solid;
    border-color: var(--lightgray-color);
    border-width: 10px;
    border-radius: 100%;
	font-size: 14px;
	text-align: center;
}

.map-clasters.alarmed {
    border-color: var(--danger-color);
}
.map-clasters.middle{
    border-color: var(--warning-color);
}
.map-clasters.online{
    border-color: var(--success-color);
}
.map-clasters.noequipment {
    border-color: var(--table-color);
}
.map-clasters p{
	margin-top: 10%;
}

.map-section {
	display: flex;
	width: 100%;
	transition: all .5s ease;
}

.map-section.tableExpanded {
	padding: 0;
}

.objects-map {
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    transition: all .5s ease;
}

#map.serverUnavailable{
	background: #b8b8b8 !important;
	background-image: url(/images/icon-warning-white.svg) !important;	
	background-size: 40px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	font-size: 14px;
	color: #ffffff !important;
	text-align: center;
}
#map.serverUnavailable p {
	top: 57% !important;
	position: relative !important;
}
.leaflet-control-custom-button {
	background-color: var(--white-color);
	border-radius: 4px;
	border: none;

	width: 30px;
	height: 30px;

	background-repeat:  no-repeat;
	background-size:20px;
	background-position: center;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	cursor: pointer !important;
}
.control-focus{
    background-image:url(/images/interface_icons/focus.svg);
}
.leaflet-touch .leaflet-bar a,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out{
	background-size: 20px;
	font-size: 0 !important;
	width: 30px !important;
	height: 30px !important;
}
.leaflet-control-zoom-out {
	background-image: url(/images/interface_icons/minus.svg);
}
.leaflet-control-zoom-in {
	background-image: url(/images/interface_icons/plus.svg);
}

.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
	background-color: white !important;
}

.leaflet-touch .leaflet-bar,
.leaflet-bar {
	border: none !important;
	box-shadow: 0 1px 6px rgba(0,0,0,0.3) !important;
}

.leaflet-control-zoom-in {
	border-bottom: none !important;
}

.leaflet-control-zoom-in::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 70%;
	height: 1px;
	background-color: #e6e6e6;
}

tr.row_active td,
tr.row_active:hover td {
	background-color: rgba(85, 97, 114, 0.6) !important;
	color: #fff !important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.history-title text {
	display: inline-block;
	margin-right: 10px;
}

.history-title text:last-of-type {
	margin-right: 0;}

main .validationMessage {
	display: inline-block;
	width: auto;
	max-width: unset;
	z-index: 0;
	position: absolute;
	top: auto;
}

.validationMessage_floating {
	bottom: -14px;
	right: 0;
	left: auto !important;
	min-width: max-content !important;
	margin: 0 !important;
}
@media screen and (max-width: 1098px) {
	.validationMessage_floating {
		right: auto;
		left: 0 !important;
	}
}

.message_right .validationMessage {
	width: 100%;
	left: 330px;
	top: 31px;
}

.message_right_l .validationMessage {
	left: 103%;
	top: 31px;
	width: max-content;
}

.message_top_right .validationMessage {
	top: -10px;
	right: 0;
}

.message_bottom .validationMessage {
	bottom: -21px;
}

.mandatory_input .input-block__label {
	display: block;
}

.mandatory_input .input-block__label::after,
.mandatory_input h4::after, 
.mandatory_input .check::after,
.mandatory_input .side_filter__title_text::after {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--danger-color);
	content: '';
}

.input-block__label_lowercase {
	text-transform: none !important;
}

.mandatory_input .check::after{
	margin: 7px 5px;
}

.mandatory_input .input-block__label::after {
	margin: 2px 5px;
}

.mandatory_input h4::after {
	margin: 2px 5px;
}

.mandatory_input .validationMessage,
.no_mandatory_input .validationMessage {
	display: inline-block;
	color: var(--white-color);
	background-color: var(--danger-color);

	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: clip;

	padding: 5px 8px 5px 0;
	margin: 0;
	height: 20px;
	width: max-content;
	max-width: calc(100% - 10px);

	z-index: 1;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .4);
}

@-moz-document url-prefix() {
	.mandatory_input .validationMessage,
	.no_mandatory_input .validationMessage {
		font-size: 9px;
	}
}

.mandatory_input .validationMessage::before,
.no_mandatory_input .validationMessage::before {
	display: inline-block;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	position: relative;
	background-color: var(--danger-color);
	content: '';
}

.mess_right_l .validationMessage {
	left: 100%;
	top: 34px;
}

.mess_right_button .validationMessage {
	left: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
}

.mess_right_l .validationMessage::before,
.mess_right_button .validationMessage::before {
	left: -3px;
	top: 0px;
}

.mess_checkbox_top .validationMessage {
	top: -24px;
	left: 5px;
}

.mess_checkbox_top .validationMessage::before {
	left: 11px;
	bottom: -9px;
}

.mess_forwiget .validationMessage::before {
	left: 39px;
	bottom: 10px;
}

.mess_bottom .validationMessage,
.mess_forwiget .validationMessage {
	margin: 0 auto;
	bottom: -15px;
	left: 0;
	right: 0;
}

.mess_bottom_left .validationMessage{
	margin: 0 auto;
	bottom: -15px;
	left: 0;
}


.mess_bottom_right .validationMessage {
	margin: 0 auto;
	bottom: -15px;
	right: 0;
}

.mess_bottom_right_timepicker .validationMessage{
	bottom: -25px;
	left: 60px;
}

.mess_bottom .validationMessage::before,
.mess_bottom_right .validationMessage::before,
.mess_bottom_left .validationMessage::before {
	left: calc(50% - 3px);
	top: -10px;
}

.mess_top_right .validationMessage,
.mess_top_right_dropdown .validationMessage{
	margin: 0 auto;
	right: 5px;
}

.mess_top_right .validationMessage,
.mess_top_right_btn .validationMessage {
	top: 5px;
}

.flow-diagram .mess_top_right .validationMessage,
.flow-diagram .mess_top_right_btn .validationMessage {
	transform: translateY(-55px);
	top: auto;
}

.mess_top_right_dropdown .validationMessage{
	top: -25px;
}

.mess_top_right_btn .validationMessage {
	margin: 0 auto;
	right: 150px;
}

.mess_top_left .validationMessage::before,
.mess_top_right .validationMessage::before,
.mess_top_right_btn .validationMessage::before,
.mess_top_right_dropdown .validationMessage::before,
.mess_top .validationMessage::before,
.tile__header .validationMessage::before,
.mess__table .validationMessage::before {
	left: calc(50% - 3px);
	bottom: -10px;
}

.mess_top_left .validationMessage {
	margin: 0 auto;
	left: 5px;
	top: 5px;
}

.mess_bottom_right_timepicker .validationMessage::before {
	left: 50px;
	top: -10px;
}

.mess_top .validationMessage{
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
}

.tile__header .validationMessage {
	margin: auto;
	right: 10px;
}

.clear_space .validationMessage {
	top: -30px;
}

.in_right .validationMessage {
	left: auto;
	top: 0;
	bottom: 0px;
	right: 10px;
}

.mess__table .validationMessage {
	position: absolute;
	margin: 0 auto;
	top: -30px;
	left: 0;
	right: 0;
}

.body_grid .mess__table .validationMessage {
	z-index: 890;
	top: 10px !important;
}

#all-lists span {
    white-space: nowrap;
}

main.main-content {
	position: relative;
}

.panel-body {
    padding: 0 9px 9px;
}
#logs_wrapper .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

#environmentTable_wrapper .dataTables_info {
    margin-left: 10px;
}

/* Под новый дизайн */
#saveServiceCompanyModal .dropdown.regular span.validationMessage:not([style*="display: none;"]) + ul {
    top: 72%;
}

#saveUserModal .dropdown.regular span.validationMessage:not([style*="display: none;"]) + ul {
    top: 70%;
}

#saveAlarmCategoryModal .dropdown.regular span.validationMessage:not([style*="display: none;"]) + ul {
    top: 69%;
}

.dropdown span.validationMessage:not([style*="display: none;"]) + button + ul {
    top: auto;
}

.upload-btn {
	position: relative;
	display: flex;
    align-items: center;
	cursor: pointer;
}

.upload-btn input {
	position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    opacity: 0;
	visibility: hidden;
    z-index: 99;
    outline: 0;
}

.filename {
	max-width: 580px;
	padding: 5px 0 0;
	font-style: italic;
	line-height: 1.4;

	display: flex;
}

.flex-container {
	display: flex;
}

.flex_container_footer {
	display: flex;
	height: calc(100% - 70px);
}

.first-column {
    width: 33%;
    min-width: 250px;
    max-width: 380px;
    margin-right: 20px;
}

.second-column {
	width: 78%;
}

.info-block {
	padding: 0 10px;
	display: flex;
}

.info-block__icon {
	flex-shrink: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-size: cover;
}

.info-block__text {
	margin: 2px 0 10px;
	font-style: italic;
}

.disabled:not(.modal) {
	opacity: .5 !important;
	cursor: default;
	pointer-events: none;
}

.disabled.modal label, 
.disabled.modal input:not([type=checkbox]), 
.disabled.modal button, 
.disabled.modal .check, 
.disabled.modal .button_success, 
.disabled.modal .info-block {
	opacity: .5 !important;
	cursor: default;
	pointer-events: none;
}

.chart_loading {
	opacity: .5 !important;
}

.text_claim-error {
	margin: 10px 0 20px 25px;
}

.text_claim-error > svg {
	color: #869098;
	position: absolute;
	left: 0px;
	top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background-size: 20px !important;
}

.text_claim-error > div {
	line-height: normal;
}

.label__icon_join_company {
	display: flex;
	margin-top: 5px;
}

.label__icon_join_company svg,
.label__icon_confirmation svg {
	width: 20px;
	height: 20px;
	background-size: 20px !important;
}

.label__icon_join_company div {
	line-height: 1.6;
	font-style: italic;
	margin-left: 5px;
	font-size: 12px;
}

.label__icon_join_company svg:first-child {
	color: #008000;
}

.label__icon_join_company svg:nth-child(2) {
	color: #E2000F;
}

.label__icon_confirmation {
	padding: 10px;
	display: flex;
}

.label__icon_confirmation svg {
	color: var(--gray-color);
}

.label__icon_confirmation div {
	margin-top: 0 !important;
    font-style: normal !important;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 5px;
}

.text-group {
    margin: 8px 10px;
}

.text-group p {
    margin-bottom: 6px;
}

.autocomplete_dropdown .dropdown-menu {
	max-height: unset !important;
	border: 0 !important;
}

.autocomplete_dropdown .ui-autocomplete {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.autocomplete_dropdown .dropdown-block li:hover,
.autocomplete_dropdown .dropdown-menu li:hover {
	background-color: unset;
}

.autocomplete_dropdown .ui-autocomplete li {
	padding: 5px 10px;
	line-height: 1.42857143;
}

.text_policy {
	margin: 10px;
}

.text_policy br {
	display: block;
    content: '';
    height: 28px;
}

.text_policy br:nth-child(2) {
	content: none;
}

.side-panel {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 440px;
	background-image: url(/images/login_page/login-background.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 210px 10px;
}

.logo {
	display: block;
	margin: 0 auto 20px;

	width: 260px;
	height: 87px;

	color: var(--white-color);
}

/* Переопределение дефолтных стилей автозаполнения полей */
.input-block_third input:-webkit-autofill,
.input-block_third input:-webkit-autofill:hover,
.input-block_third input:-webkit-autofill:focus,
.input-block_third input:-internal-autofill-selected {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 600000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 600000s ease-in-out 0s;
}

.input-block_third input {
    transition: background-color 600000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
	filter: none !important;
}

input:autofill {
	background: transparent; 
}

/* Дропдаун выбора языка */
.lang {
	position: relative !important;
	width: 50px !important;
	top: 0 !important;
	right: 10px !important;
}

.lang .dropdown-toggle {
	height: 20px !important;
	border: none !important;
	background-color: transparent !important;
}

.lang .dropdown-menu {
	background-color: #fff;
	width: 50px !important;
	left: -10px;
	top: 25px !important;
	min-width: 30px !important;
	border-radius: 0 !important;
}

.lang .dropdown-menu li {
	width: 100%;
	padding: 4px 10px !important;
	border: none !important;
}

.lang .dropdown-menu li a {
	height: 20px;
}

.lang a[dataname='RU'],
.lang.rus {
	background: url('../images/login_page/flag_rus.png') no-repeat;
	background-size: contain;
}

.lang a[dataname='EN'],
.lang.eng {
	background: url('../images/login_page/flag_eng.png') no-repeat;
	background-size: contain;
}

.dropdown.open .dropdown__caret {
	transform: rotate(180deg);
}

.dropdown__caret {
	position: absolute;
	color: #fff;
	transition: transform .2s;
}

.dropdown__caret svg {
	width: 10px;
	height: 10px;
}

.lang .dropdown__caret {
	right: 5px !important;
}

.lang .btn-primary:focus {
	box-shadow: none !important;
}
/* //Дропдаун выбора языка */

.market-block {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 10px;
	color: var(--white-color);
}

.market-block p{
	padding: 0 12px;
}

.project-name {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
}
.updating-block.updating {
	position: absolute;
	top: 23px;

	display: flex;
	justify-content: center;
	align-items: center;

	width: 40px;
	height: 27px;
	z-index: 60;
	background-color: rgba(255,255,255, 0.5);
}

.updating .updating_animation {
	display: block;
	width: 20px;
	height: 20px;
	background: url("/images/interface_icons/refresh-stroke_light-grey.svg") no-repeat;
	background-size: cover;
	animation: 1.3s linear 0s normal none infinite rotation;
}

.right-block_mailing {
	overflow: hidden;
	width: 362px;
	display: grid;
	grid-template-rows: 1fr auto;
}

.small_fixed_column {
	width: 340px;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.devices_not_found {
	padding: 10px;
	font-style: italic;
	font-size: 14px;
}

.form-control.map:focus{
	width: 60% !important;
	max-width: 60% !important;
}
.form-control.map {
	width: 20% !important;
	min-width: 20% !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.map-loading {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 2000;
}

.clear-address{
	border-width: 1px;
	border-radius: 25px;
	position: absolute;
	display: block;
	top: 5px;
	right: 0px;
	width: 16px;
	height: 16px;	
}

.margin-right{
	margin-right: 10px;
}

.form-group.map{	
	margin-top: 4px !important;
	padding: 0px !important;
}

input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
	background: url(/images/interface_icons/cross_gray.svg) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.bootbox-body{
	padding: 10px;
}

.btn-success{
	color: var(--success-color);
}

.btn-danger{
	color: var(--danger-color);
}

/* Дерево параметров вкладки "Параметры"*/
.tab-parameters-layout {
	height: 100%;
	display: grid;
}

.tab-parameters-layout_block {
	height: 100%;
    display: grid;
}

.tab-parameters-layout.d-block {
	display: block;
}

.tab-parameters-layout.d-block .tab-parameters-layout__content {
	margin-top: 10px;
}

.tab-parameters-layout__content .table-regular td, 
.analytic-chart_expanded .table-regular td {
	padding: 4px 8px 5px;
}

.analytic-chart_expanded .page_fixed,
.analytic-chart_expanded .tab-parameters-layout__content {
	padding: 0 !important;
}

.tree-params .tile {
	border: none;
}

.tree-params .tile-footer {
	border: none;
	padding: 0;
}

.tree-params .btn {
	padding: 6px 9px;
}

.tree-params .table-regular td {
	padding: 4px 4px 5px;
}

.tree-params__table {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--high-color);
}

.tree-params__table-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 3;
}

.tree-params__table-header-row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.tree-params__table-header-cell {
	flex: 1 1 auto;
	align-items: center;
	display: flex;
	padding: 5px;
}

.tree-params__table-header-cell:first-child {
	width: calc(100% - 90px);
}

.tree-params__table-header-cell:last-child {
	width: 90px;
}

.tree-params__object-row,
.tree-params__device-row,
.tree-params__group-params-row,
.tree-params__parameter-row {
	display: block;
}

.tree-params__object-cell,
.tree-params__device-cell,
.tree-params__group-params-cell,
.tree-params__parameter-cell,
.tree-params__parameter-value-cell {
	display: flex;
	padding: 5px 8px 4px;
}

.tree-params__parameter-value-cell {
	overflow: visible !important;
	width: 90px;
}

.tree-params__node-name {
	margin-left: 5px;
}

.tree-params__device-cell {
	padding-left: 14px !important;
}

.tree-params__group-params-cell {
	padding-left: 24px !important;
}

.tree-params__parameter-row {
	display: flex;
	justify-content: space-between;
}

.tree-params__parameter-cell {
	padding-left: 60px !important;
	width: calc(100% - 90px);
}

.tree-params__parameter-value {
	display: block;
	width: 90px;
	height: 100%;
	border: 0;
	padding: 4px 8px 5px;
	background: none;
	cursor: default;
	text-overflow: ellipsis;
}

.tree-params__parameter-value_readonly {
	outline: none;
}

/* подсветка для уставок */
.tree-params__parameter-value_highlighting_setpoint {
	background-color: rgb(var(--table_regular_stroke_hover-rgb));
	cursor: text;
	position: absolute;
	right: 0;
	height: 30px;
}

	.tree-params__parameter-value_highlighting_setpoint:focus, .tree-params__parameter-value_highlighting_setpoint:hover {
		background-color: var(--high-color);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
		outline: none !important;
		z-index: 2;
	}

.tree-params__checkbox {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 2px solid var(--gray-color);
	min-width: 20px;
	border-radius: 3px;
	background-color: var(--high-color);
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
	margin-top: 0;
	margin-right: 5px;
}

.tree-params__checkbox_checked {
	background-image: url(/images/interface_icons/white_check.svg) !important;
	background-size: cover;
	background-color: var(--table-color);
	border-color: var(--table-color);
	background-position: center;
	background-repeat: no-repeat;
	transition: all .2s !important;
}

.tree-params__checkbox_radio {
	background-color: var(--table-color);
	border-color: var(--table-color);
	background-image: url(/images/interface_icons/circle.svg) !important;
	background-size: 8px;
	background-position: center;
	background-repeat: no-repeat;
}

.tree-params__checkbox_cursor_auto {
	cursor: auto;
}

.tree-params__favorite {
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.tree-params__favorite-svg {
	display: block;
	width: 20px;
	height: 20px;
	color: var(--table-color);
}

.tree-params__cell-layout {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.node-name {
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree-params__device-cell-layout {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tree-params__group-params-cell-layout, 
.chart-legend__table-cell-layout {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.chart-legend__table-cell-layout__checkbox {
	justify-content: center;
}

.tree-params__parameter-cell-layout {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.tree-params__folder {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(/images/interface_icons/folder_open.svg) !important;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
	cursor: pointer;
}

.tree-params__icon {
	display: block;
	height: 20px;
	width: 20px;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.tree-params__icon svg {
	display: block;
	width: 20px;
	height: 20px;
	color: var(--soft-text-color);
}

.tree-params__icon.icon-favorite svg {
	color: var(--table-color);
}

.tree-params__caret {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	min-width: 20px;
	cursor: pointer;
}

	.tree-params__caret svg {
		width: 10px;
		height: 12px;
		color: rgb(37, 37, 37);
	}

.tree-params__caret_collapsed {
	transform: rotate(-90deg);
}

.tree-params__checkbox_blocked {
	cursor: default;
	opacity: .5;
}

.tree-params__checkbox_disabled {
	cursor: default;
	opacity: .5;
}

.tree-params__nothing-found-row {
	display: flex;
}

.tree-params__nothing-found-cell,
tbody td:first-child.tree-params__nothing-found-cell {
	width: 100%;
	height: 30px;
	padding-top: 7px !important;

	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.tree-params__footer-label {
	margin-right: 0;
}

/* Конец: дерево параметров вкладки "Архив"*/

.chart-legend {
	display: flex;
	justify-content: center;
	min-width: 550px;
}

.chart-legend__checkbox {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 2px solid rgba(134, 144, 152, 0.6);
	min-width: 20px;
	border-radius: 3px;
	background-color: transparent;
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.chart-legend__checkbox_checked {
	background-image: url(/images/interface_icons/white_check.svg) !important;
	background-size: cover;
	background-color: var(--table-color);
	border-color: var(--table-color);
	background-position: center;
	background-repeat: no-repeat;
	transition: all .2s !important;
}

.chart-legend__checkbox_radio {
	background-color: var(--table-color);
	border-color: var(--table-color);
	background-image: url(/images/interface_icons/circle.svg) !important;
	background-size: 8px;
	background-position: center;
	background-repeat: no-repeat;
}

.chart-legend__checkbox_cursor_auto {
	cursor: auto;
}

.chart-legend__table {
	table-layout: fixed;
}

.chart-legend__table-row_unselected {
	color: darkgray;
}

.chart-legend__table-header-cell.fixed-width {
	white-space: nowrap;
}

.width-60 {
	width: 60px;
}

.width-70 {
	width: 70px;
}

.table-header-cell__checkbox, 
.chart-legend__table-cell__checkbox{
	line-height: 1 !important;
	text-align: center !important;
	vertical-align: middle;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 42px;
}

.chart-legend__table-row > td.fixed-width {
	width: 70px;
	white-space: normal;
}

.chart-legend__table-header-cell:first-child .chart-legend__checkbox {
	border-color: var(--white-color);
}

.chart-legend__table-header-cell:last-child {
	border-right: 1px solid var(--table-color) !important;
}

.chart-legend__parameter-name {
	position: relative;
	padding-left: 28px;
}

.chart-legend__dash {
	font-size: 25px;
	padding-right: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.chart-legend__table-cell__square .chart-legend__table-cell-layout > p {
	position: relative;
	align-items: center;
	padding-left: 20px;
}

.chart-legend__table-cell__square .chart-legend__table-cell-layout > p:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	content: '';
	background-color: #FF6666;
	opacity: 0.2;
	width: 14px;
	height: 14px;
	line-height: 1.5;
	font-size: initial;
	padding-right: 2px;
}

#gatewayInfo span {
	display: inline-block;
	margin-bottom: 6px;
}

.flowdiagram-container .canvas-container {
	width: auto !important;
}

.analytic-chart {
	height: 100%;
	position: relative;
}

.analytic-chart__loader {
	z-index: 1010;
}

.analytic-chart__mask-loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 800;
	display: none;
	opacity: .5;
}

.analytic-chart__mask-loading_visible {
	display: block;
}

.analytic-chart__content {
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	height: 100%;

	background-color: var(--white-color);
}

.analytic-chart__header {
	display: flex;
	flex-wrap: nowrap;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #cfd8e7;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
}

.analytic-chart__header-title {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.analytic-chart__header-title-text {
	display: inline-block;
	margin-right: 10px;
}

.analytic-chart__body {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-flow: column nowrap;
}

.analytic-chart__scroll-content {
	flex-grow: 1;
	display: flex;
	flex-flow: column nowrap;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px !important;
}

.analytic-chart__plotly-chart {
	flex-grow: 1;
	min-height: 480px;
}

.analytic-chart .simplebar-content {
	flex-grow: 1;
	display: flex;
	flex-flow: column nowrap;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
}

.analytic-chart__intro {
	background-color: var(--white-color);
	border-radius: 4px;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 16px 20px;
}

.analytic-chart .history-tab-controls {
	position: static;
}

.bottom_bar {
	height: 50px;
	width: 100%;
	padding: 0 0 0 30px;
	display: flex;
	justify-content: space-between;
}

.device__icon {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	color: var(--gray-color);
}

.d-flex {
	display: flex;
}

.d-smartheat {
	display: flex;
	min-height: 70px;
}

.table_mnemo_settings td {
	padding: 0 !important;
}

.table_mnemo_settings #section-label-input {
	padding: 0 !important;
}

.table_mnemo_settings input {
	width: 100%;
	border: 0 !important;
	background-color: transparent;
	border-radius: 0;
}

.table_mnemo_settings .dropdown {
	border-radius: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
}

.table_mnemo_settings span {
	padding: 8px 8px 7px;
}

.table_mnemo_hover .table-controls-container {
	display: none;
}

.table_mnemo_hover:hover .table-controls-container {
	display: flex;
	z-index: 10;
}

.table_mnemo_hover:hover .dropdown-list__caret {
	right: 39px;
}

.table_mnemo_img {
	width: 25px;
	height: 25px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}



/* Стили скроллбара */
.scroll__style {
	overflow-y: auto;
	overflow-x: auto !important;
	padding: 0;
	height: 100%;
	width: 100%;

	scrollbar-width: thin;
	scrollbar-color: var(--table-color) transparent;
}

html {
	scrollbar-width: thin;
	scrollbar-color: var(--table-color) transparent;
}

.modal_open {
	min-width: auto !important;
    overflow-x: auto !important;
	scrollbar-width: thin;
	scrollbar-color: var(--background-color) transparent;
	padding: 0 !important;
}

/* -webkit-scrollbar более не поддерживается, удалить классы позже */
body::-webkit-scrollbar,
.modal_open::-webkit-scrollbar,
.modal_body::-webkit-scrollbar {
	width: 6px;
	height: 12px;
}

body::-webkit-scrollbar-track,
.modal_open::-webkit-scrollbar-track,
.modal_body::-webkit-scrollbar-track {
	background: transparent;
}

.modal_open::-webkit-scrollbar-thumb,
.modal_body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background-color: var(--table-color);
}

.scroll__style::-webkit-scrollbar {
	width: 6px;
	height: 12px;
}

.scroll__style::-webkit-scrollbar-track {
	background: transparent;
}

.scroll__style::-webkit-scrollbar-thumb {
	background-color: var(--table-color);
}

.scroll_view_footer {
	height: calc(100% - 49px) !important;
}

.page__content-footer {
	height: 100%;
	min-height: 500px;
	padding: 10px 0 0 0;
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

.footer_section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	width: 100%;
	min-height: 50px;

	position: fixed;
	z-index: 40;

	width: calc(100% - 50px);
	left: 50px;
	bottom: 0;

	background-color: var(--background-color);
	border-top: 1px solid var(--black20per-color);
}

.display_none {
	display: none !important;
}

.display-flex {
	display: flex;
}

.display-flex_100 {
	display: flex;
	width: 100%
}

.body_grid,
.body_grid_map {
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr;
}

.body_grid_0 {
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 0;
}

.body_grid_footer {
	overflow: hidden;
	display: grid;
	grid-template-rows: 1fr auto;
	min-height: 265px;
}

.body_grid .dropdown-block {
	position: absolute;
	bottom: 10px;
}

.body_grid .dataTables_wrapper
{
	overflow: hidden;
	display: grid;
	grid-template-rows: auto auto 1fr;
}

.body_grid_map .dataTables_wrapper
{
	overflow: hidden;
	display: grid;
	grid-template-rows: 1fr auto 0;
}

.body_grid_h {
	display: grid;
	overflow-x: hidden;
}

.body_grid_h .input-block {
	overflow-x: hidden;
}

.mailing_page_columns {
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr auto;
}

.devices_page_columns {
	height: 100%;
	overflow: hidden;
	display: grid;
	grid-template-columns: auto 1fr;
}

.report_page_columns {
	height: 100%;
	overflow: hidden;
	display: grid;
	grid-template-columns: clamp(360px, 30%, 600px) 1fr;
}

.tile_grid {
	margin: 10px;
}

.pagginate_block {
	justify-content: flex-end;
    flex-wrap: wrap;
	display: flex;
	grid-template-columns: 1fr auto;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 20;

	width: 100%;

	padding: 0 10px 0 260px;

	background-color: var(--background-color);
	box-shadow: 0px 0px 8px 0px var(--black20per-color);
}

.pagginate_modal {
	position: sticky;
	margin: 0 0 0 auto;
	box-shadow: none !important;
}

.pagginate_block_grid {
	justify-content: flex-end;
	flex-wrap: wrap;
	display: flex;
}

.pagginate_block .dataTables_info,
.pagginate_block_grid .dataTables_info {

	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
}

.changePageSize_dropdown .loading {
	opacity: 0.5;
	pointer-events: none;
}

.changePageSize_dropdown {
	width: 210px;
	margin-left: 10px;
}

.changePageSize_dropdown .dropdown-menu {
    position: fixed;
	top: auto;
    bottom: auto;
    left: auto;
    right: auto;

	overflow: auto !important;
	max-height: none !important;
	width: 210px !important;
}

.table_expand__btn {
	position: absolute;
	right: 0;
	z-index: 10;
	margin: 10px;
}

.modal-layer {
	scrollbar-width: none;
}

.modal-layer::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.derevo .scroll__style {
	margin: 0;
	padding: 10px 0 0;
	max-height: calc(100vh - 250px);
}

.switch-block {
	padding: 10px 0;
	display: flex;
}

.switch-block__label {
	padding: 2px 0 0 5px;
	font-weight: normal;
	font-size: 12px;
}

#modeSettingsModal .checks {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.checks-info__icon {
	color: var(--gray-color);
	display: inline-block;
    width: 20px;
    height: 20px;
	margin-left: 10px;
}

.checks-info__icon svg {
	display: block;
    width: 20px;
    height: 20px;
}

#setLimitsModal .text-group p {
	padding: 0 0 8px 0;
}

#setLimitsModal .check .checkbox__text::before {
	margin-right: 8px;
}

.left_column {
	margin-right: 20px;
}

.dropdown-block_map {
	position: relative !important;
	bottom: auto !important;
	margin: 10px;
}

.leaflet-marker-icon {
	padding-top: 3px;
}

.size__auto {
	height: auto !important;
	width: auto !important;
}

.select-recipients {
	position: relative;
}

.select-recipients .input-sm{
	position: relative;
	padding-right: 25px;
}

.select-recipients .button {
	position: absolute;
	right: 2px;
	top: 0px;
	color: var(--gray-color);
}

.flow_diagram_viewer {
	border-top: 1px solid var(--black20per-color);
    background-color: white;
	height: 100%;
}

.flow_diagram_viewer .base_flowdiagram_image{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.flow-diagram {
    background-color: white;
	height: 100%;
}

.separator-top {
	border-top-color: var(--lightgray-color);
	border-top-width: 1px;
	border-top-style: solid;
}

.manual__tree {
	margin: 0 10px 10px;
}

.manual__tree li {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	line-height: 20px;
	display: inline-block;
	float: left;
	clear: both;
	color: var(--gray-color);
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}

.manual__tree li:has(ul) {
	cursor: pointer;
}

.manual__tree li:has(ul)::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 12px;
	background: url(/images/interface_icons/caret_light-grey.svg);
	background-size: cover;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

.manual__tree li.Hidden:has(ul) > ul {
	height: 0;
	overflow: hidden;
}

.manual__tree li.Hidden:has(ul)::before {
	transform: rotate(270deg);
}

.manual__tree a {
	color: inherit;
	text-decoration: none;
}

.manual__tree a.choosePage {
	color: var(--table-color);
}

.manual__page {
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	max-width: 1600px;
	line-height: 2;
	padding: 20px 10px;
}

.manual__page hr {
	width: 100%;
	background-color: var(--gray-color);
	height: 1px;
}

.manual__page blockquote {
	padding-left: 20px;
	border-left: 1px solid var(--gray-color);
	font-size: 14px;
}

.manual__page ol, .manual__page ul {
	list-style: revert;
	padding: revert;
}

.manual__page pre {
	display: block;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 14px;
	color: var(--table-color);
	background-color: var(--background-color);
	border: 1px solid var(--table-color);
	border-radius: 4px;
}

.manual__page pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.manual__page img {
	max-width: 40%;
	cursor: pointer;
}

.manual__page th {
	color: #fff;
	background-color: var(--table-color);
	box-shadow: -1px 0 0 0 var(--background-color), 1px 0 0 0 var(--background-color);
	border-collapse: collapse;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
	height: 40px;
	vertical-align: middle;
	padding: 0 8px;
}

.manual__page th span {
	font-size: 10px
}

.manual__page tr {
    background-color: #f9f9fa;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    font-family: Verdana, Geneva, sans-serif;
}

.manual__page td {
	padding: 8px 8px 7px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
	background-clip: padding-box;
}

.manual__img {
	max-height: calc(100vh - 90px);
	max-width: 100%;
	border-radius: 6px;
	margin: auto;
	display: block;
}

.manual__modal {
	display: grid;
	align-items: center;
	border-radius: 0 0 6px 6px;
}

.margin-10 {
	margin: 10px;
}

.margin-vertical-10 {
	margin: 10px 0;
}

.diagram_block {
	position: relative;
	z-index: 50;
	height: 30px;
}

.doughnuts_block {
	display: flex;
	justify-content: center;
	height: 0;

	transition: all .5s;
	background-color: var(--high-color);
	box-shadow: 0px 0px 8px 0px var(--black20per-color);
}

.diagram_doughnut {
	align-items: center;
	margin: 10px 20px 0 20px;
}

.diagram_tag {
	display: flex;
	justify-content: center;
}

.tag_icon {
	pointer-events: none;
	user-select: none;
	width: 20px;
	height: 20px;
	margin: 5px;
}

.side_filter__tag,
.right_widget__tag {
	pointer-events: none;
	position: relative;
	align-items: center;
	justify-content: center;
	z-index: 40;

	color: var(--table-color) !important;
}

.status_text {
	cursor: pointer;
	user-select: none;

	position: relative;
	align-items: center;
	justify-content: center;
	z-index: 40;

	color: var(--table-color) !important;
	background-color: var(--high-color);

	display: flex;
	padding: 0 5px 0 10px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 0px 8px 0px var(--black20per-color);
}

.status_text h4 {
	padding: 5px;
	pointer-events: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.status_text:hover,
.status_text:focus,
.side_filter__tag:hover,
.side_filter__tag:focus,
.right_widget__tag:hover,
.right_widget__tag:focus {
	color: var(--table-color) !important;
	text-decoration: none;
}

.dark-caret-icon {
	user-select: none;
	pointer-events: none;
	margin: 5px;
	width: 20px;
	height: 20px;
	transition: all .5s;
}

.diagram_expanded .dark-caret-icon {
	transform: rotate(180deg) !important;
}

/* Диаграммы статуса */
.diagram_vertical .doughnuts_block {
	display: grid;
}

.padding-left-10 {
	padding-left: 10px;
}

.deviation_icon {
	height: 15px;
	width: 15px;
}

.deviation_color__higher {
	color: var(--danger-color);
}

.deviation_color__below {
	color: var(--primary-color);
}

.system-version {
	text-align: end;
	white-space: nowrap;
	font-style: italic;
	font-size: 12px;
	padding: 10px;
}

.page_fixed {
	background-color: var(--background-color);
}

.background {
	background-color: var(--background-color);
}

.table_in_tile {
	background-color: rgb(var(--table_regular_stroke_hover-rgb));
	border-bottom: 1px solid var(--black20per-color);
}

.filters_section {
	position: fixed;
	z-index: 30;
	left: 50px;
	right: 0;

	background-color: var(--background-color);
}

.filters_section_modal {
	position: sticky;
	z-index: 30;
	left: 0;
	right: 0;

	background-color: var(--background-color);
}

.scroll_section_modal {
	display: table-cell;
}

.change_page-size {
	position: fixed;
	bottom: -50px;
	z-index: 25;

	width: 230px;
	height: 50px;
	padding: 10px;
}

.change_page_modal {
	position: fixed;
	top: -50px;
	bottom: auto;
}

.page__main {
	padding: 0 0 0 50px;
}

.padding_horiz-10 {
	padding: 0 10px;
}

.table_header {
	position: sticky !important;
	top: -1px;
	z-index: 10;
}

.border_bottom {
	border-bottom: 1px solid var(--black20per-color);
}

.filter_show {
	width: calc(100% - 50px);
	height: 30px;
	background-color: var(--high-color);
	position: fixed;
	top: 90px;
	z-index: 20;
}

.section_with_left_widget .filters_section,
.section_with_left_widget .scroll_section,
.section_with_left_widget .page_fixed,
.section_with_left_widget .filter_show {
	padding-left: 360px;
}

.section_with_left_widget .pagginate_block {
	padding-left: 620px;
}

.section_with_left_widget_460 .filters_section,
.section_with_left_widget_460 .scroll_section,
.section_with_left_widget_460 .page_fixed,
.section_with_left_widget_460 .filter_show {
	padding-left: 460px;
}

.section_with_left_widget .pagginate_block {
	padding-left: 720px;
}

.section_with_right_widget .filters_section,
.section_with_right_widget .page_fixed,
.section_with_right_widget .filter_show {
	padding-right: 360px;
}

.section_with_right_widget .scroll_section {
	padding-right: 360px;
}


.section_with_right_widget .pagginate_block {
	padding-right: 370px;
}

.side_filter,
.side_filter_460 {
	display: flex;
	position: fixed;
	z-index: 40;

	background-color: var(--background-color);

	transition: all .3s ease-in-out;
}

.side_filter {
	width: 360px;
}

.side_filter_460 {
	width: 460px;
}

.right_widget {
	right: 0px;
}

.side_filter__tag_block {
	cursor: pointer;
	display: none;
}

.side_filter_460:not(.right_widget) .side_filter__tag_block,
.side_filter:not(.right_widget) .side_filter__tag_block {
	border-right: 1px solid var(--black20per-color);
}

.right_widget .side_filter__tag_block {
	z-index: 20;
	background-color: var(--high-color);
	border-left: 1px solid var(--black20per-color);
}

.side_filter:not(.right_widget) .dark-caret-icon,
.side_filter_460:not(.right_widget) .dark-caret-icon,
.right_widget .dark-caret-icon {
	transform: rotate(270deg) !important;
}

.side_filter__expanded:not(.right_widget) .dark-caret-icon,
.right_widget:not(.side_filter__expanded) .dark-caret-icon {
	transform: rotate(90deg) !important;
}

.side_filter:not(.right_widget) .tile,
.side_filter_460:not(.right_widget) .tile {
	border-right: 1px solid var(--black20per-color);
}

.right_widget .tile {
	border-left: 1px solid var(--black20per-color);
}

.side_filter__tag {
	width: 30px;
	padding: 0;
	margin: auto;
}

.side_filter__title_text {
	pointer-events: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;

	position: absolute;
	transform: rotate(270deg);
	transform-origin: left;
	left: 14px;
	bottom: 20px;
	background: inherit;
	padding: 0 5px;
	letter-spacing: 2px;
	line-height: 28px;
	white-space: nowrap;
}

.narrow_section_600 {
	width: min(600px, 100%);
}

.section_with_footer {
	padding-bottom: 50px;
}

.gismeteo_logo {
	position: relative;
	padding: 15px 10px;
	height: 50px;
	width: 120px;
}

.chart_flex {
	display: flex;
}

#buildingView {
	width: fit-content;
}

.object__additional_line {
	display: grid;
	grid-template-columns: auto 1fr;
}

.warning_noUTC {
	flex: none;
	width: 20px;
	height: 20px;
	color: var(--gray-color);
	margin-top: -4px;
}

.mnemo_toolbar {
	z-index: 130;
	border-bottom: 1px solid var(--black20per-color);
}

.diagram-editor-container {
	padding: 0 360px 0 50px;
}

.floating-divider {
    border: 1px solid var(--black20per-color);
    margin: 5px;
}

.link_conteiner {
	padding: 10px;
	display: flex;
	color: var(--danger-color);
	cursor: pointer;
	width: fit-content;
}

.link_conteiner:hover,
.link_conteiner:focus {
	color: var(--danger-color);
	opacity: 0.7;
}

.link_conteiner svg {
	height: 20px;
	width: 20px;
}

.link__label {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0 5px;
	white-space: nowrap;
	text-decoration: underline;
}

.heat-table tr.success td.success {
	background-color: var(--table_success_stroke-color);
}

.heat-table tr.danger td.danger {
	background-color: var(--table_danger_stroke-color);
}

.heat-table tr.warning td.warning {
	background-color: var(--table_warning_stroke-color);
}

.heat-table tr.success td,
.heat-table tr.danger td,
.heat-table tr.warning td {
	background-color: var(--table_regular_stroke-color);
}

.heat-table tr.success:hover td.success {
	background-color: rgb(var(--table_success_stroke_hover-rgb));
}

.heat-table tr.danger:hover td.danger {
	background-color: rgb(var(--table_danger_stroke_hover-rgb));
}

.heat-table tr.warning:hover td.warning {
	background-color: rgb(var(--table_warning_stroke_hover-rgb));
}

.heat-table tr.success:hover td,
.heat-table tr.danger:hover td,
.heat-table tr.warning:hover td {
	background-color: rgb(var(--table_regular_stroke_hover-rgb));
}

.heat-table tr.warning td:first-child:after {
	background-color: var(--warning-color);
}

.warning:hover .table-controls-container {
	background-color: rgba(var(--table_warning_stroke_hover-rgb), 0.75);
}

.leg-sqrt.unplugged {
	background-color: var(--table_regular_stroke-color);
}

.leg-sqrt.success {
	background-color: var(--table_success_stroke-color);
}

.leg-sqrt.danger {
	background-color: var(--table_danger_stroke-color);
}

.leg-sqrt.warning {
	background-color: var(--table_warning_stroke-color);
}

.dataTables_info-text {
	padding: 18px 10px 8px 0;
}

.leaflet-bottom {
	z-index: 10 !important;
}

.connected-devices_flex {
	display: flex;
}

.prev-next_btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 5px 0;
}

.main-wrap.loading {
	opacity: 0.5;
}

.chart_component {
	width: 100%;
	padding: 0 10px;
}


/*//////////////////////////////////////////////////////////////*/
/*---Далее только стили в зависимости от ширины окна браузера---*/
/*//////////////////////////////////////////////////////////////*/



/* Прячем навигационное меню, если ширина браузера меньше 1000px */
@media (max-width: 1200px) {
	h1, .h1 {
		font-size: 22px;
	}

	/* Меню навигации */
	nav.mini {
		width: 0px;
	}

	nav.mini .navigation_icon {
		width: 0px;
	}

	/* Заголовок приложения */
	.breadcrumbs:not(:hover) .breadcrumbs__link:not(:last-child) .breadcrumbs__link-text {
		display: none;
	}

	.breadcrumbs:not(:hover) .breadcrumbs__link:not(:last-child) .breadcrumbs_icon__container {
		background-image: linear-gradient(to right, var(--table-color), var(--table-color-hover));
	}

	.signal-icon {
		width: 50px;
	}

	.user-data {
		width: 50px;
	}

	.signal_icon {
		width: 20px;
		height: 20px;
		top: 10px;
		left: 15px;
	}

	.user-data .signal_icon {
		left: 12px;
	}

	.signal-icon .signal-numbers {
		left: 26px;
		font-size: 10px;
		line-height: 1.5;
	}

	/* Заголовок страницы */
	.page__header {
		padding-left: 10px !important;
	}

	.big_header .dash_wrapper {
		max-width: 100% !important;
	}

	.header__dropdown_info {
		padding-left: 10px !important;
	}

	.top-bar {
		padding-left: 40px;
	}

	.expand-menu {
		width: 40px;
		box-shadow: none;
	}

	/* Секции страницы */
	.page__main {
		padding-left: 0;
		padding-right: 0;
	}

	.filters_section {
		left: 0;
	}

	.footer_section {
		width: 100%;
		left: 0;
	}

	.mobile_none {
		display: none;
	}

	.change_page-size {
		width: 90px;
	}

	.pagginate_block {
		padding: 0 0 0 80px;
	}

	.side_filter, .side_filter_460 {
		box-shadow: 0px 0px 8px 0px var(--black20per-color);
	}

	.side_filter {
		width: min(390px, 100%);
		margin-left: max(-360px, calc(30px - 100%));
	}

	.side_filter_460 {
		width: min(490px, 100%);
		margin-left: max(-460px, calc(30px - 100%));;
	}

	.right_widget {
		right: 0;
		margin-left: auto;
		margin-right: max(-360px, calc(30px - 100%));
		padding: 0 !important;
	}

	.with_footer:not(.mnemo_toolbar) {
		z-index: 60;
	}

	.filter_show {
		width: 100%;
	}

	.section_with_left_widget .filters_section,
	.section_with_left_widget .scroll_section,
	.section_with_left_widget .footer_section,
	.section_with_left_widget .page_fixed,
	.section_with_left_widget .filter_show,
	.section_with_left_widget_460 .filters_section,
	.section_with_left_widget_460 .scroll_section,
	.section_with_left_widget_460 .footer_section,
	.section_with_left_widget_460 .page_fixed,
	.section_with_left_widget_460 .filter_show {
		padding-left: 30px;
	}

	.section_with_left_widget .pagginate_block,
	.section_with_left_widget_460 .pagginate_block {
		width: 100%;
		padding-left: 120px;
	}

	.section_with_right_widget .filters_section,
	.section_with_right_widget .footer_section,
	.section_with_right_widget .scroll_section,
	.section_with_right_widget .filter_show {
		padding-right: 30px;
	}

	.section_with_right_widget .pagginate_block {
		padding-right: 30px;
		width: 100%;
	}

	.side_filter__tag_block {
		display: flex;
	}

	.side_filter .tile,
	.side_filter_460 .tile {
		border-radius: 0 !important;
	}

	.side_filter__expanded {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* Редактор мнемосхемы */
	.diagram-editor-container {
		padding: 0 30px 0 0;
	}

	/* Вкладка "Устройства" */
	.connected-devices_flex {
		display: block;
	}

	.connected-devices_flex .edit-elements {
		margin: 0 0 0 auto;
	}

	.companies.listing .col {
		width: calc(50% - 10px);
	}
}



/* Если ширина браузера меньше 900px */
@media (max-width: 900px) {
	/* Дерево устройств объект/Устройства */
	.objects_display {
		display: block;
	}

	.objects-column {
		width: 100%;
	}

	.half__header .header__dropdown_info {
		width: 100% !important;
	}
}



/* Если ширина браузера меньше 840px */
@media (max-width: 840px) {
	.market-block {
		width: 100%;
		background-color: var(--black-color);
		top: 100%;
		bottom: auto;
		left: auto;
		right: 0;
	}

	.mobile_market-block {
		text-align: right;
		float: right;
	}
}



/* Если ширина браузера меньше 600px */
@media (max-width: 600px) {
	/* Заголовок приложения */
	.breadcrumbs:not(:hover) .breadcrumbs__link:not(:last-child) .breadcrumbs_icon__container {
		display: none;
	}

	.breadcrumbs:not(:hover) .breadcrumbs__link:not(:nth-last-child(-n + 2)) .breadcrumbs__devider {
		position: fixed;
	}

	h1, .h1 {
		font-size: 20px;
	}

	/* Страница логина */
	.side-panel {
		width: 100%;
	}

	/* Диаграмма отчёта по авариям */
	.chart_flex {
		display: block;
	}

	.chartInfo {
		width: 100% !important;
	}

	.button_secondary p {
		display: none;
	}

	.button_secondary {
		width: 30px !important;
	}

	.button_secondary .button__icon {
		left: 4px !important;
	}

	.header__with_button .header__title {
		max-width: calc(100% - 50px) !important;
	}

	.controls-group {
		width: calc(100% - 52px);
	}

	/* Вкладка "Устройства" */
	.connected-devices li .edit-elements a {
		float: none;
	}

	.connected-devices .device-wrap {
		padding-right: 29px;
	}

	.connected-devices .dashboard-btn {
		bottom: 30px;
		right: 0;
	}

	.min-height_device_600 {
		min-height: 120px;
	}

	/* Валидационные сообщения */
	.mess_right_l .validationMessage {
		margin: 0 auto;
		right: 5px;
		left: auto;
		top: 5px;
	}

	.mess_right_button .validationMessage {
		left: auto;
		right: 5px;
		top: -15px;
		bottom: auto;
	}

	.mess_right_l .validationMessage::before,
	.mess_right_button .validationMessage::before {
		left: calc(50% - 3px);
		top: auto;
		bottom: -10px;
	}

	.companies.listing .col {
		width: calc(100% - 10px);
	}
}



@media (max-width: 450px) {
	/* Заголовок приложения */
	.breadcrumbs:not(:hover) .breadcrumbs__link .breadcrumbs_icon__container {
		display: none;
	}

	.breadcrumbs:not(:hover) .breadcrumbs__link:not(:last-child) .breadcrumbs__devider {
		position: fixed;
	}

	.breadcrumbs:not(:hover) .breadcrumbs__link .breadcrumbs__link-text {
		display: none;
	}

	/* Вкладка "Устройства" */
	.connected-devices {
		width: 100%;
		margin: 10px 0;
		border-radius: 0;
	}
}

/* only ios devices */
@supports (-webkit-touch-callout: none) {
	@media only screen
		and (max-device-width: 640px)
		and (orientation: portrait) {
			.chart-legend__table {
				table-layout: auto;
			}
		}
}