﻿.error {
    color: Red;
}

.premiumNote {
    color: gray;
    font-size: 10pt;
    font-style: italic;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.MenuBarItem {
    color: White;
    margin: 10px 15px;
    position: relative;
    top: 1px;
}

    .MenuBarItem a {
        color: White;
        text-decoration: none;
    }

table.inputForm, table.inputForm td {
    border: none;
}

table.is-borderless, table.is-borderless td {
    border: none;
}

#HeaderLogoLink {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.inputLeftCell {
    padding-left: 15px;
}

.required {
    color: Red;
}

.left-required {
    color: Red;
    float: left;
    margin-right: 4px;
}

    .left-required::after {
        content: "*";
    }

.is-hidden {
    visibility: hidden;
}

td.stateListCell {
    vertical-align: top;
    padding-right: 15px;
}

fieldset {
    margin-bottom: 25px;
}

.fieldError {
    color: Red;
}

td .fieldError {
    margin-bottom: 1px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.validation-summary-errors ul {
    display: none;
}

.nohaSupplementIndented {
    margin-left: 40px;
}

.invisibleBorders, .invisibleBorders td {
    border: none;
}

span.fieldError {
    margin-bottom: 4px;
}

.grayedOut {
    color: #aaaaaa;
}

.stripedTR1 {
    background-color: #d5d5ff;
}

.smallNote {
    font-style: italic;
    font-size: .9em;
}

.smallNoteBold {
    font-weight: bold;
    font-size: .9em
}

.borderlessTable,
.borderlessTable td {
    border: none;
}

#CreditCardNumberTD input {
    width: 35px;
}

.grayBorders {
    border: 1px solid #888;
}

#VendorShowQuoteDiv h1 {
    font-size: 1.5em;
    /*text-decoration: underline;*/
    font-weight: bold;
    text-align: center;
}

#VendorShowQuoteDiv h2 {
    font-size: 1.2em;
    /*text-decoration: underline;*/
    text-align: center;
    font-weight: normal;
}

#WeddingShowQuoteDiv h1 {
    font-size: 1.5em;
    /*text-decoration: underline;*/
    font-weight: bold;
    text-align: center;
}

#WeddingShowQuoteDiv h2 {
    font-size: 1.2em;
    /*text-decoration: underline;*/
    text-align: center;
    font-weight: normal;
}

#NohaRatesTable td {
    padding-bottom: 12px;
}

/* Message box */
.infoBox, .successBox, .warningBox, .errorBox, .validationBox {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.infoBox {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/Images/info.png');
}

.successBox {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/Images/success.png');
}

.warningBox {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/Images/warning.png');
}

.errorBox {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Images/error.png');
}

th {
    text-align: center;
}

#HighlightsBody h1 {
    text-align: center;
    font-size: 24pt;
    padding: 0px;
}

#HighlightsBody h2,
#HighlightsBody h3,
#HighlightsBody h4 {
    padding: 0px;
    margin-bottom: 0px;
}

#HighlightsBody p {
    margin-bottom: 2px;
    margin-top: 2px;
}

.vendorOrderButtonP {
    margin-top: 0px;
    padding-top: 0px;
}

.weddingOrderButtonP {
    margin-top: 0px;
    padding-top: 0px;
}

.orderPolicyButton {
    background-color: #a00000;
    color: #FFFFFF;
    font-weight: normal;
}

#HighlightsBody h1, h2, h3, h4 {
    color: #a00000;
}

#HighlightsBody h3 {
    color: #444444;
}

#VendorSingleRateTable td {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 10px;
}

#WeddingSingleRateTable td {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 10px;
}

p#JavaScriptWarning {
    color: #cc0000;
    background-color: White;
    text-align: center;
    width: 924px;
    margin: 10px auto;
}

.quoteTable th {
    background: none;
    border: none;
    font-weight: bold;
    padding-right: 20px;
}

tbody.subQuestions td:first-child {
    padding-left: 45px;
}

.whatIsThis {
    font-size: 8pt;
}

.yesNoSpan {
    border: 1px solid #ccc;
    padding-right: 4px;
    display: inline-block;
}

td.yesNoCell {
    min-width: 120px;
}

.noMarginP p {
    margin: 0px;
}

.doubleIndentedP p {
    margin-left: 50px;
}

.nonRightButton {
    float: left;
    margin-right: 5px;
}

.rightButton {
    margin-left: 5px;
}

.navigationBlock {
}

.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
}

.input-text-disabled {
    color: #ABADB3
}

.text-disabled {
    color: darkgrey;
}

.contractorButton {
    margin-top: 8px;
}

.HealthAndWellnessCategoryColumns {
    display: inline-block;
    vertical-align: top;
}

    .HealthAndWellnessCategoryColumns ul {
        margin-top: 6px;
    }

.HWCategoryColumnHeader {
    font-weight: bold;
    margin-left: 58px;
}

.TestDashboardTable th {
    background-color: #0070c0;
    color: white;
}

.TestDashboardTable tr:nth-child(odd) {
    background-color: #dbe5f1;
}

.TestDashboardTable tr:nth-child(even) {
    background-color: #fff;
}

input:disabled + label {
    color: #ccc;
}

/* https://stackoverflow.com/a/22457652 */
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url('/Content/password.ttf');
}

/*input.hideLikePassword {
    font-family: password;
}*/

button.invisible-button {
    overflow: visible !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    display: block !important;
}

#exclusionsModal .modal-card-body section:not(:last-child),
.exclusions section:not(:last-child) {
    margin-bottom: 1em;
}

#exclusionsModal .modal-card-body section header,
.exclusions section header {
    line-height: 1.125;
    margin-bottom: 0.75em;
}

    #exclusionsModal .modal-card-body section header strong,
    .exclusions section header strong {
        font-weight: 600;
    }

#exclusionsModal .modal-card-body section p,
.exclusions section p {
    font-size: .8em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.exclusions.no-indent section p {
    font-size: inherit;
    margin: 0;
}

.page:not(.container) a.button,
.page:not(.container) a.button:visited,
.page:not(.container) a.button:link {
    font-family: Tahoma;
    font-size: 13.3333px;
    color: black;
    padding: 2px 5px;
    background-color: #e9e9ed;
    border: 1px solid #8f8f9d;
    border-radius: 3px;
    text-decoration: none;
}

    .page:not(.container) a.button:hover {
        background-color: #d0d0d7;
        border-color: #676774;
    }
