﻿div.main_content {
    padding: 10pt 10pt 10pt 10pt;
    margin-bottom: 30pt;
    min-height: 400pt;
}

div.main_content,
div.attributes,
div.inventory {
    border-radius: 8pt;
    -moz-border-radius: 8pt;
    box-shadow: 5pt 5pt 40pt rgba(0, 0, 0, .4);
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
em {
    font-style: normal;
    font-weight: 500;
}
.header-icon {
    cursor: pointer;
}

h2 {
	font-family: 'Sigmar', 'Kaushan Script', cursive;
    color: #232323;
}

div.header-row {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:575px) {
    div.header-row {
        flex-wrap: wrap;
        justify-content: end;
    }
}
@media screen and (max-width:799px) {
    .hide-on-small {
        display: none;
    }
}

div.header-container-quickplay {
    width: max-content;
    text-align: left;
}
div.header-container-menu {
    text-align: right;
    font-size: 20pt;
}

section {
    padding: 15pt 0 0 0;
}

div.main {
    max-width: 600pt;
    margin: 0 auto;
}

div.footer {
    padding-top:5pt;
    font-size: 75%;
    text-align: center;
}

div.fight-info {
    border: 2pt dashed #f04444;
    padding: 3pt;
}

div.fight-info-over {
    border: 2pt dashed #f0444440;
    padding: 3pt;
}

input.riddle {
    width: 60pt;
    /*height: 30px;*/
    /*font-size: 20pt;*/
}

td.roll-icon {
    width: 100pt;
    height: 40pt;
    /*background-image: url(../Images/roll.png);*/
    font-size: 24pt;
    background-repeat: no-repeat;
    opacity: 0.25;
}
td.roll-value {
    width: 50pt;
    font-size: 24pt;
    font-weight: bold;
}
td.roll-expression {
    font-size: 8pt;
    color: #666666;
    border-bottom: 1px solid #AEAEAE;
}
td.roll-dice {
    border-bottom: 1px solid #AEAEAE;
}

span.roll-die {
    background-color: #222222;
    color: #e3dac9;
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: small;
}

span.attr {
    font-variant: small-caps;
}

div.attributes {
    padding: 10pt 5pt 5pt 5pt;
    max-width: 150pt;
    margin-bottom: 20pt;
}
div.inventory {
    padding: 10pt 5pt 5pt 5pt;
    margin-bottom: 20pt;
    max-width: 150pt;
}
table.attributes {
    width: 100%;
}
table.attributes td {
    white-space: nowrap;
}
table.attributes td.attribute-name {
    font-variant: small-caps;
}
table.attributes td.attribute-value {
    text-align: right;
}
table.attributes span.attribute-modifier {
    font-size: 75%;
    font-style: italic;
}

table.inventory {
    width: 100%;
}
table.inventory th.inventory-id {
    text-align: center;
    font-weight: bold;
    background-color: rgba(220, 150, 100, .5);
}

div.menu {
    /*text-align: center;*/
    padding-left: 10pt;
}
div.menu button {
    margin-left: 3pt;
    margin-right: 3pt;
}
button.menu {
    margin-top: 10pt;
    width: 133pt;
}

button.option-endbook {
}
button.option-item {
}
button.option-selectitem {
}

span.booktitle {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    margin-top: 6pt;
    margin-right: 20pt;
}

table.fight-entities {
    width: 100%;
}
table.fight-entities td {
    vertical-align: top;
    width: 50%;
}
span.fight-entityname {
    font-variant: small-caps;
    font-weight: bold;
}

.error {
    color: #FF3030;
    font-weight: bold;
}

img.image {
    border: 0;
    max-width: 100%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
img.img-thumbnail {
    max-width: 120px;
}
img.img-thumbnail:hover {
    box-shadow: 0 0 10px 5px rgba(140, 40, 36, 0.5);
}

div.decoration {
    margin: auto;
    padding-top: 10pt;
}
img.decoration {
    border-radius: 10%;
    opacity: 39%;
}

div.catalog {
    /*padding: 30pt 10pt 10pt 10pt;*/
    padding-bottom: 30pt;
    /*display: inline-block;*/
    /*overflow: hidden;*/
}
div.catalog-name {
    font-size: 24pt;
    font-family: 'Sigmar', 'Kaushan Script', cursive;
    color: #232323;
}
div.catalog img {
    box-shadow: 2pt 2pt 25pt rgba(0, 0, 0, .4);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
div.catalog img:hover {
    box-shadow: 1pt 5pt 75pt rgba(255, 50, 50, .6);
    /*transform: scale(1.1);*/
    /*transform: rotate(-3deg);*/
    -webkit-filter: contrast(150%);
    filter: contrast(150%);
    /*filter: sepia(100%);*/
}
div.catalog-book-stat {
    font-size: 11pt;
    opacity: 75%;
}

button.btn {
    white-space: normal;
}

.btn-info {
    background-color: #dcb464;
    border-color: #cca454;
}
.btn-info:hover {
    background-color: #ecc474;
    border-color: #dcb464;
    box-shadow: initial;
}
.btn-info:focus, .btn-info:active {
    background-color: #cca454;
    border-color: #bc9444;
    box-shadow: 0 0 1rem 0 #ffffff;
}
.btn-info:active:focus {
    box-shadow: 0 0 1rem 0 #ffffff;
}

input.small {
    max-width: 100pt;
}



div.section {
    text-align: justify !important;
    padding-top: 5pt;
}
div.cheat {
    border:2pt #FF3030 dotted;
}
div.cheat-header {
    cursor:pointer;
}
div.cheat-body {
    display:none;
}
div.section.attribute-add {
    font-style: italic;
    font-variant: small-caps;
    font-weight: 600;
}
div.section.attribute-sub {
    font-style: italic;
    font-variant: small-caps;
    font-weight: 600;
}
div.section.additem {
    font-style: italic;
    font-variant: small-caps;
    font-weight: 600;
}
div.section.removeitem {
    font-style: italic;
    font-variant: small-caps;
    font-weight: 600;
}
div.section.roll {
}
div.section.image {
}
div.section.showitem-quantity {
    font-style: italic;
}
div.section.showitem-weight {
    font-style: italic;
}
div.section.showitem-type {
    font-style: italic;
}
div.section.center {
    text-align: center !important;
}
div.section.strong {
    font-style: italic;
    font-variant: small-caps;
    color: #4d0000;
    font-weight: 600;
    font-size: 150%;
}
div.section.remark {
    font-style: italic;
}
div.section i.talk {
}
div.section hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


div.modal-large div.modal-dialog
{
    width: 700px;
    max-width: 100%;
}
@media screen and (min-width:576px) {
    .modal-dialog {
        max-width: 650px !important;
    }
}


span.gallery-thumbnail
{
    padding-left: 2pt;
    padding-right: 2pt;
}
img.gallery-thumbnail
{
    max-width: 48pt;
    vertical-align: middle;
}
img.gallery-thumbnail:hover
{
    box-shadow: 0 0 10px 5px rgba(140, 40, 36, 0.5);
}



img.badge-cover
{
    max-width: 48pt;
}

table.badges
{
    margin-left: auto;
    margin-right: auto;
}
table.badges th
{
    text-align: center;
    font-size: 125%;
    background: rgba(40, 40, 40, .3);
    color: #f0f0f0;
    max-width: 95%;
}



hr.footer-hr
{
    border: 0;
    height: 2px;
    border-top: 3px solid #8c8b8b;
	border-bottom: 2px dotted #fff;
}

span.cb-on {
    color: #217ecf;
    font-size: 18pt;
    cursor: pointer;
}
span.cb-off {
    color: #999fa3;
    font-size: 18pt;
    cursor: pointer;
}