@charset "UTF-8";
/* Default colors */
/* border-color */
/* fields background-color, buttons text-color */
/* footer, deadline, questionary row ... */
/* placeholder, description ... */
/* .mk -> border-color */
/* colors */

.home_page_container .portlet-title1,
.home_page_container .portlet-title2 {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}

.floatListView {
	width: 75%;
	float: right;
}


.header-goBack {
	font-size: 16px;
	color: var(--primary-color);
	display: flex;
	align-items: center;
	margin: 15px 0px 15px 0px;
	cursor: pointer;
	width: fit-content;
}
.header-goBack .k-i-arrow-left {
	font-size: 24px;
	margin-right: 7px;
}
.application-header-info2 {
	font-size: 14px;
	margin: 5px 0px 20px 0px;
	font-weight: 400;
}

.thrcssv4 .cmportlet-header.k-header.cmcontainer-header-div {
	overflow: hidden;
	white-space: nowrap;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	/* padding-left: 2%; */
	border-width: 0px !important;
}
.thrcssv4 button.k-button.cmportlet-menu-icon {
	background-color: #fff;
}
.k-panelbar.cmcontainer-content {
	border-width: 0px;
	padding: 0px;
}

.profile_cover {
	display: flex;
	justify-content: center;
	position: relative;
}
.profile_cover .z-scrollView {
	width: calc(100% - 10px);
	max-width: 1900px !important;
	/* max-height: 520px; */
	min-height: 260px;
	margin-top: 10px;
	border: 0;
}
.profile_cover .k-scrollview .k-scrollview-wrap {
	position: static;
}
.profile_cover .k-scrollview-nav-wrap .k-scrollview-nav {
	text-align: left !important;
}
.profile_cover .k-scrollview-prev {
	display: none !important;
}
.profile_cover .k-scrollview-next {
	display: none !important;
}

.thrcssv4 .profile_cover_img {
	/* max-height: 500px !important; */
	/* max-width: 1570px !important; */
	object-fit: cover;
	object-position: center center;
}
.thrcssv4 .profile_cover .k-upload.k-upload-sync {
	border-width: 0;
	float: right;
	bottom: 10px;
	right: 10px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
}
.thrcssv4 .profile_cover .k-button.k-upload-button {
	margin: 0;
	position: relative;
	top: 0px;
	left: 0px;
	/*background-color: #fff;*/
	opacity: 0.5;
	display: inline-block;
}
.thrcssv4 .profile_cover .k-button.k-upload-button input {
	width: 190px;
	height: 50px;
}
.thrcssv4 .profile_cover .k-dropzone {
	display: contents;
}
.thrcssv4 #hide_profile_cover {
	display: block !important;
	top: -40px;
	left: 1%;
	background-color: #fff;
	opacity: 0.5;
	float: left;
	position: relative;
}
.thrcssv4 .k-i-hide-up {
	background-image: url('/img/shape.png');
	transform: rotate(90deg);
	background-color: #4a4a4a;
}

/*label text*/
.k-tabstrip:focus {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) !important;
}

.k-widget.k-splitter {
	border: none;
}

.k-grid-norecords {
	height: 95% !important;
	width: 95%;
}
.k-grid-norecords-template {
	border: 0 !important;
	width: auto;
	height: auto;
	background-color: inherit !important;
	color: rgb(100, 100, 100);
	line-height: 2em;
	font-size: 16px;
	text-shadow: 2px 2px 2px rgb(200 200 200);
	margin: 0 auto !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	vertical-align: middle;
}
.k-grid-content-expander {
	width: auto !important;
}

.k-grid.view-mode ._cm_toolbar,
.k-grid.view-mode td.k-command-cell{
	pointer-events: none;
}

.editormd-field {
	width: 95%;
	margin: 0 0 31px 21px !important;
	float: left !important;
	padding: 0 !important;
	display: inline-block;
	font-size: 16px;
}

._cm_toolbar .tBarHTML .outer_div {
	/* margin-top: 0px !important; */
	/* padding-top: 0px !important; */
	display: flex;
}
._cm_toolbar .tBarHTML .cm-edit-field,
._cm_toolbar .tBarHTML .k-edit-field {
	margin: 0 !important;
	/* padding: 0px !important; */
}
._cm_toolbar .tBarHTML .cm-edit-label,
._cm_toolbar .tBarHTML .k-edit-label {
	margin: 0 !important;
	padding: 0px 4px 0px 0px !important;
}

.toolbar-field .k-edit-field .k-switch {
	margin-left: 27px;
}
.k-edit-label {
	/* padding: 6px 0px 10px 0px; */
	margin: 0px 0px 0px 0px;
}

.disabled-opaque .k-state-disabled {
	opacity: 1;
}

.cf-2 #div_description .k-edit-label,
.cf-2 #div_commentName .k-edit-label {
	align-items: baseline;
}

.cf-2 .k-edit-label {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	width: calc(30% - 10px); /* !important;*/
	min-height: var(--cf-field-height);
	max-height: 110px;
	color: #4a4a4a;
	/* margin-left: 0 !important; */
	float: left;
	justify-content: left;
	/* padding: 0; */
	display: flex;
	align-items: center;
	word-break: break-word;
	text-align: left !important;
}

.cf-2 .k-edit-field {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	width: 65%; /* !important;*/
	min-height: var(--cf-field-height);
	/* margin: 2px 0px 2px 20px; */ /* !important;*/
	float: left !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	border-radius: 3px !important;
	/* background-color: #fff; */
	/* box-sizing: content-box; */
}
.cf-2 .k-edit-field input {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-stretch: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	width: inherit;
	min-height: inherit;
	margin: inherit;
	float: inherit;
	padding: inherit;
	display: initial;
	align-items: inherit;
	border-radius: inherit;
	background-color: #fff;
}

.k-input.k-combobox input,
.cf-2 .k-input.k-combobox input{
	width: 100%;
}

.cf-2 .k-edit-field .k-dropdowntree.k-picker {
	font-size: inherit;
}
.cf-2 .k-edit-field .tbi-list-button-group {
	padding-left: 0;
	/* gap: 0; */
}

.k-dropdowntree.k-picker .k-input-inner {
	padding-inline: 0px;
}
.k-dropdowntree.k-picker .k-input-inner .k-input-value-text {
	padding-left: 7px;
}
.k-input-inner.input_css,
.cf-2 .k-input-inner.input_css {
	border-width: 0px !important;
	box-shadow: none !important;
	line-height: 2.0125;
	pointer-events: all;
}
.cf-2 .input_css {
	height: var(--cf-field-height);
}
.k-textbox .login-input,
input.input_css.k-textbox,
.cf-2 input.input_css {
	border: solid 1px #d9d9d9 !important;
	border-radius: 3px;
	text-indent: 0.571em;
	line-height: 1.8em;
}

.cf-2 .k-edit-field.grid_div {
	width: 97% !important;
	margin-top: 30px !important;
	margin-left: 0px !important;
}
.cf-2 .k-content.k-active {
	border-width: 0px !important;
}
.tabs_text_css,
.cf-2.tabs_text_css {
	border: none;
	box-shadow: none !important;
}

.tabs_text_css.k-tabstrip-top > .k-tabstrip-items-wrapper,
.tabs_text_css .k-tabstrip-top > .k-tabstrip-items-wrapper,
.cf-2.tabs_text_css.k-tabstrip-top > .k-tabstrip-items-wrapper,
.cf-2.tabs_text_css .k-tabstrip-top > .k-tabstrip-items-wrapper {
	border-bottom-width: inherit;
}

.tabs_text_css .k-tabstrip-items,
.cf-2.tabs_text_css .k-tabstrip-items {
	border-bottom: 0px solid #c8c8c8 !important;
	padding: 0;
	margin-bottom: 15px;
}

.tabs_text_css .k-tabstrip-items .k-tabstrip-item,
.cf-2.tabs_text_css .k-tabstrip-items .k-tabstrip-item {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #000000 !important;
	background-color: inherit !important;
	border-width: 0px 0px 1px 0px !important;
	position: unset !important;
	border-bottom: solid 0.5px #e6e6e6 !important;
	box-shadow: inset 0 -0.5px #e6e6e6;
	margin: 0 !important;
}
.cf-2 .k-tabstrip .k-item.k-first .k-link {
	padding-left: 0;
}

.tabs_text_css
	.k-panelbar.k-widget.cmportlet.cmtopcontainer.k-pane.k-scrollable,
.tabs_text_css .k-scrollable,
.cf-2.tabs_text_css
	.k-panelbar.k-widget.cmportlet.cmtopcontainer.k-pane.k-scrollable,
.cf-2.tabs_text_css .k-scrollable {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.tabs_text_css
	.k-panelbar.k-widget.cmportlet.cmtopcontainer.k-pane.k-scrollable
	::-webkit-scrollbar,
.tabs_text_css .k-scrollable::-webkit-scrollbar,
.cf-2.tabs_text_css
	.k-panelbar.k-widget.cmportlet.cmtopcontainer.k-pane.k-scrollable
	::-webkit-scrollbar,
.cf-2.tabs_text_css .k-scrollable::-webkit-scrollbar {
	width: 0px;
}

.tabs_text_css:not(.k-active),
.cf-2.tabs_text_css:not(.k-active) {
	/* padding-bottom: 1px !important; */
}

.tabs_text_css.k-item.k-state-default,
.tabs_text_css.k-item.k-state-default.k-tab-on-top.k-active,
.cf-2.tabs_text_css.k-item.k-state-default,
.cf-2.tabs_text_css.k-item.k-state-default.k-tab-on-top.k-active {
	border-top-color: white !important;
}

.cf-2 .cmcontainer-content.cm_sortable.k-widget.k-splitter {
	border: none;
}
.cf-2 .k-grid span.k-maskedtextbox,
.cf-2.k-grid span.k-maskedtextbox {
	border: 0 !important;
}

.k-rating.input_css {
	border: 0 !important;
}
.cf-2 span.k-textarea.input_css:read-only {
	/*border: solid 0px !important;*/
}
.cf-2 span.k-textarea:focus-within {
	box-shadow: 0 0 0 !important;
}
.cf-2 .input_css .k-dropdown-wrap .k-input {
	padding-top: 2px;
	border-radius: 2px;
	display: flex;
	align-items: center;
}

.disabledForm .k-multiselect-wrap {
	border: 0 !important;
}
.disabledForm .k-multiselect-wrap li {
	font-size: 16px;
	border: 0;
	background-color: initial !important;
	color: initial !important;
	opacity: 1;
}
.disabledForm .k-multiselect-wrap li span.k-icon {
	display: none;
}

.cf-2 .k-dropdowntree.k-disabled {
	border: 0;
}
.cf-2 .k-dropdowntree.k-disabled .k-icon {
	display: none;
}

.cf-2 .input_css .k-dropdowntree {
	height: var(--cf-field-height);
}
.cf-2 .input_div .k-input {
	height: var(--cf-field-height);
	font-size: inherit;
}
.cf-2 .k-toolbar-item .k-input {
	height: 34px;
}

.k-textbox.notEditable {
	background-color: inherit; /*#e6e6e6;*/
}
.k-datepicker {
	width: 11em;
}
.k-datetimepicker {
	width: 16em;
}
.cf-2 .input_css[data-role='datepicker'] {
	width: 134px !important;
	border: solid 0px !important;
	padding: 0;
}
.cf-2 .input_css.k-widget.k-datepicker {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.fill-container .input_css[data-role='datepicker'] {
	width: 100% !important;
}
.fill-container .input_css.k-widget.k-datepicker {
	width: 100% !important;
}
.fill-container .k-datepicker.input_css .k-picker-wrap {
	width: 100% !important;
}

.cf-2 .profile_h5 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #4a4a4a;
	margin: 0 0 1.5% 0;
}

.cf-2 .k-dropzone {
	display: contents;
}
.cf-2 .switch_div {
	display: none !important;
	width: 0 !important;
}
.cf-2 .outer_div {
	display: inline-block;
	width: calc(100% - 2px);
	font-size: 16px;
}
.cf-2 .k-picker-wrap {
	border: 0;
	border-color: #d9d9d9 !important;
	width: -webkit-fit-content;
	width: -moz-fit-content !important;
	width: fit-content;
	padding-bottom: 0px;
	height: 100%;
}
.cf-2 .k-picker-wrap .k-icon {
	height: 100%;
}
.cf-2 .k-splitbar {
	border: none !important;
	width: 0px !important;
}

.cf-2 #imageAvatar #image_img {
	width: 200px;
	height: 200px;
	max-width: 220px !important;
	border-radius: 50%;
	object-fit: cover;
}
.cf-2 .people-avatar #imageAvatar #image_img {
	width: 113px;
	height: 113px;
}
.cf-2 #imageAvatar .input_div {
	width: auto !important;
}
.cf-2 #imageAvatar {
	height: auto;
	margin: 0px;
}

.cf-2 #imageAvatar .k-upload {
	position: absolute;
	background-color: transparent;
	top: 0px;
	width: 100%;
	height: 100%;
	border-width: 0;
}
.cf-2 #imageAvatar .k-upload .k-upload-button-wrap {
	bottom: -65px;
	right: 2px;
}

.cf-2 #imageAvatar .k-upload-sync .k-upload-button {
	font-size: 16px;
	line-height: normal;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: transparent !important;
	color: transparent !important;
	border-width: 0;
	width: 109px;
	min-width: 90px;
}

.cf-2 #imageAvatar .k-upload:hover .k-upload-button {
	background-color: var(--primary-color) !important;
	color: white !important;
	cursor: pointer !important;
}

.cf-2 #imageAvatar .k-upload-button input#avatar_upload {
	width: 100%;
	height: 100%;
}

.cf-2 .k-edit-buttons {
	text-align: center;
}

.cf-2 .k-edit-buttons .k-grid-update {
	width: 75%;
	height: 30px;
}

/*.cf-2 .k-dropdown-wrap, .cf-2 .k-combobox,
.cf-2 .k-picker-wrap, .cf-2 .k-textbox,
.cf-2 .k-numeric-wrap, .cf-2 .k-edit-buttons .k-grid-update {
  border-radius: 2px !important;
}*/
.k-numeric-wrap .k-select {
	display: inline-grid;
	align-items: center;
}

.cf-2 .k-edit-field textarea {
	resize: none;
	padding: 6px;
	border-radius: 5px;
}

.cf-2 .k-edit-field .k-maskedtextbox.input_css.k-textbox.k-disabled,
.cf-2 .k-edit-field input:read-only:not(.k-checkbox, .k-radio) {
	border: 0 !important;
	/* color: rgba(46, 46, 46, 0.6); */
	background-color: inherit;
}

.cf-2 textarea:focus-visible {
	outline-width: 0px;
	box-shadow: #eeeeee 0px 0px 2px 1px !important;
	/* border: solid 2px #dddddd !important; */
	/* padding: 5px; */
}

.cf-2 textarea {
	border: 1px solid #dddddd !important;
	color: rgb(46, 46, 46);
	font-size: 16px !important;
	font-family: IBMPlexSans !important;
}
.cf-2 textarea:read-only {
	border: 0 !important;
	color: rgba(46, 46, 46, 0.9);
}

.cf-2 [e_form_input]:read-only input:not(.k-checkbox) {
	border: 0 !important;
	color: rgba(46, 46, 46, 0.9);
	pointer-events: none;
}

.cf-2 .k-datepicker.input_css {
	/* border: 0 !important; */
}
.cf-2 .k-datepicker.input_css {
	border: 1px solid rgb(217, 217, 217) !important;
}
.cf-2 .k-datepicker.input_css.k-disabled {
	padding: 0;
	border: 0 !important;
}
.cf-2 .k-datepicker.input_css.k-disabled input {
	padding: 0;
	border: 0 !important;
	color: rgb(0, 0, 0);
}
.cf-2 .k-datepicker.input_css.k-disabled .k-input-button {
	display: none;
}

/*.cf-2 .k-datepicker.input_css{
  border: 0 !important;
}*/

.cf-2 input:read-only:focus {
	box-shadow: unset !important;
}
.cf-2 [e_form_input]:read-only input:focus {
	box-shadow: unset !important;
}

.cf-2 .k-popup-edit-form .k-edit-form-container .k-edit-field {
	width: 70% !important;
	float: none !important;
	margin-left: 15% !important;
}

.cf-2 .k-switch-container {
	width: 3.75em !important;
	height: 2.125em !important;
	font-size: 14px !important;
	margin-top: 7px !important;
}

.cf-2 .k-switch {
	width: 68px;
}
.cf-2 .switch_div .k-switch {
	width: 68px;
}

.cf-2 .k-switch-handle {
	font-size: 12px;
}

.cf-2 .k-listview .k-alt {
	/* background-color: rgb(247, 255, 247); */ /* !important;*/
	background-color: rgb(252, 252, 252);
	border-radius: 8px;
}

.cf-2 .k-listview [role='option'] {
	/*background-color: rgb(233, 247, 239) !important;*/
	/*background-color: rgb(255, 255, 255);*/
	border-radius: 8px;
}
.cf-2 .nonhover .k-listview-content [role='option'],
.cf-2 .nonhover .k-listview-content .k-listview-item,
.cf-2 .nonhover .k-listview-content .k-edit-item {
	background-color: rgb(255, 255, 255) !important;
	border-top: 1px solid lightgray;
	border-radius: 0px;
	margin-bottom: 30px;
}
.cf-2 .nonhover .k-listview-content .k-selected {
	background-color: rgb(252, 252, 252) !important;
}

.cf-2 .k-grid tr {
	font-size: 16px;
}
.cf-2 .k-grid td {
	/* white-space: pre-wrap; */
}
.cf-2 .k-grid .k-footer-template td {
	background-color: white;
}
.cf-2 .k-grid .k-grid-footer,
.cf-2 .k-grid .k-grid-footer-wrap {
	background-color: initial;
	border: 0;
}

.cf-2 .k-grid-content .k-icon.k-i-none,
.cf-2 .k-grid-content .k-icon.k-i-caret-alt-right,
.cf-2 .k-grid-content .k-icon.k-i-caret-alt-down {
	width: 1.5em;
}

.cf-2 .k-grid-content .k-i-collapse {
	font-size: 20px;
}
.cf-2 .k-grid-content .k-i-expand {
	font-size: 20px;
}

/*
.searchInToolbar.k-window {
  min-width: 500px !important;
}

.searchInToolbar.k-window .k-toolbar-resizable {
  width: 100%;
}

.searchInToolbar.k-window .k-grid .k-toolbar-first-visible {
    width: 90%;
    margin-right: -4%;
    margin-left: 5%;
}

.searchInToolbar.k-window .tBarHTML {
  width: 100% !important;
}

.searchInToolbar.k-window .k-edit-field.cm-edit-field {
  width: 90% !important;
}

.searchInToolbar.k-window .k-edit-label.cm-edit-label {
   display: none;
}

.searchInToolbar.k-window .k-edit-field {
  width: 90% !important;
}

.searchInToolbar.k-window .k-edit-label {
   display: none;
}

.searchInToolbar.k-window .k-textbox.input_css {
  width: 100% !important;
}
*/

.cmpopup .k-combobox {
	font-size: 14px;
}

.cmpopup .k-edit-buttons {
	text-align: center;
	border-style: unset;
	border-width: unset;
}

.cmpopup .k-edit-buttons .k-grid-cancel {
	display: none;
}

.cmpopup ul,
.cmpopup #criteria {
	font-size: 15px;
	font-family: IBMPlexSans;
}

.cmpopup .cm-edit-field {
	margin-left: 1%;
	width: 80% !important;
}

.cmpopup .editormd {
	width: 99.8% !important;
}

.cmpopup .k-edit-label {
	width: 10% !important;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-left: 5% !important;
	font-size: 16px;
}

.cmpopup .k-no-editor {
	padding-top: 0px;
}

.cmpopup .input_css {
	max-width: unset !important;
	width: 80% !important;
	height: 40px;
}

.cmpopup .input_css .k-dropdown-wrap {
	max-width: unset !important;
	height: 40px;
}

.cf-2-grid .k-header {
	border-left-width: 0px !important;
	border-bottom-width: 2px !important;
	border-top-style: unset;
}

.cf-2-grid .k-grid td {
	box-shadow: unset !important;
	border-left-style: unset;
	border-bottom-width: 1px;
	height: 50px;
	font-weight: 500;
	cursor: pointer;
	padding-left: 3px;
	white-space: normal;
}

.cf-2-grid.k-grid .k-master-row,
.cf-2-grid .k-grid .k-master-row {
	font-size: 16px;
}

.cf-2-grid .k-grid .k-toolbar,
.cf-2-grid .k-grid .k-toolbar .k-button {
	font-size: 14px !important;
	background-color: white;
}

.cf-2-grid .k-command-cell .k-button {
	border-width: 1px;
	height: 32px;
	width: auto;
	min-width: 32px;
}

.cf-2-grid .k-command-cell .k-button.k-grid-edit {
	width: 45px;
}

.cf-2-grid .k-command-cell .k-button.k-grid-destroy {
	min-width: 40px !important;
	width: 40px;
	background-color: white;
}

.k-tooltip-error,
.k-validator-tooltip,
.k-invalid-msg {
	border-radius: 3px !important;
}
.k-form-error.k-invalid-msg {
	color: red;
	background-color: inherit;
	position: absolute;
	top: -4px;
	right: 4px;
	z-index: 1000;
	text-wrap: nowrap;
	height: 0px;
}

.cmWordBreak {
	max-height: 140px;
	overflow: hidden;
	white-space: normal;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* bottom main tabstrip */
.k-tabstrip-items.k-reset:not(.k-tabstrip-top .k-tabstrip-items.k-reset) {
	padding: 0 !important;
}
.k-tabstrip-items.k-reset:not(.k-tabstrip-top .k-tabstrip-items.k-reset)
	.k-tabstrip-item.k-active {
	border-top: solid 0px #b3b3b3 !important;
	box-shadow: inset 0 2px #b3b3b3 !important;
	border-bottom: solid 0px;
	border-right: solid 0px;
	border-left: solid 0px;
}
.k-tabstrip-items.k-reset:not(.k-tabstrip-top .k-tabstrip-items.k-reset)
	.k-tabstrip-item {
	color: #000000 !important;
	background-color: #fff !important;
	border-width: 1px 0px 0px 0px !important;
	border-color: #fff;
	position: unset !important;
	margin: 0 !important;
}

/* Icons vertical-align in dropdownbox and datepicker */
.k-dropdown-wrap .k-select .k-icon {
	height: 100%;
}

.k-picker-wrap .k-link {
	height: 100%;
}
.k-picker-wrap .k-link .k-icon {
	height: 100%;
}

.tabs_text_css .k-splitbar :before {
	display: none !important;
}
.tabs_text_css .k-overflow-anchor.k-button {
	display: none !important;
}
.tabs_text_css
	.k-panelbar.k-widget.cmportlet.cmtopcontainer.k-pane.k-scrollable {
	min-height: 300px !important;
}
.tabs_text_css .cmcontainer-content.cm_sortable.k-widget.k-splitter {
	min-height: 300px !important;
}
.tabs_text_css .k-splitbar-draggable-horizontal {
	width: 0px !important;
	display: none !important;
}
.tabs_text_css .k-splitbar-draggable-horizontal .k-resize-handle {
	width: 0px !important;
	display: none !important;
}

/* mk */
.mk {
	font-size: 16px;
	/* The container */
	/* On mouse-over, add a grey background color */
	/* Create a custom checkbox */
	/* Create the checkmark/indicator (hidden when not checked) */
}
.mk button {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	border-radius: 3px;
	background-color: var(--primary-hover-color);
	text-align: center;
	color: #fff;
	border-width: 0;
	cursor: pointer;
}
.mk .profile_h2 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin: 0 0 0.5% 1.9%;
}
.mk .footer {
	width: 100%;
	display: flex;
	background-color: rgb(233, 247, 239);
	margin-top: 2.5%;
}
.mk .save_btn {
	width: 200px;
	height: var(--cf-field-height);
	line-height: 1.38;
	margin: 1.7% 0 1.7% 15.5%;
}
.mk .save_and_moderate {
	width: 250px;
	height: var(--cf-field-height);
	line-height: 1.38;
	margin: 1.7% 0 1.7% 1.5%;
}
.mk .custom_form_outer_div .k-edit-label {
	text-align: left !important;
	padding: 0em 0 3em !important;
	width: 200px !important;
	color: #4a4a4a;
}
.mk .custom_form_outer_div .k-edit-field {
	color: #000000;
}
.mk .kpi-map-ul li {
	margin-bottom: 10px;
}
.mk .kpi-map-ul .radio-decription {
	font-size: 14px;
	color: #9b9b9b;
}
.mk .radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.mk .radio + label {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.mk .radio + label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #cdd1da;
	border-radius: 50%;
	background: #fff;
}
.mk .radio + label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--primary-hover-color);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 0.2s;
}
.mk .radio:checked + label:after {
	opacity: 1;
}
.mk .radio:focus + label:before {
	box-shadow: 0 0 0 3px rgba(255, 255, 0, 0.7);
}
.mk .radios-as-buttons div {
	float: left;
}
.mk .radios-as-buttons input {
	position: absolute;
	left: -9999px;
}
.mk .radios-as-buttons label {
	display: block;
	margin: 0 0 0 -1px;
	padding: 10px 20px;
	border: 1px solid #cccccc91;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}
.mk .radios-as-buttons input:checked + label {
	background: var(--primary-hover-color);
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	color: #fff;
}
.mk .radios-as-buttons div:first-child label {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mk .radios-as-buttons div:last-child label {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mk .input_css {
	border-color: #cccccc91 !important;
	width: 100px;
	height: 38px;
	margin-bottom: 10px;
}
.mk .notEditable {
	background-color: #e6e6e6;
}
.mk .input_css::placeholder {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b;
}
.mk .input_css:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b;
}
.mk .input_css::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b;
}
.mk .input_css_for_desc {
	border-color: #cccccc91 !important;
	width: 250px;
	height: 38px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.mk .input_css_for_desc::placeholder {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b;
}
.mk .input_css_for_desc:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b;
}
.mk .input_css_for_desc::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b;
}
.mk .percent {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
	margin-left: 10px;
}
.mk .dash {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
	margin-left: 10px;
}
.mk .span_scale_sett {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}
.mk .kpi-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	user-select: none;
	display: inline-block;
	width: 150px;
	/* Hide the browser's default checkbox */
	/* When the checkbox is checked, add a blue background */
	/* Show the checkmark when checked */
	/* Style the checkmark/indicator */
}
.mk .kpi-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.mk .kpi-checkbox input:checked ~ .checkmark {
	background-color: #fff;
}
.mk .kpi-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.mk .kpi-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #2196f3;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.mk .kpi-checkbox:hover input ~ .checkmark {
	background-color: #fff;
}
.mk .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: solid #cccccc91 1px;
	border-radius: 3px;
}
.mk .checkmark:after {
	content: '';
	position: absolute;
	display: none;
}
.mk .monitoring-p-span {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #9b9b9b;
}

.mk .k-autocomplete.k-default,
.k-dropdowntree.k-default,
.k-dropdowntree.k-picker,
.k-dropdownlist.k-picker,
.k-numeric-wrap.k-default,
.k-picker-wrap.k-default {
	background-image: none !important;
	background-position: 50% 50% !important;
	background-color: #fff !important;
	border-color: #cccccc91 !important;
	line-height: 2.0125;
}

/* For grids */
.clicked-toolBar {
	background-color: var(--primary-hover-color) !important;
	color: #fff !important;
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;
}

.main_cabinet {
	/* margin-left: 2%; */
	/* margin-right: 2%; */
}

.inbox_grid.campaign_analitics_page_item .k-grid-header {
	display: block !important;
}
.inbox_grid.campaign_analitics_page_item .k-grid-header table {
	border-spacing: 0px !important;
}
.inbox_grid.campaign_analitics_page_item .k-grid-header th {
	background-color: #eae8e8 !important;
	background-image: none, linear-gradient(to bottom, #eae8e8 0, #eae8e8 100%) !important;
}

.inbox_grid {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	border-style: none !important;
	/* padding: 0 25px; */
	width: calc(100% - 50px) !important;
}
.inbox_grid .k-toolbar .k-overflow-anchor {
	border-left: solid 0px !important;
}
.inbox_grid.k-grid .k-toolbar {
	background-color: #fff !important;
}
.inbox_grid .k-grid-toolbar {
	padding-bottom: 1%;
}
.inbox_grid .k-grid-toolbar .k-button {
	margin: 0px !important;
	border: solid 1px #d9d9d9;
	background-color: #fff !important;
}
.inbox_grid .k-dropdown-wrap.k-state-default {
	background-color: #fff !important;
	border: solid 1px #d9d9d9;
	border-radius: 2px;
}
.inbox_grid .k-button.filter_all {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.inbox_grid .k-button.filter_task {
	border-left-style: none;
	border-right-style: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.inbox_grid .k-button.filter_notif {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.inbox_grid .k-header {
	background-color: #fff !important;
	border: 0 !important;
	border-width: 0 !important;
}
.inbox_grid thead th {
	border: 0 !important;
	border-width: 0 !important;
}
.inbox_grid td {
	border: 0 !important;
	border-width: 0 !important;
}
.inbox_grid .k-grid-header {
	border-color: white !important;
	font-size: 25px;
	background-color: #ebbe8c;
	background-image: none;
	width: calc(100% - 17px) !important;
}
.inbox_grid .k-grid-header .k-header-column-menu .k-icon.k-i-more-vertical {
	display: none;
}
.inbox_grid .k-grid-header th {
	/* background-color: #ebbe8c !important; */
	background-image: none;
}
.inbox_grid tr {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.38;
	letter-spacing: normal;
	background-color: #e9f2e9;
	border-radius: 4px;
	color: #2e77c9;
	cursor: pointer;
}
.inbox_grid tr:hover {
	background-color: rgb(160, 220, 180) !important;
}
.inbox_grid table {
	border-spacing: 0 0.5em !important;
}
.inbox_grid .k-selected {
	/*background-color: #0d6a92;*/
	/*color: #fff !important;*/
}
.inbox_grid .deadline {
	background-color: rgb(233, 242, 233) !important;
}
.inbox_grid .deadline-div {
	color: #d0021b;
	font-size: 12px !important;
}
.inbox_grid .simple-div {
	color: #9b9b9b;
}

.inbox_grid .k-toolbar,
#inbox_grid .k-toolbar {
	background-color: white;
}

.k-header-column-menu.k-active .k-icon:before {
	color: rgb(120, 220, 120) !important;
}

#expandButton {
	margin-top: 2%;
	border-radius: 3px !important;
	background-color: var(--primary-hover-color) !important;
	width: 15%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.archive {
	margin-top: 2%;
	float: right;
	margin-right: 2%;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #2e77c9 !important;
}

#awards_grid .award-name {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	display: inherit;
}

#awards_grid .award-description {
	width: 80%;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #9b9b9b;
	display: inherit;
}

#awards_grid .award-block {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.award-block img {
	height: 140px;
	object-fit: contain;
}

#books_grid .booking-icon {
	width: 140px;
	height: 200px;
	object-fit: fill;
	border-radius: 2%;
}

#books_grid .booking-block {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#books_grid .booking-description {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #000000;
	word-wrap: break-word;
}

#books_grid .reading-status {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #9b9b9b;
}

.bookShelf .outer_div {
	float: left;
}

.bookShelf .booking-icon {
	width: 140px;
	height: 200px;
	object-fit: fill;
	border-radius: 2%;
	cursor: pointer;
}

.bookShelf .booking-description {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #000000;
	word-wrap: break-word;
	text-align: center;
}

.bookInBookShelf {
	max-height: 415px;
	margin-left: 18px;
	width: 150px;
	text-align: center;
}

.display_none {
	display: none !important;
}

.book_archive {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	display: inline-block;
	margin-top: 3%;
	margin-bottom: 1%;
	margin-left: 2%;
	color: #2e77c9 !important;
	display: none;
}

.questionary .viewlayer {
	background-color: var(--dropzone-bg-color);
	padding: 5px 0 5px 0;
	position: relative;
	height: auto;
	overflow: auto;
}
/*
.questionary .simple-row .viewlayer {
  background-color: rgb(233, 242, 233);
  padding: 5px 0 5px 0;
  position: relative;
  height: 100%;
}

.questionary .multi-row .viewlayer {
  background-color: rgb(233, 242, 233);
  padding-top: 10px;
}
*/
.questionary .topHeader {
	background-color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}

.questionary .k-header .campaign {
	float: left;
	width: 100%;
}

.questionary .k-header .personnelNumber {
	float: left;
	width: 35%;
}

.questionary .k-header .employee {
	float: right;
	width: 65%;
	text-align: right;
}

.questionary .k-header .position {
	float: right;
	width: 65%;
	text-align: right;
}

.questionary .k-header .organization {
	float: right;
	width: 65%;
	text-align: right;
}

.questionary .multi-row .topHeader {
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}

.questionary #formButtons2 {
	margin-top: 4%;
	margin-bottom: 2%;
	padding-left: 40px;
}

.questionary {
	margin-left: 15px;
	margin-right: 15px;
	overflow: auto !important;
	height: 100%;
	display: flex;
	flex-flow: column;
}

.questionary ul {
	list-style-type: none;
	padding-right: 40px;
}

.questionary ul.clone {
	padding-top: 20px;
	background-color: rgba(255, 255, 255, 0.4);
	padding-bottom: 20px;
	margin-bottom: 24px;
}

.questionary .clone.stepName {
	font-size: 16px;
	color: blue;
}

.questionary ul#g_ul {
	list-style-type: none;
	padding-inline-start: 0px;
}

.questionary ul li {
	font-size: 16px;
	color: #000000;
}

.questionary .viewlayer ul li {
	margin-top: 10px;
	margin-bottom: 15px;
}
.questionary .viewlayer ul li ul li {
	margin-top: 10px;
	margin-bottom: 30px;
}

.questionary #header1 {
	font-size: 18px;
	font-weight: 500;
}

.questionary ul input {
	width: 250px;
	font-size: 120%;
}

.questionary ul label {
	font-weight: bold;
	display: inline-block;
	width: 100px;
	text-align: right;
}

.questionary label {
	display: block;
	margin-bottom: 10px;
}

.questionary .buttons {
	margin-top: 25px;
}

.questionary #g_ul li p {
	/* 08.04.2019 */
	display: inline;
}

.questionary .buttons {
	min-width: 100px !important;
}

.questionary .simple-row .observTable tr:hover {
	background-color: lightyellow;
	color: red;
}

.questionary .observTable td {
	text-align: center;
}

.questionary .viewlayer .k-button {
	width: 90px;
	height: var(--cf-field-height);
	border-radius: 3px;
	/* background-color: var(--primary-hover-color) !important; */
	background-image: none !important;
	color: #fff;
	margin-right: 8px;
	margin-bottom: 8px;
}

.questionary .k-button.cmbtnNext {
	width: 200px;
}

.questionary .k-button.cmbtnSave {
	width: 200px;
}

.questionary .question-num {
	font-size: 16px;
	color: #9b9b9b;
	margin-left: 2%;
}

.questionary .multi-row table {
	/* border-collapse: collapse; */
}

.questionary .multi-row .observTable td {
	height: 70px;
}

.questionary .multi-row .observTable th {
	text-align: center;
	padding: 6px;
	font-weight: 600;
}

.questionary .multi-row .tr-class,
tr .k-header {
	border-bottom: solid 1px #d9d9d9;
}

.questionary .multi-row .k-alt {
	background-color: #fff;
}

.questionary #go-main {
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
	width: 80%;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #9b9b9b;
	cursor: pointer;
}

.questionary-0 .multi-row {
	background-image: linear-gradient(bottom, #fff 6%, #fff 6%);
	background-image: -ms-linear-gradient(bottom, #fff 6%, #fff 6%);
}

.border-none {
	border: none !important;
}

.questionary-0 #notif_mess {
	float: right;
	font-size: 18px;
	color: #9b9b9b;
}

.questionary-0 .set-display {
	display: inline-block !important;
	float: right;
	color: #d0021b;
	font-size: 16px;
}

.k-widget {
	/* background-color: rgba(255, 255, 255, 0.6); */
}

.k-block {
	background-color: rgba(255, 255, 255, 0.6);
}

.k-tabstrip .k-content {
	background-color: rgba(255, 255, 255, 0);
}
.k-tabstrip .k-content:focus {
	outline: 0;
}

.k-tabstrip .k-content.k-active {
	background-color: rgba(255, 255, 255, 0);
}

.ui-widget-content {
	background-color: rgba(255, 255, 255, 0.4) !important;
}

.k-loading-image {
	/* background-image: url(/libs/kendo/styles/Default/loading.gif) !important; */
	background-image: none !important;
}

.k-loading-color {
	background-color: rgba(255, 255, 255, 0) !important;
}

.k-loading-mask {
	width: 20px !important;
	height: 20px !important;
	/*top: 29% !important;*/
	/*left: 64.2% !important;*/
	display: none;
}

.k-editor .k-editable-area {
	border-width: 1px;
	border-style: solid;
	border-radius: 4px !important;
	border-color: #cecece;
}

.display-block {
	display: block !important;
	margin-top: 20% !important;
	margin-left: 20% !important;
}

.display-inline-block {
	display: inline-block !important;
}

.highlight {
	background-color: #ffff00;
	color: #000000;
}

.two-block-form .left-block .k-grid,
.two-block-form .left-block .k-grid .k-grid-content,
.two-block-form .left-block.k-widget,
.two-block-form .left-block .k-widget {
	background-color: rgba(250, 250, 250, 1);
}
.two-block-form .k-splitbar {
	border: none !important;
	width: 0px !important;
}
.two-block-form .k-splitbar-draggable-horizontal {
	width: 0px !important;
	display: none !important;
}
.two-block-form .k-splitbar-draggable-horizontal .k-resize-handle {
	width: 0px !important;
	display: none !important;
}

.name_grid_class {
	border: 0 !important;
}

.name_grid_class .position_name {
	width: 236px;
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b;
}

.name_grid_class .grid_row {
	display: inline-block;
	/* margin-right: 20px; */
	vertical-align: middle;
	white-space: normal;
	max-width: 280px;
	min-width: 185px;
	width: min-content;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #000000;
}

.name_grid_class .k-grid-header, .name_grid_class .k-header {
	background-color: var(--dropzone-bg-color) !important;
	border: 0;
	padding-right: 0 !important;
}

.name_grid_class .k-filter-row .k-button.k-button-icon {
	display: none;
}

.name_grid_class .k-grid-footer-wrap,
.k-grid-header-wrap {
	border: 0 !important;
}

.name_grid_class.k-grid tbody,
.name_grid_class.k-grid tr {
	background-color: inherit !important;
}

.name_grid_class.k-grid td {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 2px !important;
	border-bottom-color: rgb(245, 245, 245) !important;
}

.name_grid_class .k-filter-row input {
	height: 30px;
}

.name_grid_class.k-grid .k-selected .grid_row {
	color: rgb(100, 100, 100) !important;
}

.name_grid_class .k-panelbar .k-tabstrip > .k-content,
.k-tabstrip > .k-content {
	border: 0 !important;
}
.ul-people.k-tabstrip-top > .k-tabstrip-items {
	border-bottom: 0px solid rgb(200, 200, 200) !important;
	padding: 4px 0px 0px 2px;
}

.name_grid_class hr {
	border: solid 1px #f0f0f0;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-top: 15px;
}

.name_grid_class .k-grid-toolbar,
.name_grid_class .k-toolbar {
	border: 0;
	border-width: 0;
	background-color: inherit !important;
}

.name_grid_class .k-grid-toolbar,
.k-grouping-header {
	padding: 0;
}

.name_grid_class .template-div-class {
	/*background-color: rgb(233, 247, 239);*/
	margin-bottom: 10px;
}

.name_grid_class .template-div-class .k-textbox.k-space-right {
	margin-left: 1%;
}

.name_grid_class .template-div-class .k-icon.k-i-search {
	background-color: #fff;
	color: #9b9b9b;
	font-size: 18px;
	font-weight: bold;
}

.name_grid_class .template-div-class .k-textbox.k-space-right {
	background-color: #fff;
}

.name_grid_class .template-div-class #search-word {
	height: 30px;
}

.name_grid_class .template-div-class .refresh-button {
	display: inline-block;
	vertical-align: bottom;
}

.name_grid_class .template-div-class .refresh-button .k-pager-refresh {
	height: 32px;
	width: 32px;
	background-color: #fff;
	border: 1px solid #dddddd;
	box-shadow: none;
}

.name_grid_class .template-div-class .refresh-button .k-pager-refresh:hover {
	border-color: #b6b6b6 !important;
}

.name_grid_class .template-div-class .refresh-button .k-icon {
	background-color: #fff;
	color: #9b9b9b;
	font-size: 16px;
	font-weight: bold;
	font-weight: 400;
}

.name_grid_class .template-div-class #search-word::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b !important;
}

.name_grid_class .template-div-class #search-word::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b !important;
}

.name_grid_class .template-div-class #search-word:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b !important;
}

.name_grid_class .template-div-class #search-word:-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b !important;
}

.ul-people {
	background-color: rgb(233, 247, 239);
}

.ul-people .tabpanel.cmcontainer {
	width: 100% !important;
}

.ul-people li {
	border-bottom-width: 0 !important;
	margin-bottom: 10px !important;
	padding-bottom: 1px !important;
	border: 1px solid #d9d9d9 !important;
	background-color: #fff !important;
	padding: 5px 0px 5px 0px !important;
}

.ul-people li .k-loading.k-complete {
	display: none;
}

.ul-people li.k-first {
	border-radius: 4px 0px 0px 4px !important;
}

.ul-people li.k-last {
	border-radius: 0px 4px 4px 0px !important;
}

.ul-people li.k-active {
	background-color: var(--primary-color) !important;
}

.ul-people li.k-active .k-link {
	color: #fff;
}

.name_grid_class .k-grid-content {
	/* background-color: rgba(233, 247, 239, 0.3); */
}
.name_grid_class .k-grid-content::-webkit-scrollbar-thumb {
	display: none;
}
.name_grid_class .k-grid-content:hover::-webkit-scrollbar-thumb {
	display: block;
}

.miller-col-body::-webkit-scrollbar-thumb {
	display: none;
}
.miller-col-body:hover::-webkit-scrollbar-thumb {
	display: block;
}

.boxgrid {
	font-size: 40px !important;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}

.boxgrid button {
	visibility: hidden;
}

.box_css > h {
	width: 95px;
	height: 22px;
	font-family: IBMPlexSans;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #000000 !important;
}

.assessResult_grid {
	padding-left: 2%;
}

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

.assessResult_grid_header .k-grid-header-wrap {
	display: none;
}

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

/*.assessResult_grid .top-grid-header {
  display: none;
}*/

.assessResult_grid .k-grouping-header {
	display: none;
}

.assessResult_grid .k-grid-content {
	height: 100% !important;
}

.assessResult_grid .portletclass {
	width: 95% !important;
	height: 100%;
}

.assessResult_grid {
	border-width: 0px;
}
.assessResult_grid .k-command-cell [data-command].k-button,
.assessResult_grid .k-grid-norecords [data-command].k-button {
	background-color: inherit !important;
	color: inherit !important;
	border: 0;
	min-width: auto;
}
/*.assessResult_grid [data-command] .k-icon{
    color: var(--primary-color) !important;
    font-size: 18px;
}*/

.assessResult_grid td,
.assessResult_grid tr,
.assessResult_grid.k-grid .k-header,
.assessResult_grid table {
	border-width: 0 0 0 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.assessResult_grid .k-group-cell {
	visibility: hidden;
	width: 0px !important;
}

.assessResult_grid .portletclass {
	border: none;
}

.assessResult_grid {
	height: 100% !important;
}

.assessResult_grid div.k-grid-footer,
.assessResult_grid .k-grid-footer-wrap,
.assessResult_grid .k-footer-template td {
	border: none !important;
	background-color: white;
	/* display: block; */
}

.assessResult_grid .portletclass .k-grid-header .k-header.k-with-icon {
	background-color: white;
	border: none;
}

.assessResult_grid .portletclass .k-grid-header .k-header-column-menu {
	visibility: hidden;
}

.assessResult_grid .portletclass .k-grid-header .k-group-cell.k-header {
	visibility: hidden;
}

.assessResult_grid.k-grid.edit-mode tr.k-master-row td {
	border-width: 1px 1px 1px 1px !important;
	border-style: solid !important;
	border-radius: 5px;
}
.assessResult_grid.k-grid.edit-mode tr.k-master-row td.k-command-cell {
	border-width: 0px 0px 0px 0px !important;
}
.assessResult_grid.k-grid.edit-mode .k-edit-cell {
	padding: 0;
}
.assessResult_grid.k-grid.edit-mode .k-dropdown-wrap .k-input {
	display: grid;
	height: 37px;
}

.assessResult_grid .k-grid-header,
.assessResult_grid.k-grid tr,
.assessResult_grid.k-grid tr:hover td {
	background-color: white !important;
}

.assessResult_grid .portletclass .k-grid-header .k-link {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #000000;
}

.assessResult_grid .portletclass .k-grid-content .k-grouping-row td {
	background-color: white;
}

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

.box_css {
	padding: 2%;
}

.box_css .k-dropdown {
	height: var(--cf-field-height) !important;
	width: 170px !important;
}

.box_css .k-dropdown .k-dropdown-wrap {
	height: 40px;
}

.box_css .k-dropdown .k-dropdown-wrap .k-input {
	margin-top: 8px;
}

.box_css .k-dropdown .k-dropdown-wrap .k-select {
	margin-top: 8px;
}

.inline {
	display: inline;
}

.inbox_grid.k-grid td {
	white-space: normal;
}

.link {
	fill: none;
	stroke: #000000;
	stroke-opacity: 0.2;
}

.link:hover {
	stroke-opacity: 0.5;
}

.miller-col-list-item-new {
	border-left-color: #faf59b !important;
}

.miller-col-list-item-inwork {
	border-left-color: #facf8c !important;
}

.miller-col-list-item-complete {
	border-left-color: #96b4de !important;
}

.miller-col-list-item-test {
	border-left-color: #be96b9 !important;
}

.miller-col-list-item-closed {
	border-left-color: #afd791 !important;
}

.inbox-button {
	width: 133px;
	height: var(--cf-field-height);
	border-radius: 3px !important;
	font-size: 16px !important;
	color: #000000;
	border: solid 1px #d9d9d9 !important;
	padding-top: 11px !important;
	padding-bottom: 13px !important;
	margin: 1px !important;
	min-height: var(--cf-field-height);
	min-width: 46px;
}

.inbox-button:hover {
	/*box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
	background-color: var(--primary-hover-color) !important;
}

.inbox-button.k-button.selected {
	box-shadow: inset 0 2px 4px 0 var(--primary-hover-color);
	border-color: var(--primary-hover-color) !important;
	background-color: var(--primary-hover-color) !important;
}

.width-100-important {
	width: 100% !important;
}

.fill-container .k-button[zrole='button'],
.fill-container a[role='button'] {
	width: 100%;
	margin: 0;
}

.cf-2 button,
.cf-2 a[role="button"],
.cf-2 [zrole="button"]{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	border-radius: 3px;
	text-align: center;
	align-items: center;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	/* height: var(--cf-field-height); */
	min-height: var(--cf-field-height);
	background-image: none !important;
	/* margin-right: 10px; */
}

.cf-2 button:hover,
.cf-2 a[role='button']:hover {
	/* background-color: rgb(15, 112, 130); */
}

.cf-2 button:active,
.cf-2 a[role='button']:active {
	/* background-color: rgb(15, 112, 130) !important; */
}

.row-bp-buttons .bpButtons .k-button {
	margin: 2px 0px 2px 0px !important;
}

._cm_toolbar.k-toolbar a[role='button'],
._cm_toolbar.k-toolbar .k-button.k-button-icon,
._cm_toolbar.k-toolbar .k-icon-button {
	width: auto;
	height: 32px;
	/* margin: 0px 6px 0px 0px; */
	/* padding: 4px; */
}
._cm_toolbar.k-toolbar .input_css {
	height: 32px;
	min-height: 32px;
}
._cm_toolbar.k-toolbar .input_css .k-dropdown-wrap {
	height: 32px;
	min-height: 32px;
}

.user_settings .version_list #version_inputdiv {
	pointer-events: none;
}

.dashedTree .k-item > .k-group {
	border-left-width: 1px;
	border-left-style: dashed;
}
.dashedTree.k-treeview .k-item {
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 0 0 0 28px;
}

.unhoverable_grid tr:hover {
	background-color: #e9f2e9 !important;
	background-image: none !important;
	background-image: none !important;
	background-position: none !important;
}

.drop-dots-in-grids-header th a {
	text-overflow: unset !important;
}

.k-timeline-horizontal {
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
}
.k-timeline-horizontal .k-timeline-track .k-timeline-flag,
.k-timeline-horizontal .k-timeline-track .k-timeline-flag:after,
.k-timeline-horizontal .k-timeline-track .k-timeline-circle {
	background-color: var(--primary-color);
}
.k-timeline-horizontal .k-timeline-track .k-timeline-circle:hover {
	background-color: var(--primary-color);
}
.k-timeline-horizontal .k-button.k-timeline-arrow {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
}
.k-timeline-horizontal .k-button.k-timeline-arrow:hover {
	background-color: var(--primary-hover-color);
}
.k-timeline-horizontal .k-button.k-timeline-arrow:active {
	background-color: var(--primary-color) !important;
}
.k-timeline-horizontal .k-timeline-track-wrap::after {
	background-color: #e6e6e6 !important;
	border: 0px #e6e6e6 !important;
}
.k-timeline-horizontal .k-timeline-card .k-card {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
}

.k-timeline-horizontal.timeline-remove-content
	.k-timeline-events-list
	.k-timeline-scrollable-wrap {
	height: 16px !important;
}
.k-timeline-horizontal.timeline-remove-content
	.k-timeline-events-list
	.k-timeline-scrollable-wrap
	.k-timeline-card,
.k-timeline-horizontal.timeline-remove-content
	.k-timeline-events-list
	.k-timeline-scrollable-wrap
	.k-timeline-event {
	height: 0px !important;
}
.k-timeline-horizontal.timeline-remove-content
	.k-timeline-events-list
	.k-timeline-scrollable-wrap
	.k-timeline-card
	.k-card-header,
.k-timeline-horizontal.timeline-remove-content
	.k-timeline-events-list
	.k-timeline-scrollable-wrap
	.k-timeline-card
	.k-card-body,
.k-timeline-horizontal.timeline-remove-content
	.k-timeline-events-list
	.k-timeline-scrollable-wrap
	.k-timeline-event
	.k-card-header,
.k-timeline-horizontal.timeline-remove-content
	.k-timeline-events-list
	.k-timeline-scrollable-wrap
	.k-timeline-event
	.k-card-body {
	display: none;
}
/**/
.row-span-grid .k-grid-content {
	background-color: white !important;
}
.row-span-grid.grid-padding {
	padding-left: 16px;
	padding-right: 6px;
}
.row-span-grid.k-grid.k-editable {
	/*padding-left: 7px;*/
	padding-right: 3px;
}
.row-span-grid .k-grid-toolbar,
.row-span-grid ._cm_toolbar {
	background-color: white !important;
}
.row-span-grid.hide-toolbar .k-grid-toolbar {
	display: none !important;
}
.row-span-grid .top-grid-header {
	background-color: white;
	color: black;
	font-size: 24px;
	text-align: left;
	width: 100%;
}
.row-span-grid.k-grid td {
	border-left-width: 0px !important;
	vertical-align: top;
	padding-bottom: 20px;
	border-bottom-width: 1px !important;
}
.row-span-grid.first-grouping-row tbody .k-grouping-row:first-child td {
	background-color: white;
}
.row-span-grid .k-grouping-row td {
	background-color: white;
	/* border-bottom-width: 0px !important; */
}
.row-span-grid.k-grid .k-grouping-row p {
	display: inline-flex;
}
.row-span-grid .k-grouping-row td.k-group-cell {
	/* border-bottom-width: 0px !important; */
}
.row-span-grid.k-grid tr:hover {
	background-color: rgba(255, 255, 255, 0.3);
	background-image: none;
}
.row-span-grid.k-grid .k-selected {
	background-color: rgba(255, 255, 255, 0.3) !important;
	color: #656565 !important;
	background-image: none;
}
.row-span-grid.k-grid .k-selected:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
	color: #656565 !important;
	background-image: none;
}
.row-span-grid.k-grid .k-selected.command-row {
	background-color: inherit !important;
	color: #656565 !important;
	background-image: none;
}
.row-span-grid.k-grid tr.command-row:hover {
	background-color: white;
}
.row-span-grid tbody .k-master-row .k-group-cell {
	background-color: white;
}
.row-span-grid.k-grid .k-table .k-group-footer td {
	color: #656565;
	background-color: white;
	border: 0px;
}
.row-span-grid.k-grid .k-grouping-row + tr td {
	border-top-width: 0px !important;
}
.row-span-grid .addcmd {
	color: rgb(120, 120, 200);
	cursor: pointer;
}
.row-span-grid.k-grid .k-edit-cell {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}
.row-span-grid.k-grid .k-edit-cell .k-textbox {
	/* padding: 0px !important; */
}
.row-span-grid .k-command-cell {
	/* padding-left: 1px !important; */
}
.row-span-grid.k-grid .row-command {
	padding: 1px;
	margin-top: 5px;
}
.row-span-grid.k-grid .command-row td {
	height: var(--cf-field-height);
	vertical-align: middle;
}
.row-span-grid .k-header {
	/*background-color: #ebbe8c !important;*/
	/*color: rgb(100, 100, 100);*/
	border: 0px !important;
	background-image: none;
}
.row-span-grid .k-grid-header th.k-header {
	padding-top: 8px;
	padding-bottom: 10px;
	font-family: 'IBMPlexSans';
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 18px;
	height: 36px;
	/* text-align: center; */
	vertical-align: middle;
}
.row-span-grid .k-grid-header {
	padding-right: 0px !important;
}
.row-span-grid .k-grid-content .k-selectable {
	width: 100% !important;
	background-color: white;
	font-size: 15px;
}
.row-span-grid [span-level='1'] td {
	border-bottom-width: 1px !important;
}
.row-span-grid [span-level='1'].command-row td {
	border-bottom-width: 0px !important;
}
.row-span-grid [span-level='2'] td {
	border-bottom-width: 1px !important;
}
.row-span-grid [span-level='3'].command-row td {
	border-bottom-width: 1px !important;
}

.row-span-grid .k-grid-toolbar .k-button {
	color: rgb(255, 255, 255);
	padding: 2px 4px;
	border-color: var(--primary-hover-color);
	background-color: var(--primary-hover-color);
	height: 30px;
	line-height: 30px;
}

.k-input-solid .k-input-button,
.k-picker-md .k-input-button {
	left: inherit !important;
}
.row-span-grid.k-grid tbody .k-button {
	min-width: 10px;
	left: -9px;
	background-color: inherit !important;
	color: rgb(100, 100, 100) !important;
}
.row-span-grid.k-grid tbody .k-button[pastegoalmap],
.row-span-grid.k-grid tbody .k-button[copygoalmap] {
	background-color: rgba(255, 255, 255, 0.2);
	color: inherit;
}
.row-span-grid.k-grid tbody .k-button[copygoalmap] .k-icon,
.row-span-grid.k-grid tbody .k-button[pastegoalmap] .k-icon {
	margin: 0;
}

.row-span-grid.k-grid tbody .k-button:hover {
	color: red;
}
.row-span-grid .k-icon {
	font-size: 18px;
}
.row-span-grid .k-group-footer {
	/* display: table-row !important; */
}
.row-span-grid .numeric-cell {
	text-align: center;
}
.row-span-grid ::-webkit-scrollbar {
	/*background-color: rgb(233, 242, 233);*/
}
.row-span-grid ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.05);
}
.row-span-grid ::-webkit-scrollbar-corner {
	/*background-color: rgb(233, 242, 233);*/
}
input::placeholder {
	color: rgb(220, 220, 220);
}
.placeholder {
	color: rgb(180, 180, 180);
	display: inline-block;
	white-space: normal;
}
.grid-listbox {
	font-weight: 400;
}
.cell-long-text {
	display: block;
	max-height: 300px;
	overflow: auto;
	white-space: pre-wrap !important;
}
.half-light-text-block {
	color: rgb(110, 110, 110);
	display: block;
}
.subordinates_grid {
	background-color: transparent;
	color: black;
	border: 0;
}
.subordinates_grid .row-text {
	width: 90%;
	white-space: normal;
}
.subordinates_grid .row-text .second {
	color: #4a4a4a;
}
.subordinates_grid .row-text .additional {
	color: #9b9b9b;
}
.subordinates_grid .idea-subordinates {
	display: flex;
	flex-direction: row;
}
.subordinates_grid .idea-subordinates .comment-avatar {
	align-self: center;
	width: 40px;
	margin-right: 10px;
}
.subordinates_grid .k-alt {
	background-color: transparent;
}
.subordinates_grid .k-grid-header {
	display: none;
}
.subordinates_grid.k-grid tr:hover {
	background-color: aliceblue;
}

.subordinates_grid .k-header {
	background: transparent;
	font-size: 15px;
}
.subordinates_grid .k-icon {
	display: none;
}
.subordinates_grid .k-link {
	font-weight: bold;
	text-align: center;
}
.subordinates_grid .k-selected .row-text .second,
.subordinates_grid .k-selected .row-text .additional {
	/* color: white; */
}

/* Dropdownlist menu */
.dd-row .main-info,
.dd-row .second-info,
.dd-row .additional-info {
	font-family: IBMPlexSans;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	white-space: normal;
}
.dd-row .main-info {
	font-size: 14px;
}
li.k-item .dd-row .second-info {
	font-size: 12px;
	color: #4a4a4a;
}
li.k-item .dd-row .additional-info {
	font-size: 12px;
	color: #9b9b9b;
}
li.k-item.k-selected .dd-row .second-info {
	font-size: 12px;
	/* color: rgb(255, 255, 255); */
}
li.k-item.k-selected .dd-row .additional-info {
	font-size: 12px;
	/* color: rgb(255, 255, 255); */
}
#executor_listbox .k-dropdowngrid-popup .k-cell {
	border: solid 0px;
	background: transparent;
}
#executor_listbox li.k-item,
#md_node_id_listbox li.k-item {
	background: transparent;
	box-shadow: none;
}
#executor_listbox li.k-item:hover,
#md_node_id_listbox li.k-item:hover {
	background: aliceblue;
}
#executor_listbox li.k-item .k-cell,
#md_node_id_listbox li.k-item .k-cell {
	border-bottom-width: 0px;
}
#executor-list .k-grid-header,
#md_node_id-list .k-grid-header {
	display: none;
	height: 0px;
}

.second-level-header .portlet-title2,
.second-level-header .portlet-title1 {
	font-size: 24px !important;
}

.nonTextFieldHideBorder {
}

.nonTextFieldHideBorder .k-combobox {
	color: white;
	border: 0 !important;
}

.nonTextFieldHideBorder .k-combobox .k-dropdown-wrap.k-state-disabled {
	border: 0 !important;
	padding: 0;
}

.nonTextFieldHideBorder .k-select {
	display: none;
}

.nonTextFieldHideBorder input.k-input {
	color: rgba(46, 46, 46, 0.85) !important;
	border: 0 !important;
}

.grayHeaderText ._cm_toolbar .portlet-title1,
.grayHeaderText ._cm_toolbar .portlet-title2,
.grayHeaderText .cmportlet-header .portlet-title1,
.grayHeaderText .cmportlet-header .portlet-title2 {
	color: #2e2e2e !important;
}

.privilege-wrapper {
	display: inline-grid;
	width: calc(100% - 8px);
	box-shadow: 0px 0px 5px -2px grey;
	margin: 6px 2px 20px 4px;
	border-radius: 7px;
	padding: 20px;
	white-space: normal;
}
.privilege-wrapper .priv-name {
	color: var(--primary-color);
	font-weight: 700;
	font-size: 18px;
}
.privilege-wrapper .priv-descr {
}

.knowledge-wrapper {
	display: inline-block;
	width: calc(100% - 42px);
	margin: 3px 0px 3px 0px;
	border-radius: 7px;
	padding: 5px 10px 5px 10px;
	white-space: normal;
	color: rgb(130, 130, 130);
}
.knowledge-wrapper .priv-name {
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
	width: 95%;
}

.descr-showed .knowledge-wrapper .priv-name {
	font-size: 22px;
	padding-bottom: 15px;
	width: 95%;
}

.descr-showed .knowledge-wrapper {
	padding: 24px;
}

.knowledge-wrapper .priv-descr {
	color: initial;
}

/*.select-active-text.k-grid .k-selected td .knowledge-wrapper{
  border: 1px solid var(--primary-color) !important;
  box-shadow: 0px 0px 7px -4px black;
}*/

.wrap-shadow {
	box-shadow: 0px 0px 7px -4px black;
}

.knowledge-wrapper.wrap-shadow {
	background-color: rgb(252, 252, 252);
}

.textblock-ellipsis {
	overflow: hidden;
	position: relative;
	/* line-height: 25px; */
	/* max-height: 2.8em; */
	/* text-align: justify; */
	/* padding-right: 20px; */
}
.textblock-ellipsis:before {
	content: '…';
	position: absolute;
	right: 0;
	bottom: 0;
}
.textblock-ellipsis:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}

/*field single edit*/
.single-edit-buttons {
	display: inline-flex;
	width: 65%;
	margin-top: 10px;
	margin-bottom: 25px;
	gap: 8px;
}

/* switch button-style*/
.button-style .input_div{
	width: 100%;
}
.button-style .k-switch {
	width: 100%;
	border-radius: 5px;
}
.cf-2 .button-style .k-switch {
	height: var(--cf-field-height);
}
.cf-2 .button-style .k-switch {
	/* margin-left: 7px; */
}

.cf-2 .button-style .k-switch-off .k-switch-label-on,
.button-style .k-switch-off .k-switch-label-on,
.cf-2 .button-style .k-switch-on .k-switch-label-off,
.button-style .k-switch-on .k-switch-label-off{
	color: black !important;
}
.cf-2 .button-style .k-switch-label-on,
.button-style .k-switch-label-on,
.cf-2 .button-style .k-switch-label-off,
.button-style .k-switch-label-off{
	z-index: 2;
	color: white !important;
	width: 50%;
	text-transform: none;
	font-size: 14px;
}
.button-style .k-switch .k-switch-track {
	border-radius: 5px;
	height: 100% !important;
}
.button-style .k-switch .k-switch-thumb {
	width: 50%;
	height: 100%;
	border-radius: 5px;
	background-color: var(--primary-color) !important;
	background-image: none;
}

.button-style .k-switch .k-switch-thumb-wrap {
	transition: left 349ms ease-in-out;
	width: 100%;
	height: calc(100% - 4px);
}
.button-style .k-switch-label-on {
	margin-left: calc(50% - 7px);
	text-align-last: center;
}
.button-style .k-switch-label-off {
	left: 0px !important;
	text-align-last: center;
}
.button-style .k-switch-md.k-switch-off .k-switch-thumb-wrap {
	left: calc(25% + 0px);
}
.button-style .k-switch-md.k-switch-on .k-switch-thumb-wrap {
	left: calc(75% - 0px);
}
.k-switch-on:focus .k-switch-track,
.k-switch-on.k-focus .k-switch-track,
.k-switch-off:focus .k-switch-track,
.k-switch-off.k-focus .k-switch-track {
	outline: 2px solid rgba(0, 0, 0, 0.08);
	border-color: #ebebeb;
}
/************/

.auto-height-grid {
	height: 100% !important;
}
.auto-height-grid .k-grid-content {
	height: 100% !important;
}

.nonhover-grid.k-grid tr,
.nonhover-grid.k-grid tr:hover,
.nonhover-grid.k-grid tr.k-alt.k-table-row.k-selected,
.nonhover-grid.k-grid tr.k-table-row.k-selected,
.nonhover-grid.k-grid tr.k-table-row.k-selected:hover{
	background-color: white !important;
}

.nonborder_grid td,
.nonborder_grid tr,
.nonborder_grid.k-grid,
.nonborder_grid.k-grid .k-header,
.nonborder_grid.k-grid .k-grid-toolbar,
.nonborder_grid table {
	border-width: 0 0 0 0 !important;
}
.valign-top.k-grid td {
	vertical-align: top;
}

.text-overflow-unset-grid.k-grid td {
	text-overflow: unset;
}

.td-height-1.k-grid td {
	padding-top: 4px;
	padding-bottom: 2px;
}

.select-active-text.k-grid .k-selected td .privilege-wrapper,
.select-active-text.k-grid .k-selected td .knowledge-wrapper,
.select-active-text.k-grid .k-selected td {
	color: var(--primary-color);
}

.font20.k-grid td .knowledge-wrapper .priv-name,
.font20.k-grid td {
	font-size: 20px;
}

.k-list-container.k-popup .k-grid-list li.k-item .k-cell,
.k-list-container.k-popup .k-list li.k-item .k-cell {
	border: 0;
}
.k-list-container.k-popup ul.k-grid-list li.k-item:nth-child(2n),
.k-list-container.k-popup ul.k-list li.k-item:nth-child(2n) {
	background-color: #f1f1f1;
}
.k-list-container.k-popup ul.k-grid-list li.k-item:nth-child(2n):hover,
.k-list-container.k-popup ul.k-list li.k-item:nth-child(2n):hover {
	background-color: #bcb4b0;
}
.k-list-container.k-popup .k-grid-list,
.k-list-container.k-popup .k-list {
	background-color: white;
}

.k-list-container.k-popup .k-grid-header,
.k-list-container.k-popup .k-header {
	background-color: #eae8e8;
}

/* e-form read only field border */
.cf-2.read-only-border span.k-textarea.input_css:read-only,
.cf-2 .read-only-border span.k-textarea.input_css:read-only {
	border: 1px solid #d9d9d9 !important;
}
.cf-2.read-only-border textarea:read-only,
.cf-2 .read-only-border textarea:read-only {
	border-width: 1px !important;
}
.cf-2.read-only-border
	div:not('.k-listview-content')
	.k-edit-field
	.k-widget.input_css:read-only,
.cf-2
	.read-only-border
	div:not('.k-listview-content')
	.k-edit-field
	.k-widget.input_css:read-only {
	border: 1px solid #d9d9d9 !important;
}
.cf-2.read-only-border .k-edit-field .k-textbox.input_css:read-only,
.cf-2 .read-only-border .k-edit-field .k-textbox.input_css:read-only {
	border: 1px solid #d9d9d9 !important;
}

.cf-2 .read-only-border .k-listview-content [role='option'] .k-edit-field,
.cf-2 .read-only-border .k-listview-content [data-uid] .k-edit-field {
	border: 1px solid #d9d9d9 !important;
}
.cf-2
	.read-only-border
	.k-listview-content
	.k-edit-item[data-uid]
	.k-edit-field {
	border: 0 !important;
}
.cf-2 .read-only-border .k-dropdown-wrap.k-state-disabled {
	border: 1px solid #d9d9d9;
}
.disabledForm.read-only-border .k-multiselect-wrap,
.disabledForm .read-only-border .k-multiselect-wrap {
	border: 1px solid #d9d9d9 !important;
}
.cf-2.read-only-border .k-datepicker.input_css.k-disabled,
.cf-2 .read-only-border .k-datepicker.input_css.k-disabled {
	border: 1px solid rgb(217, 217, 217) !important;
	/* width: calc(100% + 32px) !important; */
}

.cf-2.read-only-border .k-dropdowntree.k-picker.input_css.k-disabled,
.cf-2 .read-only-border .k-dropdowntree.k-picker.input_css.k-disabled {
	border: 1px solid rgb(217, 217, 217);
}

.cf-2.read-only-border .k-edit-field:has([data-template]){
	border: 1px solid rgb(217, 217, 217);
}

.cf-2 .k-listview .k-state-focused {
	box-shadow: none;
}

.k-wizard-vertical .k-stepper .k-step-list .k-step-label,
.k-wizard-vertical .k-stepper .k-step-list .k-step-label .k-step-text {
	max-width: 100%;
}
.k-stepper.k-stepper-linear {
	box-sizing: content-box;
}

.k-wizard-step {
	overflow: auto;
}
.k-wizard .k-wizard-step:focus,
.k-wizard .k-wizard-step.k-focus {
	outline-width: 0px;
}
.k-wizard {
	padding-block: 0px;
	padding-inline: 0px;
	padding: 16px 16px;
	box-sizing: content-box;
}

:focus-visible {
	outline: lightgray solid 0px;
}

/*.k-grid .k-picker.k-dropdownlist{
  width: 14.4em;
}*/

.k-table-tbody .k-table-row.k-focus,
.k-table-tbody .k-table-row:focus,
.k-table-list .k-table-row.k-focus,
.k-table-list .k-table-row:focus,
.k-table-tbody .k-table-td.k-focus,
.k-table-tbody .k-table-td:focus,
.k-table-list .k-table-td.k-focus,
.k-table-list .k-table-td:focus {
	box-shadow: none;
}
textarea {
	border-color: #d9d9d9;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
	white-space: normal;
	font-family: inherit;
}
.k-form-field textarea {
	width: calc(100% - 4px);
}

.k-textbox {
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	font-size: inherit;
}
.k-textbox:focus {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-textbox:hover {
	border-color: #b6b6b6;
}
input.k-textbox {
	line-height: 1.65em;
	text-indent: 0.571em;
}

.k-window-titlebar-actions .k-button {
	height: inherit;
	min-height: 12px;
}

.k-child-animation-container .k-dropdowngrid-popup {
	min-height: 200px;
}
.k-child-animation-container .k-dropdowngrid-popup .k-data-table {
	height: 100%;
}
.k-child-animation-container .k-dropdowngrid-popup .k-data-table .k-table-body {
	height: calc(100% - 42px) !important;
}

.k-child-animation-container
	.k-dropdowngrid-popup
	.k-data-table
	.k-table-body
	li
	.k-table-td {
	white-space: normal;
}

.k-child-animation-container:has(.k-notification) {
	width: auto !important;
}
.k-animation-container-shown:has(.k-notification) {
	left: auto !important;
	right: 0 !important;
}

/* cf-2-tbar for toolbar item-field */
.cf-2-tbar ._cm_toolbar.k-toolbar .input_css {
	height: var(--cf-field-height);
	font-size: 16px;
}
.cf-2-tbar ._cm_toolbar.k-toolbar .input_css .k-dropdown-wrap {
	height: var(--cf-field-height);
	min-height: var(--cf-field-height);
}
.cf-2-tbar ._cm_toolbar.k-toolbar a[role='button'],
.cf-2-tbar ._cm_toolbar.k-toolbar .k-button.k-button-icon,
.cf-2-tbar ._cm_toolbar.k-toolbar .k-icon-button {
	width: auto;
	height: var(--cf-field-height);
}

.k-taskboard-content{
	padding: 0 0 8px 0;
}