html{
    height: 100%;
}
body{	
	font-family: "founders-groteskt-medium", "founders-grotesk-regular", helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;	
	margin: 0px;
}
img{
	border: 0px;
}
td{
    max-width: 100px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul { margin: 0; padding: 0; }
/* --- text ----------------------------------------------- */
h1{
	font-family: "founders-grotesk-bold", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 68px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 5px;
}
h2{
	font-family: "founders-grotesk-bold", Arial, helvetica, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
	padding: 2px;
	margin: 0px;
}
h3{
	font-family: "founders-grotesk-bold", Arial, helvetica, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}
h4{
	font-family: "founders-grotesk-regular", Arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
}
strong{
	font-family: "founders-grotesk-medium", Arial, helvetica, sans-serif;
	font-weight: 400;
}
.ingress{
	
	font-family: "founders-grotesk-regular", Arial, helvetica, sans-serif;

	font-weight: 400;	
	font-size: 18px;
}
.ingressBold{
	
	font-family: "founders-regular-regular", Arial, helvetica, sans-serif;

	font-weight: bold;	
	font-size: 20px;
}
.fmTexter{
	font-family: "founders-grotesk-regular", Arial, helvetica, sans-serif;

	font-weight: 400;	
	font-size: 18px;
}
.brodText{
	font-family: "founders-grotesk-regular", helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
}
/* --- main ----------------------------------------------- */
#mainContent{
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    margin-bottom:60px;
}
/* --- a -------------------------------------------------- */
a{
	font-family: "founders-grotesk-medium", Arial, helvetica, sans-serif;
	font-weight: 400;	
	color: #000;	
	text-decoration: underline;
/*	font-size: 18px;	*/
}
.aBrodText{
	font-size: 18px;
}
.aIngressText{
	font-size: 20px;
}
.aWeak{
	font-family: "founders-grotesk-text", Arial, helvetica, sans-serif;
	font-weight: normal !important;
	font-size: 16px;
}
.biggerLinkText{
	font-size: 120%;
}
.blackLink{
	color: #000;
}
/* --- puffar --------------------------------------------- */
.formPartBeige{
	background-color: rgb(253,241,226);
}
.formPartOrange{
	background-color: rgb(255,217,184);
}
.formPartBlue{
	background-color: rgb(196,212,237);
}
.formPartGreen{
	background-color: rgb(194,232,237);
}

/* --- nav ------------------------------------------------ */
#topNav{
	background-color: #986FD5;
}
.nav-link{
	color: #000;
	font-family: "founders-grotesk-medium", Arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
}
/* --- footer --------------------------------------------- */
#footWrapper{
	background-color: rgb(28,28,26);
	color: #fff;
	/* margin: 0px; */
	padding: 20px;
	font-size: 90%;
}
#footerTextBlock{
	padding-left: 5%;
	line-height: 110%;
	display: inline-block;
	margin-right: 40px;
}
.contaktRow{
	margin-bottom: 10px;
}
.socialFooterList{
	border: 0px solid;
	margin-bottom: 20px;
	height: 30px;
	background-image: url("img/icons.png");
	background-repeat: no-repeat;
}
.facebookFooterItem{ 
  background-position: -5px -20px;
  background-size: 40px;
}
.pressRumFooterItem{ 
  background-position: -5px -70px;
  background-size: 40px;
}
.linkedInFooterItem{ 
  background-position: -5px -117px;
  background-size: 40px;
}
.instagramFooterItem{ 
  background-position: -5px -165px;
  background-size: 40px;
}
a.footerLink{
	color: #fff;
	margin-left: 40px;
	text-decoration: none !important;
	font-weight: normal;
	font-family: "founders-grotesk-regular",helvetica,sans-serif;
	-moz-osx-font-smoothing: grayscale;	
}
/* --- verklista ------------------------------------------ */
#verkLista{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px solid;
	max-width: 1200px;
}
.granskad{
	color: green;
}
.oldVerkColor{
	color:#a6a6a6;
}
/* --- verkform ------------------------------------------- */
#VerkForm{
	font-weight: normal;
	font-size: normal !important;
}
label {
	font-weight: bold;
}
.labelRubrik{
	font-weight: bold;
}
.isbnFetch{
	color: green;
	font-weight: bold;
}
.whiteInputText{
	color: white;
}
.labelMinWidth{
	min-width: 250px;
}
.maxInputWidth{
	max-width: 500px;
}
.maxNumberInputWidth{
	max-width: 100px;
}
.maxFileInputWidth{
	max-width: 300px;
}
.maxSelectInputWidth{
	max-width: 500px;
}
.maxSelectInputWidth400{
	max-width: 400px;
}
.selectInput{
	width: 215px;
}
#imgBIdLoginBut{
	max-width: 50px;
	width: 50px;
	margin-left: 5px;
	margin-bottom: 5px;
}
/* --- ansokform ------------------------------------------ */
.slffSelectList{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.maxWithSignInputForm{
	max-width: 450px;
}
/* --- buttons -------------------------------------------- */
.submitButton{
	font-size: 16px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid;
}
.submitButtonDel{
	color: #AF0917;
	font-weight: bold;
	font-size: 14px;
}
.submitLink{
	background-color: transparent;
	border: 2px solid;
	text-transform: uppercase;
	font-family: "founders-grotesk-semibold", Arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.35;
	letter-spacing: 0.25px;
	color: #000;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	transition-duration: 0.4s;
}
.submitLink:link{
	text-decoration: none;
}
.submitLink:hover{
	background-color: #000; /* Green */
  	color: white;
}
.linkRubbe:link{
	text-decoration: none !important;
}
input[type=button], input[type=submit], input[type=reset] {
	background-color: transparent;
	border: 2px solid;
	text-transform: uppercase;
	font-family: "founders-grotesk-semibold", Arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.35;
	letter-spacing: 0.25px;
	color: #000;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	transition-duration: 0.4s;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: #000; /* Green */
  color: white;
}
input {
  font-size: 16px;
  padding: 5px;
}
/* --- Eget forlag --------------------------------------- */
.forlagModal{
	color:black;
}
/* --- bankId login --------------------------------------- */
.bankIdForm{
	margin-left: 30%;
}
.bankIdPerNrForm{
	width: 500px;
}
/* --- allmana -------------------------------------------- */
#regler{
	padding: 5px;
	display: none;
	border: 1px solid;
	border-color: #A32929;
}
#regler1{
	padding: 5px;
	display: none;
	border: 1px solid;
	border-color: #A32929;
}
#regler2{
	padding: 5px;

	border: 1px solid;
	border-color: #A32929;
}
.reglerStipResaArea{
	background-color: rgb(250, 250, 250);
	border: 1px solid;
	border-color: rgb(227, 227, 227);
}
.sysMed {
    color: #000;
    font-weight: bold;
	padding: 10px;
	border: 1px solid;
	border-color: #A32929;
}
.validatMess{
	color: #dc3545;
}
.validationError{
	color: #dc3545;
	margin-top: 10px;;
}
.textBox{
	margin: auto;
	max-width: 800px;
}
#inputError{
	margin-top: 15px;
	margin-bottom: 15px;
}
/* --- vistelseStip --------------------------------------- */
.vistPlatsTillfallen{
	max-width: 1024px;
}
/* ---  --------------------------------------------------- */
.devMessage{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.formGruppIngress{
	/* 
	font-weight: normal;
		font-size: 90%; 
		*/
	margin-bottom: 10px;
	font-weight: normal;
		
}
@media (max-width: 576px) {
	.vistPeriodRow{
		border: solid 1px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

}
.form-text {
	/* color:  #4d4d4d; */
	color:  #000;
	font-weight: normal;
	font-size: 18px;
}
.form-info {
	/* color:  #4d4d4d; */
	color:  #000;
	font-weight: normal;
	font-size: 16px;
}
#notSe{
	border: 1px solid;
	border-color: #A32929;
	color: #000;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px;
}

ul.no-bullets {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
/* 	
.fmTexter p{
	margin-top: 0.6em; 
	margin-bottom: 0em;
}
*/
/*	-------- Ta bort efter verifierat  --------------

#topLogga{
	width: 40%;
	min-width: 300px;
	max-width: 347px;
	margin-top: 20px;
	display: inline-block;
	border: none;
}

#footer
{
	overflow: hidden;
	text-align:left;
	margin: 10px 0px 0px 0px;
	font-size: 85%;
	padding-left: 30px;
}


#content{
	
	overflow: hidden;
	text-align:left;
	margin: 0px 0px 0px 0px;	
	
	min-height:500px;
	
	
	padding-left: 30px;
	padding-right: 30px;
}
#topSpace{
	min-height: 15px;
}
#header{
	padding-top: 20px;
	min-width: 800px;
	
	margin-bottom: 40px;
}
#topLinks{
	float: right;
	display: inline-block;
	margin-right: 5%;
	padding-top: 25px;
}
.topLink{
	margin-right: 20px;
	display: inline-block;
	vertical-align: text-top;
}
.activeTopLink{
	border-bottom: 2px solid;
}
.contentMaxWidth{
	max-width: 1324px;
}

.aNoTextDecoration{
	text-decoration: none !important;
}
#leftNav{
	max-width: 200px;
	margin-top: 30px;
	margin-right: 30px;
	display: inline-block;
	
	vertical-align: top;
}

.selectedLeftNavItem{
	font-weight: bold;
	text-decoration: none;
	
	font-family: "founders-grotesk-regular", helvetica, sans-serif;
	font-size: 16px;
}
.notSelectedLeftNavItem{
	font-weight: normal;
	text-decoration: none;
	
	font-family: "founders-grotesk-regular", helvetica, sans-serif;
	font-size: 16px;
}
#formArea{
	
}

#validateErrorMess{
/ *
	display: inline-block;
	padding-right: 5px;
* /
}


.gulTop{
	background-color: #ffd15e;
	color: #000;
	padding: 5%;
}
.aprikos{
	background-color: #FFD9B8;
	color: #000;
	padding: 5%;
}
.purple{
	background-color: #986FD5;
	color: #000;
	/ * padding: 5%; * /
}
.bgLightBlue{
	background-color: rgb(195,232,236);
	
}

.formInputInfoX{
	border: solid 1px;
	padding: 5px;
}

#loggedInContent{
	display: inline-block;
	max-width: 70%;
	min-width: 400px;
	margin-left: 10px;
	
}

#footerSocialLinks{
	
	display: inline-block;
	
	vertical-align: top;
}

.ledord{
	margin-right: 30px;
	font-size: 18px;
	font-weight: bold;
}
#logginForm {
	
	margin-top: 50px;
}

.textInput{
	width: 200px;
}
.smalTextInput{
	width: 100px;
}

#registreraForm{
	
}
#verk{
	border: 1px solid;
	border-color: #CCC;
	margin-top: 5px;
	padding: 5px;
}

#navigationarea ul li a, #navigationarea ul li span {
    line-height: 109%;
    display: block;
    overflow: hidden;
    padding: 7px 3px 7px 15px;
    margin: 0px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    background: url('../img/bg_navigationarea_a.gif') no-repeat scroll 0px 100% transparent;
}
#navigationarea ul li span, #navigationarea ul li a.active {
    background: url('../img/bg_navigationarea_active.gif') no-repeat scroll 0px 0px #AF0917;
    
}
#navigationarea li {
    list-style: none outside none;
}
.redBorder {
	
	border: 1px solid;
	border-color: #A32929;
}
.redText{
	color: #A32929;
}
.alertSuccess{
	
}
.alertInfo{
	
}
.alertWarn{
	
}
.alertDanger{
	
}

#verkTabell tr:nth-child(even) { 

/ *	background: #FAFAFC;	* /
}

#verkTabell tr:nth-child(odd) { 
/ *	background: #fff;	* /
	
}

.platta{
	padding: 15px;
	
	background-color: rgb(250,250,252);

}

.d-none{
	display: none;
}
.smaller{
	font-size: 80%;
}
*/