﻿/*---------------------------------------------------*/
/*--------------- Titan 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: #00BFDC;
    --bg-color: #00BFDC;
    --menu-customer-type-item: #999899;
    --modal-title-color: #EF7521;
    --step-wizard: #EF7521;
    --step-wizard-empty: #d0d0d0;
    --bundle-color: #003366;
    --btn-continue-color: #007CFF;
    --container-color: #20345c;
    --enrollment-content-color: #003366;
    --summary-selected-color: #003366;
    --button-container-color: #20345c;
    --plan-information-header: var(--bg-color);
    --plan-information-text: white;
    --bg-plan-description: #FFFFFF;
}

.planDetails .planTermFee .planTermFee_footer {
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
    display: none;
}

.verifiedLogo .link {
    float: right;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    top: 45px;
    right: -36px;
    width: 250px;
}
