html {
  background-color: #8b8477;
}

html.dark {
  background-color: #222;
}

body {
  /*font-family: 'Source Sans Pro', sans-serif; */
  font-family: 'Roboto', sans-serif;
  background-color: #222;
  height: 100%;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .2px;
  font-kerning: auto;
}

.container {
  max-width: 720px;
  min-height: 100%;
  /*background-color: rgba(0, 0, 0, 0.75);*/
  background: url(10_black4.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.border {
  border: 5px solid #550000;
  border-color: #18191a;
  /* border-top-width: 8px; */
}

.border.border-started {
  border-color: rgb(3, 169, 244, 0.68);
}

h2 {
  font-family: 'Rock Salt', sans-serif;
  /*color: #e5e5e5; */
  /* color: #ccc; */
  color: #e37b29;
  margin-bottom: 18px;
  font-size: 29px;
  margin-top: 16px;
  line-height: 33px;  
  display: inline-block;
}
h3 {
  margin-top: 5px;
  margin-bottom: 0;
}

.header {
  display: block;
  text-align: center;
}

.logo-header{
  width: 70px;
  height: auto;
  vertical-align: text-bottom;
  margin-right: 9px;
}
.rekab-small {
  float: right;
  width: 92px;
  height: auto;
  margin-top: 3px;
  padding: 2px 5px;
  background-color: #fff;
  display: none;
}

.rekab-big {
  width: 200px;
  height: auto;
  margin: 20px auto;
  display: block;
  padding: 8px 10px;
  background-color: #fff;
}

.info-text {
  color: #c5c5c5; 
  font-style: italic;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: rgba(255, 152, 0, 0.6);
  border-top-width: 2px;
}

.time-space {
  padding-right: 35px !important;
}

.nowrap {
  white-space: nowrap; 
}

body.result-page hr {
  display: none;
}

body.result-page hr.smaller {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  color: #999;
}

a:hover, a:visited, a:focus, a:active {
  color: #999;
}

a.orange, a.orange:hover, a.orange:visited, a.orange:focus, a.orange:active {
  color: #03a9f4;
  text-decoration: underline;
}

a.link, a.link:hover, a.link:visited, a.link:focus, a.link:active {
  color: #03a9f4;
  text-decoration: underline;
}

.nav nav-tabs {
  width: 100%;
}

.nav-tabs {
  border-bottom-color: #A90000;
  border-bottom: none;
  margin-bottom: 12px;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgb(3, 169, 244, 0.68);
  line-height: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: rgb(3, 169, 244, 0.68);
  border: 1px solid rgb(3, 169, 244, 0.68);
}

.nav-tabs>li {
  width: 33.3%;
  text-align: center;
  text-transform: uppercase;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
}

.table>thead>tr>th{
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  color: #ccc;
  line-height: 13px;
}

.table>tbody>tr>th,
.table>tbody>tr>td {
  padding: 4px 8px;
  border-top: 0;
}

.table>tbody>tr>th.smaller,
.table>tbody>tr>td.smaller {
  padding: 2px 0 !important;
  border-top: 0;
}

.table>thead>tr>th.shrinked,
.table>tbody>tr>td.shrinked {
  max-width: 20px !important;
}

.map-img {
  display: block;
  margin-top: 2px;
}

.form-group {
  margin-bottom: 12px;
}

.form-control:focus {
  border-color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.input-lg {
  /*background-color: #550000; */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  border-color: rgb(3, 169, 244, 0.68);
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

label.focus {
  display: inline-block !important;
  position: absolute;
  top: -43px;
  background: #17181a;
  padding: 10px 16px;
  border: 1px solid #fff;
  font-weight: 100;
  color: #999;
  font-size: 16px; 
  width: 88%; 
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  border-bottom: 0;
}
.dropdown-header span.text {
  white-space: normal;
  word-break: break-word;
}
.btn-dropdown {
  background-color: #17181a;
  border-radius: 4px;
  border-color: rgb(3, 169, 244, 0.68);
  color: #999 !important;
  font-size: 16px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 5px;
  font-weight: 100;
}

.dropdown-menu {
  background-color: #16171a;
  border: 1px solid rgb(3, 169, 244, 0.68);
  border-bottom: none;
  border: none;
}

.dropdown-menu>li>a {
  color: #fff;
}

.dropdown-header {
  color: #999;
}

.dropdown-menu .divider {
    margin: 3px 0;
    background-color: #16171a;
}

.locked {
  opacity: 0.5;
}

.locked:hover {
  cursor: not-allowed;
}

.form-content {
  position: relative;
}

.blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#timerContainer {
  /*font-family: 'Source Sans Pro', sans-serif; */
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-weight: 300;
  /*width:700px; */
  width: 100%;
  margin: 20px auto 0;
  /*min-height: 60px; */
  height: 75px;
  border-top:0px;
  text-transform: uppercase;
}
.timer, .reset {
  float:left;
  width: 54%;
  padding: 20px 0;
  /*font-size: 24px; */
  font-size: 16px;
  text-align:center;
  color: #fff;
  background: rgb(3, 169, 244, 0.68);
  cursor: pointer;
  font-weight: 100;
}
.reset {
  background: #18191a;
  color: #999;
  width:14.9%;
  border-left: 1px solid #000;
}
.reset:hover {
  background: rgb(3, 169, 244, 1);
  color: #fff;
}
.lighter {
  background: rgb(3, 169, 244, 1);
  color: #fff;
}
.timer {
  width: 50% !important;
}
.startTimer {
  width: 20%;
}
.pauseTimer {
  width: 50% !important;
}
.resetTimer {
  width: 50% !important;
}
.submit,
.previous-results {
  background-color: #17181a;
  color: #999;
  border-color: rgb(3, 169, 244, 0.68);
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 11px;
  border-radius: 0;
  padding: 12px 16px;
}

.previous-results,
.no-more-results {
  margin-top: 25px;
  margin-bottom: 30px;
}

@media (min-width: 500px) {
  .show-small {
      display: none!important;
  }
}

@media (max-width: 500px) {
  .hidden-small {
      display: none!important;
  }
}