#fpbuy { 
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    border: 1px solid #484848; 
    display: inline-block; 
    color: #091c47; 
    font-size: 20px; 
    font-weight: 700; 
    padding: 10px 20px; 
    margin: 2px 1px 2px 1px; 
    text-decoration: none; 
    background: linear-gradient(#f6f43b,#e2c817); 
}
.fpimg {
    margin-top:-4px;
}

.transfer {
    -webkit-border-radius:15px;
    -mox-border-radius:15px;
    border-radius:15px;
    border:1px solid #ccdcff;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    padding:10px 10px;
    margin:0 0 15px 0;
    background-color: rgba(204,220,255,.5);
}

.toplinks {
    color:#dadada;
}    
.blinks {
    color:#0000ff;
    text-decoration:underline;
}
.section-main {
    background: url(https://clicktrackprofit.com/v2/images/bg-main.png) 50% 0;
    min-height: 384px;
    padding: 25px 0;
}
.signup {
    width:100%;
    height:100%;
    background:#000;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius:15px;
    -mox-border-radius:15px;
    border-radius:15px;
    padding-top:10px;
}
.signup-table {
    width:100%;
}
.signup-table td {
    padding:0 15px;
}
.signup-form {
    width: 100%;
height: 44px;
padding: 0 5px;
background-color: #f6f7f8;
border: 1px solid #eaeaea !important;
color: #888;
font-size: 16px;
margin: 0 0 10px 0;
-webkit-border-radius: 5px 5px;
-moz-border-radius: 5px 5px;
border-radius: 5px 5px;
font-weight:700;
}
.signup-form::placeholder {
    font-weight:700;
    color:#888;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.btn-yellow {
	background-color:#f5ee6e;
	position: relative;
	display: inline-block;
	text-align:center;
	color: #333;
	font-size:18px !important;
	padding:20px 30px !important;
	text-shadow:0 0 5px #d7d7d7;
	font-weight:700 !important;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-color: #e8e15c;
}
.payment-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}
.payment-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px 5px;
  border: 1px solid #888;
  width: 60%;
}
.payment-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.payment-close:hover,
.payment-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.paymentform {
    margin:0 auto;
}
.billing-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}
.billing-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px 5px;
  border: 1px solid #888;
  width: 80%;
}
.billing-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.billing-close:hover,
.billing-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.billingform {
    margin:0 auto;
}
.cancel-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}
.cancel-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px 5px;
  border: 1px solid #888;
  width: 300px;
}
.cancel-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.cancel-close:hover,
.cancel-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.cancelform {
    margin:0 auto;
}
.rounded {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.padding-10 {
    padding:10px 10px;
}
.stripe {
    width:100%;
}
.stripe::placeholder {
    color:#0d49b4;
}
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #e1c71b;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  animation: donut-spin 1.0s linear infinite;
}
.processing-bg {
    margin:0 auto;
    text-align:center;
    vertical-align:middle;
    background:url("https://clicktrackprofit.com/v2/images/ctp_icon_130.png") no-repeat;
    background-position:center;
    width:185px;
    height:175px;
}
.p_text {
    margin:0 auto;
    background:#ececec;
    z-index:9990;
    max-width:250px;
    padding:10px 0;
    font-size:1em;
    color:#000;
    font-weight:bold;
    text-align:center;
    position:relative;
    top:25%;
    border:2px solid #000;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.processing {
    background: rgba(0,0,0,0.8);
    width:100%;
    height:100%;
    z-index:9980;
    position:absolute;
    top:0;
    left:0;
    vertical-align:middle;
    overflow:auto;
}
.error-display {
    width:100%;
    text-align:center;
    color:#FF0000;
    font-weight:700;
}
.pay-heading {
    width:100%;
    padding-bottom:5px;
}
.pay-item {
    float:left;
    width:50%;
    text-align:left;
}
.pay-details {
    display:inline-block;
    width:46%;
    text-align:right;
}

.uactive {
    color:#fff;
    background-color:#3498db;
    font-weight:700;
}
.uinactive {
    color:#000;
    background-color:#fff;
    font-weight:700;
}

.t-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1020; /* 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 */
}
.t-modal-content {
  z-index:1025;
  background-color: #fefefe;
  margin: auto;
  padding: 5px 5px;
  border: 1px solid #888;
  width: 60%;
  height:auto !important;
  max-height:95% !important;
  overflow-y:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.tdisplay {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.tblock {
    display:inline-block;
    float:left;
    width:95px;
    height:95px;
    margin:0 10px 10px 0;
    border:1px solid #000;
    text-align:center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
}
.mblock {
    display:inline-block;
    float:left;
    width:95px;
    height:95px;
    margin:0 10px 10px 0;
    border:1px solid #000;
    text-align:center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
}
.ablock {
    display:inline-block;
    float:left;
    width:95px;
    height:95px;
    margin:0 10px 10px 0;
    border:1px solid #000;
    text-align:center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
}

.tblock:hover {
    border-color:#d7d7d7;
}
.mblock:hover {
    border-color:#d7d7d7;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
#fb-share-button {
    background: #3b5998;
    border-radius: 3px;
    font-weight: 600;
    padding: 0 8px;
    height:20px;
    display: inline-block;
    position: static;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

#fb-share-button svg {
    width: 10px;
    fill: white;
    vertical-align: top;
    border-radius: 2px;
    margin-top:5px;
}

#fb-share-button span {
    position: relative;
    top: 3px;
    left: 0;
    vertical-align: top;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    color:#FFF;
}
.tweet {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  cursor: pointer;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.tweet i {
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 11px;
  background-image: url("https://andreasstorm.com/lib/tweet.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 144px 11px;
}
.tweet span {
  position: relative;
  top: 3px;
  left: -2px;
  vertical-align: top;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
}
.tweet:visited {
  color: #fff;
}
.tweet:hover {
  background-color: #0c7abf;
}
.tweet:hover i {
  animation: tweet 0.6s steps(7) infinite;
}
@-moz-keyframes tweet {
  100% {
    background-position: -126px 0;
  }
}
@-webkit-keyframes tweet {
  100% {
    background-position: -126px 0;
  }
}
@-o-keyframes tweet {
  100% {
    background-position: -126px 0;
  }
}
@keyframes tweet {
  100% {
    background-position: -126px 0;
  }
}
.tab {
  display: none;
}
.invalid-input {
  background-color: #ffdddd;
}
.tasktab {
    font-size:16px;
    color:#333;
    cursor:pointer;
    font-weight:700;
    border-bottom:2px solid #d8d8d8;
    border-left:2px solid #d8d8d8;
    border-right:2px solid #d8d8d8;
    padding:10px 20px;
    background-color:#ededed;
    margin-top:10px;
}

.tasktab:hover {
    color:#000;
    background-color:#fffed4;
}

.tasktabblue {
    font-size:16px;
    color:#0000FF;
    font-weight:700;
    border-bottom:2px solid #0000FF;
    border-left:2px solid #0000FF;
    border-right:2px solid #0000FF;
    padding:10px 20px;
    margin-top:10px;
}

.task-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1020; /* 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 */
}
.task-modal-content {
  z-index:1025;
  background-color: #fefefe;
  margin: auto;
  padding: 5px 5px;
  border: 1px solid #888;
  width: 60%;
  height:auto !important;
  max-height:95% !important;
  overflow-y:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.taskdisplay {
    width:100%;
    margin:0 auto;
    text-align:center;
}
.tablock {
    display:inline-block;
    float:left;
    width:95px;
    height:95px;
    margin:0 10px 10px 0;
    border:1px solid #000;
    text-align:center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
}
.aablock {
    display:inline-block;
    float:left;
    width:95px;
    height:95px;
    margin:0 10px 10px 0;
    border:1px solid #000;
    text-align:center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.progressbar {
    width:75%;
    height:25px;
    margin:0 auto;
    background-color:#676767;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
}
.progresscurrent {
    height:100%;
    float:left;
    background-color:#23ae3f;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:16px;
    padding-top:1px;
}

.imageadd {
    position: relative;
    color: #656565;
    width:90%;
    background-color: #f6f7f8;
    border: 1px solid #eaeaea;
    padding: 2px 20px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.status-picture {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    height:80px;
    width:80px;
    position:relative;
    outline:none;
}
.status-apicture {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    height:75px;
    width:75px;
    position:relative;
    outline:none;
}
.tiles-outer {
    width:100%;
    margin:0 auto;
    display:inline-block;
}

.tiles {
    width:300px;
    height:175px;
    color:#000;
    float:left;
    margin:0 30px 15px 0;
    padding:10px 10px;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #56c8f3;
    background-color:#fdfdfd;
    position:relative;
}

.tiles-top {
    width:120px;
    height:115px;
    color:#000;
    float:left;
    margin:0 10px 5px 0;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #19A730;
    background-color:#fdfdfd;
    position:relative;
    text-align:center;
}
.tiles-narrow {
    width:250px;
    height:175px;
    color:#000;
    float:left;
    margin:0 30px 15px 0;
    padding:10px 10px;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #56c8f3;
    background-color:#fdfdfd;
    position:relative;
    text-align:center;
}

.tiles-tall {
    width:300px;
    height:200px;
    color:#000;
    float:left;
    margin:0 30px 15px 0;
    padding:10px 10px;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #56c8f3;
    background-color:#fdfdfd;
    position:relative;
    text-align:center;
}

.tiles-tall-narrow {
    width:250px;
    height:200px;
    color:#000;
    float:left;
    margin:0 30px 15px 0;
    padding:10px 10px;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #56c8f3;
    background-color:#fdfdfd;
    position:relative;
    text-align:center;
}

.tiles-xtall {
    width:300px;
    height:225px;
    color:#000;
    float:left;
    margin:0 30px 15px 0;
    padding:10px 10px;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #56c8f3;
    background-color:#fdfdfd;
    position:relative;
    text-align:center;
}
.tiles-xxtall {
    width:300px;
    height:550px;
    color:#000;
    float:left;
    margin:0 30px 15px 0;
    padding:10px 10px;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #56c8f3;
    background-color:#fdfdfd;
    position:relative;
    text-align:center;
}
.tiles-xtall-narrow {
    width:250px;
    height:225px;
    color:#000;
    float:left;
    margin:0 30px 15px 0;
    padding:10px 10px;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #56c8f3;
    background-color:#fdfdfd;
    position:relative;
    text-align:center;
}
.tile-button {
    width:100%;
    position:absolute;
    bottom:10px;
}
.tile-one {
    width:50%;
    float:left;
}
.tile-two {
    width:50%;
    float:left;
    text-align:right;
    padding-right:20px;
}

.tile-left {
    width:100%;
    text-align:left;
}

.tile-right {
    width:100%;
    text-align:right;
    padding-right:20px;
}

.tile-full {
    width:100%;
    text-align:center;
}

.hunt-map {
    border-collapse: separate;
    border-spacing: 0;
    width: 1000px;
    height: 768px;
    background: url("https://clicktrackprofit.com/v2/images/huntworld.png") no-repeat;
    overflow: hidden;
    margin: 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.thumbnails {
    transition: all .2s ease-in-out;
}
.thumbnails:hover {
    transform: scale(2.1);
}

.country-display {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.country-content {
    z-index:1025;
    background-color: #fefefe;
    margin: auto;
    padding: 5px 5px;
    border: 1px solid #888;
    width: 60%;
    height:auto !important;
    max-height:95% !important;
    overflow-y:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.country-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.country-close:hover,
.country-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.go-button {
    width:125px;
    height:125px;
    background-color:#1ad647;
    color:#fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size:40px;
    font-weight:700;
    text-align:center;
    vertical-align:middle;
    outline:none;
    border:5px solid #1ad647;
}

.go-button:hover,
.go-button:focus {
    background-color:#FFF;
    color:#1ad647;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.spotlight {
    width:100%;
    height:150px;
    padding:15px 10px 20px 10px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
}

.s-blue {
    background-color:#DDF4FB;
    border:2px solid #3c67a5;
}

.s-orange {
    background-color:#FDF5D9;
    border:2px solid #f7931e;
}

.bid-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}
.bid-modal-content {
    z-index:1025;
    background-color: #fefefe;
    margin: auto;
    padding: 5px 5px;
    border: 1px solid #888;
    width: 450px;
    height:auto !important;
    max-height:95% !important;
    overflow-y:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}


.ithumbnail-container {
  width: calc(1280px * 0.32);
  height: calc(800px * 0.32);
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
}

.ithumbnail-container::before {
  position: absolute;
  left: "calc(50% - 16px)";
  top: "calc(50% - 18px)";
  opacity: 0.2;
  display: block;
  -ms-zoom: 2;
  -o-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJwaG90b18xXyI+PHBhdGggZD0iTTI3LDBINUMyLjc5MSwwLDEsMS43OTEsMSw0djI0YzAsMi4yMDksMS43OTEsNCw0LDRoMjJjMi4yMDksMCw0LTEuNzkxLDQtNFY0QzMxLDEuNzkxLDI5LjIwOSwwLDI3LDB6ICAgIE0yOSwyOGMwLDEuMTAyLTAuODk4LDItMiwySDVjLTEuMTAzLDAtMi0wLjg5OC0yLTJWNGMwLTEuMTAzLDAuODk3LTIsMi0yaDIyYzEuMTAyLDAsMiwwLjg5NywyLDJWMjh6IiBmaWxsPSIjMzMzMzMzIi8+PHBhdGggZD0iTTI2LDRINkM1LjQ0Nyw0LDUsNC40NDcsNSw1djE4YzAsMC41NTMsMC40NDcsMSwxLDFoMjBjMC41NTMsMCwxLTAuNDQ3LDEtMVY1QzI3LDQuNDQ3LDI2LjU1Myw0LDI2LDR6ICAgIE0yNiw1djEzLjg2OWwtMy4yNS0zLjUzQzIyLjU1OSwxNS4xMjMsMjIuMjg3LDE1LDIyLDE1cy0wLjU2MSwwLjEyMy0wLjc1LDAuMzM5bC0yLjYwNCwyLjk1bC03Ljg5Ni04Ljk1ICAgQzEwLjU2LDkuMTIzLDEwLjI4Nyw5LDEwLDlTOS40NCw5LjEyMyw5LjI1LDkuMzM5TDYsMTMuMDg3VjVIMjZ6IE02LDE0LjZsNC00LjZsOC4wNjYsOS4xNDNsMC41OCwwLjY1OEwyMS40MDgsMjNINlYxNC42eiAgICBNMjIuNzQsMjNsLTMuNDI4LTMuOTU1TDIyLDE2bDQsNC4zNzlWMjNIMjIuNzR6IiBmaWxsPSIjMzMzMzMzIi8+PHBhdGggZD0iTTIwLDEzYzEuNjU2LDAsMy0xLjM0MywzLTNzLTEuMzQ0LTMtMy0zYy0xLjY1OCwwLTMsMS4zNDMtMywzUzE4LjM0MiwxMywyMCwxM3ogTTIwLDhjMS4xMDIsMCwyLDAuODk3LDIsMiAgIHMtMC44OTgsMi0yLDJjLTEuMTA0LDAtMi0wLjg5Ny0yLTJTMTguODk2LDgsMjAsOHoiIGZpbGw9IiMzMzMzMzMiLz48L2c+PC9zdmc+");
}

.ithumbnail {
  -ms-zoom: 0.32;
  -moz-transform: scale(0.32);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.32);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.32);
  -webkit-transform-origin: 0 0;
}

.ithumbnail, .ithumbnail iframe {
  width: 1280px;
  height: 800px;
}

.ithumbnail iframe {
  opacity: 0;
  transition: all 300ms ease-in-out;
  background-color:#fff;
}

.ithumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tthumbnail-container {
  width: calc(1280px * 0.20);
  height: calc(800px * 0.20);
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
}

.tthumbnail-container::before {
  position: absolute;
  left: "calc(50% - 16px)";
  top: "calc(50% - 18px)";
  opacity: 0.2;
  display: block;
  -ms-zoom: 2;
  -o-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJwaG90b18xXyI+PHBhdGggZD0iTTI3LDBINUMyLjc5MSwwLDEsMS43OTEsMSw0djI0YzAsMi4yMDksMS43OTEsNCw0LDRoMjJjMi4yMDksMCw0LTEuNzkxLDQtNFY0QzMxLDEuNzkxLDI5LjIwOSwwLDI3LDB6ICAgIE0yOSwyOGMwLDEuMTAyLTAuODk4LDItMiwySDVjLTEuMTAzLDAtMi0wLjg5OC0yLTJWNGMwLTEuMTAzLDAuODk3LTIsMi0yaDIyYzEuMTAyLDAsMiwwLjg5NywyLDJWMjh6IiBmaWxsPSIjMzMzMzMzIi8+PHBhdGggZD0iTTI2LDRINkM1LjQ0Nyw0LDUsNC40NDcsNSw1djE4YzAsMC41NTMsMC40NDcsMSwxLDFoMjBjMC41NTMsMCwxLTAuNDQ3LDEtMVY1QzI3LDQuNDQ3LDI2LjU1Myw0LDI2LDR6ICAgIE0yNiw1djEzLjg2OWwtMy4yNS0zLjUzQzIyLjU1OSwxNS4xMjMsMjIuMjg3LDE1LDIyLDE1cy0wLjU2MSwwLjEyMy0wLjc1LDAuMzM5bC0yLjYwNCwyLjk1bC03Ljg5Ni04Ljk1ICAgQzEwLjU2LDkuMTIzLDEwLjI4Nyw5LDEwLDlTOS40NCw5LjEyMyw5LjI1LDkuMzM5TDYsMTMuMDg3VjVIMjZ6IE02LDE0LjZsNC00LjZsOC4wNjYsOS4xNDNsMC41OCwwLjY1OEwyMS40MDgsMjNINlYxNC42eiAgICBNMjIuNzQsMjNsLTMuNDI4LTMuOTU1TDIyLDE2bDQsNC4zNzlWMjNIMjIuNzR6IiBmaWxsPSIjMzMzMzMzIi8+PHBhdGggZD0iTTIwLDEzYzEuNjU2LDAsMy0xLjM0MywzLTNzLTEuMzQ0LTMtMy0zYy0xLjY1OCwwLTMsMS4zNDMtMywzUzE4LjM0MiwxMywyMCwxM3ogTTIwLDhjMS4xMDIsMCwyLDAuODk3LDIsMiAgIHMtMC44OTgsMi0yLDJjLTEuMTA0LDAtMi0wLjg5Ny0yLTJTMTguODk2LDgsMjAsOHoiIGZpbGw9IiMzMzMzMzMiLz48L2c+PC9zdmc+");
}

.tthumbnail {
  -ms-zoom: 0.32;
  -moz-transform: scale(0.20);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.20);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.20);
  -webkit-transform-origin: 0 0;
}

.tthumbnail, .tthumbnail iframe {
  width: 1280px;
  height: 800px;
}

.tthumbnail iframe {
  opacity: 0;
  transition: all 300ms ease-in-out;
  background-color:#fff;
}

.tthumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.circle-picture {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.adview {
    width:100%;
    display:none;
}
.tinactive {
    display:none;
}
.tactive {
    display:block;
}

#teamtable {
  overflow:hidden;
  width: 100%;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

#teamtable td, #teamtable th {
  padding: 8px;
}

#teamtable tr:nth-child(even){background-color: #f2f2f2;}

#teamtable tr:hover {background-color: #ddd;}

#teamtable th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #3498db;
  color: white;
}

#toptable {
  overflow:hidden;
  width: 100%;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

#toptable td, #toptable th {
  padding: 5px;
  background-color: #f2f2f2;
}

#toptable th {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
}

#messagetable {
  width: 100%;
}

#messagetable td, #messagetable th {
  padding: 8px;
}

#messagetable tr {
    border-top:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
}

#messagetable tr:hover {
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}
#messagetable .mainrow:hover {
    box-shadow: 0 0 0 #fff;
}

#messagetable th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #3498db;
  color: white;
}
#alertsaved {
    color:green;
    font-weight:700;
    display:none;
}
#alertread {
    color:green;
    font-weight:700;
    display:none;
}
#alertspam {
    color:red;
    font-weight:700;
    display:none;
}
#alerttrash {
    color:red;
    font-weight:700;
    display:none;
}
.view-message {
    cursor:pointer;
    white-space: nowrap
}
.extra-message {
    cursor:pointer;
}
.highlight-item {
    
}
.checked-message {
    background-color:#c2dbff;
}
.read {
    font-weight:normal;
    background:rgba(242,245,245,0.8);
}
.replydiv {
    width:100%;
    padding:10px 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    margin-bottom:25px;
}
.mtooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.mtooltip .mtooltiptext {
  visibility: hidden;
  width:40px;
  padding:3px;
  margin-top:5px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size:12px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top:100%;
  left:50%;
  margin-left:-20px;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.mtooltip:hover .mtooltiptext {
  visibility: visible;
}
.rtooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.rtooltip .rtooltiptext {
  visibility: hidden;
  width:90px;
  padding:3px;
  margin-top:5px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size:12px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top:100%;
  left:50%;
  margin-left:-45px;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.rtooltip:hover .rtooltiptext {
  visibility: visible;
}
.topicons {
    width:35px;
    float:left;
}
#topview {
    display:none;
}
#scoreboard {
    overflow:hidden;
    width:100%;
    -webkit-border-radius:2px;
    -mox-border-radius:2px;
    border-radius:2px;
    background-color:#000;
    background-color: rgba(0, 0, 0, 0.8);
    color:#dcdcdc;
}
#scoreboard td {
    padding:5px;
}
#scoreboard tr:nth-child(even){
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

#scoreboard tr:hover {background-color: #444444;}
.rank {
    width:50px;
    text-align:center;
    font-weight:700;
    font-size:20px;
}
.rank.gold {
    color:#c9b037;
    font-size:34px;
    text-shadow:0 0 5px #af9500;
}
.rank.silver {
    color:#b4b4b4;
    font-size:32px;
    text-shadow:0 0 5px #d7d7d7;
}
.rank.bronze {
    color:#ad8a56;
    font-size:30px;
    text-shadow:0 0 5px #6a3805;
}
.score-title {
    font-size:20px;
    font-weight:700;
    color:#fff;
}
.left-dash {
    border-left:2px dotted #fff;
    padding:0 0 0 15px;
}
.view-team {
    width:100px;
    height:90%;
    text-align:center;
    vertical-align:middle;
    border:1px solid #b7b7b7;
    padding:10px 20px;
    font-size:20px;
    font-weight:500;
    color:#e3e3e3;
    background-color:#222;
}
.view-team:hover {
    background-color:#444;
    color:#fff;
}
.blue-bottom {
    border-bottom:2px solid #0000ff;
}
.blue-bottom:hover {
    border-bottom:2px solid #33cc33;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#fff;
    text-decoration:none;
    border-bottom: 1px dotted black;
}

a.info:hover{z-index:25; text-decoration:none; }

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.8em;
    right:-4em;
    width: 22em;
    border:1px solid #0cf;
    background-color:#cff;
    color:#000;
    padding: 1px 1px;
    text-align: center;
	text-decoration: none;
    -moz-border-radius:10px;
    -webkit-border-radius:10px; 
    border-radius:10px;
}
a.infos{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
    border-bottom: 1px dotted black;
}

a.infos:hover{z-index:25; text-decoration:none; }

a.infos span{display: none}

a.infos:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.8em;
    right:-4em;
    width: 22em;
    border:1px solid #0cf;
    background-color:#cff;
    color:#000;
    padding: 1px 1px;
    text-align: center;
	text-decoration: none;
    -moz-border-radius:10px;
    -webkit-border-radius:10px; 
    border-radius:10px;
}

.teamnews {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 2px #888888;
    padding: 4px;
    font-weight: normal;
    color: #282828;
    background: #ffffbd;
    width: 100%;
    height:150px;
    overflow-y:auto;
}
.clearboth {
    clear:both;
}
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}
.alert-green {
  padding: 20px;
  background-color: #45c208;
  color: white;
  margin-bottom:10px;
  display:none;
}
.alert-red {
  padding: 20px;
  background-color: #f44336;
  color: white;
  margin-bottom:10px;
  display:none;
}
.width-half {
    width:50%;
    margin:0 auto;
}
.membertile {
    width:100%;
    color:#000;
    float:left;
    margin:0 30px 15px 0;
    padding:10px 10px;
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:1px 1px 4px #AEAEAE;
    border:2px solid #56c8f3;
    background-color:#fdfdfd;
    position:relative;
}

.mainprogressbar {
    width:100%;
    height:40px;
    margin:0 auto;
    background-color:#676767;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
}
.mainprogress {
    height:100%;
    float:left;
    background-color:#23ae3f;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    vertical-align:middle;
    color:#FFFFFF;
    font-weight:700;
    font-size:18px;
    padding-top:8px;
}

.mini_progressbar {
    width:100%;
    height:25px;
    margin:0 auto;
    background-color:#676767;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    margin-bottom:10px;
}
.badgeprogress {
    height:100%;
    float:left;
    background-color:#1E90FF;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.trainingprogress {
    height:100%;
    float:left;
    background-color:#8c27fd;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.ownerprogress {
    height:100%;
    float:left;
    background-color:#4cd236;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.masteryprogress {
    height:100%;
    float:left;
    background-color:#ff405f;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.teamsprogress {
    height:100%;
    float:left;
    background-color:#1cdbe2;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.referringprogress {
    height:100%;
    float:left;
    background-color:#ff7800;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.scavengerprogress {
    height:100%;
    float:left;
    background-color:#ff42f8;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.gauntletprogress {
    height:100%;
    float:left;
    background-color:#3cb6d9;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.unicornprogress {
    height:100%;
    float:left;
    background-color:#daa8a7;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.xpprogress {
    height:100%;
    float:left;
    background-color:#406b6b;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    color:#FFFFFF;
    font-weight:700;
    font-size:14px;
    padding-top:1px;
}
.tinyprogressbar {
    width:100%;
    height:15px;
    margin:0 auto;
    background-color:#676767;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
}
.tinyprogress {
    height:100%;
    float:left;
    background-color:#23ae3f;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    text-align:center;
    vertical-align:middle;
    color:#FFFFFF;
    font-weight:700;
    font-size:10px;
}
#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 200px; /*marquee height */
overflow: hidden;
}

/* The container */
.containerz {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerz input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkz {
  position: absolute;
  top: -7px;
  left: 3px;
  height: 20px;
  width: 20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border:3px solid #c0c0c0;
}

/* On mouse-over, add a grey background color */
.containerz:hover input ~ .checkmarkz {
  background-color: #888;
}

/* When the checkbox is checked, add a blue background */
.containerz input:checked ~ .checkmarkz {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkz:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerz input:checked ~ .checkmarkz:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerz .checkmarkz:after {
  left: 5px;
  top: -3px;
  width: 6px;
  height: 15px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container */
.containerq {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerq input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkq {
  position: absolute;
  top: 50%;
  left: 40%;
  height: 30px;
  width: 30px;
  background-color: #43c9f0;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}

/* On mouse-over, add a grey background color */
.containerq:hover input ~ .checkmarkq {
  background-color: #3cb6d9;
}

/* When the checkbox is checked, add a blue background */
.containerq input:checked ~ .checkmarkq {
  background-color: #23ae3f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkq:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerq input:checked ~ .checkmarkq:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerq .checkmarkq:after {
  left: 10px;
  top: 4px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-lightblue {
    background-color:#6dc4f8;
}
.section-white.xsmall-padding, .section-dark.xsmall-padding, .section-blue.xsmall-padding, .section-lightblue.xsmall-padding {
    padding:20px 0;
}
.section-white.xxsmall-padding, .section-dark.xxsmall-padding, .section-blue.xxsmall-padding, .section-lightblue.xxsmall-padding {
    padding:10px 0;
}
.vs-box1 {
    margin:0 auto;
    width:280px;
    height:50px;
    background:url('https://clicktrackprofit.com/v2/images/vs_box1.png');
    box-shadow:1px 2px 5px #888;
}
.vs-box2 {
    margin:0 auto;
    width:280px;
    height:50px;
    background:url('https://clicktrackprofit.com/v2/images/vs_box2.png');
    box-shadow:1px 2px 5px #888;
}
.vs-box3 {
    margin:0 auto;
    width:280px;
    height:50px;
    background:url('https://clicktrackprofit.com/v2/images/vs_box3.png');
    box-shadow:1px 2px 5px #888;
}
.vs-box4 {
    margin:0 auto;
    width:280px;
    height:50px;
    background:url('https://clicktrackprofit.com/v2/images/vs_box4.png');
    box-shadow:1px 2px 5px #888;
}
.vs-box5 {
    margin:0 auto;
    width:280px;
    height:50px;
    background:url('https://clicktrackprofit.com/v2/images/vs_box5.png');
    box-shadow:1px 2px 5px #888;
}
.team-logo-xs {
    width:50px;
    height:50px;
    float:left;
}
.vs-middle {
    width:70px;
    height:50px;
    float:left;
}
.vs-middle-left {
    width:55px;
    height:50px;
    float:left;
    color:#186012;
    font-weight:700;
    font-size:18px;
    padding-top:5px;
    line-height:1;
}
.vs-middle-right {
    width:55px;
    height:50px;
    float:left;
    color:#d01e1e;
    font-weight:700;
    font-size:18px;
    padding-top:5px;
    line-height:1;
}
.bottom-border {
    padding-bottom:25px;
    border-bottom:1px solid #d7d7d7;
}
#usersearch {
  width: 100%;
  font-size: 16px;
  padding: 3px 20px 3px 5px;
  border:0 solid #fff;
  border-bottom:1px solid #c0c0c0;
}
#mailsubject {
  width: 100%;
  font-size: 16px;
  padding: 3px 20px 3px 5px;
  border:0 solid #fff;
  border-bottom:1px solid #c0c0c0;
}

#userUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left:25px;
  position:absolute;
  z-index:999;
  width:50%;
}

#userUL li {
    display:none;
}

#userUL li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  font-size: 16px;
  display:block;
}

#userUL li a:hover:not(.header) {
  background-color: #eee;
}
.styled {
    border:1px solid #c0c0c0;
    -webkit-border-radius:5px;
    -mox-border-radius:5px;
    border-radius:5px;
    padding:3px 5px;
    float:left;
    margin:3px 3px;
    font-size:14px;
    vertical-align:middle;
}
.closeme { 
    cursor:pointer;
}
#usernames {
    width:100%;
    height:auto;
    min-height:35px;
    z-index:1;
}
#writemessage {
    border:1px solid #fefefe !important;
    background-color:#fefefe;
    width:100%;
    height:400px;
    z-index:-1;
}
.peg, .wheelSVG {
 visibility: hidden;
}
.wheelContainer, body, html {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}
.centerCircle, .valueContainer, .wheelOutline, .wheelText {
 pointer-events: none;
}
.toast, .wheelContainer {
 text-align: center;
}
.wheelContainer, button {
 transform: translate(-50%, 0);
}
.toast, button {
 position: absolute;
 background-color: #56c8f3;
}
.wheelContainer {
 position: absolute;
 max-width: 1000px;
 height:auto;
 margin-left: auto;
 margin-right: auto;
 left: 50%;
 top: 100px;
}
.wheelSVG {
 position: absolute;
 overflow: visible;
 width: 100%;
 height: auto; 
 cursor:pointer;
}
.wheelText {
 text-anchor: middle;
 font-family: 'Fjalla One', Arial, sans-serif;
 -webkit-user-select: none;
 user-select: none;
}
.toast {
 border-radius: 12px;
 opacity: 0;
}
.toast p {
 clear: both;
 font-family: 'Fjalla One', Arial, sand-serif;
 margin: 23px;
 font-size: 30px;
 color: #ededed;
 letter-spacing: 0;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 line-height: 32px;
 -webkit-transition: line-height .2s ease;
 transition: line-height .2s ease;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.sliders {
  -webkit-appearance: none; 
  appearance: none;
  width: 100%;
  height: 12px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
.sliders:hover {
  opacity: 1;
}
.sliders::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;
  width: 12px; 
  height: 12px; 
  background: #4CAF50; 
  cursor: pointer; 
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.sliders::-moz-range-thumb {
  width: 12px; 
  height: 12px; 
  background: #4CAF50; 
  cursor: pointer;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}

#tracktable {
    border-collapse:collapse;
  overflow:hidden;
  width: 100%;
  margin-top:25px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

#tracktable th {
    border:1px solid #343434;
    padding: 8px;
}
#tracktable td {
    border:1px solid #d8d8d8;
    padding: 8px;
}

#tracktable tr:nth-child(even){background-color: #f2f2f2;}

#tracktable tr:hover {background-color: #ddd;}

#tracktable th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #343434;
  color: #dadada;
}


@media only screen and (max-width: 480px) {
 .toast p, .toast span {
  font-size: 18px;
  line-height: 18px;
 }
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
 .toast p, .toast span {
  font-size: 38px;
  line-height: 38px;
 }
}
@media only screen and (min-width: 801px) {
 .toast p, .toast span {
  font-size: 58px;
  line-height: 60px;
 }
}
@media only screen and (max-height: 480px) {
 .toast p, .toast span {
  font-size: 33px;
  line-height: 35px;
 }
}
@media only screen and (max-width: 1200px) {
  .t-modal-content {
    width: 85%;
  }
  .country-content {
      width:85%;
  }
  .payment-modal-content {
      width:85%;
  }
}