﻿@charset "utf-8";

/* Table of Contents
==================================================
	# CSS Reset
	# Web font inclusions
	# Basic styles
	# Header
	# Left navigation & menu
	# Common styles
	# Content
	# Statistic row
	# Gallery
	# Buttons
	# Content widgets
	# Progress bars	
	# Tables 
   # Pagination
	# Form styles	
	# Footer
	# Other plugin styles
	# Media queries (remove them if you don't want to use responsive layout)
	# Multi-channel 
==================================================*/

/* # CSS Reset
================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea {
    vertical-align: middle;
}

body, html {
    min-height: 100%;
}


/* # Web font inclusions
================================================== */
@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../fonts/PT-Sans-Narrow-Regular.eot');
    src: url('../fonts/PT-Sans-Narrow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PT-Sans-Narrow-Regular.woff') format('woff'), url('../fonts/PT-Sans-Narrow-Regular.ttf') format('truetype'), url('../fonts/PT-Sans-Narrow-Regular.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    src: url('../fonts/PT-Sans-Narrow-Bold.eot');
    src: url('../fonts/PT-Sans-Narrow-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PT-Sans-Narrow-Bold.woff') format('woff'), url('../fonts/PT-Sans-Narrow-Bold.ttf') format('truetype'), url('../fonts/PT-Sans-Narrow-Bold.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rokkittbold';
    src: url('../fonts/rokkitt-bold-webfont.eot');
    src: url('../fonts/rokkitt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rokkitt-bold-webfont.woff') format('woff'), url('../fonts/rokkitt-bold-webfont.ttf') format('truetype'), url('../fonts/rokkitt-bold-webfont.svg#rokkittbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rokkittregular';
    src: url('../fonts/rokkitt-regular-webfont.eot');
    src: url('../fonts/rokkitt-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rokkitt-regular-webfont.woff') format('woff'), url('../fonts/rokkitt-regular-webfont.ttf') format('truetype'), url('../fonts/rokkitt-regular-webfont.svg#rokkittregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot?pumpd');
    src: url('../fonts/icons.eot?#iefixpumpd') format('embedded-opentype'), url('../fonts/icons.woff?pumpd') format('woff'), url('../fonts/icons.ttf?pumpd') format('truetype'), url('../fonts/icons.svg?pumpd#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
    content: "\f019";
}

.icon-building:before {
    content: "\e60b";
}

.icon-counter:before {
    content: "\e60a";
}

.icon-buildings:before {
    content: "\e609";
}

.icon-home:before {
    content: "\e608";
}

.icon-writting-pad:before {
    content: "\e607";
}

.icon-writing-pad:before {
    content: "\e606";
}

.icon-group:before {
    content: "\e605";
}

.icon-dollars-coins:before {
    content: "\e604";
}

.icon-hammer:before {
    content: "\e602";
}

.icon-gear:before {
    content: "\e601";
}

.icon-cashier-machine:before {
    content: "\e603";
}

.icon-dollar-slip:before {
    content: "\e600";
}

.icon-home2:before {
    content: "\e611";
}

.icon-lms:before {
    content: "\e60c";
}

.icon-list:before {
    content: "\e60d";
}

.icon-addfriend:before {
    content: "\e60e";
}

.icon-power:before {
    content: "\e60f";
}

.icon-menu:before {
    content: "\e613";
}

.icon-chat:before {
    content: "\e610";
}

.icon-calendar:before {
    content: "\e612";
}



/* # Basic styles
================================================== */
html, body {
    height: 100%;
}

body {
    background: #cedcdf URL(../img/bg_rpt.png) center repeat-y;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #38464d;
}

p {
    margin-bottom: 20px;
}

#wrapper {
    background-color: #fff;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
    max-width: 960px;
    min-height: 100%;
    padding-bottom: 140px;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.welcome {
    background-color: #753BBD;
    color: #fff;
    padding: 30px 40px;
}

    .welcome span {
        color: #f1ea33;
    }

.logo {
    padding: 20px 0 30px;
    text-align: center;
}

    .logo H1 {
        font-family: Georgia, serif;
        font-weight: bold;
        font-size: 32px;
        margin-top: 10px;
        color: #753BBD;
    }

.links {
    background-color: #563672;
    border-radius: 15px;
    padding: 10px;
    width: 500px;
    margin: 0 auto 20px;
    display: block;
}

    .links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .links ul li {
            display: inline-block;
            text-align: center;
        }

            .links ul li a {
                color: #fff;
                display: block;
                font-size: 16px;
                padding: 5px;
                width: 117px;
            }

                .links ul li a:hover {
                    background: #000;
                    border-radius: 10px;
                }

            .links ul li span {
                display: block;
                font-size: 50px;
                color: #fff;
                text-align: center;
            }

.page {
    padding: 10px;
}

.intro {
    padding: 5px 10px 20px;
    color: #5b5b5b;
}

.intro-large {
    padding: 5px 10px 20px;
    color: #545454;
    font-size: 15px;
}

.apps {
    height: 25px;
}

.addApp {
    background: #876c9f;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 18px;
    float: right;
    padding: 5px 10px 7px;
}

    .addApp:hover {
        color: #fff;
        text-decoration: none;
    }

    .addApp span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding-left: 7px;
    }

    .addApp.applicant {
        font-size: 14px;
        padding-left: 7px;
    }

.appName {
    background: #876c9f;
    border: none;
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: inline-block;
    margin-right: 2px;
    padding: 5px 40px 10px 10px;
}

    .appActive, .addApp:hover, .appName:hover {
        background: #563672;
    }

.delApplicant {
    font-size: 18px;
    margin-left: -24px;
    width: 18px;
    cursor: pointer;
    margin-right: 5px;
    color: #fff;
}

    .delApplicant:hover {
        color: #d70001;
    }

.contentSurround {
    background: #563672;
    border-radius: 8px;
    padding: 5px;
    z-index: 10;
    position: relative;
}

.content {
    background: #fff;
    border-radius: 3px;
    width: 100%;
}

    .content div:last-child {
        float: none;
        content: " ";
    }

    .content > div:first-child {
        display: block;
    }

#cboxLoadedContent {
    height: 650px;
}

.f12, .f17, .f25, .f33, .f33m, .f50, .f75, .f100 {
    border-bottom: 1px solid #876c9f;
    display: block;
    float: left;
    padding: 6px;
    min-height: 67px;
}
.f12 {
    width: 12.5%;
}
.f17 {
    width: 16.6666666666668%;
}

.f25 {
    width: 25%;
}

.f33, .f33m {
    width: 33.3333333333332%;
}

.f50 {
    width: 50%;
}

.f75 {
    width: 75%;
}

.f100 {
    width: 100%;
    /*float: none;*/
}

.fHeight {
    height: 66px;
}

.g50 {
    width: 50%;
    display: block;
    float: left;
    padding: 6px;
    min-height: 62px;
}

.content label {
    display: block;
    font-size: 12px;
    padding-left: 5px;
}

.content input[type=text] {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 6px;
    width: 100%;
    height: 35px;
}

.content input[type=number] {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 6px;
    width: 100%;
}

.content input[type=email] {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 6px;
    width: 100%;
}

.content select {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 7px 6px;
    width: 100%;
}

.content textarea {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 6px;
    width: 100%;
    min-height: 76px;
    overflow: scroll;
    resize: none;
}

.content label.checkbox {
    display: inline-block;
}

.content label.signature {
    display: inline-block;
    font-size: 15px;
}

.radio {
    margin-left: 5px;
}

.radio-error {
    position: relative;
    bottom: 20px;
}

.radio-label {
    display: inline !important;
}

#firstHomebuyerGroup-error {
    margin-top: -26px;
    right: 65px;
}

#pResidentGroup-error {
    margin-top: -26px;
    right: 65px;
}

#guarantorGroup-error {
    margin-top: -26px;
    right: 65px;
}

.half {
    min-height: 35px;
    height: 35px;
}

.smalltext {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 6px;
    width: 20%;
}

#divAssetAddress {
    float: left;
}




/* # Header styles
================================================== */
#header {
    background: #fff;
    min-height: 120px;
}

    #header .logo {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }

    #header .links {
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        border-radius: 10px;
        padding: 7px;
        width: auto;
    }

        #header .links:after {
            clear: both;
        }

        #header .links img {
            height: 30px;
            width: auto;
        }

        #header .links ul li a {
            color: #fff;
            display: block;
            font-size: 14px;
            padding: 5px;
            width: 117px;
        }

            #header .links ul li a:hover, #header .links ul li .active {
                background: #000;
                border-radius: 5px;
                text-decoration: none;
            }

.js-error {
    background: red;
    color: #fff;
    font-size: 14pt;
    width: 960px;
    margin: 0 auto;
    padding: 25px;
}

/* # Footer styles
================================================== */
#footer {
    background: #fff;
    min-height: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #52646d;
    text-align: center;
    padding: 45px 0 0;
}

.botlinks {
    display: none;
    position: fixed;
    bottom: 0;
    background: #73528f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczNTI4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTFiMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #73528f 0%, #2a1b37 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73528f), color-stop(100%,#2a1b37)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #73528f 0%,#2a1b37 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #73528f 0%,#2a1b37 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #73528f 0%,#2a1b37 100%); /* IE10+ */
    background: linear-gradient(to bottom, #73528f 0%,#2a1b37 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73528f', endColorstr='#2a1b37',GradientType=0 ); /* IE6-8 */
    border-top: 1px solid #b2b2b2;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    z-index: 99999;
}

    .botlinks img {
        height: 30px;
        width: auto;
    }

    .botlinks ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .botlinks ul li {
            display: inline-block;
            text-align: center;
            width: 24%;
        }

            .botlinks ul li a {
                color: #fff;
                display: block;
                font-size: 14px;
                padding: 6px;
            }

                .botlinks ul li a:hover, .botlinks ul li .active {
                    background: #000;
                    border-radius: 10px;
                    border: 1px solid #6d5582;
                    padding: 5px;
                }

            .botlinks ul li span {
                display: block;
                font-size: 50px;
                color: #fff;
                text-align: center;
            }

.fLinks {
    background: #563672;
    color: #fff;
    width: 100%;
}

    .fLinks a {
        color: #fff;
        float: left;
        text-decoration: none;
        padding: 4px 8px;
    }

        .fLinks a:hover {
            background-color: #000;
            border-radius: 5px;
        }

    .fLinks .end {
        background-color: #fff;
        border-radius: 0 0 3px 3px;
        height: 7px;
        font-size: 0;
        line-height: 0;
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .fLinks .right {
        float: right;
    }


.tb50 {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    padding: 15px;
    width: 50%;
}

.tr1 {
    border-bottom: 1px solid #876c9f;
    background-color: #fff;
}

.th1 {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #666;
}

    .th1 td {
        padding: 6px;
    }

.note {
    background-color: #876c9f;
    padding: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.valid-wrap {
    border: 1px solid #00C800 !important;
}

.error-wrap {
    border: 1px solid #D43104 !important;
}

.validation-light-error {
    background: #FFE9E9;
    color: #D43104;
    border-radius: 8px;
    padding: 5px;
    z-index: 10;
    position: relative;
    /*//margin-bottom:12px;*/
    border: 1px solid #D43104;
    word-wrap: break-word;
}

    .validation-light-error button {
        color: #000;
    }

.exp-error {
    padding: 20px;
    margin-top: 10px;
    border-radius: 3px 4px;
    text-align: center;
}

.exp-icon {
    float: left;
    margin: 7px 0px;
}

.validation-summary-errors {
    background: #cc2621;
    border-radius: 8px;
    padding: 5px;
    z-index: 10;
    position: relative;
    margin-bottom: 12px;
}

    .validation-summary-errors ul {
        list-style-position: inside;
        padding: 5px 10px;
    }

.error {
    border: 1px solid #cc2621 !important;
}

.content input[type=text].tb30 {
    width: 30%;
}

.content input[type=number].tb30 {
    width: 30%;
}

.content input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.content input[type=button] {
    border: none;
    border-radius: 5px;
    background: #876c9f;
    color: #fff;
    padding: 4px 10px;
    margin: 8px 0;
    text-decoration: none;
}

    .content input[type=button]:hover {
        background: #563672;
        text-decoration: none;
    }

.content select.tb30 {
    width: 30%;
}

.lineItem {
    overflow: hidden;
    position: relative;
    font-size: 15px;
    height: 60px;
    cursor: pointer;
}

    .lineItem .details span {
        font-size: 11px;
    }

    .lineItem .options {
        border-radius: 15% 0 0 15%/50%;
        float: right;
        z-index: 55;
        margin-right: -130px;
        transition: all 1s ease-in-out;
        padding: 5px 5px 4px;
        min-height: 48px;
        line-height: 35px;
        position: absolute;
        right: 0;
        font-size: 35px;
        text-align: center;
        text-decoration: none;
    }

        .lineItem .options span, .lineItem .optionsOn span {
            cursor: pointer;
            width: 50px;
        }

            .lineItem .options span:first-child, .lineItem .optionsOn span:first-child {
                padding: 2px 9px;
            }

    .lineItem .first {
        vertical-align: top;
        padding: 7px 9px !important;
    }

    .lineItem .optionsOn {
        color: #fff;
        background-color: rgb(112, 29, 112);
        margin-right: 0 !important;
    }

    .lineItem .details {
        float: left;
        width: 80%;
        padding: 6px;
    }

    .lineItem .options span span {
        font-size: 10px;
        font-family: Arial, sans-serif;
        display: block;
    }

    .lineItem .optionsOn span:hover {
        color: #ebe714;
        text-decoration: none;
    }

    .lineItem .price {
        float: left !important;
        display: block !important;
        width: 15%;
        padding: 6px;
        text-align: right !important;
        margin-right: 4%;
    }

.appFullName {
    width: 200px;
    margin-bottom: 8px;
}

canvas {
    background-color: #e5e5e5;
    border-radius: 3px;
    height: 100px;
    width: 300px;
}

#dgSignatures td {
    vertical-align: top;
}

#dgSignatures tr td:last-child {
    padding-left: 20px;
    text-align: center;
    font-size: 11px;
    width: 120px;
}

.signed-date {
    /*//font-size: 18px !important;
    //padding: 4px 10px !important;*/
    text-align: center;
    margin-top: 12px;
    width: 100px;
    margin: 10px auto;
    min-height: 40px;
}

.signed-date-cb {
    font-size: 18px !important;
    padding: 4px 10px !important;
    width: 120px !important;
    text-align: center;
}

.sig-delete {
    font-size: 17px;
    color: #d70001;
    cursor: pointer;
}

form {
    height: 100%;
}

.inputButton {
    border: none;
    border-radius: 5px;
    background: #876c9f;
    color: #fff;
    padding: 4px 10px;
    margin: 8px 0;
    text-decoration: none;
}

    .inputButton:hover {
        background: #563672;
        text-decoration: none;
    }

.inputButtonPrint {
    /*border: none;
    border-radius: 5px;
    background: #876c9f;
    padding: 4px 10px;
    margin: 8px 0;
    text-decoration: none;
    height: 28px;*/
    color: #545454;
    cursor: pointer;
    margin: 20px 0 15px 0;
}

    .inputButtonPrint span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding-left: 7px;
    }

.modal {
    z-index: 1500;
}

.modal-footer {
    border: none;
}

.sigWrapper {
    clear: both;
    margin: 10px 0 15px;
    text-align: center;
}

.creditReportPermissionRadioButton input {
    margin-bottom: 6px;
    margin-left: 6px;
}
/*.sigLeft {
    float: left;
    padding-right: 5px;
}
    */
.sigLeft-cb {
    padding: 10px;
}

.date-wrapper {
    width: 120px;
    height: 45px;
    display: inline;
}

.signed-by {
    text-align: center;
    width: 100%;
}

.sigRight {
}

.sigSmall {
    font-size: 11px;
}

label.sigError {
    position: relative;
    background-color: #cc2621;
    color: #fff;
    /*margin-top: -56px;*/
    padding: 1px 4px;
    width: 300px;
    margin: -3px auto 8px;
}

.sigInvalid {
    border: 2px solid #cc2621;
}

    .sigInvalid .sign-warning {
        background-color: #cc2621;
        color: #fff;
    }

.sigValid {
    border: solid 3px #4AD37E;
}

    .sigValid .sign-warning {
        background-color: #4AD37E;
        color: #fff;
    }

.complete-warning {
    border: 1px solid #f0ad4e;
    border-radius: 3px 4px;
    color: #000;
    background: #FCF8E3;
    width: 100%;
    text-align: center;
}

    .complete-warning p {
        margin: 5px;
    }

.complete-icon {
    float: left;
    margin: 15px 0px 0px 27px;
    color: #f0ad4e;
}

.complete-row {
}

    .complete-row div:last-child {
        float: none;
    }

.half-width {
    width: 80%;
    text-align: center;
    min-height: 120px;
    margin-bottom: 30px;
    border-radius: 3px 4px;
    padding: 15px 0px 0px 0px;
    margin: 20px auto;
}

.half-width-right {
    width: 50%;
    float: left;
    min-height: 145px;
    margin-bottom: 30px;
    text-align: left;
}

.half-width-spacer {
    width: 50%;
    float: left;
    min-height: 100px;
}

#divSubmit {
    float: right;
}

#errorModal {
    top: 300px;
}

.btn-error {
    background: #876c9f;
    border: 1px solid #876c9f;
}

    .btn-error:hover {
        background: #876c9f;
        border: 1px solid #876c9f;
    }

    .btn-error:active {
        background: #876c9f;
        border: 1px solid #876c9f;
    }

.submitBtn {
    background: #4ad37e;
    padding: 10px 16px !important;
    color: #fff;
    margin: 10px 0 10px;
}

    .submitBtn:hover {
        background: #3fb26a;
        color: #fff;
    }

#errorContainer, #employmentErrorContainer {
    display: none;
    overflow: auto;
    background: #cc2621;
    border-radius: 8px;
    padding: 5px;
    z-index: 10;
    position: relative;
}

    #errorContainer .content, #employmentErrorContainer .content {
        padding: 6px;
    }

        #errorContainer .content ul, #employmentErrorContainer .content ul {
            margin-left: 20px;
        }

        #errorContainer .content .error, #employmentErrorContainer .content .error {
            border: none !important;
        }

    #errorContainer label, #employmentErrorContainer label {
        float: none;
        width: auto;
    }

.dollar {
    background: #e5e5e5 url(../img/bg-Dollar.gif) 0 center no-repeat;
    padding-left: 30px !important;
}

#employment {
    /*   width: 500px; */
}

label.error {
    position: relative;
    background-color: #cc2621;
    color: #fff;
    float: right;
    margin-top: -56px;
    /*margin-top: -22px\9;*/
    padding: 1px 4px;
}

#txtHomeAddressLine1 {
    margin-bottom: 5px;
}

#txtPreviousAddressLine1 {
    margin-bottom: 5px;
}

#txtAssetAddressLine1 {
    margin-bottom: 5px;
}

#txtPreviousAddressLine1 {
    margin-bottom: 5px;
}

/* ERROR POPUP */
#divErrorMsg {
    padding: 50px 15px 15px;
    font-size: 14px;
}

    #divErrorMsg h2 {
        color: #d70001;
        font-size: 20px;
        text-transform: uppercase;
        margin: 10px 0 25px;
    }

    #divErrorMsg.centre {
        text-align: center;
    }

    #divErrorMsg #btnOk {
        font-size: 16px;
        padding: 5px 20px;
    }

.cbSigPermission {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 750px) {
    #header {
        text-align: center;
    }

        #header .links, #header .logo {
            float: none;
            display: inline-block;
            margin: 0 auto;
            width: 90%;
        }

            #header .links ul li a {
                width: 100%;
            }

            #header .links ul li {
                display: block;
                float: left;
                text-align: center;
                width: 25%;
            }

    .lineItem .price {
        width: 15%;
        margin-right: 7%;
    }

    .lineItem .details {
        width: 78%;
    }

    .th1 td {
        padding: 6px 8% 6px 6px;
    }

    .half-width {
        width: 80%;
    }

    .half-width-right {
        text-align: center;
        width: 40%;
    }

    .signed-date {
        width: 100%;
    }
}

@media only screen and (max-width: 535px) {
    .botlinks {
        display: block;
    }

    #wrapper {
        margin: 0 auto -155px;
        padding-bottom: 100px;
    }

    #footer {
        min-height: 90px;
        padding-top: 56px;
    }

    #header .links {
        display: none;
    }

    .f12 {
        width: 25%;
    }

    .f17 {
        width: 25%;
    }

    .f25 {
        width: 50%;
    }

    .f33m {
        width: 75%;
    }

    .f33 {
        width: 100%;
    }

    .f50 {
        width: 100%;
    }

    .f75 {
        width: 100%;
    }

    .empty {
        display: none;
    }

    .lineItem .price {
        width: 27%;
        margin-right: 10%;
    }

    .lineItem .details {
        width: 63%;
    }

    .th1 td {
        padding: 6px 12% 6px 6px;
    }

    canvas {
        width: 250px;
    }

    .signed-date {
        font-size: 11px !important;
        padding: 4px 10px !important;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .sigRightTop {
        margin-top: -126px;
        margin-left: 275px;
    }

    .sigSmall {
        /*text-align: left;*/
    }

    .sigLeft {
        float: none;
    }

    .sigRight {
        margin-top: 4px;
    }

    .sig-delete {
        font-size: 17px;
        color: #d70001;
        cursor: pointer;
    }

    .half-width {
        width: 90%;
        min-height: 80px;
        margin-bottom: 0;
    }

    .half-width-right {
        width: 30%;
        min-height: 80px;
        margin-bottom: 0;
    }

    #divSubmit {
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    canvas {
        width: 200px;
    }

    half-width {
        float: none;
    }
}

@media only screen and (max-height: 600px) {
    #errorModal {
        top: 100px;
    }
}
