.cmcolumn {
	width: 170px;
	display: inline-block;
	vertical-align:top;
	min-height: 2px;
	box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
}

.cmportlet {
	position: relative;
	/* min-height: 2px; */
	display: inline-block;
	vertical-align:top;
	border: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
	/* resize: horizontal; */
	/*overflow: auto;*/
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
}

.portletcontainer {
	margin: 0px!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
}

.k-tabstrip,
.k-panelbar.k-tabstrip,
.cmcontainer{
	display: flex;
	flex-direction: column;
	flex-flow: column nowrap;
	height: 100%;
}
.wizardpanel.cmcontainer{
	height: auto;
}

.cmportlet-header {
	/* padding: 0.35em 0em 0.35em 0em; */
	margin-bottom: 0px;
	position: relative!important;
	border-bottom-right-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
	font-size: 1.2em;
	font-weight: inherit;
	border-style: solid!important;
	border-width: 1px!important;
	border-bottom-width: 0px!important;
	cursor: default;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box !important;
	touch-action: none;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

.cmportlet-headerInLine {
	position: absolute;
	top:5px;
	right:3px;
	min-width: 25px;
	border:0px;
	box-sizing: border-box!important;
    -webkit-box-sizing: border-box !important;
	background-color: inherit !important;
}

.cmportlet-header .cmportlet-toggle {
	position: absolute;
	right: 67px;
}

.cmportlet-header .cmportlet-maxmin-toggle {
	position: absolute;
	right: 35px;
}

.cmportlet-scale-slider {
	position:relative!important;
	top: 7px;
	//right: 0px;
}

.cmportlet-menu-icon {
	position: absolute!important;
	width: 16px;
	right: 0px;
	z-index: 100;
}

.cmportlet-headerInLine .cmportlet-menu-icon {
	background-color: inherit!important;
}

.cmportlet-header .cmportlet-menu-icon {
	right: 15px;
}

.cmportlet-menu-icon .k-icon {
	position: static;
}

.cmportlet-menu-poppup {
	position: absolute!important;
	top: 25px;
	right: 0px;
	width: 200px;
	min-width: 50px;
	min-height: 35px;
	z-index: 10000;
	padding-bottom: 5px;
	box-shadow: 0 0 7px 0px grey!important;
}

.cmportlet_menu_label {
	width: 155px!important;
	display: inline-block;
	font-size: 12px!important;
	font-weight: normal!important;
	font-family: sans-serif;
}

.cmportlet_menu_label2 {
	font-size: 12px!important;
	font-weight: normal!important;
	padding: 2px 7px;
}

.cmportlet_menu_option {
	position: static!important;
	width:100%;
	height:30px;
	border-radius: 0px!important;
	text-align: left!important;
	display: block;
}

.cmportlet-content {
	z-index: 10;
	position: relative;
	border: 1px solid rgba(128, 128, 128, 0.3);
	/*border-radius: 4px;*/
	/* border-top-width: 0px!important; */
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	overflow: auto;
}

.cmportlet-content > div:first{
	width: 100%;
	z-index: -1;
	position: relative;
	/* border-top-width: 0px; */
	box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
}

.cmportlet-placeholder {
	border: 1px dotted;
	margin: 0 1em 1em 0;
	height: 30px;
	width: initial!important;
}

.ui-icon-minusthick {
	background-position: -64px -126px;
}

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

.k-i-zoom-decrease {
	left: 10px!important;
	/* height: 20px!important; */
	/* width: 20px!important; */
	/* top: 1px!important; */
}

.k-i-zoom-left:before {
    content: "\e146"!important;
}

.k-i-zoom-increase {
	right: 13px!important;
	/* height: 20px!important; */
	/* width: 20px!important; */
	/* top: 1px!important; */
}

.k-i-zoom-right:before {
    content: "\e145"!important;
}

/* resize */

.ui-resizable-handle {
    position: absolute!important;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 1px!important;
    right: 0px!important;
    top: 0;
    height: 100%;
    background-color: rgb(235, 235, 235);
}

.ui-resizable-e:hover{
	background-color: rgb(235, 235, 235);
}

.ui-resizable-s {
    cursor: s-resize;
    height: 1px!important;
    width: 100%;
    bottom: 0px!important;
    left: 0;
    background-color: rgb(235, 235, 235);
}

.ui-resizable-s:hover{
	background-color: rgb(235, 235, 235);
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px!important;
    height: 12px!important;
    right: 1px!important;
    bottom: 0px!important;
    color: rgb(235, 235, 235)!important;
    font-size: 14px!important;
}

.ui-resizable-se:hover{
	color: rgb(235, 235, 235);
}

/* */
.cmHiddenElement{
	display : none!important;
}

/*side menu*/
.menuNode{
	white-space: pre-wrap;
	padding: 5px 0px 5px 10px;
	position: relative;
	font-size: 16px;
	font-family: IBMPlexSans;
	font-weight: 300;
	display: inline-block;
	width: calc(100% - 28px);
	overflow-wrap: anywhere;
}

.w2ui-sidebar-top .menuCloseIcon,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .menuCloseIcon{
	padding: 1px;
	z-index: 100!important;
	font-size: 12px;
	border-radius: 50%;
	color: rgba(200,200,200,0.2);
	left: 1px;
	top: 1px;
	position: absolute;
	cursor: pointer;
}

.w2ui-sidebar-top .menuCloseIcon:hover,
.w2ui-sidebar .w2ui-sidebar-div .w2ui-node .menuCloseIcon:hover{
	background-color: rgb(215, 127, 127) !important;
	color: rgb(255, 255, 255) !important;
	z-index: 100!important;
}

.w2ui-sidebar .w2ui-sidebar-div table{
	padding-right: 0px!important;
}

/* tabs */
.k-tabstrip-items.k-reset:not(.k-tabstrip-top .k-tabstrip-items.k-reset) .k-tabstrip-item.k-item.nonactivetabdataload{
	background-color: rgb(228, 164, 185) !important;
}

.tabpanel{
	position:relative;
	border-left: 0px!important;
	border-top: 0px!important;
	border-right: 0px!important;
	border-bottom: 0px!important;
	width : calc(100% - 0px);
	height: calc(100% - 0px);
	min-height : 25px;
	min-width : 25px;
	z-index : 1;
}
