@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,200,300,700");

body {
    /* font-family: "Source Sans Pro", sans-serif; */
    font-family: "Helvetica Neue", Helvetica, "Source Sans Pro", Arial, sans-serif;
    text-decoration: none;
}

h2 {
    margin-top: 3px;
    /* margin-bottom: 19px; */
    margin-bottom: 14px;
    /* font-size: 24px; */
    font-size: 1.4rem;
}

h2.onlineRentalContract {
    text-align: left !important;
    margin-bottom: 3px !important;
}

div.invisibleDiv, tr.invisibleTr, th.invisibleTh, td.invisibleTd, .invisibleElement {
    display: none;
}

th.descriptionColumn, td.descriptionColumn {
    max-width: 500px;
}

.inlineBlock {
    display: inline-block;
}

/*-------------------------------------------------------*/

.canceledTransactionRow {
    /* background-color: lightpink !important; */
    background-color: orangered !important;
}

.canceledTransactionCell {
    text-decoration: line-through;
    /* text-decoration-color: black; */
    text-decoration-color: black;
}

.correctingTransactionRow {
    background-color: mediumaquamarine !important;
}

.correctingTransactionCell {
    text-decoration-color: black;
}

.nonCancelableCorrectingTransactionRow {
    background-color: mediumvioletred !important;
}

.nonCancelableCorrectingTransactionCell {
    text-decoration-color: black;
}

.fromSideEffectTransactionRow {
    background-color: #ffab04 !important;
}

.fromSideEffectTransactionCell {
    text-decoration-color: black;
}

.chargingFailedTransactionRow {
    background-color: black !important;
}

.chargingFailedTransactionCell {
    text-decoration-color: white;
    color: white;
}

.correctedBillingCell {
    /* background-color: bisque !important; */
    background-color: #fed;
}

.lastTransactionWarning, .declineCodeLabel {
    color: red;
    font-weight: bold;
}

.overchargeColoredCell
{
    color: white;
    background-color: red;
}

.nextPaymentAttemptBillingRow {
    background-color: #ffe204 !important;
}

.sentToCollectionsBillingRow {
    background-color: #777777 !important;
}

tr.noDisplayRow, td.noDisplayColumn, th.noDisplayColumn {
    display:none;
}

/*-------------------------------------------------------*/

input.field {
}

input.readOnlyField {
    background-color: lightgray;
    -webkit-appearance: textfield !important;
}

.progressiveNotesArea textarea.textareaField {
    width: 298px;
    margin: 0;
    font-size: 0.75rem;
}

textarea.textareaField {
    resize: both;
    overflow: auto;
    font-size: 0.75rem;
    font-family: "Helvetica Neue", Helvetica, "Source Sans Pro", Arial, sans-serif;
}

.progressiveNotesArea textarea.readOnlyTextareaField {
    width: 298px;
    margin: 0;
    font-size: 0.75rem;
}

textarea.readOnlyTextareaField {
    background-color: lightgray;
    resize: both;
    overflow: auto;
    font-family: "Helvetica Neue", Helvetica, "Source Sans Pro", Arial, sans-serif;
    font-size: 0.75rem;
}

.boldButton {
    font-weight: bold;
}

.blankClass {}

p.protoNotes, p.subModelNotes {
    margin: 8px 0 8px 0;
    padding: 0;
}

p.protoNotesIndented {
    margin: 0 0 0 0;
    padding: 0;
    text-indent: 30px;
}

span.purple { color: purple; }
span.blue { color: blue; }
span.green { color: green; }
span.red { color: red; }

.pointer {
    cursor: pointer;
}

.hiddenButton {
    visibility: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    height: 0;
}

.blueUnderline {
    /* color: blue; */
    /* color: #1818a4; */
    color: #0000d5;
    text-decoration: underline;
}

.divLink {
    padding: 5px 0;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.simpleLink {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.divLinkFollowUp {
    padding: 5px 0;
    float: left;
}

.divPaddingLeft5 {
    padding-left: 5px;
}

.divPaddingLeft15 {
    padding-left: 15px;
}

.divPaddingLeft30 {
    padding-left: 30px;
}

.divHeight40 {
    height: 40px;
}

.divFloatLeft {
    float: left;
}

.simpleDataSuccess {
    font-weight: bold;
}

.simpleDataError {
    font-weight: bold;
    color: red;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.displayInlineBlock {
    display: inline-block;
}

.verticalPos {
    display: table;
}

.filterAnotherRow {
    margin-top: 8px;
}

.filterColumn {
    float: left;
}

.filterColumnWithMarginLeft {
    float: left;
    margin-left: 8px;
}

.filterColumnWithMarginRight {
    float: left;
    margin-right: 8px;
}

.filterColumnWithMarginRight18 {
    float: left;
    margin-right: 18px;
}

div.listTableStart {
    clear: both;
}

/*-------------------------------------------------------*/

div.loading-ui-overlay {
    background-color: RGBA(0, 0, 0, 0.8) !important;
}

div.loading-ui-overlay div.loading-ui-wrapper div.loading-ui-body {
    /*
    background-color: #5b626b;
    color: #fff;
    box-shadow: 0 0 13px 0 rgba(117, 117, 117, 0.44);
    */

    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13) !important;
    color: #666 !important;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div.loading-ui-overlay div.loading-ui-wrapper div.loading-ui-body div.loading-ui-spinner {
    display: inline-block !important;
    width: 2rem !important;
    height: 2rem !important;
    vertical-align: text-bottom !important;
    border: .25em solid currentColor !important;
    border-right-color: transparent !important;
    border-radius: 50% !important;
    -webkit-animation: spinner-border .75s linear infinite !important;
    animation: spinner-border .75s linear infinite !important;
    color: #38a4f8 !important;
    margin: 0 auto !important;
}

/*-------------------------------------------------------*/

table {
    border-collapse: collapse;
    font-size: .8rem;
}

td, th {
    /* border: 1px solid #999; */
    border: 1px solid #aaaaaa;
    /* padding: 0.4rem; */
    padding: 0.3rem;
    text-align: left;
    color: #333333;
}

table tr th {
    /* border-top: 0; */
    border-bottom: 2px solid #aaaaaa;
}

tbody tr:nth-child(odd){
    /* background-color: #f9f9f9; */
    background-color: #e9e9e9;
    color: #fff;
}

table.summaryInfo {
    margin: 0;
    padding: 0;
}

td.summaryInfoOuterTd {
    margin: 0 !important;
    padding: 0 !important;
}

table.ssNameSummaryInfo {
    margin: 0;
    padding: 0;
}

td.ssNameSummaryInfoOuterTd {
    margin: 0 !important;
    padding: 0 !important;
}

td.embeddedDocumentSubTableOuterTd {
    margin: 0 !important;
    padding: 0 !important;
}

td.separator {
    margin: 0 !important;
    padding: 0 !important;
}

/*-------------------------------------------------------*/

table.dialog {
    font-size: .75rem;
}

table.dialog tr {
    background-color: transparent;
}

table.dialog tr td {
    padding: 0;
    margin: 0;
    border: none;
}

table.dialog tr td {
    padding: 5px 10px;
}

table.dialog tr td:first-child {
    text-align: right;
}

table.dialog tr td input.inp {
    padding: 0;
    margin: 1px 0;
    width: 300px;
    font-size: 0.75rem;
}

table.dialog tr td textarea {
    padding: 0;
    margin: 1px 0;
    width: 302px;
    font-size: 0.75rem;
}

table.dialog tr td input.cbx {
    padding: 0;
    margin: 1px 0;
}

table.dialog tr td p {
    padding: 0;
    margin: 0;
}

/*
table tr th:first-child {
    border-left: 0;
}

table tr th:last-child {
    border-right: 0;
}

table tr td:first-child {
    border-left: 0;
}

table tr td:last-child {
    border-right: 0;
}
*/

/*
table tr:last-child td {
    border-bottom: 0;
}
*/

/*
table td, th {
    border-left: 0;
    border-right: 0;
}
*/

/*-------------------------------------------------------*/

table.printPreviewTable {
    font-size: .75rem;
}

table.printPreviewTable tr {
    background-color: transparent;
}

table.printPreviewTable tr td {
    padding: 0;
    margin: 0;
    border: none;
}

table.printPreviewTable tr td {
    padding: 5px 10px;
}

table.printPreviewTable tr td:first-child {
    text-align: right;
}

table.printPreviewTable tr td input.inp {
    padding: 0;
    margin: 1px 0;
    width: 300px;
    font-size: 0.75rem;
}

table.printPreviewTable tr td textarea {
    padding: 0;
    margin: 1px 0;
    width: 302px;
    font-size: 0.75rem;
}

table.printPreviewTable tr td input.cbx {
    padding: 0;
    margin: 1px 0;
}

table.printPreviewTable tr td p {
    padding: 0;
    margin: 0;
}

/*-------------------------------------------------------*/

table.subscription tr {
    background-color: transparent;
}

table.subscription tr td {
    padding: 15px 15px 10px 0;
    margin: 0;
    border: none;
}

table.legend {
    margin-bottom: 10px;
}

table.legend tbody tr {
    background-color: white;
    color: black;
}


table.legend td, th {
    border: 1px solid #aaaaaa;
    padding: 0.3rem;
    text-align: left;
    color: black;
}

table.legend th {
    font-weight: bold;
    background-color: #e9e9e9;
}

/*-------------------------------------------------------*/
/* Online Rental Contract                                */

td.tdWithBorder {
    border: solid black 1px !important;
}

td.tdVertAlignTop {
    vertical-align: top;
}

td.tdVertAlignMiddle {
    vertical-align: middle;
}

td.tdTextAlignLeft {
    text-align: left !important;
}

table.orcMainTable {
    width: 62rem !important;
}

table.orcMainTable tr td {
    padding: 3px 10px !important;
}

.mcTitle, .paymentTitle, .askCreditCardDataTitle {
    margin: 8px 0;
    font-weight: bold;
}

.mcDescriptionTitle, .paymentDescriptionAfter {
    margin: 8px 0;
    font-weight: bold;
    color: blue;
}

.paymentDescriptionText {
    margin: 8px 0;
}

span.paymentBold {
    font-weight: bold;
}

span.paymentBoldBlue {
    font-weight: bold;
    color: blue;
}

.mcDeclineText {
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.mcContinue, .termsAndConditionsContinue, .orcAdditionalInformationContinue, .paymentContinue {
    margin-top: 10px;
}

.termsAndConditionsTitle, .orcAdditionalInformationTitle {
    font-weight: bold;
}

textarea.textAreaFullWidth {
    width: 100% !important;
    font-size: 0.75rem;
}

.orcTopMargin10 {
    margin-top: 10px;
}

.orcTopMargin05 {
    margin-top: 5px !important;
}

td.tdSigPad, td.paymentCell {
    padding: 10px 0 0 0 !important;
    text-align: center !important;
}

.sigPadTitle {
    margin: 8px 0;
    font-weight: bold;
}

.sigPadPanel {
    margin: 0 0 10px 0;
    border: solid black 1px;
}

.sigPadButtonPanel {
    padding: 10px 0 10px 0;
    border-top: solid black 1px;
    text-align: center;
}

.sigPad {
    width: 100%;
    min-height: 400px;
}

.signatureImageDiv {
    border: solid black 1px;
    min-width: 300px;
    min-height: 200px;
}

.signatureImageDivInViewDialog {
    border: solid black 1px;
    width: 300px;
    height: 200px;
}

.signatureImageInViewDialog {
    width: 300px;
    height: 200px;
}

.tacPdfCanvasDivInViewDialog {
    border: solid black 1px;
    width: 300px;
    height: 50px;
}

.tacPdfCanvasInViewDialog {
    width: 300px;
    height: 50px;
}

/*-------------------------------------------------------*/
/*CSS classes for instrument picture*/

.instrumentPictureOverallFrame {
    margin: 0;
    padding: 1px;
    border: solid black 1px;
    display: inline-block; /* make all inner divs fit into this one */
}

.instrumentPictureDivInEditDialog {
    margin-top: 7px;
    border: solid black 1px;
    width: fit-content;
    height: 200px;
}

.instrumentPictureDivInViewDialog {
    margin: 0;
    border: solid black 1px;
    width: fit-content;
    height: 200px;
}

.emptyInstrumentPictureDivInEditDialog {
    height: 0;
    display: none;
}

.instrumentPictureImageTag {
    height: 200px;
    cursor: pointer;
}

.emptyInstrumentPictureImageTag {
    height: 0;
}

div.instrumentPictureDropZoneMessageBox {
    width: 500px;
    min-height: 0;
    margin-top: 10px;
    border: 1px dotted rgb(102, 102, 102);
    border-radius: 15px;
    display: table;
}

div.instrumentPictureDropZoneEmptyMessageBox {
    display: none;
}

div.instrumentPictureDropZoneMessageInnerBox{
    margin: 7px;
}

.instrumentPictureInfoBox {
    margin: 7px 0;
}

/*-------------------------------------------------------*/
/*CSS classes for scanning driver license dialogs*/

.driverLicenseImageDivInViewDialog {
    border: solid black 1px;
    width: 300px;
    height: 200px;
}

.driverLicenseImageInViewDialog {
    width: 300px;
    height: 200px;
}

/*-------------------------------------------------------*/
/*Classes for confirm-alert dialogs*/

.react-confirm-alert-overlay {
    background: rgba(0,0,0,0.8) !important;
    z-index: 9990 !important;
}

.react-confirm-alert-ater-overlay {
    background: rgba(0,0,0,0.8) !important;
    z-index: 9990 !important;
}

/*-------------------------------------------------------*/

.modal-confirm-alert-body {
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    padding: 30px;
    text-align: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
    color: #666;
}

.modal-confirm-alert-body > h1 {
    margin-top: 0;
}

.modal-confirm-alert-body > h3 {
    margin: 0;
    font-size: 16px;
}

.modal-confirm-alert-button-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.modal-confirm-alert-button-group > button {
    outline: none;
    background: #333;
    border: none;
    display: inline-block;
    padding: 6px 18px;
    color: #eee;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

/*-------------------------------------------------------*/
/*Classes for creating dialogs*/

.modalDialogCreate,
.modalDialogUpdate,
.modalDialogView
{
    overflow: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9990;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9990;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

/*
.modalDialog > div {
    !* width: 550px; *!
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
*/

.modalDialog .subModalA, .subModalA {
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
}

.modalDialog .subModalB, .subModalB {
    /* width: 550px; */
    display: inline-block;
    position: relative;
    margin: 2% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #bbb;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.modalDialog .subModalC, .subModalC {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    /*
    background: #bbb;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    */
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.dialogTop {
    max-width: 98%;
    margin-left: 1%;
}

.subModalForLoadingDialog {
    width: 40%;
}

.loadingDialog {
    padding-top: 10%;
    padding-bottom: 10%;
    color: black;
    font-size: 1.4rem;
}

/*-------------------------------------------------------*/

div.sub-view {
    border: 3px double black;
    display: inline-block;
    vertical-align: top;
}

div.sub-view-buyer {
    border: 3px double black;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

div.sub-view-separator {
    width: 10px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
}

.vertical-align-top {
    vertical-align: top;
}

td.left-align {
    text-align: left !important;
}

td.cellWidth300 {
    max-width: 300px;
}

span.bold-font {
    font-weight: bold;
}

span.bold-underline-font {
    font-weight: bold;
    text-decoration: underline;
}

span.underline-font {
    text-decoration: underline;
}

/*-------------------------------------------------------*/

.closeButton {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.closeButton:hover { background: #00d9ff; }

.subCloseButton {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.subCloseButton:hover { background: #00d9ff; }

/*-------------------------------------------------------*/

div .no-per-page {
    /* margin: 10px 0; */
    margin: 5px 0;
    text-align: left;
    /*font-size: 0.9em;*/
    font-size: 0.8rem;
}

span.goToPageLabel {
    font-size: 0.8rem;
}

div .errorMessage {
    margin: 10px 0;
    text-align: left;
    color: red;
    font-weight: bold;
    font-size: .8rem;
    /* width: 70%; */
}

div .message {
    margin: 10px 0;
    text-align: left;
    color: blue;
    font-weight: bold;
    font-size: 0.9rem;
}

.preLineMessage {
    white-space: pre-line;
}

div.centerMessage {
    text-align: center;
}

div .eighty {
    width: 80%;
    margin-left: 10%;
}

div .userRegistrationMessage {
    width: 350px;
    text-align: center;
    margin: 10px auto;
}

div .narrowFormMessage {
    max-width: 700px;
}

div .create-link {
    margin-bottom: 8px;
    text-align: left;
    /*font-size: 0.9em;*/
    font-size: 0.8rem;
}

div .filter {
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    font-size: .8rem;
    display: table;
    position: relative;
    border: solid #aaaaaa 1px;
    background-color: #fed !important;
}

div .filter-warning {
    max-width: 800px;
    margin: 9px 0;
    font-weight: bold;
}

div .subFilter {
    float: left;
}

div .subFilterWithLeftMargin {
    float: left;
    margin-left: 8px;
}

div .subFilterVertCent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

div .row-selection-prompt {
    margin: 9px 0;
    font-weight: bold;
}

div .nav-links {
    margin: 10px 0;
    text-align: left;
}

td.tdWithoutHorizontalPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

span.tdSmallerText {
    font-size: .65rem;
}

/*-------------------------------------------------------*/

.logo {
    position: relative;
}

.logo img {
    position: absolute;
    top: 65px;
    right: 10px;
}

/*-------------------------------------------------------*/

.ms-tabs {
    width: 100%;
    /* height: 100px; */
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    /* padding-bottom: 5px; */
}
.ms-a-tab {
    display: inline-block;
    position: relative;
    padding: 6px 12px;
    border: 1px solid #aaa;
    border-bottom-style: none;
    color: black;
    bottom: 0;
    background: #fff;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.ms-a-tab-selected {
    display: inline-block;
    position: relative;
    padding: 7px 12px 6px 12px;
    border: 1px solid #aaa;
    border-bottom-style: none;
    color: black;
    bottom: -1px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.ms-a-tab a {
    text-decoration: none;
}

.ms-a-tab-selected a {
    text-decoration: none;
}

.ms-tabs-content div {
    opacity: 0;
    /* display: none; */
}

.ms-tabs-content div:target {
    opacity: 1;
    /* display: block; */
}

/*-------------------------------------------------------*/

.dropZoneStyle {
    width: 500px;
    height: 50px;
    padding: 15px;
    border-width: 1px;
    border-color: rgb(102, 102, 102);
    border-style: dashed;
    border-radius: 15px;
    display: table;
}

.dropZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.invisibleDropZoneStyle {
    width: 0;
    height: 5px;
    padding: 0;
    display: none;
}

/*-------------------------------------------------------*/

.yellowCell {
    background-color: yellow;
}

.whiteCell {
    background-color: white;
}

.recentTransactionCell {
    /* background-color: #CCFFCC; */
    background-color: #efd;
}

.recentTransactionCellError {
    background-color: #FFCCCC;
}

.payOffWithoutDiscountCell {
    background-color: #BBBBBB;
}

.blueTextCell {
    color: blue;
}

.defectColoredRow {
    background-color: lightskyblue;
}

.blLastPaymentColoredRow
{
    /* background-color: #008000; */
    background-color: #99d599;
}

.blPastDueColoredRow
{
    /* background-color: #FF0000; */
    background-color: #FC8D94;
}

.blPaidOffColoredRow
{
    background-color: #55FF55;
}

.blContractClosedColoredRow
{
    background-color: #d4ff1d;
}

.smallVerticalSpace {
    margin-top: 10px;
}

.noViewClick {
    cursor: default !important;
}

/*-------------------------------------------------------*/

div.progressiveNotesArea {
    border: solid black 1px;
    margin: 1px 0;
    padding: 2px 1px;
}

span.progressiveNotesTitle {
    font-size: 12px;
}

p.smallNotesParagraph {
    font-size: 11px;
}

/*.tabs {
    width: 90%;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.links {
    margin: 0;
    padding: 0;
}

.tabLink {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

.activeLinkStyle {
    border-bottom: 2px solid #333;
}

.visibleTabStyle {
    display: inline-block;
}

.content {
    padding: 0 15px;
}*/

/*-------------------------------------------------------*/
/* Stripe related styles: */

table.customerStripeSubTable {
    width: 100%;
}

table.customerStripeSubTable tr {
    background-color: transparent;
}

table.customerStripeSubTable tr td {
    padding: 0;
    margin: 0;
    border: none;
    text-align: right !important;
}

table.customerStripeSubTable tr td:first-child {
    text-align: left !important;
}

/*-------------------------------------------------------*/
/* Stripe styles: */

.StripeElement {
    display: block;
    margin: 10px 0 20px 0;
    max-width: 500px;
    padding: 2px 10px;
    font-size: 1rem;
    font-family: 'Source Code Pro', monospace;
    box-shadow: rgba(50, 50, 93, 0.14902) 0 1px 3px, rgba(0, 0, 0, 0.0196078) 0 1px 0;
    border: 0;
    outline: 0;
    border-radius: 4px;
    background: white;
}

.StripeElement--focus {
    box-shadow: rgba(50, 50, 93, 0.109804) 0 4px 6px, rgba(0, 0, 0, 0.0784314) 0 1px 3px;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
    padding: 0;
}

/*-------------------------------------------------------*/

table.customerDocumentSubTable {
    width: 100%;
}

table.customerDocumentSubTable tr {
    background-color: transparent;
}

table.customerDocumentSubTable tr td {
    text-align: left !important;
    /*padding: 0;*/
    /*margin: 0;*/
    /*border: none;*/
}

table.customerDocumentInnerTable {
    width: 100%;
}

table.customerDocumentInnerTable tr td {
    text-align: left !important;
    border: solid black 1px;
}

/*-------------------------------------------------------*/

/* Styles for the dropdown menus from 'react-bootstrap/Dropdown'
   Source: https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.css */

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255rem;
    vertical-align: 0.255rem;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 0.8em !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: 0.375rem 0.75rem; */ /* Commented out by A.T. */
    font-size: 1rem;
    /* Commented out by A.T. */
    /*
    line-height: 1.5;
    */
    line-height: 1;   /* Modified by A.T. */
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    /* Commented out by A.T. */
    /*
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    */

    color: black;               /* Modified by A.T. */
    background-color: white;    /* Modified by A.T. */
    border-color: black;        /* Modified by A.T. */
}

.btn-primary:hover {
    /* Commented out by A.T. */
    /*
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    */

    color: black;                   /* Modified by A.T. */
    background-color: lightgray;    /* Modified by A.T. */
    border-color: black;            /* Modified by A.T. */
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    /* Commented out by A.T. */
    /*
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    */

    color: black;               /* Modified by A.T. */
    background-color: darkgray; /* Modified by A.T. */
    border-color: #3b3b3b;      /* Modified by A.T. */
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* A.T. modified: */

.dropdown button {
    font-size: inherit;
    /*padding: 0 6px !important;*/
}

.dropdownButtonOpenContract button {}

.dropdownButtonClosedContract button {
    background-color: #b5e3ea;
}

/*.dropdownButtonClosedContract button:focus,*/
/*.dropdownButtonClosedContract button.focus,*/
.dropdownButtonClosedContract button:hover {
    background-color: #88b2b9;
}

select.locationPresent {
    background-color: #fff;
}

select.locationAbsent {
    background-color: #88b2b9;
}

option.location {
    background-color: #fff;
}

select.instrumentType {
    width: 15rem;
}

select.instrumentTypeInForm {
    width: 304px;
}

select.instrumentTypeLoading {
    background-color: #88b2b9;
}

select.instrumentTypeEmpty {
    background-color: #88b2b9;
}

select.instrumentTypeLoaded {
    background-color: #fff;
}

option.instrumentTypeLoading {
    background-color: #88b2b9;
}

option.instrumentTypeEmpty {
    background-color: #88b2b9;
}

option.instrumentTypeLoaded {
    background-color: #fff;
}

/*-------------------------------------------------------*/

.loginDialogOverlay, .generalDialogOverlay {
    text-align: center;
    /*padding-top: 20px;*/
}

.loginDialog, .generalDialog {
    display: inline-block;
    position: relative;
    margin: 2% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #ccc;
}


.userAccount {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    font-family: "Poppins", georgia, serif;
    /* font-size: 12px; */
    font-size: 0.7rem;
    font-weight: 300;
    color: #555;
}

.logout {
    text-decoration: underline;
    font-weight: 500;
}

.loginButton, .generalSubmitButton {
    margin-top: 10px;
    margin-bottom: 5px;
}

.centerAlignButton {
    text-align: center;
}

.buttonInlineBlock {
    display: inline-block;
}

.loginBottomPanel {
    margin-top: 25px;
}

.loginLink {
    color: blue;
    cursor: pointer;
    font-size: 0.75rem;
}

.loginBottomText {
    margin: 5px;
    font-size: 0.75rem;
}

/*-------------------------------------------------------*/

.settingsBlock {
    display: block;
    width: 100vw;
    height: calc(100% - 116px);
    position: fixed;
    /*overflow: auto;*/
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    background-color: transparent;
}

.settingsMenu {
    width: calc(25% - 22px);
    height: calc(100% - 18px);
    /*height: 100%;*/
    padding: 0 10px;
    float: left;
    overflow: auto;
    background-color: #f1f1f1;
    border: solid 1px #909090;
}

.settingsFormPanel {
    width: calc(75% - 20px);
    height: calc(100% - 20px);
    padding: 0 10px;
    float: right;
    /*overflow: auto;*/
    background-color: transparent;
}

.settingsFormPanelSubDiv {
    height: calc(100% - 20px);
}

.settingsActiveSubMenu {
    display: block;
    background-color: #fafafa;
}

.settingsCollapsibleList {
    margin: 0;
    padding: 10px 0 5px;
    /*padding: 10px 0 30px;*/
}

.settingsSubMenuCollapsibleList {
    margin: 0;
    padding: 0 0 0 20px;
}

.settingsCollapsibleList li, .settingsSubMenuCollapsibleList li {
    list-style-type: none;
}

.settingsForm {
    padding: 5px 5px 20px;
    margin: 5px;
    border: solid 1px #909090;
    overflow: auto;
}

.settingsFormHeightNormal {
    max-height: calc(100% - 20px);
}

.settingsFormHeightMessage {
    max-height: calc(100% - 59px);
}

h3.settingsHeaderLevel3 {
    margin: 0 0 15px 5px;
}

div.settingsMessageInformer {
    width: 100%;
    margin-left: 5px;
}

div.centerMessageInformer {
    width: 100%;
    text-align: center;
}

div.leftAlignedMessageInformer {
    width: 100%;
    text-align: left;
}

div.noLeftMarginMessageInformer {
    margin-left: 0;
    text-align: left;
}

.userDefinedVariablesLinkPanel {
    padding: 0 0 30px;
}

/*-------------------------------------------------------*/

.customerImportFieldPanel {
    height: 200px;
    padding: 10px;
    overflow: auto;
    border: 1px solid rgb(102, 102, 102);
}

/*-------------------------------------------------------*/

/*
.dropZoneStyle {
    width: 500px;
    height: 50px;
}
*/

div.dropZoneMessageBox {
    width: 500px;
    min-height: 0;
    /*padding: 15px;*/
    margin-top: 10px;
    border: 1px dotted rgb(102, 102, 102);
    border-radius: 15px;
    display: table;
}

div.dropZoneMessageInnerBox{
    margin: 7px;
}

/*
div.dropZoneOuterZone table.dialog tr td input.inp {
    width: 500px;
}
*/

table.dropZoneOuterZone input.inp {
    width: 498px !important
}

div.dropZoneMessage {
    color: blue;
    max-width: 450px;
}

div.dropZoneErrorMessage {
    color: red;
    max-width: 450px;
}

div.dropZoneAcceptedMessage {
    width: 300px;
    margin-bottom: 5px;
    float: left;
}

div.dropZoneVar2AcceptedMessage {
    /*width: 300px;*/
    margin-bottom: 10px;
}

div.dropZonePreview, div.dropZoneDownload {
    text-align: center;
    height: 70px;
}

div.dropZoneVar2Preview {
    text-align: left;
    /*height: 250px;*/
}

img.dropZoneVar2PreviewImage {
    max-width: 1000px;
}

a.dropZonePreviewLink {
    color: blue;
    font-weight: bold;
    position: relative;
    top: 35%;
}

div.dropZoneThumb {
    display: inline-flex;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 100px;
    height: 100px;
    padding: 4px;
    box-sizing: border-box;
}

div.dropZoneThumbInner {
    display: flex;
    min-width: 0;
    overflow: hidden;
}

img.dropZoneImage {
    display: block;
    width: auto;
    height: 100%;
}

span.highlightedText {
    color: blue;
    font-weight: bold;
}

/*-------------------------------------------------------*/
/*================== Signature Pad ======================*/

.m-signature-pad {
    position: absolute;
    font-size: 10px;
    width: 700px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -200px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.m-signature-pad--body {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 60px;
    border: 1px solid #f4f4f4;
}

.m-signature-pad--body
canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.m-signature-pad--footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 40px;
}

.m-signature-pad--footer .description {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1.8rem;
}

.m-signature-pad--footer .button {
    position: absolute;
    bottom: 0;
}

.m-signature-pad--footer .button.clear {
    left: 0;
}

.m-signature-pad--footer .button.save {
    right: 0;
}

@media screen and (max-width: 1024px) {
    .m-signature-pad {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        min-width: 250px;
        min-height: 140px;
        margin: 5%;
    }
    #github {
        display: none;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .m-signature-pad {
        margin: 10%;
    }
}

@media screen and (max-height: 320px) {
    .m-signature-pad--body {
        left: 0;
        right: 0;
        top: 0;
        bottom: 32px;
    }
    .m-signature-pad--footer {
        left: 20px;
        right: 20px;
        bottom: 4px;
        height: 28px;
    }
    .m-signature-pad--footer
    .description {
        font-size: 1rem;
        margin-top: 1rem;
    }
}

/*-------------------------------------------------------*/

.orcExplanation {
    margin: 10px 0;
    width: 600px;
    text-align: left;
}

/*-------------------------------------------------------*/
/* Overriding styles */

button {
    font-size: 0.75rem;
}

input, textarea {
    font-size: 0.75rem;
}

/*-------------------------------------------------------*/

.reportSelectPanel {
    border: 1px solid #aaaaaa;
    padding: 5px;
}

.reportSelectPanelElement {
    padding: 3px 0;
}

textarea.reportTextareaField {
    width: 314px !important;
}

/*-------------------------------------------------------*/

.passwordStrengthBlock {
    width: 304px;
    padding: 0;
    text-align: center;
}

.passwordWeak, .passwordInvalid {
    background-color: red;
}

.passwordStrong {
    background-color: green;
}

.passwordStrengthBlockText {
    font-family: "Poppins", georgia, serif;
    font-size: 0.6rem;
    font-weight: 300;
    color: white;
}

/*-------------------------------------------------------*/

.instrumentTypeWayToChangeMessageBlockRowStyle {

}

.instrumentTypeWayToChangeMessageBlockCellStyle {
    padding-top: 0 !important;
}

.instrumentTypeWayToChangeMessageBlockStyle {

}

.instrumentTypeWayToChangeMessageBlockTextStyle {
    font-size: .7rem;
    color: green;
}

/*-------------------------------------------------------*/

.customerPortalMainDiv {
    width: calc(100% - 180px);
    height: calc(100% - 56px);
    position: absolute;
    left: 0;
    margin: 10px 90px 10px 90px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    /*box-shadow: 2px 2px 5px -1px #888888 inset;*/
    -moz-box-shadow: 2px 2px 8px -2px #888888 inset;
    -webkit-box-shadow: 2px 2px 8px -2px #888888 inset;
    box-shadow: 2px 2px 8px -2px #888888 inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#customerPortalMainInnerDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#customerPortalTopFillerDiv {
    width: 100%;
    height: 54px;
    bottom: 0;
    left: 0;
    /*background-color: red;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#customerPortalTopDiv {
    width: 100%;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    border: 1px solid red;
    -moz-box-shadow: 2px 2px 8px -2px #888888, 2px 2px 8px -2px #888888 inset;
    -webkit-box-shadow: 2px 2px 8px -2px #888888, 2px 2px 8px -2px #888888 inset;
    box-shadow: 2px 2px 8px -2px #888888, 2px 2px 8px -2px #888888 inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#customerPortalBottomDiv {
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid black;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.customerPortalCustomerInfoPanel {
    width: 300px;
    position: relative;
    margin: 10px auto;
    padding: 5px 20px 7px 20px;
    border: 1px solid black;
    border-radius: 10px;
    background: #ccc;
    text-align: center;
}

.customerPortalCustomerInfoHeader {
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 5px;
}

.customerPortalActionPanel {
    width: 700px;
    height: calc(100% - 54px - 97px - 54px - 15px);
    position: relative;
    /*margin: 30px auto 0;*/
    margin: 0 auto;
    padding: 5px 0 7px 0;
    text-align: center;
}

.customerPortalActionButton {
    width: 340px;
    height: 85px;
    line-height: 85px;
    cursor: pointer;
    margin: 30px auto 0;
    text-align: center;
    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

/*-------------------------------------------------------*/

.customerPortalGeneralButton {
    margin: 7px;
    cursor: pointer;
}

.customerPortalInterfaceImage {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.customerPortalTopPanel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.customerPortalSearch {
    margin: 15px;
}

/*
.customerPortalSettings2Button {
    position: absolute;
    top: 0;
    right: 54px;
}
*/

.customerPortalSettingsButton {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
}

.customerPortalBottomPanel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.customerPortalHomeButton {
    position: absolute;
    top: 0;
    left: 0;
}

.customerPortalMessengerButton {
    position: absolute;
    top: 0;
    left: 54px;
}

.customerPortalUserButton {
    position: absolute;
    top: 0;
    right: 54px;
}

.customerPortalHelpButton {
    position: absolute;
    top: 0;
    right: 0;
}

span.customerPortalSubmitSpan {
    font-weight: bold;
}

.customerPortalTaskPanel {
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    overflow: auto;
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalPayoffBalanceTaskPanel {
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    overflow-x: hidden;
    overflow-y: auto;
}

.customerPortalTaskInnerPanel {
    margin: 15px;
}

.customerPortalGradientPanel {
    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
}

.customerPortalLoginButton,
.customerPortalRegistrationButton,
.customerPortalLostPasswordButton,
.customerPortalChangePasswordButton {
    width: 140px;
    cursor: pointer;
    margin: 20px auto 0;
    padding: 8px 0;
    text-align: center;
    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalCancelButton {
    width: 140px;
    cursor: pointer;
    margin: 1px auto 0;
    padding: 8px 0;
    text-align: center;
    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalGeneratePasswordButton {
    width: 140px;
    font-size: 0.75rem;
    cursor: pointer;
    margin: 1px auto 0;
    padding: 8px 0;
    text-align: center;
    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalLongButton {
    width: 155px !important;
}

.customerPortalUpdateBillingInfoTaskSubPanel {
    max-width: 270px;
    margin: 0 auto;
}

.customerPortalUpdateBillingInfoTaskHeader {
    margin-bottom: 23px;
}

.customerPortalUpdateBillingInfoTaskMessageInformer {
    max-width: 590px;
    margin: 0 auto !important;
}

.customerPortalUpdateBillingInfoButton {
    width: 270px;
    cursor: pointer;
    margin: 30px auto 0;
    padding: 20px 0;
    text-align: center;
    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalPayoffBalanceMainAnnouncement {
    width: 80%;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;

    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalPayoffBalanceButton {
    width: 340px;
    cursor: pointer;
    margin: 30px auto 0;
    padding: 20px 0;
    text-align: center;
    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalPayoffBalanceRcTableDiv {
    display: inline-block;
    padding: 10px 10px;
    margin-bottom: 15px;

    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalPayoffBalanceRcTable {
    min-width: 340px;
    margin: 0 auto;
}

.customerPortalPayoffBalanceRcTableComment {
    width: 300px;
    display: inline-block;
    text-align: center;
    padding: 20px 20px;
    margin: 0 auto;

    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

span.customerPortalPayoffBalanceBold {
    font-weight: bold;
}

.customerPortalTaskThankYouPanel {
    max-width: 270px;
    height: 210px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

.customerPortalTaskThankYouPanelMiddle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customerAlreadyRegisteredMessage {
    font-size: .8rem;
}

.customerPortalChangePasswordPanel {
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    overflow-x: hidden;
    overflow-y: auto;
}

.customerPortalChangePasswordInnerPanel {
    width: 80%;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;

    background: #bbb;
    background: -moz-linear-gradient(#fff, #777);
    background: -webkit-linear-gradient(#fff, #777);
    background: -o-linear-gradient(#fff, #777);
    border: 1px solid #555;
    -moz-box-shadow: 1px 1px 8px -1px #444 inset;
    -webkit-box-shadow: 1px 1px 8px -1px #444 inset;
    box-shadow: 1px 1px 8px -1px #444 inset;
}

/*-------------------------------------------------------*/

.captchaCanvas {
    padding: 5px 0;
    font-size: 0.75rem;
}

.captchaInputDiv {
    padding: 5px 0;
}

.captchaInput {
    width: 136px;
}

#canv {
    width: 140px;
    border: solid black 1px;
}

/*-------------------------------------------------------*/
