html
{
    height: 100%;
}

p
{
    padding: 0px 0px 10pt 0px;
}

a
{
    text-decoration: none;
}

a, a:visited, a:hover
{
    color: #00a3ef;
}

a:hover, a:visited:hover
{
    color: #00a3ef;
    text-decoration: underline;
}

.bold
{
    font-family: 'Segoe UI Semibold';
}

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Segoe UI' , Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
    height: 100%;
    background-color: white;
    color: #424242;    
}

#DemoScreenreaderText
{
    position: absolute;
    left: -10000px;
}

#content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(245, 105, 125);
    overflow: hidden;    
}

#touchSurface {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.01);
    overflow: hidden;
    z-index: 110;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;        
    -o-user-select: none;
    -ms-touch-action: none;
}

#topBar {
    position: absolute;
    width: 100%;
    top: 0px;
    overflow: hidden;    
    text-align: center;
    z-index: 101;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;    
    -o-user-select: none;
}

#bottomBar {
    position: absolute;
    width: 100%;
    bottom: 0px;
    overflow: hidden;    
    text-align: center;
    z-index: 101;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;    
    -o-user-select: none;
}

#controlPanel {
    position: absolute;
    visibility: hidden;
    right: 41px;
    top: 50px;
    bottom: 20px;
    width: 246px;
    overflow: hidden;    
    text-align: center;
    z-index: 111;
    background-color: rgba(255, 255, 255, 0.5);
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

#diagnosticPanel {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: 200px;
    padding: 5px;
    vertical-align: middle;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.visible {
    display: block;
}

.invisible {
    display: none;
}

#demoTitle
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 24pt;
    font-weight: normal;
    color: #00a3ef;
}

#fpsMeterBox {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;    
    text-align: center; 
}

#fpsMeter {
    font-size: 20pt;
}

#fpsDetails {
}

#bubbleBoxOuterFrame {
    position: absolute;
    width: 100%; 
    height: 100%;
    background-color: red;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;        
    -o-user-select: none;
}

.bubbleBox {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;    
    text-align: center;
}

.bubbleOverlayBox {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;    
    text-align: center;
}

.bubbleBoxContent {
    position: relative;
    width: 100%; 
    height: 100%; 
    margin: auto; 
}

#backgroundImageBox {
    z-index: 1; 
}

#backgroundImage {
}

#maskCanvasBox {
    z-index: 2; 
}

#maskCanvas {
    background-color: white;
}

#bubbleTankBox {
    z-index: 3; 
}

#bubbleTank {
}

#controlsBox {
}

#controls {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.controlSection {
    padding-top: 10px;
    padding-bottom: 10px;
}

.controlSectionSeparator {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.controlLine {
    margin-top: 0px;
    margin-bottom: 0px;
}

.controlLineSeparator {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hiddenControl {
    visibility: hidden;
    display: none;
}

.sliderControl {
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropDownControl {
    margin-top: 10px;
    margin-bottom: 10px;
}

#startButton {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../Images/ButtonPause.png');
    opacity: 0.5;
}

#startButton:hover {
    opacity: 0.9;
}

#clearButton {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../Images/ButtonReset.png');
    opacity: 0.5;
}

#clearButton:hover {
    opacity: 0.9;
}

#perfControls {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#hiddenBubbleBox {
    visibility: hidden; 
    display: none;
}

.progenitorBubble {
    visibility: hidden;
    position: static; 
    z-index: 10; 
    transform:translate(-50%, -50%) scale(1.0, 1.0); 
    -ms-transform:translate(-50%, -50%) scale(1.0, 1.0); 
    -webkit-transform:translate(-50%, -50%) scale(1.0, 1.0);
    -moz-transform:translate(-50%, -50%) scale(1.0, 1.0);
    -o-transform:translate(-50%, -50%) scale(1.0, 1.0); 
}

.clonedBubble {
    visibility: hidden;
    position: absolute; 
    z-index: 10; 
    transform:translate(-50%, -50%) scale(1.0, 1.0); 
    -ms-transform:translate(-50%, -50%) scale(1.0, 1.0); 
    -webkit-transform:translate(-50%, -50%) scale(1.0, 1.0);
    -moz-transform:translate(-50%, -50%) scale(1.0, 1.0);
    -o-transform:translate(-50%, -50%) scale(1.0, 1.0);
}