/* Rent stylesheet, starter på nytt */

.feature2022 {
    display: none;
}

.poengLister {
    margin: 0 10px 10px 0;
    width: 30% !important;
    padding: 13px 0 10px 10px;
    border: 1px solid rgba(0, 69, 103, 0.2);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 1px 7px rgb(178 178 178 / 50%);
}

.aktivSpesialitet {
    background: #005d8b !important;
    color: white !important;
}

a.button.betterSwitcher {
    float: left;
    margin-bottom: 5px;
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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;
}
/*  */
/*
2020-08-07
Info: Cleanup by DigiFix AS
Author: Øystein S. Hegnander
E-mail: oystein@digifix.no
Company-email: post@digifix.no
*/

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
th {
    text-align: inherit;
}
.table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

body {
    background-color: #e3eaee;
    font-family: "Maven Pro", "Arial", "Open Sans", sans-serif;
    color: #333333;
    margin: 10px auto 10px auto;
    text-align: left;
    border: none;
    max-width: 1200px;
    min-height: 300px;
    background-image: url("/img/optikerforbundet.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 100%;

    /*padding-bottom: 370px;*/

    padding-bottom: 50px;
    background-size: 100%;
}
.footer-bottom-absolute {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(248, 248, 248, 0.5);
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            text-align: center;
            padding: 10px 0;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
            z-index: 1000;
	    color: #666666;
        }

/*  GRID OF TWO   ============================================================================= */

/*  SECTIONS  ============================================================================= */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float: left;
    margin: 0;
}

.col:first-child {
    margin-left: 0;
}

/* all browsers except IE6 and lower */

.span_2_of_2 {
    width: 330px;
    height: auto;
    float: right;
}

.span_1_of_2 {
    width: 850px;
    background: none;
    margin: 0;
}

/*from style tag*/
/*
.cols {
		-webkit-column-count: 3;
	-moz-column-count: 3;

	column-count: 3;

	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;

	column-gap: 20px;

	-webkit-column-rule: 4px double #333333;
	-moz-column-rule: 4px double #333333;
	column-rule: 4px double #333333;
	}

	*/
input[type="submit"] {
    width: 100px;
}

.myInput {
    float: none;
    font-size: 16px;
    /* Increase font-size */
    padding: 12px 20px 12px 20px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    margin-bottom: 12px;
    /* Add some space below the input */
}

#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myUL li a {
    border: 0px solid #ddd;
    /* Add a border to all links */
    margin-top: -1px;
    /* Prevent double borders */
    padding: 4px;
    /* Add some padding */
    text-decoration: none;
    /* Remove default text underline */
    font-size: 16px;
    /* Increase the font-size */
    display: block;
    /*Make it into a block element to fill the whole list*/
}

#myUL li a:hover:not(.header) {
    background-color: #ccc;
    /* Add a hover effect to all links, except for headers */
}

.column {
    float: left;
    width: 330px;
    padding: 2px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/*end from style tag*/

b {
    font-weight: 700;
}

td {
    padding: 3px;
    vertical-align: middle;
}

strong {
    font-weight: bold;
}

form {
    display: inline;
}

.button,
.buttongreen,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
.checkboxOne label {
    display: inline-block;
    border: 2px solid rgba(0, 69, 103, 0.5);
    border-radius: 5px;
    padding: 5px 8px 5px 8px;
    background: transparent;
    font-size: 0.9em;
    text-decoration: none;
    float: right;
    color: #333333;
    margin-right: 2px;
    /*
	-webkit-transform: skew(-3deg);
	-moz-transform: skew(-3deg);
	-o-transform: skew(-3deg);*/
}

.buttongreen {
    white-space: nowrap;
    border: 2px solid #13a89e;
    text-decoration: none;
    color: #13a89e;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"] {
    width: 90px;
    max-width: 275px;
    color: #333333;
}

select,
textarea {
    padding: 5px 8px 5px 8px;
    background: transparent;
    border: 2px solid rgba(0, 69, 103, 0.5);
    border-radius: 5px;
    font-size: 0.9em;
    width: 300px;
    text-decoration: none;
    color: #333333;
    margin-right: 2px;
    -webkit-transform: skew(-1deg);
    -moz-transform: skew(-1deg);
    -o-transform: skew(-1deg);
}

textarea {
    width: 500px;
    height: 120px;
}

.button:hover,
.buttongreen:hover {
    background: #004567;
    color: white;
}

.buttongreen:disabled,
input[type="button"]:disabled {
    background: #ccc;
    border: 2px solid #ddd;
    text-decoration: none;
    color: #ddd;
}

.menu {
    max-width: 800px;
    min-height: 50px;
    border: none;
    width: 100%;
}

header {
    min-height: 40px;
    border: 1px solid rgba(0, 69, 103, 0.5);
    border-radius: 5px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 1px 7px rgba(178, 178, 178, 0.5);
    padding: 20px;
    margin: 0 15px 15px 0;
}

h1.h1liste {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

header h1,
h1 {
    font-size: 1.6em;
    color: #003366;
    font-weight: bold;
    margin: 8px 2px 2px 0px;
}

header h2,
h2 {
    font-size: 1.1em;
    color: #003366;
    position: relative;
    margin: 0 0 8px 0px;
    border-bottom: 1px solid rgba(0, 69, 103, 0.5);
    padding: 0 0 5px 0;
    text-transform: uppercase;
}

header p,
p {
    font-size: 1em;
    color: #003366;
    max-width: 100%;
}

.inlineme {
    display: inline !important;
}

header h3 {
    margin: 14px 0 5px 0;
    font-size: 16px;
    color: #004567;
    font-family: "Maven Pro", Arial, "Baumans";
}

header h5 {
    margin: 10px 0 5px 0;
    font-size: 28px;
    color: #004567;
    font-family: "Maven Pro", Arial, "Baumans", cursive;
}

header h1.site-header {
    font-weight: normal;
    margin: 7px 0;
    font-size: 28px;
    color: #004567;
    font-family: "Maven Pro", Arial, "Baumans", cursive;
}

header h6 {
    margin: 5px 0 5px 0;
    font-size: 16px;
    color: #004567;
    font-family: "Maven Pro", Arial, "Baumans", cursive;
    font-weight: 700;
}

header a {
    text-decoration: none;
}

header a:hover {
    color: rgba(41, 137, 216, 0.85);
    position: relative;
}

header a span {
    display: none;
    color: #fff;
    background: rgba(51, 51, 51, 0.9);
    padding: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    text-align: left;
    position: absolute;
    z-index: 10;
}

header a {
    display: inline-block;
}

header a:hover span {
    display: block;
}

header span.blue {
    background: rgba(41, 137, 216, 1);
    border: 1px solid #1e5799;
}

header span.red {
    background: rgba(247, 49, 49, 0.75);
    border: 1px solid #f73131;
}

header span.yellow {
    background: rgba(241, 218, 54, 0.75);
    border: 1px solid #f1da36;
    color: black;
}

header span.green {
    background: rgba(41, 154, 11, 0.75);
    border: 1px solid #299a0b;
}

.buttonskew {
    display: inline-block;
    max-width: 75px;
    border: 2px solid rgba(0, 69, 103, 0.5);
    border-radius: 5px;
    padding: 5px 8px 5px 8px;
    background: transparent;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    font-size: 0.9em;
    text-decoration: none;
    color: #333333;
    margin-right: 2px;
    /* just... why.... :(...
	-webkit-transform: skew(-5deg);
	-moz-transform: skew(-5deg);
	-o-transform: skew(-5deg);*/
}

.buttonskew:hover {
    background: #ccc;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #004567, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #004567, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #004567, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #004567, #f0f0f0);
}

.lister2 {
    list-style: disc;
    margin-left: 20px;
}

.lister2 a:hover,
.lister3 a:hover {
    text-decoration: underline;
}

.lister2 li,
.lister2 a {
    line-height: 20px;
    color: #004567;
}

.lister3 li,
.lister3 a {
    margin-left: 0;
    line-height: 20px;
    color: #004567;
    text-indent: 0;
}

.sortablelist li {
    display: flex;
    padding: 10px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 5px 0;
    line-height: 1.5em;
}

.sortablelist li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.sortablelist li span.info {
    flex: 1;
    min-width: 110px;
}

.sortablelist li span.comment {
    flex: 4;
}

.sortablelist li a {
    text-decoration: none;
}

.sortablelist li a:hover {
    text-decoration: undeline;
}

.adminlist li a {
    border: 0px solid #ddd;
    /* Add a border to all links */
    margin-top: -1px;
    /* Prevent double borders */
    padding: 4px;
    /* Add some padding */
    text-decoration: none;
    /* Remove default text underline */
    font-size: 18px;
    /* Increase the font-size */
    /*display: block;  Make it into a block element to fill the whole list */
}

.adminlist li a:hover:not(.header) {
    background-color: #ccc;
    /* Add a hover effect to all links, except for headers */
}

.adminlist h2 {
    margin-top: 20px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.5s ease;
}

/* scrollbar morro */
::-webkit-scrollbar {
    width: 11px;
    overflow: auto;
}

/*x-list*/
.flexme {
    display: flex;
}

.flex-first {
    width: 35px;
    text-align: center;
}

.flex-second {
    width: 35px;
    text-align: center;
}

.flex-third {
    flex-grow: 1;
}

li.flexme:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
		border-radius: 10px;
	*/
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    header {
        margin: 5px 10px 0px 10px;
    }
}

@media (max-width: 500px) {
    header h2 {
        margin: 20px 0 0px 10px;
    }

    #map-canvas {
        height: 300px;
    }

    .button {
        float: left;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 768px) {
    .span_2_of_2 {
        width: 100%;
        margin-left: 0px;
        float: none;
    }

    .span_1_of_2 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .col {
        margin: 0;
    }
}

/* Rent stylesheet, slutt */

@media print {
    #pager,
    form,
    .no-print {
        display: none !important;
        height: 0;
    }

    .no-print,
    .no-print * {
        display: none !important;
        height: 0;
    }
}
