.filters {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.filters select {
    width: auto;
    display: inline-block;
}

.allstar_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0 20px 0;
}

.allstar_header .image img {
    width: 350px;
    max-width: 350px;
    height: auto;
}

.allstar_header .details {
    flex-grow: 2;
}

.allstar_header .details h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.allstar_header .details ul,
.allstar_header .details li {
    margin: 0;
}

.allstar_header .details ul {
    margin: 15px 0;
}

.allstar_table {
    position: relative;
}

.allstar_table .loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 999;
}

.allstar_table .loader h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    font-size: 25px;
    line-height: 30px;
}

.allstar_table input[type="button"], 
.allstar_table input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #306875;
    color: #FFF;
    border: none;
    border-radius: 4px;
}

.allstar_table input[type="button"].allstar_availability,
.allstar_table input[type="submit"].allstar_availability {
    background: #518c9a;
}

.allstar_table .allstartables {
    display: block;
    height: auto;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.allstar_table .allstartables .header {
    background: #306875;
    color: #FFF;
}

.allstar_table .allstartables .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}

.allstar_table .allstartables .row div {
    padding: 15px;
}

.allstar_table .allstartables .row .date {
    width: 15%;
}

.allstar_table .allstartables .row .mdest {
    width: 100%;
    display: none;
}

.allstar_table .allstartables .body .row .date {
    font-size: 20px;
}

.allstar_table .allstartables .row .date .day {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    display: block;
    width: 100%;
}

.allstar_table .allstartables .row .price,
.allstar_table .allstartables .row .status {
    width: 20%;
}

.allstar_table .allstartables .row .dest {
    width: 45%;
}

.allstar_table .allstartables .body .row .price {
    font-size: 20px;
}

.allstar_table .allstartables .body .row .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #ECECEC;
    margin: 7px 0;
    clear: both;
}

.allstar_table .allstartables .body .row:nth-child(even) {
    background-color: #f7f7f7;
}

.allstar_forms {
    width: 100%;
    display: block;
}

.allstar_forms .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 15px;
    margin-bottom: 15px;
}

.allstar_forms .row .field {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.allstar_forms .row .field.tdue {
    font-size: 20px;
    margin: 5px 0;
}

.allstar_forms .reqmark {
    color: #FF0000;
}

.allstar_forms input[type='text'],
.allstar_forms input[type='date'],
.allstar_forms input[type='number'],
.allstar_forms select,
.allstar_forms textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 5px;
    background: #FFF;
}

.allstar_forms input:disabled {
    background: #F7F7F7;
}

.allstar_forms textarea {
    height: 120px;
}

.allstar_forms input[type='button'], .allstar_forms input[type='submit'] {
    width: auto;
    height: 50px;
    text-align: center;
    background: #306875;
    color: #FFF;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
}

.allstar_forms input.req, .allstar_forms select.req, .allstar_forms div.req {
    border: 1px dashed #FF0000;
    background: #f8eeee;
}

.allstar_forms h3 {
    font-size: 24px;
    margin: 25px 0 5px 0;
}

.form-buttons {
    background: #0B3F85!important;
    border-color: #0B3F85!important;
}

.margin10 {
    width: 100%;
    height: 10px;
}

.allstar_forms h3.nomargin {
    margin: 25px 0 0 0;
}

.allstar_forms #errors {
    display: none;
    border: 1px solid #FF0000;
    background: #FF0000;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.search-bar {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.search-bar select, .search-bar input[type="submit"] {
    height: 40px;
    margin: 0!important;
}

.search-bar input[type="submit"] {
    background-color: #0A3F85!important;
    border: none!important;
}


/* VESSEL SPECIFIC COLORS
--------------------------------------*/

.allstar_table.table-ac .allstartables .header,
.allstar_table.table-ac input[type="button"], 
.allstar_table.table-ac input[type="submit"] {
    background: #0A3F85!important;
    color: #FFF;
}

.allstar_table.table-ac input[type="button"].allstar_availability,
.allstar_table.table-ac input[type="submit"].allstar_availability {
    background: #5272A4!important;
}

h2.allstar-ac {
    color: #0A3F85!important;
}

.allstar_table.table-bb .allstartables .header,
.allstar_table.table-bb input[type="button"], 
.allstar_table.table-bb input[type="submit"] {
    background: #8E1C20!important;
    color: #FFF;
}

.allstar_table.table-bb input[type="button"].allstar_availability,
.allstar_table.table-bb input[type="submit"].allstar_availability {
    background: #AD5D60!important;
}

h2.allstar-bb {
    color: #8E1C20!important;
}

.allstar_table.table-cp .allstartables .header,
.allstar_table.table-cp input[type="button"], 
.allstar_table.table-cp input[type="submit"] {
    background: #57A6C4!important;
    color: #FFF;
}

.allstar_table.table-cp input[type="button"].allstar_availability,
.allstar_table.table-cp input[type="submit"].allstar_availability {
    background: #86BED3!important;
}

h2.allstar-cp {
    color: #57A6C4!important;
}

.allstar_table.table-cl .allstartables .header,
.allstar_table.table-cl input[type="button"], 
.allstar_table.table-cl input[type="submit"] {
    background: #1F254E!important;
    color: #FFF;
}

.allstar_table.table-cl input[type="button"].allstar_availability,
.allstar_table.table-cl input[type="submit"].allstar_availability {
    background: #5E637F!important;
}

h2.allstar-cl {
    color: #1F254E!important;
}

.allstar_table.table-an .allstartables .header,
.allstar_table.table-an input[type="button"], 
.allstar_table.table-an input[type="submit"] {
    background: #21B6A8!important;
    color: #FFF;
}

.allstar_table.table-an input[type="button"].allstar_availability,
.allstar_table.table-an input[type="submit"].allstar_availability {
    background: #60C9BF!important;
}

h2.allstar-an {
    color: #21B6A8!important;
}

.allstar_table.table-au .allstartables .header,
.allstar_table.table-au input[type="button"], 
.allstar_table.table-au input[type="submit"] {
    background: #875730!important;
    color: #FFF;
}

.allstar_table.table-au input[type="button"].allstar_availability,
.allstar_table.table-au input[type="submit"].allstar_availability {
    background: #A7866A!important;
}

h2.allstar-au {
    color: #875730!important;
}

.allstar_table.table-ve .allstartables .header,
.allstar_table.table-ve input[type="button"], 
.allstar_table.table-ve input[type="submit"] {
    background: #465767!important;
    color: #FFF;
}

.allstar_table.table-ve input[type="button"].allstar_availability,
.allstar_table.table-ve input[type="submit"].allstar_availability {
    background: #7A8692!important;
}

h2.allstar-ve {
    color: #465767!important;
}

.allstar_table.table-ss .allstartables .header,
.allstar_table.table-ss input[type="button"], 
.allstar_table.table-ss input[type="submit"] {
    background: #D92423!important;
    color: #FFF;
}

.allstar_table.table-ss input[type="button"].allstar_availability,
.allstar_table.table-ss input[type="submit"].allstar_availability {
    background: #E26362!important;
}

h2.allstar-ss {
    color: #D92423!important;
}

.allstar_table.table-fy .allstartables .header,
.allstar_table.table-fy input[type="button"], 
.allstar_table.table-fy input[type="submit"] {
    background: #306875!important;
    color: #FFF;
}

.allstar_table.table-fy input[type="button"].allstar_availability,
.allstar_table.table-fy input[type="submit"].allstar_availability {
    background: #4a9cae!important;
}

h2.allstar-fy {
    color: #306875!important;
}

.allstar_table.table-gn .allstartables .header,
.allstar_table.table-gn input[type="button"], 
.allstar_table.table-gn input[type="submit"] {
    background: #DD6E02!important;
    color: #FFF;
}

.allstar_table.table-gn input[type="button"].allstar_availability,
.allstar_table.table-gn input[type="submit"].allstar_availability {
    background: #ed851c!important;
}

h2.allstar-gn {
    color: #DD6E02!important;
}

p.noresult {
    text-align: center;
    font-size: 18px;
    color: #999;
    margin: 40px 0;
}

@media (max-width: 768px) {

    .allstar_forms .row {
        flex-wrap: wrap;
    }

    .allstar_forms .row .field {
        min-width: 100%;
        width: 100%;
        flex-basis: 1;
    }

    .allstar_table .allstartables .row {
        flex-wrap: wrap;
    }

    .allstar_table .allstartables .header .dest,
    .allstar_table .allstartables .header .status,
    .allstar_table .allstartables .body .dest {
        display: none;
    }

    .allstar_table .allstartables .body .status {
        width: 100%!important;
    }

    .allstar_table .allstartables .row .mdest {
        display: block;
        width: 100%!important;
    }

    .allstar_table .allstartables .header .date,
    .allstar_table .allstartables .header .price,
    .allstar_table .allstartables .body .date,
    .allstar_table .allstartables .body .price {
        width: 50%;
    }

    .allstar_table .allstartables .header .price,
    .allstar_table .allstartables .body .price {
        text-align: right;
    }

}