﻿.full-width-search {
    border-top: 2px solid #07253f;
}

    .full-width-search:before {
        background: rgba(10, 49, 82, 0.5) !important;
    }

.search-section .nav-tabs > li > a {
    color: #fff;
    background: rgba(10, 49, 82, 0.7) !important;
}

.search-section .tab-content {
    background: rgba(10, 49, 82, 0.8)!important;
}

.search-section label {
    color: #fff;
}

table.radio-inline {
    background-color: transparent!important;
}

.search-section option {
    color: #fff !important;
}

input.form-control.c-select.date.hasDatepicker {
    color: #000;
}

.search-col-padding select.c-select {
    background-color: rgba(10, 49, 82, 0.8) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}


.color-code input {
    accent-color: #000;
}

.search-section .form-control {
    background-color: rgba(10, 49, 82, 0.8) !important;
    border: 1px solid #fff!important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset!important;
    color: #fff !important;
}

.search-section .input-group-addon {
    background: rgba(10, 49, 82, 0.8) !important;
    color: #fff !important;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

input#txtfrom::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff!important;
    opacity: 1; /* Firefox */
}

input#txtArrive::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff!important;
    opacity: 1; /* Firefox */
}

.search-button:hover {
    border: 1px solid #fff !important;
}

.date {
    background-image: url(/images/calender1-icon.png) !important;
}

select.ddldestination {
    background-color: rgba(10, 49, 82, 0.8) !important;
    border: 1px solid #fff !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset !important;
    color: #fff !important;
}