﻿.l-link {
    color: #007aff;
    text-decoration: none;
}

.l-link-green {
    color: mediumseagreen;
    text-decoration: none;
}

.l-logo {
    max-width: 300px;
}

.l-general-error-logo {
    width: auto;
    height: 350px;
}

.l-ModalDialog-Email {            
    display: flex;
    flex-direction: column;           
    transform: translate(-50%, 0);
    left: 50%;    
    min-height: 425px;
    border-radius: 4px;
    position: fixed;
    top: 15%;
}

.l-page-main-header
{
    display: flex;
    justify-content: space-around;
    flex: 0;
}

.l-page-footer-container
{
    display: flex;
    justify-content: flex-end;
    background-color: #F5F5F5;
    flex-grow: 0;
}

.l-footer-fixed
{
    position: fixed !important;
    width: 100%;
    align-content: center;
    bottom: 14px;
}

.l-footer-links-container
{
    height: 30px;
    width: 100%;
    padding-top: 20px;
}

.l-footer-links-container-relative
{
    position: relative;
}

.l-page-footer-contact-us-oval
{
    margin: 25px;
    width: 60px;
    height: 60px;
    background: #119a01;
    border-radius: 70px;
    cursor: pointer;
    float: right;
}
  
  .l-footer-contact-us-question-answer-material {
    width: 48px;
    height: 48px;
    font-family: material;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 13px 3px 3px 13px;
}
  
.l-footer-contact-us-combined-shape, .l-footer-contact-us-combined-shape-mobile {
    width: 231px;
    height: 100px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;    
    padding: 8px 0;    
    margin: 10px;
    position: relative;
    z-index: 9999;
  }

  .l-footer-contact-us-combined-shape-mobile {
    margin-right: 3px;
    top: 40px;
  }

  .l-footer-contact-us-combined-shape ul, .l-footer-contact-us-combined-shape-mobile ul {
    list-style:none;
    margin: 16px 0px 4px -31px;
  }

  /* Is there a better way to do this? */
  /* Popup arrow */
  .l-footer-contact-us-combined-shape::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 83%;
    margin-left: -5px;
    border-width: 15px;

    box-sizing: border-box;
    
    border: 1em solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  }

.l-footer-contact-us {
    width: 141px;
    height: 22px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 15px;
    margin-bottom: 8px;
    color: #1f1f1f;
}

  .l-footer-contact-us-separator {
    
    width: 230px;
    height: 1px;
    background-color: #c3c3c3;  
  }

.l-footer-contact-us-rectangle {
    display: flex;
    flex-direction: row;
    width: 203px;
    height: 24px;
    margin: 0px 8px 3px 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #007aff;
    border: none;
}

  .l-footer-contact-us-rectangle span {
    vertical-align: middle;
  }

.l-footer-contact-us-phone-number {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 17px;
    margin: 5px;
    font-family: "Lato-Regular";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #007aff;
    border: none;
}

.l-page-main
{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.l-page-header-main-border
{
    width: 100%;
    border-bottom: 1px solid #C3C3C3;
}

.l-page-main-body-header
{
    display: flex;
    flex-direction: row;
    padding: 10px 15px;
    justify-content: space-between;
    background: white;
}

.l-page-header-logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.l-page-header-child-container
{
    width: 359px;
}

.l-page-main-content
{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.l-page-header-container
{
    flex-direction: row;
    justify-content: center;
    width: 100%;
    flex-grow: 0;
}

.l-page-logo-text {
    font-weight: 900;
    font-size: 40px;
    color: #000000;
    margin-left: 20px;
}

.l-page-main-body
{
    flex-grow: 20;
}

.l-page-main-body-body
{
    flex: 1;
    display: flex;
    flex-direction: row;
}

.l-registration-main {
    display: flex;
    flex-direction: column; 
    grid-area: form;
}

.l-page-main-body-footer {
    flex: 0 0 315px;
    height: 315px;
    background-color: #7c7c7c;
    border: solid 1px #979797;
}

.l-dashboard-maincontainer-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.l-dashboard-maincontainer {
    display: flex;
    flex-direction: column;
    width: 100%;
 }

.l-page-landing-body-container {
    margin-top: 10px;
    margin-bottom: 25px;
}

.l-landing-card-container
{
    display: flex;
    padding-top: 25px;
    padding-left: 15px;
    flex: 1;
    background: #F5F5F5;
    align-items: flex-start;
}

.l-landing-body-header-container {
    font-size: 20px;
    font-weight: bold;
    color: #838383;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-top: 5px;
}

.l-landing-card-subcontainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.l-landing-card-subcontainer-item-column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.l-landing-card-subcontainer-item-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0px 0px 5px 0px;
}

.l-account-settings-card-subcontainer {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.l-account-settings-subcontainer-item-column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
     margin-bottom: 30px; 
}

.l-account-settings-subcontainer-item-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.l-landing-card-subcontainer-item-row-li {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex: 1;
    padding-bottom: 6px;
}

.l-landing-card-container-item
{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 50px; /* fix spacing!! */
    margin-bottom: 20px;
    background-color: #ffffff;
    width: 450px;
    border: solid 1px #C3C3C3;
    border-radius: 8px;
    padding: 0px 0px 20px 0px;
}

.tickets {
    margin-right: 20px;
    box-sizing: border-box;
    min-height: 209px;
    width: 450px;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.l-billing-options-card
{
    width: 350px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.l-account-security-container-item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    max-height: 710px;
    max-width: 90%;
}

.l-account-security-container-item-small {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    max-width: 90%;
    max-height: 710px;
}
.l-account-registration-container-item
{
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #ffffff;
}

.l-landing-card-image-container {
    display: flex;
    justify-content: center;
   
}

.l-landing-card-image-container-hour-glass {
    display: flex;
    justify-content: center;
    margin-top:40px;
}

.l-landing-card-image-container img {
    width:122px;
    height: 114px;
}

.l-landing-card-image-container-hour-glass img {
    width: 120px;
    height: 120px;
}

.l-next-service-check-back-later {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 20px 0 10px 0;
}

.l-landing-card-subcontainer-item-column-check-back-later {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.l-landing-template1-left {
    padding-right: 40px;
    flex: 1;
}

.l-landing-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #424242;
    align-items: flex-end;
    padding-bottom: 10px;
}

.l-landing-template1-right {
    display: flex;
    justify-content: flex-end;
    width: 350px;
    float: left;
    margin-right: 10px;
}

.l-landing-template1-right-full-screen {
    display: flex;
    width: 95%;
    float: left;
    margin-right: 10px;
}

.l-myservices-template1-right-container {
    width: 100%;
}

.l-button {
    height: 36px;
    border-radius: 18.5px;
    background-color: #119a01;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    font-size: 16px;
    cursor: pointer;
    color: white;
    font-weight: bold; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.l-button-signin {
    height: 42px;
    border-radius: 10px;
    background-color: #119a01;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    font-size: 16px;
    cursor: pointer;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.l-button-signin-disabled {
    border-width: 0px;
    appearance: unset;
    height: 42px;
    width: 340px;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    background-color: #c3c3c3;
    font-size: 14px;
    text-align: center;
    color: #949494;
    justify-content: center;
    flex-direction: column;
}


.l-button-forgot-password {
    height: 36px;
    width: 100%;
    border-radius: 18.5px;
    background-color: #119a01;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    font-size: 16px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.l-button:focus .l-button-forgot-password :focus {
    outline: 0;
}

.l-ModalDialog {
    width: 475px;
    border-radius: 8px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.l-ModalDialog.l-ModalDialog-Small
{
    width: 290px;
}

.l-ModalDialog.l-ModalDialog-Medium
{
    width: 655px;
}

.l-ModalDialog.l-ModalDialog-Big
{
    width: 758px;
}

.l-ModalDialog.l-ModalDialog-FullScreen
{
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    box-shadow: none;
}

.l-ModalDialog .l-ModalDialog--Header
{
    padding: 20px 20px 0 20px;
}

.l-ModalDialog .l-ModalDialog--Body
{
    padding: 0 20px;
}

.l-ModalDialog .l-ModalDialog--Footer
{
    padding: 0px 20px 20px 20px;
}

.l-PaymentPage-HeaderContainer
{
    width: 100%;
    background-color: #e1e1e1;
    display: flex;
    justify-content: center;
}

.l-PaymentPage-MainPageContainer
{
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1;
    overflow: auto;
}

.l-PaymentPage-Main-Body
{
    width: 1025px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.l-PaymentPage-CardButton-Add-Card
{
    padding: 15px;
}

.l-PaymentPage-Info-Container
{
    width: 654px;
    display: flex;
    flex-direction: column;
}

.l-InvoicesToPay-InvoiceBalance
{
    flex-basis: 20%;
}

.l-body-modal-open
{
    overflow: hidden;
}

.l-MakePayment-Form-Footer
{
    display: flex;
}

.l-MakePayment-Button-Container
{
    flex-basis: 30%;
}

.l-MakePayment-TotalOfInvoices
{
    padding-left: 40px;
}

.l-CreditCardForm-CardOnFile-Info
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.l-invoices-paid-container
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-account-change-model-buttons
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 10px;
    margin: 10px 0;
}

.l-landing-navigation-buttons
{
    height: 52px;
}

.l-ticket-container-item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    max-height: 710px;
    max-width: 90%;
}

.full-width {
    width: 100%;
}

.full-width .l-landing-card-subcontainer {
    display: block;
}

.l-email-verification
{
    width: 80%;
    max-width: 1024px;
    justify-content: center;
}

.l-email-verification .l-email-verification-body
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0 25px 0;
}

.l-email-verification .l-email-verification-footer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.estimates {
    box-sizing: border-box;
    min-height: 209px;
    width: 95%;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}