:root {
	--primary-color: #ff9900;
	--second-color: #ff9900;

	--font-color: black;
	--font-color-invert: white;
	--font-size: 16px;
}

html, body {
	font-size: var(--font-size);
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
}

.header {
	color: black;
	height: max-content;
	font-size: 2rem;
	padding: .8em 1em .1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	word-break: keep-all;
	white-space: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header .flex-spacer {
	flex: 100% 1 1;
	text-align: center;
	padding-right: 5.5em;
}

.header input, .header .dashicons {
	margin-left: 2em;
}

.header .dashicons-admin-generic {
	transform: scale(1.4, 1.4);
}

.dashicons, .header input {
	cursor: pointer;
}

.dashicons {
	color: var(--second-color);
}
.header a{
	transform: scale(0.6, 0.6);
	margin-left: -2em;
}
.header img {
	margin-top: -1.4em;
	padding: 0;
	margin-right: 1em;
}

.content {
	padding: 1em;
	flex: 50% 1 1;
}

.content.login {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto;
}

.content.login form {
	display: flex;
	flex-direction: column;
	font-size: 1.2em;
}

.content.login form [type=text], [type=password] {
	font-size: 1.2em;
	padding: .1em .3em;

}

[type=submit], button, [type=button] {
	padding: .5em .7em;
	color: white;
	background-color: var(--second-color);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 5px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 2px;
}

[type=submit]:hover, button:hover, [type=button]:hover {
	box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
}

form {
	display: contents;
}

.content.login form [type=submit] {
	font-size: 1em;
	margin-top: 1em;
}

.content.login form [type=submit]:hover {
	box-shadow: rgb(38, 57, 77) 0 10px 30px -10px;
	cursor: pointer;
}

.licence-overview hr {
	margin: 1px;
	color: black;
}

.licence-overview #button-new-ticket {
	margin: 0 0 0 0;
	display: block;
}

.licence-overview #form-new-ticket {
	display: none;
}

.licence-overview #add-product {
	display: flex;
	cursor: pointer;
	margin: 7px 0 0 7px;
	align-items: center;
}

.licence-overview .dashicons-plus-alt2 {
	margin-right: 3px;
}

.licence-overview .dashicons-no-alt {
	font-size: 28px;
	font-weight: bold;
}

.licence-overview .options-order-pos {
	max-width: 50px;
}

.licence-overview #product-select {
	display: none;
	margin: 2px 0 0 5px;
	flex-direction: row;
	align-items: flex-end;
}

.licence-overview #product-select label {
	display: flex;
	flex-direction: column;
	margin: 0 5px 0 0;
}

.licence-overview #product-select input,
.licence-overview #product-select select {
	max-width: max-content;
	width: fit-content;
	padding: .3em .5em;
	height: 30px
}

.licence-overview #product-select #product-quantity {
	text-align: right;
	width: 5em;
}


.licence-overview #product-select input[type=button] {
	margin-left: .5em;
}

.licence-overview .orderPos label {
	border: 1px solid darkgray;
	padding: 4px 8px;
	margin: 0;
	font-size: 16px;
}
.orderPos{
	border-collapse: collapse;
}

.orderPos td, .orderPos th{
	padding: .3em .7em .2em .4em;

}
.orderPos tr:not(:last-of-type) th{
	border-bottom: 2px solid gray;
}
.orderPos tr:not(:last-of-type) td{
	border-bottom: 1px solid gray;
}

.licence-overview hr {
	margin: 20px 0 35px;
	height: 2px;
	border-radius: 2px;
	background-color: darkgray;
}

.licence-overview strong {
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 120%;
	text-decoration: underline;
}

.licence-overview .ticket-count {
	font-size: 130%;
	padding: 10px 0;
	margin-top: -30px
}

.iump-account-content-title {
	display: none;
}

.dashicons-admin-links {
	font-size: 24px;
	margin-right: 5px;
	text-decoration: none;
	color: gray;
}

.dashicons-admin-links:hover {
	color: rgb(50, 205, 50);
}

.order-container {
	display: none;
	flex-direction: column;
	justify-content: left;
	align-items: start;
}

.order-container #user-comment {
	width: 50%;
	margin-bottom: 1em;
	padding: .1em .3em;
}

.ticket-list-container {
	width: 100%;
}

.ticket-detail-header {
	font-weight: bolder;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid darkgray;
}

.ticket-detail {
	grid-template-columns: repeat(10, 10%);
	display: grid;
	width: 100%;
	padding: 5px 2px;
	margin: 0;
}

.ticket-detail-body {
	margin-top: 5px;
	background-color: rgba(232, 232, 232, .66);
}

.ticket-detail-body:hover {
	background-color: rgba(140, 235, 121, 0.2);
}

.ticket-detail span:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 5;
}

.ticket-detail span:nth-child(2) {
	grid-column-start: 5;
	grid-column-end: 7;
}

.ticket-detail span:nth-child(3) {
	grid-column-start: 7;
	grid-column-end: 9;
}

.ticket-detail span:nth-child(4) {
	grid-column-start: 9;
	grid-column-end: 9;
	text-align: center;
}

.ticket-detail > span:nth-child(5), .ticket-detail > a {
	grid-column-start: 10;
	grid-column-end: 10;
	text-align: right;
}

.ticket-detail .dashicons-images-alt2 {
	margin-right: 8px;
}

.ticket-detail .dashicons {
	cursor: pointer;
}

.ticket-detail-licences {
	padding: 0;
}

.ticket-detail-licences span:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 5;
	padding-left: 10px;
	margin-left: 0;
	border-left: 15px solid rgba(232, 232, 232, .66);
}

.ticket-detail-licences span:nth-child(3) {
	grid-column-start: 7;
	grid-column-end: 8;
}

.ticket-detail-licences span:nth-child(4) {
	grid-column-start: 8;
	grid-column-end: 11;
	text-align: right;
	white-space: nowrap;
}

.ticket-detail-licences:hover {
	background-color: rgba(235, 133, 130, 0.2);
}

.extended-filter > div {
	flex: 1 1 20%;
	margin: 0 1em 5px
}

.extended-filter {
	display: flex;
	margin-bottom: 1em;
	justify-content: flex-end;
	align-items: flex-start;
	font-size: 90%;
}

.extended-filter input {
	padding: 1px 5px;
	min-height: auto;
}

.extended-filter .export-data {
	margin-left: 15px;
}

.extended-filter .export-data img {
	cursor: pointer;
}

.extended-filter input[type=text], .extended-filter input[type=date] {
	padding: 1px 5px;
	min-height: auto;
	display: inline-block;
	height: 20px;
}

.extended-filter input[type=checkbox] {
	height: auto;
}

.extended-filter input[type=date] {
	width: 128px;
}

.filter-state, .filter-dates, #filter-free-field {
	font-size: 90%;
}

.filter-dates, .filter-state {
	white-space: nowrap;
}

#filter-free-field {
	padding: 2px 5px;
	height: auto;
	min-width: 200px;
}

.pageselect {
	margin-top: .3em;
	font-size: var(--font-size);
}

.pageselect.bottom {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}

.pageselect a {
	display: inline-block;
	margin-right: 1em;
	text-decoration: none;
}

.notice.error {
	font-weight: bold;
	color: red;
}

.admin-page {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 1em;
	display: flex;
	max-width: 100%;
}

.admin-page .user-list {
	padding-left: 4em;
}

.admin-page .dashicons-dismiss {
	position: absolute;
	right: .4em;
	top: .4em;
	transform: scale(2, 2);
}

.admin-page table {
	border-collapse: collapse;
}

.admin-page table td, .admin-page table th {
	padding: .2em .7em;
}

.admin-page table tbody tr:not(:last-of-type):hover {
	background-color: lightgray;
}

.admin-page table tr:not(:last-of-type) td {
	border-bottom: 1px solid gray;
}

.admin-page table tr th {
	border-bottom: 2px solid gray;
}

.admin-page table .dashicons-plus {
	transform: scale(1.5, 1.5);
	margin-top: .3em;
}

.modal {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	border: 1px solid black;
	padding: 2em;
	width: max-content;
	height: fit-content;
	display: grid;
}

.modal-content [type=text] {
	margin-bottom: 1em;
	padding: .2em .5em;
	border: 1px solid gray;
}

.modal-content .buttons {
	display: flex;
	margin-top: 1em;
	justify-content: space-around;
}

.modal-content #changePass {
	margin: 1em;
}

.marker-green {
	color: green;
}

.marker-red {
	color: red;
}

.admin-page table {
	font-size: 130%;
}

.admin-page .article-list {
	margin-left: 3em;
}

.selected-row {
	background-color: rgba(173, 255, 47, .4);
}


.user-options span:not(:last-of-type) {
	margin-right: .3em;
}

.still-loading{
	position: relative;
}
/**===== bars6 =====*/
#bars6 {
	display: block;
	position: absolute;
	height: 35px;
	margin-left: 1em;
	width: max-content;
}

#bars6 span {
	position: absolute;
	display: block;
	bottom: 10px;
	width: 9px;
	height: 5px;
	background: rgba(0, 0, 0, 0.25);
	-webkit-animation: bars6 1.5s  infinite ease-in-out;
	animation: bars6 1.5s  infinite ease-in-out;
}

#bars6 span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#bars6 span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#bars6 span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#bars6 span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

@keyframes bars6 {
	0% {
		height: 5px;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		background: rgba(0, 0, 0, 0.25);
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		background: var(--primary-color);
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		background: rgba(0, 0, 0, 0.25);
	}
}
@-webkit-keyframes bars6 {
	0% {
		height: 5px;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		background: rgba(0, 0, 0, 0.25);
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		background: #0057e7;
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		background: rgba(0, 0, 0, 0.25);
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		background: rgba(0, 0, 0, 0.25);
	}
}
/** END of bars6 */

.footer{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 70%;
}