/* TRANCIT                 */
/* 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/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
 
 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #FFFFFF;            /* TOOLBAR BACKGROUND COLOR #FFFFFF */
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #4B6073;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #aeb7c0;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #009482;     /* #ba0816 */
    --jobmatch-link-hover-color: rgba(33,76,111, 1);    /* #333333  */
	--jobmatch-link-button-hover-footer-color: #009482; /* #00a367; */
	
	--jobmatch-link-button-color: #009482;
     
    --jobmatch-base-font-family:  'Roboto',Arial, Helvetica, sans-serif;     /* MAIN FONT  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;   */
    --jobmatch-base-font-size: 14px;    /* 16px; */
    --jobmatch-base-font-line-height: 22.4px;  /* 1.42857 1.42857143 */
    --jobmatch-title-font-size: 26px;  /* 30px */
    --jobmatch-subtitle-font-size: 20px;   /* 26 px; */
     
     
    --mdc-theme-primary: #009482;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #009482;                /* button color */ 
    --mdc-theme-text-primary-on-accent: white;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #009482;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#009482;
	--mdc-theme-secondary-dark: #009482;



	  --mdc-theme-primary-light: #009482;   
	    --mdc-theme-primary-dark: #009482;   
	  
	         
     
     
    --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, .jobagent.mdc-toolbar
    {
  
        margin-top:0px;
       background-color: #FFFFFF;
	   background-color: var(--jobmatch-header-background-color,#FFFFFF);
		
    /*     background-image: linear-gradient(to bottom, #637485  0%, #637485 35%,#FFFFFF 36%, #FFFFFF 100%) !important; */
         border-top:0px solid #637485; /*  #333 */
		 border-bottom:0px solid #FFF !important; 
	/*	 box-shadow: 1px; */
     
	
    }
 .mdc-toolbar--fixed
    {
		 background-color: #FFFFFF;
	   background-color: var(--jobmatch-header-background-color,#FFFFFF);
		border-top:0px solid #637485;
      border-bottom:0px solid #FFF !important;  /*  #333 */
	 	/*	 box-shadow: none; */
     
	}  
	
	.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
			/*	 box-shadow: none; */
	}
	
 .mdc-toolbar {	

 }	
	
/* BUTTONS */


a:hover.mdc-button, a:focus.mdc-button {
	color: #009482 !important;
}
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;
	border-color: #009482; 

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #009482 !important;
	color: var(--jobmatch-link-color,#009482) !important;
	border-color: #009482; 
}

 
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #009482;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #009482 !important;
    background-color: var(--mdc-theme-accent,#009482) !important;
    color: #fff !important;
    color: var(--mdc-theme-text-primary-on-accent,#fff);
	text-decoration: none !important;
	 font-weight: 500;
	 border: 1px solid #009482;
}




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: #ffffff !important;
     
    color: #009482 !important;
 /*   color: var(--mdc-theme-text-primary-on-accent,#fff); */
  border: 1px solid #009482;
     text-decoration: none !important;
	 font-weight: 500;
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
        background-color: #ffffff !important;
     
    color: #009482 !important;
 /*   color: var(--mdc-theme-text-primary-on-accent,#fff); */
 border: 1px solid #009482;
   text-decoration: none !important;
    font-weight: 500;
}


 

/* 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:#009482 !important;
border-color:var(--mdc-theme-secondary,#009482)!important;

background-color:#009482 !important;
background-color:var(--mdc-theme-secondary,#009482) !important;
}



.mdc-checkbox:before{
	background-color:rgba(0,148,130,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(0,148,130,.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: #009482!important;
	background-color:#009482 !important;
	background-color:color (var(--mdc-theme-primary,#009482) a(14%))
	}

.mdc-radio__background:after
{
	color: #009482 !important;
	background-color:#009482 !important;
	background-color:color (var(--mdc-theme-primary,#009482) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#009482 !important;
		border-color:(var(--mdc-theme-primary,#009482) a(0%));
		background-color:#009482 !important;
	background-color:color (var(--mdc-theme-primary,#009482) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#009482;
background-color:var(--mdc-theme-primary,#009482);

}




/*
.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, a.visited
    {           
        color: #009482;
       /* color: var(--jobmatch-link-color, #ba0816); */
	    text-decoration: underline !important;
	   font-weight: 400;
    }
	
a:hover, a:focus
 {           
         color: #009482 !important; /* #2a6496 */
         text-decoration: underline !important;
		background-color: transparent;
	
		 font-weight: 400;
    }
	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #009482;
	 color: rgba(0,148,130, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(0,148,130, 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*/

.mdc-toolbar__title {
	margin-left: 0;
}

#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;
} 
 /* header1#EHeader { */
	/* height: 85px !important; /* 144px */ */
	/* min-height: 85px !important; /* 144px */ */
    /* 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 {
	min-height: 86px;
}

header#EHeader div#header-r3 a 
    {
		background-image: url("resources/trancit-2017.png");
		background-position: center center;
        background-repeat: no-repeat;
        height: 48px;
        width:180px; 
        background-size: cover;
        /* display: block; */
        /* margin-top:24px !important; */
 margin-left: 0px;
	/*	margin: 0 auto; */
		/* position: static; */
		display: inline-block;
		vertical-align: middle;
    }
	

	

/* 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: 0px;
    }
     
footer#EFooter {
    padding-bottom:0px;
      
    background-color: #4B6073;
    background-color: var(--jobmatch-footer-background-color,#4B6073);
        font-weight: 400;
    color: #aeb7c0;
    color: var(--jobmatch-footer-text-color,#aeb7c0);
     
    border-top:1px solid #CCCCC8;  /*  #333 */
	 background-image: linear-gradient(to bottom, #4B6073  0%, #4B6073 75%,#3E5569 75%, #3E5569 100%) !important;
}

footer#EFooter .mdc-layout-grid {

}
 
footer#EFooter div.footer_custom_content {
display: block;
 
margin: 0 auto;
margin-right:24px;
margin-top: 30px;
color: #FFFFFF;
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:   'Roboto',Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family,   'Roboto',Arial, Helvetica, sans-serif);
     color: #4b6073; /*  #7e8083; */
    font-size: 14px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 14px);
         
    line-height: 22.4px; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 22.4px);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	font-weight: 400;
 

    -webkit-font-smoothing: antialiased !important;
	
 
	
}
.mdc-card .opening p strong {
    font-weight: bold !important;   
    font-size: 14px;
    font-size: var(--jobmatch-base-font-size, 14px);    
}
 .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:   'Roboto',Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family,   'Roboto',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:   'Roboto',Arial, Helvetica, sans-serif;
    font-family: var(--jobmatch-base-font-family,   'Roboto',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: 26px;
    font-size: var(--jobmatch-title-font-size, 26px);   
      color: #19384f;
    font-weight: bold;
  
    -webkit-font-smoothing: antialiased !important;
	 line-height: 1.5;
margin-bottom: 20px;
 
   

}

.mdc-card span.subtitle {
    font-size: 20px;
    font-size: var(--jobmatch-subtitle-font-size, 20px); 
	color: #19384f !important; /* #333333 */
	font-weight: 700;
  font-family:   'Montserrat',Arial, Helvetica, sans-serif;
   line-height: 25px;
   
}


/*custom top photo */
div.top-sep {
    display:block;
   margin: 0 auto;
    margin-top: 10px;
   /*  width: 1200; height: 240px;  */
    height: 201px;  
    max-width: 100% !important;
    /* border: px solid silver;    */
    background-repeat: no-repeat; 
    padding: 40px;	
 margin-right: 0px !important;
  margin-left: 0px !important;
  
}
 
.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/z6b7gqv2serft1x/topbillede4b.png?raw=1"); }  */

/* .top-sep { background-image: url("https://dl.dropboxusercontent.com/s/7faxbeoq227cgqv/topbillede4c_x.png?raw=1"); }  *//* MIGRATION: topimage moved to FileStorageSystem job setting.



.top-sep { background-image: url("hero/top-job.png");
}
*/ 


/* .obton02 .top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/u5l4nqkijpkgp3j/GoBolig%20Frederik%20og%20Mille.jpg?raw=1"); } */


/* RESPONSIVE FOOTER WITH COLUMNS */
footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-9  {
    margin-top: 0px;
	
	/* width: 80%; background-color: #19191b !important; */
	   
    font-size: 32px !important;
	 
    font-weight: 400;
     
	 
 
 
	text-align: left;
    
	/*  margin-left: 370px; margin-right: 50px; padding-bottom: 24px; */
}


footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3 {
    margin-top: 0px;
	
	/* width: 70%; background-color: #19191b !important; */
font-size: 16px;
 
 
 
font-weight: 400;
	/*  margin-left: 370px; */
	 
	
 
}

/* Responsive Design */
 
@media (min-width: 2500px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 140px !important;
		height: 201px;
		margin-bottom: -20px;
		 	
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 140px !important;
		height: 201px;
		margin-bottom: -20px;
	 	
	}
		.jobagent div.top-sep {
		margin-top: 140px !important;
		height: 201px;
		margin-bottom: -10px;
		 
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 140px !important;
		height: 201px; 
		margin-bottom: -20px !important;
		 
	}
}

 
@media (max-width: 2500px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
			margin-top: 107px !important;
		height: 201px;
		margin-bottom: -20px;
	}
 
	
		.rewrite div.top-sep {
		margin-top: 107px !important;
		height: 201px;
		margin-bottom: -20px;
	}
		.jobagent div.top-sep {
		margin-top: 107px !important;
		height: 201px;
		margin-bottom: -20px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 107px !important;
		height: 201px; 
		margin-bottom: -20px !important;
	}
	
	
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 80px !important;
		height: 201px;
		margin-bottom: -30px;
	}
 
	
		.rewrite div.top-sep {
		margin-top: 80px !important;
		height: 201px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 80px !important;
		height: 201px;
		margin-bottom: -30px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 80px !important;
		height: 201px; 
		margin-bottom: -30px !important;
	}
	
	
}


@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 64px !important;
		height: 201px;
		margin-bottom: -30px;
	}
 
	
		.rewrite div.top-sep {
		margin-top: 64px !important;
		height: 201px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 64px !important;
		height: 201px;
		margin-bottom: -30px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 64px !important;
		height: 201px; 
		margin-bottom: -30px !important;
	}
	
	.toprightx2 {
	margin-top: 10px !important;
	margin-right: 12px;
	
}
}


@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 60px !important;
		height: 201px;
		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: 201px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
		margin-top: 60px !important;
		height: 201px;
		margin-bottom: -40px;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 60px !important;
		height: 201px; 
		margin-bottom: -40px !important;
	}
}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 55px !important;
		height: 201px;
		margin-bottom: -50px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 55px !important;
		height: 201px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
		margin-top: 55px !important;
		height: 201px;
		margin-bottom: -40px;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 55px !important;
		height: 201px; 
		margin-bottom: -40px !important;
	}
}

@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 48px !important;
		height: 201px;
		margin-bottom: -50px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 48px !important;
		height: 201px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
		margin-top: 48px !important;
		height: 201px;
		margin-bottom: -40px;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 48px !important;
		height: 201px; 
		margin-bottom: -40px !important;
	}
}

@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 46px !important;
		height: 201px;
		margin-bottom: -50px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 46px !important;
		height: 201px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
		margin-top: 46px !important;
		height: 201px;
		margin-bottom: -40px;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 46px !important;
		height: 201px; 
		margin-bottom: -40px !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: 40px !important;
		height: 201px;
        margin-bottom: -50px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 40px !important;
		height: 201px;
		margin-bottom: -50px;
	}
		.jobagent div.top-sep {
		margin-top: 40px !important;
		height: 201px;
		margin-bottom: -40px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 40px !important;
		height: 201px; 
		margin-bottom: -50px !important;
	}
 
 

}






@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 35px !important;
		height: 201px;
		margin-bottom: -60px;
	}
 
	
		.rewrite div.top-sep {
		margin-top: 35px !important;
		height: 201px;
		margin-bottom: -60px;
	}
		.jobagent div.top-sep {
		margin-top: 35px !important;
		height: 201px;
		margin-bottom: -50px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		 
		margin-top: 35px !important;
		height: 201px; 
		margin-bottom: -60px !important;
	}
}


@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 33px !important;
		height: 201px;
		margin-bottom: -60px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 33px !important;
		height: 201px;
		margin-bottom: -60px;
	}
		.jobagent div.top-sep {
		margin-top: 33px !important;
		height: 201px;
		margin-bottom: -50px;
	}
	
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 33px !important;
		height: 201px; 
		margin-bottom: -60px !important;
	}
}

@media (max-width: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 29px !important;
		height: 201px;
		margin-bottom: -60px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 29px !important;
		height: 201px;
		margin-bottom: -60px;
	}
		.jobagent div.top-sep {
		margin-top: 29px !important;
		height: 201px;
		margin-bottom: -50px;
	}
	
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 29px !important;
		height: 201px; 
		margin-bottom: -60px !important;
	}
}


@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 27px !important;
		height: 201px;
		margin-bottom: -60px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 27px !important;
		height: 201px;
		margin-bottom: -60px;
	}
		.jobagent div.top-sep {
		margin-top: 27px !important;
		height: 201px;
		margin-bottom: -50px;
	}
	
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 27px !important;
		height: 201px; 
		margin-bottom: -60px !important;
	}
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 23px !important;
		height: 201px;
		margin-bottom: -65px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 23px !important;
		height: 201px;
		margin-bottom: -65px;
	}
	
	.jobagent div.top-sep {
			margin-top: 23px !important;
		height: 201px;
		margin-bottom: -65px;
	}
	
	
   #Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 23px !important;
		height: 201px; 
		margin-bottom: -65px !important;
	}
}


@media (max-width: 959px) {
	header#EHeader div#header-r3 a
    {
		/* margin-top:24px !important; */
		 /* margin-left:26px !important; */
 
        
	}
.toprightx2 {
	margin-top: 0px !important;
	margin-right: 12px;
	
}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 20px !important;
		height: 201px;
		margin-bottom: -70px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 20px !important;
		height: 201px;
		margin-bottom: -70px;
	}
		.jobagent div.top-sep {
	margin-top: 20px !important;
		height: 201px;
		margin-bottom: -70px;
	}
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 20px !important;
		height: 201px; 
		margin-bottom: -70px !important;
	}
	
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 19px !important;
		height: 201px;
		margin-bottom: -70px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 19px !important;
		height: 201px;
		margin-bottom: -70px;
	}
		.jobagent div.top-sep {
		margin-top: 19px !important;
		height: 201px;
		margin-bottom: -70px;
	}
	
	 #Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 19px !important;
		height: 201px; 
		margin-bottom: -70px !important;
	}
}


@media (max-width: 851px) {
	header#EHeader div#header-r3 a
    {
		/* margin-top:24px !important; */
		 /* margin-left:34px !important; */
 
        
	}

}



@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
			margin-top: 14px !important;
		height: 201px;
		margin-bottom: -80px;
	}
	
			.rewrite div.top-sep {
	margin-top: 14px !important;
		height: 201px;
		margin-bottom: -80px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 14px !important;
		height: 201px;
		margin-bottom: -80px;
	}
	
	
 	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 14px !important;
		height: 201px; 
		margin-bottom: -80px !important;
	}
	
}


@media (max-width: 839px) {
/*
.mdc-layout-grid__cell--span-9, .mdc-layout-grid__cell--span-9-tablet {
    width: none !important;
    grid-column-end: span 8;
}
*/

 
 .myfooter3   {
    
	text-align: left;
    padding-bottom: 70px !important;
	
	/*  margin-left: 370px; margin-right: 50px; padding-bottom: 24px; */
}
 

}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 4px !important;
		height: 201px;
		margin-bottom: -90px;
	}
	
			.rewrite div.top-sep {
	margin-top: 4px !important;
		height: 201px;
		margin-bottom: -90px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 4px !important;
		height: 201px;
		margin-bottom: -90px;
	}
	
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 4px !important;
		height: 201px; 
		margin-bottom: -90px !important;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.5em;
		margin-left: -7px;
	}
	
		.addthis_counter.addthis_pill_style  {
		    float: right;
    margin-bottom: -13px;
    margin-top: -3px;
	padding: 13px;
	}
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: -1px !important;
		height: 201px;
		margin-bottom: -120px;
	}
	
			.rewrite div.top-sep {
		margin-top: -1px !important;
		height: 201px;
		margin-bottom: -120px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
			margin-top: -1px !important;
		height: 201px;
		margin-bottom: -120px;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: -1px !important;
		height: 201px; 
		margin-bottom: -120px !important;
	}
	
		.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.5em;
		margin-left: -7px;
	}
	
}

@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
		/* margin-top:28px !important; */
		 /* margin-left:34px !important; */
 
        
	}

}

@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: -15px !important;
		height: 201px;
		margin-bottom: -110px;
	}
	
   .jobagent div.top-sep {
		margin-top: -15px  !important;
		height: 201px;
		margin-bottom: -110px;
	}
	
		.rewrite div.top-sep {
		margin-top: -15px  !important;
		height: 201px;
		margin-bottom: -110px;
	}
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -15px  !important;
		height: 201px; 
		margin-bottom: -110px !important;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.5em;
		margin-left: -7px;
	}
	
	
	 .myfooter3   {
    
	text-align: left;
    padding-bottom: 120px !important;
	
	/*  margin-left: 370px; margin-right: 50px; padding-bottom: 24px; */
}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3 {
   text-align: left;
	 margin-right:-40px;
}
	
	
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: -19px !important;
		height: 201px;
		margin-bottom: -115px;
	}
	
   .jobagent div.top-sep {
		margin-top: -19px !important;
		height: 201px;
		margin-bottom: -115px;
	}
	
		.rewrite div.top-sep {
	margin-top: -19px !important;
		height: 201px;
		margin-bottom: -115px;
	}
		.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -19px !important;
		height: 201px; 
		margin-bottom: -115px !important;
	}
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.5em;
		margin-left: -7px;
	}
	

 
	
	
}

@media (max-width: 479px) {	

 
.myfooter {
      
	 
	    
  }

}
	

@media (max-width: 414px) {	
	div.top-sep {
		margin-top: -23px !important;
		height: 201px;
		margin-bottom: -115px;
	}
	
	.jobagent div.top-sep {
		margin-top: -23px !important;
		height: 201px;
		margin-bottom: -115px;
	}
	
		.rewrite div.top-sep {
		margin-top: -23px !important;
		height: 201px;
		margin-bottom: -115px;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: -23px !important;
		height: 201px; 
		margin-bottom: -115px !important;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.5em;
		margin-left: -7px;
	}
	
 
	
	.mdc-card h2.mdc-card__title--large {
    font-size: 20px !important;
    font-size: var(--jobmatch-title-font-size, 26px !important);   
    
}

.mdc-card span.subtitle {
    font-size: 16px !important;
    font-size: var(--jobmatch-subtitle-font-size, 16px !important); 
 font-weight: 700;
}


 .toprightx2 {
display: none !important;
	}
	
	.containerx3 {
display: none !important;
 
}
	 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: -26px !important;
		height: 201px;
		margin-bottom: -125px;
	}
	
	.jobagent div.top-sep {
		margin-top: -26px !important;
		height: 201px;
		margin-bottom: -125px;
	}
	
		.rewrite div.top-sep {
		margin-top: -26px !important;
		height: 201px;
		margin-bottom: -125px;
	}

		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: -26px !important;
		height: 201px; 
		margin-bottom: -125px !important;
	}
	
	
	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.5em;
		margin-left: -7px;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
        margin-top: -28px !important;
		height: 201px;
		margin-bottom: -125px;
	}
	
	.jobagent div.top-sep {
		  margin-top: -28px !important;
		height: 201px;
		margin-bottom: -125px;
	}
	
		.rewrite div.top-sep {
		  margin-top: -28px !important;
		height: 201px;
		margin-bottom: -125px;
	}
	
		#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		  margin-top: -28px !important;
		height: 201px; 
		margin-bottom: -125px !important;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.5em;
		margin-left: -7px;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: -28px !important;
		height: 201px;
		margin-bottom: -125px;
	}
	
	.jobagent div.top-sep {
			margin-top: -28px !important;
		height: 201px;
		margin-bottom: -125px;
	}
	
		.rewrite div.top-sep {
			margin-top: -28px !important;
		height: 201px;
		margin-bottom: -125px;
	}
	
	
	#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: -28px !important;
		height: 201px; 
		margin-bottom: -125px !important;
	}

	.mdc-button.mdc-button--dense 
	{
		margin-top: 15px;
		height: auto;
		line-height: 1.5em;
		margin-left: 0px;
	}
}



 /*  table.adresse, table.adressex, tr.adressex, td.adressex, tr.adresse, td.adresse {
      
	  text-align: right;
	 
  }
  
    table.myfooter2, tr.myfooter2, td.myfooter2 {
      
	  text-align: right;
	 
  }
*/

.adresset {
	
	margin-left: 26px;
	
	
}

.myfooter {
      margin-left: 22px;
	  background-color: #95a0ac;
	      font-family: Montserrat,Arial, Helvetica, sans-serif;
    font-weight: 700;
     
    line-height: 22.4px;

	border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px;
    text-transform: uppercase;
	
	
	
	font-weight: 700;
	 
    -webkit-font-smoothing: antialiased !important;
	margin-bottom: 20px;
  }
  
  
  
  .myfooter2 {
      
	 margin-left: 32px;
	      font-family:   'Roboto', sans-serif;
    color: #aeb7c0;
 font-size: 14px;
font-weight: 400;
   line-height: 22.4px;
  }
  
    .myfooter3 {
      
	 margin-left: 32px;
	      font-family:   'Roboto', sans-serif;
    color: #aeb7c0;
 font-size: 14px;
font-weight: 400;
   line-height: 22.4px;
   text-align: justify;
  text-justify: inter-word;
  }
  
  
a.adressex {
    
	        font-family:   'Roboto', sans-serif;
    color: #aeb7c0;
 font-size: 14px;
font-weight: 400;
   line-height: 22.4px;
     text-decoration: none !important;
  }
  
a.adressex:hover, a.myfooter2:focus {
     
	        font-family:   'Roboto', sans-serif;
      color: #aeb7c0;
 font-size: 14px;
font-weight: 400;
   line-height: 22.4px;
   text-decoration: none !important;
       transition: color .2s ease-in;
  }
  

	
  

 
 
 
  
    
 .bottom-row {
	display: none !important;
}

	/*

.container {
  background-color: red;
 float: right !important;
  
  display: flex;
  flex-direction: row-reverse;

  justify-content: space-between;
   position: relative !important;
     vertical-align: top !important;
}
.container > .image {
  flex: 1 0 0%;
  
}
.image > img {
  
  max-width: 136px !important;
  max-height: 48px !important;
    float: right !important;
	display: block;
   vertical-align: top !important;
}
.container > .text {
  flex: 1 0 0%;
  /* and eventually */
  

}


.containerx3 {
  position: fixed;
 
 
  
	margin-left: 26px;
	color: #aeb7c0 !important;
  align-items: center;
        justify-content: center;
}

 


.toprightx2 {
  display: none !important; 

 /* display: flex !important; --- deleted by request from Tancit // Dorthe april 2024 */
-webkit-box-flex: 1 !important;
   background-image: url("resources/cfv_logo_ny1.png"); 
  background-repeat: no-repeat;
 
  background-position: center center; 
       background-size: cover !important;
 
          height: 56px;
        width:158px;  
    
 



   z-index: 5000;

 position: fixed !important;

	top: 24px !important;
  right: 8px !important;
  align-items: center;
        justify-content: center;
		
		
   
}

 



.jobagent .toprightx2 {
  
  



   z-index: 5;

  
		
		
   
}
   



 
 




	

.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #19384f !important; /* #333333 */
	 
}

.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; 
}

.header {
	display: none !important;
	 
	background-color: #3E5569 !important;
	height: 63px;
	 
	
	margin-left: 334px;
	text-align: left  !important;
  
	margin-top: 70px;
	font-size: 14px;
	 color: #FFFFFF;
	/* background-color: #635569 !important;
	height: 83px;
	width: 100% !important;
	margin-left: 334px !important;
	text-align: left  !important;
	margin-bottom: -24px; 
	margin-top: 70px;
	font-size: 14px;
	 color: #7b8a98; 
	 */
}

 

.headerx {
	
background-color: transparent !important;
	 
	width: 100% !important;
	 margin-left: 42px;
	
	text-align: left  !important;
	margin-bottom: 0px; 

	font-size: 14px;
	 color:  #7b8a98;
	     position: relative;
	/* background-color: #635569 !important;
	height: 83px;
	width: 100% !important;
	margin-left: 334px !important;
	text-align: left  !important;
	margin-bottom: -24px; 
	margin-top: 70px;
	font-size: 14px;
	 color: #7b8a98; 
	 */
}


::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(25,56,79,.87) !important;
	   caret-color:  rgba(25,56,79,.87) !important;
}


.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(25,56,79,.87) !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(25,56,79,.87) !important;
}

label.select-label {
  
     color: rgba(25,56,79,.87) !important;
}

.mdc-list-item__secondary-text {
    color: rgba(25,56,79,.54) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(25,56,79,.54) !important);
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(25,56,79,.54) !important;
   
}

.mdc-text-field:not(.mdc-text-field--disabled), .mdc-text-field__input {
	 color: rgba(25,56,79,.87) !important;
}
 

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	color: rgba(25,56,79,.87) !important;
	 border-color: rgba(25,56,79,.87) !important;
}

.mdc-radio__native-control {
	 border-color: rgba(25,56,79,.54) !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(25,56,79,.54) !important;
}

 

/* NY RETTELSE */
.addthis_toolbox  {
	display: none;
}
		.mdc-toolbar-fixed-adjust {
    padding-top: 0px;
}

.mdc-button.mdc-button--dense, .mdc-button {
	font-size: 14px;
	/* text-transform: none; */
 
}

.mdc-form-field {
	color: #4b6073 !important; 
	 font-size: 16px;
	font-weight: 400;
}

.jobinfo {
	color: #4b6073 !important;
}


div.top-sep {
   
 margin-right: 0px !important;
  margin-left: 0px !important;
  
}


/* Kode til at ændre teksten i første overskrift i JobAgenten */
/*div#jobagent .mdc-card:nth-of-type(1) h2.mdc-card__title.mdc-card__title--large {
	font-size: 0px !important;
	
}
div#jobagent .mdc-card:nth-of-type(1) h2.mdc-card__title.mdc-card__title--large:after {
	content: "Velkommen til Obtons JobAgent";
	font-size: 32px !important;
}*/


/* 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;
}