* {
    margin : 0;
    padding : 0;
}

@font-face {
    font-family: AntykwaTorunska-Regular;
    src: url(/static/font/AntykwaTorunska-Regular.ttf);
}

.clear {
    clear: both;
}

.error {
    color: #FF0000;
}

.help-text {
    color: #ffa500;
}

.info {
    background-color : #993333;
    border : #660000 solid 1px;
    color : #FFFFFF;
    padding : 15px;
    margin : 10px 30px 30px 30px;
    text-align : center;
}

.vertical-divider {
    background-color: lightgray;
    border-left: 1px solid gray;
    display: inline;
    margin: 0px 5px;
}

.view-title {
    margin-bottom: 10px;
}

.dot_editable {
    height: 25px;
    width: 25px;
    background-color: #15f947;
    border-radius: 50%;
    display: inline-block;
}

.dot_not_editable {
    height: 25px;
    width: 25px;
    background-color: #ec0e0e;
    border-radius: 50%;
    display: inline-block;
}

.middle {
    text-align: center;
}

.tooltip {
  /* position: relative; */
  /* display: inline-block; */
  cursor: help;
}

.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 600px;
  background-color: black;
  color: #fff;
  font-size: 80%;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

body {
    background-color : #f6f9ff;
    font-family: AntykwaTorunska-Regular;
    font-size : 12px;
    color : #000000;
    text-align : left;
    height : 100%;
}

a {
    color : #004363;
    text-decoration : none;
}

a:hover {
    color : #004363;
    text-decoration : underline;
}

a.button,
input[type="submit"] {
    background-color : #E6EEF4;
    padding : 0 0 0 0;
    margin : 5px 10px 5px 10px;
    padding : 2px 6px 2px 6px;
    border-top : 1px solid #C2C2C2;
    border-right : 1px solid #333333;
    border-bottom : 1px solid #333333;
    border-left : 1px solid #C2C2C2;
    text-decoration : none;
    white-space : nowrap;
    cursor : pointer;
}

a.button:hover {
    background-color : #E6EEF4;
    padding : 0 0 0 0;
    margin : 5px 10px 5px 10px;
    padding : 2px 6px 2px 6px;
    border-top : 1px solid #333333;
    border-right : 1px solid #C2C2C2;
    border-bottom : 1px solid #C2C2C2;
    border-left : 1px solid #333333;
    text-decoration : none;
    white-space : nowrap;
}

ol {
    margin : 0 0 0 15px;
    padding : 0;
    /* list-style-type : none; */
}

td.center  {
    text-align: center;
}

img.pointer {
    cursor: pointer;
    width: 16px;
}

img.npc_portrait {
    border-radius: 50%;
    width: 64px;
}

select,
input {
    border : #AAA solid 1px;
    background : #E6EEF4;
    font-size : 11px;
    color : #004363;
    width : 200px;
    text-align: center;
}


select.small,
input.small {
    width : 40px;
}

textarea {
    border : #AAA solid 1px;
    background : #CCC;
    font-size : 11px;
    color : #004363;
    width : 700px;
}

textarea#campaign_notes_textarea {
    border : #AAA solid 1px;
    background : #CCC;
    font-size : 11px;
    color : #004363;
    width : 1200px;
    height: 800px;
}

ul.errorlist {
    padding : 0 0 0 15px;
    color : #FF0000;
}

h3 {
    /* display: inline; */
}

div.table-container {
    /* background-color: #35fbd6; */
    width: 100%;
}

table.MeleeWeaponsTable {
    /* background-color: #5335fb; */
    width: 100%;
}

div#cookieack div.wrap {
    width : 74.77778%;
    margin-left : 1.5%;
    margin-right : 1.5%;
    margin-left : 12.61111%;
    margin-right : 12.61111%;
}

div#cookieack div.wrap p {
    font-size : 1em;
    line-height : 3em;
}

div#cookieack div.accept {
    margin : 0 1ex;
    padding : 1ex;
    background : rgba(255, 255, 255, 0.1);
}

div#main_body {
    height: 100%;
    /* position:relative;   */
}

div#main_body div#main{
    /* background-color: #993333; */
    padding: 0 0 0 0;
    width: auto;
    position: relative;
    margin-left: 235px;
    margin-bottom: 10px;
    min-height: 100%;
}

div#main_body div#main_top_bar{
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #99a0ad;
    /* border-top: 2px solid #35fbd6; */
    display: flex;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

div#main_body div#main_top_bar img.main_logo{
    margin: 0px;
    height: 35px;
}

div#main_body div#main_top_bar div.user {
    margin-left : auto !important;
    margin-right: 15px;
    color: white;
    border: #15f947 solid 0px;
}

div#main_body div#main_top_bar div.user span{
    border: #993333 solid 0px;
    display:inline-block;
    top: 25%;
    position: relative;
}

div#main_body div#main_bottom_bar{
    /* height: 158px; */
    margin-top: 15px;
    margin-left: 200px;
    padding-left: 15px;
    background-color: #452304;
    color: #C2C2C2;
    /* border-top: 2px solid #35fbd6; */
    position: fixed;
    bottom: 0;
    width: 100%;

}

div#main_body div#main_bottom_bara {
    color: #E1EDF7;
}

div#main_body div#main h3.main {
    font-size : 20px;
    border-bottom : 0px solid #666666;
    margin-bottom : 10px;
}

div#main_body div#main div#blog {
    width : 80%;
}
div#main_body div#main div#blog div.blog_content {
    margin-bottom: 25px;
}
div#main_body div#main div#blog div.blog_content .news-link {
    color : #97D7F4;
}
div#main_body div#main div#blog div.blog_content_info {
    margin-bottom: 5px;
}
div#main_body div#main div#blog div.blog_content_info p {
    display: inline;
}
div#main_body div#main div#blog div.blog_content .news-text {
    font-size: 13px;
}
div#main_body div#main div.top {
    background-image: url("img/WFRP_-_Character_Sheet-1_head.png");
    background-color: #c4a314;
    border: 0px solid #35fbd6;
    width: 1693px;
    height: 259px;
}
div#main_body div#main div.top div.control {
    /* border: 1px solid #FF0000; */
    margin-top: 150px;
    margin-left: 250px;
    position: absolute;
    width: 150px;
    height: 50px;
    font-size: 220%;
}
div#main_body div#main div.bottom {
    background-image: url("img/WFRP_-_Character_Sheet-1_bottom.png");
    background-color: #c4a314;
    border: 0px solid #35fbd6;
    width: 1693px;
    height: 118px;
    bottom: 0;
}
div#main_body div#main div.create_character {
    background-image: url("img/create_character_background.jpeg");
    border-radius: 15px;
    border: 3px solid #9d5009;
    width: 300px;
    max-height: 600px;
    padding: 20px;
    margin-left: -220px;
    margin-top: 50px;
    position:fixed;
    z-index: 1000;
}

div#main_body div#main div#campaign {

}
div#main_body div#main div#campaign div.row {
    min-height: 100px; /* Should be removed. Only for demonstration */
    display: flex;
}
div#main_body div#main div#campaign div.row div.column {
    float: left;
    width: 45%;
    padding: 10px;
    background-color: #c9ccdb;
    border-radius: 10px;
    border: 2px solid #bcbcbc;
    /* margin: 10px; */
}
div#main_body div#main div#campaign div.row div.column textarea {
    margin: 0px;
    width: 650px;
}

div#main_body div#main div#campaign div.row div.column input.submit {
    margin: 0px;
    width: 650px;
}
div#main_body div#main div#campaign div.row div.column ol li.cross_out {
    text-decoration: line-through;
}
div#main_body div#main div#campaign div.row div.column ol li img {
    cursor: pointer;
    width: 15px;
}

table.campaign_notes {
    width: 1420px;
    margin-left: 135px;
    padding-top: 20px;
    border-collapse: collapse;
}
table.campaign_notes tr.block_name {
    font-size: 36px;
    text-align: center;
}
table.campaign_notes tr.block_header {
    font-size: 20px;
    text-align: center;
}
table.campaign_notes tr.block_editor button#campaign_notes_add_button  {
    width: 100%;
}
table.campaign_notes tr.block_editor button#adventure_notes_add_button {
    width: 100%;
}
table.campaign_notes tr.note_line {
    border-bottom: 1px solid #000000;
}
table.campaign_notes tr td {
    padding: 10px;
}
table.campaign_notes tr td.date {
    width: 150px;
}


div#main_body div#main div.create_character img.img_random {
    /* background-color: #c4a314; */
    height: 15px;
}
div#main_body div#main div.create_character img.img_random:hover {
    cursor: pointer;
}
div#main_body div#main div.create_character img#img_character_creaton_next {
    height: 32px;
    bottom: 0;
}
div#main_body div#main div.create_character img#img_character_creaton_next:hover {
    cursor: pointer;
}
div#main_body div#main div.create_character div.create_character_steps {
    display: none;
}

div#main_body div#main div.create_character div.create_character_steps span#step_5_career_skills_error {
    color: #FF0000;
    display:none;
}

div#main_body div#main div.create_character div.header h1 {
    text-align: center;
    border-bottom: 3px solid #9d5009;
    font-size: 110%;
}

div#main_body div#main div.create_character div.bottom {
    background: none;
    border: 0px solid #35fbd6;
    text-align: center;
    width: 100%;
    height: 62px;
    bottom: 0;
}

div#main_body div#main div.character_sheet {
    background-image: url("img/WFRP_-_Character_Sheet-1_middle.png");
    /* background-color: #c4a314; */
    /* border: 1px solid #FF0000; */
    width: 1693px;
}

div#main_body div#main div.character_sheet input {
    background-color: rgba(21, 121, 112, 0.1);
    border: 1px solid #22282e9f;
    height: 32px;
    /* position: absolute; */
}

div#main_body div#main div.character_sheet input.editable {
    background-color: rgba(21, 121, 112, 0.1);
    border: 1px solid #15f947;
    height: 32px;
    /* position: absolute; */
}
div#main_body div#main div.character_sheet select {
    background-color: rgba(21, 121, 112, 0.1);
    border: 1px solid #ee0e0e9f;
    height: 32px;
    width: 300px;
}
div#main_body div#main div.character_sheet select.editable {
    background-color: rgba(21, 121, 112, 0.1);
    border: 1px solid #15f947;
    height: 32px;
    width: 300px;
}

div#main_body div#main div.character_sheet div.head {
    /* background-color: #c4a314; */
    width: 1455px;
    height: 180px;
    margin-left: 117px;
}
div#main_body div#main div.character_sheet div.head table {
    width: 1420px;
    height: 170px;
    margin-left: 12px;
}
div#main_body div#main div.character_sheet div.head table tr {
}
div#main_body div#main div.character_sheet div.head table tr td {
    text-align: center;
}
div#main_body div#main div.character_sheet div.head table tr td.title {
    font-size: 200%;
}
div#main_body div#main div.character_sheet div.head table tr td.head {
    font-size: 103%;
    text-align: right;
}
div#main_body div#main div.character_sheet div.head table tr td input {
    height: 32px;
    position: relative;
}
div#main_body div#main div.character_sheet div.head table tr td input#character_sheet_name {
    width: 625px;
}
div#main_body div#main div.character_sheet div.head table tr td select#species {
    width: 270px;
}
div#main_body div#main div.character_sheet div.head table tr td  input#class {
    width: 270px;
}
div#main_body div#main div.character_sheet div.head table tr td  input#career {
    width: 620px;
}
div#main_body div#main div.character_sheet div.head table tr td  input#career_level {
    width: 620px;
}

div#main_body div#main div.character_sheet div.head table tr td  input#career_path {
    width: 1005px;
}

div#main_body div#main div.character_sheet div.head table tr td  input#status {
    width: 265px;
}

div#main_body div#main div.character_sheet div.head table tr td  input#age {
    width: 305px;
}

div#main_body div#main div.character_sheet div.head table tr td  input#height {
    width: 255px;
}

div#main_body div#main div.character_sheet div.head table tr td  input#hair {
    height: 32px;
    width: 300px;
}

div#main_body div#main div.character_sheet div.head table tr td  input#eyes {
    height: 32px;
    width: 280px;
}

div#main_body div#main div.character_sheet div.characteristics {
    /* background-color: #abc818; */
    width: 700px;
    min-height: 280px;
    margin-left: 117px;
    float: left;
}
div#main_body div#main div.character_sheet div.characteristics table {
    width: 635px;
    margin-left: 10px;
}
div#main_body div#main div.character_sheet div.characteristics table tr {
    min-height: 52px;
}
div#main_body div#main div.character_sheet div.characteristics table tr td {
    min-height: 52px;
    min-width: 53px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.characteristics table tr td.title {
    font-size: 200%;
}
div#main_body div#main div.character_sheet div.characteristics table tr td.head {
    font-size: 150%;
    text-align: center;
}
div#main_body div#main div.character_sheet div.characteristics input {
    height: 32px;
    width: 32px;
    position: relative;
    text-align: center;
}
div#main_body div#main div.character_sheet div.right {
    /* background-color: #469933; */
    width: 700px;
    margin-left: 840px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp {
    /* background-color: #d9c721; */
    width: 700px;
    position:relative
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.fate {
    /* background-color: #10d010; */
    width: 150px;
    float: left;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.fate table {
    width: 140px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.fate table tr {
    min-height: 52px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.fate table tr td {
    min-height: 35px;
    min-width: 42px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.fate table tr td.title {
    font-size: 200%;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.fate table tr td.head {
    font-size: 150%;
    text-align: left;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.fate table tr td input {
    height: 53px;
    width: 43px;
    position: relative;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience {
    /* background-color: #9c23ba; */
    width: 320px;
    float: left;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table {
    width: 140px;
    margin-left: 10px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table tr {
    min-height: 52px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table tr td {
    min-height: 35px;
    min-width: 42px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table tr td.title {
    font-size: 200%;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table tr td.head {
    font-size: 120%;
    text-align: center;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table tr td input {
    height: 53px;
    width: 43px;
    position: relative;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table tr td input#resilience_resilience {
    height: 37px;
    width: 105px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table tr td input#resilience_resolve {
    height: 37px;
    width: 82px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.resilience table tr td input#resilience_motivation {
    height: 37px;
    width: 110px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience {
    /* background-color: #993333; */
    width: 230px;
    float: left;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table {
    width: 140px;
    margin-left: 12px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table tr {
    min-height: 52px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table tr td {
    min-height: 35px;
    min-width: 42px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table tr td.title {
    font-size: 200%;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table tr td.head {
    font-size: 120%;
    text-align: center;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table tr td input {
    height: 35px;
    width: 43px;
    position: relative;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table tr td input#experience_current {
    height: 37px;
    width: 80px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table tr td input#experience_spent {
    height: 37px;
    width: 70px;
}
div#main_body div#main div.character_sheet div.right div.fate_resistance_exp div.experience table tr td input#experience_total {
    height: 37px;
    width: 60px;
}
div#main_body div#main div.character_sheet div.right div.movement {
    /* background-color: #1310b3; */
    width: 700px;
}
div#main_body div#main div.character_sheet div.right div.movement table {
    width: 700px;
    margin-left: 12px;
}
div#main_body div#main div.character_sheet div.right div.movement table tr {
    min-height: 52px;
}
div#main_body div#main div.character_sheet div.right div.movement table tr td {
    min-height: 35px;
    min-width: 42px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.right div.movement table tr td.title {
    font-size: 200%;
}
div#main_body div#main div.character_sheet div.right div.movement table tr td.head {
    font-size: 150%;
    text-align: left;
    padding-left: 10px;
}
div#main_body div#main div.character_sheet div.right div.movement table tr td input {
    position: relative;
}
div#main_body div#main div.character_sheet div.right div.movement table tr td input#movement_movement {
    height: 37px;
    width: 90px;

}
div#main_body div#main div.character_sheet div.right div.movement table tr td input#movement_walk {
    height: 37px;
    width: 90px;
}
div#main_body div#main div.character_sheet div.right div.movement table tr td input#movement_run {
    height: 37px;
    width: 90px;
}
div#main_body div#main div.character_sheet div.basic_skills {
    /* background-color: #993333; */
    width: 700px;
    min-height: 103px;
    margin-left: 118px;
    float: left;
}
div#main_body div#main div.character_sheet div.basic_skills table {

    width: 650px;
    margin-left: 20px;
}
div#main_body div#main div.character_sheet div.basic_skills table tr {
}
div#main_body div#main div.character_sheet div.basic_skills table tr th  {
}
div#main_body div#main div.character_sheet div.basic_skills table tr th.block_name  {
    font-size: 36px;
}
div#main_body div#main div.character_sheet div.basic_skills table tr.block_header  {
    font-size: 20px;
}
div#main_body div#main div.character_sheet div.basic_skills table tr td {
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
    font-size: 18px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.basic_skills table tr td.left  {
    text-align: left;
    padding-left: 10px;
}
div#main_body div#main div.character_sheet div.basic_skills table tr td.characteristics  {
    padding: 0px;
    margin: 0px;
    width: 50px;
    height: 32px;
}
div#main_body div#main div.character_sheet div.basic_skills table tr td.edit {
    height: 33px;
    width: 33px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.basic_skills table tr td.edit input  {
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    position: relative;
}
div#main_body div#main div.character_sheet div.talents_ambitions_party {
    margin-left: 840px;
}
div#main_body div#main div.character_sheet div.talents {
    /* background-color: #993333; */
    width: 700px;
}
div#main_body div#main div.character_sheet div.talents table {
    /* width: 450px; */
    margin-left: 20px;
    width: 100%;
}
div#main_body div#main div.character_sheet div.talents table tr {

}
div#main_body div#main div.character_sheet div.talents table tr th  {

}
div#main_body div#main div.character_sheet div.talents table tr td  {
    vertical-align: top;
    border-bottom: 1px solid #000000;
}
div#main_body div#main div.character_sheet div.talents table tr th.block_name  {
    font-size: 36px;
}
div#main_body div#main div.character_sheet div.talents table tr.block_header  {
    font-size: 20px;
    border: 0px;
}
div#main_body div#main div.character_sheet div.talents table tr.block_header td {
    font-size: 20px;
    border: 0px;
}
div#main_body div#main div.character_sheet div.talents table tr td.edit {
    height: 32px;
    width: 32px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.talents table tr td.edit input  {
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    position: relative;
}

div#main_body div#main div.character_sheet div.conditions {
    /* background-color: #993333; */
    width: 700px;
}
div#main_body div#main div.character_sheet div.conditions table {
    /* width: 450px; */
    margin-left: 20px;
    width: 100%;
}
div#main_body div#main div.character_sheet div.conditions table tr {

}
div#main_body div#main div.character_sheet div.conditions table tr th  {

}
div#main_body div#main div.character_sheet div.conditions table tr td  {
    vertical-align: top;
    border-bottom: 1px solid #000000;
}
div#main_body div#main div.character_sheet div.conditions table tr th.block_name  {
    font-size: 36px;
}
div#main_body div#main div.character_sheet div.conditions table tr.block_header  {
    font-size: 20px;
    border: 0px;
}
div#main_body div#main div.character_sheet div.conditions table tr.block_header td {
    font-size: 20px;
    border: 0px;
}
div#main_body div#main div.character_sheet div.conditions table tr td.edit {
    height: 32px;
    width: 32px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.conditions table tr td.edit input  {
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    position: relative;
}


div#main_body div#main div.character_sheet div.ambitions {
    border: 0px solid #128fd3;
    width: 700px;
    margin-bottom: 10px;
}
div#main_body div#main div.character_sheet div.ambitions table {
    width: 700px;
}
div#main_body div#main div.character_sheet div.ambitions table tr {
}
div#main_body div#main div.character_sheet div.ambitions table tr td {
    text-align: center;
}
div#main_body div#main div.character_sheet div.ambitions table tr td.add {
    height: 10px;
    display: none;
}
div#main_body div#main div.character_sheet div.ambitions table tr td.title {
    font-size: 200%;
}
div#main_body div#main div.character_sheet div.ambitions table tr td.head {
    font-size: 150%;
    text-align: left;
    padding-left: 10px;
    width: 150px;
}
div#main_body div#main div.character_sheet div.ambitions table tr td.list {
    text-align: left;
}

div#main_body div#main div.character_sheet div.ambitions table tr td img.ambitions_add {
    cursor: pointer;
    width: 15px;
}

div#main_body div#main div.character_sheet div.ambitions table tr td.list li.achieved {
    text-decoration: line-through;
}

div#main_body div#main div.character_sheet div.ambitions table tr td.list li.to_achieved {
    text-decoration: none;
}

div#main_body div#main div.character_sheet div.ambitions table tr td.list li.to_achieved img {
    cursor: pointer;
    width: 15px;
}

div#main_body div#main div.character_sheet div.party {
    border: 0px solid #d312a9;
    width: 700px;
    margin-bottom: 10px;
}

div#main_body div#main div.character_sheet div.party table {
    width: 700px;
}
div#main_body div#main div.character_sheet div.party table tr {
    min-height: 52px;
}
div#main_body div#main div.character_sheet div.party table tr td {
    min-height: 35px;
    min-width: 42px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.party table tr td.title {
    font-size: 200%;
}
div#main_body div#main div.character_sheet div.party table tr td.head {
    font-size: 150%;
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
    width: 120px;
}

div#main_body div#main div.character_sheet div.party table tr td.data {
    text-align: left;
    padding-left: 10px;
}
div#main_body div#main div.character_sheet div.party table tr td.data ul {
    margin-left: 10px;
}
div#main_body div#main div.character_sheet div.party table tr td.data ul li.cross_out {
    text-decoration: line-through;
}

div#main_body div#main div.character_sheet div.sheer2_left {
    /* background-color: #25c840; */
    width: 940px;

    float: left;
    margin-left: 135px;
}

div#main_body div#main div.character_sheet div.sheer2_left table.armour {
    /* background-color: #ddd91f; */
    width: 940px;
}
div#main_body div#main div.character_sheet div.sheer2_left table.armour tr.block_name {
    font-size: 36px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.sheer2_left table.armour tr.block_header {
    font-size: 20px;
    text-align: center;
}
div#main_body div#main div.character_sheet div.sheer2_left table.armour tr.block_body td input.armour_put_on {
    width: 18px;
    height: 18px;
    background: #22282e9f;
    color: #004363;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom {
    /* background-color: #128fd3; */
    width: 940px;
    height: 300px;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.trappings {
    /* background-color: #dbb50b; */
    width: 50%;
    float: left;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.trappings table#trappings_table {
    /* background-color: #35fbd6; */
    width: 95%;
    margin-left: 10px;
    margin-top: 10px;
}
div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.trappings table#trappings_table tr th.block_name  {
    font-size: 36px;
}
div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.trappings table#trappings_table tr.block_header  {
    font-size: 20px;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.trappings table#trappings_table tr td.edit {
    text-align: center;
}


div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.trappings table#trappings_table tr td.edit input  {
    position: relative;
    width: 36px;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.trappings table#trappings_table tr td.edit select  {
    position: relative;
    width: 136px;
}


div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right {
    /* background-color: #666666; */
    width: 50%;
    float: left;
}
div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right div.psychology {
    /* background-color: #660000; */
    min-height: 30%;
    margin-top: 10px;
    text-align: center;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right div.psychology textarea#player_psychology {
    /* background-color: #660000; */
    min-height: 100px;
    min-width: 100%;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right div.psychology button#player_psychology_button {
    /* background-color: #660000; */
    min-width: 100%
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right div.coruption_mutation {
    /* background-color: #129bb3; */
    min-height: 30%;
    margin-top: 10px;
    text-align: center;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right div.coruption_mutation textarea#player_coruption_and_mutation {
    /* background-color: #660000; */
    min-height: 100px;
    min-width: 100%;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right div.coruption_mutation button#player_coruption_and_mutation_button {
    /* background-color: #660000; */
    min-width: 100%
}


div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom {
    /* background-color: #35fbd6; */
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_left {
    /* background-color: #660000; */
    width: 45%;
    float: left;
}
div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_left  table {
    width: 95%;

}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_left  table  td.title {
    font-size: 150%;
    text-align: center;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_left  table  td.header {
    font-weight: bold;
    width: 15%;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_right {
    /* background-color: #452304; */
    width: 45%;
    float: left;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_right  table {
    width: 100%;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_right  table  td.title {
    font-size: 150%;
    text-align: center;
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_right  table  td.header {
    font-weight: bold;
    /* width: 15%; */
}

div#main_body div#main div.character_sheet div.sheer2_left div.sheer2_left_bottom div.sheer2_left_bottom_right div.sheer2_left_bottom_right_bottom div.sheer2_left_bottom_right_bottom_right table tbody tr td input.encumbrance_values {
    width: 35px;
}

div#main_body div#main div.character_sheet div.sheer2_right {
    /* background-color: #d02e2e; */
    width: 480px;
    float: left;
}

div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap {
    background-color: #d02e2e;
    background-image: url("img/WFRP_-_Character_Sheet-2_ap.png");
    width: 472px;
    height: 727px;
    float: left;
}

div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input {

    width: 50px;
    height: 50px;
}

div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input#armour_put_on_head {
    margin-left: 46px;
    margin-top: 120px;
    position: absolute;
}
div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input#armour_put_on_left_arm {
    margin-left: 355px;
    margin-top: 190px;
    position: absolute;
}
div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input#armour_put_on_right_arm {
    margin-left: 45px;
    margin-top: 280px;
    position: absolute;
}
div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input#armour_put_on_body {
    margin-left: 358px;
    margin-top: 358px;
    position: absolute;
}
div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input#armour_put_on_left_leg {
    margin-left: 358px;
    margin-top: 552px;
    position: absolute;
}
div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input#armour_put_on_right_leg {
    margin-left: 45px;
    margin-top: 455px;
    position: absolute;
}
div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input#armour_put_on_shield {
    margin-left: 45px;
    margin-top: 590px;
    position: absolute;
}

div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap input#armour_put_on_aethyric_armour {
    width: 15px;
    height: 15px;
    margin-left: 45px;
    margin-top: 700px;
    position: absolute;
}

div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_ap label[for="armour_put_on_aethyric_armour"] {
    position: absolute;
    margin-left: 75px;
    margin-top: 700px;
}

div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_wounds {

}
div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_wounds table {
    width: 480px;
}

div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_wounds td.title {
    font-size: 200%;
    text-align: center;
}
div#main_body div#main div.character_sheet div.sheer2_right div.sheet2_wounds td.header {
    font-weight: bold;
    text-align: center;
    width: 80px;
}

div#main_body div#main div.character_sheet table.weapons {
    width: 1420px;
    margin-left: 135px;
    padding-top: 20px;
}

div#main_body div#main div.character_sheet table.weapons tr.block_name {
    font-size: 36px;
    text-align: center;
}
div#main_body div#main div.character_sheet table.weapons tr.block_header {
    font-size: 20px;
    text-align: center;
}

div#main_body div#main div.character_sheet table.spells {
    width: 1420px;
    margin-left: 135px;
    padding-top: 20px;
}

div#main_body div#main div.character_sheet table.spells tr.block_name {
    font-size: 36px;
    text-align: center;
}
div#main_body div#main div.character_sheet table.spells tr.block_header {
    font-size: 20px;
    text-align: center;
}

div#main_body div#main div.character_sheet table.player_notes {
    width: 1420px;
    margin-left: 135px;
    padding-top: 20px;
    border-collapse: collapse;
}
div#main_body div#main div.character_sheet table.player_notes tr.block_name {
    font-size: 36px;
    text-align: center;
}
div#main_body div#main div.character_sheet table.player_notes tr.block_header {
    font-size: 20px;
    text-align: center;
}
div#main_body div#main div.character_sheet table.player_notes tr.block_header th.date {
    width: 150px;
}
div#main_body div#main div.character_sheet table.player_notes tr.block_editor button#player_notes_add_button {
    width: 100%;
}
div#main_body div#main div.character_sheet table.player_notes tr.note_line {
    border-bottom: 1px solid #000000;
}
div#main_body div#main div.character_sheet table.player_notes tr td {
    padding: 10px;
}


div#main_body div#main div.character_sheet table.character_change_log {
    width: 1420px;
    margin-left: 135px;
    padding-top: 20px;
    border-collapse: collapse;
}
div#main_body div#main div.character_sheet table.character_change_log tr.block_name {
    font-size: 36px;
    text-align: center;
}
div#main_body div#main div.character_sheet table.character_change_log tr.block_header {
    font-size: 20px;
    text-align: center;
}
div#main_body div#main div.character_sheet table.character_change_log tr.block_editor button#character_change_log_add_button {
    width: 100%;
}
div#main_body div#main div.character_sheet table.character_change_log tr.note_line {
    border-bottom: 1px solid #000000;
}
div#main_body div#main div.character_sheet table.character_change_log tr td {
    padding: 10px;
}
div#main_body div#main div.character_sheet table.character_change_log tr th.date {
    width: 150px;
}
div#main_body div#main div.character_sheet table.character_change_log tr th.user {
    width: 150px;
}

div#menu_button {
     display : none;
 }
 div#menu {
     background-color : #fcfcfc;
     border-top-right-radius: 5px;
     border: 1px solid #c1bfbf;
     padding : 0;
     /* margin : 0 15px 0 15px; */
     width : 200px;
     float : left;
     position: fixed;
     height: 100%;
     z-index: 998;
 }
 div#menu ol {
     margin : 0 0 0 0;
     padding : 0;
     list-style-type : none;
 }
 div#menu ol li {
     margin : 0 0 0 0;
 }
 div#menu ol li.menuChild {
     background-color : #E1EDF7;
 }
 div#menu ol li.menuChild a {
     padding: 10px 0 10px 20px;
 }
 div#menu ol li.menuChild a:hover {
     padding : 10px 0 10px 15px;
 }
 div#menu ol li.menuChild div {
     padding: 10px 0 10px 20px;
 }
 div#menu ol li a {
     display : block;
     margin : 0 0 0 0;
     padding : 10px 0 10px 10px;
     text-decoration : none;
     white-space : nowrap;
 }
 div#menu ol li a:hover {
     background-image : url("img/link_hover.png");
     background-repeat : no-repeat;
     margin : 0 0 0 0;
     padding : 10px 0 10px 10px;
     text-decoration : none;
     white-space : nowrap;
 }

div#menu button.logout {
    background: none!important;
    border: none;
    color: #004363;
    padding: 10px 0 10px 10px;
    display : block;
    margin : 0 0 0 0;
    font-family: AntykwaTorunska-Regular;
    src: url(/static/font/AntykwaTorunska-Regular.ttf);
    cursor: pointer;
}

div#menu button.logout:hover {
    background-image : url("img/link_hover.png");
    background-repeat : no-repeat;
    margin : 0 0 0 0;
    padding : 10px 0 10px 10px;
    text-decoration : none;
    white-space : nowrap;
}

div#npcs {

}

div#npcs div#detailsMsg_container {
    width: 600px;
    min-height: 400px;
    background-color: #CCC;
    color: #004363;
    position: fixed;
    border-radius: 15px;
    margin-left: -300px;
    display: none;
    padding: 30px;
    left: 50%;
    font-size: 120%;
    z-index: 100;
}

div#npcs div#detailsMsg_container div#detailsMsg_ok {
    width: 100%;
    padding: 5px;
    text-align: center;
    border: #000000 1px solid;
    background-color: #004363;
    color: #97D7F4;
    cursor: pointer;
}

div.npc_container {
    display: grid;
    grid-template-columns: auto auto auto;
}

div.npc_container div.npc {
    background-color: #c9ccdb;
    border-radius: 10px;
    border: 2px solid #bcbcbc;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 512px;
    min-height: 300px;
    /* float: left; */
    /* background-image : url("img/npc_bg.png"); */
    background-repeat: repeat;
    background-position: top;
    padding: 5px;
}
div.npc_container div.npc p span.npc_skill, span.npc_talent, span.npc_trapping, span.npc_creatureTraits, span.npc_spells {
    cursor: help;
}
div.npc_container div.npc table {
    width: 100%;
}
div.npc_container div.npc table tr td {
    text-align: center;
}
div.npc_container div.npc table tr td.portrait {
    width: 92px;
    text-align: center;
}
div.npc_container div.npc table tr td.name {
    font-size: 150%;
    font-weight: bold;
}
div.npc_container div.npc table tr td.species {
    font-size: 120%;
    font-weight: bold;
}
div.npc_container div.npc table tr td.head {
    font-weight: bold;
}
div.npc_container div.npc table tr td input.npc_characteristics_w {
    width: 20px;
    height: 20px;
    font-size: 12px;
}

div.npc_container div.npc label.conditions {
    cursor: help;
}


span.ref {
    border: 0px solid #15f947;
    display: block;
    margin-top: 30px;
    text-align: right;
}

div#main_body div#main div#cms_news_grid {
    display: grid;
    grid-template-columns: auto auto auto;
}

div#main_body div#main div#cms_news_grid div.cms_news {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #bcbcbc;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 512px;
    min-height: 300px;
    float: left;
    /* background-image : url("img/npc_bg.png"); */
    background-repeat: repeat;
    background-position: top;
    padding: 5px;
}
div#main_body div#main div#cms_news_grid div.cms_news h1{
    font-weight: normal;
}

div#main_body div#main div#cms_news_grid div.cms_news h4 {

}

div#main_body div#main div#cms_news_grid div.cms_news_detail {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #bcbcbc;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 512px;
    min-height: 350px;
    min-width: 900px;
    float: left;
    /* background-image : url("img/npc_bg.png"); */
    background-repeat: repeat;
    background-position: top;
    padding: 5px;
}
div#main_body div#main div#cms_news_grid div.cms_news_detail div {
    margin-bottom: 15px;
}
div#main_body div#main div#cms_news_grid div.cms_news_detail h1{
    font-weight: normal;
}

div#main_body div#main div#cms_news_grid div.cms_news_detail h4 {

}

div#main_body div#main div#cms_news_grid div#paginator {
    margin-bottom: 50px;
    text-align: center;
}
