/*
    @import url(http://fonts.googleapis.com/css?family=Ubuntu:700);
    @import url(http://fonts.googleapis.com/css?family=Text+Me+One);
*/

/* latin-ext */
@font-face {
  font-family: 'Text Me One';
  font-style: normal;
  font-weight: 400;
  src: local('Text Me One'), local('TextMeOne-Regular'), url(/fonts/TextMeOne-Regular-Latin-EXT.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Text Me One';
  font-style: normal;
  font-weight: 400;
  src: local('Text Me One'), local('TextMeOne-Regular'), url(/fonts/TextMeOne-Regular-Latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html {
    font-family: sans-serif;
}
body {
/*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
*/
    background-image: url(/images/background.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    height:auto;
    background-repeat:no-repeat;
    background-attachment:fixed;
    padding:0px;
}
h1,
#nav a:hover,
#nav a:active,
#nav a.active,
#nav a:focus,
#footer a:hover,
#footer a:active,
#footer a:focus
{
    /*
    color: #A27BB0;
    text-shadow: 2px 2px rgba(162, 123, 176, 0.40);
    color: #A27BB0;
    text-shadow: 3px 3px rgba(162, 123, 176, 0.40);
    */
    color: rgba(240,180,255,0.75);
    text-shadow: 2px 2px 10px rgba(190,20,255,1);
}
#nav a.nope
{
    text-decoration: line-through;
}
#nav a.nope:hover,
#nav a.nope:active,
#nav a.nope.active,
#nav a.nope:focus
{
    color: rgba(240,180,0,0.75);
    text-shadow: 2px 2px 10px rgba(190,20,0,1);
}
h1
{
    text-align: center;
    font-family: 'Text Me One';
    font-weight: 400;
    font-size: 70px;
}
#content {
    /*background-color: rgb(66, 66, 66);*/
    background-color: rgb(0, 0, 0);
    color: #FFFFFF;
    color: rgba(175, 175, 175, 0.75);
    border-radius: 3px;
    border: 2px solid #fff;
    display: block;
    max-width: 800px;
    margin:0 auto;
}
table tr td
{
    color: rgba(175, 175, 175, 0.75) !important;
}
#nav a {
    padding: 0px 20px;
    color: rgba(175, 175, 175, 0.75);

    text-align: center;
    font-family: 'Text Me One';
    font-size: 30px;
}
#nav {
    text-align: center;
}
#content > section
{
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid #FFFFFF;
}
#content section p
{
    margin: 0.5em 0px;
}
#content section:last-child
{
    border-bottom: none;
}
#result,
.message.red
{
    color: rgba(175, 175, 175, 0.75);

    text-align: center;
    font-family: 'Text Me One';
    font-size: 25px;
}
#result.lost,
.message.red
{
    color: rgba(175, 75, 75, 0.75);
    text-shadow: 2px 2px rgba(175, 75, 75, 0.40);
}
#result.win
{
    color: rgba(75, 175, 75, 0.75);
    text-shadow: 2px 2px rgba(75, 175, 75, 0.40);
}
.maxProfit
{
    margin-top: 0px;
    color: #666666;
    font-size: 12px;
}
.card
{
    background-image: url(/images/Deck-72x100x16.gif);
    background-repeat: no-repeat;
    width: 72px;
    height: 100px;
    display: inline-block;
    border-radius: 6px;
}
#loginformwrapper,
#registerformwrapper
{
    float: left;
    width: 50%;
    padding: 20px;
    text-align: center;
}
#login,
#register
{
    display: inline-block;
    width: auto;
}
#loginformwrapper label,
#registerformwrapper label
{
    display: block;
}
#msg
{
    text-align: center;
    margin-bottom: 30px;
}
#msg a
{
    color: rgba(75, 175, 75, 0.75);
    text-shadow: 2px 2px rgba(75, 175, 75, 0.40);
    font-family: "Text Me One";
    font-size: 30px;
}
#msg.error a
{
    color: rgba(175, 75, 75, 0.75);
    text-shadow: 2px 2px rgba(175, 75, 75, 0.40);
}
#selectPos
{
    text-align: center;
    padding: 40px !important;
}
#selectPos a,
.dare .darefooter .buttons a,
.dare .darefooter .proof a,
.dare .darefooter .accept a,
.dare .proofform form input,
.spaceform input
{
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 0px;

    color: rgba(255,255,255,0.75);
    /*
    text-shadow: 1px 1px 5px rgba(255,255,255,1);
    */

    border: 1px solid rgba(255,255,255,0.75);
    /*
    box-shadow: 0px 0px 2px rgba(255,255,255,1);
    */
    text-transform: uppercase;
    font-size: 25px;

    font-family: 'Text Me One';
}
#selectPos a:hover,
#selectPos a:active,
#selectPos a.active,
#selectPos a:focus,
.dare .darefooter .buttons a:hover,
.dare .darefooter .buttons a:active,
.dare .darefooter .buttons a.active,
.dare .darefooter .buttons a:focus,
.dare .darefooter .proof a:hover,
.dare .darefooter .proof a:active,
.dare .darefooter .proof a.active,
.dare .darefooter .proof a:focus,
.dare .darefooter .accept a:hover,
.dare .darefooter .accept a:active,
.dare .darefooter .accept a.active,
.dare .darefooter .accept a:focus,
.dare.active .darefooter .accept a:hover,
.dare.active .darefooter .accept a:active,
.dare.active .darefooter .accept a.active,
.dare.active .darefooter .accept a:focus,
.dare .proofform form input:hover,
.dare .proofform form input:active,
.dare .proofform form input.active,
.dare .proofform form input:focus,
.spaceform input:hover,
.spaceform input:active,
.spaceform input.active,
.spaceform input:focus
{

    color: rgba(200,255,200,0.75);
    text-shadow: 1px 1px 5px rgba(0,255,0,1);

    border: 1px solid rgba(200,255,200,0.75);
    box-shadow: 0px 0px 2px rgba(0,255,0,1);

}
.H,
.D
{
    color: rgba(255,200,200,0.75);
    text-shadow: 0px 0px 10px rgba(255,0,0,1);
}
.S,
.C
{
    color: rgba(200,200,200,1);
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}
#footer a
{
    color: #666666;
    font-family: 'Text Me One';
}
.dares
{
    padding: 5px !important;
}
.dare
{
    width: calc(50% - 10px);
    float: left;
    height: 200px;
    border: 1px solid white;
    margin: 5px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 34px;
}
.dare .title,
.dare .description,
.dare .value,
.dare .active_user,
.proofform label
{
    padding: 7.5px;
    margin: 0px !important;
}
#dareform
{
    padding: 10px !important;
}
#dareform p,
.dare .title
{
    border-bottom: 1px solid;
}
#dareform p
{
    padding: 2px;
    margin: 0px !important;
}
/*
#dareform input[type="submit"]
{
    background-color: transparent;
    margin: 2px;
    text-transform: uppercase !important;
}
*/
.dare.active,
.dare.active .title,
.dare.active .description,
.dare.active .darefooter,
.dare.active .darefooter .accept a,
.dare.active .proofform input
{
    color:yellow;
    border-color: yellow;
}
.dare.failed,
.dare.failed .title,
.dare.failed  .description,
.dare.failed  .darefooter
{
    color:red;
    border-color: red;
}
.dare.succeeded,
.dare.succeeded .title,
.dare.succeeded  .description,
.dare.succeeded  .darefooter,
.dare .darefooter .proof a,
#dareform,
.spaceform input
{
    color:green;
    border-color: green;
}
.dare.new,
.dare.new .title,
.dare.new  .description,
.dare.new  .darefooter
{
    color:white;
    border-color: white;
}
.dare .proofform
{
    position: absolute;
    bottom: 34px;
    border-top: 1px solid;
    width: 100%;
}
.dare .proofform form,
.dare .proofform form .buttons
{
    margin: 0px !important;
}
.dare .proofform form .buttons
{
    margin-top: 2px !important;
    width: calc(100% - 93px);
}
.dare .proofform form input
{
    background-color: transparent;
    border-radius: 0px;
    margin: 0px;
}
.spaceform input
{
    text-transform: none;
    margin: 0px;
}
.spaceform input,
.dare .proofform form input[type="text"]
{
    background-color: #55555580;
}
.dare .proofform form input[type="text"]
{
    width: calc(100% - 71px);
}
.dare .proofform label,
.dare .proofform form input
{
    float: left;
    margin-right: 2px;
}
.dare .darefooter
{
    bottom: 0px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid white;
    padding: 0px !important;
}
.dare .darefooter .value,
.dare .darefooter .active_user
{
    float: left;
}
.dare .darefooter .buttons,
.dare .proofform .buttons,
.dare .darefooter .proof,
.dare .darefooter .accept
{
    float: right;
}
.dare .darefooter .buttons a,
.dare .darefooter .proof a,
.dare .darefooter .accept a,
.dare .proofform form input,
.spaceform input
{
    margin: 2px;
    font-size: 30px;
}
.spaceform
{
    margin: 0px;
    padding: 0px;
}
.spaceform input[type="submit"]
{
    background-color: transparent;
}
#dareform form
{
    margin: 0px;
    border: 1px solid green;
}
.spacecard
{
    font-size: 200px;
    line-height: 100%;
}
input[type="number"] {
  width: 125px;
}
input, .sel-shadow-workaround, textarea{
    background-color: rgb(220, 220, 220);
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 2px solid #fff;
    outline: none;
    user-select: all;
}
#bitmine td
{
    height: 30px;
    width: 26px;
    text-align: center;
    border: 1px solid;
}
#bitmine td a
{
    display: block;
    /*color: rgba(175, 175, 175, 0.75) !important;*/

    color: rgba(240,180,255,0.75);
    text-shadow: 2px 2px 10px rgba(190,20,255,1);
}


/*
input:focus, textarea:focus , .sel-shadow-workaround:focus{
    box-shadow: 3px 3px 3px 0px rgba(251, 122, 35, 0.5);
    box-shadow: 3px 3px 3px 0px rgba(162, 123, 176, 2);
}
input:hover, textarea:hover, .sel-shadow-workaround:hover, ul>li:hover{
    box-shadow: 3px 3px 3px 0px rgba(251, 122, 35, 0.25);
    box-shadow: 3px 3px 3px 0px rgba(162, 123, 176, 2);
}
*/
input[type='submit']:hover{
    cursor:pointer;
}
input[type='date']{
    text-align: center;
}
.clearfix:after
{
    content: ".";
    display: block !important;
    height: 0 !important;
    line-height: 0 !important;
    clear: both !important;
    visibility: hidden !important;
}
div,section,form
{
    box-sizing: border-box;
}
@media (max-width: 600px) {
    #hold
     {
        float: right;
    }
}
#double-input[type="checkbox"] {
    /*
    */
    display: none;
}
#double-label {
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 0px;
    color: rgba(255,255,255,0.75);
    border: 1px solid rgba(255,255,255,0.75);
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Text Me One';
    background: transparent;
    margin: 2px;
    cursor: pointer;
    transition: 
        color 0.2s,
        border-color 0.2s,
        box-shadow 0.2s,
        text-shadow 0.2s;
    position: relative;
}

#double-input[type="checkbox"]:checked + label,
#double-label.active {
    color: rgba(200,255,200,0.75);
    text-shadow: 1px 1px 5px rgba(0,255,0,1);
    border: 1px solid rgba(200,255,200,0.75);
    box-shadow: 0px 0px 2px rgba(0,255,0,1);
}
#double-input[type="checkbox"]:checked + label::after,
#double-label.active::after {
    content: "☑";
    color: rgba(200,255,200,0.85);
    margin-left: 8px;
    vertical-align: middle;
    line-height: 100%;
}

#double-input[type="checkbox"]:not(:checked) + label::after,
#double-label:not(.active)::after {
    content: "☐";
    color: rgba(255,255,255,0.5);
    margin-left: 8px;
    vertical-align: middle;
    line-height: 100%;
}

#double label:hover,
#double label:focus {
    color: rgba(200,255,200,0.75);
    text-shadow: 1px 1px 5px rgba(0,255,0,1);
    border: 1px solid rgba(200,255,200,0.75);
    box-shadow: 0px 0px 2px rgba(0,255,0,1);
}