input[type=radio] {
	width: 14px;
	height: 14px;
	margin: 0px 5px 0px 0px;
}

input[type=checkbox] {
	width: 14px;
	height: 14px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-size: 12px;
}

.z-treecol-content,
.z-treecell-content,
.z-treefooter-content {
	font-family: 'Inter', sans-serif;
}

.z-window {
	background-color: #FFFFFF;
	border: 1px solid rgba(227, 227, 227, 0.8);
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.buttonBlack,
.buttonBlue,
.buttonRed,
.buttonGreen {
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: -15px;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
	outline: none;
}

.element-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.z-panelchildren {
	position: relative;
	padding: 7px;
	overflow: 9hidden;
	zoom: 1;
}

.z-button {
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
	border-radius: 8px;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-group>tbody>tr>td>table>tbody>tr>td>button {
	padding: 0;
}

.btn-toolbar:before,
.btn-toolbar:after {
	display: table;
	content: " ";
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
	display: table;
	content: " ";
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn-group {
	float: left;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
	margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after {
	clear: both;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
	display: none;
}

.navbar {
	border-radius: 4px;
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
}

.list-group {
	border-radius: 4px;
}

.z-grid-body>table {
	height: 100%;
}

.class {}

.menupopup {
	padding: 0 !important;
}

.menupopup>div {
	visibility: collapse;
}

.z-menupopup.z-menu-content:hover.z-menu-icon {
	background: rgba(0, 0, 0, 0);
}

.z-center {
	border: 0;
	left: auto;
}

.z-apply-loading {
	display: none !important;
}

.z-messagebox-window {
	top: 39% !important;
	left: 39% !important;
	border: 0;
	padding: 0 12px 12px 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.25s ease-in-out;
}

.z-messagebox-window>div.z-window-header {
	padding: 8px 0;
}

.z-messagebox-button {
	min-width: 80px;
	min-height: 30px;
}

.z-messagebox-buttons {
	text-align: center;
	margin: auto;
}

.z-messagebox-buttons>* {
	margin: 0 2px;
}

.z-portalchildren-content {
	width: 100%;
	height: 100%;
	padding: 10px;
}

div.z-listbox>.z-listbox-body>table>tbody>tr {
	overflow: hidden;
	white-space: nowrap;
}

div.z-listbox>div>table>tbody>tr:hover {
	white-space: normal;
}

div.z-listbox>div>table>tbody>tr>td>div {
	text-overflow: ellipsis;
}

.z-listitem-checkable.z-listitem-checkbox+.z-label {
	padding-left: 3px;
}

.z-notification-info .z-notification-content {
	border-radius: 15px;
	width: 213px;
}

.z-messagebox-no-close .z-window-header .z-window-close {
	display: none;
}

.z-grid-layout-no-border tr.z-row td.z-row-inner,
tr.z-row .z-cell,
div.z-grid {
	border: none;
	overflow: hidden;
	zoom: 1;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.ripple {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s;
}

.ripple:active:after {
	transform: scale(0, 0);
	opacity: .3;
	transition: 0s;
}

.z-groupbox>.z-groupbox-header {
	font-size: 13px;
	font-weight: normal;
	background: none;
	font-style: normal;
	border-radius: 5px 5px 0px 0px;
	color: rgba(255, 255, 255, 0.68);
	width: 100%;
	height: 16px;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	padding-left: 12px;
	line-height: 16px;
	zoom: 1;
}

.z-groupbox-content {
	font-size: 12px;
	font-weight: normal;
	background: none;
	font-style: normal;
	color: rgba(255, 255, 255, 0.9);
	display: block;
	height: inherit;
	border: 1px solid #E0E0E0;
	border-top: 0;
	padding: 0px;
	overflow: hidden;
	zoom: 1;
	border-radius: 0px 0px 5px 5px;
}

.z-groupbox>.z-groupbox-header .z-groupbox-title-content {
	display: inline-block;
	line-height: 24px;
	padding: 0 4px;
	background: none;
	font-weight: bold;
	color: #adadad;
}


/* Visual effect for elements */

@keyframes loader {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

.z-center-body {
	padding: 0px;
}

.freeformEdit:hover {
	font-weight: bold;
	font-size: 13px;
	border: 2px dotted;
	padding: 3px;
	cursor: pointer !important;
	width: fit-content;
	text-align: right;
	margin-left: auto;
	border-radius: 5px;
}