@charset "UTF-8";
.group:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.group, .clearfix {
  display: inline-block;
}
html[xmlns] .group, html[xmlns] .clearfix {
  display: block;
}
* html .group, * html .clearfix {
  height: 1%;
}
.clear {
  clear: both;
}
.hide {
  display: none !important;
}
.highlight {
  background-color: #ff0;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
#jquery-live-search li {
  padding-top: 5px;
}
b {
  font-weight: bold;
}
/**** GENERELLA *****/
a {
  text-decoration: none;
  color: #229;
  border: 1px solid transparent;
}
.editor-content ul {
  margin-left: 20px;
}
.editor-content li {
  list-style: disc;
  list-style-type: disc;
  margin-bottom: 5px;
}
a:hover {
  text-decoration: underline;
}
#maincontent ul {
  margin-bottom: 10px;
}
#maincontent ul.article-list > li {
  margin-bottom: 10px;
  font-size: medium;
}
#maincontent ul.article-list > li .author {
  font-size: small;
}
#maincontent ul.article-list > li .author .date {
  color: #888;
  display: none;
}
#maincontent ul.relation-list {
  margin-left: 20px;
  margin-top: 5px;
  font-size: small;
}
#maincontent .skrivknapp {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 5px 10px;
  background: #4c4;
  color: #fff;
  font-weight: bold;
}
#maincontent .skrivknapp:hover {
  background: #3a3;
  color: #fff;
}
#maincontent p, #maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6, #maincontent h7, #maincontent li {
  max-width: 750px;
}
.lissabon div[id] {
  padding: 0;
  margin: 10px 0 10px 0;
}
.lissabon .aboutcommenttext {
  display: none;
}
.lissabon .abouttext {
  display: block;
}
.lissabon.comments .aboutcommenttext {
  display: block;
}
.lissabon.comments .abouttext {
  display: none;
}
.inline-comments {
  padding: 5px;
  margin-top: 5px;
  background: rgba(128, 128, 128, 0.2);
}
.lissabon .inline-comments {
  display: none;
}
.lissabon.comments .inline-comments {
  display: block;
}
.lissabon.comments .commented {
  padding: 5px;
  border: 2px solid #bf1919;
  box-sizing: border-box;
}
.inline-comments .buttons {
  margin-left: -5px;
}
.inline-comments .buttons a {
  padding: 2px 5px;
  white-space: nowrap;
  display: inline-block;
}
.inline-comments textarea {
  border-color: #888;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  margin-bottom: 5px;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.inline-comments textarea[name=text] {
  height: 300px;
}
input.button {
  padding: 3px 10px;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #fff, #ccc, #eee);
  background: -moz-linear-gradient(top, #fff, #ccc, #eee);
  border: 1px solid #888;
}
input.button:hover {
  color: #fff;
  cursor: pointer;
  background: #999;
}
.inline-comments .list {
  margin-top: 10px;
}
.inline-comments .alttext.list, .inline-comments .alttextlist.list {
  margin-bottom: 10px;
}
.inline-comments .list .headline {
  margin-bottom: 5px;
}
/* Färg på textförslag */
.inline-comments .list .content.alttextbody {
  color: #bf1919;
}
/* Färg på kommentar till textförslag */
.inline-comments .list .content.alttextcommentbody {
  color: #669900;
}
/* Färg på kommentar */
.inline-comments .list .content.commentbody {
  color: #669900;
}
.inline-comments .list ul li {
  padding: 5px 0;
}
.inline-comments .list ul li .header, .inline-comments .alttext .header {
  font-style: italic;
}
.inline-comments .list .content {
  margin: 5px 0 5px;
}
.inline-comments .list .content em {
  color: #000;
  font-style: italic;
}
button {
  border: 0;
  background: transparent;
  padding: 5px 10px;
  border-radius: 5px;
}
/*
 HUVUD-STRUKTUR - POSITIONERING!
*/
body {
  background: #fff;
}
#wrapper {
  min-width: 700px;
}
#lissabon-wrapper {
  z-index: 10;
}
.content-wrapper {
  overflow: auto;
  position: absolute;
  top: 0px;
  bottom: 15px;
  background: #fff;
  left: 235px;
  right: 24%;
}
/* Generell marginal för huvudinnehåll */
.content-wrapper > .content > .page {
  margin: 35px;
}
.content-wrapper > .content #framsidan.page {
  margin: 15px 10px 40px;
}
/* På lissabonfördraget så drar vi ner inre marginalen. Lite ful lösning men får se ut så just nu. */
#fordragsamling {
  margin: 0px 20px 20px 20px;
  background: white;
}
#maincontent .map img {
  display: block;
  margin: 0 auto;
}
select {
  border: 1px solid #ccc;
  padding: 5px;
  margin-right: 4px;
}
input[type=text], input[type=password] {
  border: 1px solid #ccc;
  padding: 5px;
  margin-right: 4px;
}
input[type=submit] {
  border: 1px solid #999;
  padding: 5px 15px;
}
/******* HUVUD-INNEHÅLL ******/
/**/
#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #ccc;
  background: linear-gradient(0deg, #ccc, #fff);
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 80%;
  border-top: 1px solid #ccc;
  z-index: 200;
}
body {
  background: #eee;
}
#wrapper {
  position: absolute;
  background: #fff;
  top: 0px;
  bottom: 0px;
  left: 20px;
  right: 20px;
  box-shadow: 0px 0px 15px #666;
}
#page {
  position: absolute;
  top: 112px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.cogito {
  margin: 20px auto;
  width: 150px;
}
.page > div[style*="background-color"] {
  padding: 15px;
  border-radius: 10px;
  margin: 10px -10px 10px -10px;
}
@media (max-width: 850px) {
  #wrapper {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: none;
    min-width: auto;
  }
  #page {
    top: 45px;
  }
  .content-wrapper {
    left: 0px;
    right: 0px;
    height: auto !important;
  }
  #fordragsamling {
    margin: 0;
  }
  #rightcol {
    display: none;
  }
  .dialog {
    top: 10px;
  }
  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-wrapper > .content > .page {
    margin: 0px;
  }
}
.logo {
  position: absolute;
  left: 15px;
  top: 5px;
  border: 0;
  z-index: 200;
}
.menutoggle {
  display: none;
}
#topmenu {
  background: #669;
  background: linear-gradient(180deg, #669, #77a);
  background: -webkit-linear-gradient(-90deg, #669, #77a);
  background: -moz-linear-gradient(180deg, #669, #77a);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 30px;
  z-index: 100;
}
#topmenu ul a {
  display: block;
  padding: 3px 6px;
}
#topmenu ul ul a {
  font-weight: normal;
}
#topmenu a {
  font-weight: bold;
  border: 3px solid transparent;
}
#topmenu li.page-bruksanvisning a {
  background: #fff;
  color: #669;
}
#topmenu li {
  padding: 0 0 3px 3px;
}
#topmenu li.page-skriv-text {
  display: none;
}
#topmenu li.active.page-skriv-text {
  display: block;
}
#topmenu li.active > a {
  border: 3px solid #99c;
  background: #99c;
}
@media (min-width: 850px) {
  /****** Menyn till vänster *******/
  #topmenu {
    height: 80px;
    border-top: 1px solid #668;
    border-bottom: 1px solid #668;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  #topmenu:hover li.open > a, #topmenu a:hover {
    text-decoration: none;
    border: 3px solid #99c;
  }
  #topmenu > ul {
    position: absolute;
    display: block;
    margin: 5px 0 3px 0;
    left: 150px;
    margin-bottom: 3px;
  }
  #topmenu > ul li {
    float: left;
    display: block;
  }
  #topmenu > ul ul {
    position: absolute;
    display: none;
    width: 760px;
    left: 0px;
    border-top: none;
    border-radius: 0 0 5px 5px;
    z-index: 100;
    margin-top: 6px;
  }
  #toplogin {
    display: inline-block;
    margin: 8px 20px 2px 0;
    float: right;
  }
  #toplogin a {
    display: inline-block;
  }
  #topmenu ul.social {
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 20px;
    width: auto;
    text-align: right;
  }
  #topmenu ul.social a {
    padding: 0 5px;
    border: 0 !important;
  }
  .social a {
    opacity: 1;
  }
  .social a:hover {
    opacity: 0.7;
  }
  #leftmenu {
    position: absolute;
    top: 0px;
    left: 5px;
    background: #fff;
    bottom: 20px;
    overflow: auto;
    width: 220px;
    padding-right: 10px;
  }
  #leftmenu li {
    padding: 0 0 0 5px;
  }
  #leftmenu li li {
    padding: 0 0 0 10px;
  }
  #leftmenu h3 {
    margin-top: 10px;
  }
  #leftmenu .colorbullet {
    display: block;
    float: left;
    clear: both;
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    margin-right: 5px;
  }
  #leftmenu #navbox li {
    padding: 0px 0px 0px 5px;
    list-style-type: none;
    list-style-image: none;
    display: block;
    background-color: white;
  }
  #leftmenu a {
    display: block;
    text-decoration: none;
    border: 1px white solid;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
  }
  #leftmenu ul a {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  #leftmenu .menuItemHover, #leftmenu ul .hover, #leftmenu ul a:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
  }
  #leftmenu ul .menuItemSelected, #leftmenu ul .selected, #leftmenu ul a.selected:hover {
    padding: 2px;
    background-color: #fff;
    border-width: 2px;
    border-color: #4f4fcc;
    color: #000;
  }
  #leftmenu li.page-brux {
    display: block;
    width: 74px;
    height: 30px;
    border: 2px;
    border-radius: 5px;
    background-color: #8484cc;
    padding: 4px 3px 4px 4px;
    margin: 0;
    position: fixed;
    top: 96px;
    left: 10px;
    /* box-shadow: 4px 4px 5px #999999; */
  }
  #leftmenu li.page-brux a {
    background-color: #8484cc;
    display: block;
    border: 2px;
    font-weight: bold;
    font-size: 1.1em;
    color: white;
  }
  #sitetitle {
    position: absolute;
    top: 6px;
    left: 145px;
    margin: 0;
    padding: 0;
    color: #000;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 19px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media (max-width: 850px) {
  #sitetitle {
    position: absolute;
    left: 85px;
    z-index: 1999;
    top: 20px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 120%;
  }
  .logo {
    display: block;
    position: absolute;
    top: -5px;
    left: -1px;
  }
  .logo img {
    width: auto;
    height: 60px;
  }
  .menutoggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1999;
    background: #fff;
    color: #f0f;
  }
  #topmenu {
    min-height: 40px;
    top: 0;
  }
  #topmenu > ul {
    display: none;
    padding-top: 70px;
  }
  #topmenu.open {
    min-height: 100vh;
  }
  #topmenu.open > ul {
    display: block;
  }
}
body, textarea, input {
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Sans, "Sans-Serif";
  font-weight: normal;
  line-height: 1.6;
}
p {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 10pt;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.lissabon h1 {
  padding: 5px;
}
table, td {
  padding-left: 10px;
  padding-right: 10px;
}
h1 {
  padding-top: 5px;
  font-size: 20pt;
}
h2 {
  padding-top: 20px;
  font-size: 14pt;
}
h3 {
  padding-top: 15px;
  font-size: 12pt;
}
h4 {
  padding-top: 12px;
  font-size: 11pt;
}
h5 {
  padding-top: 10px;
  font-weight: bold;
}
h6 {
  padding-top: 4px;
  font-style: italic;
}
.error {
  color: red;
}
.green {
  color: #669900;
}
/*  numrerad artikeldel  */
.nad {
  padding-top: 2px !important;
}
.nad1 {
  padding-top: 0;
}
#topmenu a[href] {
  color: #fff;
}
a[href] {
  color: #2965d4;
}
#rightcol, #rightcol p {
  font-size: 10pt;
}
#rightcol h1 {
  font-size: 12pt;
}
#rightcol h2 {
  font-size: 10pt;
}
#rightcol h3 {
  font-size: 9pt;
}
#rightcol h4 {
  font-size: 8pt;
}
#artikelval, #dokumentval {
  font-size: 10pt;
}
/*
.del {

	}

.avdelning


.kapitel


.avsnitt
*/
.leftborder {
  border-left-width: 15px;
  border-left-style: solid;
  padding-left: 40px;
}
.indrag1 {
  margin-left: 20px;
}
.indrag2 {
  margin-left: 40px;
}
.kursiv {
  font-style: italic;
}
.fet {
  font-weight: bold;
}
/* Formatering för kod som admin-editorn spottar ur sig! */
.fontSize1 {
  font-size: 8pt;
}
.fontSize2 {
  font-size: 10pt;
}
.fontSize3 {
  font-size: 12pt;
}
.fontSize4 {
  font-size: 14pt;
}
.fontSize5 {
  font-size: 18pt;
}
.fontSize6 {
  font-size: 24pt;
}
.fontSize7 {
  font-size: 36pt;
}
/* END admin-editor */
.overtextform {
  background: #eee;
  padding: 10px;
}
.overtextform label {
  display: block;
}
.overtextform input[type=text] {
  width: 97%;
  max-width: 500px;
}
.overtextform textarea {
  width: 500px;
  height: 400px;
}
.dragbar {
  display: none;
  left: 250px;
  right: 24%;
  position: absolute;
  top: 550px;
  background-color: #666;
  height: 5px;
  cursor: row-resize;
  z-index: 50;
  text-align: right;
}
.dragbar span {
  position: relative;
  top: -7px;
  display: inline-block;
  background: #fff;
  padding: 2px 5px;
  border: 2px solid #666;
  right: 15px;
}
#ghostbar {
  opacity: 0.5;
}
#rightcol {
  position: absolute;
  top: 0px;
  bottom: 10px;
  right: 0px;
  width: 22%;
  overflow: hidden;
  margin: 10px 10px;
  font-size: 0.9em;
  /*background-color: #aaeeff;*/
}
select#dokumentval {
  width: 95%;
  margin: 4px;
}
select#artikelval {
  width: 95%;
  margin: 4px;
}
#rightcol select {
  max-width: 100%;
}
#rightcol a {
  display: inline-block;
}
#rightcol > div > h2 {
  padding: 5px 10px;
  background: #ccc;
}
#rightcol > div > div {
  padding: 5px 10px 0;
}
#rightcol > div {
  position: relative;
  background: #f0f0f0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ccc;
}
#rightcol #referral-wrapper {
  top: 0px;
  bottom: 0px;
}
#rightcol #referral-wrapper div {
  overflow: auto;
}
#rightcol #search-wrapper {
  max-height: 400px;
  /*resize:auto;*/
}
#rightcol * {
  resize: none;
}
#rightcol #search-content {
  max-height: 200px;
  overflow: auto;
}
#rightcol #search-content .headermatch a, #rightcol #search-content .textmatch a {
  font-size: 120%;
}
#rightcol #search-content .headermatch b, #rightcol #search-content .textmatch b {
  font-weight: normal !important;
}
#maincontent .toplist {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 0.75rem;
}
#maincontent .toplist h5 {
  background: #eee;
  padding: 0.75rem;
}
#maincontent .toplist ul {
  background: #f8f8f8;
  padding: 0.75rem;
  margin: 0;
  padding-bottom: 3rem;
}
#maincontent .toplist ul a {
  display: inline-block;
  padding: 2px;
}
#maincontent .toplist .more, #maincontent .toplist .less {
  font-style: italic;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
}
#maincontent ul.authors {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 1px 4px 9px -6px #aaa, inset 1px -4px 9px -6px #aaa;
  padding: 10px 10px 0 0;
  background: #f1f1f1;
  margin: 20px 0px;
  padding-bottom: 25px;
}
#maincontent ul.authors li {
  float: left;
  margin: 0 0px 10px 10px;
}
#maincontent ul.authors li img {
  float: left;
  margin: 0 15px 0 0;
  width: 70px;
  height: 70px;
  border: 1px solid #ccc;
}
#maincontent ul.authors li .byline {
  width: 200px;
  float: left;
}
#maincontent ul.authors .more, #maincontent ul.authors .less {
  font-style: italic;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
}
#dialogbg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 250;
}
.dialog {
  background: #fff;
  position: fixed;
  z-index: 300;
  left: 50%;
  top: 110px;
  margin-left: -275px;
  width: 450px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 50px 50px 50px;
}
.dialog button.close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.dialog button:hover {
  background: #eee;
}
.dialog h2 {
  font-size: 17pt;
  padding-top: 5px;
  padding-bottom: 10px;
}
#pageloader {
  text-align: center;
  margin-left: -225px;
  width: 250px;
  padding: 150px 100px 100px;
  background: url("../img/loader.gif") center 100px no-repeat #fff;
}
.dialog input[type=text] {
  width: 150px;
  margin: 2px 0 5px;
}
.dialog input[type=password] {
  margin: 2px 0 5px;
}
.pageloader {
  text-align: center;
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -225px;
  width: 250px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
  padding: 150px 100px 100px;
  background: url("../img/loader.gif") center 100px no-repeat #fff;
}
/*
$arne: #f0f;

body {
	background: #f0f;
	
	p {
		color: $arne;
		text-shadow: $black;
	}
}

*/
