html {
    background-color: #fff;
}

body {
    padding-top: 55px;
    background-color: #f3f5f9;
}

i {
    font-style: italic;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.pageContainer {
    padding: 0 5px;
    z-index: 1;
}

.flashContainer {
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
    margin-bottom: 1rem;
}

.form-error {
    border-color: #f00;
    border-width: 2px;
}

.error-message {
    color: #f00;
    margin-top: .2rem;
}

select, input {
    display: block;
}

.custom-file-label::after {
    content: 'Bestand kiezen';
}

.btn {
    margin-bottom:10px;
    margin-right:10px;
}

.btn-group .btn {
    margin-right: 0;
}

.buttonRight {
    float:right;
    margin-right:0;
    margin-left:10px;
}

.tableHeaderButton {
    margin: 0;
    padding: 2px 10px;
}

.label.label-important {
    background-color: #c9302c;
}

.fullWidth {
    width:100%;
    text-align: left;
}

.critical,
.table-critical {
    animation: critical 1.5s linear 0s infinite;
    background-color: #F00;
    color: #FFF;
}
.critical .text-muted,
.table-critical .text-muted {
    color: #FFB1B1 !important;
}
@keyframes critical {
  0% {background-color: #F00;}
  50% {background-color: #C00;}
  100% {background-color: #F00;}
}

a:hover {
    cursor: pointer;
}

.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 1066; /* above top navigation */
}

.dropdown-menu > a {
    padding: 10px 20px;
}

.dropdown-item:active {
    background-color: inherit !important;
    color: inherit !important;
}

.text-truncate {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
}

.h1, h1 {
    font-size: 24px;
}

footer {
    background-color: var(--brown);
    color: var(--creme);
    padding: 20px;
    z-index: 1;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    padding: .125rem 0;
}

footer ul li a {
    color: #666;
    text-decoration: underline;
}

footer ul li a:hover {
    color: #333;
}

.subscribed.status-accepted {
    border-left-color: var(--success) !important;
}
.subscribed.status-canceled {
    border-left-color: var(--danger) !important;
}
.subscribed.status-open {
    border-left-color: var(--info) !important;
}

.flydayStatusColumn {
    min-width: 65px;
}

.clickable-row {
    cursor: pointer;
}

.accordion .heading {
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    background-color: #69C;
}

.ledenlijst {
    font-size: 12px;
}

.ledenlijst .tinyColumn {
    width: 20px;
}

.ledenlijst .tussenTitel {
    padding: 8px 0px 0px 24px;
    border-bottom: 1px solid;
}

.ledenlijst .totaalRij {
    padding: 0px 0px 10px 22px;
}

.ledenlijst input[type='checkbox'] {
    margin-bottom: -2px;
    border-width: 5px;
}
/* ledenlijst count */
.lidcount {
    margin-left: .3em;
    opacity: .7;
}
.lidcount::before{
    content: '(';
}
.lidcount::after{
    content: ')';
}

.well {
    background-color: #fcfdff;
    padding: 10px;
}

.alert {
    margin: 10px 0;
}

.enlargePrevious {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ddd;
    font-weight:bold;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
}
.enlargePrevious svg,
.enlargePrevious i {
    transition: all .3s ease;
}
.notExpanded + .enlargePrevious svg,
.notExpanded + .enlargePrevious i {
    transform: rotate(180deg);
}
.notExpanded .list-group-item.item-hidden {
    display: none;
}
.expanded {
    max-height: min(600px, 60vh);
    overflow-y: auto !important;
}

.content {
    background-color: #fff;
    padding: 15px;
}

.flightMeta {
    border-top:1px solid #fafafa;
    padding-top:5px;
    margin-top:5px;
}

.filterBox {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:10px 0 0 0;
    padding:10px 0;
}

.filterGroup {
    box-shadow: 0 0 2px 0 rgba(215,215,215,0.75);
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background: #fff;
}

.filterGroup .btn {
    margin: 5px;
}

.ui-dialog {
    width:370px !important;
}

.ui-dialog-buttonset button {
    margin: 8px 8px !important;
    padding:10px 30px;
    line-height: 1;
}

.ui-dialog-buttonset button.btn {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    margin:0 auto;
}

#userPopup.ui-dialog-content {
    display: none !important;
}

.ui-widget-header {
    border:none;
    background: #fff;
}

#ledenlijstTable {
    font-size:11px;
    cursor: pointer;
}

.thDark {
    background-color: #286090;
    color:white;
}

.borderTop {
    border:none;
    border-top:1px solid #ccc;
}

/*****************************/
/***       TGI ITEMS       ***/
/*****************************/
/*
    Use TGI items either of two ways:

    1. SINGLE OR NO BUTTON:
    div.tgi-item
        div.tgi-title
            h1
            a.btn        //optional
        div.tgi-content

    2. MULTIPLE BUTTONS (TRY TO AVOID THIS!):
    div.tgi-item
        div.tgi-title
            h1
            div
                a.btn
                a.btn
                ...
        div.tgi-content
*/

.tgi-item {
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    box-shadow: 0 0 1rem 0px rgba(215,215,215,0.6);
    background-color: #fff;
    margin-bottom:18px;
    overflow: hidden;
}

.tgi-item .tgi-title {
    border-bottom:1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    margin-top: -10px;
}

.tgi-item .tgi-title > * {
    margin: 10px 0 0 0;
}
.tgi-item .tgi-title .btn {
    margin-bottom: 0;
}
.tgi-item .tgi-title > div {
    margin-top: 0;
}
.tgi-item .tgi-title > div::after {
    content: '';
    clear: both;
}
.tgi-item .tgi-title > div > .btn {
    margin-top: 10px;
    float: left;
}
.tgi-item .tgi-title > div > .btn:last-child {
    margin-right: 0;
}

.tgi-item .tgi-small-title {
    border-bottom:1px solid #ccc;
    padding:5px 10px;
    text-align: center;
}

.tgi-item .tgi-content {
    padding:0;
    overflow: hidden;
}


/*
    No content displays:

    div.tgi-blankslate
        span.icon
            i.fa-[some-icon]
        span.text

    Emmet abbreviation:
    div.tgi-blankslate>(span.icon>i.fas.fa-plane)+span.text{Er zijn geen starts gevonden}
 */
.tgi-blankslate {
    color: #AAA;
}
.tgi-blankslate .icon {
    display: block;
    font-size: 6rem;
    line-height: 1.2;
    text-align: center;
    position: relative;
}
.tgi-blankslate .text {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.6rem;
}

@media screen and (min-width: 576px) {
    .tgi-blankslate .icon {
        font-size: 10rem;
        line-height: 1.5;
    }
    .tgi-blankslate .text {
        font-size: 2rem;
    }
}


.zesauto-entries a {
    color: inherit;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.zesauto-entries td svg,
.zesauto-entries td i {
    opacity: .6;
}

.zes-auto {
    color: #BD3535;
}


.row {
    margin-right: 0;
    margin-left: 0;
}

.tableRow {
    padding: 10px 0;
    border-bottom:1px solid #ccc;
}

.bigTableHeader {
    font-size:20px;
    font-weight: 500 !important;
    background: #fff !important;
    border: 1px solid #999 !important;
    padding: 0.75rem
}

.tableRow.darkRow {
    background-color: #fcfdff;
}

.table > tbody > tr > th {
    font-weight: bold;
}

.bigIcon {
    font-size: 25px;
    margin-top: 5px;
    color: #0F084A;
}

.icon-grey{
    opacity: .5;
}

.radioCenter {
    text-align: center;
}
.radioCenter input {
    display: inline-block;
}

.clearfix {
    clear:both;
}

footer {
    background-color: #fff;
    padding:20px;
    border-top:1px solid #ccc;
}

.foto {
    min-height: 150px;
    padding: 0;
    background-color: #fafcff;
}

#mobileLedenlijst .tgiLid .card {
    border-radius: 0;
    border: none;
    padding-left: .8rem;
}

.dataTables_wrapper {
    overflow: hidden;
}
.dataTables_wrapper > div.row:nth-child(2) {
    overflow-x: auto;
}
.dataTables_wrapper > div.row:nth-child(2) > div {
    padding: 0;
}

#mobileLedenlijst {
    margin: 1rem 0;
}

#mobileLedenlijst .card h4 {
    margin-bottom:5px;
}

#mobileLedenlijst .card {
    padding:10px;
}

#mobileLedenlijst .card li {
    font-size:13px;
}

#mobileLedenlijst .card li.separator {
    border-bottom:1px solid #ccc;
    margin:5px 0;
}
#ledenlijstTable_paginate {
    display: none;
}

.tgiLid {
    cursor: pointer;
}
.tgiLid .props > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zoekRow {
    background-color:#286090;
}

.tgiCollapseHeader {
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.tgi-item select.slim {
    margin-bottom:0;
    border:none;
}

#startsTable, #easaStartsTable {
    font-size:13px;
}

table#startsTable tbody tr:hover, table#easaStartsTable tbody tr:hover {
    background-color: #fcfdff;
}

.tgi-title.ndCurrency {
    margin-top: 0;
}

.separator {
    border-top:1px solid #eee;
    margin: 20px 0 30px 0;
    clear: both;
}

ul.nav li,
ul.pagination li
{
    list-style: none;
}

ul {
    padding: 10px 0 10px 40px;
}

ul.nav {
    padding: 0;
}

ul.dropdown-menu li {
    list-style-type: none;
}

#navigation-background {
    /* background: #0F084A; */
    /* background: hsl(214.29, 88.24%, 23.33%); */
    background: rgb(7, 52, 112);
    width: 100%;
}
#navigation-background.localhost,
#navigation-background.localhost > nav
{
    background: #14a694;
}
.navbar {
    background: none;
    width: 100%;
    justify-content: space-between;
}
.navbar-collapse {
    flex-grow: 0;
}
.navbar-nav .nav-item {
    list-style: none;
}

.navbar-expand-xl {
    box-shadow: none !important;
}

.pic {
    font-weight:500;
}

.pax {
    font-weight:300;
}

/* Placeholders for asynchronous image loading */
.squarePlaceholder {
    position: relative;
    width: 100%;
}

.squarePlaceholder:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.verticalHorizontalCentered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.author {
    color: #777;
    display: inline-block;
    margin-top: 1em;
}
.author::before{
    content: '- ';
}
.author::after{
    content: ' -';
}

.max100widthHeight {
    max-height: 100%;
    max-width: 100%;
}

/* Orange button/badge styles */
.badge-orange {
    color: #FFF;
    background-color: #ff7907;
}

/* Risk badges */
.badge-risk-low,
.cell-risk-low.severity-active.repetition-active
{
    color: #140;
    background-color: #0f0;
}
.badge-risk-moderate,
.cell-risk-moderate.severity-active.repetition-active
{
    color: #212529;
    background-color: #fd0;
}
.badge-risk-high,
.cell-risk-high.severity-active.repetition-active
{
    color: #fff;
    background-color: #f60;
}
.badge-risk-critical,
.cell-risk-critical.severity-active.repetition-active
{
    color: #fff;
    background-color: #f00;
}
.badge-risk-undefined {
    color: #333;
    background-color: #ddd;
}

/* Risk table cells */
.cell-risk-low {
    color: rgb(99, 99, 99);
    background-color: #e6ffe6;
}
.cell-risk-moderate {
    color: rgb(99, 99, 99);
    background-color: #fffce6;
}
.cell-risk-high {
    color: rgb(99, 99, 99);
    background-color: #fff0e6;
}
.cell-risk-critical {
    color: rgb(99, 99, 99);
    background-color: #ffe6e6;
}
.cell-risk-undefined {
    color: rgb(99, 99, 99);
    background-color: #ddd;
}

.cell-risk-low.severity-active,
.cell-risk-low.repetition-active
{
    color: rgb(99, 99, 99);
    background-color: #b3ffb3;
}
.cell-risk-moderate.severity-active,
.cell-risk-moderate.repetition-active
{
    color: rgb(99, 99, 99);
    background-color: #fff5b3;
}
.cell-risk-high.severity-active,
.cell-risk-high.repetition-active
{
    color: rgb(99, 99, 99);
    background-color: #ffd1b3;
}
.cell-risk-critical.severity-active,
.cell-risk-critical.repetition-active
{
    color: rgb(99, 99, 99);
    background-color: #ffb3b3;
}

.severity-active.repetition-active {
    font-weight: bold;
}


.btn-outline-orange {
    color: #ff7907;
    border-color: #ff7907;
}
.btn-outline-orange:hover {
    color: #FFF;
    background-color: #ff7907;
    border-color: #ff7907;
}
.btn-outline-orange.focus,.btn-outline-orange:focus {
    box-shadow:0 0 0 .2rem rgba(255,193,7,.5);
}
.btn-outline-orange.disabled,.btn-outline-orange:disabled{
    color: #ff7907;
    background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.show>.btn-outline-orange.dropdown-toggle
{
    color: #FFF;
    background-color: #ff7907;
    border-color: #ff7907;
}
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-warning
{
    color: rgba(0, 0, 0, 0.67) !important;
}

.list-group-item {
    border: 1px solid rgba(110, 52, 37,.125);
}
