﻿
.section_head{
    background:url('../../images/default-source/section-head-photos/header-purchasing.jpg');
    background-position:right !important;
    background-size:cover !important;
}


.current-solicitations{

    border-radius:6px;
    padding:0 !important;
    padding-top:44px !important;
    position:relative;
    max-width:600px;
}

.current-solicitations ul{
    margin-left:0px;
}

.current-solicitations .header_gradient{
    color:white;
    text-align:center;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    font-weight:bold;
    font-size:18px;
    padding:10px;
    border-radius:6px 6px 0 0 ;
}

    .current-solicitations li {
        padding: 12px !important;
        margin:0 !important;
        list-style:disc !important;
    }

    .current-solicitations li a{
        font-size:14px !important;
        font-weight:normal !important;
    }

.current-solicitations li:nth-child(odd){
    background:#eeeeee;
}

.current-solicitations li:nth-child(even){
    background:#dddddd;
}

.current-solicitations li:last-child{
    border-radius:0 0 6px 6px;
}

.solicitations-full .sfitemsList, .solicitations-full .sfrelatedList {
    margin-left:0px;
}

.solicitations-full .fieldname{
    font-weight:bold;
}

.solicitations-full .sflistitem{
    border-style:dashed;
    border-color:#dddddd;
    border-width:0 0 1px 0;
    padding-bottom:20px;
}

.solicitations-full .sflistitem .sflistitem {
    border-style:none;
    margin:3px !important;
}

.solicitations-full li:last-child{
    border-style:none;
}

.solicitations-full .sftitle{
    padding-bottom:10px;
}

.continuing-contracts table{
    
}

.continuing-contracts td{
    padding:6px;
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
}

.continuing-contracts table thead td{
    font-weight:bold;
    color:#eeeeee;
    
}

.continuing-contracts table tbody tr:nth-child(odd){
    background:#eeeeee;
}

.continuing-contracts table tbody tr:nth-child(even){
    background:white;
}

.link-pdf::before{
    font-family:FontAwesome !important;
    content: "\f016" !important;
}

.data{
    margin-bottom:15px;
    border-style:dotted;
    border-width:1px 0 0 0;
    border-color:#cccccc;
    padding-top:10px;
}

.data p:nth-child(1){
    font-size:18px;
    font-weight:bold;
}

#open-solicitations{
    
    padding-bottom:0px;
    max-height:560px;
    overflow-y:auto;
     border-width:0 1px 1px 1px;
    border-color:#cccccc;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    border-style:solid;
}

#open-solicitations .os-content{
    border-width:0 1px 1px 1px;
    border-color:#cccccc;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    border-style:none;
    padding:15px;
}

#open-solicitations .os-loader{
    text-align:center;
    margin-top:30px;
}

#open-solicitations p{
    margin-bottom:0px;
}

#open-solicitations .date {
    margin-bottom: 5px;
    
}

#open-solicitations .date span{
    font-weight:bold;
    color:#4D7F29;
}

#open-solicitations .under-review .date, #open-solicitations .ongoing .date{
    font-weight:bold;
    color:#4D7F29;
}


#open-solicitations .solicitations{
    padding-left:15px;
    
}

#open-solicitations .solicitations li{
    padding:0 0 7px 0 !important;
    background:none;
    margin-left:10px !important;
    line-height:14px !important;
}

#open-solicitations .solicitations a{
    font-size:12px !important;
    
}


#open-solicitations ul{
    margin-bottom:10px !important;
}

button.subscribe, .send-update{
    min-width:270px;
    border-radius: 4px;
    border-style:none;
    /*
    background:linear-gradient(#62a336, #4D7F29); 
    background:-webkit-linear-gradient(#62a336, #4D7F29); 
    background:-moz-linear-gradient(#62a336, #4D7F29); 
    background:-o-linear-gradient(#62a336, #4D7F29); 
        */
    margin-top:0px;
    color:white !important;
    margin-bottom:10px;
    box-shadow:none !important;
}

.send-update{
    display:none !important;
}

.inputs-notification{
    margin-bottom:10px;
    text-align:center;
}

.inputs-notification input, .inputs-notification button{
    position:relative;
    margin-bottom:10px !important;

}

.inputs-notification .field-checkbox{
}

.inputs-notification button{
    top:-1px;
}

.inputs-notification input[type=text]{
    margin-top:5px;
    margin-right:5px;
    padding-left:5px;
    width:210px;

}

/*media queries*/
@media (max-width: 919px) {
    #open-solicitations .solicitations{
}
    .current-solicitations{
    max-width:100%;
}

}

@media (max-width: 700px) {
    #open-solicitations{
    
    max-height:360px;
    
}


}

