html {
  background-color: #076324;
  background-image: url("../images/black-felt.png");
  font-size: 125%;
}

body {
  margin: 1em auto;
  text-align: center;
  color: #efefef;
  /*text-transform: uppercase;*/
  font-family: sans-serif;
}

h2 {
  margin-top: 0em;
  margin-bottom: .5em;
}

h3 {
  color: yellow;
  text-transform: uppercase;
}
h4 {
  color: #ababab;
  text-transform: uppercase;
}

label {
  font-weight: bold;
}

form input[type=text], form input[type=password], form select {
  width: 300px;
  padding: 5px;
  border-radius: .25em;
  background-color: #ffffff;
}

.message, .revenue {
  color: yellow;
  font-weight: bold;
}

.shirts div:nth-child(1) {
  color: darkorange;
  font-weight: bold;
  margin-top: 1em;
}

.shirts table {
  margin: 1em auto;
  text-align: center;
  background-color: white;
  color: #333333;
  border-radius: .25em;
}
.shirts table th {
  color: darkorange;
  border: 1px solid #787878;
  border-radius: .1em;
}
.shirts table td {
  border: 1px solid #787878;
  border-radius: .1em;
}

.error {
  color: #aa0000;
  font-weight: bold;
  background-color: #efefef;
  border: 1px solid #787878;
  border-radius: .5em;
  padding: 3px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: .5em;
}

.login {
  background-color: #efefef;
  border: 1px solid #787878;
  border-radius: .5em;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 2em;
  margin-bottom: .5em;
}
.login * {
  color: #333333;
}
.login label {
  color: #787878;
}
.login input {
  text-align: center;
}
.login button, .login button * {
  color: #ffffff;
}
.login .pass {
  display: none;
}
.register form {
  margin-top: 1em;
}
.register h1 div{
  margin-top: .5em;
  color: yellow;
}
.register form div {
  margin-top: .5em;
}
.registerCards {
  margin-top: 3em;
}
#registerTable_info {
  display: none;
}
#registerTable {
  width: 500px;
  max-width: 500px;
}
#registerTable tbody td {
  color: #333333;
}
input#discount {
  padding: 5px;
}
.ticket_type {
  color: darkorange;
  font-weight: bold;
}
.paypal_buttons {
  max-width: 300px;
  text-align: center;
  margin: 0px auto;
  padding-top: 1em;
}
input[type="submit"], button {
  margin-top: 2em;
  background-color: #333333;
  color: #ffffff;
  width: 150px;
  height: 30px;
  font-weight: bold;
  border-radius: .25em;
}

input.voteResultsButton {
  width: 200px;
}

input[type="text"]::placeholder           { text-align: center; } /* Firefox, Chrome, Opera */
input[type="text"]:-ms-input-placeholder  { text-align: center; } /* Internet Explorer 10-11 */
input[type="text"]::-ms-input-placeholder { text-align: center; } /* Microsoft Edge */

.profile {
  text-align: right;
  padding-right: 30px;
  font-weight: bold;
  color: yellow;
}

.selectuser, .user_hand {
  background-color: #efefef;
  border: 1px solid #787878;
  border-radius: .5em;
  width: 300px;
  max-width: 300px;
  padding: 10px;
  color: #333333;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.selectuser:hover, , .user_hand:hover {
  color: goldenrod;
  background-color: #cdcdcd;
  background-color: #333333;
}

.user_hand {
  margin-bottom: 5px;
  width: 500px;
  max-width: 500px;
}
.user_hand_summary {
  color: yellow;
  margin-bottom: 10px;
}

.selectstop {
/*  text-align: left;*/
}
.selectstop * {
/*  padding-left: 20px;*/
}

.beststop {
  margin-top: 1em;
  font-size: 125%;
  color: darkorange;
}

.logout {
  color: #ffffff;
  font-size: 80%;
  cursor: pointer;
}
.logout span, .logout a:visited {
  color: #ffffff;
  text-decoration: inherit;
}
.logout span:hover {
  text-decoration: underline;
}

.STATUS_ATTENDING {
  font-weight: bold;
  color: darkblue;
}
.STATUS_NO_SHIRT {
  font-weight: bold;
  color: darkred;
}
.STATUS_SHIRT_ONLY {
  font-weight: bold;
  color: deeppink;
  text-decoration: line-through;
}
.STATUS_SHIRT {
  font-weight: bold;
  color: darkgreen;
}
.ADMIN_SHIRTS {
  text-decoration: none;
}
.STATUS_ATTENDING_SHIRT {
  font-weight: bold;
  color: darkblue;
}

.footer {
  font-weight: bold;
  padding-top: 5px;
  color: white;
}

.userlist, .orderlist {
  padding: 1em;
  margin-left: 1em;
  margin-right: 1em;
  background-color: #ffffff;
  border-radius: .5em;
  color: #343434;
}

.card {
  display: inline-block;
  border: 4px solid transparent;
}

.selected {
  border: 4px solid red;
}
.selected2 {
  border: 8px double red;
}
.selected3 {
  border: 4px solid yellow;
}
.selected4 {
  border: 8px double yellow;
}
.selected5 {
  border: 4px solid black;
}
.selected6 {
  border: 8px double black;
}
.selected7 {
  border: 4px solid white;
}
.selected8 {
  border: 8px double white;
}

.hand {
  background-color: #efefef;
  border: 1px solid #787878;
  max-width: 800px;
  margin-bottom: 1em;
  margin-left: 1em;
  padding-bottom: 1em;
  color: #343434;
}

.user {
  margin-top: 1em;
  color: darkorange;
}

.summary {
  color: yellow;
}

.formButtons {
  margin-top: 1em;
}

.checkInUser, .checkInGroup, .pickUpShirt {
  height: 50px;
  width: 250px;
  font-size: 110%;
  margin: 10px auto;
  text-align: center
}

#usertable_info, #ordertable_info {
  color: #787878;
}

.poker_logo {
  margin: 4em auto;
  padding: 10px;
  background-color: #efefef;
  border-radius: .5em;
  width:50VW;
  max-width:450px;
}

.poker_logo img {
  width:400px;
}

#comment {
  height: 200px;
  width: 80VW;
}

.comment {
  width: 80VW;
  max-width: 500px;
  background-color: #ffffff;
  color: #333333;
  padding: 5px;
  border: 1px solid #787878;
  border-radius: .25em;
  margin: 0px auto;
  margin-bottom: 10px;
  text-align: center;
}

div.logs {
  text-align: left;
  margin-left: 25px;
  margin-right: 25px;
}
.logs * {
  color: #ffffff;
}
/*.logs div.ref span:nth-child(n+2) * {*/
.logs div.ref span[data-key] {
  color: #333333;
}
.logs div.ref span[data-input] * {
  color: #ffffff;
}
.log_file *, .log_files * {
  color: darkorange;
  font-weight: bold;
  cursor: pointer;
}

/**
 * mobile
 */
@media (max-width: 768px) {

  .user {
    margin-bottom: .5em;
  }

  #registerTable {
    width: 380px;
    max-width: 380px;
  }

  #username, #password {
    height: 40px;
    font-size: 110%;
  }

  .poker_logo {
    /*margin-top: 3em;*/
  }

  .poker_logo img {
    width: 250px;
  }

  input[type="submit"], button {
    height: 50px;
    font-size: 110%;
  }

  input.voteButton {
    width: 300px;
    border-radius: .25em;
  }

  input.voteResultsButton {
    width: 350px;
    border-radius: .25em;
  }

  .loginCards {
    margin-top: 3em;
  }

  .userlist, .orderlist {
    padding-left: .5em;
    padding-right: .5em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .formButtons {
    margin-top: 0em;
  }

  .dataTables_wrapper .dataTables_length select {
    height: 40px;
    font-size: 110%;
  }
  .dataTables_wrapper .dataTables_filter input {
    height: 40px;
    font-size: 110%;
  }
/*
  .dataTables_wrapper .dataTables_filter label {
    display: none;
  }
  .dataTables_wrapper .dataTables_filter input {
    display: inherit;
  }
*/

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: none;
  }
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    display: none;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    display: inline;
    font-weight: bold;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    display: inline;
    font-weight: bold;
  }

  .dataTables_wrapper .dataTables_info .select-info {
    display: none;
  }

}

/*
 #####      #     ######   ######    #####
#     #    # #    #     #  #     #  #     #
#         #   #   #     #  #     #  #
#        #     #  ######   #     #   #####
#        #######  #   #    #     #        #
#     #  #     #  #    #   #     #  #     #
 #####   #     #  #     #  ######    #####
*/

.ace_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -2px -2px;
}

.two_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -75px -2px;
}

.three_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -148px -2px;
}

.four_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -220px -2px;
}

.five_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -294px -2px;
}

.six_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -366px -2px;
}

.seven_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -440px -2px;
}

.eight_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -512px -2px;
}

.nine_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -586px -2px;
}

.ten_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -658px -2px;
}

.jack_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -732px -2px;
}

.queen_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -804px -2px;
}

.king_clubs {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -878px -2px;
}

.ace_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -2px -100px;
}

.two_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -75px -100px;
}

.three_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -148px -100px;
}

.four_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -220px -100px;
}

.five_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -294px -100px;
}

.six_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -366px -100px;
}

.seven_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -440px -100px;
}

.eight_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -512px -100px;
}

.nine_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -586px -100px;
}

.ten_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -658px -100px;
}

.jack_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -732px -100px;
}

.queen_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -804px -100px;
}

.king_hearts {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -878px -100px;
}

.ace_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -2px -198px;
}

.two_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -75px -198px;
}

.three_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -148px -198px;
}

.four_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -220px -198px;
}

.five_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -294px -198px;
}

.six_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -366px -198px;
}

.seven_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -440px -198px;
}

.eight_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -512px -198px;
}

.nine_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -586px -198px;
}

.ten_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -658px -198px;
}

.jack_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -732px -198px;
}

.queen_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -804px -198px;
}

.king_spades {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -878px -198px;
}

.ace_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -2px -296px;
}

.two_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -75px -296px;
}

.three_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -148px -296px;
}

.four_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -220px -296px;
}

.five_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -294px -296px;
}

.six_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -366px -296px;
}

.seven_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -440px -296px;
}

.eight_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -512px -296px;
}

.nine_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -586px -296px;
}

.ten_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -658px -296px;
}

.jack_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -732px -296px;
}

.queen_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -804px -296px;
}

.king_diamonds {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards.png) -878px -296px;
}

.card_back_1 {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards-2.png) 0px -384px;
}
.card_back_2 {
  width: 72px;
  height: 96px;
  background: url(../images/windows-playing-cards-2.png) -71px -384px;
}