/*****************************************
	FloSports V1 CSS
	Powered by FloSports.tv
******************************************/

.ht-controls {
    background-color: transparent;
}

/* Select box */
.ht-controls select,
.ht-controls-sch select,
.ht-stats-header select,
.ht-left-select-inline select {
    border-radius: 4px;
    padding-right: 24px;
}
.ht-controls select:hover,
.ht-controls-sch select:hover,
.ht-stats-header select:hover {
    background-color: #ededed;
}
.ht-col-left-select:after,
.ht-filter-row-select:after,
.ht-season-select:after,
.ht-left-select-inline:after {
    font-family: 'hockeytech-icons';
    content: "\e915";
    display: flex;
    font-size: 14px;
    position: absolute;
    top: 13px;
    right: 12px;
    color: #000;
    line-height: 1;
    pointer-events: none;
    cursor: pointer;
}
.ht-filter-row-select:after {
    top: 15px;
}
.ht-season-select:after{
    top: 10px;
    right: 7px;
}
.ht-left-select-inline:after {
    top: 10px;
}

/* Button Filer Arrows */
.ht-btn-filter .ht-arrow-down:before,
.ht-btn-filter .ht-arrow-up:before {
    margin: 1px 0 0 4px;
}
.ht-arrow-down:before {
    font-family: 'hockeytech-icons';
    content: "\e915";
}
.ht-arrow-up:before {
    font-family: 'hockeytech-icons';
    content: "\e914";
}

/* Button Group */
.ht-col-left ul,
.ht-filter-row ul {
    border: 1px solid transparent;
    background-color: #ededed;
    height: 32px;
    border-radius: 4px;
}
.ht-col-left ul li,
.ht-filter-row li {
    border: none;
}
.ht-col-left ul li a,
.ht-filter-row ul li a {
    margin: 2px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    font-weight: 400;
}
.ht-filter-row ul {
    display: flex;
}
.ht-filter-row ul li {
    display: flex;
}

/* Buttons */
.ht-btn-filter,
.ht-btn-100,
.ht-summary-btn,
.ht-btn-submit,
.ht-gc-marker,
.ht-standings-full,
ul.ht-div-buttons li a,
ul.ht-skater-goalie-buttons li a,
ul.ht-sort-buttons li a,
.ht-controls input[type="text"] {
    border-radius: 4px;
}

/* Table Shadow Scroll */
/* add 30 to end to make transparent */
.ht-odd-row {
    background-color: #dadada30;
}
.ht-even-row {
    background-color: transparent;
}
.table-container {
    background-image:
    linear-gradient(to right,#fff,#fff),
    linear-gradient(to right,#fff,#fff),
    linear-gradient(to right,rgba(0,0,0,.35),rgba(255,255,255,0)),
    linear-gradient(to left,rgba(0,0,0,.35),rgba(255,255,255,0));
    background-position: left center,right center,left center,right center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 20px 100%,20px 100%,10px 100%,10px 100%;
    background-attachment: local,local,scroll,scroll;
}