@media print {
  a[href]:after {
    content: none !important;
  }
  a:after {
    content: none !important;
  }

  abbr[title]:after {
    content: none !important;
  }
  
  @page {
    margin: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

}





input[type="radio"], 
input[type="checkbox"] {
  margin: 9px 0 0;
  line-height: normal;
}

.radio, 
.checkbox { 
  font-size: 15px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  display: -webkit-inline-flex;
}

p {
  font-size: 15px;
  margin: 0 0 0px;
}

.btn-lg {
  margin-bottom: 10px;
}

.p-margin {
  margin-bottom: 20px;
  font-size: small;
}

.text-primary {
  color: #333333;
  font-size: small;
}

.text-primary:hover {
  color: #333333;
}
 .scroll {
  overflow: auto; 
  width: auto; 
  height: 100%;
  width: 100%;
    min-height: 100%;
    display: block;
 }

p {
  text-align: justify;
}

body, html {
  height: 95%;
}

.fill { 
    min-height: 80%;
    height: 80%;
}

.p-v2 {
  font-size: 12px;
}

.p-smll {
  font-size: small;
  
}
.p-smll span {
  line-height: 1.3;
}

hr {
	margin-top: 10px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #C5C5C5;
}


.well p {
  line-height: 0.7;
}

.img-opsblue {
  margin: 0 5px 4px 0;
  float: left;height: auto;
  max-width: 100%;
}

.jumbotron .jumbotron-logout {
  background-color: #EBE8D8;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.form-signout {
  min-width: 500px;
  padding: 15px;
  margin-top: 100px auto;
}

.well-singout {
  min-height: 20px;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #bebebe;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #000;
}


.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.notifications-container {
	padding: 15px;
	margin-bottom: 27px;
}

.support-container {
    max-width: 680px;
}


.container-notifications {
  padding-top: 50px;  
  width: auto;
  padding: 0 15px;
}

.notifications-a {
	font-size: 13px;
}

.container-dailyprojectemail {
  padding-top: 50px;  
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}


.form-group-dailyprojectemail {
    
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 0px;
}

.container-subscriptions {
  padding-top: 50px;  
  width: auto;
  padding: 0 15px;
}

.jumbotron.subscriptions {
    padding-left: 0px;
    padding: 15px 10px 15px 10px;
    font-size: 12px; 
    line-height: 14px;
}

.jumbotron.subscriptions span a {
    color: blue;
}

.list-inline.no-padding > li {  
  padding-right: 0px; 
  padding-left: 0px; 
}

.jumbotron.default {
    padding: 10px;
}


.page-header-background.main-header {
    margin: 0;
}

.panel-heading small {
    font-size: x-small;
}

#gmap_canvasID {
    width: 100%;
    height: 200px;
}

.panel-search > div, textarea {
    width: 100%;
}

.top-logo {
    text-align: center;
}

.top-exchange-name {
    text-transform: capitalize;
}


.list-group > a.disabled {
  color: #999999;
}
.list-group > a.disabled:hover,
.list-group > a.disabled:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}


.list-group-tools a {
    padding: 5px;
    padding-left: 10px;
}

.interest-yes { background-color: #9CD8A4; }
.interest-no { background-color: #ACACAC; }
.interest-maybe { background-color: #F4BD60; }
.tooltip-inner { white-space:pre-wrap }
#company-search-history > li > span { color: #DEDEDE; cursor: pointer; }
#company-search-history > li > span:hover { color: #000000; cursor: pointer; }
.nowrap { white-space: nowrap; }
.project-details-text { font-size: 11px; }
.project-title-text { font-weight: bold; font-size: 12px;  }
.project-bin-text { color: red; font-size: 10px;  }
.project-bin-label { color: red; font-size: 11x; font-weight: bold; }
.project-caption { font-weight: bold; }
.show-bidders-image { cursor: pointer; }
.bidders-header { background-color: blue; color: Yellow; }
.bidder-type-title {  }
.panel-bidders { padding: 5px; }
.panel-contacts { padding: 5px; }
@media(min-width:768px){
    .modal.large .modal-dialog {  width: 80%;  }
}
.interest-selector { cursor: pointer; }
.email-bidders { cursor: pointer; text-decoration: underline; color: black; font-weight: bold;  }

@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
}


#input-dropdown   {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#quick-search-entry-dropdown   {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.help-text  { font-size: 12px; }
.search-query { font-size: 13px; font-family: "Courier New", Courier, monospace }
.search-query strong { color: blue; }
.comment.date { color: #AA0000; }
.comment.name { font-weight: bold; }
.comment.text { }
.is-awarded { background-color: yellow; }
.bidder-note { color: gray; }
#ctl00_ContentPlaceHolder1_ProjectBidResults_BidResultsDocumentLink a { font-weight: bold; color: red; }