#showall_dlg, #showall_toolbar {
    display: none;
}
.pfloat-left {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #a9aa39;
    border: 1px solid #dee2e6;
    font-size: 15px;
    font-weight: bold;
}
#pagebar {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 20px;
}
.pfloat-left a {
    color: #ffffff;
    font-weight: bold;
}
.panel {
    overflow-y: auto;
}
.modal-dialog {
    max-width: 90% !important;
    margin: 30px auto;
}
.table-bordered thead th {
    font-weight: 600 !important;
}
.select2-container--default .select2-selection--single {
    padding: 0.675rem 1.375rem !important;
}
/* ----Flight Booking Detail---- */
.booking-row {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}
.booking-row label {
    color: #434343;
    font-size: 14px;
    margin-top: 8px;
}
.text-primary {
    color: #428bca !important;
}
.booking-row h3.line {
    font-weight: 600;
    font-size: 18px;
    color: #001737;
    border-bottom: 2px solid #001737;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.inline {
    display: inline;
}
.font-weight-600 {
    font-weight: 600;
}
.table:hover {
    color: #ffffff !important; /* Assuming you want the hover color to be white */
}
.table:hover thead th, thead th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background: #a9aa39;
}
.btn-primary, .btn-primary:hover {
    background: #a9aa39;
    border: 1px solid #a9aa39;
}
.btn-primary:hover {
    background: #8b8c31;
    border: 1px solid #8b8c31;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header {
    padding: 1.5rem 1.25rem;
    margin-bottom: 0;
    /*background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);*/
    font-weight: bold;
    background: #a9aa39;
    border: 1px solid #a9aa39;
    
}
.card-header h4 {
    color: #ffffff;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
/* Ajax Overlay Start */
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../../../images/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}
/* Ajax Overlay End */