@import url("../widget2.css");

.lightblue {
	color: rgb(0,127,75);
}

#live .time>span:first-child,#compact .time>span:first-child {
	background: url("../../../font/lt/icons/hexagon_green.svg") no-repeat
		center center;
}

.lightblue {
	color: rgb(0,127,75);
}

.match-row .row-middle.live {
	color: rgb(0,204,120);
}

.active .label {
	color: rgb(0,127,75) !important;
}
.league-selected {
	color: rgb(20,147,95);
}

.ticker-selector-selected {
	color: rgb(20,147,95);
}

.matchdate-selected {
	color: rgb(20,147,95);
}

.matchday-selected {
	color: rgb(0,127,75);
}

.btn {
	background: rgb(0,127,75);
	border: none !important;
	border-radius: 0;
	text-shadow: none !important;
	text-transform: uppercase;
}

.btn-new-matchdate.active span {
	background: url("../../../images/lt/icons/game_date_darkgreen.png") center
		no-repeat;
}
.btn-new-matchday.active span {
	background: url("../../../images/lt/icons/football_darkgreen.png") center
		no-repeat;
}

.data-wrapper {
	background-color: rgb(0,127,75);
}

.btn-reload {
	background: rgb(0,127,75) !important;
}

.checkbox>input:checked+label>.icon-checkbox {
	background-color: rgb(0,127,75);
}

.match-data {
	background-color: rgb(0,127,75);
}

.navbar .tab span {
	border-left: 1px solid rgb(0,127,75) !important;
	border-right: 1px solid rgb(0,127,75) !important;
}

.navbar .tab {
	background: rgb(0,127,75) !important;
}

.ticker-selector-wrapper {
	background-color: rgb(0,127,75);
}

.page-header .select-league {
	background: none !important;
}

.league-dropdown {
	display: none !important;
}

.current-time {
	color: rgb(0,127,75) !important;
	font-size: 23px;
	margin-top: 0px;
	margin-bottom: -13px;
	float: center !important;
	direction: rtl;
}