#application-canvas {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#application-canvas.fill-mode-NONE {
    margin: auto;
}
#application-canvas.fill-mode-KEEP_ASPECT {
    width: 100%;
    height: auto;
    margin: 0;
}
#application-canvas.fill-mode-FILL_WINDOW {
    width: 100%;
    height: 100%;
    margin: 0;
}

canvas:focus {
    outline: none;
}

.progress-bar-red {
     background-image: none;
     background-color: red !important;
}
.progress-bar-green {
	background-image: none;
    background-color: green !important;
}
.progress-bar-yellow {
	background-image: none;
    background-color: yellow !important;
}

.txtClock {
	font-size:20px;
	font-weight: bold;
}

.txtRow {
	font-size:10px;
	font-weight: bold;
}

.curslink {
	cursor:pointer;
}

.cursnormal {
	cursor:none;
}

.lstHeight {
	height:53px;
	border: 0px;
}

.txtcenter {
	text-align:center;
}

.txtleft {
	text-align:left;
}

.myleft {
  float: left;
  display: inline-block;
}

.myright {
  float: right;
  display: inline-block;
}

.imgcenter {
	text-align:center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.borderitems{
 border:solid 2px cyan;
}

.borderstress{
 border:solid 2px red;
}

.borderless {
 border:none;
}

table.borderless td,table.borderless th{
	 padding: 0px !important;
     border: none !important;
}

.full {
    background: url('../images/soccer-field.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:100%;
}

.buttonfont {
	color: #696969;
}