/* DDLS */

/*1- Fonts  */

@font-face {
    font-family: 'gilroyblack';
    src: url('fonts/poppins/poppins-black-webfont.woff2') format('woff2'),
    url('fonts/poppins/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroybold';
    src: url('fonts/poppins/poppins-bold-webfont.woff2') format('woff2'),
    url('fonts/poppins/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroyextrabold';
    src: url('fonts/poppins/poppins-extrabold-webfont.woff2') format('woff2'),
    url('fonts/poppins/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroylight';
    src: url('fonts/poppins/poppins-light-webfont.woff2') format('woff2'),
    url('fonts/poppins/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
    url('fonts/poppins/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroyregular';
    src: url('fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
    url('fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#toDDL .pick-city:hover, #fromDDL .pick-city:hover {
    background-color: #813F98;
    color: white !important;
    text-decoration: none !important;
}

.pick-city-list {
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: #fff;
    top: 34px;
    right: 0;
    border: 1px solid #D6D6D6;
    padding: 0;
    z-index: 5;
    overflow-y: scroll;
    box-shadow: 0 30px 30px rgba(0, 0, 0, .2);
}

.pick-city {
    border-top: solid 1px #ddd;
    padding: 5px 20% 5px 10px;
    color: #717171;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    width: 100%;
    display: block;
    color: #333333;
    transition: all 0.5s;
}

.hidden {
    display: none;
}

.legend {
    width: 100%;
    height: 32px;
    background-color: white;
    position: absolute;
    top: 334px;
    z-index: 5;
    border: 1px solid #D6D6D6;
    box-shadow: 0 30px 30px rgba(0, 0, 0, .2);
}

.legend_key .key {
    color: #C72A96;
    font-size: 25px;
    line-height: 41px;
    margin-right: 2px;
    margin-left: 9px;
    float: left;
    height: 1px;
    font-family: Poppins;
}

.legend_key .descr {
    line-height: 32px;
    font-size: 14px;
    color: #333333 !important;
    font-family: gilroyregular;
}

.ddlLoader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    color: white;
    text-align: center;
    line-height: 270px;
    font-family: gilroybold;
    -webkit-animation: breathe 1.75s linear infinite;
    -moz-animation: breathe 1.75s linear infinite;
    animation: breathe 1.75s linear infinite;
}

.interline {
    color: #C72A96;
    font-size: 25px;
    line-height: 29.5px;
    margin-right: 2px;
    float: left;
    height: 1px;
}

@keyframes breathe {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

/* END OF DDLS*/

/* BASE */

body {
    font-family: Poppins;
    background-color: #EFEFF1;
}

/*LOADER*/

.loader_container {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
}

.loader {
    top: calc(50% - 21px);
    left: calc(50% - 26px);
    display: block;
    position: absolute;
    color: purple;
    z-index: 12;
}

/*END OF LOADER*/

.my_main_container {
    background-color: #EFEFF1;
    overflow: auto;
}

.flightstatus_header {
    background-color: #813F98;
    color: white;
    height: 80px;
}

.flightstatus_header_text {
    position: relative;
    text-align: center;
    font-size: 18px;
    top: 30px;
    font-weight: 500;
}

.content_header {
    color: black;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 600;
}

.content_form_container {
    background-color: white;
    border: solid #D6D6D6 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.search_by {
    font-size: 12px;
    font-weight: 600;
}

.searchby_button_container {
    padding-left: 10px;
}

.searchby_button {
    background-color: white;
    color: #707070;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 10px;
    font-weight: 500;
    border: 1px solid #707070;
    outline: none;
}

.searchby_button_highlight {
    background-color: #813F98;
    color: white;
}

#search_route {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: -13px;
    padding-left: 20px;
}

#search_flight {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.fs_row {
    padding-top: 20px;
}

.flex-wrap-row{
    display: flex;
    flex-wrap: wrap;
}

.fs_label {
    font-size: 10px;
    font-weight: 400;
}

.fs_input {
    border: none;
    border-bottom: 1px solid #707070;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    padding-right: 30px;
}

.fa_input {
    position: absolute;
    z-index: 2;
    right: 5px;
}

.fa_select {
    top: 6px;
    position: absolute;
    z-index: 2;
    right: 5px;
}

.search_status_button_container {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
}

.search_status_button {
    padding: 10px;
    background-color: #DA1984;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
}

.search_status_button:hover {
    background-color: white;
    color: #DA1984;
    -webkit-box-shadow: inset 0px 0px 0px 1px #DA1984;
    -moz-box-shadow: inset 0px 0px 0px 1px #DA1984;
    box-shadow: inset 0px 0px 0px 1px #DA1984;
}

#select_depart {
    height: 40px;
    line-height: 40px;
    border: 1px solid #D6D6D6;
}

.main_select_depart {
    outline-color: #813F98;
    cursor: pointer;
}

.select_depart_text {
    font-weight: 500;
    padding-left: 10px;
}

.drop_down_list_depart {
    position: relative;
    z-index: 1;
    background-color: white;
    cursor: pointer;
}

.ddl_dates {
    height: 70px;
    line-height: 40px;
    border: 1px solid #D6D6D6;
    padding-left: 15px;
    font-weight: 500;
    outline-color: #813F98;;
}

.ddl_dates:hover {
    color: white;
    background-color: #813F98;
}

.ddl_subdates {
    height: 15px;
    text-align: center;
}

.ddl_month {
    font-weight: 600;
    font-size: 14px;
}

.ddl_year {
    font-size: 10px;
}

/*RESULTS*/

.results_container {
    border: 1px solid #813F98;
    padding: 20px;
    border-radius: 13px;
    background-color: white;
}

.results_x_button {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #DA1984;
    cursor: pointer;
}

.results_summary_main {
    font-size: 14px;
    font-weight: 600;
}

.result_summary_sub {
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
}

.results_statuses {
    padding-top: 30px;
}

.item_flight_number {
    font-size: 14px;
    color: #813F98;
    text-align: center;
    margin-top: 5px;
}

.item_status {
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.item_arrive_depart {
    padding-top: 20px;
    text-align: center;
}

.item_time_header {
    font-size: 13px;
    font-weight: 600;
}

.item_destination {
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item_time {
    font-size: 16px;
    font-weight: bold;
    color: #813F98;
}

.item_scheduled {
    font-size: 12px;
    font-weight: 200;
    padding-top: 5px;
}

.item_sch_time {
    font-size: 12px;
    font-weight: 200;
}

.item_plane {
    top: 50px;
}

.item_icon {
    font-size: 30px;
    color: #1D2135;
}

.item_line {
    border-top: 1px solid #813F98 !important;
}

.results_nostatus {
    text-align: center;
}

/*END OF RESULTS*/

/*OVERWRITES*/

.form-control:focus {
    border-color: #813F98;
    outline: 0;
    box-shadow: none !important;
}

.fs_input-group-addon {
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 1px solid #707070;
    border-top: none;
    border-left: none;
}

.fs_input-group-addon_mod {
    border-color: #813F98;
}

/*END OF OVERWRITES*/

/*NG-CLASSES*/

.status_scheduled {
    background-color: #813F98;
    font-weight: bold;
    color: white;
}

.status_rescheduled {
    background-color: #c25700;
    font-weight: bold;
    color: white;
}

.status_airborne {
    background-color: #c25700;
    font-weight: bold;
    color: white;
}

.status_completed {
    background-color: #008500;
    font-weight: bold;
    color: white;
}

.status_delayed {
    background-color: #c25700;
    font-weight: bold;
    color: white;
}

.status_cancelled {
    background-color: #d60000;
    font-weight: bold;
    color: white;
}

.status_taxing {
    background-color: #008500;
    font-weight: bold;
    color: white;
}

/*END OF NG-CLASSES*/

/* END OF BASE*/