:root {
	--blue: #0B496D;
    --green: #357b70;
	--turquoise: #1f6981;
	--purple: #7a5d93;
	--gray_blue: #39769a;
	--dark_blue: #072336;
	--dark_gray: #04111b;
	/*--light_gray: #6a8a98;*/
	--light_gray: #49788c;

	--cardspacing: 10px;
	--cardshadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
	--cardcontentbackgroundcolor: #FFFFFF40;
	--cardcontentspacing: 5px;
	--mobile_extra_padding: 20px;
}

*, *::before, *::after {
    box-sizing: border-box;
	/*font-size: 10px;*/
}

/*.preload * {
	transition: none !important;
}*/

h1 {
	font-size: 0px;
}
p {
	margin: 0;
	padding: 0;
}
.semitransparent {
	opacity: 0.5;
	transition: opacity 0.5s ease;
}
.hidden {
	display: none !important;
}

.big_http_status {
	font-size: 200px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 500px)
{
	.big_http_status {
		font-size: 40vw;
	}
}

body
{
	background: var(--blue);
	margin: 0px 0px 20px 0px;
}

@media screen and (max-width: 991px)
{
	body {
		margin: 0;
	}
}

#main_page {
	max-width: 991px;
	height: auto;
	margin: 0px auto auto auto;
}
@media screen and (max-width: 991px)
{
	#main_page {
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

.arial_15 {
	font: 15px arial,helvetica;
}
.width100pct {
	width: 100%;
}
.position_fixed {
	position: fixed;
}
a {
	color: #000000;
	text-decoration: none;
}
hr.dashed {
	border: none;
    border-top: 1px dashed black;
    margin: 0px 5px;
}



.turquoise {
	background-color: var(--turquoise);
}
.purple {
	background-color: var(--purple);
}
.gray_blue {
	background-color: var(--gray_blue);
}
.dark_blue {
	background-color: var(--dark_blue);
}
.dark_gray {
	background-color: var(--dark_gray);
}
.light_gray {
	background-color: var(--light_gray);
}



.turquoise .cardbase__contentcontainer {
	/*background-color: #91b5c1;*/
	background-color: #a1c5d2;
}
.purple .cardbase__contentcontainer {
	background-color: #bdafca;
}
.gray_blue .cardbase__contentcontainer {
	background-color: #99b8ca;
}
.dark_blue .cardbase__contentcontainer {
	background-color: #a6b2b9;
}
/*.dark_gray .cardbase__contentcontainer {
	background-color: #84929a;
}*/
/*.light_gray .cardbase__contentcontainer {
	background-color:  #dae1e4;
}*/
.light_gray .cardbase__contentcontainer {
	background-color:  #b3ccd6;
}



.nopadding {
	padding: 0px !important;
}

img.uploadedimage {
	width: 120px;
	height: 90px;
	border: none;
}
img.uploadedimage.comment {
	padding: 5px 5px;
}
div.uploadedimage {
	width: 120px;
	height: 90px;
	border: none;
	background-color: #00000080;
	display: block;
}
.formerror {
	border: solid 1px red;
    background-color: #fdd;
}

/*#region - Basic page structure */
main.content {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.left-col {
	flex-grow: 2;
	flex-shrink: 2;
	flex-basis: 20px;
	margin-bottom: 10px;
	min-width: 0;
}
.right-col {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 10px;
	padding-left: var(--cardspacing);
}
.single-col {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 10px;
	margin-bottom: 10px;
	min-width: 0;
}

@media screen and (max-width: 991px)
{
	.left-col {
		margin-left: 10px;
	}
	.right-col {
		margin-right: 10px;
		min-width: 280px;
	}
	.single-col {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) /* 599px */
{
	main.content {
		flex-direction: column;
		justify-content: unset;
	}
	.left-col {
		margin-right: 10px;
	}
	.right-col {
		margin-left: 10px;
		padding-left: unset;
	}
	.hidden_on_mobile {
		display: none;
	}
}
@media screen and (min-width: 768px)
{
	.hidden_on_desktop {
		display: none;
	}
}
/*#endregion*/

/* Pages */
/*#region - Startsidan */
.page_startpage .calendarwidgetlink {
	padding: 1px 1px 1px 1px;
}
.page_startpage .calendarwidgetlink > div {
	border-radius: 5px;
}

.page_startpage .cardbase__content {
	display: flex;
}
.page_startpage .cardbase__content > p {
	flex: 1;
}
.page_startpage .cardbase__content > a {
	color: #800;
}

.page_startpage .cardbase .commenttargetcontainer {
	border: dashed 1px #00000080;
    background-color: #00000017;
    margin-bottom: 5px;
	margin-left: 50px;
	display: flex;
	flex: 1;
}
.page_startpage .cardbase .commenttargetcontainer > div{
	flex: 1;
}
.page_startpage .cardbase .commenttargetcontainer p {
	font-size: 12px;
    margin: 0px;
}
.page_startpage .cardbase .commenttargetcontainer p.targetwriter {
	font-size: 10px;
	margin-bottom: 5px;
}
.page_startpage .commenttarget {
	padding: 3px 5px;
}

.page_startpage .cardbase__content.forumcomment {
	padding-bottom: 0px;
}
.page_startpage .cardbase__content.forumpost {
	padding-top: 0px;
}
/*#endregion*/

/*#region - Forumet */
.page_forum .forumpost .cardbase__content,
.page_forum .forumcomment .cardbase__content {
	display: flex;
}
.page_forum .forumpost .cardbase__content p,
.page_forum .forumcomment .cardbase__content p {
	flex: 1;
}
.page_forum .forumpost .cardbase__content a,
.page_forum .forumcomment .cardbase__content a {
	color: #800;
}

.page_forum .forumpostform .cardbase__contentcontainer {
	padding-top: 5px;
    padding-left: 5px;
	display: flex;
	flex-flow: row wrap;
}

.page_forum .forumpostform .cardbase__content.form {
	padding-top: 0px;
    padding-left: 0px;
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 270px;
}

.page_forum .forumpostform .cardbase__content.form > div {
	margin-top: 5px;
}
.page_forum .forumpostform .cardbase__content.form > div:first-child {
	margin-top: 0px;
}

#forumpost_message_container,
#forumcomment_message_container {
	background-color: #eee;
	border: 1px solid #1f6981;
	border-radius: 5px;
}
#forumpost_message_container.formerror,
#forumcomment_message_container.formerror {
	border: solid 1px red !important;
    background-color: #fdd !important;
}
#forumpost_message_container label,
#forumcomment_message_container label {
	display: block;
	padding: 3px 10px;
	font: 15px arial,helvetica;
    font-weight: 700;
}
#forumpost_message,
#forumcomment_message {
	display: block;
	padding: 5px;
	width: 100%;
	border: none;
	border-top: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
	resize: vertical;
}
#forumpost_message.expanded,
#forumcomment_message.expanded {
	height: 100px;
}

#forumpost_name_container,
#forumcomment_name_container {
	display: flex;
	background-color: #eee;
	border: 1px solid #1f6981;
	border-radius: 5px;
}
#forumpost_name_container.formerror,
#forumcomment_name_container.formerror {
	border: solid 1px red !important;
    background-color: #fdd !important;
}
#forumpost_name_container label,
#forumcomment_name_container label {
	height: 100%;
	padding: 0px 10px;
	font: 15px arial,helvetica;
    font-weight: 700;
	display: flex;
    align-items: center;
}
#forumpost_name, #forumcomment_name {
	padding: 10px;
	width: 100%;
	font-size: 15px;
	border: 0px solid #000;
	border-left: 1px solid #ccc;
	border-radius: 0px 5px 5px 0px;
}

#add_image_buttons_container {
	display: flex;
}
#add_image_container .selectimage {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page_forum .forumpostform .uploadedimage {
	position: relative;
}
.page_forum .forumpostform .uploadedimage span {
	width: 120px;
	background-color: black;
	color: #fff;
	font: 10px verdana,arial,helvetica;
	background-color: #00000080;
	text-align: center;
	padding: 5px 0;

	position: absolute;
	z-index: 1;

	width: 120px;
	bottom: 0%;
	left: 50%;
	margin-left: -60px;
}
#add_image_container .uploadgroup {
	margin: 5px;
	display: flex;
	font: 12px arial,helvetica;
	cursor: pointer;
}
#modal_add_image .modal_box {
	max-width: 432px;
}
#modal_add_image img.userimage  {
	width: 45px;
	height: 54px;
	display: block;
	border-radius: 5px 0px 0px 5px;
}
#modal_add_image .uploadgroupinfo {
	padding-left: 10px;
	flex: 1;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
	background-color: #eee;
	border-radius: 0px 5px 5px 0px;
}
#modal_add_image .uploadgroup:hover .uploadgroupinfo {
	background-color: #ddd;
}
#modal_add_image .uploadgroupinfo div {
	width: 100%;
}

#modal_captcha .modal_contentcontainer {
	padding-top: 5px;
}
#modal_captcha .modal_contentcontainer > div:first-child {
	margin-bottom: 20px;
}

.page_forum .post_image_container {
	display: flex;
}
.page_forum .post_removeimage {
	width: unset;
}

.page_forum .forumpostform div.uploadedimage {
	border: 1px solid #1f6981;
}
#modal_add_image div.uploadedimage {
	margin: 2px;
	border: none;
}

.page_forum svg.green {
	fill: #080;
}

.page_forum .forumpostform .captchaformcontainer {
	display: flex;
}
.page_forum .forumpostform .captchaformcontainer img {
	display: block;
	border: 1px solid #888;
    border-right: none;
	border-radius: 5px 0px 0px 0px;
}

.page_forum .captcha-submit.button {
	border-radius: 0px 0px 5px 5px;
    border: 1px solid #888;
    border-top: none;
}
.page_forum .captchastring {
	flex: 1;
    border: 1px solid #888;
    border-radius: 0px 5px 0px 0px;
	padding: 10px;
    width: 100%;
    font-size: 15px;
	text-transform: uppercase;
}

/* Searchform */
.page_forum .cardbase.searchform {
	padding: 0;
}
.page_forum .cardbase.searchform input.searchformtoggle {
	display: none;
}
.page_forum .cardbase.searchform .cardbase__contentcontainer {
	border-radius: 5px;
}
.page_forum .searchform .cardbase__content {
	padding: var(--cardcontentspacing) var(--cardcontentspacing);
	transition: padding 0.3s ease;
}
.page_forum .formfield_container {
	display: flex;
	background-color: #eee;
	border: 1px solid #1f6981;
	border-radius: 5px;
}
.page_forum .formfield_container label {
	flex: 1;
	padding: 0px 10px;
	font: 15px arial,helvetica;
    font-weight: 700;
	display: flex;
    align-items: center;
}
.page_forum .formfield_container label span {
	margin: auto;
}
.page_forum .formfield_container input {
	padding: 10px;
	width: 100%;
	font-size: 15px;
	border: 0px solid #000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transition: width 0.3s ease, padding 0.3s ease;
}
.page_forum .formfield_container button {
	padding: 0 20px;
	border: 0px solid #000;
	border-radius: 0px 5px 5px 0px;
	font-weight: 700;
}

.page_forum .searchform input.searchformtoggle:not(:checked) ~ .cardbase__contentcontainer .cardbase__content {
	padding: 0;
}
.page_forum .searchform input.searchformtoggle:not(:checked) ~ .cardbase__contentcontainer .formfield_container label {
	border-radius: 5px;
	background-color: #a1c5d2;
}
.page_forum .searchform input.searchformtoggle:not(:checked) ~ .cardbase__contentcontainer .formfield_container input {
	width: 0;
	padding: 5px 0px;
	border-left: none;
	border-right: none;
}
.page_forum .searchform input.searchformtoggle:not(:checked) ~ .cardbase__contentcontainer .formfield_container button {
	display: none;
	width: 0;
	border: none;
	border-left: none;
}

.page_forum div.no_rearch_results {
	text-align: center;
	margin: 0px 0px var(--cardspacing) 0px;
	padding: 5px 0;
}
.page_forum div.no_rearch_results span {
	padding: 5px 20px;
	box-shadow: var(--cardshadow);
	Font-family: verdana,arial,helvetica;
    font-size: 14px;
	background-color: #99b8ca;
	border-radius: 6px;
}

@media screen and (max-width: 991px)
{
	.page_forum .searchform {
		padding: 1px 1px 1px 1px;
	}
	.page_forum .searchform > div {
		border-radius: 5px;
	}
}
/*#endregion*/

/*#region - Kalender */
.page_calendar .cardbase.calendar .cardbase__content {
	padding: 0;
}
.page_calendar .cardbase.calendar table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.page_calendar .cardbase.calendar th {
	font-weight: normal;
}
.page_calendar .cardbase.calendar th.weeknumber {
	width: 20px;
}
.page_calendar .cardbase.calendar th.weekday .short {
	display: none;
}

.page_calendar .cardbase.calendar td {
	height: 80px;
	vertical-align: top;
	padding: 1px 2px;
}

.page_calendar .cardbase.calendar tr.weeknumber {
	display: none;
}
.page_calendar .cardbase.calendar td.weeknumber {
	vertical-align: middle;
	font: 15px arial,helvetica;
	font-weight: bold;
}
.page_calendar .cardbase.calendar td.day {
	position: relative;
}
.page_calendar .cardbase.calendar td.day > div {
	position: absolute;
    top: 1px;
    bottom: 0;
    left: 1px;
	right: 0;
	background-color:#edf9fd;
	cursor: pointer;
}
.page_calendar .cardbase.calendar td.day:not(.current_month) > div {
	background-color:#bfdde6;
}
.page_calendar .cardbase.calendar td.day.current_month.weekend > div {
	background-color: #d7f1f9;
}

.page_calendar .cardbase.calendar td .date {
	display: block;
	margin: 1px 3px;
	font-size: 11px;
}
.page_calendar .cardbase.calendar td .date.today {
	font-weight: bold;
}
.page_calendar .cardbase.calendar td .event {
	display: block;
	margin: 2px 2px;
	padding: 0px 2px;
	font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	background-color: #78c5a6;
}
.page_calendar .cardbase.calendar td .holiday {
	display: block;
	margin: 2px 2px;
	padding: 0px 2px;
	font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	background-color: #ec9c5a;
}

.page_calendar .modal_box {
	max-width: 300px;
}

#modal_calendar_day .contentcontainer {
	Font-family: verdana,arial,helvetica;
	font-size: 12px;
}
#modal_calendar_day .contentcontainer .date {
	display: block;
	margin: 1px 3px;
}
#modal_calendar_day .contentcontainer .event {
	display: block;
	margin: 2px 2px;
	padding: 2px 4px;
	background-color: #78c5a6;
}
#modal_calendar_day .contentcontainer .holiday {
	display: block;
	margin: 2px 2px;
	padding: 2px 4px;
	background-color: #ec9c5a;
}

@media screen and (max-width: 991px)
{
	.page_calendar .cardbase.calendar th.weekday .full {
		display: none;
	}
	.page_calendar .cardbase.calendar th.weekday .short {
		display: unset;
	}

	.page_calendar .cardbase.calendar tr:last-child td:nth-child(1) {
		border-radius: 0px 0px 0px 5px;
	}
	.page_calendar .cardbase.calendar tr:last-child td:last-child {
		border-radius: 0px 0px 5px 0px;
	}
}
@media screen and (max-width: 767px)
{
	.page_calendar .cardbase.calendar th.weeknumber {
		display: none;
	}
	.page_calendar .cardbase.calendar td.weeknumber {
		display: none;
	}

	.page_calendar .cardbase.calendar tr.weeknumber {
		display: table-row;
	}
	.page_calendar .cardbase.calendar tr.weeknumber td {
		height: unset;
		padding-left: 5px;
		background-color: #a1c5d2;
		font-size: 12px;
	}

	.page_calendar .cardbase.calendar tr td.day > div {
		top: 0;
	}
	.page_calendar .cardbase.calendar tr td:nth-child(2) > div {
		left: 0;
	}
	.page_calendar .cardbase.calendar tr:last-child td:nth-child(2) {
		border-radius: 0px 0px 0px 5px;
	}

	.page_calendar .cardbase.calendar td .event {
		margin: 2px 0px;
	}
}
/*#endregion*/

/*#region - Bildarkivet */
.page_imagearchive .imagegrouptitle .name {
	flex: 1;
}
.page_imagearchive .imagegrouptitle .number_of_images {
	width: 50px;
	margin-left: 0;
    text-align: right;
}
.page_imagearchive .imagegrouptitle .date {
	width: 110px;
	margin-left: 0;
    text-align: center;
}

.page_imagearchive .imagegroup a {
	display: flex;
}
.page_imagearchive .imagegroup a .name {
	flex: 1;
}
.page_imagearchive .imagegroup a .number_of_images {
	width: 50px;
    text-align: end;
}
.page_imagearchive .imagegroup a .date {
	width: 110px;
    text-align: end;
}

.page_imagearchive_group .cardbase__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page_imagearchive_group .cardbase__content a {
	margin: 3px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.page_imagearchive_image .navbar {
	width: 100%;
	height: unset;
    justify-content: center;
	position: relative;
	background-color: var(--green);
}
.page_imagearchive_image .navbar a {
	display : flex;
	align-items : center;
	text-align: center;
	padding: 8px 15px;
	font: 15px Montserrat-Regular,verdana,arial,helvetica;
	color: #fff;
}
.page_imagearchive_image .navbar h1 {
	margin: 0;
	padding: 0px;
	display: contents;
	font: 15px Montserrat-Regular,verdana,arial,helvetica;
	text-align: center;
}
.page_imagearchive_image .navbar br {
	display: none;
}

.page_imagearchive_image .navbar .prev {
	position: absolute;
    left: 0;
	background-color: #41988b;
	border-radius: 0px 0px 0px 5px;
	height: 100%;
	font-size: 30px;
}
.page_imagearchive_image .navbar .next {
	position: absolute;
    right: 0;
	background-color: #41988b;
	border-radius: 0px 0px 5px 0px;
	height: 100%;
	font-size: 30px;
}
.page_imagearchive_image .navbar a:hover {
	background-color: #21655a;
}

.page_imagearchive_image main.content {
	margin: 0 0 var(--cardspacing) 0;
}

.page_imagearchive_image .content > div {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.page_imagearchive_image div.cardbase.image {
	padding: 0;
}
.page_imagearchive_image div.cardbase.image img {
	display: block;
	width: 100%;
	max-width: 991px;
    border-radius: 5px;
}

.page_imagearchive_image div.cardbase.forumposts {
	background-color: var(--green);
}
.page_imagearchive_image div.cardbase.forumposts a {
	display: block;
	font: 14px verdana,arial,helvetica;
	color: #fff;
	border-top: 1px dashed #000;
	padding-top: 7px;
	margin-top: 7px;
}
.page_imagearchive_image div.cardbase.forumposts a:first-child {
	border-top: none;
	padding-top: unset;
	margin-top: unset;
}
.page_imagearchive_image div.cardbase.forumposts a .forumpost {
	display: flex;
	flex-direction: column;
    margin: 0px 5px;
}
.page_imagearchive_image div.cardbase.forumposts a .name_date_container {
	display: flex;
}
.page_imagearchive_image div.cardbase.forumposts a .name {
	font-size: 11px;
    font-weight: 700;
    color: #bae6e6;
}
.page_imagearchive_image div.cardbase.forumposts a .date {
	font-size: 11px;
    font-weight: 700;
    color: #87b8b8;
}
.page_imagearchive_image div.cardbase.forumposts a .forumcomment {
	display: flex;
	flex-direction: column;
    margin: 7px 15px;
}

@media screen and (max-width: 991px)
{
	.page_imagearchive .imagegroup a {
		padding-top: var(--mobile_extra_padding);
		padding-bottom: var(--mobile_extra_padding);
	}

	.page_imagearchive_image .navbar {
		position: sticky;
		top: 0;
		border-radius: 0px;
	}
	.page_imagearchive_image .navbar .prev, .imagearchive_image .navbar .next {
		border-radius: 0px;
	}
	.page_imagearchive_image .navbar br {
		display: unset;
	}
	.page_imagearchive_image main.content {
		margin: 0 var(--cardspacing) var(--cardspacing) var(--cardspacing);
	}
}
/*#endregion*/

/*#region - Uppladdat */
.page_uploads.hidden {
	display: block;
	visibility: hidden;
}
.page_uploads .cardbase__contentcontainer {
	max-height: 500px;
    overflow: hidden;
	position: relative;

}
.page_uploads .cardbase__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page_uploads .preload_images_container {
	padding-bottom: 0;
}
.page_uploads .expanded_images_container {
	padding-top: 0;
}
.page_uploads .cardbase__content.userimage {
	display: block;
}
.page_uploads .cardbase__content.userimage img {
	width: 45px;
	height: 54px;
}
.page_uploads .cardbase__content a,
.page_uploads .cardbase__content .dummyplaceholder {
	margin: 2px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.page_uploads .show_all {
	padding:15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #ffffffb0;
	cursor: pointer;
	z-index: 2;
}
.page_uploads .show_all:hover {
	background-color: #ffffffd0;
}
.page_uploads .show_all_button {
	padding:8px 35px;
	border-radius: 10px;
	background-color: #00000080;
	display: inline;
	font: 20px arial,helvetica;
	font-weight: bold;
}

.page_uploads .uploadedimage {
	position: relative;
}
.page_uploads .uploadedimage span {
	width: 120px;
	background-color: black;
	color: #fff;
	font-size: 10px;
	background-color: #00000080;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 0%;
	left: 50%;
	margin-left: -60px;
}

.page_uploads_image .navbar {
	width: 100%;
	height: unset;
    justify-content: center;
	position: relative;
	background-color: var(--green);
}
.page_uploads_image .navbar > * {
	padding: 8px 10px;
	font: 15px Montserrat-Regular,verdana,arial,helvetica;
	color: #fff;
}
.page_uploads_image .navbar a {
	display : flex;
	align-items : center;
}
.page_uploads_image .navbar h1 {
	margin: 0;
	padding: 8px;
	text-align: center;
}
.page_uploads_image .navbar h1 br {
	display: none;
}

.page_uploads_image .navbar .back {
	position: absolute;
    left: 0;
	background-color: #41988b;
	border-radius: 0px 0px 0px 5px;
	height: 100%;
}
.page_uploads_image .navbar .back:hover {
	background-color: #21655a;
}

.page_uploads_image main.content {
	margin: 0 0 var(--cardspacing) 0;
}

.page_uploads_image .content > div {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.page_uploads_image div.cardbase.image {
	padding: 0;
}
.page_uploads_image div.cardbase.image img {
	display: block;
	width: 100%;
	max-width: 991px;
    border-radius: 5px;
}

.page_uploads_image div.cardbase.forumposts {
	background-color: var(--green);
}
.page_uploads_image div.cardbase.forumposts a {
	display: block;
	font: 14px verdana,arial,helvetica;
	color: #fff;
	border-top: 1px dashed #000;
	padding-top: 7px;
	margin-top: 7px;
}
.page_uploads_image div.cardbase.forumposts a:first-child {
	border-top: none;
	padding-top: unset;
	margin-top: unset;
}
.page_uploads_image div.cardbase.forumposts a .forumpost {
	display: flex;
	flex-direction: column;
    margin: 0px 5px;
}
.page_uploads_image div.cardbase.forumposts a .name_date_container {
	display: flex;
}
.page_uploads_image div.cardbase.forumposts a .name {
	font-size: 11px;
    font-weight: 700;
    color: #bae6e6;
}
.page_uploads_image div.cardbase.forumposts a .date {
	font-size: 11px;
    font-weight: 700;
    color: #87b8b8;
}
.page_uploads_image div.cardbase.forumposts a .forumcomment {
	display: flex;
	flex-direction: column;
    margin: 7px 15px;
}

@media screen and (max-width: 991px)
{
	.page_uploads_image .navbar {
		position: sticky;
		top: 0;
		border-radius: 0px;
	}
	.page_uploads_image .navbar .back {
		border-radius: 0px;
	}
	.page_uploads_image .navbar h1 br {
		display: unset;
	}
	.page_uploads_image main.content {
		margin: 0 var(--cardspacing) var(--cardspacing) var(--cardspacing);
	}
}
/*#endregion*/

/*#region - Citat */
.page_quotes .name_and_quote {
	padding: 0;
	margin: 0;
	font: 19px verdana,arial,helvetica;
	font-weight: bold;
}
.page_quotes .name_and_quote .quote {
	font-style: italic;
	font-weight: normal;
}

.page_quotes .bottom_row {
	display: flex;
	align-items: flex-end;
	margin-top: 3px;
}
.page_quotes .rating {
	display: flex;
	margin-right: 10px;
}
.page_quotes .empty_star {
	width: 20px;
	height: 20px;
	margin: 0px 1px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3ClinearGradient id='empty_star'%3E%3Cstop offset='100%25' stop-color='%23bcd'/%3E%3C/linearGradient%3E%3Cpath d='M20.388 10.918L32 12.118l-8.735 7.749L25.914 31.4l-9.893-6.088L6.127 31.4l2.695-11.533L0 12.118l11.547-1.2L16.026.6l4.362 10.318z' fill='url(%23empty_star)' stroke-width='1' stroke='%23000'/%3E%3C/svg%3E");
}
.page_quotes .half_star {
	width: 20px;
	height: 20px;
	margin: 0px 1px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3ClinearGradient id='half_star'%3E%3Cstop offset='50%25' stop-color='%23fa0'/%3E%3Cstop offset='50%25' stop-color='%23bcd'/%3E%3C/linearGradient%3E%3Cpath d='M20.388 10.918L32 12.118l-8.735 7.749L25.914 31.4l-9.893-6.088L6.127 31.4l2.695-11.533L0 12.118l11.547-1.2L16.026.6l4.362 10.318z' fill='url(%23half_star)' stroke-width='1' stroke='%23000'/%3E%3C/svg%3E");
}
.page_quotes .full_star {
	width: 20px;
	height: 20px;
	margin: 0px 1px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3ClinearGradient id='full_star'%3E%3Cstop offset='100%25' stop-color='%23fa0'/%3E%3C/linearGradient%3E%3Cpath d='M20.388 10.918L32 12.118l-8.735 7.749L25.914 31.4l-9.893-6.088L6.127 31.4l2.695-11.533L0 12.118l11.547-1.2L16.026.6l4.362 10.318z' fill='url(%23full_star)' stroke-width='1' stroke='%23000'/%3E%3C/svg%3E");
}
/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
  <linearGradient id="a">
    <stop offset="50%" stop-color="#fa0"/>
    <stop offset="50%" stop-color="#a4a4a4"/>
  </linearGradient>
  <path d="M20.388 10.918L32 12.118l-8.735 7.749L25.914 31.4l-9.893-6.088L6.127 31.4l2.695-11.533L0 12.118l11.547-1.2L16.026.6l4.362 10.318z" fill="url(#a)"/>
</svg>
*/

/*.page_quotes .rating2 {
    width: 50px;
	height: 16px;
	display: flex;
	border: 1px solid #0b486d;
}
.page_quotes .rating2_value {
    width: 33%;
    height: 100%;
    background-color: #ffcd01;
}
.page_quotes .rating2_empty {
	flex: 1;
    height: 100%;
	background-color: #8bb3c1;
	box-shadow: inset 0px 1px 4px 0px #00000080;
}
<div class='rating2'>
	<div class='rating2_value' style='width: 33%;'></div>
	<div class='rating2_empty'>
</div>*/
/*#endregion*/

/*#region - Hemstatus */
.page_hemstatus {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 2fr;
	grid-gap: 10px;
}
.page_hemstatus > div {
	box-shadow: var(--cardshadow);
	border-radius: 6px;
}

.page_hemstatus .powerconsumption {
	grid-column: 1;
	grid-row: 1;
}
.page_hemstatus .powerconsumption_totaltoday {
	grid-column: 2 / span 2;
	grid-row: 1;
}
.page_hemstatus .powerconsumption_totalyesterday {
	grid-column: 4;
	grid-row: 1;
}

.page_hemstatus .powerchart_day {
	grid-column: 1 / span 4;
	grid-row: 2;
}
.page_hemstatus .powerchart_day_total {
	grid-column: 1 / span 2;
	grid-row: 3;
}
.page_hemstatus .devices {
	grid-column: 3 / span 2;
	grid-row: 3;

	grid-auto-rows: 1fr;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 5px;
}

@media screen and (max-width: 600px)
{
	.page_hemstatus .powerchart_day_total {
		grid-column: 1 / span 4;
		grid-row: 3;
	}
	.page_hemstatus .devices {
		grid-column: 1 / span 4;
		grid-row: 4;
	}
}

.page_hemstatus .number_display {
	padding: 5px 5px 5px 10px;
}

.page_hemstatus .titlecontainer .title {
	margin: 0px 0px 4px 0px;
	font: 15px arial,helvetica;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_hemstatus .value {
	font: 45px arial,helvetica;
	font-weight: bold;
	color: #3d80a9;
	transition: color 5s;
}

@media screen and (max-width: 991px)
{
	.page_hemstatus .main_page_chart .left-col {
		margin: 0px calc(0px - (2px * 2));
	}
	.page_hemstatus .titlecontainer .title {
		font-size: 2.8vw;
	}
	.page_hemstatus .value {
		font-size: 8.0vw;
	}
}
.page_hemstatus .blink-on {
	color: #ace !important;
	transition: unset !important;
}
.page_hemstatus #hemstatus__devices .device {
	padding: 8px;
	display: flex;
	border-radius: 7px;
	font: 15px arial,helvetica;
    font-weight: bold;
    color: #fff;

	justify-content: center;
	align-items: center;
}
.page_hemstatus #hemstatus__devices {
	.device {
		position: relative;

		span {
			z-index: 10;
		}
	}

	.device.false, .device.close, .device.end_of_motion {
		background-color: #222;
		border: 3px solid #333;
	}

	.device.true, .device.open, .device.motion {
		background-color: #07334d;
		border: 3px solid #3A7799;

		.progress {
			position: absolute;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #0B496D;
			border-radius: 4px;
			animation: device_progress_animation linear var(--dur, 0s) var(--negDelay, 0s) forwards;
		}

		.static {
			position: absolute;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #0B496D;
			border-radius: 4px;
		}
	}
}

@keyframes device_progress_animation {
	from {width: 0%;}
	to {width: 100%;}
}

.page_hemstatus #hemstatus__devices .device.moisture {
	background-color: #0b6d60;
	border: 3px solid #3a9981;
}

/*.page_hemstatus #hemstatus__devices .device .name {
	flex: 1;
}*/
/*#endregion*/

/*#region - Reset password */
#main_page.resetpassword {
	max-width: 500px;
}

nav.navbar_small {
	height: 76px;
	margin-bottom: var(--cardspacing);
	background: var(--green);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	box-shadow: var(--cardshadow);
    border-radius: 0px 0px 6px 6px;
}
nav.navbar_small .title {
	background: var(--green);
	text-align: left;
	padding: 13px 17px 0px 19px;
	display: block;
	border-radius: 0px 0px 0px 5px;
}
nav.navbar_small .title svg {
	vertical-align: top;
}
nav.navbar_small .title svg.short {
	display: none;
}

@media screen and (max-width: 991px)
{
	/* Navbar */
	nav.navbar_small {
		height: 60px;
		justify-content: space-between;
		align-items: stretch;
		border-radius: 0px;

		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 100;
	}
	nav.navbar_small .title {
		padding: 10px 20px 0px 20px;
		border-radius: 0px;
	}
	nav.navbar_small .title svg {
		width: 170px;
		height: 50px;
	}
}

.resetpasswordformcontainer {
	display: flex;
	border: 1px solid #888;
	background-color: #eee;
	border-radius: 5px 5px 0px 0px;
}
.resetpasswordformcontainer > div {
	display: flex;
	flex-direction: column;
}
.resetpasswordformcontainer label {
	height: 100%;
	padding: 0px 10px;
	font: 15px arial,helvetica;
    font-weight: 700;
	display: flex;
    align-items: center;
	border-top: 1px solid #888;
	white-space: nowrap;
}
.resetpasswordformcontainer label:first-child {
	border-top: none;
}
.resetpasswordformcontainer input {
	font: 15px arial,helvetica;
	border: none;
	border-top: 1px solid #888;
	border-left: 1px solid #ccc;

	padding: 10px;
    width: 100%;
    font-size: 15px;
}
.resetpasswordformcontainer input:first-child {
	border-top: none;
	border-radius: 0px 5px 0px 0px;
}
.resetpasswordbuttoncontainer button {
	border-radius: 0px 0px 5px 5px;
    border: 1px solid #888;
    border-top: none !important;
}
/*#endregion*/

/* Gereral components */
/*#region - Cards */
div.cardcontainerbase {
	display: flex;
}

div.cardcontainerbase > div {
	margin: 0px calc(var(--cardspacing) / 2) var(--cardspacing) calc(var(--cardspacing) / 2);
	padding: 5px;
    box-shadow: var(--cardshadow);
    border-radius: 6px;
	flex: 1;
}

div.cardcontainerbase > div:first-child {
	margin-left: 0px;
}
div.cardcontainerbase > div:last-child {
	margin-right: 0px;
}

.cardbase {
	margin: 0px 0px var(--cardspacing) 0px;
	padding: 5px;
    box-shadow: var(--cardshadow);
    border-radius: 6px;
}

.cardbase__titlecontainer {
	display: flex;
    padding: 0px 5px;
    font: 15px arial,helvetica;
	font-weight: bold;
	color: #FFF;
}
.cardbase__titlecontainer.sticky {
	position: sticky;
	top: 0px;
	margin-top: -3px;
    padding-top: 3px;
	z-index: 10;
}
div.cardbase__titlecontainer div { /* Distance between elements in title container */
    margin-left: 20px;
}
.cardbase .cardbase__title,
div.cardcontainerbase .cardbase__title {
	font: 15px arial,helvetica;
	font-weight: bold;
	color: #fff;
	flex: 1;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cardbase .cardbase__titlecontainer .delete {
	color: #f88;
	cursor: pointer;
}

.cardbase__contentcontainer {
	padding: 0px 0px;
	Font-family: verdana,arial,helvetica;
    font-size: 14px;
}

@media screen and (max-width: 991px)
{
	.cardbase {
		padding: 5px 1px 1px 1px;
	}
	.cardbase__titlecontainer.sticky {
		top: 60px;
	}
	.cardbase__contentcontainer {
		border-radius: 0px 0px 5px 5px;
	}
}

.cardbase__titlecontainer h2 {
	margin: 0px 0px 4px 0px;
}

.cardbase > span.value, div.cardcontainerbase > div > span.value {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
}

.cardbase__content {
	padding: var(--cardcontentspacing) var(--cardcontentspacing);
}
.cardbase__content > p {
	margin: 0px;
}
.cardbase__content img {
	display: block;
}
/*#endregion*/

/*#region - Buttons */
.button {
	padding: 10px 10px;
	width: 100%;
	display: inline-block;
	/*margin-top: 10px;*/
	border: none;
	font: 15px arial,helvetica;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;
}
.button:disabled {
	border: 1px solid #aaa;
	background-color: #ddd;
	color: #aaa;
}
.button span.big {
	font-size: 30px;
	margin: -10px 10px -10px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
.button.top {
	border-radius: 5px 5px 0px 0px;
}
.button.bottom {
	border-radius: 0px 0px 5px 5px;
}
.button.left {
	border-radius: 5px 0px 0px 5px;
}
.button.right {
	border-radius: 0px 5px 5px 0px;
	border-left: none !important;
}

.button.gray {
	border: 1px solid #666;
	background-color: #eee;
	color: #444;
}
.button.gray:hover {
	background-color: #ddd;
}
.button.green {
	border: 1px solid #080;
	background-color: #cec;
	color: #080;
}
.button.green:hover {
	background-color: #ada;
}
.button.blue {
	border: 1px solid #1e6981;
	background-color: #c3e7f3;
	color: #1e6981;
}
.button.blue:hover {
	background-color: #c2e0ea;
}
.button.yellow {
	border: 1px solid #a57b00;
	background-color: #ffc107;
	color: #000;
}
.button.red {
	border: 1px solid #800000;
	background-color: #ff0000;
	color: #fff;
}

@media screen and (max-width: 991px)
{
	.button {
		padding: var(--mobile_extra_padding) 10px;
	}
}
/*#endregion*/

/*#region - Modal box */
.modal_background {
	display: flex;
	position: fixed;
	padding: 10px;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #00000080;
}
.modal_box {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	margin: auto;
	width: 100%;
	max-height: 100%;
}
.modal_titlecontainer {
	display: flex;
    font: 15px arial,helvetica;
	font-weight: bold;
}
.modal_box .titlecontainer {
	display: flex;
    font: 15px arial,helvetica;
	font-weight: bold;
}
.modal_titlecontainer .title {
	padding: 5px 10px;
	flex: 1;
	background-color: #b0d3de;
	border-radius: 5px 0px 0px 0px;
}
.modal_box .titlecontainer .title {
	padding: 5px 10px;
	flex: 1;
	background-color: #b0d3de;
	border-radius: 5px 0px 0px 0px;
}
.modal_titlecontainer .close {
	padding: 5px 15px;
	background-color: #1f6981;
	color: #fff;
	cursor: pointer;
	border-radius: 0px 5px 0px 0px;
}
.modal_box .titlecontainer .close {
	padding: 5px 15px;
	background-color: #1f6981;
	color: #fff;
	cursor: pointer;
	border-radius: 0px 5px 0px 0px;
}
.modal_titlecontainer .close:hover {
	background-color: #f00;
}
.modal_box .titlecontainer .close:hover {
	background-color: #f00;
}
.modal_contentcontainer {
	padding: 10px;
	background-color: #fff;
	border-radius: 0px 0px 5px 5px;
	overflow-y: auto;
	max-height: calc(100vh - 50px);
}
.modal_box .contentcontainer {
	padding: 10px;
	background-color: #fff;
	border-radius: 0px 0px 5px 5px;
	overflow-y: auto;
	max-height: calc(100vh - 50px);
}

@media screen and (max-width: 991px)
{
	.modal_titlecontainer .title {
		padding: 15px 10px;
	}
	.modal_box .titlecontainer .title {
		padding: 15px 10px;
	}
	.modal_titlecontainer .close {
		padding: 15px 25px;
	}
	.modal_box .titlecontainer .close {
		padding: 15px 25px;
	}
}
/*#endregion*/

/*#region - Fullscreen image modal */
#fullscreen_image_container {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #000000dd;
	z-index: 5100;
}
.fullscreen_image {
	display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*#endregion*/

/*#region - Paginator */
.paginatorboxcontainer {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.paginatorcontainer {
	display: flex;
	box-shadow: var(--cardshadow);
    border-radius: 6px;
	background-color: #357b70;
}
.paginator {
	padding: 10px;

	font: 15px arial,helvetica;
	font-weight: bold;
	color: #fff;
}
.paginator:first-child {
	border-radius: 6px 0px 0px 6px;
}
.paginator:last-child {
	border-right: none;
	border-radius: 0px 6px 6px 0px;
}
.paginator.selected {
	background-color: #ffffff40;
	cursor: not-allowed;
}
.paginator.gap {
	padding: 2px;
	background-color: #00000050;
	/*cursor: not-allowed;*/
}
.paginator.disabled {
	background-color: #00000030;
	color: #ffffff80;
	cursor: not-allowed;
}
a.paginator:hover {
	background-color: #00000040;
	cursor: pointer;
}
/*#endregion*/

/*#region - Navbar */
nav.navbar {
	height: 76px;
	margin-bottom: var(--cardspacing);
	background: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	box-shadow: var(--cardshadow);
    border-radius: 0px 0px 6px 6px;
}
nav.navbar .title {
	background: var(--green);
	text-align: left;
	padding: 13px 17px 0px 19px;
	display: block;
	border-radius: 0px 0px 0px 5px;
}
nav.navbar .title svg {
	vertical-align: top;
}
nav.navbar .title svg.short {
	display: none;
}

nav .navbar_right {
	/*position: relative;*/
	flex: 1;
	display: flex;
	/*flex-direction: row-reverse;*/
	justify-content: space-between;
	height: 100%;
	min-width: 0;
}

/* Navbar login button */
nav.navbar .userimage {
	right: 0;
	display: block;
	padding: 0;
	margin: 0;
	height: 100%;
	border: none;
	border-radius: 0px 0px 5px 0px;
	cursor: pointer;
	background-color: #eee;
}
nav.navbar .userimage img {
	display: block;
	height: 100%;
	border-radius: 0px 0px 5px 0px;
	width: auto;
}

nav.navbar .userimage svg {
	display: block;
	height: 100%;
	width: auto;
	fill: #999;
}

/* NavMenu */
.navMenu {
	align-self: flex-end;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0px 10px 0px 20px;
}
.navMenu a {
	padding: 5px 10px;
	display: block;
	font: 15px Montserrat-Regular, verdana, arial, helvetica;
	border-bottom: 4px solid #ddd;
}
.navMenu a:hover {
	border-bottom: 4px solid #91b6b0;
}
.navMenu a.selected {
	/*border-bottom: 4px solid var(--blue);*/
	border-bottom: 4px solid var(--green);
}

@media screen and (max-width: 991px)
{
	/* Navbar */
	nav.navbar {
		height: 60px;
		justify-content: space-between;
		align-items: stretch;
		border-radius: 0px;

		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 100;
	}
	nav.navbar .title {
		padding: 10px 20px 0px 20px;
		border-radius: 0px;
	}
	nav.navbar .title svg {
		width: 170px;
		height: 50px;
	}

	/* Navbar login button */
	nav.navbar .userimage {
		border-radius: 0px;
	}
	nav.navbar .userimage img {
		border-radius: 0px;
	}
	nav.navbar .userimage svg {
		border-radius: 0px;
	}

	/* NavMenu */
	.navMenu {
		padding: 0;
		flex: 1;
		align-self: unset;
		min-width: 0;
	}
	.navMenu li {
		flex: 1;
		min-width: 0;
		border-right: 1px solid #ccc;
	}
	.navMenu a {
		padding: 16px 5px 16px 5px;
		height: 100%;
	}
	.navMenu a:hover {
		color: #fff;
	}

	.navMenu a span {
		/*display: none;*/
		display: block;
		font: 10px Montserrat-Regular, verdana, arial, helvetica;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	}
	.navMenu a div {
		width: 100%;
	    height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		opacity: 0.3;
	}
	.navMenu a.selected div {
		opacity: 1.0;
		filter: invert(43%) sepia(18%) saturate(1040%) hue-rotate(121deg) brightness(93%) contrast(91%);
		/*filter: invert(19%) sepia(67%) saturate(1090%) hue-rotate(167deg) brightness(99%) contrast(93%);*/
	}

	.navMenu a.forum div {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-21 -47 682.7 682' width='128' height='128'%3E%3Cpath d='M552-1H88C39-1 0 38 0 87v284c0 48 39 87 88 88v128l185-128h279c49 0 88-40 88-88V87c0-49-39-88-88-88zm-83 330H171v-38h298zm0-80H171v-38h298zm0-80H171v-38h298zm0 0'/%3E%3C/svg%3E");
	}
	.navMenu a.uploads div {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 548.176 548.176' width='128' height='128'%3E%3Cpath d='M524 297c-16-20-36-32-61-38 8-12 12-25 12-40 0-20-7-37-21-51a70 70 0 00-52-22c-18 0-34 6-47 18-12-28-30-50-54-66-25-17-52-25-82-25-40 0-75 14-103 43a141 141 0 00-42 116c-23 10-41 26-54 47S0 322 0 347c0 35 13 66 38 91s55 37 90 37h311c30 0 56-11 77-32s32-47 32-78c0-25-8-48-24-68zm-161-7l-7 2h-64v101l-2 6c-2 2-4 3-7 3h-55l-6-3-3-6V292h-64c-2 0-5 0-6-2-2-2-3-4-3-7l3-7 100-100c2-2 4-2 7-2 2 0 5 0 6 2l101 101c2 1 2 4 2 6 0 3 0 5-2 7z'/%3E%3C/svg%3E");
	}
	.navMenu a.quotes div {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 475.082 475.081' width='128' height='128'%3E%3Cpath d='M164 37H55c-15 0-28 5-39 16A53 53 0 000 91v110c0 15 5 28 16 39 11 10 24 16 39 16h64c7 0 14 2 19 8 6 5 8 12 8 19v9c0 21-7 38-21 52a70 70 0 01-52 21H55c-5 0-9 2-13 6-4 3-5 8-5 13v36c0 5 1 9 5 13s8 6 13 6h18a147 147 0 00146-146V90c0-15-5-28-16-38s-23-16-39-16zM459 53a53 53 0 00-39-16H311c-16 0-29 5-39 16a53 53 0 00-16 38v110c0 15 5 28 16 39 10 10 23 16 39 16h64c7 0 14 2 19 8 5 5 8 12 8 19v9c0 21-7 38-21 52a70 70 0 01-52 21h-18c-5 0-10 2-13 6-4 3-6 8-6 13v36c0 5 2 9 6 13 3 4 8 6 13 6h18a147 147 0 00146-146V90c0-15-5-28-16-38z'/%3E%3C/svg%3E");
	}
	.navMenu a.imagearchive div {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 548.176 548.176' width='128' height='128'%3E%3Cpath d='M535 68c-9-9-20-13-33-13H46c-13 0-24 4-33 13S0 88 0 100v348c0 12 4 23 13 32s20 13 33 13h456c13 0 24-4 33-13s13-20 13-32V100c0-12-4-23-13-32zm-23 380l-3 6c-2 2-4 3-7 3H46c-3 0-5-1-7-3s-2-4-2-6V100c0-2 0-4 2-6s4-3 7-3h456c3 0 5 1 7 3l3 6v348z'/%3E%3Cpath d='M128 238c15 0 28-6 39-16 10-11 16-24 16-39 0-16-6-28-16-39a53 53 0 00-39-16c-15 0-28 5-39 16a53 53 0 00-16 39c0 15 5 28 16 39 11 10 24 16 39 16zM210 320l-46-46-91 91v55h402V292L356 174z'/%3E%3C/svg%3E");
	}
	.navMenu a.calendar div {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.634 511.634' width='128' height='128'%3E%3Cpath d='M483 84c-8-7-16-11-26-11h-37V46c0-13-4-24-13-33S387 0 375 0h-19c-12 0-23 4-32 13s-13 20-13 33v27H201V46c0-13-4-24-13-33S168 0 155 0h-18c-13 0-23 4-32 13S91 33 91 46v27H55c-10 0-19 4-26 11s-11 16-11 26v365c0 10 4 19 11 26s16 11 26 11h402c10 0 18-4 26-11 7-7 10-16 10-26V110c0-10-3-19-10-26zM137 475H55v-82h82v82zm0-100H55v-92h82v92zm0-110H55v-82h82v82zm-6-131c-2-1-3-4-3-6V46c0-3 1-5 3-7 1-2 4-2 6-2h18c3 0 5 0 7 2s2 4 2 7v82c0 2 0 5-2 6-2 2-4 3-7 3h-18c-2 0-5-1-6-3zm116 341h-92v-82h92v82zm0-100h-92v-92h92v92zm0-110h-92v-82h92v82zm109 210h-91v-82h91v82zm0-100h-91v-92h91v92zm0-110h-91v-82h91v82zm-6-131c-2-1-3-4-3-6V46c0-3 1-5 3-7s4-2 6-2h19c2 0 4 0 6 2s3 4 3 7v82c0 2-1 5-3 6l-6 3h-19l-6-3zm107 341h-82v-82h82v82zm0-100h-82v-92h82v92zm0-110h-82v-82h82v82z'/%3E%3C/svg%3E");
	}
	.navMenu a.hemstatus div {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.536 438.536' width='128' height='128'%3E%3Cpath d='M353 75c-9-16-20-30-34-40A166 166 0 00219 0a166 166 0 00-100 35c-14 10-25 24-33 40-9 17-13 34-13 53 0 29 10 55 29 76l22 25 17 28c5 10 9 21 9 30-8 6-13 13-13 24 0 7 2 13 7 18-5 5-7 11-7 18 0 10 4 18 13 23-3 5-4 9-4 14 0 8 3 15 9 20s14 7 22 7a46 46 0 0084 0c9 0 16-2 22-7s9-12 9-20c0-5-1-9-3-14 8-5 12-13 12-23 0-7-2-13-7-18 5-5 7-11 7-18 0-11-4-18-13-24 1-9 4-20 10-30a182 182 0 0138-53c20-21 29-47 29-76 0-19-4-36-12-53zm-44 104a1264 1264 0 01-17 19c-24 29-38 58-40 85h-65a157 157 0 00-49-94l-9-10a77 77 0 01-10-90c7-11 16-21 26-28a132 132 0 0174-24 132 132 0 0174 24c11 7 19 17 26 29a77 77 0 01-10 89z'/%3E%3Cpath d='M248 87c-10-3-19-5-29-5l-6 3-3 6c0 2 1 5 3 7s4 2 6 2c10 0 20 3 31 8 10 4 15 11 15 20 0 2 1 5 3 6 1 2 4 3 6 3 3 0 5-1 7-3l2-6c0-10-3-19-10-26-8-7-16-12-25-15z'/%3E%3C/svg%3E");
	}
}
@media screen and (max-width: 767px)
{
	nav.navbar .title {
		padding: 10px 15px 0px 15px;
	}
	nav.navbar .title svg {
		width: 24px;
		height: 50px;
	}
	nav.navbar .title svg.full {
		display: none;
	}
	nav.navbar .title svg.short {
		display: unset;
	}
}

/*#endregion*/

/*#region - Login form */
.loginformcontainer {
	display: flex;
	border: 1px solid #888;
	background-color: #eee;
	border-radius: 5px 5px 0px 0px;
}
.loginformcontainer > div {
	display: flex;
	flex-direction: column;
}
.loginformcontainer label {
	height: 100%;
	padding: 0px 10px;
	font: 15px arial,helvetica;
    font-weight: 700;
	display: flex;
    align-items: center;
	border-top: 1px solid #888;
}
.loginformcontainer label:first-child {
	border-top: none;
	border-radius: 5px 0px 0px 0px;
}
.loginformcontainer input {
	font: 15px arial,helvetica;
	border: none;
	border-top: 1px solid #888;
	border-left: 1px solid #ccc;

	padding: 10px;
    width: 100%;
    font-size: 15px;
}
.loginformcontainer input:first-child {
	border-top: none;
	border-radius: 0px 5px 0px 0px;
}
.loginbuttoncontainer button {
	border-radius: 0px 0px 5px 5px;
    border: 1px solid #888;
    border-top: none !important;
}
#modal_login .resetheader {
	margin: 15px 0px 3px 0px;
	font: 15px arial,helvetica;
	font-weight: bold;
	cursor: pointer;
}
#modal_login .resetheadersuccess {
	margin: 15px 0px 3px 0px;
	font: 15px arial,helvetica;
	font-weight: bold;
	color: var(--blue);
}

.loginformcontainer label.formerror {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
/*#endregion*/

/*#region - Widgets */
.widget_calendar .cardbase__contentcontainer > div.cardbase__content:nth-child(4n+3) {
	background-color: #ffffff40;
}
.widget_calendar .cardbase__content p.calendar__time {
	font-size: 12px;
}
.widget_calendar .cardbase__content p.calendar__event {
	text-align: center;
    padding: 10px 0px;
}
.widget_calendar .cardbase__content.red {
	background-color: #ffa0a0 !important;
}

.widget_uploads .cardbase__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.widget_uploads .cardbase__content a {
	margin: 3px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}



#notification_info_button {
	display: flex;
	align-items: stretch;
	background-color: #ddd;
	border: 1px solid #666;
}
#notification_info_button span {
	flex: 1;
}
#notification_info_button .toggle_container {
	margin: -5px;
	width: 72px;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
}
#notification_info_button .toggle_container .toggle_switch {
	display: flex;
	align-items: stretch;
	position: relative;
	height: 100%;
	width: 120px;
	margin-left: -50px;
	transition: margin 0.5s ease;
}
#notification_info_button.on .toggle_container .toggle_switch {
	margin-left: 0px;
}
#notification_info_button .toggle_container .toggle_on {
	width: 60px;
	display: flex;
	align-items: center;
	background-color: #080;
	box-shadow: inset 0px 0px 4px 0px #00000080;
}
#notification_info_button .toggle_container .toggle_on .label {
	padding-right: 10px;
}
#notification_info_button .toggle_container .toggle_knob {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50px;
	right: 50px;
	border: 1px solid #444;
	background-color: #ccc;
	width: 20px;
	height: 100%;
	border-radius: 3px;
	box-shadow: 0px 0px 4px 0px #00000080;
}
#notification_info_button .toggle_container .toggle_off {
	width: 60px;
	display: flex;
	align-items: center;
	background-color: #b00;
	box-shadow: inset 0px 0px 4px 0px #00000080;
}
#notification_info_button .toggle_container .toggle_off .label {
	padding-left: 10px;
}
@media screen and (max-width: 991px)
{
	#notification_info_button {
		padding: var(--mobile_extra_padding) var(--mobile_extra_padding);
	}
}

/*#endregion*/


