:root {
	--card-border: silver;
	--card-color: white;
	--card-text: gray;
	--card-title: darkslateGray;
	--gold-title: goldenrod;
	--blackish: Black;
	--background-alt: #ebeced;
	--background: #f1f1f1;
	--button-border: Silver;
	--button: #426fca;
	--button-text: #fff;
	--normal-text: #333;
	--top-label: #cbba9c;
	--navbar: #343a40;
	--silver: Silver;
	--shadow: #ccc;
	--blueish: #00555a;
	--greenish: #4a6446;
	--slate-gray: darkslateGray;
	--lightGray: #999;
	--White: white;
	--cream-white: #f3f5e6;
	--highlight-blue: #426fca;
	--medium-gray: #636872;
}

.infoContainer {
	background-color: var(--medium-gray);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.infoContainerFooter {
	background-color: var(--medium-gray);
	border-bottom-right-radius: 15px;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	margin-bottom: 0px;
}

.custom-alert-hidden {
	display: none;
}

.custom-alert-show {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background-color: var(--navbar);
	color: var(--White);
	border: 0px solid var(--White);
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

.navbar {
	position: sticky;
	width: 100%;
	z-index: 1;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: var(--navbar);
	font-weight: lighter;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 50px;
	padding-top: 0px;
	margin-bottom: 0px;
	list-style: none;
	font-size: 1.20rem;
	bottom: 0;
	font-weight: 400;
}

.top-menu a {
	text-decoration: none;
	color: #fff;
}

.password-container {
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	background: var(--background);
	font-size: 16px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -0.01em;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.signimage {
	height: 100vh;
	padding-top: 4rem;
	background: url("/img/bg2.png");
	background-position: center;
	background-size: cover;
}

.username {
	font-size: 12px;
	color: var(--White);
	width: 70%;
	text-align: left;
	margin: 3px;
	padding-top: 5px;
	font-weight: lighter;

}

.booknr {
	font-size: 12px;
	color: var(--lightGray);
	width: 100%;
	text-align: left;
	margin: 2px;
	padding-bottom: 3px;
}

.booknrwhite {
	font-size: 12px;
	color: var(--White);
	width: 100%;
	text-align: left;
	margin: 2px;
	padding-bottom: 3px;
}

.greentitle {
	font-size: 12px;
	color: var(--card-title);
	width: 100%;
	text-align: left;
	margin: 2px;
	padding-bottom: 3px;
}

.lastbooking {
	font-size: 12px;
	color: var(--lightGray);
	width: 100%;
	text-align: center;
	margin: 2px;
	padding-bottom: 3px;
}

.card {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 10px;
	border-color: var(--card-border);
	padding: 0px;
	background-color: var(--card-color);
	border-radius: 15px;
	min-width: 300px;
}

.card-title4 {
	float: left;
	color: var(--card-title);
	font-size: 18px;
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	text-shadow: 1px 1px 2px var(--shadow);
}

.card-titleMiddle {
	color: var(--blueish);
	font-size: 14px;
	text-align: center;
	padding-bottom: 0px;
	font-weight: 400;
	text-shadow: 2px 2px 3px var(--shadow);
}

.card-title {
	color: var(--normal-text);
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 22px;
	text-align: left;
	font-weight: 400;
}

.card-title2 {
	float: right;
	color: var(--gold-title);
	font-size: 18px;
	text-align: right;
	padding-bottom: 0px;
	padding-right: 10px;
	font-weight: 400;
	text-shadow: 2px 2px 3px var(--shadow);
}

.card-title3 {
	float: right;
	color: var(--card-title);
	font-size: 16px;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	font-weight: 400;
}

.card-comments {
	color: var(--blueish);
	font-size: 16px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: 400;
}

.card-body {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
}

.card-label {
	text-align: left;
	color: var(--card-title);
	font-size: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: lighter;
}

.card-info {
	float: left;
	text-align: left;
	color: var(--card-text);
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: 400;
}

.card-infoWhite {
	float: left;
	text-align: left;
	color: var(--background-alt);
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: 400;
}

.card-info-higlight {
	float: right;
	text-align: left;
	color: var(--blueish);
	text-shadow: var(--lightGray) 0px 1px 1px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

.card-info-higlight2 {
	float: right;
	display: inline-block;
	text-align: right;
	color: var(--white);
	font-size: 14px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
	width: 70%;
}

.card-info-comments {
	display: inline-block;
	text-align: left;
	color: var(--white);
	font-size: 14px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	width: 100%;
}


.card-text {
	text-align: left;
	text-indent: 5%;
	font-size: 12px;
	color: var(--card-text);
	width: 100%;
	font-weight: 400;
}

.card-amount {
	float: right;
	text-align: right;
	text-indent: 0%;
	font-size: 16px;
	text-shadow: var(--lightGray) 0px 1px 1px;
	color: var(--blackish);
	width: 100%;
	font-weight: 400;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.container {
	display: -ms-inline-flexbox;
	position: relative;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px;
}

.total-row {
	background-color: var(--medium-gray);
	color: var(--White);
	/* Change the background color as needed */
	font-size: 20px;

	font-weight: bolder;
	line-height: 10px;
	/* Bold text */
}

.column {
	width: 40%;
}

.invoice-header-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.columnlabel {
	float: left;
	width: 20%;
	padding: 0px;
}

.column-data {
	float: left;
	width: 60%;
	padding: 0px;
}


.editlabel {
	font-size: 12px;
	color: var(--lightGray);
	text-align: right;
	margin: 2px;
	padding-bottom: 3px;
	font-weight: 400;
}

li {
	list-style: none;
}

.formedit {
	width: 212px;
	height: 25px;
	font-size: 14px;
}

.formeditlong {
	width: 320px;
	height: 25px;
	font-size: 14px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: auto;
	background-color: #333;
	padding: 5px;
	color: silver;
	text-align: center;
	font-size: 12px;
	text-shadow: black 1px 1px 3px;
	font-weight: 400;
}

.flex {
	flex: 1;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.shadowbox {
	padding: 1px;
	margin: 0px 10px 0px 10px;
}

textarea {
	padding: 10px;
	max-width: 100%;
	line-height: 1.5;
	border-radius: 5px;
	border: 1px solid var(--shadow);
	resize: none;
	color: var(--slate-gray);
	font-size: 14px;
	font-weight: 400;
}

.masthead {
	height: 90vh;
	padding-top: 4rem;
	background: url("/img/bg2.png");
	background-position: center;
	background-size: cover;
}

.with-background {
	background: url("/img/bg2.png") center center no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100vh;
}

.index {
	width: auto;
	height: auto;
}

.info {
	font-size: 18px;
	color: var(--gold-title);
	width: 100%;
	text-align: center;
	margin: 0;
	font-weight: 400;
}

.topline {
	height: 1px;
	border-width: 0;
	background-color: gray;
	margin: 0%;
}

.middleline {
	height: 1px;
	border-width: 0;
	background-color: rgba(0, 0, 0, .1);
	width: 90%;
	margin-bottom: 0;
	margin-top: 10px;
}

.myline {
	height: 1px;
	width: 90%;
	border-width: 0;
	background-color: silver;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 10%;
}

.pointer {
	cursor: pointer;
}

.h6 {
	font-size: 38px;
	text-align: left;
}

.disabled {
	pointer-events: none;
	cursor: default;
	color: var(--silver);
}

.input-label {
	font-size: 12px;
	font-weight: 400;
	color: var(--lightGray);
	width: 100%;
	text-align: left;
	margin: 2px;
	padding-bottom: 0px;
}

.form-group {
	margin-bottom: 10px;
}

.form-control {
	display: block;
	padding-left: 5px;
	font-size: 16px;
	font-weight: 400;
	height: 25px;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.form-control:focus {
	border-color: var(--gold-title);
	outline: none !important;
	box-shadow: none !important;
}

.custom-select {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 7px;
	height: 25px;
}

.custom-select:focus {
	border-color: var(--gold-title);
	outline: none !important;
	box-shadow: none !important;
}

.custom-control {
	text-align: left;
}

form.searchgrid input[type=text] {
	padding: 2px;
	font-size: 14px;
	border: 1px solid var(--button-border);
	float: left;
}

select {
	outline: 0;
	box-shadow: none;
	border-color: var(--silver);
	background: var(--White);
	background-image: none;
	flex: 1;
	padding: 0 0.5em;
	color: var(--slate-gray);
	cursor: pointer;
	font-size: 16px;
	display: block;
}

.select {
	position: static;
	display: flex;
	height: 3em;
	line-height: 3;
	background: #5c6664;
	overflow: hidden;
	border-radius: 0.25em;
}

.table {
	width: 95%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tableHistory {
	align-self: center;
	width: 95%;
	margin-top: 0px;
	padding-bottom: 0px;
}

.tblabelHistory {
	background: var(--lightGray);
	font-size: 12px;
	text-align: left;
	color: var(--white);
	vertical-align: middle;
	line-height: 18px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
}

.tbtextHistory {
	font-size: 12px;
	color: var(--normal-text);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-weight: 400;
}

.th {
	border-collapse: separate;
	vertical-align: bottom;
	text-align: left;
	height: 10px;
	cursor: pointer;
}

.table td,
.table th {
	padding: 7px;
	vertical-align: middle;
	border-top: 0;
	font-size: 14px;
	font-weight: 400;
}

.tr:nth-child(even) {
	background-color: var(--White);
}

.tr:nth-child(odd) {
	background-color: var(--background-alt);
}

.tblabel {
	background: var(--medium-gray);
	font-size: 12px;
	text-align: left;
	color: var(--white);
	vertical-align: middle;
	line-height: 10px;
	font-weight: 400;
}

.tbtext {
	font-size: 14px;
	text-align: left;
	color: var(--normal-text);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 400;
}

.tbtext-gridclick {
	font-size: 14px;
	text-align: left;
	color: var(--highlight-blue);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 400;
}

.top-label {
	color: var(--white);
	min-width: 300px;
	background-position: center;
	background-size: cover;
	background-color: var(--navbar);
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: lighter;
}

.top-label2 {
	color: var(--gold-title);
	min-width: 300px;
	background-position: center;
	background-size: cover;
	background-color: var(--navbar);
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 400;
}

.top-menu {
	color: var(--top-label);
	min-width: 300px;
	background-position: center;
	background-size: cover;
	background-color: var(--background);
	padding-top: 10px;
	font-weight: 400;
}

.invoice-menu {
	min-width: 300px;
	background-position: center;
	background-size: cover;
	padding-top: 10px;
	font-weight: 400;
}

.welcome {
	text-shadow: black 2px 2px 10px;
	color: var(--White);
	font-size: 30px;
	font-weight: lighter;
}

.welcome2 {
	text-shadow: black 1px 1px 10px;
	min-width: 300px;
	font-size: 30px;
	color: var(--White);
	font-weight: lighter;
}

.w3-container {
	padding: 0.01em;
	height: 16px;
}

.w3-light-grey {
	background-color: var(--White);
}

.w3-blue {
	color: var(--White);
	font-size: 12px;
	background-color: var(--greenish);
}

.w3-round-xlarge {
	border-radius: 14px;
}

.signupLogo {
	align-self: center;
	display: flexbox;
	width: 100px;
	height: 100px;
	border-radius: 15px;
}

.workshopLogo {
	align-self: center;
	display: flexbox;
	width: 200px;
	height: 200px;
	border-radius: 15px;
}

@media (min-width: 900px) {
	.masthead h1 {
		font-size: 5vw;
		text-shadow: var(--blackish) 0px 0 5px;
	}
}

@keyframes spin {
	to {
		transform: rotate(359deg);
	}
}

@keyframes grow {
	to {
		width: 14px;
		height: 14px;
		margin-top: -8px;
		right: 13px;
	}
}

.loading-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.loading-spinner {
	border: 3px solid #f3f3f3;
	border-top: 3px solid goldenrod;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: spin 2s linear infinite;
}

.content {
	padding-bottom: 70px;
}

.bottom-navigation {
	color: #fff;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: var(--medium-gray);
}

.bottom-navigation ul {
	list-style-type: none;
	height: 33px;
	padding: 0px;
	display: flex;
	justify-content: space-around;
}

.bottom-navigation li {
	margin: 5px;
}

.bottom-navigation a {
	text-decoration: none;
	color: var(--silver);
}

.bottom-navigation ul a i {
	color: inherit;
}

.bottom-navigation ul a.active i {
	font-weight: 900;
}

.invoice-subtotal {
	min-width: 300px;
	background-position: right;
	background: var(--card-title);
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	margin-bottom: 0px;
	text-align: right;
	font-weight: 400;
}

.invoice-due {
	font-size: 14px;
	color: yellow;
	text-align: left;
	font-weight: 400;
}


.invoice-label {
	text-align: left;
	font-size: 14px;
	color: silver;
	float: left;
	width: 30%;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: lighter;
}

.invoice-values {
	text-align: right;
	font-size: 14px;
	color: white;
	width: 30%;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: lighter;
}

.invoice-collumn {
	flex: 1;
	width: 20%;
	text-align: right;
	background: var(--card-title);
}

.invoice {
	background: #fff;
	padding: 20px
}

.invoice-company {
	font-size: 20px
}

.invoice-header {
	margin: 0 -20px;
	background: #f0f3f4;
	padding: 20px
}

.invoice-date,
.invoice-from,
.invoice-to {
	display: table-cell;
	width: 1%
}

.invoice-from,
.invoice-to {
	padding-right: 20px
}

.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
	font-size: 16px;
	font-weight: 600
}

.invoice-date {
	text-align: right;
	padding-left: 16px
}


.invoice-price {
	background: var(--shadow);
	display: table;
	width: 100%
}

.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
	display: table-cell;
	padding: 5px;
	font-size: 14px;
	font-weight: 300;
	width: 15%;
	position: relative;
	vertical-align: middle
}

.invoice-price .invoice-price-left .sub-price {
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px
}

.invoice-price .invoice-price-row {
	display: table;
	float: left
}

.invoice-price .invoice-price-right {
	width: 10%;
	background: var(--card-title);
	color: white;
	font-size: 14px;
	text-align: right;
	vertical-align: bottom;
	font-weight: 400
}

.invoice-price .invoice-price-right small {
	display: block;
	opacity: .6;
	position: absolute;
	left: 5px;
	font-size: 10px
}

.invoice-footer {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 10px
}

.invoice-note {
	color: #999;
	margin-top: 80px;
	font-size: 85%
}

.invoice>div:not(.invoice-footer) {
	margin-bottom: 20px
}

.date-input {
	display: inline-block;
	margin-left: 5px;
	align-self: center;
	text-align: center;
	/* Or any spacing you prefer */
}

/* Style for status options */
.status-option {
	cursor: pointer;
}

/* Hover effect for status options */
.status-option:hover {
	background-color: var(--gold-title);
	/* Light grey background on hover */
}

/* Style for status options */
.location-option {
	cursor: pointer;
}

/* Hover effect for status options */
.location-option:hover {
	background-color: var(--gold-title);
	/* Light grey background on hover */
}

@media (max-width: 576px) {
	.text-muted {
		display: block;
		margin-bottom: 5px;
	}

	.date-input {
		width: 100%;
	}
}

.mobile-header {
	font-weight: bold;
	display: block;
}

@media screen and (min-width: 768px) {
	.mobile-header {
		display: none;
	}
}