﻿.bx-page-header {
    background-color: #ffc107;
    height: 10px;
    box-shadow: 0 1px 1px 0 rgba(60, 75, 100, .14), 0 2px 1px -1px rgba(60, 75, 100, .12), 0 1px 3px 0 rgba(60, 75, 100, .2)
}
    .bx-page-header a {
        font-size: 10pt;
        color: white;
        text-decoration: none;
    }
    .bx-page-header a:hover {
        color: #f6e877;
        text-decoration: none;
    }
.bx-breadcrumb {
    float: left;
}
.bx-page-title {
    font-size: 18pt;
    color: white;
    padding-left: 20px;
    font-weight: 700;
}
.bg-90{
    opacity: 0.9
}
.bg-70 {
    opacity: 0.7
}
.disabled{
    color: #bababa;
    font-style: italic;
}
.newproject{
    color: red;
    font-weight: 700;
    font-style: italic;
}
.newproject a{
    color: red;
    font-weight: 700;
    font-style: italic;
}
.loader {
    border: 6px solid transparent;
    border-radius: 50%;
    border-top: 6px solid #3B5998;
    border-right: 6px solid #448AFF;
    border-bottom: 6px solid #55ACEE;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 10002;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.modalback {
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(101,101,101,0.45);
    position: fixed;
    left: 0;
    top: 0;
}
.abovemodal {
    z-index: 10001;
}
.form-control {
    border-color: #c8ced3;
}
.btn-bx {
    background-color: #ff4500;
    color: white;
}
    .btn-bx:hover {
        background-color: #ff7500;
    }
.bidder-companyname {
    font-size: 16px;
    font-weight: 700;

}
.bidding {
    font-weight: 700;
}
.bidding-yes {
    color: #4dbd74;
}
.bidding-no {
    color: #f86c6b;
}

.bidding-maybe {
    color: #8f9ba6;
    font-weight: normal;
}
.bidding-use {
    color: #20a8d8;
    font-style: italic;
}
.bid-detail-yes {
    background-color: #4dbd74;
    color: white;

}
.bid-detail-no {
    background-color: #f86c6b;
    color: white;
}
.selected-bidder {
    background-color: #9fe1f4 !important;
    border: 1px solid #20a8d8 !important;
}
.bidder-table tr:hover {
    cursor: pointer;
}
.usage-date {
    width: 100px;
}
input[type="checkbox"] {
    padding-right: 4px !important;
    margin: 4px;
}
.CheckBoxList td {
    padding: 0 20px 0 0;
    margin: 0;
    line-height: 10px;
}
.btn-add-sm {
    background-image: url('/img/btn/add-sm-off.png');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    height: 13px;
    width: 13px;
    float: right;
}
    
.btn-add-sm:hover {
    background-image: url('/img/btn/add-sm-on.png');
}
.text-black {
    color: black;
}
.ul-nodot {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.card-header-small {
    padding: 2px 10px;
    border-top: 1px solid #c8ced3;
    border-bottom: 0;
    border-left: 1px solid #c8ced3;
    border-right: 1px solid #c8ced3;
    border-radius: 0 !important;
}
.no-border {
    border: 0;
}
.card-body-lt-gray {
    background-color: rgba(248,248,248,1);
    border: 1px solid #c8ced3;
}
.company-link {
    font-weight: 700;color: #23282c;
}

.GCRR {
    border-radius: 3px;
    padding: 3px;
    text-align:center;
}
.GCRRGood {
    background-color: #4dbd74;
}
.GCRRBad {
    background-color: #f86c6b;
}
.GCRROk {
    background-color: #ffc107;
}
.GCRROptOut {
    background-color: #bababa;
    font-size: 10pt;
}
.GCRRna {
    background-color: #000000;
    color: white;
}
.FakeHref, .fakehref {
    cursor: pointer;
}
.phone-col {
    min-width: 140px !important;
}
.red-selected-item {
    color: red !important;
}
.small-scrollbox {
    height: 140px;
    overflow: auto;
}
.text-center {
    text-align:center;
}
.working-row {
    background-color: rgba(255, 193, 7,0.5) !important;
}
.working-row-saved {
    transition: all 0.9s ease-out 0s;
    background-color: rgba(77, 189, 116,0.5) !important;
}
.alpha {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 4px;
    width: 40px;
    border-radius: 4px;
    border: 1px solid rgb(32, 168, 216);
    text-align: center;
    color: rgb(32, 168, 216);
    background-color: white;
}
    .alpha:hover {
        background-color: rgb(32, 168, 216);
        color: white;
        cursor:pointer;
    }
     .alpha-active {
        background-color: rgb(25, 133, 172);
       
        color:white;
    }
.mw-200 {
    min-width: 200px;
}
.mw-300 {
    min-width: 300px;
}
.plan-section-header {
    padding: 5px;
    font-size: 16pt;
}
.subtle-bb {
    border-bottom: 1px solid #d7d7d7;
}
.itb-table {
}
    .itb-table td {
        padding: 10px 20px;
        vertical-align: top;
    }
.table-bplist {
    margin-left: 10px;
    width: 90%;
}
    .table-bplist tr {
        border:0 !important;
    }
    .table-bplist td {
        border: 0 !important;
    }
        .table-bplist td:nth-child(1) {
            width: 50px;
        }
    .table-bplist th, .table-bplist td {
        padding: 0 0 2px 0;
    }
    .table-bplist th {
        border: 0 !important;
        border-radius: 3px;
        padding: 3px;
        background-color: #bdd0f7;
    }
.docholder {
    height: 400px;
    overflow: auto;
}
.bx-max-500 {
    max-height: 500px;
    overflow: auto;
}
.muted-underline {
    border-bottom: 1px solid #73818F;
}
.fa-24px {
    font-size: 24px;
}
.fa-hover {
    transition: ease-out 0.35s;
}
.fa-hover:hover {
    color: #63C2DE !important;
    cursor:pointer;
}
.bx-table-divider {
    color: white;
    font-weight: 700;
    background-color: black;

}
.ck-editor__editable_inline {
    min-height: 250px;
}
.csiitem {
    padding-left: 15px;
    color: black;
    cursor: pointer;
}
    .csiitem:hover {
        color: red;
    }
.csiblank {
    font-weight: normal;
    color: #bebcbc;
    font-style: italic;
    cursor:default;
}
    .csiblank:hover {
        color: #bebcbc;
   
    }
.csiheader {
    font-weight: 700;
}
.nav-link-btn1 {
    background-color: #aad450 !important;
    color: black !important;
    border-radius: 3px !important;
    padding: 5px 10px !important;
}
    .nav-link-btn1:hover {
        background-color: #9bcc32 !important;
    }
.nav-link-btn2 {
    background-color: #7ab800 !important;
    color: black !important;
    border-radius: 3px !important;
    padding: 5px 10px !important;
}

    .nav-link-btn2:hover {
        background-color: #588500 !important;
    }
.dropdown-item-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.cur-help {
    cursor: help !important;
}
.table td, .table th {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.05rem !important;
    padding-right: 0.05rem !important;
}
    .table td:nth-child(1), .table th:nth-child(1) {
        padding-left: 0.55rem !important;
    }
.card-padding-small {
    padding: 7px !important;
}
.selcted-email {
    background-color: #7ddfff;
}
.selcted-email:hover {
    background-color: #7ddfff !important;
}
@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(15deg);
    }
    90% {
        transform: rotate(-15deg);
    }
    95% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(-15deg);
    }
}

.wiggle {
    display: inline-block;
    animation: wiggle 2.5s infinite;
}

    .wiggle:hover {
        animation: none;
    }
.hide {
    display: none;
}
.table-smx th,
.table-smx td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 10px !important;
}
.font-normal-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.bx-card {
    border: 1px solid #c8ced3;
    border-radius: 0.25rem;
}
.bx-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.bx-row-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cal-biddate {
    background-color: rgb(248, 108, 107);
}
    .cal-biddate span {
        font-size: 10pt;
        color: white;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    }
.cal-other-biddate {
    background-color: rgba(248, 108, 107,0.66);
}
    .cal-other-biddate span {
        font-size: 10pt;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
        color: white;
    }
.cal-today {
    background-color: rgba(77, 189, 116,0.33);
}

.bg-gradient-primary {
    background: #1d97c2 !important;
    background: linear-gradient(45deg, #31b3e0 0%, #1d97c2 100%) !important;
    border-color: #1d97c2 !important
}

.bg-gradient-secondary {
    background: #bac1c8 !important;
    background: linear-gradient(45deg, #d6dbde 0%, #bac1c8 100%) !important;
    border-color: #bac1c8 !important
}

.bg-gradient-success {
    background: #41af67 !important;
    background: linear-gradient(45deg, #60c483 0%, #41af67 100%) !important;
    border-color: #41af67 !important
}

.bg-gradient-info {
    background: #4ebada !important;
    background: linear-gradient(45deg, #78cae2 0%, #4ebada 100%) !important;
    border-color: #4ebada !important
}

.bg-gradient-warning {
    background: #edb100 !important;
    background: linear-gradient(45deg, #ffc721 0%, #edb100 100%) !important;
    border-color: #edb100 !important
}

.bg-gradient-danger {
    background: #f75453 !important;
    background: linear-gradient(45deg, #f98483 0%, #f75453 100%) !important;
    border-color: #f75453 !important
}

.bg-gradient-light {
    background: #e1e7eb !important;
    background: linear-gradient(45deg, white 0%, #e1e7eb 100%) !important;
    border-color: #e1e7eb !important
}

.bg-gradient-dark {
    background: #24282c !important;
    background: linear-gradient(45deg, #3a4248 0%, #24282c 100%) !important;
    border-color: #24282c !important
}
.project-menu img {
    height: 16px;
    margin-right: 10px;
}
.project-widgets {
}
.project-widgets .card {
    min-height: 100px;
}
    .project-widgets .card-body {
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }
    .bid-calendar {
        width: 100%;
        border: 1px solid white;
        height: 100px;
    }
    .bid-calendar td {
        width: 20%;
        border-left: 1px solid white;
        
    }
    .bid-calendar th {
        height: 24px;
        background-color: rgba(255,255,255,0.45);
        color: black;
        border-left: 1px solid white;
        border-bottom: 1px solid white;
    }
.bx-cal {
    height: 160px;
}
.bid-calendar-today {
    background-color: rgba(255,255,255,0.25);
}
.day {
    float: left;
    padding-left: 5px;
}
.date {
    float: right;
    padding-right: 5px;

}
.project-menu-bar img {
    height: 16px;
    vertical-align: text-top;
    
}