html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
	vertical-align: baseline;

	background: transparent;

	font-size: 100%;

	outline: 0;

	padding: 0;

	margin: 0;

	border: 0;
}

:root {
	--darkPink: #d9577d;
	--brightPink: #e89ab1;
	--white: #fff;
	--lightGray: #f3f3f3;
	--mediumGray: #ccc;
	--darkGray: #333;
	--black: #000;
	--red: #f65d5d;
	--yellow: #ffe479;
}


* {
	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	-webkit-text-size-adjust: 100%;

	-moz-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body {
	/*background: url(../images/background.jpg) bottom center no-repeat fixed;

    background-size: 100% 100%;*/

	font-family: "Poppins", sans-serif;

	background-color: #f0f0f0;

	font-weight: normal;

	line-height: 20px;

	font-size: 14px;

	padding: 0;

	margin: 0;
}

a:link,
a:visited {
	text-decoration: none;

	color: #000;
}

a {
	text-decoration: none;

	color: #000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-family: "Poppins", sans-serif;

	font-weight: normal;

	color: #333333;

	font-size: 32px;

	line-height: 38px;

	margin-bottom: 10px;
}

h2 {
	font-family: "Poppins", sans-serif;

	font-weight: normal;

	color: #333333;

	font-size: 22px;

	line-height: 24px;

	margin-bottom: 5px;
}

h3 {
	font-family: "Poppins", sans-serif;

	margin: 0 0 10px 0;

	font-weight: normal;

	line-height: 27px;

	font-size: 20px;

	color: #333333;
}

h4 {
	font-family: "Poppins", sans-serif;

	margin: 0 0 10px 0;

	font-weight: normal;

	line-height: 27px;

	font-size: 18px;

	color: #333333;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited {
	color: #333333;
}

h1 img,
h2 img {
	vertical-align: middle;
}

hr {
	border-bottom: 1px solid #e5e5e5;

	border-right: 1px solid #ffffff;

	border-left: 1px solid #ffffff;

	border-top: 1px solid #ffffff;

	margin: 10px 0;
}

table {
	border-collapse: collapse;

	width: 100%;

	overflow-x: auto;
}

table,
tr,
th,
td {
	font-family: "Poppins", sans-serif;

	font-size: 14px;

	color: #000000;

	padding: 5px;
}

table.responsive tbody tr:hover {
	background-color: #ececec;
}

thead td {
	font-weight: bold;
}

thead tr {
	border-bottom: 2px solid rgb(182, 182, 182);
}

tbody tr {
	border-bottom: 1px solid rgb(182, 182, 182);
}

tr.bold {
	font-weight: bold;
}

tr.underline {
	text-decoration: underline;
}

p {
	padding: 0px;

	margin: 0px;
}

label {
	font-weight: bold;
}

form {
	width: 100%;

	margin: auto;
}

form.w100 {
	width: 100%;

	margin: 0;
}

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="radio"],
textarea,
select {
	font-family: "Poppins", sans-serif;

	margin-bottom: 3px;

	font-size: 100%;

	padding: 8px;

	width: 100%;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-ms-border-radius: 5px;

	-o-border-radius: 5px;

	border-radius: 5px;

	background-color: #e5e5e5;

	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#ffffff),
			to(#f0f0f0));

	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);

	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);

	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);

	background: -o-linear-gradient(top, #ffffff, #f0f0f0);

	background: linear-gradient(top, #ffffff, #f0f0f0);

	text-shadow: -1px -1px 0px #ffffff;

	border: 1px solid #cccccc;

	margin: 10px 0;

	margin-top: 5px;

	max-width: 500px;

	min-width: 125px;
}

input[type="checkbox"] {
	min-width: unset;
}

input[type="date"] {
	padding: 0.5rem 1rem;
	font-family: "Poppins";
	border-radius: 5px;
	width: 50%;
}

table input,
table textarea,
table select {
	margin-bottom: 0px;
}

textarea {
	height: 80px;
}

textarea.h100 {
	height: 100px;
}

textarea.h200 {
	height: 200px;
}

textarea.h300 {
	height: 300px;
}

a.submit,
.submit,
input.submit {
	background: #d9577d;
	border: none;
	color: #ffffff !important;
	width: 100%;
	margin: 10px 10px 10px 0;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 15px;
	width: 200px;
	min-width: fit-content;
	border-radius: 3px;
	-webkit-appearance: none;
	text-align: center;
	text-shadow: none;
	font-weight: bold;
}

a.submit-grey,
.submit-grey,
input.submit-grey {
	background: none;
	background-color: #999;
	border: none;
	color: #fff !important;
	width: 100%;
	margin: 10px 10px 10px 0;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 15px;
	min-width: fit-content;
	border-radius: 3px;
	-webkit-appearance: none;
	text-align: center;
	text-shadow: none;
	font-weight: bold;
}

a.submit:hover,
.submit:hover,
input.submit:hover,
a.submit-grey:hover,
.submit-grey:hover,
input.submit-grey:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* css to get style as inputfield*/
.style-input {
	font-family: "Poppins", sans-serif;
	margin-bottom: 3px;
	font-size: 100%;
	padding: 8px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#ffffff),
			to(#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(top, #ffffff, #f0f0f0);
	text-shadow: -1px -1px 0px #ffffff;
	border: 1px solid #cccccc;
	margin: 10px 0;
	margin-top: 5px;
	max-width: 500px;
	min-width: 125px;
}

/* delete disabled */

.delete-disabled {
	cursor: not-allowed;
	opacity: 0.2 !important;
	background-color: #666 !important;
}

.delete-disabled:hover {
	cursor: not-allowed !important;
	opacity: 0.2 !important;
	background-color: #666 !important;
}


/* button disabled */
.btn-disabled {
	cursor: not-allowed;
	opacity: 0.2 !important;
	background-color: #666 !important;
}

.btn-disabled:hover {
	cursor: not-allowed !important;
	opacity: 0.2 !important;
	background-color: #666 !important;
}



/* Knappar för borttagning (Röd) */

input.delete {
	background-color: #a80000;

	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#f52e2e),
			to(#a80000));

	background: -webkit-linear-gradient(top, #f52e2e, #a80000);

	background: -moz-linear-gradient(top, #f52e2e, #a80000);

	background: -ms-linear-gradient(top, #f52e2e, #a80000);

	background: -o-linear-gradient(top, #f52e2e, #a80000);

	background: linear-gradient(top, #f52e2e, #a80000);

	-webkit-box-shadow: 0px 1px 0px 0px #ff9b9b inset;

	-moz-box-shadow: 0px 1px 0px 0px #ff9b9b inset;

	-ms-box-shadow: 0px 1px 0px0px #ff9b9b inset;

	-o-box-shadow: 0px 1px 0px 0px #ff9b9b inset;

	box-shadow: inset 0px 1px 0px 0px #ff9b9b;

	text-shadow: -1px -1px 0px #d9577d;

	border: 1px solid #a80000;

	font-weight: bold;

	color: #ffffff;
}

input.delete:hover {
	background-color: #a80000;

	border: 1px solid #a80000;

	-webkit-box-shadow: 0 0 10px 5px #a80000 inset;

	-moz-box-shadow: 0 0 10px 5px #a80000 inset;

	-ms-box-shadow: 0 0 10px 5px #a80000 inset;

	-o-box-shadow: 0 0 10px 5px #a80000 inset;

	box-shadow: 0 0 10px 5px #a80000 inset;
}

input[type="checkbox"] {
	background: none;

	padding: 0;

	width: 30px;

	border: 0;
}

input[type="radio"] {
	background: none;

	padding: 0;

	width: 30px;

	border: 0;
}

input.addFile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

:invalid {
	box-shadow: none;
}

:-moz-submit-invalid {
	box-shadow: none;
}

:-moz-ui-invalid {
	box-shadow: none;
}

#logo {
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

#logo img {
	width: 100%;
	padding: 2rem 0;
}



.readonly-input {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	padding-left: 0 !important;
}


/* Input */

.Input {
	margin-top: 20px;
}

.Input input {
	width: 100%;

	max-width: 400px;
}

.Input label {
	display: block;
}

.Input__checkbox {
	padding: 10px 0;
}

input:focus {
	outline: none;

	border: 1px solid #888888;
}

label {
	font-size: 15px;
}



/******* style for checkboxes ****************/
.chbx-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: fit-content;

}

.chbx-container p {
	padding-top: 4px;
}

.chbx-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 5px;
}

.chbx-container:hover input~.checkmark {
	background-color: #ccc;
}

.chbx-container input:checked~.checkmark {
	background-color: #e47697;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.chbx-container input:checked~.checkmark:after {
	display: block;
}

.chbx-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chbx-item {
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	margin: 15px;
	width: calc(100% - 30px);
	padding: 0px;
}



/****** checkbox in table **********/
.chbx-container-table {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* width: fit-content; */
	width: 20px;

}

.chbx-container-table p {
	padding-top: 4px;
}

.chbx-container-table input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.chbx-container-table .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 5px;
	border-color: #e47697;
	border-width: 1px;
	border-style: solid;
}

.chbx-container-table:hover input~.checkmark {
	background-color: #ccc;
}

.chbx-container-table input:checked~.checkmark {
	background-color: #e47697;
}

.chbx-container-table input:checked~.checkmark:after {
	display: block;
}

.chbx-container-table .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/****** end checkbox in table **********/



/*****************  end chbx styling ****************/





/* Button */

.Button__holder {
	display: flex;

	justify-content: space-between;

	margin-top: 20px;
}

.Button {
	display: inline-block;

	padding: 5px 15px;

	background-color: #ffe479;

	color: #000;

	border: 0;

	cursor: pointer;

	font-size: 13px;

	margin-top: 20px;

	border-radius: 10px;
}

.Button--success {
	background-color: #005ea8;

	color: #fff;
}

.Button--danger {
	background-color: #921b1b;

	color: #fff;
}

/* Login */

.Login__holder {
	width: 100%;

	height: 100%;

	display: flex;

	margin: 0;
}

.Login__box {
	display: flex;

	margin: auto;

	flex-direction: column;
}

.Login {
	width: 400px;

	background-color: #ffffff;

	margin: auto;

	padding: 25px;

	border: 1px solid #d4d4d4;

	border-radius: 10px;
}

.Login__Header {
	/*background-image: url('../images/logo.png');*/

	height: 100px;

	margin-bottom: 20px;

	background-position: center;

	background-size: contain;

	background-repeat: no-repeat;
}

.Login__footer {
	text-align: center;

	margin-top: 10px;

	font-size: 14px;
}

.Login__h1 {
	color: #d9577d;

	text-align: center;
}

/* Modal */

/* new */
.modal {
	max-width: 100%;
	width: auto;
	padding: 5rem;
	height: auto;
	min-height: 20rem;
	min-width: 30rem;
	background-color: var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
	margin: 10rem 0;
}

.modal-layer {
	display: none;
	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.747);
	z-index: 999999;
}

.spinner {
	display: none;
	margin: 100px auto;
	width: 8rem;
	height: 8rem;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2s infinite linear;
	animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	/* background-color: var(--darkPink); */
	background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
	border-radius: 100%;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}



.spinner-small.show {
	display: block;
	margin: 4px auto;
	width: 1.4rem;
	height: 1.4rem;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2s infinite linear;
	animation: sk-rotate 2s infinite linear;
}



@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* end new */



.Modal__holder {
	width: 100%;

	height: 100%;

	position: fixed;

	top: 0;

	left: 0;

	display: none;

	z-index: 20000;

	justify-content: center;

	align-items: center;
}

.Modal__headline {
	font-size: 26px;

	line-height: 34px;

	margin-bottom: 10px;
}

.Modal {
	max-width: 700px;

	min-height: 100px;

	background: #ffffff;

	/*margin: auto;*/

	border: 1px solid #d4d4d4;

	z-index: 100;

	padding: 25px;

	border-radius: 10px;
}

.Modal__buttons {
	display: flex;
}

.Modal__buttons .btn {
	margin-right: 10px;
}

.Modal ul {
	list-style-type: none;
}

/* Loader */

.Loader {
	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 10000;
}

.Fader {
	width: 100%;

	height: 100%;

	background: black;

	position: fixed;

	top: 0;

	left: 0;

	opacity: 0.5;
}

.Loader__Holder {
	width: 100%;

	height: 100%;

	display: flex;

	position: fixed;

	top: 0;

	left: 0;
}

.Loader__spinner {
	width: 400px;

	height: 200px;

	background: #ffffff;

	border: 1px solid #ededed;

	margin: auto;

	display: flex;
}

/* Header */

.Header {
	width: 100%;

	height: 74px;

	display: flex;

	justify-content: flex-end;

	position: fixed;

	top: 0;

	left: 0;
}

/* Usermenu */

.Usermenu__holder {
	height: 100%;

	display: flex;

	align-items: center;

	padding: 0 20px;

	color: #ffffff;

	cursor: pointer;
}

.Usermenu__icon {
	width: 40px;

	height: 40px;

	margin-right: 20px;

	display: flex;
}

.Usermenu__icon i {
	margin: auto;
}

.Usermenu__button {
	margin-left: 10px;
}

.Usermenu {
	display: none;

	width: 320px;

	background-color: #ffffff;

	position: absolute;

	right: 0;

	top: 72px;

	padding: 25px 0;

	border: 1px solid #ededed;

	z-index: 100;
}

.Usermenu li {
	color: #000;

	background: #fff;

	margin-top: 10px;

	text-align: center;

	list-style-type: none;
}

.Usermenu li a {
	padding: 10px 10px;

	display: block;

	color: #000;

	text-decoration: none;

	transition: all 0.4s ease;
}

.Usermenu li a:hover {
	background-color: #005ea8;

	color: #ffffff;

	transition: all 0.4s ease;
}

.Usermenu li a.active {
	background-color: #d9577d;

	color: #ffffff;
}

/* Table */

.Table {
	border-collapse: collapse;
	width: 100%;
}

.Table tbody td,
.Table tbody th {
	padding: 8px;
}

.Table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

.Table tbody tr:hover {
	background-color: #ddd;
}

.Table tbody td.folder a {
	font-weight: bold;
}

.Table tbody a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.Table tbody td a {
	display: flex;
	align-items: center;
	width: 100%;
}

.Table tbody td a .icon {
	margin-right: 10px;
	justify-content: center;
	display: flex;
	width: 60px;
}

.Table tbody td a .icon img {
	border-radius: 3px;
	width: 48px;
}

.Table tbody tr {
	vertical-align: middle;
}

.Table tbody,
.Table tbody img {
	vertical-align: middle;
}

.User__confirm-delete,
.User__edit {
	cursor: pointer;
}

#User__change-password-holder {
	display: none;
}

/* Messages */

.Message__error {
	background-color: #f65d5d;

	color: #fff;

	/*text-align: center; */

	padding: 25px;

	margin: 40px 0;

	font-size: 16px;
}

.Message__success {
	background-color: #31c864;

	color: #fff;

	/*text-align: center; */

	font-weight: bold;

	padding: 25px;

	margin: 40px 0;

	font-size: 16px;
}

.btn,
a.btn:link,
a.btn:visited {
	background-color: #ffe479;

	padding: 10px 15px;

	color: #000;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

	border-radius: 3px;

	/*line-height: 50px;*/

	cursor: pointer;

	display: inline-block;

	margin: 10px 0;

	position: relative;

	border: 0;

	line-height: 20px;

	min-width: fit-content;

	-webkit-appearance: none;
}

.btn-blue,
a.btn-blue:link,
a.btn-blue:visited {
	background-color: #d9577d;

	color: #fff;
}

.btn-blue:hover,
a.btn-blue:link:hover,
a.btn-blue:visited:hover {
	color: #fff;
}

.btn-gray,
a.btn-gray:link,
a.btn-gray:visited {
	background: #ededed;

	color: gray;

	cursor: no-drop;
}

.btn-gray-back,
a.btn-gray-back:link,
a.btn-gray-back:visited {
	background: #ededed;

	color: #000;
}

.btn-gray {
	cursor: pointer !important;
}

.btn-red,
a.btn-red:link,
a.btn-red:visited {
	background: #f65d5d;
	color: #fff;
	cursor: pointer;
	text-shadow: none;
	font-weight: bold;
}

a.btn-gray-enabled {
	background-color: #ededed !important;

	color: #000;
}

.btn.f-left span.las,
.btn.f-left i.las {
	margin: 0 10px 0 0;
}

.btn:hover,
a.btn:hover {
	text-decoration: none;

	opacity: 0.7;
}

.btn-big,
a.btn-big:link,
a.btn-big:visited {
	padding: 35px 20px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

	border-radius: 3px;

	font-size: 18px;

	text-align: center;

	color: #d9577d;

	min-height: 145px;
	height: auto;
	position: relative;

	display: flex;

	flex-direction: column;

	width: 20%;

	width: calc(20% - 20px);

	margin: 0 20px 20px 0;
}

.btn-big i.la,
.btn-big i.las {
	font-size: 35px;

	padding-bottom: 10px;
}

.btn-big:hover,
a.btn-big:hover {
	background-color: #ffe479;

	color: #000;

	text-decoration: none;
}




.icon-text-wrapper {
	display: flex;
	align-items: center;
}

.button-bgcolor-green {
	border: none;
	background-image: none !important;
	background-color: #31c864 !important;
	color: var(--white);
	border-radius: 10px;
	margin-top: 0;
	padding: 10px 30px;
	cursor: pointer;
	transition: all 0.4s ease;

}

.button-bgcolor-yellow {
	background-image: none !important;
	background-color: #ffe479 !important;
	border-radius: 10px;
	padding: 10px 30px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.button-bgcolor-orange {
	background-image: none !important;
	background-color: #ffb039 !important;
	border-radius: 10px;
	padding: 10px 30px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.button-bgcolor-gray {
	background-image: none !important;
	background-color: #686868 !important;
	border-radius: 10px;
	padding: 10px 30px;
	cursor: pointer;
	transition: all 0.4s ease;
}



.alert-circle {
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	background-color: #f65d5d;
	color: #fff;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

iframe {
	width: 100%;

	margin: 0;
}

ul.tree,
ul.tree ul {
	list-style-type: none !important;
}

ul.tree>li {
	font-weight: bold;
}

ul.tree>li>ul {
	font-weight: normal;
}

/* Klasser */

.clear {
	text-indent: -4000px;

	line-height: 0;

	display: block;

	font-size: 0;

	clear: both;

	height: 0;
}

.round {
	-webkit-border-top-right-radius: 15px;

	-moz-border-radius-topright: 15px;

	-ms-border-top-right-radius: 15px;

	-o-border-top-right-radius: 15px;

	border-top-right-radius: 15px;
}

.shadow {
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);

	-moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);

	-ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);

	-o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);

	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}

.loading {
	width: 100%;

	text-align: center;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.fa-icon-medium {
	font-size: 30px;
}

.fa-icon-large {
	font-size: 80px;
}

.small {
	font-size: 12px;
}

.fleft {
	float: left;
}

.hint {
	color: #666;
}

.active {
	color: #d9577d;

	font-weight: bold;
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	padding: 0 20px;
	background-color: #dbdbdb;
	text-align: center;
	box-shadow: 0 7px 14px rgba(171, 171, 171, 0.25),
		0 5px 5px rgba(171, 171, 171, 0.22);
	display: flex;
	flex-direction: column;
	/* justify-content: left; */
}

.header-login {
	position: fixed;
}

header .profile-menu-action {
	vertical-align: middle;
	line-height: 40px;
	color: #000000;
	margin: 15px 0;
	display: flex;
	justify-items: center;
	align-items: center;
	cursor: pointer;
}

header .profile-menu-action:hover {
	text-decoration: none;
	opacity: 0.7;
}

header .profile-menu-action div {
	display: flex;
}

header .profile-menu-action .user-image {
	float: left;
	padding-right: 10px;
}

header .profile-menu {
	display: none;
}

nav {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

nav ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

nav ul li {
	background: #c3c3c3;
	align-items: center;
	gap: 0.5rem;
	list-style: none;
	padding: 0.7rem;
	display: flex;
}

section {
	float: none;
	margin: 0;
	padding: 20px 0 20px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section .content {
	padding: 20px;

	background-color: #fff;

	float: left;

	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);

	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);

	-ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);

	-o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);

	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.w100 {
	width: 98%;

	margin: 0 0 2% 2%;
}

.w50 {
	width: 48%;

	margin: 0 0 2% 2%;
}

.w33 {
	width: 31.3%;

	margin: 0 0 2% 2%;
}

.w25 {
	width: 23%;

	margin: 0 0 2% 2%;
}

.w100-nopm {
	width: 100%;

	margin: 0;

	padding: 0;

	float: left;
}

.w50-nopm {
	width: 50%;

	margin: 0;

	padding: 0;

	float: left;
}

.w50-keep-nopm {
	width: 50%;

	margin: 0;

	padding: 0;

	float: left;
}

.w33-nopm {
	width: 33.33%;

	margin: 0;

	padding: 0;

	float: left;
}

.w25-nopm {
	width: 25%;

	margin: 0;

	padding: 0;

	float: left;
}

.mobile {
	display: none;
}

.desktop {
	display: inline-block;
}

td.desktop,
th.desktop {
	display: table-cell;
}





.flex-column {
	flex-direction: column;
}

.space-between {
	justify-content: space-between;
}

.justify-left {
	justify-content: flex-start;
}


.display-hidden {
	display: none !important;
}

/*

a.section-action-button:link,

a.section-action-button:visited {

    color: #666;

    border: 1px solid #e5e5e5;

    border-radius: 4px;

    padding: 2px 5px;

    line-height: 25px;

    float: right;

}



a.section-action-button:hover {

    background-color: #ffe479;

    color: #333;

    text-decoration: none;

}

*/

.colorbox-table {
	width: 100%;

	text-align: left;

	margin-bottom: 60px;
}

.colorbox-table tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.colorbox-table td {
	vertical-align: middle;
}

.colorbox-table tbody tr:hover {
	background-color: #ececec;
}

#update_user_errors,
#add_user_errors {
	padding: 40px 20px;

	margin: 20px 0;

	list-style-type: none;

	background-color: #f65d5d;

	color: #ffffff;
}

.not-valid {
	color: #f65d5d;
}

.status-box {
	width: 18px;

	height: 18px;

	margin-right: 10px;

	top: 3px;

	position: relative;

	display: inline-block;
}

.status-box {
	width: 18px;

	height: 18px;

	margin-right: 10px;

	top: 3px;

	position: relative;
}

.status-box.good {
	background-color: #3b9617;
}

.status-box.bad {
	background-color: #cc0000;
}

a.app-menu:link,
a.app-menu:visited {
	margin: 15px 0 0 0;

	color: #fff;

	float: left;
}

.delete-confirm {
	width: 300px;

	height: 200px;

	padding: 20px;

	text-align: center;

	z-index: 10000;

	background-color: rgb(255, 255, 255);

	color: #000;

	display: none;

	border-radius: 5px;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	box-shadow: 0 7px 14px rgba(171, 171, 171, 0.25),
		0 5px 5px rgba(171, 171, 171, 0.22);

	border: 2px solid rgb(233, 233, 233);

	flex-flow: column;

	justify-content: center;
}

/*

.delete-confirm-arrow {

    width: 15px;

    height: 15px;

    background-color: #fff;

    transform: rotate(45deg);

    position: absolute;

    bottom: -8px;

    left: 35px;

}

*/

/* Loader */

.Loader {
	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 10000;
}

.Fader {
	width: 100%;

	height: 100%;

	background: black;

	position: fixed;

	top: 0;

	left: 0;

	opacity: 0.5;
}

.Loader__Holder {
	width: 100%;

	height: 100%;

	display: flex;

	position: fixed;

	top: 0;

	left: 0;
}

.Loader__spinner {
	width: 400px;

	height: 200px;

	background: #ffffff;

	border: 1px solid #ededed;

	margin: auto;

	display: flex;
}

/* Usermenu */

.Usermenu__holder {
	height: 100%;

	display: flex;

	align-items: center;

	padding: 0 20px;

	color: #ffffff;

	cursor: pointer;
}

.Usermenu__icon {
	width: 40px;

	height: 40px;

	margin-right: 20px;

	display: flex;
}

.Usermenu__icon i {
	margin: auto;
}

.Usermenu__button {
	margin-left: 10px;
}

.Usermenu {
	display: none;
	width: 320px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 378px;
	padding: 25px 0;
	border: 1px solid #ededed;
	z-index: 100;
}

.Usermenu li {
	color: #000;

	background: #fff;

	margin-top: 10px;

	text-align: center;

	list-style-type: none;
}

.Usermenu li a {
	padding: 10px 10px;

	display: block;

	color: #000;

	text-decoration: none;

	transition: all 0.4s ease;
}

.Usermenu li a:hover {
	background-color: #d9577d;

	color: #ffffff;

	transition: all 0.4s ease;
}

.Usermenu li a.active {
	background-color: #d9577d;

	color: #ffffff;
}

/*

 * Users

 */

.list-header {
	display: flex;

	margin-bottom: 30px;

	justify-content: space-between;

	align-items: end;
}

input.search-input {
	margin: 0;
}

.search-holder {
	width: 100%;
}

.search-holder form {
	display: flex;
}

.search-holder form input,
.search-holder form .btn {
	margin: 0 0 0 0;
}

.search-holder form .btn {
	margin-left: 15px;
}

.box25 {
	width: 20%;

	display: flex;

	align-items: flex-start;

	flex-direction: column;

	justify-content: center;
}

/* Add customers handling */

#add-customer-button {
	display: inline;
}

#add-customer-button.hidden {
	display: none;
}

#add-customer-form {
	display: none;
}

#add-customer-form.open {
	display: block;
}

/* ANIMATIONS on adding,updating and removing posts */

#jm-added-div {
	/* height: auto; */
	height: 100px;
	width: 100%;
	position: fixed;
	overflow: hidden;
	bottom: -100px;
	z-index: 9999;
	opacity: 0;

	background-color: #31c864;

}

#jm-added-div p {
	text-align: center;

	line-height: 20px;

	font-weight: bold;

	font-size: 120%;

	color: #fafafa;
}







#added-div,
#updated-div,
#deleted-div {
	height: 50px;

	width: 100%;

	overflow: hidden;

	position: fixed;

	bottom: 0;

	z-index: 9999;

	opacity: 0;
}

#added-div p,
#updated-div p,
#deleted-div p {
	text-align: center;

	line-height: 50px;

	font-weight: bold;

	font-size: 120%;

	color: #fafafa;
}

#updated-div p {
	color: #000;
}

#added-div {
	background-color: #31c864;
}

#updated-div {
	background-color: #ffe479;
}

#deleted-div {
	background-color: #f65d5d;
}

.on {
	animation-name: popUp;

	animation-duration: 4s;

	animation-timing-function: linear;

	animation-fill-mode: forwards;
}


.on2 {
	animation-name: popUp2;

	animation-duration: 5s;

	animation-timing-function: linear;

	animation-fill-mode: forwards;
}

/* ORDER LISTNING */

.order-row-wrapper:nth-of-type(odd) {
	background-color: rgb(246, 246, 246);
}

/* SEARCH BOX RESULTS */

.search-box-ajax .result a {
	display: block;

	text-align: center;
}

.red,
a.red {
	color: #f65d5d;
}

.green {
	color: #31c864;
}

.btn-green {
	background-color: #31c864 !important;
	color: #fff !important;
}

.blue,
a.blue {
	color: #d9577d;
}

.yellow {
	color: #ffe479;
}

.pay-button,
.unpay-button {
	color: #d9577d;

	cursor: pointer;
}

.red-background {
	/* background-color: rgb(255, 188, 188)!important; */

	border-left: 10px solid #f65d5d;

	padding: 0 5px;
}

.orange-background {
	/* background-color: rgb(255, 238, 205)!important;*/

	border-left: 10px solid rgb(250, 238, 76);

	padding: 0 5px;
}

.bold {
	font-weight: bold;
}

.bad-status {
	color: #f65d5d !important;
	font-weight: bold;
}

.good-status {
	font-weight: bold;
	color: #31c864 !important;
}

/* ORDER SETTING */

.order-settings {
	margin: 20px 0;
}

.order-settings a,
.order-settings a.btn {
	display: block;

	width: fit-content;
}

.order-settings p,
.order-settings a,
.order-settings a.btn {
	margin: 10px 0;
}

/* Category boxes */

.category-box {
	display: block;

	width: 1000px;

	background-color: #005ea8;

	color: #fff !important;

	padding: 50px 25px;

	text-align: center;

	transition: all 0.4s ease;
}

.category-box:hover {
	background-color: #d9577d;

	text-decoration: none !important;
}

.article-box-wrapper {
	display: flex;

	flex-wrap: wrap;

	width: 1000px;
}

/* Article boxes */

.article-box {
	display: block;

	width: 48%;

	width: calc(50% - 15px);

	margin: 15px 15px 15px 0;

	background-color: #c4168a;

	color: #fff !important;

	padding: 50px 25px;

	text-align: center;

	transition: all 0.4s ease;
}

.article-box:hover {
	background-color: #d140b2;

	text-decoration: none !important;
}

/* Article information boxes */

.article-information-box {
	display: block;

	width: 1000px;

	color: #fff;

	display: flex;
}

.article-information-box .box-image-container {
	background-color: #fff;

	background-position: center;

	background-size: contain;

	background-repeat: no-repeat;

	width: 50%;

	padding-top: 50%;
}

.article-information-box .box-content {
	color: #000 !important;

	width: 50%;

	padding: 25px;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-wrap: wrap;

	flex-flow: column;
}

.stock-error {
	color: #f65d5d;
}

.article-box h2,
.category-box h2 {
	color: #fff !important;
}

input:disabled {
	border: none;

	background: #fff;

	background-color: #fff;
}

/* END OF ORDER LISTNING */

/* jm default style for info modal */
.more-info-modal {
	display: flex;
	flex-wrap: wrap;
	/* padding: 100px; */
	padding: 40px;
}

.more-info-modal .box-25,
.more-info-modal .box-33,
.more-info-modal .box-50,
.more-info-modal .box-100 {
	background-color: #f3f3f3;
}

/* ---- style for boat jm -----*/

.boat-information {
	display: flex;
	flex-wrap: wrap;
	/* padding: 100px; */
	padding: 40px;
}

/* #f3f3f3 */
.boat-information .box-25,
.boat-information .box-33,
.boat-information .box-100 {
	background-color: #f3f3f3;
}

/* ----  end style for boat -----*/
/* jm */

/* box 33 standard  */
.box-20 {
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 15px;
	width: calc(20% - 30px);
	padding: 10px;
}

.box-25 {
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 15px;
	width: calc(25% - 30px);
	padding: 10px;
}

.box-33 {
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 15px;
	width: calc(33% - 30px);
	padding: 10px;
}


.box-33-mr1p0 {
	width: calc(33% - 10px);
	margin-right: 1rem;
}


.box-50 {
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 15px;
	width: calc(50% - 30px);
	padding: 10px;
}

.box-75 {
	border: 1px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 15px;
	width: calc(75% - 30px);
	padding: 10px;
}

.box-100 {
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 15px;
	width: calc(100% - 30px);
	padding: 10px;
}

/*  */

.image-container-list {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	flex: 1;
}

.image-thumb {
	width: 125px;
	height: 100px;
	display: flex;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.image-thumb-big {
	width: 200px;
	height: 160px;
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
	flex-grow: inherit;
}

.folder-thumb {
	position: relative;
	width: 200px;
	height: 160px;
	margin: 0 15px 15px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	flex-grow: inherit;
}

.folder-thumb:hover i.la-folder::before {
	padding-left: 5px;
	content: "\f07c";
}

.folder-thumb:hover {
	opacity: 0.7;
	text-decoration: none;
}

.box_insert_item:hover:after {
	font-family: "Line Awesome Free";
	font-weight: 900;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-size: 3em;
	height: 100%;
	content: "\f00c";
	color: #fff;
	z-index: 100;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}

.image-container {
	min-height: 48px;
	margin: 20px 10px;
	flex-grow: 1;
	max-width: 200px;
	min-width: 125px;
	border: 1px solid #ccc;
}

.image-container:not(.image-container-add):first-of-type:before {
	content: "primär";
	position: absolute;
	top: -15px;
	height: 20px;
	width: 100%;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-color: #d9577d;
	z-index: 999;
}

.image-container img {
	position: relative;
	float: left;
}

.image-container .image-settings {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	justify-content: center;
}

.image-container:hover .image-settings,
.image-container .image-settings-add {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
}

.image-container .image-settings a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: rgba(255, 255, 255, 0.5);
}

.image-container .image-settings a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
}

.image-container.image-background {
	background-size: cover;
	background-position: center;
}

.selected-image-list {
	display: flex;
	flex-wrap: wrap;
	border: 2px dashed #ccc;
	background-color: #f0f0f0;
	padding: 0 5px;
}

.ui-state-highlight {
	content: "";
	background: rgba(217, 87, 125, 0.25);
	display: flex;
	border: 2px solid #d9577d;
	width: 125px;
	height: 100px;
	margin: 20px 10px;
	flex-grow: 1;
	max-width: 200px;
	min-width: 125px;
}


/* css for toggle boxes */
.box-toggle {
	width: 100%;
	width: calc(100% - 30px);
	margin: 1.5rem;
	position: relative;
}

.box-toggle {
	height: 0;
	overflow: hidden;
	visibility: collapse;
}

.box-toggle.show-box-toggle {
	height: auto;
	visibility: visible;
}

/* end  toggle boxes*/



/* css for show counter warnings and info in startpage */
#dashboard-boat-warnings-count {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	/* left: 30px; */
	right: 90px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #d1d1d1;
	color: #ff0000;
	font-size: 18px;
	font-weight: 500;
}

#dashboard-boat-warnings-count i {
	position: absolute;
	top: -8px;
	right: 19px;
	font-size: 20px;
}

#dashboard-booking-warnings-count {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	/* left: 30px; */
	right: 50px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #d1d1d1;
	color: #ff0000;
	font-size: 18px;
	font-weight: 500;
}

#dashboard-booking-warnings-count i {
	position: absolute;
	top: -8px;
	right: 19px;
	font-size: 20px;
}

#dashboard-info-count {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	/* left: 30px; */
	right: 22px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #0316b9;
	color: #f8f8f8;
	font-size: 18px;
	font-weight: 500;
}

/*  */




/* ****************************************************************************************************************** *********************************************************   */
/* ****************************************************************************************************************** *********************************************************   */
/* ****************************************************************************************************************** *********************************************************   */
/* BOOKING STAGE */
#interval-wrapper,
#date-wrapper,
#boat-wrapper,
#extra-services-wrapper,
#overview-wrapper {
	display: none;
}

.booking-wrapper {
	max-width: 900px;
}

.step-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 1;
	position: relative;
}


.extra-service-in-booking {
	width: 100%;
	display: flex;
	background-color: #f3f3f3;
	align-items: center;
	flex-direction: row-reverse;
	margin: 2.5rem 0;
}

.extra-service-in-booking .box-image-container {
	width: 33.33%;
	padding: 2.5rem;
}


.extra-service-in-booking .box-image-container img {
	width: 100%;
	height: auto;
}

.extra-service-in-booking .box-content {
	width: 66.66%;
	padding: 2.5rem;
	margin: auto;
}

.extra-service-in-booking .box-content h2 {
	color: #d9577d;
	padding-bottom: .5rem;
}

.extra-service-in-booking .box-content .extra-service-description {
	padding-bottom: 1rem;
}

.extra-service-in-booking .box-content .extra-service-terms {
	padding: 1rem 0;
}

.extra-service-in-booking .box-content .extra-service-price {
	padding: 1rem 0;
	font-weight: 500;
	color: #333;
}

.extra-service-in-booking select {
	border: 1px solid #ccc;
	padding: .5rem 3rem;
	border-radius: .5rem;
	margin-left: 1rem;
	width: unset;
}

@media all and (max-width:550px) {
	.extra-service-in-booking {
		flex-wrap: wrap;
	}

	.extra-service-in-booking .box-image-container {
		width: 100%;
	}

	.extra-service-in-booking .box-content {
		width: 100%;
		padding: 2.5rem 0;
	}
}



.confirmation-wrapper {
	max-width: 900px;
}

#booking-form {
	width: 100%;
}

#booking-form tbody tr {
	border: none !important;
}

.gray-line {
	width: 100%;
	position: relative;
	margin: 0 0 35px 0;
}

.gray-line::before {
	content: "";
	background-color: lightgray;
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.step-wrapper .current-step {
	background-color: #d9577d;
	padding: 15px;
	width: 350px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step-wrapper .blurred-step {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #dadada;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blurred-step p {
	font-size: 12px;
}

.btn-white {
	color: #000;
	border: 1px solid #dadada;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 30px;
	cursor: pointer;
}

.btn-white span {
	display: inline-block;
	margin-left: 10px;
}

.btn-pink {
	color: #fff !important;
	border: none;
	/* background-color: #d9577d; */
	background-image: linear-gradient(to bottom right, #d9577d, #e47697);
	border-radius: 10px;
	padding: 10px 30px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.btn-pink span {
	display: inline-block;
	margin-right: 10px;
}

.btn-pink:disabled {
	background-color: #ccc;
	background-image: none !important;
	color: #fff;
	cursor: not-allowed;
}

/* HARBOR */

.harbor-choose-wrapper label {
	font-weight: bold;
}

.harbor-choose-wrapper select {
	padding: 15px 50px 15px 15px;
	border: 2px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-image: url("../images/chevron-down.png");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 96%;
	background-color: #fff !important;
}

/* END OF HARBOR */

/* INTERVAL */

.interval-choose-wrapper .radio-container {
	display: flex;
	width: 100%;
	margin: 25px 0;
	align-items: center;
}

.interval-choose-wrapper .choose-text {
	height: 30px;
	display: flex;
	align-items: center;
}

/* DATE */
.date-picker-wrapper {
	margin: 25px 0;
}

.double-button-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

/* END OF DATE */

/* RADIO BUTTONS */
.radio-container {
	display: block;
	position: relative;
	padding-left: 50px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal !important;
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	height: 30px;
	width: 30px;
	background-color: #eee;
	border-radius: 50%;
}

.boat-choose-wrapper .radio-container .checkmark {
	top: 50%;
	transform: translateY(-50%);
}

.radio-container:hover input~.checkmark {
	background-color: #ccc;
}

.radio-container input:checked~.checkmark {
	/* background-color: #d9577d; */
	background-image: linear-gradient(to bottom right, #d9577d, #e47697);
}

.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-container input:checked~.checkmark:after {
	display: block;
}

.radio-container .checkmark:after {
	top: 5.4px;
	left: 11.4px;
	width: 5.4px;
	height: 12.6px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* END OF RADIOS */

/* BOATS */
.boat-choose-wrapper {
	margin: 50px 0;
}

.boat-choice {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	margin: 25px 0;
}

.boat-check {
	max-width: 20%;
}

.boat-info-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 300px;
}

.boat-info-wrapper .boat-name {
	text-align: center;
	font-weight: 600;
	width: 100%;
}

.boat-info-wrapper .boat-img img {
	max-width: 100%;
	width: auto;
}


.boat-booking-list td.tooltip,
.info-service-provider-services td.tooltip,
.more-info-services-provider td.tooltip,
.warning-info-list td.tooltip {
	position: relative;
}

.boat-booking-list .tooltip .tooltiptext,
.info-service-provider-services .tooltip .tooltiptext,
.more-info-services-provider .tooltip .tooltiptext,
.warning-info-list .tooltip .tooltiptext {
	position: absolute;
	top: 0;
	left: calc(50% - 18rem);
	visibility: hidden;
	width: 100%;
	max-width: 30rem;
	background-color: rgba(255, 255, 255, 0.98);
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 1rem;
	z-index: 1;

	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 1s;
}

.boat-booking-list .tooltip:hover .tooltiptext,
.info-service-provider-services .tooltip:hover .tooltiptext,
.more-info-services-provider .tooltip:hover .tooltiptext,
.warning-info-list .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}


/* END OF BOATS */

/* OVERVIEW */
.confirmation-info-wrapper {
	width: 100%;
	margin: 5rem 0;
	display: flex;
	justify-content: flex-start;
}

.confirmation-info-wrapper table {
	text-align: left;
}

.confirmation-info-wrapper th,
.confirmation-info-wrapper td {
	font-size: 14px;
}

#reservation-info-mark,
#fuel-info-mark,
#extra-debit-info-mark {
	position: relative;
	display: inline;
	margin-left: 5px;
	background-color: #d9577d;
	font-size: 12px;
	padding: 0 7px;
	border-radius: 50%;
	color: #fff;
}

#reservation-info-mark .tooltiptext,
#fuel-info-mark .tooltiptext,
#extra-debit-info-mark .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #d9577d;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -125px;
	opacity: 0;
	transition: opacity 0.3s;
}

#reservation-info-mark .tooltiptext::after,
#fuel-info-mark .tooltiptext::after,
#extra-debit-info-mark .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #d9577d transparent;
}

#reservation-info-mark:hover .tooltiptext,
#fuel-info-mark:hover .tooltiptext,
#extra-debit-info-mark:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltiptext.open {
	visibility: visible;
	opacity: 1;
}

.empty-row {
	height: 25px !important;
}

.big-fat-pink {
	color: #d9577d;
	font-weight: bold;
	font-size: 22px;
}

.confirm-payment-wrapper {
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
}

.booking-confirm {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.booking-check {
	max-width: 20%;
}

/* END OF OVERVIEW */

/* CHECKBOXES */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 50px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #eee;
	border-radius: 5px;
}

.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}

.checkbox-container input:checked~.checkmark {
	/* background-color: #d9577d; */
	background-image: linear-gradient(to bottom right, #d9577d, #e47697);
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked~.checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	top: 5.4px;
	left: 11.4px;
	width: 5.4px;
	height: 12.6px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* CONFIRMATION */
.confirmation-message {
	margin: 25px 0;
	text-align: center;
}

.checked-circle {
	width: 100px;
	height: 100px;
	margin: 25px auto 50px auto;
	border-radius: 50%;
	/* background-color: #d9577d; */
	background-image: linear-gradient(to bottom right, #d9577d, #e47697);
	position: relative;
}

.checked-circle::after {
	position: absolute;
	content: "";
	top: 20px;
	left: 35px;
	width: 20px;
	height: 40px;
	border: solid white;
	border-width: 0 10px 10px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.confirmation-message .big-fat-pink {
	padding-bottom: 10px;
}

.confirmation-message .btn-wrapper {
	margin: 25px 10px;
}

/* END OF CONFIRMATION */

@keyframes popUp {
	0% {
		bottom: -50px;

		opacity: 0;
	}

	10% {
		bottom: -25px;

		opacity: 0.8;
	}

	20% {
		bottom: 0px;

		opacity: 0.9;
	}

	79% {
		bottom: 0px;

		opacity: 1;
	}

	90% {
		bottom: -25px;

		opacity: 0.9;
	}

	99% {
		bottom: -50px;

		opacity: 0.8;
	}

	100% {
		bottom: -50px;

		opacity: 0;
	}
}





@keyframes popUp2 {
	0% {
		bottom: -100px;

		opacity: 0;
	}

	10% {
		bottom: 80px;

		opacity: 0.8;
	}

	20% {
		bottom: 120px;

		opacity: 1;
	}

	79% {
		bottom: 160px;

		opacity: 1;
	}

	90% {
		bottom: 160px;

		opacity: 1;
	}

	99% {
		bottom: 0px;

		opacity: 0.8;
	}

	100% {
		bottom: -100px;

		opacity: 0;
	}
}








/* colorbox close copycat */
.cboxCloneClose {
	background-color: #D9577D;
	z-index: 1000;
	position: absolute;
	color: #fff;
	width: 45px;
	height: 45px;
	top: -12.5px;
	opacity: 1;
	right: -12.5px;
	font-size: 0px;
	/* text-shadow: 1px 1px 3px #ffffff; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.cboxCloneClose::before {
	visibility: visible;
	font-family: "Line Awesome Free";
	font-size: 30px;
	content: "\f057";
	color: #fff;
}

.cboxCloneClose:hover:before {
	opacity: .7;
}

.cboxCloneClose:hover {
	font-size: 28px;
	background-color: #db3667;
}

/* end colorbox close copycat */


.content-flex-start {
	align-items: flex-start;
	justify-content: flex-start;
}


/* mass-messages-image */
.mass-messages-image {
	display: flex;
	width: fit-content;
	max-height: 400px;
}



/* show-scroll-info-small-screen */
.show-scroll-info-small-screen {
	display: none;
}

/* end show-scroll-info-small-screen */








/* new 2024-08-29 */
.boat-functions-buttons-wrapper {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 1rem 0;
}

.function-items-button-style {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 10px);
	margin-bottom: 1rem;
	margin-right: 10px;
	padding: 1rem 1rem;
}








/* min width */
@media all and (min-width: 960px) {

	.flex-desktop {
		display: flex;
	}

}



/* max width */
@media all and (max-width: 960px) {
	header .profile-menu {
		display: inline-block;

		color: #fff;
	}

	header .profile-menu-action {
		padding-right: 10px;
	}

	section .content {
		padding: 20px;

		background-color: #fff;

		float: left;

		overflow: hidden;
	}

	nav {
		display: none;

		width: 100%;
	}

	.mobile {
		display: inline-block;
	}

	.desktop,
	td.desktop,
	th.desktop {
		display: none;
	}

	a.app-menu:link,
	a.app-menu:visited {
		margin: 7px 0 0 0;

		color: #fff;

		float: left;
	}

	header .profile-menu-action {
		position: absolute;

		vertical-align: middle;

		right: 10px;
	}

	header .profile-menu-action .user-image {
		font-size: 35px;
	}

	header .profile-menu-action div {
		display: none;
	}

	header .profile-menu {
		display: none;
	}

	header .Usermenu {
		top: 65px;
	}

	.section-title {
		max-width: 80%;
	}

	.section-update {
		max-width: 20%;

		text-align: right;

		font-size: 25px;
	}

	a.section-action-button:link,
	a.section-action-button:visited {
		padding: 5px;
	}

	table.responsive {
		margin-bottom: 0;
	}

	div.table-wrapper {
		overflow-x: auto;
	}

	table.responsive td,
	table.responsive th {
		position: relative;

		white-space: nowrap;

		overflow: hidden;
	}

	/* jm default style for info modal */
	.more-info-modal,
	.boat-information {
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
	}

	/* jm */
	.box-20,
	.box-25,
	.box-33,
	.box-50,
	.box-75 {
		width: calc(100% - 30px);
	}

	.box-33-mr1p0 {
		width: calc(100%);
		margin-right: 1rem;
	}


	.show-scroll-info-small-screen {
		display: block;
	}

}

@media all and (max-width: 550px) {
	header .Usermenu {
		top: 65px;
	}

	header .profile-menu-action .user-image {
		font-size: 28px;
	}

	header .profile-menu-action div {
		display: block;

		top: 2px;

		position: relative;

		margin-right: 0;
	}

	header .profile-menu-action {
		margin: 18px 0;
	}

	.profile-menu-action .Usermenu__icon {
		width: 30px;

		height: 30px;
	}

	.Usermenu__name {
		display: none;
	}

	#modalcontent {
		min-width: 300px;
	}
}

@media screen and (max-width: 800px) {
	.responsive_test {
		min-width: 900px;
	}

	.td-absolute {
		position: absolute;

		width: 200px;

		margin-top: -13px;

		height: 26px;

		display: flex;

		align-items: center;

		border-right: 1px solid #cccccc;

		background-color: #ffffff;

		font-size: 12px;

		left: 20px;

		line-height: 12px;

		padding-left: 4px;
	}
}

/* Responsive */

@media screen and (max-width: 800px) {
	.Header {
		z-index: 2000;
	}

	.Mainmenu__mobilebutton {
		display: block;
	}

	.Mainmenu__mobilebutton.open div:nth-child(1) {
		transform: rotate(45deg);

		top: 20px;
	}

	.Mainmenu__mobilebutton.open div:nth-child(2) {
		opacity: 0;
	}

	.Mainmenu__mobilebutton.open div:nth-child(3) {
		transform: rotate(130deg);

		top: 20px;
	}
}

@media screen and (max-width: 2000px) {
	.list-header-spacer {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	.list-header {
		flex-direction: column;
	}

	.box25 {
		width: 100%;

		min-height: 80px;
	}
}

.flex-wrapper {
	float: none;

	margin: 0;

	padding: 0;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	width: 100%;
}

.flex-100 {
	width: 100%;

	margin: 0 20px 20px 0;

	width: calc(100% - 20px);
}

.flex-66 {
	width: 66.7%;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;
}

.flex-50 {
	width: 48%;

	width: calc(50% - 20px);

	margin: 0 20px 20px 0;
}

.flex-33 {
	width: 33.3%;

	padding-left: 0;

	display: flex;

	flex-wrap: wrap;
}

.flex-25 {
	width: 25%;

	padding-left: 20px;

	display: flex;

	flex-wrap: wrap;
}

.flex-wrapper .content {
	float: none;
}

@media screen and (max-width: 1300px) {
	.flex-66 {
		width: 100%;
	}

	.flex-50 {
		width: 100%;
	}

	.flex-33 {
		width: 100%;

		padding-left: 0;
	}

	.flex-25 {
		width: 50%;

		padding-left: 20px;

		display: flex;

		flex-wrap: wrap;
	}

	.flex-wrapper .content {
		float: none;
	}

	.btn-big,
	a.btn-big:link,
	a.btn-big:visited {
		width: 33.3%;

		width: calc(33.3% - 20px);
	}





}

@media screen and (max-width: 700px) {

	.btn-big,
	a.btn-big:link,
	a.btn-big:visited {
		width: 50%;

		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 450px) {

	/* jm */
	section {
		float: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.flex-100 {
		width: 100%;
		margin: 0;
	}

	/* jm */

	.flex-25 {
		width: 100%;

		padding-left: 20px;

		display: flex;

		flex-wrap: wrap;
	}

	.btn-big,
	a.btn-big:link,
	a.btn-big:visited {
		width: 100%;

		width: calc(100% - 20px);
	}
}
