

.bg1{
	background-image: url("../images/background_big.jpg");
	background-position: center 6.25rem;
}

.bg2{
	background-image: url("../images/background_login.jpg");
}

.bg3{
	background-image: url("../images/background_lobby.jpg");
	background-position: center 1.67rem;
}

.bg4{
	background-color: #000000;
	background-image: url("../images/background_gamecenter.jpg");
	background-position: center 1.67rem;
}

.bg5{
	background-color: #000000;
	background-image: url("../images/background_cancha.jpg");
	background-size: cover;
}

.bg6{
	background-color: #000000;
	background-image: url("../images/background_fantasy.jpg");
	background-position: center 1.67rem;
}

.bg-brick{
	background-color: #000000;
	background-image: url("../images/background_brickwall.jpg");
	
	background-size: auto;
    background-repeat: repeat;
    background-position: left top;
}

.bg-brick-dark{
	background-color: #000000;
	background-image: url("../images/background_brickwall_dark.png");
	
	background-position: center;
	
    background-repeat: no-repeat;
    background-size: cover;	
}

.bg7{
	background-color: #000000;
	background-image: url("../images/background_blackboard.jpg");
	background-position: center 1.67rem;
}

.bg8{
	background-color: #000000;
	background-image: url("../images/background_prelobby.jpg");
	background-position: center 1.67rem;
}

.bg10{
	background-color: #000000;
	background-image: url("../images/background_howto.jpg");
	background-position: center 1.67rem;
	background-repeat: repeat !important;
}

.bg11{
	background-color: #000000;
	background-image: url("../images/background_friendzone.png");
	background-position: center;
    background-size: cover;
}

.bg12{
	background-color: #000000;
	background-image: url("../images/background_lockerroom.jpg");
	background-position: center 1.67rem;
	background-repeat: repeat-y;
}

.bg13{
	background-color: #000000;
	background-image: url("../images/background_blackboard3.jpg");
	
	background-position: center;
	
    background-repeat: no-repeat;
    background-size: cover;	
}

.bg14{
	background-color: #000000;
	background-image: url("../images/background_lockerroom2.jpg");
	
	background-position: top;
	
    background-repeat: no-repeat;
}

.bg15{
	background-color: #000000;
	background-image: url("../images/background_universe.jpg");
	
	background-position: center;
	
    background-repeat: no-repeat;
    background-size: cover;	
}

.bg16{
	background-color: #000000;	
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.bg16.Futbol{
	background-image: url("../images/background_logo_Futbol.jpg");
}
.bg16.NFL{
	background-image: url("../images/background_logo_Americano.jpg");	
}

.bg16.NBA{
	background-image: url("../images/background_logo_Basquet.jpg");	
}

.bg17{
	background-color: #000000;
	background-image: url("../images/background_avatar.jpg");	
	background-position: top;	
    background-repeat: no-repeat;
}

.bg18{
	background-color: #000000;
	background-image: url("../images/background_blackboard4.png");
	
	background-position: center;
	
    background-repeat: no-repeat;
    background-size: cover;	
}

.bg4_1{
	background-color: #000000;
	background-image: url("../images/background_gamecenter_1.jpg");
	background-position: center 1.67rem;
}

.bg4_2{
	background-color: #000000;
	background-image: url("../images/background_gamecenter_2.jpg");
	background-position: center 1.67rem;
}

.bg4_3{
	background-color: #000000;
	background-image: url("../images/background_gamecenter_3.jpg");
	background-position: center 1.67rem;
}

.bg4_4{
	background-color: #000000;
	background-image: url("../images/background_gamecenter_4.jpg");
	background-position: center 1.67rem;
}

.bg-wood{
	background-color: #000000;
	background-image: url("../images/background_wood.jpg");	
	background-position: top;	
    background-repeat: repeat;
}

.bg-description{
    background-image: url("../images/desc_bg_left.png"), url("../images/desc_bg_middle.png"), url("../images/desc_bg_right.png");
    background-position: left, 50% center, right;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 30px 100%, calc(100% - 58px) 100%, 30px 100%;
}

.multiplayer.bg-description, .multiplayer .bg-description{
    background-image: url("../images/desc_bg_left_yellow.png"), url("../images/desc_bg_middle_yellow.png"), url("../images/desc_bg_right_yellow.png");
}

a:not(.disabled):hover, a.active{
	color: /*#0EDD30*/ #04ff00 !important;
	text-decoration: none !important;	
}

a.multiplayer:not(.disabled):hover, a.active.multiplayer,
.multiplayer a:not(.disabled):hover, .multiplayer a.active{
	color: #FFF815 !important;
	text-decoration: none !important;	
}

a.red{
	color: inherit !important;
	text-decoration: none !important;
	cursor: pointer !important;	
}

a.red.disabled{
	color: #767676 !important;
	cursor: not-allowed !important;	
}

a.red:not(.disabled):hover, a.red.active{
	color: #F12A3A !important;
	text-decoration: none !important;	
}

#userMini{
	padding-left: 0px;	
	float: right;
}

.down-arrow{
	height: 17px;
	width: 100%;
	background-image: url(../images/down_arrow.png);
	background-size: 10px 6px;
	background-repeat: no-repeat;
	margin: 1px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	background-position: center 5px;
}

.down-arrow:hover{
	background-color: rgba(255,255,255,0.25);	
}

.right-arrow{
	width: 8px;
	height: 5rem;
	background-image: url(../images/right_arrow_2.png);
	background-size: 8px 14px;
	background-repeat: no-repeat;
	padding: 0 1.5rem;
	cursor: pointer;
	background-position: center;
}

.right-arrow:hover{
	background-color: rgba(255,255,255,0.25);	
}

.iconimg{
	width: 20px !important;
	height: 20px !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 50%;
	cursor: pointer;
	text-align: right;
}

.ii-inbox{
	background-image: url(../images/icons/mail.png);	
}

.ii-notifications{
	background-image: url(../images/icons/bell.png);	
}

.ii-coins{
	background-image: url(../images/icons/coin.png);	
}

.count-red{
	display: inline-block;
	width: 11px;
	height: 11px;
	font-size: 9px;
	line-height: 11px;
	vertical-align: top;
	background-color: red;
	color: white;
	text-align: center;
	border-radius: 4px;
}

.count-red2{
	display: inline-block;
	width: 15px;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
	vertical-align: top;
	background-color: red;
	color: white;
	text-align: center;
	border-radius: 5px;
}

.count-red3{
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	background-color: red;
	color: white;
	text-align: center;
	border-radius: 5px;
}

.online{
	display: inline-block;
	width: 9px;
	height: 9px;
	font-size: 9px;
	line-height: 9px;
	vertical-align: top;
	background-color: #04FF00;
	color: white;
	text-align: center;
	margin-top: 1px;
	border-radius: 50%;
}

.topInfo > div{
	margin-top: 10px;	
}

.topInfo > div:last-child{
	margin-top: 2.2rem;	
}

.topmenu > div{
	display: inline-block;	
}

.inline-childs > *{
	display: inline-block;	
}

.topInfo2 > div:not(:first-child){
	margin-top: 30px;
}

.topInfo > div:first-child{
	padding-left: 25px;	
}

.logo{
	text-align: left;	
}

.center{
	text-align: center !important;	
	text-align: -webkit-center !important;
	flex-grow: 1;
}

.button{
	padding: 0.2em 0.8em;
	word-wrap: normal;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.button2{
	padding: 0.1em 0.1em;
	word-wrap: normal;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.button3-container{
	cursor: pointer;
	display: inline-block;
}

.button3-container > div{
	display: inline-block;
	height: 110px;
	float: left;
}

.button3{
	padding: 0px 1rem;
	word-wrap: normal;
	vertical-align: middle;
	border-radius: 0px 5px 5px 0px;
	text-transform: uppercase;
	letter-spacing: 12px;	
	line-height: 110px !important;
	border-top: 1px solid #004B0A;
	border-right: 1px solid #004B0A;
	border-bottom: 1px solid #004B0A;
}

.button3-container > .button3{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7afc53+0,27892c+100 */
	background: #0EDD30; /* Old browsers */
	background: -moz-linear-gradient(left, #0EDD30 0%, #0EDD30 50%, #0ad62c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0EDD30 0%, #0EDD30 50%,#0ad62c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0EDD30 0%, #0EDD30 50%,#0ad62c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0EDD30', endColorstr='#0ad62c',GradientType=1 ); /* IE6-9 */	
}

.button3-container:hover > .button3{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7afc53+0,27892c+100 */
	background: #0EDD30; /* Old browsers */
	background: -moz-linear-gradient(left, #0EDD30 0%, #0EDD30 50%, #07c427 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0EDD30 0%, #0EDD30 50%,#07c427 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0EDD30 0%, #0EDD30 50%,#07c427 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0EDD30', endColorstr='#07c427',GradientType=1 ); /* IE6-9 */
}

.button3-pre-icon{
	background-image: url(../images/icons/cup_shadow.png);
	background-size: 60% 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #139922;
	width: 110px;
	height: 110px;
	border-top: 1px solid #004B0A;
	border-left: 1px solid #004B0A;
	border-bottom: 1px solid #004B0A;
	border-radius: 5px 0px 0px 5px;
}

.button4{
	padding: 2px 2px;
	word-wrap: normal;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px !important;
}

.button4 div{
	padding: 0.2em 0.15em;	
}

.button5{
	padding: 0.7em 2em;
	word-wrap: normal;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	text-transform: uppercase;
}

.button6{
	padding: 2px 2px;
	word-wrap: normal;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px !important;
	border: 0px;
}

.button6 div{
	padding: 0.2em 0.15em;	
}

.button7{
	width: 250px;
	height: 120px;
	word-wrap: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 0px;
}

.div-center{
	margin: 0 auto !important;	
}

.text-shadow{
	text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.55);
}

.text-shadow2{
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);	
}

.text-shadow3{
	text-shadow:
	-0.5px -0.5px 0 rgba(0, 132, 34, 0.8),  
    0.5px -0.5px 0 rgba(0, 132, 34, 0.8),
    -0.5px 0.5px 0 rgba(0, 132, 34, 0.8),
     0.5px 0.5px 0 rgba(0, 132, 34, 0.8);
}

.text-shadow4{
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 1);
}

.drop-shadow{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.71);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.71);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.71);
}

.drop-shadow2{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.74);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.74);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.74);
}

.drop-shadow3{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.71);
	-moz-box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.71);
	box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.71);
}

.border-right{
	border-right: #646464 2px solid;	
}

.loginForm{
	margin-top: 30px;	
}

.loginForm > :first-child{
	margin: 10px 0px;	
}

#startChat{
	width: 4rem;
	height: 4rem;
	background-image:url(../images/chat.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 1000;	
	cursor: pointer;
}

.strip{
	margin: 25px 0px;
	height: 250px;	
}

.strip .row:first-child, .strip .row > div{
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.strip img{
	max-height: 150px;
	max-width: 60%;
}

*:has(> .img-center){
	position: relative;
	vertical-align: middle;
	text-align: center;	
}

.text-middle{
	vertical-align: middle;	
}

.img-center{
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
}

.centered-span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
}

.centered-div{
	margin-left: auto;	
}

.strip .arrow-left{
	margin: auto 0;
	background-image:url(../images/right_arrow.png)	;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px 60px;
	height: 100%;
}



.footer-3{
	border-top: 1px solid black;
	padding-top: 20px;	
}

.footer-3 .rbutton{
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 80px 40px;
	background-position: 0px top;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.footer-3 .rbutton:hover{
	background-position: -40px top;
}

.footer-3 ul{
	list-style: none;
	padding: 0px;	
}

.rbutton.fbook{
	background-image:url(../images/facebook_sprite.png);	
}

.rbutton.twitter{
	background-image:url(../images/twitter_sprite.png);	
}

.rbutton.instgr{
	background-image:url(../images/instagram_sprite.png);	
}

.tablaMenu{
	margin: 10px 0px;	
}

.tablaMenu *{
	text-align: center;	
}

.tablaMenu ul{
	list-style: none;	
}

.tablaMenu ul li{
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;	
}

.tablaMenu ul li:not(:last-child){
	border-right: 1px solid white;	
}

.strong{
	font-weight: bold !important;	
}

.no-border{
	border: 0px;	
}

.text-right{
	text-align: right;	
}

table.compTable, table.clubTable{
	border-collapse: collapse;
	border: 0px;
}

table.compTable thead tr th, 
table.compTable tbody tr.grupoHeader th,
table.clubTable thead tr th{
	background-color: black;
	text-align: center;
	padding: 5px 10px;
}

table.compTable thead tr th:first-child, 
table.compTable tbody tr.grupoHeader th:first-child,
table.clubTable thead tr th:first-child{
	text-align: left;
}

table.compTable tbody tr:not(:last-child) td, table.clubTable tbody tr:not(:last-child) td{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

table.compTable tbody tr:hover td{
    background-color: rgba(0, 0, 0, 0.3);
}

table.compTable tbody tr td, table.clubTable tbody tr td{
	padding: 3px 3px;	
}

table.compTable tbody tr td:nth-child(n+3), table.clubTable tbody tr td:nth-child(n+3){
	text-align: center;	
}

.width100{
	width: 100%;	
}

.width50{
	width: 50%;	
}

.width49{
	width: 49%;	
}

.width60{
	width: 60%;	
}

.height100{
	height: 100%;	
}

.letter-spacing{
	letter-spacing: 3px;	
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
								  
-webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    user-drag: none;
}

select.black-select{
	cursor: pointer;
	width: auto;
	padding-right: 15px;
	line-height: 1;
	border: 0;
	border-radius: 5px;
	background-image: url(../images/down_arrow.png);
	background-repeat: no-repeat;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-position:
		calc(100% - 5px) center,
		calc(100% - 5px) center,
		100% 0;
	background-size: 10px 5px, 10px 5px, 5em 2.5em;
}

select.black-select:hover{
	color: #04FF00 !important;	
}

.multiplayer select.black-select:hover, select.multiplayer.black-select:hover{
	color: #FFF815 !important;
}

.bold{
	font-weight: bold;	
}

.bolder{
	font-weight: bolder;	
}

.italic{
	font-style: italic;
}

.text-spacing{
	letter-spacing: 1rem;	
}

.text-spacing-1{
	letter-spacing: 0.5rem;	
}

.modal, .modal *{
	z-index: 5002;	
}

.modalAlert, .modalAlert *{
	z-index: 5002;	
}

.modalAlert #alertt .row{
	margin-left: 0px !important;
	margin-right: 0px !important;	
}

img[src="../images/loading.gif"]{
	max-width: 100px;	
}

.lh-100{
	line-height: 100%;	
}

.lh-50{
	line-height: 50%;	
}

.tw-login-button{
	max-width: 300px;
	width: 100%;
}

.tw-login-button img{
	width: 100%;
	max-height: 40px;	
}

.g-signin2 > div{
	width: 100% !important;
	height: 40px !important;
	border-radius: 5px !important;	
}

/* width */
::-webkit-scrollbar, ::-moz-scrollbar {
    width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track, ::-moz-scrollbar-track {
    background: rgba(241,241,241,0.75); 
}
 
/* Handle */
::-webkit-scrollbar-thumb, ::-moz-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.registerForm > div{
	margin: 8px 0;
}

.otherLogins > *{
	margin: 0 auto;
	width: 250px !important;
	height: 40px !important;
	display: block;
	margin-bottom: 7px;
}

.otherLogins > * > img{
	width: 100%;
	height: 35px;
	border-radius: 4px;
}

.fb-login-button iframe, 
.fb-login-button iframe .pluginLoginButton, 
.fb-login-button iframe .pluginLoginButton > div > div > div,
.tw-login-button img,
.gg-login-button,
.gg-login-button > .g-signin2,
.gg-login-button > .g-signin2 > div,
.gg-login-button > .g-signin2 > div > div
{
	width: 250px !important;
}

.gg-login-button > .g-signin2 span.abcRioButtonContents > span{
	font-size: 1.1em;
	font-weight: bold;
}

.traffic{
	width: 20px;
	height: 20px;
	background-image:url("../images/icons/traffic_sprite.png");
	background-size: auto 20px;
	background-repeat: no-repeat;
}

.traffic2{
	background-image:url("../images/icons/traffic_sprite_2.png");
}

.traffic3{
	background-image:url("../images/icons/traffic_sprite_3.png");
}

.traffic4{
	background-image:url("../images/icons/traffic_sprite_4.png");
}

.traffic5{
	background-image:url("../images/icons/traffic_sprite_5.png");
}

.traffic6{
	background-size: cover;
}

.traffic.red{
	background-position: 0% 0;
    color: black !important;
}

.traffic.yellow{
	background-position: 50% 0;
    color: black !important;
}

.traffic.green{
	background-position: 100% 0;
}

.traffic6.red{
	background-image:url("../images/icons/traffic_red.png");
	background-position: left top;
}

.traffic6.yellow{
	background-image:url("../images/icons/traffic_yellow.png");
	background-position: left top;
}

.traffic6.green{
	background-image:url("../images/icons/traffic_green.png");
	background-position: left top;
}

.tooltip{
	font-size: 0.9em;
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
	border-left: 0px;
	border-radius: 0.25rem;
	margin-left: -2px;
}

.flip-x{
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.card-letter{
	padding: 1px 3px 1px 3px;
	border-radius: 2px;
}

.active .card-letter{
	color: #04FF00;
}

.multiplayer .active .card-letter{
	color: #FFF815;
}

.card-letter:not(:last-child), .card-separator{
	margin-right: 2px;
}

.card-separator{
	clear: right;	
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666; 
}

*{
	scrollbar-width: thin;
	scrollbar-color: #aaa #f1f1f1;
}

.bg-modal{
	padding: 40px 50px !important;
	background-color: black;
	background-image: url("../images/modal_bg_top.png"), url("../images/modal_bg_bottom.png"), url("../images/modal_bg_middle.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 1px 5px, 1px calc(100% - 5px), 1px;
	background-size: 100% auto, 100% auto, 100% 100%;
	position: relative;
	border-radius: 20px;
}

.bg-modal.multiplayer{
	background-image: url("../images/modal_bg_top_yellow.png"), url("../images/modal_bg_bottom_yellow.png"), url("../images/modal_bg_middle_yellow.png");
}

.bg-modal > .closeModal{
	position: absolute;
	top: 0;
	right: -2.5rem;
	background-color: black;
	border-radius: 50%;
}

div.closeModal:not(.responsive_show){
	width: 2rem;
	height: 2rem;
	background-image:url(../images/close.png);
	background-size: 90% 90%;
	background-position: 0.1rem 0.1rem;
	background-repeat: no-repeat;	
	cursor: pointer;
	float: right;
}

div.closeModal.dark:not(.responsive_show){
	background-image:url(../images/close_black.png);	
}

.multiplayer .closeModal:not(.responsive_show){
    background-image:url(../images/close_yellow.png);
}

.infinite-scroll{
	padding-bottom: 40px;
	background-size: 30% 10px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.infinite-scroll.loading{
	background-image: url("../images/saving_bar3.gif");
}

.button_tc{
    background-image: url("../images/description_bg_sprite.png");
    background-size: 100% 200%;
    background-position: left top;
    cursor: pointer;
}

.button_tc:hover{
    background-position: left bottom;
}

.multiplayer .button_tc, .multiplayer.button_tc{
    background-image: url("../images/description_bg_sprite_yellow.png");
}

.bradius{
    border-radius: 5px;
}

.bradius-lg{
    border-radius: 11px;
}

.capBadge{
    border-radius: 50%;
    background-image: url("../images/icons/cap.png");
    background-size: cover;
}

.multiplayer .capBadge, .multiplayer.capBadge{
	background-image: url("../images/icons/cap_yellow.png");
}

div.tooltip, div.tooltip div.tooltip-inner{
    border-radius: 8px !important;
    z-index: 5003;
}

.racing{
    background-image: url("../images/racing_left.png"), url("../images/racing_middle.png"), url("../images/racing_right.png");
    background-size: auto 100%, auto 100%, auto 100%;
    background-repeat: no-repeat;
    background-position: left, center, right;
}

.racing2{
    background-image: url("../images/chequered_spheres.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}