﻿.add-new-car-title h1 {
    font-size: 12pt;
    color: #fff;
    background-color: #1BA1E2;
    padding: 20px;
}

article {
    width: 100% !important;
    margin: auto;
    margin-top: 10px;
}


.thumbnail {
    height: 100px;
    margin: 10px;
}

output#result {
    display: flex;
    padding-top: 7px;
    font-size: 14px;
    flex-wrap: wrap;
    max-width: 100%;
    line-height: 1.42857143;
    color: #555;
}



.multiselect-color {
    
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }


.select2-drop-active{
    width:200px;
}

#s2id_ColorSelect {
    width: 200px;
    width: 200px;
    border: 1px solid rgba(138, 138, 138, 0.87);
    border-radius:3px;
}

.main-details {
    padding: 15px;
    border: 1px solid rgba(53, 65, 80, 0.25);
    border-radius: 4px !important;
}

.main-details h3 {
    padding: 0px 0px 30px;
    color: #337ab7;
    margin-top:5px;
}

.motor-details{
    margin:0px;
}




.user-content {
    width: 400px;
    display: flex;
    flex-direction: column;
}

.user-content-details {
    display: flex;
    flex-direction: column;
    height: 460px;
    width: 750px;
    flex-wrap: wrap;
}

.form-item {
    display: flex;
    flex-direction: column;
    margin: 0 7px;
}

    .form-item textarea {
        padding: 8px 10px;
    }

    .form-item input {
        padding: 7px 10px;
        padding-bottom: 6px;
        border: 1px solid #dbe0e9;
        color: #474a5c;
    }

.user-content textarea {
    border: 1px solid #dbe0e9;
    color: #474a5c;
    height: 106px;
    resize: none;
}

.form-item label {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #474a5c;
}

.form-item select {
    margin: 10px 0;
}

.custom-checkbox {
    position: relative;
}

    .custom-checkbox .checkmark {
        position: absolute;
        left: 2px;
        top: 9px;
        width: 23px;
        height: 23px;
        background: url(/img/unchecked.svg) no-repeat;
        z-index: 1;
        background-size: contain;
        transition: .1s;
    }

.checkmark-checked {
    position: absolute;
    left: 2px;
    top: 9px;
    width: 23px;
    height: 23px;
    background: url(/img/checked.svg) no-repeat !important;
    z-index: 1;
    background-size: contain !important;
    transition: .1s;
}

.image-item {
    position: relative;
}

    .image-item .remove_img_btn {
        position: absolute;
        top: 10px;
        right: 25px;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

.numberInput {
    -webkit-appearance: none;
}

.details-checkbox {
    height: 450px;
    width: 300px;
    margin-left: 20px;
}


    .details-checkbox .form-item {
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

        .details-checkbox .form-item label {
            margin: 10px;
        }

.numberInput:hover {
    -webkit-appearance: none;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.floatLeft {
    float: left;
}

h3 {
    margin-left: 10px !important;
}

.hvr-profile-img img {
    height: 120px;
    width: 168px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #2982CE;
}

#urlToSearch {
    width: 550px;
    padding-left: 10px;
    padding: 7px 10px;
    border: 1px solid #dbe0e9;
    color: #474a5c;
}

@media(max-width: 760px) {
    .user-content-details {
        height: auto;
        width: auto;
    }

    .user-content {
        width: auto;
    }
}

.SearchBox {
    margin-bottom: 15px;
}


.select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #dbe0e9 !important;
}

.vehicle-content .select2-choice {
    height: 33px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dbe0e9 !important;
}

.vehicle-content .select2-arrow {
    width: 35px !important;
    border-left: 1px solid #dbe0e9 !important;
}

    .vehicle-content .select2-arrow b {
        background: url(/img/arrow.png) no-repeat center !important;
        background-color: #fbfcfd !important;
    }

.tgl-radio-tabs label {
    padding-left: 0;
    padding-right: 20px;
}

#searchUrl {
    padding: 8px 25px;
    color: #fff;
    background: #2982ce;
    outline: none;
    border: none;
}

.save-btn-wrap {
    display: flex;
    justify-content: flex-end;
}

#saveBtn {
    padding: 7px 60px;
    color: #fff;
    background: #2982ce;
    outline: none;
    font-size: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 2px solid #2982ce;
    transition: .3s;
    font-weight: bold;
}

    #saveBtn:hover {
        color: #2982ce;
        background: #fff;
        transition: .3s;
    }

.mg-b-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.deal-type {
    display: flex;
    flex-direction: column;
    margin: 0 7px;
}

    .deal-type .tgl-radio-tabs, .WheelSide .tgl-radio-tabs, .driveWheel .tgl-radio-tabs, .doors .tgl-radio-tabs {
        justify-content: flex-start;
        display: flex;
    }

    .deal-type .radio, .WheelSide .radio, .driveWheel .radio, .doors .radio {
        pointer-events: none;
        opacity: 0;
        margin-left: 0 !important;
        width: 0px;
        height: auto;
    }

    .deal-type .tgl-radio-tabs label, .WheelSide .tgl-radio-tabs label, .driveWheel .tgl-radio-tabs label, .doors .tgl-radio-tabs label {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        align-items: center;
        background: #fff;
        width: 95px;
        height: 33px;
        border: 1px solid #2982ce;
        color: #2982ce;
        justify-content: center;
        border-right: none;
        transition: .1s;
    }

        .deal-type .tgl-radio-tabs label:last-child, .WheelSide .tgl-radio-tabs label:last-child, .driveWheel .tgl-radio-tabs label:last-child {
            border-right: 1px solid #2982ce !important;
        }

.dealtype-checked, .wheel-checked, .driveWheel-checked, .doors-checked {
    color: #fff !important;
    background: #2982ce !important;
    transition: .1s;
}

.deal-type-title {
    margin: 10px 0;
}

.b-d-r {
    border-right: 1px solid #2982ce !important;
}


.img-thumbnail {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    margin: 10px;
}

@media(max-width: 480px) {
    .img-thumbnail {
        height: 50px;
    }
}

@media(min-width:991px) {
.div-flex-resp {
    display: flex;
    align-items: flex-end;
}
} 