﻿h1 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 10px;
}

h2 {
    color: #ddd;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

h2 a {
    color: #ddd;
}

h2 a:hover {
    color: #fff;
}

h3 {
    color: #ddd;
    font-size: 16px;
    text-align: left;
    padding: 10px;
}

h7 {
    color: #123c5d;
    font-size: 13px;
}

h8 {
    color: #123c5d;
    font-size: 12px;
}

body {
    background: url(../img/fondo-Original.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-size: cover;
    font-family: Arial;
    /*padding-right: 0 !important;*/
}

#contenedor-general {
    color:#000; 
    overflow:hidden;
    width: 100%;
}

#header {
    background: url(../img/bg-top-menu.png);
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

#header-bar {
    /*background: url(../img/bg-top-menu.png);*/
    background: rgba(0, 12, 26, 0.8);
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

section#contenedor{
    background: rgba(1,48,75,0.5);
    display: block;
    margin: 0 auto;
    padding: 5px;
    margin-top: 20px;
    width: 100%;
}

#modalHost {
    position: relative;
    z-index: 2000; /* Más alto que navbar, sidebar, etc. */
}
#modal-clave-conductor {
    z-index: 2050 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.75);
}

#modal-clave-conductor .modal-dialog {
    max-width: 900px; /* ancho */
    width: 100%;
}

#modal-clave-conductor .modal-content {
    background: #f4f6f9;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

#modal-clave-conductor .modal-header {
    background: #f4f6f9;    
    border-bottom: none;
}
#modal-clave-conductor.fade .modal-dialog {
    transform: scale(0.95);
    transition: transform 0.2s ease-out;
}

#modal-clave-conductor.show .modal-dialog {
    transform: scale(1);
}

.table > thead > tr > th {
    text-align: center !important;
}

span.glyphicon {
    font-size: 30px;
    padding: 10px;
    color: #fff;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title, .usuario {
    color: #fff;
    font-family: "Arial";
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    padding: 5px;
}

.box-tipo-viaje {
    /* background: #69c4ca; */
    background: #091926;
    padding: 15px;
}

.btn-ingresar, .btn-continuar {
    background-color: #fff;
    border-radius: 5px;
    color: #091926;
    display: inline-block;
    padding: 9px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition: all 0.3s ease-in 0s;
    width: 300px;
}

a {
    /*color: #091926;*/
    text-align: center;
    display: block !important;
    margin: 0 auto !important;
    text-decoration: none !important;
}

.btn-envio {
    background-color: #fff;
    border-radius: 5px;
    color: #091926;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition: all 0.3s ease-in 0s;
    width: 200px;
    font-size: 20px;
    height: 40px;
    padding-top: 10px;
}

.btn-envio1 {
    background-color: #337ab7;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    color: #fff;
    display: flex;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition: all 0.3s ease-in 0s;
    width: 200px;
    font-size: 16px;
    height: 40px;
    padding-top: 13px;
}

.btn-envio1:hover {
    color: #fff;
    border-color: #000;
}

form {
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0 auto;
}

#form-personalizacion {
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
}

p label {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

input {
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 6px 2px;
    width: 300px;
}

p#bot input {
    background: #fff;
    color: #000;
    display: block;
    font-size: 22px;
    margin: 0 auto;
    padding: 6px 2px !important;
    width: 150px;
}

input#operacion {
    color: #000;
    display: block;
    font-size: 12px !important;
    margin: 0 auto;
    padding: 4px 2px !important;
    text-align: left;
    width: 200px;
}

input#submitop {
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 4px 8px;
    width: auto;
}

section#contenedor-itinerario {
    background: rgba(1,48,75,0.5);
    display: block;
    margin: 0 auto;
    padding: 5px;
    margin-top: 50px;
    width: 100%;
}

table.corridas {
    background: #fff;
    border-bottom: 3px solid #091926;
    text-align: center !important;
    border-collapse: collapse;
    width: 100% !important;
}

.menu-abordaje {
    /*background: #ccc;*/
    float: right;
}

ul#dinamic-nav {
    float: left;
    margin: 15px;
}

/*.nav-pills > li + li {
    margin-left: 40px;
}*/

/*.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}*/

.nav > li {
    margin-bottom: 5px;
}

.nav > li:last-of-type {
    margin-bottom: 0;
}

navbar-inverse.navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    background-color: #1c2b38 !important;
}

.navbar-nav > li > .dropdown-menu li {
    padding: 20px 0;
}

.navbar-nav > li > .dropdown-menu li {
    font-weight: bold !important;
    color: #fff !important;
}

.navbar-nav > li > .dropdown-menu li:hover {
    font-weight: bold !important;
}

.dropdown-menu li:hover {
    background: #337ab7;
    color: #fff !important;
}

#opciones-corrida {
    background: #337ab7;
}

#opciones-corrida a {
    color: white;
}

ul.dropdown-menu li.opciones-menu {
    text-align: center !important;
    cursor: pointer !important;
}

ul.dropdown-menu li.opciones-menu:hover {
    color: #fff !important;
}

.dropdown-menu > li:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}

.navbar-inverse {
    background: rgb(20, 35, 47) none repeat scroll 0 0;
    border-color: #080808;
}

span#menu-opciones {
    vertical-align: super !important;
}

.btn-logout {
    background-color: #091926;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    /*padding: 9px 16px;*/
    text-align: center;
    transition: all 0.3s ease-in 0s;
    /*Aderido:*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    margin: 7px auto;
    position: relative;
    text-transform: uppercase;
    transform: translateZ(0px);
    width: 100%;
}

.btn-logout:hover::before, .btn-logout:focus::before, .btn-logout:active::before {
    border-color: transparent transparent transparent #015581;
    right: -10px;
}

.btn-logout:hover {
    background: #015581 none repeat scroll 0 0;
    border-color: #091926;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    text-decoration: none;
}

.datos-usuario {
    /*background: rgba(250, 250, 250, 1.00) none repeat scroll 0 0;*/
    /*margin-bottom: 10px;*/
    background: rgb(20, 35, 47) none repeat scroll 0 0;
    padding: 5px 10px;
}

/*CHECKBOX CORRIDAS*/
.squaredTwo, .squared {
    width: 24px;
    height: 24px;
    float: left;
    background: #fff;
    margin: 0px 5px;
    position: relative;
}

.squaredTwo label, .squared label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 2px;
    background: #091926;
}

.squaredTwo label:after, .squared label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 5px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredTwo input[type=checkbox]:checked + label:after, .squared input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

td.color-rojo {
    background: #FF0000 !important;
}

td.color-verde {
    background: #0E8235 !important;
}

#formOp {
    display: block;
    margin: 0 auto;
    text-align: center !important;
}

footer {
    /*background: url(../img/bg-top-menu.png);*/
    background: rgba(0, 12, 26, 0.8);
    display: block;
    margin: 0 auto;
    padding: 30px 0px; /*1px 0px*/
}

.clear {
    clear: both;
}

input#anden {
    color: #000;
    display: block;
    font-size: 12px !important;
    margin: 0 auto;
    padding: 4px 2px !important;
    text-align: left;
    width: 150px;
}

.mt-15 {
    margin-top: 15px;
}

.button:hover, .button:focus {
    cursor: pointer;
}

.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.squared input {
    display: none;
}

tr > td, tr > th {
    text-align: center;
}

.btn-group-cor:hover, .btn-group-cor:focus {
    border-color: #091926;
    border-style: solid;
    border-width: 1px;
    outline: thin dotted;
    outline-offset: -2px;
}

/*.table-responsive tr td:first-child {
    position: absolute;
    background: white;
}*/

.table-responsive tr th:first-child {
    position: absolute;
    background: white;
}

.loading {
    margin: 0 auto;
    display: block;
}

.nav > li > a:focus, .nav > li > a:hover {
    cursor: pointer;
}

#logo {
    display: block;
    margin: 0 auto;
}

input#submitop {
    background: #fff;
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 4px 8px;
    width: auto;
}

.box-viaje {
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    background: #091926;
    height: 50px;
}

[data-target] {
    cursor: pointer;
}

/* LOADING BOUNCE CSS */
.spinner {
    /*margin: 100px auto 0;*/
    margin: 20px auto 0;
    /*width: 70px;*/
    text-align: center;
    color: #fff;
}

.spinner > div {
    width: 18px;
    height: 18px;
    /*background-color: #333;*/
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.64s;
    animation-delay: -0.64s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
}

.spinner .bounce3 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce4 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.spinner .bounce5 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.center {
    text-align: center;
}

.bus_ico {
    width: 100px;
}

#fancybox-loading {
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

#box-ok-temporal {
    background: #0dba78;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.body_load {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 50%;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    20% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* Operaciones */
#dialog-Ope {
    /*background: #000 none repeat scroll 0 0;*/
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.carousel-inner {
    margin-top: 20px;
}

.file-caption span.glyphicon .glyphicon-file {
    font-size: 0;
    padding: 0;
}

.titulo-inputs {
    text-align: left;
    font-size: 30px;
}

.file-preview {
    background: #ddd none repeat scroll 0 0;
}

#browser {
    text-transform: uppercase;
}

.img-rounded {
    width: 200px;
}

#forma {
    margin: 10px;
}

#user-session span.glyphicon {
    font-size: 20px;
    padding: 5px;
}

/*#user, #password {
    text-transform: uppercase;
}*/

.modal-recuperar-chbx {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
}

.modal-recuperar-chbx input, .modal-recuperar-chbx label {
    padding: 0;
    margin: 0;
}

.modal {
    background-color: rgba(0,0,0,.6);
    padding: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-content {
    /*background-color: #337ab7;*/
    background-color: #f5f5f5;
    position: relative;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
    width: 400px;
    margin: 0 auto !important;
}

.modal-header .close {
    margin-top: -2px;
    color: #000;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.fieldset-modal {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
}

.fieldset-modal > legend {
    text-align: center;
    margin: 0;
    padding: 0;
    width: auto;
    color: #555;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    /*color: #fff;*/
    color: #000;
}

.modal-body {
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    /*color: #fff;*/
    color: #000;
    font-weight: 700;
}

.text-warning {
    color: #744;
    font-weight: 300;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px solid #e8e2e2;
}

.textbox-modal {
    width: 95%;
    border-radius: 3px;
    background-color: #fbfbfb;
    border: 1px solid #555;
    color: #555;
}

.label-modal {
    /*padding-top: 20px;*/
    padding-top: 15px;
    color: #007c5f;
    text-align: left !important;
    font-weight: bold;
}

.label-modal-corrida {
    background-color: #F3DDE7;
    color: #ff0000;
    padding: 20px;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #c6cad2;
    border-color: #ccc;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    color: #000;
}

.encabezado3 {
    margin: 15px !important;
    padding-bottom: 8px !important;
}

.datos-viaje-elegasiento {
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: left;
    color: #123c5d;
}

.titulo-autobus {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

#pasos-asiento-1 {
    background: #fff;
    color: #123c5d;
    text-align: center !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    border-radius: .8rem;
    margin-left: 0 auto;
}

.tipo-pasajero-2 {
    font-size: 13px !important;
    padding-right: 128px;
    padding-left: 1px;
    color: #123c5d;
}

.elegir-asiento {
    padding: 10px;
}

.formulario1 {
    background: #e5e5e5;
    color: #123c5d;
    font-size: 15px;
}

.dato-viaje {
    text-align: center !important;
    font-size: 19px !important;
    font-weight: 500 !important;
}

.btn-editar-2 {
    color: #123c5d;
    background: #fff;
    text-align: center;
    width: 60%;
    font-size: 15px;
    border: 1px solid #123c5d;
    margin-top: 58px;
}

.icono-editar-2 {
    margin-right: 0 auto;
    line-height: 4;
    width: 30px;
}

.asiento-total {
    background: #fff;
    text-align: center;
}

#total2 {
    font-size: 18px;
    color: #123c5d;
}

table {
    border-collapse: collapse;
    text-align: center;
    font-size: 11px;
}

.datos-generales-viaje-vista3 {
    font-size: 12px;
}

.pasajero1-vista3 {
    border-radius: 0 0 8px 8px !important;
}

.pasajero2-vista3 {
    border-radius: 8px 8px 0 0 !important;
}

.accordion-vista3 {
    top: -35px !important;
}

.smb tbody tr td {
    border: 0 !important;
}

h5.tipos-pasajeros {
    font-size: 15px;
}

th.letra-centrada-vista3 {
    text-align: inherit;
    font-size: 12px !important;
    font-weight: 600;
    padding: 0 5px;
    background: #e5e5e5;
}

#negritas2.vista3 {
    font-weight: bold !important;
    color: #123c5d;
    font-size: 17px;
}

.contenedor-esquema {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 50px
}

/*FORMULARIO ELEGIR ASIENTO*/
.btn-tooltip {
    padding: 1px 6px;
    font-size: 10px !important;
    border: .1em solid #123c5d;
    border-radius: 1em;
    margin-left: 5px;
}

.cont-abordaje {
    padding-bottom: 11px;
}

.btn-cobertura {
    color: #fff;
    background: #123c5d;
    width: 100%;
    font-size: 12px !important;
    margin: 0 auto !important;
}

.btn-cobertura-1 {
    color: #fff;
    background: #123c5d;
    width: 100%;
    font-size: 15px !important;
    margin: 0 auto !important;
}

#obligatorio-abordaje-1 {
    font-size: 15px;
}

#paso-reloj-abordaje {
    background: #88a5ab !important;
    margin-top: 10px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bolder;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

h6 .nombre-pasajeros {
    font-size: 1rem;
    text-align: center;
    color: #123c5d;
    font-weight: 400;
    margin-bottom: 4px;
}

.btn-editar-abordaje {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #123c5d;
    border: 1px solid #123c5d;
    background: #fff;
    font-size: 17px;
    border-radius: 8px;
}

.icono-editar-abordaje {
    float: right;
    margin-right: 10px;
    line-height: 4;
    width: 30px;
}

.cam-editar {
    text-align: center;
}

#obligatorio-abordaje {
    font-size: 12px;
    color: #fff;
    vertical-align: sub;
}

.asistencia-medica {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 10px;
}

.medica {
    background: #123c5d;
    padding-bottom: 8px;
    border-radius: 8px 8px 8px 8px;
    padding: 0 5px;
    padding-left: 15px;
    padding: 6px;
    margin-top: 20px;
}

.medica2 {
    margin-top: 30px;
    padding: 8px !important;
}

.medica-2 {
    background: #e5e5e5;
    padding-bottom: 8px;
    border-radius: 8px 8px 8px 8px;
}

.btn-cobertura-seleccion {
    color: #123c5d;
    background: #e5e5e5;
    width: 98%;
    margin: 0 auto !important;
    font-size: 14px !important;
    padding-right: 0px;
}

.custom-control {
    min-height: 0;
}

.elegir {
    font-size: 15px !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
}

.formulario-abordaje {
    margin-bottom: 4rem;
    color: #123c5d;
    text-align: left;
}

input::-webkit-input-placeholder {
    color: #212529 !important;
}

input:-moz-placeholder {
    color: #212529 !important;
}

input:-ms-input-placeholder {
    color: #212529 !important;
}

/* Quitar flechas en navegadores basados en WebKit */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.btn-eliminar {
    color: #123c5d;
    background: #e5e5e5;
    width: 100%;
    font-size: 12px;
    margin: 0 auto !important;
    border: 1px solid #123c5d;
}

.btn-guardar {
    color: #fff;
    background: #123c5d;
    width: 100%;
    font-size: 12px;
    margin: 0 auto !important;
}

.btn-guardelim {
    margin-bottom: 12px;
    margin-top: 12px;
}

.agregar {
    background: #e5e5e5;
    padding-bottom: 20px;
}

.btn-agregar {
    color: #123c5d;
    background: #fff;
    width: 98%;
    font-size: 16px;
    margin: 0 auto !important;
    border: 1px solid #123c5d;
    padding-bottom: 10px;
    border-radius: 8px;
}

.btn-regresar1 {
    color: #fff;
    background: #123c5d;
    border: #123c5d;
    text-align: center;
    width: 300px;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 20px;
}

.btn-continuar1 {
    color: #fff;
    background: #123c5d;
    border: #123c5d;
    text-align: center;
    width: 300px;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 20px;
}

.botones-abajo {
    text-align: center;
}

/* ESTILOS ASIENTOS */

.datos-a {
    height: auto !important;
    position: relative !important;
}

.table-responsive {
    overflow: visible;
    border: 0px solid #ddd;
    height: auto;
}

.table-responsive-xl {
    margin-bottom: 30px;
}

.table-responsive > .table {
    margin-bottom: 0;
    margin-left: -10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tbody {
    border-color: inherit;
    display: table-row-group;
    vertical-align: middle;
    width: 100% !important;
}

.table tbody tr {
    background: transparent none repeat scroll 0 0;
}

.table-responsive tr {
    display: inline-block;
}

.table.smb > tbody > tr > td {
    border-top: 0px;
}

.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.asientos2 {
    margin: 0px;
    margin-left: 240px;
    padding: 0 !important;
    width: 100% !important;
    min-height: 210px;
    list-style-type: none;
    position: relative;
}

.asientos2 li {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: .950em;
    text-align: center;
    line-height: 36px;
    color: #fff;
    text-shadow: 0 1px 0 #333;
    padding-right: 5px;
    /* background: url(../images/asiento-disponible.png) no-repeat; */
    font-family: "OpenSansBold";
    font-weight: normal;
}

.numeracion.asiento {
    position: inherit;
    top: 0px;
    left: 40px;
    color: #000;
    display: block !important;
    left: 25px;
}

.camion {
    margin-bottom: 0;
    width: 740px;
    height: 300px;
    background: url(../img/icons/esquema-autobus-piso1-b.png) no-repeat center 0px;
}

.bus2 {
    margin-bottom: 0;
    width: 740px;
    height: 300px;
    background: url(../img/icons/esquema-autobus-piso2-b.png) no-repeat center 0px;
}

/*.bus3 {
    margin-bottom: 20px;
    width: 100%;
    height: 740px;
    background: url(../img/icons/esquema-autobus-un-piso.png) no-repeat center 0px;
}*/

.iconos-asientos {
    text-align: center;
    margin-top: 20px;
    color: #FFFFFF;
    padding-bottom: 40px;
}

.tipo-asiento {
    width: 45px !important;
    text-align: center;
    color: #FFFFFF;
    /*padding-bottom: 40px;*/
}

.tipo-asiento1 {
    width: 45px !important;
    text-align: center;
    color: #FFFFFF;
    /*padding-bottom: 10px;*/
}

.bus3 {
    margin-bottom: 0;
    width: 910px;
    height: 300px;
    background: url(../img/icons/esquema-autobus-un-piso1-b.png) no-repeat center 0px;
}

.bus3-xl {
    background: url(../img/icons/esquema-autobus-xl.png) no-repeat center 0px;
}

.asientos3 {
    margin: 0px;
    margin-left: 235px;
    padding: 0 !important;
    width: 100% !important;
    min-height: 210px;
    list-style-type: none;
    position: relative;
}

.asientos3-xl {
    margin-left: 290px;
}

.asientos3 li {
    position: absolute;
    width: 50px;
    height: 40px;
    cursor: pointer;
    font-size: .850em;
    text-align: center;
    line-height: 36px;
    color: #fff;
    text-shadow: 0 1px 0 #333;
    padding-right: 5px;
    /* background: url(../images/asiento-disponible.png) no-repeat; */
    font-family: "OpenSansBold";
    font-weight: normal;
}

.numeracion.asiento {
    position: inherit;
    top: 0px;
    left: 40px;
    color: #000;
    display: block !important;
    left: 25px;
}

/*ESQUEMA DE AUTOBUS*/
/*Columnas*/
.diagrama-autobus li.col-1 {
    left: 387px;
}

.diagrama-autobus li.col-2 {
    left: 330px;
}

.diagrama-autobus li.col-3 {
    left: 273px;
}

.diagrama-autobus li.col-4 {
    left: 216px;
}

.diagrama-autobus li.col-5 {
    left: 159px;
}

.diagrama-autobus li.col-6 {
    left: 102px;
}

.diagrama-autobus li.col-7 {
    left: 45px;
}

.diagrama-autobus li.col-8 {
    left: -12px;
}

.diagrama-autobus li.col-9 {
    left: -69px;
}

.diagrama-autobus li.col-10 {
    left: -126px;
}

.diagrama-autobus li.col-11 {
    left: -183px;
}
.diagrama-autobus li.col-12 {
    left: -240px;
}
.diagrama-autobus li.col-13 {
    left: -297px;
}
/*Filas*/
.diagrama-autobus li.row-1 {
    top: 40px;
}

.diagrama-autobus li.row-2 {
    top: 84px;
}

.diagrama-autobus li.row-3 {
    top: 170px;
}

.diagrama-autobus li.row-4 {
    top: 215px;
}
/************************************************** Diagrama 35 ************************************************************************************/
.camion-xl {
	margin-bottom: 0;
    width: 740px;
    height: 300px;
    background: url(../img/icons/esquema-autobus-piso2-b.png) no-repeat center 0px;
    background-size: 735px 295px;
}
.bus2-xl {
	margin-bottom: 0;
    width: 740px;
    height: 300px;
    background: url(../img/icons/esquema-autobus-piso2-b.png) no-repeat center 0px;
    background-size: 735px 295px;
}
.camion-xl .asientos2 {
	margin-left: 270px;
}

.bus2-xl .asientos2 {
	margin-left: 270px;
}
/************************************************** Diagrama 56 ************************************************************************************/
.camion-xxl {
    margin-bottom: 0;
    width: 825px;
    height: 300px;
    background: url(../img/icons/esquema-autobus-piso1-b.png) no-repeat center 0px;
    background-size: 795px 295px;
}
.bus2-xxl {
    margin-bottom: 0;
    width: 825px;
    height: 300px;
    background: url(../img/icons/esquema-autobus-piso2-b.png) no-repeat center 0px;
    background-size: 795px 295px;
}
.camion-xxl .asientos2 {
	margin-left: 345px;
}
.bus2-xxl .asientos2 {
	margin-left: 345px;
}

/************************************************** Cambio de oficina ***********************************************************************************/
.espacio {
    margin-top: 35px;
    margin-bottom: 20px;
}

.espacioControles {
    margin-top: 15px;
}
.autocomplete-wrapper {
    position: relative;
}
.autocomplete-wrapper ul {
    margin: 0;
}

.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    max-height: 240px;
    overflow-y: auto;
    z-index: 2000;
    display: none;
    padding: 0;
    list-style: none;
}
.autocomplete-item {
    padding: 10px 14px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

/* Último sin borde */
.autocomplete-item:last-child {
    border-bottom: none;
}

/* Hover */
.autocomplete-item:hover {
    background-color: #f6f8fa;
}

/* Clave */
.autocomplete-clave {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

/* Descripción */
.autocomplete-desc {
    font-size: 12px;
    color: #6c757d;
    margin-top: 2px;
}

/* Scroll discreto */
.autocomplete-dropdown::-webkit-scrollbar {
    width: 6px;
}

.autocomplete-dropdown::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 3px;
}

/************************************************** Embarques/Desembarques ***********************************************************************************/
.bte-embdes {
    background-color: #337ab7;
    color: #ffffff;
}

/**Informacion de los tags**/
.embarque-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.tag {
    background: #e8f0fe;
    color: #2c3e50;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 600;
}


/*MEDIA QUERY 480PX*/
@media (max-width: 480px) {
    .embarque-tags {
        justify-content: center;
    }

    .tag {
        /*width: 100%;*/
        text-align: center;
        font-size: 15px;
    }
}
/**Fin**/


/* CONTENEDOR */
td.acciones {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 8px; 
    white-space: nowrap;
}

/* BOTÓN BASE */
.btn-accion {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid;
    transition: all 0.15s ease-in-out;
}

/* BORRAR */
.btn-borrar {
    width: 26px;
    height: 26px;
    padding: 0;
    background-color: #fbeaea; 
    color: #d9534f;
    border: 1px solid #f2b8b5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

}
    .btn-borrar .glyphicon {
        font-size: 13px;
        color: red;
    }
    .btn-borrar .glyphicon:hover {
        font-size: 13px;
        color: #fff;
    }



    .btn-borrar:hover {
        background-color: #d9534f;
        color: #fff;
        border-color: #d9534f;
    }

/* DESEMBARCAR */
.btn-desembarcar {
    background-color: #ffffff;
    color: #1a73e8;
    border-color: #1a73e8;
}

.btn-desembarcar:hover {
    background-color: #1a73e8;
    color: #ffffff;
}

@media (max-width: 480px) {

    table {
        font-size: 12px;
    }

    td.acciones {
        justify-content: center !important;
        align-items: center;
    }

    .btn-borrar {
        margin: auto;
    }
}

#btnModoDesembarcar.active {
    background: #fdeaea;
    border-color: #d9534f;
    color: #d9534f;
}

    #btnModoDesembarcar.active::after {
        color: #d9534f;
    }


.fila-desembarcada {
    background-color: #2E93FF !important;
}
/*fin*/

/****Estilo de modo operacion***/
/* CONTENEDOR GENERAL */
.embdes-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 16px;
}

/* PANEL BASE */
.embdes-panel {
    background: rgba(255, 255, 255, 0.95);
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0,0,0,.15);
}


/* TÍTULO */
.embdes-title {
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 6px;
    text-align:center;
}

/* TEXTO DE ESTADO */
.modo-estado {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

    .modo-estado b {
        color: #24557F;
        font-weight: 600;
    }

/* GRUPO CHECK VISUAL */
.embdes-check {
    display: flex;
    gap: 20px;
    justify-content: center;
}

    /* BOTONES COMO CHECK */
    .embdes-check .btn {
        background: #f8f8f8;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 6px 14px 6px 32px;
        font-size: 13px;
        color: #555;
        position: relative;
        min-width: 140px;
        text-align: left;
    }

        /* CAJA CHECK */
        .embdes-check .btn::before {
            content: "";
            width: 16px;
            height: 16px;
            border: 2px solid #aaa;
            border-radius: 3px;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
        }

        /* CHECK ACTIVO */
        .embdes-check .btn.active {
            background: #eaf3ff;
            border-color: #337ab7;
            color: #337ab7;
            font-weight: 600;
        }

            .embdes-check .btn.active::after {
                content: "✔";
                position: absolute;
                left: 13px;
                top: 50%;
                transform: translateY(-55%);
                font-size: 14px;
                color: #337ab7;
            }

        /* HOVER SUAVE */
        .embdes-check .btn:hover {
            background: #f0f0f0;
        }

/* MOBILE */
@media (max-width: 480px) {
    .embdes-panel {
        width: 85%;
        max-width: 320px;
        padding: 12px;
    }

    .embdes-title {
        font-size: 13px;
        text-align: center;
        margin-bottom: 6px;
    }

    .modo-estado {
        font-size: 11px;
        text-align: center;
        margin-bottom: 10px;
    }

    .embdes-check {
        flex-direction: column;
        gap: 8px;
    }

        .embdes-check .btn {
            width: 100%;
            font-size: 12px;
            padding: 6px 10px 6px 28px;
            min-width: auto;
            border-radius: 8px;
        }

            .embdes-check .btn::before {
                width: 14px;
                height: 14px;
                left: 8px;
            }

            .embdes-check .btn.active::after {
                left: 10px;
                font-size: 12px;
            }

}
/*fin*/



/*boton de FINALIZAR*/
.btn-finalizar {
    background-color: #337ab7;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 150px;
    font-size: 20px;
    height: 40px;
    cursor: pointer;
}

    .btn-finalizar:hover {
        background-color: #0047B3;
    }

@media (max-width: 480px) {
    .btn-finalizar {
        width: 100%;
        font-size: 16px;
        height: 38px;
    }

    .col-md-3.col-md-offset-3 {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
/*Fin*/


/*contador*/
/* HEADER */
.box-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

/* LADO IZQUIERDO */
.box-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .box-left .usuario {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }

/* LADO DERECHO */
.box-right {
    display: flex;
    align-items: center;
}

/* CONTADOR */
.contador-card.small {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 10px 18px;
    min-width: 180px;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: 0.2s ease;
}

/* TEXTO */
.contador-label {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.7;
}

.contador-valor {
    font-size: 26px;
    font-weight: bold;
    color: #4fc3f7;
    margin: 2px 0;
}

.contador-sub {
    font-size: 11px;
    opacity: 0.8;
}

@media (max-width: 480px) {

    .box-header-flex {
        padding: 10px;
    }

    .box-left .usuario {
        font-size: 12px;
    }

    .contador-card.small {
        padding: 8px 12px;
        min-width: 130px;
        border-radius: 10px;
    }

    .contador-label {
        font-size: 9px;
    }

    .contador-valor {
        font-size: 20px;
    }

    .contador-sub {
        font-size: 9px;
    }
}
.box-titulo {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: #091926;
    padding: 15px;
}
/*Fin*/

/* Mensaje de error */
.mensaje-flotante {
    position: fixed;
    top: 25px;
    right: 25px;
    max-width: 400px;
    min-width: 260px;
    background: #c62828;
    color: #ffffff;
    padding: 16px 28px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    display: none;
    z-index: 9999;
}

@media (max-width: 768px) {

    .mensaje-flotante {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: 85%;
        max-width: none;
        font-size: 20px;
        padding: 20px 24px;
        text-align: center;
        box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    }
}
/* fin */

/*********************Transpaso de Paquetes****************************/
/*Boton permiso*/
.btn-transferencia {
    background: transparent; /* 👈 importante */
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}


    .btn-transferencia:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

.icon-transferencia {
    width: 45px;
    height: 45px;
    filter: none; /* IMPORTANTE quitar esto para que se vea el icono original */
}

@media (max-width: 768px) {

    .td-transferencia {
        text-align: center !important;
    }

        .td-transferencia .btn-transferencia {
            margin: 0 auto;
            display: flex;
        }
}


/*fin*/






/***************************************TRANSFERIR PAQUETES**************************************************/
/*********Estilo de encabezado*************/
.box-transPaq {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: #091926;
    padding: 15px;
}
.box-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-right {
    display: flex;
    justify-content: flex-end;
}

.btn-agregar-corrida {
    background-color: #337ab7;
    font-weight: 600;
}

    .btn-agregar-corrida:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .btn-agregar-corrida:hover {
        color:white;
    }
/* ===== MODO MOBILE ===== */
@media (max-width: 768px) {

    .box-transPaq {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        height: auto;
    }

    .box-left {
        justify-content: center;
        width: 100%;
    }

    .box-right {
        width: 100%;
        justify-content: center;
    }

    #btnAgregarCorrida {
        width: 100%;
        max-width: 350px;
        padding: 10px;
    }
}



/*******Check*********/
.td-check {
    vertical-align: middle !important;
    text-align: center !important;
}

.chk-transferencia {
    display: inline-block !important;
    margin: 0 !important;
    width: 18px !important;
    height: 18px;
    cursor: pointer;
    accent-color: #2f6fa5;
    transition: 0.2s ease-in-out;
}

    .chk-transferencia:hover {
        transform: scale(1.15);
    }
/**********Modal Modificar Corrida**************/
/* =========================
   MODAL CORRIDA MODERNO
========================= */

.modal-corrida-new {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}


/* HEADER */

.modal-header-new {
    text-align: center;
    padding: 25px 20px 15px;
    background: #f4f6f9;
}

.titulo-modal {
    font-size: 24px;
    font-weight: 600;
}

    .titulo-modal i {
        margin-right: 8px;
    }

.subtitulo-modal {
    margin-top: 6px;
    font-size: 14px;
    color: #6c757d;
}


/* BODY */

.modal-body-new {
    padding: 30px 35px;
    background: #f8f9fb;
}

.section-block {
    margin-bottom: 25px;
}


/* GRID */

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}


/* LABEL */

.field-group label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #2f3b4a;
}


/* INPUT BASE */

.input-modern {
    height: 46px;
    border-radius: 10px;
    border: 1px solid #d8dde5;
    padding: 8px 12px;
}


/* INPUTS BLOQUEADOS */

.input-bloqueado {
    background: #f1f3f5;
    border: 1px solid #e1e4e8;
    color: #5f6b7a;
    cursor: not-allowed;
}


/* INPUTS ACTIVOS */

.input-activo {
    background: #ffffff;
    border: 1px solid #2a5298;
}

    .input-activo:focus {
        border-color: #2a5298;
        box-shadow: 0 0 0 3px rgba(42,82,152,0.15);
    }


/* INPUT DESCRIPCION */

.input-desc-modern {
    margin-top: 6px;
    background: #eef2f7;
    border-radius: 10px;
    border: 1px solid #e2e6ea;
}


/* FOOTER */

.footer-corrida {
    padding: 18px;
    text-align: center;
}


/* BOTONES */

.btn-aceptar {
    min-width: 130px;
    margin-right: 10px;
}

.btn-cancelar {
    min-width: 130px;
}

/*MENSAJE DE QUE NO SE REALIZO NINGUN CAMBIO A LOS PAQUETES*/
.notificacion-sistema {
    background: #f0ad4e;
    color: #fff;
    padding: 18px 24px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    display: none;
    box-sizing: border-box;
}
@media (max-width: 768px) {

    .notificacion-sistema {
        font-size: 15px;
        padding: 14px 16px;
        border-radius: 6px;
    }
}

/* DROPDOWN */
.dropdown-wrapper {
    position: relative;
}
.dropdown-modern {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 1055;
    display: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    margin-top: 6px;
    padding: 6px 0;
}
.dropdown-item-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .dropdown-item-modern:hover {
        background: #f4f6f9;
    }

.corrida-numero {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.corrida-hora {
    color: #6c757d;
    font-size: 13px;
}


/* =========================
   RESPONSIVE MOBILE
========================= */

@media (max-width: 768px) {

    .modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    .modal-body-new {
        padding: 25px 20px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .modal-footer-new {
        flex-direction: column;
    }

    .btn-modern {
        width: 100%;
    }
}

/* =========================
   MODAL CONFIRMACION
========================= */

.modal-confirmacion-new {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* BODY */

.modal-body-confirmacion {
    padding: 30px 35px;
    background: #f8f9fb;
    text-align: center;
}

/* GRID TARJETAS */

.resumen-corrida-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* TARJETAS */

.card-resumen {
    background: #ffffff;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #e4e7ec;
    text-align: center;
    transition: all 0.2s ease;
}

    .card-resumen:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }

    .card-resumen .titulo {
        display: block;
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 4px;
    }

    .card-resumen .valor {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #2f3b4a;
    }

/* TEXTO FINAL */

.pregunta-confirmacion {
    font-size: 15px;
    font-weight: 500;
    color: #2f3b4a;
}

/* BOTONES */

.btn-confirmar {
    min-width: 130px;
    margin-right: 10px;
}

.btn-cancelar {
    min-width: 130px;
}


/*Mensaje de exito de corrida*/
.notificacion-exito {
    background: #28a745;
    color: #fff;
    padding: 18px 24px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    min-width: 360px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    display: none;
}

.ffechafla {
    background-color: #ffffff !important;
}

/*fin*/




/*MEDIA QUERY 320PX*/

@media screen and (max-width: 320px) {
    .table-responsive > .table {
        margin-bottom: 0;
        margin-left: -25px;
    }
}

/*MEDIA QUERY 416PX*/

@media screen and (max-width: 416px) {
    .modal-content {
        width: 300px !important;
    }

    .table-responsive > .table {
        margin-bottom: 0;
        margin-left: -5px;
    }

    .table-responsive-xl {
        margin-bottom: 40px;
    }
}

/*MEDIA QUERY 768PX*/

@media screen and (max-width: 768px) {
    body {
        padding-right: 20px;
        padding-left: 20px;
    }

    section#contenedor {
        padding: 20px 0;
    }

    #header-bar img {
        display: block;
        margin: 0 auto;
    }

    .nav {
        margin-top: 40px;
    }

    ul#dinamic-nav {
        float: none !important;
        margin: 15px;
    }

    .nav-pills > li {
        float: none !important;
        margin: 0 auto !important;
        width: 200px;
        text-align: center;
        margin-top: 15px !important;
    }

    .menu-abordaje {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    span#menu-opciones {
        vertical-align: super !important;
    }
    
    #contenedor {
        padding-right: 0px;
    }

    #contenedor > .col-md-12 {
        padding-right: 0px;
    }

    input#operacion, #anden {
        width: 100%;
    }

    .btn-envio {
        width: 160px;
        z-index: 9;
    }

    .box-tipo-viaje {
        text-align: center;
        display: block;
        height: 76px;
        margin: 20px auto 0;
        position: relative;
    }

    table.corridas {
        background: #fff;
        border-bottom: 3px solid #091926;
        width: 100% !important;
        border-collapse: collapse;
    }

    .navbar-nav > li {
        float: none !important;
    }

    table, thead, tbody, th, td, tr {
        display: block !important;
        padding: 3px !important;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #header-bar > div {
        display: block;
        margin: 0 auto;
    }

    #header-bar > div > img {
        display: block;
        margin: 0 auto;
    }

    section#contenedor {
        padding: 20px 0;
    }

    span.glyphicon {
        font-size: 14px;
    }

    .btn-logout {
        padding: 0px 0px;
    }

    .btn-ingresar, .btn-continuar, #password, #user {
        width: 100%;
    }

    .body_load {
        top: 30%;
    }

    .flecha {
        margin-left: 36px;
        margin-top: 4px;
        font-size: 20px;
    }

    .btn-editar-vista3 {
        width: 40%;
        margin-left: 32%;
        font-size: 15px;
        margin-bottom: 30px;
    }

    .icono-editar {
        float: right;
        margin-right: 0px;
        line-height: 4;
        width: 14%;
        margin-bottom: 9px;
    }

    #total {
        float: right;
        margin-bottom: 40px;
        font-size: 23px;
        margin-top: 7px;
    }

    .contenedor-autobus {
        padding-bottom: 10px;
    }

    .table-responsive-xl {
        margin-bottom: 60px;
    }
}

/*MEDIA QUERY 1000PX*/

@media screen and (max-width: 1000px) {
    .icono-editar {
        float: right;
        margin-right: 26px;
        line-height: 4;
        width: 10%;
    }

    .btn-editar {
        width: 40%;
        margin-left: 30%;
        margin-bottom: 3px;
    }

    .table-responsive-xl {
        margin-bottom: 70px;
    }
}

/*MEDIA QUERY 1190PX*/

@media screen and (max-width: 1190px) {
    .esquema-ocupacion {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 210px !important;
        margin: 0 auto !important;
        position: relative;
    }

    .bus3-xl {
        margin-left: -60px;
    }

    .table-responsive {
        height: 800px;
        padding-top: 10px;
    }

    .table-responsive-xl {
        margin-bottom: 70px;
    }
}

/*OTROS*/

@media screen and (max-width: 991px) {
    .tipo-asiento1 {
        margin-top: 40px;
    }

    .bus3-xl {
        margin-left: -60px;
    }

    .table-responsive-xl {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 900px) {
    .bus3 {
        margin-left: -30px;
    }

    .bus3-xl {
        margin-left: -60px;
    } 
    
    .titulo-autobus1 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 870px) {
    .bus3 {
        margin-left: -60px;
    }

    .bus3-xl {
        margin-left: -90px;
    } 
}

@media screen and (min-width: 769px) and (max-width: 830px) {
    .bus3 {
        margin-left: -100px;
    }

    .bus3-xl {
        margin-left: -140px;
    } 

    .titulo-autobus1 {
        margin-bottom: -40px;
    }
}

@media screen and (max-width: 768px) {
    .bus3 {
        margin-left: -100px;
    }

    .bus3-xl {
        margin-left: -150px;
    } 

    .titulo-autobus1 {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 730px) {

    .table-responsive {
        padding-top: 50px;
    }
}

@media screen and (max-width: 650px) {

    .table-responsive {
        padding-top: 70px;
    }
}

@media screen and (max-width: 610px) {

    .table-responsive {
        padding-top: 90px;
    }
}

@media screen and (max-width: 570px) {

    .table-responsive {
        padding-top: 110px;
    }
}

@media screen and (max-width: 530px) {

    .table-responsive {
        padding-top: 130px;
    }
}

@media screen and (max-width: 500px) {

    .table-responsive {
        padding-top: 160px;
    }
}

@media screen and (max-width: 430px) {

    .table-responsive {
        padding-top: 190px;
    }
}

@media screen and (max-width: 370px) {

    .table-responsive {
        padding-top: 220px;
    }
}