body {
    font-size: .875rem;
    background-color: #333333;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.bg-ids {
    background-color: #222222;
}

#zuluclock {
    background: #333;
    border: 1px solid #111;
    color: #B94A48;
    padding: 5px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    margin-left: 0;
    font-family: "Lucida Console", Monaco, monospace;
}

.title {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.8rem;
    padding-top: 2px;
}

.icon-grn {
    color: #27AE60;
}

.icon-ylw {
    color: #FFC31E;
}

.icon-red {
    color: #C0392B;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar-sticky .nav .nav-item {
    text-align: center;
}

.sidebar-sticky .nav .nav-item a {
    color: rgb(85, 85, 85);
    text-decoration: none;
}

.sidebar-sticky .nav .nav-item a:hover {
    color: #CCCCCC !important;
    text-decoration: none;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: rgba(255,255,255,0.5);
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    position: absolute;
    left: 100px;
    top: 80px;
}

/*
 * Modal overrides
 */

.modal-body {
    background-color: #444444;
}

.modal-body select {
    background-color: #DDDDDD;
}

input[type="text"], input[type="search"], .modal-body textarea, .modal-body textarea:focus {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
}

.modal-header {
    background-color: #373737;
    border-bottom: 1px solid #222222;
}

.modal-header .modal-title, .modal-header button, .modal-body .col-form-label, .modal-body input[type="text"], .modal-body textarea, .modal-body textarea:focus  {
    color: #CCC;
}

input[type="text"]:focus, input[type="search"]:focus  {
    background-color: rgba(255, 255, 255, 0.2);
    color: #CCC;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #6c757d;
    color: white;
}

.custom-select {
    background-color: rgba(255, 255, 255, 0.2);
    color: #CCC;
    border-color: #CCC;

}

.modal-footer {
    background-color: #373737;
    border-top: 1px solid #222222;
}

/*
 * Table overrides
 */

.table-bordered th, .table-bordered td {
    border: 1px solid #6c757d;
}

.table thead th {
    border: 2px solid #6c757d;
}

.dataTables_processing {
    background-color: #4C4C4C;
}

/*
 * Pagination overrides
 */

.page-item.disabled .page-link, .page-item .page-link {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #6c757d;
    color: white;
}

/*
 * Navbar
 */

.navbar-brand {
    margin-left: -1rem;
    text-align: center;
    width: 100px;
    font-size: 1.35rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/*
 * ATIS List
 */

#atislist {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}

#atislist * {
    box-sizing: unset;
}

#activearea-list, #pirep-list {
    list-style-type: none
}

#activearea-list li {
    font-size:12px;
    color:#F1AD2D;
    font-family: "Lucida Console", Monaco, monospace;
}

#pirep-list li {
    font-size:12px;
    color: #CCC;
    font-family: "Lucida Console", Monaco, monospace;
}

.tmu-fac, .tmu-status, .tmu-info {
    font-family: "Lucida Console", Monaco, monospace;
}

.tmu-fac {
    color: #F1C40F;
}

.tmu-status {
    text-transform: capitalize;
}

.tmu-info {
    color: #CCC;
}

[id*="tmuinfo-"] {
    padding-left: 10px
}

.card {
    border: none;
}

.card-body {
    background: #202020;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    border: 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0 inset;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.br-h {
    border-right: 1px solid #333;
}

.atis {
    font-size: 25px;
    font-weight: bold;
    color: #75C5B8;
    float: left;
    width: 18px;
    text-align: center;
}

.icao {
    font-size: 18px;
    font-weight: bold;
    color: #98A3A3;
    width: 100px;
    font-family: "Lucida Console", Monaco, monospace;
}

.icao-info {
    font-size: 18px;
    font-weight: bold;
    color: #AAB7B7;
    float: left;

    max-width: 10%;
    width: 10%;

    text-align: center;
}

.rwy {
    font-size: 15px;
    color: #ccc;
    float: left;
    padding-left: 10px;
}

.rwy-info span {
    font-weight: bold;
    color: #888;
}

.rwy-info {
    font-size: 14px;
    color: #bbb;
    float: left;
    padding-left: 10px;
    font-family: "Lucida Console", Monaco, monospace;
}

.block {
    float: left;
    min-width: 210px;
}

.metar-important {
    font-size: 13px;
    color: #98A3A3;
}

.metar {
    margin-left: 10px;
    color: #ccc;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    float: left;
    word-wrap:break-word;
}

.atisunread {
    cursor: pointer;
    color: #f1c40f !important;
}

h3 {
    color: #bbb;
    border-bottom: 1px solid #555;
    text-align: center;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 1.15rem;
}

/*
 * CIC
 */

.alert-cic {
    color: #F1C40F;
    font-size: 13px;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.cic-title {
    color: #D35400;
    font-weight: bold;
    font-size: 13px;
}

