@font-face {
  font-family: 'Proxima-Nova-Light';
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-open../fonts"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("true../fonts"); }
@font-face {
  font-family: 'Proxima-Nova-Reg';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-open../fonts"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("true../fonts"); }
@font-face {
  font-family: 'Proxima-Nova-Semi-bold';
  src: url("../fonts/proximanova-semibold-webfont.eot");
  src: url("../fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-open../fonts"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("true../fonts"); }
html {
  height: 100%; }

body {
  background: #F6F8FA; }

* {
  font-family: 'Proxima-Nova-Reg'; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Proxima-Nova-Light'; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: 'Proxima-Nova-Semi-bold'; }

section {
  padding-left: -10px;
  padding-right: -10px;
  margin-left: 0;
  margin-right: 0; }

.clearfix::before, .clearfix::after {
  display: table;
  content: " "; }

.fas {
  margin: auto 3px; }

.btn-primary {
  background: #03a9f3;
  border-color: #03a9f3; }

header {
  height: 62px;
  background: linear-gradient(88deg, #13b4ca, #18cabe); }
  header .btn-primary {
    float: right;
    padding: 18px 20px;
    background-color: #13b4ca;
    border-color: #13b4ca;
    border-radius: 0; }
    header .btn-primary span {
      margin-right: 5px; }
    header .btn-primary strong {
      font-weight: normal; }
  header .btn-primary:hover {
    background-color: #13b4ca;
    border-color: #13b4ca; }
  header #mobile-nav {
    cursor: pointer;
    height: 30px;
    float: left;
    margin-top: 15px;
    width: 20em;
    z-index: 30; }
    header #mobile-nav h2 {
      margin: 0 20px;
      color: #fff; }
  header .pull-right {
    color: #fff;
    float: right;
    padding: 20px 30px 0; }
    header .pull-right span {
      color: #eee; }
    header .pull-right img {
      margin-top: -4px;
      margin-right: 5px; }
  header .fa-bell::after {
    background: #ff4747;
    width: 9px;
    height: 9px;
    position: absolute;
    z-index: 12;
    top: 20px;
    margin-left: -6px;
    border-radius: 50%;
    content: ' '; }

#body {
  margin-top: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  #body .main {
    margin-bottom: 30px; }
    #body .main .brd {
      padding: 30px;
      border-bottom: 1px solid #dcddde;
      border-left: 1px solid #e8e9ea;
      border-right: 1px solid #e8e9ea;
      border-radius: 1px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      background: #fff; }
  #body .main > section {
    border-radius: 8px;
    box-shadow: 0 10px 40px 0 rgba(18, 106, 211, 0.07), 0 2px 9px 0 rgba(18, 106, 211, 0.06);
    background-color: #fcfcfc; }
  #body .panel-blue2 {
    background: linear-gradient(88deg, #13b4ca, #18cabe) !important; }
    #body .panel-blue2 .panel-heading, #body .panel-blue2 .panel-body {
      border-color: #28a4c9; }
      #body .panel-blue2 .panel-heading h4, #body .panel-blue2 .panel-body h4 {
        padding-left: 15px;
        border-color: #28a4c9; }
        #body .panel-blue2 .panel-heading h4 span, #body .panel-blue2 .panel-body h4 span {
          color: #fff; }

.form-signin {
  padding: 15px 35px; }
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 30px; }
  .form-signin .checkbox {
    font-weight: normal; }
  .form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px; }
    .form-signin .form-control:focus {
      z-index: 2; }
  .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

@media (max-width: 768px) {
  #body {
    padding: 20px 10px; }
    #body #main .container section {
      margin: 20px 0; }

  header .btn-primary {
    padding: 19px 25px; }
    header .btn-primary span {
      margin-right: 0; }
    header .btn-primary strong {
      display: none;
      font-weight: normal; }

  .card-body .hidde-xs {
    display: none; } }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="text"]:disabled {
  background-color: #eeeeee; }

.nav-container {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  box-shadow: 3px 3px 15px rgba(19, 180, 202, 0.1);
  background-color: #ffffff; }
  .nav-container .navbar-right a {
    background: #ff4747;
    color: #fff;
    padding: 13px 15px 11px;
    margin-top: 4px;
    border-radius: 5px; }
    .nav-container .navbar-right a .fas {
      color: #fff; }
  .nav-container .fas {
    color: linear-gradient(88deg, #13b4ca, #18cabe) !important; }
  .nav-container .nav-item {
    padding-left: 5px;
    padding-right: 5px; }
    .nav-container .nav-item .nav-link {
      color: #555; }
      .nav-container .nav-item .nav-link i {
        margin-left: 0;
        margin-right: 5px; }
  .nav-container .nav-item.active .nav-link {
    color: linear-gradient(88deg, #13b4ca, #18cabe) !important; }

.navigation {
  padding: 10px 15px 15px 15px;
  color: #444; }
  .navigation h4 {
    padding: 0;
    font-size: 26px;
    margin: 0 0 5px; }
  .navigation h3 {
    font-size: 20px;
    margin: 0 0 3px; }

@media (max-width: 768px) {
  header .container {
    padding-right: 0; }
  header .btn-primary {
    padding: 18px; }
    header .btn-primary strong {
      display: none; }
  header #mobile-nav {
    margin-top: 18px;
    width: 13em; }
    header #mobile-nav h2 {
      margin: 0 10px;
      font-size: 1.5rem; }
  header .pull-right {
    display: none; }
  header .fa-bell::after {
    background: #ff4747;
    width: 9px;
    height: 9px;
    position: absolute;
    z-index: 12;
    top: 20px;
    margin-left: -6px;
    border-radius: 50%;
    content: ' '; } }
.talent {
  background: #ff4747;
  color: #fff;
  padding: 9px 20px 12px;
  margin-top: 0px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  font-family: 'Proxima-Nova-Semi-bold';
  border-radius: 5px; }
  .talent span {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-size: 10px; }

.bodys {
  padding: 10px 20px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  min-height: 100%;
  margin-top: 30px;
  background: #F6F8FA; }
  .bodys .main {
    border-radius: 0;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    box-shadow: 0 10px 40px 0 rgba(19, 180, 202, 0.07), 0 2px 9px 0 rgba(19, 180, 202, 0.06);
    background-color: #fcfcfc;
    padding: 5px 0 15px; }
    .bodys .main .container {
      max-width: 100%; }
      .bodys .main .container section {
        margin: 30px;
        border-bottom: 1px solid #dcddde;
        border-left: 1px solid #e8e9ea;
        border-right: 1px solid #e8e9ea;
        border-radius: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        background: #fff; }

@media (max-width: 768px) {
  .bodys {
    padding: 20px 10px; }
    .bodys #main .container section {
      margin: 20px 0; } }
@media (min-width: 1199px) {
  .nav-container .nav-item .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem; } }
.svg {
  position: absolute;
  z-index: 99;
  left: 89px;
  top: 114px;
  width: 234px; }

.body-disc {
  border-color: #fff !important; }

.table-responsive .table-disc {
  min-width: 300px;
  max-width: 300px; }


.mth {
  background: #000;
  color: #fff; }

.mth th:last-child {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #fff; }

.m8 {
  background: #ffffff; }

.m8 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m8:nth-child(6) td {
  border-bottom: 1px solid #666 !important; }

.m8:nth-child(6) td:last-child {
  border-bottom: 1px solid #fff !important; }

.m6 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m6:nth-child(11) td {
  border-bottom: 1px solid #666 !important; }

.m6:nth-child(11) td:last-child {
  border-bottom: 1px solid #fff !important; }

.m4 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m4:nth-child(16) td {
  border-bottom: 1px solid #666 !important; }

.m4:nth-child(16) td:last-child {
  border-bottom: 1px solid #fff !important; }

.m2 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m2:nth-child(21) td {
  border-bottom: 3px solid red !important; }

.m2:nth-child(21) td:last-child {
  border-bottom: 1px solid #fff !important; }

.m0 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m0:nth-child(26) td {
  border-bottom: 1px solid #666 !important; }

.m0:nth-child(26) td:last-child {
  border-bottom: 1px solid #fff !important; }

.m88 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m88:nth-child(46) td {
  border-bottom: 1px solid #666 !important; }

.m88:nth-child(46) td:last-child {
  border-bottom: 1px solid #fff !important; }

.m66 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m66:nth-child(41) td {
  border-bottom: 1px solid #666 !important; }

.m66:nth-child(41) td:last-child {
  border-bottom: 1px solid #fff !important; }

.m44 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m44:nth-child(36) td {
  border-bottom: 1px solid #666 !important; }

.m44:nth-child(36) td:last-child {
  border-bottom: 1px solid #fff !important; }

.m22 td:nth-child(6) {
  border-bottom: 1px solid #fff !important; }

.m22:nth-child(31) td {
  border-bottom: 1px solid #666 !important; }

.m22:nth-child(31) td:last-child {
  border-bottom: 1px solid #fff !important; }

tr.m_6:nth-child(2n+0) > td {
  background: #bbdefa !important; }

tr.m_6:nth-child(2n+1) > td {
  background: #bbdefa !important; }

tr.m_5:nth-child(2n+0) > td {
  background: #b2ebf2 !important; }

tr.m_5:nth-child(2n+1) > td {
  background: #b2ebf2 !important; }

tr.m_4:nth-child(2n+0) > td {
  background: #c8e6ca !important; }

tr.m_4:nth-child(2n+1) > td {
  background: #c8e6ca !important; }

tr.m_3:nth-child(2n+0) > td {
  background: #fff9c5 !important; }

tr.m_3:nth-child(2n+1) > td {
  background: #fff9c5 !important; }

tr.m_2:nth-child(2n+0) > td {
  background: #ffcdd2 !important; }

tr.m_2:nth-child(2n+1) > td {
  background: #ffcdd2 !important; }

tr.m_1:nth-child(2n+0) > td {
  background: #e1bee8 !important; }

tr.m_1:nth-child(2n+1) > td {
  background: #e1bee8 !important; }

@media (min-width: 154px) and (max-width: 991px) {
  .svg {
    top: 110px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #body #main .container.diss section {
    margin: 30px 0; }

  .bigBtnIcon .label-col {
    min-height: 150px; } }
.panel {
  width: 100%;
  min-height: 100%;
  margin-top: 10px;
  box-shadow: 0px 1px 0px #FFF;
  margin-bottom: 10px;
  border: medium none; }
  .panel .panel-heading {
    height: auto;
    position: relative;
    border: 1px solid #c4c4c4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-box-shadow: 0 1px 0px white;
    -webkit-box-shadow: 0 1px 0px white;
    box-shadow: 0 1px 0px white;
    padding: 0; }
    .panel .panel-heading h4 {
      margin-bottom: 0px;
      font-size: 1.3rem;
      display: inline-block;
      margin-top: 0px;
      padding-top: 9px;
      padding-bottom: 9px;
      box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
      min-height: 37px; }
      .panel .panel-heading h4 .accordion-toggle {
        display: inline-block;
        width: 100%; }
    .panel .panel-heading .accordion-toggle:after {
      font-family: 'icomoon';
      content: "\e29a";
      position: absolute;
      right: 10px;
      top: 10px;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
    .panel .panel-heading .accordion-toggle.collapsed:after {
      content: "\e29c"; }
  .panel .panel-body {
    border-right: 1px solid #c4c4c4;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: #c4c4c4;
    border-color: -moz-use-text-color #c4c4c4 #c4c4c4;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #FFF;
    position: relative;
    padding: 15px; }
    .panel .panel-body hr {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }

.panel-group .panel + .panel {
  margin-top: -1px; }

.panel-body.noPad, .panel-body.noPad > table {
  margin-bottom: 0;
  padding: 0; }

tbody tr td:first-child {
  text-align: center; }

.panel-blue .panel-heading, .panel-blue .panel-body {
  border-color: #2b669a; }
  .panel-blue .panel-heading h4, .panel-blue .panel-body h4 {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    .panel-blue .panel-heading h4 span, .panel-blue .panel-body h4 span {
      color: #fff; }

.panel-blue2 .panel-heading, .panel-blue2 .panel-body {
  border-color: #28a4c9; }
  .panel-blue2 .panel-heading h4, .panel-blue2 .panel-body h4 {
    border-color: #28a4c9; }
    .panel-blue2 .panel-heading h4 span, .panel-blue2 .panel-body h4 span {
      color: #fff; }

.panel-green .panel-heading, .panel-green .panel-body {
  border-color: #00a65c; }
  .panel-green .panel-heading h4, .panel-green .panel-body h4 {
    background: #00a65c;
    border-color: #00a65c; }
    .panel-green .panel-heading h4 span, .panel-green .panel-body h4 span {
      font-size: 1.2rem;
      color: #fff; }

.panel-red .panel-heading, .panel-red .panel-body {
  border-color: #ff4747; }
  .panel-red .panel-heading h4, .panel-red .panel-body h4 {
    background: #ff4747;
    border-color: #ff4747; }
    .panel-red .panel-heading h4 span, .panel-red .panel-body h4 span {
      color: #fff; }

.panel .panel-heading i.dts {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 0px 2px 2px 3px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 0.7rem;
  margin-top: 0;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  margin-right: 5px; }

.page-header > .btn.btn-sm.btn-success {
  float: right;
  z-index: 12;
  position: relative;
  margin-top: 6px;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  margin-bottom: 0;
  margin-right: 10px; }

.btn-success {
  background-color: #00a65c;
  border-color: #00a65c; }

.btn-danger {
  background-color: #ff4747;
  border-color: #ff4747; }

.badge-light {
  border: 1px solid #ccc; }

.panel-grey {
  border: none; }

.panel-grey .panel-body {
  margin-top: 15px;
  padding: 0;
  border: none; }

.panel-grey .panel-heading {
  background: linear-gradient(88deg, #13b4ca, #18cabe) !important; }

.page-header {
  margin-top: 15px;
  text-align: right; }
  .page-header a {
    margin-top: -5px;
    margin-left: 10px;
    padding: .35rem .7rem .25rem .5rem;
    float: right; }
  .page-header .float-left {
    margin-left: 0; }
  .page-header h4 {
    font-size: 1rem;
    color: #ccc; }

footer {
  text-align: center;
  margin-bottom: 15px; }

img {
  max-width: 100%; }

.incoming_msg_img {
  display: inline-block;
  width: 6%; }

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%; }

.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  margin: 0;
  padding: 10px 10px 10px 12px;
  width: 100%; }

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0; }

.received_withd_msg {
  width: 57%; }

.mesgs {
  padding: 30px 15% 0;
  width: 100%; }

.sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  margin: 0;
  color: #fff;
  padding: 8px 10px 8px 12px;
  width: 100%; }

.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px; }

.sent_msg {
  float: right;
  width: 46%; }

.input_msg_write input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 94%; }

.type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative; }

.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  float: right;
  right: 0;
  margin-top: 11px;
  width: 5%; }

.messaging {
  padding: 0 0 50px 0; }

.msg_history {
  margin-bottom: 30px; }

.borr {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 87%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 87%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 87%, #f3f3f3 100%); }

.borr > label {
  width: 3.5%;
  text-align: center;
  height: 50px;
  padding-top: 7px;
  vertical-align: top;
  border-right: 1px dashed #ccc; }

.borr > div {
  display: inline-block;
  width: 24%;
  border-right: 1px dashed #ccc;
  padding: 10px 0 0 10px; }

.borr > div:last-child {
  border-right: none; }

.ppalogo {
  font-size: 4rem;
  border: 1px solid #999;
  margin-top: 0;
  padding: 20px 15px 15px;
  text-align: center;
  line-height: 3rem;
  font-family: 'Proxima-Nova-Semi-bold'; }
  .ppalogo span {
    font-size: 14px;
    line-height: 1rem;
    display: block;
    font-family: 'Proxima-Nova-Light'; }

.ppainfo {
  font-size: 0.92rem; }

.borr > div > input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.borr > div > label {
  display: inline-block; }

.most {
  background-image: url("../img/yes-white.png"); }

.least {
  background-image: url("../img/no-white.png"); }

.borr > div > input.team1:active + .drinkcard-cc,
.borr > div > input.team3:active + .drinkcard-cc,
.borr > div > input.team5:active + .drinkcard-cc,
.borr > div > input.team7:active + .drinkcard-cc,
.borr > div > input.team9:active + .drinkcard-cc,
.borr > div > input.team11:active + .drinkcard-cc,
.borr > div > input.team13:active + .drinkcard-cc,
.borr > div > input.team15:active + .drinkcard-cc,
.borr > div > input.team17:active + .drinkcard-cc,
.borr > div > input.team19:active + .drinkcard-cc,
.borr > div > input.team21:active + .drinkcard-cc,
.borr > div > input.team23:active + .drinkcard-cc {
  background-image: url("../img/yes-green.png"); }

.borr > div > input.team2:active + .drinkcard-cc,
.borr > div > input.team4:active + .drinkcard-cc,
.borr > div > input.team6:active + .drinkcard-cc,
.borr > div > input.team8:active + .drinkcard-cc,
.borr > div > input.team10:active + .drinkcard-cc,
.borr > div > input.team12:active + .drinkcard-cc,
.borr > div > input.team14:active + .drinkcard-cc,
.borr > div > input.team16:active + .drinkcard-cc,
.borr > div > input.team18:active + .drinkcard-cc,
.borr > div > input.team20:active + .drinkcard-cc,
.borr > div > input.team22:active + .drinkcard-cc,
.borr > div > input.team24:active + .drinkcard-cc {
  background-image: url("../img/no-red.png"); }

.borr > div > input.team1:checked + .drinkcard-cc,
.borr > div > input.team2:checked + .drinkcard-cc,
.borr > div > input.team3:checked + .drinkcard-cc,
.borr > div > input.team4:checked + .drinkcard-cc,
.borr > div > input.team5:checked + .drinkcard-cc,
.borr > div > input.team6:checked + .drinkcard-cc,
.borr > div > input.team7:checked + .drinkcard-cc,
.borr > div > input.team8:checked + .drinkcard-cc,
.borr > div > input.team9:checked + .drinkcard-cc,
.borr > div > input.team10:checked + .drinkcard-cc,
.borr > div > input.team11:checked + .drinkcard-cc,
.borr > div > input.team12:checked + .drinkcard-cc,
.borr > div > input.team13:checked + .drinkcard-cc,
.borr > div > input.team14:checked + .drinkcard-cc,
.borr > div > input.team15:checked + .drinkcard-cc,
.borr > div > input.team16:checked + .drinkcard-cc,
.borr > div > input.team17:checked + .drinkcard-cc,
.borr > div > input.team18:checked + .drinkcard-cc,
.borr > div > input.team19:checked + .drinkcard-cc,
.borr > div > input.team20:checked + .drinkcard-cc,
.borr > div > input.team21:checked + .drinkcard-cc,
.borr > div > input.team22:checked + .drinkcard-cc,
.borr > div > input.team23:checked + .drinkcard-cc,
.borr > div > input.team24:checked + .drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none; }

.borr > div > input.team1:checked + .drinkcard-cc,
.borr > div > input.team3:checked + .drinkcard-cc,
.borr > div > input.team5:checked + .drinkcard-cc,
.borr > div > input.team7:checked + .drinkcard-cc,
.borr > div > input.team9:checked + .drinkcard-cc,
.borr > div > input.team11:checked + .drinkcard-cc,
.borr > div > input.team13:checked + .drinkcard-cc,
.borr > div > input.team15:checked + .drinkcard-cc,
.borr > div > input.team17:checked + .drinkcard-cc,
.borr > div > input.team19:checked + .drinkcard-cc,
.borr > div > input.team21:checked + .drinkcard-cc,
.borr > div > input.team23:checked + .drinkcard-cc {
  background-image: url("../img/yes-green.png"); }

.borr > div > input.team2:checked + .drinkcard-cc,
.borr > div > input.team4:checked + .drinkcard-cc,
.borr > div > input.team6:checked + .drinkcard-cc,
.borr > div > input.team8:checked + .drinkcard-cc,
.borr > div > input.team10:checked + .drinkcard-cc,
.borr > div > input.team12:checked + .drinkcard-cc,
.borr > div > input.team14:checked + .drinkcard-cc,
.borr > div > input.team16:checked + .drinkcard-cc,
.borr > div > input.team18:checked + .drinkcard-cc,
.borr > div > input.team20:checked + .drinkcard-cc,
.borr > div > input.team22:checked + .drinkcard-cc,
.borr > div > input.team24:checked + .drinkcard-cc {
  background-image: url("../img/no-red.png"); }

.borr div.spp {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  max-width: 152px;
  font-size: 0.9rem;
  margin-left: 10px; }

.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */
