/*
 * Copyright:       (c) 2013-2025 Tn2Tr.com
 * Author:          Sem van den Bos
 * Date Created:    2014-01-31
 */

:root {
    --msw-geel: #efbe24;
    --motoroccasion-geel: #fadc18;
    --marktplaats-oranje: #eda566;
    --marktplaats-maandelijks: #01aff0;
    --marktplaats-booster: #3a26de;
    --marktplaats-autorenew: #ac02bb;
    --qonnex-antraciet: #404040;
    --qonnex-antraciet-80: #40404080;
    --qonnex-blauw: #00adef;
    --qonnex-blauw-30: #00adef30;
    --qonnex-donkerblauw: #005677;
    --qonnex-donkerblauw2: #0088bc;
    --qonnex-donkergroen: #617f14;
    --qonnex-donkerderblauw: #131f44;
    --qonnex-geel: #f8dd19;
    --qonnex-geel-30: #f8dd1930;
    --qonnex-grijs: #bdbdbd;
    --qonnex-groen: #94c11e;
    --qonnex-groen-30: #94c11e30;
    --qonnex-lichtblauw: #aae8ff;
    --qonnex-lichtergrijs: #fafafa;
    --qonnex-lichtgrijs: #ededed;
    --qonnex-lichtgrijs-50: #ededed50;
    --qonnex-lichtgrijs-99: #ededed99;
    --qonnex-rood: #fa0000;
    --qonnex-rood-30: #fa000030;
    --qonnex-rood-80: #fa000080;
    --qonnex-oranje: #eda566;
    --qonnex-oranje-30: #eda56630;
    --zvm-blauw: #e0f2fe;
    --zvm-donkerblauw: #14387f;
}
html {
    height: 100%;
    overflow-y: scroll;
}

#autorefresh-progressbar {
    position: absolute;
    height: 4px;
    width: 100%;
    background-image: linear-gradient(to right, transparent 100%, white 100%);
}

.ui-tabs-anchor {
    outline: none !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
    padding: 10px 13px;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0;
    padding: 0;
/*
http://stackoverflow.com/questions/22011139/google-fonts-are-not-rendering-on-google-chrome
Apparently it`s a known Chrome bug. There`s a css-only workaround that should solve the problem:
It seems like Chrome just needs to be told to repaint the text
*/
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
/*
http://stackoverflow.com/questions/22011139/google-fonts-are-not-rendering-on-google-chrome
Apparently it`s a known Chrome bug. There`s a css-only workaround that should solve the problem:
It seems like Chrome just needs to be told to repaint the text
*/
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to { opacity: 1; }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-expand:before { content: "\f10b"; }
.header-message {
    color: red;
    font-size: 14px;
}
hr {
    border: 0px none;
    color: var(--qonnex-lichtgrijs);
    background-color: var(--qonnex-lichtgrijs);
    height: 2px;
    margin: 3px 0 7px 0;
}
h1 {
    margin: 10px 0 20px 0;
    display: inline-block;
    color: var(--qonnex-blauw);
    font-size: 30px;
    font-weight: 500;
}
h2 {
    margin: 0px 0px 10px;
    font-size: 28px;
}
a {
    text-decoration: none;
}
table {
    border-collapse: collapse;
}
td {
    padding: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    color: #888;
    font-weight: 300;
    font-size: 13px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    color: #888;
    font-weight: 300;
    font-size: 13px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    color: #888;
    font-weight: 300;
    font-size: 13px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    color: #888;
    font-weight: 300;
    font-size: 13px;
}
td img {
    vertical-align: bottom;
}
.mobile-only,
.mobile-only-inline {
    display: none;
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs24 {
    font-size: 24px;
}
.fs28 {
    font-size: 28px;
}
.w60px {
    width: 60px;
}
.bold {
    font-weight: bold;
}

i.orange {
    color: #f0ad4e;
}
.listbutton {
    text-align: right;
    margin-top: -66px;
    min-height: 40px;
    z-index: 100;
    position: relative;
}
.savebuttons {
    margin-top: -3px;
    margin-bottom: -37px;
    text-align: right;
}
.wrapper-bg {
    background-color: #fff;
    padding-bottom: 100px;
    /*min-height: calc(100% - 20px);*/
}
.scew-blue {
    background-color: #fff;
    background-image: url(/bg.svg);
    background-attachment: scroll;
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper-center {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.table {
    display: table;
}
.tr {
    display: table-row;
}
.td {
    display: table-cell;
    vertical-align: top;
}
.th {
    display: table-cell;
    vertical-align: top;
}
.header1 {
    color: #b8b8b8;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    background-color: var(--qonnex-antraciet);
    z-index: 102;
}
.header1 .left_block img {
    vertical-align: middle;
}
.header1 .right_block a {
    padding: 0px 17px;
    margin: 0 0 0 10px;
    cursor: pointer;
    color: #fff;
    background-color: var(--qonnex-blauw);
    display: inline-block;
}
.header1 .right_block a img {
    vertical-align: text-top;
}
.header2 {
    padding-top: 44px;
    background-color: var(--qonnex-lichtgrijs);
    width: 100%;
    z-index: 101;
    margin-bottom: 15px;
    position: fixed;
}
.qx_persistant {
    position: fixed;
}
.qx_main {
    width: 1440px;
    padding: 140px 0 0 0;
}
.scew-blue .qx_main {
    padding: 0;
}
.column {
    float: right;
    padding: 0;
    width: calc(100% - 256px);
}
.column_first {
    float: left;
    padding: 0;
    margin: 0 35px 0 0;
    width: 221px;
}
.visible-xs-inline {
    display: none !important;
}

.detail_column {
    padding: 0;
}
.detail_column_first {
    float: left;
    padding: 0 17px 0 0;
    width: 103px;
}
tr.notificationselected {
    background-color: #00D88C !important;
}

.pointer,
.portlet .ui-icon {
    cursor: pointer;
}
.not-allowed {
    cursor: not-allowed !important;
}

.qx_bottom {
    color: white;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    margin-top: 30px;
    min-width: 953px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--qonnex-antraciet);
    z-index: 10;
}
.qx_bottom a {
    padding: 7px 7px;
    margin: 0px 3px;
    cursor: pointer;
    color: black;
    background: none;
}
.qx_bottom img {
    max-width: 12px;
    max-height: 12px;
    vertical-align: middle;
    margin: 0 4px 0 20px;
}
.qx_bottom-active {
    text-decoration: underline;
}

/*
Styled input (button, input, select)
*/
.inp input, .inp textarea, .inp select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.inp select::-ms-expand {
    display: none;
}

.inp {
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    margin: 0;
    border: 0px solid #fff;
    display: inline-block;
    height: 45px;
    vertical-align: top;
}

.inp > * {
    box-sizing: border-box;
    text-align: left;
    font-weight: 500;
    /* text-shadow: 0px 1px #f4f4f4; */
    border: none;
    font-size: 16px;
    height: 45px;
    padding: 0 10px; /* If you add too much padding here, the options won't show in IE */
    width: 100%;
    background: transparent;
    cursor: pointer;
    font-family: 'Fira Sans', sans-serif;
}
.inp > .selectize-control {
    padding: 0; /* If you add too much padding here, the options won't show in IE */
}
.inp > *:disabled {
    cursor: default;
    opacity: 0.4;
}
.inp select {
    background: url(/select-light.png) calc(100% - 14px) center no-repeat, linear-gradient(to left, #00adef 0px, #00adef 43px, transparent 43px, transparent 100%);
    background: url(/select-light.png) calc(100% - 14px) center no-repeat, -ms-linear-gradient(right, #00adef 0px, #00adef 43px, transparent 43px, transparent 100%);
    padding-right: 42px;
}
.inp.search-blue {
    background: url(/icon-inp-search-light.png) calc(100% - 7px) center no-repeat, linear-gradient(to left, #00adef 0px, #00adef 34px, transparent 34px, transparent 100%);
    background: url(/icon-inp-search-light.png) calc(100% - 7px) center no-repeat, -ms-linear-gradient(right, #00adef 0px, #00adef 34px, transparent 34px, transparent 100%);
    padding-right: 33px;
}
.inp.search-blue i.fa-search {
    position: absolute;
    color: white;
    background: var(--qonnex-blauw);
    width: 36px;
    line-height: 36px;
    right: 0px;
}
.inp.listsort select {
    background: url(/icon/sort.png) calc(100% - 2px) center no-repeat, linear-gradient(to left, #00adef 0px, #00adef 36px, transparent 36px, transparent 100%) !important;
}
.inp select option {
    font-weight: normal;
    text-shadow: none;
    background: #fff;
    color: black;
    padding: 4px;
}
.inp select optgroup {
    font-weight: bold;
    text-shadow: none;
    text-decoration: none;
    background: #fff;
    padding: 4px;
    margin-bottom: 10px;
}
.inp input[type=text], .inp input[type=password], .inp label {
    cursor: auto;
    padding: 0 14px;
    text-align: left !important;
}
.inp label {
    display: block;
    /*line-height: 45px;*/
    cursor: pointer;
}
.inp input[type=file] {
    display: none;
}
.inp:hover {
    /*border-color: var(--qonnex-blauw);*/
    box-shadow: 0 0 3px 3px #ddd;
}
.inp > *:focus {
    box-shadow: 0 0 0px 2px #4E4E8C inset;
    /*border: 2px solid var(--qonnex-blauw);*/
}
.inp.top {}
.inp.bottom {
    border-top: 2px solid var(--qonnex-lichtgrijs) !important;
}
.inp.middle {
    border-left: 2px solid var(--qonnex-lichtgrijs) !important;
}
.inp.left {}
.inp.right {
    border-left: 2px solid var(--qonnex-lichtgrijs) !important;
}
.inp.alone {
    display: block;
}

.inp.rev {
    background-color: #fff;
}
.inp.lightblue {
    /*background-color: #D8F1FC;*/
    box-shadow: 0 0 0px 2px var(--qonnex-blauw) inset;
}
.inp.mp {
    /*background-color: #f2b479;*/
    box-shadow: 0 0 0px 2px rgba(242, 180, 121, 0.55) inset;
}
.inp.mp.mandatory {
    /*background-color: #f2b479;*/
    box-shadow: 0 0 0px 2px #f2b479 inset;
}
.inpgroup.darkgray,
.inp.darkgray {
    background-color: #dedede;
    border-color: #dedede;
}
.inp.darkergray {
    background-color: var(--qonnex-antraciet);
    border-color: var(--qonnex-antraciet);
}
.inp.darkergray > * {
    color: #fff;
}
.inp.gray {
    background-color: var(--qonnex-lichtgrijs);
    border-color: var(--qonnex-lichtgrijs);
}
.inp.blue {
    background-color: var(--qonnex-blauw);
}
.inp.blue > * {
    color: #fff;
}
.inp.brown {
    background-color: #967355;
}
.inp.brown > * {
    color: #fff;
}
.inp.red {
    background-color: var(--qonnex-rood);
}
.inp.red > * {
    color: #fff;
}
.inp.yellow {
    background-color: var(--qonnex-geel);
}
.inp.mswgeel {
    background-color: var(--msw-geel);
}
.bgblack {
    background-color:black !important;
}
.bggreen {
    background-color: var(--qonnex-groen) !important;
}
.bggreen-30 {
    background-color: var(--qonnex-groen-30) !important;
}
.bggrey {
    background-color: var(--qonnex-lichtgrijs) !important;
}
.bluetext {
    color: var(--qonnex-blauw);
}
.greytext {
    color: var(--qonnex-grijs);
}
.greentext {
    color: var(--qonnex-groen);
}
.darkgreentext {
    color: var(--qonnex-donkergroen);
}
.redtext {
    color: var(--qonnex-rood);
}
.yellowtext {
    color: var(--qonnex-geel);
}
.text-highlight {
    background-color: var(--qonnex-lichtblauw);
    color: black;
}
.inp.green {
    background-color: var(--qonnex-groen);
}
.inp.green > * {
    color: #fff;
}
.bgorange {
    background-color: #f0ad4e !important;
}
.inp.orange {
    background-color: #f0ad4e;
}
.inp.facebook {
    background-color: #3b5998;
}
.inp.marktplaats {
    background-color: var(--marktplaats-oranje);
}
.inp.transparent {
    background-color: transparent;
}
.inp.checkbox {
    background-color: transparent;
    height: 17px;
    padding: 0;
    box-shadow: none;
}
.inp.radio {
    background-color: transparent;
    height: auto;
    padding: 0;
    box-shadow: none;
}
.inp.disabled > * {
    opacity: 0.4;
    cursor: default;
}
.inp.disabled:hover {
    box-shadow: none;
}
.inp.black {
    background-color: #000;
}
.inp.black:first-child {
    color: #fff;
}
.inp.search-light > * {
    background: transparent url(/icon-inp-search-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.search-dark > * {
    background: transparent url(/icon-inp-search-dark.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.euro > * {
    background: transparent url(/icon-inp-euro.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.arrow-down-light > * {
    background: transparent url(/icon-inp-arr-down-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.arrow-right-dark > * {
    background: transparent url(/icon-inp-arr-right-dark.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.arrow-right-light > * {
    background: transparent url(/icon-inp-arr-right-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.arrow-right-blue > * {
    background: transparent url(/icon-inp-arr-right-blue.png) no-repeat;
    background-position: calc(100% - 14px) center;
    padding-right: 30px;
}
.inp.arrow-up-light > * {
    background: transparent url(/icon-inp-arr-up-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.checkout > * {
    background: transparent url(/icon/checkout.png) no-repeat;
    background-position: calc(100% - 14px) center;
    background-size: 24px;
}
.inp.new-light > * {
    background: transparent url(/icon-inp-new-light.png) no-repeat;
    background-position: 10px center;
    padding-left: 36px;
}
.inp.new-dark > * {
    background: transparent url(/icon-inp-new-dark.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.edit-light > * {
    background: transparent url(/icon-inp-edit-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.edit-dark > * {
    background: transparent url(/icon-inp-edit-dark.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.copy-light > * {
    background: transparent url(/icon-inp-copy-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.copy-dark > * {
    background: transparent url(/icon-inp-copy-dark.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.next-light > * {
    background: transparent url(/icon-inp-next-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.small.next-light > * {
    background-size: auto 17px;
}
.inp.prev-light > * {
    background: transparent url(/icon-inp-prev-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.small.prev-light > * {
    background-size: auto 17px;
}
.inp.btl-light > * {
    background: transparent url(/icon-inp-btl-light.png) no-repeat;
    background-position: calc(100% - 10px) center;
}
.inp.small.btl-light > * {
    background-size: auto 17px;
}
.inp.next-dark > * {
    background: transparent url(/icon-inp-next-dark.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.save-light > * {
    background: transparent url(/icon-inp-save-light.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.save-dark > * {
    background: transparent url(/icon-inp-save-dark.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.del-red > * {
    background: transparent url(/icon-inp-del-red.png) no-repeat;
    background-position: calc(100% - 14px) center;
}
.inp.helper > * {}
.inp.helper[data-helper]::after {
    content: attr(data-helper);
    position: relative;
    display: inline-block;
    left: calc(100% - 90px);
    top: -33px;
    font-size: 10px;
    vertical-align: sub;
    width: 86px;
    line-height: 11px;
    color: #9f9f9f;
    text-align: right;
}
.inp.kenteken {
    padding: 0px !important;
}
.inp.kenteken > * {
    padding-left: 43px !important;
    width: 100%;
}
.inp.kenteken::before {
    background: transparent url(/kenteken-nl.png) no-repeat 0px 0px;
    content: " ";
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 45px;
}
.inp.small.kenteken::before {
    background-size: 30px;
}
.inp.file > label {
    background: url(/upload-light.png) calc(100% - 14px) center no-repeat, linear-gradient(to left, #00adef 0px, #00adef 43px, transparent 43px, transparent 100%);
    background: url(/upload-light.png) calc(100% - 14px) center no-repeat, -ms-linear-gradient(right, #00adef 0px, #00adef 43px, transparent 43px, transparent 100%);
}
.inp.small {
    height: 36px;
}
.inp.small > * {
    font-size: 14px;
    height: 36px;
    padding: 0 10px;
    background-size: auto 18px;
}
@-moz-document url-prefix() {
    .inp.small button {
        padding: 0 7px;
    }
}
.inp.small > *:not(select) {
    text-align: center;
}
.inp.small select {
    background: url(/select-light.png) calc(100% - 10px) center no-repeat, linear-gradient(to left, #00adef 0px, #00adef 34px, transparent 34px, transparent 100%);
    background: url(/select-light.png) calc(100% - 10px) center no-repeat, -ms-linear-gradient(right, #00adef 0px, #00adef 34px, transparent 34px, transparent 100%);
    padding: 0 33px 0 6px;
}
.inp.small img {
    vertical-align: middle;
}
.inp.smaller {
    height: 20px;
}
.inp.smaller > * {
    font-size: 10px;
    height: 20px;
    padding: 0 !important;
}
.inp.smaller > button > i {
    font-size: 15px;
}
.inp.smaller > *:not(button) {
    padding: 0 4px !important;
    margin-top: 1px;
}
.inp.smaller > *:not(select) {
    text-align: center;
    vertical-align: middle;
}
.inp.smaller select {
    background: url(/select-light.png) calc(100% - 3px) center no-repeat, linear-gradient(to left, #00adef 0px, #00adef 20px, transparent 20px, transparent 100%);
    background: url(/select-light.png) calc(100% - 3px) center no-repeat, -ms-linear-gradient(right, #00adef 0px, #00adef 20px, transparent 20px, transparent 100%);
    padding: 0 20px 0 2px !important;
}
.inp.smaller.alone {
    display: block;
}
.inp.smaller.h25,
.inp.smaller.h25 > * {
    height: 25px;
}
.inp.smaller.h25 > *:not(button) {
    padding: 0px !important;
}
.inp.smaller.h25.alone button {
    width: 25px;
}
.h25 img {
    max-height: 25px;
}
.pad10 {
    padding: 10px;
}
.pad29 {
    padding: 29px;
}

/* chosen inp */
.choseninp:hover {
    /*border-color: var(--qonnex-blauw);*/
    box-shadow: 0 0 3px 3px #ddd;
}
.choseninp.lightblue > * > * {
    /*background-color: #D8F1FC;*/
    box-shadow: 0 0 0px 2px var(--qonnex-blauw) inset;
}

.choseninp .chosen-container-active > * {
    box-shadow: 0 0 0px 2px #4E4E8C inset !important;
    /*border: 2px solid var(--qonnex-blauw);*/
}
.choseninp .chosen-container-single .chosen-single div {
    width: 45px;
    height: 45px;
    background-color: var(--qonnex-blauw);
}
.choseninp .chosen-container-single .chosen-single div b {
    background: url(/select-light.png) calc(100% - 14px) center no-repeat;
}
.choseninp.small .chosen-container-single .chosen-single div b {
    background: url(/select-light.png) calc(100% - 10px) center no-repeat;
}
.choseninp.smaller .chosen-container-single .chosen-single div b {
    background: url(/select-light.png) calc(100% - 3px) center no-repeat;
}
.choseninp .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: calc(100% - 14px) center;
}
.choseninp, .choseninp > .chosen-container, .choseninp > .chosen-container > .chosen-choices, .choseninp > .chosen-container > .chosen-single {
    box-sizing: border-box;
    background-color: #fff;
    min-height: 45px;
    margin: 0;
    border: 0px solid #fff;
}
.choseninp.mp, .choseninp.mp > .chosen-container, .choseninp.mp > .chosen-container > .chosen-choices, .choseninp.mp > .chosen-container > .chosen-single {
    box-shadow: 0 0 0px 2px rgba(242, 180, 121, 0.55) inset;
}
.choseninp > .chosen-container > .chosen-choices {
    max-height: 45px;
    overflow: auto;
}
.choseninp .chosen-container .chosen-results li.active-result {
    white-space: nowrap;
    text-transform: uppercase;
}
.choseninp .chosen-container-single .chosen-single span {
    text-transform: uppercase;
}

.choseninp .chosen-container-single .chosen-single {
    color: #000;
    white-space: nowrap;
    line-height: 45px;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
}
.choseninp.small, .choseninp.small > .chosen-container, .choseninp.small > .chosen-container > .chosen-choices, .choseninp.small > .chosen-container > .chosen-single {
    min-height: 36px;
    font-size: 10px;
}
.choseninp.small > .chosen-container > .chosen-choices {
    max-height: 36px;
}
.choseninp.small .chosen-container-single .chosen-single {
    line-height: 36px;
    font-size: 14px;
}

.choseninp.smaller, .choseninp.smaller > .chosen-container, .choseninp.smaller > .chosen-container > .chosen-choices, .choseninp.smaller > .chosen-container > .chosen-single {
    min-height: 20px;
    font-size: 8px;
}
.choseninp.smaller > .chosen-container > .chosen-choices {
    max-height: 20px;
}
.choseninp.smaller .chosen-container-single .chosen-single {
    line-height: 20px;
    font-size: 10px;
}

.inpgroup {
    display: block;
    height: 45px;
}
.inpgroup.small {
    height: 36px;
}
.logo-home {
    width: 224px;
    height: 180px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #4A4A4A;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
    z-index: 10;
}
.logo-home p {
    margin: 0;
}
.logo-home-end {
    height: 180px;
}

.logo {
    width: 103px;
    height: 87px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #4A4A4A;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
    z-index: 100;
}
.logo p {
    margin: 0;
    font-size: 8px;
}
.logo-end {
    height: 87px;
}

.logo-info {
    float: left;
    position: relative;
    width: 224px;
    font-size: 19px;
    font-weight: bold;
    color: var(--qonnex-antraciet);
    margin-top: -30px;
}
.logo-info p {
    margin: 0 0 10px 0;
    line-height: 25px;
}
.logo-info .inset {
    background-color: var(--qonnex-lichtgrijs);
    font-size: 16px;
    padding: 15px;
    font-weight: normal;
}
.info-block {
    background-color: #01a1dd;
    float: left;
    margin-right: 34px;
    padding: 20px 15px;
    width: 221px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}
.posrel {
    position: relative;
}
.actionblocker {
    display:none; background: rgba(238,238,238,0.7) url(/note_load.gif) center center no-repeat; cursor: wait !important; position: absolute; width: 100%; height: 100%; top:0; right:0; bottom:0; left:0; z-index: 1;
}
.actionblocker .actionblockeralert {
    position: relative;
    padding-top: 50px;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}
.actionblockeralert {
    position: relative; bottom: 30px;
}
.info-block:last-child {
    margin-right: 0px;
}
.info-block img {

}
.info-block h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0 10px 25px;
    text-align: left;
}
.info-block ul {
    text-align: left;
    list-style: none outside url(/info/li.png);
    padding-left: 24px;
    margin: 0;
}
.info-block li {
    font-size: 14px;
    padding-bottom: 7px;
    line-height: 1.2;
    padding-left: 2px;
}
.ucase {
    text-transform: uppercase;
}

.header {}
.header-home {
    height: 180px;
}

.list {

}
.list.text {
    font-weight: bold;
    display: inline-block;
    height: 28px;
    margin: 0px 4px;
    line-height: 28px;
    vertical-align: top;
}
.list.order {
    cursor: pointer;
}
.listheader-img {
    width: 16px !important;
}
.ui-tooltip, .ui-tooltip-arrow:after {
    background: black;
    border: 0.5px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    /*box-shadow: 0 0 7px black;*/
}
.ui-tooltip-arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.ui-tooltip-arrow.top {
    top: -16px;
    bottom: auto;
}
.ui-tooltip-arrow.left {
    left: 20%;
}
.ui-tooltip-arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui-tooltip-arrow.top:after {
    bottom: -20px;
    top: auto;
}
.tar {
    text-align: right !important;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.split {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.split.pct10 {
    width: calc(10% - 2px);
}
.split.pct20 {
    width: 20%;
}
.split.pct25 {
    width: 25%;
}
.split.pct30 {
    width: 30%;
}
.split.pct40,
.split.fourtenth {
    width: 40%;
}
.split.pct33,
.split.onethird {
    width: 33.3%;
}
.split.twothird {
    width: 66.6%;
}
.w50px {
    width: 50px;
}
.w100px {
    width: 100px;
}
.w150px {
    width: 150px !important;
    max-width: 150px !important;
}
.w200px {
    width: 200px;
}
.w400px {
    width: 400px !important;
    max-width: 400px !important;
}
.split.half {
    width: calc(50% - 10px);
}
.split.pct60,
.split.sixtenth {
    width: 60%;
}
.split.pct100 {
    width: 100%;
}
.split.pct80 {
    width: 80%;
}
.split.pct70 {
    width: 70%;
}
.split.pct80 {
    width: 80%;
}
.split.pct90 {
    width: calc(90% - 2px);
}
.split.left {
    float: left;
}
.split.right {
    float: right;
}
.split.pct50,
.split.half.lm, .split.half.rm {
    width: 50%;
}
.split.lm {
    padding-left: 29px;
    padding-right: 20px;
}
.split.pl {
    padding-left: 29px;
}
.split.pr {
    padding-right: 20px;
}
.split.rm {
    padding-right: 29px;
    padding-left: 20px;
}
.split.tm {
    padding-top: 29px;
    padding-bottom: 20px;
}
.split.bm {
    padding-bottom: 29px;
    padding-top: 20px;
}
.split.bl {
    border-left: 2px solid rgb(255, 255, 255);
}
.split.br {
    border-right: 2px solid rgb(255, 255, 255);
}
.bt-white,
.split.bt {
    border-top: 2px solid rgb(255, 255, 255);
}
.split.bb {
    border-bottom: 2px solid rgb(255, 255, 255);
}
.mb4 {
    margin-bottom: 4px;
}

.box {
    box-sizing: border-box;
    display: block;
    position: relative;
    background-color: #fff;
}
.box.grey {
    background-color: var(--qonnex-lichtgrijs);
    padding: 20px;
}
.box.disabled {
    color: silver;
}
.box.disabled img,
img.disabled {
    opacity: 0.4;
}
.inp.disabled img.disabled {
    opacity: 1;
}
.box .title {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #c5c5c5;
    padding: 10px;
    font-size: 1.2em;
}
.box .content {
    padding: 10px;
}
.box > .switch {
    position: absolute;
    top: 7px;
    right: 14px;
}
.box.msw {
    padding: 15px;
}

.ui-widget-content h1 {

}
.ui-widget-content h3 {
    margin: 0;
    font-size: 11px;
    color: var(--qonnex-antraciet);
    text-transform: lowercase;
    font-weight: 500;
}
.ui-widget-content h3:not(.custom-case)::first-letter {
    text-transform: uppercase; /* Eerste letter hoofdletter */
}
.ui-widget-content h3.custom-case {
    text-transform: unset;
}
.ui-widget-content h4 {
    margin: 0 0 2px 5px;
    font-size: 10px;
    color: #7d7d7d;
    /*text-transform: uppercase;*/
}
h4.h2subtitle {
    position: relative;
    top: -15px;
    margin-left: 0;
}

.callout {
    text-align: left;
    display: inline-block;
    background-color: #19A7E3;
    background-image: -moz-linear-gradient(top, #19A7E3, #19A7E3);
    position: relative;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #19a7e3;
    box-sizing: border-box;
    font-size: 10.5px;
}

.callout::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
}

.callout.top::before {
    left: 45%;
    bottom: -20px;
    border-top: 10px solid #19A7E3;
}

.callout.bottom::before {
    left: 45%;
    top: -20px;
    border-bottom: 10px solid #19A7E3;
}

.callout.left::before {
    right: -20px;
    top: 40%;
    border-left: 10px solid #19A7E3;
}

.callout.right::before {
    left: -20px;
    top: 40%;
    border-right: 10px solid #19A7E3;
}

.callout.top-left::before {
    left: 7px;
    bottom: -20px;
    border-top: 10px solid #19A7E3;
}

.callout.top-right::before {
    right: 7px;
    bottom: -20px;
    border-top: 10px solid #19A7E3;
}

#techdata img {
    margin: 0 5px;
    display: inline-block;
}

input[type="checkbox"] + label {
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0 0 0 0px;

    background-image: url(/sprite-checkbox.png);
    background-position: 0 0;
    background-repeat: no-repeat;

    cursor: default;
}
.inp.groen input[type="checkbox"] + label {
    background-image: url(/sprite-checkbox-groen.png);
}
.inp.zvm input[type="checkbox"] + label,
.inp.numotorrijden input[type="checkbox"] + label {
    height: 20px;
    width: 20px;
    background-image: url(/sprite-checkbox-groen20.png);
}
.cke_dialog input[type="checkbox"] + label {
    background-image: none;
}
input[type="checkbox"]:checked + label {
    background-position: -32px 0;
}
.inp.zvm input[type="checkbox"]:checked + label,
.inp.numotorrijden input[type="checkbox"]:checked + label {
    background-position: -40px 0;
}
input[type="checkbox"]:hover + label {
    background-position: -16px 0;
}
.inp.zvm input[type="checkbox"]:hover + label,
.inp.numotorrijden input[type="checkbox"]:hover + label {
    background-position: -20px 0;
}
input[type="checkbox"]:checked:hover + label {
    background-position: -48px 0;
}
.inp.zvm input[type="checkbox"]:checked:hover + label,
.inp.numotorrijden input[type="checkbox"]:checked:hover + label {
    background-position: -60px 0;
}
input[type="checkbox"][disabled] + label,
input[type="checkbox"][disabled]:checked + label {
    opacity: 0.5;
}
input[type="checkbox"][disabled]:hover + label,
input[type="checkbox"][disabled]:checked:hover + label {
    /*background-position: 0 0 !important;*/
}

input[type="checkbox"] + label + label {
    position: relative;
    bottom: 3px;
    cursor: default;
    font-size: 14px;
    font-weight: 400;
    display: inline;
    padding: 0;
}

input.switch[type=checkbox] + label {
    height: 22px;
    width: 38px;
    display:inline-block;
    padding: 0 0 0 0px;

    background-image: url(/sprite-switch.png);
    background-position: 0 0;
    background-repeat: no-repeat;

    cursor: default;
}
input.switch[type=checkbox]:checked + label {
    background-position: -76px 0;
}
input.switch[type=checkbox]:hover + label {
    background-position: -38px 0;
}
input.switch[type=checkbox]:checked:hover + label {
    background-position: -114px 0;
}
.touchscreen-only {
    display: none;
}
body.has-touchscreen .touchscreen-only {
    display: unset;
}
body.has-touchscreen .ui-dialog-titlebar {
    height: 36px;
}
body.has-touchscreen .ui-dialog-title {
    margin-top: 7px;;
}
body.has-touchscreen .ui-dialog-titlebar-close {
    scale: 2;
    right: 1em;
}

@media screen and (max-width: 1000px) {
    .bigmobile input[type="checkbox"] + label {
        height: 25px;
        width: 25px;
        background-image: url(/sprite-checkbox25.png);
    }
    .bigmobile input[type=checkbox]:hover + label {
        background-position: -25px 0;
    }
    .bigmobile input[type=checkbox]:checked + label {
        background-position: -50px 0;
    }
    .bigmobile input[type=checkbox]:checked:hover + label {
        background-position: -75px 0;
    }
    .bigmobile.selectall {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .bigmobile.selectall input[type="checkbox"] + label {
        position: relative;
        top: 4px;
    }
}

input[type=radio] + label {
    height: 16px;
    width: 16px;
    display:inline-block;
    padding: 0 0 0 0px;

    background-image: url(/sprite-radiobutton.png);
    background-position: 0 0;
    background-repeat: no-repeat;

    cursor: default;
}
input[type=radio]:checked + label {
    background-position: -32px 0;
}
input[type=radio]:hover + label {
    background-position: -16px 0;
}
input[type=radio]:checked:hover + label {
    background-position: -48px 0;
}
input[type=radio] + label + label {
    position: relative;
    bottom: 3px;
    cursor: default;
    font-size: 14px;
    font-weight: 400;
    display: inline;
    padding: 0;
}
.list-search {
    width: 190px;
    display: block;
    position: absolute;
    margin-top: 53px;
    margin-left: 1250px;
}
.list-header .header-filter {
    margin-bottom: 8px;
}
.list-header .header-actions {
    margin-bottom: 16px;
    display: flex;
    justify-content: end;
}
.list-header .header-action {
    margin-right: auto;
    z-index: 100;
}
.list-header .header-action .fa-caret-down {
    position: relative;
    top: 25px;
    left: -197px;
    font-size: 30px;
    color: var(--qonnex-lichtgrijs);
}
.list-header .header-sort {
    text-align: right;
}
.list-header .header-layoutselector {
    display: inline-block;
    margin: 0px 16px;
    height: 36px;
    cursor: pointer;
}
.list-header .header-stockdeleted {
    display: inline-block;
    padding: 11px;
    height: 14px;
    background-color: var(--qonnex-lichtgrijs);
}
.list-header .mainfilter {
    display: inline-block;
    width: 24%;
}
.list-header .list-search {
    margin-top: -36px;
}
.list-header .stepper {
    margin-right: 4px;
    width: 137px;
}
.list-footer {
    width: 100%;
}
.list-footer .footer-action {
    width: 25%;
}
.list-footer .footer-action .fa-caret-up {
    position: relative;
    top: -21px;
    left: -197px;
    font-size: 30px;
    color: var(--qonnex-lichtgrijs);
}
#photothumbs.sortable {
    height: 380px;
    width: 540px;
}
#stock-extraphotos-wrapper.sortable {
    height: 95px;
    width: 900px;
}
#photothumbs.sortable ul, #stock-extraphotos-wrapper.sortable ul, #photothumbs-ad.sortable ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#photothumbs.sortable ul, #stock-extraphotos-wrapper.sortable ul {
    background-image: url('/extraphotobg.png');
}
#photothumbs.sortable ul li, #stock-extraphotos-wrapper.sortable ul li, #photothumbs-ad.sortable ul li {
    margin: 0 10px 10px 0;
    padding: 0; float: left;
    width: 80px;
    height: 85px;
    text-align: center;
    background-color: #DEDEDE;
    cursor: move;
    white-space: nowrap;
    overflow: hidden;
    cursor: move;
}
#photothumbs.sortable.sort-disabled ul li {
    cursor: default;
}
#photothumbs input[type="checkbox"] + label + label {
    font-size: 12px;
}
#stock-extraphotos-wrapper.sortable .inp.smaller {
    width: 16px !important;
    height: 16px !important;
}
#videothumbs ul {
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
    width: 100%;
}
#videothumbs ul li {
     margin: 0 10px 10px 0;
     padding: 0; float: left;
     width: 240px;
     height: 216px;
     text-align: center;
     background-color: #DEDEDE;
}
.accessorieitem {
    padding: 7px;
    margin-bottom: 10px;
    margin-right: 20px;
    border: 1px solid #ccc;
    height: 36px; /* Vaste hoogte van elk item */
    flex-basis: calc(1382 / 4); /* Standaard 4 kolommen */
    box-sizing: border-box;
    white-space: nowrap;
    background-color: white;
}
.accessorieitem:hover {
    background-color: #ddd;
}
.accesoiretext {
    display: inline-block;
    max-width: 176px;
    position: relative;
    top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.min90deg {
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
      -ms-transform: rotate(-90.0deg);  /* IE9+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
          transform: rotate(-90.0deg);  /* Standard */
    width: 20px;
}

.error-message {
    color: red;
    margin-left: 8px;
}
input.error,
select.error {
    box-shadow: 0 0 0px 2px red inset !important;
}
div.cke.error {
    box-shadow: 0 0 0px 2px red !important;
}

.company-settings-openingtimes {
    margin: 0px auto 20px;
}
.company-settings-openingtimes tr td {
    padding:5px;
}

.legend {
    margin: 5px 20px 10px 20px;
}
table.legend tr td:first-child {
    text-align: center;
}
.legend tr td {
    height: 30px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.hidden,
.display-nee,
.hidden-leeg-,
.hidden-leeg-0,
.so {
    display: none !important;
}
.show-leeg- {
    display: block !important;
}
.so[data-brdlr="yamahayamaha"] {
    display: block;
}

.imgchoice {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
    height: 118px;
    width: 118px;
    line-height: 14px;
    margin: 10px 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 10px;
    color: #000;
    background-color: #eee;
}
.imgchoice p {
    margin: 0 0 0 -12px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
}

.detail-crum {
    width: 80%;
    display: inline-block !important;
}

.help-button {
    text-align: right;
    width: 19.6%;
}

.help-button[data-help='on'] {
    display: inline-block !important;
}

.wrapper-main{
    min-height: calc(100% - 297px);
}

.ruler {
    box-sizing: border-box;
    background-image: url(/ruler-bg.png);
    background-repeat: repeat-x;
    height: 7px;
    width: 100%;
    margin: 0;
    padding: 0;
}

iframe.video-promo[data-yt-code=""] {
    display: none;
}

h1.list-title {
    white-space: nowrap;
    max-width: 820px;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    min-height: 37px;
}
h1.list-title img {
    height: 24px;
}
h1.list-title:hover {
    background-color: #fff;
    max-width: initial;
}
#list_empty {
    font-size: 14px;
    color: var(--qonnex-antraciet);
    font-weight: 500;
    margin-top: 80px;
    width: 60%;
    margin-left: auto;
    margin-right: 272px;
    text-align: right;
}
#list_empty::after {
    content: url('/arrow_fancy_2.png');
    position: absolute;
    display: block;
    margin-top: -95px;
    margin-left: 865px;
}
.ui-dialog {
    z-index: 110;
}
.ui-dialog-content #list_empty {
    margin-right: calc(25% + 31px);
}
.ui-dialog-content #list_empty::after {
    right: 15px;
}
#financing-wrapper .stock tr td:first-child {
    line-height: 23px;
}

.section-1{
    padding-top: 115px;
    padding-bottom: 90px;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
}

.section-1-text p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 40px;
    color: white;
}

.section-2{

}

.section-2 h2{
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.qx_background{
    background-image: url(/qx_home_new.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
}

/* new home */

.wrapper-center-home{
    width: 100%;
    max-width: fit-content;
    max-width:  -moz-available;
    max-width:  -webkit-fill-available;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    font-size: 0;
}

#qx_header {
    background-color: rgba(8, 8, 8, 0.7);
    width: 100%;
}
#qx_header .cols-4 {
    padding: 15px 0 3px;
}
#qx_header #qx_login {
    top: -15px;
    position: relative;
}
#qx_body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background-color: rgba(0, 0, 0, 0.3);
}
#qx_body .wrapper-center {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    padding: 0;
}
#qx_body h2 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
#qx_intro {
    background-color: transparent;
    padding-top: 115px;
    padding-bottom: 90px;
    line-height: 35px;
}
#qx_intro p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 40px;
}
#qx_intro h1 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 3px;
}
#qx_intro .inp.arrow-right-blue button {
    padding-right: 25px;
}
#qx_points {
    background-color: rgba(0, 160, 213, 0.8);
    padding: 55px 0 40px;
}
#qx_points .cols-5 {
    text-align: center;
    vertical-align: top;
}
#qx_points i.fab,
#qx_points i.far,
#qx_points i.fas {
    font-size: 28px !important;
    margin-bottom: 20px;
}
#qx_points .qx_explanation {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    padding: 0 9px;
}
#qx_footer {
    background-color: #272727;
    padding: 45px 0 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
#qx_footer h2 {
    margin-bottom: 25px;
}
#qx_footer .cols-4, #qx_footer .cols-3 {
    font-size: 18px;
}
#qx_copyright {
    margin-top: 30px;
}
#qx_footer span.qx_color_blue {
    font-weight: bold;
}
#qx_login {
    text-align: right;
    color: white;
    font-size: 18px;
    vertical-align: top;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
}
#qx_logon {
    display: inline-block;
    padding: 15px;
    background-color: var(--qonnex-blauw);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 10px;
}
#qx_logo img {
    padding: 0px 0px 15px 0px;
    position: absolute;
}

.table-section {
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.footer_table td {
    padding-right: 20px;
    vertical-align: top;
}

.footer_table {
    display: inline !important;
}

.header_cog {
    height: 45px;
    display: inline-block !important;
    background-color: transparent !important;
    margin: 0px !important;
    padding: 0 !important;
    margin-left: 10px !important;
}

.header_cog img {
    vertical-align: middle !important;
    width: 25px;
}

.belons {
    display: inline;
}

.background_image {
    position: absolute;
    z-index: -1;
    width: 100%;
    overflow: hidden;
}
.background_image img {
    width: 100%;
}
.ta_center {
    text-align: center;
}
.ta_right {
    text-align: right;
}
.qx_color_white {
    color: white;
}
.qx_color_blue {
    color: var(--qonnex-blauw);
}
.forgotpw {
    cursor: pointer;
    color: gray;
}
.cols-3, .cols-4, .cols-5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}
.col-1, .col-2, .col-3, .col-4, .col5 {
    font-size: 16px;
}
.cols-3.col-1 { width: 33.33%; }
.cols-3.col-2 { width: 66.67%; }
.cols-3.col-3 { width: 100%; }

.cols-4.col-1 { width: 25%; }
.cols-4.col-2 { width: 50%; }
.cols-4.col-3 { width: 75%; }
.cols-4.col-4 { width: 100%; }

.cols-5.col-1 { width: 20%; }
.cols-5.col-2 { width: 40%; }
.cols-5.col-3 { width: 60%; }
.cols-5.col-4 { width: 80%; }
.cols-5.col-5 { width: 100%; }

#message-popup {
    position: fixed;
    top: 45px;
    background: white;
    width: 250px;
    z-index: 1000;
    height: calc(100% - 110px);
    padding: 5px;
    border: 2px solid var(--qonnex-blauw);
    left: calc(50% + 105px);
    box-shadow: 4px 4px 4px #40404077;
}
#message-popup .message-scoll {
    overflow: hidden;
    height: calc(100% - 75px);
}
#message-popup .message-scoll:hover {
    overflow: scroll;
}
#message-popup .message-item {
    border-bottom: 1px solid silver;
    height: 55px;
    padding: 2px 0px;
    margin: 4px 0px;
    overflow: hidden;
}
#message-popup .avatar {
    width: 50px;
}
#message-popup .avatar img {
    border-radius: 50%;
    max-width: 50px;
    max-height: 50px;
}
#message-popup .message {
    position: relative;
    top: -50px;
    left: 55px;
    width: calc(100% - 55px);
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#message-popup .read-nee .title {
    font-weight: bold;
}
#message-popup .date {
    position: relative;
    top: -45px;
    left: 55px;
    width: calc(100% - 55px);
    color: grey;
}
#message-popup .gelezen {
    position: relative;
    top: -60px;
    left: 55px;
    width: calc(100% - 55px);
    text-align: right;
}
#message-popup .gelezen img {
    width: 20px;
}
#message-popup  .read-ja .gelezen img {
    filter: grayscale(100%) brightness(150%);
}
#message-wrapper {
    background-image: url("/message/bg.png");
    background-color: var(--qonnex-blauw-30);
    padding: 10px;
}
.message-item-me,
.message-item-other {
    min-width: 150px;
    max-width: calc(100% - 100px);
    margin-bottom: 5px;
}
.message-item-me {
    float: right;
}
.message-item-other {
    float: left;
}
#message-wrapper .message-item-me .message-content {
    background-color: var(--qonnex-lichtblauw);
}
.message-item-me .avatar {
    float: right;
}
.message-item-other .avatar {
    position: absolute;
}
#message-wrapper .title {
    font-weight: bold;
}
.message-item-me .avatar img,
.message-item-other .avatar img {
    width: 20px;
    border-radius: 50%;
}
#message-wrapper .message-content {
    padding: 5px;
    background-color: #fffd;
    border: 1px solid silver;
    border-radius: 5px;
}
#message-wrapper .message-content:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    margin-top: -10px;
}
#message-wrapper .message-item-me .message-content:after {
    right: 0;
    margin-right: -10px;
    border-left-color: silver;
    border-right: 0;
}
#message-wrapper .message-item-other .message-content:after {
    left: 0;
    margin-left: -10px;
    border-right-color: silver;
    border-left: 0;
}
#message-wrapper .message-item-me {
    text-align: right;
}
#message-wrapper .message-item-me .message-content {
    position: relative;
    right: 30px;
    border-top-right-radius: 0px;
}
#message-wrapper .message-item-other .message-content {
    position: relative;
    left: 30px;
    border-top-left-radius: 0px;
}
#messageform textarea {
    width: 100%;
    height: 300px;
    resize: none;
}
#message-wrapper .newmessage {
    padding-top: 10px;
}
#message-wrapper .newmessage textarea {
    width: calc(100% - 60px) !important;
    height: 38px;
    min-height: 38px;
    resize: vertical;
}
#message-wrapper .newmessage button {
    width: 44px;
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .header1 .left_block img {
        padding-left: 10px;
    }
    .list-search {
        right: 30px;
    }
}

@media screen and (min-width: 516px) and (max-width: 1023px) {
    #qx_header, #qx_intro, #qx_points, #qx_footer {

    }
    #qx_points .cols-4 {
        padding: 2vh 0;
    }
    .background_image img {
        margin-left: -500px;
        width: unset;
        min-width: 1920px;
    }
    .background_image {
        height: 912px;
    }
    .cols-3.col-1 { width: 50%; display: block; }
    .cols-3.col-2 { width: 100%; }
    .cols-3.col-3 { width: 100%; }

    .cols-4.col-1 { width: 50%; }
    .cols-4.col-2 { width: 50%; }
    .cols-4.col-3 { width: 100%; }
    .cols-4.col-4 { width: 100%; }

    .cols-5.col-1:nth-child(1), .cols-5.col-1:nth-child(2) { width: 50%; padding-bottom: 10px; }
    .cols-5.col-1:nth-child(3), .cols-5.col-1:nth-child(4), .cols-5.col-1:nth-child(5) { width: 33.33%; }
    .cols-5.col-2 { width: 50%; }
    .cols-5.col-3 { width: 50%; }
    .cols-5.col-4 { width: 100%; }
    .cols-5.col-5 { width: 100%; }

}
@media screen and (max-width: 515px) {
    #qx_header, #qx_intro, #qx_points, #qx_footer {

    }
    #qx_header #qx_login { top:0; }
    #qx_header .cols-4 { padding:0; }
    .belons { margin-top:5px; display:block; }
    #qx_logo img { width:35%; }
    #qx_points .cols-4 {
        padding: 5vh 0;
    }
    .background_image img {
        margin-left: -725px;
        width: unset;
        min-width: 1920px;
    }
    .cols-3.col-1 { width: 100%; }
    .cols-3.col-2 { width: 100%; }
    .cols-3.col-3 { width: 100%; }

    .cols-4.col-1 { width: 100%; }
    .cols-4.col-2 { width: 100%; }
    .cols-4.col-3 { width: 100%; }
    .cols-4.col-4 { width: 100%; }

    .cols-5.col-1 { width: 100%; }
    .cols-5.col-2 { width: 100%; }
    .cols-5.col-3 { width: 100%; }
    .cols-5.col-4 { width: 100%; }
    .cols-5.col-5 { width: 100%; }

    .ui-tabs .ui-tabs-nav li {
        width: calc(33.333333% - 2px) !important;
        margin: 0px !important;
        overflow: hidden !important;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        padding: 0px !important;
    }
    #savebuttons .inp.small.alone.green button, .split.onethird.right.bm.lm.rm.bt.tar .inp.small.alone.green button {
        background-position: center;
        overflow: hidden !important;
        text-align: center !important;
    }
    .savebuttons {
        margin-top: 0px !important;
        white-space: nowrap;
    }

    /*.inp.small.alone.green {
        width: calc(20% - 4px) !important;
    }*/
}


@media screen and (min-width:576px) {
    .wrapper-center-home{
        max-width: 540px;
    }
}
@media screen and (max-width: 768px){
    .mobile-only {
        display: block;
    }
    .mobile-only-inline {
        display: inline-block;
    }
    .desktop-only {
        display: none;
    }
}
@media screen and (min-width:768px) {
    .wrapper-center-home{
        max-width: 720px;
    }
}
@media screen and (min-width:1023px) {
    .wrapper-center-home{
        max-width: 960px;
    }
}
@media screen and (min-width:1200px) {
    body {
        min-width: 987px;
    }
    .wrapper-center {
        width: 987px;
    }
    .qy-main {
        width: 987px;
    }
    #qx_body .wrapper-center {
        max-width: 1200px;
    }
    .header1 .wrapper-center, .header2 .wrapper-center {
        max-width: 987px !important;
    }
}

@media screen and (min-width:1440px) {
    .wrapper-center-home{
        max-width: 1380px;
    }
}

/* responsive test */

.header1 .wrapper-center,
.header2 .wrapper-center {
    width: 100% !important;
    max-width: 1440px !important;
}

.qx_main {
    width: 100% !important;
    max-width: 1440px;
}

.wrapper-center {
    width: 100% !important;
    max-width: 1440px;
}
.phone-logoff {
    display: none !important;
    margin: 0 !important;
}
@media all and (max-width: 987px) {
    .header2 {
        position: absolute !important;
    }
    body {
        min-width: 0px !important;
    }

    .column, .column_first {
        width: 100% !important;
        margin: 0px !important;
    }
    #vehicletabs-details .swap_column {
        display: grid !important;
        margin: -20px 0px 15px 0px !important;
    }

    #vehicletabs-details .swap_column .stock_number_swap {
        order: 2;
    }

    #vehicletabs-details .swap_column .type_swap {
        order: 1;
    }

    #vehicletabs-details h2 {
        padding-top: 20px !important;
    }
    #mrnmaintenancetabs h1.list-title {
        width: calc(100% - 250px) !important;
    }
    #message-popup {
        right: 123px;
        left: unset;
    }
    .list-header .header-sort {
        margin-right: 0px;
    }
}

@media all and (max-width: 1440px) and (min-width: 950px) {
    .qx_main {
        padding: 140px 30px 0 30px !important;
        width: calc(100% - 60px) !important;
    }

    .column {
        padding: 20px 0px;
        margin-bottom: 40px;
    }
}

@media all and (max-width: 950px) and (min-width: 760px) {
    .qx_main {
        padding: 45px 30px 0 30px !important;
        width: calc(100% - 60px) !important;
    }

    .column {
        padding: 20px 0px;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 760px) {
    .stockhistory-stats {
        margin-top: 5px;
    }
    .header2 {
        position: relative !important;
    }
    #wegwezen {
        display: none;
    }
    .welcome-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 45px;
    }

    .user-control-bar {
        display: inline-block;
        position: fixed;
        top: 45px;
        left: 0;
        width: 100%;
        background-color: var(--qonnex-antraciet);
    }

    .phone-logoff {
        display: inline-block !important;
    }

    .header_cog {
        float: left;
    }
    .show-colspan5[colspan="1"] {
        display: none !important;
    }
    .show-colspan5[colspan="5"] {
        display: table-cell !important;
    }
    .show-colspan5[colspan="4"] {
        display: none !important;
    }
    .fullwidth-mobile {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .fullwidth-mobile .inp {
        width: 100% !important;
    }
    .flex-mobile {
        display: flex !important;
    }

    .user-control-bar {
        display: none !important;
    }
    .listfilter-mobile{
        width: 100%;
        padding-top: 40px !important;
    }

    .listfilter-mobile .inp {
        width: calc(50% - 2px) !important;
    }
    .inp.alone.small.gray.search-blue {
        width: calc(100% - 30px) !important;
        max-width: unset !important;
    }
    #newbutton .inp:nth-child(2) {
        display: none !important;
    }
    .header2 {
        display: none;
    }

    .qx_main {
        padding: 0px !important;
        padding-top: 45px !important;
    }
    #vehicletabs .savebuttons {
        margin-bottom: 0px !important;
    }

    .callout {
        width: 100% !important;
        font-size: 12px !important;
    }
    #vehicleform .split.onethird, #vehicleform .split.twothird, #vehicleform .split.half, #vehicleform .split.sixtenth, #vehicleform .split.fourtenth {
        padding-top: 2.5px !important;
        padding-bottom: 2.5px !important;
    }
    .qx_main {
        padding: 0 15px !important;
        width: calc(100% - 30px) !important;
        padding-top: 45px !important;
    }
    .mobile-cards-fix {
        vertical-align: top;
    }
    #cards-wrapper .flex-mobile, #billing-wrapper .flex-mobile {
        margin-top: 20px;
        position: absolute;
        width: calc(100% - 30px) !important;
        left: 15px !important;
    }
    .mobile-cards-table-fix {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .mobile-inp-cards-fix .inp.alone.small.gray {
        max-width: 200px;
        width: 100% !important;
    }

    .mobile-fix-dis {
        vertical-align: bottom;
    }

    #mrnbike-wrapper table {
        margin-top: 45px;
    }
    #message-popup {
        right: unset;
        left: 10px;
        max-width: calc(100% - 32px);
    }
}

.show-colspan5[colspan="5"] {
    display: none;
}
.show-colspan5[colspan="4"] {
    display: table-cell;
}

@media screen and (max-width: 1000px){
    .split.onethird, .split.twothird, .split.half, .split.sixtenth, .split.fourtenth {
        width: calc(50% - 3px) !important;
        float: none !important;
        border: none !important;
        vertical-align: top;
        padding: 5px 0px;
    }
    .sp-replacer.sp-light.full-spectrum .sp-preview {
        width: calc(100% - 59px) !important;
    }
    .sp-replacer.sp-light.full-spectrum{
        width: 100%;
    }
    #vehicletabs-photos .upload-photo {
        width: 100% !important;
    }
    #vehicletabs-photos .upload-photo #photoupload {
        height: unset !important;
    }
}

@media screen and (max-width:760px) {
    .inp.alone.small.gray.search-blue{
        margin-left: 0px !important;
        right: 16px !important;
    }
    .column_first {
        width: calc(25% - 5px) !important;
    }
    .column {
        width: calc(75% - 30px) !important;
    }
    a[disabled="disabled"] {
        display: none !important;
    }
    img[src="/list-arrow-actions-reversed.png"] {
        display: none;
    }
    .split.pct10, .split.pct20, .split.pct25, .split.pct30, .split.pct33, .split.pct50, .split.pct60, .split.pct80, .split.pct90,
    .split.onethird, .split.twothird, .split.half, .split.sixtenth, .split.fourtenth {
        width: calc(100%) !important;
        float: none !important;
        border: none !important;
    }
    .split.onethird .split.half, .split.twothird .split.half, .split.half .split.half, .split.sixtenth .split.half, .split.fourtenth .split.half, .inp.mp.helper.helper {
        width: calc(100%) !important;
        padding-left: 0px !important;
    }
    #vehicletabs-photos {
        padding-top: 20px !important;
    }
    #vehicletabs-photos #photothumbs.sortable ul {
        background-image: none;
    }
    #vehicletabs-photos #photothumbs.sortable ul li img {
        width: 160px !important;
        height: 120px !important;
    }

    #vehicletabs-photos div[style="padding:29px"] h3 {
        padding: 0px 20px !important;
    }
    .qx_bottom {
        padding: 0px 20px !important;
        width: calc(100% - 35px) !important;
    }
    #videothumbs ul li {
        width: 100% !important;
    }

    #vehicletabs-advertise .split.onethird.right[style="padding-left:10px;"] {
        padding-bottom: 10px;
    }
    .column {
        width: calc(100% - 20px) !important;
        padding: 20px 0px;
        margin-bottom: 40px;
    }
    .column_first {
        width: calc(100% - 20px) !important;
        margin: 0px 10px !important;
    }

    .responsive-legenda {
        display: block !important;
    }


    #marktplaatstabs #savebuttons .inp.small.alone.green button {
        white-space: nowrap;
        background: none !important;
    }

    #vehicletabs-details div[style="clear: both; height:150px;"] {
        display: none;
    }
    @media screen and (max-width:760px) {
        #vehicletabs #vehicleform #vehicletabs-details {
            display: grid;
        }
    }
    #vehicletabs div[style="clear: both;"] {
        display: none;
    }
    #marktplaatstabs .listbutton {
        margin-top: -15px !important;
    }
    #textline {
        width: 100% !important;
    }
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-resizable {
        width: calc(100% - 7px) !important;
    }

    #dlgSelectAction {
        width: 100% !important;
    }

    #dlgSelectAction table tr td:nth-child(1) {
        /* weet nie waarom */
    }

    #photothumbs.sortable ul li, #stock-extraphotos-wrapper.sortable ul li, #photothumbs-ad.sortable ul li {
        height: 0;
        padding-bottom: calc(33.333333% - 10px);
        width: calc(33.3333333% - 10px);
    }

    #photothumbs.sortable ul li img, #stock-extraphotos-wrapper.sortable ul li img, #photothumbs-ad.sortable ul li img {
        width: 100% !important;
        height: auto !important;
    }

    #photothumbs.sortable ul, #stock-extraphotos-wrapper.sortable ul, #photothumbs-ad.sortable ul {
        overflow: visible !important;
    }

    .mobile-underphoto {
        display: inline-block !important;
    }
    #vehicletabs-details .split.onethird.right.rm.tm {
        order:3;
    }
    #vehicletabs #vehicleform #vehicletabs-details[aria-labelledby="ui-id-1"] {
        display: grid;
    }
    .callout::before {
        display: none !important;
    }
    .callout-arrow-up {
        display: block !important;
    }
    .padding-left-verzoek {
        padding: 0px !important;
    }
    #history-wrapper table thead tr td[colspan="4"] {
        width: 100% !important;
        padding: 0px 5% !important;
    }

    #history-wrapper table thead tr td[colspan="4"] .inp.alone {
        width: calc(50% - 1.6px) !important;
    }
    .split.onethird.right.rm.tm .inp.smaller select {
        background: url(/select-light.png) calc(100% - 14px) center no-repeat, linear-gradient(to left, #00adef 0px, #00adef 43px, transparent 43px, transparent 100%) !important;
        background: url(/select-light.png) calc(100% - 14px) center no-repeat, -ms-linear-gradient(right, #00adef 0px, #00adef 43px, transparent 43px, transparent 100%) !important;
        padding-right: 42px  !important;
    }

    .split.onethird.right.rm.tm .inp.smaller > * {
        font-size: 16px !important;
        height: 45px !important;
    }

    .split.onethird.right.rm.tm .inp.smaller {
        height: 45px !important;
    }
    .split.lm {
        padding-left: 20px !important;
    }
    .stock table tbody tr td[name="naam"] {
        font-weight: 800;
        font-size: 15px;
    }
    .ui-dialog.ui-widget.ui-widget-content .stock {
        width: 100% !important;
    }

    .ui-dialog.ui-widget.ui-widget-content #mplsuggestcat {
        width: 100% !important;
    }

    .ui-dialog.ui-widget.ui-widget-content * {
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .ui-dialog.ui-widget.ui-widget-content .stock table tr {
        max-width: calc(100% - 35px) !important;
        overflow: visible !important;
        margin-left: auto;
        margin-right: auto;
    }

    #stockcrmdetails .split.lm.tm {
        height: auto !important;
    }

    #stockcrmdetails #maintenancedetails {
        position: relative !important;
        padding: 0px !important;
        padding-top: 10px !important;
        background-color: transparent !important;
        order: 4;
    }

    #stockcrmdetails #contactdetails {
        display: grid;
    }

    #stockcrmdetails .inp {
        width: 100%;
    }

    #stockcrmdetails .vehicledata {
        width: 100% !important;
    }

    #stockcrmdetails .split .split {
        padding-right: 0px !important;
    }

    #stockcrmdetails .inp.alone.lightblue.small.helper.kenteken {
        width: 100% !important;
    }

    #stockcrmdetails #contactdetails br, #stockcrmdetails #maintenancedetails br {
        display: none;
    }

    #stockcrmdetails #contactdetails .split .split, #stockcrmdetails #maintenancedetails .split .split {
        padding-bottom: 10px;
    }
}

@media all and (max-width: 760px) {
    .stock table tr td:first-child, .stock table tr th:first-child {
        padding-left: 0px;
    }

    .stock table thead tr th {
        display: none !important;
    }

    .stock table thead tr th.selectall {
        display: block !important;
        border: none;
        padding-left: 6px;
        background-color: white;
    }

    .stock table tbody tr {
        position: relative;
        margin: 4px 0px;
        display: inline-block;
        width: calc(100% - 30px);
        background-color: #f6f6f6 !important;
        border: 1px solid #ccc;
        padding: 5px 0px 0px 30px;
    }
    .stock table tbody tr.notificationselected {
        background-color: #00D88C !important;
    }

    .stock table tbody tr td {
        display: inline-block !important;
        width: calc(50%) !important;
        max-width: 100% !important;
        float: left;
        text-align: left !important;
        border-bottom: 0px solid !important;
        box-sizing: border-box;
        min-height: 16px;
        padding: 0 5px 0 0;
        vertical-align: top;
    }
    .stock table tbody tr td.hidden-xs,
    .hidden-xs {
        display: none !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }

    .stock table tbody tr[name~="action_list"] {
        padding-bottom: 30px;
        width: calc(100% - 35px) !important;
        padding: 5px 0px 35px 30px !important;
    }

    .stock table tbody tr[name~="motor_image_list"] {
        padding-top: 0px !important;
        min-height: 110px;
        width: calc(100% - 130px) !important;
        padding: 5px 0px 35px 130px !important;
    }

    .stock table tbody tr td[name="select"], .stock table tbody tr td[name="dragdrop"] {
        width: 30px !important;
        max-width: 100% !important;
        display: block !important;
        text-align: center !important;
        position: absolute;
        top: calc(50% - 8px);
        border-bottom: none !important;
        margin:0px !important;
        padding-left: 0px !important;
        padding-right: 0px;
        left: 0;
    }

    .stock table tbody tr td[name="select"]:before {
        content:none !important;
    }

    .stock table tbody tr td[name="select"] label, .stock table tbody tr td[name="dragdrop"] label {
        background-position-y: center !important;
    }

    .stock table tbody tr[name~="action_list"] td[name="select"], .stock table tbody tr[name~="action_list"] td[name="dragdrop"] {
        top: calc(50% - 23px) !important;
    }

    .stock table tbody tr td[name="actionbutton"] {
        width: 100% !important;
        border-top: 1px solid #cfcfcf;
        background-color: #eeeeee;
        padding-right: 0px;
        padding: 4px 0px;
        display: inline-flex !important;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .stock table tbody tr td[name="actionbutton"] .inp ,.stock table tbody tr td[name="actionbutton"] img {
        margin-right: auto;
        margin-left: auto;
    }

    .action-button-table-wrapper {
        transition: 0.7s ease;
        display: inline-flex;
        width: 100%;
    }

    .stock table tbody tr td[name="motor_image"] {
        display: inline-block !important;
        float: left;
        width: 30%;
    }

    .stock table tbody tr td[name="motor_image"] img {
        width: 100%;
        vertical-align: bottom;
    }

    .stock table tbody tr[name~="action_list"] td[name="motor_image"] {
        width: 100px !important;
        min-width: 100px;
        top: calc(50% - 50px) !important;
        position: absolute;
        vertical-align: bottom;
        left: 30px;
    }

    .stock table tbody tr[name~="motor_image_list"] td {
        width: calc(50% - 10px) !important;
    }

    .stock table tbody tr[name~="motor_image_list"] td[name="select"], .stock table tbody tr[name~="motor_image_list"] td[name="dragdrop"] {
        width: 30px !important;
    }

    .stock table tbody tr[name~="motor_image_list"] td[name="actionbutton"] {
        width: 100% !important;
    }

    .stock table tbody tr td[name="blank_space"] {
        display: inline-block !important;
        padding-top: 6px;
    }

    .stock table tbody tr td[name="motor_idnr"] {
        position: absolute;
        left: 0;
        margin-left: 30px;
        font-size: 15px;
        max-width: 95px;
        width: calc(30% - 30px) !important;
    }

    .stock table tbody tr td[style~="width:1px;"], .stock table tbody tr td[style~="width:8px;"] {
        width: 20px !important;
        position: absolute;
        right: 6px;
        z-index: 100;
        margin: 0px;
        display: none !important;
    }

    .ui-sortable tr.ui-sortable-helper {
        width: calc(100% - 35px) !important;
    }


/*    .stock table tbody tr td[name="actionbutton"]:hover, .stock table tbody tr td[name="actionbutton"]:active, .stock table tbody tr td[name="actionbutton"]:focus{
        width: 100% !important;
        transition: 0.5s ease;
    }*/

    .stock table tbody tr td.active-button-table {
        width: 100% !important;
        transition: 0.5s ease;
    }


    .stock table tbody tr td.active-button-table .action-button-table-wrapper {
        margin: 0px 20px !important;
        transition: 0.7s ease;
    }

    .stock table tbody tr[name~="motor_image_list"] td[name="foto"] {
        width: 60% !important;
    }
    #stock h1.list-title {
        width:calc(100% - 120px) !important;
    }

    #marktplaats-wrapper h1.list-title{
        width:calc(100% - 40px) !important;
    }

    #marktplaatstabs h1.list-title {
        width: 100% !important;
    }
    #vehicletabs-advertise .callout.right {
        height: 100% !important;
    }
    .action_button_mobile {
        display: inline-block !important;
        width: calc(100% - 170px);
        float: left;
        max-width: calc(50% - 2px);
    }
    .result_mobile {
        padding: 8px 0px !important;
    }
    #hide-verplaats {
        display: inline-block !important;
    }
    #show-verplaats {
        display: none !important;
    }
}

#show-verplaats {
    display: inline-block;
}
#hide-verplaats {
    display: none;
}

#marktplaatstabs h1.list-title {
    width: calc(100% - 160px) !important;
}
.stock table tbody tr td[name="actionbutton"]{
    display: none;
    transition: 0.5s ease;
}

.stock table tbody tr td[name="motor_image"] {
    display: none;
    transition: 0.5s ease;
}

.stock table tbody tr td[name="blank_space"] {
    display: none;
}

.responsive-legenda {
    display: none;
}

.welcome-text {
    display: inline-block;
    max-width: 50%;
    max-height: 45px;
    text-overflow: ellipsis;
    overflow-y: hidden;
    margin-bottom: -18px;
}

.user-control-bar {
    display: inline-block;
}

.mobile-space {
    padding: 20px 0px;
}

.label-responsive {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-bottom: 10px;
    background-color: #6dd7ff;
    position: absolute;
    top: 3px;
    right: 3px;
    display: none;
}

.label-responsive i {
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    padding-top: 2px;
    color: white;
}

.label-responsive:after {
    content: '';
    border: 12px solid transparent;
    border-left: 12px solid #008ec4;
    display: none;
    margin-left:50px;
    position: absolute;
    right: -24px;
}

#dlgSelectAction .inp.alone.green.small{
    width: 100% !important;
}

#dlgSelectAction.ui-dialog-content.ui-widget-content{
    width: calc(100% - 2em) !important;
}
.callout{
    width: 100% !important;
}

.callout-arrow-up{
    border: 10px solid transparent;
    border-bottom: 10px solid #19a7e3;
    width: 0px;
    margin: 0 auto;
    display: none;
}

.padding-left-verzoek{
    padding-left: 10px;
}

.action_button_mobile{
    display: none;
}

#input-fixer .inp{
    width: 100%;
}

.label-responsive img{
    width: 20px;
    margin-top: 4px;
}

.icon_info::before {
    content: "i";
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: black;
    background: white;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
}
.icon_info {
    color: #2385BA;
    display: inline-block;
    width: auto;
    height: auto;
    padding:0;
}
.icon_info.white {
    color: white;
}

.avgpopup {
    width: 500px;
    padding: 0 15px 15px 15px;
}

.avgpopup > form > div {
    margin-bottom: 15px;
}

#insurance-wrapper img {
    max-height: 16px;
}

.photo-count {
    color: var(--qonnex-groen);
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 21px;
    margin-left: -23px;
    text-align: center;
    top: -2px;
}

.photo-count.photo-count0 {
    color: var(--qonnex-rood);
}

.videocount {
    margin-left: -25px;
}
.videocount.videocount0 {
    display: none;
}

.marktplaats_daysleft,
.marktplaatsmaandelijks_daysleft {
    color: white;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 23px;
    margin-left: -23px;
    text-align: center;
    top: -6px;
}

@media screen and (max-width:760px){
    #financing-wrapper .list_filter{
        padding-top: 40px;
        width: 100%;
        padding-right: 2px;
    }
    #qx_vooraad_tab .sp-replacer{
        width: 100% !important;
    }
    .ui-tabs .ui-tabs-nav{
        margin-top: 40px;
        overflow: hidden !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .ui-tabs .ui-tabs-nav li {
        width: calc(33.333% - 2px) !important;
        margin: 0px !important;
        overflow: hidden !important;
        flex-grow: 1;
        min-width: calc(33.333% - 2px) !important;
    }
    .choseninp.lightblue > * > *{
        box-shadow: 0 0 0px 1px var(--qonnex-blauw) inset !important;
    }
    .choseninp.alone.lightblue select{
        width: 100% !important;
        height: 200px !important;
    }
    .choseninp.alone.lightblue select option{
        padding: 5px !important;
    }
    .sp-replacer.sp-light.full-spectrum{
        width: 100% !important;
    }
    .sp-replacer.sp-light.full-spectrum .sp-preview{
        width: calc(100% - 59px) !important;
    }
    #financemodulesform fieldset{
        width: calc(100% - 20px) !important;
    }
    .detail-main textarea{
        width: 100% !important;
    }
    .detail-main .choseninp select.chosen-select{
        height: 45px !important;
        max-height: 45px !important;
    }
    #companysettingstabs-data div[style="height:270px;"]{
        display: none !important;
    }
    #financetabs #financetabs-quote .inp.alone{
        width: 100% !important;
    }
    #financing-wrapper .list_filter .inp.alone{
        width: 100% !important;
    }
}

@media screen and (max-width:415px){
    .inp.green button[title="Bewaren"]{
        font-size:11px !important;
    }
}

@media screen and (max-width:760px){
    .list-header .header-pagination {
        display: flex;
        width: 100%;
    }
    .list-header .header-pagination .inp {
        width: 100% !important;
    }
    .list-header .mainfilter {
        width: calc(50% - 2px);
    }
    .list-header .inp.alone.small.gray.search-blue.list-search {
        width: 36px !important;
    }
    .list-header .inp.alone.small.gray.search-blue.list-search.open {
        width: calc(100% - 32px) !important;
    }

    .marktplaats_bottom, table.marktplaats_bottom thead, table.marktplaats_bottom thead tr, table.marktplaats_bottom thead tr td{
        display: block !important;
    }
    table.marktplaats_bottom thead tr td[colspan="1"]{
        width: 100% !important;
    }
    table.marktplaats_bottom thead tr td[colspan="4"], table.marktplaats_bottom thead tr td[colspan="5"]{
        width: 100%;
        text-align: left !important;
    }

    table.marktplaats_bottom thead tr td[colspan="4"] .disstepper, table.marktplaats_bottom thead tr td[colspan="4"] .dispagination, table.marktplaats_bottom thead tr td[colspan="5"] .disstepper, table.marktplaats_bottom thead tr td[colspan="5"] .dispagination{
        width: 100%;
        margin-top: 10px;
    }


    table.marktplaats_bottom thead tr td[colspan="4"] .dispagination, table.marktplaats_bottom thead tr td[colspan="5"] .dispagination{
        display: flex !important;
        margin-left: 0px !important;
    }

    table.marktplaats_bottom thead tr td[colspan="4"] .dispagination .inp, table.marktplaats_bottom thead tr td[colspan="5"] .dispagination .inp{
        width: 100% !important;
    }
    #history-wrapper table thead tr td[colspan="4"], #history-wrapper table thead tr td[colspan="5"]{
        padding: 0px !important;
    }
    #marktplaats-wrapper .stock table tbody tr td[name="titel"]{
        width: 100% !important;
    }
    .stock table, .stock table tbody, .stock table thead {
        display: block;
    }
}

@media screen and (max-width:1033px){
    .inp.alone.small.gray.search-blue{
        right: 30px;
    }
}

#qxSpinner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 9999;
}
#qxSpinner img {
    position: absolute;
    top: calc(50% - 63px);
    left: calc(50% - 80px);
    width: 160px;
}
#qxHelper {
    position: fixed;
    right: 0;
    bottom: 100px;
    background-color: var(--qonnex-blauw-30);
    width: 30px;
    min-height: 150px;
    border-radius: 10px 0px 0px 10px;
    transition: ease-in-out 0.2s;
    z-index: 9999;
}
#qxHelper:hover {
    width: 200px;
    background-color: var(--qonnex-blauw);
}
#qxHelper .helper-item {
    width: 178px;
    border: 1px solid white;
    margin: 6px;
    border-radius: 6px;
    padding: 4px;
    cursor: pointer;
}
#qxHelper .helper-item:hover {
    box-shadow: 0px 0px 5px white;
}
#qxHelper .helper-item-icon {
    float: left;
    width: 30px;
}
#qxHelper .helper-item-title {
    display: none;
    float: left;
    padding-top: 6px;
    color: white;
}
#qxHelper:hover .helper-item-title {
    display: block;
}

.dealer-only.importeur {
    display: none;
}

.note-item {
    border-left: dashed 2px silver;
    padding: 20px 0px 10px 20px;
}

.note-item i.fas {
    border-radius: 50%;
    color: white;
    padding: 8px;
    position: absolute;
    margin-left: -35px;
    margin-top: -8px;
}
.note-item i.fas.email {
    background-color: var(--qonnex-donkerblauw);
}
.note-item i.fas.note {
    background-color: var(--qonnex-blauw);
}
.note-item i.fas.log {
    background-color: var(--qonnex-oranje);
}
