/*
 | -----------------------------------------------------
 | GRUNDLÄGGANDE DOKUMENT STILAR
 | -----------------------------------------------------
 */
:root {
    font-kerning: normal;
    font-size: calc(1em + 0.4vw);
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
html {
    line-height: 1.15em;
}
html, body {
    min-height: 100%;
}
body {
    min-width: 360px;
    font-size: 16px;
}
@media screen and (min-width: 992px) {
    body {
        font-size: 14px;
    }
}
img {
    border: 0;
}
/* HUVUDELEMENT */
.container {
    min-width: 320px;
}
body>.container {
    min-width: 340px;
}

/* TEXTHEADERS */
.h1, .h2, .h3, h1, h2, h3 {
    font-weight: 700;
}
h1 {
    font-size: 1.78em;
}
h2 {
    font-size: 1.44em;
}
h3 {
    font-size: 1.1em;
}
main h1 {
    text-align: center;
}
.mefa-body main h1 {
    text-align: left;
}
@media screen and (min-width: 992px) {
    main h1 {
        text-align: left;
    }
}

/* LÄNK DEFAULT */
a {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #069;
}
/* TEXT */
p {
    font-family: Arial, sans-serif;
    font-size: 1em;
}
/* TABELLER */
table {
    border-collapse: collapse;
}
td {
    font-family: Arial, sans-serif;
}

/*
 | -----------------------------------------------------
 | HJÄLPKLASSER
 | -----------------------------------------------------
 */
.relative {
    position: relative;
}
/* Fonts */
.thin {
    font-weight: normal !important;
}
.upper {
    text-transform: uppercase !important;
}
.bold {
    font-weight: 700;
}
/* Remove padding */
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
/*  1em padding */
.p-1 {
    padding: 1em !important;
}
.pt-1 {
    padding-top: 1em !important;
}
.pr-1 {
    padding-right: 1em !important;
}
.pb-1 {
    padding-bottom: 1em !important;
}
.pl-1 {
    padding-left: 1em !important;
}
/* Tablet and down */
@media screen and (max-width: 992px) {
    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 1em !important;
    }
    .pb-sm-1 {
        padding-bottom: 1em !important;
    }
}
/* Remove margin */
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
/* 1em margin */
.m-1 {
    margin: 1em !important;
}
.mt-1 {
    margin-top: 1em !important;
}
.mr-1 {
    margin-right: 1em !important;
}
.mb-1 {
    margin-bottom: 1em !important;
}
.ml-1 {
    margin-left: 1em !important;
}

/*
 | -----------------------------------------------------
 | SIDHUVUD
 | -----------------------------------------------------
 */
/* Ruta för val företag/privat, används i huvud.php */
#valet {
    background-image:url('/img/webbshop/opacitet.png');
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    font-size: 1rem;
}
#ruta {
    /*background-image: url('/img/webbshop/ruta.png');*/
    background-color: #f5f5f5;
    min-width: 320px;
    max-width: 600px;
    min-height: 200px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 200px;
    background-repeat: no-repeat;
    border-radius: 2px;
}
@media screen and (min-width: 992px) {
    #ruta {
        padding-left: 1.44em;
        padding-right: 1.44em;
    }
}
/* Sidhuvud med logga */
header.header {
    font-size: 1rem;
}
header.header ul {
    margin: 0;
    padding: 0;
}
header.header ul li {
    display: inline;
}
header.header ul span {
    float: left;
    font-family: Arial, sans-serif;
}
header.header ul span.meny {
    padding: 50px 10px 0 10px;
}
header.header ul span.logga {
    width: 640px;
    padding-bottom: 10px;
}
a.meny {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
}
a.meny:visited{
    color: #eee;
}
a.meny:hover{
    color: #ccc;
}
header.header ul a {
    text-decoration: none;
    color: black;
    font-size: 11pt;
    transition: 0.2s;
}
header.header ul a:hover {
    color: gray;
}
/* Special gullow pga hem-länk */
.gullows-body header.header ul span.logga {
    width: 580px;
}
@media screen and (min-width: 992px) {
    header.header {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px dotted #333;
        padding-left: 0;
        margin-left: 0;
    }
    header.header ul {
        position: absolute;
        bottom: 1.13em;
        right: 0;
    }
}

/* NAVBAR, GENERELLT */
.navbar a {
    color: black;
}
@media screen and (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}
/* ÄNDRA BRYTPUNKT FÖR MENYER */
@media screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media screen and (max-width: 992px) {

    /** LOGOTYP RAD **/
    header.header {
        padding-top: 15px;
    }

    /** NAVBAR I MOBILT LÄGE **/
    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar {
        min-height: 34px;
    }
    .navbar-default.navbar-fixed-top .navbar-toggle:focus,
    .navbar-default.navbar-fixed-top .navbar-toggle:hover,
    .navbar-default.navbar-fixed-top .navbar-toggle {
        background: transparent;
        text-decoration: none;
    }
    .navbar-fixed-top .navbar-toggle {
        padding: 3px 4px;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 0;
        border: none;
        border-radius: 0;
        cursor: pointer;
    }
    .badge-active {
        background-color: #e53a2d;
    }
    #mobilVarukorgIkon {
        display: block;
        font-size: 20px;
        margin-top: 3px;
        margin-right: 15px;
        color: #e53a2d;
        cursor: pointer;
    }
    #mobilVarukorgIkon .glyphicon {
        margin-top: 3px;
    }
    #mobilVarukorgAntal {
        margin-top: -3px;
    }
    #mobilTillKassan {
        color: #e53a2d;
        float: right;
        /*margin-right: 15px;*/
        margin-top: 9px
    }

    /** UNDERMENY TILL NAVBAR (SÖKRUTA, KATEGORILISTA m.m.) **/
    .collapse-menu {
        margin-top: 15px;
    }
    .collapse-menu > div {
        background: #1e1e1e;
        overflow: hidden;
    }
    .nti-body .collapse-menu > div {
        background: #91BA44;
    }
    .collapse-menu > div a {
        color: #f5f5f5;
        cursor: pointer;
    }


    /** MENY **/
    #menu {
        background-color: #1e1e1e;
        color: #f5f5f5;
    }
    #menu li.meny:first-of-type {
        padding-top: 11px;
    }
    #menu li.meny {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 15px;
    }
    #menu a {
        color: #f5f5f5;
        font-size: 15px;
    }

    /** PRODUKTGRUPPSLISTA */
    #kategorier {
        padding: 0;
    }
    #kategorier ul {
        margin: 0;
        padding-top: 5px;
        background-color: #f7f7f7;
    }
    .produktgrupp {
        display: block;
        width: 100%;
        border-bottom: 1px dotted #e7e7e7;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 15px;
        cursor: pointer !important;
    }
    .produktgrupp:last-of-type {
        border-bottom: 0;
    }
    .produktgrupp a {
        color: #1e1e1e;
        cursor: pointer !important;
    }

    /** SÖKRUTA **/

    #filterOchSok {
        background-color: #f5f5f5;
        margin: 0;
        padding: 10px 0 13px 0;
    }
    #sokruta {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #sok-collapse {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }
    #sok-collapse > #sokruta {
        background-image: none;
    }
    #sok-collapse button {
        cursor: pointer;
    }

    /** SÖK AUTOCOMPLETE */
    #searchdropdown{
        width: 75%;
        min-width: 200px;
        max-width: 100%;
        margin-left: 2px;
        font-size: 13px;
    }
}

/*
 | -----------------------------------------------------
 | SIDFOT
 | -----------------------------------------------------
 */
footer {
    border-top: 1px dotted;
    padding: 10px 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.footer {
    display: inline-block;
    position: relative;
    top: -3px;
        text-align: center;
}
@media screen and (min-width: 768px) {
    footer img {
        margin-right: 15px;
    }
}
.footer .dot {
    margin: 0 0.34em;
}
/* Special för metodohfakta */
.mefa-body footer {
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .footer {
        text-align: left;
    }
}

/*
 | -----------------------------------------------------
 | KNAPPAR
 | -----------------------------------------------------
 */
.btn {
    font-size: 1em;
    border-radius: 0;
}
.input-group-btn .btn {
    font-size: 14px;
}
.input-group .input-group-addon .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* KÖP KNAPP, AKTIVERA RABATTKOD, UPPDATERA VARUKORG M.M. */
.lank-knapp {
    padding: 2px 15px 4px 15px;
    background: #E41B17;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
}
.btn-lg.lank-knapp {
    padding: 0.25em 1.5em 0.34em 1.5em;
    font-size: 1.44em;
}
.lank-knapp:active {
    box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.2);
}
.lank-knapp:hover,
.lank-knapp:focus {
    color: white;
    text-decoration: none;
    background: #d11a17;
}
.lank-knapp.Bevaka,
.lank-knapp.Forboka {
    background: #000;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 7px;
}
.lank-knapp.Bevaka:hover,
.lank-knapp.Forboka:hover {
    color: #eee;
}

/* NTI SPECIAL */
.lank-knapp.nti{
    background:#7EB612;
}
.lank-knapp.nti {
    background: #7EB612;
}
.lank-knapp.nti:hover {
    background: #6a990d;
}
.lank-knapp.nti.Bevaka{
    background: #2d52a5;
}
.lank-knapp.nti.Bevaka:hover {
    background: #214084;
}

/* DARK BUTTONS */
.btn-secondary {
    color: #f5f5f5;
    background-color: #1e1e1e;
    border-color: #010101;
    cursor: pointer;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    color: #e7e7e7;
    background-color: #010101;
    border-color: #000;
}

/* CONTAINER FOR BUY BUTTON AND SOME DATA */
div.runt_kop {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 576px) {
    div.runt_kop {
        width: 50%;
    }
}
@media screen and (min-width: 992px) {
    div.runt_kop {
        width: auto;
        margin: auto;
    }
}

/* Köpknapp för mobil */
.book__img .Kop {
    display: block;
    padding: 0.3em 1.44em 0.5em 1.44em;
    width: 100%;
    margin-left: 0;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
}
@media screen and (min-width: 576px) {
    .book__img .Kop {
        padding: 2px 15px 4px 15px;
    }
}
@media screen and (min-width: 992px) {
    .book__img .Kop {
        padding: 2px 15px 4px 15px;
        font-size: 14px;
        display: inline-block;
        width: auto;
        margin-left: 15px;
        text-transform: none;
    }
}

/* Välj antal böcker */
.book__select {
    margin-bottom: 0;
}
.book__num {
    padding-top: 0.89em;
    padding-bottom: 0.89em;
    text-align: center;
    font-size: 1.44em;
}
.antal-text {
    font-size: 1em;
}
input.antal {
    width: 2.55em;
    border: 1px solid #ddd;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
@media screen and (min-width: 992px) {
    .book__num {
        display: inline;
    }
    .antal-text{
        font-family: Arial, sans-serif;
        font-size: 10pt;
    }
    input.antal {
        font-size: 10pt;
        width: 20px;
        background-color: inherit;
    }
}


div.kopknapp {
    padding-top: 30px;
    float: right;
    padding-right: 67px;
}
.kopknapp-img {
    display: inline-block;
    border: 1px solid #fff;
}
.kopknapp-img:active {
    border: 1px solid #990000;
}
/* ULLHUS SPECIAL */
div.kopknapp_ullhus{
    padding-top: 10px;
    padding-left: 10px;
}

/* RUTA FÖR RABATTKOD */
.rabattkod-ruta {
    font-size: 1rem;
    max-width: 20em;
    padding-top: 2em;
}
.rabattkod-ruta label {
    font-size: 0.6em;
    font-weight: normal;
}
.rabattkod-ruta .form-group {
    margin-bottom: 0.5em;
}
.rabattkod-ruta input[type="text"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rabattkod-ruta .lank-knapp {
    margin: 0;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

/* RELATED PIRHCASES */
.related {
    font-size: 1rem;
}
.related h4 {
    margin-top: 2.55em;
}

/* SÖKRUTA */
.inputsok, .input-group-btn .btn {
    border-radius: 0;
}
.vansterdel > #sokruta,
.vansterdel > #sokruta-nti {
    display: none;
}
#sokruta-nti {
    margin: 5px 0;
}
#sokruta-kurs {
    background-repeat: no-repeat;
    height: 45px;
    vertical-align: top;
    padding-top: 6px;
}
#sokruta-kurs .input-group-btn {
    margin-top: 0;
    padding-top: 0;
    top: -2px;
}
@media screen and (min-width: 768px) {
    #sokruta,
    #sokruta-nti {
        background-repeat: no-repeat;
        height: 45px;
        vertical-align: top;
        padding-top: 6px;
        margin-bottom: 0.6em;
        color:rgba(255, 255, 255, 1);
    }
    .inputsok {
        font-family: Arial, sans-serif;
    }
}
@media screen and (min-width: 992px) {
    .vansterdel > #sokruta,
    .vansterdel > #sokruta-nti {
        display: block;
    }
}

/** PRODUKTSIDA **/
@media screen and (max-width: 992px) {
    .fancy-bokcomslag {
        width: 100%;
    }
    .fancy-bokomslag img {
        margin: 0 auto;
    }
}

/* PRODUKTGRUPPER */
@media screen and (min-width: 768px) {

    #produktgrupper {
        background-color: rgba(30, 30, 30, 1);
        background-repeat: no-repeat;
        height: 40px;
        vertical-align: top;
        padding-top: 0.6em;
        padding-left: 0.89em;
        font-family: Arial, sans-serif;
        font-size: 11pt;
        color: #fff;
        margin-bottom: 0.4em;
    }
    #produktgrupper-nti {
        background-color: rgba(30, 30, 30, 1);
        background-repeat:no-repeat;
        height: 40px;
        vertical-align: top;
        padding-top: 0.6em;
        padding-left: 0.89em;
        font-family: Arial, sans-serif;
        font-size: 11pt;
        color: #fff;
    }
}
@media screen and (min-width: 992px) {
    #produktgrupper-nti {
        margin-top: 1em;
        margin-bottom: 0.5em;
    }
}



/*
 | -----------------------------------------------------
 | Rest
 | -----------------------------------------------------
 */
/** BONNIER LÄRA **/
.tillKassan a:hover {
    text-decoration: none !important;
}
.lista {
    padding-left: 12px;
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    vertical-align: top;
}
.underlista {
    padding-left: 25px;
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    vertical-align: top;
}
.pluslista {
    padding-left: 15px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    vertical-align: top;
}
.hogerdel select{
    background: #fff;
}
.sortiment {
    vertical-align: top;
    padding-bottom: 10px;
    padding-right: 20px;
    min-height: 307px;
    margin-bottom: 10px;
}
.teng-body .sortiment {
    padding-bottom: 5px;
}
div.info{
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #000;
    width: 170px;
    min-height: 50px;
}

.rea-text {
    color: #cc3333;
    font-weight: bold;
}
.rea-splash{
    z-index: 10;
    float: right;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: -29px;
    left: 19px;
    margin-bottom: -31px;
}
.rea-splash.medium{
    font-size: 26px;
    top: -62px;
    left: 72px;
}
.rea-bild{
    z-index: 5;
    float:right;
    position:relative;
    top:-60px;
    left:-40px;
    margin-bottom:-70px;
}

.img-div{
    height: 170px;
    position: relative;
    overflow-x: hidden;
}
.img-div img{
    position:absolute;
    bottom:0px;
}
.nyhetsetikett {
    z-index: 5;
    float: right;
    position: relative;
    top: -60px;
    left: -100px;
    margin: 0 -70px -70px;
}
.varukorg-table{
    min-width:600px;
}
@media screen and (min-width: 1080px) {
    .bout-body .nyhetsetikett {
        left: -180px;
    }
}
.antal {
    width: 30px;
    text-align: center;
}
.sortiment .antal {
    padding: 3px 6px;
    font-size: 10pt;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#varukorg-success{
    display: inline;
    padding: 10px 0 0 10px;
    color: #5cb85c;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
.antalKassa {
    width: 40px;
    text-align: center;
}
/* antal ruta för chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .antalKassa {
        width: 60px;
        text-align: left;
    }
}
a.titel {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    margin-bottom: -17px;
    display: block;
    display: -webkit-box;
    height: 35px;
    text-overflow: ellipsis;
    text-decoration: underline;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
}
.sortering {
    padding-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
a.produktgrupper {
    text-decoration: none;
    color: #000000;
}
th.varukorg, td.varukorg {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    padding: 8px 15px;
}
legend {
    font-family: Arial, sans-serif;
    font-size: 12pt;
}
.kassan legend {
    margin-bottom: 10px;
}
fieldset {
    border:2px solid #aaaaaa;
    padding: 15px 20px 30px 20px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
#betalsatt {
    border-collapse: collapse;
}
#betalsatt td {
    border-bottom-style: solid;
    border-width: 1px;
    padding: 8px 6px 8px 6px;
}
#betalsatt td.overst {
    border-top-style: solid;
}
#betalsatt td.radio {
    width: 20px;
}
td.kassa {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    padding: 5px;
}
th.kassa {
    font-family: Arial, sans-serif;
    font-size: 7pt;
    padding: 0 5px 0 5px;
}
td.levuppgifter {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    vertical-align: top;
    padding-right: 2px;
}
.toggle-co-td {
    padding: 10px 0;
    font-size: 9pt;
}
td.error{
    padding-top: 12px;
    width: 25px;
}
td.prisstege {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    background: #eee;
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown_search {
    background-color: white;
    width: 151px;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    font-size: 10pt;
}
div.rabattstatus {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    padding-top: 5px;
    font-weight: bold;
}
div.gron {
    color: green;
}
div.rod {
    color: #E41B17;
}
@media screen and (min-width: 992px) {
    .levinfo {
        font-family: Arial, sans-serif;
        font-size: 10pt;
        padding: 10px 0 0 0;
    }
}

.kopvillkor p {
    margin-bottom: 30px;
    margin-top: -10px;
}
#betalningsvarning {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #ec0202;
    font-weight: bold;
    border-style: solid;
    border-color: #ec0202;
    padding: 10px;
    background-color: #fbdede;
    width: 670px;
}
img.skugga {
    box-shadow: 0 0 8px rgba(0,0,0, 0.5);
    margin-bottom: 10px;
}

/** TABELL FOR BOKINFO **/
.bokinfo {
    margin-bottom: 15px;
    width: 100%;
}
.bokinfo td:first-of-type {
    width: 50%;
}
.bokinfo td {
    font-size: 11pt;
    padding-right: 10px;
}
.bokinfo tr td:last-child {
    padding-right: 0;
}



#lasprov{
    padding-top: 10px;
}
.andra-antal{
    text-decoration: none;
    color: black;
    padding: 5px 5px 5px 0;
    display: block;
    margin-top: -5px;
    font-size: 15px;
    margin-bottom: -10px;
}
.andra-antal:hover{
    color: #777;
}
.andra-antal-span{
    width: 20px;
    float: right;
    margin-top: -5px;
}
.antal-nr{
    display: inline-block;
    padding-top: 5px;
}

/* Livesearch */
#searchdropdown {
    width: 154px;
    padding: 3px;
    margin-left: -5px;
    border: 1px solid #eee;
    background-color: white;
    width: 151px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    box-shadow: 0 3px 7px #000;
    display: none;
}
.livesearchrow{
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.livesearchrow:last-child{
    border: none;
}
.livesearchrow:hover{
    background: #99ccff;
}
.no-decoration{
    text-decoration: none;
}

/* Hermods / Korr - Kurser*/
@media screen and (min-width: 768px) {
    .kurs-table {
        padding-left: 50px;
    }
}
.kurs-table {
    padding-bottom: 20px;
}
.kurs-table .sortiment {
    margin-top: -17px;
}
.kurs-table.row {
    margin-left: 15px;
    margin-right: 15px;
}
.kurs-table.row {
    border-bottom: 1px solid #ddd;
}
.vux-h1.active{
    font-style: italic;
    color: #888;
}

/* Hermods / Korr - Kassan (preview/datepicker/autocomplete) */
.ui-corner-all{
    border-radius: 0!important;
}
.preview-lev{
    float:left;
    background:#ddd;
    position:absolute;
    left:309px;
    padding:10px;
    top:35px;
}
.preview-arrow{
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 7px solid #ddd; /*  Fallback */
    display: block;
    position: relative;
    left: -18px;
    top: 53px;
    width: 1px;
    height: 1px;
    margin-top:-11px;
}
.lev-fieldset{
    position:relative;
}



.small-imgs-div {
    width: auto;
}
@media screen and (min-width: 992px) {
    .small-imgs-div{
        width: 322px;
    }
}
.small-img-a img{
    width:50px;
    margin: 10px 12px 10px 0;
}


#adr-suggestions{
    display:none;
    vertical-align:middle;
    position:absolute;
    z-index:10;
    font-size:9pt;
    left: -230px;
    width:200px;
    background: #def;
    box-shadow: 10px;
    border-radius: 5px;
    padding: 10px;
}
#adr-suggestions:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    right: -6px;
    margin-top: -5px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #def;
}


/*
|--------------------------------------------------------------------------
| ADDITIONS WHEN BOOTSTRAPED
|--------------------------------------------------------------------------
*/
/** KASSAN **/
.kassan h1 {
    margin-bottom: 30px;
}
.kassan label {
    font-weight: normal;
}
.kassan fieldset {
    border-color: #ddd;
    margin-bottom: 30px;
}
.kassan .lev-fieldset > div {
    max-width: 44em;
}

#varukorg_container .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
    border-bottom: 0;
}
.hogerdel.kassan fieldset > legend {
    display: inline-block;
    border-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}
.betalsatt {
    /*background-color: #f3f3f3;*/
    padding: 15px 15px;
    margin-bottom: 10px;
}
.varukorg-sumrad {
    text-align: right;
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 10pt;
}
.varukorg-sumrad.summa-inkl {
    font-size: 12pt;
}
.varukorg-delete {
    text-align: center;
}
#genomforkop {
    margin-top: 15px;
}

/*
 | -----------------------------------------------------
 | NTI, HERMOS, KORR SPECIAL
 | -----------------------------------------------------
 */
 .kassan-bg.nti {
    display: block;
    padding: 12px 0 0 17px;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    background: url("../img/webbshop/till-kassan-nti2.png");
    color: white;
    min-width: 80px;
    max-width: 95px;
    min-height: 58px;
}
.vux-h1 {
    padding: 30px 0 20px 0;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .vux-h1 {
        white-space:nowrap;
    }
}
/* NTI Relaterade miniräknare */
.miniraknare {
    float:left;
    width:120px;
}
.miniraknare .info {
    width: 120px;
}
.miniraknare .kopknapp {
    padding-right:30px;
}
.miniraknare .img-div {
    height:90px;
}
/* Hermods / Korr - Orderhistorik */
.orderhistorik-table {
    vertical-align:top;
    width:100%;
}
.orderhistorik-table td, .orderhistorik-table th {
    text-align:left;
    padding: 5px 15px 5px 5px;
}
.orderhistorik-table tbody tr:nth-child(odd) {
    background: #eee;
}
.orderhistorik-table th {
    padding-bottom:15px;
}
.orderhistorik-table a {
    font-size:inherit;
}
.sidnav {
    width:100%;
}
.sidnav a {
    margin: 0 5px;
}

/*
|--------------------------------------------------------------------------
| MOBILE AND TABLET
|--------------------------------------------------------------------------
*/
@media screen and (max-width: 992px) {

    /** RUBRIKER **/
    .h1, .h2, .h3, h1, h2, h3 {
        font-weight: 700;
        margin-top: 0;
    }
    h1:first-child {
        margin-top: 15px;
    }

    /** SORTIMENT LISTA **/
    .sortiment {
        height: 280px;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .img-div {
        height: auto;
        position: relative;
        text-align: center;
    }
    .img-div img {
        position: static;
        bottom: auto;
        margin: 0 auto;
    }
    div.info {
        width: 90%;
        max-width: 180px;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    div.info .titel {
        height: auto;
    }
    div.kopknapp {
        padding-top: 0;
        padding-right: 0;
        text-align: center;
        float: none;
    }
    .nyhetsetikett {
        z-index: 5;
        position: absolute;
        top: 36%;
        left: 58%;
        margin: 0;
    }

    /** VARUKORG **/
    .varukorg-table {
        width: 100%;
        min-width: 300px;
    }

    /** KASSAN **/
    fieldset {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
    }
    fieldset .checkbox label {
        padding-left: 0;
    }
    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
    .checkbox.radio input[type=radio] {
        position: static;
        margin-left: 0;
    }
    .table>tbody>tr>td {
        vertical-align: top;
    }
    .table-responsive>.table>tbody>tr>td.varukorg-titel {
        max-width: 200px;
        word-wrap: break-word;
        white-space: normal;
    }
    .table-responsive>.table>tbody>tr>td.varukorg-delete {
        padding-top: 10px;
        text-align: center;
    }
    .hogerdel.kassan fieldset > legend {
        padding: 0;
        margin-bottom: 10px;
    }

    /** VARUKORGEN **/
    .hogerdel.varukorg td.varukorg,
    .hogerdel.varukorg th.varukorg {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hogerdel.varukorg th {
        font-size: 8pt;
    }
    .hogerdel.varukorg td.varukorg {
        vertical-align: top;
    }

    /** SIDFOT **/
    #fot {
        font-size: 11pt;
        text-align: center;
    }
    #fot a {
        font-size: 12px;
        text-decoration: none;
        color: inherit;
    }
    #fot > img {
        margin: 0 auto 8px auto;
    }
    .footer {
        display: block;
    }
    .footer-row {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/*
|--------------------------------------------------------------------------
| MOBIL
|--------------------------------------------------------------------------
*/
@media screen and (max-width: 768px) {

    /** KOLUMNER **/
    .hogerdel {
        margin-top: 20px;
    }

    /** RUBRIKER **/
    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 0;
    }

    /** MENY **/
    .navbar-header {
        min-width: 290px;
    }
    .collapse-menu {
        min-width: 290px;
    }

    /** SORTIMENT LISTA **/
    .sortiment:nth-child(odd) {
        padding-left: 0;
        padding-right: 10px;
    }
    .sortiment:nth-child(even) {
        padding-right: 0;
        padding-left: 10px;
    }

    .betalsatt {
        text-align: center;
    }
    .betalsatt img {
        margin: 0 auto;
    }
    .kassan fieldset {
        border-top: 1px solid #ddd;
    }
    .hogerdel.kassan fieldset > legend {
        background-color: #fff;
        display: inline-block !important;
        padding-right: 10px;
    }

    .easy-body footer img {
        width: 100%;
        margin-bottom : 2em;
    }
}

/*
|--------------------------------------------------------------------------
| DESKTOP
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {
    body>.container {
        padding-top: 2em;
    }
    .footer {
        top: 2px;
    }

    /* RUBRIKER */
    .hogerdel>h1:first-of-type {
        margin-top: 0.13em;
    }

    .text-right-md {
        text-align: right;
    }
    /** NAVBAR, DESKTOP version **/
    .navbar {
        height: 42px;
        min-height: 42px;
        box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    }
    .navbar .prisInklMoms {
        margin-left: 34px;
    }
    .tillKassan {
        width: 95px;
        margin-left: 13px;
    }
    .tillKassan a {
        position: absolute;
        right: 0;
        display: block;
        width: 95px;
        height: 40px;
    }
    .tillKassan img {
    }

    /** KASSAN **/
    .betalsatt {
        min-height: 100px;
        padding-left: 25px;
    }
}

/*
|--------------------------------------------------------------------------
| FORLAG
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 600px) and (max-width: 992px) {
    .ullhus-body .hogerdel img:first-child {
        max-width: 50%;
    }
}

/*
|--------------------------------------------------------------------------
| ASKUNGE, PLUGGA MED BILDER
|--------------------------------------------------------------------------
*/
.askungecom, .mappiase {
    padding: 0.6em; margin-top: 1em; border: 0;
}
.mappiase {
    border-top: 1px solid #006378;
}
.askungecom {
     border-top: 1px solid #4DA646;
}
.askungecom__header, .mappiase__header {
    margin-bottom: 0;
}
.askungecom_text {
    margin-top: 6px; font-size: 10pt; font-family: arial;
}
.askungecom__link, .mappiase__link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    text-decoration: none;
    cursor: pointer;
}
.askungecom__link {
    background-color: #4DA646;
    color: #fff;
}
.mappiase__link {
    background-color: #008dab;
    color: #fff;
}
.askungecom__link:hover {
    color: #fff;
    background-color: #3e8e37;
    text-decoration: none;
}
.mappiase__link:hover {
    color: #fff;
    background-color: #006378;
    text-decoration: none;
}


.input-group-btn .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/** SKOLENHETSVAL I KASSAN **/
#valj-skolenhetskod-box h3 {
    font-family: 2.1em;
    font-weight: normal;
    text-transform: uppercase;
}
.skolenhet-table .odd div {
    background-color: #fff;
}
.skolenhet-table .even div {
    background-color: #f9f9f9;
}
.skolenhet-table .row {
    border-top: 1px solid #ccc;
    cursor: pointer;
}
.skolenhet-table .th {
    display: none;
}
.skolenhet-table .odd div,
.skolenhet-table .even div {
    border-top: 0;
    font-size: 0.9em;
}
.skolenhet-table .namn-td {
    padding-top: 0.8em;
}
.skolenhet-table .huvudman-td {
    padding-bottom: 0.8em;
}
.skolenhet-table .ort-td {
    font-weight: bold;
}
@media screen and (min-width: 992px) {
    .skolenhet-table row {
        border-top: 0;
    }
    .skolenhet-table .th {
        display: flex;
        font-size: 0.8em;
        text-transform: uppercase;
        color: #888;
    }
    .skolenhet-table .odd div,
    .skolenhet-table .even div {
        border-top: 1px dashed #eee;
        font-size: 1em;
    }
    .skolenhet-table .namn-td {
        padding-top: 0em;
    }
    .skolenhet-table .huvudman-td {
        padding-bottom: 0em;
    }
    .skolenhet-table .ort-td {
        font-weight: normal;
    }
}

/*
|--------------------------------------------------------------------------
| SICA
|--------------------------------------------------------------------------
*/
.ssk-body .sortiment {
    min-height: 327px;
    margin-bottom: 1em;
}
.ssk-body .kopknapp {
    padding-top: 0.1em;
}
@media screen and (max-width: 968px) {
    .ssk-body #sica-logo {
        background-image: url(../img/webbshop/sicalaromedel/logo.jpg);
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .ssk-body #sica-logo a {
        display: none;
    }
}
