.fsnau-logo { height: 60px; }
.form-error { font-size: 0.9em; color: #EE4000; margin: 5px 0; }
.content-header > h1 { color: #CD4F39; text-transform: uppercase; }
h2, h3, h4, h5, h6 { color: #4F94CD; } /* previous colors: #3c8dbc, #0000CD */
h4.earlywarning { color: #4F94CD; font-weight: 800; padding-top: 30px; }
.hidden { display: none; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #f9f9f9;
	font-weight: bold;
}
.nav-tabs { margin-bottom: 15px; }
.breathing { padding-right: 15px; padding-left: 15px; }
/* DIVS THAT ARE HIDDEN WHEN THE PAGE LOADS */
#new-basket { display: none; }
.signup-box { width: 800px; }
.form-prompt { margin: 20px 0; font-size: 120%; font-weight: normal; }
.scrollable { height: 130px; overflow: auto; border: 1px solid #ccc; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.scrollable-table { height: 300px; overflow: auto; border: 1px solid #ccc; padding: 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.scrollable-summary-table { height: 130px; overflow: auto; border: 1px solid #ccc; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.search-criteria-container { padding: 20px; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.criteria-text { color: #03A89E; }
.criteria-text { color: #CD8500; }
.loader { color: #FF4500; }
.criteria-error { display: block; padding: 10px; margin: 20px 0; color: #f00; border: 1px solid #F4A460; background-color: #FFF68F; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.error { color: #f00; }
.top-breather { margin-top: 10px; }
.market-data-summaries { background-color: #BFEFFF; }
.thick-border { border-top: 3px solid #999; }
.btn-fsnau { min-width: 150px; }
.early-warning-normal { background-color: #66CD00; color: #fff; }
.early-warning-alert { background-color: #FFF68F; }
.early-warning-alarm { background-color: #FF6103; color: #fff; }
.blank {}
.summary-values { /*font-size: 0.8em; font-weight: bold;*/ }
table#early-warning-summary-table td, table#early-warning-summary-table th { border: 1px solid #fff; }
table#early-warning-summary-table thead th {
  /*height:150px;*/
  /*-ms-transform:rotate(270deg); /* IE 9 */*/
  /*-moz-transform:rotate(270deg); /* Firefox */*/
  /*-webkit-transform:rotate(270deg); /* Safari and Chrome */*/
  /*-o-transform:rotate(270deg); /* Opera */*/
  /*transform: rotate(270deg);*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
}
table#early-warning-summary-table thead th { border: none; border-bottom: 3px solid #333; border-top: 1px solid #d0d0d0; }
table#early-warning-summary-table tbody tr:last-child { border-bottom: 3px solid #333; }
.early-warning-no-data { background-color: #ddd; }
.missing-his-value { border: 1px solid #f00; background-color: yellow; }
.his-value-error { border: 1px solid #f00; background-color: #f00; color: #fff; }