﻿/* login_page css start */
body {
    padding: 0%;
    margin: 0%;
    /* overflow: hidden; */
    font-family: 'Poppins', sans-serif;
    background: #1b1c1c;
    color: #ffffff;
    zoom: 90%;
}

.clearfix {
    clear: both;
}

input {
    font-family: 'Poppins', sans-serif;
}

.main_container_login {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 5% auto;
    border-radius: 20px;
    box-shadow: 0px 0px 49px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 0px 49px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    height: 80vh;
}

.left_container {
    /* background: url("../images/loginscreen_left_image.png") no-repeat center top;
    background-size: cover; */
    width: 50%;
    padding: 0%;
    margin: 0%;
}

.login_aircraftImg {
    width: 100%;
    height: 100%;
}

.right_container {
    float: right;
    margin: 10px;
    width: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.loginlogo {
    width: 85%;
}

.login_form {
    margin-left: 20px;
    margin-right: 30px;
    margin-top: 50px;
    padding-right: 30px;
}

#input_id {
    text-align: start;
    /* border: 1px solid whitesmoke; */
    border-radius: 10px;
    /* width: -webkit-fill-available; */
    /* box-shadow: 4px 4px 4px 4px whitesmoke; */
    background-color: #282a2a;
}

.user_input {
    padding: 15px;
    width: 100%;
    /* width: 25rem; */
    /* border: 1px solid white; */
    border-radius: 10px;
    background-color: #282a2a !important;
    outline: none;
    border: none !important;
    color: #ffffff;
}

#input_pass {
    text-align: start;
    /* border: 1px solid whitesmoke; */
    border-radius: 10px;
    /* width: -webkit-fill-available;
    box-shadow: 5px 5px 5px 5px whitesmoke; */
    background-color: #282a2a;
    margin-top: 25px;
}

.pass_input {
    padding: 15px;
    width: 100%;
    /* width: 25rem; */
    /* border: 1px solid white;
    border-radius: 15px; */
    border-radius: 10px;
    background-color: #282a2a !important;
    outline: none;
    border: none !important;
    color: #ffffff;
}

input:focus {
    outline: none !important;
    border-color: #4e4e4e;
}

textarea:focus {
    outline: none !important;
    border-color: #4e4e4e;
}

.form_bottom {
    margin-top: 20px;
}

.check {
    float: left;
    margin-top: 10px;
}

.login_btn {
    float: right;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 10px;
    background: #F6E100;
    padding: 8px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

    .login_btn a {
        text-transform: none;
        cursor: pointer;
    }

.clearboth {
    float: none;
}

#footer {
    position: absolute;
    width: -webkit-fill-available;
    bottom: -10px;
    text-align: center;
    margin-top: 10px;
}


.rightSection_outerWidth {
    width: 94%;
    padding: 10px;
    background: #333;
    margin: 20px 3% 50px 3%;
    border-radius: 15px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 11%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 11%);
}


/* .tableHead{
  background: #F1F4F7;
} */

.listOfTitle h4 {
    margin: 10px auto 20px auto;
    border-bottom: 1px solid #4e4e4e;
    letter-spacing: 2px;
    font-size: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}


#tableDetailWrapper {
    /* border-collapse: collapse; */
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
}

    #tableDetailWrapper td, #tableDetailWrapper th {
        /* border: 1px solid #ddd; */
        padding: 10px 5px;
    }

    #tableDetailWrapper tr {
        background-color: #282a2a;
    }

        #tableDetailWrapper tr:nth-child(even) {
            background-color: #1c1c1c;
        }

        #tableDetailWrapper tr:hover {
            background-color: #121212;
        }

    #tableDetailWrapper th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        background-color: #121212;
        color: #ffffff;
    }

        #tableDetailWrapper th a, #tableDetailWrapper tr a {
            color: #ffffff;
        }

.editImg {
    width: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.deleteImg {
    width: 20px;
    cursor: pointer;
}

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: #ffffff;
        float: left;
        padding: 3px 12px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #4e4e4e;
        margin: 0 2px;
        border-radius: 7px;
        background: #282a2a;
    }

        .pagination a.active {
            background-color: #1c1c1c;
            color: white;
            border: 1px solid #ffffff;
        }

        .pagination a:hover:not(.active) {
            background-color: #1c1c1c;
            border: 1px solid #ffffff;
        }


/* Trip Details start */

.trip_outerWidth {
    width: 94%;
    padding: 10px;
    /* background: #ffffff; */
    margin: 20px 3% 50px 3%;
}

.statusWinning {
    /* border: 1px solid #36f57e; */
    border: 2px solid #129D46;
}

.statusInActive {
    border: 2px solid #6f6f6f;
}

.statusLosing {
    border: 2px solid #D90D23;
}

.statusWaiting {
    border: 2px solid #f6e100;
}

.statusWinningText {
    /* color: #129D46; */
    font-weight: bold;
}

.statusWinningTextAuction {
    background-color: green !important;
    color: white !important;
    font-weight: bold;
}



.statusInActiveText {
    /* color: #6f6f6f; */
    font-weight: bold;
}

.statusLosingText {
    /* color: #FF586E; */
    /* color: #D90D23; */
    font-weight: bold;
}

.statusWaitingText {
    font-weight: bold;
}


.statusBGWinning {
    background-color: #129D46;
    color: #ffffff;
}

.statusSelectedText {
    background-color: #F6E100 !important;
    color: black !important;
    font-weight: bold;
}

.statusBGActive {
    background-color: #6f6f6f;
    color: #ffffff;
}

.statusBGLosing {
    background-color: #D90D23;
    color: #ffffff;
}

.statusBGWaiting {
    background-color: #f6e100;
    color: #ffffff;
}



.fy_bidOuterWrapper {
    border-radius: 5px;
    margin-bottom: 20px;
    background: #282a2a;
    /* box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35); */
    color: #ffffff;
}

.fy_pastBidScheduleBox {
    width: 95%;
    height: 100%;
    margin: 2% auto 1% auto;
}


.fy_pastbidScheduleTitle {
    font-size: 16px;
    float: left;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 5px 10px;
    background: #e7e7e7;
    border-radius: 5px 5px 0px 0px;
    min-width: 14.28%;
    text-align: center;
}

.fy_pastbidScheduleTailNo {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    float: right;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.fy_bidScheduleWrapper {
    width: 100%;
    /* display: inline-block;
    float: left; */
    font-size: 14px;
    display: flex;
    /* align-items: center;  */
    justify-content: center;
}


.fy_bidScheduleBox {
    width: inherit;
    float: left;
    text-align: center;
    border: #d2d2d2 1px solid;
    /* flex-basis: content; */
}

.fy_bidScheduleBoxDate {
    border-bottom: #d2d2d2 1px solid;
    padding: 5px 0px;
    background: #e7e7e7;
}

.fy_bidScheduleBoxInfo {
    padding: 5px 0px;
}

.fy_bidScheduleBoxAircraftImg {
    width: 20px;
    margin: 5px auto;
}

.fy_bidScheduleBoxNoData {
    background: #ffffff;
}

.fy_bidScheduleBoxData {
    background: #f6e100;
}


.charter_main_box {
    width: 95%;
    background-color: #333;
    border: #4e4e4e 1px solid;
    height: 100%;
    /* -webkit-box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 1); */
    margin: 1% auto 2% auto;
    cursor: pointer;
    /* padding-bottom: 10px; */
}

.charter_main_box_over {
    display: none;
    color: #fff;
    width: 95%;
    margin: 2% auto;
    margin-top: 3%;
}

.charterBoxShow {
    display: block;
}

.charter_main_box_over > .box_over_box1 > .time,
.charter_main_box_over > .box_over_box1 > .position,
.charter_main_box_over > .box_over_box1 > .live,
.charter_main_box_over > .box_over_box1 > .total {
    float: left;
    text-align: right;
    width: 27%;
    margin: 0 auto;
    font-size: 16px;
}



.charter_main_box_over > .box_over_box1 > .total {
    font-weight: bold;
}

.charter_main_box_over > .box_over_box1 > .box_over_box2 > .main {
    /* width: 100%; */
    margin: 3% auto;
    color: #ffffff;
    font-size: 1.35em;
    border: 1px solid #4e4e4e;
    border-radius: 10px;
    padding: 1% 2%;
}

.Trips_TripDetails_box {
    width: 91%;
    color: #000000;
    font-size: 1.35em;
    border: 1px solid #0054A6;
    border-radius: 10px;
    padding: 1% 2%;
    margin: 1% auto 2% auto;
}

.charter_img_title {
    width: 25%;
    margin-right: 0.5%;
    float: left;
    /* background-color: #ffffff; */
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}

.charter_img_title1 {
    width: 100%;
    /* background-color: #ffffff; */
}

.charterImgNew {
    margin: 0 auto;
}

.charter_main_width {
    width: 15%;
}

.charter_dep_main {
    float: left;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.charter_dep_title {
    font-size: 22px;
}

.charter_dep_details {
    color: #ffffff;
    line-height: normal;
    font-size: 14px;
}

.top {
    padding-top: 5px;
}

.charter_dep_icon {
    width: 4%;
    float: left;
    text-align: center;
    padding-top: 4%;
}

.img-responsive {
    display: block;
    max-width: 100%;
}


.charter_arrival_main {
    float: left;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.charter_arrival_title {
    font-size: 22px;
}

.charter_arrival_details {
    color: #ffffff;
    line-height: normal;
    font-size: 14px;
}

    .charter_arrival_details .top {
        padding-top: 15px;
    }

.charter_arrival_icon {
    width: 40px;
    float: left;
    text-align: center;
    padding-top: 5%;
}

.DispalyMobileOnly {
    display: none;
}

.charter_detail_width {
    width: 13%;
    float: left;
}

.charter_pax_title {
    font-size: 14px;
}

.charter_dist_title {
    font-size: 14px;
}

.charter_ete_title {
    font-size: 14px;
}

.charter_pax_main {
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
}

.charter_dist_main {
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
}

.charter_ete_main {
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
}

.charter_pax_details {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.charter_dist_details {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.charter_ete_details {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}


.closeButtonDetailsPanel {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: #1b1c1c;
    margin-top: -4%;
    border: 1px solid #4e4e4e;
}

    .closeButtonDetailsPanel:hover {
        background-color: #1b1c1c;
        border: 1px solid #fff;
    }

.liveSpan {
    color: #ff0000;
}

.positionSpan {
    color: #F6A400;
}

.totalSpan {
    color: #000000;
    font-weight: 600;
}



.hover_table {
    /* margin:1% auto; */
}

.spedometerIocnImg {
    margin-top: 7px;
}

.hover_table_head {
    float: left;
    padding-right: 2%;
    font-size: 20px;
}

.hover_table_head_right {
    float: right;
    padding-right: 2%;
    padding-top: .5%;
}

.hover_table_content {
    /* padding-right: 2%; */
    width: 100%;
}

.verticalLine {
    border: 1px solid #000000;
    float: left;
    width: 1px;
    height: 80px;
    margin: 0px 0px 8px 3px;
}



.hover_table_txt {
    float: left;
    width: 18%;
    text-align: center;
    color: #616161;
    font-size: 16px;
}

.totalPriceBox {
    width: 30%;
}

.hover_table_txt_sign {
    float: left;
    width: 5%;
    text-align: center;
    color: #616161;
    font-size: 16px;
    margin-top: 3%;
}

.reve_text {
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

.hover_table_txt_color {
    color: #000000;
    font-weight: bold;
}

.hour_text {
    font-weight: 500;
    font-size: 13px;
}

.hover_table_bottom {
    float: left;
    padding-right: 2%;
    font-size: 20px;
    font-weight: bold;
}

    .hover_table_bottom span {
        color: #F6AB15;
    }

.hover_table_bottom_right {
    float: right;
    padding-right: 2%;
    font-size: 20px;
    font-weight: bold;
}

    .hover_table_bottom_right span {
        color: #F6AB15;
    }

.charter_title {
    padding: 2px 0px;
    font-size: 15px;
    position: absolute;
    top: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 100%;
}


.charter_adddetails_wrapper {
    width: 93%;
    height: 100%;
    margin: 1% auto 1% auto;
    background-color: #333;
    border: #4e4e4e 1px solid;
    padding: 5px 1%;
    border-radius: 5px;
}


/* Search Container :start */

.search-container {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .search-container input[type=text] {
        padding: 6px;
        margin-top: 8px;
        font-size: 14px;
        border: 1px solid #616161;
        width: calc(100% - 100px);
        background: #282a2a;
        color: #ffffff;
        border-radius: 5px;
    }

    .search-container button {
        /* float: right; */
        padding: 7px;
        margin-top: 8px;
        margin-right: 16px;
        background: #ddd;
        font-size: 14px;
        border: none;
        cursor: pointer;
        width: 60px;
    }

        .search-container button:hover {
            background: #ccc;
        }

/* Search Container :End */


.topBarUserDetails {
    float: right;
    margin: 5px;
    padding: 0px;
}

    .topBarUserDetails li {
        display: inline-block;
        float: left;
    }

.topBarNotification {
    padding: 4px;
}

.topBarUserImg {
}

.topBarUserName {
    padding: 4px;
    margin-top: 6px;
    font-size: 14px;
}

    .topBarUserName img {
        width: 20px;
    }


/* Aircraft Page Start */

.adminACWrapper {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    display: flex;
}


.adminACImg {
    width: 20%;
    float: left;
}

    .adminACImg img {
        border-radius: 10px;
    }

.adminACDetails {
    width: 54%;
    float: left;
    padding: 1%;
}

.adminACName {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.adminACType {
    font-size: 14px;
    font-style: italic;
    line-height: 1;
}

.adminACChar {
    margin: 5px 0px 5px 0px;
}

.ACCharacteristic {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 2px 1px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    background: #f7f8fa;
    display: inline-block;
    margin: 5px 2px;
}

.adminACAddress {
    font-weight: bold;
    color: #2D3DDF;
    /* margin-bottom: 10px; */
}

    .adminACAddress img {
        width: 15px;
        vertical-align: middle;
    }

.adminACFacilities {
    font-size: 14px;
    margin-top: 10px;
}

.adminACOwnerDetails {
    width: 22%;
    float: left;
    padding: 1%;
    font-size: 14px;
    text-align: right;
    background: #222222;
}

.adminACOwnerName {
}

.adminACViewDetails {
    padding: 8px 20px;
    background: #f6e100;
    color: #000000;
    /* border-radius: 10px; */
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #f6e100;
    border-radius: 5px;
}

    .adminACViewDetails:hover {
        border: 1px solid #ffffff;
    }

/* Aircraft Page End */

/* Aircraft Details Start */

.acDetailsTitle {
    border-left: 2px solid #000;
    padding-left: 10px;
    font-size: 17px;
    margin-bottom: 10px;
}

.acAddBtn {
    padding: 8px 20px;
    background: #f6e100;
    color: #000;
    margin-bottom: 10px;
    float: right;
    border-radius: 5px;
    font-size: 14px;
    border: 2px solid #f6e100;
}

    .acAddBtn:hover {
        border: 2px solid #ffffff;
    }

.acDetailsPriWrapper {
    border: 1px solid #4e4e4e;
    border-radius: 10px;
    background: #282a2a;
    /* padding: 10px; */
    font-size: 14px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
}

.acDetailsPriImg {
    width: 20%;
    text-align: center;
    float: left;
    background: #ededed;
    padding: 10px 0px;
    border-radius: 10px 0px 0px 10px;
}

    .acDetailsPriImg img {
        width: 100px;
        height: 100px;
        background: #ddd;
        border-radius: 50%;
    }

.acDetailsPriMain {
    width: 77%;
    float: left;
    padding: 10px 0px;
    padding-left: 2%;
}

.acDetailsPriName {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.acDetailsWrapper {
    border: 1px solid #4e4e4e;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #282a2a;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    display: flex;
}


.acDetailsImg {
    width: 20%;
    float: left;
}

    .acDetailsImg img {
        border-radius: 10px;
    }

.acDetailsDetails {
    width: 78%;
    float: left;
    padding: 1%;
}

.acDetailsName {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.acDetailsType {
    font-size: 14px;
    font-style: italic;
    line-height: 1;
}

.acDetailsChar {
    margin: 5px 0px 5px 0px;
}

.acDetailsCharacteristic {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #4e4e4e;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 2px 1px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    background: #1b1c1c;
    display: inline-block;
    margin: 5px 2px;
    /*added aby ac*/
    color: #ffffff;
}

.acDetailsCharacteristicVal {
    color: #ffffff;
}

.acDetailsAddress {
    font-weight: bold;
    color: #2D3DDF;
    /* margin-bottom: 10px; */
}

    .acDetailsAddress img {
        width: 15px;
        vertical-align: middle;
    }

.acDetailsFacilities {
    /*font-size: 14px;*/
    font-size: 12px;
    margin-top: 10px;
    color: #ffffff;
    font-weight: bold;
}
/*Added by AC*/
.acDetailsFacilitiesVal {
    color: #ffffff;
    font-weight: normal;
}

.paginationText {
    margin-bottom: 20px;
}

.acDetailshr {
    width: 100%;
    background-color: #595959;
    border: none;
    height: 1px;
    margin: 25px auto;
}


.acDetailsTripWrapper {
    border: 1px solid #4e4e4e;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #282a2a;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    display: flex;
}

.acDetailsTripImg {
    width: 20%;
    float: left;
}

    .acDetailsTripImg img {
        border-radius: 10px;
    }

.acDetailsTripDetails {
    width: 78%;
    float: left;
    padding: 1%;
}

.acDetailsTripName {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.acDetailsTripType {
    font-size: 14px;
    font-style: italic;
    line-height: 1;
}

.acDetailsTripSpec {
    margin: 10px auto 0px auto;
    border-bottom: 1px solid #4e4e4e;
    letter-spacing: 2px;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.acDetailsTripSpecBox {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #4e4e4e;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 2px 1px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    background: #1b1c1c;
    display: inline-block;
    margin: 5px 2px;
}

.acDetailsTripSpecTitle {
    /*font-size: 12px;*/
    margin: 0px;
    /*added by ac*/
    /* color: forestgreen; */
    color: #ffffff;
    font-size: 12px;
}

.acDetailsTripSpecValue {
    /*font-size: 16px;
  font-weight: bold;
  font-style: italic;*/
    /*added by ac*/
    font-size: 12px;
    /*end*/
    margin: 3px 0px;
}
/* Aircraft Details End */

/* Add Aircraft Form Start */

.acformWrapper {
    /* background-color: #282a2a; */
    padding: 15px;
    color: #ffffff;
}

.acforminputDiv label {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}


.acFormInputs {
    width: 250px;
    padding: 10px;
    border: 1px solid #4e4e4e;
    margin: 3px 0 10px 0;
    color: #ffffff;
    font-size: 14px;
    border-radius: 8px;
    background: #282a2a;
}

.acFormInputsSelect {
    width: 273px;
    padding: 10px;
    border: 1px solid #4e4e4e;
    margin: 3px 0 10px 0;
    color: #ffffff;
    font-size: 14px;
    border-radius: 8px;
    background: #282a2a;
}

.acforminputDiv {
    width: 50%;
    float: left;
}

.acformBtnWrapper {
    text-align: center;
}

.acformBtn {
    padding: 8px 20px;
    background: #f6e100;
    color: #000;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 5px;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid #f6e100;
}

    .acformBtn:hover {
        border: 2px solid #ffffff;
    }
/* Add Aircraft Form End */


/* Navigation Start */

a {
    text-decoration: none;
}

ul {
    list-style: none;
}



/* Nav menu */
.nav {
    width: 50%;
    height: 100%;
    position: fixed;
    background-color: #1b1c1c;
    overflow: hidden;
    z-index: 8;
}

.menu {
    margin-left: 15px;
    margin-right: 10px;
    padding: 0px;
}

    .menu a {
        display: block;
        color: white;
        padding: 5px 8px;
        margin-top: 10px;
        background: #282a2a;
        border-radius: 5px;
        /* border-top: 1px solid #a19300; */
        border-top: 1px solid #4e4e4e;
    }

        .menu a:hover {
            background-color: #333;
            border-radius: 5px;
        }

.activeMenu {
    background-color: #5C6879;
    border-radius: 5px;
}

.menu img {
    width: 15%;
    vertical-align: middle;
    max-width: 27px;
}

.menu a span {
    font-size: 14px;
    vertical-align: middle;
}

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb {
    cursor: pointer;
    float: left;
    padding: 20px 20px;
    position: absolute;
    z-index: 9;
}


.hamb-line {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
}

    .hamb-line::before,
    .hamb-line::after {
        background: #000;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .hamb-line::before {
        top: 5px;
    }

    .hamb-line::after {
        top: -5px;
    }


.side-menu {
    display: none;
}

    /* Toggle menu icon */

    .side-menu:checked ~ nav {
        max-height: 100%;
    }

    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }

        .side-menu:checked ~ .hamb .hamb-line::before {
            transform: rotate(-45deg);
            top: 0;
            background: #ffffff;
        }

        .side-menu:checked ~ .hamb .hamb-line::after {
            transform: rotate(45deg);
            top: 0;
            background: #ffffff;
        }


/* Tab Structure Start */
.Triptabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

    .Triptabs .Triptabs-list {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .Triptabs .Triptabs-list li {
            float: left;
            margin: 0px;
            margin-right: 2px;
            padding: 8px 15px;
            text-align: center;
            background-color: #282a2a;
            border-radius: 5px 5px 0px 0px;
        }

            .Triptabs .Triptabs-list li:hover {
                cursor: pointer;
            }

            .Triptabs .Triptabs-list li a {
                text-decoration: none;
                color: #ffffff;
            }

    .Triptabs .tab {
        display: none;
        width: 96%;
        min-height: 100px;
        height: auto;
        border-radius: 3px;
        padding: 20px 15px;
        background-color: #1b1c1c;
        color: #ffffff;
        clear: both;
    }

.active {
    display: block !important;
}

.Triptabs .Triptabs-list li.active {
    background-color: #1b1c1c !important;
    color: #ffffff !important;
}

.active a {
    color: #ffffff !important;
}

/* Tab Structure End */


/* Model popup start */
.fy_popupou_modal {
    display: none;
    position: fixed;
    z-index: 9;
    /* padding-top: 100px;  */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.fy_popupou_modal-content {
    background-color: #fefefe;
    margin: 5% auto 5% auto;
    padding: 1%;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    /* max-height: 80%; */
    overflow: auto;
}

.fy_popupou_close {
    /* color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 10px; */
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    margin-top: -1%;
}

    .fy_popupou_close:hover,
    .fy_popupou_close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
/* Model popup End */
/* Responsiveness */


/* New Menu :start */

.smenu {
    background: #282a2a;
}

    .smenu a {
        display: block;
        padding: 5px 8px 5px 5px;
        color: white;
        margin: 0px;
        position: relative;
        font-size: 13px;
        text-transform: uppercase;
        border-top: 1px solid #1b1c1c;
        border-left: 3px solid #4e4e4e;
        margin-left: 8px;
        border-radius: 5px 5px 5px 0px;
        margin-top: 2px;
    }

    .smenu img {
        width: 15%;
        vertical-align: middle;
        max-width: 18px;
    }



/* New Menu :end */

@media (min-width: 768px) {
    .nav {
        max-height: none;
        top: 0;
        position: relative;
        background-color: #1b1c1c;
        width: 15%;
        /* height: 100vh; */
        float: left;
        display: block;
    }

    /* .menu li{
          float: left;
      } */

    .menu a:hover {
        background-color: #333;
        border-radius: 5px;
    }

    .activeMenu {
        background-color: #333;
        border-radius: 5px;
    }

    .hamb {
        display: none;
    }
}

/* Navigation End */

@media only screen and (max-width: 667px) {

    .fy_bidScheduleWrapper {
        width: 100%;
        font-size: 12px;
    }
}

/* Trip Details End */


@media only screen and (max-width: 415px) and (orientation:portrait) {
    .main_container_login {
        display: flex;
        flex-direction: column;
    }

    .left_container {
        height: 50vh;
        width: -webkit-fill-available;
    }

    .right_container {
        float: none;
        margin: 10px;
        width: -webkit-fill-available;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login_form {
        margin: 0 auto;
    }
}

@media only screen and (max-width:375px) and (orientation:portrait) {
    .login_form {
        margin: 0px 25px !important;
    }

    #input_pass {
        margin-top: 15px;
    }

    .form_bottom {
        margin-top: 13px;
    }

    .check {
        float: left;
        margin-top: 5px;
    }

    #password {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 915px) and (orientation: portrait) {
    .main_container_login {
        display: flex;
        flex-direction: column;
    }

    .left_container {
        height: 50vh;
        width: -webkit-fill-available;
    }

    .right_container {
        float: none;
        margin: 10px;
        width: -webkit-fill-available;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login_form {
        margin: 10px 25px;
    }

    .button img {
        float: right;
        width: 20%;
    }
}

@media only screen and (device-width: 1024px) and (device-height:1366px) and (orientation: portrait) {
    .main_container_login {
        display: flex;
        flex-direction: column;
    }

    .left_container {
        height: 50vh;
        width: -webkit-fill-available;
    }

    .right_container {
        float: none;
        margin: 10px;
        width: -webkit-fill-available;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login_form {
        margin: 10px 25px;
    }

    .button img {
        float: right;
        width: 25%;
    }
}

/* login_page css end */

/* common css start */
/* .left_side{
    background-color: #525A65 ;
    width: 15%;
   height: 100vh;
   float: left;
} */

/* common navigation css start */
.nav1 {
    background-color: #1b1c1c;
    width: 15%;
    height: 100vh;
    float: left;
    display: block;
}

.logo img {
    margin: 15px;
    margin-top: 45px;
    width: 85%;
}

.nav2 {
    float: left;
    display: none;
}

.sidebar {
    position: absolute;
    left: -65%;
    width: 65%;
    height: 100vh;
    background: #525A65;
    transition: all .5s ease;
    transition: 0.3s;
    overflow-y: auto;
    z-index: 1000;
    padding-top: 45px;
}

#check {
    display: none;
}

label #btn, label #cancel {
    position: absolute;
    cursor: pointer;
    background: #7A7A7A;
    border: 1px solid white;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2147483646;
}

label #btn {
    left: 15px;
    top: 10px;
    font-size: 20px;
    color: white;
    padding: 5px 10px;
    transition: all .5s;
}

label #cancel {
    z-index: 1111;
    left: -380px;
    top: 17px;
    font-size: 20px;
    color: white;
    padding: 4px 9px;
    transition: all .5s ease;
}

#check:checked ~ .sidebar {
    left: 0;
}

#check:checked ~ label #btn {
    left: 250px;
    opacity: 0;
    pointer-events: none;
}

#check:checked ~ label #cancel {
    left: 10px;
}

@media only screen and (max-width: 1179px) {
    .nav1 {
        display: none;
    }

    .nav2 {
        display: block;
    }
}

/* common navigation css start */

.list {
    margin-left: 15px;
    margin-right: 10px;
}

.list1 img {
    width: 15%;
}

.list1 {
    color: white;
    padding: 5px 8px;
    margin-top: 10px;
    cursor: pointer;
}

.list a {
    text-decoration: none;
}

.list1:hover {
    background-color: #5C6879;
    border-radius: 5px;
}

.list1.active {
    background-color: #5C6879;
    border-radius: 5px;
}

.right_side {
    /* background-color: #ffffff; */
    float: right;
    width: 85%;
}

.icon {
    float: right;
    margin: 5px;
}

.main_box {
    float: left;
    width: 100%;
    height: 100vh;
    /* overflow: scroll; */
}

.top_box {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box1 {
    border: 1px solid #4e4e4e;
    border-radius: 15px;
    width: 250px;
    height: 150px;
    background-color: #333;
    float: left;
    padding: 10px;
    margin-right: 10px;
}

.box23 {
    border: 1px solid #4e4e4e;
    border-radius: 15px;
    width: 250px;
    height: auto;
    background-color: #333;
    float: left;
    padding: 10px;
    margin-right: 10px;
}

.left_box {
    float: left;
    margin: 20px;
    margin-left: 30px;
    width: 45%;
    /* height: 10vh; */
    background-color: white;
}

.right1_box {
    float: left;
    margin: 20px;
    margin-left: 10px;
    width: 45%;
    /* height: 30%; */
    background-color: white;
}

.right2_box {
    float: left;
    margin: 5px;
    margin-left: 10px;
    width: 45%;
    /* height: 30%; */
    background-color: white;
}

.user_list1 {
    /* border-bottom: solid; */
    float: left;
    border-bottom: 1px solid black;
    list-style: none;
    width: 100%;
    background-color: white;
}

@media only screen and (max-width: 415px) and (orientation:portrait) {
    .right_side {
        width: 100%;
    }

    .main_box {
        float: none;
        width: 100%;
        height: 100vh;
        overflow: scroll;
    }

    .top_box {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin: 0 auto;
        margin-top: 20px;
    }

    .box1 {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .left_box {
        float: left;
        margin: 15px auto;
        width: -webkit-fill-available;
        background-color: white;
    }

    .user_list1 {
        /* border-bottom: solid; */
        float: left;
        border-bottom: 1px solid black;
        list-style: none;
        width: -webkit-fill-available;
        margin-top: 10px;
        /* background-color: white; */
        margin-bottom: 45px;
    }

    ul {
        width: 80%;
        background-color: white;
    }

    .right1_box {
        float: left;
        margin: 15px auto;
        width: -webkit-fill-available;
        background-color: white;
        /* margin-top: 30px; */
    }

    .right2_box {
        float: left;
        margin: 15px auto;
        width: -webkit-fill-available;
        background-color: white;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:416px) and (max-width: 915px) and (orientation:portrait) {
    .right_side {
        width: 100%;
    }

    .sidebar {
        width: 44%;
    }

    .main_box {
        float: none;
        width: 100%;
        height: 100vh;
        overflow: scroll;
    }

    .top_box {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin: 0 auto;
        margin-top: 20px;
    }

    .box1 {
        border-radius: 15px;
        width: 225px;
        height: 139px;
        float: left;
        padding: 10px;
    }



    .left_box {
        float: left;
        width: 43%;
    }

    .user_list1 {
        /* border-bottom: solid; */
        float: left;
        border-bottom: 1px solid black;
        list-style: none;
        width: -webkit-fill-available;
        margin-top: 10px;
        margin-bottom: 20px;
        /* background-color: white; */
        margin-bottom: 45px;
    }
    /* ul {
        width: 80%;
        background-color: white;
    } */
    .right1_box {
        float: left;
        width: 44%;
    }

    .right2_box {
        float: left;
        width: 44%;
    }
}

@media only screen and (max-width: 740px) and (orientation:landscape) {
    .right_side {
        width: 100%;
    }

    .main_box {
        float: none;
        width: 100%;
        height: 100vh;
        overflow: scroll;
    }

    .box1 {
        border-radius: 15px;
        width: 175px;
        height: 147px;
        float: left;
        padding: 10px;
    }



    .sidebar {
        position: absolute;
        left: -25%;
        width: 25%;
        height: 100vh;
        background: #525A65;
        transition: all .5s ease;
        transition: 0.3s;
        overflow-y: auto;
        z-index: 1000;
        padding-top: 45px;
    }

    .left_box {
        margin-bottom: 75px;
    }

    .right1_box {
        width: 42%;
    }

    .right2_box {
        width: 42%;
        margin-bottom: 75px;
    }
}

@media only screen and (min-width:741px) and (max-width: 917px) and (orientation:landscape) {
    .right_side {
        width: 100%;
    }

    .main_box {
        float: none;
        width: 100%;
        height: 100vh;
        overflow: scroll;
    }

    .sidebar {
        position: absolute;
        left: -25%;
        width: 25%;
        height: 100vh;
        background: #525A65;
        transition: all .5s ease;
        transition: 0.3s;
        overflow-y: auto;
        z-index: 1000;
        padding-top: 45px;
    }

    .left_box {
        float: left;
        margin: 20px;
        margin-left: 30px;
        width: 45%;
        /* height: 10vh; */
        background-color: white;
        margin-bottom: 75px;
    }

    .right1_box {
        float: left;
        margin: 20px;
        margin-left: 10px;
        width: 44%;
        /* height: 30%; */
        background-color: white;
    }

    .right2_box {
        float: left;
        margin: 5px;
        margin-left: 10px;
        width: 45%;
        /* height: 30%; */
        background-color: white;
        margin-bottom: 75px;
    }
}

@media only screen and (device-width:1024px) and (device-height: 768px) and (orientation:landscape) {
    .right_side {
        width: 100%;
    }

    .main_box {
        float: none;
        width: 100%;
    }

    .sidebar {
        width: 25%;
    }
}

@media only screen and (device-width:1024px) and (device-height: 1366px) and (orientation:portrait) {
    .right_side {
        width: 100%;
    }

    .main_box {
        float: none;
        width: 100%;
    }

    .sidebar {
        width: 35%;
    }

    .left_box {
        margin-bottom: 75px;
    }
    /* .right1_box {
        width: 42%;
    } */
    .right2_box {
        /* width: 42%; */
        margin-bottom: 75px;
    }
}

/*Addedby AC Search Container :start */
.btnSearchClass {
    /* float: right; */
    padding: 5px 6px;
    margin-top: 8px;
    margin-right: 16px;
    background: #f6e100;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 60px;
    border: 1px solid #f6e100;
    border-radius: 5px;
}

    .btnSearchClass:hover {
        background: #f6e100;
        border: 1px solid #ffffff;
    }


.pageActiveSpan {
    background-color: #1c1c1c;
    color: white;
    border: 1px solid #ffffff;
    float: left;
    padding: 3px 12px;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 2px;
    border-radius: 7px;
}

/*Added by AC: Search Container :End */
/*Added by AC: Add AIrcraft Button*/
.acformBtn1 {
    background-color: transparent;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    border: 0px;
}

/*Added by AC: End AIrcraft Button*/
.lblError {
    color: red;
    font-size: 14px;
}

/*Aircraft image */
.aircraftGalleryWrapper {
    margin: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    padding-bottom: 10px;
}

.aircraftGalleryWrapperText {
    /* background: #ededed; */
    padding: 10px;
    border-radius: 10px;
    padding-top: 0px;
}

.aircraftGalleryTypeTitlNew {
    padding: 0px 10px;
}

.aircraftGalleryNoImageText {
    padding: 0px 10px;
}

.aircraftGalleryHR {
    height: 1px;
    border-top: 1px solid rgb(0 0 0 / 25%);
    margin: 10px 10px;
}

.aircraftGalleryTypeTitle {
    /* border-top: 1px solid rgb(0 0 0 / 25%); */
    margin: 0px 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.aircraftGallerySaveBtn {
    border: none;
    margin: 5px auto;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    background: #f6e100;
    cursor: pointer;
}

.selectImgDropdown {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #666666;
    /* font-size: 18px; */
    margin-left: 10px;
    margin-right: 10px;
}

.selectImgUploadBtn {
    font-size: 16px;
}

.aircraftImgUploadWrapper {
    float: left;
    margin: 5px;
    /* background: #8a8f9c; */
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #8a8f9c;
}

    .aircraftImgUploadWrapper img {
        max-width: 200px;
    }

.aircraftImgOuter {
    width: 200px;
    height: 150px;
    overflow: hidden;
    text-align: center;
    background: #ededed;
}

.aircraftImgDel {
    border: none;
    width: 50%;
    margin: 5px auto;
    text-align: center;
    display: block;
    padding: 5px;
    border-radius: 10px;
    background: #D90D23;
    color: #fff;
}

.aircraftSingleWrapper {
    display: flex;
}

.aircraftSingleWrapperInner {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    padding: 0px 0px 10px 0px;
    margin: 10px;
    border-radius: 10px;
    text-align: left;
}

.aircraftSingleWrapperImg {
}

.aircraftSingleWrapperInfo {
    width: 400px;
}

.aircraftBackBtn {
    text-align: center;
    background: #f6e100;
    border-radius: 10px;
    padding: 3px 10px;
    margin-left: 10px;
}

.span_bold {
    font-weight: bold;
}

.span_req {
    font-weight: bold;
    color: red;
}


.acformWrapperPage {
    /* background-color: #282a2a; */
    padding: 5px;
    color: #ffffff;
    float: right;
}

    .acformWrapperPage label {
        font-weight: bold;
        font-size: 14px;
        color: #ffffff;
    }


.acFormInputsPageSelect {
    width: 75px;
    padding: 10px;
    border: 1px solid #4e4e4e;
    /*margin: 3px 0 10px 0;*/
    color: #ffffff;
    font-size: 14px;
    border-radius: 8px;
    background: #282a2a;
}

.acforminputPageDiv {
    width: 100%;
    float: left;
}


.multicityFlightCount {
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: 500;
    border-left: 4px solid #8b8b8b;
    padding-left: 5px;
}

#rbtnFlightType input {
    display: none;
}

.flightOptions {
    display: inline-block;
    padding: 10px 6px;
    background: #282a2a;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}

.optionActive {
    background: #282a2a;
    color: #d3d3d3;
    border: 1px solid #f6e100;
}

@media only screen and (max-width: 1600px) {

    body {
        zoom: 80%;
    }
}

@media only screen and (max-width: 1400px) {

    body {
        zoom: 75%;
    }
}
