/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body, html {
    padding: 0;
    margin: 0;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
/*h3 {
    background: transparent !important;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.multi-drp {
    position: relative;
    color: #41ad49;
}

    .multi-drp i {
        position: absolute;
        top: 1px;
        font-size: 24px;
        right: 2px;
        color: #41ad49;
        pointer-events: none;
    }

.criteria .mainFilters li.search-choice span {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #17a2b8 !important;
    background-image: none !important;
    border-color: #000 !important;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        background: url("../css/chosen/x-mark-10.png") no-repeat !important;
        top: 5px;
    }

.chosen-container ul.chosen-results li.highlighted {
    background-color: #0367A5 !important;
    font-weight: 600;
    background-image: none;
}


button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

header.all {
    padding: 1rem 0;
}
.banner {
    min-height: 360px;
}

.banner-image {
    /* Use "linear-gradient" to add a darken background effect to the image. This will make the text easier to read 
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/header.jpg");*/
    background-image: url("../images/header.jpg");
    height: 170px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sitemap {
    background-color: #eeeeee;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
}

.green {
    color: #41ad49
}

a.nav-link {
    font-size: 14px;
    font-weight: 600;
}


body {
    font-family: 'Source Sans Pro';
    overflow-x: hidden;
}

.subHeading {
    background-color: #f9f9f9 !important;
    color: #212529;
}

.panel-title {
    text-transform: uppercase;
    border-bottom: 1px solid green;
    margin-bottom: 10px;
}

#disclaimer.alert {
    border-radius: 0;
}

@media (min-width: 768px) {
    html {
        padding: 4px;
    }
}

#disclaimer.alert-dismissible .close {
    right: 5px;
    padding: 4px;
    color: inherit;
}

#refiner-info #disclaimer.alert {
    padding: 10px 5px;
    border-radius: 0;
    border-radius: 10px;
    margin-bottom: 5px;
}

#refiner-info #disclaimer.alert-dismissible .close {
    background-color: #D3B721;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    top: 6px;
    border-radius: 8px;
    text-shadow: none;
    opacity: 1;
}

#refiner-info .quickfind {
    margin: 30px 0;
}

    #refiner-info .quickfind a {
        color: #41ad49;
        font-size: 18px;
        font-weight: 600;
    }

.quickfindPanel {
    background-color: #eeeeee;
    margin: 0 2px 0;
}

#refiner-info .quickfind .toggle {
    text-align: right;
    font-weight: 600;
    padding-top: 5px;
    color: grey;
}

.filters .btn {
    padding: 1px 5px;
}

.criteria {
    margin-left: 0;
    background-color: #B5D3DE;
    margin-top: 20px;
    border: 1px solid #5F96AA;
}

    .criteria .row:first-child {
        margin-right: 0;
        min-height: 36px;
    }

    .criteria .list {
        background-color: #5F96AA;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

        .criteria .list .row div {
            border-left: 1px solid #fff;
            padding-top: 10px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .criteria .list i {
            color: #20dd35;
        }

    .criteria .mainFilters {
        background-color: #EDF8FC;
        min-height: 250px;
        margin-left: 0;
        margin-right: 0;
        /*padding-top: 30px;*/
        color: #0367A5;
    }

        .criteria .mainFilters h6 {
            font-weight: 600;
            margin-top: 30px;
            margin-bottom: 0;
        }

        .criteria .mainFilters p {
            color: #999999;
            font-style: italic;
            margin-bottom: 5px;
        }

        .criteria .mainFilters span {
            color: #41ad49;
            font-weight: 700;
        }

.userarea {
    background-color: #eeeeee;
    border-bottom: 1px solid #41ad49;
    margin-bottom: 15px;
}

    .userarea a {
        color: green !important;
        font-weight: 400;
    }

@media only screen and (max-width: 426px) {
    .criteria .row:first-child {
        margin-left: 0;
    }

    header.all {
        padding: 0;
    }
}

table#tendeList {
    border: 2px solid #cccccc;
    border-radius: 10px;
}

    table#tendeList thead tr {
        background-color: #41ad49;
        color: #fff;
    }

        table#tendeList thead tr:last-child th:last-child {
            background-color: #D3B721;
        }

        table#tendeList thead th:first-child, table#tendeList thead tr:first-child {
            background-color: green;
            color: #fff;
            border-bottom: none;
            font-size: 18px;
        }

            table#tendeList thead tr:first-child th:first-child {
                border-top-left-radius: 10px;
            }

            table#tendeList thead tr:first-child th:last-child {
                border-top-right-radius: 10px;
            }

    table#tendeList thead th, table#tendeList thead td {
        border-bottom: none;
    }

    table#tendeList tbody th, table#tendeList tbody td {
        padding: 2px 4px
    }

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: none !important;
    background-color: #D3B721;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
}

table#tendeList #inner tbody td {
    border: none
}
/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here *
  height: 60px;
  line-height: 60px; /* Vertically center the text there *
}*/
/*Footer*/
.city-bar {
    height: 252px;
    background-image: url("../images/footer-cityscape.png");
    background-repeat: repeat-x;
}

.csdLogo {
    padding-top: 35px;
}

footer ul {
    padding: 30px 0 60px;
    margin: 0;
}

footer li {
    list-style: none;
    padding: 3px 0;
}

footer a {
    font-weight: 600;
    color: #7b7b7b;
    font-size: 10pt;
}

footer a:hover {
    color: #41ad49;
    text-decoration: none;
    border-top: 2px solid #41ad49;
    border-bottom: 2px solid #41ad49;
    padding-left: 4px;
    padding-right: 4px;
}
footer h4 {
    font-weight: 600;
    margin-top: 30px;
    color: #7b7b7b;
    font-size: 20px;
}
.cat {
    margin: 10px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    footer ul {
        padding: 10px 0 0;
    }

    footer li {
        padding: 0;
    }

    .csdLogo {
        padding-top: 15px;
    }
}



.filter ul {
    padding-left: 0;
}

.filter li {
    padding: 15px 0;
    list-style: none;
}

.filter a {
    background-color: #eeeeee;
    color: #999999 !important;
    text-decoration: none;
}

    .filter a:hover {
        background-color: #D3B721;
    }

    .filter a:focus, .filter a.active {
        background-color: #41ad49;
        color: white !important;
        height: 160px;
        padding-top: 40px;
    }

        .filter a:active, .filter a.active i {
            display: block;
            padding-bottom: 15px;
        }

    .filter a:visited {
        background-color: #ccc;
    }

.filter-buttons {
    padding: 15px;
}

    .filter-buttons .btn-light {
        border-color: #999999;
    }
/****sort icons*/
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        font-family: 'Font Awesome 5 Free';
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc";
        color: #fff;
        font-size: 10px;
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0de";
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd";
    }

/***Datatable footer*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #41ad49 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0 !important;
    border-radius: 0 !important;
    background-color: #D3B721;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #cccccc;
}

.fancy-checkbox span {
    color: #999999 !important;
    font-size: 14px;
    font-weight: 600 !important;
}

.fancy-checkbox input[type="checkbox"] {
    display: none;
}

.fancy-checkbox span:before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    width: 1em;
    height: 1em;
    content: '\f111';
    margin-right: .3em;
    font-size: 16px;
    color: #999999;
}

.fancy-checkbox input[type="checkbox"]:checked ~ span:before {
    content: '\f058';
    color: green;
}

ul.attachment {
    padding-left: 0
}

.attachment li {
    list-style: none;
    color: #41ad49 !important;
    background-color: #eeeeee;
    border-bottom: 1px dashed #41ad49;
}

    .attachment li .btn {
        padding: 0 4px;
    }

    .attachment li a {
        font-weight: 600;
        color: green;
    }

.mytenders .btn {
    padding: 0 .75rem !important;
    font-size: 13px;
}

.mytenders td {
    padding: .45rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #41ad49 !important;
}

ul#profile_nav {
    background-color: #ddd !important
}

    ul#profile_nav a {
        color: #212529 !important;
    }

    ul#profile_nav li {
        border-bottom: 1px dashed darkgray;
    }

/*New CSs for new layout........................*/

h1 {
    font-weight: bold;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1840px;
    }
}

@media (min-width: 2400px) {
    .container {
        max-width: 2340px;
    }
}

.greybg {
    background: #eeeeee;
}
header.greybg {
    min-height: auto;
}

header.all {
    padding: 2rem 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(35,31,32,1);
    transition: all ease-in-out .3s;
    border-bottom: 5px solid transparent;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    border-bottom: 5px solid #309137;
}

.to-banner {
    position: relative;
    z-index: 1;
}

.oppportunity-find {
    border: 0px solid #ccc;
    border-radius: 1rem;
    overflow: hidden;
}

    .oppportunity-find select {
        background: #c8c8c8;
    }

    .oppportunity-find input {
        height: 60px;
        width: 100%;
        margin-bottom: 1rem;
        border: 1px solid #ccc;
    }

    .oppportunity-find select, .oppportunity-find .btn {
        height: 60px;
        width: 100%;
        margin-bottom: 1rem;
    }

    .oppportunity-find input,
    .oppportunity-find select,
    .oppportunity-find .btn {
        font-size: 1rem;
        border: 0;
        border-radius: 0;
    }

    .oppportunity-find .btn {
        padding-left: 1.3rem;
        padding-right: 3rem;
        text-align: left;
        font-weight: bold;
    }

.opportunity-box {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 2rem;
    display:flex;
    flex-direction: column;
}
.learn-more {
    align-self: flex-end;
    margin-top: auto;
}
.opportunity-3 > div {
    flex-direction: column;
}


.opportunity-3 .img-btn img {
    max-width: 10rem;
}

.grey-box {
    background: #eeeeee;
    border-top: .5rem solid #309137;
}

    .grey-box h4 {
        font-weight: 600;
    }

.bottom-banner {
    position: relative;
    z-index: 1;
}

.special-para {
    font-size: 1.5rem;
    padding: 0 1rem;
}

.statics-container {
    /*position: relative;
    z-index: -1;
    margin-top: -7rem;
    padding-top: 10rem;
    padding-bottom: 3rem;*/
}

.statics {
    text-align: center;
}

.numbers {
    font-size: 2rem;
    font-weight: bold;
}

.static-name, .static-name a {
    font-size: 1rem;
    font-weight: 600;
    color: #309137;
    text-decoration: none;
}

.privacy-policy {
    border-top: 1px solid #fff;
}

    .privacy-policy a {
        display: inline-blk;
    }

.copyright-link {
    border-left: 1px solid #fff;
    padding: .3rem 1rem;
}

.address {
    line-height: 1.5;
}

.graph {
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.progress {
    border-radius: 0;
    background: #d8d8d8;
}

.progress-bar {
    background: #309137;
}

.graph-summary {
    background: #231f20;
    color: #fff;
    largest-graph
}

    .graph-summary a, .graph-summary a:hover {
        color: #fff;
    }

.total-value {
    font-weight: bold;
    font-size: 1.5rem;
}

footer {

    font-size: 12px;
}

.icon-base-circle {
    position: relative;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: #eeeeee;
}

.small-container {
    max-width: 900px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.supplier-statics .static-name {
    font-size: 2rem;
}

.supplier-statics .numbers {
    font-size: 4rem;
}

.bottom-art-big {
    background-image: url(../images/bottom-art.png);
    background-repeat: repeat-x;
    min-height: 352px;
}

.bottom-art {
    display: block;
}

.bottom-art-big {
    display: none;
}
.dataTables_wrapper .table-bordered td, .dataTables_wrapper .table-bordered th {
    font-size: .8rem !important;
}
.img-btn {
    position: relative;
}
    
.img-btn {
    background: url(../images/pre-btn.png) #ffffff no-repeat;
    background-position: left top;
    background-size: contain;
    padding-left: 2rem;
}

main #DataTable-Wrapper {
    margin-bottom: 1rem !important
}
.policy h5 {
    font-weight: bold;
}
.data-scope tr td:first-child {
    min-width:10rem;
}

@media (min-width: 768px) {
    .oppportunity-find input {
        width: 50%;
        margin-bottom: 0px;
        border: 0px solid #ccc;
    }

    .oppportunity-find select, .oppportunity-find .btn {
        width: 25%;
        margin-bottom: 0px;
    }

    .oppportunity-find {
        border: 1px solid #ccc;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .opportunity-3 > div {
        flex-direction: row;
    }

    .opportunity-box {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 0rem;
        flex: 1;
    }

    .numbers {
        font-size: 3rem;
    }

    .static-name, .static-name a {
        font-size: 1.5rem;
    }

    .footer-logo {
        max-width: 200px;
    }
}


@media (min-width:1200px) {

    .oppportunity-find {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
    }

    /*.to-banner {
        margin-top: -8rem;
    }*/

    .special-para {
        padding: 0 13rem;
    }
}

@media (min-width: 1900px) {
    header.all {
        padding: 3rem 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.2rem;
    }

    header {
        min-height: 23rem;
    }
    
}

@media (min-width: 2100px) {
    .bottom-art {
        display: none;
    }
    .bottom-art-big {
        display: block;
    }
}


.btn-outline-info {
    color: white !important;
    background: #29a745 !important;
    border: #29a745 !important;
}

.btn-outline-succes {
    color: white !important;
    background: #29a745 !important;
    border: #29a745 !important;
}
.width600 {
    width: 600px !important;
}
.width200 {
    width: 200px !important;
}

text.bar-labels {
    fill: #000;
    font-size: 0.25;
}
.last-updated {
    font-size:0.75rem;
}