﻿.l-h-md {
    line-height:1.6em;
}
/* security */
.security-row {
    margin-bottom:8px;
}
/* vehicle picture thunmbnails */
.thumbnail-box {
    width:200px;
    min-height:200px;
    float:left;
    margin: 0 5px 5px 0;
}
.thumbnail-box div {
    margin-top:5px;
}
.thumbnail-box a:not(:last-child) {
    margin-right:10px;
}
.modal-thumbnail-box {
    width:200px;
}
.img-preview {
    overflow:hidden;
    width:100%;
}
.img-preview-sm {
    height: 130px;
    width: 200px;
}
.gallery-thumb {
    width:200px;
    float:left;
    margin:0 4px 4px 0;
}
.dz-clickable {
    border-style:dashed;
}
.dz-clickable span {
    font-size:24px;
    color: #999;
} 
/* input error */
.inv-error {
    border: 2px solid red;
}
/* datatables expandable columns */
td.details-control {
	background: url('/images/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.shown td.details-control {
	background: url('/images/details_close.png') no-repeat center center;
}