/* Used to override the bg-primary color with the customer custom selection. */
.bg-primary {
    background-color:rgba(15, 74, 129, 1)!important;
}

/* Used to make the info alert fit with custom background color */
.alert-icon rect, .alert-icon circle:nth-child(2){
    fill:rgba(15, 74, 129, 1) !important;
}

/*Used to make the  Logo and text inline in the hero section.*/
.navbar-brand, #block-ngpsb-homepagetitle{
    display:inline-block;
    width:auto;
}
.circle-border{
	border-radius:100px;
}
 footer.site-footer .container .row .col-sm a.text-white{
    color:#000 !important;
}

.btn-primary, .sidebar .block.block-sidebar-ad.ad-style-white .field--name-field-link a{
	border-color: #000 !important;
}

.node--type-procurement .field__label{
    font-size:1.25em;
    font-weight: 700;
}

/****  Solicitations Content Type ****/
.node--type-procurement .field__label::after{
    content:':';
    }
.main-content .node--type-procurement .field{
    border:1px solid black;
    padding:10px;
}
.node .node--type-procurement .field{
    margin-bottom:50px;
}
.node--type-procurement .field--name-field-procurement-solicitation .field__items, .node--type-procurement .field--name-field-procurement-solicitation .field__items .field__item {
	display: block;
}
.node--type-procurement .field--name-field-addendum .field__items, .node--type-procurement .field--name-field-addendum .field__items .field__item {
	display: block;
}

/******* Solicitations View ******/
.solicitations-view .view-filters .views-exposed-form .js-form-item{
 margin-right:10px;    
}
.solicitations-view .view-filters #edit-submit-solicitations
{
    padding:10px;
}
.solicitations-view .form-item-field-project-number-value label
, .solicitations-view .form-item-body-value label
{
    font-weight:600;

}

#view-field-project-number-table-column, .solicitation
, .solicitations td
{
    width:200px;
    font-size: 1.25em;
    text-align: center;
}
td.views-field-field-project-number, td.views-field-view-node 
{
text-align: center;    
}

.solicitation.views-field-body {
    width:500px;
}

@media (max-width: 600px) {
#bonfireImage{
    width:350px;
    height: auto;
}
}