/**
 * Redmine - project management software
 * Copyright (C) 2006-  Jean-Philippe Lang
 * This code is released under the GNU General Public License.
 */

.jstBlock .hidden {
    display: none;
}
.jstEditor {
    padding-left: 0px;
}
.jstEditor textarea, .jstEditor iframe {
    margin: 0;
}
.jstHandle {
    height: 10px;
    font-size: 0.1em;
    cursor: s-resize;
    /*background: transparent url("img/resizer.png") no-repeat 45% 50%;*/
}
#content .jstTabs.tabs {
    margin-bottom: -1px;
}
#content .jstTabs.tabs ul {border-bottom:0;}
#content .jstTabs.tabs li {
    height: 42px;
}
#content .jstTabs.tabs li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#content .jstTabs.tabs li a {
    display: inline-block;
    vertical-align: bottom;
    line-height: 19px;
    border-bottom: 1px solid transparent;
}
.jstElements {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 6px;
    padding-bottom:2px;
    height: 26px;
}
.wiki-preview {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
}
.wiki-preview p.empty-preview {color:#999; font-style:italic; margin-top:1em; text-align:center;}

.jstElements button {
    margin-right: 2px;
    width : 24px;
    height: 24px;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background-color : #f7f7f7;
    background-position : 50% 50%;
    background-repeat: no-repeat;
    cursor:pointer;
    opacity:0.7;
}
.jstElements button:hover {
    border-color: #bbb;
    background-color: #e5e5e5;
    opacity:1;
}
.jstElements button span {
    display : none;
}
.jstElements span {
    display : inline;
}

.jstSpacer {
    width : 0px;
    font-size: 1px;
    margin-right: 6px;
}

.jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }
.jstElements .help a {padding: 2px 0 2px 20px; background: url("/assets/help-872ce501d4a302e2e4da210e9b3879f676e1c6f5.png") no-repeat 0 50%;}

.table-generator td {
    border: 2px solid #ccc;
    background-color: white;
    padding: 10px;
    cursor: pointer;
}

.table-generator td.selected-cell, .table-generator td:hover {
    background-color: #759FCF;
}

.table-generator {
    position: absolute;
    border-collapse: collapse;
}

/* Buttons
-------------------------------------------------------- */
.jstb_strong {
    background-image: url("/assets/jstoolbar/bold-9488b1caca7ef1a10861c7185d461165e0fcd815.svg");
}
.jstb_em {
    background-image: url("/assets/jstoolbar/italic-581bb90310f9d31c9d6d9a8a3144373fb0ac2ea5.svg");
}
.jstb_ins {
    background-image: url("/assets/jstoolbar/underline-7f1532c4b721eeaa543dbc0f2269aafb461bbb44.svg");
}
.jstb_del {
    background-image: url("/assets/jstoolbar/strikethrough-845fb06b8c4ed8416d5a6eb21c9e3f562fa9a71d.svg");
}
.jstb_code {
    background-image: url("/assets/jstoolbar/letter-c-828e6ed3eb701e58b04a75cdb90ed9db0d3e2c96.svg");
}
.jstb_h1 {
    background-image: url("/assets/jstoolbar/h1-2c820a9f2fae489fd2acdc9c47e3fd2bc4cfae83.svg");
}
.jstb_h2 {
    background-image: url("/assets/jstoolbar/h2-e48db65054c189a466c2f9d912439c4faf012750.svg");
}
.jstb_h3 {
    background-image: url("/assets/jstoolbar/h3-971220491932731ee920d70dfec5564f70d17c13.svg");
}
.jstb_ul {
    background-image: url("/assets/jstoolbar/list-3397686a149146383aeaa81438b63984906a364d.svg");
}
.jstb_ol {
    background-image: url("/assets/jstoolbar/list-numbers-9bd169a59781833a12465fbe6a7609ce876d857c.svg");
}
.jstb_tl {
    background-image: url("/assets/jstoolbar/list-check-cccb4f484614982f9b649142266db73e96aec071.svg");
}
.jstb_bq {
    background-image: url("/assets/jstoolbar/indent-increase-16ddf2193ed3431166dc16efd8bf001ba9db0156.svg");
}
.jstb_unbq {
    background-image: url("/assets/jstoolbar/indent-decrease-7146c0c1e7f19abca0efbeccdab918e19de505ec.svg");
}
.jstb_pre::before {
    content: "pre";
    font-size: 10px;
    color: #333;
    font-weight: 700
}
.jstb_precode {
    background-image: url("/assets/jstoolbar/code-099ac2b5e45b0d72f42b107560f7c292a452f205.svg");
}
.jstb_link {
    background-image: url("/assets/jstoolbar/wiki_link-6a9c95757776c44756b02f6c36fa464a6c1764ec.svg");
}
.jstb_img {
    background-image: url("/assets/jstoolbar/image-0b4f4f050c4e71a700558b7a15b635ca5a7765ee.svg");
}
.jstb_table {
    background-image: url("/assets/jstoolbar/table-0cf07e5dd70ad599fde8f1432f5d75daa52449a4.svg");
}
.jstb_help {
    background-image: url("/assets/jstoolbar/help-16e3914777742de60dd8408cb4bea3cf8a989e4a.svg");
}
