﻿body {
    font-family: 'Arial', sans-serif;
}

.stateBooking {
    font-size: 15px;
    text-align: center;
}

.title,
.titleTrip {
    color: white;
    text-align: center;
    border-radius: 0;
}

.title, .titleTrip {
    background-color: #565656;
}

#addJourney, #deleteJourney {
    font-size: 14px;
}

.btn.myButton {
    background-color: #406cb5;
    width: 100%;
    color: white;
    border: none;
}

    .btn.myButton:focus,
    .btn.myButton:active {
        background-color: #406cb5;
        outline: none;
        box-shadow: none;
    }

.myCard {
    margin-top: 2%;
    padding: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    /*border: 0.5px solid #000;*/
    /*margin: 10px;*/
}

.Button100 {
    width: 100%;
}

#map {
    height: 550px;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

th,
td {
    padding: 5px 6px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

th {
    background-color: white;
    color: white;
}

td {
    color: black;
    vertical-align: top;
}

table tr .labelPriceTitle {
    width: 70%;
}

table tr .labelPrice {
    width: 30%;
}

#request hr {
    margin: 5px 0;
}

.label {
    text-align: right;
}

.labelRatesPartial {
    text-align: right;
    font-size: 13px;
}

.labelPriceTitle {
    text-align: right;
}

.labelPrice {
    text-align: right;
}

.hidden {
    display: none;
}

.card-img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-left: 1%;
}

#dataService, #personalData {
    margin-right: 1%;
}

.blur_vehicle {
    filter: blur(3px);
}

.spinner_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small-button {
    font-size: 12px;
    padding: 5px 10px;
}

.bold {
    font-weight: bold;
}

.position-relative {
    position: relative;
}

#PickupAt,
#Dropoff {
    padding-right: 2.5rem;
}

#deletePickupAt,
#deleteDropoff {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

#goingTrack,
#lapTrack {
    font-size: 15px;
    font-weight: bold;
}

#goingTrack {
    color: dodgerblue;
}

#lapTrack {
    color: #46E50B;
}

.nav-tabs .nav-link.active {
    background-color: #565656;
    color: white;
    border-color: #565656;
}

.nav-tabs .nav-link {
    color: #333;
    background-color: transparent;
    border-color: #565656;
}

    .nav-tabs .nav-link:not(.active):hover {
        background-color: #c5c5c5;
    }

#gridPassenger {
    margin-left: 30px;
}

@media (max-width: 576px) {
    #request b {
        font-weight: normal;
    }
}


@media (min-width: 1148px) {
    #gridPassenger {
        margin-left: 90px;
    }
}

@media (max-width: 992px) {
    #validationService .label {
        text-align: left;
    }

    #validationService .col-12 {
        width: 100%;
    }

    #validationPersonalData .col-12 {
        width: 100%;
    }

    .label {
        text-align: left;
    }
}

@media (max-width: 940px) {
    .container-fluid .row .div-card {
        width: 100%;
    }
}

@media (max-width: 1018px) and (min-width: 860px) {

    #divBTNchangeVehicle,
    #divBTNnewRequest {
        width: 30%;
    }

    #emptybutton {
        width: 40%;
    }
}

.margin-price {
    margin-right: 7px
}
/* Tabla precios Grid*/
@media (max-width: 1030px) and (min-width: 768px) {
    table tr .labelPriceTitle {
        width: 55%;
    }

    table tr .labelPrice {
        width: 45%;
    }
}

@media (max-width: 525px) {
    table tr .labelPriceTitle {
        width: 60%;
    }

    table tr .labelPrice {
        width: 40%;
    }
}

@media (max-width: 415px) {
    table tr .labelPriceTitle {
        width: 50%;
    }

    table tr .labelPrice {
        width: 50%;
    }
}

@media (max-width: 1105px) and (min-width: 940px) {

    .rate-label {
        width: 40%;
    }

    .rate-price {
        width: 60%;
    }
}

@media (max-width: 1035px) and (min-width: 992px) {

    .PickupTimeLabel2 {
        display: block;
    }

    .PickupTimeLabel {
        display: none;
    }
}

#PriceTotal {
    font-size: 20px;
    font-weight: bold;
    margin-right: 7px;
}

@media (min-width: 576px) {
    .vehicle-type {
        display: block;
    }

    .vehicle-type-2 {
        display: none;
    }
}

@media (max-width: 576px) {
    .vehicle-type {
        display: none;
    }

    .vehicle-type-2 {
        display: block;
    }

    #PriceTotal {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .reserve {
        font-size: 14px;
    }

    #PriceTotal {
        font-size: 14px;
    }
}


#nav-home-tab, #nav-profile-tab {
    width: 47%;
}

#navDate {
    padding-left: 5%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Oculta las flechas en navegadores WebKit */
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Oculta las flechas en Firefox */
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 1000px) and (min-width: 940px) {
    #goingTrack, #lapTrack {
        width: 100%;
    }
}

.cursor:hover {
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    display: none;
}