blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,pre,textarea,ul {
    margin:0;
    padding:0;
}
img,table {
    border:0;
}
input,textarea {
    outline:0;
}
body,p {
    font-size:13px;
    font-family:"Roboto", sans-serif;
}


.menu1 {
	padding: 5px 25px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	color: #25F;
}
.menu1.active {
	background-color:lightblue;
}

/* Calendar */
.datemenu{background-color:#fff;  padding:18px 30px;white-space:nowrap;overflow:auto;border-bottom:1px solid #eee}
.menu_date.active {background-color:#fff;  border: 1px solid #1b71fe; font-weight:500; color:#125bd6!important}
.menu_date {border-radius:8px;display: inline-block;font-size: 11.5px; font-weight:400;margin-right:10px;text-align:center;padding: 7px 12px;color: #000;background-color:#eee;transition:.25s ease all;border: 1px solid #efefef;text-decoration:none!important}
.menu_date.rest {color:green}
.menu_date:hover {border:1px solid #777;transition:.25s ease all}


select {padding:3px 5px; border: 0; border-radius:8px; user-select: none}

th {padding:   8px; font-size: 10px; background-color:#eee; text-transform: uppercase!important;}

td {padding:7px; text-align:left; font-size:13px;border-bottom:1px solid #eee;  white-space:nowrap; overflow:auto;  text-overflow:ellipsis; }
tr:hover{background-color:#fffedd}
.link_info { cursor:pointer;transition:1s;color:#125bd6; padding:2px 4px; border-radius:6px}
.link_info:hover {transition:0.2s;background-color:#ddf}

.disp_none {display:none}
.window {
  padding:20px;
	min-height: 100px;
  max-height:700px;
  overflow-y: auto;
	position: fixed;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	background-color:#f7f7f7;
	border-radius:10px;
  width:100%;
  max-width:960px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.data{overflow:auto;}
.window td{font-size:12px}
.window .title {
	font-size: 20px;
}
.filtergames {
    white-space:nowrap;
    overflow:auto;
    font-size:13px;
    z-index:1;
    border-bottom:1px solid #444;
    padding:15px 50px;
    background-color:#282828;
	text-align: left;

}
.filtergames span {
  display:inline-block;
  white-space:nowrap;
  cursor:pointer;
	background-color:#444;
	margin-right:14px;
	border-radius:8px;
	padding:0 8px;
  transition:all 0.25s ease-out;
      border: 1px solid #444;
}
.filtergames span:hover {
    transition:all 0.25s ease-out;
  	background-color:#444;
    border: 1px solid #ffb80a;
}
.filtergames select {
	color:#fff;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	cursor:pointer;
	background-color:transparent;
}
.filtergames select :is(optgroup,option) {
	color: #333;	
}
.filtergames span select:hover {

}
@media screen and (max-width:700px) {.window {padding:20px 0;max-height:600px}.window table{padding:0}}
.close{padding:6px; margin-top: -30px; z-index: 3}
.window .close {
	color:red;
	right:0;
	cursor:pointer;
}
.window .data {padding: 15px;}

.select_row {background-color: #ffdf8d}
.select_row2 {background-color: #ddd}
.teamsinfo{border:0}
.teamsodds{background-color:#fff}

.team_win {background-color: 		#82e0aa!important}
.team_loss {background-color: #ffb4ac!important}


.fon {
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.f23 {background-color:#eef; color: #666; font-weight: bold}
.f_green {background-color:#ada;color:#2a2}
.f_red {background-color:#faa;color:#a44}

.team_select {font-weight: bold;text-decoration:underline}

.lg_color1_2 {background-color:#58d; color:white; padding: 3px}
.lg_color1_3 {background-color:#d55; color:white; padding: 3px}
.lg_color_all {background-color:#d93; color:white; padding: 3px}
.margin_right {margin-right: 30px}
