﻿body {
    padding-top: 0px;
    padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #df0000;
    margin-bottom: 10px;
}

.field-validation-valid {
    display: none;
}

.has-error .form-control {
    border: 1px solid #df0000;
}

.has-error label {
    color: #df0000;
}

.has-error-message label {
    color: #df0000;
}

.help-block {
    padding-top: 5px;
    display: none;
}

.has-error .help-block {
    color: #df0000 !important;
    display: block;
    float: left;
    width: 100%;
}

.field-validation-valid.no-before:before {
    display: none;
}


input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.float-right {
    float: right;
}

.ddm-logo-title {
    display: inline-block;
}

.ddm-logo {
    display: inline-block;
}

.ddm-logo img {
    width: 154px;
    height: 50px;
}

.show-dd-guarantee {
    cursor: pointer;
    padding: 10px 10px 0px 5px;
}

#ddGuarantee {
    font-size: smaller;
    margin-left: -20px;
}

#ddMandatoryInformation {
    padding-bottom: 10px;
}

.ptx-applicant-sort-code,
.ptx-applicant-account-number {
    width: 50%;
    position: relative;
}
.ptx-applicant-sort-code .loader,
.ptx-applicant-account-number .loader {
    position: absolute;
    top: 25px;
    right: 16px;
    height: 24px;
    width: 24px;
    border-width: 3px;
}

.ptx-applicant-account-number .loader {
    right: 6px;
}

.ptx-scan-error-summary {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px;
}

.ptx-scan-error-summary-item {
    color: #df0000;
    display: block;
    padding-top: 0px;
    font-size: smaller;
}

.ptx-confirm-checkbox-row{
    vertical-align: top;
}

.ptx-confirm-checkbox-cell {
    padding-right: 5px;
}

.ptx-readmore{
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    padding: 5px 0px 5px 18px;
    cursor: pointer;
}

.ptx-vendor-contact {
    font-size: 13px;
    padding-bottom: 15px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.ptx-vendor-contact span{
    font-weight: bold;
}

.ptx-bank-contact {
    font-size: smaller;
}

.ptx-display-none {
    display: none;
}


.ptx-onboarding-form LABEL {
    font-family: pf_dintext_stdregular, Calibri, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.ptx-checkbox-label {
    display: grid;
    font-size: 13px;
    margin-bottom: 4px;
    cursor: pointer;
    vertical-align: top;
}

.ptx-table-container {
    display: table;
    height: 100%;
    width: 100%;
}

.ptx-table-cell {
    display: table-cell;
}

.ptx-table-container input {
    display: table-cell;
}

.ptx-table-container label {
    padding-left: 5px;
    display: table-cell;
}

.ptx-not {
    color: #df0000;
}

.amount{
    text-align: right;
}

.error-block-stringstartswith {
    font-size: 13px;
    color: #df0000;
    margin-bottom: 10px;
}

.error-form-subtitle {
    font-size: 13px;
    padding-bottom: 15px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.left-position {
    float: left;
}