.tab-pane {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.btn-margin {
	margin-bottom: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd){
	background-color:#D2D2D2;
}

.container > div.panel > table.table > tbody.rowlink > tr.active td{
	background-color:#D2D2D2;
}

div.panel-footer{
	background-color:#D2D2D2;
}
/*
.panel-default > .panel-heading-custom {
	background-image: none;
	background: #D2D2D2; 
	color: #000000; 
}
*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
}
p, div {
    font-family: 'Roboto';
}

.filled-icon {
  font-variation-settings:
  'FILL' 1 !important;
}

#datepicker {
    width: 150px;
    outline: none;
    padding: 6px 28px;
}
  
.date-container {
    position: relative;
}
.date-icon {
    position: absolute;
    top: 6px;
    /* pointer-events: none; */
    cursor: pointer;
    color: #aaa;
}

.date-text {
    position: absolute;
    top: 6px;
    left: 12px;
    color: #aaa;
}

.matchupcell {
    white-space: nowrap;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 11px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}