/* Noctari pool - stark monochrome dark theme (matches noctari.xyz) */

html, button, input, select, textarea, .pure-g [class *= "pure-u"], .pure-g-r [class *= "pure-u"]{
    font-family: 'Inter', 'Open Sans', sans-serif;
}

html{
    background: #0a0a0a;
    overflow-y: scroll;
}

body{
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin: 0 auto;
    color: #e8e8e8;
}

header > .home-menu{
    background: inherit !important;
    height: 64px;
    display: flex;
}

header > .home-menu > a.pure-menu-heading, header > .home-menu > ul, header > .home-menu > ul > li{
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
}

header > .home-menu > a.pure-menu-heading{
    color: #ffffff;
    font-size: 1.4em;
    letter-spacing: 0.02em;
}

header .nav-mark{
    height: 34px;
    margin-right: 10px;
}

header .nav-wordmark{
    height: 22px;
    display: block;
}

header > .home-menu > ul > li > a{
    color: #9a9a9a;
}

header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li > a:focus{
    background: inherit !important;
}

header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li.pure-menu-selected > a{
    color: #ffffff;
}

main{
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

footer{
    text-align: center;
    color: #6a6a6a;
    text-decoration: none;
    font-size: 0.8em;
    padding: 15px;
    line-height: 24px;
}

footer a{
    color: #b8b8b8;
    text-decoration: none;
}

footer a:hover{
    color: #ffffff;
}

/* ---- links inside content ---- */
main a{
    color: #cfcfcf;
}
main a:visited{
    color: #9a9a9a;
}
main a:hover{
    color: #ffffff;
}

/* ---- dark tables ---- */
.pure-table{
    border: 1px solid #2a2a2a;
    color: #e8e8e8;
}
.pure-table thead{
    background-color: #1c1c1c;
    color: #9a9a9a;
}
.pure-table td, .pure-table th{
    border-left: 1px solid #2a2a2a;
}
.pure-table-odd td, .pure-table tr:nth-child(2n-1) td{
    background-color: #141414;
}
.pure-table tr td{
    background-color: #101010;
}
.pure-table a{
    color: #e8e8e8;
}

/* ---- inputs / buttons ---- */
input[type=text], .input-lg{
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    color: #e8e8e8;
    padding: 6px 10px;
}
button, .btn, .pure-button{
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 8px;
    padding: 6px 14px;
    font-weight: 700;
    cursor: pointer;
}
button:hover, .btn:hover{
    background: #e0e0e0;
}

/* ---- cards / wrappers used by stat pages ---- */
.chartWrapper, .poolWrapper{
    border: 1px solid #2a2a2a !important;
    border-radius: 14px !important;
    background: #141414;
}

/* ---- nvd3 charts on dark ---- */
.nvd3 text{
    fill: #9a9a9a !important;
}
.nvd3 .nv-axis path, .nvd3 .nv-axis line{
    stroke: #2a2a2a !important;
}
.nvtooltip{
    background: #1c1c1c !important;
    color: #e8e8e8 !important;
    border: 1px solid #2a2a2a !important;
}
.nvtooltip table td.legend-color-guide div{
    border: none;
}
