.NoticeActions {
  width: 100%; }

.noticeaction.bidder-listing {
  border: 2px solid #12555a;
  background-color: #fff; }

.bidder-listing h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0.2rem 1rem; }

.bidder-listing .noticeactionheader {
  background-color: #12555a; }

.bidder-listing .fineprint {
  font-size: 0.8rem;
  font-weight: 400; }

.listing-body {
  background-color: #fff;
  padding-top: 1rem; }
  .listing-body h3 {
    margin: 1rem 0 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1rem 1rem;
    color: #2e5005;
    border-top: 1px solid gray; }
  .listing-body h3:first-of-type {
    margin-top: 0;
    border-top: none; }
  .listing-body > div {
    padding: 0.25rem 1rem; }
  .listing-body p {
    margin: 0; }
  .listing-body .won {
    font-weight: 700;
    background: url("../img/winner-preview.png") left top no-repeat;
    padding-left: 25px;
    padding-bottom: 1rem; 
	background-size: 19px 25px;}
  .listing-body .lost {
    font-weight: 700;
    background: url("../img/unsuccessful-preview.png") left top no-repeat;
    padding-left: 25px; 
	background-size: 18px 18px;}
  .listing-body .locale {
    font-weight: 400;
    font-size: 0.9rem;
    color: #333;
    display: inline-block;
    padding-left: 1rem; }
  .listing-body .awarded-bidder {
    padding-bottom: 1.2rem;
    border-top: 2px solid #d8d8d8;
    padding-top: 1rem;
    margin-bottom: 0.75rem; }
  .listing-body .losing-bidder {
    background-color: #f6f1f1;
    padding: 0.75rem 1rem;
    position: relative; }
  .listing-body .awarded-bidder:first-of-type,
  .listing-body h3 + .awarded-bidder {
    border-top: none; }

.terms {
  margin: 0;
  padding: 0; }
  .terms li {
    list-style-type: none;
    margin: 0 0 0 25px;
    padding: 0 1.2rem 0 0;
    display: inline-block;
    font-size: 0.9rem; }
  .terms .total {
    font-weight: 700; }

.terms-renewal {
  margin: 0 0 0 40px;
  padding: 0;
  list-style-type: disc;
  font-size: 0.9rem; }
  .terms-renewal li {
    margin: 0.5rem 0;
    padding: 0; }
.amount-comments {
	margin: 0.5rem 0 0.5rem 25px;
	font-size: 0.9rem;
}
.unsuccess-list .amount-comments {
	margin-top: -.2rem;
	margin-left: 0;
}

.fold-contents {
  margin: 0.75rem 1.4rem; }

.unsuccess-list {
  margin: 0 0 0 25px;
  padding: 0.5rem 0 0; }
  .unsuccess-list li {
    padding-bottom: 0.75rem; }

.subcontractors {
  list-style-type: circle;
  margin-top: 0.5rem; }
  .subcontractors li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

.bidamount,
.category {
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 0.9rem; }

.bidamount {
  font-weight: 700; }

.contractor-name {
  display: block;
  font-size: 1.1rem;
  padding-top: 0.25rem; }

.subcontractors .contractor-name {
  font-size: 1rem; }

.subcon-sign {
  font-style: italic;
  font-size: 0.9rem;
  color: #0c6269; }

.scoreboard {
  border: 2px solid #b5c0c1;
  margin: 1rem;
  padding: 0 !important; }
  .scoreboard h3 {
    text-transform: none;
    font-size: 1.2rem;
    color: #12909a; }
  .scoreboard .scorecard {
    background-color: #eff5f6;
    padding: 0.3rem 0.25rem 3rem; }
  .scoreboard h4 {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600; }
  .scoreboard .scoreblock {
    width: 18%;
    display: inline-block;
    text-align: center;
    font-size: 0.9rem; }
  .scoreboard .scoreblock p {
    text-align: left; }

.mainscore {
  font-size: 3.75rem;
  display: block;
  color: #12909a; }

.count {
  font-size: 2.5rem;
  display: block;
  color: #12909a; }

.award-recap {
  padding-left: 25px;
  padding-bottom: 1rem; }
  .award-recap p {
    margin-bottom: 1rem; }
  .award-recap .boiler {
    font-size: 0.85rem;
    font-style: italic; }

.toggle {
  float: right;
  margin-top: -1.8em;
  font-size: 1.5em; }

.updatedofficer,
.gen-comment {
  margin-top: 1.5rem;}
   
.scoreboard .updatedofficer,
.gen-comment {
  margin: 1.5rem;}
  .updatedofficer p,
  .gen-comment p {
    margin-bottom: 1rem; }

.gen-comment {
  padding-top: 0; }

.updated-btns {
  text-align: left;
  padding: 1rem; }
  .updated-btns .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 1rem;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0865a7;
    color: #fefefe; }
  .updated-btns .button:focus,
  .updated-btns .button:hover {
    background-color: #0a4c7c; }
  .updated-btns .button:focus {
    outline: 2px dotted #222;
    outline-offset: 2px; }
  .updated-btns .act2 {
    background-color: #0a314c; }

  .updated-btns .act2:hover,
  .updated-btns .act2:focus {
    background-color: #07568e;
    color: #fefefe; }
			
  .updated-btns .sec-btn {
    text-decoration: none;
    background-color: transparent;
    color: #0865a7;
    border: 1px solid #0865a7; }
  .updated-btns .sec-btn:hover,
  .updated-btns .sec-btn:focus {
    background-color: #0a4c7c;
    color: #fff; }
  .updated-btns .del-btn {
    border-color: #aa071b;
    background-color: transparent;
    color: #aa071b; }
  .updated-btns .del-btn:hover,
  .updated-btns .del-btn:focus {
    background-color: #aa071b;
    color: #fff; }



.split-actionbar {
  display: flex;
  flex-flow: row wrap; }
  .split-actionbar .continue-action {
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  .split-actionbar .end-action {
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    text-align: right; }
  .split-actionbar .button + .button {
    margin-top: 4px; }
    @media print, screen and (min-width: 64em) {
      .split-actionbar .button + .button {
        margin-left: 8px;
        margin-top: 0; } }
button .link-like {
  border-bottom: 1px dotted #0865a7; }

button:hover .link-like {
  border-bottom-style: solid; }
.button:focus,
a:focus,
button:focus {
  outline: 2px dotted #757575;
  outline-offset: 2px; }
.button,
button {
  margin-bottom: 0; }
.end-action .del-btn {
    border-color: #aa071b;
    background-color: transparent;
    color: #aa071b; }
.end-action .del-btn:hover,
.end-action .del-btn:focus {
    background-color: #aa071b;
    color: #fff; }
