﻿/*-------------------------------------------------------*/
/*--------------- Clean Sky Custom Styles ---------------*/
/*-------------------------------------------------------*/

:root {
    --spinner-color: rgba(0,174,239,.15);
    --spinner-color-top: rgba(0,174,239,.8);
    --a-visited-color: #005580;
    --header-color: #FFFFFF;
    --menu-top-color: grey;
    --menu-customer-type: white;
    --link-color: #72C496;
    --plan-filters: #284168;
    --bg-color: #00B7F1;
    --menu-customer-type-item: #999899;
    --modal-title-color: #F15536;
    --step-wizard: #F15536;
    --step-wizard-empty: #d0d0d0;
    --bundle-color: #003366;
    --btn-continue-color: #007CFF;
    --container-color: #20345c;
    --enrollment-content-color: #003366;
    --summary-selected-color: #F15536;
    --button-container-color: #F15536;
    --plan-information-header: var(--bg-color);
    --plan-information-text: white;
    --bg-plan-description: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .paymentPanel {
        width: 100%;
    }
}