@font-face {
	font-family: 'LFRubrik';
	src: url("/mffportal/javax.faces.resource/fonts/lf-rubrik.woff2.jsf?ln=default&v=6_0_0") format('woff2'),
		url("/mffportal/javax.faces.resource/fonts/lf-rubrik.woff.jsf?ln=default&v=6_0_0") format('woff');
	font-weight: normal;
	font-style: normal;
	font-kerning: normal;
}

@font-face {
	font-family: 'IntroCond';
	src: url("/mffportal/javax.faces.resource/fonts/intro-cond-regular.woff2.jsf?ln=default&v=6_0_0")
		format("woff2"),
		url("/mffportal/javax.faces.resource/fonts/intro-cond-regular.woff.jsf?ln=default&v=6_0_0")
		format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IntroCond';
	src: url("/mffportal/javax.faces.resource/fonts/intro-cond-bold.woff2.jsf?ln=default&v=6_0_0")
		format("woff2"),
		url("/mffportal/javax.faces.resource/fonts/intro-cond-bold.woff.jsf?ln=default&v=6_0_0")
		format("woff");
	font-weight: bold;
	font-style: normal;
}

html {
	font-size: 16px;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
.margin-top-buttons
{
	margin-top:15px;
}
.pageheaderBlackText {
	margin-top: 15px;
	margin-bottom: 15px;
}

.modal-header {
	border-bottom: none;
	padding: 1rem 2rem 0 1rem;
}

.modal-footer {
	padding: 0 1rem 1.25rem;
	border-top: none;
}

.modal-body {
	padding: .5rem 1rem 1.25rem;
	font-family: Arial;
	font-size: 16px;
}

.modal-footer>:not(:last-child) {
	margin-right: 2rem;
}

.modal-header .close {
	font-size: 60px;
	line-height: 40px;
	opacity: .3;
	color: #00427a;
	transition: opacity 100ms ease;
	position: absolute;
	top: 18px;
	right: 17px;
	margin-top: -2px;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: opacity .1s ease;
	z-index: 1;
	font-size: 0;
	margin-right: -3px;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close.close:after, .close.close:before {
	content: "";
	width: 18px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -9px;
	background: currentColor;
}
.tab>h2 {
	font-size: 20px;
}
.close.close:after {
	width: 2px;
	height: 18px;
	margin: -9px 0 0 -1px;
}

.modal-header .close:hover {
	opacity: .8;
}

.modal-content {
	border: none;
	border-radius: 0;
	box-shadow: none;
	webkit-box-shadow: none;
}

.modal-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #00427a;
	margin: 0;
    line-height: 1.3;
}
.label
{
	margin-bottom: .3rem;
	font-family: IntroCond;
    font-weight: bold;
    padding: 0;
}
.radio-group {
	margin-top:10px;
}
.radio-group label
{
	margin-left:10px;
	display:inline;
}
.no-padding
{
	padding:0;
}
.letterspacing
{
	letter-spacing: 0.5em;
}
body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.45;
	background: #f2f2f2;
}
.tab-col
{
	max-width:180px;
	min-width:0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: IntroCond;
}

.logo {
	width: 230px;
	margin-top: 14px;
}

.logo-top {
	height: 68px;
	box-shadow: 0 2px 0 0 #cdd9e3;
	background: #ffffff;
	border-radius: 0;
}

.margin-top-auto {
	margin-top: auto;
}

.ui-datatable-subtable-footer {
	text-align: right;
	border-top: 2px solid #f2f2f2 !important;
	font-weight: normal;
}

.contentConfirmTable {
	background: #ffffff;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.pagesRow {
	order: -1;
	margin-top: 15px;
}

h1 {
	font-family: 'LFRubrik', 'Georgia', 'Times New Roman', 'Times', 'serif';
	font-size: 29px;
	color: #005aa0;
	margin-top: 20px;
}

.inputfieldRow {
	margin-top: 10px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #00427a;
	margin: 0;
	display: inline;
}


.ui-button .ui-button-text {
	display: inherit;
}



.allOK {
	float: right;
	padding-bottom: 6px;
	clear: both;
	display:none;
}
.allOK-pdfPage
{
	float: right;
	padding-bottom: 6px;
	clear: both;
	display:none;
}
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: underline;
	font-size: 16px;
	color: #005aa0;
	font-family: Arial;
	outline: none;
}

a:hover {
	color: #002f54;
}

a:active {
	opacity: .6;
}

.pageheaderContainerParent {
	background: #ffffff;
	padding: 15px;
	border-bottom: 2px solid #005aa0;
	padding-top: 19px;
	padding-bottom: 19px;
}

.ui-datatable-subtable-header>.pageheaderContainerParent {
	padding: 8px;
	border: none;
}

.pages {
	float: right;
}
.margin-top
{
	margin-top:10px;
}

.table-subheader {
    color: #00427a;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: .875rem;
    line-height: 1rem;
    padding-top: 1.375rem!important;
	font-family: IntroCond;
	border-bottom: 2px solid #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px

}
.table-subheader-only-text {
    color: #00427a;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: .875rem;
    line-height: 1rem;
    padding-top: .875rem!important;
	font-family: IntroCond;
}
.pages>button {
	font-family: IntroCond;
	width: 37px;
	height: 33px;
	font-weight: bold;
	border: none;
	margin-left: 2px;
	background: #ffffff;
	color: #d9d9d9;
	font-size: 15px;
}
.button-margin-bottom
{
	margin-bottom:10px;
}
.pdf-container {
	width: 100%;
	min-height: 800px;
	padding-bottom: 15px;
	border: 5px solid #f7f7f7;
	border-top:none;
	margin-bottom: 15px;
}

.container {
	transition: 200ms ease;
	transition-property: all;
}

.maxwidth {
	width: 100%;
}

.fullwidth {
	width: 100%;
}

.helplink {
	margin-bottom: 10px;
}

.confirmFooter {
	padding: 14px 10px;
	background: #fff;
	margin-top: 25px;
	border-bottom: 2px solid #005aa0;
}

.confirmFooter>.header {
	padding: 8px;
	margin-bottom: 0;
}

.confirmFooterUnder {
	padding: 16px;
	background: #fff;
}

.noTopBorder {
	border-top: none !important;
}

.current {
	background-color: #005aa0 !important;
	color: #ffffff !important;
}

.previous {
	color: #005aa0 !important;
}

.previous:hover {
	background-color: #ececec !important;
}

button:focus {
	outline: none;
}

.button:focus {
	outline: none;
}

.header {
	margin-bottom: 13px;
}

.tableRow {
	border-bottom: 2px solid #f2f2f2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.loginfield {
	padding: 8px 12px;
	border: none;
	border-bottom: 2px solid #dfdfdf;
	background: #f4f4f4;
	width: 100%;
	margin-bottom: 10px;
}
.bottom-margin {
	margin-bottom: 10px;
}
.no-bottom-margin {
	margin-bottom: 0;
}
.loginfield-not-empty {
	border-bottom: 2px solid #005aa0 !important;
	background: #eff4f9 !important;
}
.facesError {
	list-style: none;
	font-weight: bold;
	margin-left: 0px;
	padding: 0;
	color: #ff0000
}

.facesInfo {
	list-style: none;
	font-weight: bold;
	margin-left: 0px;
	padding: 0;
	color: #000000
}
.text-muted
{
	color: #747578 !important;
	font-weight: normal !important;
}
.form-control-feedback
{
	font-weight: 700;
    transition: color 60ms linear;
    font-family: IntroCond,Arial,"Helvetica Neue",sans-serif;
    -webkit-font-smoothing: antialiased;
    color:#e30613;
    margin-top: 4px;
    font-size: .875rem;
    line-height: 1.2;
    margin-bottom: 15px;
}
.loginfield:hover {
	background: #ececec;
	transition: background 200ms;
}

.loginfield:focus {
	border-color: #005aa0;
}
.ui-selectoneradio.ui-grid label {
	margin-left: 30px;
	margin-bottom:0;
	cursor: pointer;
	display:block;
   
}
.ui-selectoneradio.ui-grid label:hover {
	text-decoration:underline;
}
.ui-radiobutton {
	margin-top: 6px;
	float:left;
}
.ui-radiobutton .ui-radiobutton-box {
	transition: 200ms ease;
    transition-property: all;
	width: 1.13rem;
    height: 1.13rem;
    cursor:pointer;
}
@keyframes animate-in-selected {
    from {box-shadow: inset 0 0 0 1.13rem #005aa0;}
    to {box-shadow: inset 0 0 0 5px #005aa0}
}

.ui-radiobutton-box.ui-state-default {
    border: 0;
    box-shadow: inset 0 0 0 2px #d9d9d9;

}
.ui-radiobutton-box.ui-state-default:hover {
	box-shadow: inset 0 0 0 2px #005aa0;
}
.ui-radiobutton-box.ui-state-default:active {
	box-shadow: inset 0 0 0 1.13rem #005aa0;
}
.ui-radiobutton-box.ui-state-active {
	
	box-shadow: inset 0 0 0 5px #005aa0;
	animation-name: animate-in-selected;
    animation-duration: 200ms;
}
.ui-radiobutton-box.ui-state-active:hover {
	box-shadow: inset 0 0 0 5px #005aa0;
}
.ui-radiobutton-box.ui-state-active:active {
	box-shadow: inset 0 0 0 1.13rem #005aa0;
}
.ui-radiobutton:hover ~ label {
	text-decoration:underline;
}
.ui-radiobutton ~ label {
	user-select: none;
}
.ui-grid-col-12:hover .ui-radiobutton-box.ui-state-default{
	box-shadow: inset 0 0 0 2px #005aa0;
}
.ui-grid-col-12:hover .ui-radiobutton-box.ui-state-active{
	box-shadow: inset 0 0 0 5px #005aa0;
}
.ui-grid-col-12:active .ui-radiobutton-box.ui-state-active{
	box-shadow: inset 0 0 0 1.13rem #005aa0;
}
.ui-grid-col-12:active .ui-radiobutton-box.ui-state-default{
	box-shadow: inset 0 0 0 1.13rem #005aa0;
}
.ui-grid-col-12
{
	width:inherit;
	float:left !important;
}
.ui-grid-row
{
	margin-bottom:8px;
}

.textarea {
	border: none;
	border-bottom: 2px solid #dfdfdf;
	background: #f4f4f4;
	width: 100%;
	padding: 14px 4px 0 14px;
	margin-bottom: 10px;
	margin-top: 2px;
	outline: none;
	resize: none;
}
ul
{
	list-style-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48Y2lyY2xlIGN4PSI2LjUiIGN5PSI4LjUiIHI9IjMuNSIgZmlsbD0iI2UzMDYxMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+")
}
.help p
{
	margin-top: 0;
	margin-bottom:1rem;
}
.textarea:hover {
	background: #ececec;
	transition: background 200ms;
}

.textarea:focus {
	border-color: #005aa0;
}
.ui-panel .ui-panel-content
{
	padding:0;
}
.floatRight {
	float: right;
}

.margintop {
	margin-top: 10px;
}

.no-border-bottom {
	border-bottom: none;
}

.buttonRed {
	font-family: IntroCond;
	font-weight: bold;
	border: none;
	background: #af0c09;
	color: #ffffff;
	cursor: pointer;
	padding: 8px 12px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.125rem;
	line-height: 1.5rem;
}


.buttonRed:hover {
	border-color: #910d12;
	background-color: #910d12;
}

.buttonBlue {
	font-family: IntroCond;
	font-weight: bold;
	border: none;
	background: #007db0;
	color: #ffffff;
	cursor: pointer;
	padding: 8px 12px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.buttonBlue:hover {
	background:#006791
	}

.buttonOutline {
	font-family: IntroCond;
	font-weight: bold;
	border-color: #00427a;
	color: #00427a;
	cursor: pointer;
	background-color: transparent;
	padding: 6px 12px;
	border: solid;
	border-width: 2px;
	font-size: 1.125rem;
    line-height: 1.5rem;
}

.button, .button:hover, .ui-button, .ui-button:hover {
	background-image: none;
	transition: 100ms linear;
	transition-property: all;
}

.buttonOutline:hover {
	color: #fff;
	background-color: #002647;
	border-color: #00213d;
}

.form-align {
	margin-top: 31px;
}

.form-text {
	color: #77787b;
	font-size: 14px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.ui-inputfield:disabled
{
    background-color: #d9d9d9 !important;
    opacity: 1;
    border-color: #d9d9d9 !important;
    color: #000000;
    cursor: not-allowed;
}
.avtalsnummer {
	font-weight: normal;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 2px solid #d3d3d3;
}

.margin-left-button {
	margin-left: 20px;
}

.footer-link {
	line-height: 40px;
}

#footer {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	border-top: 2px solid #f3f3f3;
}
.greyBorder {
	border: 5px solid #f7f7f7;	
}
#button-table{
	border-left: 5px solid #f7f7f7;
    border-top: 5px solid #f7f7f7;
}
#button-pdf{
	border-right: 5px solid #f7f7f7;
    border-top: 5px solid #f7f7f7;
}
.nextContainer {
	float: right;
	margin-right: 15px;
	margin-top: 11px;
}

.prevContainer {
	position: relative;
	left: 15px;
	float: left;
	top: 20px;
}

#contentNoFlash {
	background: #ffffff;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
}

#contentFlash {
	background: #ffffff;
	padding: 15px;
	padding-top: 0;
	border: 5px solid #f7f7f7;
    border-top: none;
    border-bottom: none;
}

.content {
	background-color: #ffffff;
}

.login {
	padding: 15px;
}

.loginfooter {
	padding: 40px;
	height: 70px;
	border-top: 2px solid #f2f2f2;
	padding-top: 22px;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td,
	.ui-datatable tfoot th {
	padding: 6px 8px 6px 15px;
	border-style: none;
}

.ui-datatable-tablewrapper {
	overflow: inherit;
}

.ui-widget-content {
	border: 2px solid #f2f2f2;
}

.ui-buttonset {
	margin: 0;
	float: right;
	width: 100%;
}

.padding {
	padding: 15px;
}

.border-top-padding {
	padding-top: 6px;
	border-top: 2px solid #f2f2f2;
}

.ui-selectonebutton {
	padding: 0;
	user-select: none;
}
.ui-button:focus {
	outline:none;
}	

.ui-selectonebutton>.ui-state-default {
	background: #f4f4f4;
	border-bottom: 2px solid #dfdfdf;
	padding: 8px 0;
	border-left: 2px solid #ffffff;
}

.ui-buttonset-3>.ui-state-default {
	width: 33%;
}

.ui-buttonset-2>.ui-state-default {
	width: 50%;
}

.ui-selectonebutton>.ui-state-default:hover {
	background: #ececec;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #005aa0;
}

.width100percent {
	width: 100%;
}

.ui-button-text-only .ui-button-text {
	padding: 0;
}

.ui-selectonebutton>.ui-state-active {
	background: #eff4f9;
	border-bottom: 2px solid #005aa0;
	color: #005aa0;
	font-weight: bold;
}

.ui-selectonebutton>.ui-state-active:hover {
	background: #e5ecf5;
}

p {
	margin: 0;
}

.column-header {
	font-family: IntroCond;
	font-weight: bold;
	padding: 0;
	font-weight: bold;
}

.column-header-nopadding {
	font-family: IntroCond;
	font-weight: bold;
	padding: 0;
}

.column-normal {
	padding-bottom: 6px;
}

.column-text {
	padding-bottom: 6px;
}

.pdf-view {
	display: none;
}

.center-text
{
	text-align:center;
}
.tab {
	background: #f2f2f2;
	border: none;
	width: 100%;
	padding: 10px;
	text-align: left;
}

.tab.active {
	background: #fff !important;
}

.tab.inactive>h2 {
	font-weight: normal;
	color: #000;
}

.tab.inactive {
	cursor: pointer;
}

.pdf-page-header {
	display: none;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.pdf-view.show-in-mobile {
	display: inherit;
}
.table-pdf-view.show-in-mobile {
	display:inline;
}
.hide-in-mobile {
	display: none;
}

.ui-widget-content {
	border: none;
}

.ui-datatable-data>tr.ui-widget-content {
	border-top: 2px solid #f2f2f2;
}

.ui-datatable tbody tr.ui-widget-header td {
	padding: 14px 10px;
	border-bottom: 2px solid #005aa0;
}

.ui-datatable-subtable-header {
	border-top: 24px solid #f2f2f2 !important;
}

.noBorderBottom {
	border-bottom: none !important;
}

.margin-bottom10 {
	margin-bottom: 10px;
}
#footer-desktop {
	display:none;
}
@media ( max-width : 320px) {
	.tab>h2 {
		font-size: 17px;
	}
}
@media ( min-width : 768px) {
	.button-margin-bottom
	{
		margin-bottom:0;
	}
	.allOK {
		display:block;
	}
	.pageheaderBlackText {
		margin-top: 0;
	}
	h1{
		font-size: 50px;
	}
	#footer {
		display:none;
	}
	
	#footer-desktop {
		display:block;
		background: #ffffff;
		padding: 15px;
		border-top: 2px solid #f3f3f3;
		margin-bottom: 15px;
	}

	.footer-link
	{
			margin-right:30px;
	}
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.maxwidth {
		width: auto;
	}
	.pdf-container {
		min-height: inherit;
		border:none;
	}
	.onlyMobile {
		display: none;
	}

	.pagesRow {
		order: inherit;
		margin-bottom: 0;
		margin-top: auto;
	}
	.inputfieldRow {
		margin-top: 0;
	}
	.show-in-mobile {
		display: inherit;
	}
	.hide-in-mobile {
		display: inherit;
	}
	.pdf-page-header {
		display: inherit;
	}
	.tabs {
		display: none;
	}
	.pdf-view {
		display: inherit;
	}
	.column-header {
		font-weight: bold;
		padding-top: 11px;
	}
	.column-normal {
		padding-top: 11px;
	}
	.loginfield {
		margin-bottom: 0;
	}
	#contentFlash{
		border:none;
	}
	.save-link	{
		float:left !important;
	}
}
@media ( min-width : 992px) {
	.allOK-pdfPage {
		display:block;
	}
	.save-link {
		float:right !important;
	}
}