.loader {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading_small.gif') 50% 50% no-repeat; /* rgb(255,255,255);*/
    opacity: .8;
}

.iconCourt {
    height: 30px;
    line-height: 30px;
    border: 0px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}
.iconAll {
    height: 30px;
	width: 20px;
    line-height: 30px;
    border: 0px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.squareRed {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    background-color: Red;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}
.squareBlue {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    background-color: Blue;
    cursor: pointer;
    font-weight: bold;
	color: white;
    font-size: 12px;
}
.squareGreen {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    background-color: #32CD32;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}
.squareWhite {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    background-color: White;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}
.squareOrange {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    background-color: #FF8000;
    cursor: pointer;
    font-weight: bold;
  	font-size: 12px;
}

 .scoreBox {
    height: 15px;
    //line-height: 30px;
    border: 1px solid #4C9AB8;
    margin-bottom: 5px;
    margin-left: 10px;
	margin-top: 5px;
    text-align: center;
    float: left;
    background-color: #DDF9FE;
    cursor: pointer;
	color: black;
    font-size: 13px;
	vertical-align: top;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.matchNo {
    height: 30px;
	width: 20px;
    line-height: 30px;
    border: 0px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
	background-color: Lightgrey;
    float: left;
    cursor: pointer;
    font-size: 14px;
    vertical-align: bottom;
	z-index: 10000;
}
.squareFixRed {
    width: 80px;
    height: 25px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left;
    float: left;
    background-color: Red;
    cursor: pointer;
	font-size: 12px;
}
.squareFixBlue {
    width: 80px;
    height: 25px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left;
    float: left;
    background-color: Blue;
    cursor: pointer;
	font-size: 12px;
	color: white;
}
.squareFixGreen {
    width: 80px;
    height: 25px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left;
    float: left;
    background-color: #32CD32;
    cursor: pointer;
	font-size: 12px;
}
.squareFixWhite {
    width: 80px;
    height: 25px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left;
    float: left;
    background-color: White;
    cursor: pointer;
	font-size: 12px;
}
.squareFixOrange {
    width: 80px;
    height: 25px;
    line-height: 30px;
    border: 1px solid black;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left;
    float: left;
    background-color: #FFD700;
    cursor: pointer;
	font-size: 12px;
}

.squaredotted {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px dotted gray;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    color: gray;
    background-color: #F8F8FF;
}

.squaredotted_disabled_inqueue {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px dotted gray;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    color: gray;
    background-color: #DDF9FE;
	font-size: 13px;
}

.squaredotted_disabled_pending {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px dotted gray;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    color: gray;
    background-color: #FFFCBA;
	font-size: 13px;
}

.squaredotted_disabled {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px dotted gray;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    color: gray;
    background-color: #F8F8FF;
}

.squaredotted_edit {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px dotted gray;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    color: gray;
    background-color: #F8F8FF;
}


.squaretrash {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px dotted gray;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    float: left;
    color: gray;
}
 
.dropbtn {
  color: white;
  padding: 5px;
  font-size: 10px;
  border: none;
  cursor: pointer;
}
.statustxtBlue {
    width: 200;
    height: 30px;
    line-height: 30px;
    border: 0px dotted gray;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left;
    float: left;
    color: #17D4FE;
  	font-size: 12px;
} 
.statustxtGray {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 0px dotted gray;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: left;
    float: left;
    color: #DEDADA;
  	font-size: 12px;
}

.txtSmallGreen {
    color: #008200;
  	font-size: 12px;
}

.txtSmallRed {
    color: #A20C00;
  	font-size: 12px;
}

.txtSmallLightGray {
    color: gray;
  	font-size: 12px;
}

.txtSmallGray {
    color: #221F1F;
  	font-size: 12px;
}

.txtSmallMemLightGray {
    color: gray;
  	font-size: 10px;
}

.txtSmallMemGray {
    color: #221F1F;
  	font-size: 10px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #99BCF9;
  min-width: 30px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.show {display: block;}

.clock {
    color: #17D4FE;
    font-size: 15px;
    font-family: Orbitron;
    letter-spacing: 7px;
}

table.blueTable {
  background-color: #EEEEEE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 0px 1px;
}
table.blueTable tbody td {
  font-size: 11px;
  padding: 2px 1px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}


.myButtonBlue {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButtonBlue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButtonBlue:active {
	position:relative;
	top:1px;
}

.myButtonGreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	box-shadow:inset 0px 1px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButtonGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.myButtonGreen:active {
	position:relative;
	top:1px;
}

.myButtonOrange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButtonOrange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButtonOrange:active {
	position:relative;
	top:1px;
}