html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.postwrap{
    position:relative;
}
.postcontainer {
    width:100%;
    min-height:250px;
    margin-bottom:0.5em;
    padding:2px;
    background:#f5f5f5;
    border:2px solid #4f5c59;
    position:relative;
}

.postflexbox{
     display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.postusercontent{
    width:220px;
    min-height:250px;
    background-color:#f0f0f0;
    border-right:1px solid rgba(0,0,0,0.25);
}
.postcontenttitle{
    background-color:#7F8C99;
    color:white;
    padding-left:1em;
}
.postcontenttitle h2{
    padding:0;
    margin:2px 0px 0px 2px;
}
.postcontent{
    flex: 1;
    -webkit-box-flex:1;
    -webkit-flex: 1;
    padding:2px;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    flex-direction: column;
}
.postcontentholder{
    padding:5px;
    min-height:195px;
    flex: 1;
    -webkit-box-flex:1;
    -webkit-flex: 1;
}
.posttaskbar{
    width:100%;
    height:45px;
    border-top:1px solid rgba(0,0,0,0.25);
    vertical-align:bottom;
    text-align:right;
    padding-top: 7px;
    padding-right:7px;
}
ul.thumblistul{
    margin:0;
    padding:0;
    display:block;
    width:100%;
}
li.charthumblist{
    display:block;
    float:left;
    width:100px;
    height:100px;
    border:4px solid black;
    overflow:hidden;
    position:relative;
}
li.charthumblist.pickedchar{
    border-color:green;
}

.commandview{
  position: absolute;
  right: 0;
  top: 580px;
  width: 320px;
  max-height:500px;
  overflow-y:scroll;
}
p.charname{
    position:absolute;
    bottom:0;
    left:0;
    margin:0;
    background-color:rgba(20,20,20,0.7);
    width:100px;
    height:40px;
    color:white;
}
img.thumblist{
    display:block;
    margin:auto;
    width:96px;
}

.combatmap{
    position:relative;
    width:calc(100% - 320px);
    max-width:800px;
    overflow:scroll;
}
canvas.effects{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
canvas.grid{
    position:absolute;
    top:0;
    left:0;
    z-index:-2;
}
img.underlay{
    position:absolute;
    top:0;
    left:0;
    z-index:-3;
}


.combatcharholder{
    height:102px;
}
.incombat{
    float:left;
}
.outcombat{
    float:left;
    margin-left:15px;
}
.combatbox{
    width:70px;
    height:100px;
    border:3px solid black;
    overflow:hidden;
    position:relative;
    float:left;
    margin-right:1px;
}
.ctactive{
    position:absolute;
    top:-5px;
    right:30px;
}
.combatbox h4{
    width:10000px;
}
.combatbox p {
    text-align:center;
}
.combatbox.pc.mine{
    border-color:green;
}
.combatbox.pc{
    border-color:blue;
}
.combatbox.npc{
    border-color:red;
}
.combatbox.active{
    background-color:green;
}

.combatcontainer{
    position:relative;
}
.combatmsgs{
    position: absolute;
  width: 320px;
  height: 500px;
  top: 72px;
  right: 0;
  overflow-y:scroll;
}
.msg{
    border-top:1px solid black;
    background-color:rgb(250,250,250);
    border-bottom:2px solid black;
    margin-bottom:3px;
}
.msg-user{
    font-weight:bolder;
}
.msg-timestamp{
    display:none;
}
.msg:hover .msg-timestamp{
    display:inline;
    font-style:italic;
    color:rgb(140,140,140);
}
.spellabel{
    color:black;
    font-weight:bold;
}
.showing .spell-view,
.container>.spell-view,
.showing .feat-view,
.container>.feat-view,
.showing .item-view,
.container>.item-view,
.showing .skill-view,
.container>.skill-view
{
    display:block;
}
.spell-view, .feat-view, .item-view, .skill-view{
    display:none;
    position:absolute;
    border:1px solid black;
    width:900px;
    background:white;
    z-index:10;
    padding:5px;
    text-decoration:none;
}
.rollcontainer{
   position: absolute;
  width: 35px;
  height: 250px;
  right: -37px;
  top: 10px;
}
.comcontainer{
   position: absolute;
  width: 35px;
  height: 250px;
  left: -38px;
  top: 10px; 
}
.com{
    //display:none;
    width:35px;
    height:35px;
    margin-bottom:5px;
    position:relative;
    color:white;
    text-align:center;
    line-height:35px;  
}
.com-face{
    width:35px;
    height:35px;
    font-size:30px;
    color:black;
    background-size:contain;
}
.com:hover .com-content{
    display:block;
}
.com-content{
    display:none;
    width:300px;
    position:absolute;
    background-color:white;
    color:black;
    border:1px solid black;
    margin-top:-5px;
    left:35px;
    top:0px;
    padding:5px;
    line-height:14px;
}
.singleroll{
    width:35px;
    height:35px;
    margin-bottom:5px;
    background:gray;
    color:black;
    position:relative;
    text-align:center;
    line-height:35px;
}
.rollfront{
    width:35px;
    height:35px;
    background:url('images/d20clear.jpg');
    background-size:contain;
}
.singleroll:hover .rollcontent{
    display:block;
}
.rollcontent{
    display:none;
    width:300px;
    position:absolute;
    background-color:white;
    color:black;
    border:1px solid black;
    right:0;
    padding:5px;
}
.comcontainer{
    
}

.critical-succes{
    color:green;
}
.critical-failure{
    color:red;
}
.dicemod{
    color:blue;
}
span.result{
    font-weight:bold;
}
.noud{
    border-right:7px solid #0EBFE9;
    font-size:14px;
}
.laus{
    border-right:7px solid #FF69B4;
    font-size:14px;
}
.serv{
    border-right:7px solid #B20000;
    font-size:14px;
}
.flip{
    border-right:7px solid #324F17;
    font-size:14px;
}
.kars{
    font-size:14px;
    border-right:7px solid #551A8B;
}
.taco{
    font-size:14px;
    border-right:7px solid #FFA500;
}
.commenttext{
    width:100%;
}

@media only screen 
and (max-width : 800px) { 
    .postflexbox{
        display:block;
    }
    .postcontent{
        display:block;
    }
    .postusercontent{
        text-align:center;
        width:100%;
        min-height:25px;
    }
    .postusercontent img{
        display:none;
    }
    .postusercontent .chardesc{
        display:none;
    }
    .postusercontent>*{
        display:inline-block;
    }
    .combatmap{
        width:100%;
        overflow:scroll;
    }
    .combatmsgs{
        position:relative;
        width:100%;
        height:250px;
        top:auto;
        right:auto;
    }
    .commandview{
        position:relative;
        width:100%;
        top:auto;
        right:auto;
    }
}

blockquote>p::before{
    content:'"';
    display:inline;
    font-weight:bold;
}
blockquote>p::after{
    content:'"';
    display:inline;
    font-weight:bold;
}

.msg.new{
    background-color:rgb(200,200,200);
}
.commandview button{
    width:40px;
    height:40px;
}
.commandview input{
    height:40px;
    width:70px;
}
.commandview input[type=text]{
    font-size:smaller;
}
.mode{
    display:none;
}
.mode-hovering .mode-hovering,.mode-hovering .mode-dragging{
    display:inline;
}
.mode-selecting .mode-selecting{
    display:inline;
}
.smode .smode{
    display:none;
}
.selectmode-blast .selectmode-blast,.selectmode-cone .selectmode-cone{
    display:inline;
}
.targets-container{
}
.generaldescription{
    width:100%;
    min-height:40px;
}
.commandview .gathertargetinfo{
    width:100%;
}
.dicgame-view{
    display:flex;
    flex-direction:column;
}
.dicpost-form{
    order:3;
}
.postportrait{
    max-width:210px;
}
.combatdescription{
    order:1;
}
.combathookin{
    order:2;
}
.chapter.noshow>*,.noshow .closeshow{
    display:none;
}
.closeshow{
    margin-left:1em;
}
.chapter.noshow>h4{
    display:block;
}
.chapter{
    border:1px solid black;
    padding:2px;
    margin:1px;
}
.threadsubtitle{
    display:block;
    margin-left:1em;
    margin-bottom:0.1em;
    font-size:smaller;
    color:gray;
}
.bigbreak br{
    display:block; margin-top:10px; line-height:22px; 
}

hit{
    color:green;
    font-weight:bold;
}
miss{
    color:red;
}
fail{
    color:purple;
}
crit{
    color:orange;
}
#playerentities{
}
#gameentities{
}
.side-badge{
    width:65px;
    position:relative;
    height:65px;
    float:left;
    margin-left:5px;
    border:1px solid #333;
    border-radius:5px;
    text-align:center;
    margin-top:10px;
    background:white;
    margin-bottom:10px;
}
.side-badge img{
    max-height:100%;
    margin:0 auto;
    max-width:100%;
    object-fit:contain;
    padding:0;
}
.side-badge h3{
    margin:0;
    position:absolute;
    font-size:12px;
    text-align:center;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    width:63px;
    display:block;
    top:0;
    left:0;
    background-color:white;
}
.side-badge .progress{
    margin:0;
    position:absolute;
    height:8px;
    font-size:12px;
    text-align:center;
    width:65px;
    display:block;
    bottom:-10px;
    left:0;
    background-color:white;
}

.side-badge.inactive{
    height:20px;
    margin-bottom:5px;
}
.side-badge.inactive img,.side-badge.inactive .progress{
    display:none;
}

.entity-flapout-inner{
    padding:15px;
}

@media (min-width: 992px){
    .container {
        width: 992px;
    }
    
}

@media (min-width: 1200px){
    .container {
        width: 1020px;
    }
}

@media (min-width: 1320px){
    .container {
        width: 1170px;
    }
}
@media only screen 
and (max-width : 992px) {
    .container{
        width:100%;
    }
}
@media only screen and (max-width:1050px){
    .rollcontainer{
        float:left;
        position:relative;
        height:auto;
        right:0;
        top:0;
        width:50%;
    }
    .singleroll{
        width:100%;
        height:25px;
        line-height:25px;
        background:none;
    }
    .rollfront{
        height:25px;
        width:25px;
        float:left;
    }
    .rollcontent{
        float:left;
        position:relative;
        display:block;
        width:calc(100% - 25px);
        text-align:left;
        font-size:12px;
        line-height:13px;
        border:0;
        padding:0;
    }
    .rollcontent br{
        display:inline;
    }
    .comcontainer{
        float:left;
        position:relative;
        height:auto;
        top:0;
        left:0;
        width:50%;
    }
    .com{
        width:100%;
        line-height:25px;
        background:none;
        text-align:left;
        padding-left:2px;
        height:auto;
        float:left;
        overflow:hidden;
    }
    .com-icon{
        width:35px;
        float:left;
    }
    .com-content{
        display:block;
        float:left;
        min-height:35px;
        position:relative;
        left:0;
        top:0;
        width: calc(100% - 37px);
        font-size:12px;
        line-height:13px;
        margin-top:0;
        border:0;
        padding:0;
    }
    .com-content:after,.com:after{
        clear:both;
        content:'';
        display:block;
    }
    .add-com{
        display:none;
    }
}

.statsblock input,.trackblock input{
    font-size:10px;
    height:12px;
    line-height:10px;
}
.statsblock .control-label, .trackblock .control-label{
    display:block;
    font-size:small;
}

.nolabels .control-label{
    display:none;
}

p.hpsummary{
        height: 34px;
    line-height: 34px;
    font-weight: bold;
    font-size: large;
}
#opennewentity{
    display:block;
    width:100%;
    height:100%;
    font-size:35px;
    line-height:70px;
    text-align:center;
}
#newentity{
    position:fixed;
    top:60px;
    right:65px;
    width:565px;
    height:565px;
    max-height: calc(100vh - 80px);
    border:1px solid gray;
    border-radius:5px;
    background-color:rgba(255,255,255,0.9);
    z-index:10;
}
#autocompletenpc{
    width:500px;
    margin:5px 32px;
}
#npcstatblock{
    width:540px;
    margin:5px 12px;
    border:1px solid gray;
    overflow-y:scroll;
    height:400px;
}
.closer{
    cursor:pointer;
    position:absolute;
    top:5px;
    display:block;
    right:5px;
    z-index:5;
}

/* NOTES */
.note-block{   
    margin-top: 12px;
    position: relative;
    float:left;
}
.note{
    color: #333;
    position: relative;
    width: 100%;
    max-width:360px;
    min-height:200px;
    margin: 0 auto;
    padding: 20px;
    font-size: 1.2em;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.3); 
}
.note.big{
    max-width:720px;
    font-style:italic;
}
.note-note {
  background: #eae672;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.character-note {
  background: #72e6ea;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.pin {
  background-color: #aaa;
  display: block;
  height: 19px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: 1;
}

.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
              inset 3px 3px 3px hsla(0,0%,100%,.2),
              inset -3px -3px 3px hsla(0,0%,0%,.2),
              23px 7px 3px hsla(0,0%,0%,.15);
  content: '';
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}

.pin:before {
  background-color: hsla(0,0%,0%,0.1);
  box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
  content: '';
  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: -5px;
  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}
table.vertigo td{
    vertical-align:top;
}
/* CAMPAIGN LAYOUT */

.campaigncontainer{
    border:1px solid #101010;
    padding:5px;
    border-radius:10px;
    min-height:290px;
}
.tight{
    padding:0px 5px 5px 0px;
}
.campaigncontainer h3{
    color: #333;
    font-weight:bold;
}

.campaigncontainer p{
    
}

.campaigncontainer ul{
    display:block;
    margin:0 0 5px 0;
}
.campaigncontainer li.charthumblist{
    width:50px;
    height:50px;
}

.campaigncontainer img.thumblist{
    width:100%;
    height:100%;
    object-fit:cover;
}

.campaigndescription{
    min-height:75px;
}
.campaigndescription p{
    margin:0;
    font-style:italic;
}

.campaigncontainer p.charname{
    width:50px;
    height:20px;
}
.campaigncontrolbuttons{
    padding:5px 0px;
    border-top:1px solid #101010;
    border-bottom:2px solid #101010;
    height:45px;
    margin-bottom:5px;
}
 .campaignviewbuttons {
    padding:5px 0px;
    border-top:0px solid #101010;
    border-bottom:0px solid #101010;
    height:45px;
}
.campaigncontrolbuttons .btn{
    width:30px;
    height:30px;
    line-height:30px;
    padding:0;
    margin:2px 1px;
}

.campaigncontrolbuttons .btn.left{
    float:left;
}

.btn.right{
    float:right;
}

.charcontainer{
    height:290px;
    border:1px solid #101010;
    padding:5px;
    border-radius:10px;
    position:relative;
}
.innercharspace,.innercard{
    position:relative;
    width:100%;
    height:100%;
    border-radius:8px;
    background-size:cover;
    overflow:hidden;
    background-position:50% 50%;
}
.charcontrolbuttons{
    position:absolute;
    height:50px;
    width:100%;
    padding:7px;
    left:0px;
    bottom:2px;
    background:rgba(51,51,51,0.5);
}

.charnamecontainer{
    position:absolute;
    min-height:40px;
    width:100%;
    color:white;
    text-align:center;
    left:0px;
    top:2px;
    background:rgba(51,51,51,0.5);
}
.charnamecontainer h3{
    margin:0;
    padding:7px;
}

/* LANGUAGES */
strange-lang{
    opacity:0;
  background:white;
  padding:15px;
  display:block;
  position:relative;
  border:1px solid #333;
  margin-bottom:15px;
}

.orcish{
  font-weight:bolder;
  font-family:'orc';
  font-size: 1.5em;
}
.elvish{
  font-weight:bold;
  font-family:'elf';
  font-size: 2em;
}
.orcish:before{
  content:"orcish";
  position:absolute;  
  background:white;
  font-size:0.7em;
  top:-10px;
  left:15px;
}

@font-face {
  font-family: 'orc';
  src: url('fonts/orc.ttf');
}
.elvish:before{
  content:"elvish";
  position:absolute;  
  background:white;
  top:-10px;
  left:15px;
  font-size:0.7em;
}
@font-face {
  font-family: 'elf';
  src: url('fonts/elf.ttf');
}
.dwarf:before{
    content:"dwarvish";
    position:absolute;  
  background:white;
  top:-10px;
  left:15px;
  font-size:0.5em;
}
.dwarf{
  font-weight:bold;
  font-family:'dwarf';
  font-size: 1.5em;
}
@font-face {
  font-family: 'dwarf';
  src: url('fonts/dwarf.ttf');
}
.demonic{
  font-weight:bold;
  font-family:'evil';
  font-size: 1.5em;
}
.demonic:before{
    content:"demonic";
    position:absolute;  
  background:white;
  top:-10px;
  left:15px;
  font-size:0.7em;
}
@font-face {
  font-family: 'evil';
  src: url('fonts/evil.ttf');
}
.terran{
    font-weight:bold;
    font-family:'dwarf';
    font-size: 1.5em;
}
.terran:before{
    content:"Terran";
    position:absolute;  
    background:white;
    top:-10px;
    left:15px;
    font-size:0.7em;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
            -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
}
	/* flip the pane when hovered */
.flip-container.flipped .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
}


/* flip speed goes here */
.flipper {-webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
	transition: 0.7s;
	transform-style: preserve-3d;
	position: relative;
        
}

/* hide back of pane during swap */
.front, .back {
	
        backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
        position:absolute;
        width:calc(100% - 10px);
        height:calc(100% - 10px);
        overflow:hidden;
        background:white;
        border-radius:5px;
        padding:2px;
}
.dm .front, .dm .back{
    width:100%;
    height:100%;
}
.front h3, .back h3{
    width:800px;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
        
}
.overlaygamename{
    height:45px;
    position:absolute;
    top:5px;
    width:100%;
    padding-top:7px;
    padding-left:5px;
    background:rgba(0,0,0,0.4);
    line-height:55px;
}
.overlaygamename h3{
    position:relative;
    margin:0;
    padding:0;
    font-size:25px;
    color:rgb(245,245,245);
    z-index:2;
}

.front .campaignviewbuttons{
    height:45px;
    position:absolute;
    padding-right:5px;
    bottom:5px;
    width:100%;
    background:rgba(0,0,0,0.4);
    color:white;
}
.playedportrait{
    width:80px;
    height:120px;
    border:1px solid black;
    border-radius:5px;
    background:white;
    position:absolute;
    right:5px;
    top:5px;
    z-index:1;
    overflow:hidden;
    padding:5px;
}
.playerportrait{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:3px;
    cursor:pointer;
}
.playedoptions{
    width:80px;
    height:50px;
    right:5px;
    position:absolute;
    top:60px;
    overflow:hidden;
    z-index:0;
    transition:0.3s all;
}
.front.show .playedoptions{
    width:calc(100% - 85px);
    right:85px;
    transition:0.6s all;
}
.dm{
    border:6px solid #333;
    padding:1px;
}
.front .thumblistul{
    width:400px;
    height:50px;
    float:right;
    margin:0;
}
.front .thumblistul li{
    float:right;
    margin-right:2px;
}
.back h3{
    margin-top:10px;
}
h3 a{
    margin-right:5px;
}
.outerplayerinfo{
    padding:2px;
}
.innerplayerinfo{
     border:1px solid black;
     border-radius:5px;
     height:150px;
}
unused{
    text-decoration: line-through;
    color:red;
}
.navbar-brand{
    padding:7px 0px 0px 0px;
}
#brandlogo {
    margin-left:10px;
    height:36px;
}
#tabsforinfo{
    order:3;
}
.modal-open[style] {
padding-right: 0px !important;
}
.modal-open {
 overflow: auto;
}
.pleb .dm-only{
    display:none;
}
td strong{
    color:blue;
}
td em{
    color:gray;
}
.puzzle-block{
    display:inline-block;
    width:30px;
    height:30px;
    background:#222;
}
.small-block{
    width:15px;
}
.dark-left{
    background:#222;
    background: -webkit-linear-gradient(left, #222 , #ddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #222 , #ddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #222 , #ddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #222 , #ddd); /* Standard syntax */
}
.dark-right{
    background:#222;
    background: -webkit-linear-gradient(right, #222 , #ddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #222 , #ddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #222 , #ddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #222 , #ddd); /* Standard syntax */
}
.charbutton{
    display:none;
}
h{
    font-weight:bolder;
    color:#333;
}
hr{
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    text-align: center;
}
hl{
    display:block;
    padding: 0;
    border-top: 1px solid #333;
    color: #333;
}
.template-config-options{
    display:none !important;
}
.update-charbank-char .template-config-options{
    display:block !important;
}
.ptrack{
    border:1px solid black;
    padding:2px;
    box-sizing:content-box;
    border-radius:5px;
    transition:width 0.3s;
    margin-right:2px;
}
.ptrack.active{
    width:195px;
    overflow:hidden;
}
.ptrack,.ptrack .face{
    width:65px;
    height:65px;
    float:left;
    background-size:cover;
    background-position:50% 50%;
    background-repeat: no-repeat;
    position:relative;
}
.ptrack .edit{
    display:none;
    width:130px;
    height:65px;
    padding:3px;
    float:left;
}
.ptrack.new.active{
    height:145px;
}
.ptrack.new .edit{
    height:145px;
    width:195px;
}
.ptrack.new.active .face{
    height:145px;
    width:0px;
    overflow:hidden;
}
.ptrack .namelabel{
    position:absolute;
    left:0;
    top:3px;
    display:block;
    width:65px;
    background:rgba(255,255,255,0.5);
    color:black;
    text-align:center;
}
.ptrack .valuelabel{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width:65px;
    background:rgba(255,255,255,0.5);
    font-weight:bolder;
    color:black;
    text-align:center;
}
.ptrack.active .edit{
    display:block;
}
positive{
    color:green;
}
negative{
    color:red;
}
.ptrack label{
    display:block;
}
.deleteptrack{
    display:block;
    float:right;
    padding:1px 3px;
}
