html {
  height: 100%;
  width: 100%;
}

body {
  font-family: IBMPlexSans !important;
  font-size: 16px;
  padding: 0;
  margin: 0;
  height: 100%;
  transition: background 0.5s;
}

/* w2ui sidebar */
.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-left,
.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-right {
  position: relative;
  display: none;
  right: 2px;
  left: 3.5%;
  top: 50%;
  height: 30px;
  padding: 0;
  border-radius: 2px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: inherit;
}

.w2ui-sidebar .w2ui-sidebar-top .w2ui-flat-left {
  width: 25px;
  background-image: url("/img/shape.png");
}

.w2ui-side-selected-node {
  position: relative;
  pointer-events: none;
  margin: 0px;
  padding: 1px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.w2ui-side-selected-node:before {
  content: "";
  border: 1px dashed #eee;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  pointer-events: none;
}

.w2ui-sidebar {
  position: relative;
  cursor: default;
  overflow: hidden !important;
  background-color: inherit !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.w2ui-sidebar-div{
	background-image: none !important;
}
/*
.w2ui-sidebar .w2ui-sidebar-div::-webkit-scrollbar-thumb {
    display: none;
}
.w2ui-sidebar .w2ui-sidebar-div:hover::-webkit-scrollbar-thumb {
    display: block;
}
*/
div::-webkit-scrollbar-thumb {
    display: none;
}
div:hover::-webkit-scrollbar-thumb,
div:hover > *::-webkit-scrollbar-thumb{
    display: block;
}

.w2ui-sidebar .w2ui-sidebar-div .w2ui-node {
  background-color: inherit;
  border: 1px solid transparent;
  margin: 0px;
  padding: 7px 0px;
  cursor: pointer;
  position: relative;
}
.w2ui-sidebar-div .w2ui-node-image span{
	font-size: 20px !important;
}

.w2ui-sidebar .w2ui-node.w2ui-selected {
  background-image: none;
}

.w2ui-sidebar .w2ui-node.w2ui-selected:before {
  content: none;
}
.w2ui-sidebar .w2ui-node {
  background-color: inherit;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: 0px;
  padding: 7px 0px;
  cursor: pointer;
}
.w2ui-sidebar .w2ui-sidebar-top{
	z-index: 1 !important;
}
.w2ui-sidebar .w2ui-sidebar-bottom{
	z-index: 1 !important;
}

.cm-logo48-gray {
  content: url("/custom/default/img/logo48_gray.png");
}
.cm-logo48-color {
  content: url("/custom/default/img/logo48_color.png");
}

.go-flat-span {
  width: 100% !important;
  word-wrap: break-word;
}
.go-flat-img {
  height: 15px !important;
  width: 17px !important;
  margin-left: 20% !important;
  margin-top: 19% !important;
}
.sidebar-img-on-flat {
  width: 30px !important;
  height: 30px !important;
}

.logo-bg-img-sidebar {
  margin-left: 20%;
}

#login-context {
  position: fixed;
  z-index: 1;
}

#go-main {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #9b9b9b;
  cursor: pointer;
}

#pageNav {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-top: 2%;
  margin-bottom: 4%;
}

#flat_button{
	height: 15px;
	width: 18px;
	margin-left: 5%;
	cursor: pointer;
	vertical-align: top;
}

#globalLeftSideMenu{
	background-image: none !important;
	height: 93px;
}

#leftsidebar .k-header{
	background-image: none !important;
}

#leftsidebar hr {
  opacity: 0.2;
  width: 85%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5px;
  margin-bottom: 5px;
  border: solid 1px rgb(200, 200, 200);
}

#globalLeftSideMenu .main-login-div{
	width: 100%;
	min-height: 30px;
	height: auto;
	position: relative;
}

#globalLeftSideMenu .sidebar-img{
	margin-top: 5%;
	margin-left: 5%;
	display: inline-block;
	border-radius: 100%;
	border-collapse: collapse;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	object-fit: cover;
	object-position: center;
}

#globalLeftSideMenu #sidebar-login-id{
	display: inline-block;
	width: 40%;
	margin-top: 5%;
	padding-left: 9px;
	vertical-align: middle;
	line-height: 1.38;
	position: relative;
	/* background: -webkit-linear-gradient(right, rgba(111, 61, 91, 0), #fff 25%); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
}

#globalLeftSideMenu .setting-icon-sidebar{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 3%;
	margin-top: 5%;
	display: inline-block;
	cursor: pointer;
	image-rendering: auto;
}

#globalLeftSideMenu .log-out-icon-sidebar{
	width: 24px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5%;
	margin-top: 5%;
	display: inline-block;
	cursor: pointer;
}

#globalLeftSideMenu #tophr-logo-div{
	/* height: calc(100% - 10px); */
	/* width: 100%; */
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

#globalLeftSideMenu .tophr-logo{
	font-size: 24px;
	font-weight: 900;
	position: relative;
	display: inline-block;
	margin-top: 25px;
}
#globalLeftSideMenu .tophr-logo-small{
	font-size: 20px !important;
	margin-top: 5px !important;
}

.zLogo .large-logo{
	width: 100%;
	height: 120px;
	transform: scale(0.59, 0.59);
	position: relative;
    left: -12%;
	top: -15px;
}
.zLogo .small-logo{
	width: 75px;
	height: 80px;
	transform: scale(0.59, 0.59);
	position: relative;
	left: -5px;
	top: 3px;
}

#toplayoutdiv {
  display: none;
}

.page-top{
	width: 100%;
	height: var(--toppanel-h);
	padding: 5px 15px 5px 0px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-size: 16px;
	z-index: 1;
	background-color: var(--toppanel-bg-color);
	border: var(--toppanel-border);
}
.page-breadcrumbs{
	align-self: center;
	flex: auto;
	font-size: 14px;
	padding-left: 8px;
}
.top-name, .page-quote{
	/* padding-top: 4px; */
	align-self: center;
}

.full-screen-page-wrapper{
	background-color: rgb(245,245,245);
	position: fixed;
	top:0px;
	width:100%;
	height:100%;
	min-height:100%;
	overflow: auto;
}
.full-screen-page{
	position: relative;
	top:0px;
	width:100%;
	height:100%;
	min-height:100%;
}

.topglobal{
	width: 100%;
	height: 45px !important;
	position: static;
	font-size: 16px;
	z-index: 2;
	justify-content: flex-end;
	box-shadow: 0px 0px 1px 0px grey;
	color: rgb(150, 150, 150);
}

#topglobal .top-user-block{
	height: 100%;
	width: fit-content;
	float: right;
}

#topglobal .top-img{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	vertical-align: middle;
	object-fit: cover;
	object-position: center;
	margin-top: 3px;
}

#topglobal #top-login-id{
	display: inline-block;
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
}

#topglobal .setting-icon-top{
	font-size: 22px;
	cursor: pointer;
}

#topglobal .log-out-icon-top{
	font-size: 22px;
	cursor: pointer;
	font-weight: 900 !important;
	font-family: 'Font Awesome 5 Free' !important;
	margin-right: 10px;
}

.log-out-icon{
	font-size: 22px !important;
	padding-left: 12px;
	display: flex !important;
}
.log-out-icon:before{
	align-self: center;
}

/**/
.changed_data {
  color: white;
  background: var(--primary-color);
}

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

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

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

.comment-avatar{
	display: inline-block;
	border-radius: 100%;
	border-collapse: collapse;
	height: 40px;
	vertical-align: bottom;
	object-fit: cover;
	object-position: center;
}

/**/
.w2ui-reset {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'IBMPlexSans';
  font-size: 16px;
  font-weight: 400;
}
.w2ui-reset table tr th,
.w2ui-reset table tr td {
  font-family: 'IBMPlexSans';
  font-size: 14px;
}

#leftsidebar {
  border: 1px solid #eee !important;
  background-image: none !important;
}

#mainleftpanel{
	display: inline-block;
	position: absolute !important;
}
#mainrightpanel{
	box-sizing: border-box;
	display: inline-flex;
	position: absolute !important;
	flex-direction: column;
}
.k-tabstrip .k-content.page-topcontainer{
	padding-left: 8px !important;
	padding-right: 7px !important;
	height: 100%;
}

.globalmain {
  position: relative !important;
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  width: calc(100% - 0px) !important;
  height: calc(100% - var(--toppanel-h)) !important; !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.panelclass {
  position: absolute;
  /* border-left: 1px solid #8a7e7e; */
  margin: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0px;
}

/* w2ui panel */
.w2ui-panel-content {
  overflow: hidden !important;
  border-left: 0px !important;
  border-top: 0px !important;
}

.w2ui-layout > div .w2ui-panel .w2ui-panel-content {
  background-color: rgba(255, 255, 255, 0) !important;
}

/* custom */
.afs-icon {
  font-family: "FontAwesome";
}

.top-grid-header {
  text-align: center;
  margin: 0 auto !important;
  padding: 2px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  justify-content: center;
}

.themes-grid {
  display: block;
}

.cmtopcontainer.portlet-container-top{
	padding-top: 3px !important;
	padding-bottom: 2px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.portlet-container-top > .portletcontainer{
	border-radius: 4px;
}
._cm_toolbar .portlet-title-wrap{
	/* margin-left: -8px; */
}
.portlet-title-wrap{
	font-size: 26px;
	display: inline-block;
}
.portlet-title1 {
  margin: 0px 0px 0px 0px;
  display: inline-block;
}
.portlet-title2 {
  margin: 0px 8px 0px 0px;
  display: inline-block;
}

/* Flip Start*/
#flipcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.flipside {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

.flipside button {
  background: transparent;
  border-style: solid;
  border-radius: 5px;
  margin: 8px 0 0 9px;
  line-height: 18px;
  padding: 3px 9px 4px;
  cursor: pointer;
}

/* Flip End*/
/* kendo */
.k-tabstrip .k-content {
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  /* height: 100%; */
  border-left: 0px solid #eeeeee !important;
  border-right: 0px solid #eeeeee !important;
  overflow: auto !important;
}

.colored-status{
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	min-height: 28px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	/* box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 12%); */
	white-space: normal;
}


.wrap-normal .k-grid-content td .k-button,
.wrap-normal .k-grid-content td{
  white-space: normal;
  overflow-wrap: break-word;
}
.k-grid td,
.k-table-md{
	line-height: 1.63em;
}
.k-widget.cmcontainer-content.k-grid:not(.assessResult_grid, .cf-2, .cf-2-grid, .home_page_item, .row-span-grid),
.k-grid:not(.assessResult_grid, .cf-2, .cf-2-grid, .home_page_item, .row-span-grid){
	border-width: 1px;
}
.k-grid.assessResult_grid,
.k-grid.cf-2-grid,
.k-grid.cf-2,
.k-grid.home_page_item,
.k-grid.row-span-grid{
	border-width: 0px;
}
.k-grid.k-grid-display-block {
    display: flex;
}
.k-treelist.k-grid-display-block.k-grid-lockedcolumns {
    display: flex;
}
.k-grid .k-table-td, .k-grid td{
  text-overflow: inherit;
  white-space: nowrap;
}
.k-grid .k-table-th, .k-grid td, .k-grid .k-table-td {
	/* border-inline-start-width: 0; */
}
.k-grid-content .k-table-group-row,
.k-grid-content .k-table-row{
    background-color: #ffffff;
}

div[cmz_role="globaltabcontent"]{
	display: flex;
	flex-direction: column;
}
.page-topcontainer.grey-page{
	background-color: #F3F4F6 !important;
}
div[cmz_role="globaltabcontent"].grey-page{
	background-color: #F3F4F6;
}

.grey-item .cmportlet-header.k-header.cmcontainer-header-div {
    background-color: #F3F4F6 !important;
}
.grey-item .k-grid,
.grey-item.k-grid,
.grey-item .k-grid .k-grid-content,
.grey-item.k-grid .k-grid-content,
.grey-item.cmcontainer-content,
.grey-item .cmcontainer-content {
    background-color: #F3F4F6 !important;
}
.grey-item .k-pager-wrap.k-grid-pager{
	background-color: #F3F4F6 !important;
}
.grey-item .k-grid th.k-header,
.grey-item .k-grid .k-grid-header{
	background-color: #F3F4F6 !important;
}
.grey-item .k-grid .k-toolbar{
	background-color: #F3F4F6;
}
.grey-item .k-tabstrip-items-wrapper{
	background-color: #F3F4F6;
}
.grey-item .k-tabstrip-top>.k-tabstrip-items-wrapper .k-item.k-active {
    border-bottom-color: #F3F4F6;
}
.k-tabstrip .cmcontainer:has(>.grey-item.cmcontainer-content),
.k-tabstrip .cmcontainer:has(>.grey-item.cmcontainer-content) .cmportlet-header.k-header.cmcontainer-header-div,
.grey-item .k-tabstrip .k-content.k-active{
    background-color: #F3F4F6;
}
.grey-item.k-tabstrip .k-tabstrip-items .k-tabstrip-item{
	background-color: inherit !important;
}

.grey-row.no-select-row.k-grid .k-table-tbody tr.k-table-row,
.grey-row.k-grid .k-table-tbody tr.k-table-row{
    background-color: #F3F4F6 !important;
}

.thick-row-borders.k-grid td{
	border-bottom: 4px solid #f3F4F6 !important;
	border-top: 4px solid #f3f4f6 !important;
}
.thick-row-borders.k-grid td:first-child,
.thick-row-borders.k-grid th:first-child{
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px;
}
.thick-row-borders.k-grid td:last-child,
.thick-row-borders.k-grid th:last-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.row-span-grid.k-grid td > * {
  opacity: 1 !important;
}

.k-grid-header .k-column-title,
.k-filter-row th,
.k-grid-header th.k-header {
  white-space: normal;
  text-overflow: ellipsis;
  vertical-align: baseline;
  width: 100%;
}
.k-grid-header .k-sort-icon,
.k-grid-header .k-sort-order {
    color: inherit;
}

.k-grid-header {
  /* padding-right: 0px !important; */
}

td.goalParams {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}

.goalParams .k-grid-header {
  display: none;
}

.goalParams .k-grid {
  border: 0;
}

.goalParams td {
  border-top: 0;
}

.goalParams .goalTmp td {
  line-height: 1.6em;
  white-space: pre-wrap;
}

.numeric-cell {
  text-align: right;
}

.k-tabstrip-items .k-tab-close {
  color: #555;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 12px;
  top: calc(50% - 7px);
}

.k-tabstrip-items .k-tab-close:hover {
  background-color: #D77F7F;
  color: white;
}

.k-tabstrip-items .k-tab-close:before {
  opacity: 0.7;
}

.k-widget {
  background-color: white;
}

.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 .k-tabstrip-item.k-active {
  background-color: rgba(255, 255, 255, 0);
}
.k-button-icontext {
  overflow: visible;
}

.k-button:active {
  /* border-width: 0px; */
}

.k-button {
  /* padding: 2px 6px; */
  font-size: 14px;
  flex-flow: wrap;
}

.k-toolbar::before {
    height: auto !important;
}
.k-toolbar-md::before {
    /* margin-inline-start: 0px; */
}

.k-toolbar .k-button{
    min-height: 30px;
}
.k-input-spinner.k-spin-button .k-spinner-increase,
.k-input-spinner.k-spin-button .k-spinner-decrease{
	min-height: 1px;
}
.k-toolbar .k-button{
	width: auto;
	height: 32px;
	/* margin: 2px 2px; */
	/* padding: 4px 8px; */
	font-weight: inherit;
}

.k-overflow-anchor {
  border: 0;
}
.k-overflow-container .k-separator {
    display: block;
}

button.k-button {
  min-width: 8px !important;
}

.k-dialog-buttongroup.k-justify-content-stretch>*{
	margin: 0 auto;
    /*flex-grow: 0.25;*/
}
.k-dialog-actions .k-button{
	height: 46px;
}

.k-grouping-header {
  color: grey;
}

/*.home_page_item*/ .k-grid-content-locked,
/*.home_page_item*/ .k-grid-content {
  /* overflow: auto; */
  height: auto !important;
}

.k-grid-content tbody td img {
  object-fit: cover;
}

.k-textbox.k-space-right {
    padding-right: 2em;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 3px;
}
.k-textbox>input {
    line-height: 1.65em;
    padding: 0.17857143em 0;
    text-indent: 0.571em;
    border: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
}
.k-space-right .k-icon {
    right: -8px;
}
.tBarHTML .template-div-class .k-textbox{
	display: inline-block;
}
.cm-edit-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* margin: 2px 2px 2px 6px; */
  /* padding: 6px 0px 6px 0px; */
}

.cm-edit-field {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0;
  /* margin: 4px 4px 2px 0px; */
}

.k-icon.fa {
  font-family: FontAwesome !important;
}

.k-icon.fas {
  font-family: FontAwesome !important;
}

.k-icon.far {
  font-family: FontAwesome !important;
}

.rightTextblock1 {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
  overflow: auto;
}

.offertext {
  margin: 15px;
  font-family: "Roboto";
  font-size: 16px;
  color: #6f3d5b;
}

.offerheader1 {
  text-align: center;
  font-weight: bold;
}

.offertext h4 {
  text-align: center;
}

.offertext .p_ind {
  text-indent: 20px;
}

.offertext .nonpoint {
  list-style-type: none;
}

.drawerOpen {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 100;
  overflow: hidden;
  align-items: center;
}

.k-dropdown-wrap {
  padding-bottom: 0.1px;
  padding-top: 0.1px;
  padding-left: 0.2px;
}

.k-picker-wrap {
  padding-bottom: 0.1px;
  padding-top: 0.1px;
}

.k-tabstrip-bottom > .k-tabstrip-items {
  margin-top: 0px;
  border-top: 1px solid #e6e6e6 !important;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-active {
  margin-top: -1px !important;
  padding-top: 1px !important;
}

.k-treeview span.k-in {
  width: calc(100% - 10px);
}

.k-overlay {
    opacity: 0.2 !important;
}
.k-splitter-overlay.k-overlay{
	opacity: 0.02 !important;
}
.k-window .k-overlay{
	opacity: 0 !important;
}

._cm_toolbar {
  border: 0;
  /* gap: 0px; */
  white-space: nowrap;
}
._cm_toolbar:not(:has([data-uid])) {
	display: none;
}

/* info_blocks */
.info_blocks_section *{
	box-sizing: content-box;
}

.info_blocks_section #first_block {
  width: 240px;
  height: 201px;
}

.info_blocks_section #second_block {
  width: 360px;
  height: 201px;
}

.info_blocks_section #third_block {
  width: 140px;
  height: 201px;
}

.greenBg {
  background-image: linear-gradient(to bottom, #a9de40, #6fba1e) !important;
}

.orangeBg {
  background-image: linear-gradient(to bottom, #ff6639, #ff6639) !important;
}

.violetBg {
  background-image: linear-gradient(to bottom, #e024f2, #bd10e0) !important;
}

.info_blocks_section .progress {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}

.info_blocks_section .txt {
  height: 22px;
  font-size: 16px;
  line-height: 1.38;
}

.info_blocks_section #third_text {
  height: 36px;
  font-family: IBMPlexSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: white;
}

.info_blocks_section .content {
  color: white;
  text-align: center;
  padding: 17px 0;
  font-family: IBMPlexSans;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  letter-spacing: normal;
}

.info_blocks_section .blocks {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  border-radius: 8px;
}

.info_blocks_section .blocks img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*padding: 5% 0;*/
}

.info_blocks_section .blocks .content {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.info_blocks_section .img_img {
  width: 119px;
  height: 135px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.info_blocks_section .block_div_head {
  font-family: IBMPlexSans;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.info_blocks_section .block_div_line {
  font-family: IBMPlexSans;
  font-size: 16px;
  /* font-weight: normal; */
  /* font-style: normal; */
  /* font-stretch: normal; */
  line-height: 1.38;
  /* letter-spacing: normal; */
  color: #aaaaaa;
  margin: 0;
  max-width: 600px;
}

.info_blocks_section .block_div {
  display: inline-block;
  vertical-align: top;
  padding-right: 42px;
}

.info_blocks_section {
  display: block;
  /* margin-left: 2%; */
  /* margin-right: 2%; */
  margin-bottom: 2%;
}

.info_blocks_section #first_block_number {
  width: auto;
  height: 68px;
  font-size: 90px;
  line-height: 0.76;
  padding-top: 19px;
  padding-bottom: 23px;
}

.info_blocks_section #second_block_number {
  width: 331px;
  height: 72px;
  font-size: 68px;
  line-height: 1.06;
}

.info_blocks_section .numbers {
  padding-top: 11px;
  margin: 0 auto;
}

.info.k-badge {
  position: relative;
  display: initial;
  margin-left: 4px;
  margin-right: 15px;
  padding: 2px 4px;
  border-color: #fff;
  background-color: #fff;
  float: right;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.16em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.83em;
}
h6 {
    font-size: 0.7em;
}

.link {
  cursor: pointer;
}

.block_div_line.link {
  color: blue !important;
}

/* zb-toolbar */
/*
.zb-toolbar {
  display: block !important;
  padding: 3px 0 0 0;
  border: 0;
}

.zb-toolbar .cmcontainer-content {
  border: 0;
}

.zb-toolbar [zrole=button] {
  margin-right: 20px;
}
*/

.k-treeview .k-in .sidebar-img {
  border-radius: 50%;
  border-collapse: collapse;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  object-fit: cover;
  object-position: center;
}

.k-treeview .k-in .top-txt-block1 {
  color: rgb(100, 100, 100);
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  display: inline-block;
}

.k-treeview .k-in.k-selected .top-txt-block1 {
  /* color: white !important; */
}

.k-treeview .k-in .top-txt-block2 {
  color: #605555;
  font-size: 15px;
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

.k-treeview .k-in .mid-txt-block {
  color: #605555;
  font-size: 15px;
  margin-left: 10px;
}

.k-treeview .k-in.k-selected .mid-txt-block {
  /* color: white !important; */
}

.k-treeview .k-in .bot-txt-block {
  color: #6c6ccb;
  display: block;
  cursor: pointer;
}

.k-treeview .k-in.k-selected .bot-txt-block {
  /* color: rgba(255, 255, 255, 0.8) !important; */
}

.k-treeview .level0{
  font-size: 20px !important;
  line-height:1.3em;
}
.k-treeview .level1{
  font-size: 18px !important;
  line-height:1.3em;
}
.k-treeview .level2{
  font-size: 18px !important;
  line-height:1.3em;
}
.k-treeview .defaultlevel{
  font-size: 16px !important;
  line-height:1.3em;
}

#mainleftpanel ::-webkit-scrollbar-corner {
  background-color: rgba(255, 0, 0, 0);
}

#maindiv > .k-splitbar.k-splitbar-horizontal.k-splitbar-draggable-horizontal {
  width: 0px;
  border: solid 0px;
}
#maindiv > .k-splitbar.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-icon.k-collapse-prev.k-i-arrow-60-left, #maindiv > .k-splitbar.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-icon.k-collapse-next.k-i-arrow-60-right {
  display: none;
}

#maindiv > .k-splitbar.k-splitbar-horizontal {
  width: 0px;
  border: solid 0px;
}
#maindiv > .k-splitbar.k-splitbar-horizontal .k-icon.k-collapse-prev {
  display: none;
}
#maindiv > .k-splitbar.k-splitbar-horizontal .k-icon.k-expand-prev {
  display: none;
}
#maindiv > .k-splitbar-draggable-horizontal .k-resize-handle {
  width: 0px;
}

/* Avatars */
.user-profile .people-avatar{
	width: 115px;
	height: 115px;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
	flex: none;
}
.user-profile .privelege-badge{
	width: 115px;
	height: 115px;
	object-fit: cover;
	object-position: center;
}
.user-profile-top{
	width: 100%;
	display: inline-flex;
}
.user-profile-top .user-profile{
	display: inline-flex;
	overflow: hidden;
	max-height: 220px;
}
.user-profile-top .user-profile > *{
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 15px 0px;
	max-width: 860px;
}
.user-profile-top .people-name{
	font-size: 34px;
	font-weight: 600;
	overflow: hidden;
	max-height: 140px;
}
.user-profile-top .people-position{
	font-size: 16px;
	line-height: 30px;
	padding-left: 2px;
	overflow: hidden;
	max-height: 140px;
}
.user-profile-top .people-addinfo2{
	font-size: 16px;
	line-height: 30px;
	padding-left: 3px;
	color: rgb(150,150,150);
}
.user-profile-top .user-profile.badges{
	display: inline-block;
	max-width: 275px;
	flex: none;
	overflow: auto;
}

.defaultrowavatar{
	width:30px;
	height:30px;
	vertical-align:middle;
	padding-left: 2px;
	box-shadow: -4px 0px 0px 0px rgba(1,1,1,0);
	display: inline-block;
}
.greenlinkavatar{
	box-shadow: -4px 0px 0px 0px rgba(100,210,100,1);
}
.bluelinkavatar{
	box-shadow: -4px 0px 0px 0px rgba(100, 150, 255,1);
}
.yellowlinkavatar{
	box-shadow: -4px 0px 0px 0px rgba(255, 255, 0,1);
}
.redlinkavatar{
	box-shadow: -4px 0px 0px 0px rgba(255,100,100,1);
}

#leftSidebarBottom{
	background-image: none !important;
	width: 100%;
	min-height: 30px;
	height: 50px;
	text-align: center;
}
#leftSidebarBottom .w2ui-node-data{
    margin-left: 25px;
    text-align: left;
    margin-top: 10px;
    display: flex;
	cursor: pointer;
}
#leftSidebarBottom .w2ui-node-data.w2ui-node-flat{
	margin-left: 17px;
}
#leftSidebarBottom .w2ui-node-image{
	width: 22px;
	text-align: center;
	pointer-events: none;
	padding: 3px 0px 0px 0px;
	display: inline-block;
}
#leftSidebarBottom .w2ui-node-image span{
	font-size: 20px !important;
}

/* for grid with comment */
.comment-item .one-comment-whole-div {
    width: 100%;
    white-space: normal;
    display: flex;
    flex-direction: row;
}

.comment-item .comment-time {
  color: #808080;
  float: right;
  font-size: 12px;
}

.comment-item img.comment-avatar {
    align-self: flex-end;
    width: 40px;
    /* height: 40px; */
}

.comment-item .comment-name {
    color: #808080;
    font-size: 12px;
}

.comment-item .comment-text-name-div {
    background-color: aliceblue;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    margin-left: 5px;
    max-width: 80%;
    border-bottom-left-radius: 0px;
}

.comment-item .comment-text {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 3px;
}

.comment-item.k-grid tr:hover {
    background: transparent;
}
.comment-item.k-grid tr.k-alt {
  background: transparent;
}
.comment-item.k-grid tr.k-alt:hover {
  background: transparent;
}

.cmpopup .k-edit-buttons {
  background-color: white;
}

.cf-2 .k-edit-field textarea::-webkit-input-placeholder {
  color: lightgray;
}

.cf-2 .k-edit-field textarea:-moz-placeholder { /* Firefox 18- */
  color: lightgray;  
}

.cf-2 .k-edit-field textarea::-moz-placeholder {  /* Firefox 19+ */
  color: lightgray;  
}

.cf-2 .k-edit-field textarea:-ms-input-placeholder {
  color: lightgray;  
}

.cf-2 .k-edit-field textarea::placeholder {
  color: lightgray;  
}

.cf-2-grid .k-header {
  border-color: lightgray !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.cf-2-grid .k-grid td {
  color: gray;
  border-color: lightgray !important;
  font-size: 16px !important;
}

.cf-2-grid .k-command-cell .k-button.k-grid-destroy {
  background-color: white;
}

.cf-2-grid .k-grid-header {
  background-color: white !important;
  line-height: 24px;
  padding-top: 8px;
}

.cf-2-grid .k-alt {
  background-color: white; 
}

.cf-2-grid .k-master-row.k-selected {
  /*color: white !important;*/
  color: rgb(100, 100, 100) !important;
}

.cf-2-grid .k-master-row.k-selected td{
  /*color: white !important;*/
  /*color: rgb(100, 100, 100) !important; */
}

.cf-2-grid .k-button.k-state-focused, .k-button.k-state-focused.k-state-disabled, .k-button:focus, .k-button:focus:hover, .k-state-disabled .k-button.k-state-focused {
    /*border-color: rgb(111, 41, 61) !important;*/
    /*box-shadow: 0 0 2px 1px #6f3d5b !important;*/
    border-color: lightgray !important;
    box-shadow: none !important;
}

.bp-row-dropdown-buttons.k-multiselect,
.row-dropdown-buttons.k-multiselect{
	box-shadow: none;
}

.k-multiselect.bp-row-dropdown-buttons,
.bp-row-dropdown-buttons.k-combobox,
.row-dropdown-buttons .k-multiselect-wrap,
.row-dropdown-buttons.k-combobox{
	/* display: grid; */
	margin: 2px 0px 2px 0px;
	width: 180px;
	height: 37px;
	padding: 0px;
	justify-items: center;
	box-sizing: border-box;
	box-shadow: none;
}

.row-dropdown-buttons.k-list-container.k-popup ul.k-list li.k-item {
    min-height: 37px;
    display: grid;
    align-content: center;
    box-shadow: none;
    margin: 3px 1px 3px 1px;
    text-align: center;
    border: 1px solid var(--primary-color);
    background-color: white;
	cursor: pointer;
}
.row-dropdown-buttons.k-list-container.k-popup ul.k-grid-list li.k-item:hover,
.row-dropdown-buttons.k-list-container.k-popup ul.k-list li.k-item:hover{
	/* background-color: rgb(210, 164, 115); */
	/* color: white; */
}

.k-multiselect.bp-row-dropdown-buttons .k-input-inner,
.k-multiselect.row-dropdown-buttons .k-input-inner,
.row-dropdown-buttons .k-multiselect-wrap .k-input {
    opacity: 0.6;
    cursor: pointer;
}

.white-row .k-command-cell .k-button{
	background-color: rgb(255, 255, 255) !important;
	color: black !important;
	/* box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 12%); */
}
.white-row .row-bp-buttons .bpButtons .k-button:hover,
.white-row .k-command-cell .k-button:hover{
	/* background-color: rgb(210, 164, 115) !important; */
	/* color: white !important; */
}

.white-row .k-multiselect.bp-row-dropdown-buttons,
.white-row .k-multiselect.row-dropdown-buttons,
.white-row .row-dropdown-buttons .k-multiselect-wrap,
.white-row .row-bp-buttons .bpButtons .k-button,
.white-row .bp-row-dropdown-buttons .k-dropdown-wrap,
.white-row .row-dropdown-buttons .k-dropdown-wrap{
	color: black !important;
	background-color: rgb(255, 255, 255) !important;
}

.white-row .k-multiselect.bp-row-dropdown-buttons .k-input-inner,
.white-row .row-dropdown-buttons .k-multiselect-wrap .k-input,
.white-row .bp-row-dropdown-buttons.k-input,
.cf-2 .white-row .bp-row-dropdown-buttons.k-input,
.white-row .row-dropdown-buttons.k-input,
.cf-2 .white-row .row-dropdown-buttons.k-input{
	color: black;
	background-color: rgb(255, 255, 255) !important;
}

.bp-row-dropdown-buttons .k-multiselect-wrap.k-multiselect-wrap-arrow>.k-select,
.row-dropdown-buttons .k-multiselect-wrap.k-multiselect-wrap-arrow>.k-select {
	top: calc(1em - 3px);
}

.bp-row-dropdown-buttons .k-dropdown-wrap,
.row-dropdown-buttons .k-dropdown-wrap{
	color: white;
	background-color: var(--primary-color) !important;
	width: auto;
}

.k-multiselect.bp-row-dropdown-buttons .k-input-inner,
.row-dropdown-buttons .k-multiselect-wrap .k-input,
.bp-row-dropdown-buttons.k-input,
.cf-2 .bp-row-dropdown-buttons.k-input,
.row-dropdown-buttons.k-input,
.cf-2 .row-dropdown-buttons.k-input{
	color: white;
	background-color: var(--primary-color) !important;
	text-align: center;
	/* height: 37px; */
	/*padding: 0px;*/
}

.external-chips .k-multiselect-wrap .k-input{
	width: calc(100% - 6px) !important;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	/* height: 46px; */
}
.external-chips .k-multiselect-wrap{
	border: 0px;
	/* border: 1px solid #e5e5e5; */
	padding: 0;
}
.external-chips .k-multiselect-wrap li{
	border-radius: 35px;
	border-color: #D9EEE1 !important;
	margin: 5px 5px 5px 0px;
	padding: 0.1em 2em 0.1em 1em;
	background-color: #D9EEE1 !important;
	color: #08140D !important;
	min-height: 32px;
}
.external-chips .k-multiselect-wrap .k-select{
	right: 4px;
	top: 20px;
}
.external-chips .k-multiselect-wrap li .k-select{
	right: 4px;
	top: 12%;
}
.external-chips .k-multiselect.k-state-focused{
	box-shadow: none;
}
.external-chips .k-state-focused>.k-multiselect-wrap{
	box-shadow: none;
}

.cf-2 .k-command-cell .k-button,
.k-command-cell .k-button{
	height: 37px;
	min-height: 37px;
}
.k-grid .k-command-cell > .k-button + .k-button,
.k-command-cell .k-button{
	padding: 0 0.5em;
}

.z-link{
	cursor: pointer;
	font-size: 16px;
}

.grid-no-data-zmsg {
	display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 20px;
    padding: 20px;
}

.k-textbox>.k-textbox {
    border-width: 1px;
    border-style: solid;
}

.k-switch-on.k-state-focused, .k-switch-on:focus {
    box-shadow: none;
}
.k-switch-off.k-state-focused, .k-switch-off:focus {
    box-shadow: none;
}
.k-switch-on.k-state-focused .k-switch-container, .k-switch-on:focus .k-switch-container {
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
}
.k-switch-off.k-state-focused .k-switch-container, .k-switch-off:focus .k-switch-container {
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
}

.k-switch-track.k-rounded-lg{
	border-radius: 32px;
}

.k-autocomplete,
.k-drag-clue,
.k-draghandle,
.k-dropdown-wrap,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-menu,
.k-numeric-wrap,
.k-panelbar>.k-panelbar-header>.k-link,
.k-picker-wrap,
.k-progressbar, .k-state-highlight, .k-tabstrip, .k-tabstrip-items .k-item, .k-toolbar {
    background-image: none !important;
}

.k-list-container.k-popup-dropdowntree .k-treeview {
    padding: 2px;
}
.k-list-container.k-popup-dropdowntree .k-treeview .k-item {
  padding: 0 0 0 12px;
}

.emoji-popup-content{
	overflow-wrap: break-word;
	width: 380px;
	height: 380px;
	overflow: auto;
	padding: 10px;
	box-shadow: 0px 0px 9px 0px grey;
	background-color: white;
}
.emoji-layer{
	width: 100%;
	height: 100%;
}
.emoji-layer .emj{
	cursor: pointer;
	margin: 4px;
	font-size: 24px;
}
.emoji-open-icon{
	font-size: 22px;
	cursor: pointer;
}
input[disabled] + .emoji-open-icon{
	display: none;
}

.k-window-content{
	box-sizing: border-box;
}

.cm-matchhighlight {
    background-color: #99ee9990;
}