/* EKJ RÅDGIVENDE INGENIØRER AS                   */
/* 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=Roboto+Condensed&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 #323232*/
    --jobmatch-card-header-background-color: #FFFFFF;       /* CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #1B273D;     /* FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #888888;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #999999;     /* #ba0816 * /
    --jobmatch-link-hover-color: rgba(33,76,111, 1);    /* #333333  */
	--jobmatch-link-button-hover-footer-color: #E95E0F; /* #00a367; */
	
	--jobmatch-link-button-color: #FFFFFF;
     
    --jobmatch-base-font-family:  'Roboto Condensed', Arial, sans-serif;     /* MAIN FONT  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;   */
    --jobmatch-base-font-size: 14px;    /* 16px; */
    --jobmatch-base-font-line-height: 1.42857143;  /* 1.42857 */
    --jobmatch-title-font-size: 22px;  /* 30px */
    --jobmatch-subtitle-font-size: 14px;   /* 26 px; */
     
     
    --mdc-theme-primary: #111111;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #7b99ab;                /* button color */ 
    --mdc-theme-text-primary-on-accent: #fff;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #333333;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#333333;
	--mdc-theme-secondary-dark: #333333;



	  --mdc-theme-primary-light: #333333;   
	    --mdc-theme-primary-dark: #333333;   
	  
	         
     
     
    --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:0px solid #FFFFFF; /*  #333 */
	/*	 box-shadow: none; */
/*	background-image: linear-gradient(to bottom, #FFFFFF  0%, #FFFFFF 60%,#1290B5 61%, #1290B5 100%) !important; */
    
    }
 .mdc-toolbar--fixed
    {
      border-bottom:0px solid #FFFFFF;  /*  #333 */
	 	/*	 box-shadow: none; */
        background-color: var(--jobmatch-header-background-color, #FFFFFF); 
	}  
	
	.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
			/*	 box-shadow: none; */
	}
	
	
	
/* BUTTONS */
a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;
	border-color: #999999; 

}
a.mdc-button, :not(:disabled).mdc-button {
	color: #999999 !important;
	color: var(--jobmatch-link-color,#999999) !important;
	border-color: #999999; 
}

 
a.mdc-button:hover, :not(:disabled).mdc-button:hover {
	color: #E95E0F !important;
	
	border-color: #999999; 
}
  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #999999;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
    background-color: #7b99ab !important;
    background-color: var(--mdc-theme-accent,#7b99ab) !important;
    color: #fff !important;
  /*  color: var(--mdc-theme-text-primary-on-accent,#fff); */
	 font-size: 14px !important;
	 cursor: pointer;
	 border-radius: 1px;
}




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: #7b99ab !important;
     
    color: #ea5b0c !important;
  /*  color: var(--mdc-theme-text-primary-on-accent,#fff); */
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
     background-color: #7b99ab !important;
     
    color: #ea5b0c !important;
    /*  color: var(--mdc-theme-text-primary-on-accent,#fff); */
}

/* 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:#333333 !important;
border-color:var(--mdc-theme-secondary,#333333)!important;

background-color:#333333 !important;
background-color:var(--mdc-theme-secondary,#333333) !important;
}



.mdc-checkbox:before{
	background-color:rgba(51, 51, 51,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(51, 51, 51,.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: #111111!important;
	background-color:#111111 !important;
	background-color:color (var(--mdc-theme-primary,#111111) a(14%))
	}

.mdc-radio__background:after
{
	color: #111111 !important;
	background-color:#111111 !important;
	background-color:color (var(--mdc-theme-primary,#111111) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#111111 !important;
		border-color:(var(--mdc-theme-primary,#111111) a(0%));
		background-color:#111111 !important;
	background-color:color (var(--mdc-theme-primary,#111111) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#111111;
background-color:var(--mdc-theme-primary,#111111);

}




/*
.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: #999999;
       /* color: var(--jobmatch-link-color, #ba0816); */
	   text-decoration: none;
    }
	
a:hover, a:focus
 {           
         color: #E95E0F !important; /* #2a6496 */
        
		background-color: transparent;
		text-decoration: none;
		
    }
	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #323232;
	 color: rgba(51, 51, 51, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(51, 51, 51, 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("https://dl.dropboxusercontent.com/s/rx9eqj9hev4s1q4/EKJ_logo_RGB-match.png?raw=1"); old logo January 4th 2023 */
		background-image: url("resources/ekj_logo_56x128px.png");
		background-position: center center;
        background-repeat: no-repeat;
        height: 56px;
        width:128px; 
        background-size: cover;
        display: block;
        margin-top:16px !important;
 margin-left: 10px;
		/* 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: #1B273D;
    background-color: var(--jobmatch-footer-background-color,#1B273D);
        font-weight: 300;
    color: #888888;
    color: var(--jobmatch-footer-text-color,#888888);
     
    border-top:0px solid #1B273D;  /*  #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:   'Roboto Condensed', Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family,   'Roboto Condensed', Arial, sans-serif);
     color: #999999; /*  #7e8083; */
    font-size: 14px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 14px);
         
    line-height: 1.42857143; /* 1.42857; */
    line-height: var(--jobmatch-base-font-line-height, 1.42857143);
	
	background-color: #ffffff !important;
	letter-spacing: normal;
	font-weight: 400;
 
    
    
	
	
	
}
.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 Condensed', Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family,   'Roboto Condensed', Arial, 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 Condensed', Arial, sans-serif;
    font-family: var(--jobmatch-base-font-family,   'Roboto Condensed', Arial, 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: 22px;
    font-size: var(--jobmatch-title-font-size, 22px);   
    font-weight:600;
 
    color: #111111 !important;
	  display: inline-block;
	text-decoration: none!important;
    border-bottom: 3px solid #7b99ab;
}

.mdc-card span.subtitle {
    font-size: 14px;
    font-size: var(--jobmatch-subtitle-font-size, 14px); 
	color: #999999 !important; /* #666 */
font-weight: bold;
 
 
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
    margin: 0 auto;
    margin-top: 10px;
   /*  width: 1200; */
    height: 444px;  
    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;
     
	/*  background-position: absolute;  */
}



/*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/mtlm1slp1qt8dt6/p4250456%5B1%5D_2.jpg?raw=1");} 
.ekjraadgiv02 .top-sep  { background-image: url("https://dl.dropboxusercontent.com/s/j57h7nnrgihg5da/ekjbillede-1200x400.png?raw=1"); } *//* MIGRATION: topimage moved to FileStorageSystem job setting.

.top-sep { background-image: url("hero/title-background-1200x400-job2.png");
}
*//* MIGRATION: topimage moved to FileStorageSystem job setting.


.ekjraadgiv02 .top-sep  { background-image: url("hero/ekjbillede2.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.

.ekjraadgiv03 .top-sep  { background-image: url("hero/danny-hyrdeh-j-redigeret_1200x444px.png"); }
*/ 

/* Added Dec. 1st 2021 *//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv04 .top-sep  { background-image: url("hero/ekj-milj-botanisk.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv05 .top-sep  { background-image: url("hero/ekj-milj-pr-ve.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv06 .top-sep  { background-image: url("hero/karenblixensplads.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv07 .top-sep  { background-image: url("hero/kb-plads-2.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv08 .top-sep  { background-image: url("hero/metro.jpg"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv09 .top-sep  { background-image: url("hero/skylab.jpg"); }
*/ 

/* Added June 14th 2022 *//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv10 .top-sep  { background-image: url("hero/awn_01.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv11 .top-sep  { background-image: url("hero/dae_01.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv12 .top-sep  { background-image: url("hero/dae_02.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv13 .top-sep  { background-image: url("hero/foe_01.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv14 .top-sep  { background-image: url("hero/kae_01.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv15 .top-sep  { background-image: url("hero/kae_02.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv16 .top-sep  { background-image: url("hero/kae_03.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv17 .top-sep  { background-image: url("hero/mgp_01.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.ekjraadgiv18 .top-sep  { background-image: url("hero/mgt_01.png"); }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
  
.ekjraadgiv19 .top-sep  { background-image: url("hero/xxx_01.png"); }
*/ 


/* Footer responsive */ 

.mdc-layout-grid {
	
}



footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-5  {
    margin-top: 0px;
	
	/* width: 80%; background-color: #19191b !important; */
	   
    font-size: 14px !important;
	 line-height: 1.42;
	  color: #888888;
	font-family:  Helvetica, arial, sans-serif !important;
    padding-bottom: 24px;
	/*  margin-left: 370px; margin-right: 50px; */
	 
}


footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4  {
    margin-top: 0px;
	
	/* width: 80%; background-color: #19191b !important; */
	   
    font-size: 14px !important;
	 line-height: 1.42;
    
     
	 
	  color: #888888;
	font-family:  Helvetica, arial, sans-serif !important;
	
    padding-bottom: 24px;
	/*  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: 14px;
color: #888888;
font-family:  Helvetica, arial, sans-serif; 
line-height: 1.42;
font-weight: normal;
	/*  margin-left: 370px; */
	 
	
 
}

.sjov {
	 text-align: center;
 margin-left: 20px;
    height:100%;
    width:100%;
  position:relative;
  overflow:auto;
}
.sjov iframe {
   height:273px;
    width:485px;
 
  
 
position:relative;
    top:0;
    bottom:0;
 
}

iframe{
  max-width: 100% !important;
}



/* Responsive Design */

@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 155px !important;
		height: 444px;
		margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 155px !important;
		height: 444px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
	margin-top: 155px !important;
		height: 444px;
			margin-bottom: 10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 155px !important;
		height: 444px;
		margin-bottom: 10px;
	}
							 		 
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 10px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 155px !important;
		height: 444px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
	margin-top: 155px !important;
		height: 444px;
			margin-bottom: 10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 155px !important;
		height: 444px;
		margin-bottom: 10px;
	}
	
							 	 
}

@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 10px;
	}
 
	
		.rewrite div.top-sep {
	margin-top: 155px !important;
		height: 444px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
	margin-top: 155px !important;
		height: 444px;
			margin-bottom: 10px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 155px !important;
		height: 444px;
		margin-bottom: 10px;
	}
	
						 
}



@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 35px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 35px;
	}
		.jobagent div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 35px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 35px;
	}
	
						 
 

	 


}

@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 30px;
	}
		.jobagent div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 30px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 155px !important;
		height: 444px;
			margin-bottom: 30px;
	}
	
 


 

}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 150px !important;
		height: 444px;
			margin-bottom: 20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 150px !important;
		height: 444px;
			margin-bottom: 20px;
	}
		.jobagent div.top-sep {
		margin-top: 150px !important;
		height: 444px;
			margin-bottom: 20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 150px !important;
		height: 444px;
			margin-bottom: 20px;
	}
	
 


	header#EHeader div#header-r3 a
    {

 
	}
	
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 20px;
	}
		.jobagent div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 20px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 20px;
	}
 
}


@media (max-width: 1366px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 10px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 10px;
	}
		.jobagent div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 10px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 10px;
	}
	
 
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 145px !important;
		height: 444px;
        	margin-bottom: 5px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 5px;
	}
		.jobagent div.top-sep {
			margin-top: 145px !important;
		height: 444px;
			margin-bottom: 5px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 5px;
	}
 

 
	
}

@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: 145px !important;
		height: 444px;
        	margin-bottom: 0px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 0px;
	}
		.jobagent div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom: 0px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 145px !important;
		height: 444px;
			margin-bottom:  0px;
	}
	

	
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 145px !important;
		height: 444px;
        	margin-bottom:  -15px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom:  -15px;
	}
		.jobagent div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom:  -15px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 145px !important;
		height: 444px;
			margin-bottom:  -15px;
	}
	
	   .sjov iframe {
   height:265px;
}
 
}





@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 142px !important;
		height: 444px;
      margin-bottom:  -15px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 142px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
		.jobagent div.top-sep {
		margin-top: 142px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
     margin-top: 142px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
	
   .sjov iframe {
   height:252px;
}
	
}


@media (max-width: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 138px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
margin-top: 138px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
		.jobagent div.top-sep {
	margin-top: 138px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 138px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
	
  .sjov iframe {
   height:242px;
}
	
}

@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 138px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
margin-top: 138px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
		.jobagent div.top-sep {
	margin-top: 138px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 138px !important;
		height: 444px;
		margin-bottom:  -15px;
	}
	
 .sjov iframe {
   height:235px;
}
	
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 130px !important;
		height: 444px;
		margin-bottom:  -20px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
	margin-top: 130px !important;
		height: 444px;
		margin-bottom:  -20px;
	}
	
	.jobagent div.top-sep {
		margin-top: 130px !important;
		height: 444px;
		margin-bottom:  -20px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 130px !important;
		height: 444px;
		margin-bottom:  -20px;
	}
 

 .sjov iframe {
   height:223px;
    
}


}





@media (max-width: 959px) {
	header#EHeader div#header-r3 a
    {
  
 margin-top: 24px !important;
 margin-left: 37px !important; 
 /* Edge Browser creates trouble here at margin-top */
	}
}


@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 115px !important;
		height: 444px;
		margin-bottom: -25px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
			margin-top: 115px !important;
		height: 444px;
		margin-bottom: -25px;
	}
		.jobagent div.top-sep {
			margin-top: 115px !important;
		height: 444px;
		margin-bottom: -25px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 115px !important;
		height: 444px;
		margin-bottom: -25px;
	}
	
 .sjov iframe {
   height:203px;
}
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 110px !important;
		height: 444px;
		margin-bottom: -30px;
	}
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
		.rewrite div.top-sep {
		margin-top: 110px !important;
		height: 444px;
		margin-bottom: -30px;
	}
		.jobagent div.top-sep {
		margin-top: 110px !important;
		height: 444px;
		margin-bottom: -30px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 110px !important;
		height: 444px;
		margin-bottom: -30px;
	}
	
	
 
.sjov iframe {
   height:195px;
}
	
	
 
}

@media (max-width: 884px) {
	header#EHeader div#header-r3 a
    {
   margin-top:16px !important;
 margin-left: 26px !important;
	}
}


@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: 100px !important;
		height: 444px;
		margin-bottom: -40px;
	}
	
			.rewrite div.top-sep {
	margin-top: 100px !important;
		height: 444px;
		margin-bottom: -40px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
			margin-top: 100px !important;
		height: 444px;
		margin-bottom: -40px;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 100px !important;
		height: 444px;
		margin-bottom: -40px;
	}
 
 
 .sjov iframe {
   height:180px;
}
	

   
   
   
 
}

@media (max-width: 839px) {
footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-5  {
   
 margin-left:  -10px !important;

}

footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4  {
   
 margin-left:  16px !important;

}

 
 .myfooter {
	    
	  margin-left: 0px !important;
	
	
  }
 
 .myfooter2 {
	    
	  padding-left: 0px !important;
	margin-left: 0px !important;
	
  }
  

}


@media (max-width: 801px) {
	header#EHeader div#header-r3 a
    {
 margin-top: 16px !important;
 margin-left: 27px !important; 
 
	}
}


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 80px!important;
		height: 444px;
		margin-bottom: -55px;
	}
	
			.rewrite div.top-sep {
	margin-top: 80px !important;
		height: 444px;
		margin-bottom: -55px;
	}
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	
	.jobagent div.top-sep {
		margin-top: 80px !important;
		height: 444px;
		margin-bottom: -55px;
	}
	
	.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: -3px !important;
    margin-top: -3px;
	padding: 23px;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 80px !important;
		height: 444px;
	margin-bottom: -55px;
	}
	
  .sjov iframe {
	  width: 100% !important;
   height:260px;
}
	
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 65px !important;
		height: 444px;
	margin-bottom: -65px;
	}
	
			.rewrite div.top-sep {
		margin-top: 65px !important;
		height: 444px;
		margin-bottom: -65px;
	}
	
	
	.mdc-card .mdc-card__primary span.jobinfo {
		float: none;
		text-align: left;
		margin-top: 0;
	}
	.jobagent div.top-sep {
		margin-top: 65px !important;
		height: 444px;
		margin-bottom: -65px;
	}
	
		.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: 65px !important;
		height: 444px;
		
		margin-bottom: -65px;
	}
	
	
   .sjov iframe {
	  width: 100% !important;
   height:223px;
}
	
}


@media (max-width: 599px) {
	header#EHeader div#header-r3 a
    {
		 
  margin-top: 20px !important;
 margin-left: 34px !important; 
    }
}



@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 50px !important;
		height: 444px;
		margin-bottom: -75px;
	}
	

		.rewrite div.top-sep {
			margin-top: 50px !important;
		height: 444px;
		margin-bottom: -75px;
	}
	
	
	   .jobagent div.top-sep {
	margin-top: 50px !important;
		height: 444px;
		margin-bottom: -75px;
	}
	
		.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: 50px !important;
		height: 444px;
		margin-bottom: -75px;
	}
	
    .sjov iframe {
	  width: 100% !important;
   height:190px;
}
	
}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: -10px !important;
	}
	
	div.top-sep {
	margin-top: 40px !important;
		height: 444px;
		margin-bottom: -85px;
	}
	
 
	
		.rewrite div.top-sep {
			margin-top: 40px !important;
		height: 444px;
		margin-bottom: -85px;
	}
	
	
	  .jobagent div.top-sep {
					margin-top: 40px !important;
		height: 444px;
		margin-bottom: -85px;
	}
		.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: 40px !important;
		height: 444px;
		margin-bottom: -85px;
	}
	

	 
	.mdc-card h2.mdc-card__title--large, .mdc-card .mdc-card__primary .mdc-card__title--large {
    font-size: 20px !important;
   
	
}


.mdc-card span.subtitle, .mdc-card .mdc-card__primary span.subtitle {
    font-size: 16px !important;
    margin-bottom: 0px;
 
}


 
	
 footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3  {
   
 margin-left:  16px !important;
 

}

	

   
     .sjov iframe {
	  width: 100% !important;
   height:157px;
}
	
}



@media (max-width: 414px) {	
	div.top-sep {
		margin-top: 32px !important;
		height: 444px;
		margin-bottom: -125px;
	}
	
	.jobagent div.top-sep {
		margin-top: 32px !important;
		height: 444px;
		margin-bottom: -125px;
	}
	
		.rewrite div.top-sep {
	margin-top: 32px !important;
		height: 444px;
		margin-bottom: -125px;
	}

	.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: 32px !important;
		height: 444px;
		margin-bottom: -125px !important;
	}
	
	  
	  .sjov {
 
    height:80%;
    width:80%;
 
}

     .sjov iframe {
	  
   height:175px;
}
 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: 18px !important;
		height: 444px;
		margin-bottom: -135px;
	}
	
	.jobagent div.top-sep {
	margin-top: 18px !important;
		height: 444px;
		margin-bottom: -135px;
	}
	
		.rewrite div.top-sep {
	margin-top: 18px !important;
		height: 444px;
		margin-bottom: -135px;
	}

	.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: 18px !important;
		height: 444px;
		margin-bottom: -135px !important;
	}
	
	
	     .sjov iframe {
	  
   height:155px;
}
	
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: 15px !important;
		height: 444px;
		margin-bottom: -135px;
	}
	
	.jobagent div.top-sep {
		margin-top: 15px !important;
		height: 444px;
		margin-bottom: -135px;
	}
	
		.rewrite div.top-sep {
		margin-top: 15px !important;
		height: 444px;
		margin-bottom: -135px;
	}

	.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: 444px;
		margin-bottom: -135px !important;
	}
	
		     .sjov iframe {
	  
   height:148px;
}
	
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: 10px  !important;
		height: 444px;
		margin-bottom: -135px;
	}
	
	.jobagent div.top-sep {
		margin-top: 10px  !important;
		height: 444px;
		margin-bottom: -135px;
	}
	
		.rewrite div.top-sep {
			margin-top: 10px  !important;
		height: 444px;
		margin-bottom: -135px;
	}

	.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: 10px  !important;
		height: 444px;
		margin-bottom: -135px  !important;
	}
	
			     .sjov iframe {
	  
   height:130px;
}
	 
}




 /*  table.adresse, table.adressex, tr.adressex, td.adressex, tr.adresse, td.adresse {
      
	  text-align: right;
	 
  }
  
    table.myfooter2, tr.myfooter2, td.myfooter2 {
      
	  text-align: right;
	 
  }
*/

.fa {
    font: normal normal normal 14px/1 FontAwesome;

    text-rendering: auto; 
	
}

.fa, .fa-stack {
    display: inline-block;
}

.fa-building-o:before {
    content: "\f0f7";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}

.fa-clock-o:before {
    content: "\f017";
}

.adresset {
	
	margin-left: 26px;
	
	
}

.myfooter {
      
		  padding-bottom: 5px;
	  margin-left: 26px;
	      font-family:   'Roboto Condensed', sans-serif;
 margin-right: 10px;
    line-height: 1.2;
    color: #FFFFFF;

    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px !important;
	
 
	text-decoration: none !important;
    color: #FFFFFF !important;
    border-bottom: 2px solid #7b99ab;
	 
  }
  
  .myfooterx {
          
	padding-bottom: 5px;
	      font-family:   'Roboto Condensed', sans-serif;
 
    line-height: 1.2;
    color: #FFFFFF;
	
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
	
 
	text-decoration: none !important;
    color: #FFFFFF !important;
    border-bottom: 2px solid #7b99ab;
	 
  }
  
a.myfooter {
     margin:0 auto;
	      font-family:   'Roboto Condensed', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
   color: #2c2c2c;
	text-decoration: none;
	
  }
  
a.myfooter:hover, a.myfooter:focus {
      
	      font-family:  'Roboto Condensed', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
      color: #2c2c2c !important;
	  background-color: transparent;
	  text-decoration: underline;
  }
  
 
  
a.myfooter2x {
     margin-left: 0px;
	      font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #888888;
	   text-decoration: none;
    }
	
	     a.myfooter2x:hover, a.myfooter2x:focus {
     margin-left: 0px;
	      font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
     color: #cc5e1e !important;
	  background-color: transparent;
	  text-decoration: none;
	 
  }
	

	
  
.myfooter2 {
	 
	  margin-left: 26px;
	padding-top: 1px;
      margin-top: 0px;
	 margin-right: 10px ;
	      font-family: 'Roboto Condensed';
    font-size: 14px;
       line-height: 1.8;
    color: #888888;
	font-weight: 400;
	text-align: left;
	
  }
  
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer#EFooter.footer i {
	width: 20px;
}
  
 
 .myfooter3 {
	     
	  margin-left: 26px;
	padding-top: 1px;
      margin-top: 20px;
	 margin-right: 10px;
	      font-family: 'Roboto Condensed';
    font-size: 14px;
       line-height: 1.8;
    color: #888888;
	font-weight: 400;
	text-align: left;
	
  }
  
 
.adresse4 {
	display: block;
   background-image: url("resources/logo_original_footer.png"); 

        background-position: 0px center;
        background-repeat: no-repeat;
          height: 95px;
        width:438px;  
    
	 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: #111111 !important; /* #666 */
}

.mdc-card__primary+.mdc-card__supporting-text {
    margin-top: 10px;
}



 .mdc-card .mdc-card__primary .mdc-card__title--large {
	 margin-top: 10px; 
 margin-bottom: -15px; 
}



.header {
	display: none;
	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 .mdc-text-field__input {
    caret-color: #111111;
    caret-color: var(--mdc-theme-primary, #111111);
}

.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(153,153,153,.87) !important;
	   caret-color:  rgba(153,153,153,.87) !important;
	   font-size: 14px !important;
}


.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(153,153,153,.87) !important;
	font-size: 14px !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(153,153,153,.87) !important;
	font-size: 14px !important;
}

label.select-label {
  
     color: rgba(153,153,153,.87) !important;
}

.mdc-list-item__secondary-text {
    color: rgba(153,153,153,.87) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(153,153,153,.87) !important);
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(153,153,153,.87) !important;
   
}

.mdc-text-field:not(.mdc-text-field--disabled), .mdc-text-field__input {
	 color: rgba(17,17,17,1) !important;
}
 

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	color: rgba(153,153,153,.87) !important;
	 border-color: rgba(153,153,153,.87) !important;
}

.mdc-radio__native-control {
	 border-color: rgba(153,153,153,.87) !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(153,153,153,.87) !important;
}


 

/* NY RETTELSE */

		.mdc-toolbar-fixed-adjust {
    padding-top: 0px;
}

.mdc-form-field {
	color: #999999 !important; 
	 
}


.jobinfo {
	color: #999999 !important; 
	 
}

.mdc-card .mdc-card__primary span.subtitle {
	color: #999999 !important; 
 
}

.jobagent p, .jobagent label, .jobagent .actions, .jobagent .doctypename {
	font-family: 'Roboto Condensed', Arial, sans-serif !important; 
}

 div.mdc-card div.opening strong {
    font-weight: 700 !important;
    font-size: 100% !important;
}

 .mdc-card__supporting-text H1:before {
	 content:"■ ";
	 color: #E95E0F !important;
	 text-decoration: none !important;
	 font-size: 120% !important;
}

 div.top-sep.video-off.alt-image {
	/* height: 444px !important; */
	/* margin-bottom: initial; */
	    /* max-width: 1200px; */
		/* background-size: contain; */
}

