body {
    background: whitesmoke url("../images/linea-torre.jpg") no-repeat fixed center;
}

.panel-group {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}

#departure-filters {
    padding: 10px;
}

#arrival-filters {
    padding: 10px;
}

.search-button {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    z-index: 1;
    background-color: #33b5e5;
    /*font-size: .8rem;*/
    padding: .85rem 2.13rem;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    word-wrap: break-word;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.nav-link-shadow{
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    word-wrap: break-word;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.callSign {
    color: #0092c0;
    float: left;
    font-size: 28px;
    width: 60%;
}

.icon-time {
    display: block;
    float: left;
    display: block;
    color: #CCCCCC;
    font-size: 20px;
}

.human-date-format {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.hour-date-format {
    color: #0092bf;
    display: block;
    font-size: 16px;
    font-weight: normal;
}


.flight-summary {
    background: #117cab;
    position: relative;
    padding: 40px;
    color: #fff;
}

.flight-summary_title {
    font-size: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin: 5px 0 10px;
    padding: 0 0 4px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.flight_col-text {
    font-size: 35px;
    font-size: 2.3333333333rem;
    font-weight: 100;
    line-height: 1.1;
    margin: 0;
}

.stat-delayed {
    display: inline-block;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0 0;
    padding: 6px 10px;
    background: #d73e5f;
    color: #fff;
}


.flight_logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 15px 0;
    padding: 10px;
    line-height: 74px;
    text-align: center;
}

.flight-summary .flight {
    margin: 0 0 20px;
    padding: 0 50px 0 0;
}

.flight-card {
    border: solid #eaeaea;
    border-width: 17px 15px;
    background: #fff;
    padding: 22px 24px;
    margin: 20px 0
}

.flight-card_inner {
    display: table;
    width: 100%
}

.flight-card_to:before, .flight-card_to:after, .flight-card_from:before, .flight-card_from:after {
    content: ' ';
    display: table
}

.flight-card_to:after, .flight-card_from:after {
    clear: both
}

.flight-card_to {
    margin-top: 24px
}

.flight-card_col {
    float: left;
    width: 45%;
    padding-right: 24px
}

.flight-card_col + .flight-card_col {
    width: 55%;
    padding-right: 0;
    padding-left: 24px
}

.flight-card_title {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0 0 4px;
    color: #737373;
    border-bottom: 1px solid #d2d2d2
}

.flight-card_city {
    font-size: 35px;
    font-size: 2.3333333333rem;
    font-weight: 100;
    margin: 10px 0
}

.flight-card_time {
    display: table;
    width: 100%;
    margin: 15px 0 0
}

.flight-card_time-title {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 2px;
    color: #737373
}

.flight-card_time-title .fa {
    margin: 0 5px 0 0
}

.flight-card_time-body {
    font-size: 22px;
    font-size: 1.4666666667rem;
    font-weight: 100;
    margin: 2px 0
}

.flight-card_scheduled, .flight-card_actual {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.flight-card_desc {
    display: table;
    width: 100%;
    margin: 19px 0 0
}

.flight-card_desc-main, .flight-card_desc-supp {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    background: #eaeaea;
    padding: 20px 22px
}

.flight-card_desc-supp {
    width: 125px;
    border-left: 1px solid #fff
}

.flight-card_desc-title {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0 0 4px;
    color: #737373;
    border-bottom: 1px solid #d2d2d2
}

.flight-card_desc-title.-two-lines {
    margin-top: -15px
}

.flight-card_desc-body {
    font-size: 22px;
    font-size: 1.4666666667rem;
    font-weight: 100;
    line-height: 1.1;
    margin: 4px 0 0
}

.flight-card_disclaimer {
    font-size: 14px;
    font-size: .9333333333rem;
    line-height: 1.42;
    margin: 20px 0 50px
}

@media screen and (max-width: 1199px) {
    .flight-card_inner {
        display: block;
        width: auto
    }

    .flight-card_col {
        float: none;
        display: block;
        width: auto;
        padding: 0
    }

    .flight-card_col + .flight-card_col {
        padding: 0;
        width: auto
    }

    .flight-card_to {
        margin-top: 24px
    }
}

@media screen and (max-width: 767px) {
    .flight-card {
        border-width: 10px;
        padding: 10px
    }

    .flight-card_title {
        font-size: 12px;
        font-size: .8rem
    }

    .flight-card_city {
        font-size: 25px;
        font-size: 1.6666666667rem
    }

    .flight-card_desc {
        margin: 20px 0 0
    }

    .flight-card_desc-main, .flight-card_desc-supp {
        padding: 18px 15px 13px
    }

    .flight-card_desc-title {
        font-size: 12px;
        font-size: .8rem
    }

    .flight-card_desc-body {
        font-size: 16px;
        font-size: 1.0666666667rem
    }

    .flight-card_time {
        margin: 15px 0 0
    }

    .flight-card_time-title {
        font-size: 12px;
        font-size: .8rem
    }

    .flight-card_time-body {
        font-size: 16px;
        font-size: 1.0666666667rem
    }

    .flight-card .-sm-no-wrap {
        white-space: normal
    }
}

