@media (max-width: 430px) {
    .modul-r-wizard .vin-group input[name="vin"] {
        width: 100%;
    }
    .modul-r-wizard .vin-group .form-control-feedback {
        right: 15px !important;
    }
    .modul-r-wizard #vinDecode {
        position: relative !important;
        right: 0 !important;
        width: 100% !important;
        margin-top: 15px;
    }
    .modul-r-wizard #wizard_vehicle_msg .modal-footer a.btn {
        display: block;
    }

    .modul-r-wizard #wizard_vehicle_msg .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 5px;
    }
}
@media (min-width: 431px) and (max-width: 767px) {
    .modul-r-wizard .vin-group input[name="vin"] {
        width: 86%;
    }
    .modul-r-wizard .vin-group .form-control-feedback {
        right: 16% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .modul-r-wizard .vin-group input[name="vin"] {
        width: 395px;
    }
    .modul-r-wizard .vin-group .form-control-feedback {
        right: 68px !important;
    }
}
@media (max-width: 991px) {
    .modul-r-wizard #warrantyEditor {
        margin-top: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .modul-r-wizard .vin-group input[name="vin"] {
        width: 229px;
    }
    .modul-r-wizard .vin-group .form-control-feedback {
        right: 69px !important;
    }
}
@media (min-width: 1200px) {
    .modul-r-wizard .vin-group input[name="vin"] {
        width: 295px;
    }
    .modul-r-wizard .vin-group .form-control-feedback {
        right: 69px !important;
    }
}

.modul-r-wizard .btn-upload-group {
    position: relative;
    outline: none !important;
}

.modul-r-wizard  #img_upload {
    width: 100%;
    left: 0;
    top: 0;
    float: right;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    position:absolute;
    overflow: hidden;
}
/* Avoid putting cursor into input field in IE browsers when Upload btn is being clicked */
.modul-r-wizard #img_upload::-ms-browse{
    width: 200px;
}

.modul-r-wizard #img_upload::-ms-value {
    font-size: 0;
}

.modul-r-wizard #priceCurrent {
    height: 20px !important;
}

.modul-r-wizard #warrantyEditor {
    border: 1px solid #ddd;
    transition: border 0.2s ease-in-out 0s;
    height: 222px;
}
.modul-r-wizard #warrantyEditor:first-line {
    font-weight: bold;
    font-family: inherit;
}

.modul-r-wizard .inputBlockWrap .radio input[type="radio"] {
    margin-left: 0;
    margin-right: 3px;
    position: relative;
}

.modul-r-wizard .radio.text-primary {
    cursor: pointer;
}

.modul-r-wizard #wrapper .radio {
    min-height: 0;
    padding-top: 0;
}

.modul-r-wizard .nameSelected legend {
    display: none;
}
.modul-r-wizard .nameSelected .list-group-item {
    padding-right: 0;
}
.modul-r-wizard .nameSelected .list-group-item > .close {
    padding: 0 15px;
}

.modul-r-wizard div.photo-container .img-preview .img-responsive {
    height: 100px;
}

.modul-r-wizard .list-group-item.selectable .fa-plus {
    margin-right: 5px;
    font-size: 16px;
    line-height: 20px;
}
.modul-r-wizard .list-group-item.selected {
    cursor: pointer;
}

.modul-r-wizard .vin-group input[name="vin"] {
    display: inline-block;
}
.modul-r-wizard #vinDecode {
    width:46px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 15px;
}
.modul-r-wizard #vinDecode > .fa,
.modul-r-wizard .selectable > .btn > .fa {
    line-height: inherit;
}

.modul-r-wizard .error_new_option {
    color: #ff0000;
}

.modul-r-wizard .error_new_option label {
    font-weight: 400;
}

.modul-r-wizard .float-right-img {
    cursor: pointer;
    vertical-align: bottom;
}

.modul-r-wizard .options_more {
    display: block;
    padding: 10px 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
    text-align: right;
}
.modul-r-wizard #selectedContainer legend {
    margin-top: 10px;
}
.modul-r-wizard .form-group label {
    word-wrap: break-word;
}

.Explorer.Internet .modul-r-wizard select.form-control,
.msie .modul-r-wizard select.form-control {
    padding-right: 11.5px;
}

.cerulean .modul-r-wizard .panel-default .panel-title {
    color: #555;
}
.journal .modul-r-wizard .panel-default .panel-title {
    color: #777;
}
.darkie #form_add_option > input,
.superhero #form_add_option > input {
    border: 1px solid #ccc;
}

.modul-r-wizard #attributes {
    display: none; 
}