﻿.pax-age-popup,
.vehicle-popup {
    position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;
}

.pax-age-popup .txtSmall,
.vehicle-popup .txtSmall {
    font-size:12px;
    font-weight:normal;
    line-height:1;
}

.pax-age-popup .btn-green,
.vehicle-popup .btn-green {
    font-weight:bold;
    text-transform:uppercase;
}
        
.pax-age-popup .btn-green:focus,
.vehicle-popup .btn-green:focus {
    background-color:#44b453;
    color:#fff;
} 

.pax-age-popup::after,
.vehicle-popup::after {
    position:fixed;height:100%;width:100%;z-index:998;background-color:rgba(0,0,0,0.4);top:0;left:0;content:'';display:block;
}

.pax-age-popup .d-table,
.vehicle-popup .d-table {
    height:100%;
    padding:15px;
    margin:0 auto;
}

.pax-age-popup .d-table {
    max-width:700px;
}

.vehicle-popup .d-table {
    max-width:700px;
}

.pax-age-popup .d-table-cell,
.vehicle-popup .d-table-cell {
    vertical-align:middle;
}

.pax-age-popup .sist-title,
.vehicle-popup .sist-title {
    background-color:#ffe288;
}

.pax-age-popup .sist-list {
    max-height:450px;
}

.vehicle-popup .sist-list {
    max-height:600px;
}

.pax-age-popup .sist-footer,
.vehicle-popup .sist-footer {
    background:#ffe288;
    margin:0;
}

.pax-age-popup .sist-footer input.btn,
.vehicle-popup .sist-footer input.btn {
    margin-bottom:0;
    display:inline-block;
}

.vehicle-popup .form-control,
.vehicle-popup select.form-control {
    height:40px!important;
}

.vehicle-popup .meter .form-control {
    font-weight:normal;
    font-size:1rem;
}

.ui-autocomplete {
    z-index:99999;
}

.ui-autocomplete-vehicle {
    max-height:200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete-vehicle li:nth-child(even) {
    background-color:#dfdfdf;
}

.form-warning {
    background-color:#ff9595;
    color:#fff;
}