/* Minification failed. Returning unminified contents.
(49,1): run-time error CSS1019: Unexpected token, found '@import'
(49,9): run-time error CSS1019: Unexpected token, found 'url("Modal.css")'
(50,1): run-time error CSS1019: Unexpected token, found '@import'
(50,9): run-time error CSS1019: Unexpected token, found 'url("Accordion.css")'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@import url("Modal.css");
@import url("Accordion.css");


.jCarouselLite ul li {
    height: auto !important;
    overflow: visible !important;
}

.custom-click-link {
    cursor: pointer;
}

:focus { /* to remove the highlight of clicking on items */
    outline: none !important;
}

/*Tooltip stuff*/
.info-link {
    text-decoration: none;
    color: #0000EE;
    position: relative;
    bottom: 1px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    line-height: normal;
    text-align: left;
    padding: 5px 5px;
    border-radius: 3px;
    color: #fff;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    /*transition is for fade effect*/
    transition: opacity 0.3s linear;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Tooltip container */
.tooltip {
    position: relative;
}

/*Add this to parent container of tooltip trigger to allow tooltip to be viewed outside of the parent container (eg if the tooltip is gettig clipped)*/
.visible-overflow {
    overflow: visible !important;
}

/*Custom positioning of tooltip. If necessary you can add more position related styles here (eg top-right, bottom-left, bottom-right, bottom-center etc...)*/
.tooltip .tooltiptext.top-left {
    min-width: 170px;
    margin-left: -150px;
    bottom: 95%;
}

.tooltip .tooltiptext.right {
    min-width: 170px;
    margin-left: 5px;
    bottom: -50px;
}
/* Home page */
.add-pet-photo-section {
    border: 15px solid #0059A9;
    background: #fff;
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .add-pet-photo-section .fa-plus-circle:before {
        content: "\f055";
        color: #0059A9;
        font-size: 60px;
        position: absolute;
        top: -14px;
        right: -10px;
    }

    .add-pet-photo-section p {
        padding: 20px 0;
        text-align: center;
        font-size: 16px;
    }

.download-form-section, .add-pet-section {
    background: #0059A9;
    width: 220px;
    height: 220px;
    display: block;
    text-align: center;
    padding: 30px 0;
    position: relative;
}

    .download-form-section p, .add-pet-section p {
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        font-family: ProximaNova Regular;
        padding-bottom: 20px;
        color: white;
        height: 220px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 2px solid white;
    }

    .download-icon, .add-pet-section i {
        color: white;
        font-size: 60px;
    }

        .download-icon .fa-arrow-down:before, .add-pet-section .fa-plus:before {
            font-weight: 900;
            font-size: 70px;
            position: absolute;
            bottom: 40px;
            left: 0;
            right: 0;
            margin: 0 auto;
            display: block;
        }

    .add-pet-section p {
        padding-bottom: 0;
    }

/*Pet Plan page & layout*/
@media (min-width: 650px) {
    .pet-image-wrapper {
        padding-left: 85px;
    }

    .plan-pet-name {
        vertical-align: middle;
        text-align: center;
        padding-right: 5%;
        padding-top: 5%;
    }

    .cbs-container {
        display: table;
        width: 100%;
        margin: 10px;
    }

    .cbs-row {
        display: table-row;
        width: 100%;
        padding: 10px;
    }

    .cbs-cell {
        display: table-cell;
        width: 100%;
    }

    .cbs-cell-40 {
        display: table-cell;
        width: 40%;
    }

    .cbs-cell-50 {
        display: table-cell;
        width: 50%;
    }

    .cbs-cell-60 {
        display: table-cell;
        width: 60%;
    }

    /* Tooltip text positioning*/
    .tooltip .tooltiptext {
        min-width: 170px;
        bottom: 95%;
        margin-left: -50px;
    }
}

@media (max-width: 650px) {
    .pet-image-wrapper {
        padding-left: 85px;
    }

    .float-left-50-child.labels {
        min-width: 165px;
    }

    .plan-pet-name {
        margin: 15px 0 15px 0;
        width: 311px;
        text-align: center;
    }

    .cbs-container {
        margin: 5px;
    }

    .cbs-row {
        display: table-row;
    }

    .cbs-cell {
        float: left;
    }

    .cbs-cell-50 {
        float: left;
        min-width: 165px;
    }

    /* Tooltip text positioning*/
    .tooltip .tooltiptext {
        min-width: 170px;
        margin-left: -25px;
        bottom: 95%;
    }

    .petIcon {
        width: 120px;
    }
}

@media (min-width: 960px) {
}

@media (max-width: 960px) {

    .quickLinksStyle {
        display: none;
    }

    .portal-marketing-wrapper {
        display: none;
    }
}

.donation.cusInfo {
    margin-top: 10px;
    display: inline-block;
}

.no-active-policies {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 97%;
    border: 1px solid #d7d6d6;
    float: left;
    padding: 10px;
    color: #222;
}

.show-previous-label {
    color: #4C4A4A;
    margin: 12px;
    margin-left: 0;
    display: inline-block;
    font-size: 12px;
}

.show-previous-checkbox {
    position: relative;
    top: 3.5px;
}

#message-banner {
    background-color: rgba(255,0,0,.45);
    padding: 5px;
    border: 1px solid red;
    border-radius: 4px;
    height: 20px;
}

    #message-banner.hidden {
        margin-top: 0;
        visibility: hidden;
    }

    #message-banner.shown {
        margin-top: 33px;
        visibility: visible;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.welcome-span {
    text-align: center;
}

#CardIdentificationNumber {
    max-width: 35px;
}

#CardIdentificationNumberLabel {
    display: inline;
    padding: 0;
}

.card-identification-number-info {
    position: relative;
    top: -2px;
}

.ui-widget-content a.disabled-link {
    color: grey;
    cursor: default;
}

.no-pets-home-padding {
    padding-top: 30px;
}

.block-no-pets-home {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    padding: 20px;
}

/* Postal Strike banner link */
.postal-strike {
    width: 100%;
    background: #ff821c;
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
    text-align: center;
}

    .postal-strike a {
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
    }

        .postal-strike a:hover {
            color: #ffffff;
            text-decoration: underline !important;
        }

#forgot-your-password-link {
    font-size: 14px;
    text-decoration: none;
}

    #forgot-your-password-link:hover {
        text-decoration: underline;
        cursor: pointer;
    }

#login-button {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    min-width: 100px;
}

.auth-error {
    font-size: 14px;
}

.add-new-label label {
    margin: 5px;
}

.offset-top-10 {
    padding-top: 10px;
}


/* Payment Method Consent dialog */
#payment-method-consent h1, #payment-method-consent h2 {
    padding: 10px;
}

#payment-method-consent h1 {
    font-size: 20px;
    font-weight: bolder;
}

#payment-method-consent h2 {
    font-size: 16px;
    font-weight: bolder;
}

#payment-method-consent .uppercase {
    text-transform: uppercase;
}

#payment-method-consent .underlined {
    text-decoration: underline;
}

#payment-method-consent ul {
    line-height: 20px;
    list-style: circle;
    padding: 10px 30px 10px 40px;
}

div[aria-describedby="dialog-consent-agreement"] {
    z-index: 10001 !important;
}

.message-box {
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d7d6d6;
    width: 95%;
}

    .message-box .message-text {
        padding: 10px;
        font-size: 15px;
    }

.pet-image-holder .pet-image {
    text-align: center;
}

.pet-image-holder .pet-image-actions {
    text-align: right;
    font-size: 13px;
}

    .pet-image-holder .pet-image-actions a {
        text-decoration: none;
    }

        .pet-image-holder .pet-image-actions a:hover {
            text-decoration: none;
        }

/* IE Upgrade your browser dialog And Override the ui-dialog and titlebar on jquery-ui.css*/

.iemessage p {
    font-size: 19px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: justify;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.iemessage h2 {
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

#moneris-container {
    height: 130px;
}

@media screen and (max-width:700px) {
    #moneris-container {
        height: 205px;
    }
    #monerisDataInput {
        width: 73%;
    }
}

#monerisFrame {
    width: 100%;
    height: 100%;
}

/* Modal (background) */
.modal {
    visibility: hidden; /* Hidden by default */
    opacity: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    top: 25%;
    padding: 30px 30px 30px 30px;
    border: 1px solid #888;
    width: 75%; /* Could be more or less, depending on screen size */
    max-width: 600px;
    position: relative; 
    border-radius: 4px;       
}

/* Modal Close Button */
.close {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-title{
    text-align: center;
    padding: 2px 0 6px 0;
    color: #1a5178;
    font-weight: bold;
    font-size: 20px;
}

@media (min-width: 650px) {

}

@media (max-width: 650px) {
    .modal-content {
        top: 20%;       
    }
}
/* Buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eaeaea;
    color: #3a3a3a;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 14px;
    font-weight: bold;
}

.accPanel th {
    padding: 4px 8px;
    text-align: left;
    font-weight: normal;
}

.accPanel thead tr:first-child {
    border-top: none;
}

.accPanel tr {
    border-top: 1px solid #ccc;
    font-weight: bold;
    font-size: 16px;
}

.accPanel td {
    padding: 3px 6px;
}

/* Background color for the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* The accordion panel. Note: hidden by default */
.accPanel {
    padding: 2px 14px 6px 14px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #1a5178;
}

/*Plus and Minus icons*/
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
#frmOutstandingBalancePayment{
    padding-top: 15px;
}

#ob-drop-down-arrow{
    margin-left: -20px;
    cursor: pointer;
}

.ob-small-info-text{
    font-size: 10px;
}

.ob-payment-method{
    min-width: 196px;
    cursor: pointer;
}

fieldset p input[type="text"].ob-date-picker{
    width: 180px;
    cursor: pointer;
}

.ui-datepicker-calendar thead {
    display: table-header-group;
}

.ui-datepicker-calendar tr{
    display: table-row;
}

.ui-datepicker-calendar td{
    display: table-cell;
}


