﻿:root {
	--black: #343940;
	--grey: rgba(34, 39, 46, 0.65); 
	--orange: #FF802C; 
	--grey01: #343940;
	--grey02: #616366;
	--grey03: #9EA3A9;
	--grey04: #BDBEBF;
	--grey05: #EBECF0;
	--grey06: #F5F6F7;
	--grey07: #ffffff;
	--brand_blue: #6F7EFA;
	--system_red: #FF392B;
	--system_green: #0DC268;
}

.waitMask {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 10;
}

.waitMaskUp {
	background-color: transparent;
}

.modalWindow {
    position: fixed;
    margin: 0 auto;
    top: 10%;
    left: 20%;
    width: 60%;
    min-width: 350px;
    display: block;
    cursor: auto;
    border: none;
    background: rgb(255 255 255);
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0px 4px 36px rgb(0 0 0 / 6%);
}
#dialogT0 {
	left: 35%;
	top: 45%;
	word-wrap: break-word;
}

.up {
	top: 10%;
	height: 80%;
	min-height: 300px;
}

#topDiv {
	padding: 0px 20px !important;
}

.modalWindow table.paramTable {
	margin: 0 10px;
	color: black;
	font-size: 13px;
	width: calc(100% - 20px);
}

.modalWindow table.paramTable tr th {
	text-align: center;
	padding-bottom: 15px;
	font-size: 14px;
}

.modalWindow table.paramTable th.subTh {
	text-align: center;
	padding-bottom: 15px;
	font-size: 14px;
	color: #007ACC;
	background-color: darkgray;
}

.modalWindow div.header {
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	padding: 10px;
	color: #007ACC;
}

.modalWindow div.sub-header {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	color: #007ACC;
}

.modalWindow div.textcontent {
	color: black;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	text-wrap: normal;
	text-overflow: ellipsis;
	/*color:#007ACC;*/;
}

.modalWindow table.paramTable tr td {
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
}

.modalWindow table.paramTable tr td.title {
	text-align: left;
	color: black;
				/* font-weight: 600; */;
}

.modalWindow table.paramTable tr td.data {
	text-align: left;
	color: black;
}

.modalWindow table.paramTable tr td.data input[type=text],
				.modalWindow table.paramTable tr td.data select,
				.modalWindow table.paramTable tr td.data textarea {
	padding: 0 0 0 2px;
	margin: 0;
	font-size: 14px;
	border: 1px solid #BBB;
	resize: none;
	overflow: auto;
	width: 100%;
}

.modalWindow table.paramTable tr td.data input[type=text],
				.modalWindow table.paramTable tr td.data textarea {
	padding-left: 5px;
	height: calc(100% - 2px);
	width: calc(100% - 7px);
					/*-webkit-margin-after: -3px;*/
	margin: 0;
}

.modalWindow input[type=button].manageButton,
	.modalWindow input[type=button].manageButton:hover {
	background: transparent;
	margin: auto;
	border-color: gray;
	margin-left: 0px;
	font-size: 12px;
	padding: 7px;
}

table.listing tr th {
	background-color: #E4E8EA;
}

table.listing tr:nth-child(even) {
	background: #F1F4F9;
}

table.sublisting tr:nth-child(even) {
	background: transparent;
}

table.listing tr:hover {
	background-color: #DCEEF4;
}

table.sublisting tr:hover {
	background-color: transparent;
}

table.listing tr.selected {
	background-color: #aaaabb;
}

.pageHeaderCenter {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 32px;
	color: #007ACC;
	font-weight: bold;
}

.pageHeader {
	position: absolute;
	font-size: 32px;
	color: #007ACC;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.webButton {
	background: #F7F7F7;
	padding: 3px;
	font-size: 13px;
	border: solid 1px #AAAAAA;
	min-width: 95px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

.webButton.imageContent {
	min-width: 30px;
	width: 30px;
	border-color: transparent;
	margin: 3px;
	padding: 3px;
	outline-color: transparent;
}

.webButton[disabled="disabled"] {
	cursor: default;
	opacity: 0.4;
}

.disabledButton {
	opacity: 0.3 !important;
	pointer-events: none;
}

.keyPressHideTrigger::-ms-clear {
	display: none;
}

.solidBorder {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
}

.dashedBorder {
	padding: 0px;
	/*border: solid 1px rgb(204, 204, 204);	   
	border-image-source: url("Images/dashborder.png");
	border-image-slice: 2;
	border-image-repeat: round;	 */
	background-image: repeating-linear-gradient(to right, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 50%, transparent 50%, transparent 100%);
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px;
}

.allow-selection-all {
	user-select: all;
	-webkit-user-select: all;
	-moz-user-select: all;
	cursor: copy;
	width: fit-content;
}

.allow-selection-text {
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
}


input.k-textbox {
    padding: 2px .3em 0 10px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
	border-radius: 5px;
}

.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup, .k-multiselect .k-button, .k-multiselect .k-button:hover {
	height: 2em;
	line-height: 2em;
}

.k-button.k-button-icon .k-icon {
	/* margin-top: 0.2em; */
	margin: 0 0;
	/* color: var(--grey04); */
}
.k-grid-filter .k-icon, .k-header .k-icon {
	/* margin-top: 0.2em; */
	margin-right: 6px;
	color: var(--grey04);
}
.k-window-actions .k-button.k-button-icon .k-icon {
    margin-right: 0;
}
.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused, .k-textbox:focus {
	box-shadow: 0 0 black;
	-webkit-box-shadow: 0 0 black;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
	background-color: var(--brand_blue)!important;
	background-image: none;
	color: var(--grey07) !important;
}

.k-list>.k-state-focused.k-state-selected, .k-listview>.k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
	-webkit-box-shadow: 0 0 black;
	box-shadow: 0 0 black;
}

.k-button-solid-base.k-active, .k-button-solid-base.k-selected, .k-button-solid-base:active {
    border-color: #444444;
    background-color: #7e7e7e;
}

input[type="checkbox"] {
	margin-left: 10px;
}

.k-grid td.k-state-focused {
	box-shadow: none;
}

.color_black{
	color:#22272E;
}



.k-grid td {
	font-size: 15px;
	border-color: #fff;
    font-weight: 400;
    padding: 5px;
    border-spacing: 6px;
	line-height: 150%;
	/* color: var(--black); */
    height: 30px;
}

.k-grid-header,.k-link {
    color: var(--grey);
}

.k-window-titlebar {
	font-size: 1.2em;
	position: relative;
	/* padding: 0 0 10px 0; */
	/* margin-bottom: 10px; */
	padding-bottom: 11px;
	padding-top: 11px;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
}

.k-button-solid-base {
    background-color: #ffffff;
}

#dialog0 .k-button.k-bare {
	min-width: 60px;
}
#dialogT0 .k-button.k-bare{
    min-width: 60px;
}
.k-button.k-state-hover, .k-button:hover, .k-button.k-bare:hover {
	border-color: var(--grey05);
	background-color: var(--grey03);
}

.k-button.k-state-active, .k-button:active,.k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-button.k-bare:active, .k-button.k-bare:focus:active {
	background-color: #a5a2a2;
	border-color: #c5c5c5!important;
	-webkit-box-shadow: 0 0 black;
	box-shadow: 0 0 black;
	color: #fff!important;
	/* width: calc(100% - 18px); */;
}

.k-button.k-state-focused, .k-button:focus {
	-webkit-box-shadow: 0 0 black;
	box-shadow: 0 0 black;
}

.k-window-title {
	top: 0.5em;
	left: 1em;
}

.k-edit-cell>.k-textbox, .k-grid-edit-row>td>.k-textbox {
	padding-left: 6px;
	border-width: 1px;
	border-radius: 5px;
}

.k-window-titlebar .k-window-actions {
    position: relative;
    top: 0;
    right: 20px;
    white-space: nowrap;
}

.k-fieldselector .k-list .k-item, .k-item.k-drag-clue, .k-list-optionlabel, .k-listbox .k-item, .k-popup .k-list .k-item, .k-popup>.k-group-header, .k-popup>.k-virtual-wrap>.k-group-header {
	line-height: 1.5em;
	min-height: 1.5em;
}

#versionMode div span span .k-input {
	width: auto;
	color: dodgerblue;
	height: 20px;
	line-height: 20px;
}

.mCSB_scrollTools {
	width: 6px;
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px;
	margin: 3px 2px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #a5a5a5;
}

.k-primary {
	border-color: #c5c5c5;
    background-color: #e9e9e9;
    color: #2e2e2e;
}

.helper, .helper1, .helperR {
    position: absolute;
    min-width: 100px;
    background-color: var(--brand_blue);
	color: #FFFFFF;
    padding: 5px 10px;
    display: none;
    max-width: 500px;
    z-index: 20000;
    border-radius: 10px;
    /* border-top-left-radius: 0; */
    box-shadow: 3px 6px 6px #828989;
    background-image: none,linear-gradient(to bottom,rgb(255 255 255 / 0%) 0,var(--brand_blue) 100%);
}

.helper p,.helper1 p,.helperR p {
	margin-block: 0;
	text-align: center;
	line-height: 1.3em;
	font-size: 18px;
	text-indent: 0;
	padding: 10px;
}

.helper::after {
    content: '';
    position: absolute;
    left: -40px;
    top: 16px;
    border: 10px solid transparent;
    border-right: 30px solid var(--brand_blue);
    /* border-top: 2px solid #48ebebf0; */
}
.helperR::after {
    content: '';
    position: absolute;
    right: -35px;
    top: 16px;
    border: 10px solid transparent;
    border-left: 30px solid var(--brand_blue);
    /* border-top: 2px solid #48ebebf0; */
}
.helper1 {
	border-radius: 5px;
	cursor: pointer;
}

.helper1:after {
	display: 'none';
}

.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
	background-color: #fff;
}

td .k-icon {
    margin-right: 6px;
	height: 36px;
}

.k-icon:before {
    margin-right: 2px;
    right: inherit;
}
.k-i-menu{
	width: 20px;
}
.k-i-menu:before{
	content: "";
	background: url(./Menu.png);
	width: 20px;
	top: -2px;
}
#msgCnt {
	background: rgb(255, 247, 0);
	border-radius: 9px;
	height: 18px;
	width: 18px;
	text-align: center;
	z-index: 9000;
	font-size: 12px;
	line-height: 16px;
}

p,div {
	 /* Для эксплорера */
	-ms-user-select: none;
	/* Для мозилы  */
	-moz-user-select: none;
	/* Для конкверора/
	-khtml-user-select: none;
	/* Для Сафари и Хрома*/
	-webkit-user-select: none;
}

button.k-button.k-button-icontext {
	margin: 2px;
}

/* W3C standard
   сейчас только для Firefox */

/* для Chrome/Edge/Safari */
::-webkit-scrollbar {
	width: 6px;
    height: 6px;
    background-color: #f7f7f7;
}
::-webkit-scrollbar-track {
	background: #f7f7f7;
}
::-webkit-scrollbar-thumb {
	background-color: #6F7EFA;
	border-radius: 5px;
	border: none;
}

body {
	font-family: 'Inter', sans-serif;
	color:var(--black);
   /* плашка скролла и дорожка */;
}

.k-tabstrip-items .k-state-default {
	border: transparent;
}
/* .k-tab-on-top{ */
	/* font-size:16px; */
	/* top:-2px; */
/* } */
.k-tab-on-top span {
	/* color: #405694 !important; */
	/* font-weight: 700; */
}

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-item,.k-tabstrip-items .k-state-active {
	background-color: transparent;
}

.k-tabstrip-items .k-item {
    /* background-color: #b9b9b9; */
    border-width: 0;
	background-image: none;
}

/* .k-tabstrip-items { */
    /* background-color: #e5e5e5; */
	/* border-radius: 10px; */
    /* padding: 2px; */
/* } */

.k-tabstrip-top>.k-tabstrip-items-wrapper .k-item.k-state-active {
    /* border-bottom: 0px solid #444; */
    /* background-color: #ffffff; */
    /* border-radius: 8px; */
	border-bottom: 2px solid var(--brand_blue);
}
.k-tabstrip-top>.k-tabstrip-items-wrapper .k-item {
    margin-bottom: 0px;
    padding: 10px 0;
    height: 36px;
}

#tabstrip,
#articleEdit,
#tabstrip li,
#tabstrip > div{
	background: #FFF;
}
#tabstrip{
	position: absolute;
	width: 100%;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
}
.k-tabstrip-content, .k-tabstrip>.k-content{
	padding:0;
}




.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox>input {
	padding: 2px 10px;
}

.k-autocomplete, .k-block, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-gantt-views>.k-current-view, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button .k-gantt-views, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-titleless .k-window-content {
	border-radius: 5px;
}

.k-panelbar .k-tabstrip>.k-content, .k-tabstrip>.k-content {
	border: none;
}

textarea {
	border: solid 1px #c5c5c5;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox>input {
	height: 2em;
}


.k-filter-row th, .k-grid-header th.k-header {
    /* color: #777; */
	/* font-weight: 600; */
}

.k-grid-header .k-header>.k-link, .k-header, .k-treemap-title {
    /* color: #777; */
}

.k-filter-row th, .k-grid-header th.k-header {
    border-width: 0 0 0 0;
}

.k-grid-toolbar:first-child, .k-grouping-header+.k-grid-toolbar {
    border-width: 0;
}
.k-button, .k-button1 {
    border-width: 0;
	background-image: none;
	border-radius: 5px;
}
.k-button-solid-base.k-focus, .k-button-solid-base:focus {
    box-shadow: none;
}
.k-alt, .k-pivot-layout>tbody>tr:first-child>td:first-child, .k-resource.k-alt, .k-separator {
    background-color: var(--grey06);
}
#elementDetail .k-grid tr:has(.isfolder){
	background-color: transparent;
}

.k-state-selected .k-i-folder {
    background: white;
}
.k-i-dictionary-add:before {
    content: "\e901";
}
.k-i-collapse:before {
    content: "\e004";
}
.k-i-expand:before {
    content: "\e006";
}
.k-block, .k-draghandle, .k-inline-block, .k-widget {
    border-width: 0px;
}
.k-i-file-txt:before {
    content: "\e908";
}

/* .k-grid-toolbar button{ */
	/* display:none; */
/* } */

/* .k-grid-toolbar button:first-child{ */
	/* display:block; */
/* } */

.k-grid-toolbar:after{
	
}

.k-header.k-grid-toolbar {
    float: right;
}

.k-floatwrap, .k-grid-toolbar, .k-slider-items {
    display: flex;
    flex-direction: row;
}

#Breadcrumbs {
    /* padding: 10px 0px 0 10px; */
	cursor: pointer;
	background-color: #fff;
}

.k-grid-toolbar {
    border-style: solid;
    border-width: 0 0 0;
    justify-content: flex-end;
	height: 62px;
}

.k-grid-header th.k-state-focused, .k-list>.k-state-focused, .k-listview>.k-state-focused, .k-state-focused, td.k-state-focused {
    box-shadow: none;
}

.menuGridHeader,.menuElem{
	position:absolute;
	right: 5px;
	background: #fff;
	z-index:300;
	padding: 1px;
	border-radius: 5px;
    box-shadow: 1px 3px 20px 0px #cfcfcf;
}
.menuElem{
	position:fixed;
	width: fit-content;
}

.menuGridHeader button, .menuElem button{
	display: block;
    width: 100%;
    text-align: left;
	border-radius: 5px;
}

div.menuBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.k-icon.k-icon.k-i-menu{
	
	margin-right: 1px;
}

.k-button1 {
    margin: 0 4px 0 2px;
    cursor: pointer;
    padding: 7px 8px;
    border-radius: 4px;
}

.k-button-icon, .k-split-button-arrow {
    width: 18px;
    padding: 0;
    height: calc(1em + 6px);
}

.k-grid .k-button > span {
    margin-right: 6px;
	top: -1px;
	font-size: 15px;
	letter-spacing: -0.009em;
	line-height: 22px;
}

span.k-button-text {
    /* padding-left: 5px; */
}

.k-textbox {
    background-image: none;
    background-color: var(--grey05);
    border-color: var(--grey05);
    height: 32px;
    border-style: solid;
}

/* .k-textbox>input { */
    /* height: 1em; */
/* } */

.k-picker.k-focus, .k-picker:focus, .k-widget.k-picker.k-focus, .k-widget.k-picker:focus {
    /*border-color: #e9e9e9;*/
	border: none;
    box-shadow: none;
}

.k-list-item.k-selected {
    background-color: #ababab;
}

.k-button-solid-primary {
    border-color: #979797;
    background-color: #979797;
    background-image: none;
}

.k-filter-menu-container span.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid {
    margin-top: 10px;
	border-color:#ddd;
}

.k-toolbar .k-button-icontext {
    padding-right: 6px;
}

.k-list-item.k-selected.k-hover, .k-list-item.k-selected:hover {
    background-color: #ababab;
}

.k-action-buttons {
    margin: 5px 0 0;
}

.Header div {
    max-width: 800px;
    padding-left: 10px;
}
.Header span {
    float: left;
    padding: 5px;
	cursor: pointer;
	font-size: 26px;
}


input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;    
}
input[type="checkbox"].ios8-switch-sm + label:after {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    top: 3px;
}
input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 4px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid var(--grey05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 16px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
    background: var(--brand_blue);
}

/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
	display: none;
}
input[type="checkbox"].ios8-switch-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 42px;
}
input[type="checkbox"].ios8-switch-sm + label:before {
    width: 35px;
    height: 20px;
    border-radius: 11px;
    top: 0px;
}
input[type="checkbox"].ios8-switch-sm + label:after {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    top: 4px;
}
input[type="checkbox"].ios8-switch-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
	z-index: 105;
}
input[type="checkbox"].ios8-switch-sm:checked + label:after {
    margin-left: 15px; /* x*2 */
	z-index: 105;
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}
input[type="checkbox"].ios8-switch-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}
input[type="checkbox"].ios8-switch-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}

.k-grid-footer-wrap, .k-grid-header-wrap {
    border-width: 0;
}

.k-grid tr:hover {
    background-color: var(--grey04);
    background-image: none;
}


.k-grid-norecords-template {
    border-width: 0;
	line-height: 1.8em;
	top: 10% !important;
	width: 400px;
}

.k-i-folder {
    -webkit-mask-image: url(../folder.png);
	mask-image: url(../folder.png);
    background: var(--brand_blue);
    background-size: contain;
    top: 8px;
    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.k-state-selected .k-i-folder {
    background: white;
}
.k-i-folder:before {
    content: "";
}
.k-icon.k-i- {
    width: 0;
	margin: 0 5px;
}

.k-picker, .k-picker:hover, .k-widget.k-picker {
    border-color: #fff;
    background-color: #fff;
    border-bottom: 1px solid var(--grey04);
}

.k-tabstrip .k-content.k-state-focused, .k-tabstrip .k-content:focus, .k-tabstrip:focus {
    outline-color: #fff;
	box-shadow: none;
}

/* div:focus { */
	/* outline: 0; */
/* } */

.k-state-selected td:nth-child(2) .k-icon:before{
    filter: invert(1) brightness(2);
}

.k-i-file:before {
    top: -2px;
    /* margin-right: 2px; */
}



.k-grid-edit-row td{
	background-color:white !important;
	color: #000;
	/* box-shadow: 0 0 5px 6px #888; */
}
/*td:has( > input){
	background-color:red !important;
}*/
.k-grid-edit-row input{
	box-shadow:outline;
}
.k-grid-delete {
    color: var(--system_red) !important;
}

.k-i-clipboard:before {
    content: "\e65f";
}

.blueButton{
    background-color: var(--brand_blue);
    color: white !important;
}
.blueButton:hover {
	background: linear-gradient(0deg, #5A67D1, #5A67D1), #7A75EA !important;
}
.redButton{
    background-color: var(--system_red);
    color: white !important;
}
.redButton:hover,.redButton:active {
    background-color: red !important;
}
.k-icon.k-resize-handle.k-i-vbar {
    margin-left: 1px;
}
span.k-cell-inner {
    font-weight: 100;
}


.k-grid-norecords {
    width: 100%;
    height: fit-content;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    justify-content: center;
    top: 10%;
    position: relative;
}

.k-grid{
	display: flex;
    flex-direction: column;
}
.k-grid-content {
    /* height: 100% !important; */
	flex-grow: 3;
}

#headerBar .k-i-arrow-left {
    margin: 10px 0 0 5px;
    font-size: 29px;
    width: 30px;
    float: left;
	cursor: pointer;
}
/*.k-icon {
    margin-right: 5px;
}*/
.k-icon.k-i-none {
    margin: 0 3px;
}
.k-grid-filter.k-state-active span {
    color: red;
}

.Header {
    float: left;
}

@font-face {
	font-family: Inter;
	/* font-style: bold; */
	font-weight: 700;
	src: 
		url(Inter/Inter-SemiBold.woff2) format('woff2'), 
		url(Inter/Inter-SemiBold.woff) format('woff');
}
@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 100;
	src: 
		url(Inter/Inter-Regular.woff2) format('woff2'), 
		url(Inter/Inter-Regular.woff) format('woff');
}

/*@font-face{
	font-family:Geometria;
	font-weight:normal;
	font-style:normal;
	src:
		url(/Geometria/Geometria-Regular.eot);
	src:url(/Geometria/Geometria-Regular.eot?#iefix) format("embedded-opentype"),url(/Geometria/Geometria-Regular.woff) format("woff"),url(/Geometria/Geometria-Regular.ttf) format("truetype")}


@font-face11 {
    font-family: "Kendo UI";
    src: url(images/kendoui.woff?v=1.1) format("woff"),url(images/kendoui.ttf?v=1.1) format("truetype"),url(images/kendoui.svg#kendoui) format("svg")
}*/

html,body{
	/* font-family:Geometria; */
	font-family:'Inter', sans-serif;
	letter-spacing: -0.009em;
	/* font-style: bold; */
	margin: 0;
}

h1{
	font-style: normal;
	font-weight: 600; 
	font-size: 23px;
	line-height: 150%;
	color: var(--black);
}
h2{
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 120%;
}
h3{
	font-style: semibold;
	font-weight: 600;
	font-size: 19px;
	line-height: 130%;
	text-align: left;
}
h4{
	font-style: semibold;
	font-weight: 600;
	font-size: 15px;
	line-height: 135%;
}

.k-block, .k-content, .k-popup, .k-toolbar, .k-widget,.k-button-solid-base,.k-button-solid-base.k-hover, .k-button-solid-base:hover,.k-tabstrip-items .k-link,.k-tabstrip .k-content.k-state-active,.k-input-inner,.k-icon, .k-tool-icon,.k-drag-clue, .k-menu, .k-tabstrip, .k-treemap-title  {
    color: var(--black);
}
.k-state-active, .k-state-active:hover, .k-state-active>.k-link {
    color: var(--black);
	font-weight: 500;
}

.k-header{
    color: var(--grey);
}
.k-dropzone em, .k-state-disabled, .k-state-disabled .k-link{
	opacity:0.5;
	color:var(--black);
}

td .isfolder {
    font-weight: 600;
}

.k-gantt-toolbar .k-state-default, .k-grid .k-grouping-header, .k-grid-header, .k-grid-header-wrap, .k-grouping-header .k-group-indicator {
    border-color: var(--grey05);
}


.k-drag-clue, .k-grid-header, .k-grouping-header, .k-header, .k-menu, .k-panelbar>.k-panelbar-header>.k-link, .k-progressbar, .k-state-highlight, .k-tabstrip, .k-tabstrip-items .k-item, .k-toolbar {
    background-image: none;
    background-color: #FFFFFF;
}

pre{
	font-family:'Inter', sans-serif;
}

#headerBar {
    border-bottom: 1px solid var(--grey05);
	margin-bottom: 20px;
}
.k-grid-header {
    border-bottom-width: 0 !important;
    /* margin-top: 15px; нельзя добавлять, съежает таблица*/
}

.k-tabstrip-items-wrapper{
	border-bottom-color: var(--grey05);
}

.tab1 .k-tabstrip-item {
    background-color: white !important;
    font-size: 13px;
    border: 1px solid var(--grey05) !important;
    height: 32px;
	margin: 0 3px !important;
	border-radius: 5px !important;
	padding: 0 !important;
}
	.tab1 .k-tabstrip-items {
		margin-bottom: 10px;
	}
	.tab1 .k-tabstrip-items-wrapper {
		border-bottom-width: 0;
	}
	.tab1 .k-tab-on-top {
		background-color: var(--grey01) !important;
		color: #fff;
	}
	.tab1 .k-tab-on-top span{
		font-weight: 100 !important;
	}
	
.k-button {
    font-size: 15px;
}
.k-button.k-bare {
    border-color: #b6b6b6 !important;
    padding: 5px 10px;
    font-size: 14px;
    margin: 5px 5px;
}
.k-toolbar {
	padding: 2px 10px 2px 0;
	float: right;
}
.k-grid .k-cell-inner>.k-link {
    flex: none;
}
a.k-grid-filter-menu.k-grid-filter {
    position: relative;
}
.k-filter-menu.k-popup .k-filter-menu-container, .k-grid-filter-popup.k-popup .k-filter-menu-container {
    width: 270px;
}
.k-grid .k-cell-inner>.k-link {
    padding: .5em 0 .4em .6em;
	max-width: calc(100% - 30px);
}
.k-filter-row th, .k-grid-header th.k-header {
    font-size: 13px;
}
select, textarea {
	font-family: 'Inter', sans-serif;
}
:focus-visible {
    outline: none;
}
.sep {
    border-bottom: 1px solid var(--grey05);
    margin: 0 5px;
}
.k-ghost-splitbar {
    z-index: 1;
}
.k-treeview-leaf.k-selected, .k-treeview-leaf.k-selected:hover {
    background-color: var(--brand_blue);
}
.k-splitbar-vertical .k-icon {
    left: calc(50% - 10px);
	top: 1px;
}
#windowCurtain {
	width: 100%;
    height: calc(100% - 1px);
    overflow: hidden;
    position: fixed;
    background-color: #fff;
    top: 0px;
    left: 0px;
	transition: opacity 0s, left 0ms 0s;
	opacity: 1;
	z-index: 20;
}
#windowCurtain.loaded {
	transition: opacity 1s 1s, left 0ms 2s;
	opacity: 0;
	left: -40000px;
}
.k-widget {
	border-radius: 5px;
	overflow: hidden;
}
#windowCurtain div {
    background-image: url(../auth/Loader.gif); 
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
}
.k-i-loading,.k-loading-image {
    background-image: url(../auth/Loader.gif);
	width: 40px;
    height: 40px;
}
.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
    /*min-width: 20px;*/
}
.trumbowyg-box .trumbowyg-editor {
	padding: 10px;
	height: -webkit-fill-available !important;
	overflow-y: auto;
}
.k-grid .k-edit-cell {
    padding: 5px;
}
.k-window-titlebar {
    border-color: var(--grey04);
}
.k-grid-content>.k-grid-norecords>.k-grid-norecords-template {
    left: auto;
    margin: auto;
}
.k-filter-menu-container>span {
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid var(--grey04);
}
.k-picker.k-focus, .k-picker:focus, .k-widget.k-picker.k-focus, .k-widget.k-picker:focus {
    border-color: var(--grey04);
}
.k-dirty {
    margin: -2px 0 0 -3px;
}


.password_wrapper {
	position:relative;
}

.check_password {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 35px;
	right: 10px;
	cursor: pointer;
	background-image: url('../Images/forms/showPassword.png');
	background-size: contain;
    background-repeat: no-repeat;
}

.check_password.view {
	background-image: url('../Images/forms/hidePassword.png');
	background-size: contain;
    background-repeat: no-repeat;
}

.password_control {
	position: absolute;
	top: 35px;
	right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../Images/forms/showPassword.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.password_control.view {
	background: url(../Images/forms/hidePassword.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* toastr notifications */
#toastr_container{
	display: block;
    position: absolute;
    right: 30px;
    bottom: 20px;
	z-index: 20000;
}

.toastr_good {
    background-color: #60c775;
    padding: 10px;
    border-radius: 10px;
	opacity: 1;
}

.toastr_info {
    background-color: #88c3df;
    padding: 10px;
    border-radius: 10px;
	opacity: 1;
}

.toastr_bad {
	background-color: #d17676;
    padding: 10px;
    border-radius: 10px;
	opacity: 1;
}

.toastr_good.hiding {
	transition: opacity 1s;
	opacity: 0;
}

/* finish turtorial */
.finish_turtorial_window {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 20;
    background-color: #6f7efa;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    opacity: 1;
	box-shadow: 3px 6px 6px #828989;
	cursor: pointer;
}
.finish_turtorial_text {
	font-size: 18px;
	color: #fff;	
}
.finish_turtorial_button {
    width: 32px;
    height: 32px;
    margin-left: 6px;
    border-radius: 20px;
    border: 2px solid #172173;
    mask-image: url(stop.svg);
    background: #a6b0ff;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 32px;
}
.repeat_turtorial_step {
	display: flex;
    position: absolute;
    right: 422px;
    height: 52px;
    bottom: 20px;
    z-index: 20;
    background-color: #6f7efa;
    padding: 10px;
    border-radius: 10px;
    opacity: 1;
    box-shadow: 3px 6px 6px #828989;
    cursor: pointer;
}
.repeat_turtorial_step_button{
    width: 32px;
    height: 32px;
    mask-image: url(repeat.svg);
    background: #a6b0ff;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 32px;
}
.repeat_turtorial_step_text {
	font-size: 18px;
    color: #fff;
    line-height: 31px;
    display: inline-block;
    padding-left: 6px;
}