﻿/*#cf2337*/
a {
    color: #cf2337;
}

.content {
    margin-top:-2rem;
}

.btn-primary {
    background-color: #cf2337;
    border-color: #cf2337;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #ae1d2e;
        border-color: #ae1d2e;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ae1d2e;
        border-color: #ae1d2e;
    }

.btn-outline-primary {
    color: #cf2337;
    background-color: #fff;
    border-color: #cf2337;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #ae1d2e;
        border-color: #ae1d2e;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ae1d2e;
        border-color: #ae1d2e;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #cf2337;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #F3C8CD;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(207,35,55,.25);
}

.navbar {
    background: #CF2337;
    background: linear-gradient(90deg, #CF2337 0,#203a45);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #cf2337;
}

.navbar .nav-item.active {
    border-color: #cf2337;
}

.header {
    background: #CF2337;
    background: linear-gradient(90deg,#CF2337 0,#203a45);
}

.page-item.active .page-link {
    background-color: #ae1d2e;
    border-color: #ae1d2e;
}

/* Colores Vuelos */
.fc-timeline-event {
    color: black;
}

.es-event .fc-content {
    text-align: center !important;
    left: unset !important;
}

.es-event .fc-title {
    position: unset !important;
    overflow: inherit !important;
}

.fc-timeline .fc-head .fc-time-area .fc-cell-content {
    text-align: center !important;
}

.es-default {
    background-color: #000000;
    border-color: #000000;
}

.oa-event {
    background-color: #DD4031 !important;
}

.es-oa-left {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #DD4031;
    opacity: 1;
    border-radius: 10px;
}

.es-oa-right {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 15px;
    width: 15px;
    background-color: #DD4031;
    opacity: 1;
    border-radius: 10px;
}

.es-prog {
    background-color: #B4C852 !important;
    border-color: #B4C852 !important;
}

.es-fa-prog {
    color: #B4C852;
}

.oa-prog {
    background-color: #B4C852;
    /*background-image: linear-gradient(to right, #B4C852 90%, #DD4031 10%) !important;*/
    border-color: #DD4031 !important;
}

.es-av-pea {
    background-color: #8D2B8F !important;
    border-color: #8D2B8F !important;
    color: white !important;
}

.es-fa-av-pea {
    color: #8D2B8F;
}

.oa-av-pea {
    background-color: #8D2B8F !important;
    /*background-image: linear-gradient(to right, #8D2B8F 90%, #DD4031 10%);*/
    border-color: #DD4031;
    color: white !important;
}

.es-init-emb {
    background-color: #9EC3FF;
    border-color: #9EC3FF;
}

.es-fa-init-emb {
    color: #9EC3FF;
}

.oa-init-emb {
    background-color: #9EC3FF;
    /*background-image: linear-gradient(to right, #9EC3FF 90%, #DD4031 10%);*/
    border-color: #DD4031;
}

.es-fin-emb {
    background-color: #1E73FF;
    border-color: #1E73FF;
}

.es-fa-fin-emb {
    color: #1E73FF;
}

.oa-fin-emb {
    background-color: #1E73FF;
    /*background-image: linear-gradient(to right, #1E73FF 90%, #DD4031 10%);*/
    border-color: #DD4031;
}

.es-door-cl {
    background-color: #BD5D00;
    border-color: #BD5D00;
}

.es-fa-door-cl {
    color: #BD5D00;
}

.oa-door-cl {
    background-color: #BD5D00;
    /*background-image: linear-gradient(to right, #BD5D00 90%, #DD4031 10%) !important;*/
    border-color: #DD4031 !important;
}

.es-p-back {
    background-color: #FFA72C !important;
    border-color: #FFA72C !important;
}

.es-fa-p-back {
    color: #FFA72C !important;
}

.oa-p-back {
    background-color: #FFA72C !important;
    /*background-image: linear-gradient(to right, #FFA72C 90%, #DD4031 10%) !important;*/
    border-color: #DD4031 !important;
}

.es-taxi {
    background-color: #AF9000 !important;
    border-color: #AF9000 !important;
}

.es-fa-taxi {
    color: #AF9000 !important;
}

.oa-taxi {
    background-color: #AF9000 !important;
    /*background-image: linear-gradient(to right, #AF9000 90%, #DD4031 10%) !important;*/
    border-color: #DD4031 !important;
}

.es-takeoff {
    background-image: linear-gradient(to bottom right, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    border-color: rgb(177, 200, 67) !important;
}

.es-fa-takeoff {
    background-image: linear-gradient(to bottom right, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    color: rgba(221, 231, 191, 1) !important;
}

.oa-takeoff {
    background-image: linear-gradient(to bottom right, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    /*background-image: linear-gradient(to right, rgba(0,0,0,0) 90%, #DD4031 10%), linear-gradient(to bottom right, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;*/
    border-color: #DD4031 !important;
}

.es-enroute {
    background-image: linear-gradient(to bottom, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    border-color: rgb(177, 200, 67) !important;
}

.es-fa-enroute {
    background-image: linear-gradient(to bottom, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    color: rgba(221, 231, 191, 1) !important;
}

.oa-enroute {
    background-image: linear-gradient(to bottom, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    /*background-image: linear-gradient(to bottom, rgba(0,0,0,0) 90%, #DD4031 10%), linear-gradient(to bottom right, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;*/
    border-color: #DD4031 !important;
}

.es-landed {
    background-image: linear-gradient(to bottom left, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    border-color: rgb(177, 200, 67) !important;
}

.es-fa-landed {
    background-image: linear-gradient(to bottom left, rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    color: rgba(221, 231, 191, 1) !important;
}

.oa-landed {
    background-image: linear-gradient(to bottom left,rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;
    /*background-image: linear-gradient(to right, rgba(0,0,0,0) 90%, #DD4031 10%), linear-gradient(to bottom left,rgba(221, 231, 191, 1) 50%, rgba(177, 200, 67, 1) 50%) !important;*/
    border-color: #DD4031 !important;
}

.es-door-op {
    background-color: #87E931 !important;
    border-color: #87E931 !important;
}

.es-fa-door-op {
    color: #87E931 !important;
}

.oa-door-op {
    background-color: #87E931 !important;
    /*background-image: linear-gradient(to right, #87E931 90%, #DD4031 10%) !important;*/
    border-color: #DD4031 !important;
}

.es-brdg-out {
    background-color: #1BAB15 !important;
    border-color: #1BAB15 !important;
}

.es-fa-brdg-out {
    color: #1BAB15 !important;
}

.oa-brdg-out {
    background-color: #1BAB15 !important;
    /*background-image: linear-gradient(to right, #1BAB15 90%, #DD4031 10%) !important;*/
    border-color: #DD4031 !important;
}

.es-fa-trans {
    color: transparent !important;
}

@media(max-width: 575px) {
    .mob-no-show {
        display: none;
    }
}

.sp-tbl-header {
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    font-weight: bold;
}

.sp-tbl-row {
    padding: .75rem;
    border-top: 1px solid #dee2e6;
}

    .sp-tbl-row p {
        margin: 0px;
        margin-bottom: 10px;
    }

    .sp-tbl-row .btn {
        margin-bottom: 5px;
    }

.even-row {
    background-color: #f8f9fa;
}

.font-white {
    color: white !important;
}

.flight-info {
    display: none;
}

.qtip-wider {
    max-width: 1000px;
}



.chart-lg {
    min-height: 300px;
}

.dtr-details {
    list-style: none;
    padding-left: unset;
}

.res-detail {
    position: absolute;
    background-color: white;
    overflow: auto;
    box-shadow: 0px 0px 4px;
    top: 0;
    left: 50%;
    z-index: 100;
    width: 800px;
    transform: translate(-50%, 0%);
}

.flight-detail {
    position: absolute;
    background-color: white;
    overflow: auto;
    box-shadow: 0px 0px 4px;
    top: 0;
    left: 30%;
    z-index: 100;
    width: 600px;
}

.flight-detail-table td {
    padding: 0.2rem;
}

@media(max-width: 575px) {
    .fc-left h2 {
        font-size: 1.2em;
    }

    .fc-button {
        font-size: 0.8em;
    }

    .mobile-block {
        width: 100%;
        display: block;
    }

    .flight-detail {
        left: 0;
        width: 100%;
        top: -100px;
        transform: unset;
    }

    .res-detail {
        left: 0;
        width: 100%;
        top: -100px;
        transform: unset;
        padding: 0px;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sv-fade-in {
    -moz-animation: fade-in;
    -o-animation: fade-in;
    -webkit-animation: fade-in;
    animation: fade-in;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sv-fade-switch {
    -moz-animation: fade-in;
    -o-animation: fade-in;
    -webkit-animation: fade-in;
    animation: fade-in;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.red-font {
    color: red;
}

.white-font {
    color: white;
}

.green-font {
    color: green;
}

.btn-exit {
    position: absolute;
    right: 0;
    z-index: 100;
}

.fl-flight-detail {
}

.current-flight-status {
    font-size: 1.2rem;
    font-weight: 700;
}

.deleted-row {
    display: none !important;
}

@media(min-width: 575px) {
    .menu-offset {
        margin-top: -90px;
        margin-bottom: 30px;
    }
}