﻿/*.ui-helper-hidden-accessible { display:none; }*/

body {
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #4e4e4e;
    background-repeat: repeat;
}

h2 {
    font-size: 18px;
    margin: 24px 0 10px;
}

h1 {
    margin: 0;
    font-size: 22px;
}

h1, h2, h3, h4 {
    color: #1b1b1b;
    letter-spacing: -.25px;
    line-height: 1.28em;
    font-weight: 700;
    word-wrap: break-word;
}

h1 {
    padding: 15px;
}
/*size the dropdown lists the same as textboxes*/
input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl {
    border-collapse: collapse;
    width: 100%;
}

    .tbl td {
        padding: 10px;
    }

.processing {
    left: 50%;
    top: 50%;
    position: absolute;
    width: 66px;
    margin-left: -33px;
    margin-top: -33px;
    display: none;
}

#Loading {
    height: 400px;
    text-align: center;
}

a {
    outline: none;
    color: blue;
}

.shadow {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.35);
}

.menuBand {
    height: 40px;
    background-color: grey;
}

.footImg {
    box-sizing: border-box;
    float: left;
    padding: 9px 10px;
    overflow: hidden;
}

.imgDiv {
    width: 25%;
}

.redStrip {
    height: 22px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-align: center;
}

.redstrip, a {
    text-decoration: none;
}

    .redstrip, a:hover {
        text-decoration: underline;
    }

#topBanner {
    font-size: 1.1rem;
}

.alignLeft {
    margin-right: 18px;
    float: left;
}

.navHeading {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 18px;
    color: #ffffff;
}

.header {
    width: 940px;
    font-size: 42px;
    line-height: 1em;
    letter-spacing: -2px;
    float: left;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    max-width: 100%;
    z-index: 1;
}

.footer {
    height: 40px;
    position: relative;
    margin: 0;
    padding: 20px;
}

.col-1-4 {
    width: 25%;
    width: 240px;
    float: left;
}

div.footer ul {
    list-style-type: none;
}

.social-icons {
    margin: 18px 0;
}

.icon-twitter {
    color: #f0f0f0;
    float: left;
}

.shadow {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.35);
}

.page {
    width: 980px;
    clear: both;
}

.title {
    font-weight: bold;
}

.qstRadio {
    margin-top: 35px;
    margin-bottom: 10px;
}

.Container {
    margin: 20px auto;
    max-width: 980px;
    background-color: #fff;
}

.headLine {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #111111;
    height: 56px;
    line-height: 0;
}

.headerPic {
    line-height: 0;
}

.NavBar {
    padding-left: 700px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.NavSave {
    padding-left: 727px;
    padding-bottom: 15px;
}

#btnSave {
    display: block;
    margin: 0 auto;
}

.WzdContent {
    padding: 5px 20px 1em 20px;
    margin-top: 20px;
    /*width: 740px;*/
}

.msgBox {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

.info {
    width: 26px;
    height: 24px;
    position: relative;
    top: 5px;
}

.leftInfo {
    width: 26px;
    height: 24px;
    position: relative;
    float: left;
}

.tipBox {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 150%;
    line-height: 130%;
}

.textBox {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    border: 1px solid #999;
    height: 25px;
    padding-left: 3px;
    margin-top: 3px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.textArea {
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid #999;
    height: 100px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.textAreaClickable {
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid #999;
    height: 100px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    width: 245px;
}

.textAreaLrg {
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid #999;
    height: 200px;
    margin: 3px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.error, select.error, textarea.error {
    /*background: Yellow;*/
    border: 1px solid red;
}

input[type=checkbox].error, input[type=radio].error {
    outline: 0.3px solid red;
}

label.error {
    font-family: Helvetica, Arial, sans-serif;
    color: red;
}

.lblPadding {
    padding-top: 5px;
}

.colHead {
    padding-left: 5px;
    font-weight: bold;
    float: left;
}

.colLeft {
    margin: 10px;
    width: 245px;
    float: left;
}

.colLeftMed {
    margin-left: 10px;
    width: 280px;
    float: left;
}

.colLeftLong {
    margin-left: 10px;
    width: 490px;
    float: left;
}

INPUT.colRight {
    width: 450px;
}

TEXTAREA.colRight {
    width: 450px;
    padding-right: 3px;
    margin-left: 0;
}

SELECT.colRight {
    width: 455px;
}

.colTiny {
    width: 50px;
    float: left;
}

.colSmall {
    width: 80px;
}

.colMedium {
    width: 160px;
}

.colLarge {
    width: 220px;
}

.colXLarge {
    width: 260px;
}

.colXXLarge {
    width: 330px;
}

SELECT.colXLarge {
    width: 251.5px;
}

.button {
    width: 100px;
    background: black;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
}

    .button:hover {
        background: #909090;
        color: white;
    }

/* Horizontal Check List */
div.chkList {
    float: left;
    width: 450px;
}

.chkList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .chkList ul li {
        display: inline-block;
        *display: inline;
        height: 25px;
    }

        .chkList ul li input {
            padding: 5px 0 0 0;
            margin: 0;
            -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
        }

        .chkList ul li label {
            text-decoration: none;
            padding: 0px 1em 0 .5em;
        }

/* Style upload */
div.uplContainer {
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

div.uplOverlay {
    position: absolute;
    top: -5px;
    left: 0px;
    z-index: 1;
}

input.uplHidden {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width: 100px;
}

input.fileName {
    width: 345px;
    margin-right: 5px;
    float: left;
}

div.Question {
    clear: both;
    padding-bottom: 2px;
}

.Question > p {
    margin-right: 40px;
}

.lrgChkBoxes {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
    margin-right: 10px;
}

.ui-tabs-vertical {
    width: 40em;
}

    .ui-tabs-vertical .ui-tabs-nav {
        /*padding: .2em .1em .2em .2em;*/
        float: left;
        width: 15em;
        font-size: 12px;
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0;
        }

            .ui-tabs-vertical .ui-tabs-nav li a {
                /*display: block;*/
            }

            .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
                border-right-width: 1px;
            }

    .ui-tabs-vertical .ui-tabs-panel {
        float: left;
        width: 27em;
        padding: 0 !important;
    }

.ui-widget textarea {
    font-size: 12px !important;
}

.FactMemo {
    width: 100% !important;
}

.factThematic {
    width: 95% !important;
}

.factThematicAmount {
    width: 160px;
    padding-left:;
}

.FactSmall {
    width: 50% !important;
    float: right;
}

.FactLarge {
    height: 180px !important;
}

.rtBubble {
    float: left;
    margin-top: -5px;
}

.present {
    float: right;
    width: 15px;
    height: 24px;
    position: relative;
    top: 8px;
}

.curSymbol {
    margin-left: -15px;
}

.FactHeading {
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 14px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #C0C0C0;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C0C0C0;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C0C0C0;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #C0C0C0;
    font-style: italic;
}

#note {
    padding: 25px 20px 0px 20px !important;
    margin-bottom: -10px;
}

.pac-container {
    width: 455px !important;
}

.tableCellPadding {
    padding: 5px;
}

table {
    width: 100%;
}

#saveLink {
    color: blue;
    text-decoration: underline;
}

.fctDirty {
    font-style: italic;
}

ul {
    /*font-size: 1rem;*/
}

td textarea {
    width: 100%;
    height: 110px;
    resize: none;
    box-sizing: border-box;
    padding-right: 10px;
}

.ddList {
    float: left;
    height: 25px;
    width: 260px;
    margin-top: 3px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#pnlAddrBody > .ddList {
    width: 220px;
    margin-right: 3px;
}

#pnlAddrBody > .colLeft {
    margin-bottom: auto;
}

.spacer {
    clear: both;
    margin-top: 30px;
}

.quote {
    clear: both;
    margin-top: 80px;
    text-align: center;
    font-family: 'Bradley Hand ITC';
    font-weight: bolder;
    font-size: 20px;
}

img {
    vertical-align: middle;
    max-height: 40px;
}

.profilePic {
    max-height: 100px;
    max-width: 100px;
    float: right;
    margin: 0 140px 0 25px;
    border: 2px solid #ccb;
}

.doc {
    margin-top: 8px;
}

.justify {
    text-align: justify;
}
