#skills-trees{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #eaeaea;

    /*overflow: auto;*/
}

#skills-trees section#main-window{
    width: 905px;
    height: 685px;
    /*border: 1px solid #1f1c0b;*/
    padding: 0;
    margin: 0 auto;
    background-color: #302c23;
    position: relative;
    border-top: 1px solid #1d1a12;
}

#skills-trees .border{
    position: absolute;
}

#skills-trees .border-left{
    background-image: url('/templates/public/assets/img/trees/border-vertical.png');
    width: 3px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

#skills-trees .border-right{
    background-image: url('/templates/public/assets/img/trees/border-vertical.png');
    width: 3px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#skills-trees .border-bottom{
    background-image: url('/templates/public/assets/img/trees/border-horizont.png');
    height: 3px;

    left: 0px;
    right: 1px;
    bottom: 0px;
}

#skills-trees .border-top{
    background-image: url('/templates/public/assets/img/trees/border-horizont.png');
    height: 3px;
    left: 0px;
    right: 0px;
    top: 0px;
}

#skills-trees .layout .title{
    width: 905px;
    height: 29px;
    background-image: url('/templates/public/assets/img/trees/top-line.png');
    background-color: #3b341d;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
    background-repeat: no-repeat;
}

#skills-trees .titles{
    height: 26px;
    padding: 4px 0 4px;
    background-color: #231f1a;
    background-image: url('/templates/public/assets/img/trees/bg-top-line.png');
}

#skills-trees .titles div{
    display: inline-block;
    width: 33%;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
}

#skills-trees .skills-list{
    padding: 10px 4px 0px 5px;
    display: inline-block;
    width: 299px;
    border-right: 1px solid #3f3830;
    margin: 0;
    padding-bottom: 20px;
    user-select: none;
    height: 565px;
}

#skills-trees .skills-list li{
    display: inline-block;
    position: relative;
    /*border: 1px solid #008615;*/
    width: 68px;
    height: 68px;
    margin: 0px 3px 1px -2px;
}

#skills-trees .skills-list li .image-skill{
    width: 48px;
    height: 48px;
    margin: 10px;
    position: relative;
    cursor: pointer;
    background-color: #27221f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.active-border{
    background-color: rgba(0, 0, 0, 0.54);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


#skills-trees .skills-list li .image-skill.active .active-border{
    display: none;
}

#skills-trees .skills-list li .image-skill.full .active-border{
    background-color: transparent;
    background-image: url('/templates/public/assets/img/active-skill-border.png');
}


#skills-trees .skills-list li .image-skill.active{
    background-position-y: 96px;
}

#skills-trees .skills-list li .image-skill.full{
    background-position-y: 48px;
}

#skills-trees .add-skill{
    border: 1px solid #3e3b3b;
    width: 48px;
    height: 48px;
    margin: 10px;

    cursor: pointer;
}

#skills-trees .add-skill.active{
    border: 1px solid #f00;
}

#skills-trees .classes-tabs{
    background-image: url('/templates/public/assets/img/trees/top-layout.png');
    height: 29px;
    background-color: #3a382a;
}

#skills-trees .classes-tabs ul{
    list-style: none;
    padding: 11px 0 0 26px;
    margin: 0;
    position: relative;
    height: 21px;
}

#skills-trees .classes-tabs li{
    display: inline-block;
    background-image: url('/templates/public/assets/img/trees/bg-top-tab.png');
    height: 18px;
    width: 100px;
    margin-right: 3px;
    padding-left: 12px;
    padding-top: 2px;
    font-size: 11px;
    font-weight: bold;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    background-color: #2c2c26;
}

#skills-trees .classes-tabs li a{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 12px;
    overflow: hidden;
    padding-top: 2px;
    border-radius: 4px 4px 0 0;
}

#skills-trees .classes-tabs li a:hover{
    background: rgba(58, 56, 42, 0.45);
}

#skills-trees .classes-tabs li.active{
    background-image: url('/templates/public/assets/img/trees/bg-top-tab-active.png');
    cursor: context-menu;
}

#skills-trees .badge{
    font-weight: 700;
    position: absolute;
    background-image: url(/templates/public/assets/img/trees/badge.png);
    bottom: -5px;
    right: -16px;
    width: 38px;
    height: 17px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 11px;
    z-index: 50;
    padding-top: 0px;
}

#skills-trees .image-skill .badge.empty{
}

#skills-trees .image-skill.active .badge{
    background-position: 0 -34px;
    color: #72ee00;
}

#skills-trees .image-skill.full .badge{
    background-position: 0 -17px;
    color: #f4dc00;
}

#skills-trees .arrow{
    background-image: url(/templates/public/assets/img/trees/arrow.png);
    width: 11px;
    position: absolute;
    left: 28px;
    /* bottom: -95px; */
    background-position-y: -100px;
    background-repeat: no-repeat;
    z-index: 9;
    /*bottom: -95px;*/
}

#skills-trees .arrow-right{
    background-image: url(/templates/public/assets/img/trees/arrow-right.png);
    width: 54px;
    height: 50px;
    position: absolute;
    left: -14px;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: no-repeat;
    z-index: 9;
    top: -40px;
}

#skills-trees .arrow-down2right{
    background-image: url(/templates/public/assets/img/trees/arrow-down2right.png);
    width: 54px;
    height: 54px;
    position: absolute;
    left: -40px;
    background-position-y: 0;
    background-position-x: 0;
    background-repeat: no-repeat;
    z-index: 9;
    top: -16px;
}

#skills-trees .arrow.long{
    height: 101px;
    top: -89px;
}

#skills-trees .arrow.very-long{
    height: 178px;
    top: -164px;
    background-position-y: -26px;
}

#skills-trees .arrow.short{
    height: 26px;
    top: -16px;
    background-position-y: -174px;
}

#skills-trees .skill{
    position: relative;
}

#skills-trees .trees-btn{
    user-select: none;

    text-align: center;
    display: block;
}


#skills-trees .skill-group{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#skills-trees .trees-btn-long, #skills-trees .trees-btn-long-empty{
    background-image: url('/templates/public/assets/img/trees/btn-small-long.png');
    height: 20px;
    width: 120px;
    position: absolute;
    text-align: center;
    bottom: 14px;
    left: 31%;
    cursor: pointer;
    padding-top: 1px;
}


#skills-trees .trees-btn-long-empty{
    background-image: none;
}


.classes-tabs .trees-btn-long-empty{
    left: unset !important;
    right: 15px !important;
    top: 5px !important;
}

#skills-trees .trees-btn-small{
    background-image: url('/templates/public/assets/img/trees/btn-small.png');
    height: 20px;
    width: 120px;
    position: absolute;
    text-align: center;
    bottom: 14px;
    left: 31%;
    cursor: pointer;
}

#skills-trees .trees-btn-long-empty:hover{
    background-image: none;
    color: #f00;
}


#skills-trees .trees-btn-long:hover{
    background-position: 0 -20px;
}

#skills-trees .skill-description{
    display: none;
    position: absolute;
    width: 320px;

    height: 210px;

    font-size: 11px;
    /*font-weight: bold;*/
    line-height: 15px;
    z-index: 90;

    /*background: #f00;*/


}

.t-show{
    color: #fff;
}

#skills-trees .skill-description div.first-border{
    border: 2px solid #544d39;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#skills-trees .skill-description div.second-border{
    border-radius: 3px;
    background: rgba(41, 39, 33, 0.82);
    padding: 5px 7px;
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    border: 1px solid #cab17a;

}

#skills-trees .skill-description .tlt{
    font-weight: bold;
}

#skills-trees .footer{
    background-image: url(/templates/public/assets/img/trees/bottom-line.png);
    width: 905px;
    height: 35px;
    font-weight: bold;
    padding: 8px 18px 0 0;
    text-align: center;
    background-color: #1d1a12;
}

#skills-trees .footer .right{
    float: right;
    width: 150px;
    text-align: right;
}

#skills-trees .footer .left{
    float: left;
    text-align: left;
    width: 550px;
    padding-left: 10px;
}

#skills-trees .btn-save-tree{
    float: left;
    cursor: pointer;
    left: 0 !important;
    margin-left: 15px;
    bottom: 9px;
}

#skills-trees .btn-delete-tree{
    float: left;
    cursor: pointer;
    left: 130px !important;
    margin-left: 15px;
    bottom: 9px;
}



#skills-trees .profile-name{
    cursor: pointer;
    display: inline-block;
    color: #5bcc79;
}


#skills-trees .angle{
    position: absolute;
    z-index: 90;
}




#skills-trees .mini-angle-top-left{
    top: 0px;
    background-repeat: no-repeat;
    right: 1px;
    width: 7px;
    height: 7px;
    background-image: url(/templates/public/assets/img/trees/angle-top-left.png);
}

#skills-trees .mini-angle-top-right{
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-image: url(/templates/public/assets/img/trees/angle-top-right.png);
}

#skills-trees .mini-angle-bottom-left{
    bottom: -2px;
    left: 0px;
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url(/templates/public/assets/img/trees/mini-bt-left.png);
}

#skills-trees .mini-angle-bottom-right{
    bottom: -2px;
    right: 0px;
    height: 7px;
    width: 7px;
    background-repeat: no-repeat;
    background-image: url(/templates/public/assets/img/trees/angle-bt-ight.png);
}






















#skills-trees .angle-top-left{
    top: 0px;
    background-repeat: no-repeat;
    right: 1px;
    width: 8px;
    height: 6px;
    background-image: url(/templates/public/assets/img/trees/angle-top-left.png);
}

#skills-trees .angle-top-right{
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 8px;
    height: 6px;
    background-image: url(/templates/public/assets/img/trees/angle-top-right.png);
}

#skills-trees .angle-bottom-left{
    bottom: -2px;
    left: 0px;
    width: 6px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url(/templates/public/assets/img/trees/angle-bottom-left.png);
}

#skills-trees .angle-bottom-right{
    bottom: -2px;
    right: 0px;
    width: 8px;
    background-repeat: no-repeat;
    height: 8px;
    background-image: url(/templates/public/assets/img/trees/angle-bottom-right.png);
}

#skills-trees .modal{
    width: 400px;
    height: 500px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    position: fixed;
    top: 0;
    padding: 15px;
    left: 0;
    border: 1px solid #7d7d7d;
    background-color: #302c23;
    color: #fff;
}

#skills-trees .modal h2{
    margin: 0;
}


#skills-trees .modal input[type="checkbox"]{
    cursor: pointer;
}

#skills-trees .modal input[type="text"]{
    height: 17px;
    font-size: 11px;
    /*padding-right: 10px;*/
    /*padding-left: 5px;*/
    padding: 10px;
}

#skills-trees .right{
    float: right;
}

#skills-trees .modal label{
    color: #fff;
    margin-bottom: 2px;
}

#skills-trees .modal .input-line{
    margin-bottom: 15px;
}

#skills-trees .modal-bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47, 47, 47, 0.58);
    z-index: 99;
}

#skills-trees .tree-list{
    height: 640px;
    width: 660px;
    padding: 0;
}

#skills-trees .tree-list .body{
    padding: 13px;
    margin-right: 3px;
    overflow-y: scroll;
    padding-bottom: 24px;
}

#skills-trees .tree-list .title{
    width: 660px !important;
}

#skills-trees .tree-list .titles .active{
    background-color: hsla(30, 5%, 30%, 0.5);
}

#skills-trees .type-show-list{
    padding: 2px 15px 2px 15px;
    width: 110px !important;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: text-bottom;
}

#skills-trees .screenshots{
    margin: 0;
    padding: 0;
    margin-left: 12px;
    max-height: 490px;
    height: 490px;
}

#skills-trees .screenshots li{
    display: inline-block;
    list-style: none;
    width: 190px;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 15px;
}

#skills-trees .screenshots img{
    width: 100%;
    border: 1px solid #5a4b28;
}

#skills-trees .screenshots .name{
    font-size: 12px;
    margin-top: 6px;
}

#skills-trees .r2-btn{
    cursor: pointer;
    background-color: #b1b1b1;
    border: 1px solid #9a2e2e;
}

#skills-trees .preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: 110;
    display: none;
}

#skills-trees .preloader-bg{
    z-index: 109;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(37, 37, 37, 0.6);
    bottom: 0;
    right: 0;
    display: none;
}

#skills-trees #clear-tree{
    position: absolute;
    right: 11px;
    top: 8px;
    cursor: pointer;
    /*font-weight: bold;*/
}

.example-tree{
    margin-bottom: 20px;
}

.example-tree img{
    width: 100%;
}

.trees .picture-prev{
    background-color: #302c23;
}


.modal.save, .modal.save-result{
    border: 2px solid #544d39;
    border-radius: 3px;
    position: relative;
}

.modal.save .layout, .modal.save-result .layout{
    border: 1px solid #cab17a;
    border-radius: 3px;
    padding: 15px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal.save input.right{
    padding: 15px !important;
    margin-bottom: 10px !important;
}

.modal.save label{
    font-size: 14px;
}

.modal.save .checkbox-click{
    cursor: pointer;
}

.modal.save-result{
    width: 550px !important;
    height: 360px!important;
}

.modal.save-result input[type="text"]{
    padding: 15px 5px !important;
    margin-bottom: 10px !important;
}
