html,
body {
  margin: 0;
  padding: 0;
  background: #334452;
  font-family: 'Bai Jamjuree', sans-serif;
}

.bg-grey {
  background: #24303a;
}

.bg-dark {
    background-color: #27343f!important;
}

.home-page {
  background: url('images/home-bg.jpg') no-repeat center;
  background-size: cover;
}

.wrap {
  position: relative;
  min-height: 100%;
}

.sm-icon {
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: -1px;
    vertical-align: text-bottom;
    padding-bottom: 5px !important;
    display: inline-block;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.borderless td, .borderless th {
  border: none;
}

.text-warning {
  color: #fe996a !important;
}

.text-info {
  color: #19c8ec !important;
}

.text-danger {
  color: #f868af !important;
}

.ballon .bg-danger {
  background: #f868af !important;
}

.ballon .bg-info {
  background: #00d4bd !important;
}

.ballon .bg-secondary {
  background: #fe996a !important;
}

.text-secondary {
  color: #934ee9 !important;
}

.fa-balance-scale.text-info {
  color: #00d4bd !important;
}

.hover-class:hover .ballon {
  display: block !important;
}

.w-25 {
  width: 44% !important;
}

.home-btn {
  font-size: 27px;
}

.ballon {
  display: none;
} 

.row-result:hover,
.row-result.active {
  background: #3d4f5f;
  cursor: pointer;
}
.row-result.active .ballon {
  display: block;
  margin-bottom: 4px;
}

.ballon p, .ballon span {
  font-size: 12px;
}

.navigation {
  width: 100%;
  background: #334452;

}

.progress:hover {
  cursor: pointer;
}

.jumbotron {
  background: #334452;
  position: relative;
}

.navigation .nav li a {
  font-size: 18px;
  line-height: 56px;
  white-space: nowrap;
  color: #fff;
}

.navigation .nav li a.active,
.navigation .nav li a:hover {
  color: #fff;
  background: #24303a;
}

.nav-justified .nav-item.home {
  max-width: 110px;
}

.navigation .nav li.home a {
  font-size: 26px;
}

/* nav tabs fixed wodth */
.navigation > ul.nav.nav-pills {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.navigation > ul.nav.nav-pills > li {
  float: none;
  display: table-cell;
}

.navigation > ul.nav.nav-pills > li > a {
  text-align: center;
}

.home-page .col-10 .btn.btn-light {
  font-size: 25px;
}

.filter-text .btn-info {
  background: #00d4bd;
  border-color: #00d4bd;
}

.filter-text .btn-danger {
  background: #f868af;
  border-color: #f868af;
}

.filter-text .btn {
  font-size: 15px;
}

@media (min-width: 991px) {

  .rank {
    width: 50px;
  }

}
 
@media (max-width: 990px) {

  .rank {
    font-weight: bold;
    padding-left: 10px;
  }

  .ballon {
    left: 0;
    right: 0;
  }

  .container-fluid {
    width: 100%;
  }

  .w-75 {
    width: 100% !important;
  }

  .display-4 {
    font-size: 1.7rem;
  }

  .w-25 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  .stats-labels {
    font-size: 13px;
  }

  .w-75.icon {
    width: 60% !important;
  }

  .jumbotron .pr-0 {
    padding: 0;
  }
}