.fl-sch-select-container {
    margin-bottom: 30px;
}

.fl-sch-drop-shadow {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.fs-10 {
    font-size: 10px !important;
}

.w-100 {
    width: 100%;
}

#results_section {
    height: 1px;
}

#fl-sch-flights-desktop-container {
    display: none;
}

#fl-sch-flights-mobile-container {
    display: none;
}

#fl-sch-flights-desktop-container table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

#fl-sch-flights-desktop-container table thead {
    height: 35px;
}

#fl-sch-flights-desktop-container table tr th {
    background-color: #813f98;
    color: white;
    text-align: left;
    padding-left: 10px;
}

#fl-sch-flights-desktop-container table tr th:nth-child(1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#fl-sch-flights-desktop-container table tr th:nth-last-child(1) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#fl-sch-flights-desktop-container table tr td {
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #d6d6d6;
}

#fl-sch-flights-desktop-container table tbody tr {
    height: 50px;
}

#fl-sch-flights-desktop-container table tbody tr:hover {
    background-color: #eee;
    color: #333;
    cursor: pointer;
}

.days-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

#fl-sch-flights-desktop-container table .days-container {
    width: 200px;
}

.tdc-day {
    background-color: #d6d6d6;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 3px;
}

#fl-sch-flights-desktop-container table .tdc-day {
    font-size: 14px;
    width: 25px;
    height: 25px;
}

.tdc-day.active {
    background-color: #813f98;
    color: white;
}

/*MOBILE RESULTS*/

#fl-sch-flights-mobile-container .fl-sch-drop-shadow {
    border-radius: 4px;
    cursor: pointer;
}

.fsfmc-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fsfmc-main-header {
    border-radius: 4px;
    background-color: #813F98;
    color: white;
    font-weight: bold;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    text-align: center;
}

.fsfmc-container {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.fsfmc-from-to {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.fsfmc-depart {
    width: 200px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fsfmc-depart .fsfmc-container .d-block {
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
}

.fsfmc-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}

.fsfmc-arrive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    padding-right: 20px;
}

.fsfmc-arrive .fsfmc-container {
    text-align: right;
}

.fsfmc-arrive .fsfmc-container .d-block {
    font-weight: bold;
    font-size: 30px;
    margin-top: 5px;
}

.fsfmc-stops {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
}

#fl-sch-flights-mobile-container .days-container {
    margin-left: 20px;
    margin-right: 20px;
}

#fl-sch-flights-mobile-container .days-container .tdc-day {
    width: 100px;
    height: 50px;
    margin-left: 2px;
    margin-right: 2px;
}

.fsfmc-details {
    margin-right: 22px;
    margin-left: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*END OF MOBILE RESULTS*/

.travel-period-loader {
    width: 50px;
    position: absolute;
    top: -36px;
    right: -15px;
}

/*MOBILE MODAL*/

.fl-sch-modal-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1030;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.fl-sch-modal-container {
    background-color: white;
    position: fixed;
    z-index: 1031;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 75vh;
    top: 30vh;
    width: 80vw;
    left: 10vw;
    text-align: center;
    border-radius: 11px;
}

.fl-sch-modal-x {
    position: absolute;
    right: 5px;
    top: 7px;
    color: #DA1984FF;
    cursor: pointer;
}

/*END OF MOBILE MODAL*/


/*CALENDAR MODS*/

.daterangepicker .calendar-table tr td.available {
    position: relative;
}

.daterangepicker {
    width: 100% !important;
    left: 0 !important;
}

.daterangepicker .drp-calendar {
    max-width: 100% !important;
}

.no-flight-text {
    position: absolute;
    left: calc(50% - 14px);
    top: 55%;
    font-size: 8px;
}

/*END OF CALENDAR MODS*/


/*<400px*/
@media (max-width: 400px) {
    .fsfmc-arrive .fsfmc-container .d-block {
        font-weight: bold;
        font-size: 25px;
        margin-top: 5px;
    }

    .fsfmc-depart .fsfmc-container .d-block {
        font-weight: bold;
        font-size: 25px;
        margin-top: 5px;
    }

    .fsfmc-details span {
        display: block !important;
    }
}

/*<XS*/
@media (max-width: 767px) {
    #fl-sch-flights-mobile-container {
        display: block;
    }
}

/*SM>*/
@media (min-width: 768px) {
    #fl-sch-flights-mobile-container {
        display: block;
    }

    #fl-sch-flights-mobile-container .fsfc-mini .icon-plane {
        font-size: 20px !important;
    }
}

/*MD>*/
@media (min-width: 992px) {
    #fl-sch-flights-desktop-container {
        display: block;
    }

    #fl-sch-flights-mobile-container {
        display: none;
    }
}

/*<LG*/
@media (max-width: 1199px) {

}

/*LG*/
@media (min-width: 1200px) {

}