

table thead tr th {
    background: rgba(0, 152, 220, 0.55) !important;
    color: #011D71;
}

.clr {
    color: red;
}

footer {
    padding: 8px 20px;
    background: #27456;
}

.sidebar-fare-details {
    margin-top: 40px;
    margin-bottom: 20px;
    border: solid 1px #e5e5e5;
}

    .sidebar-fare-details h3 {
        padding: 10px;
        background: #545454;
        margin: 0px;
        color: #fff;
        font-size: 18px;
    }

.sidebar-faretable {
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
}

    .sidebar-faretable tfoot {
        color: white;
        font-weight: 600;
        background: #274563;
    }

        .sidebar-faretable tfoot td {
            font-size: 18px;
            padding: 20px 10px !important;
        }

footer h6 {
    margin: 0;
    color: white;
}

.credit-wrap {
    border: solid 1px #e5e5e5;
    width: 100%;
}

.credit-wrap {
    background: #fff;
    margin-top: 49px;
}

.credit-table td:first-child {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.credit-table td {
    padding: 0px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.credit-table tbody td:nth-child(2n+2) {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.credit-table {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

    .credit-table td:nth-child(2) {
        text-align: right;
        color: #333;
    }

.credit-wrap h3 {
    display: block;
    padding: 15px;
    background: #545454;
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
}

.credit-content {
    background: #ededed;
    display: block;
    padding: 30px;
    border: solid 1px #000;
    border-radius: 6px;
}

    .credit-content i {
        font-size: 16px;
        padding: 10px;
        border-radius: 50%;
        border: solid 1px #ccc;
        margin-right: 10px;
        color: #d63030;
    }

    .credit-content p {
        font-size: 16px;
        font-weight: 700;
    }

.booking-filter {
    display: block;
    /*border: solid 1px #0d84aa;*/
    padding: 10px;
    margin-bottom: 10px;
    background: #2c3e50;
}

    .booking-filter label {
        color: #fff !important;
    }

    .booking-filter .form-group {
        margin-bottom: 5px !important;
    }



.modal-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-slider li img {
    width: 100%;
}

.modalcabDetails h4 {
    margin: 0;
    padding: 0;
}

.modalcabDetails p {
    margin-bottom: 0px;
    line-height: 1.7em;
}

.modal .info-title {
    font-size: 18px;
}

.info-border-box h5 {
    margin: 5px 0px;
    display: block;
    background: #ff0052;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.waringBlock {
    display: block;
    text-align: center;
    padding: 10px 20px;
    border: solid 2px #ff9195;
}

.dashboardcode-bsmultiselect {
    position: relative;
}

    .dashboardcode-bsmultiselect input {
        border: none !important
    }

    .dashboardcode-bsmultiselect .badge {
        background: none;
        color: #fff
    }

.dropdown-menu {
    position: absolute;
    top: 100% !important;
    z-index: 500;
    left: 0px;
    transform: none !important;
    padding: 5px 10px;
}

.dashboardcode-bsmultiselect ul:first-child {
    background: #097ed5;
}

.apicheckWrap {
    border: solid 1px #2d4267;
    margin-bottom: 20px;
}

    .apicheckWrap .form-group {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px
    }

.apicheck {
    background: #2d4267;
    color: #fff;
    padding: 10px;
}

.api_Airlinelist {
    display: none;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .credit-content {
        background: #ededed;
        display: block;
        padding: 30px;
        border: solid 1px #000;
        border-radius: 6px;
    }
    .credit-table td:first-child {
        text-align: left;
        font-size: 16px;
        font-weight: normal;
    }
}
/*Dashboard iTems*/
.credit_circle {
    font-size: 30px;
    background: #8aa201;
    /* padding: 50px; */
    border-radius: 50%;
    height: 150px;
    width: 150px;
    line-height: 150px;
    color: #fff;
    position: relative;
}

.currency {
    display: block;
    font-size: 16px;
    /* line-height: 0; */
    position: absolute;
    top: 26px;
    text-align: center;
    right: 0;
    left: 0;
}

.text-bold {
    font-weight: 600
}

.panel-heading .checkbox {
    line-height: 1.7em
}

.chartbox {
    padding: 10px;
    border: solid 1px #bfbfbf;
    margin-bottom: 10px;
}

    .chartbox h3 {
        margin: -10px -10px 10px -10px;
        background: #6d6d6d;
        color: #fff;
        display: block;
        padding: 5px 10px;
        font-size: 14px;
    }

    .chartbox .form-group {
        margin-bottom: 5px
    }

    .chartbox p {
        margin-bottom: 5px
    }
