﻿/* 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. */


/* Header */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

header {
   /* padding: 0 25px;*/
   /* background-color: #EEE;*/
    position: relative;
    width: 100%;
}

header .navbar {
    padding: 0.25rem 1rem;
}

.headerContainer a {
    font-size: 18px;
    color: #000 !important;
    margin-left: 15px;
    display: block;
}

.headerActive {
    border-bottom: 3px solid #309137;
    padding-bottom: 5px;
}

.footer-Logo {
    width: 230px;
    position: relative;
    top: 25px;
    left: -30px;
}

.localOptions,
.supplierOptions {
    float: right;
}

/*.contact {
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    margin-left: 28px;
}*/

.footer-nt {
    color: #7b7b7b;
    font-size: 14px;
    margin-left: 15px;
}

.footer-pin {
    width: 10px;
    left: 15px;
    position: relative;
    color: white;
}

.footer-address {
    margin-left: 29px;
    margin-top: -8px;
    font-size: 14px;
}

.footer-copyright {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 15px;
}
/* Login page */
.login-banner {
    height: 270px;
    width: 100%;
    background-image: url("../images/login-banner.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 25px;
    color: #fff;
    font-size: 27px;
    margin-bottom: 25px;
}

.loginHeading {
    font-weight: bold;
    padding-top: 15px;
}

.login-labels {
    font-size: 14px;
    font-weight: 600;
}

.reg-csd {
    color: black;
    background-color: transparent;
    border: none;
    /* border-top: 28px; */
}

.login-action-btns {
    background-color: transparent;
    border: none;
    /*margin-left: -15px;*/
}


.login-action-btns-white {
    background: transparent;
    border: none;
    margin-left: -10px;
}

.card-Layout {
    background-color: #EEEEEE;
    padding: 10px;
    border-top: 5px solid #309137;
    font-size: 16px;
    text-align: initial;
    height: fit-content;
}

.tabButtons {
    border-bottom: 3px solid #309137;
}

.login-tabs {
    border: none;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    margin-right: 10px;
}

#localOptions {
    display: flex;
}

    #localOptions.checkbox {
        padding-left: 10px;
    }

/* profile page */
.profile-tabs {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 5px solid #309137;
    color: #000;
    height: 60px;
}

.active-profile-tab {
    color: #fff;
    background-color: #309137;
    width: 23%;
    margin-right: 2%;
    line-height: 45px;
    padding-left: 20px;
}

.switch-top {
    top: -29px;
}

.inactive-profile-tab {
    color: #000;
    background-color: #CCCCCC;
    width: 23%;
    margin-right: 2%;
    padding-left: 20px;
    line-height: 45px;
}

.active-tab {
    background-color: #309137;
    color: #fff;
}

.profile-details > .control-label {
    font-size: 14px;
    font-weight: 600;
}

inactive-tab {
    color: black;
    background-color: #CCCCCC;
}

.entityName {
    font-size: 24px;
    color: #309137;
    font-weight: 700;
}

.profile-labels {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.profile-dropdown {
    width: 350px;
    border-radius: 4px;
    font-size: 16px;
    height: 35px;
}

.alt-btn {
    border: 1px solid #309137;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    color: #309137;
    background: white;
}

.image-btn {
    border: none;
    background: transparent;
}

/* Round toggles */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    height: 20px;
    top: 28px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        top: 1px;
        width: 18px;
        left: 4px;
        background-color: #fff;
        transition: .4s;
    }

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #309137;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #309137;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* 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%;
}



html, body
{
    padding:0;
}

.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-position: center;
    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;
   /* margin-bottom: 15px;
    margin-top:1%;*/
}

.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 {
    /* Margin bottom by footer height */
    font-family: 'Source Sans Pro';
    font-size: 12px;
    overflow-x: hidden;
    /*margin-bottom: 60px;*/
}

.subHeading {
    background-color: #f9f9f9 !important;
    color: #212529;
    font-size: 14px;
}

.panel-title {
    margin-bottom: 10px;
    color: #309137;
    font-size: 24px;
    font-weight: bold;
}

#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;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

    .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: #000;
        color: #fff;
    }

        table#tendeList thead tr:last-child th:last-child {
            background-color: #000;
        }

        table#tendeList thead th:first-child, table#tendeList thead tr:first-child {
            background-color: #309137;
            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;
}

th.details-control.sorting_asc {
    background-color: #000 !important;
}

table#tendeList #inner tbody td {
    border: none
}

/*#tendeList_filter {
    display: none !important;
}

#tendeList_length {
    display: none !important;
}*/

th.details-control.sorting_disabled {
    background-color: #000 !important;
}

.city-bar {
    height: 252px;
    background-image: url("../images/footer-cityscape.png");
    background-repeat: repeat-x;
}

.csdLogo {
    padding-top: 35px;
}

/*footer {
    background-color: #309137;
    color: white;
    font-size: 16px;
}*/

    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;
        font-family: 'Source Sans Pro';
    }

        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 a.logo:hover {
            color: #41ad49;
            text-decoration: none;
            border-top: none;
            border-bottom: none;
            padding: 0px;
        }


    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;
    margin-left: -15px;
    font-size: 18px;
}

.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: 12px;
    }

/***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;
    }


.requirements-container {
    background-color: lightgrey;
    font-size: 12px;
    border-top: 5px solid #309137;
}

    .requirements-container a {
        font-size: 16px;
        text-decoration: underline !important;
    }

.filterTabs a:focus, .filterTabs a.active {
    background-color: #41ad49 !important;
    color: white !important;
    padding-top: 10px;
    padding-bottom: 10px;
    /* width: 500px; */
    padding-left: 12%;
    padding-right: 11%;
    font-size: 18px;
    margin-right: 15px;
    line-height: 42px;
    color: #fff;
}


.filterTabs a {
    background-color: #CCC !important;
    color: black !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12%;
    padding-right: 11%;
    width: 150px;
    font-size: 18px;
    margin-right: 15px;
    line-height: 42px;
    color: #000;
}

.filterTabs li {
    width: 25%;
}

div#myDIV {
    margin-top: 50px;
}

.tendersGreen {
    color: #309137;
}

.addMoreFAQa {
    border-bottom: 3px solid #309137;
}

.addmoreBtn {
    border: 1px solid #309137;
}

.createHeader {
    font-weight: bold;
}

#dropdownMenubtnContainer.dropdown-menu,
.Navdropdown-menu {
    left: auto !important;
}

a[aria-expanded="true"]::after {
    content: "\1F781"
}

a[aria-expanded="false"]::after {
    content: "\23F7"
}

.displayNone {
    display: none;
}

.questionButtons {
    background-color: transparent;
    border: none;
    font-size: 18px;
    position: relative;
    top: 30px;
}

.col-md-12.footer-copyright p {
    font-size: 10pt;
}

.responseCount {
    color: #309137;
    font-size: 24px;
    font-weight: bold;
}

.navbar a.active {
    border-bottom: 2px solid #309137;
}

.col-md-12.footer-copyright p {
    font-size: 10pt !important;
}

/*Mobile*/
/*.gmc-header {
    background-color: #EEEEEE;
}*/

    .gmc-header a {
        font-weight: 600;
        font-size: 13.5px;
        transition: all 500ms;
    }

        .gmc-header a:hover, .gmc-header a.active, .gmc-header a.show {
            opacity: 1;
        }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(48, 145, 55, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.dropdown-toggle:after {
    border: none !important;
    font-family: FontAwesome;
    content: "\f107";
    transition: all 1s;
}

@media(min-width:1044px) {
    .dropdown-toggle {
        position:relative;
    }
    .dropdown-toggle:after {
        display: block;
        text-align: center;
        position: absolute;
    }
}

@media(max-width:1045px) {
    .dropdown-toggle:after {
        float: right;
    }

    .gmc-header a {
        font-size: 14px;
    }
}

.dropdown-toggle.show:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

ul.dropdown-menu {
    background-color: #eeeeee;
    border-radius: 0;
    padding: 0;
}

    ul.dropdown-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

        ul.dropdown-menu li:last-of-type {
            border-bottom: 0;
        }

.gmc-header a.dropdown-item {
    font-weight: 500;
    transition: all 500ms;
  /*  color: #000;*/
    padding: 15px 15px 15px 30px;
    font-size: 15px;
    text-transform: unset;
}

    .gmc-header a.dropdown-item:focus, .gmc-header a.dropdown-item:hover {
        background-color: #309137 !important;
        opacity: 1 !important;
        color:#fff;
    }

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    /* color: #000 !important;*/
    color: rgba(0,0,0,.5);
}



li.nav-item {
    margin-right: 4px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #309137 !important;
}

a#tendeList_first,
a#tendeList_last {
    border-radius: 5px !important;
    border: 1px solid #666;
    color: #666666 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

a#tendeList_previous {
    border: 1px solid #666;
    color: #309137 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

a#tendeList_next {
    border: 1px solid #666;
    color: #309137 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

a#tendeList_last {
    border: 1px solid #666;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.shown {
    background-color: dimgray !important;
    color: #fff;
}

.nav-tabs {
    border-bottom: 5px solid #309137 !important;
}


.questionContainer {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
}

    .questionContainer h5 {
        color: #309137;
        font-weight: bold;
    }


    .questionContainer .name {
        color: #309137;
        font-size: 14px;
        font-weight: bold;
    }

    .questionContainer .date {
        font-size: 12px;
        color: gray;
    }

    .questionContainer .question {
    }

    .questionContainer .replyIcon {
        color: #309137;
        padding: 12px;
        background-color: #F5F5F5;
        border-radius: 100%;
        font-size: 14px;
        top: 20px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

.imgButton {
    border: none;
    background-color: transparent;
    margin-top: 10px;
    left: -7px;
    position: relative;
}

div[id*="-response"] {
    width: 98%;
    left: 2%;
    position: relative;
}

.confirmation {
    font-size: 16px;
}

#pricingEnvelope {
    margin-top: 15px
}

.displayFlex {
    display: flex
}

div#myDIV {
    margin-top: 50px;
}

    div#myDIV li.nav-item {
        margin-right: 15px;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: left !important;
}

.filter li {
    padding: 15px;
    list-style: none;
    background-color: #eeeeee;
    margin-right: 30px;
}

.filter a {
    /* background-color: #eeeeee; */
    color: #000 !important;
    text-decoration: none;
}

.filter .active a {
    background-color: #309137;
    color: white !important;
    height: 60px;
}

a {
    background-color: transparent !important;
}

#refiner-info #disclaimer.alert {
    padding: 10px 5px;
    border-radius: 0;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-top: 13px;
    color: black;
    font-size: 16px;
    border: 2px solid #e1b200;
}

#refiner-info #disclaimer.alert-dismissible .close {
    background-color: #E1B200;
    border: 1px solid #;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    top: -5px;
    right: 5%;
    border-radius: 8px;
    text-shadow: none;
    opacity: 1;
    font-weight: 600;
}

.quickfindbtn {
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.search-btns {
    background-color: #EEEEEE;
    border-radius: 7px;
    margin-left: 15px;
}

.advSearchbtn {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 250px;
}

#refiner-info .quickfind a {
    /* color: #41ad49; */
    font-size: 18px;
    font-weight: 600;
}

.search-btns a {
    color: black !important;
}

.search-btns i {
    color: #309137 !important;
}

.activeSearch {
    background-color: #309137;
    color: #fff;
}

.filters {
    background-color: #eee;
    padding: 10px;
    border-top: 5px solid #309137;
    margin-bottom: 25px;
}

/*.btn-info {
    background-color: transparent !important;
    border: none !important;
}*/

a.btn.btn-info {
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}
    a.btn.btn-info:hover {
        color: #fff;
        background-color: #138496 !important;
        border-color: #117a8b !important;
    }

    button#btnClear {
        border-color: #309137;
        color: #309137;
        height: 36px;
        width: 145px;
    }

.shown {
    background-color: dimgray !important;
    color: #fff;
}

.shown .sorting_1 {
    background-color: dimgray !important;
}

a.paginate_button {
    /* border: 1px solid #000 !important; */
    border-color: #111 !important;
}

a.btn.btn-warning {
    color: #212529;
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
}

a.Button.btn.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9 !important;
        border-color: #0062cc;
    }

.btn-success {
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745;
}
    .btn-success:hover {
        color: #fff;
        background-color: #218838 !important;
        border-color: #1e7e34;
    }


div#other_Specified {
    margin-bottom: 50px !important;
}


@media only screen and (max-width: 1000px) {
    .login-banner {
        font-size: 22px;
    }

    .links > .container .row {
        height: auto !important;
    }

    .filterTabs li {
        width: 50%;
    }
}


@media only screen and (max-width: 600px) {

    img.login-action-btns {
        width: 90%;
    }

    .login-banner {
        font-size: 15px;
    }

    button.image-btn > img {
        width: 90%;
        float: left;
    }

    .alt-btn {
        border: 1px solid #309137;
        width: 180px;
        height: 35px;
        border-radius: 5px;
        font-size: 15px;
        color: #309137;
        background: white;
    }

    .links > .container .row {
        height: auto !important;
    }

    ul.nav.nav-tabs {
        display: block;
    }

    .filterTabs li {
        width: 100%;
    }

    button.imgButton {
        width: 90%;
        float: left;
    }
}




@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    img.login-action-btns {
        width: 90%;
    }

    .login-banner {
        font-size: 15px;
    }

    button.image-btn > img {
        width: 90%;
        float: left;
    }

    .alt-btn {
        border: 1px solid #309137;
        width: 180px;
        height: 35px;
        border-radius: 5px;
        font-size: 15px;
        color: #309137;
        background: white;
    }

    .links > .container .row {
        height: auto !important;
    }

    ul.nav.nav-tabs {
        display: block;
    }

    .filterTabs li {
        width: 100%;
    }

    button.imgButton {
        width: 90%;
        float: left;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .login-banner {
        font-size: 22px;
    }

    .links > .container .row {
        height: auto !important;
    }

    .filterTabs li {
        width: 50%;
    }
}

/*@media (min-width:1150px)
{
    .navbar.gmc-header .navbar-collapse ul.navbar-nav {
        padding-left:140px;
    }
}*/
@media (max-width:992px)
{
    header {
        display: flow-root !important;
        padding: 8px 10px;
    }
}
main {
    min-height: 40vh;
}
#DataTable-Wrapper #DataTable thead th::after {
    top: 4px;
}


#tendeList_wrapper #tendeList tbody tr td.details-control.sorting_1:nth-child(1) {
    width: inherit !important;
}
#tendeList_wrapper #tendeList tbody tr td:nth-child(1) {
    width: 9%;
}
#tendeList_wrapper #tendeList tbody tr td:nth-child(2) {
    width: 24%;
}

@media (min-width:992px) {
    header {
        padding:2px 22px 0;
    }
}
form#contact-form #btnLoader {
    display: none;
}

header .navbar .navbar-nav li a {
    color: rgba(0,0,0,.5) !important;
    /*padding: 6px 5px !important;*/
}

header .navbar .navbar-nav li a:hover,
header .navbar .navbar-nav li a:active,
header .navbar .navbar-nav li a:focus
{
    color: #343a40 !important;
}

header .navbar .navbar-nav li .dropdown-menu li a {
    padding: 10px 15px;
}
header .navbar .navbar-nav li .dropdown-menu li a:hover,
header .navbar .navbar-nav li .dropdown-menu li a:active,
header .navbar .navbar-nav li .dropdown-menu li a:focus {
    color:#fff !important;
}