/*
	Cybox Webdesign Boxmeer
	www.cybox.nl
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:500,400,300,400italic);



/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* reset */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* clearfix  */   .cf:before, .cf:after {     content: " "; /* 1 */     display: table; /* 2 */ }  .cf:after {     clear: both; }  /**  * For IE 6/7 only  * Include this rule to trigger hasLayout and contain floats.  */ .cf {     *zoom: 1; }

html,
body {
   margin:0;
   padding:0;
}
body {
    font-family:  "Roboto", Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.6;
    background: #f6f6f6;
    background-image: url("/images/bg.png");
	color: #2B241A;
	overflow-y: scroll;
	min-width: 1024px;
}

h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    font-size: 1.8em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
span.h5 {
    font-size: 1.1em;
    display: block;
}
p {
    margin-bottom: 1em;
}
ul.bullet {
    list-style-type: disc;
    margin-left: 1.2em;
}
ol {
    list-style-type: lower-roman;
    margin-left: 1.2em;

    font-size: .9em;
    line-height: 1.2;
}
ol li {
    margin-bottom: .5em;
}
.btn {
    display: block;
    box-sizing: border-box;
    font-size: 1.2em;
    padding: .7em 1.4em .6em 1.4em;
    color: #333;
    background: #FBBA04;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1em;
    line-height: 1;
    font-weight: 500;
    border-radius: 3px;
    border-bottom: 2px solid #d69c00;


    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover {

}
.btn.next {
    float: right;
    margin-top:0;
}
.btn.next:hover {
    background: #ffc900;

}

div.inner {
    margin: 0 auto;
    width: 1240px;
    max-width: 100%;
    padding: 0 .5em;
    box-sizing: border-box;
}

#header {
    background: #FBBA04;
    height: 89px;
    display: none;
}
#header div.inner {
    height: 100px;;
    padding: 2em .5em;
}
#header div.inner .logotitle {
    float: left;
}


    #navi .langselect {
        display: block;
        width: 100%; float: left;
        text-align: center;
        margin-top: 1em;
    }

 div.langselect span img {
    display: inline-block;
    margin: 0 16px 0 0;
    opacity: .4;
    cursor: pointer;
}
 div.langselect span:last-child img {
     margin-right: 0;
 }
 div.langselect span.active img {
    cursor: default;
}

 div.langselect span:hover img,
 div.langselect span.active img {
    opacity: 1;
}

#header div.inner .logotitle img {
    margin: 0 3px;
    vertical-align: baseline;
}
#header div.inner .logotitle h1 {
    line-height: 25px;
}
#content {
    width: 100%;
    float: left;
    margin-bottom: 2em;
}
.topborder {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 1em;
}
div#steps {
    width: 100%;
    float: left;
    margin: 1em 0;
    background: linear-gradient(to right, #ffb405 0%,#ffd800 100%);
}
div#steps.placeholder {
    min-height: 1em;
    background: none;
}
div#steps div.step {
    width: 25%;
    border-right: 8px solid white;
    text-align: center;
    padding: .5em;
    background: #efefef;
    float:left;
    box-sizing: border-box;
    color: #212121;
    color: #ccc;

    cursor: default;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#steps div.step:last-child {
    border-right: 0;
}

div#steps div.step.done,
div#steps div.step.active {
    color: #2B241A;
    background: transparent;
}

div.full {
    width: 100%; float: left;
}
div.uitleg {
    margin-bottom: 1em;
    clear: both;
}

div.column {
    float: left;
    box-sizing: border-box;
}
div.column.gr {
    box-sizing: border-box;
    padding: 1em;
}
div.gr {
    background: #efefef;

}
div.column.third {
    width: 33.333%;
}
div.column.twothird {
    width: 66.666%;
}
div.column.half {
    width: 50%;
}
div.column.padleft {
    padding-left: 1em;
}
div.column.padright {
    padding-right: 1em;
}
.btn.ok {
    float: right;
    font-size: .9em;
    background: #2dbe00;
    border-bottom: 2px solid #28aa00;
    padding: .7em 1.4em .6em 1.4em;
}
.btn.ok:hover {
    background: #2ed100;
}


.btn.finalize {

    background: #2dbe00;
    border-bottom: 2px solid #28aa00;
}
.btn.finalize:hover {
    background: #2ed100;
}

.btn.add {
/*
    background-image: url(/images/plus.png);
    background-size: 12px 12px;
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left:1em!important;
    */
}

a.prev {
    color: #666;
    text-decoration: none;
    margin-top: 1em;
    font-size: .9em;
    float:left;
}
a.prev:hover {
    color: #333;

}

/* voertuig list */
ul.itemlist {
    width: 100%;
    float: left;


}
ul.itemlist li {
    display: block;
    float: left;
    width: 100%;

    margin-bottom: 1em;
    box-sizing: border-box;
    padding: .8em;
    background: #fff;

    border: 1px solid #ddd;
    border-radius: 3px;

    position: relative;

    /*box-shadow: 0 0 15px rgba(0,0,0,.09);*/

}
ul.itemlist li.new {
    padding: 0;
}
ul.itemlist li > div {
    float: left;
    box-sizing: border-box;

}

ul.itemlist li div.left {
    width: 20%;
    padding-top: 7px;
    position: relative;

}
ul.itemlist li div.right {
    width: 20%;
    padding-top: 7px;
    position: relative;


    position: absolute;
    box-sizing: border-box;
    padding-top: 0;
    top: 0; right: 0;
    padding: .8em;
    height: 100%;
    /*outline: 1px solid blue;*/
}

ul.itemlist li div.right.new {
    width: 20%;

    position: relative;
    float: left;
    top: auto; right: auto;
    height: auto;

    position: absolute;
    height: 100%;
    width: 20%;
    right: 0; top: 0;

    padding:0;
    /*border-left: 2px solid #ccc;
    background: #f6f6f6;*/

}
ul.itemlist li div.right div.actions {
    position: absolute;
    bottom: .8em; right: .8em;
}

ul.itemlist li div.right.new div.actions {

    bottom: auto; right: auto;
    top: 12px;
    width: 90%;
    left: 5%;
}
ul.itemlist li div.right.new div.actions span.btn {
    float: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 2px;
}
ul.itemlist li div.right.new div.actions span.btn:last-child {
    margin-bottom: 0;
}

ul.itemlist li  div.foto {
    width: 100%;
}
ul.itemlist li  div.foto img {
    max-width: 100%;
    max-height: 180px;
    float: right;
}

.btn.small {
    font-size: .8em;
    padding: .5em 1em;
    float: left; width: auto;

}
.btn.grey {
    background: #f4f4f4;
    border-bottom-color: #ccc;
}
.btn.white {
    background: #fff;
    border-bottom-color: #ccc;
}
.btn.disabled, .btn.disabled:hover{
    background: #efefef;
    border-bottom-color: #ccc;
    color: #999;
    cursor: default;

}
.btn.grey:hover {
    background: #e0e0e0
}


.btn.edit:hover {
    background: #fbba04;
    border-bottom-color: #d69c00;
}


.btn.remove:hover {
    background:rgba(152, 8, 0, 0.63);
    color: white;
    border-bottom-color: rgba(152, 8, 0, 0.78);
}
ul.itemlist li > div.actions {
    width: 10%;
    display: none;
}
ul.itemlist li > div.descr {
    width: 80%;
    font-size: .9em;
    line-height: 1.4;

}
ul.itemlist li.new > div.descr {
    padding: 12px;
}
ul.itemlist li div.actions span.btn {
    float:right;
    width: 90%;
    margin-top: .4em;

    line-height: 20px;
    position: relative;
    padding-left: 24px;
    box-sizing: border-box;
    text-align: center;

}
span.icon {
    font-size: 16px;
    display: inline-block;
    width: 16px; height: 16px;
    /*outline:1px solid red;*/
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    margin-right: 8px;

}
ul.itemlist li div.actions span.btn span.icon {
    position: absolute;
    top: 9px; left: 10px;
}

ul.itemlist li > div.descr > span {
    display: block;

    line-height: 1.3;
    width: 32%;
    float: left;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 2px 6px;
    /*
    border-radius: 2px;
    background: #ccc;
    */
    border-bottom: 1px solid #ccc;

    margin-bottom: 3px;
    padding: 2px 6px 6px;
/*
    width: 24%;
    margin-right: 1.333%;*/
    width: 32%;
    margin-right: 2%;
}
/*
ul.itemlist li > div.descr > span:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
}

ul.itemlist li > div.descr > span:nth-child(4n) {

    margin-right: 0%;
}
*/
ul.itemlist li > div.descr > span:nth-child(3n){
    margin-right: 0;
}
ul.itemlist li > div.descr > span span.k {
    text-transform: lowercase;
    display: block;
    font-size: .9em;

    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
}
ul.itemlist li > div.descr > span span.v {
    font-weight: 500;
    display: block;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.itemlist li > div.descr > span span.v img {
    width: 100%;
}

ul.itemlist li div.imgplaceholder {
    width: 100%;
    float: left;
    height: 88px;
}
/* dialogs */
div.dialog {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    box-sizing: border-box;
    background: rgba(0,0,0,.6);
    background: rgba(0,0,0,0);
    height: 0;
    transition: background 250ms ease;
    z-index: 6;
    overflow:hidden;
}
div.dialog.active {
    background: rgba(0,0,0,.6);
    height: 100%;
}
div.dialog .dinner {
    width: auto; height: auto;
    background: #fff;
    min-width: 500px;
    min-height: 200px;
    box-sizing: border-box;
    position: absolute;
    top: 50%; left: 50%;
    /*
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    */
    top: 40px;
}

div.dialog div.vzkset {
    width: 100%;
    float: left;
}

div.dialog .dloading {
    position: absolute;
    background: rgba(100,100,100,0);
    width: 100%;

    top: 0; left: 0;
    z-index: 2;
    height: 0;
    transition: background 150ms ease;
}
div.dialog .dloading.active {
    height: 100%;
    background: rgba(100,100,100,.5);
}

div.dialog span.close {
    display: block;
    background-image: url(/images/close.png);
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px; height: 16px;
    padding: 8px;
    position: absolute;
    right: 5px; top: 5px;
    cursor: pointer;
    opacity: .7;
}
div.dialog span.close:hover {
    opacity:1;
}
div.dialog .dhead {
    width: 100%;
    background: #FBBA04;
    color: #000;
    box-sizing: border-box;
    padding: .5em 1em;
    position:relative;
}

div.dialog .dhead .dtitle {
    font-weight: 500;
    text-transform: uppercase;

    -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}
div.dialog .dcontent {
    box-sizing: border-box;
    padding: 1em 1.5em;
    float: left; width: 100%;

}
div.dialog .dinner {
    width: 600px;
    margin-left: -300px;


}
div.dialog div.dinput {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 8px;
    position:relative;
}
 div.dinput {

    float: left;
    box-sizing: border-box;
    margin-bottom: 8px;
    position:relative;
 }
div.dialog div.dcol {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
div.dialog div.dcol:nth-child(odd){
    padding-right: 1em;
}
div.dialog div.dcol:nth-child(even){
    padding-left: 1em;
}
div.dialog div.dcol div.dinput {
    width: 100%;
}
div.dialog div.dcol div.dinput.placeholder {
    height: 52px;
}
div.dialog div.dinput > span {
    width: 100%;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 0 0px 4px;
}
div.dialog div.dinput > span small {
    font-size: 12px;
}

/* owner / not-owner dialog */
div.dialog .owner_only {
    display: none;
}
div.dialog.is_owner .owner_only {
    display: block;
}
div.dialog.is_owner .no_owner {
    display: none;
}



#personslist  li div span.only_owner {
    display: none;
}
#personslist  li.is_owner div span.only_owner {
    display: block;
}
#personslist.itemlist li  span.owner,
ul.checkuplist.persons li div.popup span.owner {
    font-size: 1.1em;
    width: 100%;
    display: block;
    padding-left: 6px;
    line-height: 1.1;
}


div.list_is_empty {
    font-size: .9em;
    font-style: italic;
    display: none;
}
ul.itemlist.empty + div.list_is_empty.err {
    color: #cb0000;
    display: block;
    opacity:1!important;
}
ul.itemlist.empty + div.list_is_empty {
    display: block;
    opacity: 0;
}

input, select, textarea {
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    color: #222;
    padding: .2em .5em;
    line-height: 1.2;
    height: 30px;
    vertical-align: top;
    width: 100%;
}
textarea {
    height: 80px;
}
input[type=checkbox] {
    width: auto;
    margin:0;
    vertical-align: top;
    margin: 6px 8px 0 0;
    height: auto;
}
label.cb {
    /* float: left; */
    margin-top: .5em;
    padding: .4em .8em;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;


        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}
label.cb.right {
    float:right;
}
div.dialog div.dinput.submit {
    height: auto;
}
input.btn, input.btn.ok {
    height: auto;
    float: none;

    border: none;
    border-bottom: 2px solid #d69c00;

}
 input.btn.ok {
    border-bottom: 2px solid #28aa00;

 }
input.btn.next {
    border-bottom: 2px solid #d69c00;
    width: auto;
}
input[type=file] {
    background: #fff;
    height: auto;
}

.dinput label.error {
    display: block;
    position: absolute;
    font-size: 12px;
    background: rgba(189,0,0,1);
    color: white;
    padding: 2px 5px;
    line-height: 1.2;
    right: -5px;
    bottom: -11px;
    border-radius: 2px;
    white-space: nowrap;
}
 label.cb label.error {
    display: none!important;
}
label.cb.err {
    border-color:  rgba(189,0,0,1);

}
div.vwd {
    min-height: 384px;
    float:left;
    font-size: .9em;
    line-height: 1.3;
}

#vhdata,#extrapersons, #epdata {
    display: none;
    opacity: 0;
}


ul.checkuplist li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #ddd;
    margin-bottom: .5em;
    padding: .3em .5em;
    position: relative;


    border-radius: 2px;

}

ul.checkuplist li div.sum span.ibtn {

    width: 16px; height: 16px;
    float: right;
    display: block;
    background-image: url(/images/info.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 4px;
    opacity: .5;
}

ul.checkuplist li div.sum small {
    font-size: .8em;
}

ul.checkuplist li.popupactive div.sum span.ibtn {
    opacity: 1;
}

ul.checkuplist li div.popup {
    display: none;

    position: absolute;
    background: #f4f4f4;
    border: 1px solid #ccc;
    width: 800px;
    left: -10px;
    box-sizing: border-box;
    padding: .8em;
    z-index: 9;
    border-radius:3px;

    opacity: 0;
    transition: opacity 150ms ease;
}
ul.checkuplist li.popupactive div.popup {
    display: block;
    opacity: 1;
}
ul.checkuplist.persons li div.popup > div.descr {
    width: 100%;
    padding-right: 0;
}
ul.checkuplist.persons li div.popup {
    width: 640px;
    left: auto;
    right: -10px;
}



div#debug {
    width: 100%;
    float: left; clear: both;
    border-top: 1px solid #ccc;
    box-sizing: border-box;

    padding: 1em;
    background: #efefef;
    position: fixed;
    left: 0; bottom:0;
    height: 300px;
    max-height: 30%;
    overflow-y: scroll;

    display: none;
}




ul.checkuplist li div.popup > div.descr {
    width: 80%;
    font-size: .9em;
    line-height: 1.4;
    padding-right: 1em;

    width: 100%;
    padding-right: 0;
}
ul.checkuplist li div.popup > div.right {
    display: none;
}
ul.checkuplist li  div.descr > span {
    display: block;

    line-height: 1.3;
    width: 32%;
    float: left;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 2px 6px;
    /*
    border-radius: 2px;
    background: #ccc;
    */
    border-bottom: 1px solid #ccc;

    margin-bottom: 3px;
    padding: 2px 6px 6px;
}
ul.checkuplist li  div.descr > span:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
}

ul.checkuplist li  div.descr > span span.k {
    text-transform: lowercase;
    display: block;
    font-size: .9em;
}
ul.checkuplist li  div.descr > span span.v {
    font-weight: 500;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.checkuplist li div.left {
    width: 20%;
    padding-top: 7px;
    position: relative;

}
ul.checkuplist li div.right {
    width: 20%;
    padding-top: 7px;
    position: relative;

}

ul.checkuplist li  div.foto {
    width: 100%;
}
ul.checkuplist li  div.foto img {
    max-width: 100%;
}

ul.checkuplist li div.popup > div {
    float: left;
    box-sizing: border-box;

}
#checkup div.msgs {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    margin-top: 2em;
    font-size: .9em;
    padding-top: 1em;

}
#checkup div.msgs.noborder {
    border-top: 0;
    margin-top: 0em;
    padding-top: 0;
}
#checkup div.msgs div {
    width: 100%;
    float: left;
    margin-bottom: .5em;
}
#checkup div.msgs div > span {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}



.progressbar_placeholder {
    display: block;
    background: #aaa;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0; left: 0;
    z-index: 3;
}
.progressbar {
    display: block;
    background: #28aa00;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    transition: width 100ms linear;
}


div#content > div.inner {
    margin-top: 1em;
}
div#navi {
    width: 20%;
    float: left;
    padding-top: 5em;
    margin-top: 20px;

    background-image: url(/images/logo-zwart-2.png);
    background-size: 70%;
    background-position: center 0;
    background-repeat: no-repeat;
}
    #navi ul li a {
        display: block;
       -moz-user-select: none;
        background: #e5e5e5 none repeat scroll 0 0;

        box-sizing: border-box;
        color: #333;
        float: left;
        padding: 8px;
        text-align: center;

        text-decoration: none;
        width: 100%;
        margin-bottom: .7em;

        /*transition: background 100ms ease;*/
        position: relative;



        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    #navi ul li a.active,
    #navi ul li a.active:hover {
        background: #FFBB03;
        color: #000;
        background: #fff;



        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    }

    #navi ul li a.active::before {
      background: #FFBB03 none repeat scroll 0 0;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      z-index: 5;
    }
    #navi ul li:last-child a.active::before {
        background: #2ED100
    }

    #navi ul li a.active::after {
      background: #fff;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: -5px;
      top: 0;
      width: 10px;
      z-index: 5;
    }


    #navi ul li a:hover {
        background: #fff;
    }

div#page {
    width: 80%;
    float: left;

    box-sizing: border-box;
    padding: 2em;

    background: #fff;
    /*border: 1px solid #efefef;*/
    /*box-shadow: 0 2px 15px rgba(0,0,0,.3);*/
    min-height: 350px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #ffbb03;
    padding: 28px 32px 32px 32px;
}

#loginform {
    float: left;
    clear: both;
    width: 300px;
}

#loginform  > div {
    float: left; width: 100%;
    margin-bottom: .5em;
}
#loginform  > div span {
    display: block;
    width: 100%;
}
#loginform  > div input {
    display: block;
    width: 100%;
    float: left; clear: both;

}

#navi div.logout {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
#navi div.logout a {
    font-size: .9em;
    color: #666;
    text-decoration: none;
    text-transform: lowercase;
}
#navi div.logout a:hover {
    color: #222
}
#currfoto {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}
#currfoto img {
    display: block;
    margin: 4px;
}
#currfoto span.remove {
    position: absolute;
    right: 4px; top: 4px;
    margin: 0;
}
#currfoto span.remove span.icon {
    margin-right: 0;
}

#voertuiglist {
    display: flex;
    flex-direction: column;
}
li.vehicle label.select {
    box-sizing: border-box;
    float: left;
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 12px;
    cursor: pointer;
}
li.vehicle .select input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
li.vehicle .descr {
    width: 70% !important;
}
li.vehicle .img {
    padding: 12px;
    display: block;
}
li.vehicle .img img {
    max-width: 100%;
}
input:disabled {
    opacity: .7;
}
