/**
 * Base css
 * Contains the basic styling and improvements for the website
 *
 * Copyright (C) 2013 Limepark AB
 */

/* GRUNDLAYOUT */


.wrapper {
  margin: 0 auto;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 3px 3px #e8e8e8;
  box-shadow: 0 0 3px 3px #e8e8e8;
}

header {
  padding: 0;
}

.content, .secondary-content, .submenu {
  margin-top: 0;
}

footer {
  margin: 40px 0;
}

article {
  margin: 0 0 20px;
}


#topmenu {
  margin: 20px 0 0;
}

/* RETINA LOGO */

.logo img {
  margin: 10px 0 15px;
  max-width: 100% !important;
  width: 229px !important; /* Ändra till halva bildbredden */
}


/* FÖRBÄTTRINGAR */

body {
  -webkit-text-size-adjust: 100%;
}

.sv-responsive .sv-archive-portlet img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Modulavstånd i innehållsytor */

.pagecontent > .sv-portlet {
  margin-bottom: 10px;
}

/* Skapa artikel-l�nkar */

a.sv-create-article-entry {
  color: #900;
}

/* Fix för att högerspalt tar plats även vid tom */

.secondary-content {
  min-height: 1px;
}

/* Direktlänk till innehåll */

a.skip {
  position: absolute;
  text-indent:-9999px;
  overflow: hidden;
}

/* Bildtextposition */

.sv-portlet p, .sv-old-text-portlet p {
  margin: 5px 0 0;
}

/* Responsiva iframes etc */

iframe, object, embed {
  border: medium none;
  max-width: 100%;
  overflow: hidden;
}

/* Lediga jobb 2016 */

.lp-assignment-proxy-wrapper h1 {
  display: block;
  margin: 0 0 10px;
}

.lp-assignment-proxy-wrapper h2 {
  display: block;
  margin: 0 0 6px;
}

.lp-assignment-proxy-wrapper p {
  margin: 0 0 10px;
}

.lp-assignment-proxy-wrapper table {
  margin: 10px 0;
}

.lp-assignment-proxy-wrapper table td {
  padding: 0 0 8px;
}

.lp-assignment-proxy-wrapper table ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lp-assignment-proxy-wrapper table li {
  margin: 0 0 10px;
}

.lp-assignment-proxy-wrapper th {
  padding: 0 10px 8px 0;
  text-align: left;
  vertical-align: top;
}

.lp-assignment-proxy-wrapper .btn-primary {
  display: block;
  margin: 0 0 15px;
  padding: 10px;
  background: #14549c;
  border-radius: 5px;
  color: #fff;
  font-family: "PT Sans",verdana,sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.lp-assignment-proxy-wrapper .btn-primary:hover {
  opacity: .8;
}


.lp-assignment-proxy-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lp-assignment-proxy-list li {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

.lp-assignment-proxy-list li > a  {
  display: inline-block;
  margin: 0 0 3px;
  font-weight: bold;
}

.lp-assignment-proxy-list li > span  {
  display: block;
  margin: 0 0 10px;
}

.lp-assignment-proxy-list li > span:before  {
  content: 'Sista ansökningsdag: ';
}

/* Göm innehåll, men visas för skärmläsare */
.lp-user-hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.lp-icon {
  height: 1em;
  /* Paths and strokes that overflow the viewBox can show in IE.
  If you use normalize.css, it already sets this. */
  overflow: hidden;
  /* Nice visual alignment for icons alongside text */
  vertical-align: -0.05em;
  /* Allows sizing by changing the icon's font-size */
  width: 1em;
  /* Default path fill = value of the color property */

  fill: currentColor;
}
