/* HYUNDAI BIL IMPORT - NIC CHRISTIANSEN GRUPPEN                  */
/* CUSTOM STYLESHEET        */
 
/* WEBFONT */
/*@import url('https://fonts.googleapis.com/css?family=Verdana');*/
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */


 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #1f3a6e;            /* TOOLBAR BACKGROUND COLOR #323232*/
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #1f3a6e;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color:  #666;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #334a69;     /* #ba0816 */
    --jobmatch-link-hover-color: #001432;    /* IS NOT IN USE */
	--jobmatch-link-button-hover-footer-color: #05225A; /* IS NOT IN USE */
	--jobmatch-link-button-color: #FFFFFF; /* IS NOT IN USE */
     
    --jobmatch-base-font-family:  Arial, Helvetica, sans-serif;     /* MAIN FONT  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;   */
    --jobmatch-base-font-size: 1.5rem;    /* 16px; */
    --jobmatch-base-font-line-height: 1.5;  /* 1.42857 */
    --jobmatch-title-font-size: 2.5rem;  /* 30px */
    --jobmatch-subtitle-font-size: 2rem;   /* 26 px; */
     
     
    --mdc-theme-primary: #002c5e;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #002c5e;                /* button color */ 
    --mdc-theme-text-primary-on-accent: #FFFFFF;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #002c5e;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#002c5e;
	--mdc-theme-secondary-dark: #002c5e;



	  --mdc-theme-primary-light: #002c5e;   
	    --mdc-theme-primary-dark: #002c5e;   
	  
	         
     
     
    --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: #1f3a6e !important;
        background-color: var(--jobmatch-header-background-color,#1f3a6e);
         border-bottom:0px solid #e1e1e1; /*  #333 */
	/*	 box-shadow: none; */
    
	
	 
    background-position: center top;
   
    }
 .mdc-toolbar--fixed
    {
      border-bottom:0px solid #e1e1e1;  /*  #333 */
	 	/*	 box-shadow: none; */
      margin-top:0px;
        background-color: #1f3a6e !important;
        background-color: var(--jobmatch-header-background-color,#1f3a6e);
         border-bottom:0px solid #e1e1e1; /*  #333 */
	/*	 box-shadow: none; */
    
	
	 
    background-position: center top;
	}  
	
	.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
			/*	 box-shadow: none; */
	}
	
	
	
/* BUTTONS */
.mdc-button {
	border-radius: 0 !important;
	
}

a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;	
}
a.mdc-button, :not(:disabled).mdc-button {
	color: #666666 !important;
	color: var(--jobmatch-link-color,#666666) !important;
	text-decoration:none;	
}

a.mdc-button:hover, :not(:disabled).mdc-button:hover {
	
	text-decoration:underline;	
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #002c5e !important;	
color: #fff !important;
}

/* button */

.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #002c5e !important;
    background-color: var(--mdc-theme-accent,#002c5e) !important;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff) !important;
	text-transform: none;
	font-weight: bold;
	text-decoration:none !important;	
}




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: #00152e !important;
	  
     color: #FFFFFF !important;
 
	 	 text-decoration:none !important;	
	text-transform: none;
	font-weight: bold;
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
         background-color: #00152e !important;
	  
     color: #FFFFFF !important;
 
    	 	 text-decoration:none !important;	

	text-transform: none;
	font-weight: bold;
}
 

/* 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:#002c5e !important;
border-color:var(--mdc-theme-secondary,#002c5e)!important;

background-color:#002c5e !important;
background-color:var(--mdc-theme-secondary,#002c5e) !important;
}



.mdc-checkbox:before{
	background-color:rgba(0,44,94,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(0,44,94,.14)) !important;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	-webkit-transition:opacity .25s linear;
	transition:opacity .25s linear;
	border-radius:50%;
	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: #002c5e!important;
	background-color:#002c5e!important;
	background-color:color (var(--mdc-theme-primary,#002c5e) a(14%))
	}

.mdc-radio__background:after
{
	color: #002c5e!important;
	background-color:#002c5e !important;
	background-color:color (var(--mdc-theme-primary,#002c5e) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#002c5e !important;
		border-color:(var(--mdc-theme-primary,#002c5e) a(0%));
		background-color:#002c5e !important;
	background-color:color (var(--mdc-theme-primary,#002c5e) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#002c5e;
background-color:var(--mdc-theme-primary,#002c5e);

}




/*
.mdc-radio__inner-circle
{
	background-color:rgba(0,44,94,.54) !important;
	background-color:var(--mdc-theme-text-secondary-on-light,rgba(0,44,94,.14));
	
}

.mdc-radio__outer-circle
{
	background-color:rgba(0,44,94,.54) !important;
	background-color:var(--mdc-theme-text-secondary-on-light,rgba(0,44,94,.54));
	
}

*/
 
/* NORMAL A LINKS */
/* 
a 
    {           
        color: #666666;
     
	   	text-decoration: underline;
    }
	
a:hover, a:focus
 {           
         color: #666666 !important;  
        
		background-color: transparent;
		text-decoration: none;
		
    }
*/
	
/* New version March 12th 2024 by request from Mathilde in HR */
a, a:visited 
    {           
        color:  #334a69;
       /* color: var(--jobmatch-link-color,  #119753); */
	   		   text-decoration: underline;
    }
	
a:hover, a:focus
 {           
         color:  #001432 !important; /* #2a6496 */
        
		background-color: transparent;
		    text-decoration: underline;
		transition: color .2s cubic-bezier(.165,.84,.44,1);

		
    }	
	
.mdc-button:not(:disabled):before {
	/*	
	background-color: white;
	 color: rgba(237,28,36, 1) !important;
        color: var(--jobmatch-link-hoverx-color, rgba(237,28,36, 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: white; 
    background-color: var(--jobmatch-card-header-background-color, white);
}
 
/*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: 140px; /* 160px */
	min-height: 140px; /* 160px */
    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("resources/hyundai_logo_hor_reversed.png");
		background-position: center center;
        background-repeat: no-repeat;
        height: 46px;
        width:335px; 
        background-size: 335px 46px;
        display: block;
        margin-top:0px !important;
 margin-left: -26px !important;
 margin: 0 auto;  
		position: static;
    }
	
/* de to næste stiller logo responsive positioneret ved browser resize! */
header#EHeader div#header-grid {
	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-color: #1f3a6e;
    background-color: var(--jobmatch-footer-background-color,#1f3a6e);
        font-weight: 300;
    color:  #666;
    color: var(--jobmatch-footer-text-color, #666);
     
    border-top:1px solid #e1e1e1;  /*  #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:   Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family,   Arial, Helvetica, sans-serif);
     color: #666; /*  #7e8083; */
    font-size: 1.5rem; /* 18px */
    font-size: var(--jobmatch-base-font-size, 1.5rem);
         
    line-height: 1.5; /* 1.42857143; */
    line-height: var(--jobmatch-base-font-line-height, 1.5);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	font-weight: 400;

  /*   background-color: #494949 !important; background-image: url("https://dl.dropboxusercontent.com/s/1btw7nca38vo7ar/terminal_pagebg_bg-image.jpg?raw=1"), no-repeat; */
    
	
	
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 1.5rem;
    font-size: var(--jobmatch-base-font-size, 1.5rem);    
}
 .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:   Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family,   Arial, Helvetica, 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:   Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family,   Arial, Helvetica, 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: 2.5rem;
    font-size: var(--jobmatch-title-font-size, 2.5rem);   
font-weight: 400;

}

.mdc-card span.subtitle {
    font-size: 2rem;
    font-size: var(--jobmatch-subtitle-font-size, 2rem); 
	color: #000 !important; /* #333333 */
	   
font-weight: 400;
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
   /*  width: 1200; */
    height: 348px;  
    max-width: 1200px;
   /* border: px solid silver;  */  
    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/s/sk4o4ph85rborbr/2-billeder_etx.png?raw=1); } */

/* .top-sep { background-image: url("https://dl.dropboxusercontent.com/s/0v8cyqs0owze1kv/Hyundai-Baner-1200x300.jpg?raw=1");
}  *//* MIGRATION: topimage moved to FileStorageSystem job setting.


.top-sep { background-image: url("hero/hyundai_jobannonce_billeder_1200x300.jpg");
}
*/ 

/* Added September 25th 2023 *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.hyundai-02 .top-sep { background-image: url("hero/hyundai_administration_1200x348px.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 

.hyundai-03 .top-sep { background-image: url("hero/hyundai_salg_1200x348px.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 

.hyundai-04 .top-sep { background-image: url("hero/hyundai_vaerksted_1200x348px.jpg"); }
*/ 

/*
.jacobsensbakery02 .top-sep  { background-image: url(XXXXXX); }
 


*/


.mdc-layout-grid {
	
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-9  {
    margin-top: 10px;
	margin-left: -100px;
	/* width: 80%; background-color: #19191b !important; */
	   
    font-size: 16px !important;
	 line-height: 22.8571px;
    font-weight: 400;
     
	 
	  color: #fff;
 
	text-align: left;
    padding-bottom: 0px;
	/*  margin-left: 370px; margin-right: 50px; */
}


footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3 {
    margin-top: 0px;
	
	/* width: 70%; background-color: #19191b !important; */
font-size: 16px;
 
 
line-height:22.8571px;
font-weight: normal;
	/*  margin-left: 370px; */
	 
	
 
}



/* Responsive Design */



@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}

	
		.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 92px !important;
		height: 348px;
	margin-bottom: 0px !important;
	}
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
 
	
		.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 92px !important;
		height: 348px;
	margin-bottom: 0px !important;
	}
}


@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: -30px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: -30px !important;
	}
		.jobagent div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: -30px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: -30px !important;
	}
}


@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
}


@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 1348px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 348px;
        margin-bottom: 0px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 92px !important;
		height: 348px;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 1300px) {

header#EHeader div#header-r3 a
    {
		
       
 margin-left: 26px !important;
		/* margin: 0 auto; */
		position: static;
    }
}



@media (max-width: 1280px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 87px !important;
		height: 348px;
       margin-bottom: -15px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 87px !important;
		height: 348px;
		 margin-bottom: -15px !important;
	}
		.jobagent div.top-sep {
		margin-top: 87px !important;
		height: 348px;
	 margin-bottom: -15px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 87px !important;
		height: 348px;
		 margin-bottom: -15px !important;
	}
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 75px !important;
		height: 348px;
       margin-bottom: -25px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 75px !important;
		height: 348px;
		margin-bottom: -25px !important;
	}
		.jobagent div.top-sep {
		margin-top: 75px !important;
		height: 348px;
		margin-bottom: -25px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 75px !important;
		height: 348px;
		margin-bottom: -25px !important;
	}
}





@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 70px !important;
		height: 348px;
      margin-bottom: -30px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 70px !important;
		height: 348px;
	margin-bottom: -30px !important;
	}
		.jobagent div.top-sep {
		margin-top: 70px !important;
		height: 348px;
	margin-bottom: -30px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 70px !important;
		height: 348px;
		margin-bottom: -30px !important;
	}
}

@media (max-width: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 65px !important;
		height: 348px;
       	margin-bottom: -40px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 65px !important;
		height: 348px;
			margin-bottom: -40px !important;
	}
		.jobagent div.top-sep {
		margin-top: 65px !important;
		height: 348px;
			margin-bottom: -30px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 65px !important;
		height: 348px;
			margin-bottom: -40px !important;
	}
}


@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 62px !important;
		height: 348px;
		margin-bottom: -40px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 62px !important;
		height: 348px;
		margin-bottom: -40px !important;
	}
		.jobagent div.top-sep {
		margin-top: 62px !important;
		height: 348px;
		margin-bottom: -30px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 62px !important;
		height: 348px;
		margin-bottom: -40px !important;
	}
	
 
	
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 58px !important;
		height: 348px;
		margin-bottom: -55px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 58px !important;
		height: 348px;
		margin-bottom: -55px !important;
	}
	
	.jobagent div.top-sep {
		margin-top: 58px !important;
		height: 348px;
		margin-bottom: -55px !important;
	}
	
	
	.public_share_job .material-icons {
    float: right;
    margin-bottom: -33px ;
    margin-top: -23px !important;
    text-align: right;
}	
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 58px !important;
		height: 348px;
		margin-bottom: -50px !important;
	}
	
	footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-9  {
  
	margin-left: -50px;
 
}
	
	
}

@media (max-width: 959px) {
header#EHeader div#header-r3 a
    {
	 
        margin-top:10px !important;
 margin-left: 34px !important;
 
    }
	  }

	  
	  

@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 50px !important;
		height: 348px;
		margin-bottom: -60px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 50px !important;
		height: 348px;
		margin-bottom: -60px !important;
	}
		.jobagent div.top-sep {
			margin-top: 50px !important;
		height: 348px;
		margin-bottom: -50px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 50px !important;
		height: 348px;
		margin-bottom: -50px !important;
	}
	
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 44px !important;
		height: 348px;
		margin-bottom: -60px !important;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 44px !important;
		height: 348px;
		margin-bottom: -60px !important;
	}
		.jobagent div.top-sep {
		margin-top: 44px !important;
		height: 348px;
		margin-bottom: -60px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 44px !important;
		height: 348px;
		margin-bottom: -60px !important;
	}
	
	 
 
	 
}




@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 40px !important;
		height: 348px;
		margin-bottom: -70px !important;
	}
	
			.rewrite div.top-sep {
	margin-top: 40px !important;
		height: 348px;
		margin-bottom: -70px !important;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 40px !important;
		height: 348px;
		margin-bottom: -70px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 40px !important;
		height: 348px;
		margin-bottom: -70px !important;
	}
 
		

	
}


@media (max-width: 839px) {
	footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-9  {
  margin-top: 25px !important;
	margin-left: 32px;
 
}

	footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3  {
 
 
}
 
}
 
 @media (max-width: 801px) {
header#EHeader div#header-r3 a
    {
	 
        margin-top:3px !important;
 margin-left: 26px !important;
 
    }
	  }


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 31px !important;
		height: 348px;
		margin-bottom: -80px !important;
	}
	
			.rewrite div.top-sep {
		margin-top: 31px !important;
		height: 348px;
		margin-bottom: -80px !important;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 31px !important;
		height: 348px;
		margin-bottom: -80px !important;
	}
	
	.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: 31px !important;
		height: 348px;
	margin-bottom: -80px !important;
	}
	

	
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 17px !important;
		height: 348px;
		margin-bottom: -90px  !important;
	}
	
			.rewrite div.top-sep {
		margin-top: 17px !important;
		height: 348px;
		margin-bottom: -90px  !important;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: 17px !important;
		height: 348px;
			margin-bottom: -90px  !important;
	}
	
		.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: 17px !important;
		height: 348px;
		
			margin-bottom: -90px  !important;
	}
	
		.mdc-card h2.mdc-card__title--large {
    font-size: 2.0rem !important;
   /* font-size: var(--jobmatch-title-font-size, 26px) !important; */
	 
	  
}

.mdc-card span.subtitle {
     font-size: 1.5rem !important;
  /*  font-size: var(--jobmatch-subtitle-font-size, 14px)!important; */
 
}

jobinfo, .mdc-card .mdc-card__primary span.jobinfo {
	 font-size: 1.5rem !important;
		font-size: 80% !important;;
 
}
	
}

@media (max-width: 599px) {
header#EHeader div#header-r3 a
    {
	 
        margin-top: 8px !important;
 margin-left: -10px;
	 
 
    }
	  }

@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 5px !important;
		height: 348px;
		margin-bottom: -110px !important;
	}
	

		.rewrite div.top-sep {
		margin-top: 5px !important;
		height: 348px;
		margin-bottom: -110px !important;
	}
	
	
	   .jobagent div.top-sep {
		margin-top: 5px !important;
		height: 348px;
		margin-bottom: -110px !important;
	}
	
		.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: 348px;
		margin-bottom: -110px !important;
	}
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
	margin-top: -5px !important;
		height: 348px;
		margin-bottom: -130px !important;
	}
	
 
	
		.rewrite div.top-sep {
		margin-top: -5px !important;
		height: 348px;
		margin-bottom: -130px !important;
	}
	
	
	  .jobagent div.top-sep {
		margin-top: -5px !important;
		height: 348px;
		margin-bottom: -130px !important;
	}
		.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: 348px;
		margin-bottom: -130px !important;
	}
	

	 
	.mdc-card h2.mdc-card__title--large {
    font-size: 2.0rem !important;
   /* font-size: var(--jobmatch-title-font-size, 26px) !important; */
	 
	  
}


.mdc-card span.subtitle {
    
  /*  font-size: var(--jobmatch-subtitle-font-size, 14px)!important; */
 
}
	
			header#EHeader div#header-r3 a
    {
		 margin-left: -26px !important;
       
    }
	
}


@media (max-width: 414px) {	
	div.top-sep {
		margin-top: -15px !important;
		height: 348px;
		margin-bottom: -135px !important;
	}
	
	.jobagent div.top-sep {
		margin-top: -15px !important;
		height: 348px;
		margin-bottom: -135px !important;
	}
	
		.rewrite div.top-sep {
	margin-top: -15px !important;
		height: 348px;
		margin-bottom: -135px !important;
	}

	.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: 348px;
		margin-bottom: -135px !important;
	}
	
		header#EHeader div#header-r3 a
    {
		 margin-left: -26px !important;
        height: 35px;
        width:255px; 
		   background-size: 255px 35px;
       
    }
	 
	 
	 .adresse4 {
	margin-top: -10px;
margin-right: 22px !important;
	margin-left: 32px !important;
	 }
	 
	 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: -20px  !important;
		height: 348px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: -20px  !important;
		height: 348px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
			margin-top: -20px  !important;
		height: 348px;
		margin-bottom: -145px;
	}

	.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: 348px;
		margin-bottom: -110px !important;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: -20px  !important;
		height: 348px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: -20px  !important;
		height: 348px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top: -20px  !important;
		height: 348px;
		margin-bottom: -145px;
	}

	.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: 348px;
		margin-bottom: -110px !important;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
			margin-top: -25px  !important;
		height: 348px;
		margin-bottom: -205px;
	}
	
	.jobagent div.top-sep {
		margin-top: -25px  !important;
		height: 348px;
		margin-bottom: -205px;
	}
	
		.rewrite div.top-sep {
	margin-top: -25px  !important;
		height: 348px;
		margin-bottom: -205px;
	}

	.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: -25px  !important;
		height: 348px;
		margin-bottom: -205px !important;
	}
	
	
	 .adresse4 {
	margin-top: -10px;
margin-right: 0px !important;
	margin-left: 0px !important;
	 }
	 
	 	 .adresse {
	 
margin-right: 0px !important;
	margin-left: -20px !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;
	 
  }
*/



 
 

.adresse {
       margin-top: -20px;
	         font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.52857143;
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: 700;
	margin-bottom: 5px;
	 
  }

  .adresse2 {
      
	 
	      font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #FFFFFF;

	font-weight: 400;
  }
  
    .adresse3 {
      
	 
	      font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #FFFFFF;

	font-weight: 700;
  }
  
  ul.adresse2  {
  list-style-type: none;
 
  padding: 0;
  overflow: hidden;
 
  
}

li.adresse2  {
  float: left !important;
  text-align: center;
 
    
}

.adresse2 li:after {
    content: "|";
		margin: 10px;
}
.adresse2  li:last-child:after {
    content: "";
}
 
  
.myfooterx {
      
	  margin-left: 26px;
	      font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #FFFFFF;
	
	font-weight: 700;
	text-decoration: none;
  }
  
a.myfooterx, a.myfooterx:visited {
     margin-left: 0px;
	 
	      font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #FFFFFF !important;
	
	font-weight: 700;
		text-decoration: none;
    }
	
	     a.myfooterx:hover, a.myfooterx:focus {
	  margin-left: 0px;
	      font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #FFFFFF !important;
	
	font-weight: 700;
 
	  text-decoration: none;
	  	text-decoration: underline;
  }
	

	
  
.myfooter2 {
      
	 margin-left: 26px;
	      font-family:   Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.42857143;
    color: #004ece;
	font-weight: 400;
  }
  
 
 
 
.adresse4 {
	margin-top: -10px;
margin-right: 52px !important;
	margin-left: 32px !important;
	display: block;
	float: left;
   background-image: url("resources/hyundai_logo_hor_reversed_2.png"); 

        background-position: 0px center;
        background-repeat: no-repeat;
          height: 40px;
        width:80px;  
    
	 margin-left: 10px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


	/* margin-top: 0px; */
	
		  /*  display: block;
    margin: 0 auto !important; */
   }
  
    
 
	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #000 !important; /* #333333 */
	    font-weight:bold;
 text-align: center;
}

.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}



 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: -10px !important; 
}

.header {
	text-align: center;
	margin-bottom: -20px; 
	font-size: 10px;
	 color: #FFFFFF;
}

::selection {
    background: #00AAFF;
    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,.54) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(0,0,0,.54) !important);
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0,0,0,.54) !important;
   color: rgba(0,44,94,.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,44,94,.87) !important;
	 border-color: rgba(0,0,0,.87) !important;
}

.mdc-radio__native-control {
	 border-color: rgba(0,44,94,.54) !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(0,0,0,.54) !important;
	 color: rgba(0,44,94,.87) !important;
}


 

/* NY RETTELSE */

		.mdc-toolbar-fixed-adjust {
    padding-top: 0px !important;
}

.mdc-form-field {
	color: #666 !important; 
	font-size: 1.5rem;
	 line-height: 1.5;
}

.jobinfo, .mdc-card .mdc-card__primary span.jobinfo {
	color: #666 !important;
		
 
}


div.mdc-card .opening .actionrow {
	border-top: 1px solid #e1e1e1;
}


/* Special - red star in Jobagent page --- general error will be sovlved in a later update. Written February 19th 2020 */
.mdc-select--required .mdc-floating-label::after {
color: #b00020 !important;
color: var(--mdc-theme-error, #b00020) !important;
}


div.mdc-card div.opening section.mdc-card__supporting-text h2 {
    font-size: 120% !important;
    font-weight: normal;
}

.mdc-dialog.applybox .mdc-dialog__content > :first-child {
    margin-top: 14px !important;
}

/* IMPORTANT extra margin for the jobagent formular top section */
.mdc-layout-grid__inner {
	margin-top: 10px !important;
}

.helpbox h4 a {
	font-size: 1.5rem;
}
 
 .mdc-card h3 {
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: rgb(33, 33, 33);
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 2rem;
    margin: 0;
}
 