﻿.confirm {
    background-color:#498bac;
    color: #ffffff;
    padding: 6px 45px;
    font-weight: 700;
    text-transform: uppercase;
    background-size: 300% 100%;
    transition: all 0.4s ease-in-out;
}

.ClearBaggageLCC {
    background-color:#498bac;
    color: #ffffff;
    padding: 6px 45px;
    font-weight: 700;
    text-transform: uppercase;
    background-size: 300% 100%;
    transition: all 0.4s ease-in-out;
}

.ClearMealsLLC {
    background-color:#498bac;
    color: #ffffff;
    padding: 6px 45px;
    font-weight: 700;
    text-transform: uppercase;
    background-size: 300% 100%;
    transition: all 0.4s ease-in-out;
}

.seatbtn {
    margin: 5px 0 0 0;
    display: inline-block;
    width: 100%;
}

    .seatbtn .com-btn {
        padding: 4px 10px;
        /*font-size: 12px;*/
        border: 2px solid #fff;
        min-width: inherit;
        background-color:#498bac;
        float: right;
        color: #ffffff;
        padding: 6px 45px;     
        font-weight: 700;
        text-transform: uppercase;
        background-size: 300% 100%;
    }

        .seatbtn .com-btn:hover {
            border: 2px solid #fff;
        }
.mt-28 {
    margin-top: 1.2rem;
}

.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500;
    background: #498bac;
}
.visibility-hidden{
    visibility:hidden;
}

/*.search-input-box {*/
 /*   width: 100%;*/
    /*height: 40px;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 12px;
    color: #495057;
}*/

@media only screen and (max-width: 1440px) {
.search-input-box {
    padding: 5px 10px 5px 10px !important;
}
}
@media only screen and (max-width: 1920px) {
.search-input-box.rec-flight, .search-input-box {
    padding: 6px 9px 6px 8px !important;
}
}


/*.form-group {
    margin-bottom: 0.5rem;
}*/
.color-red{
    color:red;
}

.product-content {
    /* margin: 20px 20px 0 20px;*/
    margin: 75px 20px 0 20px!important;
}
.button-padding {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.accordion-font {
    font-size: 15px;
    color: #000;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
    cursor: pointer;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
    cursor: pointer;
}

.badge-danger {
    color: #fff;
    background-color: #DC3541;
    border-radius: 24px;
}

.dataTables_length label {
    display: inline-flex;
}

.dataTables_filter {
    float: right;
    display: flex;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/*label {
    display: inline-block!important;
}*/

.dataTable{
    margin-top:1rem;
}
.disnone{
    display:none;
}

legend {
    padding: 3px 14px 3px 14px;
    background: #498bac;
    border-radius: 12px;
    color: #fff;
    float: inherit;
    font-size: 16px;
    width: auto !important;
    margin-left:10px;
}
.Errormsg {
    border: 1px solid red !important;
}
fieldset {
    border: 2px solid #498bac;
    border-radius: 15px;
    padding:5px;
}

.mr-5 {
    margin-right: 1.3rem;
}

.file {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 50px;
}

.bulkUpload {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.bg-f3f3f3 {
    background: #f3f3f3 !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}


.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 2rem !important;
}



.toggle-password {
    top: 37px;
    right: 15px;
    width: 30px;
    color: #498bac;
}

.border-box {
    /* border: 2px dashed #498bac; */
    box-shadow: 0px 10px 20px #03414c2b;
    border-radius: 10px;
    background: white;
}

.p-4 {
    padding: 1rem 0.9rem 1.9rem 1.5rem !important;
}

.h-100px {
    height: 100px !important;
}

input[type="radio"]:checked {
    border-color: #498bac;
}

input[type='radio'] {
    border: 2px solid #498bac !important;
}

    input[type="radio"]:checked:before {
        background: #498bac;
    }

.dvheighlight {
    background: #82bcc724;
    padding: 11px 0px 11px 0px;
    border-radius: 5px;
}

.autocompleteTextBox {
    height: 4rem !important;
    overflow: hidden !important;
    padding: 1rem !important;
}

.file-upload {
    background: #498bac;
    color: white !important;
    padding: 4px;
    border-radius: 5px;
}


.exclue-heading {
    background: #498bac;
    color: white;
}
.white-space{
    white-space:nowrap;
}


.table thead th {
    vertical-align: bottom !important;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background-color: #498bac!important;
    color: white !important;
    text-align: center!important;
}


label {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500!important;
   /* margin-bottom: 0.2rem!important;*/
}

.history {
    overflow-x: scroll !important;
}
.pl-0{
    padding-left:0px;
}
.minus:before {
  
    font-weight: 600;
    font-size: 1.5rem!important;
    color: #498bac;
    line-height: 0;
}
.search-section .widget-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #8F0A1140;
    border-radius: 15px;
    opacity: 1;
    display: block;
}



.tabletab {
    margin: 0;
    padding: 15px;
}
.table {
    width: 100%!important;
    margin-bottom: 1rem;
    background-color: transparent;
}

.dataTables_scroll {
    position: relative;
    overflow-y: auto;
}
.blockMsg.blockPage {
    z-index:1051!important;
}
.blockUI{
    z-index:1051!important;
}
.blockOverlay {
    z-index:1051!important;
}
.blockMsg {
    /* width: 8% !important;
    left: 48% !important;*/
    width: 12%!important;
    left: 42% !important;
    border: 3px solid white !important;
    border-radius: 30px !important;
    vertical-align: middle !important;
}


.mr-2{
    margin-right:0.5rem;
}
.float-none{
    float:none!important;
}


@media (max-width:768px) {
    .blockMsg {
        /* width: 8% !important;
    left: 48% !important;*/
        width: 25%;
        left: 42% !important;
        border: 3px solid white !important;
        border-radius: 30px !important;
        vertical-align: middle !important;
    }

}







