﻿@media print  {
    @page {
        margin: 0.3cm;
    }

    header,
    footer,
    .snowfall-flakes,
    .h1TranslateInfo,
    .changeStyle,
    .addFavourite,
    .removeFavourite,
    .leftFloatIcons,
    ul.nav-tabs li:not(.active),
    .notForPrint {
        display:none !important;
    }

    body{
        margin-bottom:0 !important;
        padding-top:0 !important;
        font-size: 10px !important;
    }

    h1,h1 .h1Header{
        font-size: 12px !important;
    }

    h2,h3,h4,h5,h6{
        font-size: 10px !important;
    }

    a[href]:after {
        content: none !important;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 25px;
        margin-left: 15px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        margin-left: 15px !important;
    }
}

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-size: 16px;
    padding-top: 185px;
}
@media (max-width: 1200px) {
    body {
        padding-top: 235px;
    }
}
    header nav {
        font-size: 14px;
    }
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.colorHeader, h1.colorPage .h1Header {
    color: #D7D188;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    background-color: #036326;
}

.colorHeader .link:link, h1.colorPage .h1Header .link:link {
    color: #D7D188;
}

.colorHeader .link:visited, h1.colorPage .h1Header .link:visited {
    color: #D7D188;
}

.colorHeader .link:hover, h1.colorPage .h1Header .link:hover {
    color: #D7D188;
}

.colorHeader .link:active, h1.colorPage .h1Header .link:active {
    color: #D7D188;
}

h1.colorPage .h1TranslateInfo {
    font-weight: lighter;
    font-size: 14px;
    line-height: 1.2;
    display: block;
}

h2.bestiaryPage {
    color: rgb(103,67,44);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
    border-bottom: 1px solid #67432c;
    border-top: 1px solid #67432c;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dashHeader {
    color: rgb(103,67,44);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
    border-bottom: 1px solid #67432c;
    border-top: 1px solid #67432c;
    padding-top: 2px;
    padding-bottom: 2px;
}

h1.commonPage .h1Header {
    color: rgb(103,67,44);
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
    text-decoration: underline;
}

h1.commonPage .h1Subheader {
    font-weight: lighter;
    font-size: 20px;
    line-height: 1.2;
    display: block;
}

h1.commonPage .h1TranslateInfo {
    font-weight: lighter;
    font-size: 16px;
    line-height: 1.2;
    display: block;
}

h2.commonPage {
    color: rgb(103,67,44);
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
}

h3.commonPage {
    color: rgb(103,67,44);
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
}

h4.commonPage {
    color: rgb(103,67,44);
    font-weight: 300;
    font-size: 16px;
    line-height: 0.9;
    display: block;
}

.textHeader {
    font-weight: bold;
}

.textSubheader {
    font-style: italic;
}

.textCursive {
    font-style: italic;
}

.indent {
    text-indent: 20px;
    text-align: justify;
}

.indent2x {
    text-indent: 30px;
    text-align: justify;
}

.indent3x {
    text-indent: 40px;
    text-align: justify;
}

.tableBlock {
    overflow-x: auto;
}

.tableBlock .tableIndent1x {
    margin-left: 10px;
}

.tableBlock .tableIndent2x {
    margin-left: 20px;
}

.tableBlock .tableIndent3x {
    margin-left: 30px;
}

.tableBlock .tableIndent4x {
    margin-left: 40px;
}

.tableBlock .tableIndent5x {
    margin-left: 50px;
}

.tableBlock table thead, .tableBlock table tbody {
    vertical-align: top;
}

.tableBlock p {
    margin-top:0;
    margin-bottom:0;
}

.tableBlock .tableHeader {
    color: rgb(103,67,44);
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
}

.tableBlock table.commonTable {
    color: rgb(103,67,44);
    max-width: 50%;
    margin-bottom: 5px;
}

    .tableBlock .changeFraction {
        float: right;
        font-size: 14px;
    }

.tableBlock table.commonTable.fullPageTable {
    max-width: 100%;
    width: 100%;
}

.tableBlock table.commonTable thead {
    font-weight: 500;
    border-bottom: 2px solid rgb(103,67,44);
}

.tableBlock table.commonTable:not(.leftAlign) td:not(:first-of-type) {
    text-align: center;
}

.tableBlock table.commonTable td {
    padding-left: 10px;
    padding-right: 10px;
}

.tableBlock table.commonTable.withCollapse td {
    padding-left: 20px;
    padding-right: 10px;
}

.tableBlock table.commonTable tbody:first-of-type tr {
    border-bottom: 1px solid rgb(103,67,44);
}

.tableBlock table.commonTable tbody:first-of-type tr:last-of-type {
    border-bottom: 2px solid rgb(103,67,44);
}

.tableBlock table.commonTable tbody:last-of-type:not(:first-of-type) {
    font-weight: 500;
}

.hidden, .defaultHide {
    display: none;
}

.invisible {
    opacity: 0;
}

label.required:after {
    content: '*';
    color: #e30611;
    position: absolute;
    margin-left: 3px;
}

.changeStyle {
    background-image: url("../images/wood/TCM.png");
    position: fixed;
    top: 70px;
    width: 90px;
    height: 73px;
    z-index: 1050;
    left: -67px;
    transition-property: left;
    transition-duration: .8s;
}

    .changeStyle.changeStyleOpen {
        left: 0px;
    }

    .changeStyle .arrow {
        height: 34px;
        width: 23px;
        margin-top: 23px;
        margin-left: 68px;
        cursor: pointer;
        position: absolute;
    }

    .changeStyle .style {
        position: absolute;
        width: 64px;
        height: 62px;
        margin-top: 10px;
        margin-left: 3px;
        cursor: pointer;
    }

.leftFloatIcons {
    position: fixed;
    top: 10px;
    width: 175px;
    z-index: 1050;
}

    .leftFloatIcons a {
        background-repeat: space;
        background-position: center;
        margin: 0 5px 0 5px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
    }

        .leftFloatIcons a img {
            width: 30px;
            height: 30px;
        }

@media (max-width: 990px) {
    body {
        padding-top: 262px;
    }

    .navbar-brand {
        margin-top: 45px;
        margin-left: 40px;
    }
}

@media (max-width: 600px) {
    .leftFloatIcons a {
        margin: 0 5px 0 5px;
        width: 30px;
        height: 30px;
    }

        .leftFloatIcons a img {
            width: 30px;
            height: 30px;
        }
}

.navbar-toggle {
    margin-top: 18px;
    margin-bottom: 18px;
}

.navbar-brand {
    height: 70px;
    float: inherit;
    display: inline-block;
}

    .navbar-brand img {
        max-height: 40px;
        display: inline;
    }

.navbar-header {
    display: block;
    float: inherit;
    text-align: center;
}

.navbar-form .input-group {
    width: 100%;
}

body .navbar-login {
    background-image: url("../images/profile_header_minimal.png");
    background-repeat: space;
    background-position: center;
    float: right;
    margin: 10px;
    width: 30px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
}

body .navbar-shop-default {
    background-image: url("../images/shop_header_minimal.png");
    background-repeat: space;
    background-position: center;
    float: right;
    margin: 10px;
    width: 30px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
}
