.clear {
    float: none;
    clear;
    both;
}

#main-header {
    min-width: 990px; /*fixed width*/
    padding-top: 15px;
    margin-bottom: 10px;
    background-color: #036;
    background-image: none;
    min-height: 75px;;
}

    #main-header .site-title {
        float: right;
        color: #fff;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 20px;
        font-weight: 700;
        padding-right: 30px;
    }


p {
    font-size: 12px !important;
}

h1 {
    font: 2em/1em Georgia, "Times New Roman", serif;
    color: #fff;
    margin: 0;
}

.navbar h1 {
    padding: 20px 0px;
}

body.modal-open, .modal-open ., .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

section.content {
    margin-top: 0px;
}

    section.content h2 {
        font-size: 24px;
        font-weight: bold;
        color: #488bc4;
        text-align: center;
        margin-top: 20px;
    }

    section.content p.subhead {
        text-align: center;
        color: #323232;
        font-size: 14px;
        margin: 0;
    }

header h1 {
    float: left;
    width: 50%;
    margin-left: 20px;
}

header .login {
    float: right;
    width: 40%;
    text-align: right;
    margin-top: 7px;
    margin-right: 20px;
}

    header a.dropdown-toggle {
        display: block;
        color: #fff;
        font: bold 14px/16px Helvetica, Arial, sans-serif;
        margin: 10px 0 5px;
    }

    header .login a {
        display: block;
        color: #fff;
        font: 12px/14px Helvetica, Arial, sans-serif;
        text-decoration: underline;
        margin-bottom: 3px;
    }

.container {
    width: 980px;
    position: relative;
}

section.content .gray-box {
    width: 980px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 20px 0;
    margin-top: 30px;
}

    section.content .gray-box .pull-left,
    section.content .gray-box .pull-right {
        text-align: center;
        width: 50%;
    }

    section.content .gray-box .form-horizontal {
        width: 80%;
        margin: 0 10%;
    }

    section.content .gray-box .btn-link {
        color: #646464;
        text-decoration: underline;
    }

        section.content .gray-box .btn-link:hover {
            text-decoration: none;
        }

    section.content .gray-box .input-error {
        display: none;
        position: relative;
        top: 8px;
    }

    section.content .gray-box .has-error .input-error {
        display: block;
        color: #b94a48;
        background: url(../images/red-arrow.png) no-repeat left top;
        padding-left: 15px;
    }

    section.content .gray-box .input-info {
        display: none;
        position: relative;
        top: 8px;
    }

    section.content .gray-box .has-info input {
        border: 1px solid #4fb0d3;
    }

    section.content .gray-box .has-info .input-info {
        display: block;
        color: #333;
        background: url(../images/gray-arrow.png) no-repeat left top;
        padding-left: 15px;
    }

section.content .center {
    text-align: center;
}

section.content .gray-box .terms {
    width: 100%;
    margin: 20px auto 20px auto;
    background: #fff;
    border: 1px solid #ccc;
    height: 200px;
    overflow: scroll;
    padding: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    section.content .gray-box .terms p {
        font-size: 12px;
        line-height: 14px;
    }

section.content .gray-box.left {
    padding-left: 60px;
}

section.content .gray-box .file-list {
    width: 250px;
    text-align: left;
    margin: 5px auto;
}

section.content .gray-box ul {
    padding: 0;
    width: 60%;
    margin: 34px auto 0;
}

section.content .gray-box li {
    list-style: none;
    font: 18px/20px Helvetica, Arial, sans-serif;
    color: #323232;
    margin-bottom: 50px;
    font-size: 12px;
}

    section.content .gray-box li span.num {
        float: left;
        vertical-align: middle;
        text-align: center;
        background: #488bc4;
        font: 30px/32px Helvetica, Arial, sans-serif;
        width: 46px;
        height: 46px;
        border-radius: 100%;
        color: #fff;
        position: relative;
        top: -2px;
        padding-top: 7px;
    }

    section.content .gray-box li p {
        display: table-cell;
        padding-left: 20px;
    }

section.content .gray-box a.btn-link {
    padding: 0;
    margin: 0;
}

section.content .gray-box h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0px 10px 0px;
}

section.content .gray-box .list-group {
    text-align: left;
}

    section.content .gray-box .list-group span {
        float: right;
    }

section.content .gray-box .list-group-item {
    color: #488bc4;
    font-weight: bold;
}

section.content .gray-box input[type="file"] {
    width: auto;
    margin: 0 auto 25px;
}

section.content .breadcrumbs {
    font: 12px Helvetica, Arial, sans-serif;
    color: #6c6c6c;
    margin: 20px 0 30px;
}

    section.content .breadcrumbs img {
        margin-right: 10px;
    }

section.content .table {
    margin-bottom: 0px;
}

    section.content .table thead {
        background: #f5f5f5;
        padding: 10px 0 10px 20px;
    }

    section.content .table th {
        border-bottom: 0;
        font: Helvetica, Arial, sans-serif;
        color: #6c6c6c;
        font-weight: bold;
    }

        section.content .table th.name {
            padding-left: 20px;
        }

    section.content .table td {
        border-top: 0;
        font: Helvetica, Arial, sans-serif;
        color: #333;
        padding-top: 15px;
    }

        section.content .table td.name {
            width: 465px;
            padding-left: 20px;
        }

        section.content .table td.current-user {
            background: url(../images/current-user-icon.png) no-repeat left center;
            padding-left: 67px;
        }

        section.content .table td.previous-user {
            background: url(../images/previous-user-icon.png) no-repeat left center;
            padding-left: 67px;
        }

        section.content .table td.folder {
            background: url(../images/folder-icon.png) no-repeat left center;
            padding-left: 67px;
        }

        section.content .table td.file {
            background: url(../images/file-icon.png) no-repeat left center;
            padding-left: 67px;
        }

        section.content .table td a {
            color: #646464;
            text-decoration: underline;
        }

    section.content .table .toggle-iphone {
        height: 16px;
        width: 36px;
        display: inline-block;
        margin: 0 15px;
    }

    section.content .table span.read-only,
    section.content .table span.edit {
        width: 50px;
    }

        section.content .table span.read-only.active,
        section.content .table span.edit.active {
            font-weight: bold;
        }

section.content .profile-folders td,
section.content .profile-folders th,
section.content .profile-files td,
section.content .profile-files th {
    font-size: 12px !important;
}

    section.content .profile-folders td a,
    section.content .profile-files td a {
        text-decoration: none;
    }

section.content .profile-files .name {
    width: 750px;
}

section.content .table td label {
    font-weight: normal;
}

section.content .table td input[type="checkbox"] {
    position: relative;
    top: -2px;
}

section.content .back-bar {
    background: #f5f5f5;
    padding: 16px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

    section.content .back-bar:after {
        clear: both;
        content: "";
        position: relative;
    }

    section.content .back-bar .btn {
        min-width: 167px;
        text-align: center;
    }

    section.content .back-bar .pull-right {
        margin-left: 15px;
    }

    section.content .back-bar .pull-left {
        margin-right: 15px;
    }

    section.content .back-bar span.glyphicon {
        color: #fff;
        font-size: 14px;
    }

section.content .datepicker-group {
    position: relative;
    width: 200px;
}

    section.content .datepicker-group input {
        width: 200px;
        border-radius: 0;
    }

    section.content .datepicker-group span {
        top: 4px;
        right: 8px;
        position: absolute;
        font-size: 20px;
    }

section.content .alert-banner {
    background: #fff4dd;
    width: 100%;
    height: 116px;
    padding: 20px 30px;
    margin-bottom: 60px;
    border-radius: 8px;
    border: 1px solid #ffb424;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    section.content .alert-banner img.alert-graphic {
        float: left;
        margin-right: 36px;
    }

    section.content .alert-banner p {
        font: 18px/22px Helvetica, Arial, sans-serif;
        color: #ad750b;
        margin-bottom: 5px;
    }


section.content .dashboard-header {
    margin-bottom: 0px;
}

    section.content .dashboard-header label {
        margin-right: 15px;
        font-size: 16px;
    }

    section.content .dashboard-header select {
        width: 200px;
        margin: 25px 0 50px;
    }

    section.content .dashboard-header a.manage {
        font: bold 16px/18px Helvetica, Arial, sans-serif;
        color: #333;
        text-decoration: underline;
        margin-left: 15px;
    }

section.content ul.tabs {
    margin: 0;
    padding: 0;
}

section.content .tab {
    width: 190px;
    margin: 20px 3px 20px 0;
    padding: 10px;
    height: 80px;
    vertical-align: top;
    text-align: center;
    font: 14px Helvetica, Arial, sans-serif;
    color: #488cc4;
    border: 1px solid #e1e1e1;
    background: #f5f5f5;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    position: relative;
}

    section.content .tab span.num {
        display: block;
        font-size: 24px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    section.content .tab span.arrow {
        position: absolute;
        bottom: -24px;
        left: 45%;
        height: 24px;
        width: 27px;
        background: url(../images/active-arrow.png) no-repeat top left;
        display: none;
    }

section.content .complete span.completed {
    display: block;
    background: url(../images/completed.png) no-repeat center center;
    width: 32px;
    height: 35px;
    position: relative;
    left: 90px;
    top: -5px;
}

section.content .complete span.num {
    display: none;
}

section.content .active span.arrow {
    display: block;
}

section.content .error {
    color: #ee2e24;
}

    section.content .error span.num,
    section.content .error span.completed {
        display: none;
    }

    section.content .error span.errors {
        display: block;
        background: url(../images/errors.png) no-repeat center center;
        width: 33px;
        height: 32px;
        position: relative;
        left: 90px;
        top: -1px;
        margin-bottom: 4px;
    }

section.content div.errors h2 {
    color: #ee2e24;
}

section.content .error-banner {
    background: #fee6e6;
    width: 100%;
    height: 116px;
    padding: 20px 30px;
    margin-bottom: 60px;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #d42525;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    section.content .error-banner img.error-graphic {
        float: left;
        margin-right: 36px;
    }

    section.content .error-banner p {
        font: 18px/22px Helvetica, Arial, sans-serif;
        color: #c01a11;
        margin-top: 13px;
    }


section.content .tab-content {
    text-align: left;
}

    section.content .tab-content h2 {
        text-align: left;
    }

    section.content .tab-content p.subhead {
        text-align: left;
        width: 100%;
    }

    section.content .tab-content .form-horizontal {
        width: 50%;
        margin-top: 0px;
    }

section.content .form-group {
    position: relative;
}

    section.content .form-group .block-label {
        display: block;
    }

    section.content .form-group .helper-text {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        border-left: 1px solid #404040;
        width: 450px;
        color: #333;
        padding-left: 15px;
        font-size: 12px;
        line-height: 18px;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #ffffe5;
    }

section.content #pnlQuestions .helper-text {
    left: 105%;
}

section.content #step2 .helper-text {
    left: 100%;
}

section.content .form-group .helper-text .note {
    color: #f26522;
    display: block;
    margin-top: 15px;
}

section.content .form-horizontal .checkbox-inline {
    width: 32%;
    margin: 0;
}

section.content .partial-step {
    display: none;
}

    section.content .partial-step.active {
        display: block;
    }

section.content .download p,
section.content .download .checkbox {
    width: 350px;
    margin: 15px auto;
    text-align: left;
}

section.content .download input,
section.contnet .download .checkbox {
    text-align: center;
}

section.content .no-mail-option {
    display: none;
}

section.content .mail-option {
    display: block;
}

section.content .table-buttons {
    width: 490px;
    margin: 0 auto;
    border-spacing: 25px;
    position: relative;
    top: 20px;
}

section.content .or {
    float: left;
}

section.content .mail-option .btn-default {
    padding-left: 30px;
    padding-right: 30px;
    margin: 50px 20px 0;
    height: 55px;
    display: table-cell;
    filter: none;
    vertical-align: middle;
    border: 1px solid #333;
    background: #fff;
    font: 24px/26px Helvetica, Arial, sans-serif;
}

    section.content .mail-option .btn-default:hover,
    section.content .mail-option .btn-default.active {
        background: #333;
        color: #fff;
    }

    section.content .mail-option .btn-default span {
        font-size: 14px;
        line-height: 14px;
        display: block;
        text-align: center;
    }

section.content .gray-box .electronic-consent {
    padding: 10px 0 10px 30px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    margin: 25px 0;
    color: #ee2e24;
    font-weight: bold !important;
}

section.content .gray-box .form-horizontal {
    width: 80%;
}

section.content .gray-box p {
    font: 18px/20px Helvetica, Arial, sans-serif;
}

section.content .gray-box ul.form-list {
    font-size: 12px;
}

    section.content .gray-box ul.form-list li {
        list-style: disc;
        margin-bottom: 5px;
        text-align: left;
        font-size: 12px;
    }

section.content .gray-box hr {
    background: #e1e1e1;
    height: 3px;
    border: 0;
    width: 775px;
    margin: 30px auto;
}

section.content .errors .gray-box {
    text-align: left;
    padding-left: 80px;
}

    section.content .errors .gray-box ul {
        width: auto;
        margin-left: 20px;
    }

    section.content .errors .gray-box li {
        margin-bottom: 30px;
        list-style: disc;
    }

section.content p.validated {
    background: url(../images/validated-bg.png) no-repeat bottom left;
    padding: 10px 0 0 42px;
    font: bold 18px/20px Helvetica, Arial, sans-serif;
    color: #31bf4c;
    vertical-align: bottom;
}

div.popover {
    z-index: 1050;
}

.radioGroup,
.checkGroup {
    display: block;
    vertical-align: top;
}

    .radioGroup input,
    .radioGroup label,
    .checkGroup input,
    .checkGroup label {
        display: inline-block;
        padding: 0px 0px 5px 0px;
        font-weight: normal;
    }

    .radioGroup input,
    .checkGroup input {
        margin-right: 5px;
    }

    .radioGroup label {
        vertical-align: top;
        margin-right: 10px;
    }

    .checkGroup label {
        width: 100px;
        vertical-align: top;
        margin-right: 20px;
    }

.personal-info-form {
    margin-left: 15px;
    padding-top: 20px !important;
}

.radio-inline label,
.checkbox-inline label {
    font-weight: normal;
}

section.content div.completed {
    display: none;
    text-align: center;
    padding: 20px 0 0;
}

    section.content div.completed.no-errors h2 {
        color: #31bf4c;
    }

    section.content div.completed.no-errors .btn {
        margin-top: 30px;
    }

.doc-upload p {
    width: 730px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.modal h3 {
    font: bold Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 18px;
}

    .modal h3 span {
        color: #f26522;
        text-transform: uppercase;
    }

.modal .btn-default {
    width: 100px;
    border: 1px solid #333;
    background: #fff;
}

.modal .modal-content {
    border-radius: 0;
}

.modal .btn-default:hover,
.modal .btn-default.active {
    background: #333;
    color: #fff;
}

.modal .modal-header {
    border-bottom: 0;
}

.modal .modal-footer {
    border-top: 0;
    text-align: left;
}

.modal p span {
    color: #f26522;
    text-decoration: underline;
}

.modal .yes-no-buttons input {
    display: none;
}

footer {
    width: 100%;
    min-height: 150px;
    border-top: 1px solid #d8d8d8;
    margin-top: 55px;
    padding: 30px 0;
}

    footer ul {
        margin: 0;
        padding: 0;
    }

    footer li {
        display: inline;
        list-style: none;
        border-left: 2px solid #adadad;
        padding-left: 6px;
        margin-left: 6px;
    }

        footer li:first-child {
            border-left: none;
            padding-left: 0;
            margin-left: 0;
        }

        footer li a {
            color: #333;
            font: 14px Helvetica, Arial, sans-serif;
            font-size: 12px;
        }

    footer p {
        margin: 12px 0 0;
        font-size: 12px;
    }

    footer .logo {
        float: right;
        vertical-align: top;
    }

    footer .container {
        width: 100%;
        font-size: 12px;
    }

/*Crowe Custom Styles*/
.checkbox-normal {
    display: block;
    min-height: 20px;
    /*padding-left: 20px;*/
    margin-top: 7px;
    margin-bottom: 7px;
    vertical-align: top;
    font-weight: normal;
}

.rddlInner {
    font-size: 14px !important;
    height: 30px !important;
}

.form-control.noblock {
    display: inline-block !important;
}

.rgEditForm td[colspan="1"] {
    text-align: right !important;
    font-weight: bold !important;
    padding-right: 5px;
}


.forms .btn-default {
    width: 100px;
    border: 1px solid #333;
    background: #fff;
}

    .forms .btn-default:hover,
    .forms .btn-default.active {
        background: #333;
        color: #fff;
    }


p.formsYesNo span {
    color: #f26522;
    text-decoration: underline;
}


/* Fix for IE Dropdowns --http://stackoverflow.com/questions/18286892/twitter-bootstrap-3-rc2-navigation-in-ie8-not-working */
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav
li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav    
li.dropdown.open.active>.dropdown-toggle,
.navbar, .navbar-inverse .navbar-inner {
    filter:none !important;
}

.zui-table {
        }

            .zui-table thead th {
                padding: 10px;
                font-weight: bold;
                width: 120px;
                vertical-align: middle;
            }

            .zui-table tbody td {
                padding: 10px;
                width: 120px;
            }

        .zui-wrapper {
            position: relative;
        }

        .zui-scroller {
            margin-left: 190px;
            overflow-x: scroll;
            overflow-y: hidden;
            padding-bottom: 0px;
            width: 750px;
        }

        .zui-table .zui-sticky-col {
            left: 0;
            position: absolute;
            top: auto;
            width: 180px;
        }

        .zui-sticky-col-short {
             width: 100px;
        }