﻿html {
    scroll-padding-top: 50px; /* height of sticky header */
}
body {
    margin: 0;
    background-color: #000000;
    color: #ffffff;
    font-family: Arial;
}
th {
    vertical-align: bottom;
}
form {
    display: inline;
}
.center {
    text-align: center;
}
#site_bg {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background-image: url('../Images/gf_bg.jpg');
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
.content_bg {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: rgba(238,238,238,0.8);
    min-width: 370px;
}

    .content_bg h1,
    .content_bg .h1 {
        color: navy;
        font-weight: bold;
        text-align: center;
    }
    .content_bg h2,
    .content_bg .h2 {
        color: navy;
        font-weight: bold;
    }

    .content_bg p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .content_bg > hr {
        border-top-color: #d5d5d5;
    }

.container .content_bg,
.container-fluid .content_bg {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.content_bg .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .content_bg {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .content_bg,
    .container-fluid .content_bg {
        padding-right: 60px;
        padding-left: 60px;
    }

    .content_bg h1,
    .content_bg .h1 {
        font-size: 63px;
    }
    #site_content {
        margin-left: 0px;
        margin-right: 0px;
    }
}
#site_content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    margin-left: 0px;
    margin-right: 0px;
}
#bg {
    /*width: 892px;*/
    left: 50%;
    /*margin-left: -446px;*/
}
#bg, #bg_mobile {
    position: fixed;
    z-index: 0;
}
#splash_link {
    position: relative;
    width: 100%;
    /* height and padding-top set in a_gn_set_bg.js */
    text-align: center;
    z-index: 10;
}
    #splash_link a {
        position: relative;
        color: #ffffff;
        font-size: xx-large;
        font-family: Arial;
        font-weight: bold;
        text-decoration: none;
        background-color: rgba(0, 0, 255, 0.5);
        border-radius: 10px;
        padding: 10px;
    }
    #splash_link a:hover {
        color: lightgray;
        text-decoration: underline;
    }
.alt_row {
    background-color: rgba(0, 0, 255, 0.4);
}
.alt_row_sub1 {
    background-color: rgba(100, 0, 255, 0.8);
}
.alt_row_sub2 {
    background-color: rgba(100, 0, 255, 0.4);
}
.full_width_container {
    clear: both;
    width: 100%;
}
.schedule_table_container {
    /*max-width: 400px;*/
    background-color: rgba(0, 0, 255, 0.5);
    border-radius: 10px;
    border-width: 10px;
    border-color: rgba(0, 0, 255, 0.5);
    margin: 0 0 10px 0;
    padding: 10px;
    overflow-x: auto;
}
.schedule_table_container table {
    width: 100%;
    margin: 0 auto;
}
.schedule_header th {
    background-color: navy;
    padding: 5px;
    cursor: pointer;
}
.schedule_table_container table tr:hover {
    background-color: darkmagenta;
}
.schedule_table_container table td {
    padding: 5px;
}
    .schedule_table_container table td a {
        color: white;
        text-decoration: underline;
    }
        .schedule_table_container table td a:hover {
            color: cyan;
        }
.black_text {
    color: #000000;
}
.bgg_header_container {
    vertical-align: bottom;
}
.bgg_header {
    color: navy;
    font-size: x-large;
    font-weight: bold;
}
.bgg_header a {
    color: navy;
    font-size: x-large;
    font-weight: bold;
}
.bgg_header a:hover {
    color: royalblue;
}
.bgg_header div {
    float: right;
}
.bgg_header div.header_link a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}
.bgg_header div.header_link a:hover {
    color: navy;
    text-decoration: overline underline;
}
.bgg_header span {
    font-size: 14px;
    font-weight: normal;
}
    .bgg_header span a {
        font-size: 14px;
        font-weight: normal;
        text-decoration: underline;
        color: white;
    }
.bgg_header span a:hover {
    color: cyan;
}
.bgg_header2 {
    color: navy;
    font-size: large;
    font-weight: bold;
}
.parenthetical {
    color: navy;
    font-size: small;
}
#chartContainer {
    clear: both;
}
.padding-left-10 {
    padding-left: 10px;
}
.button_link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: inherit;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}
.button_link:hover {
    color: cyan;
}
.filter_container {
    clear: both;
    height: 30px;
}
    .filter_container div {
        color: black;
        float: left;
        padding: 5px;
        vertical-align: bottom;
    }
    .filter_container div span {
        font-size: 14px;
    }
/* menu
----------------------------------------------------------*/
ul.menu {
    clear: both;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0px;
    padding: 0;
}

    ul.menu li {
        display: inline;
        list-style: none;
    }

        ul.menu li a {
            color: navy;
            text-decoration: none;
            padding: 0px 15px 0px 15px;
            background-color: #b9c7de;
            border-radius: 8px 8px 0 0;
        }

ul#stats_menu.menu li a {
    border: 1px navy solid;
    border-radius: 8px;
}

ul.menu li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #82a5de;
}
/* add menu styles for tab that is selected */
ul.menu li.tabSelected {
    display: inline;
    list-style: none;
}

    ul.menu li.tabSelected a {
        color: navy;
        text-decoration: none;
        padding: 0px 15px 0px 15px; /* top right/left bottom */
        background-color: #fff;
    }

        ul.menu li.tabSelected a:hover {
            color: navy;
            text-decoration: none;
            background-color: #fff;
        }
.note_icons {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    align-content: center;
    column-gap: 2px;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    position: relative; /* instead of on span */
}
/* -- Note Tooltips -- */
#tooltip {
    background-color: cyan;
    color: black;
    font-weight: normal;
    font-size: small;
    display: none;
    position: absolute;
    bottom: 20px;
    left: -50%;
    width: 150px;
    max-width: 150px;
    padding: 3px;
    border-radius: 5px;
    z-index: 9999;
}
span:hover #tooltip {
    display: block;
}
/* --END-- Note Tooltips -- */
#pieChartContainer div {
    float: left;
}
#placeChartContainer div {
    float: left;
}
#coopChartContainer div {
    float: left;
}
td.expand_icon_right {
    cursor: pointer;
}
td.expand_icon_right img {
    float: right;   
}
.hide_row {
    /*display: none;*/
    visibility: collapse;
}
.tbl_all_factions th {
    background-color: navy;
    border: 1px solid navy;
    padding: 2px;
}
.tbl_all_factions td {
    border: 1px solid black;
    padding: 2px;
}