/* logo color #e5a122; HSV: 39, 25, 90 */
/* blue body #12037a: HSV: 248, 90, 48 */
/* blue wing #887fc0: HSV: 248, 34, 75 */
/* red body #98012e: HSV: 342, 99, 60 */
/* link brown #4c2004 */
/* yellow (hover) #ffcc33 */
/* hr #fab41d */
/* red #98012e;  */
/* example : #e5d1ac; */

html {
  height: 100%;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
  width: 100%;
}

.breadcrumb {
  color : #003366;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  font-size : 80%;
}

.topnav {
  font-family : Verdana, Helvetica, Arial, sans-serif;
  font-size : 80%;
}

.left {
  font-family : Verdana, Helvetica, Arial, sans-serif;
}

a {
  color : #4c2004;
  text-decoration : underline;
}

/* color : #e5a122 */
a:hover {
  color : #e5a122;
}

a:hover,visited {
  color : #e5a122;
}

a.topnav:hover {
  color : #e5a122;
}

a.topnav:hover,visited {
  color : #e5a122;
}

a.topnav {
  text-decoration : none;
  color : #4c2004;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.leftnav {
  text-decoration : none;
  color : #606060;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size : 80%;
}

a.leftnav:visited {
  text-decoration : none;
  color : #12037a;
}

a.leftnav:hover {
  color : #ffcc33;
}

a.leftnav:hover,visited {
  color : #ffcc33;
}

code {
  font-family : monospace;
}

/* background : #fab41d; */
hr {
  border : 0;
  height : 1px;
  background : #4c2004;
  margin : 0.2em 0em;
}

/* sections */

h1.title {
  margin : 0em 0.5em;
  border-bottom : 0;
  font-family : Helvetica, Arial, sans-serif;
  font-variant : normal;
  color : #990033;
}

h1 {
  margin-top : 0;
  border-bottom : 1px solid #4c2004;
  font-family : Helvetica, Arial, sans-serif;
  font-size : 170%;
  color : #4c2004;
}

h2 {
  font-family : Helvetica, Arial, sans-serif;
  font-weight : normal;

  color : #4c2004;
}

h2.section {
  font-family : Helvetica, Arial, sans-serif;
  font-weight : normal;

  color : #4c2004;
  padding : 2px;
  background-color : #ddccbb;
}

h3 {
  font-family : Helvetical, Arial, sans-serif;
  color : #4c2004;
}

h4 {
  font-family : Arial, Helvetica, sans-serif;
  font-variant : small-caps;
}

div.section-title {
  font-size : 150%;
  background : #b9cef7;
  margin : 1.0em 0em;
  padding : 0.2em;
}

div.section {
  padding-left: 2em;
}

pre {
  background : #ffeecc;
  color : black;
  font-family : monospace;
  font-size : .9em;
}

.desc {
  margin : 0 1em 0em 3em;
}

.faqdesc {
  font-style: italic;
}

.egpad {
  padding : 0.5em 1em;
  margin : 0;
}

.side {
  background : #ccddff;
  padding : 0.5em;
  font-size : larger;
  float : right;
  width : 30%;
}

.leftside {
  background : #ccddff;
  padding : 0.5em;
  font-size : larger;
  float : left;
  width : 30%;
}

.glossary {
  background : #ccddff;
}

.plainside {
  float : right;
  width : 30%;
}

/* boxes */

/* background : #cac7d9 vs #ccccff */
/* 204, 213, 221 */
.toc {
  margin : 1em 2em;
  width : 90%;
  background : #ccccdd;
  border : solid #999;
  border-width : 1px;
  font-size : 90%;
  font-family : Helvetica, Arial, sans-serif;
}

div.s3 {
  padding : 0em 1em;
}

/* background: #e5d1ac; */
div.example {
  margin : 1em 2em;
  padding : 0em 1em;
  width : 87.5%;
  border : solid #999;
  border-width : 1px;
  background : #e5d1ac;
  color : black;
  font-family : monospace;
  font-size : .9em;
}

div.results {
  margin : 1em 2em;
  padding : 0em 1em;
  width : 87.5%;
  border : solid #999 1px;
  color : black;
  font-family : monospace;
  font-size : .9em;
}

div.definition {
  margin : 1em 2em;
  padding : 0em 1em;
  width : 87.5%;
  border : solid #999;
  border-width : 1px;
  background : #f1f1f2;
  color : black;
  font-family : monospace;
  font-size : .9em;
}

.def-caption {
  margin-left : 1.3em;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color : #666666;
  text-align : left;
  font-size : 120%
}

.caption {
  margin-left : 1.3em;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color : #990033;
  text-align : left;
  font-size : 120%
}

table.threads {
  color: black;
  border-collapse: collapse;
}

.threads td {
  padding: 3px;
  border: thin solid grey;
}

.threads .head th {
  background: white;
  border: 0;
  padding-top: 1em;
}

.threads th {
  padding: 3px;
  border: thin solid grey;
  background: #E0E6F8;
}

.threads .quercus td {
  background: #f4f4f4;
}

.threads div.stack-trace {
  background : #ffeecc;
  color : black;
  font-family : monospace;
  font-size : .9em;
  white-space : pre;
}

.threads div.quercus-stack-trace {
  background : #ffeecc;
  color : gray;
  font-family : monospace;
  font-size : .9em;
  white-space : pre;
}

.threads div.quercus-stack-trace b {
  color : black;
}

/* blue body #12037a: HSV: 248, 90, 48 */
/* red body #98012e: HSV: 342, 99, 60 */

table.deftable {
  margin : 1em 0em 1em 1.6em;
  border : solid 1px;
  width : 90%;
  border-collapse: collapse;
}

caption {
  padding : 0.3em 0em;
  font-weight: bold;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  color : #990033;
  text-align : left;
  font-size : 120%
}

table.deftable th {
  text-align : left;
  background : white;
  font-family: Arial, Helvetica, sans-serif;
  font-variant : small-caps;
  font-weight : normal;
  font-size : 85%;
  border-top : 1px solid #98012e;
  border-bottom : 1px solid #98012e;
  color : #666;
  padding : 0.3em 0.3em;
}

table.deftable td {
  padding : 0.1em 0.3em;
}

table.deftable tr.a {
  background : #eee;
}

table.deftable tr.b {
  background : #f8f8f8;
}

/* XXX: netscape ignores
caption {
  font-size : 10em;
}
*/

/*
.example {
  background : #ffeecc;
  color : black;
  font-family : monospace;
  font-size : .9em;
}
*/

.example-smaller {
  background : #ffeecc;
  color : black;
  font-family : monospace;
  font-size : smaller;
}

span.example {
  background : #ffeecc;
  font-family : monospace;
  color : black;
  font-size : .9em;
}

.egcolor {
  background : #ffeecc;
  color : black;
}

.screenshot {
  background : silver;
  color : black;
}

.green {
  color : black;
  background : #99ffdd; /* 00ffdd, bbff99, ddffcc, ccffee, ffccdd */
}

.eg-em {
/*  color : #0044cc; */
  color : #003399;
/* aa00ff, ff0055; 0044cc, 8800cc, cc0044, 0055ff */
}

.badexample {
  color : red;
}

.result {
  background : #ffccdd;
  color : black;
  font-family : monospace;
  font-size : .9em;
}

.warn {
  color : #cc0000;
  background : white;
  padding : 0.5em;
  border-style : solid;
  border-width : 1px;
}

.ok {
  background : #00ff00;
}

.fail {
  background : #ff0000;
}

.todo {
  color: green;
}

code {
  font-family : monospace;
}

.meta {
  font-style : italic;
  color : #003399;
}

#layout {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
}

td.leftnav {
	width: 150px;
	padding-left: 0.5em;
	padding-right: 10px;
}

ul.leftnav {
  list-style : none;
  padding-left : 1em;
  margin : 0;
  list-style-position : outside;
}

ul.leftnav li.selected {
  list-style : disc;
}

ul.none {
  list-style : none
}

/*
ul.status {
  border-bottom: 1px solid gray;
  list-style-type:none;
  position:relative;
  padding : 0em;
  margin : 0em;
  border-right: 1px solid gray;
}

.status li {
  display : inline;
  margin : 0em;
  padding: 0.4em 0.4em 0.3em 0.4em;
  overflow:hidden;
  border-left: 1px solid gray;
}

li.server {
  background : #ccddee;
}*/

#status-bar {
  x-overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 500;
  background: #f4f4f4;
  border-bottom:1px solid gray; 
  margin: 0;
  padding: 0;
}

ul.status {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

li.status-item {
  border-right: 1px solid gray;
  position: relative;
}

.status-item {
  display: inline;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.status-item table {
  display: none;
  position: absolute;
}

.status-log {
  x-overflow: hidden;
  padding: 0;
  margin: 0;
}

select.log {
  width: 300px;
}

select.log option {
  width: 300px;
  white-space: normal;
}

.status-item table td.message {
  font-family: monospace;
  white-space: pre;
}

#footer {
  width: 100%;
}

.toggle-down-servers {
  display: none;
  position: absolute;
  list-style-type:none;
  padding-left: 1em;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.toggle-down-servers li {
  border: 1px solid gray;
  padding: 5px;
}


/*
.logout {
  float: right;
}*/

/*

.tabs li {
  background: #F4F4F4 none repeat scroll 0 0;
  display : inline;
  margin : 0em 0.4em 0em 0.4em;
  padding: 0.15em 0.4em;
  overflow:hidden;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
*/

ul.tabs {
  font-family : Verdana, Helvetica, Arial, sans-serif;
  list-style-type: none;
/*  float:left; */
  margin: 0;
  margin-bottom: 0.5em;
  padding : 0;
  padding-bottom : 0.2em;
  border-bottom: 1px solid gray;
}

.tabs li {
/*  float:left; */
  margin : 0em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  padding: 0.15em 0.4em 0.2em 0.4em;
  background: #F4F4F4 none repeat scroll 0 0;
  display : inline;
  margin-bottom: -1px;
  margin-left: -1px;

  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

.tabs li.selected {
  background: #ccddff;
  border-bottom: 1px solid white;
}

li.open {
  list-style-image: none;
  list-style: none;
}

dl.atoc-top {
  margin : 0;
}

dl.atoc-1 {
    padding : 5px;
    margin : 0.5em;
}

dl.atoc-top > dt {
    font-size : large;
    font-weight : bold;
    background : #ccddff;
    padding : 5px;
    margin : 0.5em;
}

div.optional {
  padding-left: 1em;
  border-left: solid 1px;
}

a.showOptional {
  font-weight: bold;
}

a.hideOptional {
  font-weight: bold;
}
 
.jmx {
  font-size: 100%;
  color: black;
}
/*  background: #f4f4f4; */

.jmx-header {
  margin: 2px;
  padding: 1px;
  width: 85%;
  font-weight : bold;
}

.jmx-items {
  margin-left: 0.5em;
}

.jmx-data {
  margin-left: 0.5em;
  width: 85%;
}

.jmx-data-table {
  width: 100%;
  border-collapse: collapse;
}

.jmx-data tr {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.jmx-data td {
  border: 0px;
}

.jmx-data th {
  text-align: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
/*  background: #f4f4f4; */

table.data {
  font-size: 100%;
  color: black;
  border-collapse: collapse;
  empty-cells: hide;
}

table.sortable {

}
/*
tr.ra {
  background: #f4f4f4;
}

tr.rb {
  background: #e4e4e4;
}
*/

/*
tr.ra {
  background: #f6f2e8;
}

tr.rb {
  background: #f0ece0;
}
*/
tr.ra {
  background: #f6f2e8;
}

tr.rb {
  background: #f0ece0;
}

.ra {
  background: #f6f2e8;
}

.rb {
  background: #f0ece0;
}
/*
div.ra {
  background: #f6f2e8;
}

div.rb {
  background: #f0ece0;
}
*/
/*
tr.rta {
  background: #b9b9b9;
}

tr.rtb {
  background: #909090;
}
*/

tr.rta {
  background: #f6f2e8;
}

/*  background: #f0ece0; */
tr.rtb {
  background: #ece8dc;
}

.data td {
  padding: 3px 4px 3px 4px;
  border: thin solid grey;
}
/* old background: #e0e6f8; */

.data th {
  padding: 3px 4px 3px 4px;
  background: #e5d1ac;
  text-align: center;
  border: thin solid grey;
}

/*  background : #d0e4ff; */
.data td.group {
  background : #e5d1ac;
  font-weight : bold;
}

/* background : #e0e6f8; */
.data td.item {
  background : #e5d1ac;
  font-weight : bold;
}

.data td.itemfail {
  font-weight : bold;
  background : #f99;
}

.fail {
  background : #f99;
}

th.fail {
  background : #f99;
}

.warmup {
  background : #fe9;
}

.warning td {
  background: #f6f2e8;
}
/*  color : #750; */
/* yellow (hover) #ffcc33 */
/* hr #fab41d */
/* red #98012e;  */

.severe td {
  color : #d02;
  background : #e5d1ac;
  font-style : bold;
}

span.warning {
  background : #fe9;
}

.stopped-lazy {
  background : #bbb;
  font-style : italic;
}

.nav-cluster {
  font-weight : bold;
  font-size : 120%;
  margin-top : 0.5em;
}

.nav-this {
  margin-left : 0.5em;
  font-size : 110%;
}

/* Form styling */

table.form {
  width: 70%;
}

table.form td {
  text-align: left;
/*  vertical-align: top; */
  padding: 0.5em;
}

table.form td input {
  width: 100%;
}

table.form th {
  text-align: left;
/*  vertical-align: center; */
}

.missing-value {
  color: red;
}

table.form td.invalid-input {
  background: red;
}

div.subform {
  border: solid 1px #aaa;
  width: 100%;
  background-color: #f4f4f4;
  padding: 2px;
}

div.subform table {
  width: 100%;
}

div.hide-link {
  display: none;
}

div.show-link {
  display: block;
}

.form-title {
  font-weight: bold;
  font-size: 1.5em;
  background: #cde;
  width: 100%;
}

div.hidden-content {
  display: none;
}

div.form-submit {
  text-align: right;
}

table.sql {
  border: 1px solid;
}

table.sql td {
  border: 1px solid;
}

div.sql {
  overflow: auto;
  width: 50em;
  height: 25em;
}

span.show-hide a {
  text-align: right;
}

table.schema {
  background: black;
  border-spacing: 1px;
  margin: 0;
}

table.schema tr td {
  background: #f4f4f4;
  margin: 0;
  padding: 0.2em;
}

table.schema tr th {
  background: #f4f4f4;
  padding: 0.2em;
}

#busyIndicator {
  width: 100%;
  text-align: center;
  padding-top: 2em;
}

.switch {
  vertical-align: middle;
}

.debug {
	border: 1px solid red;
}

.highlight { 
  background-color: #aaa;
}

.pie-chart {
  width: 350px;
}

.chart-label {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  overflow: hidden;
  width: 85%;
  border: 1px solid gray;
  min-height: 1em;
  font-weight: bolder;
}

textarea {
  width: 85%;
  min-height: 3em;
}

ul.meters {
  list-style-type: none;
  padding-left: 1em;
}

ul.meters ul {
  list-style-type: none;
  padding-left: 2em;
}

#graph-content {
  /*position: relative;*/
}

#new-graph-drawer {
  /*position: absolute;
  height: 100%;
  right: 0;
  top: 3em;*/
  margin-top: 1em;
  margin-bottom: 1em;
  float:right;
  background-color: #cccccc;
}

#new-graph-drawer * {
  background-color: #fafafa;
}

#new-graph-form {
  padding: 1em;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.graph-period {
  text-align: right;
}

.another-stage { 
  color: #999;
}

.another-host { 
  color: #999;
}

div.heap-dump-tab {
  display: inline-block;
  min-height: 400px;
  position: relative;
}

div.profile-tab { 
  position: relative;
  display: inline-block;
  min-height: 400px;
}
/*
div.pie-chart {
  position: absolute;
  right: 1em;
}
*/

input.deploy {
  padding: 1em;
  font-size: 130%;
  margin-right: 1em;
  margin-bottom: 1em;
}

div.form-input-block {
  display: block;
  width: 85%;
  margin-top: 2em;
  margin-bottom: 4em;
}

div.form-input-title {
  float: left;
  width: 40%;
  font-weight: bold;
  font-size: 110%;
}

div.form-input-input {
  display: inline-block;
  width: 50%;
}

div.form-input-help {
  padding-left: 2em;
  font-weight: 100;
  font-style: italic;
  font-size: 90%;
}

.info-box { 
  padding: 0 1em 1em 1em;
  width: 50%;
  margin-bottom: 1em;
}

.option-box {
  border: 1px solid gray;
  background: #eee;
  padding: 1em;
  width: 85%;
  margin-bottom: 2em;
}

.tickLabel {
  font-size : 90%;
}

.legendLabel {
  font-size : 90%;
}

.webapp-expand {
  border: 1px solid grey;
  padding: 0em 1em 1em 1em;
  width: 58em;
}

.webapp-data {
  width: 60em;
}

.webapp-actions {
  text-align: center;
  white-space: nowrap;
  width: 15em;
}

.sessions-expand {
  border: 1px solid grey;
  padding: 0em 1em 1em 1em;
  width: 58em;
}

.top-header {
	width: 100%;
	text-align: right;
	padding-top: 2em;
}

/* revert to default style for .ui-tabs .ui-tabs-hide */
/*setting display to none, brekas summary/meters*/
/*leaving it as block; breaks formmating when of summary page in presence
of log entries*/
.ui-tabs .ui-tabs-hide {
  display:block !important;
  position: absolute;
  left: -10000px;
}

.req-pro-title {
	color : black;
	font-family: Arial,Helvetica,sans-serif;
  font-style : italic;
  font-weight : bold;
  border-bottom : 1px solid black;
}

.req-pro-message {
	margin-top : .75em;
	margin-left : 1.25em;
  font-family: Arial,Helvetica,sans-serif;
	font-style : italic;
  color : black;
}

.req-pro-link {
  margin-top : .75em;
  margin-left : 1.25em;
  font-family: Arial,Helvetica,sans-serif;
  font-style : italic;
  color : gray;
}

.no-data {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 90%;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  color : grey;
  font-size: .5em;
  z-index: 2;
}

div.refresh-sessions {
  height: 2em;
}

a.refresh-sessions {
  color : #e5a122;
}

a.refresh-sessions:visited {
  color : #e5a122;
}

a.refresh-sessions:hover {
  color : #e5a122;
  cursor: pointer;
}

table.data-detail {
  font-size: 100%;
  color: black;
  border-collapse: collapse;
  empty-cells: hide;
}

.data-detail td {
  padding: 3px 4px 3px 4px;
  border: thin solid grey;
}
/* old background: #e0e6f8; */

.data-detail th {
  padding: 3px 4px 3px 4px;
  background: #EBD7B2;
  text-align: center;
  border: thin solid grey;
}

/*  background : #d0e4ff; */
.data-detail td.group {
  background : #EBD7B2;
  font-weight : bold;
}

/* background : #e0e6f8; */
.data-detail td.item {
  background : #EBD7B2;
  font-weight : bold;
}

.data-detail td.itemfail {
  font-weight : bold;
  background : #f99;
}

.error {
  font-weight : bold;
  color: red;
}

.scoreboard-container {
  display: inline-block;
}

.scoreboards {
  color: black;
  float: left;
  margin-right: 5px;
}

.scoreboard-header {
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 1px;
  margin-left: 0px;
  margin-right: 0px;
  width: 580px;
}

.scoreboard-data {
  background-color: #F4F4F4;
  padding: 5px;
  font-family: monospace;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1em;
  width: 570px;
}

.scoreboard-key {
  font-size: 90%;
  color: black;
  font-family: monospace;
  font-size: 13px;
  float: right;
}

