<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.full-width-search {
    border-top: 2px solid #07253f;
}

    .full-width-search:before {
        background: rgba(255, 255, 255, 0.8) !important;
    }


.search-section .nav-tabs &gt; li &gt; a {
    background: rgba(255, 255, 255, 0.5)!important;
}

.search-section .nav &gt; li &gt; a {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}

/*.search-section .nav-tabs &gt; li &gt; a {
    background-color: rgba(255, 255, 255, 0.8);
}*/

.search-section .tab-content {
    background: rgba(255, 255, 255, 0.8);
}

table.radio-inline {
    background-color: transparent !important;
}

.search-section label {
    color: #000;
}

input.form-control.c-select.date.hasDatepicker {
    color: #000;
}

.search-col-padding select.c-select {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}


.color-code input {
    accent-color: #000;
}

.search-section .form-control {
    background-color: #ffffff;
    border: 1px solid #000000;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #07253F;
}

.search-section .input-group-addon {
    background: #ffffff;
    color: #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

input#txtfrom::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

input#txtArrive::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}


.search-button:hover {
    border: 1px solid #fff;
}</pre></body></html>