/**/
/* font */
/**/
@import url("//fonts.googleapis.com/css?family=Michroma");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");

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;*/
}

html, body, aside {
    display: block;
    margin: 0;
    padding: 0;
}

body {
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
    -webkit-text-size-adjust: none;
}

a {
    color: #2da5da;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.bg-grey {
    background: #aaaaaa;
}

.bg-white {
    background: #ffffff;
}

.body {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.page {
    padding: 14px 5px 20px;
    overflow: hidden;
}


/*Mikael testar*/

.divStations,
.divStations * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

.divStations {
    position: relative;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0;
    text-align: left;
    color: #666;
}

    /*.divStations > .station {
        position: absolute;
        display: none;
    }*/

    .divStations > .station {
        position: relative;
        z-index: 1;
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 1px;
        padding-top: 0;
        padding-left: 0;
        font-size: 13px;
        line-height: 28px /*45px*/;
    }

        .divStations > .station span {
            display: block;
            padding: 5px;
        }

            .divStations > .station span span {
                padding: 0 10px;
                background: transparent;
            }

        .divStations > .station:hover span span {
            background: #333 /*#2da5da*/;
            color: #fff;
        }

        .divStations > .station span span {
            background: #fff /*#2da5da*/;
            color: #222 /* #fff */;
        }

    .divStations > .station {
        display: block;
        width: 25%;
        float: left;
        clear: left;
        margin-right: 0;
    }


    .divStations > .HookCalendar {
        list-style: none;
        position: relative;
        display: block;
        font-size: 13px;
    }

    .divStations > .HookCalendar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        padding: 20px 18px 22px;
        background: #f6f6f6;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /*opacity: 0;*/
        border-radius: 5px;
        box-shadow: #555 0px 0px 3px;
        border: none;
    }

    .divStations > ul {
        margin-left: 25%;
    }

.neg-margin {
    margin: 0 -18px;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .neg-margin .divStations > .station {
        background: #e4e4e4;
        border: 1px solid #dddddd;
        cursor: pointer;
    }

        .neg-margin .divStations > .station:hover span {
            background: rgba(255,255,255,0.2);
            color: #222;
        }

        .neg-margin .divStations > .station span {
            background: transparent;
        }

            .neg-margin .divStations > .station span span {
                color: #000000;
            }

    .neg-margin .divStations > .HookCalendar {
        border-radius: 0;
        box-shadow: none;
        border-left: 1px solid #fff;
        background: #fff;
    }
/*Test slut*/


/**/
/* defaults */
/**/
.opus-tabs,
.opus-tabs * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

.opus-tabs {
    position: relative;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0;
    text-align: left;
    color: #666;
}

    .opus-tabs > input {
        position: absolute;
        display: none;
    }

    .opus-tabs > label {
        position: relative;
        z-index: 1;
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 1px;
        padding-top: 0;
        padding-left: 0;
        font-size: 13px;
        line-height: 28px /*45px*/;
    }

        .opus-tabs > label.inverse {
            float: right;
            padding-right: 0;
            padding-left: 1px;
        }

        .opus-tabs > label.disabled {
            cursor: default;
        }

        .opus-tabs > label span {
            display: block;
            padding: 5px;
        }

            .opus-tabs > label span span {
                padding: 0 10px;
                background: transparent;
                /*transition: background 0.4s, color 0.4s;
                -o-transition: background 0.4s, color 0.4s;
                -ms-transition: background 0.4s, color 0.4s;
                -moz-transition: background 0.4s, color 0.4s;
                -webkit-transition: background 0.4s, color 0.4s;*/
            }

        .opus-tabs > label:hover span span {
            background: #333 /*#2da5da*/;
            color: #fff;
        }

        .opus-tabs > label.disabled span span {
            background: transparent;
            color: inherit;
        }

    .opus-tabs > input:checked + label {
        cursor: default;
    }

        .opus-tabs > input:checked + label span span {
            background: #fff /*#2da5da*/;
            color: #222 /* #fff */;
        }

    .opus-tabs > .switcher {
        display: none;
    }

        .opus-tabs > .switcher a {
            display: block;
            margin: 0 -20px;
            padding: 0 20px;
            text-decoration: none;
            color: inherit;
        }

    .opus-tabs > ul {
        list-style: none;
        position: relative;
        display: block;
        font-size: 13px;
    }

        .opus-tabs > ul > li {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            padding: 20px 18px 22px;
            background: #f6f6f6;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            opacity: 0;
            border-radius: 5px;
            box-shadow: #555 0px 0px 3px;
            border: none;
        }

    .opus-tabs > .opus-tab-content-1:checked ~ ul > .opus-tab-content-1,
    .opus-tabs > .opus-tab-content-2:checked ~ ul > .opus-tab-content-2,
    .opus-tabs > .opus-tab-content-3:checked ~ ul > .opus-tab-content-3,
    .opus-tabs > .opus-tab-content-4:checked ~ ul > .opus-tab-content-4,
    .opus-tabs > .opus-tab-content-5:checked ~ ul > .opus-tab-content-5,
    .opus-tabs > .opus-tab-content-6:checked ~ ul > .opus-tab-content-6,
    .opus-tabs > .opus-tab-content-7:checked ~ ul > .opus-tab-content-7,
    .opus-tabs > .opus-tab-content-8:checked ~ ul > .opus-tab-content-8,
    .opus-tabs > .opus-tab-content-9:checked ~ ul > .opus-tab-content-9 {
        position: relative;
        z-index: 1;
        opacity: 1;
    }

.neg-margin {
    margin: 0 -18px;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .neg-margin .opus-tabs > label {
        background: #e4e4e4;
        border: 1px solid #dddddd;
        cursor: pointer;
    }

        .neg-margin .opus-tabs > label:hover span {
            background: rgba(255,255,255,0.2);
            color: #222;
        }

    .neg-margin .opus-tabs > input:checked + label {
        padding: 0px;
        background: none repeat scroll 0 0 #9aa49a;
    }

    .neg-margin .opus-tabs > label span {
        background: transparent;
    }

        .neg-margin .opus-tabs > label span span {
            color: #000000;
        }

    .neg-margin .opus-tabs > ul > li {
        border-radius: 0;
        box-shadow: none;
        border-left: 1px solid #fff;
        background: #fff;
    }

/**/
/* positions */
/**/
.opus-tabs-pos-top-center {
    text-align: center;
}

.opus-tabs-pos-top-right {
    text-align: right;
}

    .opus-tabs-pos-top-right > label {
        padding-right: 0;
        padding-left: 1px;
    }

.opus-tabs-pos-top-justify > label {
    padding-right: 0;
    padding-left: 1px;
}

.opus-tabs-pos-top-justify.opus-tabs-amount-2 > label {
    width: 50%;
}

.opus-tabs-pos-top-justify.opus-tabs-amount-3 > label {
    width: 33.33%;
}

.opus-tabs-pos-top-justify.opus-tabs-amount-4 > label {
    width: 25%;
}

.opus-tabs-pos-top-justify.opus-tabs-amount-5 > label {
    width: 20%;
}

.opus-tabs-pos-top-justify.opus-tabs-amount-6 > label {
    width: 16.66%;
}

.opus-tabs-pos-top-justify.opus-tabs-amount-7 > label {
    width: 14.28%;
}

.opus-tabs-pos-top-justify.opus-tabs-amount-8 > label {
    width: 12.5%;
}

.opus-tabs-pos-top-justify.opus-tabs-amount-9 > label {
    width: 11.11%;
}

.opus-tabs-pos-top-justify > input:first-child + label {
    padding-left: 0;
}

.opus-tabs-pos-left > label,
.opus-tabs-pos-right > label {
    display: block;
    width: 25%;
    float: left;
    clear: left;
    margin-right: 0;
}

.opus-tabs-pos-right > label {
    float: right;
    clear: right;
}

.opus-tabs-pos-left > ul {
    margin-left: 25%;
}

.opus-tabs-pos-right > ul {
    margin-right: 25%;
}

.opus-tabs-pos-right > label {
    padding-right: 0;
    padding-left: 1px;
}

.opus-tabs-pos-top-center > ul > li,
.opus-tabs-pos-top-justify > ul > li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

.opus-tabs-pos-right > ul > li,
.opus-tabs-pos-top-right > ul > li {
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}


/**/
/* animations */
/**/
.opus-tabs-anim-slide-up > ul > li {
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
}

.opus-tabs-anim-slide-right > ul > li {
    -o-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -webkit-transform: translateX(15%);
}

.opus-tabs-anim-slide-down > ul > li {
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -webkit-transform: translateY(15%);
}

.opus-tabs-anim-slide-left > ul > li {
    -o-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
}

.opus-tabs-anim-slide-up-left > ul > li {
    -o-transform: translate(-15%,-15%);
    -ms-transform: translate(-15%,-15%);
    -moz-transform: translate(-15%,-15%);
    -webkit-transform: translate(-15%,-15%);
}

.opus-tabs-anim-slide-up-right > ul > li {
    -o-transform: translate(15%,-15%);
    -ms-transform: translate(15%,-15%);
    -moz-transform: translate(15%,-15%);
    -webkit-transform: translate(15%,-15%);
}

.opus-tabs-anim-slide-down-right > ul > li {
    -o-transform: translate(15%,15%);
    -ms-transform: translate(15%,15%);
    -moz-transform: translate(15%,15%);
    -webkit-transform: translate(15%,15%);
}

.opus-tabs-anim-slide-down-left > ul > li {
    -o-transform: translate(-15%,15%);
    -ms-transform: translate(-15%,15%);
    -moz-transform: translate(-15%,15%);
    -webkit-transform: translate(-15%,15%);
}

.opus-tabs > .opus-tab-content-1:checked ~ ul > .opus-tab-content-1,
.opus-tabs > .opus-tab-content-2:checked ~ ul > .opus-tab-content-2,
.opus-tabs > .opus-tab-content-3:checked ~ ul > .opus-tab-content-3,
.opus-tabs > .opus-tab-content-4:checked ~ ul > .opus-tab-content-4,
.opus-tabs > .opus-tab-content-5:checked ~ ul > .opus-tab-content-5,
.opus-tabs > .opus-tab-content-6:checked ~ ul > .opus-tab-content-6,
.opus-tabs > .opus-tab-content-7:checked ~ ul > .opus-tab-content-7,
.opus-tabs > .opus-tab-content-8:checked ~ ul > .opus-tab-content-8,
.opus-tabs > .opus-tab-content-9:checked ~ ul > .opus-tab-content-9 {
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.opus-tabs-anim-scale > ul > li {
    -o-transform: scale(0.1,0.1);
    -ms-transform: scale(0.1,0.1);
    -moz-transform: scale(0.1,0.1);
    -webkit-transform: scale(0.1,0.1);
}

.opus-tabs-anim-scale > .opus-tab-content-1:checked ~ ul > .opus-tab-content-1,
.opus-tabs-anim-scale > .opus-tab-content-2:checked ~ ul > .opus-tab-content-2,
.opus-tabs-anim-scale > .opus-tab-content-3:checked ~ ul > .opus-tab-content-3,
.opus-tabs-anim-scale > .opus-tab-content-4:checked ~ ul > .opus-tab-content-4,
.opus-tabs-anim-scale > .opus-tab-content-5:checked ~ ul > .opus-tab-content-5,
.opus-tabs-anim-scale > .opus-tab-content-6:checked ~ ul > .opus-tab-content-6,
.opus-tabs-anim-scale > .opus-tab-content-7:checked ~ ul > .opus-tab-content-7,
.opus-tabs-anim-scale > .opus-tab-content-8:checked ~ ul > .opus-tab-content-8,
.opus-tabs-anim-scale > .opus-tab-content-9:checked ~ ul > .opus-tab-content-9 {
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.opus-tabs-anim-rotate > ul > li {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.opus-tabs-anim-rotate.opus-tabs-pos-right > ul > li,
.opus-tabs-anim-rotate.opus-tabs-pos-top-right > ul > li {
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.opus-tabs-anim-rotate > .opus-tab-content-1:checked ~ ul > .opus-tab-content-1,
.opus-tabs-anim-rotate > .opus-tab-content-2:checked ~ ul > .opus-tab-content-2,
.opus-tabs-anim-rotate > .opus-tab-content-3:checked ~ ul > .opus-tab-content-3,
.opus-tabs-anim-rotate > .opus-tab-content-4:checked ~ ul > .opus-tab-content-4,
.opus-tabs-anim-rotate > .opus-tab-content-5:checked ~ ul > .opus-tab-content-5,
.opus-tabs-anim-rotate > .opus-tab-content-6:checked ~ ul > .opus-tab-content-6,
.opus-tabs-anim-rotate > .opus-tab-content-7:checked ~ ul > .opus-tab-content-7,
.opus-tabs-anim-rotate > .opus-tab-content-8:checked ~ ul > .opus-tab-content-8,
.opus-tabs-anim-rotate > .opus-tab-content-9:checked ~ ul > .opus-tab-content-9 {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.opus-tabs-anim-flip > ul {
    perspective: 2000px;
    -o-perspective: 2000px;
    -ms-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
}

    .opus-tabs-anim-flip > ul > li {
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
    }

.opus-tabs-anim-flip.opus-tabs-pos-left > ul > li {
    -o-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}

.opus-tabs-anim-flip.opus-tabs-pos-right > ul > li {
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
}

.opus-tabs-anim-flip > .opus-tab-content-1:checked ~ ul > .opus-tab-content-1,
.opus-tabs-anim-flip > .opus-tab-content-2:checked ~ ul > .opus-tab-content-2,
.opus-tabs-anim-flip > .opus-tab-content-3:checked ~ ul > .opus-tab-content-3,
.opus-tabs-anim-flip > .opus-tab-content-4:checked ~ ul > .opus-tab-content-4,
.opus-tabs-anim-flip > .opus-tab-content-5:checked ~ ul > .opus-tab-content-5,
.opus-tabs-anim-flip > .opus-tab-content-6:checked ~ ul > .opus-tab-content-6,
.opus-tabs-anim-flip > .opus-tab-content-7:checked ~ ul > .opus-tab-content-7,
.opus-tabs-anim-flip > .opus-tab-content-8:checked ~ ul > .opus-tab-content-8,
.opus-tabs-anim-flip > .opus-tab-content-9:checked ~ ul > .opus-tab-content-9 {
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}


/**/
/* grid system */
/**/
.opus-tabs .grid-row {
    margin-top: 20px;
}

    .opus-tabs .grid-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .opus-tabs .grid-row:first-child {
        margin-top: 0;
    }

.opus-tabs .grid-col {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2%;
}

    .opus-tabs .grid-col:first-child {
        margin-left: 0;
    }

    .opus-tabs .grid-col .inner {
        padding: 10px 0;
        border-radius: 5px;
        background: rgba(0,0,0,0.1);
        text-align: center;
    }

.opus-tabs .grid-col-1 {
    width: 6.5%;
}

.opus-tabs .grid-col-2 {
    width: 15%;
}

.opus-tabs .grid-col-3 {
    width: 23.5%;
}

.opus-tabs .grid-col-4 {
    width: 32%;
}

.opus-tabs .grid-col-5 {
    width: 40.5%;
}

.opus-tabs .grid-col-6 {
    width: 49%;
}

.opus-tabs .grid-col-7 {
    width: 57.5%;
}

.opus-tabs .grid-col-8 {
    width: 66%;
}

.opus-tabs .grid-col-9 {
    width: 74.5%;
}

.opus-tabs .grid-col-10 {
    width: 83%;
}

.opus-tabs .grid-col-11 {
    width: 91.5%;
}

.opus-tabs .grid-col-offset-1,
.opus-tabs .grid-col-offset-1:first-child {
    margin-left: 8.5%;
}

.opus-tabs .grid-col-offset-2,
.opus-tabs .grid-col-offset-2:first-child {
    margin-left: 17%;
}

.opus-tabs .grid-col-offset-3,
.opus-tabs .grid-col-offset-3:first-child {
    margin-left: 25.5%;
}

.opus-tabs .grid-col-offset-4,
.opus-tabs .grid-col-offset-4:first-child {
    margin-left: 34%;
}

.opus-tabs .grid-col-offset-5,
.opus-tabs .grid-col-offset-5:first-child {
    margin-left: 42.5%;
}

.opus-tabs .grid-col-offset-6,
.opus-tabs .grid-col-offset-6:first-child {
    margin-left: 51%;
}

.opus-tabs .grid-col-offset-7,
.opus-tabs .grid-col-offset-7:first-child {
    margin-left: 59.5%;
}

.opus-tabs .grid-col-offset-8,
.opus-tabs .grid-col-offset-8:first-child {
    margin-left: 68%;
}

.opus-tabs .grid-col-offset-9,
.opus-tabs .grid-col-offset-9:first-child {
    margin-left: 76.5%;
}

.opus-tabs .grid-col-offset-10,
.opus-tabs .grid-col-offset-10:first-child {
    margin-left: 85%;
}

.opus-tabs .grid-col-offset-11,
.opus-tabs .grid-col-offset-11:first-child {
    margin-left: 93.5%;
}


/**/
/* typography */
/**/
.typography {
    font-size: 13px;
}

    .typography h1,
    .typography h2,
    .typography h3,
    .typography h4,
    .typography h5,
    .typography h6 {
        margin: 40px 0 0 0;
        padding: 0;
        text-align: left;
        color: #333;
    }

    .typography h1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 300;
    }

    .typography h2 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 300;
    }

    .typography h3 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 300;
    }

    .typography h4 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
    }

    .typography h5 {
        font-size: 16px;
        line-height: 23px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .typography h6 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .typography p {
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 20px;
        text-align: left;
    }

    .typography ul,
    .typography ol {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 20px;
    }

    .typography li {
        position: relative;
        margin-top: 5px;
        padding-left: 20px;
    }

        .typography li ul,
        .typography li ol {
            margin-top: 5px;
        }

    .typography ul li:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #333;
    }

    .typography ol {
        counter-reset: list1;
    }

        .typography ol > li:before {
            counter-increment: list1;
            content: counter(list1)'.';
            position: absolute;
            top: 0;
            left: 0;
            color: #333;
        }

    .typography .pic {
        padding: 4px;
        border: 1px dotted #ccc;
    }

        .typography .pic img {
            display: block;
        }

    .typography .pic-right {
        float: right;
        margin: 0 0 10px 20px;
    }

    .typography .link {
        text-decoration: underline;
        color: #2da5da;
        cursor: pointer;
    }

        .typography .link:hover {
            text-decoration: none;
        }

    .typography h1:first-child,
    .typography h2:first-child,
    .typography h3:first-child,
    .typography h4:first-child,
    .typography h5:first-child,
    .typography h6:first-child,
    .typography p:first-child {
        margin-top: 0;
    }

    .typography .text-center {
        text-align: center;
    }

    .typography .text-right {
        text-align: right;
    }


/**/
/* icons */
/**/
.opus-tabs > label .fa {
    display: block;
    float: left;
    width: 18px;
    margin: 0 12px 0 -6px;
    font-family: FontAwesome, 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}




/* Core */


.hidden {
    display: none !important;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}


.width_20 {
    width: 20%;
}

.width_40 {
    width: 40%;
}

.width_50 {
    width: 50%;
}

.width_60 {
    width: 60%;
}

.width_80 {
    width: 80%;
}

.width_100 {
    width: 100%;
}

.absolute {
    position: absolute;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

#header {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 144px;
    background: #fff;
    width: 100%;
    border-bottom: 4px solid #eeeeee;
}

#header-logo {
    max-width: 1000px;
    margin: 0 auto;
}

.header-logo {
    float: left;
    margin: 15px 0 0 0;
}

#reg-input-bg {
    padding: 5px;
    background: #000;
    width: 193px; /*180px*/
    border-radius: 8px;
    margin: 0 0 10px 0;
}

.input-field {
    height: 32px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 10px 1px 10px;
    border: #888 solid 1px;
}

    .input-field.regnr {
        width: 105px; /*87px*/
        text-transform: uppercase;
        margin: 0;
        padding-left: 33px;
        background: #fff url(../img/eu-symbol.png) left top no-repeat;
    }

.input-area {
    height: 96px;
    width: 432px;
    font-size: 17px;
    font-weight: bold;
    padding: 1px 10px 0 10px;
    border: #888 solid 1px;
}

.input-field.position {
    width: 155px;
    text-transform: uppercase;
    margin: 0 -12px 0 0;
}

.input-submit-button {
    float: right;
    padding: 4px 10px 1px 10px;
    height: 28px;
    color: #069999;
    font-size: 18px;
    font-weight: bold;
    border: #aaa solid 1px;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    margin-left: -12px;
    /*text-shadow:#fff -1px -1px 1px;*/
    background: #ddd;
    background: -moz-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ddd), color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top, #eee 0%,#ddd 50%,#ccc 100%);
    background: -o-linear-gradient(top, #eee 0%,#ddd 50%,#ccc 100%);
    background: -ms-linear-gradient(top, #eee 0%,#ddd 50%,#ccc 100%);
    background: linear-gradient(to bottom, #eee 0%,#ddd 50%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 );
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .input-submit-button:hover {
        color: #333;
        cursor: pointer;
    }

.inset-shadow {
    background: #dfdfdf;
    box-shadow: #aaa 0 1px 4px inset;
    border-radius: 3px;
}

.car-item {
    background: #eee;
    background: -moz-linear-gradient(top, #eee 0%, #d4d4d4 50%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#d4d4d4), color-stop(100%,#ddd));
    background: -webkit-linear-gradient(top, #eee 0%,#d4d4d4 50%,#ddd 100%);
    background: -o-linear-gradient(top, #eee 0%,#d4d4d4 50%,#ddd 100%);
    background: -ms-linear-gradient(top, #eee 0%,#d4d4d4 50%,#ddd 100%);
    background: linear-gradient(to bottom, #eee 0%,#d4d4d4 50%,#ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ddd',GradientType=0 );
    border-radius: 4px;
    margin: 5px 0 10px 0;
    padding: 8px;
    border: #fff 1px solid;
    box-shadow: #444 0 0 6px;
}

.closeButton {
    position: absolute;
    float: left;
    margin-left: -16px;
    margin-top: -16px;
}

    .closeButton:hover {
        cursor: pointer;
        opacity: 0.8;
    }

.car-image {
    background: #FFFFFF;
    width: 180px;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.reg-nr {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-shadow: #fff -1px -1px 1px;
    text-transform: uppercase;
    padding: 6px 5px 5px 21px;
    border: #222 solid 2px;
    border-radius: 5px;
    width: 100px;
    margin: 8px auto;
    box-shadow: #000000 0px 1px 4px;
    background: url(../img/eu-symbol.png) left top no-repeat;
}

.car-info {
    padding: 5px 0 0 0;
    width: auto;
    margin: 0 0 0 10px;
    color: #444;
    font-size: 15px;
    /*text-shadow: #efefef -1px -1px 1px;*/
}

    .car-info .row {
        border-top: 1px solid #efefef;
        width: auto;
        border-bottom: 1px solid #ccc;
        padding: 4px 0;
    }

        .car-info .row:first-child {
            border-top: none;
        }

        .car-info .row div {
            display: inline-block;
        }

            .car-info .row div:first-child {
                font-weight: bold;
                margin-right: 8px;
                min-width: 145px;
                text-align: right;
            }

    .car-info span {
        line-height: 22px !important;
    }

    .car-info .t_right span {
        font-weight: bold;
        font-size: 12px;
    }

    .car-info .t_left span {
        text-transform: uppercase;
        margin-left: 8px;
    }

.option-field {
    width: 380px;
    margin: 0;
    border: #999 solid 1px;
}

    .option-field h4 {
        margin: 4px 10px -4px 18px;
    }

        .option-field h4 span {
            color: #737373;
        }

.service-option {
    background-image: none;
    background: #ccc;
    color: #222;
    cursor: pointer;
    border-top: #c9cfc9 solid 1px;
    border-right: #888 solid 1px;
    border-bottom: #333 solid 1px;
    border-left: #888 solid 1px;
    padding: 5px 0 0 0;
    height: auto;
    width: auto;
    margin: 10px 4px;
    box-shadow: #444 0 1px 2px;
    border-radius: 4px;
    text-shadow: #fff 1px 1px 1px;
}

    .service-option:hover {
        background-image: none;
        background: rgb(255,255,255); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
        cursor: pointer;
        border-top: #c9cfc9 solid 1px;
        border-right: #aaa solid 1px;
        border-bottom: #555 solid 1px;
        border-left: #aaa solid 1px;
        box-shadow: #000 0 1px 5px;
    }

input[type="checkbox"]:checked + label .service-option {
    background: #069999;
    color: #fff;
    box-shadow: #555 0 0 2px;
    border-top: #13BFBF solid 1px;
    border-right: #046868 solid 1px;
    border-bottom: #444 solid 1px;
    border-left: #046868 solid 1px;
    text-shadow: #000 1px 1px 1px;
}


input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        margin-top: 10px;
        color: #f2f2f2;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

        input[type="checkbox"] + label:hover {
            cursor: pointer;
        }

.service-item {
    margin: 0 0 5px 5px;
    display: inline-block;
    width: 242px;
    /*border-right: solid #aaa 1px;*/
    /*Tag6182*/
}

input[type="checkbox"]:checked + label .service-item {
    /*border-right: solid #2eb2b2 1px;*/
    /*Tag6182*/
}

#forsta-lediga-tid .service-option {
    margin: 10px 0;
    height: 30px;
}

#forsta-lediga-tid .service-item {
    width: auto;
    border-right: none;
    margin-top: 2px;
}

.service-item-price {
    font-family: Arial, sans-serif;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    margin: 0 5px 5px;
    max-width: 85px;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 4px 3px 8px;
    vertical-align: top;
    background: url(../img/check_radio_sheet_19.png) left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    background: url(../img/check_radio_sheet_19.png) -19px top no-repeat;
}

#trigger {
    background-image: none;
    background: #333; /* Old browsers */
    background: -moz-linear-gradient(top, #555 1%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 1%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 1%,#333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555 1%,#333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555 1%,#333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#333',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    height: 35px;
    width: auto;
    margin: 10px 4px 0px 4px;
    box-shadow: #000 0 1px 3px;
    border-top: #aaa solid 1px;
    border-right: #333 solid 1px;
    border-bottom: #111 solid 1px;
    border-left: #333 solid 1px;
    border-radius: 4px;
}

    #trigger:hover {
        background: #4a4a4a;
    }

    #trigger p {
        color: #7a7a7a;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 18px;
        text-shadow: #222 -1px -1px;
        margin: 7px 0 0 0;
        text-decoration: none;
    }

.toggle-icon:before {
    font-style: normal !important;
    font-family: "FontAwesome";
    content: "\f138";
    color: #a0a0a0;
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
    float: left;
    margin: 6px 12px 0 6px;
}

.trigger.active .toggle-icon:before {
    content: "\f13a";
    color: #bfbfbf;
}

#forsta-lediga-tid {
    float: left;
    width: 220px;
    margin-top: 290px;
    background: url(../img/pil-ner.png) bottom center no-repeat;
    text-align: center;
}

    #forsta-lediga-tid h5 {
        padding-bottom: 7px;
        border-bottom: #333 solid 1px;
        margin-bottom: 25px;
        font-size: 14px;
    }

/* BOOKING CALENDAR */
.calender-title {
    padding: 15px 0 0 5px;
    color: #9aa49a;
}

.calendar-holder {
    text-align: center;
}

.calendar-info-bar {
    font-family: "open sans",verdana;
    font-size: 12px;
    margin-top: 4px;
    padding-bottom: 5px;
    text-align: center;
}

.calendar-nav {
    height: 68px;
    display: inline-block;
    position: relative;
    padding: 0px;
}

    .calendar-nav .prev-cal,
    .calendar-nav .next-cal {
        height: 50px;
        float: left;
        margin: 0;
        width: 98px;
        color: #000000;
        border: #aaa solid 1px;
        border-top: 0px;
        box-shadow: #aaa 0 2px 3px inset;
        background: #dbdbdb;
        background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f2f2f2));
        background: -webkit-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
        background: -o-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
        background: -ms-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
        background: linear-gradient(to bottom, #dbdbdb 0%,#f2f2f2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2',GradientType=0 );
    }

        .calendar-nav .prev-cal:hover,
        .calendar-nav .next-cal:hover {
            background: #dbdbdb;
        }

        .calendar-nav .prev-cal.blocked:hover,
        .calendar-nav .next-cal.blocked:hover {
            background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f2f2f2));
            background: -webkit-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
            background: -o-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
            background: -ms-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
            background: linear-gradient(to bottom, #dbdbdb 0%,#f2f2f2 100%);
            cursor: not-allowed;
        }

    .calendar-nav .prev-cal {
        border-radius: 0 0 0 5px;
    }

    .calendar-nav .next-cal {
        border-radius: 0 0 5px 0;
    }

    .calendar-nav .icon {
        font-style: normal !important;
        font-family: "FontAwesome";
        content: "\f138";
        color: #a0a0a0;
        font-size: 38px;
        display: inline-block;
        float: left;
        width: 35px;
        text-align: center;
        padding: 6px 0 0 0;
        text-decoration: none;
    }

    .calendar-nav .prev-cal .icon:before {
        content: "\f137";
        margin: 0 0 0 0;
    }

    .calendar-nav .next-cal .icon:before {
        content: "\f138";
        margin: 0 0 0 10px;
    }

    .calendar-nav .prev-cal:hover .icon:before, .calendar-nav .next-cal:hover .icon:before {
        color: #069999;
    }

.select-week {
    /*margin: 14px 18px;*/
    margin: 7px 9px;
    font-weight: bold;
}

.open-month {
    float: left;
    position: relative;
    width: 118px;
    height: 51px;
    border-bottom: #888 solid 1px;
    background: #efefef;
    text-align: center;
    margin: -1px 0 0 0;
    overflow: visible;
    z-index: 1000;
    box-shadow: #777 0 1px 3px;
    color: #444;
}

.ui-datepicker-trigger {
    font-family: "FontAwesome";
    font-size: 42px;
    color: #555;
    padding-top: 1px;
}

    .ui-datepicker-trigger:hover {
        color: #069999;
        cursor: pointer;
    }

.date-picker {
    z-index: 100000;
}

.booking-calendar {
    margin-left: -20px;
    margin-right: -1px;
    background: #fff;
    /*height: 360px;*/
    color: #444;
    font-family: arial;
    font-size: 12px;
    position: relative;
}

.booking-calendar-header {
    display: block;
}

.hours-column {
    color: #777;
    height: 100%;
    padding-right: 7px;
    text-align: right;
    width: 58px;
}

.weekday {
    width: 95px;
    position: relative;
    height: 100%;
}

    .weekday span {
    }

.exact-time {
    color: #fff;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    margin-top: 2px;
}

.hide-show {
    display: none;
}

.show-hide {
    display: inline;
}



.exact-price {
    font-weight: bold;
}

.hour {
    height: 28px;
    position: relative;
}

.available, .booked {
    margin: 1px;
    border-radius: 4px;
    border: solid 1px #fff;
    padding: 2px 0 0 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.available {
    background-color: #069999;
    font-weight: bold;
}

    .available:hover {
        background-color: #1ca2a2;
        cursor: pointer;
        font-weight: bold;
    }

    .available.active {
        background-color: #E56D1A;
    }

.booked {
    background: #e8e8e8;
}

    .booked span {
        display: none;
    }

.left-column {
    float: left;
    width: 220px;
    padding: 0px 15px 10px 0px;
}

/* Google Maps
====================================*/
/*#googlemaps {
    padding-bottom: 22%;
    border-radius: 5px;
    min-height: 190px;
    overflow: hidden;
    width: 714px;
    margin-top: 10px;
}*/


/*#google-map-container img {
        max-width: none !important;
        border-radius: 5px;
        overflow: hidden;
    }*/

/* Bekräftelsesidan
====================================*/
.padding-10 {
    padding: 10px;
}

.order-summary {
    border-radius: 4px;
    border: #e8e8e8 1px solid;
    background: #efefef;
}

#calendar-nav-1, #calendar-nav-2, #calendar-nav-3 {
    margin: -1px 0 0 0;
}

/*#endregion*/


/*Clear the float on any element*/
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hidden-address, .hidden-address-mobile {
    display: none;
}

.opus-tabs > input:checked + label .hidden-address {
    display: inline-block;
    margin: 5px 5px 8px 2px;
    font-weight: 100;
    font-size: 85%;
    line-height: 13px;
}

.next-button {
    padding: 17px 19px 15px;
    color: #247e7b !important;
    font-weight: bold;
    text-decoration: none !important;
    text-shadow: #fff -1px -1px 1px;
    margin: 0 1px 10px 0;
    background: #ddd;
    background: -moz-linear-gradient(top, #eee 0%, #ddd 50%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ddd), color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top, #eee 0%,#ddd 50%,#ccc 100%);
    background: -o-linear-gradient(top, #eee 0%,#ddd 50%,#ccc 100%);
    background: -ms-linear-gradient(top, #eee 0%,#ddd 50%,#ccc 100%);
    background: linear-gradient(to bottom, #eee 0%,#ddd 50%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 );
    border-radius: 3px;
    border-top: #fff solid 1px;
    box-shadow: #666 0 1px 2px;
}

    .next-button:hover {
        cursor: pointer;
        color: #333;
        background: #ccc;
        background: -moz-linear-gradient(top, #eee 0%, #c8c8c8 50%, #bababa 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#c8c8c8), color-stop(100%,#bababa));
        background: -webkit-linear-gradient(top, #eee 0%,#c8c8c8 50%,#bababa 100%);
        background: -o-linear-gradient(top, #eee 0%,#c8c8c8 50%,#bababa 100%);
        background: -ms-linear-gradient(top, #eee 0%,#c8c8c8 50%,#bababa 100%);
        background: linear-gradient(to bottom, #eee 0%,#c8c8c8 50%,#bababa 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#bababa',GradientType=0 );
    }

.button-holder {
    color: #680001;
    margin: 8px 0 0 0;
    width: 100%;
}

    .button-holder a {
        margin-left: 1%;
    }

        .button-holder a.next-button {
            min-height: 38px;
            max-height: 38px;
            padding: 18px 0 0 0;
            position: relative;
            float: left;
            text-align: center;
            width: 32%;
            overflow: hidden;
        }

            .button-holder a.next-button.img {
                min-height: 58px;
                max-height: 58px;
                height: 58px;
                padding: 0;
                background: none;
                border: none;
                box-shadow: none;
            }

                .button-holder a.next-button.img:hover {
                    opacity: 0.7;
                }

                .button-holder a.next-button.img img {
                    max-height: 100%;
                    max-width: 100%;
                    border-radius: 4px;
                    overflow: hidden;
                }

.confirm-and-pay a.next-button {
    float: right;
}

.button-holder.confirm-and-pay a:last-child {
    float: left;
    margin-left: 0;
}

/* Stepmenu BEGIN
====================================*/
.opus-tabs > label span.step-menu {
    color: white;
    text-indent: -5000px;
    background: none;
    background: url("../img/step-menu.png") no-repeat right top;
    height: 54px;
    margin: 0;
}

    .opus-tabs > label span.step-menu.opus-tab1 {
        background-position: 0 0;
        width: 171px;
    }

/*.opus-tabs > label span.step-menu.opus-tab1:hover {
            background-position: 0 -65px;
        }*/

.opus-tabs > input:checked + label span.step-menu.opus-tab1 {
    background-position: 0 -130px;
}

.opus-tabs > label span.step-menu.opus-tab2 {
    background-position: -171px 0;
    width: 177px;
    margin-left: -32px;
}

/*.opus-tabs > label span.step-menu.opus-tab2:hover {
        background-position: -171px -65px;
    }*/

.opus-tabs > input:checked + label span.step-menu.opus-tab2 {
    background-position: -171px -130px;
}

.opus-tabs > label span.step-menu.opus-tab3 {
    background-position: -348px 0;
    width: 164px;
    margin-left: -31px;
}

/*.opus-tabs > label span.step-menu.opus-tab3:hover {
        background-position: -348px -65px;
    }*/

.opus-tabs > input:checked + label span.step-menu.opus-tab3 {
    background-position: -348px -130px;
}
/*Särskiljer dessa från övriga tabbar.*/
.opus-tabs > input:checked + label span.step-menu span {
    background: transparent;
}

.opus-tabs > label:hover span.step-menu span {
    background: transparent;
}

/* Stepmenu END
====================================*/

.lamna-hela-dagen {
    margin: 1px;
    border-radius: 4px;
    border: solid 1px #fff;
    padding: 0;
    background: #E56D1A;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

    .lamna-hela-dagen a {
        color: #fff;
        text-decoration: none;
    }

    .lamna-hela-dagen:hover {
        background: #069999;
        cursor: pointer;
    }

/*css for the select multiple bookings list*/

.ui-dialog.ui-widget {
}

#feedback {
    font-size: 1.4em;
}

#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #selectable li, #selectable .ui-selecting, #selectable .ui-selected {
        border-radius: 3px;
        overflow: hidden;
    }

    #selectable li {
        margin: 3px 0;
        padding: 0.4em;
        font-size: 1.0em;
        height: 18px;
        background: #f6f6f6;
        border-top: #999 solid 1px;
        border-right: #777 solid 1px;
        border-bottom: #444 solid 1px;
        border-left: #777 solid 1px;
    }

        #selectable li:hover {
            cursor: pointer;
            background: #20B5B5;
        }

    #selectable .ui-selecting {
        background: #069999 !important;
    }

    #selectable .ui-selected {
        background: #069999;
        color: #fff;
        border-top: #13BFBF solid 1px;
        border-right: #046868 solid 1px;
        border-bottom: #444 solid 1px;
        border-left: #046868 solid 1px;
        text-shadow: #058787 1px 1px 1px;
    }


/* Menu från kundportalen
====================================*/
.container {
    max-width: 1100px;
    margin: 0 auto;
}

#current,
.menu ul li a:hover,
.menu ul > li:hover > a {
    color: #fff;
    background: #069999 !important;
}

#navigation {
    float: left;
    margin-top: 78px /* Om där är text i ':before'. 17px */;
    margin-left: 30px;
}

    #navigation:before {
        content: "";
        font-family: 'Michroma', sans-serif;
        font-size: 40px;
        color: #999;
    }

.menu ul {
    /*margin: 20px 0 0 0;*/
    padding: 0;
    list-style: none;
}

    .menu ul li {
        position: relative;
    }

    .menu ul ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 100;
        width: 175px;
    }

.menu > ul li {
    float: left;
}

.menu ul li:hover > ul {
    display: block;
}

.menu ul a {
    display: block;
    position: relative;
}

.menu ul ul ul {
    top: 0;
    left: 100%;
}

.menu ul a {
    text-decoration: none;
}

.menu ul > li > a {
    color: #063A46;
    text-transform: uppercase;
    font-family: 'Michroma', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 18px 7px;
    overflow: hidden;
    /*border-bottom: 3px solid transparent;*/
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    margin-right: 10px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.65);
}


.menu ul li a {
    -webkit-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
    -moz-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
    -o-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
    -ms-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
    transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
}

.username {
    color: #e56d1a;
    font-family: 'Michroma', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    float: right;
    background: #fff;
    margin-top: 5px;
    margin-right: 5px;
}

/* =================================================================== */
/* Color Legend
====================================================================== */
.ColorLegend {
    font-size: 9px;
    padding-right: 6px;
    padding-left: 6px;
    line-height: 24px;
    display: block;
    text-align: center;
}


.LegendBookingRegistered {
    background-color: #47C247;
    text-shadow: none;
    border: 1px solid #000000;
    color: #000000;
    padding: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.LegendBookingNotRegistered {
    text-shadow: none;
    border: 1px solid #000000;
    color: #000000;
    padding: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.LegendBookingCompleted {
    background-color: #a0a09f;
    text-shadow: none;
    border: 1px solid #000000;
    color: #000000;
    padding: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.LegendBookingCalledIn {
    background-color: #ff9933;
    text-shadow: none;
    border: 1px solid #000000;
    color: #000000;
    padding: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.LegendBookingDriveIn {
    background-color: #52c2ef;
    text-shadow: none;
    border: 1px solid #000000;
    color: #000000;
    padding: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.fa.fa-credit-card.PrepaidBooking {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 5px;
}

.intelecomchat {
    z-index: 10;
}

.bold-info {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    color: #333;
}

/*Collapse css*/

.panel .panel-heading a {
    text-decoration: none;
}

.panel .panel-heading:hover {
    background: #eee;
}

#divContactInfo input {
    font-size: 1em;
}

.error-msg {
    color: #f44336 !important;
    font-weight: 600;
}

a.disabled, button.disabled {
    pointer-events: none;
    color: #555;
}

#radioPayAtStation, #radioPayWithKlarna {
    position: relative;
    top: 4px;
}
/*End Collapse css*/


/*Timeout reminder*/

#timeoutReminder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: #e57373;
    color: #f2f2f2;
    font-family: "Open sans";
    z-index: 1001;
}

    #timeoutReminder a {
        position: absolute;
        top: 16px;
        right: 16px;
        color: #333;
    }

.text-bold {
    font-weight: 700;
}
