:root {
	/* font */
	--dhx-sample-font-family: var(--dhx-font-family, "Roboto", Arial, Tahoma, Verdana, sans-serif);
	--dhx-sample-font-size: var(--dhx-font-size-normal, 14px);
	--dhx-sample-line-height: var(--dhx-line-height-normal, 20px);
	--dhx-sample-font-color: var(--dhx-font-color-primary, #4d4d4d);
	--dhx-sample-font-contrast: var(--dhx-font-color-contrast, #fff);
	/* end font  */

	/* border */
	--dhx-sample-border: var(--dhx-border, 1px solid #e0e0e0);
	/* end border */

	/* background  */
	--dhx-sample-background-primary: var(--dhx-background-primary, #fff);
	--dhx-sample-background-secondary: var(--dhx-background-secondary, #f7f7f7);
	--dhx-sample-background-additional: var(--dhx-background-additional, #ededed);
	/* end background */

	/* color */
	--dhx-sample-color-primary: var(--dhx-color-primary, #0288D1);
	--dhx-sample-color-primary-hover: var(--dhx-color-primary-hover, #03a9f4);
	--dhx-sample-color-primary-visited: #7b42fd;
	/* end color */

	/* header */
	--dhx-sample-header-color-primary: #BCC6DC;
	--dhx-sample-header-color-secondary: #FFF;

	--dhx-sample-header-background: #2D333F;
	/* end header */
}

* {
	box-sizing: border-box;
}
html {
	height: 100%;
	background-color: var(--dhx-sample-background-secondary);
}
body {
	margin: 0;
	padding: 0;
	font-family: var(--dhx-sample-font-family);
	height: 100%;
}
h1,h2,h3,h4,h5 {
	color: var(--dhx-sample-font-color);
	font-weight: 500;
}
[class*="dhx_sample"] {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
	box-sizing: border-box;
}

.dhx_sample-nav {
	font-family: var(--dhx-sample-font-family);
}
.dhx_sample-nav li {
	font-size: var(--dhx-sample-font-size);
	margin: 10px 0px;
}
.dhx_sample-nav li a {
  color: var(--dhx-sample-color-primary);
  text-decoration: none;
}
.dhx_sample-nav li a:hover {
  color: var(--dhx-sample-color-primary-hover);
}
.dhx_sample-nav li a:visited {
  color: var(--dhx-sample-color-primary-visited);
  text-decoration: none;
}
.dhx_sample-header {
	background-color: var(--dhx-sample-header-background);
	width: 100%;
	border-bottom: var(--dhx-sample-border);
}
.dhx_sample-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	height: 60px;
	border-bottom: var(--dhx-sample-border);
	font-family: var(--dhx-sample-font-family);
	font-size: var(--dhx-sample-font-size);
}
.dhx_sample-controls button:not(:last-child),
.dhx_sample-controls input:not(:last-child),
.dhx_sample-controls select:not(:last-child) {
	margin-right: 12px;
}
.dhx_sample-controls .dhx_form-group {
	margin: 0;
}
.dhx_sample-controls .dhx_form-group .dhx_label {
	padding-left: 6px;
	line-height: 24px;
	max-width: 100%;
}
.dhx_sample-header__main {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	background: var(--dhx-sample-header-background);
	height: 60px;
	font-size: var(--dhx-sample-font-size);
}
.dhx_sample-header__content {
	max-width: 350px;
}
.dhx_sample-header-breadcrumbs {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center
}
.dhx_sample-header-breadcrumbs__item {
	display: flex;
	align-items: center;
	font-family: var(--dhx-sample-font-family);
	line-height: var(--dhx-sample-line-height);
	font-size: var(--dhx-sample-font-size);
	font-style: normal;
	font-weight: normal;
	color: var(--dhx-sample-header-color-primary);
}
.dhx_sample-header-breadcrumbs__item:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	margin-right: 8px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuMTQ4NDM4IDkuMzI4MTJMMy45NzY1NiA1LjVMMC4xNDg0MzggMS42NzE4OEwxLjMyMDMxIDAuNUw2LjMyMDMxIDUuNUwxLjMyMDMxIDEwLjVMMC4xNDg0MzggOS4zMjgxMloiIGZpbGw9IiM3MTc4ODciLz48L3N2Zz4=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	color: #717887;
}
.dhx_sample-header-breadcrumbs__item:last-child {
	color: var(--dhx-sample-header-color-secondary);
}
.dhx_sample-header-breadcrumbs__link {
	text-decoration: none;
	text-transform: capitalize;
	font-family: inherit;
	color: inherit;
	transition: color 0.2s ease;
}
.dhx_sample-header-breadcrumbs__link:hover {
	color: var(--dhx-sample-header-color-secondary);
}
.dhx_sample-header--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.dhx_sample-header__title {
	display: inline-block;
	margin: 0;

	color: var(--dhx-sample-header-color-primary);
	font-family: var(--dhx-sample-font-family);
	font-size: var(--dhx-sample-font-size);
	line-height: var(--dhx-sample-line-height);
	font-weight: 500;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

@media only screen and (max-width: 1440px) {
	.dhx_sample-header__title{
		transform: translate(-20%, -50%);
	}
}

.dhx_sample-header-link {
	text-decoration: none;
	color: var(--dhx-sample-color-primary-hover);
}
.dhx_sample-header-link:not(:last-child):after {
	content: ",";
	color: var(--dhx-sample-header-color-primary);
}
.dhx_sample-header-link:last-child:after {
	content: ".";
	color: var(--dhx-sample-header-color-primary);
}
.dhx_sample-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1220px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	justify-content: center;
}
.dhx_sample-container__widget {
-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.dhx_sample-container__sidebar {
	width: 350px;
	margin-left: 20px;
	border: var(--dhx-sample-border);
	padding: 10px;
	height: 600px;
	font-family: var(--dhx-sample-font-family);
	font-size: var(--dhx-sample-font-size);
	line-height: var(--dhx-sample-line-height);
	overflow-y: auto;
}
.dhx_sample-textarea {
	resize: none;
	width: 350px;
	height: 600px;
	padding: 10px;
	border: var(--dhx-sample-border);
	font-family: var(--dhx-sample-font-family);
	font-size: var(--dhx-sample-font-size);
	line-height: var(--dhx-sample-line-height);
	color: var(--dhx-sample-font-color);
	background-color: var(--dhx-sample-background-primary);
	overflow-y: auto;
	outline: none;
}
.dhx_sample-container__sidebar textarea {
	width: 100%;
	height: 100%;
	border: none;

	font-family: var(--dhx-sample-font-family);
	font-size: var(--dhx-sample-font-size);
	line-height: var(--dhx-sample-line-height);
}
.dhx_sample-container__sidebar textarea:focus {
	outline: none;
	font-family: var(--dhx-sample-font-family);
}
/* inputs */
.dhx_sample-input__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 8px;
}
.dhx_sample-label {
	font-family: var(--dhx-sample-font-family);
	font-size: var(--dhx-sample-font-size);
	line-height: 24px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 24px;
	margin: 0 0 0 4px;
	padding: 0 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: var(--dhx-sample-font-color);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.dhx_sample-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	padding: 6px 8px;
	margin: 0;
	font-family: var(--dhx-sample-font-family);
	font-size: var(--dhx-sample-font-size);
	color: var(--dhx-sample-font-color);
	background-color: var(--dhx-sample-background-secondary);
	background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
	box-shadow: inset 0 0 0 1px #dfdfdf;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dhx_sample-input::-webkit-input-placeholder {
	color: var(--dhx-sample-font-color);
}
.dhx_sample-input:-ms-input-placeholder {
	color: var(--dhx-sample-font-color);
}
.dhx_sample-input::-ms-input-placeholder {
	color: var(--dhx-sample-font-color);
}
.dhx_sample-input::placeholder {
	color: var(--dhx-sample-font-color);
}
.dhx_sample-input:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px var(--dhx-sample-color-primary);
	        box-shadow: inset 0px 0px 0px 1px var(--dhx-sample-color-primary);
}
.dhx_sample-input:disabled {
	-webkit-box-shadow: 0;
	        box-shadow: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.dhx_sample-input:disabled::-webkit-input-placeholder {
	opacity: 0.8;
}
.dhx_sample-input:disabled:-ms-input-placeholder {
	opacity: 0.8;
}
.dhx_sample-input:disabled::-ms-input-placeholder {
	opacity: 0.8;
}
.dhx_sample-input:disabled::placeholder {
	opacity: 0.8;
}

.dhx_sample-input__wrapper--pl-16 {
	padding-left: 16px;
}
.dhx_sample-radio__label {
	font-family: var(--dhx-sample-font-family);
	font-size: var(--dhx-sample-font-size);
	line-height: 24px;
	position: relative;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 24px;
	margin: 0 0 0 4px;
	padding: 0 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: var(--dhx-sample-font-color);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.dhx_sample-radio__input {
	position: absolute;
	width: 0;
	height: 0;
	cursor: none;
	opacity: 0;
}
.dhx_sample-radio__label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;

	position: absolute;
	left: -16px;
	border: solid 2px rgba(0,0,0,.54);
	border-radius: 50%;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
.dhx_sample-radio__label:after {
	content: " ";
	display: block;
	width: 8px;
	height: 8px;

	position: absolute;
	top: 8px;
	left: -10px;

	border-radius: 50%;
	background-color: var(--dhx-sample-color-primary);
	opacity: 0;

	will-change: opacity;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.dhx_sample-radio__input:checked ~ .dhx_sample-radio__label:before {
	border-color: var(--dhx-sample-color-primary);
}
.dhx_sample-radio__input:checked ~ .dhx_sample-radio__label:after {
	opacity: 1;
}
/* Buttons */
.dhx_sample-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    outline: none;
    padding: 6px 16px;
    border-radius: 2px;
    font-family: var(--dhx-sample-font-family);
    font-size: var(--dhx-sample-font-size);
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		cursor: pointer;
}
.dhx_sample-btn--flat {
    background: var(--dhx-sample-color-primary);
    color: var(--dhx-sample-font-contrast);
}
.dhx_sample-btn--cta {
		background: var(--dhx-sample-color-primary);
		color: var(--dhx-sample-font-contrast);
		border-radius: 32px;
		text-decoration: none;
		text-transform: capitalize;
		transition: background 0.2s ease-in-out;
}
.dhx_sample-btn--cta:hover {
	background: var(--dhx-sample-color-primary-hover);
}
.dhx_sample-form-group  {
	margin-bottom: 0;
}
.dhx_sample-dhx_sample-form-group:not(:last-child) {
	margin-right: 24px;
}
/* new checkboxes and radiobatons */
.dhx_form-group:not(:last-child) {
	margin-right: 24px;
}
.dhx_radiobutton__input, .dhx_checkbox__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.dhx_radiobutton {
	position: relative;
	display: flex;
	width: auto;
	padding-top: 0;
	cursor: pointer;
	white-space: nowrap;
	align-items: center
}
.dhx_radiobutton__visual-input {
	display: block;
	border-width: 2px;
	border-style: solid;
	border-color: var(--dhx-font-color-secondary, #808080);
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-height: 20px;
	background-color: var(--dhx-sample-background-primary);
	border-radius: 50%;
}
.dhx_radiobutton__input:disabled+.dhx_radiobutton__visual-input {
	opacity: .6
}
.dhx_radiobutton__input:checked+.dhx_radiobutton__visual-input {
	background-color: var(--dhx-sample-color-primary);
	border-color: var(--dhx-sample-color-primary);
	box-shadow: inset 0 0 0 4px var(--dhx-sample-background-primary);
	transition: background-color .2s ease-out
}
/* events */
.dhx_sample-event {
	font-family: var(--dhx-sample-font-family);
	margin-top: 8px;
	margin-bottom: 8px;
	margin-top: 0;
	padding: 8px;
	-webkit-animation: fadeIn .8s;
	        animation: fadeIn .8s;
	border: var(--dhx-sample-border);
	border-radius: 2px;
	background: var(--dhx-sample-background-primary);
	word-wrap: break-word;
	white-space: pre-wrap;
}

@-webkit-keyframes fadeIn {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

@keyframes fadeIn {
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

/* Colorpicker */

.dhx_color-sample {
	border: var(--dhx-sample-border);
}

.dhx_sample-nav ol {
	counter-reset: listNumber;
	padding-left: 20px;
}
.dhx_sample-nav ol li:not(.skip) {
    counter-increment: listNumber;
    list-style: none;
}
.dhx_sample-nav ol .skip {
	list-style: none;
	margin: 0;
}
.dhx_sample-nav ol .skip h3 {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
.dhx_sample-nav ol li:not(.skip):before {
    content:counter(listNumber) ".";
}
.icon-pro:after {
    content: " ";
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAOCAYAAAChHnWMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKaSURBVHgBtVRBTBNREJ3fLmgqSAVDIlBTDtoSMWCUg6YX7LnRmyegBzGmJFKiB+NB7UHlYuwFY9SYEk7cMNxIKtFEjXCwB2OLMdqIYDRCCoSSpkvXeb/duq1dEw19zXb3z+z+eTPz5gsywDkbtNtq08OU0/wkyEk7jxiuXNYaSvQ+SOpGoT8ceX1hgNRcWBPCTtVHSiMRinsehrGw4K/z5eCwtq1FqkGgZVdTJbNdkHbPjcQZwj170WlV1LflBGaO36bW3fuL68TmIk0sR2nqxyvq2XuYIkevFH0bapqiqzEa+zJNy5kVaes74KWhgz6qV2zSj2/HFqfLyaTS2Wy7IqzqTbMK6IGB041ddOuQn5YyP4m0vB+E5tc+MNkmCjh81MpZ+9/dpSF+DjCBiW9RmltboJ4Gl1zjs/ulROw2pTaoCAt1kQnWOQMEApCpt+kYnW0+RVPf87Y5JvC04Ed1EAw403ySFjiB0U+Tcv1sJUYdtjbqb/GWk2BoA6wJ0W1GooFLiZ7iQnYAMtfRxnYE9zZ2y3eQNcqPNsaZhBEgXF/YrwQ8hQr9Ba49Dpo5cUdnTG84iK4JACUOkK+Y7ejnSfofKLx30uxMgCawMYS1lFmVdyPgi3Lw8c7L5Kpz0Pr2lnwHV2tZxm72A7pwDYhxO7RxMgE0gfInNr/+QSDv35KbXvsYkUExEQCmAPq42n5OVg13tAxCrYCYUquq4WxNzSVW7j6jR5M/cxi9IDrPrYLwEAgThf73M6k+tskRZbsu1N+baKmcqoTkiel+Mei3WOgJGU7QnQKEuFFoU4VERuKex+Fi0I7n54MWq7heXpGqgCtAQoy89zyKYFmSOU5PPrxu5M8O89E14N8qhyFgDabVunCyN5zSzb8AQjIlfRPjeDgAAAAASUVORK5CYII=');
    display: inline-block;
    width: 33px;
    height: 14px;
    line-height: 14px;
    top: 2px;
    left: 4px;
    position: relative;
}
.dhx_sample-container__widget--timepicker {
	max-width: 268px;
}

.dhx_sample-label {
	margin: 5px;
	margin-left: 0;
}

.dhx_sample-fieldset {
	display: flex;
	border: none;
}

.dhx_sample-fieldset legend {
	display: none;
}

@media only screen and (max-width: 550px) {
	.dhx_sample-controls {
		flex-direction: column;
		height: auto;
		justify-content: space-evenly;
    	align-items: flex-start;
		padding: 20px;
	}
	.dhx_sample-controls .dhx_sample-fieldset {
		flex-wrap: wrap;
	}
	.dhx_sample-controls .dhx_sample-fieldset .dhx_form-group {
		margin-right: 0;
	}
	.dhx_sample-header__main {
		flex-direction: column;
		height: 70px;
		justify-content: space-evenly;
    	align-items: start;
	}
	.dhx_sample-header__title {
		position: static;
		transform: none;
	}
	.dhx_sample-header__cta {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
	}
	.dhx_sample-container {
		flex-direction: column;
	}
}
