
body, .grid_title, .form_title, .form_group_title, input[type=text], input[type=tel], input[type=password], input[type=checkbox], input[type=number], select, textarea, div.richify, input[type=button] {
    background-color: #ffffff;
    font-family: sans-serif;
    border-radius: 0px !important;
}

.app_title {
    margin-top: 0px;
}

.form_title {
    padding: 10px;
}

.form_title, input[type=submit], .form_group_title {
    /* background-color: #d74120;*/
    background: rgba(4,94,99,0.85);
    font-size: 14pt;
}

.input[type=submit][disabled=disabled] {
    color: #fff;
    /* background: #ccc; */
    cursor: default;
}

.input[type=submit]:disabled {
    background: rgba(4,94,99,0.85) !important;
}

.grid_table, .form_table, .mini_form, .midi_form {
    border: 0px;
    padding: 3px;
    border-radius: 0px;
}

.help {
    text-align: center;
    margin-bottom: 20px;
    white-space: pre-line;
    color: #333333;
}

#divHeader {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 15px;
    color: #333;
}

.breadcrumb_link {
    font-size: .875rem;
    font-weight: 600;
}

    .breadcrumb_link:hover {
        color: #2B8CC4;
        text-decoration: underline;
    }

.directdebithelp {
    text-align: center;
    margin-bottom: 20px;
    white-space: pre-line;
    color: #333333;
}

.DirectDebitDivPay4AdditionalText {
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
}

.DirectDebitConfirmationText {
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
}

.DirectDebitDivPay4AdditionalText2 {
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
}

.DirectDebitDivAddress {
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 30px;
    text-align: left;
    line-height: 25px
}

.DirectDebitMandateTitle {
    margin-top: 25px;
    font-weight: bold;
}

.DirectDebitMandateInnerDiv {
    margin-left: 100px;
    margin-top: 25px;
}

.DirectDebitDetails2AddressInnerDiv {
    margin-left: 100px;
    margin-top: 10px;
}

.border {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 5px;
}

.tbldef {
    border: #000000 0px solid;
}

.tbldef2 {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 2px solid black;
    border-left: 1px solid black;
}

.boxborder {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
}

