dl.dl-horizontal > dt {
  width:200px;
}
dl.dl-horizontal > dd {
  margin-left: 220px;
  width: 120px;
}

.meter-reading {
  padding-left: 50px;
}

#data tr.selected, #data tr.selected td, .data-table-body tr.selected, .data-table-body tr.selected td {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}

#data tr, .data-table-body tr {
  cursor: pointer;
}

div.table-container {
	clear: both;
	height: 510px;
	/*overflow: auto;*/
}

th.header .icon-sort, th.header .icon-sort-down, th.header .icon-sort-up {
  display:none;
}

th.header.headerSortUp .icon-sort-up {
  display: inline-block;
}

th.header.headerSortDown .icon-sort-down {
  display: inline-block;
}

th.header.headerSortNone .icon-sort {
  display: inline-block;
}

#bill-list .tableFloatingHeader {
  background-color: white;
}

#bill-form-fieldset .alert, #new-meter-modal .alert, #account-form-fieldset .alert {
  margin-top: 5px;
}

#bill-form-fieldset .alert, #account-form-fieldset .alert {
  margin-left: 0px;
  margin-bottom: 0px;
}

#accounts-table_filter {
  margin-left: 30px;
}

#highlight-info {
  float: left;
  height: 25px;
  padding: 8px;
  left: 1160px;
  font-size: 12px;
}

.bottom-divider {
  position: fixed;
  z-index: 502;
  bottom: -50px;
  border-top: 1px solid #DDD;
  width: 1250px;
  height: 130px;
  background-color: white;
  margin-left: -60px;
}

#r-top, #r-bottom, #l-top, #l-bottom {
  z-index: 501;
}

#r-top a, #r-bottom a, #l-top a, #l-bottom a {
  margin: 2px;
  font-size: 24px;
}

#date-selection {
  margin-left: 5px;
}
#date-range-inputs {
}
.clear-date {
  cursor: pointer;
}

#current-count-link {
  text-decoration: underline;
}

#current-count-input {
  width: 40px;
  display: none;
  line-height: 0;
  font-size: 12px;
  height: 15px;
}

#bill-list td.nooverflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
}

#bill-list th a {
  text-decoration: none;
}

#bill-list td a {
  color: #000000;;
  text-decoration: none;
}

.clear {
  clear: both;
}

#l-bottom, #l-top {
  float: left;
  clear: both;
  font-size: 20px;
  margin-left: -50px;
}

#r-bottom, #r-top {
  font-size: 20px;
}

#r-top {
  position: fixed;
  top: 190px;
  margin-left: 1120px;
}

#r-bottom {
  position: fixed;
  bottom: 100px;
  margin-left: 1120px;
}

#l-top {
  position: fixed;
  top: 190px;
  margin-left: -50px; 
}

#l-bottom {
  position: fixed;
  bottom: 100px;
  margin-left: -50px;
}

#l-bottom a:hover, #l-top a:hover, #r-bottom a:hover, #r-top a:hover {
  text-decoration: none;
}

#table-container {
  margin-top: 0px;
  margin-bottom: 50px;
}

#additional-fields {
  margin-bottom: 80px;
}

#bill-nav {

}

#bill-edit-address {
  font-size: 14px;
  float: right;
  margin-top: -60px;
}

th.sorted, td.sorted {
  background-color: #efefef;
}

.error div.tooltip div.tooltip-arrow {
  border-top-color: #b94a48;
}
.error div.tooltip div.tooltip-inner {
  background-color: #b94a48;
}

.tooltip-inner ul.errorlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bill-edit-fac{
  line-height: 35px;
  position: relative;
  top: -10px;
}

#bill-edit-fac div.tooltip {
  min-width: 150px;
}

#total-meter-2 {
  margin-right: 25px;
}

#total-due-header {
  display: block;
  margin-top: 0px;
  width: 75%;
  line-height: 30px;
}

/* #type-form { */
/*   display: inline-block; */
/* } */

.sub-total-cost {
  padding-right:70px;
}

.total-cost {
  padding-right: 40px;
}

.totals h3, .totals h4, .totals h5, .totals h6 {
  margin-top: 0;
}

.totals .total, .totals .diff {
  margin-bottom: 0;
}

#total {
  margin-top: -10px;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.check {
  color: #5bb75b;
}

.icon-warning-sign {
  color: #bd362f;
}

#bill-form-fieldset > legend, #account-form-fieldset > legend {
  height: 80px;
}

#bill-form-fieldset, #account-form-fieldset {
  margin-top: 0px;
}

#new-bill #new-account #noaccts {
  text-align: center;
  width: 972px;
  height: 340px;
  vertical-align: middle;
}

#new-bill-modal #noaccts {
  text-align: center;
  width: 680px;
  height: 140px;
  vertical-align: middle;
}

#v1, #v2 {
  display: none;
}

#home-sections {

}

#pb1-cont, #tc1-cont, #v1, #sf1-cont, #st1-cont {
  background: rgb(216, 247, 253);
  padding: 2px 20px;
}

#pb2-cont, #tc2-cont, #v2, #sf2-cont, #st2-cont {
  background: rgb(202, 162, 134);
  padding: 2px 20px;  
}

#v2 .note {
  color: white;
}

#home-sections div.link {
  
}

label[for=include-hist] {
  vertical-align: text-top;
}

#report-type-form div.link {
  margin-top: 10px;
}

#data tr td, #data tr th, .data-table-body tr td, .data-table-body tr th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home-sections div.description {
  margin: 15px 0;
  font-size: 11px;
}

.draghandle.dragged {
    border-left: 1px solid #333;
}

.draghandle {
    position: absolute;
    z-index:5;
    width:5px;
    cursor:e-resize;
}

#home-sections div.description.under-construction {
  /*text-align: center;*/
}

#accounts-table tr th {
  border-right: 6px solid white;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.table-container {
	/*overflow: hidden;*/
	width: 1000px;
}
/* define width of table. IE browsers only                 */
div.table-container table {
	float: left;
	width: 514px
}
/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.table-container table {
	width: 1000px
}
/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixed-header tr {
	position: relative
}
/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/*html>body thead.fixed-header tr {
	display: block
}*/
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scroll-content {
	height: 350px;
	overflow: auto;
}

div.dataTables_length label {
    width: 460px;
    float: left;
    text-align: left;
}
 
div.dataTables_length select {
    width: 75px;
}
 
div.dataTables_info {
    padding-top: 8px;
}
 
div.dataTables_paginate {
    float: right;
    margin: 0;
}
 
table {
    margin: 1em 0;
    clear: both;
}

.report_select {
    width: 325px;
}

hr.report_divider {
   color: #0c0;
   background-color: #0c0;
   height: 3px;
}

div.report_divider {
   margin-top: 4px;
   margin-bottom: 4px;
   height: 20px;
}

h3.report_center {
   text-align: center;
   margin-top: 2px;
   margin-bottom: 2px;
   line-height: 24px;
}

h3.report_header {
   margin-top: 2px;
   margin-bottom: 2px;
   line-height: 24px;
}

.input-xxlarge[class=input-xxlarge] {
    width: 485px;
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
/*html>body thead.fixed-header th {
	width: 292px
}

html>body thead.fixed-header th + th {
	width: 272px
}

html>body thead.fixed-header th + th + th {
	width: 315px
}

html>body thead.fixed-header th + th + th + th {
	width: 305px
}*/
/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
/*html>body tbody.scroll-content td {
	width: 200px
}

html>body tbody.scroll-content td + td {
	width: 240px
}

html>body tbody.scroll-content td + td + td {
	width: 300px
}

html>body tbody.scroll-content td + td + td {
	width: 300px
}*/

div.comp-top, div.comp-middle, div.comp-bottom {
  background-color: #D9EDF7;
   padding-left: 6px;
   padding-right: 6px;
   border-left-style: solid;
   border-right-style: solid;
   border-left-width: 2px;
   border-right-width: 2px;
}

div.comp-top {
   border-top-style: solid;
   border-top-width: 2px;
}

div.comp-bottom {
   border-bottom-style: solid;
   border-bottom-width: 2px;
}

div.targetmonth {
   min-height: 20px;
}

#bvs_heading {
   font-size: 14px;
}

.details-header {
   text-align: center;
   font-weight: bold;
   font-size: 16px;
   line-height: 18px;
   margin-bottom: 3px;
}

.bvs-page-title {
   font-size: 16pt;
   font-weight: 500;
}

.thin-hr {
   line-height: 1px;
   height: 1px;
   color: #000000;
   background-color: #000000;
}

#approve-modal {
   width: 600px;
}

.bt-color-0, .bt-color-1, .bt-color-2, .bt-color-3, .bt-color-4, .bt-header, .bt-color-total {
   font-size: 12px;
   vertical-align: top;
}

.bt-color-0 {
   background-color: #FFFFFF;
}

.bt-color-1 {
   background-color: #CCFFFF;
}

.bt-color-2 {
   background-color: #CCFFCC;
}

.bt-color-3 {
   background-color: #C0C0C0;
}

.bt-color-4 {
   background-color: #FF9900;
}

.bt-header {
   font-style: italic
}

.bt-color-total {
   font-weight: 600;
}

td.bt-color-0, td.bt-color-1, td.bt-color-2, td.bt-color-3, td.bt-color-4, td.bt-header, td.bt-color-total {
   padding-left: 4px;
   padding-right: 4px;
}

#date_field {
   width: 170px;
}

#fy_select {
   width: 70px;
}

#period_select {
   width: 200px;
}

.summary_title {
  text-align: center;
}

.summary_data {
  text-align: center;
}

#main-content {
  padding-left: 20px;
  padding-right: 20px;
}
