a:hover {
    text-decoration: none;
}


::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #2c97f4;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: gray;
}



	
    .ss-wrapper {
        overflow: hidden;
        height: 100%;
        position: relative;
        z-index: 1;
        float: left;
        width: 100%;
    }

    .ss-content {
        height: 100%;
        width: 100%;
        padding: 0px;
        position: relative;
        right: 0px;
        overflow: auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ss-scroll {
        position: relative;
        background: rgba(0, 0, 0, .1);
        width: 9px;
        border-radius: 4px;
        top: 0;
        z-index: 2;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.25s linear;
    }

    .ss-container:hover .ss-scroll {
        opacity: 1;
    }

    .ss-grabbed {
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .rowSport {
        padding: 10px 18px !important;
        background: #494b54;
    }

    .no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    #theList {
        /* background: #cccccc; */
        height: calc(100vh - 280px);
        overflow: hidden;
        overflow-y: scroll;
    }

    #theList ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #theList ul li {
        min-height: 50px;
        padding: 5px 18px;
        background: rgba(66, 65, 65, 0.26);
        margin-bottom: 4px;
    }

    #theList ul li:hover {
        background: #2c2d36;
        cursor: pointer;
    }

    #theList ul li.rowSport:hover {
        background: #494b54;
    }

    #theList ul li:hover .matchName {
        color: #2c97f4;
    }

    .sportName {
        font-style: italic;
        font-size: 15px;
        margin-top: 6px;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        color: #2c97f4;
    }

    .matchName {
        display: inline-block;
        vertical-align: top;
        padding: 15px 0px 0px;
    }

    .leagueName {
        display: inline-block;
        vertical-align: top;padding: 15px 0px 0px;
    }

    .countryName {
        display: inline-block;
        vertical-align: top;padding: 15px 0px 0px;
    }

    .sportIcon {
        width: 35px;
        height: 35px;
    }

    /* Desde aca */
    body {
        font-family: 'Nunito Sans', sans-serif;
        background: url('../images/png-bg2.jpg') no-repeat left top fixed #222323;
        color:white;
        margin: 0 auto;
        background-size: cover;
        overflow: hidden;
    }
    .withShadow {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }
    .logo {
        padding: 15px 0px;
        height: 70px;
        
    }
    #searchEvent {
        
		border: 1px solid #5d5d5d;
	    color: rgba(242, 242, 242, 0.50);
	    background: url('../images/magnifier.png') no-repeat 97% center scroll rgba(3, 3, 3,0.2);
    }

    #searchEvent::-webkit-input-placeholder {color: #F2F2F2;}
    #searchEvent:-ms-input-placeholder {color: #F2F2F2;}
    #searchEvent::placeholder {color: #F2F2F2;}
    .embed-responsive {
        border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    }
    .matchBox {
        background: #1C1B1B;
	    padding: 5px 0px;
	    border-bottom-left-radius: .25rem;
	    border-bottom-right-radius: .25rem;
        margin-top: -7px;
    }

    .matchBox .sportName {
        display: inline-block;
        padding: 0px 10px 0px;
        margin: 0px;
    }

    /* Select2 custom styles */
.select2-container .select2-selection--single {
  height: 35px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    color: #F2F2F2;
    border-color:#5d5d5d;
    background-color: rgba(3, 3, 3,0.2);
}
.select2-container--default .select2-search--inline .select2-search__field { color:#F2F2F2;     padding: 1px 7px; font-size:14px; margin-top:4px; }
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder { color:#F2F2F2;}
.select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder { color:#F2F2F2;}
.select2-container--default .select2-search--inline .select2-search__field::placeholder { color:#F2F2F2;}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #949ba2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #353535;
    border-color: #616779;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #52555f;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 2px;
  padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color:#5d5d5d;
  max-height: 35px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2c97f4;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #3d404c;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #606370;
}
.select2-dropdown {
    border-color: #4a4a4a;
    background-color: #2f2f2f;
}
.select2-dropdown input:focus {
  outline: none;
}
.select2-selection {
  outline: none;
}
.select2-results__option {
    font-size:14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size:12px;
}
.select2-container .select2-selection--multiple {
    height: 32px;
}


/* Table */
.tableLivePlayer {
    /* font-family: 'Helvetica', sans-serif; */
    color: #F2F2F2;
    font-weight: 100;
    width: 100%;
}
.tableLivePlayer tbody {}
.tableLivePlayer tbody tr {
    border-bottom: 3px solid #292929;
    background: rgba(51, 52, 53, 0.5);
    cursor: pointer;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.tableLivePlayer tbody tr:hover {
    background:#444444;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.tableLivePlayer tbody tr td {

    vertical-align: middle;
    position: relative;
    padding: 2px 4px 0px;

}
.tableLivePlayer tbody tr td + td {
    padding: 2px 10px;
}
.tableLivePlayer tbody tr td + td + td {
    padding: 0px;
        text-align: center;
}
.tableLivePlayer tbody tr.active {
    background: #3d3d3d;
    
} 

.tableLivePlayer tbody tr.active td:nth-child(1)::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0px;
    border-left: 3px solid #2c97f4;
    left: 0px;
}

.sportIco {
    background: rgba(43, 44, 45, 0.38);
}

.matchBoxTable {display: none; font-size: 12px;}
.matchBoxTable .leagueName {     display: block;    padding: 0px 0px 0px;
    color: gray;
    font-size: 10px;}
.matchBoxTable .matchName {
    margin-left: 0px;
    padding: 2px 0px 0px;
        display: block;
}
.matchBoxTable .spanner {height: 33px;}
.matchBoxTable .iconLivePlayer {
   height: 22px;
    margin-left: 5px;
    margin-top: -2px;
    margin-right: 5px;
}
.matchBoxTable tr.liveMatchTR.active {
    display: block!important;
}
.loading td:first-child:before {
    display: none;
}
.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}


.tableLivePlayer span.spanner {
    float: left;
}
.tableLivePlayer span.matchName {
    display: block;
    padding: 5px 0px 0px;
    font-size: 15px;

}
.tableLivePlayer span.leagueName {
    display: inline-block;
    font-size: 12px;
    color: #888888;
    padding: 0px;    
}

span.theTime {
    font-size: 13px;
}
.spanner {
    display: inline-block;
    width: 1px;
    background: rgba(112, 112, 112, 0.44);
    height: 45px;
    margin: 5px 8px 0px;
}
.iconLivePlayer {
    height: 22px;
    margin-left: 10px;
    margin-top: -2px;
    max-width: 22px;
    margin-right: 10px;
}

#backgroundimage-poster {
  background: #1c1b1b;
}
.flowplayer.is-error {
    background: url(/images/end-bts.jpg) no-repeat center center scroll transparent!important;
    background-size: contain!important;
}

.banner {
    width: 100%;
    margin-top: 5px;
}

#menuBar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    background: transparent;
}
#menuBar li {
    display: inline-block;
    padding: 20px 10px;
}
#menuBar li a {
    color: white;
    border-bottom: 2px solid transparent;
}
#menuBar li a.active, #menuBar li a:hover {
	color:#d8b121;
    text-decoration: none;
}

.hamburger {
    display: none;
}
.liveNow {
    display: inline-block;
    font-weight: 700;
    font-style: italic;
    color: #2c97f4;
        font-size: 13px;
}
.liveNow img {
    width: 20px;
    display: inline-block;
        margin-left: 5px;
            margin-top: -3px;
}
.form-control {
    padding: 5px 10px;
    font-size: 14px;
}
.btn-container {
	display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.btn-selector {
    display: flex;
    width: 49%;
    background: #0d0d0d;
    color: white;
    border: 0px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    padding: 10px;
    font-size: 15px;
    align-items: center;
}
.btn-selector svg {
	height: 23px;
    margin-right: 5px;
}

.btn-selector svg path {
    fill: white;
}
.btn-selector.active svg path {
    fill: #2c97f4;
}

.btn-selector.active {
    background: #262626;
    color: #2c97f4;
}
.btn-selector:hover {
	color:#2c97f4!important;
}

#schedList {
	display: none;
	height: calc(100vh - 190px);
	overflow: hidden;
	overflow-y: scroll;
}

#schedTable tr td {
	position:relative;
	border: 0px;
	line-height: 18px;
	vertical-align: middle;
}

#schedTable tr td:nth-child(3) {
    padding:0px;
}

.timeBullet {
    border-left: 1px solid #565656;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 4px;
    position: absolute;
}
.timeBullet::before {
	content: ' ';
	border: 1px solid #565656;
	height: 7px;
	width: 7px;
	display: block;
	border-radius: 10px;
	position: relative;
	left: -4px;
	top: 48%;
	background: #0e0e0e;
}

.matchTR:first-child .timeBullet {
    height: 50%;
    top: 50%;
}
.matchTR:first-child .timeBullet::before {
	top:0px;
}
.matchTR:last-child .timeBullet {
    height: 50%;
}
.matchTR:last-child .timeBullet::before {
	top:100%;
}
tr.matchTR td:nth-child(3) {
    text-align: right;
}
.sTime {
    font-size: 11px;
    border-right: 1px solid #464646;
    padding-right: 5px;
    font-weight: 800;
    color: #dadada;
}
.sSport {
    font-weight: 700;
    font-size: 11px;
    color: #969696;
}
.sEvent {
    font-weight: 200;
    font-size: 14px;
    color: #2c97f4;
}
.sLeague {
	font-weight: 500;
    font-size: 12px;
    color: #7b7b7b;
}
.sDays {
	    width: 100%;
    display: block;
    border-bottom: 1px solid #555;
    padding-bottom: 9px;
    padding-left: 8px;
}
.sDays img {
	    width: 15px;
    vertical-align: top;
    margin-right: 4px;
}
.elCountdown {
    color: #999;
    font-size:10px!important;
    margin: 0px 0px 0px 5px!important;
}
.claim {
     font-size: 8px;
    display: block;
    font-weight: 700;
    color: #797979;
    text-transform: uppercase;
}
.soon {
	color: #2c97f4;
}

#schedTable tr td:first-child {
    padding-right: 0px;
}

.sIcon {
    height: 23px;
    margin-left: 4px;
}



@media only screen and (max-width:991px) {
    body {
        max-width: 600px;
        overflow: scroll;
    }
    .logo {
        padding: 15px 0px;
        width: 60%;
		height: auto;
    }    
    #theList, #schedList {
        height: initial;
        overflow: initial;
        overflow-y: initial;
    }
    #menuBar {
    display:none;
    }
    #menuBar li {
        display: block;
        padding: 10px;
        border-top: 1px solid #525252;
    }

    .hamburger {
        display: block;
        margin: 0px 0px 10px;
    }

    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background-color: #fff;
        margin: 4px auto;
        transition: 0.4s;
    }

    .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    }
    .sName {
	    display: none;
    }
	.spanner {
		margin: 5px 8px 0px 0px;
	}
	.tableLivePlayer .iconLivePlayer {
		    height: 20px;
    margin-left: 5px;
    margin-top: -2px;
    max-width: 20px;
    margin-right: 5px;
	}
	.liveNow {font-size: 9px; }
	.liveNow img {
    width: 14px;
    display: inline-block;
    margin-left: 5px;
    margin-top: -3px;
    margin-right: 5px;
	}
.tableLivePlayer span.matchName {font-size: 13px;padding: 10px 0px 0px;}
.tableLivePlayer span.leagueName {
    font-size: 9px;
}

.sticky-wrapper, .stickeado {
	z-index: 9999999;
	width: 100%;
}
.sticky-wrapper .banner {
	display: none;
}

.btn-selector {
	margin-top:20px;
}

}
