﻿
/* used to center the form in browser. To keep form left justified just comment out this section */
#html, body
{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; /*width:520px;*/ /*matches #wrapper & header width property in main CSS file */ /*height: 100%;#04-25-2014 kumar: Avoid scorll bar*/
    margin: auto;
}
/*05-05-2014 kumar: This is needed until wafflehouse change the iframe height scroll yes. This Height match to their frame height.
.Main_Div
{
    overflow-y: auto;
    height: 1575px;
}*/
.form-contact-question
{
    /*ADA*/
    font-size: 70%; /*11px;*/
    font-family: Arial, Sans-Serif;
    background-color: transparent !important;
    font-weight: bold;
    font-style: italic;
}
.form-business-segment-prompt
{
    font-size: 90%; /*11px;*/
    font-family: Arial, Sans-Serif;
    background-color: transparent !important;
    font-weight: bold;
    font-style: italic;
    background-color: #fff;
    border-style: solid;
    border-width: 0px;
}
.asp-button, #html-button, .continue-button
{
    display: block;
    margin: 0px 0px 0px 0px; /*to conter on page: margin:0px  0px 0px  360px; */
    color: #000000; /*padding: 5px 12px;*/
    letter-spacing: 1px;
    font-size: 100%; /*14px;*/
    font-weight: Bold; /*height: 31px;*/
    overflow: hidden; /*float: left;*/ /*comment out to center on page*/
    background-color: #FEF200; /*round corners supporting all browsers. It does not round when IE is set in Compatibility View */
    border-color: Black;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}

.Button_LocationSearch
{
    background-position: #008000;
    width: 70px;
    height: 25px;
    position: relative;
    left: 0px;
    background-color: #FEF200;
    border-color: Black;
    color: #000000;
    font-weight: Bold;
    padding: 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}


.accordionHeader
{
    border: 1px solid #746C66;
    color: White;
    background-color: Black; /*#2E4d7B;*/
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 5px solid #FEF200;
    color: #FEF200;
    background-color: Black; /* #5078B3; */
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    /*background-color: #fff; */ /*#D3DEEF;*/
    background-image: url("../images/WaffleHouse_BackGround.png");
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.form-label-remaining
{
    font-size: 62.5%; /*12px;*/
    font-style: italic;
    font-family: Arial, sans-serif;
    font-weight:bold;
    color: black; /*display: block;*/ /*make it appear on line by itself*/
}
.form-text:focus
{
    background-color: #fff;
}
/*08-26-2016 WCAG 2.0 AA Compliance */

.watermark
{
    font-size: 70%; /*11px;*/
    font-family: Arial, sans-serif;
    color: black;
}