/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
table.dataTable.sl-table{
    border-collapse: collapse;
}
table.sl-table{
    border: 1px solid #cccccc;
    color: #757575;
}
table.sl-table.blue-skin{
    border: 1px solid #72c2ff;
}
table.sl-table td,
table.sl-table th,
table.dataTable.sl-table td,
table.dataTable.sl-table th{
    border-left-width: 0;
    border-right-width: 0;
}
table.sl-table .score{
    text-align: center;
    max-width: 100px;
    margin: auto;
}
table.dataTable.sl-table thead th{
    border-bottom: 0;
}
table.dataTable.sl-table.blue-skin thead{
    background-color: #b3e5fc;
    border-color: #72c2ff;
}
.club-name,
table.sl-table caption{
    text-transform: uppercase;
    font-weight: bold;
}
.club-name{
    color: #767574;
    font-size: 42px;
    display: block;
    margin-bottom: 20px;
}
.club-logo{
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
table.sl-table .club-logo{
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

table.sl-table caption{
    color: #616161;
    padding: 25px 0;
    font-size: 22px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-bottom-width: 0;
}
table.sl-table thead{
    background-color: #e0e0e0;
    color: #767574;
}
table.sl-table tbody > tr:nth-child(odd) > td,
table.sl-table tbody > tr:nth-child(odd) > th{
    background-color: #fff;
}
table.sl-table tbody > tr:nth-child(even) > td,
table.sl-table tbody > tr:nth-child(even) > th{
    background-color: #fafafa;
}
table.sl-table .uppercase{
    text-transform: uppercase;
}
table.sl-table > a{
    color: inherit;
    text-decoration: underline;
}
table.sl-table a.details-btn,
table.sl-table a.details-btn:link{
    color: inherit;
}
table.sl-table .dark{
    color: #424242;
}
table.sl-table .strong{
    font-weight: bold;
}
table.sl-table .big{
    font-size:1.4em;
}
table.sl-table .blue{
    color:#039be5;
}

.dt-more-container{
    text-align: center;
    padding: 10px;
    
}
table.sl-table a.details-btn{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
}
table.sl-table a.details-btn,
table.sl-table button,
.dt-more-container button, 
.dt-more-container [type="submit"], 
.dt-more-container [type="button"]{
    background-color: #e0e0e0;
    color: #8b8b8b;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
}
table.sl-table a.details-btn:hover,
table.sl-table button:hover,
table.sl-table button:focus,
.dt-more-container button:hover,
.dt-more-container button:focus{
    background-color: #616161;
    color: white;
}

.simple-separator{
    border-bottom: 1px solid #7a7a7a;
    margin: 20px;
}

/* FILTERS */
.sl-filters{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29b6f6;
    border-radius: 3px;
    border: 1px solid #1199df;
    padding: 10px;
}
.sl-filters > input,
.sl-filters > select,
.sl-filters > label,
.sl-filters > a{
    margin: 5px 10px;
}
.sl-filters label,
.sl-filters a{
    color: white;
}
.sl-filters input,
.sl-filters select{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: 0 !important;
    width: 45% !important;
}
.sl-links{
    text-transform: uppercase;
    display: flex;
}
.sl-links button{
    font-weight: bold;
    display: inline-block;
    padding: 2px 10px;
    color: #bdbdbd;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #1199df;
    background-color: transparent;
    text-transform: uppercase;
}
.sl-links button:last-child{
    border: 0;
}
.sl-links button.active,
.sl-links button:hover,
.sl-links button:focus
{
    background-color: transparent;
}
.datatable-links button.active,
.datatable-links button:hover,
.datatable-links button:focus{
    color: #616161;
}
.datatable-links{
    background-color: #e1f5fe;
    border: 1px solid #1199df;
    padding: 10px;
    margin-top: 20px;
}
/*.datatable-links button{
    font-weight: bold;
    display: inline-block;
    padding: 2px 10px;
    color: #bdbdbd;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #1199df;
    background-color: transparent;
    text-transform: uppercase;
}
.datatable-links button:last-child{
    border: 0;
}
.datatable-links button.active,
.datatable-links button:hover,
.datatable-links button:focus
{
    color: #616161;
    background-color: transparent;
}
*/
table.dataTable thead .sorting {
    background-image: url('../img/sort_both_blue.png') !important;
}
table.dataTable thead .sorting_asc {
    background-image: url("../img/sort_asc_blue.png") !important;
}
table.dataTable thead .sorting_desc {
    background-image: url("../img/sort_desc_blue.png") !important;
}
.sl-filters .download-link{
    display: flex;
    line-height: 1em;
    flex: 1 400px;
    align-items: center;
    color: white;
}
.sl-filters .download-link:hover,
.sl-filters .download-link:focus,
.sl-filters .download-link:active{
    color: white;
}
.sl-filters .download-link img{
    margin-left: 5px;
}

/* SL HOMEPAGE WIDGET */
#sl-widget{
    background-color: #232424;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
#sl-widget table.sl-table{
    color: #bdbebd;
    margin: 0;
    border: 0;
}
#sl-widget .search{
    padding: 15px 5px;
}
#sl-widget .search input{
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 99% center;
}
#sl-widget .widget-links{
    padding: 5px 10px;
    background-color: #767574;
}
#sl-widget .widget-links button{
    color: #bdbebd;
    border-color: #bdbebd;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}
#sl-widget .widget-links button:active,
#sl-widget .widget-links button.active,
#sl-widget .widget-links button:hover,
#sl-widget .widget-links button:focus{
    color: #fafaf9;
}
#sl-widget .score,
#sl-widget .date{
    color: #56b4ef;
    font-weight: bold;
}
#sl-widget .score{
    font-size: 2em;
    text-align: center;
}
#sl-widget tr .club-logo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin: auto;
    background-color: white;
}
#sl-widget table .team-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#sl-widget #sl-results{
    display: none;
}
#sl-widget table tr > td{
    padding: 5px;
    border: 0;
    text-align: center;
    vertical-align: middle;
    width: 33%;
}
#sl-widget table tr:nth-child(odd) > td{
    background-color: #606261;
}
#sl-widget table tr:nth-child(even) > td{
    background-color: #424242;
}
#sl-widget .table-container{
    min-height: 415px;
    display: flex;
/*    align-items: center;*/
    justify-content: center;
}
#sl-widget .table-container .sl-loader{
    position: absolute;
}
#sl-widget .cta{
    text-align: center;
    font-weight: 700;
    padding: 10px 50px;
    background-color: #232424;
}
#sl-widget .cta a{
    color: #bdbebd;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#sl-widget .cta a:hover{
    
    color: white;
}
table.sl-table .status,
#sl-widget .status{
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    background-color:#f5d108;
    color: white;
    padding: 0 3px;
    text-align: center;
    line-height: 1em;
    margin: auto;
}
/* AUTOCOMPLETE DROPDOWN */
.ui-menu .ui-menu-item{
    padding: 5px 15px;
}
/* LOADER */
.sl-loader {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 50px auto;
}
.sl-loader:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #e0e0e0;
  border-color: #e0e0e0 transparent #e0e0e0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1000px) {
    .sl-filters{
        flex-wrap: wrap;
    }
    .sl-filters input,
    .sl-filters select{
    width: 100% !important;
    }
}