/*
Theme Name: OFIntranet
Theme URI: http://majoda.com
Description: Tema för Optikerförbundets intranät
Author: Majoda
Author URI: http://majoda.com
Version: 5.7.5
*/

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, ol, ul, 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 {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body, html { font-family: 'EB Garamond', serif; background: #eaede3; line-height: 18px; font-size: 14px; }
form {
	margin: 0;
}

@font-face {
  font-family: 'Code39Azalea';
  src: url('/fonts/Code39Azalea.eot') format('embedded-opentype'), /* IE9 Compat Modes */
  url('/fonts/Code39Azalea.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/fonts/Code39Azalea.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Code39Azalea.svg#Code39Azalea') format('svg'); /* Legacy iOS */  
}  
.barc0 {
	font-family: 'Code39Azalea';
	font-size: 72px;
	margin-bottom: 100px;
}
.barc1 {
	font-family: 'Code39Azalea';
	font-size: 72px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

	line-height: 1.0em;
	font-family: navigo, sans-serif;
}

h1 {
	font-size: 38px;
	font-weight: 100;
	margin-bottom: .5em;
	margin-top: 0;
	color:#000;
}

h2 {
	font-size: 32px; /* = 36px */
	margin-bottom: .75em;
	margin-top: 0;
	color:#000;
	font-weight: 100;
}

h3 {
	font-size: 28px;
	margin-bottom: .857em;
	margin-top: .275em;
	color:#000;
	font-weight: 100;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
	color:#000;
}

h5 {
	font-size: 12px; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
	color:#000;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
	color:#000;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.getfilediv, .getfilediv2 {
	cursor: pointer;
	color: #0054a6;
}

#loginform, .remembers {
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
.login-username label, .login-password label {
	width: 100%;
}
.remember1, .remember2 {
	display:block;
	width: 100%;
	margin-bottom: 12px;
	cursor: pointer;
}
#rememberblock1, #rememberblock2 {
	display: none;
}
.rem_but {
	background: #0054a6 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px 20px;
    text-shadow: none;
}   

#header .fas {
	color: #ff595b;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.paddingtable tr td {
	padding: 8px;
}
.startblock {
 /*   border: 1px solid #f0f0f0;
    border-radius: 5px; */
    display: inline-block;
    padding: 15px 0;
    width: 98%;
    margin-bottom: 20px;
/*    background-color: #f7f7f7; */
}
.startblock.colblock { 
	background: #ebeee5;
	padding: 15px;
}
.startblock.blockleft {
    background: none;
    border: none;
}
.item p {
	margin-bottom: 14px;
}


.startblockinner {
	padding: 20px 8px;
}
.biglink {
	font-size: 14px;
	text-transform: uppercase;
	color: #093493;
	font-family: navigo, sans-serif;
}
.biglink.right {
	text-align: right;	
	width: 100%;
	display: block;	
	margin-top: 3em;
}
a.biglink.right {
color: #FF5959;
border-radius: 0;
text-transform: uppercase;
letter-spacing: 1px;

font-size: 12px;
padding: 12px 24px 10px 24px;
}
a.biglink.right:hover {
color: #000;
 
-webkit-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
-moz-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
-o-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
-ms-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

button, input, select, textarea {
/*	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
	border-color: #0054a6 currentcolor #0054a6 #0054a6;
    border-radius: 0;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #0054a6;
    font-size: 14px;
    font-weight: 400;
    padding: 2px;	
*/	
}

.fa, .fas {
    font-weight: 900; color: #FF5959;
}


.paddingrow {
	padding: 0 15px;
}
.small {
	font-size: 12px;
}
textarea {
	overflow: auto;
	vertical-align: text-top;
}
#excelexp {
	cursor: pointer;
}
.of_calendar {
	text-align: left;
}
.of_cal_results {
	margin-bottom:20px;
}
.of_cal_month {
	padding: 8px 0;
	background: #0054a6;
	font-size: 18px;
	color: #fff;
	margin-bottom:20px;
	cursor: pointer;
}
.of_cal_month .fa-caret-down {
	margin-left: 8px;
	color: #fff;
}
.of_cal_event0 {
	background: #fff;
	font-size: 16px;
	padding:12px;
	border-bottom: 1px solid #f0f0f0;
	display: none;
	font-weight: 700;
	cursor: pointer;
}
.of_cal_event1 {
	background: #d9ecff;
	font-size: 16px;
	padding:12px;
	border-bottom: 1px solid #f0f0f0;
	display: none;
	font-weight: 700;
	cursor: pointer;
}
.ofcec0 {
	background: #fff;
	font-size: 14px;
	padding: 10px 12px 20px;
	border-bottom: 1px solid #ccc;
	display: none;
	font-weight: 400;
	text-align: left;
}
.ofcec1 {
	background: #d9ecff;
	font-size: 14px;
	padding: 10px 12px 20px;
	border-bottom: 1px solid #ccc;
	display: none;
	font-weight: 400;
	text-align: left;
}
.currentmonth {
	display: block;
}
.quest {
	margin-top: 30px;
}
.quiztable {
	border: 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}
.quiztable td {
	padding: 15px 10px;
	cursor: pointer;
}
.quizbutton { 
	clear: inherit;
	color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	font-weight: 700;
}
.quizbutton.noselect {
	background-color: #ddd;
}
.quizbutton.select {
/*	background-color: #d9ecff; */
	color: #ff595b;
	background-color: #36383c;
}
.quizbutton2 { 
	clear: inherit;
	color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    min-width: 200px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	font-weight: 700;
}
.quizbutton2.noselect {
	background-color: #ddd;
}
.quizbutton2.select {
	background-color: #d9ecff;
}

.quizwarn {
	display: none;
	cursor: pointer;
    background: #0054a6;
    height: 40%;
    left: 20%;
    padding: 40px;
    position: fixed;
    text-align: center;
    top: 20%;
    width: 40%;
	font-size: 24px;
	color: #fff;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 10px;
}
.startblockinner {
	padding: 0;
}
.startblockinner.events {
    height: 160px;
	margin-bottom: 25px;
}	
.startblockinner h5 {
	margin-top: 0; line-height: 1.2;
}
.newsblock {
	margin-bottom: 50px;
	line-height: 16px;
}
.newsblock .biglink.right {
	
}
.eventleft {
	background: #36383c;
	color: #ff595b;
	height: 100%;
	padding: 0;
	position: relative;
}
.eventleft_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.dat_day {
	width: 100%;
	text-align: center;
	font-size: 28px;
	display: block;
	font-family: navigo, sans-serif;
	
}
.dat_month {
	width: 100%;
	text-align: center;
	font-size: 18px;
	display: block;
	font-family: navigo, sans-serif;
	
	margin-top: 5px;
}
.eventright {
	background: #eaede3;
	color: #000;
	font-size: 14px;
	height: 100%;
	display: block;
	padding: 0;
	position: relative;
}
.eventright_inner {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	padding: 0 15px;
}
.showmore {
	border-bottom: 2px solid #f8f6f4;
	color: #ff595b;
	text-align: center;
	cursor: pointer;
	padding: 4px 0;
}

#contact h3 {
	margin-left: 15px;
	margin-top: 45px;
}
#work h3 {
	margin-left: 15px;
	margin-top: 15px;
}
#xrights h3 {
	margin-left: 15px;
	margin-top: 15px;
}
#fakt h3 {
	margin-left: 15px;
	margin-top: 15px;
}

.vetdoc {
	cursor: pointer;
	height: 400px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#footer, #footer-wrapper {
    width: 100%;
/*    max-width: 1480px; */
    max-width: 1280px; 
    font-size: 14px;
	font-weight: 400;
    background-color: #e9e8e6;
    color: #000;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 15px 0 15px;
}
#footer div {
	line-height: 28px !important;
	color:#000;
	font-weight: 400;
	font-size: 16px;
}
#footer h2 {
    font-size: 22px;
    font-weight: 200;
    margin-top: 0;
}

#footer a, #footer-wrapper a {
    color: #fff;
    font-weight: 400;
}
#footer .fa {
	margin-right: 10px; 
}
.vc_col-md-4 {
	width: 33.33%;
	float:left;
}
/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #dddddd;
	border: none;
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
/*	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
	line-height: 1.5em;
	-ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
*/	
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #252525;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #444444;
	outline: 0;
	text-decoration: none;
}

a::-moz-selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
/*	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	max-width: 100%;
*/	
}

input  {}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	
	letter-spacing: 1px;
    border: none;
    border-radius: 0;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    padding-left: 7px;
    text-shadow: none;
	max-width: 100%;
		line-height: 30px;
	margin-bottom: 8px;
/*	width: 250px; */
}
input[type="submit"] {
	background: #eaede3 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #000;
    font-size: 12px;
   padding: 12px 24px 10px 24px;
    text-shadow: none;
	margin-bottom:20px;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;	
	font-family: navigo, sans-serif;
	font-weight: 200;
}
.formbut {
	background: #36383c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ff595b;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 3px 0;
    text-shadow: none;
	margin-bottom:20px;
	display: inline-block;
	cursor: pointer;
}


select {
	height: auto;
	max-width: 100%;
	padding: 10px;
}
textarea {
	background: #fff;
    border: 1px solid #0054a6;
    border-radius: 0;
    
    font-size: 12px;
    font-weight: 400;
    padding: 3px 5px 0;
    text-shadow: none;
	max-width: 100%;
	font-family: navigo, sans-serif; 
}
map area {
	padding: 0px;
	border: 0px;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {margin-top: 1em;
border: 1px solid #e9e8e6;
}

input[type='text'],
input[type='password'] {
	cursor: text; border: 1px solid #e9e8e6; margin-top: 1em;
		text-transform: uppercase; font-family: navigo, sans-serif; 
}
/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin: 0 auto;
	max-width: 148	0px;
	padding: 0px 25px;
}

#wrapper {
	background-color: #ffffff;
	clear: both;
	padding: 0;
	position: relative;
    border: none;
	margin: 0 auto;
    max-width: 1280px; 
	width: 100%;	
}

.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 20px auto 20px auto;
	padding: 0;
}

#header {
/*	max-width: 1480px; */
    max-width: 1280px; 
	width: 100%;
	margin: 0 auto;
	height: 134px;
	background: #fff;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 40px 25px 30px 25px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background: #e9e8e6;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}
/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;

}
#logo img {
	max-height: 120px;
}
/* =Content
-------------------------------------------------------------- */
#content {
	width: 1130px;
	max-width: 100%;
	margin: 0 auto;	
	background: #fff;	
}

#content-full {
	margin-top: 40px;
	margin-bottom: 20px;
}

/* Top block */
.topspot {
    float: right;
    margin: 1% 3% 0 0;
    padding: 0;
	font-size: 10px;
	font-family: navigo, sans-serif;
}


/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #fff;
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#0054a6), to(#001da6));
	background-image: -webkit-linear-gradient(top, #0054a6, #001da6);
	background-image: -moz-linear-gradient(top, #0054a6, #001da6);
	background-image: -ms-linear-gradient(top, #0054a6, #001da6);
	background-image: -o-linear-gradient(top, #0054a6, #001da6);
	background-image: linear-gradient(to top, #0054a6, #001da6);
	clear: both;
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0054a6, endColorstr=#001da6)"; */
	margin: 0 auto;
}

.main-nav {
	clear: both;
	float: right;
	margin-top: -25px;
	margin-right: 5%;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
text-transform: uppercase; letter-spacing: 1px; font-size: 12px; padding: 10px 15px; font-family: navigo, sans-serif; color: #000;

-webkit-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
-moz-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
-o-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
-ms-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

.menu a:hover {
color: #FF5959;  background-color: #eaede3;
}
.menu ul li a:active {color: #FF5959;  background-color: #eaede3;}

li.menu-item-has-children a::after {font-family: "Font Awesome 5 Free"; padding-left:1em; font-weight: 900; content: "\f0d7";}



ul.menu > li:hover {
/*	background-color: #0054a6; */
	color: #ff595b;
}

.menu .current_page_item a,
.menu .current-menu-item a {
background-color: #eaede3; padding: 10px 15px;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
}

#footer a {
	color: #333333;
	font-weight: 400;
}

#footer a:hover {
	color: #444444;
}

#footer-wrapper .grid.col-940 {
	margin: 0 2em;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* Länkar */
.linkcats {
	width: 100%;	
}
.linkcats .parentmenu {
	background: #ebeee5;
	cursor: pointer;
	font-weight: 700;
	padding: 15px;
	margin-top: 10px;
	width: 100%;
}
.linkres {
	width: 100%;
}
	
.linkcats .parentmenu.parentmenu1 {
	margin-top: 0px;
}
.linkcat_rightpos {
	float: right;
	margin-right: 8px;
	color: #ff595b;
}
.linkcat_rightpos a {
	color: #ff595b;	
}
.linkitem {
	width: 100%;
	padding: 10px;
	float: left;	
}
.linkitem:nth-child(even) {
	background: #e9e8e6;
}
.linkitem:nth-child(odd) {
	background: #fff;
}
.link_content {
	font-size: 12px;
}
.linkres {
	margin-bottom: 10px;
}	

/* Dokument */
.docparent {
	background: #fff;
	color: #000;
	cursor: pointer;
	font-weight: 700;
	padding: 15px;
	margin-top: 10px;
	text-transform:uppercase;
	border-top: 2px solid #e9e8e6;
	width: 100%;
}
.doc_child {
	width: 100%;	
}
.docparent.first { 
	border-top: 0;
}
.doccat_rightpos {
	float: right;
	margin-right: 8px;
	color: #ff595b;
}
.doc_child .parentmenu {
	background: #ebeee5;
	cursor: pointer;
	font-weight: 700;
	padding: 15px;
	margin-top: 10px;
}
.doc_child .parentmenu.parentmenu1 {
	margin-top: 0px;
}
.docitem {
	width: 100%;
	padding: 10px;
}
.docitem:nth-child(even) {
	background: #e9e8e6;
}
.docitem:nth-child(odd) {
	background: #fff;
}
.doc_content {
	font-size: 12px;
}
.docres {
	margin-bottom: 10px;
}
/* Sidmeny */
.sidebar-menu {
	width: 98%;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
}
.parentmenu {
/*	background: #fff;
	color: #0054a6; */
	font-weight: 700;
	cursor: pointer;
	line-height: 22px;
}
.subholder {
	display: none;
}
.submenu {
	background: #d9ecff;
	color: #0054a6;
	padding: 8px 0 8px 8px;
	cursor: pointer;
}
.item {
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px; 
	line-height: 15px;
}
.itemheadline {
	width: 100%;
}
.itemheadline a {
	color: #0054a6;
	font-weight: 700;
}
.itemcontent {
	width: 100%;
	font-size: 15px; 
	line-height: 18px;	
}
.item_content {
	width: 100%;
	font-size: 15px; 
	line-height: 18px;	
}
/* Tabs */
 /* Style the tab */
div.tab {
    overflow: hidden;
   
    background-color: #eaede3;
}

/* Style the buttons inside the tab */
div.tab div {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab div:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab div.active {
    color: #ff595b;
	background-color: #fff;
	font-weight: 700;
	border-top: 1px solid #f8f6f4;
	border-left: 1px solid #f8f6f4;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #f8f6f4;
    border-top: none;
} 
.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Butiksflik */
#addnewcompany {
	cursor: pointer;
}
/* Poäng my page */
.optikerpo {
	background:#eaede3; 
	color:#000; 
	font-size:16px; 
	font-weight: bold;
	padding: 8px 0 8px 6px;
	cursor: pointer;
	margin-bottom: 10px;

}
.poyears {
/*	display: grid; */
	display: inline;
}
.po {
	width: 100%;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
}
.po1 {
	width: 20%;
	float:left;
}
.po2 {
	width: 70%;
	float:left;
}
.po3 {
	width: 10%;
	float:left;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.formwidth {
	max-width: 500px;
}

/* Fortbildningskurser */
.coursehead {
	cursor: pointer;
	padding: 8px 0;
	font-size: 15px; 
}
.coursehead:hover {
	font-weight: 700;
}
.anm_but, .cert_anm_but, .course_anm_but, .anm_but2, .checkin_but, .eventbook_anm_but, .eventbook_anm_but2, .eventbut {
	background: #36383c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ff595b;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    text-shadow: none;
	margin-bottom:20px;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
}
.anm_but2, .eventbook_anm_but, .eventbut {
	display: inline-block;
}
.anm_canc, .eventbook_anm_canc {
	margin-left: 20px;
	background: #e9e8e6;
	color: #000;
	border: 1px solid #36383c;
}
/* Kalender */
.calendar {
	display: inline;
}
.calendar_single {
	background: #eaede3;
	width: 100%;
	margin-bottom: 30px;
}
.calendar_head  {
	background: #36383c;
	color: #ff595b;
	font-size: 18px;
	padding: 6px 12px;
}
.calendar_content {
	padding: 12px;
}
/*
.calendar  * {
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
}
*/
.calendar-sm {
    cursor: default;
    width: 800px;
    height: 370px;
}
/*
.calendar {
    cursor: default;
	height: 450px;
    width: 100%;
}
*/
.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.calendar .c-pad-top {
    padding-top: 3%;
}

.c-grid {
    box-shadow: 2px 2px 5px #888888;
    height: inherit;
	background-color: #0054a6;
}
.c-day {
    width: 14.28%;
    height: 13%;
    background-color: #EFF4F9;
    float: left;
    text-align: center;
}

.c-day-previous-month {
    width: 14.28%;
    height: 13%;
    background-color: #F9FBFD;
    float: left;
    text-align: center;
    color: gray;
}

.c-day-next-month {
    width: 14.28%;
    height: 13%;
    background-color: #F9FBFD;
    float: left;
    text-align: center;
    color: gray;
}

.c-week-day {
    width: 14.28%;
    height: 10.38%;
    background-color: #d9ecff;
    color: #000;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 1%;
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: center;
    cursor: pointer;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: center;
    cursor: pointer;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #D8EAF1;
}

.c-event {
    background-color: rgb(166, 166, 166);
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.c-grid {
    float: left;
    width: 50%;
}

.c-event-grid {
    margin-left: 1px;
    height: inherit;
    width: 49%;
    float: left;
    box-shadow: 2px 2px 5px #888888;
}

.c-grid-title {
    font-weight: bold;
    float: left;
    background-color: #0054a6;
    color: white;
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: #0054a6;
    color: white;
}

.c-event-body {
    background-color: #EFF4F9;
    height: 88.1%;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
}

.c-event-item > .title {
    font-weight: bold;
}

.c-event-item > div {
    text-overflow: ellipsis;
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
}

.c-event-item {
    padding-left: 10px;
    margin-bottom: 10px;
}

.c-event-over {
    background-color: lightgray;
    font-weight: bold;
    color: black;
}

.c-event-over > .description {
    font-weight: normal;
}


#quiz {
	font-size: 16px;
}
.fquest {
	font-size: 16px;
}
.fquiztable {
	border: 0;
	width: 100%;
	border-spacing: 15px;
	border-collapse: separate;
}
.fquiztable td {
	padding: 15px;
	cursor: pointer;
}
.fquizbutton { 
	clear: inherit;
	color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    min-width: 200px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	font-weight: 700;
}
.fquizbutton.noselect {
	background-color: #ddd;
}
.fquizbutton.select {
	background-color: #d9ecff;
}
.fquizbutton2 { 
	clear: inherit;
	color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    min-width: 200px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	font-weight: 700;
}
.fquizbutton2.noselect {
	background-color: #ddd;
}
.fquizbutton2.select {
	color: #ff595b;
	background-color: #36383c;
}

.fquizwarn {
	display: none;
	cursor: pointer;
    background: #0054a6;
    height: 40%;
    left: 20%;
    padding: 40px;
    position: fixed;
    text-align: center;
    top: 20%;
    width: 40%;
	font-size: 24px;
	color: #fff;
}
.cdiplom {
	font-size: 16px;
	color: #ff595b;
	cursor: pointer;
	font-weight: 700;
	margin-bottom: 10px;
}
.synergodiplom {
	font-size: 16px;
	color: #ff595b;
	cursor: pointer;
	font-weight: 700;
	margin-bottom: 10px;
}
.medform {
	border: 1px solid #aaa !important;
	background: #fff !important;
	font-size: 16px !important;
	text-transform: none !important;
	color: #444 !important;
}
.medform:focus, .medform:focus-visible {
	outline: 0 !important;
	border: 1px solid #222 !important;
	box-shadow: none !important;
}
.medrapp .row {
		margin-bottom: 15px;
}
#medd_resp {
	font-weight: 700;
}
#medrapp_submit {
	background: #eaede3 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #000;
	font-size: 12px;
	padding: 12px 24px 10px 24px;
	text-shadow: none;
	margin-bottom: 20px;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: navigo, sans-serif;
	font-weight: 200;
}
ul.medarb_ul {
	font-weight: 700;
	padding-left: 15px;
}
ul.medarb_ul li {
	margin-bottom: 5px;
}
/* Responsiv */
@media (max-width: 650px) {
#logo {
	margin-left: 0;
}
.c-grid {
	width: 100%;
}
.c-event-grid {
	width: 100%;
	margin-left: 0;
	box-shadow: 0;
}
}

/* INCIDENTRAPPORT */

.incident {
	font-size: 15px;
}
.incident p {
	margin-bottom: 12px;
}
#incidiblock {
  display: block;
  width: 90%;
  border: 1px solid #2e73ae;
  font-size: 15px;
}
#incidiblock h2 {
  background: #2e73ae;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 3px 0px 3px 4px;
  font-size: 14px;
}
#incidiblockinside {
  padding: 5px 10px 5px 10px;
  display: inline-block;
  width: 100%;
}
td {
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.form {
	padding: 2px;
	max-width: 90%;
}
.sub1 {
	background: #bbb;
	color: #111;
}
.sub2 {
	background: #ddd;
	color: #333;
}
.sub3 {
}
.helptext {
	font-size: 12px;
	color: #760000;
	font-weight: bold;
}
.intableft {
	width: 70%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
}
.intabright {
	width: 30%;
	float: right;
	display: inline-block;
}
.intableft2 {
	width: 50%;
	float: left;
	display: inline-block;
}
.intabright2 {
	width: 50%;
	float: right;
	display: inline-block;
}
.incident select {
	width: auto;
	padding: 0;
}
.ointableft {
	width: 33%;
	float: left;
	display: inline-block;
}
.ointabmid {
	width: 34%;
	float: left;
	display: inline-block;
}
.ointabright {
	width: 33%;
	float: right;
	display: inline-block;
}
.ointableft2 {
	width: 50%;
	float: left;
	display: inline-block;
}
.ointabright2 {
	width: 50%;
	float: right;
	display: inline-block;
}
.regsel {
	font-size: 15px;
}
#errs {
	padding-left: 30px;
	font-size: 15px;
	color: #0054a6;
}
/* Dashboard */
.dashboard {
	position: relative;
	font-family: navigo, sans-serif;	
}
.dashboard .welcome {
	position: absolute;
	top: 40px;
	left: 50px;
	font-size: 22px;
	line-height: 1.4;
	width: 300px;
	ont-weight: 200;
}
.dashboard .memberno {
	position: absolute;
	top: 20px;
	left: 350px;
	width: 120px;
	height: 120px;
	background: #ff595b;
	font-size: 18px;
	color: #fff;
	border-radius: 120px;
	line-height: 20px;	
}
.dashboard .memberno .inner {
	display: inherit;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.dashboard .memberno .inner span {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	transform: translate(0,-50%);
}
.dashboard .poang {
	position: absolute;
	top: 140px;
	left: 110px;
	width: 220px;
	height: 220px;
	background: #ff595b;
	font-size: 22px;
	color: #fff;
	border-radius: 220px;
	line-height: 28px;	
}
.dashboard .poang a {
	color: #fff;
}
.dashboard .poang .inner {
	display: inherit;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.dashboard .poang .inner span {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	transform: translate(0,-50%);
}
.dashboard .mycourses {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 280px;
	background: #fff;
	font-size: 22px;
	padding: 12px;
}
.dashboard .mycourse {
	padding-bottom: 15px; border-bottom: 1px solid #f8f6f4; display: grid;
}
.dashboard .mycourse.sec {
	margin-top: 10px;
	border-top: 1px solid;
	padding-top: 20px;
}
.dashboard .mycourses h3 {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.dashboard .mycourses .dat_day {
	text-align: left;
	font-size: 20px;
	width: auto;
	
}
.dashboard .mycourse_single_date, .dashboard .mycourse_single_course, .dashboard .mycourse_single_edit {
	width: 100%;
	display: inline-block;
}
.dashboard .mycourses .dat_month {
	text-align: left;
	width: auto;
	float: left;
	margin-left: 0px;
}
.dashboard .mycourse_single_course {
	font-size:14px;
}	
.dashboard .mycourse_single_course h5 {
	font-size: 14px;
	color: #000;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 16px;
}
.mycourse_single_edit {
	margin-top: 10px;
}
.mycourse_single_edit a {
	font-size: 14px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #ff595b;
	padding: 4px 8px;
	text-align: center;
}
.of_error {
	width: 400px;
	margin: 0 auto;
    margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	color: #FF5959;
	margin-bottom: 40px;
}
.ofintra {
	width: 100%;
}
.deleteticket {
	padding: 6px 12px;
	background: #36383c;
	color: #fff;
	border: 1px solid #36383c;
	font-size: 15px;
	margin-bottom: 8px;
}
.deleteticket.red {
	padding: 6px 12px;
	background: #FF5959;
	color: #000;
	border: 1px solid #FF5959;
	font-size: 15px;

}
.deleteticket:focus {
	margin-top: 0 !important;
}
.login_selector { 
	width: 100%;
	padding: 15px 0;
	max-width: 560px;
	margin: 0 auto 30px auto;
	border: 1px solid #eaede3 ;
	font-size: 16px;
}
.login_selector h2 {
	text-align: center;
}
.login_selector_outer {
	width: 100%;
}
.login_selector_single {
	border-top: 1px solid #e9e8e6;
	border-bottom: 1px solid #e9e8e6;
	background: #eaede3;
	display: inline-block;
	width: 50%;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.login_selector_single.active {
	background: #fff;
}
.loginblock {
	padding: 15px;
}
.bankid_val {
	background: #f8f8f8;
	border: 1px solid #e5e3db;
	color: #333;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	margin-bottom: 15px;
	cursor: pointer;
	padding: 10px;
}
.bankid_val.active {
	background: #3abd3d;
	color: #fff;
}
#bankid_section {
	text-align: center;
}	
.bankid_logo {
	margin-bottom: 30px;
}
.bankid_logo img {
	display: block;
	margin: 0 auto;
	width: 150px;
}
.open_bankid {
	margin-top: 20px;
	display: inline-block;
	background: #3a78bd;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
	cursor: pointer;
	padding: 10px 40px;
}
#overlay {
	display: none; 
    position:fixed;
    z-index:999;
    width:100%;
    height:100%;
    background-color: black;
    background-color:rgba(0,0,0,.75)	
}
#popup {
	display: none;
    z-index:1000;
	position:absolute;
	width: 600px;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
	background: #fff;
	padding: 20px;
	border-radius: 8px;
}
.popup_close {
	color: #fff;
	background: #000;
	font-size: 18px;
	float: right;
	border: 1px solid #000;
	border-radius: 60px;
	padding: 1px 6px 3px 6px;
	margin-top: -10px;
	margin-right: -10px;	
	cursor: pointer;
}
media screen and (max-width: 1280px) and (min-width: 768px)  {
/*.startblockinner.events { height: 200px; margin-bottom: 20px; }
.eventleft { width: 100%; height: 70px;  }
.eventright { width: 100%; height: 130px; }	
*/
}
@media screen and (max-width: 1140px) {
.menu {
	margin-top: 0 !important;	
}
.menu .current_page_item a, .menu .current-menu-item a { background: #fff; }	
.js .main-nav {
	width: 100%;
	background-image: linear-gradient(to top, #e9e8e6;, #e9e8e6) !important;
    background-color: #fff !important;
	color: #fff !important;	
	margin-top: 20px !important;
	margin-bottom: 20px;
	margin-right: 0;	
}
.js .main-nav #responsive_current_menu_item { display: block; font-family: navigo, sans-serif; text-transform: uppercase; padding: 5px 40px 5px 10px; color: #000; cursor: pointer; background: #e9e8e6; font-size: 18px; }
.js .main-nav #responsive_current_menu_item::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c9"; margin-right: 5px; }
.js .main-nav .menu { display: none; position: relative; width: 100%; top: 15px; z-index: 1000; padding: 0 20px; }
.js .main-nav .menu li { display: flex; width: 100%; font-size: 16px; }


}
@media screen and (min-width: 993px) {
.resp { display: none; }
}
@media screen and (max-width: 992px) {
.noresp { display: none; }
}
@media screen and (max-width: 980px) {
.ointableft { width: 100%; }
.ointabmid { width: 100%; }
.ointabright { width: 100%; margin-bottom: 8px; }
.ointableft2 { width: 100%; }
.ointabright2 { width: 100%; margin-bottom: 8px; }
.noresp { display: none; }
}

@media screen and (max-width: 980px) {
.intableft { width: 100%; }
.intabright { width: 100%; margin-bottom: 8px; }
.intableft2 { width: 100%; }
.intabright2 { width: 100%; margin-bottom: 8px; }
.noresp { display: none; }
.vc_col-sm-12 {width: 100%; margin-bottom: 16px; }
}

@media print {
#header {display: none;}
.tab { display: none; }
.menu { display: none; }
input[type=submit] { display: none; }
#footer {display: none;}
}