/* Skanderborg Park  via Finanssektorens Uddannelsescenter - Dansk */
/* CUSTOM STYLESHEET */
/* WEBFONT */
/*@import url('https://fonts.googleapis.com/css?family=Verdana');*/
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #FFFFFF;            /* TOOLBAR BACKGROUND COLOR #323232*/
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #FFFFFF;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #000000;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #95734f;     /* #ba0816 */
    /* --jobmatch-link-hover-color: rgba(33,76,111, 1);    #333333  */
	/*--jobmatch-link-button-hover-footer-color: #05225A;  #00a367; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family: "Libre Franklin", Arial, Helevetica, sans-serif;     /* MAIN FONT  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;   */
    --jobmatch-base-font-size: 16px;    /* 16px; */
    --jobmatch-base-font-line-height: 20.8px;  /* 1.42857143 */
    --jobmatch-title-font-size: 35px;  /* 30px */
    --jobmatch-subtitle-font-size: 16px;   /* 26 px; */
     
     
    --mdc-theme-primary: #000000;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #000;                /* button color */ 
    --mdc-theme-text-primary-on-accent: #FFFFFF;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #000000;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#000000;
	--mdc-theme-secondary-dark: #000000;



	  --mdc-theme-primary-light: #000000;   
	    --mdc-theme-primary-dark: #000000;   
	  
	    --mdc-theme-surface: #FFFFFF;         
     
     
    --mdc-theme-background: #FFFFFF;       
    --mdc-theme-text-primary-on-primary: #FFFFFF;
/*
  --mdc-theme-text-secondary-on-primary: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-primary: rgba(255, 255, 255, 0.5);
   
  --mdc-theme-text-secondary-on-accent: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5); }*/
 
 
 
}


 
/* COLORS */
 
/* top toolbar */

 
 
/* TOOLBAR BACKGROUND COLOR */
.mdc-toolbar 
    {
 
        margin-top:0px;
        background-color: #FFFFFF !important;
        background-color: var(--jobmatch-header-background-color,#FFFFFF);
         border-bottom:1px solid #dcdcdc !important; /*  #333 */
 box-shadow: none;
	/*	 box-shadow: none; */
	/*     background-image: linear-gradient(to bottom, #a4d680  0%, #a4d680 6%,#FFFFFF 6%, #FFFFFF 100%) !important; */
 
 /* 12px --> 0px */
  
   }
   
   
   
   
 .mdc-toolbar--fixed
    {
      border-bottom: 0px solid #d8dadd;  /*  #333 */
	 	/*	 box-shadow: none; */
    
	}  
	
	.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
			/*	 box-shadow: none; */
 
	}
	
	
	
/* BUTTONS */
.mdc-button {
      font-size: 16px;
      font-weight: 700;
}


a:hover.mdc-button.mdc-button--raised {
	text-decoration: underline;	


}
a.mdc-button, :not(:disabled).mdc-button {
	color: #ffffff;
 
		  font-size: 16px;
	  
}


:not(:disabled).mdc-button:hover {
	 font-size: 16px;
 
	  text-decoration: underline;	
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled),   .mdc-button--raised:not(:disabled) {
   background: rgba(149, 115, 79, 1) !important;
    /* background-color: var(--mdc-theme-accent,#333) !important; */
      font-family: "Libre Franklin", sans-serif;
	      border: 1px solid rgba(149, 115, 79, 1);
 
    font-size: 16px;
    color: #ffffff !important;
    cursor: pointer;
 
    font-weight: 700;
    border-radius: 0;
    text-shadow: none;
    padding: 12px 20px  !important;
  
 
     
	text-transform: none;
    text-decoration: none;
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
	
}




a:hover.mdc-button--accent, a:hover.mdc-button--raised, a:hover.mdc-button--unelevated:not(:disabled),   a:hover.mdc-button--raised:not(:disabled) {
    background-color: transparent !important;
    /* background-color: var(--mdc-theme-accent,#333) !important; */
    border: 1px solid rgba(149, 115, 79, 1);
      font-family: "Libre Franklin", sans-serif;
	  
 
    font-size: 16px;
    color: rgba(149, 115, 79, 1)  !important;
    cursor: pointer;
 
     font-weight: 700;
    border-radius: 0;
    text-shadow: none;
    padding: 12px 20px  !important;
    box-sizing: border-box;
   
	text-transform: none;
     transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}


.mdc-button--raised:focus, .mdc-button--raised:hover,   .mdc-button--accent.uploadbutton:hover{
    background-color: transparent !important;
    /* background-color: var(--mdc-theme-accent,#333) !important; */
   
	   border: 1px solid rgba(149, 115, 79, 1);
      font-family: "Libre Franklin", sans-serif;
	  
 
    font-size: 16px;
      color: rgba(149, 115, 79, 1)  !important;
    cursor: pointer;
 
     font-weight: 700;
    border-radius: 0;
    text-shadow: none;
    padding: 12px 20px  !important;
    box-sizing: border-box;
   
	
 
   text-transform: none;
	
	text-decoration: none !important;
	    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
	
}

/* CHECKMARKS */
/*
.mdc-list--avatar-list .mdc-list-item__start-detail i 
    {
        color: white; 
        color: var(--mdc-theme-primary,white);
    }
*/

/* CHECKBOX   lyserød #ff4081 */
 /*
.mdc-checkbox, .mdc-checkbox__background {
	background-color: #009944;
        background-color: var(--jobmatch-link-color, #009944);
} */

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background
{
	border-color:#000000 !important;
border-color:var(--mdc-theme-secondary,#000000)!important;

background-color:#000000 !important;
background-color:var(--mdc-theme-secondary,#000000) !important;
}



.mdc-checkbox:before{
	background-color:rgba(0, 0, 0,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(0, 0, 0,.14)) !important;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	 
	opacity:0;
	pointer-events:none;
	content:""}


/* RADIO BUTTON */
/*
.mdc-radio:before
{
	
	background-color: #00387B !important;
	background-color:color(var(--mdc-theme-primary,#00387B) a(1%));
	
	}


	
.mdc-radio:after{
	
	background-color: #00387B !important;
	background-color:color(var(--mdc-theme-primary,#00387B) a(1%));
	
	}
		*/
	
.mdc-radio__background:before
{
	color: #000000!important;
	background-color:#000000 !important;
	background-color:color (var(--mdc-theme-primary,#000000) a(14%))
	}

.mdc-radio__background:after
{
	color: #000000 !important;
	background-color:#000000 !important;
	background-color:color (var(--mdc-theme-primary,#000000) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#000000 !important;
		border-color:(var(--mdc-theme-primary,#000000) a(0%));
		background-color:#000000 !important;
	background-color:color (var(--mdc-theme-primary,#000000) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#000000;
background-color:var(--mdc-theme-primary,#000000);

}




/*
.mdc-radio__inner-circle
{
	background-color:rgba(0,0,0,.54) !important;
	background-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.14));
	
}

.mdc-radio__outer-circle
{
	background-color:rgba(0,0,0,.54) !important;
	background-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));
	
}

*/
 
/* NORMAL A LINKS */
a 
    {           
        	    color: #95734f;
    font-size: 16px;
     
    font-weight: 400;
       /* color: var(--jobmatch-link-color, #ba0816); */
	   text-decoration: none;
    }
	
a:hover, a:focus
 {           
         color:  rgb(99.0065789474, 76.4144736842, 52.4934210526) !important; /* #2a6496 */
           font-size: 16px;
		    font-weight: 400;
		background-color: transparent;
		text-decoration: none;
 
		
    }
	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #323232;
	 color: rgba(0,0,0, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(0,0,0, 1));
	opacity: 0;
    -webkit-transition: none ;/* opacity .25s linear; */
    transition: none; /*opacity .25s linear; */

}


.mdc-button:not(:disabled):not(.mdc-ripple-upgraded):active:after, .mdc-button:not(:disabled):not(.mdc-ripple-upgraded):focus:before, .mdc-button:not(:disabled):not(.mdc-ripple-upgraded):hover:before {
	opacity: 0;
	
}

     
/* MISC */
 
main#EMain {
    margin-top:0px !important;
}
 
/* UNCOMMENT TO REMOVE BORDERS AND DROPSHADOWS OF CARDS */
.mdc-card { 
    border: 0px;
    box-shadow: none;
}
 
/* CARD HEADER BACKGROUND COLOR */
.mdc-card .mdc-card__primary {
    background-color: #FFFFFF; 
    background-color: var(--jobmatch-card-header-background-color, #FFFFFF);
}
 
/*HEADER*/



#EHeader .mdc-toolbar__section--align-start {
          height: 162px;
}

     
/* LOGO UPLOADED BY USER VIA USER SETTING, NORMALLY HIDDEN IN SPECIAL DESIGN */
header#EHeader .logo-default {  
    display:none;
} 
 header#EHeader {
	height: 107px; /* 120px */
	min-height: 107px; /* 120px */
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }
 
  header#EHeader .mdc-layout-grid__inner{width: auto !important;}  
 
header#EHeader div#header-r3 a
    {
		 /* 	background-image: url("https://dl.dropboxusercontent.com/scl/fi/jcdhe2rjciwknd0ixk52g/logo_finanssektorens.svg?rlkey=bf3fqgn2jjgsc50qvwd2b08y3&raw=1");	 */
	

	background-image: url("resources/logo.png.webp");	
		background-position: center center;
        background-repeat: no-repeat;
        height:  76px;
      /*   width: 373px; 
        background-size: 373px 76px; */
		height:  61px;
        width: 299px; 
        background-size: 299px 61px;
        display: block;
        margin-top: 18px;
		margin-left: 0px;
 
	/*	margin: 0 auto; */
		position: static;
    }
	
/* de to næste stiller logo responsive positioneret ved browser resize! */
header#EHeader div#header-grid {
	margin-left: 3px;	
	/* margin-left: auto;	 */
} 

/*
.job-title {
	display: none;
}
*/
header#EHeader .job-title {
          display: none;
}

header#EHeader .mdc-toolbar__title  span.company-name {
        display:none;
}

#header-r4 {
	display: none;
}

header#EHeader .mdc-toolbar__title  span.company-name {
        display:none;
}

/*FOOTER*/
	
	

 
footer#EFooter .footer-graphics 
    {
		display:none; 
		
     /*  background-image: url(https://dl.dropboxusercontent.com/s/x17l6txrdizn7ds/argo-jobboard.css?raw=1); */
        background-position: 0px center;
        background-repeat: no-repeat;
        height: 89px;
        width:318px;  
        float: left;		
        background-size: cover;
        margin-left: 26px;
    }
     
footer#EFooter {
    padding-bottom:0px;
      background: #FFFFFF;
     
    background-color: var(--jobmatch-footer-background-color,#FFFFFF);
        font-weight: 400;
    color: #000000;
    color: var(--jobmatch-footer-text-color,#000000);
     
    border-top: 1px solid #dcdcdc;  /*  #333 */
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
margin: 0 auto;
margin-right:24px;
margin-top: 30px;
color: #023346;
font-size: 90%;

}



footer#EFooter div.footer_custom_content  div.footer_element {
width: 33%;
display:inline-block;
vertical-align: top;
}
 
footer#EFooter div.footer_custom_content  div.footer_element:nth-child(3) {
text-align:right;
}
 
footer div.footer_custom_content  div.footer_element span {
display:block;}
 
footer ul.mdl-mega-footer__link-list {
    padding-left:24px;
}
 
/* TYPOGRAFI */
body, .mdc-card  p, .mdc-card  ul li, .mdc-card  ol li  {
    font-family:   "Libre Franklin", Arial, Helevetica, sans-serif ;
    font-family: var(--jobmatch-base-font-family, "Libre Franklin", Arial, Helevetica, sans-serif );
     color: #000000; /*  #7e8083; */
    font-size: 16px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 16px);
         
    line-height: 20.8px; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 20.8px);
	
	background-color: #FFFFFF !important;
	/* 	 -webkit-font-smoothing: antialiased !important;
	  transform: inherit !important;  */
	
 
    font-weight: 400;

	
}

 


.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 16px;
    font-size: var(--jobmatch-base-font-size, 16px);    
}
 .mdc-card .opening p a {
    word-break: break-all;
}
 
.mdc-card__title--large, h2, .mdc-card span.subtitle, .mdc-card span.jobinfo, .mdc-card .opening p, footer span, header span.job-title, header span.job-sub-title {
    font-family:   "Libre Franklin", Arial, Helevetica, sans-serif;
    font-family: var(--jobmatch-base-font-family, "Libre Franklin", Arial, Helevetica, sans-serif );
	
}
.job-sub-title, .job-sub-title-sep    {
	display:none;
	
}

body, .mdc-card  p, .mdc-card  ul li, .mdc-card ol li,.mdc-card__title--large, h2, 
.mdc-card span.subtitle, .mdc-card span.jobinfo, .mdc-card .opening p, 
footer span, header span.job-title, header span.job-sub-title, 
.mdc-select__surface, .mdc-form-field, .mdc-button, .mdc-button--dense, .mdc-typography, .mdc-typography--display4, .mdc-card__supporting-text {
    font-family:    "Libre Franklin", Arial, Helevetica, sans-serif;
    font-family: var(--jobmatch-base-font-family,    "Libre Franklin", Arial, Helevetica, sans-serif );
}
/* HEADER ON CARD */
/*
.opening .mdc-card__primary {
    padding: 16px;
    padding-bottom:0px;
    text-align: center;
    text-transform: uppercase;
}
*/
 
 
/* SEPERATOR AFTER JOB TITLE */
/*
.opening .mdc-card__primary::after {
    display: block;
    content: "";
    width: 3px;
    height: 7px;
    background: transparent url(https://dl.dropboxusercontent.com/s/gx555r5s2y7zjxy/sep.png?raw=1) no-repeat;
    width: 258px;
    text-align: center;
    margin: 0 auto;
    margin-top:40px;
}
*/
.mdc-card h2.mdc-card__title--large {
    font-size: 35px;
    font-size: var(--jobmatch-title-font-size, 35px);   
    font-weight:700;
color: #212121;
    font-family:  "Frank Ruhl Libre", Arial, Helevetica, sans-serif;
	   -webkit-font-smoothing: antialiased;
	    
}



.mdc-card span.subtitle {
    font-size:  16px;
    font-size: var(--jobmatch-subtitle-font-size,  16px); 
	color: #000 !important; /* #000000 */
	       font-family:   "Libre Franklin", Arial, Helevetica, sans-serif;
 
    font-weight: 700;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
   /*  width: 1200; width: 1920px; */
   max-width: 1130px; 
 
         
   	  height:  400px !important;
    /*    	  height:  291px !important; */   
    background-repeat: no-repeat; 
    padding: 40px;	
	
}
 
.rewrite div.top-sep {
    margin-top: 140px;
}

div.top-sep {
    margin-top: 140px;
}
 
.top-sep  {
    background-size: 100%;
    background-position: center center; 
	
}
 
/*CUSTOM TOP IMAGES */
/*   .top-sep { background-image: url("https://dl.dropboxusercontent.com/scl/fi/for01nard16k11qyvoz1k/topbillede_1920x400px.png?rlkey=jnlupmv9n38bkq141t76n13ga&raw=1");  }  *//* MIGRATION: topimage moved to FileStorageSystem job setting.



.top-sep { background-image: url("hero/skanderborg-park-web-fotograf-per-bille-1150x400px.jpg");
  }
*/
  
  /* Added August 27th 2025 by request --- Morten *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.skanderborgpark02   .top-sep { background-image: url("hero/layer-5.jpg");  }
*/

/* August 27th 2025 - Will not work - Created skanderborgpark03 and that worked. Weird.
.skanderborgpark03   .top-sep { background-image: url("https://dl.dropboxusercontent.com/scl/fi/mdx8j0ec5638nf7kkcamb/Layer-1.jpg?rlkey=wedjq6q4o6gjjjtmmf6zzm609&raw=1"); }
.skanderborgpark03   .top-sep { background-image: url("https://dl.dropboxusercontent.com/scl/fi/cogw1voo98zvc1m1z4xi6/Layerx.jpg?rlkey=pcvprvosxxfyb739qk6m7sjht&raw=1"); } *//* MIGRATION: topimage moved to FileStorageSystem job setting.


.skanderborgpark04   .top-sep { background-image: url("hero/layer-2.jpg");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.skanderborgpark05   .top-sep { background-image: url("hero/layer-7.jpg");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.skanderborgpark06   .top-sep { background-image: url("hero/layer-3.jpg");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.skanderborgpark07   .top-sep { background-image: url("hero/layer-8.jpg");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.skanderborgpark08   .top-sep { background-image: url("hero/layer-4.jpg");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.skanderborgpark09   .top-sep { background-image: url("hero/layer-6.jpg");  }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.skanderborgpark10   .top-sep { background-image: url("hero/layerx.jpg"); }
*/

 




/* Responsive Design */

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-8 {
       margin-top: 0px;
	    margin-left: 0px;
		   margin-right: 30px !important;
		 text-align: right;
	width: 100%;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4 {
       margin-top: 0px;
	    margin-left: 0px;
	width: 100%;
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3 {
       margin-top: 0px;
	    margin-left: 0px;
	width: 100%;
}

/* Footer responsive */

hr.foot {
 margin-left: 36px;
  margin-right: 36px;
    margin-top: 0px;
    margin-bottom: 22px;
	width: 70%;
    border: 0;
    border-top: 1px solid #eee !important;
 	 

}

.adresset {
	
	margin-left: 22px;
	
	
}

.adresselogo {
	
     color: #95734f;
    margin-bottom: 5px;
font-family: "Frank Ruhl Libre", serif;
 font-size: 23px;
	    font-weight: 400;
		
    margin: 0 0 4px;
 
    
 
	  margin-left: 26px;
	 
}


   
  .adresse2 {
      
	  margin-left: 26px;
 
      font-family: "Libre Franklin", Arial, Helevetica, sans-serif;
  
    font-size: 16px;
    line-height: 1.8;
	    color: #000000;
	    font-weight: 400;
  }

  
  .adresse2b {
      
	  margin-left: 26px;
 color: #000000;
     font-family:    "Libre Franklin", Arial, Helevetica, sans-serif;
  font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }  
  
  
  
a.myfooter2 {
      
	      font-family:    "Libre Franklin", Arial, Helevetica, sans-serif;
    font-size: 12px;
    line-height: 20.8px;
   color: #FFFFFF;
	text-decoration: none;
	
  }
  
 
  
a.myfooterx, a.myfooterx:active
 {           
      font-size: 14px;
    color: #98a9b4 !important;
  font-weight: 400;
		text-decoration: underline;
		margin-left: 0px;
    }
	
	/* #1585cf #006997 */
a.myfooterx:hover, a.myfooterx:visited
 {           
    font-size: 14px;
    color: #8babc6;
 font-weight: 400;
		text-decoration: none;
		margin-left: 0px;
		
    } 
 

	
  
.myfooter2 {
       margin-top: -10px;
	 margin-left: -30px;
	 font-size: 16px;
 
    color: #132535;
	  font-family:    "Libre Franklin", Arial, Helevetica, sans-serif;
	line-height:  22.8571px;
	 font-weight: 400;
  }
  
.myfooter3 {
       margin-top: -10px;
	 margin-left: 36px;
 
   font-size: 14px;
    color: #98a9b4;
	  font-family:    "Libre Franklin", Arial, Helevetica, sans-serif;
	     line-height: 20.8px;
		 font-weight: 400;
  } 
 
 
 .adresse4 {
	display: block;
  background-image: url("resources/logo_finanssektorens.svg");
        background-position: 0px center;
        background-repeat: no-repeat;
          height: 60px;
        width:231px;  
    
	 margin-left: 26px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 231px 60px;


	/* margin-top: 0px; */
	
		  /*  width: 64%;
    margin: 0 auto !important; */
   }
   
    

/* Responsive Design */
 
@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
		margin-bottom: -30px;
	}
							 		 
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
							 	 
}

@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
	margin-bottom: -30px;
	}
	
						 
}



@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
						 
 

	 


}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
 


 

}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
 



	
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
 
}


@media (max-width: 1366px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
 
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
        	margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
			margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
 

 
	
}

@media (max-width: 1300px) {

header#EHeader div#header-r3 a
    {
		margin-left: 32px !important;
       
 
	 
    }
}


@media (max-width: 1280px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
        	margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
 			header#EHeader div#header-r3 a
    {


    }
	
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 400px;
        	margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 115px !important;
		height: 400px;
			margin-bottom: -30px;
	}
	
	 


 
	
	
 
}





@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 100px !important;
		height: 400px;
     margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 100px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 100px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
 
	
}


@media (max-width: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
margin-top: 90px !important;
		height: 400px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 90px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
 
	
}

@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
margin-top: 90px !important;
		height: 400px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
	margin-top: 90px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 90px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
 
	
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 80px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 80px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	.jobagent div.top-sep {
		margin-top: 80px !important;
		height: 400px;
		margin-bottom: -30px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 80px !important;
		height: 400px;
		margin-bottom: -30px;
	}
 




}


@media (max-width: 959px) {
	header#EHeader div#header-r3 a
    {
            margin-top: 26px;
	 

 /* Edge Browser creates trouble here at margin-top */
	}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 0px !important;
	}
	
		div.top-sep {
	margin-top: 60px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 60px !important;
		height: 400px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
			margin-top: 60px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 60px !important;
		height: 400px;
		margin-bottom: -50px;
	}
	
 


 
  
	
 
	 
}

@media (max-width: 939px) {
 
 
 
 
}



@media (max-width: 926px) {
	header#EHeader div#header-r3 a
    {
         
		 

 /* Edge Browser creates trouble here at margin-top */
	}
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 50px !important;
		height: 400px;
		margin-bottom: -65px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 50px !important;
		height: 400px;
		margin-bottom: -65px;
	}
		.jobagent div.top-sep {
		margin-top: 50px !important;
		height: 400px;
		margin-bottom: -65px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 50px !important;
		height: 400px;
		margin-bottom: -65px;
	}
	
	 	 .myfooterh {
	 margin-left: 26px;
 }
  
 .myfooter {
	  margin-left: 26px;
 } 
 
}

@media (max-width: 850px) {
	header#EHeader div#header-r3 a
    {
   
  
	}
}

@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 40px !important;
		height: 400px;
		margin-bottom: -80px;
	}
	
			.rewrite div.top-sep {
	margin-top: 40px !important;
		height: 400px;
		margin-bottom: -80px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
			margin-top: 40px  !important;
		height: 400px;
		margin-bottom: -80px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 40px  !important;
		height: 400px;
		margin-bottom: -80px;
	}
 
 
 

   
   
   
 
}

@media (max-width: 801px) {
 
 
	header#EHeader div#header-r3 a
    {
            margin-top: 18px;
	 

 /* Edge Browser creates trouble here at margin-top */
	}
}

 
 

 
@media (max-width: 791px) {
 header#EHeader div#header-r3 a
    {
   
  margin-top: 18px;
	}

}
 


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 25px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
			.rewrite div.top-sep {
		margin-top: 25px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
			margin-top: 25px !important;
		height: 400px;
		margin-bottom: -100px;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	.addthis_counter.addthis_pill_style {
		    float: right;
    margin-bottom: -13px;
    margin-top: -3px;
	padding: 13px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 25px !important;
		height: 400px;
	margin-bottom: -100px;
	}
	
	

 
	
}

 
@media (max-width: 739px) {
 header#EHeader div#header-r3 a
    {
   
  margin-top: 18px;
	}

}



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
			margin-top:  15px !important;
		height: 400px;
	margin-bottom: -110px;
	}
	
			.rewrite div.top-sep {
				margin-top: 15px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
					margin-top: 15px !important;
		height: 400px;
		margin-bottom: -110px;
	}
	
		.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
					margin-top: 15px !important;
		height: 400px;
		
		margin-bottom: -110px;
	}
	
	
 
	
}


@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
		     margin-top: 22px;

 
    }
}



@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
				margin-top: -5px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	

		.rewrite div.top-sep {
				margin-top: -5px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
	
	   .jobagent div.top-sep {
				margin-top: -5px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
				margin-top: -5px !important;
		height: 400px;
		margin-bottom: -120px;
	}
	
 .myfooter2 {
       margin-top: -10px;
	 margin-left: 10px;
	 
  }
  
 
 
 
.adresse4 {
	 margin-left: 26px;
margin-bottom: 20px;
 
   }
	
}


@media (max-width: 509px) {
 a.delete-button-noneattention, .mdc-button__ripple a.delete-button-noneattention {
	text-align: left !important;
	margin-left: 0px !important;
}

div.actions a.mdc-button.pull-right {
    float: left;
}
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: -10px !important;
	}
	
	div.top-sep {
		margin-top: -20px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	
 
	
		.rewrite div.top-sep {
margin-top: -20px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	
	
	  .jobagent div.top-sep {
margin-top: -20px !important;
		height: 400px;
		margin-bottom: -140px;
	}
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
margin-top: -20px !important;
		height: 400px;
		margin-bottom: -140px;
	}
	

	 
	.mdc-card h2.mdc-card__title--large, .mdc-card .mdc-card__primary .mdc-card__title--large {
    font-size: 24px !important;
   
	
}


.mdc-card span.subtitle, .mdc-card .mdc-card__primary span.subtitle {
    font-size: 18px !important;
    margin-bottom: 0px;
 
}



 
   
 
	
}

@media (max-width: 479px) {	
 .myfooter2 {
       margin-top: 10px;
	 margin-left: 26px;
	 margin-bottom: 20px;
  }
  
 
 
 
.adresse4 {
	 margin-left: 26px;
margin-bottom: 20px;
 
   }
 }
 

@media (max-width: 414px) {	
	div.top-sep {
		margin-top: -35px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
		margin-top: -35px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
	margin-top: -35px !important;
		height: 400px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -35px !important;
		height: 400px;
		margin-bottom: -155px !important;
	}
	
	  
	header#EHeader div#header-r3 a
    {
		 
 
 
    }
 
}

@media (max-width: 375px) {	
	div.top-sep {
	margin-top: -40px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
	margin-top: -40px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
	margin-top: -40px !important;
		height: 400px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -40px !important;
		height: 400px;
		margin-bottom: -155px !important;
	}
	
	
 

 
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: -45px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
	.jobagent div.top-sep {
	margin-top: -45px !important;
		height: 400px;
		margin-bottom: -155px;
	}
	
		.rewrite div.top-sep {
	margin-top: -45px !important;
		height: 400px;
		margin-bottom: -155px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -45px !important;
		height: 400px;
		margin-bottom: -155px !important;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: -50px  !important;
		height: 400px;
		margin-bottom: -165px;
	}
	
	.jobagent div.top-sep {
		margin-top: -50px  !important;
		height: 400px;
		margin-bottom: -165px;
	}
	
		.rewrite div.top-sep {
			margin-top: -50px  !important;
		height: 400px;
		margin-bottom: -165px;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.4em;
		margin-left: 0px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -50px  !important;
		height: 400px;
		margin-bottom: -165px  !important;
	}
}


 /*  table.adresse, table.adressex, tr.adressex, td.adressex, tr.adresse, td.adresse {
      
	  text-align: right;
	 
  }
  
    table.myfooter2, tr.myfooter2, td.myfooter2 {
      
	  text-align: right;
	 
  }
*/


 
	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #212121 !important; /* #000000 */
 
 
/* text-align: center !important;  
		 display: inline !important;

  
  width   : 20%;   or 100px 
  border-bottom: 3px  solid rgba(0, 0, 0); */

}





.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}



 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom:  0px; 
 line-height: 32px;
}

.mdc-typography.pagelanguage-DAN.rewrite.jobagent.EPublicCompany_JobAgent .mdc-card .mdc-card__primary .mdc-card__title--large {
line-height: 42px;
}

.header {
	display: none;
	text-align: center;
	margin-bottom: -20px; 
	font-size: 10px;
	 color: #000000;
	 opacity: .65;
}

::selection {
    background: #95734f;
    color: #fff;
	    text-shadow: none;
}
 

/* JOBAGENT FORMULAR TEXT COLOR CHANGES */


.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-select .mdc-floating-label.mdc-floating-label--float-above, .mdc-select__native-control .mdc-floating-label--float-above {
	color: rgba(0, 0, 0,.87) !important;
	   caret-color:  rgba(0, 0, 0,.87) !important;
}


.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0,.87) !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(0, 0, 0,.87) !important;
}

label.select-label {
  
     color: rgba(0, 0, 0,.87) !important;
}

.mdc-list-item__secondary-text {
    color: rgba(0, 0, 0,.87) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(0, 0, 0,.87) !important);
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0, 0, 0,.87) !important;
   
}

.mdc-text-field:not(.mdc-text-field--disabled), .mdc-text-field__input {
	 color: rgba(0, 0, 0,.87) !important;
}
 

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	color: rgba(0, 0, 0,.87) !important;
	 border-color: rgba(0, 0, 0,.87) !important;
}

.mdc-radio__native-control {
	 border-color: rgba(0, 0, 0,.87) !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(0, 0, 0,.87) !important;
}


 .mdc-text-field .mdc-text-field__input {
    caret-color: rgba(0, 0, 0,1) !important;
    caret-color: var(--mdc-theme-primary, rgba(0, 0, 0,1)) !important;
}


/* Border when checkbox NOT checked */
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0, 0, 0,1) !important;
    background-color: transparent !important;
}
 
 /* Border when checkbox checked */
.mdc-checkbox__native-control:enabled:checked:not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0, 0, 0,1) !important;
   border: 2px solid rgba(0, 0, 0,1) !important;
      
	 
	     background-color: transparent !important;
		 color: rgba(0, 0, 0,1) !important;
}

.mdc-checkbox__checkmark, .mdc-checkbox__checkmark__path {
		color: rgba(0, 0, 0,1) !important;
	
		 stroke:  rgba(0, 0, 0,1) !important;
		  stroke-width:  4px !important;
}

/* NY RETTELSE */

		.mdc-toolbar-fixed-adjust {
    padding-top: 0px;
}


.mdc-form-field {
  font-family: "Libre Franklin", Arial, Helevetica, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
 
}


.mdc-form-field {
	color: #000000 !important; 
	 
}




@media print { 
 /* All your print styles go here */
 #EHeader, 
 .addthis_counter.addthis_pill_style, 
 button,
 .mdc-button,
 .top-sep,
 .actionrow-top
	{ 
	display: none !important; 

	} 
	
	.mdc-card div.opening section.mdc-card__supporting-text h1 {
		margin-top: 10px;
		
	}
	
	/* Added by Morten Nymann */
	 body, div {
       display: block !important;
    }


   
    div.myfooter3 {
		 margin-left:32px !important;
		 
	 }
	 
     div.myfooter2 {
		 margin-left:32px !important;
		  
	 }
   div.myfooter {
	    margin-left:32px !important;
	   
   } 
 
 
   
   #EFooter .mdc-layout-grid__inner {
	   display: grid !important;
	   
   }
   
  @page { 
  margin: 0; 
  }
  
  #EFooter div.mdc-layout-grid, body #EFooter {
	  /* display: none !important; */
	   display: inline-block !important;
	   border: 0 !important;
	   position: static !important;
	   margin-top: -40px;
  }
  

header#EHeader div#header-r3 a {
	display: none !important; 
}

/* Defining all page breaks */
a {
    page-break-inside:avoid
}
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
	
}


.mdc-card .mdc-card__primary span.jobinfo {
  
	
	    font-size: 13px;
   
	color: #000000 !important; /* #ADADAD */
	       font-family: "Libre Franklin", Arial, Helevetica, sans-serif;
 
    font-weight: 400;
    
}




/* special background-color change */

.mdc-dialog__container, .mdc-dialog__surface {
	 background-color: #FFFFFF !important;
	 background-color: var(--mdc-theme-surface, #FFFFFF) !important;
	    
}


h2 {
    
    margin-left: -3px !important;
 
 
 
}

h2.mdc-dialog__title {
    
    margin-left: -3px !important;
 
 
 
}

/* edited by Morten - March 18th 2024 by customer request */
.mdc-dialog.applybox .mdc-dialog__content > :first-child,  .mdc-dialog.applybox .mdc-dialog__content > :nth-child(2){
 
	line-height: 1.6 !important;
}

.mdc-dialog.applybox .mdc-dialog__content .mdc-form-field>label {
	line-height: 1.6 !important;
}

/* edited by Thomas - March 18th 2024 by customer request */
h2#mdc-js-dialog-jaKTHDD-label {
	font-size:0; 	
}
h2#mdc-js-dialog-jaKTHDD-label::after {
	font-size:20px;
	content: "Skanderborg Park";	
	/* 	content: "JobAgent hos Finanssektorens Uddannelsescenter";	 */
}

/* Special color for line just above "Ansøg" */
div.mdc-card .opening .actionrow {
    margin-top: 42px;
    border-top: 1px solid #dcdcdc;
    padding-top: 34px;
    text-align: left;
}

/* Colors crash with apply links and GDPR links --- The below avoids it */
 :not(:disabled).mdc-button .enabled-text, :not(:disabled).mdc-button  .mdc-button__label{
    color: #000000 ;
    font-size: 16px;
	font-weight: 400;
	   text-transform: none;
}

.mdc-typography.pagelanguage-DAN.rewrite.EPublicCompany_Position.mdc-dialog-scroll-lock :not(:disabled).mdc-button .mdc-button__label {
  color: #000000 ;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

:not(:disabled).mdc-button  {
    color: #ffffff ;
    font-size: 16px;
	font-weight: 700;
	   text-transform: none;
}

a.mdc-button.mdc-dialog__button.mdc-dialog__footer__button--cancel.mdc-ripple-upgraded, :not(:disabled).mdc-button a.mdc-button.mdc-dialog__button.mdc-dialog__footer__button--cancel.mdc-ripple-upgraded  {
    color: #000000  ;
    font-size: 16px;
}
a.mdc-button.mdc-dialog__button.mdc-dialog__footer__button--accept.mdc-ripple-upgraded, a.mdc-button.mdc-ripple-upgraded:not(:disabled).mdc-button a.mdc-button.mdc-dialog__button.mdc-dialog__footer__button--accept.mdc-ripple-upgraded {
	    color: #000000  ;
    font-size: 16px;
}

 :not(:disabled).mdc-button  {
    color: #000000  ;
    font-size: 16px;
	   text-transform: none;
}

.mdc-typography.pagelanguage-DAN.rewrite.jobagent.EPublicCompany_JobAgent :not(:disabled).mdc-button .enabled-text, .mdc-typography.pagelanguage-DAN.rewrite.jobagent.EPublicCompany_JobAgent :not(:disabled).mdc-button .mdc-button__label {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
}