/*
	Hide link "Go to Administration Panel" on homepage has toggle
	in settings "Admin link: Display a link to admin panel from help desk index"

	Also made changes in:
	\inc\show_admin_nav.inc.php
*/

/*
	Footer Hesk info
*/

footer.footer {
	display: none;
}

/*
	Colors
*/

body.cust-help header.header {
	border-bottom: none;
	background-color: #DC291E;
}

body.cust-help header.header div.header__inner a {
	color: #ffffff;
}

body.cust-help div.breadcrumbs__inner,
body.cust-help div.breadcrumbs__inner a span,
body.cust-help h2.search__title,
body.cust-help h2.select__title,
body.cust-help h3.article__heading,
body.cust-help div.article-heading-tip,
body.cust-help h5.navlink__title,
body.cust-help div.navlink__descr,
body.cust-help form label,
body.cust-help form span.label,
body.cust-help div#forgot-modal.modal form label {
	color: #555555 !important;
}

body.cust-help div.main__content {
	background-color: #F0F0F0;
	/* above is partnerpaketten color */
}

body.cust-help form.ticket-create button.btn-full,
body.cust-help form.ticket-create div.btn-full,
body.cust-help div#forgot-modal.modal form button {
	background-color: #DC291E;
	color: #ffffff;
	border: none;
}

body.cust-help form input.form-control,
body.cust-help form textarea.form-control,
body.cust-help form div.selectize-input {
	background-color: #FFE97D;
	/* above is partnerpaketten color */
	border: 1px solid #555555;
}