﻿body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

ol{
    padding-inline-start: 15px;
}

li {
    margin: 5px;
    line-height: 1.5;
}

.field-hint {
    font-size: 8pt;
    color:rgb(155, 164, 171)
}

.profitNote {
    font-size: 8pt;
    font-style: italic;
    color: rgb(155, 164, 171)
}

span[id$='ProposedBid_labelHint'] {
    font-style: italic;
}

.resultBox {
    width: 20%;
    border: 1px solid black;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: inline-block;
    background-color: #CCCCCC;
    font-size: 10pt;
    box-shadow: 0px 1px 6px #0000001F;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    line-height: 2.5ex;
    height: 5ex;
    vertical-align: middle;
}

.resultText {
    height: 5ex;
    line-height: 5ex;
}

#ProceedButton .btn {
    font-size: 12pt;
    color: white;
    background-color: red;
    border-radius: 8px;
    border: 1px solid;
    border-color: red;
    padding: 2px 0px 2px 0px;
    font-style: normal;
    text-align: center;
    width: 100%;
}

#CalculateButton .btn {
    font-size: 12pt;
    color: white;
    background-color: red;
    border-radius: 8px;
    border: 1px solid;
    border-color: red;
    padding: 2px 0px 2px 0px;
    font-style: normal;
    text-align: center;
    width: 30%;
}

#ClearButton .btn {
    font-size: 12pt;
    color: white;
    background-color: grey;
    border-radius: 8px;
    border: 1px solid;
    border-color: grey;
    padding: 2px 0px 2px 0px;
    font-style: normal;
    text-align: center;
    width: 30%;
}

.container {
    padding: 10px;
    box-shadow: 0px 1px 6px #0000001F;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

.buttonContainer {
    padding: 10px;
    box-shadow: 0px 1px 6px #0000001F;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    font-style: italic;
}

.field-required{
    background-color: white;
}

span span span div{
    padding-right: 5px
}

.TextCss {
    border-bottom-style: none;
}

.field-required input {
    background-color: #F8F8F8;
    border-width: 1px;
    border-color: #CCCCCC;
    border-radius: 4px;
}

.resultValue {
    padding: 10px;
    box-shadow: 0px 1px 6px #0000001F;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    text-align: center;
}

.resultValue table tr:nth-child(2) {
    font-size: 12pt;
    font-weight: bold; 
}

.resultValue table tr:nth-child(3) {
    display: none;
}

sup{
    font-size:12pt;
    color:#3333FF;
}