﻿
/* TOP */
#top {
	display: none;
}
#datatable-filter label {
	width: 100%;
	font-weight: normal;
}
#datatable-filter p, #top span {
	display: inline-block;
}
#datatable-filter select {
	width: 30%;
	display: inline-block;
}

#datatable-filter .sortCategoryText {
	margin-right: 20px;
	display: none;
}
#datatable-filter .sortCategoryText > span {
	font-weight: bold;
}

#datatable-filter {
	text-align: center;
}

/* TABLE */
.table > thead > tr > th {
     vertical-align: middle;
}
.table > thead > tr > th > span {
	margin-left: 5px;
	color: #18bc9c;
	padding: 5px;
}
td {
	background: rgba(128, 128, 128, 0.05);
}
td.cheat, td.fail {
	color: red;
}
td .rank-default {
	display: none;
}
.cp-not span {
	display: none;
}

/* FOOTER */
#resfreshTimeBtn {
	margin-left: 10px;
}
#resfreshTimeBtn .stop {
	color: red;
}

/* LOADER */
.loader {
  margin: 0 0 2em;
  height: 100%;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  margin-top: -140px;
}
svg path, svg rect {
  fill: #02b8fa;
}

/* MEDIAS & QUERIES */
@media screen and (max-width: 768px) {
	.form-control.input-sm,
	.sortCategory {
		margin: 7px;
	}
	.table-responsive {
		padding-top: 30px;
	}
	
}

.btn-success {
    color: #fff;
    background-color: #02b8fa;
    border-color: #02b8fa;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #0086b6;
    border-color: #0086b6;
}


.leaderboard .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.leaderboard .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.leaderboard .ibox.collapsed .ibox-content {
  display: none;
}
.leaderboard .ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.leaderboard .ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.leaderboard .ibox:after,
.ibox:before {
  display: table;
}
.leaderboard .ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.leaderboard .ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.leaderboard .ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.leaderboard #wrapper {
  width: 100%;
  overflow-x: hidden;
}
.leaderboard .wrapper {
  padding: 0 20px;
}
.leaderboard .wrapper-content {
  padding: 20px 10px 40px;
}

.leaderboard .title-action {
  text-align: right;
  padding-top: 30px;
}
.leaderboard .ibox-content h1,
.leaderboard .ibox-content h2,
.leaderboard .ibox-content h3,
.leaderboard .ibox-content h4,
.leaderboard .ibox-content h5,
.leaderboard .ibox-title h1,
.leaderboard .ibox-title h2,
.leaderboard .ibox-title h3,
.leaderboard .ibox-title h4,
.leaderboard .ibox-title h5 {
  margin-top: 5px;
}

.leaderboard table>tbody>tr {
    height: 68px;
}

.leaderboard table>tbody>tr>td {
    vertical-align: middle;
}

.leaderboard .table thead>tr>th {
    text-align:center;
}

.leaderboard .label-xl {
    font-size: 16px;
}

.leaderboard .flag {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 20px;
}

.leaderboard .speedLabel {
    margin-top: 10px;
    margin-bottom: 3px;
}

.leaderboard .elapsedTime {
    margin: 0;
}

.leaderboard .bearingArrow {
    border: 2px solid;
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.leaderboard .bearingArrow > img {
    width: 20px;
    height: 20px;
    transform: rotate(259deg);
}

.leaderboard .table-responsive {
    padding: 15px;
    overflow-x: auto;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    background-color: #02B8FA;
    border-color: #02B8FA;
}

.pagination a, 
.pagination a:link, 
.pagination a:visited, 
.pagination a:active, 
.pagination a:hover{
    color: #428bca;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    color: #fff;
}

div.dataTables_wrapper div.dataTables_filter input[type=search] {
    margin-right: 20px;
}

.datatables_buttons_info, #datatables_buttons_info {
    color: black;
}

#content {
    background-color: white;
    color: black;
}

#category-selector {
    width:250px;
    margin: 0 auto;
}

table.dataTable tbody tr > .sorting_1,
table.dataTable tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable tbody tr.selected > .sorting_1,
table.dataTable tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable tbody tr:hover > .sorting_1,
table.dataTable tbody tr.odd:hover > .sorting_1,
table.dataTable tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable tbody tr:hover.selected > .sorting_1,
table.dataTable tbody tr.odd:hover.selected > .sorting_1,
table.dataTable tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

#resfreshTimeBtn {
    color: black;
}