﻿.panel-info > .panel-heading {
    color: #333333 !important;
}



/*.k-grid tbody td:first-child,
.k-grid tbody td:nth-child(2),*/
.k-header,
.k-grid-header,
.k-grid .k-grouping-row td,
.k-grid .k-hierarchy-cell,
.k-grid .k-grid-footer td,
.k-footer-template td,
.table {
    /*background-color: gainsboro !important;*/
    color: black;
    border: none !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border: none !important;
    border-top-width: 0px !important;
    background-image: none !important;
    border-spacing: 1px !important;
}

.k-window .k-grid tbody td {
    background-color: initial !important;
}


.btn-info {
    background-color: #e9e9e9 !important;
    border-color: #c5c5c5;
    color: #2e2e2e !important;
}

a.btn-info {
    color: #2e2e2e !important;
}


.bgYellow {
    background-color: Yellow;
}

.bgOrange {
    background-color: orange;
}

.assignedPilot {
    color: #e9e9e9 !important;
}

.dropdown-menu {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important
}


/*
NOBRA FIXES*/

/*.k-grid tbody td:first-child,
.k-grid tbody td:nth-child(2),*/
.k-header,
.k-grid-header,
.k-grid .k-grouping-row td,
.k-grid .k-hierarchy-cell,
.k-grid .k-grid-footer td,
.k-footer-template td,
.table {
    /*background-color: gainsboro !important;*/
    color: black;
    border: none !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border: none !important;
    border-top-width: 0px !important;
    background-image: none !important;
    border-spacing: 1px !important;
}

.k-window .k-grid tbody td {
    background-color: initial !important;
}


.btn-info {
    background-color: #e9e9e9 !important;
    border-color: #c5c5c5;
    color: #2e2e2e !important;
}

a.btn-info {
    color: #2e2e2e !important;
}


.bgYellow {
    background-color: Yellow;
}

.bgOrange {
    background-color: orange;
}

.assignedPilot {
    color: #e9e9e9 !important;
}


.card > .card-header {
    cursor: pointer;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 35%, #7db9e8 62%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(35%,#2989d8), color-stop(62%,#7db9e8));
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 35%,#7db9e8 62%);
    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 35%,#7db9e8 62%);
    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 35%,#7db9e8 62%);
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 35%,#7db9e8 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0);
    color: white;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}


.k-alt {
    background-color: #cfcfcf !important;
}

.k-block, .k-content, .k-dropdown .k-input, .k-popup, .k-toolbar, .k-widget {
    color: #00f;
}

.card-body {
    padding: 0 !important;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * .05);
    padding-left: calc(var(--bs-gutter-x) * .05);
}


.nav-link {
    color: white;
}
