﻿/* 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 {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

input[type=button].bwButton {
    background-color: #90C73E;
    border: solid 2px gray;
    border-radius: 5px;
    color: #383838;
    font-weight:bold;
    white-space:nowrap;
}

.bid-confirm-value {
    font-size: 20pt;
    font-weight: bold;
}

.confirmModalHeader {
    width: 100%;
    font-family: sans-serif;
    font-size: 14pt;
    font-weight: bold
}

input[type=button].bwButton2 {
    background-color: #90C73E;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    font-family:sans-serif;
    border-radius:0px;
    padding:15px;
}

input[type=button].bwButton2Cancel {
    background-color: #A2A2A2;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    font-family: sans-serif;
    border-radius:0px;
    padding:15px;
}

    input[type=button].bwButton:hover {
        border: solid 2px lightgray;
        color: white;
        white-space: nowrap;
        cursor:pointer;
    }

input[type=button].bwButton:disabled {
    background-color: #90C73E;
    border: solid 2px gray;
    border-radius: 5px;
    opacity:.5;
    color: #383838;
    font-weight: bold;
    white-space: nowrap;
    cursor: default;
}

input[type=submit].bwButton {
    background-color: #90C73E;
    border: solid 2px gray;
    border-radius: 5px;
    color: #383838;
    font-weight: bold;
    white-space: nowrap;
}

    input[type=submit].bwButton:hover {
        border: solid 2px lightgray;
        color: white;
        white-space: nowrap;
    }

    a.bwButton {
    background-color: #90C73E;
    border: solid 2px gray;
    border-radius: 5px;
    color: #383838;
    font-size: 12pt;
    font-weight: normal;
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    }

    a.bwButton:hover {
        border: solid 2px lightgray;
        background-color: #90C73E;
        color: white;
        white-space: nowrap;
    }

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    content: "loading...";
}

th, td {
    padding: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
}

table.bwTable th {
    color: white;
    background-color: #093C5F
}

.bwTable tr:nth-child(even) {
    background-color: #dcdcdc;
}
.bwTable tr:nth-child(odd) {
    background-color: #E9ECEF;
}

.bwRoundPanel{
    border-radius:5px;
    border:solid 1px lightgray;
    padding:15px;
    margin:15px 0 15px 0;
}

tr.headerRow {
    color: white;
    background-color: #093C5F
}

tr.tablerow:nth-child(even) {
    background-color: #dcdcdc;
}

tr.tablerow:nth-child(odd) {
    background-color: #093C5F;
}

tbody tr.tablerowComments:nth-child(4n), table#awardsTable tr.tablerowComments:nth-child(4n-1) {
    background-color: #dcdcdc;
}

tbody tr.tablerowComments:nth-child(4n-2), table#awardsTable tr.tablerowComments:nth-child(4n-3) {
    background-color: #E9ECEF;
}

.pageHeader {
    background-color: #093C5F;
    color: white;
    font-weight: bold;
    font-size: 18pt;
    padding: 5px;
    padding-left: 10px;
    padding-right: 0px;
}

.pageSubHeader 
{
    background-color: lightgray;
    font-weight:bold;
}

.circle {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: white;
}

    .circle.not-started {
        background-color: #9D9788;
    }

    .circle.complete {
        background-color: #8BC83D;
    }

    .circle.in-progress {
        background-color: #203763;
    }

div.circle {
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding-top: 3.5px;
}

div.headerSection {
    max-width: 100%;
  
}

div.maxWidth100 {
    max-width:100%;
}

div.contentSection {
    max-width:100%;
    padding-left:0px;
    padding-right:0px;
}
/* RFP Start*/
    div.rfpSectionHeader {
        font-weight: bold;
        font-size: 14pt;
        text-decoration: underline;
    }

    div.rfpSectionDetails {
        margin-left: 20px;
        margin-bottom: 20px;
        font-weight: normal;
        font-size: 10pt;
    }

.numericInput {
    padding-top: 4px;
}


.topRow {
    padding-top: 10px;
}

div.input {
    background-color: #FAFAFA;
}
/* RFP END */

/* EVENT */
div.eventSectionHeader {
    font-weight: bold;
    font-size: 14pt;
    text-decoration: underline;
}

div.eventSectionDetails {
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 10pt;
}

.eventQuestion {
    font-style: italic;
    color: blue;
}

.eventAnswer {
    font-style: italic;
    color: forestgreen;
}

.eventNoResponse {
    font-style: italic;
    color: red;
}
<!-- Event -->

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: table;
    transition: opacity .3s ease;
}
.modal-fmask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: gray;
    display: table;
    transition: opacity .3s ease;
}
.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.changePasswordContainer {
    width:500px;
}

.color-bidwell-blue
{
    color:#0A3C5f;
}

.color-bidwell-green {
    color: #90C75F;
}

.modal-header {
    background-color: #0A3C5F;
    color:white;
}

.modal-header h3 {
    margin-top: 0;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

    .modal-enter .modal-container,
    .modal-leave-active .modal-container {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.dropdown-menu a
{
    cursor:pointer;
}

.pointer
{
    cursor:pointer;
}

.required:after {
    content: " *";
    color: red;
}

/**remove later**/

.flex-container {
    display: flex;
    justify-content: center;
}

.time-element {
    margin: 5px;
    background-color: #90C75F;
    color: #0A3C5F;
    padding: 5px;
}

.time-element-complete {
    margin: 5px;
    background-color: lightgray;
    color: white;
    padding: 5px;
}

.unit {
    font-weight: bold;
    font-size: xx-small;
}

.bwButton:disabled,
.bwButton[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}
.bwButton:disabled,
.bwButton[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

button[disabled]:hover {
    pointer-events: none;
}

.bwButton[disabled]:hover {
    pointer-events: none;
}