@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);html,
body {
  background-color: #0a0a0a;
  font-family: 'Lato', sans-serif;
  height: 100vh;
}

body {
  background: url("http://fivelads.oo/images/bg.jpg") top center fixed;
  background-color: #0a0a0a;
  color: #fff;
}

.chromeframe {
  background-color: #FF0;
  color: #F00;
  padding: 5px;
  text-align: center;
  display: none;
}

.opt > label > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

.opt > label > input + img {
  /* IMAGE STYLES */
  cursor: pointer;
  border: 2px solid transparent;
}

.opt > label > input:checked + img {
  /* (RADIO CHECKED) IMAGE STYLES */
  border: 2px solid #f00;
}

a {
  color: #ffd107;
  text-decoration: none;
}

.thumb {
  padding: 5px;
  margin: 5px;
  border: #0D0E0F 1px solid;
}

/*.control-label{
    text-align: right;
}*/

.navbar-brand {
  padding: 0px;
}

.panel-default > .panel-heading {
  color: #FFF;
  background-color: #b70016;
  border-color: #ffd107;
}

.panel-heading {
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.btn-link {
  font-weight: 400;
  color: #ffd107;
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #b70016;
  border-color: #ffd107;
}

.btn-info {
  color: #fff;
  background-color: #f45b66;
  border-color: #b70016;
}

.navbar-default {
  background: #b70016;
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #ffd107;
  background-color: transparent;
}

.panel-default {
  background-color: #000;
  border: 1px solid #ffd107;
  border-radius: 10px;
}

.thumbnail {
  background-color: #000;
  border: 1px solid #ffd107;
  border-radius: 10px;
}

h3 > a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 15px;
}

h3 > a:hover {
  text-decoration: none;
  color: #ffd107;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item {
  position: relative;
  border-radius: 0px;
  display: block;
  padding: 10px 15px 10px 0px;
  margin-bottom: -1px;
  background-color: #000;
  border: 0px solid #000;
  border-top: 1px solid #ffd107;
}

.list-group-item > a {
  color: #fff;
}

.list-group {
  padding: 0 15px;
}

.thumbnail .caption {
  color: #FFF;
}

.form-control:focus {
  border-color: #ffd107;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #ffd107;
  cursor: not-allowed;
  background-color: #ffd107;
  border-color: #ffd107;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #ffd107;
  border: 1px solid #b70016;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #b70016;
  border-color: #b70016;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #ffd107;
  color: #000;
}

.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #ed7923;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #b70016;
}

.well {
  background-color: #b70016;
  border: 1px solid #ffd107;
}

.table .table {
  background-color: #b70016;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #ffd107;
}

.modal-content {
  background-color: #b70016;
  border-top: 1px solid #ffd107;
}

legend {
  color: #fff;
}

footer {
  position: fixed;
  bottom: 0px;
  width: 100vw;
  border-top: 1px #fdcb0a solid;
  padding-top: 10px;
  margin-top: 30px;
  background-color: #111;
}

