﻿@charset "utf-8";

::selection {
    background: #02a0e0;
    color: #fff;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #0b2927;
    color: #46fef6;
    min-width: 1024px;
    min-height: 100vh;
    overflow: hidden;
}

a, button, input {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a, a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    button, button:hover, button:focus, button:active, input, input:hover, input:focus {
        outline: none;
    }

a {
    color: #46fef6;
}

    a:focus {
        color: #46fef6;
    }

    a:hover {
        color: #35e3db;
    }

    a.link {
        color: #8cc63e;
        border-bottom: dotted 1px #8cc63e;
    }

        a.link:hover {
            color: #7db432;
            border-bottom: solid 1px #7db432;
        }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.inline li {
        display: inline-block;
    }

    ul.block li {
        display: block;
    }

.overlay {
    position: absolute;
    z-index: 10;
    opacity: 0.8;
    /*left: 0;
    width: 100%;
    height: 100%;*/
    /*background-color: rgba(0,0,0,0.5);*/ /*dim the background*/
}

.com-btn {
    border: none;
    border: solid 2px #46fef6;
    color: #46fef6;
    background: none;
    border-radius: 3px;
    padding: 10px 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    min-width: 300px;
    box-shadow: 0px 0px 40px rgba(70,254,246,0.3);
    text-shadow: 0px 0px 20px rgba(70,254,246,0.5);
}

    .com-btn:hover {
        color: #333;
        background: #ff7b1a;
    }

.my-btn .com-btn:hover {
    color: #333 !important;
    background: #ff7b1a;
}

.yellow-btn {
    border: none;
    border: solid 2px #dfd700;
    color: #dfd700;
    background: none;
    border-radius: 3px;
    padding: 10px 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    min-width: 300px;
    box-shadow: 0px 0px 40px rgba(223,215,0,0.3);
    text-shadow: 0px 0px 20px rgba(223,215,0,0.5);
}

    .yellow-btn:hover {
        color: #333;
        background: #dfd700;
    }

.del-btn {
    border: none;
    border: solid 2px #ca3925;
    color: #ca3925;
    background: none;
    border-radius: 3px;
    padding: 10px 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    min-width: 300px;
    box-shadow: 0px 0px 40px rgba(202, 57, 37, 0.3);
    text-shadow: 0px 0px 20px rgba(202, 57, 37, 0.3);
}

    .del-btn:hover {
        color: #fff;
        background: #ca3925;
    }

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fix-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.header {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #0b2927;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    padding: 10px;
}

    .header:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: rgba(0,0,0,1);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }

    .header:after {
        clear: both;
        display: block;
        content: '';
    }

    .header .head-logo {
        float: left;
    }

        .header .head-logo .com-btn {
            color: #ff7b1a;
            border-radius: 0;
            border: none;
            float: left;
            min-width: 50px;
            margin-right: 0px;
            padding: 10px 15px;
            margin-top: 0px;
        }

        .header .head-logo .brand {
            font-size: 40px;
            text-shadow: 0px 0px 20px rgba(70,254,246,0.9);
            margin: 0;
            padding: 0;
            float: left;
            line-height: 54px;
        }

    .header .head-action {
        float: right;
    }

.head-action ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

    .head-action ul li {
        display: inline-block;
        vertical-align: top;
    }

        .head-action ul li.setting {
            padding-left: 20px;
            margin-left: 20px;
            position: relative;
        }

            .head-action ul li.setting:after {
                position: absolute;
                content: '';
                width: 2px;
                height: 100%;
                background: #3ad4cd;
                box-shadow: 0px 0px 10px rgba(70,254,246,0.5);
                top: 0;
                left: 0;
            }

            .head-action ul li.setting a {
                cursor: pointer;
            }

.head-action .setting .dropdown-menu {
    left: inherit;
    right: 0;
    background: rgba(0,0,0,0.2);
    border: none;
    box-shadow: 0px 0px 10px rgb(255, 123, 26);
    border-radius: 0;
    top: 130%;
    padding: 7px 0;
}

    .head-action .setting .dropdown-menu li {
        display: block;
    }

    .head-action .setting .dropdown-menu a {
        color: #46fef6;
        padding: 5px 20px;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 20px;
        text-align: right;
        text-shadow: 0px 0px 10px rgba(70,254,246,0.9);
    }

        .head-action .setting .dropdown-menu a:hover {
            background: rgba(70,254,246,1);
            color: #333;
        }

.head-action ul .user-name {
    font-family: 'roboto';
    text-align: left;
    letter-spacing: 2px;
}

    .head-action ul .user-name a {
        border-bottom: solid 1px #2fe0d8;
        display: inline-block;
        font-size: 20px;
        line-height: 20px;
        text-shadow: none;
        padding: 0 0 1px;
        margin: 0 0 1px;
        color: #2fe0d8;
    }

.left-sec {
    position: absolute;
    left: 0;
    width: 280px;
    top: 110px;
    padding: 20px;
    background: rgba(10, 183, 79,0.2);
    border-radius: 20px;
    padding-bottom: 0;
    max-width: 300px;
    top: 90px;
    padding-left: 20px;
}

.right-sec {
    position: absolute;
    right: 0;
    min-width: 300px;
    top: 110px;
    padding: 20px;
    background: rgba(10, 183, 79,0.2);
    border-radius: 20px;
    padding-bottom: 0;
    max-width: 300px;
    top: 90px;
    padding-right: 20px;
}

.center-wrap {
    width: calc(100% - 600px);
    left: 50%;
    position: absolute;
    top: 90px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: calc(100vh - 170px);
    overflow: auto;
}

.user-team {
    font-weight: 800;
    color: #2fe0d8;
}

#test {
    float: left;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: -20px;
    margin-bottom: -15px;
}

#DateCountdown {
    border: solid 1px #888401;
    border-radius: 5px;
    box-sizing: border-box;
    color: #2fe0d8;
}

@keyframes flicker {
    0% {
        opacity: .54996;
    }

    5% {
        opacity: .43186;
    }

    10% {
        opacity: .76245;
    }

    15% {
        opacity: .38195;
    }

    20% {
        opacity: .3507;
    }

    25% {
        opacity: .34021;
    }

    30% {
        opacity: .37999;
    }

    35% {
        opacity: .58021;
    }

    40% {
        opacity: .11827;
    }

    45% {
        opacity: .66552;
    }

    50% {
        opacity: .62447;
    }

    55% {
        opacity: .51802;
    }

    60% {
        opacity: .644;
    }

    65% {
        opacity: .96316;
    }

    70% {
        opacity: .08441;
    }

    75% {
        opacity: .89855;
    }

    80% {
        opacity: .47529;
    }

    85% {
        opacity: .1044;
    }

    90% {
        opacity: .95478;
    }

    95% {
        opacity: .56332;
    }

    100% {
        opacity: .52633;
    }
}

.map-bg {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0b2927;
}

.landing-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
}

.landing-wrap {
    position: relative;
}

    .landing-wrap .inner {
        width: 850px;
        margin: 0 auto;
        text-align: center;
    }

    .landing-wrap.reg .inner {
        width: 1000px;
    }

    .landing-wrap .land-title {
        font-size: 52px;
        text-shadow: 0px 0px 10px rgba(70,254,246,0.5);
        letter-spacing: 10px;
        margin: 0 0 100px;
        padding: 0 0 65px;
        position: relative;
    }

    .landing-wrap.reg .land-title {
        margin: 0 0 40px;
        padding: 0 0 40px;
    }

    .landing-wrap .land-title:after {
        position: absolute;
        content: '';
        width: 300px;
        height: 2px;
        background: #46fef6;
        box-shadow: 0px 0px 10px rgba(70,254,246,0.5);
        left: 50%;
        bottom: 0;
        margin-left: -150px;
    }

    .landing-wrap .land-text {
        display: table;
        width: 100%;
        margin: 0 0 100px;
    }

        .landing-wrap .land-text .land-left {
            display: table-cell;
            width: 300px;
            position: relative;
            vertical-align: middle;
        }

    .landing-wrap .land-left:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        background: #46fef6;
        box-shadow: 0px 0px 10px rgba(70,254,246,0.5);
        top: 0;
        right: 0;
    }

    .landing-wrap .land-text .land-right {
        display: table-cell;
        width: calc (100% - 300px);
        padding-left: 20px;
        text-align: left;
        vertical-align: middle;
    }

    .landing-wrap .land-text h2 {
        margin: 0;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 8.5px;
        text-align: left;
        text-shadow: 0px 0px 10px rgba(70,254,246,0.5);
    }

        .landing-wrap .land-text h2 span {
            font-size: 62px;
            display: block;
            line-height: 62px;
            letter-spacing: 15px;
        }

    .landing-wrap .land-right p {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        letter-spacing: 2px;
        text-shadow: 0px 0px 10px rgba(70,254,246,0.5);
    }

.reg-block {
    margin: 0 0 40px;
}

.frm-reg .form-group {
    margin: 0 0 20px;
}

.frm-reg .form-control {
    border: solid 2px #46fef6;
    box-shadow: 0px 0px 40px rgba(70,254,246,0.3);
    border-radius: 5px;
    background: none;
    color: #46fef6;
    font-size: 16px;
    line-height: 26px;
    height: auto;
    padding: 10px 20px;
    text-shadow: 0px 0px 20px rgba(70,254,246,0.5);
}

    .frm-reg .form-control option {
        box-shadow: none;
        color: #333;
        text-shadow: none;
        background: #fff;
    }

.frm-reg ::-webkit-input-placeholder {
    color: #46fef6;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(70,254,246,0.5);
}

.frm-reg ::-moz-placeholder {
    color: #46fef6;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(70,254,246,0.5);
}

.frm-reg :-ms-input-placeholder {
    color: #46fef6;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(70,254,246,0.5);
}

.frm-reg :-moz-placeholder {
    color: #46fef6;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(70,254,246,0.5);
}

.reg-block .frm-face {
    padding: 30px 30px 24px;
    text-align: center;
    border: solid 2px #46fef6;
    box-shadow: 0px 0px 40px rgba(70,254,246,0.3);
    border-radius: 5px;
}

.frm-face .face-title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 30px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(70,254,246,0.5);
    font-weight: 400;
    text-transform: uppercase;
}

.frm-face .emblem-wrap {
    margin: 0 -3px;
}

    .frm-face .emblem-wrap:after {
        clear: both;
        display: block;
        content: '';
    }

.emblem-wrap .emblem-block {
    width: 25%;
    padding: 0 3px;
    margin: 0 0 6px;
    float: left;
}

.emblem-wrap .avtar-face {
    border: solid 2px #46fef6;
    border-radius: 5px;
    background: rgba(70,254,246,0.05);
}

.avtar-face svg {
    width: 100%;
    display: block;
}

    .avtar-face svg path {
        fill: #46fef6;
    }

.avtar-face:hover svg {
    transform: scale(1.1);
}

.avtar-face {
    cursor: pointer;
    transition: all 0.4s;
}

.game-btn .com-btn {
    margin: 0 10px;
}

.jvectormap-container {
    background: #0b2927 !important;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    display: none;
}

.call-wrap {
    margin: 0 0 40px;
}

    .call-wrap .call-action .call-link {
        padding: 0 10px;
        display: block;
        font-size: 14px;
        font-weight: 700;
        font-family: 'roboto';
        letter-spacing: 1px;
        line-height: 20px;
    }

        .call-wrap .call-action .call-link:after {
            clear: both;
            display: block;
            content: '';
        }

        .call-wrap .call-action .call-link.collapsed {
            border-bottom: solid 2px #46fef6;
        }

    .call-wrap .call-action .label-bg {
        background: rgba(70,254,246,0.1);
        padding: 5px 10px;
        display: inline-block;
        border-radius: 5px 5px 0 0;
        border: solid 2px #46fef6;
        border-bottom: none;
        text-align: center;
        float: left;
    }

        .call-wrap .call-action .label-bg.arow {
            float: right;
        }

            .call-wrap .call-action .label-bg.arow span {
                vertical-align: -2px;
            }

    .call-wrap .call-block {
        border: solid 2px #46fef6;
        padding: 3px;
        background: rgba(70,254,246,0.05);
        margin: 0;
        border-radius: 5px;
    }

.call-block .call-inner {
    background: rgba(70,254,246,0.05);
    max-height: 248px;
}

.lead-wrap .lead-user {
    padding: 3px;
}

    .lead-wrap .lead-user.own {
        background: rgba(70,254,246,0.15);
    }

    .lead-wrap .lead-user:after {
        clear: both;
        display: block;
        content: '';
    }

.lead-user
{
    margin: 5px;
    transition: all 0.3s;
    cursor: pointer;
    padding-bottom: 15px;
}

    .lead-user:hover {
        background: rgba(58, 212, 205, 0.1);
    }

.lead-user .lead-avtar {
    width: 54px;
    float: left;
}

.lead-user .lead-detail {
    margin: 5px;
}

.lead-avtar .avtar-face {
    border: solid 2px #46fef6;
    border-radius: 5px;
    background: rgba(70,254,246,0.05);
}

.lead-wrap .lead-detail {
    margin-left: 0px;
}

.lead-detail .lead-name {
    color: #ffff00;
    line-height: 20px;
    margin: 0 0 3px;
    text-transform: uppercase;
    float: right;
}

.own .lead-detail .lead-name {
}

.lead-detail .lead-rank {
    color: #dfd700;
    margin: 0;
    line-height: 15px;
}

.lead-detail .lead-score {
    color: #35bab4;
    margin: 0;
    line-height: 15px;
}

.event-list {
}

    .event-list .list-scroll {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .event-list .list-scroll.chat-list {
            padding: 2px 0px 2px 2px;
        }

        .event-list .list-scroll li {
            display: block;
            position: relative;
            padding: 5px;
        }

        .event-list .list-scroll.chat-list li {
            background: rgba(70,254,246,0.1);
            margin: 0 2px 3px 0;
        }

        .event-list .list-scroll.list-style li {
            padding-left: 25px;
        }

        .event-list .list-scroll.list-style li:hover {
            background: rgba(58, 212, 205, 0.1);
        }

            .event-list .list-scroll.list-style li:before {
                width: 10px;
                height: 10px;
                border-radius: 10px;
                border: solid 2px #dfd700;
                position: absolute;
                left: 7px;
                top: 9px;
                content: '';
            }

            .event-list .list-scroll.list-style li.team:before {
                border: solid 2px #d8510f;
            }

        .event-list .list-scroll .list-text {
            margin: 0;
            font-size: 14px;
            line-height: 18px;
        }

        .event-list .list-scroll .time {
            display: block;
            line-height: 10px;
            font-size: 10px;
        }

        .event-list .list-scroll .user-name {
            color: #dfd700;
        }

        .event-list .list-scroll .team .user-name {
            color: #d8510f;
        }

.chat-input {
    max-width: 270px;
}

    .chat-input .input-group .form-control {
        border: solid 1px #46fef6;
        background: none;
        color: #46fef6;
    }

    .chat-input .input-group-btn > .btn {
        border: solid 1px #46fef6;
        background: none;
        color: #46fef6;
    }

    .chat-input ::-webkit-input-placeholder {
        color: #46fef6;
    }

    .chat-input ::-moz-placeholder {
        color: #46fef6;
    }

    .chat-input :-ms-input-placeholder {
        color: #46fef6;
    }

    .chat-input :-moz-placeholder {
        color: #46fef6;
    }

            .msg {
    border-bottom: 1px solid #46fef6;
}

            .msg:hover {
                background: rgba(58, 212, 205, 0.1);
            }
.team-list {
    max-height: 200px;
    padding: 3px 3px 0;
    max-width: 270px;
}

    .team-list .team-box {
        margin: 0 -3px;
    }

        .team-list .team-box:after {
            clear: both;
            display: block;
            content: '';
        }

.team-box .team-face {
    width: 33.3333%;
    padding: 0 3px;
    margin: 0 0 6px;
    float: left;
}

.team-face .avtar-face {
    border: solid 2px #46fef6;
    border-radius: 5px;
    background: rgba(70,254,246,0.05);
}

.avtar-face svg {
    width: 100%;
    display: block;
}

    .avtar-face svg path {
        fill: #46fef6;
    }

.avtar-face:hover svg {
    transform: scale(1.1);
}

.avtar-face {
    cursor: pointer;
    transition: all 0.4s;
}

.bonus-btn {
}

    .bonus-btn .com-btn {
        padding: 7px 20px;
        margin: 0 0 5px;
        font-size: 14px;
    }

        .bonus-btn .com-btn:last-child {
            margin: 0;
        }

.time-process {
    background: rgba(70,254,246,0.5);
    padding: 5px;
    position: fixed;
    bottom: 1px;
    min-width: 500px;
    max-width: 750px;
    margin-left: 320px;
    display: table;
}

    .time-process span {
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'roboto';
        letter-spacing: 1px;
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
        line-height: 16px;
    }

        .time-process span.left-lab {
            width: 1%;
            text-align: left;
            padding-right: 5px;
        }

        .time-process span.right-lab {
            width: 1%;
            text-align: right;
            padding-left: 5px;
        }

    .time-process .progress {
        margin: 0;
        background: none;
        border: solid 1px #46fef6;
        padding: 1px;
        height: 16px;
        display: table-cell;
        width: 90%;
        vertical-align: middle;
    }

        .time-process .progress .progress-bar-info {
            background: #46fef6;
            border-radius: 3px;
        }

.call-wrap .media-heading {
    color: #ff7b1a;
}

.call-wrap .panel {
    background: none;
    border: #46fef6 solid 1px;
    transition: all 0.3s;
}

.call-wrap .panel-heading {
    border-bottom: #46fef6 solid 1px;
    color: #ff7b1a;
}

    .call-wrap .conversation:hover {
    background: rgba(58, 212, 205, 0.1);
}

.call-wrap .conversation.btn {
    border: none;
    border-radius: 0;
}

    .call-wrap .conversation.btn[disabled] {
        border: none;
    }

.call-wrap .conversation:hover {
    background: rgba(70,254,246,0.2);
}

.call-wrap .conversation .media-heading {
    color: #fff;
}

.reg-block .remember {
    float: left;
    margin: 0 0 20px;
    padding: 0;
}

.reg-block .forgot {
    float: right;
    color: #46fef6;
}

    .reg-block .forgot:hover {
        color: #2abdb7;
    }

.reg-block .field-validation-error {
    display: block;
    text-align: left;
}

.reg-block .log-line {
    text-align: center;
    margin: 30px 0 0;
}

    .reg-block .log-line a {
        border-bottom: dotted 1px #46fef6;
    }

        .reg-block .log-line a:hover {
            border-bottom: solid 1px #46fef6;
        }

.reg-block option {
    color: #333;
    background: #fff;
}

.reg-block .checkbox label {
    display: inline-block;
    vertical-align: 0px;
    font-weight: 400;
    cursor: pointer;
    padding-left: 0;
    color: #46fef6;
}

.reg-block .checkbox input[type=checkbox] {
    display: none;
}

    .reg-block .checkbox input[type=checkbox] ~ span {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: -4px;
        border-radius: 2px;
        border: solid 2px #46fef6;
        margin: 0 10px 0 0;
        position: relative;
    }

    .reg-block .checkbox input[type=checkbox]:checked ~ span:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        height: 8px;
        width: 8px;
        background: #46fef6;
    }


.black-box {
    background: #000;
    border-radius: 3px;
    border: solid 1px rgba(70,254,246,0.1);
    overflow: hidden;
    margin: 0 0 25px;
}

    .black-box:after {
        content: '';
        clear: both;
        display: block;
    }

.black-box-head {
    border-bottom: 1px solid #23282c;
    background-color: #111;
    color: #ff7b1a;
    padding: 12px 20px;
}

    /*.black-box-head hr {
        border-top: 1px solid rgba(70,254,246,0.1);
    }*/

.black-box-content {
    background: #000;
    padding: 25px;
}

    .black-box-content:after {
        content: '';
        clear: both;
        display: block;
    }

.black-box-foot {
    background-color: #111;
    border-top: 1px solid #23282c;
    text-align: center;
}

.table {
    border: solid 1px rgba(70,254,246,0.1);
}

    .table > thead > tr > th {
        border-color: rgba(70,254,246,0.05);
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-color: rgba(70,254,246,0.05);
    }

.table-striped > tbody > tr {
    background-color: rgba(70,254,246,0.05);
}

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: rgba(70,254,246,0.1);
    }

.list-wrap .table th {
    background: rgba(70, 254, 246, 0.5);
}

.game-time {
    min-height: 100vh;
    padding: 110px 0 0;
    position: relative;
    text-align: center;
}

    .game-time .game-name {
        font-size: 60px;
        color: #46fef6;
        margin: 0 0 30px;
    }

    .game-time .time-wrap {
        margin: 0 0 30px;
    }

.modal-content {
    border-color: #46fef6;
    overflow: hidden;
}

.modal-header {
    background: #070e0d;
    border-color: #46fef6;
}

.dash .modal-title {
    color: #ff7b1a;
}

    .dash .modal-title label {
        margin: 0;
    }

.modal-header .close {
    color: #46fef6;
    opacity: 1;
    font-weight: 300;
}

    .modal-header .close:hover {
        opacity: 0.7;
    }

.modal-body {
    background: #0b1614;
    overflow: hidden;
}

    .modal-body .form-control {
        border: solid 2px #46fef6;
        box-shadow: 0px 0px 40px rgba(70,254,246,0.3);
        border-radius: 5px;
        background: none;
        color: #46fef6;
        font-size: 16px;
        line-height: 26px;
        height: auto;
        padding: 10px 20px;
        text-shadow: 0px 0px 20px rgba(70,254,246,0.5);
    }

        .modal-body .form-control.model-txt {
            background: #0d4b40;
            color: #00ffff;
        }

.modal .btn.yellow {
    background: #2fe0d8;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.loader-wrap {
    position: absolute;
    top: calc(55% - 140px);
    left: calc(55% - 140px);
}

#divContainer {
    z-index: 111;
}

.fb-chat.draggable {
    border: solid 1px #46fef6;
    background: #f2f2f2;
}

.fb-chat.panel-primary > .panel-heading {
    border: none;
    background: #0b2927;
}

.fb-chat.draggable .messageArea {
    padding: 10px;
    border: solid 1px #ddd;
    background: #fff;
}

    .fb-chat.draggable .messageArea .message {
        padding: 4px 0;
        line-height: 14px;
    }

.fb-chat .text-primary {
    color: #444;
}

    .fb-chat .text-primary strong {
        color: #28d6ce;
    }

.fb-chat .btn-primary {
    background: rgba(70,254,246,0.1);
    border: solid 2px #46fef6;
    color: #28d6ce;
    outline: none;
}

    .fb-chat .btn-primary:hover {
        background: #46fef6;
        color: #333;
    }

.resetError {
    color: #a94442;
}

.text-error {
    color: #a94442 !important;
}

.my-btn {
    float: left;
    padding: 1px;
    text-align: center;
    background: linear-gradient(#ff7b1a, #ff7b1a) 0 0 no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 0 0 no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 100% 0 no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 100% 0 no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 0 100% no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 0 100% no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 100% 100% no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 100% 100% no-repeat,rgba(99,99,99,0);
    background-size: 2px 10px,10px 2px;
    transition: .3s ease;
    margin-top: 5px;
    margin-right: 25px;
}

    .my-btn:hover {
        background: linear-gradient(#ff7b1a, #ff7b1a) 0 0 no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 0 0 no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 100% 0 no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 100% 0 no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 0 100% no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 0 100% no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 100% 100% no-repeat,linear-gradient(#ff7b1a, #ff7b1a) 100% 100% no-repeat,rgba(99,99,99,0);
        background-size: 200px 2px,2px 200px;
    }

.bounce {
    animation-name: bounce;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.media-body small.text-justify {
    font-family: 'Roboto', sans-serif;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.btm-up-down {
    box-shadow: 0px 0px 20px rgba(70,254,246,0.9);
    cursor: pointer;
    line-height: 50px;
    width: 100px;
    border: 2px solid #3ad4cd;
    height: 50px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: -50px;
    right: auto;
    left: 95px;
    text-align: center;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    transform: rotate(180deg);
}

    .btm-up-down .glyphicon {
        color: #3ad4cd;
        font-size: 22px;
        margin-top: 20px;
        display: inline-block;
    }

.btm-up-down-1 {
    box-shadow: 0px 0px 20px rgba(70,254,246,0.9);
    cursor: pointer;
    line-height: 50px;
    width: 100px;
    height: 50px;
    border: 2px solid #3ad4cd;
    border-bottom: none;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: -52px;
    right: auto;
    left: 95px;
    text-align: center;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    transform: rotate(180deg);
}

    .btm-up-down-1 .glyphicon {
        color: #3ad4cd;
        font-size: 22px;
        margin-top: 20px;
        display: inline-block;
    }


.rotate {
    -webkit-animation: 4s linear infinite rotate;
    animation: 4s linear infinite;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 50%;
    animation-name: rotate;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.logo {
    -webkit-animation: flicker 2s infinite;
    text-align: center;
}

@-webkit-keyframes flicker {
    0% {
        opacity: 0;
    }

    9% {
        opacity: 0;
    }

    10% {
        opacity: .5;
    }

    13% {
        opacity: 0;
    }

    20% {
        opacity: .5;
    }

    25% {
        opacity: 1;
    }
}

#tblJeoPardyQuestion {
    color: black;
    font-size: 18px;
}

#tblJeoPardyQuestion thead tr th {
        text-align: center;
    background-color: rgba(47, 224, 216, 0.3);
    border-radius: 50px;
}

#divChatWindow .chat-content {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#txtClientGamePointToken {
    width: 100%;
}

#loading {
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #46fef6;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff7b1a;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

.radio-view {
    display: inline-block;
    margin-right: 20px;
}

.radio-btn .radio-view label {
    color: #46fef6;
    font-size: 12px;
}

.radio-view input[type=radio] {
    visibility: hidden;
    height: 0;
    width: 8px;
}

    .radio-view input[type=radio] + span {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: -4px;
        border-radius: 100%;
        border: solid 2px #ff7b1a;
        margin: 0;
        position: relative;
        float: left;
    }

    .radio-view input[type=radio]:checked + span:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        height: 8px;
        width: 8px;
        background: #ff7b1a;
        border-radius: 100%;
    }

div.token-score {
    text-align: center;
    font-size: x-large;
}

#TeamList ul li {
    margin: 8px;
    cursor: pointer;
    font-size: large;
}

#TeamList ul li.selected {
    background: rgba(70, 254, 246, 0.5);
}

#TeamList ul li:hover {
    background: rgba(70, 254, 246, 0.5);
}

