.inf-act {
    background: #0B4777 !important;
    color: #fff;
    padding: 10px !important;
}

.tab-content ul {
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0 !important;
}

.tab-content ul li {
    background: #fff;
    padding: 0.4%;
    border-bottom: 1px solid #ccc
}

.tab-content ul li.top {
    background: #D7D7D7;
    height: 55px;
}

.tab-content li.top div {
    display: inline-block;
}

.tab-content ul li:nth-child(odd) {
    background: #F0F0F0
}

.dl button {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    cursor: none;
    border: none;
}

.c1 {
    width: 17%;
    display: inline-block;
}

.c2,
.c3,
.c6 {
    width: 13%;
}

.c3,
.c6 {
    display: inline-block;
}

.c4,
.c5,
.c7,
.c8 {
    width: 10%;
}

.arribado {
    background: #08B900
}

.delay {
    background: #D39612
}

.cancelled {
    background: #C20B29
}

.boarding {
    background: #fb7d24;
    color: #000 !important;
}

.preboarding {
    background: #FBE224;
    color: #000 !important;
}

.lastcall {
    background: #ff0000;
    color: #fff !important;
}

.legpie {
    font-size: 12px;
}

.atiempo {
    background: transparent;
    color: #08B900 !important
}

.aterrizado {
    background: #08B900
}

.despegado {
    background: #08B900
}

@media(min-width:992px) {

    .data li {
        font-size: 23px !important;
    }

    .data li.dl {
        font-weight: bold;
        height: 55px;
    }

    .dl button {
        font-size: 22px;
    }

    .c1 {
        width: 8%;
    }

    .c2 {
        width: 16%;
    }

    .c3 {
        width: 26%;
    }

    .c6 {
        width: 16%;
    }

    .c4,
    .c5,
    .c7 {
        width: 10%;
    }

    .legpie {
        font-size: 15px
    }

}

@media(max-width: 767px) {

    .tab-content ul li {
        padding: 0
    }

    .tab-content ul li:nth-child(odd) {
        background: #Fff
    }

    .c1,
    .c3,
    .c6 {
        width: 32%;
        padding: 5% 0;
        font-size: 20px
    }

    .sub {
        background: #253F6B;
        border-bottom: 2px solid #888888
    }

    .sub li {
        display: inline-block;
        width: 24%;
        color: #fff;
        background: none !important;
        font-size: 13px;
        padding: 10px 0 !important;
        border-bottom: none !important
    }

    .sub li span {
        color: #CBCFD7;
        display: inline-block
    }
}