header {
  padding: 16px;
  color: #fff;
}

h1,
h2 {
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1rem;
}

.draw-title {
  font-size: 1.2rem !important;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: inherit;
}

.txt-theme,
a:hover {
  color: #cf142b;
}

.bg-theme,
.balls-draw {
  background: #cf142b;
}

@media (min-width: 1400px) {
  .container-menu {
    max-width: 1338px !important;
  }
}

@media (min-width: 1200px) {
  .container-menu {
    max-width: 1158px;
  }
}

.bg-theme-2 {
  background: #2572b1;
  background: -webkit-linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  background: -moz-linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  background: -o-linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  background: -ms-linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  -svg-background: linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  background: linear-gradient(
      to bottom,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

.main-body {
  background: #fff;
  padding: 16px;
}

body {
  background: url("../images/bg.jpeg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.navbar {
  padding-top: 5px;
}

.balls,
.balls-draw {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin: 0px 1px;
  margin-bottom: 5px;
}

.nav-link {
  color: #fff !important;
}

.balls {
  background: radial-gradient(circle at 30px 30px, #5cabff, #005a7c);
  border: 1px solid #4172a5;
}

.nav-ribbon {
  position: relative;
  top: 25px;
  width: calc(100% - -35px);
  margin: 0 auto;
  background: #2572b1;
  background: -webkit-linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  background: -moz-linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  background: -o-linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  background: -ms-linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  -svg-background: linear-gradient(
      top,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  background: linear-gradient(
      to bottom,
      rgba(24, 73, 114, 0.8) 0,
      rgba(45, 136, 210, 0.8) 77%,
      rgba(74, 152, 217, 0.8) 100%
    )
    no-repeat;
  z-index: 1;
  text-align: right;
  padding-right: 2%;
}
.runningtxt {
  width: 49%;
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  padding: 6px 25px;
}
.menu-area li {
  display: inline-block;
  list-style-type: none;
}
.menu-area a {
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 25px 25px;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.menu-area a:hover,
.active-menu {
  background: #cf142b;
  color: #fff;
}

.active-menu:hover {
  background: inherit !important;
}
.nav-ribbon:before {
  position: absolute;
  content: "";
  border-top: 10px solid #144872;
  border-right: 10px solid #144872;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 100%;
  left: 0;
}

.nav-ribbon:after {
  position: absolute;
  content: "";
  border-top: 10px solid #144872;
  border-left: 10px solid #144872;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 100%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .table-responsive-stack th {
    display: none;
  }

  .table-responsive-stack td {
    display: block !important;
    /*      
   flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
  }

  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
  }
  /*  IE9 FIX   */
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
}
