

body.page-template-template_ansokningsform #main-content {
	line-height:1.4 !important;
	font-weight:400 !important;
}

.extramargin {
	margin-bottom:10px;
}


.page-template-template_ansokningsform input[type=text], .page-template-template_ansokningsform input[type=email], .page-template-template_ansokningsform textarea {
	border:1px solid #cecece;
	height:36px;
	font-family: "Open Sans", Helvetica ,Arial,  sans-serif;
}

.page-template-template_ansokningsform #main-content #subpage-content li, #main .inner.full li {
    margin-bottom: 5px;
}

.page-template-template_ansokningsform textarea {
	height:170px;
}


#acf-form {
	margin-top:40px;
}

.acf-fields > .acf-field {
    padding:0 0 17px 0 !important;
    border-top:none !important;
}

.acf-label {
	font-size:14px;
	margin-bottom:4px !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#222;
	
}

.acf-label .description {
	font-size:12px;
}
.acf-row .acf-label .description {
	font-size:11px !important;
	font-style:italic;
	display:block !important;
	margin-top:-1px !important;
}

.acf-label .description a {
	font-weight:600;
	color:#b19830;
}


.acf-field .acf-label label {
    font-weight:500 !important;
    font-size:13px;
}

.acf-input input {
	height:45px !important;
	
}

input[type=checkbox] {
	margin-right:10px !important;
}

.acf-field-group>.acf-label>label, label[for=acf-field_5a7321bf18fd7], label[for=acf-field_5a73232b18fd8], .acf-field-repeater>.acf-label {
	font-family: 'Bitter', sans-serif;
	margin-bottom:25px !important;
	color:#222;
	font-size:16px !important;
}


.acf-field-5a7321bf18fd7 .description {
	margin:-15px 0 20px 0 !important;
	font-size:13px !important;
	font-weight:400;
}

.acf-field-5a73232b18fd8 .description {
	margin:-5px 0 0 0 !important;
	font-size:13px !important;
	font-weight:400 !important;
}

.acf-field-5a82984625f05 {
	margin-bottom:10px !important;
}

.acf-field-5a73249918fde, .acf-field-5a829a076a5a3 {
	margin-top:20px !important;
}

.acf-field-5a73232b18fd8 {
	margin:-20px 0 20px 0 !important;
}

.acf-field-5a7326c15d3ba .message {
	display:inline-block !important;
	width:calc(100% - 40px);
}

.acf-field[data-width] + .acf-field[data-width] {
    border-left: none !important;
    margin-left:-1px !important;
}

.acf-field-message .acf-input {
	margin-top:25px !important;
}

.acf-field-message .acf-input {
	display:inline-block;
	/*border-bottom:3px solid #e41b24;*/
	font-size:14px;
}

.acf-input input, .acf-input textarea {
	font-size:15px !important;
	padding-left:8px !important;
}

.acf-field-message .acf-input p {
	margin:0 0 4px 0 !important;
}

.markering {
	color:#E41B24;
	font-weight:400;
	cursor:pointer;
}

.closebtn {
	position:fixed;
	top:7px;
	right:7px;
	width:30px;
	height:30px;
	font-size:25px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	line-height:22px;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}

.popbox {
	position:fixed;
	width:100%;
	height:100%;
	color:#fff;
	background:#222;
	z-index:10000;
	top:0;
	left:0;
	overflow:auto;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:none;
	-webkit-overflow-scrolling:touch;
}

.popbox .inner-content {
	padding:50px 0;
}

img {
	max-width:100%;
}

.acf-spinner {
    background: url(../images/preloader.svg) no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    background-size: contain !important;
    margin-left: 10px !important;
    margin-top: -5px !important;
    display: none;
    position: absolute;
    left: 230px;
    top: 18px;
}

#meddelandebox  {
	background:rgba(192,205,66,.85);
	color:#222;
	padding:25px 25px 30px 25px;
	font-size:24px;
	position:fixed;
	z-index:100;
	width:320px;
	text-align:center;
	left:50%;
	margin-left:-160px;
	border-radius:3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-weight:400;
	line-height: 1.2;
	z-index:1000 !important;
	top:30%;
	display:none;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.show {
	display:block !important;
}

#meddelandebox .spinner {
	width:100px;
	height:auto;
	margin:0 auto;
	margin-top:25px;
}

#meddelandebox 	.closebtn {
	position:absolute;
	top:3px;
	right:3px;
	width:20px;
	height:20px;
	/*border-radius:50%;*/
	border:none !important;
	font-size:18px;
	padding-left:1px;
	color:#444;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family: Helvetica, Arial;
	line-height:15px;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
	z-index:10;
}

.upper {
	text-transform:uppercase;
}

select {
	border-radius:1px solid #dedede;
}

.selectbox {
	width:30px;
	height:13px;
	border:1px solid #ccc;
	display:inline-block;
	vertical-align:middle;
}

.acf-form-submit {
	position:relative;
}

.mce-toolbar-grp {
	display:none !important;
}

.acf-hl a.acf-button {
	padding:8px 25px !important;
}

.acf-hl {
    margin-bottom: 15px !important;
}


.acf-actions.acf-hl {
	
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    margin-right:0 !important;
}

.acf-icon.-plus.small {
	display:none !important;
}

.acf-icon.-minus.small {
	display:block !important;
}

.acf-table {
	border:none !important;	
}

tr.acf-row {
	 border-left:1px solid #dfdfdf !important;
	 border-right:1px solid #dfdfdf !important;
	 border-color:#dfdfdf;
}

.acf-table > thead > tr > th {
    background: none;
    border-color:transparent !important;
    border-bottom:1px solid #e1e1e1 !important;
    font-size:13px !important;
}

.acf-table > thead > tr > th, .acf-table > tbody > tr > td {
    border:none !important;
    border-bottom:1px solid #dfdfdf !important;
}

.buttonholder {
	position:relative;
}



.acf-form-submit input[type=submit], .m-signature-pad--clear.btn, .acf-button {
	padding:12px 50px 15px 50px;
	margin-top:20px;
	width:auto;
	font-size:14px;
	text-transform:none;
	height:auto;
	background:#e5e5e5;
	color:#222 !important;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
	font-family: "Open Sans", Helvetica ,Arial,  sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.acf-form-submit input[type=submit]:hover, .m-signature-pad--clear.btn:hover, .acf-button:hover  {
	background:#00c0f1;
	color:#fff !important;
}




.m-signature-pad--clear.btn, .acf-button {
	padding:4px 20px 6px 20px !important;
}

.acf-form-submit input[type=submit] {
	padding:12px 50px 15px 50px !important;
}

.acf-button {
	margin-top: 2px !important;
    display: inline-block;
}


input[type=checkbox] {
    height: auto !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.acf-input .message {
	font-size:14px;
}

#message.updated {
	display:none;
}

#rapportlista {
	margin-top:35px;
}

#rapportlista ul, #rapportlista ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#rapportlista ul li {
	display:flex;
	flex-direction:row;
	padding:10px 10px;
	border-bottom:1px solid #ededed;
	font-size:15px;
	position:relative;
}

#rapportlista ul li:hover {
	background:#ededed;
}

#rapportlista ul li:last-child {
	border-bottom:none;
}

#rapportlista ul li div {
	flex:1;
}

#rapportlista ul li .namn {
	flex:2;
}

#rapportlista ul li .datum {
	text-align:right;
}

	.linkblock {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		cursor:pointer;
		display:block;
	}

.roundbutton {
	width:50px;
	height:50px;
	text-align:center;
	background:#c0cd42;
	border-radius:50%;
	font-size:45px;
	text-decoration:none;
	color:inherit;
	line-height:1.15;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:2px;
}

.roundbutton.newReport, .roundbutton.reportList {
	position:absolute;
	top:-5px;
	right:0;
}

.roundbutton.reportList {
	padding:14px 0 0 11px;
}

stripe {
	display:block;
	width:29px;
	height:3px;
	margin-bottom:6px;
	background:#222;
}

.acf-fields.-border {
    border: none !important;
    background: transparent !important;
}

.m-signature-pad--body canvas {
    border:1px dashed #ccc !important;
    margin: 0 0 10px 0 !important;
    box-shadow: none !important;
    width:100% !important;
    z-index:1 !important;
}

#meddelandebox  {
	background:#55BDEC;
	color:#fff;
	padding:25px 25px 30px 25px;
	font-size:21px;
	position:fixed;
	z-index:100;
	width:320px;
	text-align:center;
	left:50%;
	margin-left:-160px;
	border-radius:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-weight:400;
	line-height: 1.2;
	z-index:1000 !important;
	top:30%;
	display:none;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	-o-transition:0.3s all ease;
	-ms-transition:0.3s all ease;
	transition:0.3s all ease;
}

.show {
	display:block !important;
}

#meddelandebox .spinner {
	width:100px;
	height:auto;
	margin:0 auto;
	margin-top:25px;
}

#meddelandebox 	.closebtn {
	position:absolute;
	top:3px;
	right:3px;
	width:20px;
	height:20px;
	/*border-radius:50%;*/
	border:none !important;
	font-size:18px;
	padding-left:1px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family: Helvetica, Arial;
	line-height:15px;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
	z-index:10;
}

.acf-row-handle.order {
	display:none !important;
}

.acf-repeater td.acf-fields {
    padding-right: 15px !important;
    padding-top:7px !important;
}

.acf-table > tbody > tr > td {
    border-bottom: 1px solid #aaa !important;
}

.acf-field.acf-field-checkbox.acf-field-5a7321bf18fd7 {
    margin-top: -30px;
}

.acf-actions {
    text-align: left !important;
}

.acf-actions a.acf-button {
    margin-left:0 !important;
}

.acf-field-5a73232b18fd8 .description, .acf-field-5a8164d185841 label, .acf-field-5a816348e9351>.acf-label>label {
	display:none !important;
}

.acf-field-5a8164e385842 label, .acf-field-5a81651285843 label, .acf-field-5b7541e16a44a .acf-label label {
	display:block !important;
}

.acf-field.acf-field-repeater.acf-field-5a816348e9351 {
    margin: -50px 0 30px 0;
}

.acf-field.acf-field-checkbox.acf-field-5a7321bf18fd7 {
    margin-bottom: 5px;
}

.acf-field.acf-field-text.acf-field-5a817785da6d3 {
    margin: -30px 0 0 0;
}

.acf-field.acf-field-textarea.acf-field-5aa14629ec595 {
    margin-bottom:30px;
}


.acf-radio-list input[type="radio"] {
	display:inline-block;
	margin-right:8px !important;
	margin-top: -5px !important;
}

.infopop {
	position:fixed;
	width:100%;
	max-width:650px;
	height:100%;
	max-height:510px;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-250px;
	z-index:1000;
	background:#ededed;
	box-shadow:0 20px 40px rgba(0,0,0,0.4);
	padding:15px 10px 40px 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:13px !important;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.infopop .inner {
	padding:15px 35px 0 0 !important;
}

.infopop p {
	margin-bottom:12px;
}

.infopop p:last-of-type {
	margin-bottom:0 !important;
}

#sakerhetspolicy, #gdpr {
	display:none;
}

.closebutton {
    position: sticky;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    font-size: 30px;
    color: #222;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Helvetica, Arial;
    line-height: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    padding-left: 1px;
    float:right;
}

.m-signature-pad  {
	z-index:1 !important;
}

