@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300);

body, html {
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    /*
    background-image: url(img/BG-2000x626.jpg);
    background-size: inherit;
    background-position: center 90px;
    background-repeat: no-repeat;
    */
    background-image: url(img/2012_citroen_ds4_87_1600x1200.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.bgfade {
    background: #2d3841;
    background: -moz-linear-gradient(-45deg, #77fecb 0%, #41c8cb 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #77fecb), color-stop(100%, #41c8cb));
    background: -webkit-linear-gradient(-45deg, #77fecb 0%, #41c8cb 100%);
    background: -o-linear-gradient(-45deg, #77fecb 0%, #41c8cb 100%);
    background: -ms-linear-gradient(-45deg, #77fecb 0%, #41c8cb 100%);
    background: linear-gradient(135deg, #2973a2 0%, #3a5973 100%);
}
/*
POPUP START
 */


body:after {
    content: "";
    display: none;
    position: fixed; /* could also be absolute */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.6);
}

.overlay_popup {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translate(-50%, -0%);
    display: none;
    padding: 0px;
    width: 95%;
    max-width: 800px;
    min-height: calc(100% - 30px);
    /* height: 365px; */
    /* max-height: 80%; */
    /* position: fixed; */
    /* top: 33%; */
    /* left: 3%; */
    /* margin-top: -100px; */
    /* margin-left: -2%; */
    background-color: #fff;
    border-radius: 5px;
    /* text-align: center; */
    z-index: 100;
    box-shadow: 0px 0px 15px #000;
    margin-bottom: 15px;
}

body.popup-open:after, .popup-open {
    display: block;
    overflow: hidden; /*prevents bg content from scrolling when popup shown*/
}


span.close_span {font-family: "Fjalla One", Arial, sans serif;/* background: #cccccc; */border-radius: 3px 3px 0px 0px;width: 100%;font-size: large;display: grid;text-align: -webkit-left;padding: 17px 75px;border-bottom: 1px solid #3a5e81;line-height: 19px;}
span.close_span strong {
    /*
      text-align: -webkit-left;
      display: -webkit-box;
      */
    color: aliceblue;
    font-size: large;
    padding: 0 0 6px 0;
    margin-top: 0px;
    -webkit-font-smoothing: antialiased;
}

@media print,screen and (min-width:370px){
    span.close_span strong {
        font-size: larger;
    }
}
@media print,screen and (min-width:570px){
    span.close_span strong {
        font-size: xx-large;
    }
}
span.close_span i.popup-icon {
    font-size: 50px;
    padding: 0px 0px 0px 0px;
    color: #1a415a8f;
    position: absolute;
    margin: 7px 0px 0 0;
    left: 9px;
}
span.close_span a {
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;
    position: absolute;
    font-weight: 600;
    margin-top: -28px;
    right: 5px;
    top: 5%;
    font-size: 32px;
}
span.close_span a:hover {
    color: #fd0000d6;
}
span.close_span small {
    color: gainsboro;
    letter-spacing: 1.5px;
    font-size: large;
}

div.overlay_popup ul {
    list-style-type: none;
    display: -webkit-box;
    border-top: 1px solid #ccc;
    padding: 5px;
    bottom: 0px;
    margin: 0px;
    font-family: "Fjalla One", Arial, sans serif;
    /* position: absolute; */
    width: 100%;
}
div.overlay_popup ul li a {
    color: dimgray;
}
div.overlay_popup ul li a:hover {
    color: #191970;
}
div.overlay_popup ul li a.delbutton:hover {
    color: red;
}
div.overlay_popup ul li a.utlamnadebtn:hover {
    color: green;
}
div.overlay_popup ul
li {
    padding: 0px 10px;
}

div.overlay_popup ul
li:last-child {
    position: absolute;
    right: 0;
}

#lista-bilar-match {
    position: absolute;
    top: 5%;
    left: 2%;
    width: 96%;
    height: 90%;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
    background: lightblue;
    border: 4px solid #333;
    border-radius: 6px;
    padding: 3px;
}

/*
POPUP END
 */

.input_container ul {
    width: 206px;
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9;
    background: #f3f3f3;
    list-style: none;
}
.input_container ul li {
    padding: 2px;
}
.input_container ul li:hover {
    background: #eaeaea;
}
#bil_tillvarkare_ul, #bil_modell_ul {
    display: none;
    position: inherit;
    margin: -1px 0px;
    border-left: 4px solid #cc4b37;
    padding: 6px;
    border-bottom: 1px solid #333;
}
#bil_tillvarkare_ul li, #bil_modell_ul li {
    line-height: normal;
    border-bottom: 1px solid #ddd;
    color: darkslategray;
}

div#f-element-flex {
    display: -webkit-inline-box;
}
div#f-element-flex-plats {
    display: inline-grid;
    width: 48%;
}
div#f-element-flex > label {
    font-weight: bold;
    color: #1779ba !important;
}
#header {
    display: none !important;
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    display: block;
    padding: 10px 0px 0px 30px;
    background-color: #2f2f2f;
    color: #999;
    font-size: 13px;
    z-index: 2;
}
@media print,screen and (max-width:30em){

    #header .logga {
        width: 170px !important;
        height: 40px !important;
        background-size: cover !important;
        margin: -20px !important;
    }
}
#header .logga {
    display: -webkit-inline-box;
    width: 270px;
    height: 65px;
    background-image: url('img/yourcarlogo-270x65.png');
}
div#content {
    margin: 97px 0px 0px 0px;
}
div#wrapp-sok {
    display: block;
    width: 80%;
    margin: 90px 0 0 -4px;
    line-height: 0px;
}

div#wrapp-sok h1 {
    color: #105fa4;
    text-shadow: 0px 0px 2px #333;
    -webkit-text-stroke: 1.5px #fff;
    font-size: -webkit-xxx-large;
}

h2.added {
    color: #758675;
    font-size: xx-large;
    padding: 0 19px 21px 5px;
    line-height: 0px;
    /* text-shadow: 5px 3px 12px #332; */
    font-size: xx-large;
    margin: 20px auto;
    font-family: serif;
}
.form_sok_reg {
    font-size: 18px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    width: 90% !important;
    padding: 30px 35px !important;
    margin: 0px 0px 0px 3px;
}
.btn_reg {
    width: auto;
    margin: 0px;
    padding: 25px;
    height: 62px;
    display: flex;
    color: #ececec !important;
    font-size: medium;
    font-weight: 600;
}

.form_new_tabell {
    margin: 0px;
    width: 100%;
}

input[type="text"], select {
    display: inline-block;
    width: 100%;
}
textarea {
    font-size: initial;
    width: 100%;
}

span.new_title {
    font-size: x-large;
    width: 255px;
    display: -webkit-box;
}
span.noresults {
    display: block;
    font-size: xx-large;
    margin: 20px;
    background-color: firebrick;
    width: 450px;
    padding: 18px;
    border-radius: 13px;
}

table {
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 9px;
    padding: 10px 20px 10px 10px;
    font-size: x-large;
}
table.info-wrapper {
    width: 100%;
    padding: 0;
    background: rgba(255, 250, 240, 0.74);
    border-radius: 8px;
    margin: 0px 0px;
}
table tr {
    height: 35px;
    padding: 5px 10px 5px 10px;
}

table tr td {
    width: 45%;
    text-align: -webkit-left;
    border-bottom: 1px solid;
    padding: 2px 0 2px 10px;
    font-size: medium;
}






a.add_new {
    background-color: #333;
    padding: 10px;
    border-radius: 7px;
    text-decoration: none;
    color: aliceblue;
    margin: 1px 10px;
    display: -webkit-inline-box;
}
a.add_new:hover {
    background-color: #8a7a7a;
    box-shadow: 0px 0px 8px #333;
}




div#wrapp-lista {
    margin: 5px 0 0 0;
}

ul[name='head']{
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #ccc;
    margin-top: -6px;
    margin-bottom: -2px;
    margin-left: 0;
    background-color: #fff;
    list-style-type: none;
}
ul[name='head'] > li{
    width:11%;
    float:left;
    box-sizing:border-box;
    padding:20px 30px;
    min-height:78px;
    font-size:14px;
}
ul[name='head'] > li:nth-child(7){width:33%;}
ul[name='head'] > li:nth-child(6){font-size:12px;color:#999;}
/*
ul[name='head']:nth-child(odd),
 */
ul[name='head']:nth-of-type(2n){background:#e9e9e9;}

.settings{
    width:100%;
    display:none;
    margin-top:-4px;
    padding:30px;
    background:#e1eeff;
    border-top:1px dashed #ccc;
}





.topbar-responsive {
    position: fixed;
    z-index: 100;
    background: #2c3840;
    width: 100%;
    padding: 0.5rem 1.5rem;
}

.topbar-responsive .topbar-responsive-logo {
    color: #fefefe;
    vertical-align: middle;
}

.topbar-responsive .menu {
    background: #2c3840;
}

.topbar-responsive .menu li:last-of-type {
    margin-right: 0;
}

.topbar-responsive .menu a {
    color: #fefefe;
    padding: 0.5em 1em;
    transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
    color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive .menu a {
        padding: 0.875rem 0;
    }
}

.topbar-responsive .menu a.topbar-responsive-button {
    color: #fefefe;
    border-color: #fefefe;
    border-radius: 5000px;
    transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu a.topbar-responsive-button:hover {
    color: #c6d1d8;
    border-color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive .menu .topbar-responsive-button {
        width: 100%;
        margin: 0.875rem 0;
        border: 0px;
    }
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive {
        padding: 0.5rem 0.75rem;
    }
    .menu.simple li:not(:last-child) {
        border-bottom: 1px solid;
        width: 100%;
    }
    .menu.simple li+li {
        margin-left: 0rem;
    }
    .topbar-responsive .menu {
        text-align: left;
    }
    .topbar-responsive .top-bar-title {
        position: relative;
        width: 100%;
    }
    .topbar-responsive .top-bar-title span {
        position: absolute;
        right: 0;
        border: 1px solid #fefefe;
        border-radius: 5px;
        padding: 0.25rem 0.45rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .topbar-responsive .top-bar-title span .menu-icon {
        margin-bottom: 4px;
        margin: 3px 1px 0px;
    }
    .topbar-responsive .top-bar-title span .menu-icon:hover {
        background-color: #2d3941;
        padding: 15px;
        color: #9631ff !important;
    }
    .topbar-responsive .top-bar-title span .menu-icon::after {
        background: #cacaca;
        box-shadow: 1px 11px 0px #cacaca, 1px 23px 0px #cacaca;
    }
    .topbar-responsive .top-bar-title span .menu-icon:hover::after {
        background: #cacaca;
        box-shadow: 1px 11px 0px #cacaca, 1px 23px 0px #cacaca;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive-links {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        width: 100%;
        -webkit-animation: fadeIn 1s ease-in;
        animation: fadeIn 1s ease-in;
    }
}








.form-floating-label {
    position: relative;

}

.form-floating-label [type='text'],
.form-floating-label [type='password'],
.form-floating-label [type='date'],
.form-floating-label [type='datetime'],
.form-floating-label [type='datetime-local'],
.form-floating-label [type='month'],
.form-floating-label [type='week'],
.form-floating-label [type='email'],
.form-floating-label [type='number'],
.form-floating-label [type='search'],
.form-floating-label [type='tel'],
.form-floating-label [type='time'],
.form-floating-label [type='url'],
.form-floating-label [type='color'],
.form-floating-label textarea {
    margin-bottom: 0;
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 300;
    padding: 30px 1rem 1rem 25px;
}

.form-floating-label label {
    color: #353333;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    left: 25px;
    bottom: 0;
    transition: all 0.2s ease-in;
    font-weight: 300;
}

.form-floating-label textarea ~ label {
    top: 20px;
    font-size: 18px;
    font-weight: 300;
}

.form-floating-label input:focus ~ label,
.form-floating-label input:disabled[value] ~ label,
.form-floating-label.has-value input ~ label {
    top: 0;
    font-size: 14px;
    color: dodgerblue;
    font-weight: 400;
}

.form-floating-label textarea:focus ~ label,
.form-floating-label.has-value textarea ~ label {
    top: 0;
    font-size: 14px;
    color: dodgerblue;
    font-weight: 400;
}

/* ********************** */
input, select, textarea {
    font-family: 'Museo Sans', 'helvetica', 'arial';
    font-size: 16px;
}

.visuallyhidden {
    display: none;
}
/* Infield top aligned form labels */

.infield {
    max-width: 500px;
    margin: 0 auto;
}

.infield .mandatory {
    color: #D34545;
    font-size: 20px;
    position: relative;
    top: 5px
}

.infield .f-narrow {
    max-width: 400px;
}

.infield .f-element {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px 10px;
}
div#f-element-flex .f-set {
    display: -webkit-inline-box !important;
}
.infield .f-element.focus,
.infield .f-element.focus input,
.infield .f-element.focus select,
.infield .f-element.focus textarea {
    background: #fefefe;
    /* outline: 0; */
    /* border: 0px; */
    background-color: #f1f1f1;
    box-shadow: none;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}


.infield .f-element.focus {
    border: 1px solid #aaa;
}

.infield .f-element + .f-element.focus {
    /*  border-top: 1px solid #aaa;  */
    margin-top: 0px;
}

.infield .f-element.focus.f-error {
    border-color: #D34545;
}

.infield .f-element.f-error,
.infield .f-element.f-error input {
    background: #fee;
}

.infield .f-element.f-error {
    position: relative;
}

.infield .f-element.f-error:after {
    content: "";
    width: 5px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    background-size: 5px 19px;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url('data:image/png;base64,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');
}

.infield .f-element:after {
    content: "";
    display: table;
    clear: both;
}

.infield .f-element + .f-element {
    border-top: none;
}

.infield .f-set {
    display: inline-block;
}
.infield .f-set::before {
    content: attr(label);
}
.infield .f-element > label {
    font-size: .8em;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    /* cursor: pointer; */
}

.infield .f-element > input,
.infield .f-element > .f-set {
    display: block;
}

.infield .f-err-msg {
    color: #D34545;
    font-size: .75em;
    margin: 0;
}

.infield .f-hint {
    font-weight: 300;
    font-size: .8em;
    color: #009EE2;
}

.infield input {
    font-family: 'Museo Sans', 'helvetica', 'arial';
    font-weight: 100;
    font-size: 1.1em;
    width: 100%;
    border: 1px solid #D6D6D6;
    box-shadow: none;
    padding: 6px;
    background: #fff;
    margin: 0;
    height: 2.5rem;
    min-height: 42px;
}

.infield select {
    font-weight: 100;
    font-size: 1em;
    width: 90%;
    /* border: none; */
    /* padding: 0; */
    border-radius: 4px;
    margin: 1px 0px 5px;
    margin-left: 8px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
}
.infield textarea {
    box-shadow: none;
    border: 0px;
    margin: -4px 0 -10px;
    padding: 7px 10px;
    height: 57px;
    color: #F44336;
    line-height: 15px;
    font-size: 14px;
}
select option.f-opt-dis {
    color: red;
}
.infield .f-opt input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin: 20px 10px 15px 0;
}

.infield .f-opt-label {
    cursor: pointer;
}

.infield .f-buttons {
    border: 0px solid #ddd;
    border-top: none;
    padding: 10px;
}

.infield button.button-single {
    background: #84BC3B;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    padding: .5em 2em;
    cursor: pointer;
}
.infield input[type='submit'].button-single {
    background: #84BC3B;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    padding: .5em 1em;
    cursor: pointer;
    height: auto;
    width: 50%;
    float: right;
}
::-webkit-input-placeholder { /* Chrome */
    color: #807979 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #807979 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #807979 !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #807979 !important;
    opacity: 1;
}


/*
TABS START
 */



.tabs h1, .tabs h2, .tabs h3, .tabs h4, .tabs h5, .tabs h6 {
    margin-top: 0;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}
/* Breakpoints
/* ---------------*/
/* Tab mixin - just give it a breakpoint
/* ---------------*/
/* Tab mixin
/* ---------------*/
@media (max-width: 620px) {
    .tabs--sm {
        border: 1px solid #d4d4d4;
    }
    .tabs--sm .tabs__content {
        border-width: 0;
        border-top-width: 1px;
    }
    .tabs--sm .tabs__list {
        background-color: white;
        margin: 0;
        margin-bottom: -1px;
        display: inline-block;
        width: 100%;
    }

    div.overlay_popup ul.tabs__list
    li:last-child {
        position: relative !important;
        right: auto !important;
        margin-top: 0px !important;
    }
    .tabs--sm .tabs__list .tabs__item {
        overflow: hidden;
        position: absolute;
        height: 0;
    }
    .tabs--sm .tabs__list .tabs__item--active {
        height: auto;
        position: relative;
    }
    .tabs--sm .tabs__list--open .tabs__item {
        position: relative;
        height: auto;
    }
    .tabs--sm .tabs__list--open .tabs__item--active > .tabs__link:after {
        content: none;
    }
    .tabs--sm .tabs__item {
        width: 100%;
        max-width: 100%;
        border-right: 0;
        text-align: left;
    }
    .tabs--sm .tabs__item--active > .tabs__link {
        background-color: #333333;
        color: white;
        border: 0;
    }
    .tabs--sm .tabs__item--active > .tabs__link:hover {
        color: white;
    }
    .tabs--sm .tabs__item--active > .tabs__link:after {
        content: "";
        width: 0;
        height: 0;
        border: .5em solid transparent;
        border-top-color: #ffffff;
        float: right;
        margin-top: .75em;
    }
}

@media (min-width: 761px) {
    div.overlay_popup ul.tabs__list li:last-child {
        position: absolute;
        right: 0;
        margin-top: -36px;
    }
}

@media (max-width: 760px) {
    .tabs--md {
        border: 1px solid #d4d4d4;
    }
    .tabs--md .tabs__content {
        border-width: 0;
        border-top-width: 1px;
    }
    .tabs--md .tabs__list {
        background-color: white;
        margin: 0;
        margin-bottom: -1px;
        display: inline-block;
        width: 100%;
    }
    .tabs--md .tabs__list .tabs__item {
        overflow: hidden;
        position: absolute;
        height: 0;
    }
    .tabs--md .tabs__list .tabs__item--active {
        height: auto;
        position: relative;
    }
    .tabs--md .tabs__list--open .tabs__item {
        position: relative;
        height: auto;
    }
    .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
        content: none;
    }
    .tabs--md .tabs__item {
        width: 100%;
        max-width: 100%;
        border-right: 0;
        text-align: left;
    }
    .tabs--md .tabs__item--active > .tabs__link {
        background-color: #b1b1b1;
        color: white;
        border: 0;
    }
    .tabs--md .tabs__item--active > .tabs__link:hover {
        color: white;
    }
    .tabs--md .tabs__item--active > .tabs__link:after {
        content: "";
        width: 0;
        height: 0;
        border: .5em solid transparent;
        border-top-color: #ffffff;
        float: right;
        margin-top: .75em;
    }
}

@media (max-width: 990px) {
    .tabs--lg {
        border: 1px solid #d4d4d4;
    }
    .tabs--lg .tabs__content {
        border-width: 0;
        border-top-width: 1px;
    }
    .tabs--lg .tabs__list {
        background-color: white;
        margin: 0;
        margin-bottom: -1px;
        display: inline-block;
        width: 100%;
    }
    .tabs--lg .tabs__list .tabs__item {
        overflow: hidden;
        position: absolute;
        height: 0;
    }
    .tabs--lg .tabs__list .tabs__item--active {
        height: auto;
        position: relative;
    }
    .tabs--lg .tabs__list--open .tabs__item {
        position: relative;
        height: auto;
    }
    .tabs--lg .tabs__list--open .tabs__item--active > .tabs__link:after {
        content: none;
    }
    .tabs--lg .tabs__item {
        width: 100%;
        max-width: 100%;
        border-right: 0;
        text-align: left;
    }
    .tabs--lg .tabs__item--active > .tabs__link {
        background-color: #333333;
        color: white;
        border: 0;
    }
    .tabs--lg .tabs__item--active > .tabs__link:hover {
        color: white;
    }
    .tabs--lg .tabs__item--active > .tabs__link:after {
        content: "";
        width: 0;
        height: 0;
        border: .5em solid transparent;
        border-top-color: #ffffff;
        float: right;
        margin-top: .75em;
    }
}

@media (max-width: 1070px) {
    .tabs--xl {
        border: 1px solid #d4d4d4;
    }
    .tabs--xl .tabs__content {
        border-width: 0;
        border-top-width: 1px;
    }
    .tabs--xl .tabs__list {
        background-color: white;
        margin: 0;
        margin-bottom: -1px;
        display: inline-block;
        width: 100%;
    }
    .tabs--xl .tabs__list .tabs__item {
        overflow: hidden;
        position: absolute;
        height: 0;
    }
    .tabs--xl .tabs__list .tabs__item--active {
        height: auto;
        position: relative;
    }
    .tabs--xl .tabs__list--open .tabs__item {
        position: relative;
        height: auto;
    }
    .tabs--xl .tabs__list--open .tabs__item--active > .tabs__link:after {
        content: none;
    }
    .tabs--xl .tabs__item {
        width: 100%;
        max-width: 100%;
        border-right: 0;
        text-align: left;
    }
    .tabs--xl .tabs__item--active > .tabs__link {
        background-color: #333333;
        color: white;
        border: 0;
    }
    .tabs--xl .tabs__item--active > .tabs__link:hover {
        color: white;
    }
    .tabs--xl .tabs__item--active > .tabs__link:after {
        content: "";
        width: 0;
        height: 0;
        border: .5em solid transparent;
        border-top-color: #ffffff;
        float: right;
        margin-top: .75em;
    }
}

.tabs__list {
    margin: 0;
    padding: 5px 5px 0px 5px !important;
    margin-bottom: -1px !important;
}

.tabs__item {
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding: 0px 0px !important;
}

.tabs__item--active > .tabs__link {
    border: 1px solid #d4d4d4;
    background: white;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 3;
    color: #333333;
}
.tabs__item--active > .tabs__link:hover {
    color: #262626;
}

.tabs__link {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333333;
    padding: 0px 0.8em;
    line-height: 2;
    display: block;
    text-decoration: none;
}
.tabs__link:hover {
    text-decoration: underline;
}

.tabs__area {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    height: 0;
}

.tabs__area--active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    height: auto;
}

.tabs__content {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #dadacb;
    overflow: hidden;
    position: relative;
    clear: both;
    padding: 22px;
    /* padding: 2.2rem; */
    font-size: 1.4rem;
}
.overlay_popup .tabs {
    margin: 0;
    padding: 0px 0px 0px 0px;
    border: 0px solid #e6e6e6;
    background: #e8e8e8;
    list-style-type: none;
}
/*
TABS END
 */



.rwd-table {
    padding: 5px !important;
    /* min-width: 300px; */
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.rwd-table th {
    display: none;
}
.rwd-table td {
    display: block;
    width: -webkit-fill-available !important;
    border-bottom: none;
    color: lightslategray;
    padding: 1px;
}
.rwd-table td:first-child {
    /* padding-top: .5em; */
}
.rwd-table td:last-child {
    padding-bottom: .5em;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}
.rwd-table th, .rwd-table td {
    text-align: left;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .0em .5em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}
.rwd-table {
    /* background: #34495E; */
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
}
.rwd-table tr {
    /* border-color: #46637f; */
}
.rwd-table th, .rwd-table td {
    /* margin: .5em 1em; */
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        /* padding: 1em !important; */
    }
}
.rwd-table th, .rwd-table td:before {
    color: #000000;
}


.rwd-table.rekond td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 40%;
    padding: 0px 10px;
    display: inline-block;
}

.rwd-table.rekond tr[data-leveransklar=true] {
    border-left: 7px solid green;
}
.rwd-table.rekond tr[data-leveransklar=false] {
    border-left: 7px solid red;
}
.rwd-table.rekond tr.rwd-rekond-mobile-head td {
    background: lightslategray;
    margin-top: -40px;
    margin-bottom: 0px !important;
    padding: 12px 0px 4px !important;
}
.rwd-table.rekond tr.rwd-rekond-mobile-head button.btn_rekond_add {
    margin-top: -8px;
    padding: 8px 10px 6px !important;
    color: lavenderblush;
    background: #1d080857;
}
.rwd-table.rekond td button[data-bil]:hover,
.rwd-table.rekond td button[data-bil]:hover > i {
    background: transparent;
    color: #d62222 !important;
}
@media (min-width: 480px) {
    .rwd-table.rekond tr.rwd-rekond-mobile-head {
        display: none !important;
    }
    .rwd-table.rekond tr[data-leveransklar=true],
    .rwd-table.rekond tr[data-leveransklar=false] {
       /* border-left: none; */
    }
    .rwd-table.rekond td:before {
        display: none;
    }
    .rwd-table.rekond th, .rwd-table.rekond td {
        padding: 0px 5px !important;
    }
}
.rwd-table.rekond td {
    padding: 5px 5px 0;
}

.rwd-table.rekond tr.new_rekond {
    display: none;
}

.rwd-table.rekond td button {
    padding: 10px !important;
    font-size: 20px !important;
}


.rwd-table.rekond tr[data-editmode=false] .rekond-displaymode,
.rwd-table.rekond tr[data-editmode=true] .rekond-editmode {
    display: block;
}
.rwd-table.rekond tr[data-editmode=true] .rekond-displaymode,
.rwd-table.rekond tr[data-editmode=false] .rekond-editmode {
    display: none;
}

@media (min-width: 480px) {
    .rekond th.rwd-olja, .rekond th.rwd-glykol, .rekond th.rwd-spolarvatska,
    .rekond td.rwd-olja, .rekond td.rwd-glykol, .rekond td.rwd-spolarvatska {
        text-align: -webkit-center;
        border-right: 1px solid #afa9a917;
    }
    .rekond th.rwd-olja,.rekond td.rwd-olja {
        border-left: 1px solid #afa9a917;
    }
    .rwd-table.rekond td[data-th=Bil] {
        font-size: large;
        font-weight: 400;
        /* width: 5% !important; */
        font-family: monospace;
        letter-spacing: 2px;
        color: #3a2b2b;
    }
}

h3.rekond-h3 {
    color: #fff;
    font-size: 30px;
    font-family: monospace;
    text-shadow: 1px 1px 1px #000;
    background: crimson;
    padding: 0px 3%;
    box-shadow: 1px 1px 1px #796767;
}

table.rwd-table.rekond {
    width: 95%;
    margin: 0 auto;
}
i.fa.fa-check.rekond-icon,
i.fa.fa-check-square-o.rekond-icon {
    color: #228b22;
}
i.fa.fa-minus.rekond-icon,
i.fa.fa-square-o.rekond-icon  {
    /* color: #cd5c5c; */
    color: #ce1e1e59;
}

.rekond .overlay_popup {
    max-height: 300px !important;
    min-height: 250px !important;
    top: 30% !important;
}

.rekond span.close_span {
    background-color: #c6d1d8;
}
.rekond .overlay_popup span.rekond-popup-title {
    position: absolute;
    display: -webkit-box;
    margin: -35px 10px 10px 10px;
    font-size: x-large;
    font-weight: 600;
    color: grey;
}
.rekond span.close_span a {
    color: #ff7070;
    text-shadow: 0px 0px 2px #000000;
    position: absolute;
    font-weight: 600;
    margin-top: -10px;
    right: 5px;
    top: 5%;
    font-size: 32px;
}

.rekond span.overlay_popup_bottom {
    bottom: 0px !important;
    width: 100% !important;
    display: block !important;
    border-top: 1px solid #333 !important;
    height: 35px !important;
    position: absolute !important;
}
.rekond span.overlay_popup_bottom button.rekond-del {
    color: #9c9898;
    font-family: monospace;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: -6px;
    position: absolute;
}


div#rekondSearch_result {
    display: none;
    background: #fff;
    width: 95%;
    margin: 10px auto;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #333;
}
div#rekondSearch_result a.rekondSearch_new {
    background: #fff;
    width: max-content;
    margin: 10px 0px;
    padding: 2px 9px;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 1px #1f1c1c47;
    display: block;
}
div#rekondSearch_result a.rekondSearch_new:hover {
    background: #808282;
    color: white;
    text-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 2px 0px #734f4f3d;
}
span.rekondSearchLoad {
    background: lightgrey;
    padding: 5px;
    display: -webkit-box;
    margin: -8px 22px 5px;
    color: #4e4c4c;
    font-size: medium;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #828282;
}
form[name=rekondlist] label span {
    display: -webkit-inline-box !important;
    margin: 4px 20px 5px 35px !important;
    font-size: large !important;
}


.rwd-table tr[data-batteristatus=kontrollera],
.rwd-table tr[data-batteristatus=false] {
    border-left: 8px solid #cc8b00;
    background-color: rgba(250, 255, 42, 0.33);
}
.rwd-table tr[data-batteristatus=urladdad],
.rwd-table tr[data-batteristatus=batterifel] {
    border-left: 8px solid red;
    background-color: rgba(255, 0, 0, 0.11);

}
.rwd-table tr[data-batteristatus=startar],
.rwd-table tr[data-batteristatus=laddad] {
    border-left: 8px solid green;
    background-color: rgba(49, 255, 0, 0.24);

}

span.batteristatus-title:before {
    content: "Batteri:";
    color: darkgrey;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
}
span[data-before]:before {
    content: attr(data-before) ": ";
    color: darkgrey;
    padding: 10px !important;
    display: inline-block;
    font-size: xx-large;
    margin-left: 8px;
    font-family: monospace;
    text-transform: uppercase;
}
span.batteristatus-title {
    font-size: xx-large;
    padding: 8px;
    font-family: monospace;
    text-transform: uppercase;
}
span.batteristatus-startar,
span.batteristatus-laddad {
    color: green;
}
span.batteristatus-urladdad,
span.batteristatus-batterifel {
    color: red;
}
span.batteristatus-kontrollera {
    color: yellow;
}
.button.updatebatteri {
    margin: auto;
    width: 23%;
    padding: 8px 8px;
}
small.batteristatus-small {
    padding: 10px;
    font-size: medium;
    margin-top: -5px;
    position: inherit;
}
input#table-search-box {
    text-transform: uppercase;
}
tr[data-batteristatus]:hover {
    background: #d8d8d8;
    cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
    table#dataTable {
        width: 100%;
    }
}

a.button.page-sok-editlink {
    margin: 0px auto 0px auto !important;
    display: block !important;
    width: 20% !important;
    background-color: grey !important;
}


span.sokplats-ledig {
    display: block;
    font-size: xx-large;
    margin: 10% auto 0px auto;
    text-align: -webkit-center;
    background-color: #5da423;
    width: 450px;
    padding: 18px;
    border-radius: 13px;
    text-transform: uppercase;
}

.startsida-inloggad-som {
    text-align: -webkit-center;
    bottom: 0px;
    font-size: 14px;
    color: darkslateblue;
    background-color: azure;
    position: fixed;
    width: 100%;
    padding: 5px;
}

span[text] {
    font-size: larger;
    position: relative;
    display: block;
    margin: 0rem 0rem;
    padding: 0px 10px;
}
span[text]:before {
    position: relative;
    content: attr(text);
    display: inline-block;
    background: #fff;
    color: #000000;
    padding-right: 1.75rem;
    padding-left: 0.5rem;
    min-width: 150px;
    z-index: 1;
    font-family: monospace;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: 5px solid #2ba6cb;
}
span[text]:after {
    content: '';
    display: block;
    height: 1px;
    background: #cbcbcb;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
/* NYBILSKONTROLL ADMIN */
form.nybilskontroll {
    color: #fff;
}
form.nybilskontroll .section-container {
    background-color: lightslategray;
    margin: 0px 0px;
    border: 1px solid #000;
    padding: 0px 5px 10px 5px;
}
form.nybilskontroll div.section-container div.protokoll-sektion {
    display: inline-block;
    padding: 6px;
}
.checkbox-custom, .radio-custom {

    font-family: Raleway;
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-family: Raleway;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    line-height: normal;
    color: #fff;
}

.radio-custom-green:checked + label.radio-custom-green-label {
    color: limegreen;
}

.radio-custom-red:checked + label.radio-custom-red-label {
    color: red;
}

label.radio-custom-label, label.radio-custom-green-label, label.radio-custom-red-label {
    font-family: none;
    text-transform: uppercase;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.radio-custom-green:checked + .radio-custom-green-label:before,
.radio-custom-red:checked + .radio-custom-red-label:before {
    border-color: initial !important;
    padding: 1px 0px !important;
}
.radio-custom-green:checked + .radio-custom-green-label:before {
    color: green !important;
}
.radio-custom-red:checked + .radio-custom-red-label:before {
    color: red !important;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}