	
.tenders-block {
    /*background-color: #fdefd2;*/
}

.tab-items .nav-item a.active {
    color: #519c00 !important;
}

.tender-item {
    background-color: #fff;
    margin-bottom: 35px;
    padding: 35px;
    border-radius: 24px;
}
.tender-item .info{
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 24px;
}
.tender-item .info1 .cat-title {
    color: #999;
    margin-top: 5px;
}
.tender-item .info1 .status-title {
    text-align: left;
    padding: 5px 33px;
    background: #63a402;
    display: inline-block;
    float: right;
    color: #fff;
    border-radius: 20px;

}
.tender-item .title {
    margin-bottom: 30px;
}
.tender-item .title a {
    font-size: 24px;
    color: #63a402;
    font-weight: 700;
}
.tender-item .info2 .title-block{
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}
.tender-item .info2 .info-block{
    font-weight: 500;
    font-size: 18px;
}
.tender-item .info2 .block.right {
    display: inline-block;
    float: right;
}


.controller-tenders .title h1{
    color: #519c00 !important;
}

.controller-tenders .status {
    color: #fff;
    background-color: #63a402;
    border-color: #63a402;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    display: initial;
    float: right;
    border-radius: 20px;
    margin-top: 22px;
}

.controller-tenders .content {
    min-height: 150px;
}

.controller-tenders .tender-user.tender-user-block {
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ddd;
    width: 80%;
    margin: 0 auto;
}

.controller-tenders .tender-user .avatar{
    margin-bottom: 20px;
}

.controller-tenders .tender-user .nickname{
    font-size: 17px;
    font-weight: bold;
}

.controller-tenders .tender-user .avatar-colorbox{
    float: unset;
}

.controller-tenders .tender-user .type {
    font-size: 13px;
    margin: 10px 0px;
}

.controller-tenders .info1 .title {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}

.controller-tenders .info1 .value {
    font-weight: bold;
}

.controller-tenders .cat{
    font-size: 13px;
    color: #999;
}
.controller-tenders .cat a{
    font-size: 13px;
    color: #999;
}
.controller-tenders .cat a:hover{
    text-decoration: underline;
}

.tenders-block .tab-items .nav-item {
    color: #519c00 !important;
}

.tenders-block .tab-items .nav-item {
    color: #b9b9b9 !important;
    background: unset !important;
    font-size: 36px;
    font-weight: 700;
    padding-left: 0px;
    padding-top: 0px;
    line-height: 38px;
}

.tenders-block .tab-items  .nav-link {
    padding: 0px;
    color: #519c00 !important;
    margin-bottom: 15px;
}

.tender-item-full {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0;
    font-size: 16px;
}
.tender-user .avatar-colorbox2.letter {
    text-align: center !important;
    float: unset !important;
    margin: 0 auto;
}

.tenders-response-item {
    border-radius: 20px;
    border: 1px solid #ddd;
    margin: 0 auto;
}
.tenders-response-item .file-item, .controller-tenders .files .file-item{
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.tenders-response-item .file-item .card-body, .controller-tenders .files .file-item .card-body {
    padding: 10px;
}
@media(min-width:600px) {
    .tenders-response-item .actions {
        position: absolute;
    }
}
.tenders-response-item .actions {

    width: 100%;
    bottom: -25px;
    font-size: 11px !important;
}
.tenders-response-item .actions a {
    margin-bottom: 10px;
}

.tenders-response-item .info1 {
    position: relative;
    margin-bottom: 30px;
    height: 100%;
    padding-bottom: 38px;
}
.tender-info a.title{
    color: #519c00 !important;
}
@media(max-width:767px) {
    #filter-tenders {
        display: none;
    }
    #filter-tenders.show {
        display: block;
    }
    .filter-tenders-button {
        
    }
}

.btn-executor, .btn-executor:hover {
    background-color: #fdefd2;
    color: #63a402;
    border: 1px solid #63a402;
    cursor: inherit;
    margin-bottom: 10px;
}

.title-grey {
    color: #519c00 !important;
}


.protocol-item {
    border-radius: 20px;
    border: 1px solid #ddd;
}

@media(max-width: 768px) {
    .controller-tenders .tender-user.tender-user-block {

        border-radius: 0px;
        width: 100%;
    }
    .controller-tenders .content {
        min-height: auto;
    }
}

.tender-view-item {
    border-radius: 20px;
    padding: 20px;
    background-color: #fdefd2;
}