/**
 * GDPR Dokumentation DokApp Application
 * Partner Stylesheet (Ekonomistyrning i Göteborg Aktiebolag)
 *
 * This is an automatically generated file.
 * @date 2021-03-12
 */

/* Body */

::selection {
	background: #009fdc;
	color: #000000;
}

/* Text */

.forward-link li a:after {
	color: #009fdc;
}

a {
	color: #009fdc;
}

.pagination-link:hover, .pagination-link.current {
	background: #009fdc;
	color: #000000;
}

/* Tables */

th {
	background: #009fdc;
	color: #000000;
}

/* Gradients */

.product-container:before, #header_userinfo {
	background: rgb(0, 159, 220);
	background: -webkit-linear-gradient(left, rgba(0, 159, 220,1) 0%,rgba(255, 255, 255,1) 100%);
	background: linear-gradient(to right, rgba(0, 159, 220,1) 0%,rgba(255, 255, 255,1) 100%);
}

/* Register */

.product-container:after {
	background: #009fdc;
}

.agreement-summary li i {
	color: #009fdc;
}

/* Forms */

.form-group label {
	color: #009fdc;
}

.form-option-row {
	border-color: #009fdc;
}

button, .button {
	background-color: #009fdc;
}

.button.t-alternative {
	background-color: #009fdc;
	color: #000000;
}

/* Progress bar */

progress::-webkit-progress-value {
	background: rgb(0, 159, 220);
	background: -webkit-linear-gradient(left, rgba(0, 159, 220,1) 0%,rgba(255, 255, 255,1) 100%);
	background: linear-gradient(to right, rgba(0, 159, 220,1) 0%,rgba(255, 255, 255,1) 100%);
}

progress::-moz-progress-bar {
	background: rgb(0, 159, 220);
	background: -webkit-linear-gradient(left, rgba(0, 159, 220,1) 0%,rgba(255, 255, 255,1) 100%);
	background: linear-gradient(to right, rgba(0, 159, 220,1) 0%,rgba(255, 255, 255,1) 100%);
}

/* Header */

#header {
	background: #009fdc;
	border-top-color: #009fdc;
}

/* User zone */

#user_zone {
	background: #ffffff;
	border-top-color: #009fdc;
}

#user_zone .user-zone-link.button-support {
	background: #009fdc;
	color: #000000;
}

#user_zone .user-zone-link.button-support:before, #user_zone .user-zone-link.button-support:after {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2213476%20-86.001%2017.104%2017.001%22%3E%3Cpath%20fill%3D%22%23009fdc%22%20d%3D%22M17.1%2C17h-.111A17.5%2C17.5%2C0%2C0%2C0%2C0%2C.007V0H17V15a19.3%2C19.3%2C0%2C0%2C0%2C.1%2C2Z%22%20transform%3D%22translate%2813476%20-86%29%22%2F%3E%3C%2Fsvg%3E');
}

/* Menu */

.menu-root li a {
	color: #000000;
}

.menu-root .current, .menu-root li a:hover, .menu-root li:hover > a {
	color: #000000;
}

/* Admin tables */

.is-sticky-admin-header .admin-form-header {
	border-top-color: #009fdc;
}

.admin-form-header {
	background: #009fdc;
}

.admin-form-header h1 {
	color: #000000;
}

.admin-table-filtering {
	background: #009fdc;
	color: #000000;
}

.admin-form-content-success {
	color: #009fdc;
}

/* Profile */

.profile-company-cancel-button {
	background: #009fdc;
	color: #000000;
}

/* Sortable */

.form-option-row .sort-handle {
	background: #009fdc;
}

/* Toasts */

.toast.toast-visible-init {
	background: #009fdc;
	color: #000000;
}

.toast-close {
	color: #009fdc;
}

.toast .button {
	background-color: #000000;
	color: #009fdc;
}

/*
 * Media queries
 */

@media screen and (max-width: 800px) {
	/* Menu */

	.open-menu .omnu-line {
		background: #009fdc;
	}

	.is-menu-open .open-menu .omnu-line {
		background: #009fdc;
	}
}