﻿.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 90px !important;
}

.GaugeMeter {
   Position: Relative;
    Text-Align: Center;
    Overflow: Hidden;
    Cursor: Default;
}

    .GaugeMeter SPAN,
    .GaugeMeter B {
        Margin: 0 23%;
        Width: 54%;
        Position: Absolute;
        Text-Align: Center;
        Display: Inline-Block;
        Color: RGBa(0,0,0,.8);
        Font-Weight: 100;
        Font-Family: "Open Sans", Arial;
        Overflow: Hidden;
        White-Space: NoWrap;
        Text-Overflow: Ellipsis;
    }

    .GaugeMeter[data-style="Semi"] B {
        Margin: 0 10%;
        Width: 80%;
    }

    .GaugeMeter S,
    .GaugeMeter U {
        Text-Decoration: None;
        Font-Size: .30em;
        Font-Weight: 200;
        Opacity: .6;
    }

    .GaugeMeter B {
        Color: Black;
        Font-Weight: 200;
        Font-Size: 0.85em;
        Opacity: .8;
    }


@-moz-keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }

    100% {
        Background-Position: 1100% 100%;
    }
}

@-webkit-keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }

    100% {
        Background-Position: 1100% 100%;
    }
}

@keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }

    100% {
        Background-Position: -100% 100%;
    }
}

