﻿body {
    background: url('Images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding-top: 90px;
}

p, h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-family: Roboto, sans-serif;
}



.btn {
    padding: 8px 18px;
    border: 0 none;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-color: rgb(0,0,0);
    border-color: rgb(0,0,0);
    border-width: 1px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: 0 none;
    }

.btn-primary {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background: rgba(0, 0, 0, 0.7);
    }

    .btn-primary:active, .btn-primary.active {
        background: rgb(0,0,0);
        box-shadow: none;
    }

.elements_main {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-bottom-color: rgb(0,0,0) !important;
    border-color: rgb(0,0,0) !important;
    border-width: 1px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: white;
}

.node_bagua {
    background-color: #202060;
    background-color: rgba(32, 32, 96, 0.9);
    color: #ececf9;
}

.node_bagua_icon {
    width: 100%;
    height: 100%;
    max-width: 260px;
    max-height: 260px;
}

.node_bagua_icon_onmain {
    width: 260px;
    height: 260px;
    position: static;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.node_bagua_effect {
    color: greenyellow;
}

.spoiler {
}

.spoiler-itemset {
    padding: 2px 6px;
    cursor: pointer;
}

.item-grade-1 {
    font-family: Roboto, sans-serif;
    color: gray;
}

.item-grade-2 {
    font-family: Roboto, sans-serif;
    color: white;
}

.item-grade-3 {
    font-family: Roboto, sans-serif;
    color: lightgreen;
}

.item-grade-4 {
    font-family: Roboto, sans-serif;
    color: dodgerblue;
}

.item-grade-5 {
    font-family: Roboto, sans-serif;
    color: hotpink;
}

.item-grade-span img {
    min-width: 50px;
    min-height: 16px;
    margin: 5px;
    visibility: hidden;
}

.trigram-cell {
    color: green;
    font-size: 65%;
}

.navbar a {
    color: white !important;
}

.active a {
    background: black !important;
}

.b1 {
    padding-left:64px;
    position: absolute;
}

.b2 {
    position: absolute;
    padding-left: 128px;
}

.b3 {
    position: absolute;
    padding-left: 128px;
    padding-top:64px;
}

.b4 {
    position: absolute;
    padding-top: 128px;
    padding-left: 128px;
}

.b5 {
    position: absolute;
    padding-left: 64px;
    padding-top: 128px;
}

.b6 {
    position: absolute;
    padding-top: 128px;
}

.b7 {
    position: absolute;
    padding-top: 64px;
}

.b8 {
    position: absolute;
}
