.map-iframe-venue {
	width: 100%;
	height: 100%;
}

div.multiselect {
	overflow:hidden;
	background-image:url('../images/dd.png');
	width:200px;
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #C4C4C4;
	height: 12px;
	padding: 2px;
	background-color: white;
}

div.options {
	border: 1px solid gray;
	width:200px;
	position:absolute;
	background-color:white;
	max-height: 400px;
	overflow-y: auto;
	z-index: 4000;
}
div.options label.optgroup {
	font-weight: bold;
	text-align: left;
	padding: 1px;
}
div.options label.option {
	text-align: left;
	padding: 1px;
}
div.options label input{
	margin-right: 2px;
}

div.options label:hover {
	background-color: #3399ff;
	color: white;
}

div.options label.selected {
}

div.tooltipHolder {
	width: 200px;
}

div.tooltipHolder .tip-top {
	background: url(../images/bubble-200-white.png) top left;
	height: 8px;
}

div.tooltipHolder .tip-bottom {
	background: url(../images/bubble-200-white.png) bottom right;
	height: 8px;
}

div.tooltipHolder .tip {
	background: url(../images/bubble-200-white.png) 0px -8px;
}

div.tooltipHolder .tip .tip-title {
	font-weight: bold;
	color : black;
	padding: 0px 3px;
	text-align: left;
}

div.tooltipHolder .tip .tip-text {
	color: #222;
	padding: 0px 3px;
	text-align: left;
}

.tool-tip {
	color: #000;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	padding: 8px 8px 4px;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

.listTable {
	width: 100%;
	color: #333333;
	margin-bottom: 20px;
}

.listTable th {
	font: 11px verdana;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F5921F;
	text-align: left;
	padding: 2px;
}

.listTable .alternate {
	background-color: #ebebeb;
}

.listTable .over {
	background-color: #FDE7B3;
}

.listTable .selected {
	background-color: #c6d8f1;
}

.listTable td {
	padding: 2px;
	height: 20px;
}
.form-score {
	width: 15px;
	margin: 0px 2px;
}
.form-score-tiebreak {
	border-style: dashed !important;
}
.tooltipTable {
	overflow: hidden;
	white-space: nowrap;
	margin-right: 15px;
}
.partialRow {
	background-color: #f8edba;
}
.notviewedRow {
	background-color: #f8baba;
}
.rankingSelect {
	width: 140px;
}

.fade-50 {
  filter: alpha(opacity=50);
  opacity:0.5;
}
.fade-30 {
  filter: alpha(opacity=30);
  opacity:0.3;
}
.setRanks {
	width: 14px;
	height: 12px;
	background-image: url(../images/setRanksArrow.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-right: 20px;
}
.setRanksUp {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.setRanksPlayerOut > td {
	color: red!important;
	font-style: italic;
}


/* Menu - The Overlay (background) */
.overlay {
	font-family: Baumans;
	font-size: 16px;
	height: 0;
	width: 100%;
	max-width: 600px;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgb(0,0,0);
	/*background-color: rgba(0,0,0, 0.9);*/
	overflow-x: hidden;
	transition: 0.5s;
  }
  
.overlay-content {
	width: 100%;
	text-align: center;
}

.overlay-top {	
	font-size: 1.2em;	
	display: flex;
	justify-content: space-between;
	width: 100%; 
	margin: auto;
}	

.overlay .overlay-heading, .overlay .overlay-heading-static {
	color: var(--clr-feature);	
	font-size: 1.3em;		
	font-weight: bold;
	padding-bottom: 4px;
}
 
.overlay .overlay-heading:hover {
	color: var(--clr-feature-hover);	
	font-weight: bold;
}

.overlay-heading-note {
	font-size: 0.9em;	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%; 
	margin: auto;
	color: #ACACAC;
}

.overlay-request {
	font-size: 0.8em;
	font-weight: normal;
}

.overlay a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
/*	font-weight: bold;*/
	color: var(--clr-feature-hover);	
	display: block;
	transition: 0.3s;
}
  
.overlay a:hover, .overlay a:focus {
	color: var(--clr-feature);	
	font-weight: bold;
}

.overlay .closebtn {
/*	position: absolute;
	top: 20px;
	right: 20px;*/
	font-size: 60px;
	color: var(--clr-feature);
}
  
  @media screen and (max-width: 450px) {
	.overlay-heading {font-size: 14px}	  
	.overlay-heading-note {font-size: 9px}	  	
	.overlay a {font-size: 12px}
	.overlay .closebtn {
	font-size: 40px;
/*	top: 15px;
	right: 15px;*/
	}
  }


   /* Help Menu CSS */
   .accordSel {
    display: none;
  }
  
  .accordLbl {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  
  
    display: block;    
    padding: 8px 22px;
    margin: 0 0 1px 0;
    border-top: solid 1px #CCC;
    transition: ease .5s;	
    position: relative;	
    text-align: left;							  
	font-size: 16px;
	font-weight: bold;
    color: var(--clr-red);	
  }
  
  .accordLbl:hover {
    background: var(--clr-red);
    color: var(--clr-white);
  }
  
  .accordLbl::after {
      content: '+';
      font-size: 22px;
      font-weight: bold;
      position: absolute;
      right: 10px;
      top: 2px;
  }
  
  input:checked + .accordLbl::after {
      content: '-';
      right: 14px;
      top: 3px;
  }
  
  .accordCnt {
      background: rgba(254, 0, 0, 0.05);
      padding: 10px 25px;
      border: 1px solid #A7A7A7;
      margin: 0 0 1px 0;
      border-radius: 3px;
      width: auto;
  }
  
  .accordCnt a {
    color: var(--clr-blue);
  }
  
  .accordCnt a:hover {
    font-weight: normal;
  }
  
  .accordCnt ul  {
    padding: 0px 20px;
  }
  .accordCnt li {
    list-style-type: square;
  }
  
  input + label + .accordCnt {
      display: none;
  }
  
  input:checked + label + .accordCnt {
      display: block;
  }   


  .orderAsc::after {
	content: url('../images/iprDown.gif');	
  }

  .orderDesc::after {
	content: url('../images/iprUpGrey.gif');
  }  

  .setRnkTeams {
    display: flex;
	justify-content: space-between;
	gap: 10px;
    flex-wrap: nowrap;
  }
  
  .setRnkTeams-home, .setRnkTeams-away {
    flex: 0 1 50%;
  }
  
  @media only screen and (max-width: 767px){ 
	.setRnkTeams {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	  }
	  
	  .setRnkTeams-home, .setRnkTeams-away {
		flex: 0 1 90%;
	  }	  
  }
