:root {
	--spanga-yellow-new:#eccd5d;
	--spanga-lightyellow-new:#f3e3ac;
	--spanga-yellow:#eccd5d;
	--spanga-yellow-old:#f8e38e;
	--spanga-grey:#EEEEEE;
	--spanga-white:#FFFFFF;
	--spanga-white-text:#EEEEEE;
	--spanga-black-text:#282727;
	--spanga-lightgrey:#F6F6F6;
	--spanga-middlegrey:#EEEEEE;
	--spanga-darkgrey:#DDDDDD;
	--spanga-lightblue:#45a2ef;
	--spanga-blue:#08485c;
	--spanga-lightred:#cd5549;
	--spanga-orange:#CC3F0C;
	--spanga-lightorange:#f29f42;
	--spanga-brown:#9A6D38;
	--spanga-middlebrown: #6a4c2a;
	--spanga-darkbrown:#363030;
	--spanga-mediumblack:#212121;
	--spanga-lightblack:#333333;
	--spanga-lightlightgreen:#96c4a7;
	--spanga-lightgreen:#499962;
	--spanga-green:#33673B;
	--spanga-darkgreen:#19231A;
	--spanga-black:#282727;
	
	--scout-blue:#003660;
	--scout-black:#282727;
	--scout-bavergul:#f9d158;
	--scout-sparargron:#41a62a;
	--scout-upptackarbla:#00a8e1;
	--scout-aventyrarorange:#e96013;
	--scout-utmanarrosa:#da005e;
	--scout-rovergul:#e2e000;
	--scout-rovergul-text:#837a02;	
}





	body, html {
	font-family: 'HelveticaNeue', sans-serif !important;
		
	font-weight: 300 !IMPORTANT;
	font-size: 17px;
	line-height: 26px;
	scroll-padding-top: 100px;
	position: relative;
	scroll-behavior: auto;
	
}


/* ALLMÄNNA TYPOS START */
h1 {

	font-weight: 800 !IMPORTANT;
	font-size: 40px !IMPORTANT;
	line-height: 40px !IMPORTANT;
	letter-spacing: -2.5px;
	
	/*font-style: italic;
	text-transform: uppercase;*/
}

h2 {
	/* används som topprubrik i modalcontent på indexsidan */
	font-weight: 200 !IMPORTANT;
	font-size: 30px !IMPORTANT;
	line-height: 32px !IMPORTANT;
}

h3 {
	/* används som mellanrubrik i modalcontent på indexsidan */
	font-weight: 700 !IMPORTANT;
	font-size: 23px !IMPORTANT;
	line-height: 32px !IMPORTANT;
	letter-spacing: -1.5px;
	margin-bottom: 0px; 
	margin-top: 30px; 
}

h4 {
	
	font-weight: 700 !IMPORTANT;
	font-size: 18px !IMPORTANT;
	line-height: 32px !IMPORTANT;
	letter-spacing: -1.2px;

}
h5 {
	/* används i sidospalt på avdelningssidor */
	font-family: 'HelveticaNeue', sans-serif !important;
	font-weight: 700 !IMPORTANT;
	font-size: 18px !IMPORTANT;
	line-height: 32px !IMPORTANT;
	letter-spacing: -1.0px;
}

h6 {
	/* används i sidospalt på avdelningssidor */
	font-family: 'HelveticaNeue', sans-serif !important;
	font-weight: 600 !IMPORTANT;
	font-size: 16px !IMPORTANT;
	line-height: 32px !IMPORTANT;
	letter-spacing: -1.0px;
	opacity:0.5;
}


.p_modal {
	/* används i modal-content */
	  margin-bottom: 10px; /* between paragraphs */	
	  margin-top: 0px; /* between paragraphs */	
}

.last_updated {
	font-size: 14px !IMPORTANT;
	opacity: 0.4;
}

.black-link {
	color:#333333 !IMPORTANT;
	text-decoration: none;
}

.black-link:hover {
	color:#111111 !IMPORTANT;
}

.blue-link {
	color:#4F7CAC !IMPORTANT;
	text-decoration: none;
}

.blue-link:hover {
	color:#5F7CAC !IMPORTANT;
}

.blue-link-bold {
	color:var(--spanga-blue) !IMPORTANT;
	text-decoration: none;
	font-weight: 700 !IMPORTANT;
}

.blue-link-bold:hover {
	text-decoration: underline;
}
.white-link-bold {
	color:var(--spanga-white) !IMPORTANT;
	text-decoration: none;
	font-weight: 700 !IMPORTANT;
}

.white-link-bold:hover {
	text-decoration: underline;
}





.white-link {
	color:#FFFFFF !IMPORTANT;
	text-decoration: none;
}


.white-link:hover {
	color:#FFFFFF !IMPORTANT;
	text-decoration: underline;
}

.gradient_text {
	  background: linear-gradient(-45deg,var(--spanga-orange), var(--spanga-yellow-new));
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
}

/* förstasidans rubrik START */
.main_site_headline {
	width:100%;
	text-align:center;
	background: linear-gradient(-45deg, var(--spanga-lightred), var(--spanga-orange), var(--spanga-lightorange), var(--spanga-yellow-new)); 
	/*background: linear-gradient(-45deg,var(--spanga-orange), var(--spanga-yellow-new));*/
	background-size: 300%;
	font-family:edosz;
	font-size: 62px;
	line-height:68px;
	padding-top:20px;
	position:relative;
	top:120px !important;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: animated_text 20s ease-in-out infinite;
	-moz-animation: animated_text 20s ease-in-out infinite;
	-webkit-animation: animated_text 20s ease-in-out infinite;
}

@keyframes animated_text {
	0% { background-position: 0px 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0px 50%; }
}


@media only screen and (min-width: 576px) {
	/* SM */
	.main_site_headline {
		font-size: 60px;
		line-height:80px;
		top:240px !important;
	}
}

@media only screen and (min-width: 768px) {
	/* M */
	.main_site_headline {
		font-size: 70px;
		line-height:80px;
		top:240px !important;
	}
}

@media only screen and (min-width: 992px) {
	/* L */
	.main_site_headline {
	font-size: 80px;
		line-height:140px;
		top:240px !important;
	}
}

@media only screen and (min-width: 1200px) {
	/* XL */
	.main_site_headline {
		font-size: 100px;
		line-height:160px;
		top:240px !important;
	}
}

@media only screen and (min-width: 1400px) {
	/* XXL */
	.main_site_headline {
		font-size: 120px;
		line-height:180px;
		top:240px !important;
	}
}

/* förstasidans rubrik SLUT */

/* ALLMÄNNA TYPOS SLUT */


/* ALLMÄNNA KNAPPAR START */
.btn{
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 17px;
	line-height: 26px;
		
}


.btn-spanga-brown {
	color: #EEEEEE !important;
	background-color: var(--spanga-middlebrown) !important;
	border-color: var(--spanga-middlebrown) !important;
}

.btn-spanga-brown:hover {
	color: #EEEEEE !important;
	background-color: var(--spanga-darkbrown) !important;
	border-color: var(--spanga-darkbrown) !important;
}

.btn-footer {
	color: #EEEEEE !important;
	background-color: #9a9797 !important;
	border-color: #9a9797 !important;
}

.btn-footer:hover {
	color: #EEEEEE !important;
	background-color: #7e7a7a !important;
	border-color: #7e7a7a !important;
}

.btn-disabled {
	background-color:#DDDDDD !important;
	border-color:#DDDDDD !important;
	color:#AAAAAA !important;
	pointer-events: none;
	cursor: not-allowed !important;
}

.btn-lightgrey {
	background-color:#DDDDDD !important;
	border-color:#DDDDDD !important;
	color:#333333 !important;
}

.btn-spangablue {
	background-color:#4F7CAC !important;
	border-color:#4F7CAC !important;
	color:#FFFFFF !important;
}

.btn-spangaorange {
	background-color:#F4743B !important;
	border-color:#F4743B !important;
	color:#FFFFFF !important;
}

.btn-spangayellow {
	background-color:#ffdd59 !important;
	border-color:#ffdd59 !important;
	color:#1e272e !important;
}


.btn-spanga-ok {
	color: #ffffff !important;
	background-color: #6bab90 !important;

	border-color: #6bab90 !important;
}
.btn-spanga-cancel {
	color: #ffffff !important;
	background-color: #f3d477 !important;
	border-color: #f3d477 !important;
}



/* ALLMÄNNA KNAPPAR SLUT */





/* FÖRSTASIDAN START */


.huvuddel {
	padding-bottom:70px;
	padding-top:70px;
	padding-right:20px;
	padding-left:20px;
}




.box_gren {
	background-color:var(--spanga-darkgrey);
	padding:15px;
	border-radius:5px;
	margin-bottom:8px;
	margin-top:38px;
}



.box_avdelning {
	padding:15px;
	border-radius:5px;
	margin-bottom:8px;
	transition: 0.5s ease;
}

.box_avdelning:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s ease;
	cursor:pointer;
}
.box_avdelning_headline {
	font-weight: bold;
}
.box_avdelning_subtext {
	
}

/* FÖRSTSIDAN SLUT */



/* ANMÄL DIG OCH KOLLA SCOUTID START */



.join_button {
	font-weight: 700 !IMPORTANT;
	letter-spacing: -0.6px;
	padding:15px;
	border-radius:5px;
	margin-bottom:8px;
	transition: 0.5s ease;
	background-color:var(--spanga-lightred);
	color:var(--spanga-white);
	border:0px;
	height:100%;
	width:100%;
}

.join_button:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s ease;
	cursor:pointer;
}


.checkscoutid_button {
	font-weight: 700 !IMPORTANT;
	letter-spacing: -0.6px;
	padding:3px;
	border-radius:5px;
	margin-bottom:8px;
	transition: 0.5s ease;
	background-color:var(--spanga-lightgreen);
	color:var(--spanga-white);
	border:0px;
	height:100%;
	width:100%;
}

.checkscoutid_button:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s ease;
	cursor:pointer;
}

.join_blocks {
	background-color:#DDDDDD;
	border-radius:5px;
	padding:30px;
	margin-bottom:30px
}

.needed_input {
	background-color: var(--spanga-lightlightgreen);
}


@media only screen and (min-width: 576px) {
	
.answer_guy {
	max-width:100%
}


.scoutid_speech-bubble {
	position: relative;
	background: #FFFFFF;
	border-radius: .4em;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

.scoutid_speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #FFFFFF;
	border-left: 0;
	margin-top: -20px;
	margin-left: -20px;
}
}

@media only screen and (max-width: 576px) {
	.answer_guy {
		max-width:40%;
		margin-top:20px;
		margin-right:30px;
	}
	
	.scoutid_speech-bubble {
		position: relative;
		background: #FFFFFF;
		border-radius: .4em;
		padding-top:10px;
		padding-bottom:30px;
		padding-left:30px;
		padding-right:30px;
	}
	
	.scoutid_speech-bubble:after {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 60%;
		
		top: 100%;
		width: 0;
		height: 0;
		border: 20px solid transparent;
		border-top-color: #FFFFFF;
		border-bottom: 0;
		margin-left: -20px;
		margin-bottom: -20px;
	}
}


/* ANMÄL DIG OCH KOLLA SCOUTID SLUT */



/* acceptera cookie  START */



#accept_cookies {
	/* huvuddiven */
	width:100%;
	padding:20px;
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:9000;
}

.cookie-speech-bubble {
	position: relative;
	background: #DDDDDD;
	border-radius: .4em;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

.cookie-speech-bubble:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	
	bottom: 0;
	left: 100%;
	margin-left: 0px;
	margin-bottom: -20px;
	
	border: 20px solid transparent;
	border-left-color: #DDDDDD;
	border-right: 0;
	margin-top: -20px;
	margin-right: -20px;
}


.cookie_speech_guy {
	
	max-width:100%;
}

#cookies-text{
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 17px;
	line-height: 26px;
		
}

@media only screen and (max-width: 576px) {
	#accept_cookies {
		/* huvuddiven */
		width:100%;
		padding:20px;
		position:fixed;
		bottom:0px;
		right:0px;
		z-index:9000;
	}
	
	
	.cookie-speech-bubble {
		position: relative;
		background: #DDDDDD;
		border-radius: .4em;
		padding-top:10px;
		padding-bottom:30px;
		padding-left:30px;
		padding-right:30px;
	}
	
	.cookie-speech-bubble:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 80%;
		width: 0;
		height: 0;
		border: 20px solid transparent;
		border-top-color: #DDDDDD;
		border-bottom: 0;
		margin-left: -20px;
		margin-bottom: -20px;
		
		margin-top: 0px;
		margin-right: -20px;
		right: 0;
		top: 100%;
	}
	


	
	.cookie_speech_guy {
		margin-top:40px;
		height:150px;
	}
}
/* acceptera cookie  SLUT */



/* sidfot START */
.scoutorg_link {
	max-width:25%;
	cursor:pointer;
}

.scoutorg_link:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s ease;
	cursor:pointer;
}
/* sidfot SLUT */



/* BILDGALLERI START */
/* ANVÄNDS BÅDE PÅ STARTSIDA OCH AVDELNINGSSIDA */


.popover {
	background-color:green !important;	
	border-radius:8px;
}

.popover-body {
	background-color:var(--spanga-black) !important;	
	color:var(--spanga-white) !important;	
	border-radius:8px;
	padding:30px;
	font-family:var(--bs-font-monospace);
	font-size:12px;
	line-height: 1.8;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after, .bs-popover-top>.popover-arrow:after {
	border-top-color: var(--spanga-black);
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after, .bs-popover-bottom>.popover-arrow:after {
	border-bottom-color: var(--spanga-black);
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after, .bs-popover-end>.popover-arrow:after {
	border-right-color: var(--spanga-black);
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after, .bs-popover-start>.popover-arrow:after {
	border-left-color: var(--spanga-black);
}

 .box_photo {
	 padding:15px;
	 border-radius:5px;
	 margin-bottom:8px;
	 transition: 0.5s ease;
 }
 
 .box_photo:hover{
	 -webkit-transform: scale(1.02);
	 -ms-transform: scale(1.02);
	 transform: scale(1.02);
	 transition: 0.5s ease;
	 cursor:pointer;
 }
 

 
.caption-bubble {
	position: relative;
	top:10px;
	background: var(--spanga-lightorange);
/*background-image: linear-gradient(0deg, var(--spanga-yellow-new), var(--spanga-lightorange));*/
	border-radius: .4em;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;


}

.caption-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	
	border-bottom-color: var(--spanga-lightorange);
/*	border-bottom-color: #00aabb; */
	border-top: 0;
	margin-left: -20px;
	margin-top: -20px;
	margin-bottom: -20px;
}

.caption-wrapper {
	padding-bottom:10px !important;	
}
.caption-bubble-datetext {
	font-weight: 600;
	font-size: 14px;
	opacity:40%;
	color: #333333;
	text-decoration: none;
	line-height: 5px !important;
}

.bubble-pos-1:after {
	left: 13%;
}
.bubble-pos-2:after {
	left: 38%;
}
.bubble-pos-3:after {
	left: 63%;
}
.bubble-pos-4:after {
	left: 88%;
}

/* BILDGALLERI SLUT */

/* AVDELNINGSSIDA START */
.unit_meeting_time_box {
	width:100%;
	border-radius:8px;
	margin-bottom:30px;
	padding:40px;
	font-weight: 700;
	font-size: 23px;
	line-height: 32px;
	letter-spacing: -1.5px;
}


.ledare_speech-bubble {
	position: relative;
	background: #EEEEEE;
	border-radius: .4em;
	padding-top:20px;
	padding-bottom:20px;
}

.ledare_speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top-color: #EEEEEE;
	border-bottom: 0;
	border-left: 0;
	margin-left: -9px;
	margin-bottom: -18px;
}


.terminsprogram_alt_time {
	background-color:#EEEEEE;
	padding:15px;
	border-radius:8px;
	font-size: 12px !important;
}

/* AVDELNINGSSIDAN SLUT */



/* RESCOUT START */
.iwant_button {
	font-weight: 700 !IMPORTANT;
	letter-spacing: -0.6px;
	padding:8px;
	border-radius:5px;
	margin-bottom:8px;
	transition: 0.5s ease;
	background-color:var(--spanga-lightlightgreen);
	color:var(--spanga-mediumblack);
	border:0px;
	
}

.iwant_button:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s ease;
	cursor:pointer;
}


.rescout_table {
	width:100%;
	background-color:var(--spanga-white);
	
}

.rescout_table td {
	vertical-align: middle;
}
/* RESCOUT SLUT */






/* BREADCRUMBS START */
.fifty_no_underline {
	opacity: 0.5;
	text-decoration: none;
	color:#000000;
}
.fifty_no_underline:hover {
	opacity: 0.8;
	text-decoration: none;
	color:#000000;
}

.breadcrumb-item {
	text-transform: uppercase;
	font-weight: 600 !IMPORTANT;
	font-size: 15px;
	color: #3a331c !important;
}

.breadcrumb-item:before{
	color: #3a331c !important;
}
/* BREADCRUMBS SLUT */


/* TAGGAR START*/
.tag {
	cursor: pointer;
	padding:10px;
	font-size: 15px;
	border-radius:5px;
	font-weight: 500;
	letter-spacing: +0.2px;
	margin-right:3px;
	margin-bottom:8px;
	flex-wrap:wrap;
}

.tag_grey {
	background-color:#E5E5E5;
}
.tag_yellow {
	background-color:#D6BC73;
}

.tag_grey:hover {
	background-color:#D5D5D5;
}

.tag_yellow:hover {
	background-color:#a18149;
	color:#FFFFFF;
}

.tag:last-child {
	margin-right:0px;
}
/* TAGGAR SLUT */

/* tabeller start */
.detail_table_td {
	font-size:14px;
}
/* tabeller start */



/* allmänna sidobjekt START*/

.header_box {
	display: flex;
	margin-bottom:40px;
}

.newfooter {

  }
  
#footer-landscape {
	  content:url('../img/landscape.svg');
	  max-width:100%
}
  
  @media screen and (max-width: 500px) {
	  #footer-landscape {
			content:url('../img/landscape_sm.png');
			max-width:100%
	  }
		
  }
  
  
/* allmänna sidobjekt SLUT*/


/* menyn START */
.navbar-toggler {

}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
//	outline: none !IMPORTANT;
//	box-shadow: none !IMPORTANT;
//	border:0px;
}



/* Remove border from toggler */
.navbar-toggler {
	border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
	width: 30px;
	height: 3px;
	background-color: #d2d8dd;
	display: block;
	transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
	margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
	background-color: #d2d8dd;
}



/* MENYRADEN START */

/* Färgen menynvalen har när man scrollat högst upp */
.spanga-nav-link-startvalue{
	text-transform: uppercase;
	font-weight: 700;
	font-size:15.5px;
	padding-top:15px;
	color:var(--spanga-white)  !IMPORTANT;
}

/* Färgen menynvalen får när man scrollat en bit längre ned */
.spanga-nav-link-afterscroll{
	text-transform: uppercase;
	font-weight: 700;
	font-size:15.5px;
	padding-top:15px;
	color:var(--spanga-black)  !IMPORTANT;
}

.active {
	color:var(--spanga-yellow)  !IMPORTANT;
}

.navbar-collapse
  {
	  width:100% !important;
	  position:relative;
	  top:28px;
	  right:10px;
  }


/* MENYRADEN SLUT */


/* menyn SLUT */


/* badges START */
.badge_completed_false{
	background-color:#CCCCCC;
}
.badge_completed_true{
	background-color:#05c46b !important;
}
.badge_given_false{
	background-color:#CCCCCC;
}
.badge_given_true{
	background-color:#05c46b !important;
}
.level_completed_false{
	background-color:#CCCCCC;
}
.level_completed_true{
	background-color:#05c46b !important;
}


/* badges SLUT */


/* allmänna BS-modals start */
.modal-content {
	background-color: #fce481 !important;
	border: 0px solid rgba(0,0,0,.2) !important;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.modal-header {
	border-bottom: 0px solid #222222 !important;
}
.modal-footer {
	border-top: 0px solid #222222 !important;
}

/* allmänna BS-modals slut */


/* content-modal START */
.content_modal_bg {
	position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:black;opacity:60%;z-index:10001;display:none
}

.content_modal_content {
	position:fixed;
	top:0px;
	left:0px;
	width:calc(100vw - 100px);
	height:calc(100vh - 100px);
	background-color:white;
	z-index:10002;
	margin:50px;
	border-radius:8px;
	display:none;
	padding:50px;
}

@media screen and (max-width: 500px) {
	.content_modal_content {
		position:fixed;
		top:0px;
		left:0px;
		width:calc(100vw - 30px);
		height:calc(100vh - 30px);
		background-color:white;
		z-index:10002;
		margin:15px;
		border-radius:8px;
		display:none;
		padding:30px;
	}
}
/* content-modal SLUT */


.main_menu_icon {
	/*background-color:#ffdd59;*/
	background-color:#f5d678;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:20px;
	height:150px;
	text-align:center
}

.main_menu_icon:hover {
	background-color:#eac551;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:20px;
	height:150px;
	text-align:center
}

.main_menu_icon_orange_border {
	border: 4px solid #F4743B;
	/*background-color:#ffdd59;*/
	background-color:#f5d678;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:20px;
	height:150px;
	text-align:center;
}

.main_menu_icon_orange_border:hover {
	border: 4px solid #F4743B;
	background-color:#eac551;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:20px;
	height:150px;
	text-align:center
}

.main_menu_icon_grey {
	background-color:#eeeeee;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:20px;
	height:150px;
	text-align:center
}

.main_menu_icon_grey:hover {
	background-color:#dddddd;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:20px;
	height:150px;
	text-align:center
}

.main_menu_icon_white {
	background-color:#FFFFFF;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:20px;
	height:150px;
	text-align:center
}

.main_menu_icon_white:hover {
	background-color:#FFFFFF;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:20px;
	height:150px;
	text-align:center
}

.main_menu_sub_button {
	/*background-color:#ffdd59;*/
	background-color:#f5d678;
	margin:0px;
	max-width:100%;
	border-radius:8px;
	padding:10px;

}

.main_menu_sub_button:hover {
	background-color:#eac551;
}



.maincontainer {
	padding-top:50px;
	margin-bottom:50px;
}

.black {
	color:#000000;
}

.strike {
	text-decoration: line-through;
}

:root {
	--spangalightgrey:#d2dae2;
}


.spangayellow {
	background-color:#ffdd59 !important;
	color:#1e272e;
}


.spangacontrastgreen {
	background-color:#64C84C !important;
	color:#FFFFFF;
}


.spangagreen {
	background-color:#05c46b !important;
	color:#1e272e;
}

.spangalightgreen {
	background-color:#9de1b7 !important;
	color:#1e272e;
}

.spangared {
	background-color:#ff5e57 !important;
	color:#1e272e;
}
.spangacontrastred {
	background-color:#D12438 !important;
	color:#FFFFFF;
}

.spangalightred {
	background-color:#ffafab !important;
	color:#1e272e;
}

.spangalightgrey {
	background-color:#DDDDDD !important;
	color:#1e272e;
}

.spangamiddlegrey {
	background-color:#808e9b !important;
	color:#1e272e;
}

.spangadarkgrey {
	background-color:#485460 !important;
	color:#1e272e;
}

.text-spangagreen {
	color:#05c46b;
}

.text-spangared {
	color:#ff5e57;
}


.text-white {
	color:#FFFFFF;
}


.text-grey {
	color:#AAAAAA;
}

body {
//	padding-left:30px;
//	padding-right:30px;
}
 
.div_patrol {
	//background-color:#FFFFFF;
	border-radius:8px;
	padding:5px;
	margin-bottom:5px;
	margin-top:15px;
//	border-style: dashed;
	border-width: 3px;
//	border-color: #FFFFFF;
	
}
.attendlist {
	display:flex;
	margin-bottom:8px;
	width:100%;
}
.attendlist_left {
	flex: 1;
	//background-color:#EEEEEE;
	padding:10px;
	
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}
.attendlist_middle {
	flex: 1;
	//background-color:#EEEEEE;
	margin-left:1px;
	padding:10px;
	flex: 0 0 6em;
	text-align: center;
}

.attendlist_right {
	flex: 1;
	//background-color:#EEEEEE;
	margin-left:1px;
	padding:10px;
	flex: 0 0 6em;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	text-align: center;
}


.code {
	font-family: 'iacode', monospace;
}

.code_icon {
	color:#999999;
	margin-right:5px;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
	top: 0.1rem !important;
	left: -2rem !important;
	width: 1.25rem !important;
	height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
	margin-left: 0.5rem !important;
	font-size: 1rem !important;
}

.question_area {
	background-color:#EEEEEE;
	border-radius:8px;
	padding:30px;
	margin-bottom:30px;
}

.big-button-area{
	margin-top:50px;
	margin-bottom:40px;
	text-align: center;
}


/* scoutbiblioteket START */

.library_index_block {
	margin-bottom:20px;
	
}
.library_container {
	padding-left:150px;
	padding-right:150px
}



@media only screen and (max-width: 766px) {
	.library_container {
		padding-left:10px;
		padding-right:10px
	}
}

.library_tip { 
  background-color:#f2e1a8;
  padding:20px;
  border-radius:8px;
  margin-right:30px;
  margin-top:30px;
  margin-bottom:30px;
}

.library_tip::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f0eb";
	font: var(--fa-font-solid);
	margin-right:10px;
  }
 
 .library_warning { 
   background-color:#cd5549;
   color:#fcf4db;
   padding:20px;
   border-radius:8px;
   margin-right:30px;
   margin-top:30px;
   margin-bottom:30px;
 }
 
 .library_warning::before {
	 display: inline-block;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 content: "\f54c";
	 font: var(--fa-font-solid);
	 margin-right:10px;
   } 
   





 .library_box { 
	 min-width:100%;
	  background-color:#fcf4db;
	  color:#363030;
	  padding:30px;
	  border-radius:8px;
	  margin-right:30px;
	  margin-top:20px;
	  margin-bottom:30px;
	/*  font-family: firacode;
	  font-weight: 400;*/
	  
	  font-family:var(--bs-font-monospace);
	  font-size:14px;
	 
	}
	
	.library_box::before {
		
	  } 
	     
.note-float-left {
	border-radius:5px;
}   
  
.library_image {
	border-radius:5px;
	max-width:100%;
}   

.table-bordered {
	border-color:var(--spanga-darkbrown)
}
/* scoutbiblioteket SLUT */


/* FORMS START */
#search {
	outline: none;
	appearance: none;
	font-family: inherit;
	border: none;
	border-radius: 0.8rem;
	padding: 0.4em 0.5em 0.25em 1.75em;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: 0.5em 55%;
	background-size: 1em;
	width: 100%;
	font-weight: 200;
	transition: background-color 200ms linear;
	transition-property: background-color;
	transition-duration: 200ms;
	transition-timing-function: linear;
	transition-delay: 0s;
	font-size: 2.5rem;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	
}



@media only screen and (max-width: 766px) {
	#search {
		font-size: 1.5rem;
	}
	
}


.search_white {
	background-color: #FFFFFF;
	color: #504945;
}
.search_grey {
	background-color: #DDDDDD;
	color: #504945;
}

.search_lightyellow {
	background-color: #FDF5D8;
	color: #000000;
}


input[type="search" i] {
	box-sizing: border-box;
}

input {
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	-webkit-rtl-ordering: logical;
	cursor: text;
	
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.checkbox_large {
	transform:scale(2.5, 2.5); 
	margin-left:10px;
	margin-top:20px;
	margin-right:10px;
	border:0px !important;
	background-color:#FFFFFF;
	
}



/* FORMS SLUT */



.detail_table_td {
	padding-right:10px;
	padding-left:10px;
	word-break: break-all;
	overflow-wrap: break-word; 
}
.detail_table_td_icon {
	text-align:center;
}
.search_shortcut {
	pointer-events: auto;
}



.search_shortcut_intro {
	padding:6px;
	font-size: 15px;
	font-weight: 400;
	margin-left:8px;
	margin-bottom:8px;
}

.personbox {
	background-color:#FFFFFF;
	padding:40px;
	margin-bottom:10px;
	border-radius:10px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	cursor:pointer;
	box-sizing: border-box;
}

.personbox_header {
	text-align:left;
}

.personbox_header_headline {
	font-family: 'SpangaScoutSans', sans-serif !important;
	font-weight: 800;
	font-style: italic;
	
	font-size: 24px;
	line-height: 22.95px;
}

.personbox_avatar {
	width:100%;
}




.person_header_roles {
	justify-content: left;
}
@media screen and (max-width: 500px) {
	.personbox {
		padding:10px;
		box-sizing: border-box;
	}
	.personbox_header {
		text-align:center;
	}
	.personbox_header_headline {
		font-family: 'SpangaScoutSans', sans-serif !important;
		font-weight: 800;
		font-style: italic;
		
		font-size: 24px;
		line-height: 22.95px;
	}
	
	.personbox_avatar {
		width:50%;
	}
	
	
	  .person_header_roles {
		  justify-content: center;
	  }
	}
	
	
	
	/* CAMP START */
	
	.huvuddel_camp {
		padding-bottom:70px;
		padding-top:30px;
		padding-right:20px;
		padding-left:20px;
	}
	
	.newtext {
		font-weight: 400 !IMPORTANT;
		font-size: 17px;
		font-family: 'now';
		letter-spacing: -0.5px;
	}
	
	.newtextbtn {
		font-weight: 700 !IMPORTANT;
		font-size: 17px;
		font-family: 'nowb';
		letter-spacing: 1px;
	
	}
	
	.camp_headline {
		font-weight: 700 !IMPORTANT;
		font-size: 18px;
		font-family: 'nowb';
		letter-spacing: -0.5px;
		line-spacing: 5px;
	}

