.navbar .brand:hover {
  text-decoration: none;
}
/*.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}*/

body {
    padding-top: 60px;
}

/* Trident font theming */

h1 {font: 60px/68px 'BebasRegular', Arial, sans-serif; letter-spacing: 0;}
h2 {font: 50px/56px 'BebasRegular', Arial, sans-serif; letter-spacing: 0;}

/* Disable this, until we are sure we want Donegal everywhere.
 * p td div th { font-family: 'DonegalOne', serif; }*/
div.home {font: 1em 'DonegalOne', Times, serif; letter-spacing: 0;}

/* End Trident font theming */

div.allocations {
    margin: 0 0 10px;
    clear: both;
    overflow-x: auto;
}

div.allocations table, div.allocations th, div.allocations td {
    border-bottom: 1px solid black;
}

div.allocations table {
    border-top: 1px solid black;
}

div.allocations td {
    vertical-align: middle;
}

div.legend span {
    padding: 3px 5px;
    margin: 0 2px;
    border: 1px solid black;
}

div.allocations td.good, div.legend .good {
    background: #DFF0D8;
}

div.allocations td.warning, div.legend .warning {
    background: #F2DEDE;
}

div.allocations td.current, div.legend .current {
    background: #D9EDF7;
}

.text-right, td.text-right {
    text-align: right;
}

div.allocations td.text-right {
    padding-right: 10px;
}

div.allocations .controls {
    border: 0;
}

td.nw {
    white-space: nowrap;
}

.sampling-catch-view .span1.text-right {
    margin-right: 15px;
    width: 55px;
}

/*
 * Attempt to make home page footer fixed on bottom of the screen... didn't
 * work.
body.home {
    height: 100%;
    margin: 0;
}
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
    background: yellow;
}
.themiddle {
    display: table-row;
    height: 100%;
    background: turquoise;
}
.footer {
    display: table-row;
    background: lightgray;
}
*/

#yearly th, #yearly tr, #yearly td,
#areas th, #areas tr, #areas td {
    text-align: right;
}

#yearly .left,
#areas .left {
    text-align: left;
}

#events th, #events tr, #events td {
    text-align: right;
}

#events .left {
    text-align: left;
}

/* For area reports */
tr.thisweek {
    background-color: #EEEEFF;

}

ul.notifications {
    /* border: 1px solid grey; */
    list-style-type: none;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 240px;
    max-height:400px;
    overflow-x: hidden;
    overflow-y: auto;
}
ul.notifications li {
    border-bottom: 1px dotted grey;
    padding-left: 5px;
    padding-right: 5px;
}
ul.notifications li.unread {
    background-color: rgb(237, 237, 255);
}
ul.notifications li.notification-divider {
    padding-bottom: 5px;
    border-bottom: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAD0lEQVQImWNgQAX/yeAAAIHCA/0RE2WAAAAAAElFTkSuQmCC) repeat;
}
ul.notifications li.see-all, ul.notifications li.no-new {
    text-align: center;
    vertical-align: middle;
    border-bottom: none;
}
ul.notifications li i {
    white-space: nowrap;
    font-size: 11px;
    color: #555;
}
ul.notifications a {
    display: inline;
    padding: 0 0 0 0;
    white-space: normal;
    font-weight: bold;
}
ul.notifications li:last-child{
    border:none;
}

#scs-notifications sub.unread-count {
    color: blue;
}

ul.errorlist {
    list-style-type: none;
    color: #b94a48;
}
.control-group.error ul.errorlist {
    display: inline;
    margin-left: 5px;
}
.control-group.error ul.errorlist li {
    display: inline;
}

form.xxlarge-inputs .controls {
    width: 530px;
}
form.xxlarge-inputs input[type=text],
form.xxlarge-inputs select,
form.xxlarge-inputs textarea {
    width: 100%;
}

tr.ordered {
  cursor: move;
}

/* SELECTOR (FILTER INTERFACE) */
.selector h2 {
  font: 1em "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 auto;
}

.selector .selector-filter label {
    float: right;
}

.selector .selector-filter input[type=text] {
    width: 350px;
}

/* Rowlink */
.table tbody tr.rowlink:hover td {
  background-color: #f6f6f6;
}

.user-details dt {
  clear: left;
  float: left;
  width: 14em;
}

.user-details dd {
  margin-left: 14.5em;
}
#user_table .pagination {
  margin: 10px 0 5px;
}
