* {
    font-size: 12px;
}

html {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Proxima Nova', Georgia, sans-serif;
    max-width: 100%;
    height: auto;
}

.top-banner {
    position: sticky;
    top:0;
    text-align:center;
    font-weight: bold;
    font-size:14px;
}

a, .btn-link {
    color: #006bb7;
}

.light-grey {
    background-color: #e7e8e9;
}

.light-grey-font {
    color: #84888c;
}

.border-top-light-grey {
    border-top-color: #e7e8e9;
    border-top-style: solid;
    border-top-width: 1px;
}

.red-font {
    color: #680d15;
}


.red {
    background-color: #680d15;
}

.white-font{
    color: #fff;
}


.white {
    background-color: #fff;
}

.dk-blue-font {
   color: #00093d;
}

.dk-blue {
    background-color: #00093d;
}

.page-header {
    background-color: #00093d;
    padding: 10px 20px;
    color: #fff;
    background: url(/img/propeller-image-real.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-page-image {
    background: url(/img/aircraft-guys.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.login-form {
    height: 475px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 400px;
    margin: 5%;
    padding: 20px;
}

.button {
    position: relative;
    padding: 8px 16px;
    background: #660c10;
    border: none;
    outline: none;
    border-radius: 13px;
    cursor: pointer;
    width: 200px;
    height: 40px;
}

.button:active {
    background: #660c10;
}

.button__text {
    font: bold 20px;
    color: white;
    transition: all 0.2s;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: white;
    border-radius: 50%;
    background-image: url('img/PropellerSpinner.png');
    background-size: cover;
    animation: rotate 2s linear infinite;
    display: block;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

/* NAV OVERRIDES */
.navbar{
    background-color: rgba(255,255,255,0.9);
}

li.nav-item {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

a.nav-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    color: #9d9b9b;
}

.dropdown-item span {
    margin-right: 7px;
}

.dropdown-item, .dropdown-divider-text {
    font-size: 14px;
}

.dropdown-toggle i {
    font-size: 19px;
}

.nav-link.active, .nav-link:hover {
    color: #00093d !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #00093d !important;
}

.footer-link {
    color: rgba(255,255,255,.58);
    font-size: 14px;
}


.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.spinner--info {
    color: #660c10;
    height: 7rem;
    width: 7rem;
    border-width: .45rem;
    position: fixed;
    top: 40%;
    left: 50%;
    background-image: url('img/PropellerSpinner.png');
    background-size: cover;
    animation: rotate 2s linear infinite;
}

.spinner-mini-info {
    color: #660c10;
    height: 3rem;
    width: 3rem;
    border-width: .45rem;
    position: relative;
    margin-left: 25px;
    background-image: url('img/PropellerSpinner.png');
    background-size: cover;
    animation: rotate 2s linear infinite;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-image: url('img/PropellerSpinner.png');
    background-size: cover;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.btn-info {
    color: #fff;
    background-color: #a2b6db;
    border-color: #1861ac;
}

.btn-primary {
    color: white;
    background-color: #660c10;
    border-color: white;
    border-radius: 13px;
    width: 200px;
    height: 40px;
}

.btn-primary2 {
    color: white;
    background-color: #660c10;
    border-color: white;
    border-radius: 10px;
    width: 80px;
    height: 45px;
}

.btn-outline-primary {
    color: black;
    background-color: white;
    border-color: #660c10;
    border-radius: 13px;
    width: 200px;
    height: 40px;
}

.btn-primary:hover,
.btn-primary2:hover {
    color: #fff;
    background-color: #00093d;
    border-color: white;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.bitsnbobs {
    color: white;
    background-color: #00093d;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #660c10;
    border-width: thin;
    transform: scale(1.25);
}

.hyperlink-font {
    color: #00093d;
}

input.form-control,
select.form-control,
textarea.form-control {
    width: 200px; /* Adjust the width as needed */
    height: 25px; /* Adjust the height as needed */
    font-size: 12px; /* Adjust the font size as needed */
}

div.col {
    margin-bottom: 1rem;
    padding: 0.25rem;
}

div.center {
    margin: auto;
    padding: 2px;
}

img {
    max-width: 100%;
    height: auto;
}
/* BI Reporting Styles and Overrides */
.rz-datatable-thead th, .rz-grid-table thead th {
    background-color: #00093d;
}

    .rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
        color: #fff;
        font-family: 'proxima_nova_altcondensed', Georgia, sans-serif;
        overflow: inherit;
        text-overflow: inherit;
        white-space: nowrap;
    }


.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    font-family: 'proxima_nova_altcondensed', Georgia, sans-serif;
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
}


.rz-sortable-column > div:hover .rzi-sort:not(.rzi-sort-asc):not(.rzi-sort-desc) {
    color: #fff !important;
    margin-left: 6px;
}

.rz-sortable-column .rzi-sort-asc {
    color: #fff !important;
    margin-left: 6px;
}

.rz-sortable-column .rzi-sort-desc {
    color: #fff !important;
    margin-left: 6px;
}

.rz-grid-filter-icon {
    color: #fff !important;
}


.rz-datatable .rzi-chevron-circle-right:before {
    content: "connecting_airports";
    background-color: #680d15;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rz-datatable .rzi-chevron-circle-down:before {
    content: "connecting_airports";
    background-color: #00093d;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.normal-table th, .normal-table td{
    padding: 3px 10px !important;
}

* {
    font-size: 12px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.reporting-filters {
    position: fixed;
    right: 0px;
    top: 140px;
    z-index: 100;
    transition: 300ms linear all;
}


    .reporting-filters.hide {
        right: -710px;
        transition: 300ms linear all;
    }

    .reporting-filters .filters-button {
        rotate: -90deg;
        width: 125px;
        position: relative;
        top: -50px;
        left: -75px;
        border: solid 0px transparent !important;
        border-radius: 0;
        background-color: #680d15 !important;
    }

.reporting-dashboard .card, .reporting-filters.card, .edit-form.card {
    border-color: darkgray;
    border-radius: 0;
}

.rz-calendar-view td .rz-state-active.rz-state-focused, .rz-calendar-view td .rz-state-active:hover, .rz-calendar-view td .rz-state-active.rz-calendar-today.rz-state-focused, .rz-calendar-view td .rz-state-active.rz-calendar-today:hover{
    background-color: #00093d;
}

.rz-calendar-view td .rz-state-active, .rz-calendar-view td .rz-state-active.rz-calendar-today {
    background-color: #680d15;
}

.reporting-dashboard .card-header, .reporting-filters .card-header, .edit-form .card-header {
    background-color: #00093d;
    color: #fff;
    border-radius: 0;
}

    .reporting-dashboard .card-header:first-child, .reporting-filters .card-header:first-child, .edit-form .card-header:first-child {
        border-radius: 0;
    }

.min-width-10 {
        min-width: 10%;
    }

.scroll-chart {
    overflow: auto;
}

reporting-dashboard .card-header h6 {
    font-weight: bold;
    font-size: 1.1rem;
}

.rz-scheme-pastel .rz-series-0 {
    fill: #00093d;
    stroke: #00093d;
}
.rz-tick-text, .rz-series-data-label {
    fill: #00093d;
}

.column-chart-compact .rz-category-axis .rz-tick-text {
    transform: rotate(-90deg);
    text-align: start;
    text-anchor: start;
}

input.reporting-filter,
textarea.reporting-filter {
    width: auto;
    height: 31px;
}

.chart-footer {
    background-color: #00093d;
    padding: 5px 10px 15px 10px;
    width: 700px;
    height: 70px;
}

.blurred-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    -moz-user-select: none;
}

.blurred-chart-text .rz-value-axis .rz-tick-text {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
    fill: #E8E8E8 !important;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    -moz-user-select: none;
}


.blurred-chart-text .rz-chart-tooltip:not(.rz-pie-tooltip) .rz-chart-tooltip-content {
    display: none !important;
}

.reporting-dashboard-map {
    height: 558px;
    width: 100%
}

/* button color overrides */
.rz-button.rz-primary.rz-shade-default, .rz-button.rz-primary.rz-shade-default:visited {
    background-color: #680d15;
    border: solid 1px #00093d;
}

.grid-button.rz-button.rz-variant-text.rz-primary.rz-shade-default {
    padding: 0px;
    background-color: transparent;
    border: none;
    color: #00093d;
}

.grid-button.rz-button.rz-variant-text.rz-primary:not(.rz-state-disabled):hover:not(:active){
    background-color: transparent;
    color: #680d15;
    background-image: none;
    box-shadow: none;
    border: none;
}

.filter-button.rz-state-disabled.rz-paginator-element, .filter-button.rz-button.rz-state-disabled, .filter-button.rz-button.rz-primary.rz-shade-default.disabled, .filter-button.rz-button.rz-primary.rz-shade-default:disabled {
    opacity: 1;
    background-color: #00093d;
    border: solid 1px #680d15;
}

.btn-group button {
    margin-right: 10px;
}
.rz-button.rz-primary.rz-shade-default:active, .rz-button.rz-primary.rz-shade-default.active {
    background-color: #00093d;
    border: solid 1px #680d15;
}

    .rz-button.rz-primary.rz-shade-default.disabled, .rz-button.rz-primary.rz-shade-default:disabled {
        background-image: linear-gradient(rgb(0 0 0 / 40%) 0 0);
        background-blend-mode: lighten;
        background-color: #c6d2d6;
        border: solid 1px #00093d;
        cursor: not-allowed;
    }

.rz-button.rz-primary.rz-shade-default:hover, .rz-button.rz-primary.rz-shade-default:focus {
    background-image: linear-gradient(rgb(0 0 0 / 40%) 0 0);
    background-blend-mode: lighten;
    background-color: #00093d;
    border: solid 1px #680d15;
}

.rz-button.rz-secondary.rz-shade-default {
    background-color: #e7e8e9;
    color: #00093d;
}

.excel-button{
    height: 40px;
    width: 40px;
}

.hide-panel{
    display: none !important;
}

.page-loading-state {
    z-index: 100000000;
    position: fixed;
    width: 100%;
    height: 81%;
    left: 0px;
    margin-top: -7px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-loading {
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: fixed;
    top: 40%;
    left: 50%;
    /*border: 10px solid #ddd;
    border-top-color: #680d15;*/
    background-image: url('img/PropellerSpinner.png');
    background-size: cover;
    animation: rotate 2s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

/*Report Styles*/
table.light-grey-table th {
    background-color: #e7e8e9;
}

table.light-grey-table tr {
    border: 1px solid #e7e8e9;
}

.img-placeholder {
    padding: 42% 0%;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}