html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -41px;
    padding: 0 0 41px;
}

.wrap > .container, .wrap > .container-fluid {
    padding: 90px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.grid-view .bi {
    font-size: 16px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.small-icon {
    height: 18px;
    margin-right: 5px;
}

.checklist-preview .checklist-preview-image {
    text-align: right;
}

.checklist-preview .checklist-preview-image img {
    height: 60px;
}

.checklist-preview h4,
.checklist-preview h5 {
    color: black;
    font-weight: bold;
}

.checklist-preview .requirements-list ol {
    padding-left: 1em;
}

.checklist-preview .requirements-list ul,
.client-document-form ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0.56em;
    text-indent: -0.56em;
}

.checklist-preview .requirements-list ul:last-child,
.client-document-form ul:last-child {
    margin-bottom: 0;
}

.checklist-preview .requirements-list ul li:before,
.client-document-form ul li:before {
    padding-right: 0.3em;
}

.document-guidelines-container-additional ul {

    list-style: inherit;
    margin-left: 7px;
    text-indent: inherit;
}

.checklist-preview table > tbody > tr > td {
    line-height: 1;
    padding: 4px 8px;
    border: 1px solid #eee;
}

.checklist-preview table tr td p:last-child,
.client-document-form table tr td p:last-child {
    margin-bottom: 0;
}

.state-incomplete {
    color: #CD3636;
}

.state-pending {
    color: #C8811A;
}

.state-complete {
    color: #2F9461;
}

a.toggleSubmissionToClient, a.toggleSubmissionToClient:hover {
    text-decoration: none;
}

.loading-mask {
    overflow-y: hidden;
}

.help-mail {
    position: fixed;
    bottom: 54px;
    right: 0;
    margin: 10px;
    font-size: 20px;
}

.help-icon {
    height: 50px;
    border-radius: 12px;

}

.disabled-element {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

.disabled-element::before {
    content: '';
    cursor: not-allowed;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.10);
    z-index: 1000;
}

.psuedoRadio:hover {
    font-weight: bold !important;
}

.pseudo-link {
    cursor: pointer;
    color: #337ab7;
}

.pseudo-link:hover {
    color: #23527c;
}

.equal-width-column, .equal-width-column-header {
    width: calc(33.33%);
}

.equal-width-column-header {
    height: 50px;
}

#anchor-onboarding-forms-grid-pjax th,
#anchor-onboarding-forms-grid-pjax td,
#product-specific-forms-grid th,
#product-specific-forms-grid td {
    border-bottom: none !important;
    border-left: none !important;
}

#anchor-onboarding-forms-grid-pjax table,
#product-specific-forms-grid table {
    border: 1px solid black;
    border-collapse: collapse;
}

#anchor-onboarding-forms-grid-pjax table th,
table td {
    border: none;
}

.equal-width-column-header .popover {
    color: #333333 !important;
}

.pull-icon-right {
    margin-left: 10px;
}


#tbl-guideline {
    border: #1e4468 solid 1px;
    margin-bottom: 10px;
}

#tbl-guideline thead {
    background-color: #1e4468 !important;
    color: #ffffff;
}


#tbl-guideline th {
    padding: 15px;
}

#certification-guideline-header {
    text-align: center;
    padding: 10px;
    background-color: #1e4468;
    color: #ffffff;
}

#certification-guideline-header td {
    padding: 50px;
}

.bottom-guideline {
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.breadcrumb #stats {
    color: #777777;
    float: right !important;
    word-spacing: 5px;
}

.chat-item{
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
}

.logged-in-user{
    background: rgba(49, 103, 129, 0.78);
}

.other-user{
    background: #5cb85c;
}

.read{
    color: #0b93d5;
}

.unread{
    color: #FF0000FF;
}

.readIcon{
    color: #5cb85c;
}