body {
	cursor: url('../../img/cursor.png') 0 0, auto !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #f2f2f2;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../../img/background.png');
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #011129;
}

table, td, th {
	border: 1px solid #365ea9 !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: rgba(1, 17, 41, 0.85);
}

.panel-info {
	border-color: #365ea9;
}

.panel {
	margin-bottom: 20px;
	background-color: #011129;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.title,
svg text {
	fill: #365ea9 !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: rgba(255, 115, 19, 0.3);
}

.bestLap {
	color: #FF7313;
	font-weight: bold;
}

.bestSector {
	color: #365ea9;
	font-weight: bold;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	cursor: default;
	background-color: #365ea9;
	border-color: #FF7313;
}

.pagination > li > a,
.pagination > li > span {
	color: #365ea9;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
	color: #FF7313;
}

.btn-info,
.btn-primary {
	background-image: linear-gradient(to bottom, #365ea9 0%, #FF7313 100%);
	border-color: #365ea9;
	color: #000;
}

.btn-info:hover,
.btn-primary:hover,
.btn-info:focus,
.btn-primary:focus {
	background-color: #FF7313;
	border-color: #365ea9;
}

a {
	color: #365ea9;
}

a:hover,
a:focus {
	color: #FF7313;
	text-decoration: underline;
}

input[type="checkbox"],
input[type="radio"] {
	filter: hue-rotate(0deg);
	accent-color: #365ea9;
}

input[type="checkbox"] {
	outline: 2px solid #365ea9;
	outline-offset: -2px;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #092042;
}

.blink_text {
	animation: blink 0.5s linear 3;
}

@keyframes blink {
	50% { opacity: 0; }
}

.navbar-inverse {
	border-color: #365ea9;
	border-style: solid;
	border-width: 0 1px 4px 1px;
	background-image: linear-gradient(to bottom, #011129 0%, #011129 100%) !important;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
	color: #365ea9;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background-color: #FF7313;
	color: #fff;
}

.navbar-inverse .navbar-nav > .active > a {
	background-color: #365ea9;
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
	color: #FF7313;
}

.navbar-fixed-bottom {
	background-color: rgba(0, 0, 0, 0.85);
	border-style: solid;
	border-width: 3px 0 0 0;
	border-color: #365ea9;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 10%) !important;
}

.panel-info > .panel-heading {
	background-image: linear-gradient(to bottom, #365ea9 0%, #FF7313 100%);
	color: #000;
	border-color: #FF7313;
}
