@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;
}

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


@media (min-width: 768px)
{
	#hamburgerMenu
	{
		display: none;
	}

	#hamburgerMenuLinks
	{
		display: none !important;
	}
}

@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;
	}

}

@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;
	}
}

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

#hmbBtn
{
	background-color: var(--colorTheme);
	border-color: #ddd;
}

#hmbBtn:hover
{
	border: 1px solid transparent;
}

#hmbBtn > .icon-bar
{
	display: block;
	width: 22px;
	height: 2px;
	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;
}

.container
{
	width: 95%;
} 

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: 10px 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;
	border-radius: 0 0 10px 10px;
}


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

.aviRader
{
	border-radius: 5px;
	/* background-color: #1BBC9B; */
}

.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;
}

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

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

.aviBetalning
{
	padding-top: 10px;
	/* background-color: lightskyblue; */
	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;
}

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

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

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

.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;
}

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

.alignCenter
{
	text-align: center;
}

#publishContainer
{

}

.textAreaDiv
{
	margin: 5px 0px 20px 0px;
}

#publishBtn
{
	margin: 5px;
}

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

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

.expandedInfo
{
	margin-top: 3px;
	padding: 10px;
	border-right: 2px solid var(--colorTheme2);
	border-bottom: 2px solid var(--colorTheme2);
	border-left: 2px solid var(--colorTheme2);
	border-image: linear-gradient(to top, var(--colorTheme), transparent) 1;
}

.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;
}

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

}

#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: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	cursor: pointer;
}

.height300px
{
	height: 300px;
}

.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;
}














#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;
	/* margin-top: -20px; */
	position: static;
	left: 0; right: 0;
	width:100%;
	min-height: 350pt;	
	/* margin-bottom: 30px; */
}

.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;
}