html {}
*{
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select:none;
    user-select:none;
}
.canSelect {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -o-user-select:all!important;
    user-select:all!important;
}
img{
    pointer-events: none;
}

body {
    background-image: url("/image/bg.top.png");
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 32px;
    background-color: rgba(211, 177, 125,1);

    font-family: 'Fira Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*color: rgba(49, 37, 32, 1);*/
    color: #673C0B;
}
header .container{
    padding: 40px 0 16px 16px;
}
nav {
    background: rgba(73, 49, 49, 1);
    color: rgba(255, 251, 240, 1)!important;
    font-weight: 500;
    box-shadow:0 2px 0.15rem rgba(0, 0, 0, 0.5);
}
nav li {
    border-right: 1px solid rgba(49, 37,32, 1);
    padding: 0 30px;
    border-left: 1px solid rgba(102, 87,87, 1);
}
nav a {
    color: rgba(255, 251, 240, 1)!important;
}
main {min-height: calc(100vh - 192px) !important;}
article section {
    padding: 35px 0 5px 0;
    border-bottom: 1px dashed rgba(211, 177, 125,1);
}
p {
    line-height: 175%;
    text-indent: 2em;
}
.container {max-width: 1000px;}
a{outline:none; font-weight: 600; text-decoration: none;}
a:link, a:visited {color:rgba(157, 41, 51, 1);}
a:hover, a:active {color: rgba(0, 51, 113, 1);}
h1, h2, h3, h4, h5, h6 {color: #34210B;}
h1, h2 {text-align: center;}

input {color: #493131}




footer {
    height: 36px;
    width: 100vw;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 251, 240, 1);
    background-color: rgba(49, 37, 32, 1);
}

.bi-sm {
    font-size: 0.66666667em;
    line-height: 1.25em;
    vertical-align: 15%;
}
.bi-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.bi-2x {
    font-size: 2em;
}
.bi-3x {
    font-size: 3em;
}
.bi-4x {
    font-size: 4em;
}
.bi-5x {
    font-size: 5em;
}
.bi-fw {
    width: 1.28571429em;
    text-align: center;
}
.bi-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.bi-ul > li {
    position: relative;
}
.bi-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.bi-li.bi-lg {
    left: -1.85714286em;
}
.bi-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.bi-pull-left {
    float: left;
}
.bi-pull-right {
    float: right;
}
.bi.bi-pull-left {
    margin-right: .3em;
}
.bi.bi-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.bi.pull-left {
    margin-right: .3em;
}
.bi.pull-right {
    margin-left: .3em;
}
.bi-spin {
    -webkit-animation: bi-spin 2s infinite linear;
    animation: bi-spin 2s infinite linear;
}
.bi-pulse {
    -webkit-animation: bi-spin 1s infinite steps(8);
    animation: bi-spin 1s infinite steps(8);
}
@-webkit-keyframes bi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes bi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.bi-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bi-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bi-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.bi-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.bi-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .bi-rotate-90,
:root .bi-rotate-180,
:root .bi-rotate-270,
:root .bi-flip-horizontal,
:root .bi-flip-vertical {
    filter: none;
}
.bi-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.bi-stack-1x,
.bi-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.bi-stack-1x {
    line-height: inherit;
}
.bi-stack-2x {
    font-size: 2em;
}
.bi-inverse {
    color: #ffffff;
}

.pointer {cursor: pointer !important;}
.shadow-zm {box-shadow: 0 .125rem .125rem rgba(0, 0, 0, 0.5) !important;}
.shadow-img {box-shadow: 0 0 0.2rem rgba(0, 0, 0, 1) !important;}

.btn-fuguru {
    color: #fff;
    background-color: #613E17;
    border-color: #613E17;
}
.btn-fuguru:hover {
    color: #fff;
    background-color: #956134;
    border-color: #34210B;
}
.btn-check:focus + .btn-fuguru, .btn-fuguru:focus {
    color: #fff;
    background-color: #956134;
    border-color: #34210B;
    box-shadow: 0 0 0 0.25rem rgba(245, 230, 200, 0.5);
}
.btn-check:checked + .btn-fuguru, .btn-check:active + .btn-fuguru, .btn-fuguru:active, .btn-fuguru.active, .show > .btn-fuguru.dropdown-toggle {
    color: #fff;
    background-color: #613E17;
    border-color: #613E17;
}
.btn-check:checked + .btn-fuguru:focus, .btn-check:active + .btn-fuguru:focus, .btn-fuguru:active:focus, .btn-fuguru.active:focus, .show > .btn-fuguru.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 230, 200, 0.5);
}
.btn-fuguru:disabled, .btn-fuguru.disabled {
    color: #fff;
    background-color: #956134;
    border-color: #956134;
}

.btn-outline-fuguru {
    color: #613E17;
    border-color: #613E17;
}
.btn-outline-fuguru:hover {
    color: #fff;
    background-color: #956134;
    border-color: #956134;
}
.btn-check:focus + .btn-outline-fuguru, .btn-outline-fuguru:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 230, 200, 0.5);
}
.btn-check:checked + .btn-outline-fuguru, .btn-check:active + .btn-outline-fuguru, .btn-outline-fuguru:active, .btn-outline-fuguru.active, .btn-outline-fuguru.dropdown-toggle.show {
    color: #fff;
    background-color: #613E17;
    border-color: #613E17;
}
.btn-check:checked + .btn-outline-fuguru:focus, .btn-check:active + .btn-outline-fuguru:focus, .btn-outline-fuguru:active:focus, .btn-outline-fuguru.active:focus, .btn-outline-fuguru.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 230, 200, 0.5);
}
.btn-outline-fuguru:disabled, .btn-outline-fuguru.disabled {
    color: #956134;
    background-color: transparent;
}

#pageMain {
    background: url('/image/bg.texture.png');
    background-color:rgba(255, 251, 240, 1);
    min-height: calc(100vh - 192px) !important;
}

.appIntro {
    border: 1px solid #dddddd;
    background-color: #FDFDFD;
    border-radius: 16px;
    box-shadow: 3px 3px 0.25rem rgba(0, 0, 0, 0.4);
}
.appIcon {
    max-height: 192px;
    border-radius: 48px;
    border: 1px solid rgba(211, 177, 125, 1);
    /*box-shadow: 3px 3px 0.25rem rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 .125rem .125rem rgba(0, 0, 0, 0.5) !important;
    margin-right: 25px;
    margin-bottom: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
