.d-none{
    display: none;
}
.m-1{
    margin: 1px;
}
.m-2{
    margin: 2px;
}
.m-3{
    margin: 3px;
}
.m-4{
    margin: 4px;
}
.p-0{
    padding: 0px;
}
.p-1{
    padding: 1px;
}
.p-2{
    padding: 2px;
}
.p-3{
    padding: 3px;
}
.p-4{
    padding: 4px;
}
.p-5{
    padding: 5px;
}
.ml-3{
    margin-left: 3px;
}
.ml-4{
    margin-left: 4px;
}
.mt-0{
    margin-top: 0px !important;
}
.mt-1{
    margin-top: 1px !important;
}
.mt-2{
    margin-top: 2px !important;
}
.mt-3{
    margin-top: 3px !important;
}
.mt-4{
    margin-top: 4px !important;
}
.mt-5{
    margin-top: 5px !important;
}
.mt-6{
    margin-top: 6px !important;
}
.mt-7{
    margin-top: 7px !important;
}
.mt-8{
    margin-top: 8px !important;
}
.mt-9{
    margin-top: 9px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-1{
    margin-bottom: 1px !important;
}
.mb-2{
    margin-bottom: 2px !important;
}
.mb-3{
    margin-bottom: 3px !important;
}
.mb-4{
    margin-bottom: 4px !important;
}
.mb-6{
    margin-bottom: 6px !important;
}
.mb-7{
    margin-bottom: 7px !important;
}
/* .picker--time  {
    min-width: 40% !important;
} */
.pt-0{
    padding-top: 0px !important;
}
.pt-10{
    padding-top: 10px;
}
.pr-1{
    padding-right: 1px;
}
.pr-2{
    padding-right: 2px;
}
.pr-3{
    padding-right: 3px;
}
.pl-0{
    padding-left: 0px;
}
.pl-1{
    padding-left: 1px;
}
.pl-2{
    padding-left: 2px;
}
.pl-3{
    padding-left: 3px;
}
.pb-0{
    padding-bottom: 0px;
}
.panel-heading-md {
    padding: 8px 20px !important;
}
 .border-color-slate-300{
    border:1px solid #90a4ae;
 }
 .mh-230{
    min-height: 230px;
 }
 .bg-slate-100 {
    background-color: #D5D8DC;
    border-color: #D5D8DC;
    color: #566573;
  }
  .bg-warning-0{
    background-color: #efda6d;
    border-color: #fcf8e3;
    color: #333;
  }

  .font-bold{
    font-weight: bold;
  }
  .tablex .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px 20px !important;
  }

.alert.alert-styled-warning:after,.ui-pnotify.alert-styled-warning>.alert:after {
    content: "\ed4c"
}

.alert.alert-styled-error:after,.ui-pnotify.alert-styled-error>.alert:after {
    content: "\ed63"
}

.alert.alert-styled-check:after, .ui-pnotify.alert-styled-check>.alert:after {
    content: "\ee73";
}

.alert[class*=alert-styled-]:after,.ui-pnotify[class*=alert-styled-]>.alert:after {
    font-size: 27px !important;
}

.alert[class*=alert-styled-]:after, .ui-pnotify[class*=alert-styled-]>.alert:after {
    margin-top: -15px !important;
}

.dataTables_length {
    position: relative;
    display: block;
    float: right;
    margin: 0 0 20px 20px;
}

.dataTables_length select {
    outline: 0;
    width: 100px;
    height: 36px;
    padding: 7px 12px;
    padding-right: 34px;
    font-size: 13px;
    line-height: 1.5384616;
    color: rgb(51 51 51);
    background-color: rgb(255 255 255);
    border: 1px solid rgb(221 221 221);
    border-radius: 3px;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
  }

.div_contenedor{    
    height: 100vh;      
}
.div_centrado{
    width: 200px;       
    height: 200px;
    position: absolute;
    top:50%;
    left: 50%;           
    margin-top: -100px;
    margin-left: -100px;
}

/************************************************************************/
/**** ASIENTOS DE BUSES *****/
    table.tablaBus{
        margin: auto;
        max-width: 226px;
        min-width: 220px;
    }

    .busBody{
        background-color: #FBFCFC;
        border:1px solid #D6DBDF;    
    }
    .delantera{
        background-color: #D6DBDF;
        height:10px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }
    .posterior{
        background-color: #D6DBDF;
        height:10px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }
    .timon{
        width:80px;
        height:60px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .timonImg{
        width:50px;
        height:70px;
        position: relative;
        margin:auto;
    }

    .puerta{
        /* width:80px; */
        height:60px;
        margin-bottom: -10px;
        display: flex;
        justify-content: center;
    }

    .puertaImg{
        width:80px;
        height:60px;
        margin-right: 0px;
        position: relative;
        margin:auto;
    }
    .corteBus{
        border:  dotted #D6DBDF;;
        height: 1px;
        margin-bottom: 10px;
    }

    .asiento{
        width:45px;
        height:45px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .asientoImg{
        width:40px;
        height:40px;
        position: relative;
        margin:auto;
    }

    .asientoSpan{
        position: absolute;
        margin-top:14px;
        font-size:11px;
        font-weight: bold;
    }

    .asientofree{
        width:45px;
        height:45px;
        border:0px;
    }

    .asientoImg:hover{
        background-image: url('../images/asientos/bla.png');
        background-size: 40px 40px;
        /* opacity:5; */
    }
    .fila{
        height: 10px;
    }

    /*bus 2piso*/
    .colspan-3{
        width: 96%;
        height: 40px;
        align-items: center;
        display: flex;
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }
    .rowspan-1{
        height:45px;
        align-items: center;
        display: flex;
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }
    .rowspan-1-5{
        height:60px;
        align-items: center;
        display: flex;
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }
    .rowspan-2{
        height:90px;
        align-items: center;
        display: flex;
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }
    .asientofree-a{
        width:45px;
        height:36px;
        border:0px;
    }
    .rowspan-3a{
        height:108px;
        align-items: center;
        display: flex;
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }
    .rowspan-3{
        height:135px;
        align-items: center;
        display: flex;
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }
    .rowspan-4{
        height:180px;
        align-items: center;
        display: flex;
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }
    .rowspan-5{
    
        height:225px;  
        align-items: center;
        display: flex;  
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }
    .rowspan-7{
        height:315px;  
        align-items: center;
        display: flex;  
        background-color: #D6DBDF;
        margin: 3px;
        border-radius: 5px;
    }

    label.texth{
        margin:0 auto;
        text-align: center;
        font-weight: bold; 
        font-size: 14px;   
    }
    .texth{    
        transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
    }
    label.textv{
        margin:0 auto;
        text-align: center;
        font-weight: bold; 
        /* font-size: 12px;  */
    }
    label.textP{
        margin-left: 50%;
        text-align: right;
        font-weight: bold; 
        /* font-size: 14px;    */
    }
    .textP{
        transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
    }

    .spanButaca{
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 100px;
        font-weight: bold;
        margin-top: 10%;
    }

    #numAsiento {
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;          /* que salten a otra línea si no entra */
        justify-content: center;  /* centrar */
        gap: 8px;                 /* espacio entre cuadros */
    }
    #numAsiento span {
        margin: 5px; /* o ajusta a 0 si quieres */
    }

    .spanButaca2x {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 45px;
        height: 45px;

        background: #5eb2f5;
        color: white;
        font-size: 20px;
        font-weight: bold;

        border-radius: 6px;
    }




/*fin asiento*/

.divInfoModal{
    position: relative;
    display:inline-block;
    justify-content: center;
}
.spanInfoModal{
    font-size:35px; 
    font-weight:bold;
    justify-content: center;
    position: absolute;
    top: 20%;
    left: 35%;
}

/*color tabla*/
.td-warning{
    background: #fcf8e3;
}

/*time*/
.ui-timepicker-wrapper{
    /* max-width: 200px !important; */
    width: 150px !important;
}

@media only screen and (min-device-width: 400px) {
    .bg-fondo {
    background-image: url('../images/fondo.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
  }
.bg-fondo{
  background-image: url('../images/fondo.jpg');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bold{
    font-weight: bold; 
}

.select2-choice{
    height: 20px !important;
    padding: 0px !important;
    border:0px !important;
}

.select2-drop-above {
    border-bottom-width: 1px !important;
}

.timeline::before, .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: rgb(10, 25, 111);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }

.image-fondo {
    background-image: url("../images/fondo2.jpg");
    height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

/* para flotas */
#tri:before{
    content:'';
    position:absolute;                                
    width:227px;
    height:200px;
    background:#fff;
    border-radius:50% 50% 0 0/100% 100% 0 0;
    margin-bottom: 10px;
    border-left: 2px solid #d6dbdf;
    border-right: 2px solid #d6dbdf;
    border-top: 2px solid #d6dbdf;
}
/* @media only screen and (min-device-width: 576px) { */
    /* @media only screen and (min-device-width: 576px) {  */
@media (max-width: 576px) {
    #tri:before{
        content:'';
        position:absolute;                                
        width:219px;
        height:200px;
        background:#fff;
        border-radius:50% 50% 0 0/100% 100% 0 0;
        margin-bottom: 10px;
        border-left: 2px solid #d6dbdf;
        border-right: 2px solid #d6dbdf;
        border-top: 2px solid #d6dbdf;
    }
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.pasadizo {
    width: 25px;
    height: 45px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.butacaFlotante-B{
    position: absolute;
    transform: translateY(10%);    
}
.butacaFlotante-A{
    position: absolute;
    transform: translateY(-40%);
}

.btn-purple {
    background-color: #7e3794 !important;
    border-color: #7e3794;
    color: #fff;
}

.btn-sky {
    background-color: #69c1e6;
    border-color: #69c1e6;
    color: #e7f7fe;
}
img.iconoBus{
    width: 40px;
    height: 30px;
    position: relative;
    margin: auto;
}

.asientocc.selected {
  /* background: #4caf50; */
  color: #333;
  /* border-color: #4caf50; */
  background-image: url('../images/asientos/r1.png') !important;
  background-size: 40px 40px;
  position: relative;
  margin: auto;
}