﻿/*
 * colors:
 * raspberry: #9c223f;
 * lightBlue: #0096db;
 * blue: #345e9e;
 * dataLabel: #9b9792;
 * dataLabelStrong: #606060;
 */


h2, h3, h4 {
    font-weight: bold;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.3em;
}

#version-info {
    background-color: rgb(156,34,64);
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 1.1em;
    left: 2em;
    padding: 0 0.8em 0.8em;
    position: fixed;
    text-align: center;
    top: 2em;
    width: 23em;
    z-index: 9999;
}
#version-info p {
    font-weight: bold;
}
#version-info div {
    display: flex;
    justify-content: space-between;
}
#version-info .h-info {
    border-top: 1px solid rgba(160,160,160,0.5);
    margin-top: 0.5em;
    padding-top: 0.5em;
}

#aria-notifier {
    color: transparent;
    height: 1em;
    margin-left: 100vw;
    position: absolute;
    width: 1em;
}

#aria-notifier {
    color: transparent;
    height: 1em;
    margin-left: 100vw;
    position: absolute;
    width: 1em;
}

#aria-notifier {
    color: transparent;
    height: 1em;
    margin-left: 100vw;
    position: absolute;
    width: 1em;
}

#aria-notifier {
    color: transparent;
    height: 1em;
    margin-left: 100vw;
    position: absolute;
    width: 1em;
}

[v-cloak],
[v-cloak] > * {
    display: none;
}
.validationBorder.red.rightNow:not(.k-datepicker) {
    border: solid 1px #9c223f;
}

html input[type="button"] {
    border-radius: 0;
}

.disclaimers .disclaimer {
    display: none;
    font-size: 0.9rem;
}
.aflac .disclaimer.aflac,
.chewy .disclaimer.chewy,
.furkin_can .disclaimer.furkin_can,
.furkin_us .disclaimer.furkin_us,
.phi_direct_can .disclaimer.phi_direct_can,
.phi_direct_us .disclaimer.phi_direct_us,
.trupanion_aus .disclaimer.trupanion_aus,
.trupanion_us .disclaimer.trupanion_us {
    display: block;
}

input,
select,
textarea {
    border: 1px solid rgba(80,80,80,.40);
    border-radius: 0;
    line-height: 1.8em;
}
.container.body-content .vs__open-indicator {
    cursor: default;
    fill: #111;
    margin-right: -4px;
    transform: scale(0.70,0.65);
}
body[data-browser=ie] .body-content .vs__open-indicator {
    background-color: #f0f0f0;
    border: 1px outset #bbb;
    display: inline-block;
    fill: #444;
    height: 20px;
    margin-right: -5px;
    min-height: 22px;
    min-width: 22px;
    padding: 5px 3px 0;
    transform: scale(0.8);
    width: 24px;
}

.invisible {
    visibility: hidden;
}
.container.body-content *:focus,
.modal .btn-primary:active,
.modal .btn-primary.active,
.modal .btn-primary:focus,
.modal .btn-primary.focus,
.modal .btn-default:active,
.modal .btn-default.active,
.modal .btn-default:focus,
.modal .btn-default.focus,
body *:focus {
    outline: 0 solid transparent;
}
.container.body-content a[href]:active,
.container.body-content a[href]:focus {
    text-decoration: none;
}

textarea:focus, input:focus {
    outline: 0;
}



/* styles for validation helpers */
/***********TrupanionExpressWeb***************/

.data-value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
}

.clear {
    clear: both;
}

#help {
    color: white;
    margin: 1px;
}

    #help + span img {
        height: 24px;
        width: 24px;
    }

#globalSpinnerWrapper {
    position: fixed;
    width: 100%;
    top: 30%;
    z-index: 10000;
}

.spinnerContainer {
    position: relative;
}

.spinner {
    top: 10px;
}

#settingsLink {
    width: 43px;
}
.header-main .header-icon {
    -webkit-transform: translateY(50%);
    margin-right: 8px;
    opacity: 0.5;
    transform: translateY(50%);
}

.header-main .header-icon.alerts {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #fff;
    height: 25px;
    margin-right: 12px;
    margin-top: -1px;
    width: 25px;
}
.header-main .alerts a {
    color: #9c223f;
    display: inline-block;
    font-weight: bold;
    margin: 2px 0 0 7px;
}
.header-main .alerts a.max {
    margin-left: 5px;
}
.header-main .alerts a.max::after {
    content: "+";
    vertical-align: super;
    font-size: 8px;
}

.header-main .header-icon:focus,
.header-main .header-icon:hover {
    -webkit-transition: 0.3s;
    opacity: 1;
    transition: 0.3s;
}


.alerts-modal-header {
    display: flex;
    justify-content: space-between;
}
.alerts-modal .modal-body .notification.expired td {
    color: red;
    opacity: 0.6;
    text-decoration: line-through;
}

.alerts-modal .modal-body .notification .action button.send-offer {
    min-height: 0;
    min-width: 0;
    padding: 4px 8px;
}
.alerts-modal .modal-body .notification .action button.send-offer .navImage {
    width: 12px;
}

.alerts-modal .modal-body .notification.expired .action {
    display: none;
}
.alerts-modal td,
.alerts-modal th {
    padding: 3px;
    text-align: left;
}
.alerts-modal .modal-body table {
    width: 100%;
}

.ptc-help-icon {
    border-radius: 50%;
    border: 1px solid #345e9e;
    color: #345e9e;
    cursor: help;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 0 0.7em;
}
.ptc-tooltip.tooltip .tooltip-inner {
    background-color: #fff;;
    border: 1px solid #345e9e;
    color: #345e9e;
}

#iconDownloadModal {
    background-color: rgba(255,255,255,0.6);
}
.settings-modal-header {
    display: flex;
    justify-content: space-between;
}
.settings-modal-logo {
    height: 48px;
    width: 48px;
}
.settings-modal-header >* {
    margin: 0;
    text-align: left;
}
.settings-modal-header .modal-title {
    margin-left: -40px;
}
.settings-modal .feedback-message {
    color: green;
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.settings-modal .line.cancel-sessions {
    margin-top: 12px;
    margin-bottom: 12px;
}
.settings-modal .feedback-message.error {
    color: #b15469;
}
.settings-modal .feedback-message .instructions {
    color: #000;
    display: block;
    font-size: 80%;
    font-weight: normal;
}

.settings-modal .settings-submit {
    margin: 0 8px;
}

.settings-modal .desktop-notifications {
    border-top: 1px solid #000;
    margin: 1em 2em;;
}
.settings-modal .desktop-notifications.not-ready {
    opacity: 0.6;
    pointer-events: none;
}
.settings-modal .desktop-notifications h4 {
    margin: 1em auto;
    text-align: center;
}
.settings-modal .desktop-notifications-form {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    padding: 0.3em;
}
.settings-modal .desktop-notifications-form span {
    flex: 1;
}
.settings-modal .desktop-notifications-form label {
    flex: 1;
    font-weight: bold;
    text-align: right;
}
.settings-modal .desktop-notifications-form input {
    transform: scale(1.5) translateY(2px);
    margin-left: 0.5em;
}

.settings-modal .desktop-notifications-form a {
    text-decoration: underline;
}

.settings-input-container {
    margin-left: 8px;
}
.settings-input-container .line .prompt {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}
.settings-input-container .line {
    display: block;
    height: 40px;
    width: 100%;
}

.settings-input-container .line .value {
    border: none;
    display: inline-block;
    vertical-align: top;
    width: 400px;
}
.settings-input-container .line input {
    border: none;
    height: 32px;
    padding-left: 3px;
    width: 100%;
}
.settings-input-container .line input[type=checkbox] {
    height: auto;
    padding: 0;
    width: auto;
}
.settings-input-container .line .input-wrapper {
    position: relative;
}
.settings-input-container .line .input-wrapper .show-hide {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
}
.settings-input-container.obscured img.reveal,
.settings-input-container.revealed img.obscure {
    display: none;
}

.notifications-uhoh .modal-body {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}
.notifications-uhoh .info-img {
    margin: 1em;
    width: 13%;
}
.notifications-uhoh .actions {
    margin: 1em;
    text-align: right;
}
#requestResetEmailModal {
    background-color: rgba(255,255,255,0.3);
}
#requestResetEmailModal .modal-body {
    margin-left: 100px;
    text-align: left;
}
#requestResetEmailModal .info-img {
    float: left;
    margin: 20px 0 0 20px;
}
#requestResetEmailModal button.btn {
    border-radius: 0;
}


/*
 * These items vary for HSL (which includes, currently, all Trupanion AU):
 */
body.hsl #clientDetails .trupanion-tag-id,
body.hsl #helpModal .fax-number,
body.hsl #helpModal .tru-rewards,
body.hsl #navigationList .nav-training {
    display: none;
}
html[data-app-variant=au] .welcomeBody #trupanionExpressLogo {
    height: 68px;
    margin-top: 8px;
    width: 311px;
}

#toggle-passphrase-visibility.obscured img.reveal,
#toggle-passphrase-visibility.revealed img.obscure {
    cursor: pointer;
    display: none;
}
#toggle-passphrase-visibility.revealed img.reveal,
#toggle-passphrase-visibility.obscured img.obscure {
    cursor: pointer;
    display: inline;
}

body.hs-lite #navigationSidebar .nav-appointments,
body:not(.hs-lite) #navigationSidebar .nav-home {
    display: none;
}

.petIconMini {
    height: 24px;
    margin: 0px 10px;
    width: 24px;
}

.listRow span {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#claimCardListContainer .claimCard {
    padding-bottom: 10px;
}

#claimCardListContainer .columnContainer {
    margin-top: 7px;
}

.claim-card-list-container .claimCard {
    border: 1px solid transparent;
}
.claim-card-list-container .claimCard:hover {
    border-color: #b0e0e6;
}

.nav-logos-container img {
    margin: 0.3em 0 0.3em 1.2em;
    width: 160px;
}
.navButton {
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-left: 15px;
    text-align: left;
    width: 163px;
}
.navButton .verticalCenter {
    margin-left: 10px;
}
.navButton .verticalCenter.horizCenter {
    margin: auto;
    text-align: center;
}

.navImageSmall {
    margin-bottom: 2px;
    width: 16px;
}
.navImageSmall img {
    height: 10px;
}
.navSmallContainer {
    display: flex;
    flex-direction: column;
    font-size: 0.8em;
    margin-top: 20px;
}
.navSmallContainer a {
    display: flex;
    justify-content: flex-start;
    margin: 8px 0 10px 20px;
}
html:not([data-app-variant=au]) .navSmallContainer a.website {
    text-transform: uppercase;
}
.navSmallContainer .navImageSmall {
    height: 10px;
    margin-right: 8px;
    text-align: center;
}
.navSmallContainer.brands a.brand {
    display: inline-block;
    margin-top: 0.4em;
}
.navSmallContainer.brands img.brand-logo {
    max-width: 12rem;
}

.container {
    left: 234px;
}

#navigationSidebar li {
    list-style: none;
    width: 100%;
}



#navigationSidebar a:hover .navText,
#navigationSidebar a:focus .navText {
    color: #3e3830;
    font-weight: normal;
    text-decoration: none;
}

    #navigationSidebar .navigationItem:hover {
        background-color: #efebe8;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-property: background-color;
        transition-property: background-color;
    }

.body-content footer {
    border-top: 1px solid #00000015;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 10px;
}
.navAndContentWrapper-install .body-content {
    margin: 10px 5%;
}

.dataLabel.enrollmentStatus {
    font-size: 0.8em;
    font-weight: 700;
}

.claimCard .petCardIcon,
#policyCard .petCardIcon,
#petCard .petCardIcon {
    float: left;
    height: 48px;
    margin: 8px;
    width: 48px;
}

.pet-offer #policyCardTextWrapper
#policyCard input {
    border-radius: 0;
    padding-left: 3px;
}

.pawPrintMessageClass {
    color: #345e9e;
    cursor: pointer;
    font-size: 0.8em;
}

.column-left {
    float: left;
}

.column-right {
    float: right;
}

#settingsIconImage {
    width: 32px;
    height: 32px;
    transform: translateY(-25%);
}

div.secondaryActions {
    width: 48px;
}

.timeslot .column-left {
    height: 100%;
    width: 58px;
}

.auxiliary {
    color: #bfe5f6;
    font-size: 0.8em;
    font-weight: 600;
}

#filterContainer {
    background-color: #efebe8;
    color: #000000;
    padding: 10px;
}

    #filterContainer .spaced {
        display: inline-block;
        margin-left: 2px;
        margin-right: 8px;
    }

#filterContainer.filter-container,
#filterContainer.filter-container .sort-container {
    display: flex;
    justify-content: space-between;
}
#filterContainer.filter-container .filters {
    margin-top: 3px;
}
#filterContainer.filter-container .filters label {
    margin-right: 8px;
    vertical-align: top;
}
#filterContainer.filter-container .sort-container select {
    border: none;
    height: 28px;
}

#sortContainer .column-left {
    padding: 0.3em 0;
}

#filterContainer .demphasize {
    color: #96918c;
    font-weight: bold;
    margin-left: 7px;
}

.backgroundGrey {
    background-color: #efebe8;
}

.width5 {
    width: 4.5%;
}

.width10 {
    width: 9.5%;
}

.width11 {
    width: 10.5%;
}

.width12 {
    width: 11.5%;
}

.width13 {
    width: 12.5%;
}

.width14 {
    width: 13.5%;
}

.width15 {
    width: 14.5%;
}

.width16 {
    width: 15.5%;
}

.width17 {
    width: 16.5%;
}

.width18 {
    width: 17.5%;
}

.width20 {
    width: 19.5%;
}

.width25 {
    width: 24.5%;
}

.width30 {
    width: 29.5%;
}

.width35 {
    width: 34.5%;
}

.width40 {
    width: 39.5%;
}

.width45 {
    width: 44.5%;
}

.width50 {
    width: 49.5%;
}

.width55 {
    width: 54.5%;
}

.width60 {
    width: 59.5%;
}

.width65 {
    width: 64.5%;
}

.width70 {
    width: 69.5%;
}

.width80 {
    width: 79.5%;
}

.width85 {
    width: 84.5%;
}

.showPawPrint {
    float: left;
    height: 100%;
    width: 180px;
    min-height: 40px;
    background-color: #345E9E;
}

.hasSecondary {
    float: left;
    height: 100%;
    width: 180px;
    min-height: 40px;
}

.verticalCenter {
    -webkit-transform: translateY(50%);
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.secondaryActions {
    height: 40px;
    width: 48px;
}

body[data-curpath="/"] a.header-nav {
    cursor: default;
}

.whiteText {
    color: #ffffff;
}

.redText {
    color: #b15469;
}

.blueText {
    color: #6381b1;
    color: #345e9e;
}

.petCardPawprint {
    height: 16px;
    margin-bottom: 3px;
    width: 16px;
}

.clientDetails {
    max-width: 900px;
}

.clientDetails {
    overflow-wrap: break-word;
}

.linkTarget .clientDetails,
#policyCardTextWrapper + .clientDetails {
    margin-left: 64px;
}

.linkTarget {
    position: relative;
}

.product-name-container {
    font-weight: bold;
    margin-top: 0.5em;
}

#policyCardTextWrapper .ownerName {
    font-size: 1.1em;
}

.linkTarget .petName,
#policyCardTextWrapper .petName {
    font-size: 1.5em;
    font-weight: bold;
}

.cardHeader .petCardIcon {
    height: 48px;
    width: 48px;
}

#petCard .petCardIcon {
    height: 48px;
    width: 48px;
}

.petCardIconContainer {
    height: 54px;
    padding: 3px 7px;
    width: 64px;
}

#policyCardTextWrapper {
    margin-bottom: 10px;
    width: calc(100% - 90px);
}

#policyCard .petCardIconContainer,
#petCard .petCardIconContainer {
    padding: 3px 0;
}

.linkTarget:nth-child(1n + 7) {
    display: none;
}

.notAvailable,
.notAvailable:hover {
    color: #c4beb7;
    cursor: default;
}

.claimCard {
    border: 1px solid transparent;
    padding-bottom: 5px;
}

    .claimCard > .column-left {
        height: 100%;
    }

    .claimCard .claimcard-data,
    .claimCard .claimCardData {
        margin-top: 10px;
        width: calc(100% - 76px);
    }
    .claimCard .claimcard-data .line,
    .claimCard .claimCardData .line {
        margin: 5px 0;
        word-break: break-all;
    }

    .claimCard.claimCardDataNoImage {
        padding: 10px;
    }

    .hsl .claimCard .claimCardData .invoice-number {
        visibility: hidden;
    }

    .claimCard .dataLabel {
        font-size: 0.8em;
    }

    .claimCard .text {
        font-size: 1em;
    }

    .claimCard .petName {
        font-size: 1.5em;
        font-weight: bold;
    }

    .claimCard .width15 {
        max-width: 110px;
    }

    .claimCard .width10 {
        max-width: 110px;
    }

    .claimCard .width25 {
        max-width: 160px;
    }

    .claimCard .width25 {
        max-width: 300px;
    }


    .claimCard .columnContainer {
        line-height: 1.6em;
        max-width: 768px;
    }

    .claimCard .documentIcon {
        height: 13px;
        width: 10px;
    }

    .claimCard .ownerName {
        font-size: 1.1em;
    }

    .claim-bottom {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }


    .claimCard .buttonSolid {
        width: 200px;
    }

.claimCard .view-claim {
    color: #345e9e;
    cursor: pointer;
}
.claimCard .view-claim.in-process {
    cursor: not-allowed;
    pointer-events: none;
}

.claimCardAction {
    height: 49px;
    padding-top: 5px;
}

.claimCard .auxiliary {
    font-weight: bold;
}

textarea:hover,
textarea:focus {
    -webkit-transition: 0.3s;
    border-color: #887e6e;
    transition: 0.3s;
}

.indented {
    margin-left: 20px;
}

span.invoiceNumber {
    padding-right: 1px;
}

span.paymentDate {
    padding-right: 4px;
}

.inner {
    display: inline-block;
}

.browserLogo {
    width: 48px;
    height: 48px;
    margin: 0 24px;
}

.headroom80 {
    margin-top: 80px;
}

.searchNode {
    margin-right: 1px;
}

    .searchNode .col1 {
        width: 100px;
    }

    .searchNode .col2 {
        left: 100px;
    }

    .searchNode .col3 {
        left: 200px;
        width: 105px;
    }

    .searchNode.header {
        margin-bottom: 3px;
        font-weight: bold;
        font-size: 1.1em;
    }

.center {
    text-align: center;
}

#sortDirection {
    background-color: #a69e93;
    border-radius: 0;
    border-style: hidden;
    cursor: pointer;
    height: 28px;
    margin-left: 10px;
    width: 28px;
}

.sort {
    background-color: #a69e93;
    background-image: url('../Images/sortDirectionDown.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
}

#navButtonContainer {
    text-align: center;
    margin-top: 12px;
}

.buttonSolid {
    border-style: hidden;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    min-height: 40px; /* minimum touchable */
    min-width: 163px;
}

.buttonCharcoal {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #686459;
}
    .buttonCharcoal:hover,
    .buttonCharcoal:focus {
        -webkit-transition: 0.3s;
        background-color: #888479;
        transition: 0.3s;
    }

.buttonRed {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #9c223f;
}

    .buttonRed:hover,
    .buttonRed:focus {
        -webkit-transition: 0.3s;
        background-color: #8A273D;
        transition: 0.3s;
        background-color: #b55a6f;
    }
button.buttonRed.buttonSolid:disabled {
    background-color: lightgrey;
    cursor: not-allowed;
}

.training-content .training.title {
    border-bottom: 1px solid #eee;
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 20px;
}
.training-content .training-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.training-content .training-section.section-title {
    font-size: 1.4em;
}
.training-content .training-item {
    display: block;
    line-height: 2;
}

.modal-footer .btn-primary.buttonBlue,
.buttonBlue {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-property: background-color;
    -webkit-transition-property: background-color;
    background-color: #345E9E;
}

    .modal-footer .btn-primary.buttonBlue:hover,
    .modal-footer .btn-primary.buttonBlue:focus,
    .buttonBlue:focus,
    .buttonBlue:hover {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transition-property: background-color;
        -webkit-transition-property: background-color;
        background-color: #6886b7;
    }

.buttonPurple {
    background-color: #78256F;
}

    .buttonPurple:focus,
    .buttonPurple:hover {
        -webkit-transition: 0.3s;
        background-color: #AC4D88;
        color: white;
        transition: 0.3s;
    }

.buttonTransparent {
    background-color: transparent;
    color: #345E9E;
}

    .buttonTransparent:focus,
    .buttonTransparent:hover {
        -webkit-transition: 0.3s;
        background-color: #EFEBE8;
        color: #345E9E;
        transition: 0.3s;
    }

.modal-close-button,
.modalCloseButton {
    background: none;
    border: 0px solid transparent;
    border-image: none;
    height: 20px;
    margin: 0px;
    padding-right: 30px;
    right: 0px;
    top: 17px;
    width: 16px;
}


.noBorderTextbox, .noBorderTextboxLarge {
    background-color: white;
    border: none;
    height: 32px;
    padding: 0px 10px;
    width: 240px;
}

.noBorderTextboxLarge {
    -ms-overflow-y: auto;
    height: 100px;
    overflow-y: auto;
    width: 420px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #CCC4BA;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #CCC4BA;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #CCC4BA;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #CCC4BA;
}

.modalCloseButton img {
    height: 16px;
    width: 16px;
}

#message {
    border-radius: 0;
}

#eula-display-modal {
    background-color: rgba(255,255,255,0.2);
}
#eula-display-modal .eula-modal .eula-header {
    text-align: center;
}
#eula-display-modal .eula-modal .eula-content {
    white-space: pre-wrap;
}
#eula-display-modal .action-buttons {
    text-align: center;
}
#eula-display-modal .action-buttons button {
    margin: 4px;
}

#helpModal .modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-right: 0;
}
#helpModal .modal-footer button {
    margin-right: 40px;
}
#helpModal .modal-footer button:hover {
    color: #fff;
}
#helpModal .response-time-note {
    font-size: 120%;
    margin: 20px 0 -20px;
}
#helpModal .modal-body {
    position: relative;
}
#helpModal .mail-icon {
    height: 48px;
    margin: 0 20px;
    width: 48px;
}
#helpModal .cancel .mail-icon {
    display: none;
}
#helpModal .show-send-message {
    background-image: url("../Images/MailIconWhite.png");
    background-position: 5% 50%;
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 35px;
}
#helpModal .mail-icon img {
    height: 48px;
    width: 48px;
}
#helpModal .subtitle {
    color: #78256f;
}
#helpModal .cancel-message {
    margin-top: -12px;
}

#compare-display-modal .compare-dialog-mid {
    width: 700px;
}
#compare-display-modal .compare-flex-pet-detail {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 2px;
    vertical-align: top;
}
#compare-display-modal .compare-flex-pet-detail > * {
    flex: 1 1 0;
}
#compare-display-modal .compare-flex-pet-detail > div {
    padding: 5px;
}
#compare-display-modal .compare-flex-pet-compare-row {
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    padding: 5px;
    vertical-align: top;
    width: 100%;
}
#compare-display-modal .compare-modal-details {
    max-height: 20px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
#compare-display-modal .compare-modal-details-email {
    min-height: 40px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
#compare-display-modal .compare-modal-headings {
    white-space: nowrap;
}

.blue {
    color: #345E9E;
}

.buttonLightBlue {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-property: background-color;
    -webkit-transition-property: background-color;
    background-color: #0096db;
}

.buttonLightBlue:hover, .buttonLightBlue:focus {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-property: background-color;
    -webkit-transition-property: background-color;
    background-color: #87ccea;
}

.buttonPayToClient {
    border: 1px solid #0096db;
}

.buttonPayToClient:hover, .buttonPayToClient:focus {
    filter: brightness(105%);
}

.buttonPayToClient .claimCardAction:hover,
.buttonPayToClient .claimCardAction:focus,
.buttonPayToClient .notes:hover,
.buttonPayToClient .notes:focus {
    filter: brightness(135%);
}

.pay-to-client-ineligible,
.pay-to-client-paid {
    color: #0096db;
}

.buttonPayToClient span, .buttonPayToClient .primaryText {
    color: #345e9e;
}

.buttonPayToClient .auxiliary {
    color: #428bca;
}

.buttonGrey {
    background-color: #efebe8;
}

.pawPrintImg {
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #efebe8;
}

#navButtonContainer input {
    margin: 7px;
    width: 128px;
}

.pimsSearch {
    border: solid 1px #ccc4ba;
    height: 28px;
    padding: 0.177em;
    width: 100%;
}

.validation {
    color: #9c223f;
    font-style: italic;
    font-weight: bold;
}

.noBorder {
    border: none;
}


.linkLike {
    color: #345e9e;
}

.linkTarget {
    padding: 10px;
}

.rightAlign {
    text-align: right;
}

.cert-status.issued {
    color: #9c223f;
    font-weight: bold;
}
.cert-status.activated {
    font-weight: bold;
}

#installerDownloadButton {
    display: inline-block;
}

.primaryAction.blueText + br + .auxiliary,
.auxiliaryDarker {
    color: #0096db;
}

.errorContainer {
    position: absolute;
    top: 80px;
    padding: 70px 10%;
    z-index: 1000;
    width: 100%;
}

.border {
    border: solid 1px #c5c5c5;
}

.flip {
    -webkit-transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transform: rotate(180deg);
    transition: 0.2s;
}



.clientDetails > div > div {
    margin-top: 7px;
}

.modal-backdrop {
    z-index: 99;
}

.modal-footer {
    margin-bottom: 10px;
    margin-top: 0px;
}

.modal-title {
    font-weight: bold;
}

.k-popup .k-list .k-item {
    padding: 0 4px;
}

.modal-footer .btn-primary {
    background-color: #345e9e;
}

.modal-footer .btn {
    border-radius: 0;
    border-style: hidden;
    padding-left: 17px;
    padding-right: 17px;
}
.modal-footer .btn:hover {
    color: #fff;
}
.modal-footer .buttonTransparent {
    border: 1px solid transparent;
}
.modal-footer .buttonTransparent:hover {
    border: 1px solid #345e9e;
    color: #345e9e;
}

.modal-footer .btn-default {
    background-color: transparent;
    color: #345e9e;
}
.modal-footer .btn-default {
    background-color: transparent;
    color: rgba(52, 94, 158, 0.7);
}

.cancelIconContainer,
.modalImageWrapper {
    height: 48px;
    margin-left: 24px;
    margin-top: 24px;
    width: 48px;
    padding-left: 8px;
}

    .cancel-icon-container img,
    .modalImageWrapper img,
    .cancelIconContainer img {
        height: 48px;
        width: 48px;
    }

.cancelIconContainer.larger,
.modalImageWrapper.larger {
    height: 64px;
    margin-left: 0;
    margin-top: 0;
    width: 64px;
}

    .modalImageWrapper.larger img,
    .cancelIconContainer.larger img {
        height: 64px;
        width: 64px;
    }

.contactDetail img {
    display: inline-block;
    float: left;
    height: 10px;
    margin: 5px 8px 0px 0px;
    vertical-align: middle;
    width: 10px;
}
.contactDetail.web-chat img {
    height: 12px;
    width: 12px;
}

.contactDetail span {
    color: #3E3830;
}

.contactDetail span, .contactDetail a {
    display: inline-block;
    font-family: Century Gothic;
    font-size: 0.9em;
    font-weight: normal;
}
html:not([data-app-variant=au]) .contactDetail.website a {
    text-transform: uppercase;
}


.clickable {
    cursor: pointer;
}
.notClickable {
    cursor: default;
}

.secondaryActions.center > ul > li > span > img {
    margin: 7px 4px 0 0px;
}

a:hover {
    text-decoration: none;
}

/* to override bootstrap */

.container.body-content > div {
    width: 100%;
    max-width: 900px;
}

.container.body-content > .modal.fade {
    width: 100%;
    max-width: 100%;
}
.modal.fade.in {
    background-color: rgba(255,255,255,0.65);
}

/* let appointments content stretch all the way, baby */
.container.body-content #appointmentsWrapper {
    max-width: 100%;
}
.appts-list .secondaryActions.pawPrintImg {
    border: 2px solid #345e9e;
}
.appts-list .secondaryActions.pawPrintImg img {
    height: 25px;
    width: 25px;
}
.appts-list .secondary-actions-menu {
    margin: 40px 0 0 180px;
    width: auto;
}
.appts-list .secondary-actions-menu li {
    color: #444;
    font-weight: normal;
    padding-left: 8px;
}
.appts-list .secondary-menu-toggle {
    background: url("../Images/Chevron.png") no-repeat center/40% #9c223f;
    border-left: 1px dotted #ccc;
    height: 100%;
    width: 100%;
}

#trupanionRecordData {
    width: 100%;
    overflow-wrap: break-word;
}

    #trupanionRecordData .modal-footer {
        margin-top: 10px;
    }

    #trupanionRecordData > div .width50 {
        padding: 5px;
    }

.toast-templates {
    display: none;
}

.toast-message-container.active {
    display: block;
}

.toast-message {
    background-color: #fff;
    box-shadow: 4px 4px 6px -2px rgba(187,187,187,1);
    border: 1px solid #ccc;
    border-radius: 18px;
    margin-top: 20px;
    padding: 8px 4px;
    position: relative;
    text-align: center;
    width: 240px;
}
.toast-message .icon {
    background-color: #0096db;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    top: -18px;
    width: 36px;
}

.toast-message .action-button {
    border-radius: 12px;
    font-size: 16px;
}

.toast-message-container .toast-message .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}
.toast-message-container .toast-claim-decision .title {
    text-transform: uppercase;
}

.toast-message-container .toast-claim-decision .pet-name {
    font-size: 24px;
    font-weight: 100;
    word-break: break-all;
}

.toast-message-container .toast-offer-available .icon {
    background-color: #9c223f;
    font-size: 18px;
    padding-top: 8px;
}
.toast-message-container .toast-offer-available .title {
    color: #9c223f;
    font-size: 14px;
}
.toast-message-container .toast-offer-available .pet-name {
    font-size: 32px;
    font-weight: 100;
    margin-bottom: -20px;
    text-transform: none;
    word-break: break-all;
}
.toast-message-container .toast-offer-available .owner-info {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.toast-message-container .toast-offer-available .explanation {
    padding: 0 14px;
}

.bold {
    font-weight: bold;
}

@media (max-width: 1080px) {
    .columnContainer .column-left.wrapControl {
        width: 34.5%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


@media (min-width: 992px) {
    .container {
        max-width: 100%;
        width: 100%;
    }

    .navAndContentWrapper-install .container {
        width: 90%;
    }
}
@media (max-width: 991px) {

    .navAndContentWrapper-install .container.body-content {
        position: relative;
        top: 12px;
    }

    .navAndContentWrapper-install .container {
        width: 90%;
        overflow: visible;
    }

        #navigationSideBar .navSmallContainer {
            display: flex;
            flex-direction: column;
        }
        #navigationSidebar .navSmallContainer a {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-start;
            margin-bottom: 2px;
            margin-top: 2px;
            text-align: right;
        }
        #navigationSidebar .navSmallContainer .navImageSmall {
            margin: 0 4px 0 6px;
            text-align: center;
        }

        #navigationSidebar #navigationList .navigationItem {
            float: left;
            height: 48px;
            font-size: 1.1em;
        }

    #navButtonContainer {
        background-color: #f8f6f5;
        bottom: 0;
        padding: 5px 14px;
        position: fixed;
        width: 100%;
        z-index: 999;
    }

        #navButtonContainer .buttonSolid {
            float: left;
            margin: 0px;
            padding-left: 0px;
            text-align: center;
            width: 49%;
        }

        #navButtonContainer .navButton {
            margin-bottom: 0px;
        }

    .petCardsContainer {
        left: 0;
        width: 100%;
    }

    .navSmallImageContainer {
        float: right;
        margin-left: 7px;
    }

    #navigationSidebar #navigationList #navItem_appointments {
        width: 19%;
    }

    #navigationSidebar #navigationList #navItem_pets {
        width: 11%;
    }

    #navigationSidebar #navigationList #navItem_claims {
        width: 13%;
    }

    #navigationSidebar #navigationList #navItem_certificates {
        width: 16%;
    }

    #navigationSidebar #navigationList #navItem_reports {
        width: 12%;
    }

    #navigationSidebar #navigationList #navItem_training {
        width: 12%;
    }

    #navigationSidebar #navigationList .navSmallContainer {
        font-size: 0.7em;
        margin-top: 0;
        padding-top: 8px;
        width: 17%;
    }
    #navigationSidebar #navigationList .navSmallContainer.brands {
        display: none;
    }

    .navSmallTextContainer {
        float: right;
        margin-bottom: 4px;
    }
}

@media (max-width: 750px) {
    .pet-card .action-status {
        float: left !important;
        margin-left: 75px !important;
    }
}

/* Typography */

.TextBodyBold, .TextTinyBold,
.TextExtraLargeBold {
    font-weight: bold;
    margin-bottom: 3px;
}

.TextTinyBold {
    font-size: 10px;
    opacity: 0.5;
}

.TextExtraLargeRegular,
.TextExtraLargeBold {
    font-size: 24px;
}

/* Vue-pagination */
.pager.center {
    display: flex;
    justify-content: center;
    margin: 16px auto;
    width: 70%;
}
.pager-item .page-link {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #345e9e;
    color: #345e9e;
    font-size: 1.4em;
    margin: 0 2px;
    height: 40px;
    width: 44px;
}
.pager-item:first-of-type {
    font-weight: bold;
    margin-right: 60px;
}
.pager-item:last-of-type {
    font-weight: bold;
    margin-left: 60px;
}
.pager-item.active .page-link {
    background-color: #345e9e;
    color: #fff;
}
.pager-item.disabled .page-link {
    border-color: rgba(52,94,158,0.7);
    opacity: 0.7;
}
.pager-item.disabled:nth-of-type(1) .page-link,
.pager-item.disabled:nth-of-type(2) .page-link,
.pager-item.disabled:nth-last-of-type(1) .page-link,
.pager-item.disabled:nth-last-of-type(2) .page-link {
    visibility: hidden;
}

.compare-link-modal .modal-footer button {
    max-width: 210px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.compare-link-modal .modal-footer button.btn-default {
    border: 1px solid #345e9e10;
    border: 1px solid rgba(52,94,158,0.06);
}
.compare-link-modal .modal-footer button.btn-default:hover {
    border-color: #345e9e80;
    border: 1px solid rgba(52,94,158,0.5);
    color: #345e9e;
}
.vdpCell.today {
    background-color: #345e9e15;
    background-color: rgba(52,94,158,0.08);
    border-radius: 20px;
}
.vdpCell.today .vdpCellContent {
    color: #345e9e;
    font-weight: bold;
}
.vdpInnerWrap {
    border-radius: 0;
}
.vdpComponent.vdpWithInput input {
    border-width: 1px;
    font-size: 14px;
}
.vdpComponent.vdpWithInput input:invalid {
    background-image: url(../Images/CalendarIcon.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* .dropfile-target { */
/*     align-items: center; */
/*     background-color: #efebe8; */
/*     border-radius: 8px; */
/*     border: 1px solid #efebe8; */
/*     cursor: pointer; */
/*     display: block; */
/*     display: flex; */
/*     justify-content: center; */
/*     padding: 0.8em 0; */
/*     text-decoration: none; */
/*     width: 100%; */
/* } */

.dropfile-target.target-active,
.dropfile-target.is-full
.dropfile-target:hover {
    text-decoration: none;
    border: 1px dotted #efebe8;
    background-color: #bbb0a3;
    border-radius: 8px;
}

.dropfile-target.is-Full {
    cursor: not-allowed;
}

.upload-header {
    float: left;
}

.upload-preview-modal .modal-dialog.modal-lg {
    width: 900px;
}
.upload-preview-modal .upload-preview-modal-image {
    max-width: 700px;
}
.upload-preview-modal .upload-preview-modal-iframe {
    height: 500px;
}
.upload-preview-modal .modal-footer {
    margin-top: 8px;
}

.upload-preview-modal .upload-preview-modal-close {
    background-color: transparent;
    border: none;
    float: right;
    font-weight: bold;
    margin-right: 8px;
}
.upload-preview-modal .upload-preview-file {
    text-align: center;
}

.success-msg {
    color: #080606;
    font-weight: bold;
    padding: 8px;
    background-color: #c9f5d4;
    margin-top: 16px;
    text-align: center;
}

.mobile-layout .intercom-lightweight-app-launcher {
    border: 1px solid #fff;
}

.alert-text {
    color: #9c223f;
    font-weight: bold;
}

.change-payee-container {
    display: flex;
    height: auto;
    justify-content: flex-start;
    opacity: 1;
    padding: 0.5em;
    transition: height 0.5s ease-out, opacity 2.5s ease-out;
}
.change-payee-container.not-yet {
    height: 0.1em;
    opacity: 0;
}

.change-payee-container .warning-icon {
    filter: grayscale(1);
    height: 1em;
    margin: 0.5em;
}

.change-payee-container.needs-info {
    background-color: #fde7d6 ;
    border: 1px solid #f38730;
}
.change-payee-container.still-in-review {
    background-color: #ebeff7;
    border: 1px solid #5270b6;
}
.change-payee-container .claim-team-message {
    display: flex;
    justify-content: flex-start;
    max-width: 60%;
}
.change-payee-container .claim-team-message.invisible {
    font-size: 0.1em;
    max-height: 0.5em;
}
.change-payee-container button.cta,
.change-payee-container .cta button {
    background-color: transparent;
    border: none;
    font-weight: bold;
    text-decoration: underline;
}
.change-payee-container button.cta {
    padding: 0;
}
/* upload icon */
.icon.icon-upload {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 0;
    border: 2px solid;
    box-sizing: border-box;
    display: block;
    font-size: 2em;
    height: 6px;
    margin: 0 auto;
    position: relative;
    width: 16px;
}
.icon.icon-upload::after {
    border-left: 2px solid;
    border-top: 2px solid;
    bottom: 4px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 8px;
    left: 2px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
}
.icon.icon-upload::before {
    background: currentColor;
    border-radius: 3px;
    bottom: 3px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    width: 2px;
}
/* image icon */
.icon.icon-image {
    border-radius: 2px;
    box-shadow: 0 0 0 2px;
    box-sizing: border-box;
    display: block;
    height: 16px;
    overflow: hidden;
    position: relative;
    width: 20px;
}
.icon.icon-image::after,
.icon.icon-image::before {
    border: 2px solid;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
}

.icon.icon-image::after {
    border-radius: 3px;
    height: 16px;
    left: 6px;
    top: 9px;
    transform: rotate(45deg);
    width: 16px;
}
.icon.icon-image::before {
    border-radius: 100%;
    height: 6px;
    left: 2px;
    top: 2px;
    width: 6px;
}


/* text icon */
.icon.icon-text {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: 0 -2px 0 0,inset 0 0 0 2px;
    box-sizing: border-box;
    display: block;
    height: 8px;
    position: relative;
    width: 10px;
}
.icon.icon-text::after {
    border: 1px dashed;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 18px;
    left: -8px;
    position: absolute;
    top: -6px;
    width: 18px;
}

.icon.icon-document {
    border-radius: 1px;
    border-right: 0;
    border-top-right-radius: 4px;
    border-top: 0;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    box-sizing: border-box;
    display: block;
    height: 16px;
    overflow: hidden;
    position: relative;
    /* transform: scale(var(--ggs,1)); */
    transform: scale(1);
    width: 14px;
}

.icon.icon-document::after,
.icon.icon-document::before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
}

.icon.icon-document::before {
    background: currentColor;
    box-shadow: 0 4px 0, -6px -4px 0;
    left: 0;
    width: 10px;
    height: 2px;
    top: 8px;
}

.icon.icon-document::after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    height: 6px;
    right: -1px;
    top: -1px;
    width: 6px;
}

/* spreadsheet */
.icon.icon-grid {
    border-radius: 3px;
    border: 2px solid;
    box-sizing: border-box;
    display: block;
    height: 14px;
    position: relative;
    /* transform: scale(var(--ggs,1)); */
    transform: scale(1);
    width: 20px;
}

.icon.icon-grid::after,
.icon.icon-grid::before {
    background: currentColor;
    box-shadow: 6px 0 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 14px;
    left: 4px;
    position: absolute;
    top: -2px;
    width: 2px;
}

.icon.icon-grid::before {
    box-shadow: 0 4px 0;
    height: 2px;
    left: -2px;
    top: 2px;
    width: 20px;
}

