/* Ztree1 specific */

.quick_parse_info {
    background: #ffeab9;
    padding-right: 3px;
}

/* Labels next to checkboxes, in preview options area */
.quick_parse_info2 {
    font-family: Courier;
}
.quick_parse_info2 label {
    font-weight: normal;
}

h2.preview_heading {
    font-family: Courier;
}

/* Make last column fill remainder of the screen - see http://stackoverflow.com/questions/16137757/how-do-i-get-the-rightmost-column-to-fill-the-remaining-space */
table td:last-child {
    width: 100%;
}
.ztree {
    overflow:auto;
}

/* Options */
/*div.options_area {*/
    /*padding-left: 3em;*/
    /*padding-bottom: 6px;*/
    /*padding-top: 3px;*/
/*}*/

/* Code Mirror for Refine PlantUML*/
/* Auto size to height of contents */
.CodeMirror {
    height: auto;
}
.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto;
}

/* Code Mirror for Code Preview - when in code mirror mode - 
   classes injected into html as needed by ztree1.js script.
   Note - this is usually not used since we use Prism mode for code preview now */
textarea.widetext
{
  /*width:100%;*/
  /*height: 30em;*/
  /*font-family:Courier New;*/
}
.textarea_padding
{
  border:1px solid #999999;
  margin:5px 0;
  padding:3px;
}

#generated_plant_uml_text .my-silly-scrolling-area {
    max-width: 100%;
    max-height: 60em;  /* 60 not 50 like .prism_wrapper cos no options area so can afford to be a bit bigger */
    overflow: scroll;
}

/* PRISM */
.prism_wrapper {
    max-width: 100%;
    max-height: 50em;
    overflow: scroll;
}
pre {
    font-size: 12px;
}
code[class*="language-"],
pre[class*="language-"] {
    white-space: pre-wrap;  /* override the pre */
}

span.github-heading {
    font-weight: bold;
    /*margin-top: 1px;*/
    /*margin-bottom: 2px;*/
}

/* Am using status fields as error fileds now */
.status {
    font-family:Courier New;
    font-size: 10px;
    color: red;
}
.status2 {
    font-family:Courier New;
    font-size: 10px;
    background: #e92225;  /* has to be reverse text cos being displayed on blue background */
    color: whitesmoke;
}

.status-debug {
    font-family:Courier New;
    font-size: 10px;
    color: #1812a3;
}

/* display the current repo in a way that will stand out a little */
span#current_repo {
    font-weight: bold;
    font-family:Courier New;
}

/* visit link next to current repo, add some margin to it */
a#repo_info_url {
    font-style: italic;
    margin-left: 1em;
}

.small_caption {
    margin-top: 1px;
    font-style: italic;
    font-size: small;
}

/*hidden style, note there is another style in local.css with the same functionality TODO - refactor*/
.hidden { display: none;}

/*button which shows generated plantuml markup*/
/*.ui_show_plantuml_button {*/
    /*margin-bottom: 2em;*/
/*}*/


p.plant_uml_help_intro {
    margin-top: .5em;
}

/*uml diagram name form field */
/*.diagram_name_field {*/
    /*margin-bottom: .5em;*/
/*}*/

.glyphicon.glyphicon-export {
    font-size: 10px;
}

/*If want to bold the panel headings...*/
/*div.panel-heading > h4 {*/
    /*font-weight: bold;*/
/*}*/
