.toolbar_template_docs.dhx_toolbar {
		background-color: #737373;
	}

	.toolbar_template_docs.dhx_toolbar .dhx_navbar .dhx_button .dhx_button__icon {
		color: #fff;
	}

	.toolbar_template_docs.dhx_toolbar .dhx_navbar .dhx_button.dhx_button--color_secondary .dhx_button__icon {
		color: rgba(255, 255, 255, 0.5);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_button--view_link.dhx_button--color_secondary:focus,
	.toolbar_template_docs.dhx_toolbar .dhx_button--view_link.dhx_button--color_secondary:hover {
		background-color: rgba(223, 223, 223, 0.25);
	}


	.toolbar_template_docs.dhx_toolbar .dhx_button--view_link.dhx_button--color_secondary:active {
		background-color: rgba(223, 223, 223, 0.15);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_toolbar-button {
		color: #fff;
	}

	.toolbar_template_docs.dhx_toolbar .dhx_toolbar-button:hover,
	.toolbar_template_docs.dhx_toolbar .dhx_toolbar-button:focus {
		background-color: rgba(223, 223, 223, 0.2);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_toolbar-button:active {
		background-color: rgba(223, 223, 223, 0.15);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_toolbar-button .dhx_toolbar-button__icon,
	.toolbar_template_docs.dhx_toolbar .dhx_toolbar-button .dhx_toolbar-button__caret {
		color: rgba(255, 255, 255, 0.5);
	}

	.toolbar_template_docs .dhx_toolbar-button--active,
	.toolbar_template_docs .dhx_toolbar-button:active {
		background-color: rgba(255, 255, 255, 0.2);
	}

	.toolbar_template_docs .dhx_toolbar-button--disabled *,
	.toolbar_template_docs dhx_toolbar-button:disabled * {
		color: rgba(255, 255, 255, 0.5);
	}

	.toolbar_template_docs .dhx_toolbar-button--disabled:hover,
	.toolbar_template_docs .dhx_toolbar-button:disabled:hover {
		background-color: transparent;
	}

	.toolbar_template_docs.dhx_toolbar .dhx_toolbar__item--separator {
		background: rgba(255, 255, 255, 0.3);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_form-group .dhx_input {
		color: #fff;
		-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
		background-color: transparent;
	}

	.toolbar_template_docs.dhx_toolbar .dhx_form-group .dhx_input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.7);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_form-group .dhx_input::-moz-placeholder {
		color: rgba(255, 255, 255, 0.7);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_form-group .dhx_input:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.7);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_form-group .dhx_input::-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.7);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_form-group .dhx_input::placeholder {
		color: rgba(255, 255, 255, 0.7);
	}

	.toolbar_template_docs.dhx_toolbar .dhx_form-group .dhx_input:focus {
		-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
	}

    .toolbar_template_docs.dhx_toolbar .dhx_toolbar-button-image {
        background-color: #000;
    }

	.toolbar_template_docs--context-menu .dhx_menu {
		background-color: #30333d;
	}

	.toolbar_template_docs--context-menu .dhx_menu-button {
		color: #fff;
	}

	.toolbar_template_docs--context-menu .dhx_menu-button:hover:not(:disabled) {
		background-color: rgba(0, 0, 0, 0.07);
	}

	.toolbar_template_docs--context-menu .dhx_menu-button--active:not(:disabled),
	.toolbar_template_docs--context-menu .dhx_menu-button:active:not(:disabled),
	.toolbar_template_docs--context-menu .dhx_menu-button:focus:not(:disabled) {
		color: #65a6e7;
		background-color: rgba(0, 0, 0, 0.15);
	}

	.toolbar_template_docs--context-menu .dhx_menu-button--active:not(:disabled) .dhx_menu-button__icon,
	.toolbar_template_docs--context-menu .dhx_menu-button:active:not(:disabled) .dhx_menu-button__icon,
	.toolbar_template_docs--context-menu .dhx_menu-button:focus:not(:disabled) .dhx_menu-button__icon {
		color: inherit;
	}

	.toolbar_template_docs--context-menu .dhx_menu-button__icon {
		color: rgba(255, 255, 255, 0.7);
	}