@font-face {
    font-family: falloutFont;
    src: url("../css/fallout.ttf");
}

body {
    background-color: black;
    color: rgb(45,255,0);
    font-family: falloutFont;
    font-size:15px;
    background-color: rgb(0,6,0);
    overflow: hidden;
}
#background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url("../img/wm.jpg");
    background-repeat: no-repeat;
    background-size:cover;
}
.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
p {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.button {
    border: 1px solid rgb(60,250,0);
    color: rgb(45,255,0);
    background-color: rgb(4,14,0);
    cursor: pointer;
    text-align :center;
}
#menu .button {
    padding-left: 9px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-top: 5px;
}
.button-disabled {
    border: 1px solid rgb(55,55,55);
    color: rgb(55,55,55);
    background-color: rgb(4,14,0);
    cursor: default;
    text-align :center;
}
.button:hover {
    background-color: rgb(7,32,0);
}
#calculator {
    z-index: 2;
    width: 640px;
    height: 480px;
    position: absolute;
    top: 15%;
    left: 25%;
    background-image: url("../img/interface.png");
}
#we-div {
    z-index: 2;
    display: none;
    width: 265px;
    height: 328px;
    padding-left: 19px;
    padding-top: 25px;
    position: absolute;
    font-size: 10px;
    line-height: 0.87;
    top: 15%;
    right: 10px;
    opacity: 0.9;
    overflow: auto;
    overflow: overlay;
    overflow: hidden;
    background-image: url("../img/we.png");
}

@media (max-width: 900px) {
    #we-div {
        position: fixed;
        top: auto;
        right: auto;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        width: calc(100% - 20px);
        max-width: 320px;
        max-height: 60vh;
        overflow: auto;
    }
}
.we-window {
    width:142px;
    height: 328px;
    display: table-cell;
}
.we-perk div {
    display: inline;
}
.we-perk-amount {
    position: absolute;
    right: 5px;
}
#we-used {

}
#we-yours {

}
.we-perk {
    width: 116px;
    position: relative;
    cursor: default;
}
#saves-list {
    display: none;
    width: 288px;
    height: 257px;
    z-index: 7;
    position: absolute;
    top: 15%;
    left: 29%;
    background-image: url("../img/save-window.png");
}

#perk-selector-div {
    display: none;
    width: 573px;
    height: 263px;
    z-index: 7;
    position: absolute;
    top: 15%;
    left: 35px;
    background-image: url("../img/perk.png");
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
#main-description-div {
    top: 268px;
    left: 349px;
    position: absolute;
    width: 270px;
    height: 170px;
    overflow: hidden;
}
#main-description-image {
    position: absolute;
    top: 40px;
    right: -1px;
    width: 125px;
    height: 110px;
    text-align: center;
}
#main-description-image img {
    max-width: 100%;
    max-height: 100%;
}
#perk-description-div {
    top: 58px;
    left: 279px;
    position: absolute;
    width: 270px;
    height: 170px;
    overflow: hidden;
}
#inventory-description-div, #addons-description-div {
    top: 58px;
    left: 279px;
    position: absolute;
    width: 270px;
    height: 170px;
    overflow: hidden;
}
.bonus-div {
    font-size: 11px;
    direction: ltr;
}
.positive-bonus {
    color: #003000;
}
.positive {
    color: #003000;
}
.negative-bonus {
    color: #500000;
}
.negative {
    color: #500000;
}
.short-desc {
    font-size: 11px;
    line-height: 9px;
    display: inline-block;
    letter-spacing: -0.5px;
    direction: ltr;
}
#perk-description-title, #inventory-description-title, #main-description-title, #addons-description-title {
    width: 100%;
    height: 15px;
    color: rgba(0,0,0,0.9);
    padding-bottom: 3px;
    transform: scaleY(1.7);
    margin-bottom: 10px;
}
#load-description-title {
    width: 100%;
    height: 15px;
    color: rgba(40,12,3,0.9);
    padding-bottom: 3px;
    transform: scaleY(1.5);
}

#load-description-title2 {
    width: 100%;
    height: 15px;
    color: rgba(40,12,3,0.9);
    padding-bottom: 3px;
    margin-bottom: 5px;
}
#perk-description-text, #main-description-text, #addons-description-text, #load-description-text {
    margin-top: 10px;
    height: 140px;
    width: 158px;
    line-height: 0.95;
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    overflow: hidden;
}
#perk-description-text {
    overflow-y: auto;
    direction: rtl;
}
#perk-description-text #perk-description-text-data {
    direction: ltr;
}
#load-description-text {
    margin-top: 5px;
}
#inventory-description-text {
    margin-top: 10px;
    height: 130px;
    line-height: 0.95;
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    overflow: hidden;
}
.inventory-description {
    width: 190px;
}
.inventory-description-wider {
    width: 200px;
}
.text-descriptions {
    letter-spacing: -0.3px;
    word-spacing: 1px;
}
#perk-description-text .perk-ranks-title, .implant-ranks-title, .traits-ranks-title, .bonus-ranks-title, .drug-ranks-title, .book-ranks-title {
    display: inline-block;
    margin-top: 4px;
}
.perk-ranks-table, .implant-ranks-table {
    border-collapse: collapse;
    line-height: 0.9;
}
#perk-description-title:not(:empty), #inventory-description-title:not(:empty), #main-description-title:not(:empty), #addons-description-title:not(:empty) {
    border-bottom: 1.5px solid rgba(0,0,0,0.8);
}
#load-description-title2:not(:empty) {
    border-bottom: 2.5px solid rgba(30,8,2,0.9);
}
#perk-description-image {
    position: absolute;
    top: 26px;
    right: -8px;
    width: 125px;
    height: 110px;
    text-align: center;
}
#load-description-image {
    position: absolute;
    top: 40px;
    right: -8px;
    width: 125px;
    height: 110px;
    text-align: center;
}
#perk-description-image img, #load-description-image img {
    max-width: 100%;
    max-height: 100%;
}
#perk-description-requirements {
    position: absolute;
    width: 110px;
    bottom: 0px;
    right: 0px;
    text-align: right;
    font-size: 11px;
    line-height: 10px;
    color: rgba(0,0,0,0.8);
}
#load-description-creator {
    position: absolute;
    width: 110px;
    top: 2px;
    right: 0px;
    text-align: right;
    font-size: 11px;
    line-height: 10px;
    color: rgba(0,0,0,0.7);
}
#inventory-description-image {
    position: absolute;
    top: 32px;
    right: 10px;
}
#addons-description-image {
    position: absolute;
    top: 37px;
    right: 15px;
}
#inventory-description-image img, #addons-description-image img{
    max-width:72px;
}

.active-implant .implant-changer, .we-perk-active .we-changer, .active-book .book-changer {
    position: absolute;
    left: 169px;
    bottom: -5.5px;
    width: 43px;
    height: 29px;
    background-image: url(../img/skill-changer.png);
    z-index: 6;
    transform: scale(0.9);
}

.we-perk-active .we-changer {
    left: 97px;
    transform: scale(0.7);
    bottom: -9.5px;
}

.active-implant .plus, .active-book .plus, .we-perk-active .plus {
    position: absolute;
    top: 3px;
    left: 24px;
    width: 15px;
    height: 11px;
    background-color: black;
    background-image: url("../img/plus.png");
}

.we-operate-button {
    position: absolute;
}

.we-used {
    top: 9px;
    left: 53px;
}

.we-use {
    top: 9px;
    left: 124px;
    cursor: pointer !important;
}

.we-saved {
    top: 9px;
    left: 184px;
}

.active-implant .minus, .active-book .minus, .we-perk-active .minus {
    position: absolute;
    top: 15px;
    left: 24px;
    width: 15px;
    height: 11px;
    background-color: black;
    background-image: url("../img/minus.png");
}

.active-implant .plus:active, .active-book .plus:active, .we-perk-active .plus:active {
    left: 25px;
    background-image: url("../img/plus-click.png");
}

.active-implant .minus:active, .active-book .minus:active, .we-perk-active .minus:active {
    top: 16px;
    left: 24px;
    background-image: url("../img/minus-click.png");
}
.perks-list {
    top: 69px;
    left: 44px;
    position: absolute;
    width: 194px;
    height: 136px;
    padding-right: 3px;
    overflow: auto;
    overflow: overlay;
}
.perk-synergies {
    position: absolute;
    top: 34px;
    left: 44px;
    width: 194px;
    padding-right: 3px;
    font-size: 11px;
    line-height: 1.3;
}
.perk-synergy {
    background: transparent;
    border: none;
    padding: 0;
    margin: 2px 0;
    box-shadow: none;
}
.perk-synergy-title {
    font-weight: normal;
    color: rgb(236,237,116);
}
.perk-synergy-reqs {
    color: #7ab57a;
    margin-left: 10px;
}
.perk-synergy-desc {
    color: #d6d6d6;
    margin: 2px 0 0 10px;
}
.perks-list .perks-group, #support-perks-list {
    cursor: default;
    line-height: 1;
}
.perks-group + .perks-group {
    margin-top: 9px;
}
.perks-group p {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(45,255,0);
    line-height: 0.1;
    margin-top: 5px;
    margin-bottom: 5px;
}
.perks-group p span {
    padding:0 10px;
    background-color: rgb(3,12,0);
}
.group-disabled p {
    color: rgb(155,155,155);
    opacity: 0.30;
    border-bottom: 1px solid rgb(155,155,155);
}
.perk-choice {
    /*margin-left: 7px;*/
}
.perk-disabled, .disabled-item {
    color: rgb(155,155,155);
    opacity: 0.30;
}
.active-perk, .active-item, .selected-quest {
    color: rgb(236,237,116);
    opacity: 1;
}
.perk-maxed, .item-maxed, .quest-maxed {
    color: rgb(15,135,0);
    opacity: 1;
}
.perk-choice span {
    position: absolute;
    right: 14px;
}
#take-perk {
    left: 38px;
    bottom: 25px;
    width: 63px;
    height: 20px;
    padding-left: 33px;
}
#close-traits {
    display:none;
    bottom: 1px;
    right: 4px;
}
#take-quest {
    left: 38px;
    bottom: 25px;
    width: 63px;
    height: 20px;
    padding-left: 33px;
}
#read-all {
    left: 37px;
    bottom: 26px;
    width: 71px;
    height: 18px;
    padding-left: 28px;
    padding-top: 2px;
    font-size: 13px;
}
.stats-font {
    font-size: 12px;
    color: rgb(45,255,0);
}
#close-perk-selector, #close-inventory, #close-addons {
    left: 143px;
    bottom: 25px;
    width: 67px;
    height: 21px;
    padding-left: 29px;
}
#inventory-div, #addons-div {
    display: none;
    width: 573px;
    height: 263px;
    z-index: 8;
    position: absolute;
    top: 15%;
    left: 35px;
    background-image: url("../img/perk.png");
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
.inventory-selector-image, .perk-selector-image, .addon-selector-image {
    position: absolute;
}
#inventory-implants, #inventory-armors, #inventory-weapons {
    display: none;
}
#support-perks, #class-perks, #addon-perks {
    display: none;
}
#addons-quests {
    display: none;
}
.imp-icon, .book-icon {
    width: 21px;
    right: 38px;
    top: -2px;
    position: absolute;
}
.armor-icon {
    max-width: 21px;
    max-height: 19px;
    right: 20px;
    top: -2px;
    position: absolute;
}
.book-icon {
    right: 57px;
    right: 57px;
    max-height: 17px;
    max-width: 20px;
    width: unset;
    height: unset;
}
.imp-amount, .book-amount {
    width: 20px;
    right: 13px;
    top: 0px;
    position: absolute;
}
.book-amount {
    right: 32px;
}
.special-implant-section, .combat-implant-section, .book-section, .armor-section {
    position: relative;
    height: 14px;
}
.level-button {
    left: 22px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.class-button {
    left: 117px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.support-button {
    left: 205px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.addons-button {
    left: 306px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.books-button {
    left: 16px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.quests-button {
    left: 110px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.drugs-button {
    left: 16px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.implants-button {
    left: 105px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.armors-button {
    left: 209px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.weapons-button {
    left: 301px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.inventory-section-title, .books-section-title {
    width: 100%;
    text-align: center;
    margin-left: -5px;
    border-bottom: 1px solid rgb(45,255,0);
    line-height: 0.1;
    margin-top: 8px;
    margin-bottom: 7px;
}
.inventory-section-title span {
    padding: 0 10px;
    background-color: rgb(3,12,0);
}
.inventory-tab-button, .perks-tab-button, .addons-tab-button {
    margin-left: 2px;
    position: absolute;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    color: rgba(182,150,0, 0.6);
}
.selected-inventory-tab, .selected-perks-tab, .selected-addons-tab {
    margin-left: 0px;
    top: -2px;
    font-size: 17px;
    color: rgb(182,150,0);
}
.inventory-text-section, .books-text-section, .quests-text-section {
    font-size: 12px;
    top: 67px;
    left: 38px;
    position: absolute;
    width: 197px;
    height: 142px;
    line-height: 1;
    cursor: default;
    overflow: auto;
    overflow: overlay;
    direction: rtl;
    padding-right: 20px;
    padding-left: 14px;
}
#inventory-item-perks {
    position: absolute;
    top: 95px;
    left: 170px;
    font-size: 10px;
    line-height: 0.9;
    width: 100px;
}

#inventory-item-perks .item-perk {
    background-color: black;
    text-align: center;
    color: white;
    /*padding-top: 2px;*/
    /*padding-bottom: 2px;*/
    border: 1px solid green;
}

.classic-perk-list {
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    height: 9px;
}

.armor-perk-selector {
    width:100%;
    background-color: black;
    border:0px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.item-perk + .item-perk {
    border-top: none !important;
}
.smaller-perk-name {
    font-size: 9px;
}
.even-smaller-perk-name {
    font-size: 8px;
}
.smallest-perk-name {
    font-size: 7px;
}

.quests-text-section {
    left: 33px;
}
.drugs-text-section {
    padding-left: 13px;
}
.inventory-section, .books-section, .quests-section {
    direction: ltr;
}
#loads-list {
    display: none;
    width: 573px;
    height: 230px;
    z-index: 8;
    position: absolute;
    top: 15%;
    left: 35px;
    background-image: url("../img/load-window.png");
}

#load-description-div {
    top: 24px;
    left: 280px;
    position: absolute;
    width: 270px;
    height: 170px;
    overflow: hidden;
}

#options-div {
    display: none;
    z-index: 7;
    width: 290px;
    height: 185px;
    z-index: 8;
    position: absolute;
    top: 32%;
    left: 27%;
    margin: 0;
    padding: 5px;
    background-color: rgba(5,12,0);
    opacity: 0.9;
    border: 1px solid rgb(15,65,0);
    overflow: auto;
    overflow: overlay;
}

#save-options {
    position: absolute;
    left: 9px;
    bottom: 9px;
    width: 78px;
    text-align: center;
}

#close-options {
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: 78px;
    text-align: center;
}

#creator-name-info {
    padding-right: 5px;
    top: 104px;
    text-align: center;
}

.options-text-input {
    position: absolute;
    height: 10px;
    text-align: center;
    background-color: black;
    border: none;
    color: rgb(60,250,0);
    border: 1px solid rgb(60,250,0);
    font-size: 8px;
    outline-width: 0;
}

#creator-name-input {
    top: 136px;
    left: 87px;
    width: 116px;
}

#export-div {
    display: none;
    width: 290px;
    height: 255px;
    z-index: 8;
    position: absolute;
    top: 20%;
    left: 27%;
    background-image: url("../img/import.png");
}

#export-input {
    position: absolute;
    top: 33px;
    left: 23px;
    height: 10px;
    width: 239px;
    text-align: center;
    background-color: black;
    border: none;
    color: rgb(60,250,0);
    font-size: 8px;
    outline-width: 0;
}
#export2-input {
    position: absolute;
    top: 118px;
    left: 23px;
    height: 10px;
    width: 239px;
    text-align: center;
    background-color: black;
    border: none;
    color: rgb(60,250,0);
    font-size: 8px;
    outline-width: 0;
    resize: none;
    overflow-y: hidden;
}
#export3-input {
    position: absolute;
    top: 203px;
    left: 23px;
    height: 10px;
    width: 239px;
    text-align: center;
    background-color: black;
    border: none;
    color: rgb(60,250,0);
    font-size: 8px;
    outline-width: 0;
    resize: none;
    overflow-y: hidden;
}
#export-info {
    position: absolute;
    left: 77px;
    top: 9px;
}
#export2-info {
    position: absolute;
    left: 77px;
    top: 94px;
}
#export3-info {
    position: absolute;
    left: 105px;
    top: 179px;
}
#copy-export {
    left: 20px;
    bottom: 181px;
    width: 78px;
    padding-left: 37px;
    font-size: 13px;
    padding-top: 3px;
}
#copy-export2 {
    left: 20px;
    bottom: 96px;
    width: 78px;
    padding-left: 37px;
    font-size: 13px;
    padding-top: 3px;
}
#copy-export3 {
    left: 20px;
    bottom: 11px;
    width: 78px;
    padding-left: 37px;
    font-size: 13px;
    padding-top: 3px;
}
#close-export {
    left: 148px;
    bottom: 179px;
    width: 78px;
    padding-left: 38px;
}
#close-export2 {
    left: 148px;
    bottom: 94px;
    width: 78px;
    padding-left: 38px;
}
#close-export3 {
    left: 148px;
    bottom: 9px;
    width: 78px;
    padding-left: 38px;
}

#import-div {
    display: none;
    width: 290px;
    height: 85px;
    z-index: 8;
    position: absolute;
    top: 41%;
    left: 27%;
    background-image: url("../img/import.png");
}
#import-input {
    position: absolute;
    top: 33px;
    left: 23px;
    height: 10px;
    width: 239px;
    text-align: center;
    background-color: black;
    border: none;
    color: rgb(60,250,0);
    font-size: 8px;
    outline-width: 0;
}
#import-info {
    position: absolute;
    left: 83px;
    top: 9px;
}
#execute-import {
    left: 22px;
    bottom: 9px;
    width: 78px;
    padding-left: 38px;
}
#close-import {
    left: 147px;
    bottom: 9px;
    width: 78px;
    padding-left: 38px;
}
.drug-section {
    position: relative;
    width: 35px;
    height: 34px;
    border: 0px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}
/*.drugs-text-section{*/
/*    left: 27px;*/
/*    width: 200px;*/
/*}*/
/*.drugs-text-section .inventory-section-title{*/
/*    margin-left: 0px;*/
/*}*/
.active-drug {
    width:33px;
    height: 32px;
    background-color: rgb(4,30,0);
    border: 1px solid rgb(6,65,0);
}
.drug-icon {
    max-width: 33px;
    max-height: 32px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#name-selector {
    display: none;
    width: 168px;
    height: 125px;
    z-index: 8;
    position: absolute;
    background-image: url("../img/cha-name.png");
}

.name-input {
    position: absolute;
    top: 33px;
    left: 23px;
    height: 10px;
    width: 116px;
    text-align: center;
    background-color: black;
    border: none;
    color: rgb(60,250,0);
    font-size: 8px;
    outline-width: 0;
}

.char-desc-input {
    position: absolute;
    top: 73px;
    left: 23px;
    height: 28px;
    width: 116px;
    text-align: center;
    background-color: black;
    border: none;
    color: rgb(60,250,0);
    font-size: 8px;
    outline-width: 0;
    word-wrap: break-word;
    word-break: break-all;
    resize: none;
    overflow-x: hidden; // hide horizontal
}



.name-input-saving {
    position: absolute;
    top: 188px;
    left: 55px;
    height: 10px;
    width: 186px;
    text-align: center;
    background-color: rgb(4,12,0);
    border: none;
    color: rgb(60,250,0);
    font-size: 8px;
    outline-width: 0;
}

.legend {
    position: absolute;
    color: rgb(182,150,0);
    font-size: 11px;
}

.green-legend {
    position: absolute;
    color: rgb(60,250,0);
    font-size: 11px;
    padding-right:10px;
}

#auto-armor-int {
    width: 8px;
    top: 40px;
    left: 8px;
}

#auto-armor-int-legend{
    top: 40px;
}

.name-legend {
    top: 12px;
    left: 24px;
}

.name-desc-legend {
    top: 54px;
    left: 34px;
}

#close-loads-list{
    top: 183px;
    left: 145px;
    width: 88px;
    padding-top: 0px;
    padding-left: 5px;
    text-align: center;
}

#load-loads-list{
    top: 182px;
    left: 39px;
    width: 95px;
    padding-top: 2px;
    text-align: center;
}
.whole {
    width: 100%;
    height: 100%;
}
.grayOut{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 6;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.9);
}
#menu {
    display: none;
    z-index: 7;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
    background-color: rgb(1,4,0);
    border: 1px solid rgb(60,250,0);
}

#freeSpecial {
    position: absolute;
    left: 122px;
    top: 281px;
    width: 110px;
    height: 25px;
    z-index: 5;
}
.special {
    position: absolute;
    left: 56px;
    width: 110px;
    height: 25px;
    /*background-color: rgba(100,175,250,0.2);*/
}
.thousands {
    position: absolute;
    left: 6px;
    width: 12px;
    height: 24px;
}
.hundreds {
    position: absolute;
    left: 6px;
    width: 12px;
    height: 24px;
}
.tenth {
    position: absolute;
    left: 6px;
    width: 12px;
    height: 24px;
}
.single {
    position: absolute;
    left: 20px;
    width: 12px;
    height: 24px;
}
#freeSkillPoints .thousands {
    left: 0px;
}
#freeSkillPoints .hundreds {
    left: 14px;
}
#freeSkillPoints .tenth {
    left: 28px;
}
#freeSkillPoints .single {
    left: 42px;
}
.special .text {
    position: absolute;
    left: 46px;
    top: 5px;
    font-size: 12px;
}
.special .plus {
    position: absolute;
    right: 1px;
    top: 1px;
    width:16px;
    height:11px;
    background-image: url("../img/plus.png");
    /*background-color: rgba(100,255,100,0.3);*/
    cursor: pointer;
}
.special .minus {
    position: absolute;
    right: 1px;
    bottom: 2px;
    width:16px;
    height:11px;
    background-image: url("../img/minus.png");
    /*background-color: rgba(255,100,100,0.3);*/
    cursor: pointer;
}
.special .plus:active {
    right: 0px;
    background-image: url("../img/plus-click.png");
    cursor: pointer;
}
.special .minus:active {
    bottom: 1px;
    background-image: url("../img/minus-click.png");
    cursor: pointer;
}
#short-info-div {
    position: absolute;
    width: 127px;
    height: 38px;
    left: 26px;
    top: 275px;
    z-index: 5;
    padding-left: 4px;
    font-size: 10px;
    line-height: 1.3;
}

#char-spec-div {
    position: absolute;
    display: none;
    width: 287px;
    height: 108px;
    left: 26px;
    top: 359px;
    z-index: 5;
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
    margin-left: 2px;
    overflow: auto;
    overflow: overlay;
}
.char-spec-title {
    text-align: center;
}
#traits-div {
    position: absolute;
    width: 275px;
    height: 125px;
    left: 48px;
    top: 349px;
    z-index: 5;
    font-size: 12px;
    line-height: 1.3;
    /*background-color: rgba(100,175,250,0.2);*/
}

#traits-div.staged {
    position: absolute;
    width: 273px;
    height: 124px;
    left: 238px;
    top: 160px;
    font-size: 12px;
    line-height: 1.3;
    z-index: 7;
    background-image: url(../img/trait.png);
    background-position: -28px -26px;
    border-left: 28px solid rgba(0,0,0,0);
    border-top: 26px solid rgba(0,0,0,0);
    border-radius: 7px;
}

.trait-select {
    position: absolute;
}
.trait-toggle {
    width: 13px;
    height: 8px;
    position: absolute;
    top: 4px;
    cursor: pointer;
}

.trait-left {
    left: -22px;
}
.trait-right {
    left: 133px;
}
.selected-trait {
    color: #999;
}
#skills-div {
    position: absolute;
    width: 251px;
    height: 230px;
    left: 370px;
    top: 23px;
    margin-top: 3px;
    z-index: 5;
    font-size: 12px;
    /*background-color: rgba(100,175,250,0.2);*/
}
#freeSkillPoints {
    /*background-image: url(../img/00.png);*/
    position: absolute;
    left: 128px;
    top: 201px;
    width: 54px;
    height: 23px;
    z-index: 5;
    overflow: hidden;
}
.skill {
    line-height: 0.9;
    height: 11px;
    width: 245px;
    position: absolute;
    cursor: default;
}

.active-skill .skill-changer {
    position: absolute;
    left: 227px;
    bottom: -8px;
    width: 43px;
    height: 29px;
    background-image: url(../img/skill-changer.png);
    z-index: 6;
    transform: scale(0.9);
}

.active-skill .plus {
    position: absolute;
    top: 3px;
    left: 24px;
    width: 15px;
    height: 11px;
    background-color: black;
    background-image: url("../img/plus.png");
}

.active-skill .minus {
    position: absolute;
    top: 15px;
    left: 24px;
    width: 15px;
    height: 11px;
    background-color: black;
    background-image: url("../img/minus.png");
}

.active-skill .plus:active {
    left: 25px;
    background-image: url("../img/plus-click.png");
}

.active-skill .minus:active {
    top: 16px;
    left: 24px;
    background-image: url("../img/minus-click.png");
}

.skill .text {
    position: absolute;
    width: 150px;
}
.skill .value {
    position: absolute;
    left: 220px;
}

.params-div {
    position: absolute;
    width: 130px;
    left: 190px;
    font-size: 10.5px;
    line-height: 1.3;
    overflow: auto;
    overflow: overlay;
    padding-right: 9px;
}
.params-first {
    top: 36px;
    height: 117px;
}
.params-second {
    top: 170px;
    height: 142px;
}
.param {
    height: 11.5px;
}
.param .text{
    width: 88px;
    display: inline-block;
}
.param .text.short{
    width: 67px;
}
.param .value{
    width: 38px;
    display: inline-block;
}

#console {
    z-index: 7;
    margin: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 5px;
    padding-bottom: 0px;
    width: 220px;
    height: 120px;
    background-color: rgba(5,12,0);
    opacity: 0.9;
    border: 1px solid rgb(15,65,0);
    overflow: auto;
    overflow: overlay;
}

#console p {
    color: red;
    font-size: 11px;
    padding: 0px;
}

#console p + p {
    border-top: 1px solid rgb(12,50,0);
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(9,40,0);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(14,70,0);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(15,80,0);
}

#locker {
    z-index: 7;
    text-align: center;
    opacity: 0.7;
    width:25px;
    height: 23px;
    top: 10px;
    right: 10px;
    position: absolute;
    display: block;
    cursor: pointer;
}

#locker-info {
    display: none;
    z-index: 7;
    text-align: center;
    top: 14px;
    right: 39px;
    position: absolute;
    font-size: 12px;
}

.param-section {
    width: 128px;
}

.param-section + .visible-param-section {
    border-top: 1px solid rgb(20,80,0);
    margin-top: 3px;
}

.params-checkboxes + .invisible-param-section + .visible-param-section,
.params-checkboxes + .invisible-param-section + .invisible-param-section + .visible-param-section,
.params-checkboxes + .invisible-param-section + .invisible-param-section + .invisible-param-section + .visible-param-section,
.params-checkboxes + .invisible-param-section + .invisible-param-section + .invisible-param-section + .invisible-param-section + .visible-param-section{
    border-top: 0px;
    margin-top: 0px;
}

.params-checkboxes {
    display: none;
    left: -3px;
    font-size: 8px;
    line-height: 0px;
    background: rgb(7,30,0);
    padding-bottom: 2px;
}

.param-checkbox-container {
    display: inline-block;
    height: 10px;
}

.params-checkboxes label {
    vertical-align: super;
    margin-top: 0px;
}

input[type=checkbox].param-toggle-checkbox {
    -ms-transform: scale(0.5); /* IE */
    -moz-transform: scale(0.5); /* FF */
    -webkit-transform: scale(0.5); /* Safari and Chrome */
    -o-transform: scale(0.5); /* Opera */
    transform: scale(0.5);
    margin: 0px;
}

.params-checkboxes {
    display: none;
    left: -3px;
    font-size: 8px;
    line-height: 0px;
    background: rgb(7,30,0);
    padding-bottom: 2px;
}

input[type=checkbox].perks-toggle {
    -ms-transform: scale(0.5); /* IE */
    -moz-transform: scale(0.5); /* FF */
    -webkit-transform: scale(0.5); /* Safari and Chrome */
    -o-transform: scale(0.5); /* Opera */
    transform: scale(0.5);
    margin: 0px;
}

.auto-supports-container {
    display: inline-block;
    position: absolute;
    height: 10px;
    bottom: 11px;
    right: 8px;
    font-size: 9px;
}

.auto-supports-container input {
    vertical-align: top;
}

.perk-toggles-table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 8px;
}

.perk-toggles-table tr, .perk-toggles-table tr td {
    padding: 0px;
    margin: 0px;
    line-height:0.1;
}

.label-td {
    text-align: right;
}

.perks-toggles-container {
    display: inline-block;
    position: absolute;
    height: 10px;
    bottom: 18px;
    right: 7px;
}

.perks-toggles-container-2 {
    bottom: 5.5px;
}

.perks-toggle-td + .label-td {
    padding-left: 4px !important;
}

.perks-toggle-container label {
    vertical-align: super;
    margin-top: 0px;
}

.hidden-ranged, .hidden-melee, .hidden-flat-damage, .hidden-critical, .hidden-defense, .hidden-sneak, .hidden-armor-class, .hidden-least-used, .hidden-lvl-req, .hidden-lvl-req-support, .hidden-too-low-lvl {
    display: none;
}

.invisible-param-section {
    display: none;
}

.visible-param-section {
    display: block;
}

.cookie-banner {
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: 7%;
    right: 7%;
    width: 85%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(7,30,0);
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0,0, 0,0.2);
    z-index: 50;
    font-size: 22px;
}
.close {
    height: 20px;
    background-color: rgb(8,40,0);
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

#version {
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.operate-buttons {
    display: none;
    position: absolute;
    top: -26px;
    width: 100%;
}

.operate-buttons-down {
    position: absolute;
    bottom: 8px;
    width: 305px;
    left: 335px;
}

.operate-button, .operate-button-down, .skill, img, .perks-list, .yellow-button, .inventory-tab-button, .perks-tab-button, .specialText, .trait, .clickable-bonus {
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.operate-button {
    display: inline-block;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    margin: 0px;
    cursor: default;
}

.operate-button-down {
    display: inline-block;
    padding: 0px;
    padding-top: 2px;
    margin: 0px;
    cursor: default;
}

.name-button {
    position: absolute;
    text-align: center;
    top: 1px;
    left: 20px;
    width: 116px;
    height: 24px;
    overflow: hidden;
    padding-left: 10px;
    cursor: pointer;
}

.items-button {
    position: absolute;
    text-align: center;
    top: 1px;
    left: 156px;
    width: 59px;
    height: 24px;
    overflow: hidden;
    padding-left: 7px;
    cursor: pointer;
}

.perks-button {
    margin-left: 5px;
    width: 80px;
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
}

.addons-button {
    position: absolute;
    text-align: center;
    top: 1px;
    left: 236px;
    width: 59px;
    height: 24px;
    overflow: hidden;
    padding-left: 7px;
    cursor: pointer;
}

.done-button {
    width: 89px;
    padding-left: 18px;
    text-align: center;
    cursor: pointer;
}

.help-button {
    margin-left: 5px;
    width: 83px;
    padding-left: 6px;
    text-align: center;
    cursor: pointer;
}

.button-font {
    color: rgb(182,150,0);
}

.button-down-font {
    color: rgb(182,150,0);
}

.operate-button-enabled {
    background-color: rgb(8,40,0);
    cursor: pointer;
    color: rgb(45,225,0);
}

.operate-button-disabled {
    background-color: rgba(8,40,0,0.6);
    cursor: default;
    color: rgb(55,55,55);
}

.load-button{
    cursor: pointer;
}

.operate-button + .operate-button {
    margin-left: 2px;
}

.options-button {
    float: right;
}
.reset-button {
    float: right;
    margin-left: 4px !important;
}

.yellow-button{
    color: rgb(182,150,0);
    position: absolute;
    display: inline-block;
    cursor: pointer;
}
.yellow {
    color: rgb(255,255,0);
}

#close-saves-list{
    bottom: 24px;
    right: 39px;
    width: 61px;
    padding-top: 2px;
    padding-left: 35px;
}

#saves-listing {
    position: absolute;
    top: 36px;
    left: 50px;
    width: 200px;
    font-size: 11px;
    line-height: 0.9;
    color: rgb(45,255,0);
    font-family: falloutFont;
    overflow: auto;
}

#loads-listing {
    position: absolute;
    top: 36px;
    left: 41px;
    width: 200px;
    height: 139px;
    font-size: 11px;
    line-height: 0.9;
    color: rgb(45,255,0);
    font-family: falloutFont;
    overflow: auto;
}

.delete-save {
    color: red;
    cursor: pointer;
    position: absolute;
    right: 5px;
}

.single-save, .single-load {
    padding: 1px;
    cursor: default;
}

.selected-save, .selected-load {
    background-color: rgba(0,255,0,0.05);
    border: 1px solid rgba(0,255,0,0.1);
    padding: 0px;
}

#save-saves-list{
    bottom: 24px;
    left: 48px;
    width: 61px;
    padding-top: 2px;
    padding-left: 35px;
}

.lang-selector {
    width: 27px;
    height: 16px;
    position: absolute;
    bottom:4px;
    cursor: pointer;
}
.disabled-lang-selector {
    /*opacity: 0.3;*/
}
.eng-selector {
    right: 26px;
}
.rus-selector {
    right: 58px;
}
.active-lang-selector {
    width: 24px;
    height: 13px;
    border: 2px solid rgb(60,250,0);
}

.lever {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 316px;
}

.lever img {
    width: 21px;
}

.popup {
    display: none;
    z-index: 6;
}

.stage2 {
    display: none;
}

.popup p {
    text-align: center;
    background-color: rgb(10,60,0);
    color: rgb(100, 255, 0);
    font-size: 12px;
    border: 1px solid rgb(100, 255, 0);
    z-index: 10;
    cursor: default;
    opacity: 0.95;
}

.popup1 {
    position: absolute;
    left: -330px;
    top: 35px;
    width: 165px;
}

.popup2 {
    position: absolute;
    right: 135px;
    top: 25px;
    width: 165px;
}

.popup-arrow {
    position: absolute;
}

.popup-arrow1 {
    left: 163px;
    top: -9px;
    width: 178px !important;
    height: 40px !important;
    transform: rotate(-10deg);
}

.popup-arrow2 {
    left: 163px;
    top: -3px;
    width: 104px !important;
    height: 40px !important;
    transform: rotate(-8deg);
}