﻿* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0px;
    padding: 0px;
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    /*-webkit-user-select: none;*/
    background-color: #000;
    color:#fff;
    font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size: 1em;
    text-shadow: none;
}

a{
    text-decoration:none;
}

p {
    margin: 0 10px;
}

.divTimeLine .accountName {
    font-weight: 500;
}

.divTimeLine .accountNameLink{
    font-weight:600;
    color:#0089cf;
}

.pageContainer {
    /*position: fixed;*/
    /*height: 100vh;*/
    width: 100%;
    background-color: #000;
    z-index: 10001;
    display: none;
}

.divAvatarImg{
    width:60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;    
}

.imgAvatarImageContainer{
    width:100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.roundedCorners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.roundedCorners20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.roundedCornersTop {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.roundedCornersBottom {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.roundedCornersBottomLeft {
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.roundedCornersBottomRight {
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.roundedCornersBottomLeft5 {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.roundedCornersBottomRight5 {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.roundedCornersTopRight {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.roundedCornersLeft {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.roundedCornersRight {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.roundedCornersLeft20 {
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}

.roundedCornersRight20 {
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.myUsdBalanceToYellow {
    color: yellow!important;
    transition: color 1s;
    -webkit-transition: color 1s;
}

.box-shadow {
    box-shadow: 0 1px 2px rgba(255,255,255,0.15);
}

.stdButton {
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-weight: normal;
    background-color: #0089cf;
    color: #fff;
    text-shadow: none;
    padding: 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.stdButtonMap {
    display: inline-block;
    width: 90%;
    margin: 5px auto;
    text-align: center;
    font-weight: normal;
    background-color: #0089cf;
    color: #fff !important;
    text-shadow: none;
    font-size:16px;
    padding: 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.frontPageButton {
    display: inline-block;
    border: 1px #fff solid;
    background-color: #fff;
    color: #fff;
    text-decoration: none;
    width: 70%;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    line-height: 54px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
}

.stdInputTextBox {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px;
    display: block;
    margin: 0;
    font-size: 17px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.blink {
    animation: fade 3000ms infinite;
    -webkit-animation: fade 3000ms infinite;
}

.mappopupmsg {
    margin: 0;
    font-family: 'Kaushan Script', cursive;
    font-size: 2em;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    min-height: 60vh;
}

/* The Close Button */
.closeModal {
    position: absolute;
    top: -5px;
    right: 5px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}

    .closeModal:hover,
    .closeModal:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.tblTransactions tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.leaflet-container a.leaflet-popup-close-button {
    font: 24px/14px Tahoma, Verdana, sans-serif !important;
    padding: 4px 4px 5px 5px!important;
}

.leaflet-popup-content-wrapper{
    text-align:center!important;
}

.leaflet-popup-content {
    margin: 13px 0px!important;
}

.leaflet-popup-close-button {
    top: 14px!important;
    right: 17px!important;
    z-index: 1!important;
    color: #fff!important;
    background: rgba(0,0,0,0.5)!important;
    width: 25px!important;
    height: 25px!important;
    border-radius: 3px!important;
}

.divLostDiamondFound {
    color: #000;
    background-color: #fff;
    font-family: 'Kaushan Script', cursive;
    display: none;
}

#pSecondsLeftTorelocate {
    margin:0!important;
    text-align: center;
    color: #ff0000;
}

.hurryup {
    margin:0!important;
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
    color: #ff0000;
}

.imgDiamondFound {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.divLynxGetStarted {
    border: 1px #ccc solid;
    background-color: #f8f8f8;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    width: 90%;
    max-width: 252px;
    margin: 10px auto;
    display: none;
}

    .divLynxGetStarted p {
        color: #ff0000;
        text-align: center;
    }

    .divLynxGetStarted a {
        margin-top: 10px;
        font-size: 14px;
        margin-bottom:0;
    }

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.pVoucherCopied {
    position: absolute;
    left: -11px;
    top: -22px;
    width:100px;
    text-align: center;
    background-color: #c3f8b4;
    font-size: 12px;
    padding: 2px 5px;
    display: none;
}