<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#statusbartop 				{ position: fixed; top: 0px; left: 0px; display: table; width: 100%; height: 40px; background-color: #e34600; z-index: 1000000; }
#statusbartop .status-logo { display: block !important; float: left; height: 34px; margin: 5px 0px; }

#statusbartop .status-nav		{ display: table; float: right; height: 30px; margin: 5px 0px; color: #fff; }
#statusbartop .status-nav li 	{ display: table-cell; vertical-align: middle; padding-left: 10px; position: relative; }
#statusbartop .status-login	{ font-size: 12px; }
#statusbartop .status-login a			{ color: #fff; text-decoration: none; }
#statusbartop .status-login a:hover 	{ color: #000; }

.status-search { float: left; display: block; }

.status-hello 		{ font-size: 12px; }
.status-image img 	{ height: 30px; }

.icon 					{ display: block; width: 20px; height: 20px; }
.icon.icon-search 		{ background: url('//www.sporx.com/_img/statusbar/arama.png') no-repeat center; }
.icon.icon-settings 	{ background: url('//www.sporx.com/_img/statusbar/ayarlar_icon.png') no-repeat; cursor: pointer; }
.icon.icon-notification { background: url('//www.sporx.com/_img/statusbar/mesajlar.png') no-repeat; cursor: pointer; }



.search-block .search-button:before {
	font-style: normal;
	font-weight: normal;
	speak: none;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 30px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-o-transform: scale(1);
	text-rendering: optimizeLegibility;
	text-shadow: none;
}

.search-block {
	height: 30px;
	overflow: hidden;
	float: right;
	margin-left: 5px;
	position: relative;
}
.search-block:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	z-index: 2;
	right: 30px;
	border: 4px solid transparent;
	border-right-color: #E34600;
}
.search-block #s {
	background: #FFF;
	float: right;
	font: normal 11px 'PT Sans';
	padding: 9px 12px 8px 12px;
	width: 90px;
	color: #C5C5C5;
	border: 0 none;
	border-left: 1px solid #ececec;
	-o-transition: width .7s, color .4s;
	-webkit-transition: width .7s, color .4s;
	-moz-transition: width .7s, color .4s;
	transition: width .7s, color .4s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.search-block #s:focus {
	color: #000;
	width: 200px;
}
.search-block .search-button {
	/*background: #E34600 !important;*/
	cursor: pointer;
	float: right;
	height: 30px;
	width: 30px;
	display: block;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none !important;
	padding: 0;
}
.search-block .search-button:active {
	top: 0;
}
.search-block:hover .search-button, .search-block:hover #s {
	opacity: 1;
	color: #444;
}
.search-block button.search-button:before {
	content: url('//www.sporx.com/_img/statusbar/arama.png') center center;
	font-size: 18px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #FFF;
}

.toggle 		{ display: none; position: absolute; top: 0px; right: 0px; min-height: 25px; min-width: 100px; background-color: #ffffff; z-index: 10; color: #000000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.toggle:after 	{ content: " "; display: block; width: 0; height: 0; position: absolute; top: -8px; right: 8px; z-index: 2; border: 4px solid transparent; border-bottom-color: #ffffff; }

.toggle .toggle-title { background-color: #F6F6F6; height: 30px; line-height: 30px; color: #000000; font-size: 12px; font-weight: bold; text-align: center; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.toggle .toggle-data  { min-height: 30px; max-height: 300px; overflow-y: auto; }	

#notification 		{ position: absolute; top: 33px; right: -2px; width: 360px; }
#notification:after { border-bottom-color: #F6F6F6; }


#notification .notif-list 		{ display: table; margin: 0 auto; font-size: 12px; line-height: 20px; color: #414141; }
#notification .notif-list a 	{ color: #414141; text-decoration: none; }
#notification .notif-list li 	{ display: table; width: 96%; padding: 2%; border-top: 1px solid #cacaca; }
#notification .notif-list li:hover				{ background-color: #F6F6F6; }
#notification .notif-list li.notification-read 	{ background-color: #F6F6F6; }

#notification .notif-list li a { display: block; width: 100%; height: 100%; }

#notification .notif-list .notfication-error 		{ width: 100%; padding: 20px 0px; font-size: 12px; font-weight: bold; color: #000000; text-align: center; border: 0px; }
#notification .notif-list .notfication-error:hover 	{ background-color: #ffffff; }

.notif-count { position: absolute; top: 1px; right: -7px; width: 15px; line-height: 15px; text-align: center; background-color: #EBEBEB; font: normal 10px 'PT Sans'; font-weight: bold; color: #414141; }


#settings 		{ position: absolute; top: 33px; right: -2px; width: 150px; }
#settings:after { border-bottom-color: #F6F6F6; }

#settings .settings-list 				{ padding: 5px 0px; font-size: 12px; }
#settings .settings-list li 			{ display: table; width: 92%; height: 25px; line-height: 25px; padding: 0px 4%; border-bottom: 1px solid #cacaca; }
#settings .settings-list li:last-child 	{ border-bottom: 0px; }
#settings .settings-list li:hover		{ background-color: #F6F6F6; }
#settings .settings-list li a 			{ display: block; width: 100%; height: 100%; color: #414141; text-decoration: none; }</pre></body></html>