@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******************************************************************************/
/* Body                                                                       */
/******************************************************************************/

@font-face{
    font-family:HelveticaNow;
    src:url(/source/external/font/helvetica_now.woff2) format('woff2'), url(/source/external/font/helvetica_now.woff) format('woff');
}

body {
    margin:50px;
    font-family:HelveticaNow, Kreon, serif;
    font-size:19px;
    color:#000000;
    -webkit-text-size-adjust:100%;
}

@media only screen and (max-width:767px) {
    body {
        margin:20px;
    }
}

/******************************************************************************/
/* Header                                                                     */
/******************************************************************************/

header {
    position:fixed;
    width:310px;
    padding-top:10px;
    box-sizing:border-box;
    z-index:20000;
}

@media only screen and (max-width:767px) {
    header {
        position:static;
        width:100%;
        padding-top:20px;
    }
}

header > div {
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:flex-start;
}

@media only screen and (max-width:767px) {
    header > div {
        flex-direction:row;
    }
}

header > div > h1 {
    width:120px;
    height:29px;
    margin-bottom:80px;
    font-size:0em;
    text-indent:-8000px;
    background-image:url(/source/layout/bwkd_logo.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:contain;
}

header > div > h1 > a {
    display:block;
    width:100%;
    height:100%;
}

@media only screen and (max-width:767px) {
    header > div > h1 {
        margin-bottom:20px;
    }
}

header > div > nav {
}

header > div > nav > ul {
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:stretch;
}

header > div > nav > ul > li {
    margin:0px 0px 10px 0px;
    line-height:29px;
}

header > div > nav > ul > li > a {
    color:#000000;
    text-decoration:none;
}

header > div > nav > ul > li > a:hover {
    color:#8C8C8C;
}

@media only screen and (max-width:767px) {
    header > div > nav > ul {
        margin-top:14px;
        flex-direction:row;
    }

    header > div > nav > ul > li {
        margin:0px 0px 0px 10px;
        line-height:15px;
    }

    header > div > nav > ul > li > a > span {
        display:none;
    }
}

/******************************************************************************/
/* Main                                                                       */
/******************************************************************************/

section {
    width:calc(100% - 310px);
    margin-left:310px;
    z-index:1000;
}

@media only screen and (max-width:767px) {
    section {
        width:100%;
        margin-left:0px;
        padding-top:20px;
    }
}

section > div#Content {
}

section > div#Content h2 {
    margin:0px 0px 1em 0px;
    color:#000000;
}

section > div#Content p {
    margin:0px 0px 1em 0px;
    line-height:1.2em;
    color:#000000;
}

section > div#Content p strong {
    font-weight:bold;
}

section > div#Content p a {
    color:#000000;
    text-decoration:none;
}

section > div#Content p a:hover {
    color:#8C8C8C;
}

section > div#Content p#Back {
    margin:0px;
    line-height:15px;
    text-align:right;
}

section > div#Content p#Back > a {
    display:inline-block;
    width:15px;
    height:15px;
    line-height:13px;
    text-align:center;
    text-decoration:none;
    border:1px solid #000000;
}

section > div#Content ul {
    margin:0px 0px 1em 20px;
    list-style-type:disc;
}

section > div#Content ul > li {
    line-height:1.3em;
    color:#000000;
}

section > div#Content ul > li > strong {
    font-weight:bold;
}

section > div#Content ul > li a {
    color:inherit;
}

section > div#Content > div.Image {
    position:relative;
}

section > div#Content > div.Image > img {
    position:relative;
    width:100%;
    margin-bottom:20px;
}

section > div#Content > div.Image:last-of-type > img {
    margin-bottom:0px;
}

@media only screen and (max-width:767px) {
    section > div#Content > div.Image > img {
        margin-bottom:10px;
    }
}

section > div#Content > div.Image > p {
    position:absolute;
    top:50%;
    left:50%;
    margin:0px;
    transform:translate(-50%, -50%);
}

section > div#Content > div.Image > p > span:nth-child(1) {
    filter:blur(0px);
    animation:blur-text 1.5s 0s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(2) {
    filter:blur(0px);
    animation:blur-text 1.5s 0.2s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(3) {
    filter:blur(0px);
    animation:blur-text 1.5s 0.4s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(4) {
    filter:blur(0px);
    animation:blur-text 1.5s 0.6s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(5) {
    filter:blur(0px);
    animation:blur-text 1.5s 0.8s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(6) {
    filter:blur(0px);
    animation:blur-text 1.5s 1s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(7) {
    filter:blur(0px);
    animation:blur-text 1.5s 1.2s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(8) {
    filter:blur(0px);
    animation:blur-text 1.5s 1.4s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(9) {
    filter:blur(0px);
    animation:blur-text 1.5s 1.6s infinite linear alternate;
}

section > div#Content > div.Image > p > span:nth-child(10) {
    filter:blur(0px);
    animation:blur-text 1.5s 1.8s infinite linear alternate;
}

@-webkit-keyframes blur-text {
    0% {
        filter:blur(0px);
    }
    100% {
        filter:blur(4px);
    }
}

@keyframes blur-text {
    0% {
        filter:blur(0px);
    }
    100% {
        filter:blur(4px);
    }
}

section > div#Content > div#Info {
    padding-top:122px;
}

@media only screen and (max-width:767px) {
    section > div#Content > div#Info {
        padding-top:0px;
    }
}

section > div#Content table {
    width:100%;
    margin:0px 0px 30px 0px;
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:show;
}

section > div#Content table > thead > tr > th {
    height:25px;
    padding:0px 5px 0px 5px;
    background-color:#000000;
    border:1px solid #000000;
    text-align:center;
    font-weight:bold;
    line-height:25px;
    color:#FFFFFF;
    text-transform:uppercase;
    letter-spacing:0.08em;
}

section > div#Content table > thead > tr > th.NoWrap {
    white-space:nowrap;
}

section > div#Content table > tbody {
    background-color:#FFFFFF;
}

section > div#Content table > tbody > tr.RowInvert {
    background-color:#CCCCCC;
}

section > div#Content table > tbody > tr:hover {
    background-color:#8C8C8C;
}

section > div#Content table > tbody > tr > td {
    height:20px;
    padding:5px 5px 3px 5px;
    border:1px solid #000000;
    text-align:left;
    line-height:20px;
    vertical-align:top;
}

section > div#Content table > tbody > tr > td strong {
    font-weight:bold;
}

section > div#Content table > tbody > tr > td a {
    color:inherit;
    text-decoration:none;
}

section > div#Content table > tbody > tr > td.AlignCenter {
    text-align:center;
}

section > div#Content table > tbody > tr > td.AlignRight {
    text-align:right;
}

section > div#Content table > tbody > tr > td.AlignMiddle {
    vertical-align:middle;
}

section > div#Content table > tbody > tr > td.NoWrap {
    white-space:nowrap;
}

section > div#Content table > tbody > tr > td.Image {
    width:20%;
}

section > div#Content table > tbody > tr > td.Image > img {
    width:100%;
}

section > div#Content form > fieldset {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
}

section > div#Content form > fieldset div.Form {
    flex-basis:24%;
    margin:0px 0px 15px 0px;
}

section > div#Content form > fieldset div.Form.Form20 {
    flex-basis:19%;
}

section > div#Content form > fieldset div.Form.Form50 {
    flex-basis:49.3%;
}

section > div#Content form > fieldset div.Form.Form75 {
    flex-basis:74.6%;
}

section > div#Content form > fieldset div.Form.Form100 {
    flex-basis:100%;
}

section > div#Content form > fieldset div.Form > label {
    display:block;
    margin:0px 0px 5px 0px;
    color:#000000;
}

section > div#Content form > fieldset div.Form > label > a {
    color:inherit;
}

section > div#Content form > fieldset div.Form > div, section > div#Content form > fieldset div.Form > div {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:flex-start;
}

section > div#Content form > fieldset div.Form > div > label {
    width:auto;
    line-height:25px;
    margin:0px 20px 0px 5px;
}

section > div#Content form > fieldset div.Form > div > label > a {
    color:inherit;
}

section > div#Content form > fieldset div.Form > div > input, section > div#Content form > fieldset div.Form > div > select, section > div#Content form > fieldset div.Form > div > textarea {
    display:block;
    width:100%;
    height:32px;
    line-height:32px;
    padding:0px 5px 0px 5px;
    color:#000000;
    border:1px solid #000000;
    border-radius:3px;
    box-sizing:border-box;
}

section > div#Content form > fieldset div.Form > div > input[type=checkbox], section > div#Content form > fieldset div.Form > div > input[type=radio] {
    width:auto;
    height:26px;
}

section > div#Content form > fieldset div.Form > div > input[type=submit] {
    display:inline-block;
    width:auto;
    height:40px;
    line-height:40px;
    margin:0px 10px 0px 0px;
    padding:0px 10px 0px 10px;
    color:#FFFFFF;
    text-decoration:none;
    background-color:#000000;
    border:none;
    cursor:pointer;
}

section > div#Content form > fieldset div.Form > div > textarea {
    height:100px;
    line-height:1.2em;
}

section > div#Content form > fieldset div.Form > div > input::-moz-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset div.Form > div > input::-webkit-input-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset div.Form > div > input:-ms-input-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset div.Form > div > textarea::-moz-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset div.Form > div > textarea::-webkit-input-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset div.Form > div > textarea:-ms-input-placeholder {
    color:#CCCCCC;
    font-style:italic;
}

section > div#Content form > fieldset div.Form > ul#ImageSortable {
    display:block;
    width:100%;
    margin:0px 0px 20px 0px;
}

section > div#Content form > fieldset div.Form > ul#ImageSortable li {
    display:inline-block;
    float:left;
    width:100px;
    height:100px;
    margin:0px 5px 5px 0px;
    background-repeat:no-repeat;
    background-position:0px 0px;
    background-size:cover;
}

/******************************************************************************/
/* Footer                                                                     */
/******************************************************************************/

/******************************************************************************/
/* General                                                                    */
/******************************************************************************/

.Error, .Error > a {
    color:#FF0000 !important;
}

.Done, .Done > a {
    color:#00FF00 !important;
}