﻿        .popover {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1010;
            display: none;
            max-width: 100%;
            padding: 1px;
            text-align: left;
            white-space: normal;
            background-color: #ffffff;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            color:black ;
        }

            .barIndicatorBorder {
        border: solid 1px #c0c0c0;
        width: 8%;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
    }  
      
    .barIndicator_poor {  
        background-color: red;  
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;

    }  
      
    .barIndicator_weak {  
        background-color: orange ;  
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;

    }  
      
    .barIndicator_good {  
        background-color:  gray   ;  
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;

    }  
      
    .barIndicator_strong {  
        background-color: yellow   ;  
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;

    }  
      
    .barIndicator_excellent {  
        background-color: green ;  
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;

    }  
      
    .textbox {  
        border: solid 0px #cccccc;  
        border-top: solid 0px #a0a0a0;  
    }


.popupModal {
    border:solid; 
    border-width:3px; 
    border-color: lightgray; 
    width:70%; 
    border-radius:20px;
}

.headingModal {
    border-top-left-radius:20px; 
    border-top-right-radius:20px;
}

@media only screen and (max-device-width: 480px) {
    .popupModal {

    border:solid; 
    border-width:3px; 
    border-color: lightgray; 
    width:100%; 
    border-radius:20px;

    }

}

.textFont {
    font-family:'Century Gothic' !important;
    font-size:16px !important;
}

.labelFont {
    font-family:'Century Gothic' !important;
    font-size:14px !important;
}

.navigationFont {
    font-family:'Century Gothic' !important;
    font-size:16px !important;
}

/* Lock Screen-related CSS Classes */

.LockOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.LockBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 105%;
	height: 105%;
	background-color: #666;
	z-index: 999;
	filter: alpha(opacity=75);
	opacity:0.75;
	padding-top: 20%;
}
.LockPane {
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 25%;
	visibility: visible;
	display: block;
	text-align: center;
	width: 100%;
}
.LockPane div {
	width: 55%;
	color: White;
	font-size: x-large;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;
    font-weight: bold;
}

