﻿
h1, h2, h3, h4, h5, h6 {
    color: #7b7f82;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #a9acae;
    }

.bold {
    font-weight: bold !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.w-5-px {
    width: 5px !important;
}

.w-10-px {
    width: 10px !important;
}

.w-50-px {
    width: 50px !important;
}

.w-75-px {
    width: 75px !important;
}

.w-100-px {
    width: 100px !important;
}

.w-125-px {
    width: 125px !important;
}

.w-150-px {
    width: 150px !important;
}

.text-blue {
    color: darkblue !important;
}

.service-mark-symbol {
    content: "\2120";
}

.bg-light-gray {
    background-color: #eee;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.asterixred {
    color: #dc3545 !important;
}

.print-show {
    display: none !important;
}

.cursor-pointer  {
    cursor: pointer !important;
}

.comboSearchTable {
    width: 100%;
}

    .comboSearchTable .comboSearchCel {
        margin: 5px !important;
        padding: 5px !important;
    }

    .comboSearchTable th {
        padding: 2px 5px;
        font-weight: bold;
        font-size: 13px;
    }

    .comboSearchTable .comboSearchButton {
        margin: 0;
        padding: 5px 20px;
    }

.comboSearchCel {
    background-color: #ccc;
    border-style: solid;
    border-width: 0px;
    border-radius: 4px 0 0 4px !important;
    overflow: hidden;
}

    .comboSearchCel .rcbInputCellLeft {
        background: #fff !important;
        border: 1px solid #ccc !important;
        padding: 3px !important;
        border-radius: 4px 0 0 4px !important;
        height: 34px !important;
    }

    .comboSearchCel input {
        padding-left: 0.5em !important;
    }

    .comboSearchCel .rcbDisabled {
        opacity: 0.7 !important;
    }

    .comboSearchCel .rcbArrowCellRight {
        background: url(../../Images/select_btn_arrow.jpg) no-repeat top left #d7dcde !important;
        padding: 0 4px 0 5px;
        border: 1px solid #ccc !important;
    }

.comboSearchCel {
    padding: 0px !important;
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.animated-ellipsis span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

    .animated-ellipsis span:nth-child(2) {
        animation-delay: .2s;
    }

    .animated-ellipsis span:nth-child(3) {
        animation-delay: .4s;
    }

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(245,245,245,0.5);
    z-index: 999999;
    text-align: center;
}

.loader-spinner {
    left: 50%;
    margin-left: -4em;
    font-size: 26px;
    color: #005878;
    font-weight: bold;
}

    .loader-spinner, .loader-spinner:after {
        border-radius: 50%;
        width: 8em;
        height: 8em;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -4.05em;
    }

.print-show {
    display: none !important;
}

.validation-summary-errors {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
    border-radius: 0.25rem;
    padding: 0.75rem 0 0.1rem 0;
    font-size: 14px;
    margin-bottom: 20px;
}

.datetimepicker {
    padding: 0.5rem;
}

.star {
    background-image: url('../../Images/star.png');
    height: 20px;
    width: 19px;
    margin: 0 0 0 5px;
}

[data-toggle="collapse"] i:before {
    content: "\f106";
}

[data-toggle="collapse"].collapsed i:before {
    content: "\f107";
}

[data-toggle="collapse"] ~ i:before {
    content: "\f106";
}

[data-toggle="collapse"].collapsed ~ i:before {
    content: "\f107";
}


.sources-wrapper {
    text-align: center;
}

    .sources-wrapper .sources {
        margin: 0 5px 0 0;
    }

        .sources-wrapper .sources.balance {
            margin-left: 15px;
        }

    .sources-wrapper .legend.hps-balance {
        background: #74A6BA;
    }

    .sources-wrapper .legend.hps-vested-balance {
        background: #BECA89;
    }

.radio-button-list label {
    margin-right: 10px;
}

.planning {
    margin: 30px 0;
}

    .planning ul,
    .related-content .rc-container ul {
        padding: 0 !important;
    }

        .planning ul li,
        .related-content .rc-container ul li {
            list-style-type: none !important;
        }

            .planning ul li a,
            .related-content .rc-container ul li a {
                font-weight: bold;
            }

            .planning ul li .desc {
                padding: 0 !important;
                margin: 0 !important;
            }

    .planning h4 {
        padding: 0 0 0 36px;
        margin: 0 0 10px 0 !important;
        line-height: 25px !important;
    }

    .planning .articles,
    .planning .calculators,
    .planning .icharts {
        border-bottom: 1px solid #d8d8d8;
        margin: 0 0 20px 0;
        padding: 0 0 8px 0;
    }

        .planning .articles h4 {
            background: url(../../Images/bg_planning_icos.png) 0 0 no-repeat;
        }

        .planning .calculators h4 {
            background: url(../../Images/bg_planning_icos.png) 0 -48px no-repeat;
        }

        .planning .icharts h4 {
            background: url(../../Images/bg_planning_icos.png) 0 -96px no-repeat;
        }

        .planning .videos h4 {
            background: url(../../Images/bg_planning_icos.png) 0 -144px no-repeat;
        }

.related-content {
    border-bottom: 4px solid #2980b8;
}

    .related-content .rc-container {
        background: #eee;
        border: 1px solid #d8d8d8;
    }

.lh-34 {
    line-height: 34px !important;
}

.chart-donut-text-center {
    font-size: 1.0rem;
    width: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
}

    .chart-donut-text-center span {
        font-size: 1.8rem;
    }
    
.legend {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 4px 0 0;
}

.custom-color {
color:black !important;
}

.link-color {
    color: #0077cc !important;
}