﻿.speedContest .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;
}

.speedContest .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.speedContest .ibox.collapsed .ibox-content {
  display: none;
}
.speedContest .ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.speedContest .ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.speedContest .ibox:after,
.ibox:before {
  display: table;
}
.speedContest .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;
}
.speedContest .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;
}
.speedContest .ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.speedContest #wrapper {
  width: 100%;
  overflow-x: hidden;
}
.speedContest .wrapper {
  padding: 0 20px;
}
.speedContest .wrapper-content {
  padding: 20px 10px 40px;
}

.speedContest .title-action {
  text-align: right;
  padding-top: 30px;
}
.speedContest .ibox-content h1,
.speedContest .ibox-content h2,
.speedContest .ibox-content h3,
.speedContest .ibox-content h4,
.speedContest .ibox-content h5,
.speedContest .ibox-title h1,
.speedContest .ibox-title h2,
.speedContest .ibox-title h3,
.speedContest .ibox-title h4,
.speedContest .ibox-title h5 {
  margin-top: 5px;
}

.speedContest table>tbody>tr {
    height: 68px;
}

.speedContest table>tbody>tr>td {
    vertical-align: middle;
}

.speedContest .table thead>tr>th,
.speedContest .table tfoot>tr>th {
    text-align:center;
}

.speedContest .label-xl {
    font-size: 16px;
}

.speedContest .label-m {
    font-size: 13px;
}

.speedContest .flag {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 20px;
}

.speedContest .speedLabel {
    margin-top: 10px;
    margin-bottom: 3px;
}

.speedContest .elapsedTime {
    margin: 0;
}

.speedContest .elapsedTimeLH {
    line-height: 30px;
}

.speedContest .bearingArrow {
    border: 2px solid;
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.speedContest .bearingArrow > img {
    width: 20px;
    height: 20px;
    transform: rotate(259deg);
}

.speedContest .table-responsive {
    padding: 50px;
}

.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;
}