@import url("../../../../include/pure/pure-min.css");
@import url("../../../../include/pure/grids-min.css");
@import url("../../../../include/pure/grids-responsive-min.css");

:root
{
	--colorTheme: #70a7d0;
	--colorTheme2: #C9DFEE;
}

.bold
{
	font-weight: bold;
}

.feedback {
	font-size: 20px;
}

#portalwrapper
{
	min-height: 100dvh;
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: minmax(0, 1fr);
}


@media (max-width: 767px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.container {
		width: 100%;
	}

	#content-container {
		padding: 0;
	}
}

@media (min-width: 768px)
{
	.phone-content {
		display: none;
	}

	#hamburgerMenu
	{
		display: none;
	}

	#hamburgerMenuLinks
	{
		display: none !important;
	}

	.container {
		width: 95%;
	}
}

@media (max-width: 620px)
{
	.dolj_smallscreen
	{
		display: none;
	}
}

@media (max-width: 991px)
{
	#leftMenu
	{
		max-width: none;
		width: 100%;
	}

	#leftMenu > .nav-stacked
	{
		border: none;
	}

	#leftMenu > .nav-stacked > .nav-header
	{
		border-bottom: 2px var(--colorTheme) solid;
		font-size: 16px;
	}

	#leftMenu > .nav-stacked > li > a
	{
		color: black;
	}

	#leftMenu > .nav-stacked > :last-child
	{
		border-bottom: 2px var(--colorTheme) solid;
	}

	#leftMenu > .nav-stacked > li.active > a
	{
		background-color: transparent;
		padding-left: 30px;
		padding-top: 7px;
		padding-bottom: 13px;
		color: var(--colorTheme);
	}

	#horizontalLineActive
	{
		height: 2px; 
		background: linear-gradient(to right, transparent 2%, var(--colorTheme) 5% 10%, transparent 10%);
		background-clip: content-box;
		margin: -11px 10px 11px 10px;
	}

	.ab .blogcontainer:not(:first-of-type) {
		border-top: var(--colorTheme2) solid 2px;
	}
}

@media (min-width: 992px)
{
	#leftMenu
	{
		width: 250px;
		max-width: 250px;
		display: flex;
	}

	#leftMenu > .nav-stacked
	{
		border: none;
		width: 248px;
	}

	#leftMenu > .nav-stacked > .nav-header
	{
		border-bottom: 2px var(--colorTheme) solid;
		font-size: 16px;
	}

	#leftMenu > .nav-stacked > li > a
	{
		color: black;
	}

	#leftMenu > .nav-stacked > li.active > a
	{
		background-color: transparent;
		padding-left: 30px;
		padding-top: 7px;
		padding-bottom: 13px;
		color: var(--colorTheme);
	}

	#leftMenu > .verticalLine
	{
		margin-left: 0;
	}

	#horizontalLineActive
	{
		height: 2px; 
		background: linear-gradient(to right, transparent 10%, var(--colorTheme) 30% 50%, transparent 50%);
		background-clip: content-box;
		margin: -11px 10px 11px 10px;
	}

	#menucontent-container {
		display: flex;
	}

	#content-container {
		flex: 1;
	}

	.articlerow {
		display: flex;
		align-items: stretch;
	}
}

/* Login-form - (Ej logga in-knapp utan när man klickar på länkar i andra bilder och behöver logga in) */

#login_content {
	display: block;
	justify-self: center;
}

#login_form {
	width: 360px;
	justify-self: center;
	border-radius: 10px;
	padding: 2em;
	margin-top: 2em;
	background-color: #F8F8F8;
}

#login_headline {
	justify-self: center;
	margin-top: 0;
	font-size: 18px;
	color: var(--colorTheme);
}

#login_headline, #username_field, #password_field, #password_reminder_link {
	margin-bottom: 1em;
}

#login_button {
	width: 100%;
	margin-bottom: 1em;
}

#password_reminder_link {
	justify-self: right;
	width: fit-content;
}

#bankid-login-btn {
	background-color: #193E4F;
	width: 100%;
	margin-bottom: 0.25em;
}

#bankid-login-btn:hover {
	border: #193E4F solid 2px;
	color: #193E4F;
	background-color: white;
}

/* slut Login-form */


/* Följande del är relaterat till lediga lgh */

#view-btn {
	margin-bottom: 20px;
}

.split-btn {
	width: 80px;
	height: 30px;
	border: 2px solid var(--colorTheme);
	border-radius: 5px;
	padding: 0;
	display: flex;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
}

.split-btn .left,
.split-btn .right {
	width: 50%;
	height: 100%;
}

.right {
	transition: background-color 0.3s ease;
	background: var(--colorTheme);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.right span {
	transition: background-color 0.3s ease;
	width: 30px;
	height: 2px;
	background: white;
}

.left {
	transition: background-color 0.3s ease;
	background: white;
	display: grid;
	grid-template-columns: repeat(3, 7px);
	grid-template-rows: repeat(2, 9px);
	justify-content: center;
	align-content: center;
	gap: 4px;
}
.left > div {
	transition: background-color 0.3s ease;
	width: 6px;
	height: 9px;
	background: var(--colorTheme);
}

.split-btn.active .right  { background: white; }
.split-btn.active .right span { background: var(--colorTheme); }

.split-btn.active .left { background: var(--colorTheme); }
.split-btn.active .left div { background: white; }

.lediga-hide {
	display: none !important;
}

.lediga-show {
	display: block !important;
}

#lediga-container {
	display: flex;
	flex-wrap: wrap;
}

.lediga-objects {
	flex: 0 1 350px;
	max-width: 350px;
	min-width: 220px;
	height: 490px;
	max-height: 490px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin: 15px 15px 30px;
}

.lediga-object {
	position: relative;
	display: block;
	width: 100%;
	background-color: white;
	border: 2px solid var(--colorTheme);
	border-radius: 15px;
	padding: 15px;
	overflow: hidden;
	transition: transform 0.3s ease;
	box-sizing: border-box;
}

.lediga-object:hover {
	transform: scale(1.02);
	cursor: pointer	;
}

.lediga-object > * {
	position: relative;
}

.lediga-object-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	z-index: 2;
}

.lediga-object-picholder {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 55%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
}

.lediga-object-picholder > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.lediga-object-info {
	display: block;
	margin: 10px auto;
	/*width: 95%;*/
	padding: 5px;
}

.lediga-object-headline {
	font-size: 16px;
	font-weight: 600;
}

.lediga-object-text {
	font-size: 14px;
}

#lediga-table-container {
	display: none;
}

.lediga-object-tillganglig {
	color: green;
	font-weight: 500;
}

/* slut lediga lgh */

#hamburgerMenu
{
	display: flex;
	align-items: center;
}

#hmbBtn.collapsed {
	background-color: var(--colorTheme);
}

#hmbBtn.collapsed > .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: white;
}

#hmbBtn.collapsed:hover {
	background-color: white;
	.icon-bar {
		background-color: var(--colorTheme);
	}
}

#hmbBtn {
	background-color: white;
	transition: background-color 0.3s ease;
	border: 2px solid var(--colorTheme);
}

#hmbBtn > .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	transition: background-color 0.3s ease;
	background-color: var(--colorTheme);
}

#hmbBtn:hover {
	background-color: var(--colorTheme);
	.icon-bar {
		background-color: white;
	}
}

#header
{
    display: flex;
	position: relative;
	width: 100%;
    height: 100px;
    padding: 15px;
    background-color: #F8F8F8;
}

#headerLogo
{
	max-height: 70px;
	max-width: 130px;
	margin-right: 10px;
}

#header .logo
{
	inline-size: 100%;
	block-size: 100%;
	object-fit: contain;
}

.verticalLine
{
	min-width: 2px;
	width: 2px; 
    background-color: var(--colorTheme); 
    margin: 0 10px;
}


#headerHead
{
	display: flex;
	align-items: center;
}

#headerHead > .navbar-brand
{
	height: 50px;
	padding: 15px 10px;
	font-size: 18px;
	line-height: 20px;
	color: var(--colorTheme);
	font-weight: 600;
	text-wrap: nowrap;
}

#headermenu
{
	max-height: 70px;
}

.navbar-brand
{
	padding: 25px auto;
}

#headermenulinks
{
	padding-top: 17.5px;
	padding-bottom: 17.5px;
}

#headermenulinks > #menulinks
{
	margin: 0;
	padding: 0;
	height: 70px;
}

#headermenulinks > #menulinks > li > .menulink
{
	font-size: 14px;
	line-height: 20px;
	padding: 7.5px 15px;
	color: black;
}

#headermenulinks > #menulinks > .active > .menulink
{
	color: var(--colorTheme);
}

#headermenulinks > #menulinks > li > .menulink:hover
{
	color: grey;
	background-color: transparent !important;
}

/*.smallerItems > #menulinks*/
/*{*/
/*	height: 23px !important;*/
/*}*/

.smallerItems > #menulinks > li > .menulink
{
	font-size: 12px !important; 
	line-height: 15px !important;
	padding: 4px 6px !important;
}



a:hover
{
	text-decoration: none;
	color: grey;
}

#logindiv
{
	flex-grow: 1; 
    display: flex;
    justify-content: flex-end;
	align-items:end; 
}

#loginDivBtn
{
	height: 100%;
	display: flex;
	align-items: center;
}



#loginBtnPortal
{
	padding: 8px 15px;
	border: transparent solid 2px;
	outline: 0;
	color: #fff;
	background: var(--colorTheme);
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 4px;
}

#loginDropdown
{
	width: 280px;
	height: 260px;
	top: 99px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #F8F8F8;
	justify-content: center;
	border-radius: 0 0 0 5px;
}

.form-group
{
	width: 80%;
	margin: 1em auto;
}

#dropdownLoginBtn
{
	width: 100%;
}

#password_reminder
{
	display: block;
}

#horizontalLineLogin
{
	margin: 2.5em 1em 1.5em 1em;
	width: 90%;
	height: 1px;
	background-color: lightgray; 
}

#bankIDBtn
{
	width: 100%;
	background-color: #193E4F;
}

#bankIDBtn:hover
{
	border: #193E4F solid 2px;
	color: #193E4F;
	background-color: white;
}

#userDiv
{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#logoutForm
{
	display: flex;
	align-items: center;
	margin-block-end: 0px;
}

#loggedInUser
{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
	color: black;
	font-size: 15px;
	margin-bottom: 8px;
}

#loggedInUser > img
{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

/* #flexColumn
{
	display: flex;
	flex-direction: column;
	align-items: center;
} */

#loggedInUser:hover
{
	color: grey;
}

Footer
{
	width: 100%;
	background-color: #F8F8F8;
}

.footer /* UL i Footer */
{
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

th
{
	background: #F8F8F8;
}

tr.even > td
{
	background: #F8F8F8;
}

.pagination > .active > a,
.pagination > .active > a:hover
{
	background-color: var(--colorTheme);
	border-color: var(--colorTheme);
}

.pageContainer
{
	margin: 20px 0;
	border: 2px solid var(--colorTheme2);
	border-radius: 5px;
	padding: 10px;
}

.pageHeadline
{
	font-size: 22px;
	color: var(--colorTheme);
	font-weight: 700;
	margin: 10px;
	margin-bottom: 15px;
}

#hyresObjektHeadline > h3
{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.horizontalLineHeadline
{
	height: 2px;
	width: 100px;
	background: linear-gradient(to right, transparent 5%, var(--colorTheme) 30% 50%, transparent 50%);
	background-clip: content-box;
}

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

#hyresObjektInfo
{
	max-width: 400px;
	padding: 10px;
}

#hyraInfo
{
	max-width: 300px;
	padding: 10px;
}

.infoTable
{
	width: 100%;
	font-size: 14px;
	padding: 5px;
	margin-bottom: 10px;
}

.infoTable > tbody > tr > td 
{
	padding: 5px;
}

.datatable
{

}

#ovrigInfoHyresObjekt
{
	width: 100%;
	padding: 0 5%;
}

.horizontalLine
{
	margin: 1em 0;
	width: 100%;
	height: 1px;
	background-color: lightgray; 
}

.headerDiv
{
	width: 100%;
	/* text-align: center; */
}

.textDiv
{
	width: 100%;
}

#minaAvierHead
{
	font-size: 20px;
	color: var(--colorTheme);
	font-weight: 700;
	margin: 10px;
}

.infoText
{
	margin: 10px
}

.aviTable
{
	width: 100%;
}

.parent-row
{
	cursor: pointer;
}

.aviTable > tbody > .parent-row.active > td
{
	background-color: #F8F8F8;
}

.aviTable > tbody > .parent-row.active > td > .dropdownArrowDiv > .dropdownArrow
{
	transform: rotate(180deg);
}

.child-row
{
	display: none;
}

.table > tbody > .child-row > td
{
	border-top: none;
	background-color: #F8F8F8;
}

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

.aviRader
{
	border-radius: 5px;
}

.aviPrintDiv > a
{
	display: flex;
	align-items: center;
}

.aviPrintDiv > a > .aviPrintDiv_text
{
	margin: 10px 5px;
}

.aviPrintDiv > a > img
{
	max-width: 100%;
	height: auto;
	margin-right: 10px;
	margin-left: 5px;
}

#inbetDetaljer > table > tbody > tr > th,
#inbetDetaljer > table > tbody > tr > td
{
	padding: 5px;
}

.alignRight
{
	text-align: right;
}

.flexDiv {
	display: flex;
	align-items: end;
}

.aviRaderTable > tbody > tr > th
{
	padding: 5px 0 5px 8px;
}

.aviRaderTable > tbody > tr > td 
{
	padding: 5px 0 5px 8px;
}

.aviBetalning
{
	padding-top: 10px;
	border-radius: 5px;
}

.dropdownArrowDiv
{
	display: grid;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
}

.dropdownArrow
{
	content: "";
	width: 0.8em;
	height: 0.5em;
	background-color: var(--colorTheme);
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.btn, .button, .btn-primary, .button-primary
{
	background-color: var(--colorTheme);
	transition: background-color 0.3s ease;
	border: transparent solid 2px;
	color: white;
	font-size: 1.75ch;
	font-weight: 500;
	cursor: pointer;
	padding: 3px 10px;
	border-radius: 5px;
	border-width: 2px;
}

.btn:hover, button:hover, .btn-primary:hover, .button-primary:hover, #loginBtnPortal:hover, .btn:focus, .button:focus, 
.btn-primary:focus, .button-primary:focus, .open > #loginBtnPortal
{
	background-color: white;
	border: var(--colorTheme) solid 2px;
	color: var(--colorTheme);
}

.buttonDiv
{
	margin-top: 10px;
}

.buttonDiv button
{
	float: right;
}

#visaMode
{
	/* display: flex;
	align-items: center; */
	margin: 5px;
}

select
{
	font-size: 13px;
}

#medlemSearchForm
{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.searchFormItems
{
	margin: 5px 15px 5px 5px;
}

.trMargin
{
	height: 10px;
}

.searchFormButtons
{
	display: flex;
	flex-wrap: wrap;
	margin: 5px;
	align-items: center;
}

.searchFormButtons > input
{
	margin-right: 5px;
}

.searchFormButtons > a
{
	margin-right: 3px;
}

.searchFormLabel
{
	display: flex;
}

.searchFormInput
{
	display: flex;
}

#medlemTable
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#kommandeText
{
	align-self: baseline;
}

.selectDiv > select
{
	appearance: none;
	border-radius: 3px;
	padding: 0 1em 0 0.5em;
	font-family: inherit;
	font-size: 13px;
	height: 2.25em;
	cursor: pointer;
}

.form-group-lediga {
	display: flex;
	column-gap: 15px;
	flex-direction: row;
	row-gap: 15px;
}

.ledigaFormDiv
{
	align-self: center;
}

.ledigabtn
{
	align-self: center;
}

@media (max-width: 900px) {
	.form-group-lediga {
		flex-direction: column;
	}
	.ledigaFormDiv
	{
		align-self: baseline;
	}

	.ledigabtn
	{
		align-self: baseline;
	}
}

.selectDiv {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	width: 100%;
	min-width: 20ch;
	max-width: 40ch;
	background-color: #fff;
}

.selectDiv::after {
	content: "";
	width: 0.8em;
	height: 0.5em;
	background-color: var(--colorTheme);
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	justify-self: end;
	margin-right: 0.5em;
}

select,
.selectDiv:after {
	grid-area: select;
}

.selectLabel
{
	margin-left: 0;
	font-weight: 500;
	margin-bottom: 3px;
}

.pdfDiv {
	width: fit-content;
}

.deleteDiv {
	display: flex;
	justify-content: center;
	padding: 10px;
}

.DivBokoForm, .DivIntAnmForm
{
	margin: -.25em 0;
}

.DivBokoFormTop, .DivIntAnmFormTop
{
	margin-bottom: -.25em;
}

.intanmalan-headline
{
	font-size: 20px;
	padding: 5px 10px;
	font-weight: bold;
}

.intanmalan-container {
	padding: 10px;
	margin: 20px 0;
	background-color: rgb(248, 248, 248);
	border-radius: 10px;
}

.textboxDiv
{

}

input[type="text"], input[type="number"], input[type="date"], input[type="submit"]
{
	font-size: 13px;
	height: 2.25em;
}

#lghRegSearchForm
{
	display: flex;
	flex-wrap: wrap;
}

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

.checkBoxStyle
{
	margin-left: 0px;
	font-weight: 500;
	margin-bottom: 3px;
}

.labelText
{
	margin: 0px 5px 3px 5px;
	font-weight: 500;
}

#lghRegisterTable
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#reskontrSearchForm
{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

#showBankSaldo
{
	margin: 5px 5px 20px 5px;
}

#reskontrTable
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#overlatSearchForm
{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

#overlatTable
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.searchFormItems > label
{
	margin-left: 0px;
	font-weight: 500;
	margin-bottom: 3px;
}

input[type="date" i]
{
	cursor: text;
}

.moneybox, .numberbox {
	text-align: right;
	white-space: nowrap;
}

.overlatelserTable > tbody > tr[aria-expanded="true"] > td > .dropdownArrowDiv > .dropdownArrow
{
	transform: rotate(180deg);
}

#brfInfoContainer
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#brfinfoSearchForm
{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

#brfInfoButtons
{
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#brfInfoButtons > button
{
	min-width: 230px;
	margin: 5px;
}

.brfinfodropdown, .publishdropdown {
	position: relative;
	display: grid;
	grid-template-areas: "dropdowns";
	align-items: center;
	width: 100%;
	min-width: 20ch;
	max-width: 40ch;
	background-color: #fff;
}

.brfinfodropdown::after, .publishdropdown::after {
	content: "";
	width: 0.8em;
	height: 0.5em;
	background-color: var(--colorTheme);
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	justify-self: end;
	margin-right: 0.5em;
}

.brfinfo-dropdown-btn, .brfinfo-dropdown-content, .brfinfodropdown::after,
.publish-dropdown-btn, .publish-dropdown-content, .publishdropdown::after {
	grid-area: dropdowns;
}

.brfinfo-dropdown-btn, .publish-dropdown-btn {
	border-radius: 3px;
	border: 1px solid rgb(118, 118, 118);
	padding: 0 1em 0 0.5em;
	font-family: inherit;
	font-size: 13px;
	height: 2.25em;
	line-height: 2.25em;
	cursor: pointer;
}

.brfinfo-dropdown-content, .publish-dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
	min-width: 100px;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	z-index: 1;
}

.brfinfo-dropdown-content label, .publish-dropdown-content label {
	display: block;
	padding: 5px 5px;
	margin: 5px;
	cursor: pointer;
}

.brfinfo-dropdown-content input, .publish-dropdown-content input {
	margin-right: 5px;
	cursor: pointer;
}

.brfinfo-dropdown-content.show, .publish-dropdown-content.show {
	display: block;
}

.brfinfo-dropdown-emptymsg, .publish-dropdown-emptymsg {
	padding: 10px;
	font-style: italic;
}

#publiceraSearchForm
{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.publicera-infotext {
	display: flex;
	margin: 20px 10px;
}

.publicera-infoimage {
	margin-right: 5px;
	display: block;
	width: 15px;
}

.publicera-infoimage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.alignCenter
{
	text-align: center;
}

#publishContainer
{
	max-width: 1050px;
}

.publish-textarea {
	margin: 5px 0px 20px 0px;
	max-width: 1000px;
}

#publishBtn
{
	margin: 5px;
}

#andrahandshgSearchForm
{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.andrahandshgTable {
	border: 1px solid #ddd;
}

.andrahandshgTable > tbody > tr[aria-expanded="true"] > td > .dropdownArrowDiv > .dropdownArrow
{
	transform: rotate(180deg);
}

.expandedInfo
{
	margin-top: 3px;
	padding: 10px;
}

.expandedInfo > h3
{
	margin-top: 5px;
}

.pageContainer > h3
{
	margin-top: 5px;
}

.table > tbody > tr > .card
{
	padding: 0px;
}

.table > tbody > .extraRowsSaljareKopare > td
{
	border-top: none;
}

.expandedInfoTable
{
	padding: 5px;
	border-collapse: collapse;
}

.expandedInfoTable > tbody > tr > th
{
	background-color: transparent;
	padding: 10px;
}

.expandedInfoTable > tbody > tr > td
{
	padding: 10px;
}

#levfaktHistSearchForm
{
	display: flex;
	flex-wrap: wrap;
}

/* Blog */

.blogcontainer {
	padding: 10px;
	min-height: 300px;
	margin: 10px 0;
	display: flex;
	flex-direction: column;
}

.b3 > .blogcontainer
{
	padding-top: 10px;
	border-top: var(--colorTheme2) solid 2px;
}

.blogcontainer > .title {
	font-weight: bold;
	overflow-wrap: break-word;
	word-break: break-word;
}

.blogcontainer > .intro {
	padding: 5px 5px 0 10px;
	font-weight: normal;
	overflow-wrap: break-word;
	word-break: break-word;
}

.blogcontainer > .article-piccontainer {
	width: 100%;
	max-width: 300px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 auto;
}

.article-piccontainer > .article-pic {
	box-shadow: 3px 3px 5px #888;
	border: solid 1px #C0C0C0;
	max-width: 95%;
	max-height: 95%;
	object-fit: contain;
}

.article-link-container {
	margin-top: auto;
	padding-top: 10px;
}

.article-link-container > div > a {
	color: var(--colorTheme);
	font-size: 16px;
	font-weight: 600;
}

.article-link-container .articlelinks {

	justify-self: start;
	display: flex;
	gap: 1em;
	justify-content: center;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.article-link-container .articlelinks a {
	display: flex;
	align-items: center;
}

.maincontent > .articlerow {
	margin: 0 10px;
}

/* Article */

.article .image {
	float: right;
	margin: 5px;
	width: 400px;
	border: solid 1px #C0C0C0;
	box-shadow: 3px 3px 5px #888;
}

@media (max-width: 991px) {
	.article .image {
		width: 280px;
		float: none;
		display: block;
		margin: 5px auto;
	}
}

#bostadsrattHeadline > h3
{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 7px;
}

#bostadsrattInfo
{
	max-width: 600px;
	padding: 10px;
}

#avgifterInfo
{
	max-width: 400px;
	padding: 10px;
}

.agarInfoTable > tbody > tr > th
{
	background-color: transparent;
	padding: 10px;
}

.agarInfoTable > tbody > tr > td
{
	padding: 10px;
}

.agarInfoTable
{
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	padding: 5px;
}

.agarInfoTable > tbody > :first-child
{
	background-color: var(--colorTheme2);

	> :first-child
	{
		border-radius: 5px 0 0 5px;
	}

	> :last-child
	{
		border-radius: 0 5px 5px 0;
	}
}

#ovrigInfoBRObjekt
{
	width: 100%;
	padding: 0 5%;
}

.leftMargin
{
	margin-left: 20px;
}
.form-elementsgroup-portal
{
	margin-bottom: 30px;
}

#textBoKoForm
{
	margin-top: -20px;
}

.ledig-container
{
	display: flex;
}

.ledig-bilder
{

}

.ledig-bild
{
	margin: 20px auto;
	overflow: hidden;
}

.height400px
{
	height: 400px;
}

.height500px
{
	height: 500px;
}

.ledig-bild > img
{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.ledig-bildtext
{
	margin: 5px 0;
	text-align: center;
	font-style: italic;
}

.ledig-paginator
{
	text-align: center;
	margin-top: 5px;
}

.paginator
{
	margin: 5px auto;
}

.ledig-headline
{
	padding: 5px 15px;
	font-size: 18px;
	color: var(--colorTheme);
	font-weight: bold;
}

.ledig-info
{
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.ledig-info-table
{
	width: 100%;
	background: none;
	border-radius: 10px;
}

.ledig-info-table > tbody > tr > td,
.ledig-info-table > tbody > tr > th
{
	padding: 5px;
	border-radius: 5px;
	background-color: inherit;
}

.ledig-data
{
	font-weight: bold;
	padding: 5px;
	width: 50%;
}

.ledig-text
{
	width: 50%;
}

.ledig-info-table > tbody > tr > .ledig-text-tillagg
{
	width: 50%;
	padding-left: 20px;
}

.ledig-lank
{
	padding-left: 5px;
	font-weight: bold;
}

.ledig-infotext
{
	padding: 10px 5px;
}

#ledig-btn
{
	width: 100%;
	text-wrap: wrap;
}

.kontakt-container {
	width: fit-content;
	min-width: 300px;
}

.kontaktuppg-container, .registerutdrag-container {
	max-width: 500px;
	padding: 10px;
	background-color: rgb(248, 248, 248);
	border-radius: 10px;
}

.kontaktuppg-container > div, .registerutdrag-container > div {
	padding: 5px;
}












#top
{
    padding: 15px;
    padding-left: 20px;


    min-height: 40pt;
}

@media (max-width: 979px) {
    #top 
    {
        display: none;
    }
    
    body {
    	padding-left: 0;
    	padding-right: 0;
    }
    
    .navbar {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	
	.nav-stacked {
		margin-bottom: 15px;
	}
        
}

#top .logo
{
    margin-left: 20px;
    margin-right: 40px;
}

body {
    padding-top: 0;
}

.navbar-nav {
    border-radius: 0px !important;
}

.pdflink
{
    font-size: 11pt;
}

.nav-list0 {
    border: 1px solid #ddd;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}

h1
{
    font-size: 20pt;
}

h3
{
    font-size: 12pt;
}

.comment .namn, .comment .datum 
{
    font-style: italic;
}

footer
{
	text-align: center;	
}

.footer
{
	display: inline-block;
	list-style-type: none;	
}

.footer li
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.footer a
{
	text-decoration: none;
}

.nav-stacked, .portlet
{
	border: 1pt #E0E0E0 solid;
	border-radius: 10px;
}

.portlet 
{
	padding: 10px;
}

li.nav-header
{
	padding: 10px;
	border-bottom: 1pt #E0E0E0 solid;
	font-weight: bold;
}

.nav-stacked li.active a
{
	border-radius: 0;
}

.nav-stacked > li + li {
	margin-top: 0;
}

.nav-stacked
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.navbar
{
	border-radius: 0;
}

.subbox
{
	padding: 10px;
}

.hero-unit
{
	background-repeat:no-repeat; 
	background-position: right; 
	background-size: cover;
	background-color: rgb(238,238,238);
	padding: 0;
	position: static;
	left: 0; right: 0;
	width:100%;
	min-height: 350pt;	
}

.hero-unit .intro
{
	padding: 15pt;
	padding-left: 60pt;
	max-width: 300pt;
	margin: 0; 
	color: white;
	font-weight: bold; 
	background-color: transparent;
	background: #333333;
 	background: rgba(0, 0, 0, 0.70);
 	position: absolute;
 	height: 350pt;	
}

.hero-image
{
	float:right; 
	margin: 30pt;
}

.title
{
	font-weight: bold;
}

.label, label
{
	color: black;
	font-weight: normal;
	text-align: left;
	padding-left: 0;
}

label 
{
	margin-left: 20px;	
}

.label
{
	font-size: 12px;
}

table
{
	font-size: 14px;
}

table.layout
{
	border-spacing: 4px; 
	border-collapse: separate;	
}

td .radio input[type="radio"]
{
	margin-left: -20px;
}

table.weekcalendar th, table.monthcalendar th
{
}

table.weekcalendar, table.monthcalendar
{
	border-collapse:collapse;
}

table.weekcalendar th, table.monthcalendar th
{
	font-weight: normal;
	color: rgb(119, 119, 119);
}

table.weekcalendar tr td:first-child, table.monthcalendar tr td:first-child
{
	color: rgb(119, 119, 119);	
}

table.weekcalendar td, table.weekcalendar th,
table.monthcalendar td, table.monthcalendar th
{
	border: 1px solid #A0A0A0;
}

table.weekcalendar th, table.monthcalendar th
{
	padding: 6pt;
	text-align: center;
}

table.weekcalendar td, table.monthcalendar td
{
	padding: 0px 0px 0px 0px;
}

table.weekcalendar td.busy
{
    background: lightgrey;
    font-size: 10pt;
    color: black;
}

table.weekcalendar td.free:hover
{
    background: lightgrey;
}

table.weekcalendar td.unavailible
{
    background: lightgrey;
}

table.weekcalendar td.history, table.monthcalendar td.history
{
    background: #F0F0F0;
}

table.monthcalendar tr td .title
{
	background: #FAE987;
	padding: 4pt;
}

table.monthcalendar tr td .event
{
	padding: 4pt;
}

table.monthcalendar tr td
{
	height: 100pt;
}

th.today
{
	font-weight: 800;
}

a button.btn
{
	color: white;
}

.readon
{
	margin-bottom: 10pt;
}

.pure-form input[type=text][disabled]
{
	color: rgb(51,51,51);
}

.error {
	color: red;
}