@import url('https://use.fontawesome.com/2123ac8466.css');
/* Table of contents
==================================================
	#Reset and fallbacks
	#Custom fonts
	#Basic styles
	#Typography
	#Links
	#Lists
	#Buttons
	#Forms
	#Responsive
	#Accordion (ID-porten)
*/

/* #Reset and fallbacks
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table:not(.jd-description table), caption, tbody:not(.jd-description tbody), tfoot:not(.jd-description tfoot), thead:not(.jd-description thead), tr:not(.jd-description tr), th:not(.jd-description th), td:not(.jd-description td), article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
}

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font: inherit;
	}

	body {
		line-height: 1;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: middle;
		*behavior:url("/files/boxsizing.htc");
	}

/* #Custom fonts
================================================== */
	@font-face {
	  font-family: 'PFBeauSansProThin';
	  font-weight: normal;
	  src: url("/files/PFBeauSansProThin.eot");
	  src: url("/files/PFBeauSansProThin.eot?#iefix") format("embedded-opentype"), url("/files/PFBeauSansProThin.woff") format("woff"), url("/files/PFBeauSansProThin.ttf") format("truetype");
	}

	@font-face {
	  font-family: 'PFBeauSansProLight';
	  font-weight: normal;
	  src: url("/files/PFBeauSansProLight.eot");
	  src: url("/files/PFBeauSansProLight.eot?#iefix") format("embedded-opentype"), url("/files/PFBeauSansProLight.woff") format("woff"), url("/files/PFBeauSansProLight.ttf") format("truetype");
	}

	@font-face {
	  font-family: 'OpenSans';
	  font-weight: normal;
	  src: url("/files/OpenSansRegular.ttf") format("truetype");
	}

	@font-face {
	  font-family: 'OpenSansLight';
	  font-weight: normal;
	  src: url("/files/OpenSansLight.ttf") format("truetype");
	}

/* #Basic styles
================================================== */
	body {
		font-family: "PFBeauSansProLight", Tahoma, Arial, Helvetica, Verdana, Sans-serif;
		font-size: 15px;
		line-height:1.4em;
		font-weight:normal;
		color: #444;
		text-rendering: optimizeLegibility;
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
		height: 100vh;
	}

	body#application, body#vacancy {
		background: #f2f2f2;
	}

	@media only screen and (max-width: 479px) {
	body#application, body#vacancy {
		background: #fff;
	}
	}

	body#index {
		background-color: transparent;
	}

	#header {
	  padding: 10px;
		position: relative;
		z-index: 5;
		background: #fff;
		box-shadow: rgba(50,50,50,.4) 3px 3px 3px;
		width: 100%;
		margin: 0;
	  flex-shrink: 0;


	}

	#footer {
	  padding: 20px;
	  background: #565656;
	  color: #fff;
		width: 100%;
	  overflow: hidden;
	  flex-shrink: 0;
	}

	#footer h2 {
		background: #565656;
	  color: #fff;
		padding-left: 20px;
	  margin-bottom: 0;
	  flex-shrink: 0;
	}

	#footer a {
		background: #565656;
	  color: #fff !important;
		text-decoration: underline !important;
	}

	#footer .container {
		background: none;
	}

	.about-department {
		background: #565656;
	  padding: 20px;
	}

	.captchaBlock {
		display: none;
	}

	.captchaImg {
		width: 100%;
		margin-bottom: .5rem;
	}

	.privacy_policy {
		padding: 1rem 0;
		text-align: center;
	}

	.privacy_policy label{
		font-weight: normal!important;
		margin-right: 1rem;
	}

	.notSelected {
		background-color: #f6cccc;
	}

	.confirm {
		padding: 1rem;
		display: none;
	}

	#container {
		background: #fff;
	  padding-bottom: 20px;
	}

	.container {
		flex: 1 0 auto;


		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox; /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Chrome */
		display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */

		justify-content: space-between;
		flex-flow: wrap;
	}

	.hidden {
		display: none;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { font-family: "PFBeauSansProThin", Tahoma, Arial, Helvetica, Verdana, Sans-serif; color: #000; font-weight: bold; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: "PFBeauSansProThin", Tahoma, Arial, Helvetica, Verdana, Sans-serif; }
	h1 { color: #007ACA; font-weight: 400; font-size: 35px; line-height: 37px; margin-bottom: 20px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }

	@media only screen and (max-width: 479px) {
	h1 { color: #007ACA; font-size: 26px; line-height: 28px; margin-bottom: 0px; }
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	h5 { font-size: 14px; }
	}

	p { margin: 0 0 15px 0; }
	p img { margin: 0; }

	em, i { font-style: italic; }
	strong, b { font-weight: bold; }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0; height: 0; }

/* #Links
================================================== */
	a, a:visited { color: #007ACA; text-decoration: none; }
	a:hover, a:focus { color:#007ACA; text-decoration:underline; cursor: pointer;}
	p a, p a:visited {  }

/* #Lists
================================================== */
	ul, ol { }

/* #Buttons
================================================== */
  .navbutton,
	.navbutton a,
	.button,
	.button a,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.navbutton:visited,
	.navbutton a:visited,
	.button:visited,
	.button a:visited,
	button:visited,
	input[type="submit"]:visited,
	input[type="reset"]:visited,
	input[type="button"]:visited	{
		font-size: 14px;
		margin: 10px 0 0 0;
		background: #007ACA;
		color: #fff;
		font-weight: normal;
		cursor: pointer;
		text-decoration: none !important;
		padding: 10px 20px;
		border-style:none;
		-webkit-appearance: none;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
}
  .navbutton:hover,
	.navbutton a:hover,
	.button:hover,
	.button a:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.navbutton:active,
	.navbutton a:active,
	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
  .navbutton:focus,
	.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
		text-decoration: none !important;
		background-color: #27588D !important;
		color: #fff;
	}

	.navbutton.full-width,
  .navbutton.full-width a,
	.button.full-width,
	.button.full-width a,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    padding: 0;
	}

.blue {
	background: #007ACA !important;
	color: #fff !important;
}

.green,
.green:visited,
.nav_application .green,
.nav_application .green:visited {
  background: #47ad68 !important;
  color: #fff !important;
}

.green:hover,
.green:active,
.green:focus,
.nav_application .green:hover,
.nav_application .green:active,
.nav_application .green:focus {
  background: #006400 !important;
  color: #fff !important;
}

.orange,
.orange:visited,
input.orange.button,
#cancel_application .orange,
#cancel_application .orange:visited {
	background: #ffa500 !important;
	color: #000 !important;
}

.orange:hover,
.orange:active,
.orange:focus,
input.orange.button:hover,
input.orange.button:active,
input.orange.button:focus ,
#cancel_application .orange:hover,
#cancel_application .orange:active,
#cancel_application .orange:focus {
	background: #f90 !important;
	color: #000 !important;
}

/* #Forms
================================================== */
	form { margin-bottom: 0; }
	fieldset {	margin-bottom: 0; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		font: 14px Helvetica, Arial, sans-serif;
		border: 1px solid #ccc;
		padding: 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #333;
		margin: 0;
		min-width: 200px;
		max-width: 100%;
		width: 32%;
		display: block;
		margin-bottom: 10px;
		background: #fff;
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #333;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px;
		width: 100%!important;
		}

	label, legend {
		font-weight: normal;
		margin-bottom: 4px;
	 }

	input[type="checkbox"] {
		display: inline; }

	label span, legend span {
		font-weight: normal;
		font-size: 13px;
		color: #333; }

	input[type="radio"] {
		-moz-appearance: radio;
		border-radius: 100% !important;
		margin: 0 0 10px 5px;
	}

	input[type="file"] {
		margin: 0;
	}


	/* #Back to top
	================================================== */
	a.back-to-top, a.back-to-top:visited {
		display: none;
		position: fixed;
		bottom: 0;
		left: 50%;
		z-index: 999;
		margin-left: -100px;
		padding: 14px 28px;
		border: none;
		border-radius: 2px;
		color: #fff;
		font-weight: 600;
		text-decoration: none;
		text-align: center;
		background: #007ACA;
	}

	a.back-to-top:hover, a.back-to-top:active, a.back-to-top:focus {
	  text-decoration: underline !important;
	}

	a.back-to-top:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(0, 136, 195, 0);
		border-bottom-color: #007ACA;
		border-width: 20px;
		margin-left: -20px;
	}

	/* #Cookie Policy
	================================================== */
	.ec_overlay {
	  position: fixed;
	  z-index: 101;
	  background: #007ACA;
	  left: 0;
	  padding: 10px;
	  bottom: 0;
	  width: 100%;
	  color: #fff;
	}

	.ec_overlay_hidden {
	  display: none;
	  visibility: hidden;
	}

	#cpc {
	  display: none;
	}

	#cookie-policy-content {
	  color: #fff;
	 }

	 #cookie-policy-content:hover {
	   color: #fff;
	   text-decoration: underline;
	  }

	#closethis {
	  font-weight: bold;
	  color: #fff;
	  cursor: pointer;
	  margin-top:10px;
	  padding: 5px 10px;
	  border: #fff solid 2px;
	  -webkit-appearance: none;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -ms-border-radius: 5px;
	  border-radius: 5px;
	  float: right;
	 }

	.ui-widget-header {
	  border: none;
	  background: #007ACA;
	  color: #fff;
	  font-weight: bold;
	  border-radius: 0px;
	}

	.ui-dialog .ui-dialog-content {
	  background: #fff;
	  color: #000;
	}

	.ui-widget-content {
	  background-color: #fff;
	}

/* #Responsive layout
================================================== */
/* basic 960 grid */
  .container                          						{ position: relative; width: 960px; margin: 0 auto; padding: 0; clear: both; }
  .container .column, .container .columns     		{ float: left; display: inline; }
  .row                                        		{ margin-bottom: 20px; width: 100%;}
	.row:before, .row:after 												{ content: "."; display: block; height: 0; overflow: hidden; clear: both;}
	.row																						{zoom: 1;} /* IE < 8 */
	.container .column, .container .columns     		{ margin-left: 0.78125%; margin-right: 0.78125%;  }
	.container .one.column, .container .one.columns { width: 4.6875%; }
	.container .two.columns                     		{ width: 10.9375%; }
	.container .three.columns                   		{ width: 17.1875%; }
	.container .four.columns                    		{ width: 23.4375%; }
	.container .five.columns                    		{ width: 29.6875%; }
	.container .six.columns                     		{ width: 35.9375%; }
	.container .seven.columns                   		{ width: 42.1875%; }
	.container .eight.columns                   		{ width: 48.4375%; }
	.container .nine.columns                    		{ width: 54.6875%; }
	.container .ten.columns                   		  { width: 60.9375%; }
	.container .eleven.columns                 		 	{ width: 67.1875%; }
	.container .twelve.columns                  		{ width: 73.4375%; }
	.container .thirteen.columns                		{ width: 79.6875%; }
	.container .fourteen.columns                		{ width: 85.9375%; }
	.container .fifteen.columns                 		{ width: 92.1875%; }
	.container .sixteen.columns                 		{ width: 98.4375%; }
	.container .one-third.column                		{ width: 31.7708%; }
	.container .two-thirds.column               		{ width: 65.1041%; }

/* Offsets */
	.container .offset-by-one                   		{ padding-left: 6.25%; }
	.container .offset-by-two                   		{ padding-left: 12.5%; }
	.container .offset-by-three                 		{ padding-left: 18.75%; }
	.container .offset-by-four                  		{ padding-left: 25%; }
	.container .offset-by-five                  		{ padding-left: 31.25%; }
	.container .offset-by-six                   		{ padding-left: 37.5%; }
	.container .offset-by-seven                 		{ padding-left: 43.75%; }
	.container .offset-by-eight                 		{ padding-left: 50%; }
	.container .offset-by-nine                  		{ padding-left: 56.25%; }
	.container .offset-by-ten                   		{ padding-left: 62.5%; }
	.container .offset-by-eleven                		{ padding-left: 68.75%; }
	.container .offset-by-twelve                		{ padding-left: 75%; }
	.container .offset-by-thirteen              		{ padding-left: 81.25%; }
	.container .offset-by-fourteen              		{ padding-left: 87.5%; }
	.container .offset-by-fifteen               		{ padding-left: 93.75%; }

/* Desktop Small */
  @media only screen and (min-width: 1200px) {
  .container { width: 1170px; }
  }

/* Tablet (Portrait) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
  .container { width: 768px; }
  }

/* Mobile (Portrait) */
  @media only screen and (max-width: 767px) {
  .container { width: 300px; }
  .container .columns,
  .container .column { margin: 0; }
  .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column  { width: 100%; }
	}

/* Mobile (Landscape) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
  .container { width: 420px; }
  .container .columns,
  .container .column { margin: 0; }
	.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column { width: 100%; }
  }

/* Clearing */
  /*.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }*/

  /* Use clearfix class on parent to clear nested columns,
  or wrap each row of columns in a <div class="row"> */
  .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .row:after, .clearfix:after {
    clear: both; }
  .row, .clearfix {
    zoom: 1; }

  /* You can also use a <br class="clear" /> to clear columns */
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }

	/* #Misc shared elements
	================================================== */

.department-logo {
	margin: 0;
	padding-left: 10px;
  max-height: 100px;
}

.department-image {
	z-index: 5;
	width: 100.01%;
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#boom_tick_cv {
    display: none;
}

#clone_tk_cv_parsing {
    cursor: pointer;
}

/* #Accordion (ID-porten)
================================================== */
.ui-accordion .ui-accordion-header {
	font-size: 18px;
	display: table;
	padding: .5em .5em .5em 0;
}

.ui-state-active {
	border: none;
	color: #000;
}

.ui-widget-content {
	border: none;
	color: inherit;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-bottom
.ui-corner-tr,
.ui-corner-br {
	border-radius: 0px;
}

.ui-state-default,
.ui-state-hover {
	background: none;
	border: none;
	color: inherit;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute; left: 100%;

}

#accordion h6:focus {
	outline: 0;
}
#accordion h6{
}



.ui-icon {
  text-indent: inherit;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
}

.ui-icon-triangle-1-e {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.ui-icon-triangle-1-e:before {
	content: '\f078';
}
.ui-icon-triangle-1-s {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.ui-icon-triangle-1-s:before {
	content: '\f077';
}


/* Statusbar (ID-porten)
================================================== */

#ID-porten-status {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	flex-flow: row wrap;
	align-items: center;
}

#ID-porten-status svg {
	height: 24px;
	margin-left: .5rem;
}

.dropdown {
    position: relative;
    display: inline-block;
		right: 0;
}
.dropdown:hover {
	cursor: pointer;
}

.dropdown ul {
	list-style: none;
	padding: 0;

}

#ID-porten-status ul {
	padding: 0 1rem;
}


#ID-porten-status ul > li{
	color: #444;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	align-items: center;

}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
		width: 100%;
		box-shadow: rgba(50,50,50,.4) 3px 3px 3px;
    padding: 1rem;
    z-index: 1;
}

.dropdown-content ul{
		margin: 0;
}
.dropdown-content ul li{
	padding: .5rem;
}

.dropdown:hover .dropdown-content {
    display: block;
		cursor: pointer;
}

/* Modal
================================================== */

.modal-footer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
}

.modal-footer{
	margin: 0;
}

.modal-body svg {
	height: 24px;
	display: inline-block;
	margin: 0 .5rem;
}

.modal-body input[type="text"],
.modal-body input[type="password"] {
	width: 100%;
	padding: 15px;
}


.modal-body p {
padding: 0!important;
}

.modal-footer .button ,
.modal-footer  button,
.modal-body .button {
	margin: 0!important;
}

.modal-body input[type="text"],
.modal-body input[type="password"],
.modal-body input[type="email"],
.modal-body textarea,
.modal-body select {
	margin: 0 0 .5rem 0!important;
}

.fa {
  padding-right: 10px;
}


.modal-footer .link {
	margin-right: 1rem;
}

.modal-body label{
	font-weight: bold;
	margin-bottom: 0;
}

.checkbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	flex-flow: row wrap;
	align-items: center;
}

.login-button {
	display: inline-block;
	margin-top: 10px;
	min-width: inherit!important;
}

.backBtn i {
	margin-top: -5px;
}

#loginForm,
#loginMenu,
.part  {
	max-width: 80%;
	min-width: 250px;
	margin: 0 auto;
}

#loginForm section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	flex-flow: row wrap;
	justify-content: space-between;
}

a#back {
	margin-bottom: .5rem;
	display: block;
}
a#back .fa{
	padding-bottom: 5px;
}
a#back *{
	vertical-align: middle!important;
}


#loginMenu button,
#choiceBox button{
	display: block;
	width: 100%;
	margin: .5rem 0;
}

#choiceBox p {
	text-align: justify;
}

#separator {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	flex-flow: row wrap;
	align-items: center;
	margin: 1rem 0;
}

#separator .line{
	flex-grow: 1;
	height: 1px;
	background-color: #444;
}
#separator span{
	flex-grow: 1;
	text-align: center;
}


#linkedAccountsSection ul li {
	list-style: none;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	flex-flow: row wrap;
	align-items: center;
}

#linkedAccountsSection button {
	margin: 0;
}

#id_portenAccount li:before,
#id_portenAccountUnlinked li:before {
  display: inline-block;
  content: ' ';
  background-image: url(/files/idPorten.svg);
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  margin-right: 1rem;
}
#id_portenAccount .unlinked {
 display: none;
}

.hidden {
	display: none;
}

.warning {
  padding: .5rem 0;
  color: #f0ad4e;
}

span.warning-icon,
span.success-icon,
span.error-icon {
	display: inline-block;
}

span.warning-icon:before {
	content: '';
	background-position: -58px 0;
	background-image: url(../files/24_informative_icons.svg);
	height: 24px;
	width: 24px;
	display: block;
	margin-right: .5rem;
}
span.success-icon:before {
	content: '';
	background-position: -142px 0;
	background-image: url(../files/24_informative_icons.svg);
	height: 24px;
	width: 24px;
	display: block;
	margin-right: .5rem;
}

.errors {
  padding: .5rem 0;
  color: red;
}

span.error-icon:before {
	content: '';
	background-position: -29px 0;
	background-image: url(../files/24_informative_icons.svg);
	height: 24px;
	width: 24px;
	display: block;
	margin-right: .5rem;
}


.retention_choice_fieldset input[type="radio"] {
    display: block;
    float: left;
    clear: left;
}

.retention_choice_fieldset label {
    float: left;
    margin-left: 5px;
}

.retention_choice_fieldset legend {
    margin-bottom: 10px;
    font-weight: bold;
}
