@charset "UTF-8";

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*/

/*FLIGHT SCHEDULE CONTAINER*/

.fs_form_container .fs_input {
    padding-right: 25px;
}

.flight_schedule_main_container {
    /*overflow: auto;*/
}

.container-full {
    margin: 0 auto;
    width: 100%;
    /*background-color: #EFEFF1;*/
}

.fillout_text {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

.fsch-icon {
    color: #DA1984;
}

.fs_form_container {
    background-color: white;
    border: 1px solid #D6D6D6;
    margin-bottom: 60px;
}

.fs_row {
    padding-top: 20px;
}

.fs_label {
    font-size: 11px;
    font-weight: 400;
    margin-left: 45px;
}

.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;
}

.fs_choice_section {
    padding-bottom: 20px;
    padding-top: 40px;
}

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

.fs_choice_option {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.choice_button {
    width: 16px;
    height: 16px;
    border: 2px solid #707070;
    border-radius: 10px;
    display: inline-block;
    top: 3px;
    position: relative;
}

.inner_button {
    background-color: white;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
    left: 2px;
}

.checked {
    background-color: #813F98 !important;
}

.choice_text {
    position: relative;
    display: inline-block;
    left: 10px;
}

.input_from_section {
    /*padding-bottom: 20px;*/
}

.select_container {
    height: 40px;
    /*line-height: 40px;*/
    /*border: 1px solid #D6D6D6;*/
}

.fs_main_select {
    outline-color: #813F98;
}

.fs_select_text {
    font-weight: 500;
    padding-left: 10px;
    font-size: 13px;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.search_schedule_button_container {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 35px;
}

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

.search_schedule_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;
}

/*END OF FLIGHT SCHEDULE CONTAINER*/

/*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;
}

/* -------------BOOTSTRAP DATEPICKER CUSTOMIZATION*/

.table-condensed > thead {
    background-color: #813F98;
    color: white;
}

.table-condensed > thead > tr > th {
    font-size: 14px;
    font-weight: 400;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    border-radius: 0px !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #DA1984;
}

.bootstrap-datetimepicker-widget table tr td.new {
    display: none;
}

.bootstrap-datetimepicker-widget table tr td.old {
    visibility: hidden;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #DA1984;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #EFEFF1;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 100%;
}

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

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: white;
    color: #813F98;
}

/*--------------END OF BOOTSTRAP DATEPICKER CUSTOMIZATION*/

/*END OF OVERWRITES*/

/*1- Fonts  */

@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;

}

#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;
    }
}

@font-face {
    font-family: "caribbean-explorer";
    src: url("fonts/caribbean-explorer.eot");
    src: url("fonts/caribbean-explorer.eot?#iefix") format("embedded-opentype"),
    url("fonts/caribbean-explorer.woff") format("woff"),
    url("fonts/caribbean-explorer.ttf") format("truetype"),
    url("fonts/caribbean-explorer.svg#caribbean-explorer") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "caribbean-explorer" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "caribbean-explorer" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-aeroplane:before {
    content: "\61";
}

.icon-delete:before {
    content: "\63";
}

.icon-group:before {
    content: "\64";
}

.icon-left-arrow:before {
    content: "\65";
}

.icon-menu:before {
    content: "\66";
}

.icon-placeholder-2:before {
    content: "\6a";
}

.icon-right-arrow:before {
    content: "\6b";
}

.icon-search:before {
    content: "\6c";
}

.icon-user:before {
    content: "\6d";
}

.icon-minus:before {
    content: "\68";
}

.icon-menu-3:before {
    content: "\62";
}

.icon-calendar:before {
    content: "\67";
}

.icon-add:before {
    content: "\6f";
}

.icon-right-arrow-1:before {
    content: "\6e";
}

.icon-shopping-cart:before {
    content: "\69";
}

.icon-gear:before {
    content: "\70";
}
