body {
  font-size:8pt;
  line-height: 9pt;
  min-width: 0!important;
  padding-top: 1em;
}

div.title{
  font-size: 15px;
  text-align: center;
  margin: 1em auto;
}
table {
  border-spacing:0;
  border-collapse:collapse;
}

td,th {
    border: 1px solid #000;
    padding: 2px;
}   

input {
    font-size:1em;
}

ol.clean, ul.clean {
  list-style-type: none;
}

#frame {
    width: 99%;
    padding: 0;
    /*margin: 0;*/
    margin: 1px auto 1px auto;
}
#content {
    padding: 0;
    min-height: 0;
}
.body {
    padding: 0;
}


.noprint{
    display: none!important;
}

.printonly{
    display: block;
}

li.printonly {
  display: list-item;
}

* html #head_content {
    width: 650px;
    margin: 0 auto 0 auto;
    padding: 5px 10px 0 10px;
}

* html #subhead {
    padding-top: 5px
}


#header_left {
    width: 100px;
  position: relative;
}

#header_right {
    width:100px;
}
#header_text {
    clear: none;
  color: black;
  text-align: center
}

img.chart {
  width: 650px;
}

#header_toolbar div.user_info {
  text-shadow: none;
}

#header_toolbar div#user_info a {
  text-shadow: 0px 0px white !important;
}
.superuser .page_break {
  page-break-before: always;
}
.group_page { 
  page-break-after: always;
}

#bidding_status {
  float: left;
  width:160px
}

#bidding_status li {
  height: 1.6em;
  line-height: 1.6em;
  color: #555;
  list-style:none;
}
#bidding_status li strong {
  color: #000;
}

#bidding_right {
  float: right;
  width: 79%;
}

/********************************* Bar graph **/


div.bar_graph_container  {
  position: relative;
  padding: 0;
  margin: 2px 0;
  margin-right: 3px;
  border: 0;
  height: 1.5em;
  margin-left:160px;
}

div.bar_graph_container div{
  position: absolute;
  left: 0;
  top: 0;
  height: 1.5em;
}

div.bar_graph_label {
  background-color: transparent;
  font-size: 0.8em;
  width: 100%;
/* using fixed width 100% and padding will cause totally width larger than 100% in IEs
  padding-left: 4px; */
  margin-top: 2px;
  text-indent: 5px;
  z-index: 30;
  color: #555;
}

/* bottom layer is grey*/
div.bar_graph_container div.elig {
  top: -1px;
  left: -1px;
  border: 1px solid #999;
  background-color: transparent;
/*  border-left: 0px;*/
}

#activity_required {
  color: #f4374f;
}
.assignment_bidding_notes span.color_box {
}

.assignment_price_rounded, .assignment_price_rounded .bid_price_field, .assignment_price_rounded .assignment_package_submit {
  font-style: italic;
}

.assignment_price_rounded_print {
  display: inline !important;
  font-style: italic;
}

.notes .assignment_price_rounded {
  display: none;
}

div.bar_graph_container  {
  margin-left:200px;

}
#bidding_status {
  width: 200px
}
.droplist
{
  display: none;
}

#acma_logo img {
  height: 45px;
}

.qtip, .ui-tooltip{
  display: none !important;
}
div.warning, div.notice, div.explanation {
  border: 1px solid #000;
  padding: 1em 2em;
  text-align: center;
  margin: 0.5em auto;
}
.alignleft{
  float: left;
  text-align: left;
}

.alignright{
  float: right;
  text-align: right;
}
.supplemental_bidding .pkg_details, .pkg_details {
  font-size: 0.8em!important;
  font-family: monaco, monospace;
}
a {
  text-decoration: none;
  color: #000;
}

.notes li {
  margin-left: 1.5em;
}

li.note_header {
  list-style-type: none;
  margin-left: 0;
  border-bottom: 3px solid #ccc;
  margin-bottom:.5em;
  line-height:2.5em;
  font-weight:bold;
}


table { 
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #000;
}

thead, tfoot {
  border: 0;
}

th, td {
    border-left: 0;
    border-top: 0;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
}

tr td:last-child, tr th:last-child {
    border-right: 0;
}

tr:last-child td {
  border-bottom: 0;
}

td.norows {
  text-align: center;
}
.generated_time {
  text-align: center;
  margin-bottom: 1rem;
}

#header_logo img {
    max-width: 150px;
    float: left;
}

#header_text h1, #header_text h2 {
  text-align: left;
  margin-left: 160px;
}

a:link:after, a:visited:after {
    content: "";
}

@media \0print
{
  #head_content #header_text h1 {
    font-size: 17px;
  }
  #head_content #header_text h2 {
    font-size: 14px;
  }
  .printonly h1 {
    font-size: 17px;
  }
}

table.avoid_print_page_breaks_inside {
  page-break-inside: avoid;
}
#footer {
  text-align: center;
}