﻿/*.ui-helper-hidden-accessible { display:none; }*/

html, body {
    height: 100%;
    width: 100%;
}

body {
    color: #414141;
    font-family: 'Roboto', Arial, Verdana;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 21px;
    margin:0;
}

a {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-variant: normal;
    white-space: normal;
    color: #414141;
    margin-bottom: 20px;
    font-family: 'Roboto', arial, helvetica, sans-serif;
}

h1 {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}

h2 {
    font-size: 17px;
    line-height: 30px;
    color: #b0151d;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    color: #656d78;
    font-weight: 500;
    margin-bottom: 10px;
}

.horizontal-line {
    width: 100%;
    margin: 40px 0;
    float: left;
    border-top: 1px solid #e3e3e3;
}

.footerRedBand {
    background: #bf0101;
    float: left;
    width: 100%;
    height: 42px;
    padding: 30px 0 10px 0;
    margin-bottom: -40px;
}

.footerLightGrey {
    margin-top: 40px;
    width: 100%;
    padding: 20px 0;
    float: left;
    position: relative;
    background: #333942;
    height: auto;
    color: #7e8793;
}

.footerDarkGrey {
    width: 100%;
    height: 31px;
    padding: 30px 0 10px 0;
    float: left;
    position: relative;
    background: #292f38;
    height: auto;
    color: #4d5560;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.blackBand {
    background: #000;
    float: left;
    width: 100%;
    height: 49px;
    margin-top: 0px;
}

.greyBand {
    float: left;
    background: #f6f7fb;
    height: 32px;
    width: 100%;
    padding: 15px 0px 5px 0px;
    margin-left: 0px;
    border-top: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
    margin-bottom: 40px;
}

.page {
    width: 980px;
    clear: both;
}

.qstRadio {
    padding-top: 10px;
    padding-bottom: 30px;
}

.Container {
    margin: auto;
    width: 980px;
    position: relative;
}

.Heading {
    position: relative;
    top: -18px;
    text-transform: uppercase;
}

.NavBar {
    padding-left: 730px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.NavSave {
    position: absolute;
    padding-left: 425px;
    padding-top: 15px;
}

.WzdContent {
    padding-left: 35px;
    /*width: 740px;*/
}

.msgBox {
    font-family: 'Roboto', Arial, Verdana;
    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: 'Roboto', Arial, Verdana;
    font-size: 150%;
    line-height: normal;
}

.textBox {
    font-family: 'Roboto', Arial, Verdana;
    font-size: 1em;
    border: 1px solid #999;
    height: 25px;
    padding-left: 3px;
    margin-top: 3px;
    margin-left: 7px;
    -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);
}

.contact {        
    margin-left: 0;   
}

.textArea {
    font-family: 'Roboto', Arial, Verdana;
    border: 1px solid #999;
    height: 100px;
    margin: 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);
}

input.error, select.error, textarea.error {
    background: Yellow;
    border: 1px solid red;
}

/*input[type=checkbox] {
    outline: 2px solid #F00;
}*/

label.error {
    font-family: 'Roboto', Arial, Verdana;
    color: red;
}

.lblPadding {
    padding-top: 5px;
}

.colHead {
    padding-left: 5px;
    font-weight: bold;
    float: left;
}

.colLeft {
    margin-left: 10px;
    width: 245px;
    float: left;
}

INPUT.colRight {
    width: 450px;
}

TEXTAREA.colRight {
    width: 450px;
    padding-right: 3px;
    margin-left: 7px;
}

SELECT.colRight {
    width: 455px;
}

.colTiny {
    width: 50px;
}

.colSmall {
    width: 80px;
}

.colMedium {
    width: 160px;
}

.colLarge {
    width: 220px;
}

.colXLarge {
    width: 260px;
}

.button {
    width: 100px;
    background: #bf0101;
    color: white;
    font-family: 'Roboto', Arial, Verdana;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #999;
}

    .button:hover {
        background: black;
        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: 8px;
    margin-right: 5px;
    width: 65px;
    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;
}

.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;
    height: 120px !important;
}

.rtBubble {
    float: right;
    margin-top: -5px;
    padding-right: 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;
}
