@charset "UTF-8";
/* ==========================================================================
   Includes
   ========================================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
  margin-right: 10px; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.container:after {
  content: "";
  display: table;
  clear: both; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "Eurostile LT W01 Medium1391130";
  src: url(/sites/all/themes/custom/sieps/fonts/eurostile.eot?#iefix);
  src: url(/sites/all/themes/custom/sieps/fonts/eurostile.eot?#iefix) format("eot"), url(/sites/all/themes/custom/sieps/fonts/eurostile.woff2) format("woff2"), url(/sites/all/themes/custom/sieps/fonts/eurostile.woff) format("woff"), url(/sites/all/themes/custom/sieps/fonts/eurostile.ttf) format("truetype"), url(/sites/all/themes/custom/sieps/fonts/eurostile.svg#eurostile) format("svg"); }
body {
  background: url(/sites/all/themes/custom/sieps/images/background.png) repeat-x #d9d9d9;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  color: #444; }

h2 {
  font-family: Verdana, sans-serif; }

a {
  color: #00529f;
  text-decoration: none; }
  a:hover {
    color: #3e3e3e; }
  a a[type="application-pdf*"] {
    border: 1px solid red; }
  a:visited {
    color: #b664d6; }

/* ==========================================================================
   Grid
   ========================================================================== */
.container {
  position: relative;
  max-width: 940px;
  width: 940px;
  margin: 0 auto; }

.left-content {
  width: 33.33%;
  float: left;
  padding-right: 20px;
  min-height: 1px; }

.right-content {
  margin-left: 80%; }

.main-content {
  width: 66.66%;
  float: left; }

.page-utbildningar .main-content, .page-utbildningar .publications-box, .page-node-3043 .main-content, .page-node-3043 .publications-box, .page-node-2087 .main-content, .page-node-2087 .publications-box, .node-type-utbildningar-undersida .main-content, .node-type-utbildningar-undersida .publications-box {
  width: 455px !important;
  float: left !important; }
.page-utbildningar .left-content, .page-node-3043 .left-content, .page-node-2087 .left-content, .node-type-utbildningar-undersida .left-content {
  width: 240px;
  float: left;
  padding-right: 15px; }
  .page-utbildningar .left-content #block-block-8 img, .page-node-3043 .left-content #block-block-8 img, .page-node-2087 .left-content #block-block-8 img, .node-type-utbildningar-undersida .left-content #block-block-8 img {
    border: 1px solid #00529f;
    float: left;
    margin-right: 10px; }
  .page-utbildningar .left-content #block-block-9 img, .page-node-3043 .left-content #block-block-9 img, .page-node-2087 .left-content #block-block-9 img, .node-type-utbildningar-undersida .left-content #block-block-9 img {
    float: left;
    margin-right: 10px; }
.page-utbildningar .right-content, .page-node-3043 .right-content, .page-node-2087 .right-content, .node-type-utbildningar-undersida .right-content {
  width: 230px;
  margin-left: 10px;
  float: right; }

.page-utbildningar-kursadmin- .main-content {
  width: 100%; }

.content-max {
  width: 100%; }

/* ==========================================================================
   Regions and content
   ========================================================================== */
.node-seminarium .view-id-kommande_seminarier a, .node-seminarium .view-genomf-rda-seminarier a {
  font-size: 11px;
  font-family: Verdana, sans-serif;
  font-weight: bold; }
.node-seminarium .view-id-kommande_seminarier h2, .node-seminarium .view-genomf-rda-seminarier h2 {
  margin-bottom: 10px; }
.node-seminarium .field-name-field-seminarium-date, .node-seminarium .field-name-field-seminarium-signup-date, .node-seminarium .field-name-field-weight {
  margin-bottom: 10px; }
.node-seminarium .field-name-field-seminarie-anmalan {
  margin-bottom: 10px;
  border: 1px solid #848484;
  padding: 6px; }
.node-seminarium .form-item input, .node-seminarium .form-item select {
  width: 256px; }

.page-seminarier .main-content-box .view .views-field-title, .page-seminars .main-content-box .view .views-field-title {
  font-weight: bold; }
.page-seminarier .main-content-box .view .views-field-body, .page-seminars .main-content-box .view .views-field-body {
  margin: 5px 0 15px; }

.breadcrumb {
  margin: -15px 0 14px;
  padding-bottom: 0; }

.main-content, .region-left-content, .region-footer, .region-right-content {
  /* 
    Footer
    ========================================================================== */
  /*
    Search
    ========================================================================== */ }
  .main-content h1, .main-content h2, .region-left-content h1, .region-left-content h2, .region-footer h1, .region-footer h2, .region-right-content h1, .region-right-content h2 {
    font-family: 'Eurostile LT W01 Medium1391130', sans-serif;
    font-weight: 400;
    margin-top: 0;
    font-size: 1.7em;
    color: #666; }
  .main-content > .block, .main-content .main-content-box, .region-left-content > .block, .region-left-content .main-content-box, .region-footer > .block, .region-footer .main-content-box, .region-right-content > .block, .region-right-content .main-content-box {
    border-radius: 0 12px;
    background-color: #fff;
    padding: 20px;
    float: left;
    width: 100%; }
  .main-content .latest-news-box, .region-left-content .latest-news-box, .region-footer .latest-news-box, .region-right-content .latest-news-box {
    min-height: 251px;
    margin-bottom: 20px;
    padding: 0; }
  .main-content .publications-box, .region-left-content .publications-box, .region-footer .publications-box, .region-right-content .publications-box {
    margin-top: 20px;
    border-radius: 0 12px;
    background-color: #fff;
    padding: 20px;
    float: right;
    width: 514px; }
    .main-content .publications-box .block, .region-left-content .publications-box .block, .region-footer .publications-box .block, .region-right-content .publications-box .block {
      display: table; }
      .main-content .publications-box .block:after, .region-left-content .publications-box .block:after, .region-footer .publications-box .block:after, .region-right-content .publications-box .block:after {
        display: table;
        clear: both;
        content: " "; }
    .main-content .publications-box h2, .region-left-content .publications-box h2, .region-footer .publications-box h2, .region-right-content .publications-box h2 {
      white-space: nowrap;
      font-size: 11px;
      color: #00529f;
      margin: 0 10px 0 0; }
    .main-content .publications-box .content, .region-left-content .publications-box .content, .region-footer .publications-box .content, .region-right-content .publications-box .content {
      vertical-align: middle;
      display: table-cell;
      width: 100%; }
    .main-content .publications-box ul, .region-left-content .publications-box ul, .region-footer .publications-box ul, .region-right-content .publications-box ul {
      margin: 0;
      list-style: none; }
      .main-content .publications-box ul li, .region-left-content .publications-box ul li, .region-footer .publications-box ul li, .region-right-content .publications-box ul li {
        display: inline-block;
        margin-left: 1px;
        margin-bottom: 0;
        border-right: 1px solid #00529f;
        padding-right: 4px; }
        .main-content .publications-box ul li:first-child, .region-left-content .publications-box ul li:first-child, .region-footer .publications-box ul li:first-child, .region-right-content .publications-box ul li:first-child {
          margin-left: 0; }
        .main-content .publications-box ul li:last-child, .region-left-content .publications-box ul li:last-child, .region-footer .publications-box ul li:last-child, .region-right-content .publications-box ul li:last-child {
          border-right: 0; }
        .main-content .publications-box ul li a, .region-left-content .publications-box ul li a, .region-footer .publications-box ul li a, .region-right-content .publications-box ul li a {
          font-size: 11px; }
  .main-content.region-footer > .block, .region-left-content.region-footer > .block, .region-footer.region-footer > .block, .region-right-content.region-footer > .block {
    border-bottom-left-radius: 0;
    height: 40px; }
    .main-content.region-footer > .block .content, .region-left-content.region-footer > .block .content, .region-footer.region-footer > .block .content, .region-right-content.region-footer > .block .content {
      text-align: center; }
      .main-content.region-footer > .block .content p, .region-left-content.region-footer > .block .content p, .region-footer.region-footer > .block .content p, .region-right-content.region-footer > .block .content p {
        margin: -4px 0 0 -30px; }
  .main-content .search-results .search-snippet-info, .region-left-content .search-results .search-snippet-info, .region-footer .search-results .search-snippet-info, .region-right-content .search-results .search-snippet-info {
    padding-left: 0px; }
  .main-content ol.search-results, .region-left-content ol.search-results, .region-footer ol.search-results, .region-right-content ol.search-results {
    padding: 0px; }
  .main-content .main-content .main-content-box, .region-left-content .main-content .main-content-box, .region-footer .main-content .main-content-box, .region-right-content .main-content .main-content-box {
    float: left;
    width: 100%; }

.region-left-content > .block:not(:first-child) {
  margin-top: 20px; }

#block-views-sieps-i-media-block li {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0 0 3px 0; }

#block-views-sieps-i-media-block a {
  padding: 0 0 3px 0; }

#block-views-sieps-i-media-block .views-field-title a {
  font-weight: bold; }

/*
    Advanced Search
    ========================================================================== */
.block-sieps-adv-search select {
  display: block;
  width: 260px;
  height: 20px;
  border: 1px solid #788896;
  background: url(/sites/all/themes/custom/sieps/images/input-shadow.png) no-repeat top left;
  margin-bottom: 20px; }
.block-sieps-adv-search .form-item-keys label {
  display: none; }
.block-sieps-adv-search .form-text {
  width: 232px;
  height: 22px;
  border: 1px solid #788896;
  background: url(/sites/all/themes/custom/sieps/images/input-shadow.png) no-repeat top left;
  float: left; }
.block-sieps-adv-search .form-submit {
  text-indent: -9999px;
  background: url(/sites/all/themes/custom/sieps/images/search-sprite.png) no-repeat;
  height: 22px;
  width: 21px;
  border: 0;
  background-position-x: 0px;
  margin-right: 0; }

ul.primary {
  margin: 0;
  border-bottom: none; }

p.read_more {
  float: right; }

/**
 * Remove most spacing between table cells.
 */
table {
  border: 0 solid #bebfb9; }

table {
  border: none; }

table {
  border: 0 solid #bebfb9;
  margin: 0 0 10px;
  width: 100%;
  padding: 0; }

table td, table th {
  border: 0 none;
  color: #000;
  padding: 8px 10px 8px 0;
  vertical-align: middle; }

table th {
  background: none repeat scroll 0 0 #e1e2dc;
  border-color: #bebfb9;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  padding: 3px 10px;
  text-transform: uppercase; }

table th a {
  display: block;
  position: relative; }

table th.active {
  background: none repeat scroll 0 0 #bdbeb9; }

table th.active img {
  position: absolute;
  right: 3px;
  top: 3px; }

tr.even, tr.odd {
  background: none repeat scroll 0 0 #f3f4ee;
  border-color: #bebfb9;
  border-style: solid;
  border-width: 0 1px; }

tr.odd, table tbody tr.odd td.active {
  background: none repeat scroll 0 0 #fff; }

table tbody tr.even td.active {
  background: none repeat scroll 0 0 #f3f4ee; }

tbody {
  border-top: 0px solid #fff; }

/* ==========================================================================
   Header
   ========================================================================== */
header {
  height: 188px;
  margin-top: 20px;
  padding-top: 18px;
  margin-bottom: 20px;
  background: url(/sites/all/themes/custom/sieps/images/header-bg.png) repeat-x scroll left top transparent;
  min-width: 940px;
  width: 100%;
  /* 
     Search
     ========================================================================== */
  /* 
     Subscribe
     ========================================================================== */
  /* 
     Main/Sub navigation
     ========================================================================== */ }
  header .region-search {
    float: right;
    padding: 0;
    margin: -7px 0 0 0; }
    header .region-search #edit-actions {
      margin: 0;
      float: right; }
    header .region-search .form-text {
      height: 22px;
      width: 208px;
      box-shadow: inset 4px 4px 4px #eee;
      background: url(/sites/all/themes/custom/sieps/images/input-shadow.png) no-repeat scroll left top transparent;
      border: 1px solid #788896;
      margin: 0 -1px 0 0; }
    header .region-search .form-submit {
      text-indent: -9999px;
      background: url(/sites/all/themes/custom/sieps/images/search-sprite.png) no-repeat;
      height: 22px;
      width: 21px;
      border: 0;
      background-position-x: 0px;
      margin-right: 0; }
      header .region-search .form-submit:hover, header .region-search .form-submit:active {
        background-position-x: -21px; }
    header .region-search h2 {
      font-size: 1.3em;
      font-weight: normal;
      display: inline;
      font-family: 'Eurostile LT W01 Medium1391130', sans-serif;
      margin-top: 0;
      color: #666;
      letter-spacing: 0.2px; }
    header .region-search .content {
      display: inline; }
      header .region-search .content form, header .region-search .content form div {
        display: inline; }
  header .subscribe {
    position: absolute;
    bottom: 5px;
    right: 0px; }
    header .subscribe p {
      margin: 0px; }
    header .subscribe .content a {
      /*display: inline-block;
      width:151px;
      height:43px;
      padding-left:55px;
      padding-top:13px;
      background: url(/sites/all/themes/custom/sieps/images/news_button.png) no-repeat;
      font-weight:bold;
      color: #fff;
      font-size:1.2em;
      letter-spacing: -.05em; // Firefox fix.
      */ }
  header .nav-main nav .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    header .nav-main nav .menu:after {
      display: table;
      clear: both;
      content: " "; }
    header .nav-main nav .menu li {
      list-style: none;
      float: left; }
    header .nav-main nav .menu li {
      background-color: #f7f7f7;
      border: 0 solid black;
      padding: 3px;
      margin: 0 4px; }
      header .nav-main nav .menu li a {
        color: #00529f;
        font-family: verdana, sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding: 3px 18px;
        position: relative;
        text-decoration: none; }
      header .nav-main nav .menu li.active-trail, header .nav-main nav .menu li.active {
        background-color: #B9DCEE; }
      header .nav-main nav .menu li:not(:last-child) {
        margin-right: 0; }
      header .nav-main nav .menu li:first-child {
        margin-left: 0px; }
  header .nav-main-sub nav .menu {
    list-style: none;
    padding: 0;
    padding: 0 16px;
    margin: 5px 0 5px 0; }
    header .nav-main-sub nav .menu:after {
      display: table;
      clear: both;
      content: " "; }
    header .nav-main-sub nav .menu li {
      list-style: none;
      float: left; }
    header .nav-main-sub nav .menu li a {
      font-weight: bold;
      color: #50a7d4;
      font-family: verdana, sans-serif;
      font-size: 10px;
      text-decoration: none;
      line-height: 100%; }
    header .nav-main-sub nav .menu li .active, header .nav-main-sub nav .menu li .active-trail, header .nav-main-sub nav .menu li a:hover {
      color: #3e3e3e; }
    header .nav-main-sub nav .menu li:not(:last-child) {
      margin-right: 4px; }
  header .header-inner {
    position: relative; }
    header .header-inner:after {
      display: table;
      clear: both;
      content: " "; }
    header .header-inner .header-top {
      padding-top: 11px;
      position: relative;
      height: 110px; }
    header .header-inner .nav-main {
      border-bottom: 4px solid #50a7d4;
      padding-bottom: 2px;
      height: 25px; }

.node-type-seminarium header .form-text {
  margin: 0 -5px 0 0 !important; }

/* 
   Systems menu (core)
   ========================================================================== */
li.expanded,
li.collapsed,
li.leaf {
  padding: 0 0.5em 0 0;
  /* LTR */
  margin: 0; }

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0 10px 0; }

/*
   Header links
   ========================================================================== */
header .header-links-container {
  float: right;
  margin: -3px 0 0 0;
  padding: 0; }
  header .header-links-container ul {
    margin: 0 0 10px;
    list-style: none;
    padding: 0; }
    header .header-links-container ul:after {
      display: table;
      clear: both;
      content: " "; }
    header .header-links-container ul li {
      list-style: none;
      float: left; }
    header .header-links-container ul li {
      list-style: none;
      float: left;
      margin-left: 5px; }
      header .header-links-container ul li:not(:last-child) {
        padding-right: 0; }
header .region-header-quick-links > div {
  margin-top: 8px;
  display: inline-block; }
  header .region-header-quick-links > div:not(:last-child) {
    margin-right: -5px; }
  header .region-header-quick-links > div ul {
    /* Icon setup */ }
    header .region-header-quick-links > div ul li {
      position: relative;
      padding: 0;
      margin-left: 0;
      background: url(/sites/all/themes/custom/sieps/images/icons/fat-bar.png) no-repeat 1px 2px;
      /* Icon setup */ }
      header .region-header-quick-links > div ul li a {
        color: #00529f;
        padding: 0 5px 2px 33px;
        display: block;
        font-weight: 700;
        margin: 0;
        height: 16px; }
      header .region-header-quick-links > div ul li:before {
        width: 16px;
        height: 16px;
        content: "\00a0";
        display: inline-block;
        position: absolute;
        top: -1px; }
      header .region-header-quick-links > div ul li.cookies a {
        margin-left: 0;
        padding: 0 0 0 10px; }
      header .region-header-quick-links > div ul li.cookies:before {
        width: auto;
        height: auto;
        content: ""; }
    header .region-header-quick-links > div ul .kontakta-oss a, header .region-header-quick-links > div ul .contact-us a {
      border-left: none;
      background: url(/sites/all/themes/custom/sieps/images/icons/contact_icon.png) no-repeat 10px 0; }
    header .region-header-quick-links > div ul .till-sieps-se a {
      border-left: none;
      background: url(/sites/all/themes/custom/sieps/images/icons/home-icon.png) no-repeat 17px 1px; }
    header .region-header-quick-links > div ul .webbkarta a, header .region-header-quick-links > div ul .sitemap a {
      background: url(/sites/all/themes/custom/sieps/images/icons/sitemap_icon.png) no-repeat 10px 0; }
    header .region-header-quick-links > div ul .sv a {
      background: url(/sites/all/themes/custom/sieps/images/icons/sv_icon.png) no-repeat 10px 0; }
    header .region-header-quick-links > div ul .en a {
      background: url(/sites/all/themes/custom/sieps/images/icons/en_icon.png) no-repeat 10px 0; }
    header .region-header-quick-links > div ul .rss a {
      background: url(/sites/all/themes/custom/sieps/images/icons/rss_icon.png) no-repeat 10px 0; }

#block-menu-menu-header-menu-contact-and-sit li:first-child {
  background-image: none; }

.view-forskningsomraden-allmant .views-row {
  padding-bottom: 10px; }

.view-forskningsomraden-allmant .views-field-field-sublink {
  display: block;
  font-size: 10px;
  margin-left: 13px; }

.view-forskningsomraden-allmant .views-field-field-sublink a::before {
  content: "• "; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  margin-top: 20px; }

/* The Aktuellt-box at the frontpage */
.front .aktuellt-empty {
  display: none; }

#block-views-aktuelltpuff-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 0 10px 0 10px;
  -moz-border-radius: 0 10px 0 10px;
  border-radius: 0 10px 0 10px;
  min-height: 260px; }

.aktuellt-view {
  width: 280px;
  min-height: 211px;
  position: relative;
  top: 14px;
  left: 20px; }
  .aktuellt-view h2 {
    margin-left: 10px; }
  .aktuellt-view .views-field-title {
    padding-bottom: 10px;
    margin-left: 20px;
    width: 280px; }
  .aktuellt-view .views-field-title a {
    font-family: verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    color: #00529f;
    padding-bottom: 10px; }
  .aktuellt-view .views-row {
    list-style-type: none;
    padding-bottom: 10px; }
    .aktuellt-view .views-row a {
      font-family: verdana, sans-serif;
      font-size: 11px;
      text-decoration: none;
      font-weight: normal;
      color: #00529f; }
      .aktuellt-view .views-row a:hover {
        color: #3e3e3e; }

#block-views-aktuelltpuff-block h2,
#block-views-aktuelltpuff-contents-block h2 {
  margin-left: 20px;
  padding-top: 20px; }

/* ==========================================================================
   Autocomplete
   ========================================================================== */
.autocomplete-suggestions {
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0px; }
  .autocomplete-suggestions .autocomplete-suggestion.selected, .autocomplete-suggestions .autocomplete-suggestion:hover {
    background-color: #0072b9;
    color: #fff; }

/* ==========================================================================
   publikationer
   ========================================================================== */
.view-id-publikationer_forskningsprojekt .views-field-title {
  padding-top: 10px;
  font-weight: bold; }
.view-id-publikationer_forskningsprojekt .views-field-field-writer {
  float: left; }

.node-publikationer h2 {
  font-size: 11px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0; }
.node-publikationer .field-name-field-pdf .field-items .field-item {
  clear: both;
  margin-bottom: 10px; }
  .node-publikationer .field-name-field-pdf .field-items .field-item .file-icon {
    float: left; }
  .node-publikationer .field-name-field-pdf .field-items .field-item .pdfpreview-file {
    border: 1px solid #5f9ebf; }
.node-publikationer .field-name-field-pdf .field-items .field-item:last-child a {
  display: block;
  margin-bottom: 20px; }
.node-publikationer .field-name-field-forfattare-redaktorer .field-label {
  font-weight: normal; }
.node-publikationer .field-name-field-writer-info {
  clear: both;
  font-size: 11px;
  font-style: italic;
  margin: 0 0 10px 140px; }

.views-label-field-forfattare-redaktorer {
  float: left;
  margin-right: 5px; }

/* ==========================================================================
   Kalendarium
   ========================================================================== */
.view-kurstillfalle-lista-block {
  max-height: 605px;
  overflow-x: hidden;
  overflow-y: visible;
  width: 210px;
  padding-right: 20px; }
  .view-kurstillfalle-lista-block .calendar-box {
    background: url(/sites/all/themes/custom/sieps/images/cal_bg_blue.png) no-repeat center;
    background-size: 28px 32px;
    width: 30px;
    height: 33px;
    margin: 10px 10px 10px 0;
    float: left;
    display: inline; }
    .view-kurstillfalle-lista-block .calendar-box .month {
      font-size: 10px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      padding-top: 0;
      margin: 0;
      line-height: 17px; }
    .view-kurstillfalle-lista-block .calendar-box .day {
      color: #000;
      text-align: center;
      font-size: 10px;
      text-transform: uppercase;
      margin: 0;
      line-height: 15px; }
  .view-kurstillfalle-lista-block .views-row {
    display: inline-block;
    border-bottom: 1px dashed lightgrey;
    width: 100%; }
  .view-kurstillfalle-lista-block .kurs-info {
    margin-top: 8px;
    width: 100%;
    padding-bottom: 5px; }

/* ==========================================================================
   EU
   ========================================================================== */
.page-utbildningar .main-content > .block, .page-utbildningar .main-content .main-content-box, .page-utbildningar .main-content .publications-box, .page-utbildningar .main-content .pre-content, .page-utbildningar .region-left-content > .block, .page-utbildningar .region-left-content .main-content-box, .page-utbildningar .region-left-content .publications-box, .page-utbildningar .region-left-content .pre-content, .page-utbildningar .region-footer > .block, .page-utbildningar .region-footer .main-content-box, .page-utbildningar .region-footer .publications-box, .page-utbildningar .region-footer .pre-content, .page-utbildningar .region-right-content > .block, .page-utbildningar .region-right-content .main-content-box, .page-utbildningar .region-right-content .publications-box, .page-utbildningar .region-right-content .pre-content {
  padding: 15px; }

.page-utbildningar .publications-box, .node-type-utbildningar-undersida .publications-box {
  width: 100%;
  float: left; }

.node-type-kurs .main-content-box, .node-type-kurstillfalle .main-content-box {
  background-color: #F3F6FC; }
  .node-type-kurs .main-content-box input, .node-type-kurstillfalle .main-content-box input {
    float: left;
    margin: 0 5px 20px 0; }
  .node-type-kurs .main-content-box .form-select, .node-type-kurstillfalle .main-content-box .form-select {
    float: left;
    margin: 1px 5px 20px 0;
    height: 20px; }
  .node-type-kurs .main-content-box .form-item-selector, .node-type-kurstillfalle .main-content-box .form-item-selector {
    margin: 0; }
  .node-type-kurs .main-content-box label, .node-type-kurstillfalle .main-content-box label {
    margin: 15px 0 0 0;
    font-weight: normal; }
  .node-type-kurs .main-content-box .field, .node-type-kurstillfalle .main-content-box .field {
    margin: 0 auto;
    line-height: 20px; }
  .node-type-kurs .main-content-box .field-name-body, .node-type-kurstillfalle .main-content-box .field-name-body {
    line-height: 14px; }
  .node-type-kurs .main-content-box .links, .node-type-kurstillfalle .main-content-box .links {
    float: right;
    margin: 0;
    padding: 0; }
    .node-type-kurs .main-content-box .links .print_html, .node-type-kurs .main-content-box .links .print_mail, .node-type-kurstillfalle .main-content-box .links .print_html, .node-type-kurstillfalle .main-content-box .links .print_mail {
      margin: 0;
      padding: 0;
      height: 16px; }
      .node-type-kurs .main-content-box .links .print_html a, .node-type-kurs .main-content-box .links .print_mail a, .node-type-kurstillfalle .main-content-box .links .print_html a, .node-type-kurstillfalle .main-content-box .links .print_mail a {
        margin: 0; }
    .node-type-kurs .main-content-box .links .print_html a, .node-type-kurstillfalle .main-content-box .links .print_html a {
      padding: 0 10px 2px 20px;
      background: url(/sites/all/themes/custom/sieps/images/icons/eu_print_icon.png) no-repeat 0 0; }
    .node-type-kurs .main-content-box .links .print_mail a, .node-type-kurstillfalle .main-content-box .links .print_mail a {
      padding: 0 0 2px 20px;
      background: url(/sites/all/themes/custom/sieps/images/icons/eu_mail_icon.png) no-repeat 0 0; }
    .node-type-kurs .main-content-box .links .statistics_counter, .node-type-kurstillfalle .main-content-box .links .statistics_counter {
      padding: 0 10px; }

.page-utbildningar .aktuellt-empty {
  background-image: url(/sites/default/files/aktuellt/eu-utbildningar-aktuellt.jpg) !important;
  min-height: 210px; }

.page-utbildningar .pre-content {
  background-image: url(/sites/default/files/aktuellt/opacity.png), url(/sites/default/files/aktuellt/eu-utbildningar-aktuellt.jpg);
  background-position: left top, left top;
  background-repeat: no-repeat;
  -webkit-border-radius: 0 10px 0 10px;
  -moz-border-radius: 0 10px 0 10px;
  border-radius: 0 10px 0 10px;
  margin-bottom: 20px;
  min-height: 210px;
  width: 450px;
  margin-left: 2px;
  padding: 20px !important; }

.view-utbildningar-aktuellt .view-content div {
  margin-bottom: 12px; }
.view-utbildningar-aktuellt .view-header {
  position: absolute;
  right: -10px;
  top: -50px;
  width: 120px; }
.view-utbildningar-aktuellt .tabledrag-toggle-weight-wrapper {
  display: none; }

.sort-link {
  position: relative;
  float: right; }

.sort-link-public, .create-undersida-link {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  background: white; }

.create-undersida-link {
  top: 15px; }

.view-kurser-lista h3 {
  font-family: 'Eurostile LT W01 Medium1391130', sans-serif;
  font-weight: 400;
  font-size: 1.7em;
  margin: 0 0 4px 0;
  letter-spacing: -0.02em;
  color: #666; }
.view-kurser-lista .views-field-title {
  display: block;
  padding: 3px 3px 2px 20px;
  background-image: url(/sites/all/themes/custom/sieps/images/readmore.png);
  background-position: 0px 3px;
  background-repeat: no-repeat; }
.view-kurser-lista .views-limit-grouping-group {
  margin-bottom: 15px; }

#block-views-utbildningar-aktuellt-block h3 {
  font-weight: normal;
  margin: 3px 0 8px 0;
  font-size: 11px;
  color: #444; }

.page-utbildningar .block-block-8 {
  border: 1px solid red; }

/*
.anmala {
  border-top: 1px solid #96d1f8;
  background: #26516e;
  background: -webkit-gradient(linear,left top,left bottom,from(#1a8dd9),to(#26516e));
  background: -webkit-linear-gradient(top,#1a8dd9,#26516e);
  background: -moz-linear-gradient(top,#1a8dd9,#26516e);
  background: -ms-linear-gradient(top,#1a8dd9,#26516e);
  background: -o-linear-gradient(top,#1a8dd9,#26516e);
  padding: 6px 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: white;
  font-size: 14px;
  font-family: Helvetica, Arial, Sans-Serif, serif;
  text-decoration: none;
  vertical-align: middle;
  width: 110px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
*/
#block-sieps-custom-anmalan {
  text-align: center;
  position: relative;
  padding-bottom: 20px; }

.anmala {
  background: #26516e;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a8dd9), to(#26516e));
  background: -webkit-linear-gradient(top, #1a8dd9, #26516e);
  background: -moz-linear-gradient(top, #1a8dd9, #26516e);
  background: -ms-linear-gradient(top, #1a8dd9, #26516e);
  background: -o-linear-gradient(top, #1a8dd9, #26516e);
  border-radius: 8px;
  border-top: 1px solid #96d1f8;
  box-shadow: 0 1px 0 black;
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 15px auto 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  width: 130px;
  display: block;
  position: relative; }
  .anmala a {
    display: block;
    color: #fff !important; }
  .anmala a:hover, .anmala a:visited {
    background: none repeat scroll 0 0 #28597a;
    border-top-color: #28597a;
    color: white !important; }

.button-eu-back {
  padding: 0;
  margin: -8px;
  text-align: right;
  height: 25px; }

.page-node-2074 .node-page ul, .page-node-2074 .node-page li, .page-node-2075 .node-page ul, .page-node-2075 .node-page li {
  line-height: 16px; }
.page-node-2074 .node-page h3, .page-node-2075 .node-page h3 {
  margin: 20px 0 5px; }
.page-node-2074 .node-page .field-name-body ul, .page-node-2075 .node-page .field-name-body ul {
  margin: 0;
  padding: 0 0 0 20px; }
.page-node-2074 .node-page .item-list ul, .page-node-2075 .node-page .item-list ul {
  padding: 0; }
  .page-node-2074 .node-page .item-list ul ul, .page-node-2075 .node-page .item-list ul ul {
    padding: 0 0 0 20px; }
.page-node-2074 .node-page .contact-us, .page-node-2074 .node-page .sitemap, .page-node-2074 .node-page .kontakta-oss, .page-node-2074 .node-page .webbkarta, .page-node-2075 .node-page .contact-us, .page-node-2075 .node-page .sitemap, .page-node-2075 .node-page .kontakta-oss, .page-node-2075 .node-page .webbkarta {
  margin-left: 30px; }

/* page specific
    ========================================================================== */
.page-node-7 .field-type-text-with-summary li, .page-node-30 .field-type-text-with-summary li {
  list-style: none; }

.node-type-personal .main-content-box {
  min-height: 405px; }

.node-personal .content {
  display: block;
  position: relative; }
.node-personal .field-name-field-bild {
  width: 170px;
  height: 237px;
  position: absolute;
  top: 0;
  left: 0;
  float: left; }
.node-personal .field-name-field-befattning {
  position: absolute;
  top: 0;
  left: 190px; }
.node-personal .field-name-field-epost {
  position: absolute;
  top: 14px;
  left: 190px; }
.node-personal .field-name-field-telefon {
  position: absolute;
  top: 28px;
  left: 190px; }
.node-personal .field-name-body {
  width: 370px;
  position: absolute;
  top: 50px;
  left: 190px; }
.node-personal .field-name-body p {
  margin-top: 0;
  padding-top: 0; }
.node-personal .field-name-field-pdf {
  width: 400px;
  left: 190px;
  position: absolute;
  top: 216px; }
.node-personal ul.links.inline {
  position: relative;
  left: 0px;
  top: 270px;
  display: block; }
.node-personal .print_html, .node-personal .node-personal .print_mail {
  margin-left: 0; }
.node-personal .print_html a {
  margin-left: 0;
  padding: 0 10px 0 20px;
  background: url(/sites/all/themes/custom/sieps/images/icons/print_icon.gif) no-repeat 0 0; }
.node-personal .print_mail a {
  margin-left: 0;
  padding: 0 0 0 20px;
  background: url(/sites/all/themes/custom/sieps/images/icons/mail_icon.gif) no-repeat 0 0; }
.node-personal table td {
  padding: 0 10px 8px 0; }

.view-remissvar-view .views-row {
  margin: 0 0 11px 0; }

.view-remissvar-view .views-row a {
  font-weight: bold; }

.node-type-forskningsprojekt .pre-post_content .forskning-buttons {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0; }
.node-type-forskningsprojekt .pre-post_content .forskning-link {
  border-top: 1px solid #96d1f8;
  background: #26516e;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a8dd9), to(#26516e));
  background: -webkit-linear-gradient(top, #1a8dd9, #26516e);
  background: -moz-linear-gradient(top, #1a8dd9, #26516e);
  background: -ms-linear-gradient(top, #1a8dd9, #26516e);
  background: -o-linear-gradient(top, #1a8dd9, #26516e);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: black 0 1px 0;
  -moz-box-shadow: black 0 1px 0;
  box-shadow: black 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  display: inline-block;
  text-align: center;
  padding-top: 7px !important;
  margin: 0 0 30px 0;
  width: 188px; }
.node-type-forskningsprojekt .forskning-link a {
  color: #fff !important;
  padding: 0 15px; }

.node-type-statistik-page .field-type-text {
  font-size: 1.5em;
  font-family: 'Eurostile LT W01 Medium1391130', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  color: #555; }

.node-type-statistik-page .field-type-file {
  margin-bottom: 20px; }

/* Printa and Skicka */
.print_html, .print_mail {
  margin: 10px 0 0 0;
  float: left; }

.print_html a {
  margin-left: 0;
  padding: 0 10px 0 20px;
  background: url(/sites/all/themes/custom/sieps/images/icons/print_icon.gif) no-repeat 0 0; }

.print_mail a {
  margin-left: 0;
  padding: 0 0 0 20px;
  background: url(/sites/all/themes/custom/sieps/images/icons/mail_icon.gif) no-repeat 0 0; }

#print-mail-form #edit-txt-to-addrs {
  width: 409px !important; }

/* startpage publikationer forskningsområden - list pages */
.last-publications .views-row, .view-id-List_Latest_Publications .views-row {
  margin-bottom: 38px;
  position: relative;
  min-height: 225px; }
.last-publications .views-more-link, .view-id-List_Latest_Publications .views-more-link {
  display: block;
  position: absolute;
  right: 8px;
  top: 120px;
  padding: 3px 3px 3px 20px;
  background-image: url(/sites/all/themes/custom/sieps/images/readmore.png);
  background-position: 0 3px;
  background-repeat: no-repeat; }
.last-publications .views-field-title a, .view-id-List_Latest_Publications .views-field-title a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  float: right;
  width: 440px;
  color: #444; }
.last-publications .views-field-field-pdf, .last-publications .views-field-field-image, .view-id-List_Latest_Publications .views-field-field-pdf, .view-id-List_Latest_Publications .views-field-field-image {
  width: 150px;
  padding: 0 15px 8px 0;
  display: block; }
.last-publications .views-field-body, .view-id-List_Latest_Publications .views-field-body {
  width: 440px;
  float: right; }
.last-publications .views-field-field-pdf img, .last-publications .views-field-field-image img, .view-id-List_Latest_Publications .views-field-field-pdf img, .view-id-List_Latest_Publications .views-field-field-image img {
  width: 126px;
  height: 180px;
  border: 1px solid #00529f; }
.last-publications .views-field-field-forfattare-redaktorer li, .view-id-List_Latest_Publications .views-field-field-forfattare-redaktorer li {
  list-style-type: none;
  margin-left: 0; }

.view-id-publikationer_rapporter .views-row {
  margin-bottom: 20px; }
.view-id-publikationer_rapporter .field-name-field-pdf, .view-id-publikationer_rapporter .field-name-body, .view-id-publikationer_rapporter .links {
  display: none !important; }

.view-taxonomy-term .views-field-title {
  font-weight: bold; }
.view-taxonomy-term .views-row {
  margin-bottom: 20px; }
  .view-taxonomy-term .views-row > div {
    margin-bottom: 0 !important; }
.view-taxonomy-term .views-field-field-writer {
  float: left;
  margin-right: 5px; }

.view-id-forskningsomraden .views-row {
  width: 100%;
  float: left; }
  .view-id-forskningsomraden .views-row .views-field-title a {
    font-weight: bold; }

.page-taxonomy .main-content-box .views-row > div {
  position: relative;
  margin-bottom: 10px; }
  .page-taxonomy .main-content-box .views-row > div .node-readmore {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 3px 3px 20px;
    background-image: url(/sites/all/themes/custom/sieps/images/readmore.png);
    background-position: 0 3px;
    background-repeat: no-repeat; }
  .page-taxonomy .main-content-box .views-row > div p {
    margin-bottom: 10px;
    padding-bottom: 20px;
    float: left; }
.page-taxonomy .main-content-box .node-forskningsprojekt.node-teaser h2 {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: Verdana,sans-serif; }
.page-taxonomy .main-content-box .node-forskningsprojekt.node-teaser .links {
  display: block;
  padding-left: 0;
  margin: 20px 0; }
  .page-taxonomy .main-content-box .node-forskningsprojekt.node-teaser .links .node-readmore {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 3px 3px 20px;
    background-image: url(/sites/all/themes/custom/sieps/images/readmore.png);
    background-position: 0 3px;
    background-repeat: no-repeat; }
.page-taxonomy .main-content-box .vocabulary-taxa-research-areas .taxonomy-term-description {
  font-size: 20px; }

.tooltip span {
  display: none; }

.tipsy {
  padding: 5px;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  position: absolute;
  z-index: 100000;
  opacity: 1 !important; }

.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: #ededed;
  color: #000000;
  max-width: 200px;
  text-align: center; }

.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px 0px; }

.tipsy-arrow {
  position: absolute;
  background: url(/sites/all/themes/custom/sieps/images/icons/tipsy_sieps.gif) no-repeat top left;
  width: 9px;
  height: 5px; }

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left; }

.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right; }

.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px; }

.node-type-forskningsomraden #node-14 .content {
  display: none; }

/*# sourceMappingURL=style.css.map */
