﻿@media only screen and (max-width: 767px) {
    .error-container {
        margin-top: 40px;
    }

    .modal {
        height: 85%;
        width: 300px;
        max-height: 610px;
        margin-top: 40px;
    }
    
    .iframe-container {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .card-on-file-iframe {
        width: 300px;
    }

    .card-on-file {
        width: 100%;
    }

    .card-on-file-card {
        width: inherit;
    }

    .tab {
        width: 100%;
        justify-content: space-around;
        padding-bottom: 10px;
        border-bottom: 1px solid #424242;
    }

    .tabSingle {
        width: 100%;
        justify-content: flex-start;
    }

    .invoice-card {
        width: 100%;
        margin-right: 0px;
    }

    .invoices-list-total {
        display: none;
    }

    .invoice-pay-selection-button-mobile-container {
        display: flex;
        justify-content: center;
    }

    .PayInvoicesFooter .PayInvoicesFooter--MakePaymentForm {
        padding: 10px;
    }

    .PayInvoicesFooter .PayInvoicesFooter--PayInvoicesButton {
        width: 100%;
    }

    .InvoicesToPayList .InvoicesToPayList--InvoiceListContainer {
        padding: 10px;
    }

    .InvoicesToPayList .InvoicesToPayList--InvoiceLabel {
        font-size: 16px;
        flex-basis: unset;
    }

    .InvoicesToPayList .InvoicesToPayList--PastDueIconContainer {
        padding: 0 15px;
    }

    .CreditCardForm .CreditCardForm--PaymentMethodLabel {
        padding-top: 0px;
    }

    .CreditCardForm .CreditCardForm--BottomBorder {
        padding-top: 10px;
    }

    .CreditCardForm .CreditCardForm--AddCardBubbleCardOnFile {
        padding: 10px;
    }

    .CreditCardForm .CreditCardForm--AddCardContainer {
        padding: 10px 0px;
    }

    .CreditCardForm .CreditCardForm--CardInfoLabel {
        width: 100%;
    }

    .CreditCardForm .CreditCardForm--CardInfoText {
        padding-bottom: 10px;
    }

    .CreditCardForm .CreditCardForm--CardTypeButton {
        width: 140px;
    }

    .PaymentPage .PaymentPage--PaymentPageHeader {
        font-size: 20px;
    }

    .separator-line-full-width-mobile {
        width: 100%;
        height: 1px;
        background-color: #c3c3c3;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .my-services-tab, .my-services-tab-divider {
        display: flex;
    }

    .l-landing-template1-right-full-screen {
        display: none;
    }

    .search-box {
        margin-top: 10px;
    }

    .search-input-container {
        padding: 0px;
        margin-top: 10px;
    }

    .search-textbox {
        min-width: 300px;
    }

    .search-input-clearbutton {
        margin-left: 260px;
    }

    .pastservices-item-name {
        white-space: normal;
    }

    .Email-BoxContainer {
        width: 60%;
    }

    .list-container-row {
        justify-content: center;
    }

    .company-identifier-container {
        text-align: center;
        font-size: 27px;
        color: #4a4a4a;
    }

    .modal-container {
        display: flex;
        padding-top: 0px;
        padding-left: 0px;
        flex: 1;
        flex-direction: column;
    }

    .myservice-modal-container-item {
        color: white;
        text-align: center;
    }

    .myservice-modal-header-container-item {
        color: white;
        text-align: center;
    }

    .modal-background {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal {
        background: #FFFFFF;
        box-shadow: 2px 2px 20px 1px;
        overflow-x: auto;
        display: flex;
        flex-direction: column;
    }

    .modal-header-container-item-left {
        color: #424242;
        width: 75%;
    }

    .modal-header-container-item-right {
        color: #424242;
        text-align: center;
    }

    .myservice-modal {
        background: #FFFFFF;
        box-shadow: 2px 2px 20px 1px;
        overflow-x: auto;
        display: flex;
        flex-direction: column;
        width: 290px;
        height: 505px;
        margin-top: 40px;
    }

    .myservice-modal-header {
        height: 35px;
        border-radius: 8px;
        display: flex;
        background-color: none;
        font-size: 24px;
        font-weight: 900;
        color: #424242;
        width: 290px;
    }

    .modal-body {
        position: relative;
    }

    .modal-footer {
        padding: 15px;
        display: flex;
    }

    .item-header-modal {
        font-size: 18px;
        font-weight: 900;
        color: #424242;
    }

    .myservice-modal-title-bar-button-container {
        text-align: right;
        display: inline;
        margin-left: 100px;
    }

    .modal-button-disabled {
        width: 200px;
        height: 36px;
        border-radius: 18.5px;
        background-color: #c3c3c3;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #949494;
    }

    .modal-button-cancel {
        width: 100px;
        font-size: 16px;
        font-weight: normal;
        color: #007aff;
        outline: none;
        background-color: #FFFFFF;
        border: none;
        cursor: pointer;
    }

    .myservice-modal-button-save {
        width: 200px;
        height: 36px;
        border-radius: 20px;
        background-color: #119a01;
        margin-top: 10px;
    }

    .modal-fade-enter,
    .modal-fade-leave-active {
        opacity: 0;
    }

    .modal-fade-enter-active,
    .modal-fade-leave-active {
        transition: opacity .5s ease
    }

    .myservice-day-card {
        width: 100%;
        height: 260px;
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        border: solid 1px #c3c3c3;
        background-color: #ffffff;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .myservices-modal-body-scrollable {
        height: 100%;
    }

    .myservice-modal-header {
        height: 35px;
        border-radius: 8px;
        display: flex;
        background-color: none;
        font-size: 24px;
        font-weight: 900;
        color: #424242;
    }

    .myservices-item-header-modal {
        width: 100%;
        text-align: center;
    }

    .myservice-modal-subcontainer {
        justify-content: center;
    }

    .myservices-item-subheader-text {
        font-size: 14px;
    }

    .myservice-modal-title-bar-button {
        height: 20px;
        font-family: material;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #424242;
        margin-right: 5px;
        margin-bottom: 9px;
        cursor: pointer;
    }

    .myservice-day-card-modal {
        width: 180px;
        height: 200px;
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        border: solid 1px #c3c3c3;
        background-color: #ffffff;
        margin-right: 0px;
        margin-bottom: 18px;
    }

    .myservice-day-card-body {
        color: #000000;
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .myservice-day-card-body-modal {
        color: #000000;
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-right: 0px;
        padding-bottom: 37px;
    }

    .myservice-day-card-header {
        height: 45px;
        border-radius: 8px 8px 0px 0px;
        background-color: #4a97cc;
        color: #ffffff;
        font-size: 24px;
        font-weight: bold;
        display: flex;
        justify-content: center;
    }

    .myservice-day-card-header span {
        margin-top: 7px;
    }

    .myservice-day-card-month {
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
        height: 40px;
        border-radius: 8px 8px 0 0;
        background-color: #4a97cc;
        padding-top: 5px;
        line-height: 35px;
    }

    .myservice-day-card-month-modal {
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
        width: 180px;
        height: 40px;
        border-radius: 8px 8px 0 0;
        background-color: #4a97cc;
        padding-top: 5px;
    }

    .myservice-day-card-dayofmonth {
        font-size: 36px;
        font-weight: bold;
    }

    .myservice-day-card-dayofmonth-modal {
        font-size: 36px;
        font-weight: bold;
    }

    .myservice-day-card-dayofweek {
        height: 18px;
        font-size: 16px;
    }

    .myservice-day-card-dayofweek-modal {
        height: 18px;
        font-size: 16px;
    }

    .myservice-day-card-servicename {
        overflow: hidden;
        font-size: 20px;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .myservices-item-name-hidden {
        display: none;
    }

    .myservice-day-card-servicename .myservice-day-card-servicename-modal {
        overflow: hidden;
        font-size: 20px;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .myservice-day-card-warningmessage {
        color: red;
    }

    .myservice-day-card-starttime {
        font-size: 14px;
        text-align: center;
        margin-top: 3px;
    }

    .myservice-day-card-starttime-modal {
        font-size: 14px;
        text-align: center;
        margin-top: 3px;
    }

    .myservice-day-card-note {
        font-size: 14px;
        font-style: italic;
        color: rgba(0, 0, 0, 0.5);
        margin-top: 3px;
    }

    .myservice-day-card-note-textarea {
        width: 180px;
        height: 142px;
        border-radius: 8px;
        background-color: #ffffff;
        margin-left: 7px;
    }

    .myservice-day-card-note-link {
        font-size: 16px;
        color: #007aff;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

    .separator-line-full-width-modal {
        width: 95%;
        height: 1px;
        background-color: #000000;
        margin-bottom: 15px;
        margin-left: 8px;
    }

    .landing-card-billing-amount-due {
        font-size: 24px;
        padding-right: 10px;
        margin-top: 0px;
    }

    .landing-card-billing-due-by {
        font-size: 12px;
        font-weight: bold;
        display: flex;
        justify-content: left;
        padding-left: 16px;
        margin-top: 4px;
        padding-bottom: 10px;
    }

    .l-landing-card-image-container-text {
        display: flex;
        justify-content: center;
        font-size: 18px;
        padding-bottom: 0px;
        color: #424242;
        padding-top: 8px;
    }

    .landing-card-toptext {
        font-size: 19px;
        font-weight: bold;
        display: flex;
        justify-content: left;
        margin-top: 20px;
        width: 113px;
    }

    .landing-card-middletext {
        font-size: 12px;
        display: flex;
        justify-content: left;
        padding-left: 16px;
        font-weight: normal;
    }

    .landing-card-bottomtext {
        font-size: 21px;
        font-weight: 900;
    }

    .landing-card-list-left {
        font-size: 16px;
        display: flex;
        justify-content: left;
        margin-top: 0px;
        padding-left: 17px;
    }

    .landing-card-list-right {
        font-size: 16px;
        font-weight: bold;
        display: flex;
        justify-content: left;
        margin-top: 0px;
        padding-right: 10px;
    }

    .l-landing-card-subcontainer-card-bottom-section-view-more {
        width: 100%;
        height: 34px;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #007aff;
        text-decoration: none;
        margin-top: 50px;
    }

    .l-landing-card-subcontainer-card-bottom-section-view-more-link {
        width: 291px;
        height: 34px;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #007aff;
        text-decoration: none;
        margin-top: 50px;
    }

    .landing-card-container-item-bordered {
        display: flex;
        justify-content: center;
        flex-direction: column;
        border: 1px solid black;
        margin-left: 10px;
        width: 170px;
    }

    .landing-card-large {
        max-width: 95%;
    }

    .registration-userlaunch-form {
        padding: 0px 20px;
    }

    .registration-questions-form-row-divider {
        width: inherit;
    }

    .registration-banner-subtext-container {
        padding: 0px 20px;
    }

    .registration-terms {
        width: 100%;
    }

    .registration-banner-subtext-terms {
        width: inherit;
    }

    .registration-banner {
        height: inherit;
    }

    .ico.ico-80
    {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }

    .myservices-item
    {
        margin-right: 15px;
    }

    .l-page-footer-container
    {
        display: flex;
        justify-content: flex-end;
        background-color: #F5F5F5;
    }

    .registration-show-hide-toggle {
        right: 28px;
    }
}

@media only screen and (max-width: 600px) {
    .dashboard-customer-subcontainer {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        margin-bottom: 25px;
        justify-content: center;
    }

    .dashboard-customer-image {
        display: flex;
        justify-content: center;
        left: 50px;
    }

    .dashboard-next-service-calendar {
        display: flex;
        justify-content: center;
        left: 50px;
    }

    .dashboard-next-service-text {
        font-size: 25px;
        font-weight: bold;
        color: #838383;
        display: flex;
        justify-content: center;
        left: 50px;
        margin-top: 10px;
    }

    .dashboard-next-service-day {
        display: none;
    }

    .dashboard-next-service-day-of-the-week {
        width: 276px;
        height: 45px;
        font-size: 41px;
        font-weight: bold;
        color: #838383;
        display: flex;
        justify-content: center;
        margin-top: -10px;
    }

    .dashboard-next-service-address {
        font-size: 12px;
        color: #838383;
        display: flex;
        justify-content: center;
    }

    .dashboard-current-balance-calendar {
        display: flex;
        justify-content: center;
        left: 50px;
    }

    .dashboard-current-balance-text {
        font-size: 25px;
        font-weight: bold;
        color: #838383;
        display: flex;
        justify-content: center;
        left: 50px;
        margin-top: 10px;
    }

    .dashboard-current-balance-balance {
        width: 276px;
        height: 45px;
        font-size: 41px;
        font-weight: bold;
        color: #838383;
        display: flex;
        justify-content: center;
        margin-top: -10px;
    }

    .dashboard-current-balance-due-by {
        font-size: 12px;
        color: #838383;
        display: flex;
        justify-content: center;
    }

    .dashboard-our-services-view-our {
        font-size: 25px;
        font-weight: bold;
        color: #838383;
        display: flex;
        justify-content: center;
        left: 50px;
        margin-top: 10px;
    }

    .dashboard-our-services-services {
        width: 276px;
        height: 45px;
        font-size: 41px;
        font-weight: bold;
        color: #838383;
        display: flex;
        justify-content: center;
        margin-top: -10px;
    }

    .dashboard-our-services-request-quote {
        font-size: 12px;
        color: #838383;
        display: flex;
        justify-content: center;
    }

    .terms-and-conditions-modal {
        width: 90%;
        height: 85%;
        margin-top: 40px;
    }

    .user-registration-success-message {
        margin-top: 100px;
        text-align: center;
    }

    .account-change-password-button {
        width: 168px !important;
    }

    .account-change-password-button-right {
        width: 168px !important;
        float: right;
    }

    .account-modal .account-modal-header {
        height: 12%;
    }
    .account-modal .account-modal-body{
        height: 81%;
        top: 12%;
    }
}

@media only screen and (max-width: 400px) {
    .card-on-file-modal .modal {
        width: 100%;
        height: 100%;
        top: 0;
        margin: 0px;
        max-height: 100%;
    }

    .card-on-file-modal .iframe-container {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .card-on-file .text {
        font-size: 16px;
    }

    .account-change-password-button {
        width: 140px !important;
    }

    .account-change-password-button-right {
        width: 140px !important;
        float: right;
    }
}

@media only screen and (max-width: 300px) {
    .card-on-file .text {
        font-size: 14px;
    }

    .account-change-password-button {
        width: 120px !important;
    }

    .account-change-password-button-right {
        width: 120px !important;
        float: right;
    }
}

@media only screen and (max-height: 800px) {
    .account-modal {
        top: 0;
    }
}
