﻿
/*START:ESTILOS PRINCIPALES*/
body {
    background: #f0f3f5;
    color: #fff;
    background-image: url();
    background-image: url('imgSite/background-image.png');
    background-repeat: repeat;
    cursor: pointer;
}

header {
    background: white;
}

.contenedor-main {
    margin-bottom: 0px;
}

main {
    background: #fff;
    color: #424242;
    padding: 20px 0
}

.widgets {
    background: #fff;
    color: #424242;
    margin-bottom: 0px;
    /*display: block;*/
}

    .widgets > div {
        background: #2196f3;
        color: #fff;
        padding: 20px;
    }

footer {
    padding: 20px 0;
    background: #1e1e1e;
    margin-bottom: 20px;
}

.container.mainForm {
    box-shadow: 0px 0px 9px 4px black;
}

.border {
    border: 1px solid #acadad !important;
    border-radius: 10px 10px 10px 10px;
}

.widgets > div {
    background: rgb(240, 234, 234);
    color: black;
    padding: 10px;
}

footer {
    padding: 10px 0;
    background-image: url(imgSite/background-image-footer.png);
    background-repeat: repeat;
    border-radius: 0px 0px 5px 5px;
}

.btn-info {
    color: #fff;
    background-color: #da3c0a;
    border-color: #da3c0a;
}

.carousel-inner img {
    width: 100%;
    height: 350px;
}

.bg-yellow {
    color: #343a40 !important;
    background: #f4b300;
}

.navbar a {
    color: #343a40 !important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    color: blue;
}

#back-to-top {
    color: black;
}

.row .pagination {
    height: 45px;
    margin-bottom: 20px;
}

.pagination-results {
    margin-top: 15px;
    margin-left: 7px;
    color: #3b3b3d;
}
/*START:ESTILOS PRINCIPALES*/

/*STAR:BUSQUEDA DE VEHICULOS*/
.search-car-box {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

    .search-car-box .short-select {
        width: 91%;
    }

    .search-car-box #typeFuel {
        width: 78%;
    }

    .search-car-box .select-Anio {
        width: 105%;
    }

    .search-car-box #searchWorkers {
        width: 80%;
    }
/*END:BUSQUEDA DE VEHICULOS*/

/*STAR:CAJA DE ITEM VEHICULO*/
.cart-item {
    border: 1px solid #8f919b;
    height: 390px;
    margin-left: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    float: left;
    font-size: 0.992em;
    max-width: 24.40%;
}

.row .col-md-12 {
    background: white;
}

.cart-item .prop {
    background: rgb(194, 190, 190);
    padding-left: 11px;
    padding-right: 10px;
    padding-bottom: 1.5px;
    color: black;
}

.cart-item .val {
    margin-left: -65px;
    color: black;
}

.cart-item .cart-item .car-item-link {
    text-decoration: none;
}

.cart-item .car-item-link:hover {
    text-decoration: none;
}

.cart-item .car-item-title {
    margin-right: -16px;
    margin-left: -16px;
    color: white;
    background: black;
    text-align: center;
    margin-top: -10px;
    font-size: 14px;
}

.cart-item .car-item-image {
    width: 100%;
    height: 195px;
}

.cart-item .car-item-price {
    background: rgb(221, 130, 27);
    margin-left: -16px;
    margin-right: -16px;
    text-align: center;
    font-weight: bold;
    color: black;
}

.cart-item .car-item-information {
    font-size: 86%;
    margin-top: 10px;
    margin-left: 2px;
    line-height: 1.3;
}

.cart-item .camera-number {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
    color: #FFF;
    background: rgba(0, 0, 0, .46);
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    z-index: 1;
    -webkit-border-radius: 2px;
}

.star.fa {
    color: rgb(241, 134, 12);
    font-size: 240%;
}

.tab-pane .form-group {
    margin-bottom: 0.5rem;
}
/*END:CAJA DE ITEM VEHICULO*/

/*START:FICHA DETALLADA DEL VEHICULO*/
.visits-count.row {
    color: #5d5e5f;
    padding-top: 15px;
    font-size: larger;
    font-weight: bold;
}

.advertisiment-options {
    margin-top: 15px;
}

    .advertisiment-options label {
        color: #5d5e5f;
        font-size: 80%;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .advertisiment-options .star {
        font-size: 54px;
        color: rgb(241, 134, 12);
        margin-top: 16px;
    }

.form-border-details {
    border: 1px solid #bbb9b9;
    border-radius: 0px 0px 0px 10px 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 30px;
    max-width: 100%;
    height: auto;
}

#frm-car-detail-extras {
    border: 1px solid #bbb9b9;
    width: 100%;
    padding: 20px 8px 8px 30px;
    font-size: 95%;
}

.form-border-details label {
    margin-bottom: -10px;
}

.car-name {
    margin-right: 50px;
}

.form-check-label {
    color: rgb(100, 96, 96);
}

#detail-car .form-check-inline {
    margin-right: 30px;
    margin-bottom: 5px;
    width: 290px;
}

.car-header-detail {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px;
    border-left: 1px solid #bbb9b9;
    border: 1px solid #bbb9b9;
}

.car-header-seller-info {
    margin-top: 10px;
    border: 1px solid #bbb9b9;
    padding-bottom: 15px;
}

    .car-header-seller-info .row {
        padding-left: 10px;
    }

    .car-header-seller-info label {
        margin-bottom: 0px;
        color: rgb(100, 96, 96);
    }

    .car-header-seller-info .col-2 {
        font-weight: bold;
    }

    .car-header-seller-info #sendEmailSeller {
        margin-top: 15px;
    }

.title-seller {
    background: #3a3d40;
    height: 30px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    font-family: Arial;
    font-size: 1.4em;
    text-align: center;
    padding-left: -10px;
}

.col-md-3 .control-label {
    font-weight: bold;
}

.tab-content .col-3 .control-label {
    font-weight: bold;
    width: 150%;
}



/*END:FICHA DETALLADA DEL VEHICULO*/
/*START:CREAR ANUNCIO GRATIS*/
.control-label {
    color: rgb(100, 96, 96);
}

.form-border {
    border: 1px solid #bbb9b9;
    border-radius: 0px 0px 0px 10px 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 30px;
    max-width: 100%;
    height: auto;
}

    .form-border .col-1 {
        margin-right: 50px;
    }

.frm-car-register {
    height: auto;
    margin: 0px;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
}

.frm-content-form {
    height: auto;
    margin: 0px;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
}

.frm-content-message {
    height: 400px;
    margin: 0px;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
    padding-top: 145px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    text-align: center;
}

.frm-title {
    background-image: url(imgSite/background-image-title.png);
    background-repeat: repeat;
    height: 50px;
    text-shadow: 1px 1px #8b8b8b;
    color: #eee;
    font-weight: bold;
    padding: 10px 12px;
    font-family: Arial;
    font-size: 1.4em;
}

    .frm-title .fa-car, .frm-title .fa-camera, .frm-title .fa-wrench {
        padding-right: 10px;
        font-size: 30px;
    }

    .frm-title.frm-title-car-register {
        border-radius: 12px 12px 0px 0px;
    }

.form-check-label {
    color: rgb(100, 96, 96);
}

#add-car .form-check-inline {
    margin-right: 50px;
    margin-bottom: 5px;
    width: 280px;
}

#frm-upload-images-car .col-4 {
    margin-left: 10px;
    max-width: 10%;
}

.btn-send-email {
    margin-top: 10px;
}
/*END:CREAR ANUNCIO GRATIS*/
/*START:MIS ANUNCIOS PUBLICADOS*/
.table-car-detail {
    border: 1px solid #bbb9b9;
    font-size: 0.91em;
}

    .table-car-detail td, th {
        vertical-align: middle;
        color: black;
        text-align: center;
    }

.frm-title .fa-file-text-o, .frm-title .fa-star {
    padding-right: 10px;
    font-size: 30px;
}

.form-border-favorite-list {
    border: 1px solid #bbb9b9;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 100%;
    height: auto;
}

.table .thead-dark th {
    background-color: #3a3d40;
}

#fm-modal-change-status {
    top: 30px;
    color: #3a3d40;
}

#fm-modal-confirm-remove {
    top: 120px;
}

.optionStatus {
    border: 1px solid #bbb9b9;
    border-radius: 0px 0px 0px 10px 15px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-group-option-status {
    margin-bottom: -1rem;
}

.form-group-option-buttons {
    margin-bottom: -1rem;
    margin-top: 45px;
}

.modal-change-status.modal-content {
    height: 490px;
}

.lb_status {
    font-weight: bold;
}

.table-car-detail .img-thumbnail {
    height: 160px;
    width: 200px;
}
/*END:MIS ANUNCIOS PUBLICADOS*/

/*START:REGISTRO DE USUARIO*/

#frmUserRegister .col-3 {
    max-width: 22%;
}

.frm-user-panel {
    height: auto;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
}

    /*START:FIX THIS*/
    .frm-user-panel #frmUserEdit {
        margin-top: -20px;
    }
/*END:FIX THIS*/


.form-col_2 {
    max-width: 17%;
    position: absolute;
    right: 40px;
    top: 70px;
}

/*END:REGISTRO DE USUARIO*/

/*START:MENU DE ACTUALIZACION DE DATOS Y CAMBIO DE CONTRASEÑA*/
.security-label {
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding-top: 20px;
}

.security-option {
    text-align: center;
}

    .security-option .fa-user {
        color: black;
        font-size: 180px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .security-option .fa-key {
        color: black;
        font-size: 180px;
        padding-right: 50px;
        padding-left: 50px;
    }

.update-user {
    width: 50px;
}

.change-password {
    width: 50px;
}
/*END:MENU DE ACTUALIZACION DE DATOS Y CAMBIO DE CONTRASEÑA*/

#cantRegistros {
    color: gray;
    float: right;
}

.car-details-property {
    font-weight: bold;
}

.forgotten-password-panel {
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
}

.notDataAvailableLabel {
    color: rgb(100, 96, 96);
    font-weight: bold;
    text-align: center;
}
