/* thunderstone_file_sha1: 00d8e7c259117e479ea4497c665869945bfbc35c */

body {
   font-family: Arial, Helvetica, sans-serif;
}

form {
   /* now styled via jquery adding jqueryui classes */
   /* background: #F0F8FF; */
   /* border: 1px solid #000080; */
}

form.nostyle {
   background: none;
   border: none;
   display: inline;
}

form.navsearch {
   background: none;
   border: none;
   display: inline;
   margin-top: 0;
   margin-bottom: 0;
}

form#configSettings {
   display: inline-block;
}

#adminThemeNote {
   display: inline-block;
   margin-left: .5em;
   padding: .1em;
}

.box {
   margin: .5em;
   padding: .5em .3em;
}
.box > span {
   float: left;
   max-width: 95% /* leave room for the icon */
}

/* Grouping of items; looks similar (but different) than a form box: */
.groupBox {
   border: 1px solid #000080;
   background: #F0F8FF;
   /* 1em margin-bottom for Firefox 3.5: */
   margin-bottom: 1em;
}

.navlabel {
   font-weight: bold;
   text-align: left;
}

/* ====================================================================== */
.bigLink > a > img {
   vertical-align: middle;
}
.bigLink > span {
   font-weight: bold;
}

/* ====================================================================== */
.dashBox {
   border: black solid 1px;
   display: inline-block;
   margin: .5em;
   padding: .5em;
   min-width: 100px;
}
.dashBox h1 {
   margin: 0;
   text-align: center;
}
.dashBox .dashBoxValue {
   margin: 0;
   text-align: center;
   display: block;
   font-size: 2em;
   font-weight: bold;
}
.dashBox .dashBoxLabel {
   text-align: center;
}
.dashBoxPercentValue::after {
   content: "%";
}
#dashBoxExpires.MaintOK::before {
   content: "Expires: ";
}
#dashBoxExpires.MaintExpired::before {
   content: "Expired: ";
}
#dashBoxMaintenance::before {
   content: "Maintenance: ";
   color: black;
}
#dashBoxMaintenance.MaintOK {
   color: green;
}
#dashBoxMaintenance.MaintExpired {
   color: red;
}

.dashLineGraphContainer {
   display: inline-block;
   width: 182;
   color: #000;
   background-color: #fff;
   padding: 3px;
   margin: 6px;
   box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
   cursor: pointer;
}

.dashLineGraph {
   display: inline-block;
   width: 180px;
   height: 130px;
}

/* pull the y-label a little more to the left, make room for
 * larger axis labels like "600k" */
.dygraph-ylabel {
    margin-top: -.3em;
}

.dashGraphLoader {
   border: 16px solid #f3f3f3; /* Light grey */
   border-top: 16px solid #aed0ea; /* Blue */
   border-radius: 50%;
   display: inline-block;
   width: 120px;
   height: 120px;
   animation: spin 2s linear infinite;
}

@keyframes spin {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); }
}

#thebiggraph .dashLineGraphLegendContainer { height: 2em; }

.white-popup {
   background: #FFF;
   color: #000;
   position: relative;
   width: 80%;
   margin: 20px auto;
   padding: 20px;
}

/* ====================================================================== */
.topinfo p {
   margin-top: 0;
   padding-top: 0;
}
.topinfo a:hover {
   text-decoration: none;
}

.logininfo {
   float: right;
   font-size: 0.8em;
}

.breadcrumb {
   font-size: small;
   white-space: nowrap;
   float: left;
}
.breadcrumb a:link, .breadcrumb a:visited, .logininfo a:link, .logininfo a:visited { 
  color: black;
}

.profileStatus {
   font-weight: bolder;
   text-align: center;
}

.productHeaderImage {
   float: right;
}

.navdivide div {
   clear: both;
}

.productHeader p {
   font-size: 0.9em;
   margin: 0;
   min-height: 37px;
}

.navversion {
   font-size: 2em;
   font-weight: bold;
   height: 40px;
}

.navexpires {
   float:right;
   font-size:75% !important;
   padding-right:.5em;
   margin-left:1em;
   margin-right:1em
}
.navexpires > .ui-icon {
   margin: .3em .15em 0 0;
}

.navStatusMeta {     color: #707070 }
.navStatusStopping { color: green }
.navStatusRunning {  color: green }
.navStatusSuccess {  color: black }
.navStatusFailed {   color: red }
.navStatusDefault {  color: black }

div#navbarContainer {
   float: left;
   width: 9em;
   overflow: hidden;
}

div#contentContainer {
   margin-top: .25em;
   float: left;
   min-width: 100%;
}

/* force a scrollbar so one doesn't pop in when the menu expands */
html {
   overflow-y: scroll;
}

.topinfo {
   clear: both;
   padding-bottom: .1em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* navmenu */
div.navmenu {
   clear: both;
   margin-bottom: -1em;
   /* ensure the nav menu doesn't wrap */
   min-width:600px; width: auto !important; width: 600px;
}

/* styles for both menu bar <ul>s & submenu <ul> */
div.navmenu ul {
   white-space: nowrap;
   list-style: none;
   padding: 0; margin: 0;
   float: left;
}

div.navmenu > ul.navmenuleft  { float: left; }
div.navmenu > ul.navmenuright  { float: right; }

div.navmenu > .navmenumiddle {
   padding: .3em 0 .25em 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* navmenu items */
div.navmenu li {
   float: left;
   margin: 0; padding: 0;
   border-top: none; border-bottom: none;
   position: relative;
   z-index: 100; /* IE7 needs a z-index to show dropdown in front */
}

div.navmenu li.nolink {
   border: none;
   padding: .3em .5em .25em .5em;
}

div.navmenu > ul.navmenuleft > li { border-left: none; }
div.navmenu > ul.navmenuright > li { border-right: none; }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* navmenu links */

/* styles common to all links, menubar & submenu */
div.navmenu a {
   padding: .3em .5em .25em .5em;
   display: block;
   outline-color: transparent;
   text-decoration: none;
   white-space: nowrap;
}

/* styles for main menubar links, not submenu */
div.navmenu > ul > li > a {
   float: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* submenus */
div.navmenu > ul > li > ul {
   position: absolute; /*Keeps submenu from affecting main navigation flow */
   display: none;
   z-index: 1000; /* make sure it sits on top of menubar if there's any overlap */
}

/* submenus of the left menubar are left aligned with their menu item's
 * left side, and vice-versa for right. */
ul.navmenuleft li ul { left: 0; }
ul.navmenuright li ul { right: 0; }
   
/* give submenus & nested submenus a drop shadow */
div.navmenu > ul ul {
   -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
   box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* submenu items */
div.navmenu li ul li {
   position: relative;
   width: 100%;
   clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* nested submenus */
div.navmenu li li > ul {
   position: absolute;
   display: none;
   z-index: 2000;
   top: 0px;
   /* sexy drop shadows! */
   -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
   box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

/* make all the arrows in navmenu less wide */
div.navmenu .ui-icon {
   margin-left: -8px;
}

/* ====================================================================== */
/* Test Fetch */

.tf_table {
    width: 100%;
}

.tf_table th {
    text-align: left;
    vertical-align: top;
    /* make labels on the left as narrow as possible, without wrapping */
    white-space: nowrap;
    width: 1%;
}

.tf_sectionButton {
    font-family: monospace;
    font-size: larger;
}

.tf_sectionHeader {
   cursor: pointer;
   margin: 0em; /* remove h4's margins */
   padding: .25em; /* and give it a lil breathing romo */
}

.tf_sectionHeader > * {
   text-decoration: underline;
}

.tf_sectionHeader > *:hover {
   text-decoration: none;
}

div.tf_section {
    margin-left: 1em;
}

.tf_section > tr > th {
   padding-left: 1em;
}

/* tf_section with big, table-spanning content don't have a th like above,
 * give them their own indentation */
.tf_section > tr > td[colspan="2"] {
    padding-left: 1em;
}

.tf_hidden {
    display: none;
}

.tf_blob {
    color: black;
    background-color: #e0e0e0;
    margin-left: 1em;
}
.tf_blobSmall {
    overflow: auto;
    height: 20em;
    width: 80em;
}
/* blobList blobs displays with alternating colors on items, kill the gray
 * background that normally occurs with blobs */
.tf_blobList {
    background-color: transparent;
}
/* force no display on empty sections to prevent TINY WIGGLE when expanding */
.tf_section.tf_empty {
    display: none;
}

.tf_error, .tf_warning    { color: black; background-color: #ffcccc; }
.tf_info     { color: black; background-color: #cccccc; }
.tf_positive { color: black; background-color: lightGreen; }

.tf_primers {
    margin-left: 1em;
}

/* ====================================================================== */
/* other stuff */

img.ui-datepicker-trigger {
    padding-left: .25em;
    cursor: pointer;
}

.hideWhileLoading {
   display: none !important;
}

.addHandle img {
   border: none;
   vertical-align: middle
}

.sortHandle {
   cursor: n-resize;
   vertical-align: middle;
}

.collapseEditHandle, .deleteHandle, .editHandle {
   cursor: pointer;
   vertical-align: middle;
}

.undoHandle {
   border: none;
}

div.undoable, td.undoable {
   border-top: solid 2px #bbb;
   border-left: solid 2px #ccc;
   background-color: #e0e0e0;
   color: #777;
   padding-left: 2px;
}
/* need a specific rule for "Undo" link to stop jqueryui theme overriding */
td.undoable > span > a {
   background-color: #e0e0e0;
   color: #777;
}

.undoable span.status {
   border-left: none;
   padding-left: 1em;
   padding-right: .5em;
}

input[type='number'] {
    width: 4em;
}

/* ====================================================================== */
/* archive log viewer */
div.archiveLogContainer {
   display: table;
   margin-left: 1em;
}
div.archiveLogRow {
   display: table-row;
}
div.archiveLogCell {
   display: table-cell;
   padding-right: .5em;
}

/* ====================================================================== */
/* docs nav */
table.docsNav {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 0.9em;
   width: 100%;
}

td.docsNavLeft {
   padding: 5px;
   text-align: left;
}
td.docsNavCenter {
   padding: 5px;
   text-align: center;
}
td.docsNavRight {
   padding: 5px;
   text-align: right;
}

td.docsNavLeft  a {
   display: inline;
   width: 100%;
   padding: 5px;
}

td.docsNavCenter a {
   display: inline;
   width: 100%;
   padding: 5px;
   text-align: center;
}

td.docsNavRight  a {
   display: inline;
   width: 100%;
   padding: 5px;
   text-align: right;
}

/* ====================================================================== */
/* override some jqueryui defaults that make everyhting huge */
.ui-widget {
   font-size: inherit;
}

/* jqueryui tabs & buttons have waaay to much space around them by default */
.ui-tabs .ui-tabs-nav li a {
   padding: .25em .5em;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
   padding: .2em .5em .2em 1.5em;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
   left:.25em
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
   margin-top:-10px
}

/* Don't draw the orange box around clicked tabs */
.ui-tabs .ui-tabs-nav li a {
   outline-color: transparent
}

/* spinners are outlined in gray instead of black by default.  WHY. */
span.ui-spinner {
    border-color: #444444;
    margin-bottom: 1px;
}
span.ui-spinner input {
    text-align: right;
}
    
/* ui-icon is box by default, we pretty much always want it inline, mid-line */
.ui-icon {
   display: inline-block;
   float: left;
   margin-top: .1em;
   margin-right: .1em;
}

/* add styling for a label inside progress bars */
.ui-progressbar {
   position: relative;
}
.ui-progressbar .progress-label {
   position: absolute;
   top: 15%;
   font-weight: bold;
   width: 100%;
   text-align: center;
}

/* ====================================================================== */
.countdown {
    margin: .5em;
}

/* ====================================================================== */
.copydbQueued tr {
    white-space: nowrap;
}
.copydbQueued .fromNone {
   font-style: italic;
}

/* ====================================================================== */
.documentUsageOverview {
   margin: .5em;
   /* give a fixed height now to avoid jumping the page height when we
    * .progressBar() this */
   height: 32px;
}

/* ====================================================================== */
table.diImport {
   border-collapse: collapse;
   border-spacing: 0px;
}
table.diImport, table.diImport tr td, table.diImport tr th {
   border: 1px solid #808080;
}
table.diImport tr td, table.diImport tr th {
   padding: .15em;
}
.diNumeric {
   text-align: right;
   font-family: monospace;
   font-size: 125%
}

/* ====================================================================== */
.helpHandle {
   cursor: help;
}

/* ====================================================================== */
.infoHdr {
   background: #000080;
   color: #E8E80C;
   font-weight: bold; 
   padding: 3px 3px 3px 10em;
   margin-top: 2px;
   margin-bottom: 1px;
}

.infoHdr a[href] {
   font-weight: normal;
   color: #FFFFFF;
}

/* ====================================================================== */
.pageBox {
    width: 600px;
    padding: .5em;
}
/* pageBox inside a table uses its parent width */
th > .pageBox {
    width: 100%;
    padding: 0px;
}
.pageBox .pageText {
    text-align: center;
    white-space: nowrap;
}
.pageBox .pageLinks {
    text-align: center;
}
.pageBox .prev {
    float: left
}
.pageBox .next {
    float: right
}
.pageBox .current {
    font-weight: bold
}
.pageTimestamp {
   float: right;
   text-align: right;
   font-size: smaller;
   font-style: italic;
   overflow: auto;
}

/* ====================================================================== */
#parametricFields_container {
   white-space: nowrap;
}
#parametricFields_container th {
   text-align: middle;
}
#parametricFields_container .psFieldStatus {
   padding-left: .5em;
}
#parametricFields_container img {
   vertical-align: middle;
}

/* ====================================================================== */
#pieCanvas, #pieLegend {
   float: left;
   margin: .5em;
}

#pieLegend a:hover {
   text-decoration: none;
}

.pieLegendBlock {
   display: inline-block;
   width: 1em;
   height: 1em;
   margin-top: 2px;
   margin-right: .25em;
   vertical-align: top;
   border-radius: 5px;
   border: solid .5px gray;
}

.pieLegendNumber {
   text-align: right;
}

/* ====================================================================== */
#progressbar {
   margin-top: .5em;
}
#progressmsg {
   margin-top: 1em;
}


/* ====================================================================== */
.setItem
{
   border: 1px solid black;
   /* add a LITTLE bit of internal space
    * between the text and the border */
   padding-left: .1em;
   padding-right: .1em;
   /* add a larger amount of space after the item */
   margin-right: .5em;
}
.setItem:nth-child(even) {
   color: black;
   background: lightGray;
}
.setItem:nth-child(odd) {
   color: black;
   background: #F0F8FF;
}



/* ====================================================================== */
#taskGui {
   margin-top: 1em;
}
#taskGui tr {
    white-space: nowrap;
    text-align: right; 
}
#taskGui td, #taskGui th {
   padding: .2em .5em;
}
#taskGui th {
   text-align: center;
}

#taskGui .average, #taskGui .averageUnsure {
   text-align: right;
   font-style: italic;
   font-size: small;
}
.taskGuiRunning, .taskGuiRunning a {
   color: black;
   background: lightgreen
}
.taskGuiQueued, .taskGuiQueued a {
   color: black;
   background: lightyellow
}
.taskGuiError, .taskGuiError a {
   color: black;
   background: #ffcccc
}
.taskGuiDetail {
    text-align: left;
}
.taskGuiTitle {
   margin-bottom: 0px;
}

/* ====================================================================== */
.thunderstoneSupportInfo {
   clear: both;
   display: none;
   float: left;
   text-align: left;
   font-size: smaller;
   font-style: italic;
}

/* ====================================================================== */
.usageLabel {
   margin-top: 1em;
}
.usageLabel h4 {
   margin: 0px;
   display: inline-block;
}

.usageLabel .forceRefresh {
   display: inline-block;
   float: right;
}

/* ====================================================================== */
table caption {
   font-size: large;
   font-weight: bold;
   white-space: nowrap;
   text-align: left;
   margin-top: 1em;
}

.verticalTable th {
   text-align: right;
   white-space: nowrap;
}
.verticalTable .avg {
   text-align: right;
}
.verticalTable .req {
   font-weight: bold;
   text-align: right;
}
.verticalTable .noreq {
   text-align: right;
}

/* ======================================================================= */
/* .indentWrap: indents word-wrapped lines, e.g. for log files: */
.indentWrap {
    padding-left: 3em;
    text-indent: -3em;
    display: inline-block;
}

/* ====================================================================== */
/* UpgradeData table styles */
.upgradeData {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-collapse: separate;
   margin-bottom: .5em;
}

.upgradeData th, .upgradeData td {
	border-width: 1px;
	border-style: inset;
   padding: .25em;
}
.upgradeData label {
   display: block;
}
.upgradeData .debugLog {
   white-space: pre;
}
.upgradeData td.changed, .upgradeData td.notChanged, .upgradeData td.error {
   text-align: center;
   color: black;
}
.upgradeData td.changed {
   background: lightYellow;
}
.upgradeData td.notChanged {
   background: lightGreen;
}
.upgradeData td.error {
   background: lightRed;
}
/* ====================================================================== */
.clearAfter:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearAfter {
   zoom: 1 /* trigger hasLayout for IE < 8 */
}

th, .tf_sectionHeader {font-weight: bold; color: black; background-color: #c0c0c0}
tr.odd { background: #E8E8E8 }
tr.even {  }
tr.hiddenSetting { display: none }
.selectItem { color: black; background: #FFFFFF }
.selectGroup { color: black; background: #FFFFFF }
.selectContainerHdr { color: black; background: #E0E0E0 }
.selectContainerItem { color: black; background: #F0F0F0 }

/* preWordWrap: class to allow word-wrap in a <pre> block: */
.preWordWrap {
  white-space: pre-wrap;        /* css-3 */
  white-space: -moz-pre-wrap;   /* Mozilla, since 1999 */
  white-space: -pre-wrap;       /* Opera 4-6 */
  white-space: -o-pre-wrap;     /* Opera 7 */
  word-wrap: break-word;        /* Internet Explorer 5.5+ */
}
/* ====================================================================== */

