﻿
/* Vehicle Approval Card CSS*/
.simpleCardwrapper {
    /*margin: 20px!important;*/
    height: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 20px 30px #8A959E33;
}

    .simpleCardwrapper .card-img-top {
        height: 196px;
       
        border-radius: 10px 10px 0px 0px;
    }

    .simpleCardwrapper .card-body .dottedBorder {
        border-bottom: 3px dotted #ced4da;
    }

    .simpleCardwrapper .card-body .lblCarnme {
        color: #0B3E6B;
        font-weight: 500;
    }

    .simpleCardwrapper .card-body p {
        margin-bottom: .5rem;
    }

    .simpleCardwrapper .card-body .lblCarprice {
        color: #0B3E6B;
        font-weight: 700;
    }

    .simpleCardwrapper .card-body .imglbl {
        font-size: 12px;
    }

    .simpleCardwrapper .card-body .carPartsimg {
        width: 32px;
        height: 32px;
    }

    .simpleCardwrapper .card-footer {
        padding: 1em .75rem 1rem;
        background-color: #FFFFFF;
        border-top: none;
    }

.simpleCardwrapper .card-footer .btn-rounded {
    width: 119px;
    height: auto;
    color: #FFFFFF;
    background-color: #2BC679;
    cursor: pointer;
    border-radius: 24px;
    white-space: nowrap;
    /*width: 100px;
    line-height: 20px;
    padding: 5px;
    font-size: 14px;
    color: #38e991;
    background-color: transparent;
    cursor: pointer;
    border-radius: 20px;*/
}

.simpleCardwrapper .card-footer .btn-rounded:hover {
    color: #FFFFFF;
    background-color: #2BC679;
}

.activebutton {
    color: #FFFFFF !important;
    background-color: #00C292;
    font-size: 11px;
    height: 24px;
    width: 48px;
    font-weight:500;
    padding: 6px!important;
}

.deactivebutton {
    color: #FFFFFF !important;
    background-color: #38e991;
    font-size: 11px;
    height: 24px;
    width: 56px;
    font-weight: 500;
    padding: 6px !important;
}

.lightblue {
    background: #03A9F3;
    color: #FFFFFF !important;
    font-size: 11px;
    height: 24px;
    width: 49px;
    font-weight: 500;
    padding: 6px !important;
}
}

.cards {
    border: none !important;
    box-shadow: 0px 20px 30px #8A959E33 !important;
}

.custom-select {
    background: url('images/PNG/custom-select.png') right .75rem center no-repeat;
}

.sellertitle {
    color: #0B3E6B;
}

.onoffswitchBlack {
    position: relative;
    width: 97px;
    margin-right: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitchBlack .onoffswitch-checkbox {
    display: none;
}

.onoffswitchBlack .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitchBlack .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner  {
    margin-left: 0;
}

.onoffswitchBlack .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner1 {
    margin-left: 0;
}

.onoffswitchBlack .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inneractive {
   margin-left: 0;
}



.onoffswitchBlack .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}

.onoffswitchBlack .onoffswitch-label .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitchBlack .onoffswitch-label .onoffswitch-inner1 {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitchBlack .onoffswitch-label .onoffswitch-inneractive {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitchBlack .onoffswitch-label .onoffswitch-inner::before, .onoffswitchBlack .onoffswitch-label .onoffswitch-inner::after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitchBlack .onoffswitch-label .onoffswitch-inner1::before, .onoffswitchBlack .onoffswitch-label .onoffswitch-inner1::after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitchBlack .onoffswitch-label .onoffswitch-inneractive::before, .onoffswitchBlack .onoffswitch-label .onoffswitch-inneractive::after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitchBlack .onoffswitch-label .onoffswitch-inner::before {
    content: "Approved";
    padding-left: 10px;
    background-color: #00C292;
    color: #fff;
    font-weight: 400;
}

.onoffswitchBlack .onoffswitch-label .onoffswitch-inner::after {
    content: "Declined";
    padding-right: 10px;
    background-color: #F96767;
    color: #fff;
    text-align: right;
    font-weight: 400;
}

    .onoffswitchBlack .onoffswitch-label .onoffswitch-inneractive::before {
        content: "Active";
        padding-left: 10px;
        background-color: #00C292;
        color: #fff;
        font-weight: 400;
    }

    .onoffswitchBlack .onoffswitch-label .onoffswitch-inneractive::after {
        content: "Inactive";
        padding-right: 10px;
        background-color: #F96767;
        color: #fff;
        text-align: right;
        font-weight: 400;
    }

    .onoffswitchBlack .onoffswitch-label .onoffswitch-inner1::before {
        content: "Approved";
        padding-left: 10px;
        background-color: #00C292;
        color: #fff;
        font-weight: 400;
    }

    .onoffswitchBlack .onoffswitch-label .onoffswitch-inner1::after {
        content: "Pending";
        padding-right: 10px;
        background-color: #F96767;
        color: #fff;
        text-align: right;
        font-weight: 400;
    }

.onoffswitchBlack .onoffswitch-label .onoffswitch-switch {
    display: block;
    width: 26px;
    height: 26px;
    margin: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 67px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.editIcon {
    position: absolute;
    bottom: 18px;
    right: 11px;
    background-color: #EFF5FF;
    padding: 6px;
    border-radius: 50%;
    height: 34px;
    width: 33px;
    text-align: center;
    color: #676767;
}

.editIcon:hover {
    border: none !important;
}

/*ManageUserDetails*/
.companyDetails {
    border-left: 2px solid #E1E1E1;
   
}

.profileDetails {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.profileText {
    color: #212529;
    font-size: 14px;
    width: 100%;
}

.lblValue {
    width: 30%;
}

.Value {
    width: 70%;
}

/* Tabs*/

.tabs {
    background-color: #FFFFFF;
    height: 100%;
}

.profileImage{
    height: 100px;
    width:100px;
}

/*Style by trupti 13-12-21*/
@media(min-width: 1200px) and (max-width: 1500px) {
    #CarListing .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        padding-right: 2px;
    }
}
