﻿.swal2-modal .swal2-content {
    width:100% !important;
}
.sub-menu ul li li:before {
    content: none;
}
.modal-fullscreen {
    margin-top: 0px !important;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}
.card-body-red {
    background: #d52631;
    border-radius: 10px;
    color: #fff;
}

.card-border-red {
    border: 1px solid #d52631 !important;
}
.card-border-gray {
    border: 1px solid #796c66 !important;
}
.WeeklySelected {
    border: 1px solid #ff5722 !important;
    outline: none !important;
    color: red !important;
}
.select2-container {
    width: 100% !important;
}
.acentebakiye {
    border: 1px solid #90c2ec;
    background: #eee;
    padding: 10px !important;
    margin: 10px 15px 30px 15px;
}

.booking_plus_circle {
    font-size: 20px;
    color: #e30a17;
    line-height: 1.4;
}

.booking_table > thead {
    border-bottom: 2px solid #aac9ff;
    color: #49556a;
    font-weight: bold;
}

.booking_yolcu > tbody > tr > td {
    vertical-align: top !important;
    padding: 5px !important;
}
.select2-container--default .select2-selection--single {
    padding: 12px !important;
}
label {
    font-size: 13px;
    font-weight: bold;
}
.form-control[readonly] {
    background-color: #ffffff;
}
.card {
    border-radius: 15px;
    border: 1px solid #7770ad;
}


.content-wrapper {
    padding: 1.375rem 1.375rem;
}
.datepicker-dropdown {
    font-size: 13px !important;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.88;
    background-color: #4783b5;
    z-index: 99;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}


.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}


.datepicker-dropdown {
    padding: 21px;
}

.dataTables_length {
    position: absolute;
}

.form-control-sm {
    height: 2.3rem !important;
}
.form-control {
    height: 2.5rem !important;
    padding: 5px !important;
    color: #000 !important;
}

/*Datatable Excel vs btn */

.dt-buttons {
    text-align: right;
}

.dt-button {
    color: #fff;
    background-color: #4b49ac;
    border-radius: 18px;
    /* -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); */
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); */
    /* -webkit-transition: all 0.2s linear; */
    transition: all 0.2s linear;
    border-color: #4b49ac;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}

#dataTable_length {
    position: absolute;
}
/**/

/*Flight Searc*/
.searchHeader {
    background: url('/images/SearchHeader/4.jpg') no-repeat;
    padding-top: 10px;
    margin-top: -21px;
    margin-left: -23px;
    margin-right: -25px;
    margin-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
    background-position: center;
    background-size: 100%;
    /*height: 400px;*/
}

.cardHeader {
    opacity: 0.94;
    border: none;
    margin-top: 4rem;
}

#scrollText {
    background-color: #e7f3fe;
    color: #21486d;
    margin: 10px;
    padding: 10px;
    margin-left: -29px;
    margin-right: -29px;
    margin-top: -11px;
}
/*Flight Searc*/

/*Hotel Search*/
.HotelSearchHeader {
    background: url('/images/SearchHeader/h1.jpg') no-repeat;
    padding-top: 10px;
    margin-top: -21px;
    margin-left: -23px;
    margin-right: -25px;
    margin-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
    background-position: center;
    background-size: 100%;
    height: 400px;
}
.oteltarih {
    cursor: pointer;
    background: url(/vendors/hotelcalendar/calendar.png) right 5px center no-repeat #fff;
}
/*Hotel Search*/