﻿@charset "utf-8";

@font-face {
    font-family: 'mohave';
    src: url('../fonts/mohave-webfont.woff2') format('woff2'), url('../fonts/mohave-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'mohave';
    src: url('../fonts/mohave-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'mohave';
    src: url('../fonts/mohave-bold-webfont.woff2') format('woff2'), url('../fonts/mohave-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TTSquaresCondensed-Thin';
    src: url('../fonts/TTSquaresCondensed-Thin.eot') format('embedded-opentype'), url('../fonts/TTSquaresCondensed-Thin.ttf') format('truetype'),url('../fonts/TTSquaresCondensed-Thin.woff') format('woff');
}


@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

a, a:hover, a:focus, button, button:hover, button:focus, input, input:focus, select, select:focus, textarea, textarea:focus {
    outline: none;
}

    a:hover, a:focus {
        color: #0ab74f;
    }

::selection {
    background: #0ab74f;
}

body {
    background: #000;
    font-family: TTSquaresCondensed-Thin;
    min-height: 100vh;
    color: #2fe0d8;
    overflow: hidden;
}

.header {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: none;
    position: relative;
    width: 100%;
    z-index: 100;
    top: 0;
    padding: 20px;
    padding-bottom:5px;
    background-color: darkslategray;
}

    .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 .brand {
            font-size: 40px;
            text-shadow: 0px 0px 20px rgba(70,254,246,0.9);
            margin: 0;
            padding: 0;
            color: #46fef6;
            font-family: 'mohave';
            font-weight: 700;
        }

    .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 .setting .dropdown-menu {
    left: inherit;
    right: 0;
    background: rgba(0,0,0,0.2);
    border: none;
    border-radius: 0;
    top: 130%;
    padding: 7px 0;
    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;
    padding: 0;
}

    .head-action .setting .dropdown-menu: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;
    }

    .head-action .setting .dropdown-menu li {
        display: block;
    }

    .head-action .setting .dropdown-menu a {
        color: #ff7b1a;
        padding: 7px 20px;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 20px;
        text-align: center;
        font-weight: 900;
        text-shadow: none;
    }


        .head-action .setting .dropdown-menu a:hover {
            background: rgb(255, 123, 26);
            color: #333;
            text-shadow: none;
            font-weight: 900;
        }

.head-action ul .user-name {
    font-family: 'mohave';
    text-align: right;
    letter-spacing: 2px;
}


.head-action ul .user-team a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #28c6bf;
    text-decoration: none;
}

#DateCountdown {
    float: right;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: -20px;
    border-radius: 0px;
    box-sizing: border-box;
    margin-bottom: -20px;
    color: #2fe0d8;
    box-shadow: none;
    margin: 0 !important;
    padding: 1px;
    text-align: center;
    background: linear-gradient(#dfd700, #dfd700) 0 0 no-repeat,linear-gradient(#dfd700, #dfd700) 0 0 no-repeat,linear-gradient(#dfd700, #dfd700) 100% 0 no-repeat,linear-gradient(#dfd700, #dfd700) 100% 0 no-repeat,linear-gradient(#dfd700, #dfd700) 0 100% no-repeat,linear-gradient(#dfd700, #dfd700) 0 100% no-repeat,linear-gradient(#dfd700, #dfd700) 100% 100% no-repeat,linear-gradient(#dfd700, #dfd700) 100% 100% no-repeat,rgba(99,99,99,0);
    background-size: 2px 12px,12px 2px;
}

.login-frm {
    max-width: 460px;
    margin: 0 auto;
    position: relative;
}

    .login-frm.large {
        max-width: 600px;
    }

.frm-wrap {
    padding: 25px;
    margin: 0 0 15px;
    border: solid 2px rgba(70,254,246,0.8);
    position: relative;
    box-shadow: 0 0 20px rgba(70,254,246,0.5);
    background: rgba(0, 0, 0, 0.5);
}
/*.frm-wrap:before,
.frm-wrap:after{content:'';position:absolute;background:rgba(70,254,246,0.8);}
.frm-wrap:before{height:50%;width:2px;top:0;left:0;}
.frm-wrap:after{width:30%;height:2px;bottom:0;right:0;}*/

.form-group {
    margin: 0 0 20px;
    border: solid 2px #299a95;
    position: relative;
    box-shadow: 0 0 15px rgba(1,132,53,0.8);
    background: rgba(1, 132, 53,0.1);
}


.frm-reg .form-group {
    margin: 0 0 20px;
    border: 1px solid #843800;
    position: relative;
    box-shadow: none;
    background: rgba(1, 132, 53,0.1);
    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;
    background-color: rgba(245, 119, 26,0.2);
}

.frm-reg h1.wrap-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #ff7b1a;
    text-align: center;
}

.frm-reg .form-group .form-control {
    color: #ff7b1a;
    font-weight: bold;
    font-size: 17px;
    text-shadow: none;
    padding: 10px 15px;
}
/*.form-group:before,
.form-group:after{content:'';position:absolute;display:block !important;}
.form-group:before{width:70%;height:2px;background:#299a95;top:0;left:0;}
.form-group:after{height:30%;width:2px;background:#299a95;bottom:0;right:0;}*/

.form-group label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 14px;
    color: #46fef6;
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif;
}

.form-group .form-control {
    margin: 0;
    padding: 15px 15px 10px 15px;
    height: auto;
    box-shadow: none;
    background: none;
    border: none;
    font-size: 16px;
    color: #299a95;
    line-height: 18px;
    border-radius: 3px;
}

.form-group ::-webkit-input-placeholder {
    color: #ff7b1a;
}

.form-group ::-moz-placeholder {
    color: #ff7b1a;
}

.form-group :-ms-input-placeholder {
    color: #ff7b1a;
}

.form-group :-moz-placeholder {
    color: #ff7b1a;
}

.frm-wrap .forgot {
    float: right;
    font-family: 'Roboto', sans-serif;
    color: #ff7b1a;
}

.frm-wrap .form-control {
    margin: 0;
    padding: 0px 15px 10px 15px;
    height: auto;
    box-shadow: none;
    background: none;
    border: none;
    font-size: 16px;
    color: #299a95;
    line-height: 18px;
    border-radius: 3px;
}

.frm-wrap .remember {
    float: left;
    color: #34b811;
}

    .frm-wrap .remember label {
        color: #46fef6;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }

.checkbox {
    margin: 0;
}

    .checkbox label {
        margin: 0;
        line-height: normal;
        display: inline-block;
        vertical-align: 0px;
        font-weight: 400;
        cursor: pointer;
        padding-left: 0;
    }

    .checkbox input[type=checkbox] {
        display: none;
    }

        .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;
        }

        .checkbox input[type=checkbox]:checked ~ span:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            height: 8px;
            width: 8px;
            background: #46fef6;
        }

.login-frm .account {
    float: left;
    color: #299a95;
    text-decoration: underline;
}

.login-frm .start {
    float: right;
    color: #299a95;
    text-decoration: underline;
}

.frm-wrap .clearfix {
    border-bottom: solid 1px #46fef6;
    padding-bottom: 20px;
}

.frm-wrap .btn-wrap.mar {
    margin-top: 30px;
}

.frm-wrap .btn-wrap {
    text-align: center;
}

.com-btn {
    border: none;
    font-size: 14px;
    color: #46fef6;
    background: none;
    padding: 10px 25px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    border-radius: 0;
    min-width: 180px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    background: linear-gradient(#46fef6, #46fef6) 0 0 no-repeat,linear-gradient(#46fef6, #46fef6) 0 0 no-repeat,linear-gradient(#46fef6, #46fef6) 100% 0 no-repeat,linear-gradient(#46fef6, #46fef6) 100% 0 no-repeat,linear-gradient(#46fef6, #46fef6) 0 100% no-repeat,linear-gradient(#46fef6, #46fef6) 0 100% no-repeat,linear-gradient(#46fef6, #46fef6) 100% 100% no-repeat,linear-gradient(#46fef6, #46fef6) 100% 100% no-repeat,rgba(99,99,99,0);
    background-size: 2px 10px,10px 2px;
    font-weight: bold;
    text-shadow: none;
}

.no-mr {
    margin: 0;
}

.glitch {
    color: white;
    font-family: 'mohave';
    font-size: 50px;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0 auto 0;
}

.brand.glitch:before, .brand.glitch:after {
    color: #46fef6;
    text-shadow: -1px 0 rgb(255, 255, 255);
}

@keyframes noise-anim {
    0% {
        clip: rect(76px, 9999px, 62px, 0);
    }

    5% {
        clip: rect(4px, 9999px, 50px, 0);
    }

    10% {
        clip: rect(18px, 9999px, 84px, 0);
    }

    15% {
        clip: rect(71px, 9999px, 15px, 0);
    }

    20% {
        clip: rect(98px, 9999px, 56px, 0);
    }

    25% {
        clip: rect(82px, 9999px, 10px, 0);
    }

    30% {
        clip: rect(70px, 9999px, 45px, 0);
    }

    35% {
        clip: rect(13px, 9999px, 38px, 0);
    }

    40% {
        clip: rect(63px, 9999px, 7px, 0);
    }

    45% {
        clip: rect(71px, 9999px, 15px, 0);
    }

    50% {
        clip: rect(68px, 9999px, 31px, 0);
    }

    55% {
        clip: rect(20px, 9999px, 92px, 0);
    }

    60% {
        clip: rect(4px, 9999px, 46px, 0);
    }

    65% {
        clip: rect(54px, 9999px, 83px, 0);
    }

    70% {
        clip: rect(86px, 9999px, 6px, 0);
    }

    75% {
        clip: rect(56px, 9999px, 75px, 0);
    }

    80% {
        clip: rect(99px, 9999px, 98px, 0);
    }

    85% {
        clip: rect(43px, 9999px, 38px, 0);
    }

    90% {
        clip: rect(4px, 9999px, 96px, 0);
    }

    95% {
        clip: rect(2px, 9999px, 82px, 0);
    }

    100% {
        clip: rect(35px, 9999px, 25px, 0);
    }
}

.glitch:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 rgba(0, 102, 39, 1);
    top: 0;
    color: white;
    background: none;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 4s infinite linear alternate-reverse;
    right: -2px;
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(90px, 9999px, 8px, 0);
    }

    5% {
        clip: rect(80px, 9999px, 22px, 0);
    }

    10% {
        clip: rect(97px, 9999px, 52px, 0);
    }

    15% {
        clip: rect(18px, 9999px, 11px, 0);
    }

    20% {
        clip: rect(55px, 9999px, 92px, 0);
    }

    25% {
        clip: rect(40px, 9999px, 36px, 0);
    }

    30% {
        clip: rect(18px, 9999px, 56px, 0);
    }

    35% {
        clip: rect(24px, 9999px, 46px, 0);
    }

    40% {
        clip: rect(63px, 9999px, 93px, 0);
    }

    45% {
        clip: rect(41px, 9999px, 94px, 0);
    }

    50% {
        clip: rect(50px, 9999px, 29px, 0);
    }

    55% {
        clip: rect(70px, 9999px, 64px, 0);
    }

    60% {
        clip: rect(7px, 9999px, 35px, 0);
    }

    65% {
        clip: rect(100px, 9999px, 6px, 0);
    }

    70% {
        clip: rect(58px, 9999px, 10px, 0);
    }

    75% {
        clip: rect(52px, 9999px, 54px, 0);
    }

    80% {
        clip: rect(6px, 9999px, 7px, 0);
    }

    85% {
        clip: rect(36px, 9999px, 78px, 0);
    }

    90% {
        clip: rect(49px, 9999px, 10px, 0);
    }

    95% {
        clip: rect(78px, 9999px, 92px, 0);
    }

    100% {
        clip: rect(21px, 9999px, 40px, 0);
    }
}

.glitch:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 rgba(0, 232, 255, 1);
    top: 0;
    color: white;
    background: none;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.particle-network-animation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

    .particle-network-animation::before {
        z-index: -2;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('../../Images/Tron_Legacy.jpg');
        background-position: center center;
        background-size: cover;
        opacity: 1;
    }

    .particle-network-animation canvas {
        opacity: 0.7
    }

.log-wrap {
    position: relative;
}

    .log-wrap .header {
        margin: 0;
        background: none;
        border-bottom: 0;
        box-shadow: none
    }

.side-bar {
    padding: 0;
    width: 220px;
    background: rgba(0, 0, 0, 0.3);
    left: 15px;
    bottom: 0;
    border-top: solid 2px rgba(70,254,246,1);
    border-bottom: solid 2px rgba(70,254,246,1);
    box-shadow: 0px 0px 15px rgb(58, 212, 205);
    height: calc(100vh - 150px);
    border-right: 0;
}

    .side-bar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .side-bar ul li {
            display: block;
            margin: 0 0 1px;
        }

            .side-bar ul li a {
                font-size: 20px;
                font-family: 'mohave';
                padding: 13px 30px;
                display: block;
                color: #46fef6;
                text-decoration: none;
            }

                .side-bar ul li a:hover {
                    background: rgba(70,254,246,0.2);
                }

            .side-bar ul li.active a {
                background: rgba(70,254,246,0.2);
            }

.wrapper {
    /*max-height: calc(100vh - 105px);
    position: relative;
    overflow: hidden;*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}

.wrap-cont {
    margin-left: 250px;
    /*padding: 30px 50px 30px 30px;*/
    max-height: calc(100vh - 115px);
    overflow: auto;
    /*margin-right: -20px;*/
    padding-right: 20px;
    /*margin-top: -5px;*/
    padding-top: 20px;
}

.push {
    height: 50px;
    clear: both;
}

#footer {
    /* height: 50px; */
    width: 100%;
    bottom: 0;
    position: absolute;
}

#footer-content {
    border: solid 1px #299a95;
    /*height: 32px;*/
    /* height + top/bottom paddding + top/bottom border must add up to footer height */
    /*padding: 8px;*/
}



.black-box {
    border-radius: 0;
    border: 0;
    cursor:default;
    overflow: hidden;
    margin: 0 0 25px;
    box-shadow: none;
    background: linear-gradient(#2fe0d8, #2fe0d8) 0 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 100% no-repeat,rgba(99,99,99,0);
    background-size: 2px 60px,60px 2px;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    box-shadow: 0px 0px 15px rgb(58, 212, 205);
}

    .black-box:after {
        content: '';
        clear: both;
        display: block;
    }

.black-box-head {
    border-bottom: 1px solid #23282c;
    background-color: #111;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}

    .black-box-head h1 {
        font-size: 24px;
        margin: 0;
        padding: 15px 0;
        text-transform: uppercase;
        /*font-weight: 700;*/
        color: #ff7b1a;
    }

    .black-box-head hr {
        border-top: 1px solid rgba(47, 224, 216,0.3);
    }

.black-box-content {
    background: transparent;
    padding: 25px;
}

    .black-box-content:after {
        content: '';
        clear: both;
        display: block;
    }

.table {
    border: solid 1px rgba(1,132,53,0.1);
}

    .table > thead > tr > th {
        border-color: rgba(1,132,53,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(0,0,0,0.05);
}

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.2);
    }

.list-wrap {
   
}

    .list-wrap .table {
        margin: 0;
    }

        .list-wrap .table th, .list-wrap .table td {
            vertical-align: middle;
            padding: 10px;
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            color: #46fef6;
        }

        .list-wrap .table th {
            background: rgba(0, 0, 0, 0.5);
            color: #ff7b1a;
            font-size: 19px;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
        }

    .list-wrap .btn-wrap .com-btn, .list-wrap .btn-wrap .del-btn {
        min-width: 162px;
        padding: 8px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .list-wrap .table-hover > tbody > tr:hover {
        background: #0e3331;
        cursor: pointer;
    }

.modal-content {
    border-color: #46fef6;
    overflow: hidden;
    background: #000;
}

#modelQA .modal-content {
    z-index: 1;
    margin: 8% auto;
    box-shadow: none;
    border: none;
    border-bottom: 0;
    border-top: 0;
    overflow: visible
}


.modal-header {
    background: rgba(1,132,53,0.2);
    border-color: #46fef6;
}

    .modal-header .close, .black-box-head .close {
        color: #46fef6;
        opacity: 1;
        font-weight: 300;
    }

        .modal-header .close:hover {
            opacity: 0.7;
        }

.modal-body {
    background: rgba(1,132,53,0.2);
}

.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 .land-title {
        font-size: 40px;
        text-shadow: 0px 0px 10px rgba(70,254,246,0.5);
        letter-spacing: 2px;
        margin: 0 0 50px;
        padding: 0 0 40px;
        position: relative;
    }

        .landing-wrap .land-title:after {
            position: absolute;
            content: '';
            width: 300px;
            height: 2px;
            background: #299a95;
            box-shadow: 0px 0px 10px rgba(70,254,246,0.5);
            left: 50%;
            bottom: 0;
            margin-left: -150px;
        }

    .landing-wrap .land-text {
        width: 100%;
        margin: 0 0 50px;
    }

        .landing-wrap .land-text p {
            font-size: 20px;
            line-height: 28px;
            margin: 0;
            text-shadow: 0px 0px 10px rgba(70,254,246,0.5);
        }

.time-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: calc(100vh - 105px);*/
}

.time-wrap {
    position: relative;
}

    .time-wrap .inner {
        width: 850px;
        margin: 0 auto;
        text-align: center;
    }

    .time-wrap .time-title {
        font-size: 40px;
        text-shadow: 0px 0px 10px rgba(70,254,246,0.5);
        letter-spacing: 2px;
        margin: 0 0 50px;
        padding: 0;
        position: relative;
    }

    .time-wrap .time-block {
        width: 100%;
        margin: 0 0 50px;
    }

        .time-wrap .time-block p {
            font-size: 20px;
            line-height: 28px;
            margin: 0;
            text-shadow: 0px 0px 10px rgba(70,254,246,0.5);
        }

.time-wrap {
}


.left-sec {
    background: rgba(0,0,0,0.6);
    border: 2px solid #3ad4cd;
    border-right: 0;
    border-left: 0;
    position: absolute;
    left: 10px;
    min-width: 300px;
    top: 120px;
    padding: 0px;
    background: none;
    border-radius: 0px;
    padding-bottom: 0;
    box-shadow: 0px 0px 20px rgba(70,254,246,0.9);
}

.right-sec {
    background: rgba(0,0,0,0.6);
    border: 2px solid #3ad4cd;
    border-right: 0;
    border-left: 0;
    position: absolute;
    right: 10px;
    min-width: 300px;
    top: 120px;
    padding: 0px;
    background: none;
    border-radius: 0px;
    padding-bottom: 0;
    box-shadow: 0px 0px 20px rgba(70,254,246,0.9);
}
/*.right-sec .call-wrap{min-width:280px;text-align:left;float:right;clear:both;}
.right-sec .call-wrap:first-child{min-width:410px;margin-left: -130px;}*/
.call-wrap {
    margin: 0 0 20px;
}

    .call-wrap.btm-0 {
        margin-bottom: 8px;
    }

    .call-wrap .call-action .call-link, #menu1 .call-action .call-link {
        padding: 0 10px;
        display: block;
        font-size: 14px;
        font-weight: 700;
        font-family: TTSquaresCondensed-Thin;
        letter-spacing: 1px;
        line-height: 20px;
        background: rgba(0, 0, 0,0.6);
        border-radius: 0px;
        border: 1px solid #113f3d;
    }

        .call-wrap .call-action .call-link:after {
            clear: both;
            display: block;
            content: '';
        }

        .call-wrap .call-action .call-link.collapsed {
            border-bottom: 0;
        }

    .call-wrap .call-action .label-bg {
        background: none;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 5px 5px 0 0;
        border: none;
        border-bottom: none;
        text-align: center;
        float: left;
        color: #2fe0d8;
        height: 32px;
        line-height: 24px;
    }

        .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: 1px solid #2fe0d8;
        padding: 5px;
        background: rgba(0, 0, 0, 0.5);
        margin: 0;
        border-radius: 0px;
        margin-top: 10px;
        box-shadow: 0px 0px 15px rgb(58, 212, 205);
    }

.call-block .call-inner {
    background: rgba(0, 0, 0,0.1);
    max-height: 100%;
}

.lead-wrap {
}

    .lead-wrap .lead-list {
        height: 261px !important;
    }

    .lead-wrap .lead-user {
        padding: 3px;
        border-bottom: 0;
    }

        .lead-wrap .lead-user.own {
            background: rgba(1,132,53,0.5);
        }

        .lead-wrap .lead-user:after {
            clear: both;
            display: block;
            content: '';
        }

    .lead-wrap .lead-detail {
        margin-left: 0;
    }

.lead-detail .lead-name {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ff7b1a;
    line-height: 20px;
    margin: 0 0 3px;
    text-transform: uppercase;
}

.own .lead-detail .lead-name {
    font-size: 16px;
}

.lead-detail .lead-rank {
    color: #dfd700;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
}

.lead-detail .lead-score {
    color: #35bab4;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
}

.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(1,132,53,0.1);
        margin: 0 2px 3px 0;
    }

    .event-list .list-scroll.list-style li {
        padding-left: 25px;
    }

        .event-list .list-scroll.list-style li:before {
            width: 0px;
            height: 0px;
            position: absolute;
            left: 4px;
            top: 6px;
            content: "\e171";
            font-family: 'Glyphicons Halflings';
            border: none;
            color: #ff7b1a;
            font-size: 12px;
        }

        .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;
        color: #2fe0d8;
    }

    .event-list .list-scroll .time {
        display: block;
        line-height: 10px;
        font-size: 10px;
        color: #2fe0d8;
    }

    .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 #2fe0d8;
        background: #051413;
        color: #2fe0d8;
        border-radius: 20px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0px 0px 8px rgba(70,254,246,0.9);
    }

.chat-input {
    margin-top: 10px;
}

    .chat-input .input-group-btn > .btn {
        border: solid 1px #2fe0d8;
        background: #051413;
        color: #2fe0d8;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0px 0px 8px rgba(70,254,246,0.9);
    }

    .chat-input ::-webkit-input-placeholder {
        color: #2fe0d8;
    }

    .chat-input ::-moz-placeholder {
        color: #2fe0d8;
    }

    .chat-input :-ms-input-placeholder {
        color: #2fe0d8;
    }

    .chat-input :-moz-placeholder {
        color: #2fe0d8;
    }


.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;
}


.time-process {
    background: rgba(0, 0, 0,0.4);
    padding: 5px;
    position: fixed;
    bottom: 10px;
    min-width: 500px;
    max-width: 500px;
    left: 50%;
    margin-left: -250px;
    display: table;
}

    .time-process span {
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'mohave';
        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 #e4dd26;
        padding: 1px;
        height: 16px;
        display: table-cell;
        width: 90%;
        vertical-align: middle;
        border-radius: 30px;
    }

        .time-process .progress .progress-bar-info {
            background: #46fef6;
            border-radius: 3px;
        }

.center-wrap {
    width: calc(100% - 660px);
    position: absolute;
    left: 50%;
    top: 125px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: calc(100vh - 170px);
    overflow-x: hidden;
    overflow-y: auto;
}

    .center-wrap::-webkit-scrollbar {
        display: none;
    }

.loader-wrap {
    position: absolute;
    top: calc(55% - 140px);
    left: calc(55% - 140px);
}

.terms-modal-body {
    background: rgb(0, 43, 18) !important;
}

.terms-modal-footer {
    float: none;
    text-align: center;
    margin-bottom: 15px;
}

.warl0ck-logo {
    width: 100%;
    text-align: center;
}

.frm-wrap.login-wrap .form-control {
    font-size: 18px;
}

/*08-08-2017*/
.form-horizontal .form-group {
    margin: 0;
    margin-bottom: 20px;
}

span.text-danger.field-validation-error {
    color: #FF9800;
    margin: 0;
    display: block;
    padding-left: 15px;
}

.checkbox.remember.terms-modal-footer {
    margin-bottom: 25px;
}

.checkbox.remember {
    padding-top: 0;
}

/*09-08-2017*/
span.label {
    padding: 9px 0px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 25px;
    letter-spacing: 1px;
    font-weight: 400;
}

.time-btn a {
    margin-top: 15px;
}

.modal-body .form-control.model-txt {
    background-color: inherit;
}

/*10-08-2017*/
a.btn-setting img {
    cursor: pointer;
}

.jvectormap-container {
    background: none !important;
}

.map-bg {
    background: none;
}

.wrap-cont.new-wrap-cont {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: visible;
}

/*my-css*/
.call-wrap .panel {
    background: none;
    border: #2fe0d8 solid 1px;
}

.msg {
    border-bottom: 1px solid #2fe0d8;
}

.call-wrap .panel-heading {
    border-bottom: #2fe0d8 solid 1px;
}

.lead-wrap .lead-detail {
    border-bottom: #3ad4cd solid 1px;
}

.progress-bar {
    background-color: #dfd700;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(0,0,0,0.3) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(0,0,0,0.3) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(0,0,0,0.3) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 75%,transparent 75%,transparent);
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

.progress-bar {
    border-radius: 15px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #2fe0d8 !important;
}

#collapse3 .well.call-block, #collapse3 .list-scroll {
    height: auto;
}

#particle-canvas {
    width: 100%;
    height: 100%;
}

.header .head-logo .com-btn {
    box-shadow: none;
    text-shadow: none;
}


a.call-link span.glyphicon.glyphicon-chevron-down {
    transition: all 0.3s;
}

a.call-link.collapsed span.glyphicon.glyphicon-chevron-down {
    transform: rotate(180deg);
}

.head-action ul .user-name a {
    background-color: 0px 0px 10px rgba(219, 211, 0);
}

.call-wrap .conversation:hover {
    background: rgba(10, 183, 79,0.2);
}

h4.panel-title a {
    transition: all 0.3s;
}

    h4.panel-title a.collapsed .fa {
        transform: rotate(180deg);
    }


.arrow-holder {
    position: relative;
    height: 35px;
    width: auto;
}

.arrow {
    display: inline-block;
    margin-right: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.arrow-right {
    border-left: 15px solid #2fe0d8;
}

.arrow-left {
    border-right: 15px solid #2fe0d8;
}

.right-sec .arrow-holder {
    text-align: right;
}

.right-sec, .left-sec {
    transition: all 0.4s;
}

    .right-sec.close-menu {
        top: 100%;
        right: 10px;
    }

    .left-sec.close-menu-1 {
        top: 100%;
        left: 10px;
    }

.close-menu .btm-up-down {
    top: -51px;
    transform: rotate(0deg);
}

.close-menu-1 .btm-up-down-1 {
    top: -51px;
    transform: rotate(0deg);
}

.close-menu a.slide-arrow {
    left: -42px;
    transform: rotate(180deg);
}


.landing-bg {
    display: none;
}

.close-menu-1 a.slide-arrow-1 {
    right: -42px;
    transform: rotate(180deg);
}

a.slide-arrow-1 {
    display: inline-block;
    height: 35px;
    width: 40px;
    position: absolute;
    top: 10px;
    background: #2fe0d8;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    color: #000000;
    right: 20px;
}

a.slide-arrow {
    display: inline-block;
    height: 35px;
    width: 40px;
    position: absolute;
    top: 10px;
    background: #2fe0d8;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    color: #000000;
}

#arrow1 {
    -webkit-animation: flash 2.5s infinite;
}

#arrow2 {
    -webkit-animation: flash 2.5s infinite .5s;
}

#arrow3 {
    -webkit-animation: flash 2.5s infinite 1s;
}

#arrow4 {
    -webkit-animation: flash 2.5s infinite 1.5s;
}

#arrow5 {
    -webkit-animation: flash 2.5s infinite 2s;
}

#collapse3 .event-list .team-lists {
    height: 201px !important;
}

.time-process {
    text-align: center;
    border-radius: 0;
    padding: 0;
    background: rgba(70, 254, 246,0.1);
}

    .time-process h2 {
        letter-spacing: 2px;
        margin: 0;
        color: #46fef6;
        font-weight: 600;
        font-family: TTSquaresCondensed-Thin;
        background: linear-gradient(#2fe0d8, #2fe0d8) 0 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 100% no-repeat,rgba(99,99,99,0);
        background-size: 2px 12px,12px 2px;
        padding: 5px;
    }

.jvectormap-container {
    width: 100%;
    padding-left: 330px;
    padding-right: 330px;
    transition: all 0.4s;
}

    .jvectormap-container svg {
        width: 100% !important;
    }

    .jvectormap-container.rmv-left-padding {
        padding-left: 0;
    }

    .jvectormap-container.rmv-right-padding {
        padding-right: 0;
    }

.star {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

    .star.large {
        border-color: #ff0 transparent transparent transparent;
        border-style: solid;
        border-top-width: 30.76923077px;
        border-right-width: 40px;
        border-left-width: 40px;
        height: 0;
        margin-top: 30.76923077px;
        margin-bottom: 19.78021985px;
        position: relative;
        width: 0;
    }

        .star.large:after {
            transform: translate(-15.5555555%, -15.5555555%) rotate(-72deg) translateY(50%);
        }

        .star.large:before, .star.large:after {
            border-color: #ff0 transparent transparent transparent;
            border-style: solid;
            border-top-width: 30.76923077px;
            border-right-width: 40px;
            border-left-width: 40px;
            border-bottom: 0;
            content: '';
            display: block;
            height: 0;
            left: -40px;
            position: absolute;
            top: -30.76923077px;
            width: 0;
        }

.start-view {
    display: inline-block;
    text-align: center;
}

.star.large:before {
    transform: translate(15.5555555%, -15.5555555%) rotate(72deg) translateY(50%);
}

.count h3 {
    margin: 0;
}

#modelQA .form-group {
    border-radius: 0;
    background: linear-gradient(#39d1ca, #39d1ca) 0 0 no-repeat,linear-gradient(#39d1ca, #39d1ca) 0 0 no-repeat,linear-gradient(#39d1ca, #39d1ca) 100% 0 no-repeat,linear-gradient(#39d1ca, #39d1ca) 100% 0 no-repeat,linear-gradient(#39d1ca, #39d1ca) 0 100% no-repeat,linear-gradient(#39d1ca, #39d1ca) 0 100% no-repeat,linear-gradient(#39d1ca, #39d1ca) 100% 100% no-repeat,linear-gradient(#39d1ca, #39d1ca) 100% 100% no-repeat,rgba(99,99,99,0);
    background-size: 2px 12px,12px 2px;
    box-shadow: none;
    border: 1px solid #0d524f;
}

/*in-page-css*/

#divContainer {
    position: fixed; /*width: 100%;height: 100%;*/
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.fb-chat {
    display: inline-block !important;
    vertical-align: bottom !important;
    position: relative !important;
    margin: 0 5px !important;
    pointer-events: auto !important;
}

.fbtitle {
    padding: 0.5em;
    background-color: blue;
    color: white;
}

.fbtext {
    padding: 10px;
}

.expoTheme {
    background: #ffffff;
    background: rgba(255,255,255,0.6);
}

.com-btn {
    min-width: 235px;
}

.userName {
    text-transform: none !important;
}

.center-wrap {
    width: calc(100% - 660px);
    position: absolute;
    left: 50%;
    top: 125px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: calc(100vh - 170px);
    overflow: auto;
}

.qua-row {
    margin: 0 -15px;
}

    .qua-row:after {
        clear: both;
        display: block;
        content: '';
    }

.qua-block {
    padding: 0 5px;
    margin-bottom: 10px;
}

.qua-sec {
    position: relative;
    cursor: pointer;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

    .qua-sec img {
        max-width: 100px;
    }

    .qua-sec .score {
        cursor: pointer;
        position: absolute;
        font-size: 20px;
        top: 58%;
        left: 50%;
        height: 34px;
        line-height: 34px;
        width: 36px;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        text-align: center;
        font-weight: 700;
        background: rgba(14, 52, 49,0.4);
    }

    .qua-sec.blue .score {
        color: #ffffff;
    }

    .qua-sec.green .score {
        color: #ffffff;
    }

    .qua-sec.violate .score {
        color: #ffffff;
    }

    .qua-sec.yellow .score {
        color: #ffffff;
    }

    .qua-sec.grey .score {
        color: #ffffff;
    }

    .qua-sec.red .score {
        color: #ffffff;
    }

.table {
    border: none !important;
}

    .table td {
        border: none !important;
    }

    .table th {
        border: none !important;
    }

/*25-08-2017*/
svg path, svg path[fill="white"] {
    fill-opacity: 0.8;
    stroke: #ff7b1a;
    stroke-width: 0.6;
    fill: #000 !important;
}

    svg path, svg path[fill="white"]:hover {
        fill-opacity: 1;
    }

.borders {
    padding: 15px;
}

.master-btn {
    padding: 1px;
    text-align: center;
    background: linear-gradient(#2fe0d8, #2fe0d8) 0 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 0 no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 0 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 100% no-repeat,linear-gradient(#2fe0d8, #2fe0d8) 100% 100% no-repeat,rgba(99,99,99,0);
    background-size: 2px 6px,7px 2px;
    transition: .3s ease;
}

    .master-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;
    }

        .master-btn:hover a {
            background: #ff7b1a !important;
        }

            .master-btn:hover a.label-bg {
                color: #333 !important;
            }

a.call-link:hover .label-bg {
    color: #333 !important;
}

#test {
    border: 1px solid #3c3a13;
}

.right-sec::after, .left-sec::after {
    content: "";
    position: absolute;
    background-image: url(../images/lines-tg.png);
    top: 0;
    width: 22px;
    height: 50%;
    right: -21px;
    background-repeat: no-repeat;
    background-position: top;
}

.right-sec::before, .left-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/lines-tg.png);
    top: 0;
    width: 22px;
    height: 50%;
    left: -21px;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    background-position: top;
}

.borders::after {
    content: "";
    position: absolute;
    background-image: url(../images/border-btm.png);
    bottom: 0;
    width: 30px;
    height: 50%;
    right: -26px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.borders::before {
    content: "";
    position: absolute;
    background-image: url(../images/border-btm.png);
    bottom: 0;
    width: 30px;
    height: 50%;
    left: -26px;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    background-position: bottom;
}

.modal-content {
    background: none;
    border: none;
    height: 560px;
}

.modal-body, .modal-header {
    background: none
}

.modal-content::after {
    content: "";
    position: absolute;
    background-image: url(../../Images/box-modal.png);
    width: 100%;
    min-height: auto;
    height: 560px;
    background-repeat: no-repeat;
    background-color: transparent;
    right: 0;
    left: 0;
    background-size: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#txtQuestion {
    height: 100px;
}

#outer-circle {
    -webkit-box-shadow: 0 0 30px 5px rgba(10, 183, 79,0.6);
    -moz-box-shadow: 0 0 30px 5px rgba(10, 183, 79,0.6);
    box-shadow: 0 0 30px 5px rgba(10, 183, 79,0.6);
    border: 10px solid #0a9441;
    border-top-color: #0ab74f;
    margin: 0;
    text-align: center;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    -webkit-animation: turning_cw 5s infinite;
    -moz-animation: turning_cw 5s infinite;
    animation: turning_cw 5s infinite;
    position: relative;
    opacity: 1;
    margin-top: -20px;
}

#inner-circle {
    border: 10px solid #f27519;
    border-left-color: #a64a06;
    border-right-color: #a64a06;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    position: absolute;
    margin: 10px;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    -webkit-animation: turning_acw 3s infinite;
    -moz-animation: turning_acw 3s infinite;
    animation: turning_acw 3s infinite;
    position: absolute;
    top: -25px;
    box-shadow: 0px 0px 20px rgba(242, 117, 25,0.8);
}

#center-circle {
    border: 10px solid #f27519;
    border-bottom-color: #a64a06;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    position: absolute;
    margin: 10px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-animation: turning_cw 5s infinite;
    -moz-animation: turning_cw 5s infinite;
    animation: turning_cw 5s infinite;
}

@-webkit-keyframes aura {
    0% {
        text-shadow: 0 2px 2px #000;
    }

    50% {
        text-shadow: 0 10px 10px #000;
        line-height: 190px;
    }

    100% {
        text-shadow: 0 2px 10px #000;
    }
}

@-webkit-keyframes turning_cw {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes turning_acw {
    0% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes aura {
    0% {
        text-shadow: 0 2px 2px #000;
    }

    50% {
        text-shadow: 0 10px 10px #000;
        line-height: 190px;
    }

    100% {
        text-shadow: 0 2px 10px #000;
    }
}

@-moz-keyframes turning_cw {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes turning_acw {
    0% {
        -moz-transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@keyframes aura {
    0% {
        text-shadow: 0 2px 2px #000;
    }

    50% {
        text-shadow: 0 10px 10px #000;
        line-height: 190px;
    }

    100% {
        text-shadow: 0 2px 10px #000;
    }
}

@keyframes turning_cw {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes turning_acw {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#center-circle h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
}

#center-circle h5 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
}

.my-tg {
    position: relative;
    display: inline-block;
}

.value-tg {
    position: absolute;
    right: -92px;
    top: 9px;
}

#btnAnswer {
    width: 150px;
    height: 40px;
    line-height: 30px;
    display: inline-block;
}

#btnanswers {
    display: inline-block;
    float: right;
}

#pnlbonus {
    position: fixed;
    bottom: 100px;
    left: calc(50% - 135px);
    left: 0;
    right: 0;
    text-align: center;
}

.bonus-btn button {
    border-radius: 0;
    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;
    border: none;
    height: 40px;
    background-color: rgba(0,0,0,0.4);
    color: #ff7b1a;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-shadow: none;
}

    .bonus-btn button: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: 300px 20px,20px 200px;
    }




.frm-reg {
    border: 2px solid #46fef6;
    background: rgba(0,0,0,0.7);
    padding: 15px 20px;
    box-shadow: 0px 0px 15px rgb(58, 212, 205);
}

.my-btn .com-btn {
    background: none;
}

.com-btn:hover {
    background: linear-gradient(#46fef6, #46fef6) 0 0 no-repeat,linear-gradient(#46fef6, #46fef6) 0 0 no-repeat,linear-gradient(#46fef6, #46fef6) 100% 0 no-repeat,linear-gradient(#46fef6, #46fef6) 100% 0 no-repeat,linear-gradient(#46fef6, #46fef6) 0 100% no-repeat,linear-gradient(#46fef6, #46fef6) 0 100% no-repeat,linear-gradient(#46fef6, #46fef6) 100% 100% no-repeat,linear-gradient(#46fef6, #46fef6) 100% 100% no-repeat,rgba(99,99,99,0);
    background-size: 200px 200px,200px 200px;
}

/*01-09-2017*/
.header .warl0ck-logo .brand {
    margin: 0 auto;
    text-align: center;
    float: none;
}

.frm-reg ::-webkit-input-placeholder {
    color: #ff7b1a;
    text-transform: unset;
    text-shadow: none;
    font-size: 14px;
}

.frm-reg ::-moz-placeholder {
    color: #ff7b1a;
    text-transform: unset;
    text-shadow: none;
    font-size: 14px;
}

.frm-reg :-ms-input-placeholder {
    color: #ff7b1a;
    text-transform: unset;
    text-shadow: none;
    font-size: 14px;
}

.frm-reg :-moz-placeholder {
    color: #ff7b1a;
    text-transform: unset;
    text-shadow: none;
    font-size: 14px;
}

.modal-content {
    padding: 20px;
}

.modal-dialog .modal-content {
    margin: 20% 0px;
    width: 600px;
    height: 560px;
}

#Tokenfrom .frm-wrap.frm-reg {
    margin-top: 70px;
}

.land-btn input {
    margin: 0 9px;
}


/*02-09-2017*/
.side-bar::after {
    content: "";
    position: absolute;
    background-image: url(../images/lines-tg.png);
    top: 0;
    width: 22px;
    height: 50%;
    right: -20px;
    background-repeat: no-repeat;
    background-position: top;
}

.main-side-bar::after {
    content: "";
    position: absolute;
    background-image: url(../images/border-btm.png);
    bottom: 0;
    width: 25px;
    height: 50%;
    right: -22px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.main-side-bar::before {
    content: "";
    position: absolute;
    background-image: url(../images/border-btm.png);
    bottom: 0;
    width: 25px;
    height: 50%;
    left: -22px;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    background-position: bottom;
}

.side-bar::before {
    content: "";
    position: absolute;
    background-image: url(../images/lines-tg.png);
    top: 0;
    width: 23px;
    height: 50%;
    left: -21px;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    background-position: top;
}

.main-side-bar {
    padding: 30px 0;
    position: relative;
    height: calc(100vh - 154px);
    padding-right:10px;
}

.blue-txt {
    color: #46fef6;
    text-shadow: 0px 0px 20px rgba(70,254,246,0.9);
    font-weight: 700;
    font-size: 22px;
    margin: 0;
}

/*04-09-2017*/
/*#lead_list {height: 175px !important;}*/
.lead-detail p {
    margin: 0 0 5px;
}

#collapse4 .list-scroll {
    height: 171px !important;
}

/*.qua-row{margin:0 -15px;}
.qua-row:after{clear:both;display:block;content:'';}
.qua-block{padding:0 15px;margin-bottom:30px;float:left;width:20%;}
.qua-sec{position:relative;height:100px;border:solid 2px #46fef6;box-shadow:0px 0px 15px rgba(70,254,246,0.9);border-radius:5px;background:rgba(70,254,246,0.9)}
.qua-sec.blue{border-color:#46fef6;box-shadow:0px 0px 15px rgba(70,254,246,0.9);background:rgba(70,254,246,0.15)}
.qua-sec.green{border-color:#0ab74f;box-shadow:0px 0px 15px rgba(1,132,53,0.9);background:rgba(1,132,53,0.15)}
.qua-sec.violate{border-color:#9b59b6;box-shadow:0px 0px 15px rgba(155, 89, 182,0.9);background:rgba(155, 89, 182,0.15)}

.qua-sec img{width:100%;}
.qua-sec .score{position:absolute;font-size: 20px;top: 50%;left: 50%;height: 34px;line-height: 34px;width: 36px;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);text-align:center;font-weight:700;}
.qua-sec.blue .score{color:#46fef6;}
.qua-sec.green .score{color:#0ab74f;}
.qua-sec.violate .score{color:#9b59b6;}*/

/*bm:6-9-2017*/
.modal .modal-dialog .modal-content, .modal .modal-dialog {
    width: 701px;
}

.fade.in {
    margin: 0% !important;
}
/*.black-box-head h4 span{ color:#ff7b1a; }*/
.black-box-head #container {
    margin: 20px 0 !important;
}
/* 06-09-2017*/
#pnlbonus .bonus-btn button {
    margin: 0 10px;
}

.form-group span {
    color: #f5c976;
}


/*bm:7-9-2017*/
.header .call-wrap {
    float: left;
    margin: 6px 10%;
}

.modal-open .modal {
    overflow-y: hidden;
    z-index:31;
}

.header .call-wrap .call-action .call-link {
    border: none;
    padding: 4px 8px;
}
/*a.call-link:hover .label-bg{color:#2fe0d8 !important;}*/
.label-bg #openModel:hover {
    color: #ff7b1a !important;
}

.modal-content::after {
    height: 640px;
}

.modal .modal-dialog .modal-content {
    height: 640px;
    margin: 13% 0;
}

.modal .modal-dialog .modal-content, .modal .modal-dialog {
    width: 800px;
}


/*bm:8-9-2017*/
.value-tg {
    right: -141px;
    width: 120px;
    text-align: center;
}

.feature-item {
    width: 100%;
    background: rgba(0, 0, 0,0.2);
    box-shadow: 0px 0px 8px rgba(70,254,246,0.8);
    -moz-box-shadow: 0px 0px 8px rgba(70,254,246,0.8);
    -webkit-box-shadow: 0px 0px 8px rgba(70,254,246,0.8);
    -o-box-shadow: 0px 0px 8px rgba(70,254,246,0.8);
}

.feature-icon {
    width: 30%;
    background: #000;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid rgba(47,224,216,.4);
    line-height: 50px;
    text-align: center;
}

    .feature-icon span i {
        margin: 15px 0;
    }

    .feature-icon span .fa-star {
        color: #f39c12;
    }

    .feature-icon span .fa-check {
        color: #00a65a;
    }

    .feature-icon span .fa-times {
        color: #dd4b39;
    }

.feature-descr {
    width: 68%;
    display: inline-block;
}

    .feature-descr h4 {
        font-size: 15px;
        font-weight: bold;
        padding: 0px 8px;
        line-height: 19px;
    }

.black-box-head h4 span {
    color: #ff7b1a;
}

.service-tabs {
    margin-top: 30px;
}

    .service-tabs .nav-tabs {
        border-bottom: 1px solid #46fef6;
    }

        .service-tabs .nav-tabs > li {
            float: none;
            display: inline-block;
            zoom: 1;
        }

    .service-tabs .nav li a {
        color: #46fef6;
        font-weight: bold;
    }

    .service-tabs .nav-tabs > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .service-tabs .nav-tabs > li.active > a, .service-tabs .nav-tabs > li.active > a:focus, .service-tabs .nav-tabs > li.active > a:hover {
        border-color: #46fef6;
        background-color: #46fef6;
        color: #000;
    }

    .service-tabs .nav > li > a:focus, .service-tabs .nav > li > a:hover {
        background-color: #46fef6;
        color: #000;
    }

/*kpt:08-09-17*/

.score .call-wrap .call-action .label-bg {
    font-family: digital;
    font-size: 20px;
    padding: 5px;
}

.header .call-wrap {
    margin: 0px;
    // margin-left: 20px;
    border: 1px solid #3ad4cd;
    box-shadow: 0px 1px 20px rgba(70,254,246,0.9);
}

.header .user-name span {
    border-bottom: solid 1px #2fe0d8;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    text-shadow: none;
    padding: 0 0 1px;
    margin: 0 -2px 1px;
    color: #2fe0d8;
}

.score .call-wrap .call-action .label-bg:hover, .score .score-btn:hover a{
    color: #ff7b1a !important;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin: 20px 0px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

    .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        color: #333333;
        fill: #333333;
        margin: 0;
        line-height: 1;
        font-weight: bold;
    }

.box .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    height: 280px;
    overflow-y: scroll;
}

.box .product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 10px;
    background: #fff;
}

    .box .product-list-in-box > .item:nth-child(2n+1) {
        background-color: #f2f2f2;
    }
/*.box .product-list-in-box > .item:hover {
    background-color:rgba();
}*/
.products-list .product-img {
    float: left;
    color: #636363;
    font-weight: bold;
    font-size: 15px;
}

.box .products-list .product-img img {
    width: 50px;
    height: 50px;
}

.box .products-list .product-info {
    margin-left: 60px;
}

.box .products-list .product-title {
    font-weight: bold;
    color: #636363;
    font-size: 15px;
}

.box .products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.box .label-warning {
    background-color: #f39c12 !important;
}

/*kpt:9-9-17*/
/*#question_list {
    overflow:hidden;
    overflow-y:scroll;
}*/
.lead-wrap #question_list .lead-detail {
    padding-bottom: 5px;
}

#question_list .lead-detail .lead-name, #question_list .lead-detail p {
    display: inline-block;
}

#question_list .lead-detail .lead-name {
    float: right;
    background-color: #ff7b1a;
    padding: 3px 6px;
    color: #000;
    border-radius: 5px;
}

#question_list .lead-detail p {
    padding-top: 8px;
}

#menu1 .box-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

#menu1 a.call-link:hover {
    color: #2fe0d8;
}

.swal2-modal {
    background: rgba(0,0,0,.8) !important;
    background-color: #000;
    box-shadow: 0px 0px 15px rgb(58, 212, 205);
    -webkit-box-shadow: 0px 0px 15px rgb(58, 212, 205);
    -moz-box-shadow: 0px 0px 15px rgb(58, 212, 205);
}


/*PK-09-09-2017*/
/*image.jvectormap-marker.jvectormap-element:hover {
    animation-name: swing;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: 50% 50%;
}*/

/*Kpt: 11-09-2017*/
.token-model .modal-content::after {
    height: 350px;
}

.token-model.modal .modal-dialog .modal-content, .token-model.modal .modal-dialog {
    width: 440px;
}

#Tokenfrom .frm-wrap.frm-reg {
    margin-top: 30px;
}

.token-model.modal .modal-dialog .modal-content {
    height: 350px;
    margin: 210px auto;
}

.token-model .modal-body {
    padding: 25px 15px;
}

.token-model .frm-reg .form-group {
    margin-bottom: 32px;
}

.token-model .frm-reg {
    border: none;
    box-shadow: none;
    margin-top: 20px;
    background: none;
}

.token-model .frm-wrap .clearfix {
    border: none;
}

.token-model .frm-wrap .btn-wrap.mar {
    margin-bottom: 10px;
}

/*bm:11-9-2017*/

/*.person-info-content tbody, .spnTooltip tbody {
    display: block;
    height: 300px;
    overflow: auto;
}
    .person-info-content thead, .person-info-content tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/
/*.spnTooltip tbody {
    display: block;
    height: 300px;
    overflow: auto;
}*/

.login-frm .btnupdate {
    margin-right: 73px;
}

.black-box-head h1.gname {
    padding: 18px 15px;
}

.black-box-head .gscore {
    margin: 17px 43px;
}

/*bm:12-9-2017*/
#menu1 a.call-link:hover .label-bg {
    color: #2fe0d8 !important;
    cursor: default;
}

#menu1 .lead-detail .lead-name {
    margin: 5px 20px 5px 0;
}

#menu1 .lead-detail p {
    margin-left: 21px;
}

.lead-wrap #question_list .lead-detail {
    position: relative;
}

​​ #val .spnTooltip {
    height: 116px;
    position: absolute;
}

#val :hover .spnTooltip {
    box-shadow: 0px 0px 15px rgb(58, 212, 205);
}

#menu1 .spnTooltip table {
    margin-top: 10px;
    display:block;
    height:118px;
}

    #menu1 .spnTooltip table tbody {
        height: 116px !important;
    }

        #menu1 .spnTooltip table tbody th, #menu1 .spnTooltip table tbody td {
            padding: 7px;
            border: 1px solid #46fef6;
        }

.time-btn {
    margin: 0 auto;
    display: inline-block;
}

div#Countdown {
    background: linear-gradient(#dfd700, #dfd700) 0 0 no-repeat,linear-gradient(#dfd700, #dfd700) 0 0 no-repeat,linear-gradient(#dfd700, #dfd700) 100% 0 no-repeat,linear-gradient(#dfd700, #dfd700) 100% 0 no-repeat,linear-gradient(#dfd700, #dfd700) 0 100% no-repeat,linear-gradient(#dfd700, #dfd700) 0 100% no-repeat,linear-gradient(#dfd700, #dfd700) 100% 100% no-repeat,linear-gradient(#dfd700, #dfd700) 100% 100% no-repeat,rgba(99,99,99,0);
    background-size: 4px 20px,20px 4px;
    border: solid 1px #dfd700;
    box-shadow: 0px 1px 20px rgba(223,215,0,0.9);
    background-color: rgba(0,0,0,.5);
}
/*kpt:08-09-17*/
/*@font-face {
    font-family: 'digital';
    src: url('/content/fonts/digital-7-webfont.woff2') format('woff2'), url('/fonts/digital-7-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.score .call-wrap .call-action .label-bg {
    font-family: digital;
    font-size: 20px;
    padding: 5px;
}*/

.score-btn a.call-link:hover .label-bg {
    color: #2fe0d8 !important;
}

/*kpt:13-09-17*/

.game.list-wrap .table-hover > tbody > tr:hover, .lead-wrap .lead-user, .user-name a {
    cursor: default;
}


/*bm:13-9-17*/

/*.sb-container {
    position: relative;
    overflow: hidden;
    padding-right: 10px;
    height: 300px;
}

.sb-content {
    height: 100%;
    width: 122%;
    padding-right: 20%;
    overflow-y: auto;
    box-sizing: border-box;
}

.sb-scrollbar-container {
    position: absolute;
    right: 5px;
    bottom: 0px;
    top: 0px;
    width: 10px;
}

.sb-scrollbar-container-hide {
    right: -20px;
}

.sb-scrollbar {
    position: absolute;
    right: 0;
    width: 6px;
    background: rgba(70, 254, 252, .5);
}

    .sb-scrollbar:hover {
        background: rgba(70, 254, 252, .8);
    }*/

/*bm:14-9-2017*/
#menu1 .label-bg {
    padding-right: 10px;
}

#menu1 .lead-detail .lead-name, #menu1 .lead-detail p {
    display: inline-block;
}

#menu1 .lead-detail .lead-name {
    float: right;
    background-color: #ff7b1a;
    padding: 3px 6px;
    color: #000;
    border-radius: 5px;
}

#menu1 .lead-detail p {
    padding-top: 8px;
    margin-left: 12px
}

#menu1 .box-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

#menu1 .lead-user {
    padding: 7px;
    border-bottom: #3ad4cd solid 1px;
}

#menu1 .lead-detail .lead-name {
    float: right;
    margin-right: 10px;
}

/*#menu1 .sb-container {
    height: 250px;
}

#menu1 .sb-content {
    width: 120%;
    padding-right: 19%;
}

#menu1 .sb-scrollbar-container {
    right: 1px;
}*/

#menu1 .call-action .call-link {
    padding: 8px 10px;
    margin: 5px 0px 2px 0px;
}

#menu1 .menu1-border {
    border: 1px solid #2fe0d8;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    box-shadow: 0px 0px 15px rgb(58, 212, 205);
}

#menu1 .lead-detail {
    position: relative;
}

/*kpt:18-09-17*/
.score {
    margin-left:15px;
}
.bonus-score {
    position: absolute;
    bottom: 2%;
    left: 66.5%;
    color: #ff7b1a;
    z-index:1;
}
.battle-score {
    position: absolute;
    bottom: 2%;
    right: 66%;
    color: #e4ea00;
    z-index:1;
}

    .bonus-score .hexagon, .battle-score .hexagon {
        display: inline-block;
        position: relative;
        width: 60px;
        height: 34.64px;
        background-color: #000000;
        margin: 17.32px 0;
        box-shadow: 0 0 10px rgba(255,123,26,0.7);
        border-left: solid 2px #ff7b1a;
        border-right: solid 2px #ff7b1a;
        margin-right: 10px;
        z-index: 0;
    }
    .battle-score .hexagon {
        box-shadow: 0 0 10px rgba(220,232,0,0.6);
        border-left: solid 2px #e4ea00;
        border-right: solid 2px #e4ea00;
        cursor:pointer;
        }

        .bonus-score .hexagon:before, .bonus-score .hexagon:after, .battle-score .hexagon:before, .battle-score .hexagon:after {
            content: "";
            position: absolute;
            z-index: 1;
            width: 42.43px;
            height: 42.43px;
            -webkit-transform: scaleY(0.5774) rotate(-45deg);
            -ms-transform: scaleY(0.5774) rotate(-45deg);
            transform: scaleY(0.5774) rotate(-45deg);
            background-color: inherit;
            left: 6.7868px;
            box-shadow: 0 0 10px rgba(255,123,26,0.7);
        }
        .battle-score .hexagon:before, .battle-score .hexagon:after {
            box-shadow: 0 0 10px rgba(220,232,0,0.6);
        }
        .bonus-score .hexagon:before, .battle-score .hexagon:before {
            top: -21.2132px;
            border-top: solid 2.8284px #ff7b1a;
            border-right: solid 2.8284px #ff7b1a;
        }
        .battle-score .hexagon:before {
            border-top: solid 2.8284px #e4ea00;
            border-right: solid 2.8284px #e4ea00;
        }
        .bonus-score .hexagon:after, .battle-score .hexagon:after {
            bottom: -21.2132px;
            border-bottom: solid 2.8284px #ff7b1a;
            border-left: solid 2.8284px #ff7b1a;
        }
        .battle-score .hexagon:after, .battle-score .hexagon:after {
            border-left: solid 2.8284px #e4ea00;
            border-bottom: solid 2.8284px #e4ea00;
        }
            /*cover up extra shadows*/
            .bonus-score .hexagon span, .battle-score .hexagon span {
            display: block;
            position: absolute;
            top: 1.1547005383792515px;
            left: 0;
            width: 56px;
            height: 32.3316px;
            z-index: 2;
            background: inherit;
            text-align: center;
            font-weight: bold;
        }
       
        .bonus-score span i, .battle-score span i {
                    position: relative;
                    top: -5px;
                }
    
    .bonus-score h5, .battle-score h5 {
            font-weight: bold;
            margin-top: 0;
        }

/*bm:18-9-2017*/

    .battle-score span:hover {
        color: #2fe0d8;
    }
    

/*bm:20-9-2017*/

.chat-input .input-group {
    z-index: 0;
}

#menu1 .lead-user:first-child span, #menu1 .lead-user:nth-child(2) span {
    bottom: -137px !important;
}
#menu1 .lead-user:last-child span, #menu1 .lead-user:nth-last-child(2) span {
    bottom: 0;
}


/*kpt:20-09-17*/

#menu1 #ReportBody {
    height: 255px;
}
#modelQABattle.modal {
    overflow:hidden;
  }
#modelQABattle .modal-content {
    height: 568px;
    margin:7% auto;
}

#modelQABattle .dash .modal-title {
    color: #ff7b1a;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
#modelQABattle thead {
    color:#ff7b1a;
    background-color:rgba(0,0,0,0.6);
    font-weight:normal;
    
    font-size:19px;
}
#modelQABattle table tbody tr:hover {
    background-color: rgba(15,20,20,0.7);
}
#modelQABattle table tbody tr td {
    font-size:18px;
    padding:10px;
}
#teamSelect i{
    display:block;
    text-align:center;
}

#tblTeamScore td a :hover {
    color: #dfd700;
}


/*bm:21-9-2017*/

#btnChnagePassword {
    background: none;
    border: none;
    letter-spacing: 2px;
    box-shadow: none;
    font-size: 17px;
    color: #ff7b1a;
    text-align: right;
    font-family: mohave;
    font-weight: bold;
    padding: 10px 0 14px 0;
}
    #btnChnagePassword:hover {
        color: #46fef6;
        font-weight: bold;
    }

.btnupdate{
    float: left;
}

image.jvectormap-marker.jvectormap-element:hover {
    animation-name: swing;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: 50% 50%;
}
.swing {
    transform-origin: top center;
    animation-name: swing;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
}
@keyframes swing {
    15% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    30% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    50% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    65% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    80% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

/*bm:27-9-2017*/

.label-danger {
    background-color: rgba(0,0,0,.1);
    color: #46fef6;
}
.del-btn:hover {
    color:#000;
}

a.tooltip {
    outline: none;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 15px 20px;
        margin-top: -30px;
        margin-left: 28px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
a.tooltip span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

#val .spnTooltip {
    z-index: 10;
    display: none;
    padding: 15px 20px;
    margin-left: 28px;
    line-height: 16px;
}

#val :hover .spnTooltip {
    display: inline;
    position: absolute;
    border: 1px solid #2fe0d8;
    background: #000;
}

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #313030;
}*/

.clientgame-menu 
{
    margin-right:20px;
}

#ddlClientGame {
    border: 0 none;
    color: #FFFFFF;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 10px;
    width: 100%;
    outline: 0;
    overflow: hidden;
    /*height: 30px;*/
    background: #2c343c;
    /*color: #747a80;*/
    border: #2c343c;
    padding: 5px 3px 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    /**width: 350px;
    *background: #58B14C;*/
}

    #ddlClientGame option {
        background-color: black;
    }

/*.text-readonly {
    background-color: #eee !important;
    opacity: 1 !important;
}*/

/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1 !important;
}*/

/*#txtQuestion {
    background-color: black !important;
}*/

.terms-checkbox {
    opacity: 1 !important;
    min-width: unset !important;
    width: unset !important;
    height: unset !important;
}
.state.p-primary strong {
    padding-left: 20px !important;
}