@charset "utf-8";

.veh_form {
    width: 70%;
    min-width: 450px;
    margin: 20px auto;
    border: 2px solid #b3b3b3;
    border-radius: 5px;
}

.veh_form h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.select-box {
    width: 350px;
    margin: 1em auto;
}

.content {
    top: 0;
    color: #000;
    width: 100%;
    display: none;
    position: absolute;
    border-radius: 7px;
    background-color: #B3B3B3;
}

.content .input_field {
    margin: 0;
}

.content.active{
    display: block;
    z-index: 10;
}

.search input{
    border-bottom: none;
    border-radius: 7px 7px 0 0;
}

.filter_list {
    height: 200px;
}

.filter_list li {
    cursor: pointer;
}

.filter_list li span:hover {
    background-color: #203A61;
}

.fade {
    width:100%; height:100%;
    background:#000;
    opacity: .80;
    z-index: 9;
    position:fixed; left:0; top:0;
}

.popup_block {
    width: 100%; min-width: 450px; max-width: 700px;
    top: 1.5em;
    left: 50%;
    right:50%;
    color: #787878;
    z-index: 10;
    position: absolute;
    background: #FFFFFF;
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 0 20px #000;-moz-box-shadow: 0 0 20px #000;box-shadow: 0 0 20px #000;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}

.popup_block .login_form h2 {
    font-size: 1.2em;
}

.popup_block .login_field_container {
    width: 80%;
    max-width: 450px;
}

.popup_block .login_field_container p {
    color: #25579f;
}

.popup_block .back_home_ref {
    display: block;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.btn_close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    background-image: url("/theme/images/icons/closebox.png");
}

.form_loader {
    top: 50%;
    left: 50%;
    position: absolute;
}

/* Result */

.car_id {
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.car_id h1 {
    color: #25579f;
    margin: 0;
    font-size: 22px;
}

.car_id h2 {
    font-size: 22px;
    text-decoration: none;
}

.car_id h3 {
    font-size: 16px;
}

.car_img {
    text-align: center;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 10px 0;
}

.car_img img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    -webkit-box-shadow: 0 0 15px #000;-moz-box-shadow: 0 0 15px #000;box-shadow: 0 0 15px #000;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}

.vin_data {
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vin_data h3 {
    font-size: 16px;
    margin: 0;
    text-decoration: underline;
}

.vin_data p {
    width: 400px;
    border: 3px double #787878;
    margin-top: 5px;
    padding: 5px;
    font-size: 16px;
    text-align: justify;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.vin_data img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    -webkit-box-shadow: 0 0 15px #000;-moz-box-shadow: 0 0 15px #000;box-shadow: 0 0 15px #000;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}

.save_data input[type="submit"] {
    width: 350px;
    padding: 15px;
    margin: 20px auto;
    display: block;
    background-color: #4481DC;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    text-align:center;
    border: 0;
    border-radius: 7px;
}

.save_data input[type="submit"]:hover:enabled {
    cursor: pointer;
    background-color: #2868c7;
    transition: background-color 0.2s;
}

.data_footer {
    margin: 10px;
    text-align: center;
}

@media only screen and (max-width: 869px) {
    .popup_block {

    }
}
