.meter {
    height: 12px;
    /* Can be anything */
    
    position: relative;
    box-sizing: content-box;
    background: #000;
    border: 2px solid black;
    padding: 0px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.meter > span {
    display: block;
    height: 100%;
    background-color: rgb(43, 194, 83);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43, 194, 83)), color-stop(1, rgb(84, 240, 84)));
    background-image: -moz-linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.animate > span:after {
    display: none;
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span > span,
.nostripes > span:after {
    -webkit-animation: none;
    -moz-animation: none;
    background-image: none;
}
.rider-nat {
    font-size: 130%;
    display: block;
    float: right;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 8px;
    text-shadow: 0 -1px 1px #FFF, 0 1px 1px #FFF;
}
:-webkit-full-screen {
background-color:black;

}
html {background-color:black;}
body {
    background: black;
	color:white;
    font-family: 'Roboto', 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #646464;
	width:100%;
    text-rendering: optimizeLegibility;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a, a:hover, a:focus {text-decoration:none}
.firstname {
    color: black;
    font-weight: 600;
}

.headline{    color: #FF9900; }

h1{
	font-weight: bold;
    color: white;
    font-size: 200%;
	margin:0;
	color:white;	
}
h2{
	font-weight: bold;
    color: white;
    font-size: 180%;
	margin:0;
	color:white;	
}
h3{
	font-weight: bold;
    color: white;
	display:block;
    font-size: 160%;
	margin:0;
	color:white;
}
h4 {
	font-weight:bold;
	margin:0;
	padding:0;
	color:white;
	    font-size: 140%;

}
h5 {
	font-weight:bold;
	margin:0;
	padding:0;
	color:white;
	    font-size: 120%;

}
h6 {
	font-weight:bold;
	margin:0;
	padding:0;
	color:white;
	 font-size: 100%;

}


span.status_pit {
    background-color: #5494af;
}
.table {
    border: 0;
    margin: 0;
}
table tr.row td {
    border: 0px!important;
    padding: 4px 8px;
    font-size: 90%;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    vertical-align: middle;
}
table tr.row:nth-child(odd) td {
    background: #D8D8C0
}
table tr.row:nth-child(even) td {
    background: #F0F0D8
}
table tr td.yellow {
    color: rgb(152, 87, 40);
    font-weight: bold;
}
small {
    font-size: 80%;
    font-weight: normal;
}
table tr td.purple {
    background: black !important;
    text-transform: uppercase;
    text-align: center;
    color: #FF9900;
    padding: 8px;
}
table tr td.pos {
    background: black !important;
    text-transform: uppercase;
    text-align: center;
    color: #FF9900;
    padding: 8px 2px;
}
table tr td.purple2 {
    background-color: #F4F4F4;
    font-weight: bold;
}
table tr.header {
    background-color: #CD2C2C;
}
table tr.footer {
    background-color: black;
    color: white;
    font-size: 75%;
    font-weight: 600;
    text-transform: uppercase;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: "";
    display: none;
}
.inpit {
    color: #5494af;
}
.out {
    color: #E83535;
}
span.parking {
    color: white;
    background: rgb(46, 124, 165);
    padding: 2px 6px;
    font-size: 75%;
    font-weight: bold;
    border-radius: 2px;
    /* margin-top: 10px; */
    
    line-height: 27px;
}
.baget-nr {
    background-color: #FF9900;
    border-radius: 10px;
    color: white;
    min-width: 35px;
    display: block;
    padding: 3px;
    text-align: center;
}
span.status {
    font-size: 75%;
    font-weight: normal
}
tr.row > td {
    border-bottom: 1px solid rgb(221, 221, 221) !important
}
span.imp-pos {
    color: white;
    background: rgb(71, 187, 71);
    padding: 2px 6px;
    font-size: 75%;
    font-weight: bold;
    border-radius: 4px;
    line-height: 27px;
}
span.dec-pos {
    color: white;
    background: red;
    padding: 2px 7px;
    border-radius: 2px;
}
span.missed {
    color: red;
    background: rgb(95, 144, 206);
    padding: 2px 7px;
    border-radius: 2px;
}
span.running {
    background: rgb(71, 187, 71);
    width: 19px;
    height: 19px;
    display: block;
    border-radius: 11px;
    margin-top: 4px;
    margin-left: -1px;
}
span.status_active {
    background-color: rgb(27, 177, 27);
}
span.status_dnf {
    background-color: grey;
}
span.status_finish {
    background-color: black;
}
span.status_dns {
    background-color: grey;
}
span.status_dq:before,
span.status_dns:before,
span.status_dnf:before {
    color: white;
    padding: 0px 3px;
    border-radius: 0;
    overflow: visible;
    display: block;
    font-size: 11px;
}
span.status_dns:before {
    content: "NS";
    background-color: white;
    color: black;
    border: 2px solid black;
}
span.status_dq:before {
    content: "DQ";
    background: rgb(204, 33, 33);
    border: 2px solid black;
}
span.status_dnf:before {
    content: "NF";
    background-color: #888;
    color: white;
    border: 2px solid black;
}
span.status_dq,
span.status_dns,
span.status_dnf {
    background-color: transparent;
    content: "DQ";
    width: auto;
    height: auto;
    color: white;
    overflow: visible;
    border-radius: 0;
    padding: 2px;
}
span.status_pit {
    background-color: #5494af;
}
span.status_missed_lap {
    background-color: darkred;
}
span.status_finish {
    background-color: black;
}
span.status_missed_laps {
    background-color: darkred;
}
table tr td {
    word-wrap: break-word
}
div.flag {
    background: red;
    display: block;
    float: left;
    margin-right: 0.5em;
    margin-top: 0.2em;
    height: 1.0em;
    width: 1.0em;
    border-radius: 2px;
}
span.missed2 {
    background: red;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 2px;
}
span.missed {
    background: blue;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 2px;
}
table.bottom {
    height: 0;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0
}
tr.header td {
    background: #157280;
    text-transform: uppercase;
    color: white;
}
.center {
    text-align: center
}
div.title {
    font-weight: bold;
    color: white;
    font-size: 180%;
    padding-right: 10px;
    color: #FF9900;
}
div.trackname {
    color: white;
    font-size: 85%;
    padding-top: 0px;
    font-weight: normal;
}
div.runname {
    color: white;
    padding-top: 0px;
}
a.change {
    padding-left: 10px;
    padding-top: 8px;
    float: right;
    font-size: 70%;
    font-weight: normal;
}


button {  
	background: none;
    border: 2px solid #FF9900;
    border-radius: 4px;
    background: #000;
    font-weight: bold;
    color: #FF9900;
	
    padding: 4px 10px;}
button > span {
	font-size:80%;
	display:block;
	font-weight:normal;
	color:white;
}
.channel-header {
    float: left;
}
.flag-head {

    box-sizing: initial;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 15px;
}
.channel-header .flag-head {margin-top:22px;}
.inside {position:relative;display:inline-block;clear:both;width:100%;}

div.maintop {
    overflow: hidden;
    display: block;
	top:0;
	z-index:99999;
    margin-bottom: 10px;
    position: fixed;
	background:black;
	width:100%;
}

.bestlap {

    color: rgb(71, 187, 71);
    text-transform: none;
	float:right;
	margin-top:-6px;
	display:block;clear:both;
}
.clear {overflow:hidden;display:block;clear:both}
.right-container {

    top: 0px;
    right: 0px;
    float: right;
    overflow: hidden;
    background: black;
    padding-right: 15px;
}
.right-content {
    font-size: 160%;
    color: #fff;
    text-transform: none;
    overflow: hidden;
    line-height: 20px;
    float: right;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.right-content > span {
    display: block;
    clear: both;
    font-size: 55%;
    margin: 0;
    padding: 0;
}
.advert {
    background: black;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    min-height: 100%;
    z-index: 99999;
    position: fixed;
    width: 100%;
	text-align:center;
    height: 100%;
    top: 0;
    bottom: 0;
    display: none;
	margin-top: 88px;
}
.advert-img {margin: 15px;width:100%;clear:both;display:block;overflow:hidden;}
.advert  img {margin:0 auto; border: 2px solid #FF9900; 	border-radius: 4px;}

.timead {
    margin: 30px;
    font-size: 120%;
    margin: 0 auto;
	bottom:30px;
	left:30px;
    position: fixed;
    background-color: black;
	color:white;
    border: 2px solid #FF9900;
	border-radius: 4px;
    padding: 10px;
}
.logo {
    margin-right: 40px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: none;
    padding-top: 8px;
    margin-top: -15px;
    z-index: 999;
    border-radius: 4px;
}

.flag-head {
    width: 30px;
    height: 30px;
    overflow: hidden;
    box-sizing: initial;

    float: left;
    border: 4px solid white;
    overflow: hidden;
    border-radius: 50px;
}
.flag-head > img.flag {
	height:100%;
	vertical-align: top;
}



.status_image {
    width: 20px;
    height: 20px;
    overflow: hidden;
    box-sizing: initial;

    float: left;
    border: 2px solid white;
    overflow: hidden;
    border-radius: 50px;
}
.status_image > img.state-flag {
	height:100%;
	vertical-align: top;
}


.main-head {
    float: left;
    margin-top: 10px;
}





.home-title{
	overflow:hidden;text-align:center;display:block;clear:both;
	margin-bottom:20px;
	margin-top:10px;
}
ul.channel-list {
	margin:0;
	padding:0;

	list-style-type:none;
}

ul.channel-list > li {
	list-style-type:none;
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0;
	margin:0;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

ul.channel-list > li > .details  {word-wrap: break-word; word-break: break-all;}
ul.channel-list > li > .menu {position:absolute;top:0;right:0;background:black;height:100%;overflow:hidden; vertical-align:middle;padding-left:10px;}
ul.channel-list > li > .menu a{padding-top:10px;padding-right:10px;vertical-align:middle;float:right;}
ul.channel-list > li:hover {background:white;color:black;}
ul.channel-list > li:hover h5{color:black;}
ul.channel-list > li:hover .menu {background:white;}
ul.channel-list > li h3{margin-bottom:2px;}
ul.channel-list > li:hover .flag-head{border-color:black;}


.ajax-status {
    overflow: hidden;
    color: #FF9900;
    margin: 0 auto;
	overflow:hidden;
    display: block;
}
.ajax-status-main {
    width: 100%;
		overflow:hidden;
    display: block;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 10px;
}
.ajax-status > span {
width: auto;
height: auto;
overflow: visible;
position: inherit;
vertical-align:middle;
clip: unset;
font-size:140%;
margin-left:10px;
}
.ajax-status > i.fa{font-size:180%;vertical-align:middle;
}
.channel_controller,.main_site_controller, .ticker_controller, .tracker_controller, .tracking_controller {display:none;}


#nav_list {cursor:pointer}

/*


tracker 

*/

	.pitcanvas {
		
		display:block;max-width:1100px;margin: 0 auto; 
   display: inline-block;
margin-top: 4%;    width: 100%;

}
	.trackcanvas {
		
		max-width:1100px;margin: 0 auto;     width: 100%;
	}
	
	.OuterCase { 
  position  : absolute; 
  width     : 100%;  
      top: 0;
  height    : 100%; 
  text-align: center;
}


	.canvasse, #boardcontainer
	{
		text-align: center;
		display:block;clear:both;overflow:hidden;width:100%;position:relative;
		float:left;
		width:70%;
	}
	
	
.board
{
	float:right;
		width:30%;

	padding:5px;
	font-size:80%;
	color:white;
}
.board > table > thead > tr > td 
{
color:#FF9900;
}
.board .status_image {border: 1px solid white;}
.info-message
{
	background-color:#FF9900;
	margin: 0 auto;
	border-radius: 0px 0px 5px 5px;
	padding: 4px 10px;
	font-weight:normal;
	color: white;
	border-top:0;
	top:0;
	max-width:500px;
	overflow:hidden;
}
.info-message .close-message {float:right;color:white;cursor:pointer;}
.info-message .info-title {font-weight:bold;}
.info-message i:first-child{font-size:20px;vertical-align:middle;margin-right:5px;}

.info-container
{
	display:none;
	top:0;
	overflow:hidden;
	width:100%;
	position:absolute;
	z-index:999999999;
}

div.option a.title {
    clear: both;
    display: block;
    color: #777;
}


div.diff {
    text-align: right;
}
div.option {
    font-size: 80%;
    color: #000;
    overflow: hidden;
    width: 20%;
    float: left;
	font-weight:bold;
}
.driver .baget-nr {
  background-color: #FF9900;
    border-radius: 5px;
    color: white;
    width: 30px;
	vertical-align:middle;
    padding: 1px;
    overflow: hidden;
    font-size: 90%;
    display: block;
    margin-right: 6px;
    float: left;
    text-align: center;
	margin-top:3px;
	}
	
	
	
	
	/* menu*/
	
	.pushmenu {
  background: #101010;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  width: 300px;
  right:0;
  height: 100%;
  top: 0;
  z-index: 9999999;
  position: fixed;
  border-left:4px solid #ff9900;
}

.pushmenu h3 {
  color: black;
  font-size: 1.3em;
  font-weight: 400;
  padding: 15px 25px;
  margin: 0;
  background: #333;
  height: 16px;
}

.links {
  list-style-type: none;
  padding: 0; 
}


.links li {
  position: relative;
  display: block;
  color: black;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  text-transform:uppercase;
  font-weight:bold;
  padding: 14px;
  border-bottom:4px solid #101010;

}
table tr td.sectors {color:grey;padding:0;margin:0; padding-top:5px;position:absolute;}
.links li i {
    float: left;
    color: black;
    display: block;
    font-size: 180%;
    margin-top: 12px;
    margin-right: 15px;
}
#nav_list i{
	font-size:220%;
	color:#FF9900
}
.links li a {
  position: relative;
  display: block;
  color: black;
  font-size: 120%;
  text-align: left;
  font-weight: 400;
      overflow: hidden;
  text-decoration: none;
  text-transform:uppercase;
  font-weight:bold;
}

.links li.active  {
	background:#f79900 !important;
}


.links li:nth-child(odd)  {
    background: #D8D8C0;
}
.links li:nth-child(even)  {
    background: #F0F0D8;
}

.links li:last-child a {border:0;}

.links li a:active { color: #dbdbdb; }

.pushmenu-left { right: -300px; }

.pushmenu-left.pushmenu-open { right: 0; }

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.team {color:purple;font-style:italic;}

.pushmenu-push-toright { right: 300px; }
	
	.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
	
.run-status { float:left; margin-right:10px;margin-left:10px; overflow:hidden;}
.details  {float:left;}	 
	
	.realname > small {display:block;}

	
.instatus {display:none;}
.driver {display:none;}
@media (max-width:800px) { 
.team{display:none;}
.right-content { float:left;}
 div.maintop, .right-container, .channel-header {position: inherit;height:auto;}
.inside{height:auto;}
.right-container , .channel-header{clear:both;width:100%;display:block;}
.right-container {overflow:visible;position:static}
div.maintop {position:fixed; top:0;overflow:hidden;}
.bestlap {display:none;}
.driver {display:block;}
.clear {overflow:visible;}
.right-content {padding-right:15px;overflow:visible;}
.right-content:first-child {padding-left:15px;}
.channel-header .flag-head {display:none;}
.main-head {margin-left:15px}
.actions{display: block;
    position: absolute;
    top: 0;
    right: 13px;
    z-index: 999;}
.group_class {font-weight:bold;}

#status {float:right;}
table tr.row td {border:0 !important; border-bottom:4px solid black !important;}
table tr.row td:nth-child(4) {border-right:6px solid black!important;}

div.maintop {margin-bottom:0;}
.flag-head {width:15px;height:15px;border:2px solid white;margin-top:2px;vertical-align:top;margin-left:0;margin-right:8px}
.channel-list .flag-head {width:40px;height:40px;margin-top:15px;border:4px solid white;margin-left:10px;margin-right:10px;}
small.group_class {margin-left:4px}
.realname > small {float:none;padding-top:8px;padding-right:5px;display:inline;font-style:italic;font-size:70%;}
.rider-nat {margin-right:0;font-size:100%}
.meter {display:none !important;}
td.group_class, td.difference, td.gap, td.inlap, td.btime, td.bspeed, td.lasttime, td.strnr, .s1,.s2,.s3, td.fullname > div.realname {display:none;}
.events thead {display:none;}
td.bspeed {display:none;}
body {font-size:1.8em;}
.canvasse, #boardcontainer {width:100%;}
table tr td.pos {font-size:140%;width:80px;text-align:center} 
.board {display:none;}
td.state {width:20px;}
.right-content {line-height:25px;}
div.driver  .firstname{    font-size: 110%;}
.instatus {display:block;}
.advert {margin-top:0;}
.canvasse {margin-top: 10px;}
}
table tr td.draw-left
{ text-align:left;}

.ticker_list {list-style-type:none;margin:0;padding:0;}
.ticker_list li {margin:0;padding:0; border-bottom: 5px solid #FF9900; color:white;padding-left:5px;margin-left:10px;margin-right:10px;margin-bottom:10px;}
.ticker_list h3.notify-title {color:#FF9900;float:left;}
.ticker_list .notify-time {float:right;}
.ticker_list .notify-message {clear:both;display:block;padding-top:6px;}
.ticker_container h2 {margin-left:10px;margin-right:10px;margin-bottom:10px;color:white;border-bottom: 5px solid #FF9900; padding-bottom:10px;}


path {
  fill: url(#diagonalHatch) ;
  stroke: #FF9900;
  stroke-width: 15px;
}

circle {
  fill: green;
    stroke: #fff;
  stroke-width: 1px;
}

text {font-size:14px;fill:white;}


.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}.svg-container svg {
    display:block;
    margin:0 auto;
}
.board table tr td {padding-top:2px;padding-bottom:2px;}

.board .status_image {
    width: 13px;
    height: 13px;
    overflow: hidden;
    box-sizing: initial;
    float: left;
    border: 2px solid white;
    overflow: hidden;
    border-radius: 50px;
}