@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
    font-family: "Digital";
    src: url("https://assets.codepen.io/127738/digital-7+%28mono%29.ttf") format("truetype");
}
/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('../images/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('../images/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #E74B37;
    }

/* mail */
.loginBtn--mail {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #04c2f6;
}

    .loginBtn--mail:before {
        border-right: #0d6080 1px solid;
        background: url('../images/icon_mail.png') 2px 3px no-repeat;
    }

    .loginBtn--mail:hover,
    .loginBtn--mail:focus {
        background: #0c618d;
    }


.dgprdiv {
    /* width: 300px; */
    overflow: auto;
    background-color: darkblue;
    color: white;
    scrollbar-base-color: gold;
    font-family: "Times New Roman";
    padding: 10px;
}


.tableresponsive {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    .tableresponsive-layout: fixed;
}

    .tableresponsive caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .tableresponsive tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    .tableresponsive th,
    .tableresponsive td {
        padding: .625em;
        text-align: center;
    }

    .tableresponsive th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    /*.tableresponsive {
        border: 0;
    }

        .tableresponsive caption {
            font-size: 0.2em;
        }

        .tableresponsive thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .tableresponsive tr {
            border-bottom: 1px solid #ddd;
            display: block;
            margin-bottom: .2em;
        }

        .tableresponsive td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .4em;
            text-align: right;
        }

            .tableresponsive td::before {*/
                /*
    * aria-label has no advantage, it won't be read inside a .tableresponsive
    content: attr(aria-label);
    */
                /*content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .tableresponsive td:last-child {
                border-bottom: 0;
            }*/

    .tableresponsive {
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        .tableresponsive-layout: fixed;
    }

        .tableresponsive caption {
            font-size: 0.5em;
            margin: .5em 0 .75em;
        }

        .tableresponsive tr {
            background-color: #f8f8f8;
            border: 1px solid #ddd;
            padding: .35em;
        }

        .tableresponsive th,
        .tableresponsive td {
            padding: .625em;
            text-align: center;
            font-size: 0.6em;
        }

        .tableresponsive th {
            font-size: .6em;
            letter-spacing: .1em;
            text-transform: uppercase;
        }
}




.coin.silver p {
    color: rgba(160,160,160,1);
}

.coin {
    cursor: pointer;
    content: "";
    width: 52px;
    height: 52px;
    display: inline-block;
    position: relative;
    margin: 5px;
    top: 6px;
    border-radius: 50px;
    z-index: 500;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .1);
}

    .coin:after {
        content: "";
        width: 42px;
        height: 42px;
        display: block;
        top: 4px;
        left: 4px;
        position: absolute;
        border-radius: 50px;
        z-index: 600;
    }

    .coin:before {
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        border-radius: 50px;
        z-index: 500;
    }

    .coin:hover {
        top: -1px;
        transition: all .5s ease-in-out;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
    }

.bronze {
    background: linear-gradient(45deg, rgba(223,182,103,1) 0%,rgba(249,243,232,1) 56%,rgba(231,192,116,1) 96%);
}

    .bronze:before {
        background: linear-gradient(135deg, #d19c35 0%,#f7e6c5 50%,#e8b558 100%);
        border: 1px solid #e6b86a;
    }

    .bronze:after {
        background: linear-gradient(45deg, rgba(223,182,103,1) 0%,rgba(249,243,232,1) 56%,rgba(231,192,116,1) 96%);
        border-top: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(209,156,53,0.3);
        border-right: 1px solid rgba(209,156,53,0.5);
        box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, .05);
    }

    .bronze:hover:after {
        background: linear-gradient(45deg, rgba(223,182,103,1) 0%,rgba(249,243,232,1) 41%,rgba(231,192,116,1) 96%);
        border-top: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(209,156,53,0.3);
        border-right: 1px solid rgba(209,156,53,0.5);
        box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, .05);
    }

.silver {
    background: linear-gradient(45deg, rgba(160,160,160,1) 0%,rgba(232,232,232,1) 56%);
}

    .silver:before {
        background: linear-gradient(45deg, rgba(181,181,181,1) 0%,rgba(252,252,252,1) 56%,rgba(232,232,232,1) 96%);
        border: 1px solid rgba(181,181,181,1);
    }


    .silver:after {
        background: linear-gradient(45deg, rgba(181,181,181,1) 0%,rgba(252,252,252,1) 56%,rgba(232,232,232,1) 96%);
        border-top: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(160,160,160,0.3);
        border-right: 1px solid rgba(160,160,160,0.5);
        box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
    }

    .silver:hover:after {
        background: linear-gradient(45deg, rgba(181,181,181,1) 0%,rgba(252,252,252,1) 38%,rgba(232,232,232,1) 96%);
        border-top: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(160,160,160,0.3);
        border-right: 1px solid rgba(160,160,160,0.5);
        box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
    }

.gold {
    background: linear-gradient(45deg, rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
}

    .gold:before {
        background: linear-gradient(45deg, rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
        border: 1px solid rgba(242,215,12,1);
    }


    .gold:after {
        background: linear-gradient(45deg, rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
        border-top: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(242,215,12,0.3);
        border-right: 1px solid rgba(242,215,12,0.3);
        box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
    }

    .gold:hover:after {
        background: linear-gradient(45deg, rgba(242,215,12,1) 3%,rgba(255,255,255,1) 39%,rgba(252,235,0,1) 100%);
        border-top: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3);
        border-bottom: 1px solid rgba(242,215,12,0.3);
        border-right: 1px solid rgba(242,215,12,0.3);
        box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
    }


#traffic-light {
    width: 100px;
    height: 300px;
    position: relative;
}

.bulb1 {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid black;
    bottom: 0;
}

.bulb2 {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid black;
    bottom: 100px;
}

.bulb3 {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid black;
    bottom: 200px;
}

.red {
    background-color: red;
}

.yellow {
    background-color: yellow;
}

.lawngreen {
    background-color: lawngreen;
}