/* SKORSTENSGAARD AS - 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'); */

/* @import url(//db.onlinewebfonts.com/c/9662d53a0d10077a4c6c0e9c897eeade?family=JLR+Emeric+ExtraLight); */


 
 
/* COLOR VARIABLES */
:root {
    --jobmatch-header-background-color: #FFFFFF;            /*  #aca9a8 #FFFFFF TOOLBAR BACKGROUND COLOR #323232*/
    --jobmatch-card-header-background-color: #FFFFFF;       /* #FFf8f9f9 CARD HEADER BACKGROUND COLOR */
     
    --jobmatch-footer-background-color: #003853;     /* #aca9a8 FOOTER BACKGROUND COLOR #e4e4e4 */
    --jobmatch-footer-text-color: #FFFFFF;    /* #7e8083;   */
     
     
    --jobmatch-link-color: #003853;     /* #ba0816 */
    --jobmatch-link-hover-color: #003853;    /* #333333  */
	/* --jobmatch-link-button-hover-footer-color: #003853;  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: 14px;    /* 16px; */
    --jobmatch-base-font-line-height: 1.5;  /* 1.42857 */
    --jobmatch-title-font-size: 28px;  /* 30px */
    --jobmatch-subtitle-font-size: 20px;   /* 26 px; */
     
     
    --mdc-theme-primary: #003853;               /* checkbox color hover effect #015da4 */
    --mdc-theme-accent: #003853;                /* button color */ 
    --mdc-theme-text-primary-on-accent: #FFFFFF;  /* text color on raised buttons */
	
	
	/* farve checkmarks */
	--mdc-theme-secondary: #003853;                /* checkbox color !!! */
	--mdc-theme-secondary-light:#003853;
	--mdc-theme-secondary-dark: #003853;



	  --mdc-theme-primary-light: #003853;   
	    --mdc-theme-primary-dark: #003853;   
	  
	         
     
     
    --mdc-theme-background: #FFFFFF;       
    --mdc-theme-text-primary-on-primary: #FFFFFF;
	--mdc-theme-surface: #ffffff;
  
/*
  --mdc-theme-on-surface:  #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:50px solid #003853 !important; /*  #333 */
	/*	 box-shadow: none; */
    	/*     background-image: linear-gradient(to bottom, #a4d680  0%, #a4d680 6%,#FFFFFF 6%, #FFFFFF 100%) !important; */
	 
    background-position: center top;
   
    }
 .mdc-toolbar--fixed
    {
      border-bottom:0px solid #e1e1e1;  /*  #333 */
	 	/*	 box-shadow: none; */
      margin-top:0px;
        
        background-color: var(--jobmatch-header-background-color,#FFFFFF);
         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: .375rem; !important;
	text-transform: none;
}


a:hover.mdc-button.mdc-button--raised {
	text-decoration:none;
	border-color: #FFFFFF; 

}

a.mdc-button, :not(:disabled).mdc-button {
	color: #003853 !important;
 
	 
}





  
a.mdc-button.mdc-button--raised.mdc-button--accent {
background-color: #003853;	
}

/* button */
.mdc-button--accent.mdc-button--raised, .mdc-button--unelevated:not(:disabled), .mdc-button--raised:not(:disabled) {
   background-color: #003853 !important;
    background-color: var(--mdc-theme-accent,#003853) !important;
    color: #ffffff !important;
    color: var(--mdc-theme-text-primary-on-accent,#ffffff);
 
	
 
 
	font-weight: 700;
 
 
    border-radius: .375rem;
	    cursor: pointer;
 font-size: 16px;
}




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: #003853 !important;
   
     
    color: #ffffff !important;
 
	 
 
		font-weight: 700;
     border-radius: .375rem;
	    cursor: pointer;
 font-size: 16px;
}


.mdc-button--raised:focus, .mdc-button--raised:hover, .mdc-button--accent.uploadbutton:hover{
       background-color: #003853 !important;
   
     
    color: #ffffff !important;
    
	 
 
		font-weight: 700;
     border-radius: .375rem;
	    cursor: pointer;
 font-size: 16px;
}

/* 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:#003853 !important;
border-color:var(--mdc-theme-secondary,#003853)!important;

background-color:#003853 !important;
background-color:var(--mdc-theme-secondary,#003853) !important;
}



.mdc-checkbox:before{
	background-color:rgba(0, 56, 83,.14) !important;
	background-color:var(--mdc-theme-primary-light, rgba(0, 56, 83,.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: #003853!important;
	background-color:#003853 !important;
	background-color:color (var(--mdc-theme-primary,#003853) a(14%))
	}

.mdc-radio__background:after
{
	color: #003853 !important;
	background-color:#003853 !important;
	background-color:color (var(--mdc-theme-primary,#003853) a(14%))
	}	
	
	
.mdc-radio__native-control:checked+,{
		border-color:#003853 !important;
		border-color:(var(--mdc-theme-primary,#003853) a(0%));
		background-color:#003853 !important;
	background-color:color (var(--mdc-theme-primary,#003853) a(14%))
		border: 1px !important;
}
		


.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle
{background-color:#003853;
background-color:var(--mdc-theme-primary,#003853);

}




/*
.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: #2d2d2d;
   
	   text-decoration: underline;
    }
	
a:hover, a:focus
 {           
         color: #2d2d2d !important;  
        
		background-color: transparent;
		text-decoration: underline;
		
    }
*/

/* New version March 12th 2024 by request from Mathilde in HR */
a, a:visited 
    {           
        color:  #003853;
       /* color: var(--jobmatch-link-color,  #119753); */
	   		   text-decoration: underline;
    }
	
a:hover, a:focus
 {           
         color:  #003853 !important; /* #2a6496 */
        
		background-color: transparent;
		    text-decoration: underline;
		 
opacity: .99;
		
    }	

	
.mdc-button:not(:disabled):after { 

	 
}
.mdc-button:not(:disabled):before {
	background-color: #003853;
	 color: rgba(255,255,255, 1) !important;
        color: var(--jobmatch-link-hover-color, rgba(255,255,255, 1));
	opacity: 0;
    -webkit-transition: none ;/* opacity .25s linear; */
    transition: none; /*opacity .25s linear; */

}


.mdc-button:not(:disabled):not(.mdc-ripple-upgraded):active:after, .mdc-button:not(:disabled):not(.mdc-ripple-upgraded):focus:before, .mdc-button:not(:disabled):not(.mdc-ripple-upgraded):hover:before {
	opacity: 0;
	
}

     
/* MISC */
 
main#EMain {
    margin-top:0px !important;
}
 
/* UNCOMMENT TO REMOVE BORDERS AND DROPSHADOWS OF CARDS */
.mdc-card { 
    border: 0px;
    box-shadow: none;
}
 
/* CARD HEADER BACKGROUND COLOR */
.mdc-card .mdc-card__primary {
    background-color: #FFFFFF; 
    background-color: var(--jobmatch-card-header-background-color, #FFFFFF);
}
 
/*HEADER*/

#EHeader .mdc-toolbar__section--align-start {
          /* height: 162px; */
}

 

     
/* LOGO UPLOADED BY USER VIA USER SETTING, NORMALLY HIDDEN IN SPECIAL DESIGN */
header#EHeader .logo-default {  
    display:none;
} 
 header#EHeader {
	height: 180px; /* 120px */
	min-height: 180px; /* 120px */
    transform: translateY(0px) !important;
 } 
 header#EHeader div#header-grid {
	 padding:0;
 }
 
 
 
 /*  header#EHeader .mdc-layout-grid__inner{width: auto !important;} */
 
header#EHeader div#header-r3 a
    {
 
background-image: url("resources/skglogosmall.png");
		background-position: center center;
        background-repeat: no-repeat;
        height: 60px;
        width:250px; 
        background-size: cover;
  margin-top: 17px;
 margin-left: -52px;
	/*	margin: 0 auto; */
		/* position: static; */
		display: inline-block;
		
		 
		
    }
	
/* 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: #003853;
    background-color: var(--jobmatch-footer-background-color,#003853);
        font-weight: 400;
    color: #999;
    color: var(--jobmatch-footer-text-color,#999);
     
    border-top:0px 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 !important;
    font-family: var(--jobmatch-base-font-family,  Arial,Helvetica,sans-serif) !important;
    color: #003853; /*  #7e8083; */
    font-size: 14px; /* 18px */
    font-size: var(--jobmatch-base-font-size, 14px);
         
    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;

	
}
.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: 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: 28px;
    font-size: var(--jobmatch-title-font-size, 28px);   
font-weight: 700;
font-style: italic;
color: #003853;
font-family: Arial,Helvetica,sans-serif !important;
}

.mdc-card span.subtitle, .mdc-card .mdc-card__primary span.subtitle {
    font-size: 20px;
    font-size: var(--jobmatch-subtitle-font-size, 20px); 
	  
font-weight: 900;

	    color: #003853;
   font-family: Arial,Helvetica,sans-serif !important;
   
}
 
/*custom top photo */
div.top-sep {
    display:block;
	
 
    margin-top: 10px;
   /*  width: 1200; */
    height: 300px;  
    max-width: 1200px;
   /* border: px solid silver;  */  
    background-repeat: no-repeat; 
    padding: 40px;	
	margin-left: 0;
		margin-right: 0;
		margin: 0 auto;
}
 
.rewrite div.top-sep {
    margin-top: 170px;
}

div.top-sep {
    margin-top: 170px;
}
 
.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); } */

/* replaced with their own defalt image - August 15th 2024 .top-sep { background-image: url("https://dl.dropboxusercontent.com/scl/fi/qe1ym0upb1ldle3c5n4s3/topbillede_1200x300px.png?rlkey=gnsw6wxqkuford9egsceet8hv&raw=1"); } *//* MIGRATION: topimage moved to FileStorageSystem job setting.


.top-sep { background-image: url("hero/ssg_topbillede_1.jpg");     }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 

.skorstensgaard-as02 .top-sep { background-image: url("hero/ssg_topbillede_1.jpg");     }
*//* MIGRATION: topimage moved to FileStorageSystem job setting.
 
.skorstensgaard-as03 .top-sep { background-image: url("hero/ssg_topbillede_eftermarked-1200x300px.png");     }
*/ 

/*
.jacobsensbakery02 .top-sep  { background-image: url(XXXXXX); }
 
.skorstensgaard-as03 .top-sep { background-image: url("https://dl.dropboxusercontent.com/scl/fi/8d7tc0h67n8d4s9tu2he4/SSG_Topbillede_EFTERMARKED-1200x300px.png?rlkey=lpx0emurmessee37linfzaxqc&raw=1
");     } 



*/


/* FOOTEREN - extra columns */

/* Special maring-top 32px changed */

footer.footer div.footer__content {
 
    padding-top: 0px; /* Special margin-top 32px changed */
 
}

/* normal below */

	footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-9  {
	margin-left: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-top:  0px !important;
	 
}

	footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-8  {
	margin-left: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-top:  0px !important;
	 
}

	footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-6  {
	margin-left: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-top:  0px !important;
	 
}
 


 
footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4  {
		margin-left: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-top: 0px !important;
}


footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-3  {
		margin-left: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-top: 0px !important;
}


footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-2  {
		margin-left: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-top: 0px !important;
}


.adresset {
	
	margin-left: 26px;
	
	
}

.adresse {
       margin-top: -15px;
		  margin-left: 26px;
	      font-family:  Arial,Helvetica,sans-serif;
    font-size: 12px;
line-height: 1.5;
  
	color: #ef4136;
    font-weight: 700;
 
  }

  .adresse2 {
      
	  margin-left: 26px;
	      font-family:  Arial,Helvetica,sans-serif;
    font-size: 11.2px;
 line-height: 1.5;
    color: #FFFFFF;
	
	font-weight: 400;
	margin-top:  0px !important;
 
	
  }
  
.adresse3 {
      margin-top: 41px !important;
	  margin-left: 42px;
	      font-family:  Arial,Helvetica,sans-serif;
    font-size: 11.2px;
 line-height: 1.5;
    color: #FFFFFF;
	
	font-weight: 400;
	margin-top:  0px;
 
	
  }
 
  
.myfooterx {
      
	  margin-left: 26px;
	      font-family:    Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #999;
	
	font-weight: 400;
	
  }
  
a.myfooterx, a.myfooterx:visited {
     margin-left: 0px;
	 
	      font-family:   Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #999 !important;
	text-decoration: none;
	font-weight: 700;
    }
	
	     a.myfooterx:hover, a.myfooterx:focus {
	  margin-left: 0px;
	      font-family:   Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #999 !important;
	
	font-weight: 700;
	
	  text-decoration: underline;
  }
	

	
  
.myfooter2 {
      
	 margin-left: 26px;
margin-right: 26px;
	      font-family:     Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.5;
    color: #004ece;
	font-weight: 400;
  }
  
 

 
.adresse4 {
	display: block;
 
 	background-image: url("resources/skglogosmallwhite.png");
        background-position: 0px center;
        background-repeat: no-repeat;
          height: 82px;
        width:315px;  
    	 margin-top: 20px !important;
	 margin-left: 26px !important;
 
	-webkit-background-size: cover;
 
-o-background-size: cover;
background-size: cover;

}


/* Responsive Design */


@media (min-width: 2000px) {
		#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}

	
		.rewrite div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 170px !important;
		height: 300px;
	margin-bottom: 0px !important;
	}
}

@media (max-width: 2000px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
 
	
		.rewrite div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 170px !important;
		height: 300px;
	margin-bottom: 0px !important;
	}
}


@media (max-width: 1920px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		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: 170px !important;
		height: 300px;
		margin-bottom: -40px !important;
	}
		.jobagent div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: -40px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: -40px !important;
	}
}


@media (max-width: 1680px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		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: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
}


@media (max-width: 1600px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		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: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
}


@media (max-width: 1440px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		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: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
			margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 170px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
}


@media (max-width: 1400px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 160px !important;
		height: 300px;
		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: 160px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
		margin-top: 160px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 160px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 1300px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 160px !important;
		height: 300px;
        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: 160px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
		.jobagent div.top-sep {
	margin-top: 160px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 160px !important;
		height: 300px;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 1300px) {

header#EHeader div#header-r3 a
    {
		
        margin-left: -16px;
  
		/* margin: 0 auto; */
		  
    }
}



@media (max-width: 1280px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 160px !important;
		height: 300px;
       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: 160px !important;
		height: 300px;
		 margin-bottom: -15px !important;
	}
		.jobagent div.top-sep {
	margin-top: 160px !important;
		height: 300px;
	 margin-bottom: -15px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 160px !important;
		height: 300px;
		 margin-bottom: -15px !important;
	}
	
 
	
	
}

@media (max-width: 1200px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 160px !important;
		height: 300px;
       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: 160px !important;
		height: 300px;
		margin-bottom: -25px !important;
	}
		.jobagent div.top-sep {
		margin-top: 160px !important;
		height: 300px;
		margin-bottom: -25px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
	margin-top: 160px !important;
		height: 300px;
		margin-bottom: -25px !important;
	}



}





@media (max-width: 1150px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 150px !important;
		height: 300px;
      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: 150px !important;
		height: 300px;
	margin-bottom: -30px !important;
	}
		.jobagent div.top-sep {
			margin-top: 150px !important;
		height: 300px;
	margin-bottom: -30px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 150px !important;
		height: 300px;
		margin-bottom: -30px !important;
	}
	
 
	
}

@media (max-width: 1100px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
			margin-top: 145px !important;
		height: 300px;
       	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: 145px !important;
		height: 300px;
			margin-bottom: -40px !important;
	}
		.jobagent div.top-sep {
		margin-top: 145px !important;
		height: 300px;
			margin-bottom: -30px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 145px !important;
		height: 300px;
			margin-bottom: -40px !important;
	}
}


@media (max-width: 1080px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 145px !important;
		height: 300px;
		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: 145px !important;
		height: 300px;
		margin-bottom: -40px !important;
	}
		.jobagent div.top-sep {
		margin-top: 145px !important;
		height: 300px;
		margin-bottom: -30px !important;
	}
	
			#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 145px !important;
		height: 300px;
		margin-bottom: -40px !important;
	}
	
 
	
}




@media (max-width: 1024px) {
		div.top-sep {
		margin-top: 125px !important;
		height: 300px;
		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: 125px !important;
		height: 300px;
		margin-bottom: -55px !important;
	}
	
	.jobagent div.top-sep {
		margin-top: 125px !important;
		height: 300px;
		margin-bottom: -55px !important;
	}
	
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 125px !important;
		height: 300px;
		margin-bottom: -50px !important;
	}
}

@media (max-width: 959px) {
header#EHeader div#header-r3 a
    {
	 
    margin-top: 26px;
 margin-left: -12px;
 
    }
	  }

	  
	  

@media (max-width: 940px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 115px !important;
		height: 300px;
		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: 115px !important;
		height: 300px;
		margin-bottom: -60px !important;
	}
		.jobagent div.top-sep {
			margin-top: 115px !important;
		height: 300px;
		margin-bottom: -50px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 115px !important;
		height: 300px;
		margin-bottom: -50px !important;
	}
	
	
 footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-6  {
 
	margin-left: 40px !important;
	 
}	
footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4  {
 
	margin-right: 40px !important;
	 
}
	 
}

@media (max-width: 900px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
			margin-top: 115px !important;
		height: 300px;
		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: 115px !important;
		height: 300px;
		margin-bottom: -60px !important;
	}
		.jobagent div.top-sep {
		margin-top: 115px !important;
		height: 300px;
		margin-bottom: -60px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
			margin-top: 115px !important;
		height: 300px;
		margin-bottom: -60px !important;
	}
	
	 
 
	 
}

@media (max-width: 851px) {
header#EHeader div#header-r3 a
    {
	
 
    }
	  }


@media (max-width: 840px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 106px !important;
		height: 300px;
		margin-bottom: -70px !important;
	}
	
			.rewrite div.top-sep {
	margin-top: 106px !important;
		height: 300px;
		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: 106px !important;
		height: 300px;
		margin-bottom: -70px !important;
	}
	
				#Tool_JOBMATCH_Respondent_Overview	div.top-sep {
		margin-top: 106px !important;
		height: 300px;
		margin-bottom: -70px !important;
	}
 
footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-6  {
 
	margin-left: 50px !important;
	 
}	
footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-4  {
 
	margin-right: 40px !important;
	 
}
	
}


@media (max-width: 839px) {
 
  .adresse4 {
      
	  margin-left: 26px  !important;
  }
  
    .adresse3 {
      margin-top: 0px !important;
	  margin-left: 26px  !important;
  }
 
 footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-6  {
 
	margin-left: 12px !important;
	text-align: left;
	 
}

}

 
 @media (max-width: 799px) {
header#EHeader div#header-r3 a
    {
    margin-top: 17px;
 margin-left: -12px;
 
 
    }
	  }


@media (max-width: 768px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
	margin-top: 96px !important;
		height: 300px;
		margin-bottom: -80px !important;
	}
	
			.rewrite div.top-sep {
	margin-top: 96px !important;
		height: 300px;
		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: 96px !important;
		height: 300px;
		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: 96px !important;
		height: 300px;
	margin-bottom: -80px !important;
	}
	
		
    		footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-9  {
	
 
	width: 76%;
}

	
}

 



@media (max-width: 667px) {
	
#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
		div.top-sep {
		margin-top: 92px !important;
		height: 300px;
		margin-bottom: -90px  !important;
	}
	
			.rewrite div.top-sep {
		margin-top: 92px !important;
		height: 300px;
		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: 92px !important;
		height: 300px;
			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: 92px !important;
		height: 300px;
		
			margin-bottom: -90px  !important;
	}
	
		.mdc-card h2.mdc-card__title--large {
    font-size: 24px !important;
   /* font-size: var(--jobmatch-title-font-size, 26px) !important; */
 
	  
}

	


	
}

@media (max-width: 599px) {
header#EHeader div#header-r3 a
    {
	 
           margin-top: 22px;
 margin-left: 5px;
 
 
    }
	
 

	
	
	  }


@media (max-width: 568px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
		margin-top: 82px !important;
		height: 300px;
		margin-bottom: -110px !important;
	}
	

		.rewrite div.top-sep {
		margin-top: 82px !important;
		height: 300px;
		margin-bottom: -110px !important;
	}
	
	
	   .jobagent div.top-sep {
		margin-top: 82px !important;
		height: 300px;
		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: 82px !important;
		height: 300px;
		margin-bottom: -110px !important;
	}
	
	
	    		footer.footer .mdc-layout-grid__cell.mdc-layout-grid__cell--span-9  {
	
 
	width: 95%;
}


}


@media (max-width: 480px) {
	#EFooter .mdc-layout-grid {
		padding: 10px !important;
	}
	
	div.top-sep {
	margin-top: 72px !important;
		height: 300px;
		margin-bottom: -130px !important;
	}
	
 
	
		.rewrite div.top-sep {
	margin-top: 72px !important;
		height: 300px;
		margin-bottom: -130px !important;
	}
	
	
	  .jobagent div.top-sep {
	margin-top: 72px !important;
		height: 300px;
		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: 72px !important;
		height: 300px;
		margin-bottom: -130px !important;
	}
	

	 
	.mdc-card h2.mdc-card__title--large {
    font-size: 24px !important;
   /* font-size: var(--jobmatch-title-font-size, 26px) !important; */
 
	  
}


.mdc-card span.subtitle {
    
  /*  font-size: var(--jobmatch-subtitle-font-size, 14px)!important; */
 
}


.adresse3 {
 text-align: left !important;
	  
}
	
}


@media (max-width: 414px) {	
	div.top-sep {
		margin-top: 55px !important;
		height: 300px;
		margin-bottom: -135px !important;
	}
	
	.jobagent div.top-sep {
	margin-top: 55px !important;
		height: 300px;
		margin-bottom: -135px !important;
	}
	
		.rewrite div.top-sep {
	margin-top: 55px !important;
		height: 300px;
		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: 55px !important;
		height: 300px;
		margin-bottom: -135px !important;
	}
	
 
	
	 
}

@media (max-width: 375px) {	
	div.top-sep {
		margin-top: 50px !important;
		height: 300px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: 50px !important;
		height: 300px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top: 50px !important;
		height: 300px;
		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: 50px !important;
		height: 300px;
		margin-bottom: -110px !important;
	}
}


@media (max-width: 360px) {	
	div.top-sep {
		margin-top: 50px !important;
		height: 300px;
		margin-bottom: -145px;
	}
	
	.jobagent div.top-sep {
		margin-top: 50px !important;
		height: 300px;
		margin-bottom: -145px;
	}
	
		.rewrite div.top-sep {
		margin-top: 50px !important;
		height: 300px;
		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: 50px !important;
		height: 300px;
		margin-bottom: -110px !important;
	}
}

@media (max-width: 320px) {	
	div.top-sep {
		margin-top: 45px !important;
		height: 300px;
		margin-bottom: -205px;
	}
	
	.jobagent div.top-sep {
		margin-top: 45px !important;
		height: 300px;
		margin-bottom: -205px;
	}
	
		.rewrite div.top-sep {
		margin-top: 45px !important;
		height: 300px;
		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: 45px !important;
		height: 300px;
		margin-bottom: -205px !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;
	 
  }
*/



	/* margin-top: 0px; */
	
		  /*  display: block;
    margin: 0 auto !important; */
   }
  
    
 
.mdc-card .mdc-card__primary .mdc-card__title--large {
	color: #003853 !important; /* #333333 */
	 		
	/* text-shadow: 0 0 8px rgba(0,0,0,0.3); */
 
	/* font-family:  'JLR Emeric',Arial,Helvetica,sans-serif; */
	font-family:  Arial,Helvetica,sans-serif !important; 
    font-size: 28px;
   
    -webkit-font-smoothing: subpixel-antialiased;
    text-transform: uppercase;
 
}



.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; */
    margin-bottom: -20px !important;

}

.header {
	display: none;
	text-align: center;
	margin-bottom: -40px; 
	font-size: 10px;
	color: #999;
	margin-top: -20px !important;
}

::selection {
    background: #0074ff;
    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, 56, 83,.87) !important;
	   caret-color:  rgba(0, 56, 83,.87) !important;
	    font-family: Arial,Helvetica,sans-serif;
}


.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(0, 56, 83,.87) !important;
	 font-family: Arial,Helvetica,sans-serif;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: rgba(0, 56, 83,.87) !important;
	 font-family: Arial,Helvetica,sans-serif;
}

label.select-label {
  
     color: rgba(0, 56, 83,.87) !important;
	  font-family: Arial,Helvetica,sans-serif;
}

.mdc-list-item__secondary-text {
    color: rgba(0, 56, 83,.54) !important;
    color: var(--mdc-theme-text-secondary-on-background,  color: rgba(0, 56, 83,.54) !important);
	 font-family: Arial,Helvetica,sans-serif;
}


.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0, 56, 83,.87) !important;
   
}

.mdc-text-field:not(.mdc-text-field--disabled), .mdc-text-field__input {
	 color: rgba(0, 56, 83,.87) !important;
	  font-family: Arial,Helvetica,sans-serif;
}
 

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	color: rgba(0, 56, 83,.87) !important;
	 border-color: rgba(0, 56, 83,.87) !important;
	  font-family: Arial,Helvetica,sans-serif;
}

.mdc-radio__native-control {
	 border-color: rgba(0, 56, 83,.87) !important;
	 font-family:  Arial,Helvetica,sans-serif  !important;
 
}

.mdc-select__native-control, .mdc-select__selected-text {
	 font-family:  Arial,Helvetica,sans-serif  !important;
	 
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: rgba(0, 56, 83,.87) !important;
}


/* Border when checkbox NOT checked */
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0, 56, 83,1) !important;
    background-color: transparent !important;
}
 
 /* Border when checkbox checked */
.mdc-checkbox__native-control:enabled:checked:not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: rgba(0, 56, 83,1) !important;
   border: 2px solid rgba(0, 56, 83,1) !important;
      
	 
	     background-color: transparent !important;
		 color: rgba(0, 56, 83,1) !important;
}

.mdc-checkbox__checkmark, .mdc-checkbox__checkmark__path {
		color: rgba(0, 56, 83,1) !important;
	
		 stroke:  rgba(0, 56, 83,1) !important;
		  stroke-width:  4px !important;
} 
 
 
 /* TEXTAREA text and frame colors */
.mdc-text-field__input::placeholder {
  transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);

  opacity: 1;

  color: rgba(0, 56, 83,1);

} 

.mdc-text-field:not(.mdc-text-field--invalid)::after {
  background-color: rgb(0, 56, 83) !important;

}


 

/* NY RETTELSE */

		.mdc-toolbar-fixed-adjust {
    padding-top: 0px !important;
}

.mdc-form-field {
	color: #003853 !important; 
	 
}

.jobinfo {
	color: #003853 !important;
		
 
}


div.mdc-card .opening .actionrow {
	border-top: 1px solid #003853;
}


/* 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: 100% !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;
}


.mdc-card   {
     background-color: #ffffff; 
}

.mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: #FFFFFF !important;
}

.mdc-select__native-control, .mdc-select__selected-text {
    background-color: #FFFFFF !important;
}

.mdc-dialog__container, .mdc-dialog__surface {
	 background-color: #ffffff !important;
	 background-color: var(--mdc-theme-surface, #ffffff) !important;
	    
}
div.mdc-formfield {
		 background-color: #ffffff !important;
}



 
/* delete */

/* Previous design ved background-color for the title 
.mdc-card .mdc-card__primary {
    border-bottom: 1px solid silver;
}

.mdc-card .mdc-card__primary {
    background-color: rgb(240, 240, 240);
    color: rgba(255, 255, 255, 0.96);
  
}
.mdc-card .mdc-card__primary {
    padding: -16px !important;
}
*/



/* 
.actionrow-top, p {
	    background-color: #FFFFFF !important;
}

div.mdc-card div.opening section.mdc-card__supporting-text p, div.opening, .mdc-card__primary {
	 background: #e6e6e6 !important;
	border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		border-radius: 25px !important;
	 
}

 
 
.mdc-dialog__surface {
	border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		border-radius: 1px !important;
		background: #e6e6e6 !important;
}

 

.mdc-dialog.applybox .mdc-form-field, .mdc-text-field__input r_mail {
	 background-color: #FFFFFF !important;
	
}


.mdc-text-field(.mdc-text-field--disabled):after {
    background-color: #FFFFFF  !important;
}  */


