/* All rights reserved (c) SysLike.org */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.navbar {
  background-color: #16708B;
}
.navbar .navbar-brand {
  color: #ecf0f1;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #d9d9d9;
}
.navbar .navbar-nav .nav-link {
  color: #ecf0f1;
  border-radius: .25rem;
  margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #d9d9d9;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #000000;
  background-color: #d9d9d9;
}
.navbar .navbar-toggle {
  border-color: #d9d9d9;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #d9d9d9;
}
.navbar .navbar-toggle .navbar-toggler-icon {
  color: #ecf0f1;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #ecf0f1;
}
.navbar .navbar-link {
  color: #ecf0f1;
}
.navbar .navbar-link:hover {
  color: #000000;
}

/* Module */
.website_block {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
    float: left;
    width: 250px;
    border: 2px solid #08546b;
    margin: 0 3px 6px 6px;
    padding: 2px 1px;
    text-align: center;
    color: #666;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.website_block .website_title {
	background: #08546b;
	color: #fff;
	padding: 2px;
	display: block;
	margin: -2px -1px 3px;
}
.website_block .website_bottom {
	background: #08546b;
	color: #fff;
	padding: 1px 3px;
	display: block;
	font-size: 12px;
	text-align: right;
	margin: 3px -2px -3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.website_block img {
	max-width: 120px;
    height: 90px;
	margin-bottom:10px
}
.website_block .coins {
	margin: 10px auto; 
	display: block; 
	width: 126px; 
	padding: 2px 3px; 
	background: #fff; 
	color: #444;
	font-size: 13px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.website_block .coins span {
    color: #4c7d00;
}
.website_block .website_report {
	display: block;
	background: #fff;
	padding: 2px;
	text-align: right;
	font-size: 12px;
	margin: 5px -1px -2px;
}
.website_block .website_report a {
	color: #333;
}
.visit_button {
    background: #7fbf4d;
    background: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background: linear-gradient(top, #7fbf4d, #63a62f);
    width: 92px;
    padding: 5px 5px 5px 1px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
	color: #fff;
    border: 1px solid #63a62f;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.visit_button:hover {
    background: #76b347;
	color: #fff;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer
}
.skip_button {
	background: #7fbf4d;
    background: -webkit-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -moz-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -ms-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -o-linear-gradient(top, #4d9bbf, #2f72a6);
    background: linear-gradient(top, #4d9bbf, #2f72a6);
    width: 92px;
    padding: 5px 1px 5px 7px;
    text-align: center;
    text-shadow: 0 -1px 0 #216590;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
	color: #fff;
    border: 1px solid #2f72a6;
    box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.skip_button:hover {
    background: #4781b3;
	color: #fff;
    box-shadow: inset 0 1px 0 0 #678ebf;
    -webkit-box-shadow: inset 0 1px 0 0 #678ebf;
    cursor: pointer
}
.x-small-circle-or {
	background: #fff;
	color: #333;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	height:38px;
	width:38px;
	text-align:center;
	line-height:30px;
	margin: 0 -12px 1px -10px;
	vertical-align:middle;
	position:relative;
	border-top: 2px solid #7fbf4d;
	border-left: 2px solid #7fbf4d;
	border-bottom: 2px solid #4394b9;
	border-right: 2px solid #4394b9;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

/* Mining */
.price_block {
    display: block;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	border: 1px solid #08546b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.price_block .text {
	display: inline-block;
	margin-top: 4px;
}

.pay_block {
	display:inline-block;
	margin:0;
	float:right
}

/* Module */
#tbl .tbl {
    background: url(images/header.png) repeat-x #0d55a3;
    border-color: #000;
    float: left;
    height: 75px;
    margin: 8px 8px 0 0;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 127px;
    border-image: initial;
    color: #000
}
.title a {
    color: #fff !important;
    font-size: 70%
}
#tbl .tbl-content {
    background: url(images/header.png) repeat-x #0d55a3;
    border-color: #000
}
#tbl .tbl-content_vip {
    background: url(images/header.png) repeat-x #c0493c;
    border-color: #000;
    box-shadow: 0 0 2px #999
}
#tbl a.close {
    color: #999;
    font: bold 14px/14px Verdana, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
    width: 10px
}
#tbl .points {
    margin-top: 5px
}
#tbl .tbl {
    text-align: center
}
.follow {
    background: #0d55a3;
    height: 150px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 88px;
    border: 1px solid #fff;
    margin: 1px 0 2px 6px;
    padding-top: 20px;
    text-align: center;
    border-image: initial;
    color: #efefef;
    border-radius: 3px
}
.follow_vip {
    background: #c0493c;
    height: 150px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 88px;
    border: 1px solid #fff;
    margin: 1px 0 2px 6px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px #999
}

/* Login Box */
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

/* Proofs */
#proof_wrapper {
    float:left;
    color:#fff;
    margin:0 5px 10px;
    background-color:#08546b;
    box-shadow:2px 2px 2px rgba(0,0,0,0.6);
    padding:5px;
    border-radius:3px
}
#proof_wrapper .imgwrapper{
    border:1px solid #b6b6b6;
    border-radius:3px
}
#proof_wrapper .imgwrapper img{
    border-radius:3px
}
#proof_wrapper .username{
    text-align:center;
    font-size:11px;
    margin-bottom:1px
}
#proof_wrapper .date{
    text-align:center;
    font-size:11px;
    margin:3px 0 5px
}
#proof_wrapper .amount{
    text-align:center;
    font-size:20px;
    font-family:arial
}
#proof_wrapper .upload_input{
    background:#efefef;
    padding:8px;
    color:#000;
    border-radius:3px;
    margin-top:-8px
}

/* Dashboard */
#dashboard-info {
    background: #16708B;
    border: 1px solid #ccc;
    padding: 10px;
	margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
#dashboard-info .avatar {
    display:inline-block;
	width:120px
}
#dashboard-info .stats {
    display:inline-block;
	width:170px
}

.aff_url_block {
    width: 322px;
    background: url(images/back.png) repeat center center #292e31;
    color: #fff;
    padding: 6px 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
	border-top: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center
}

/* Content */
#blue-box {
	display: block;
	min-height: 300px;
	background: #16708B;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#blue-box .title {
	background: #08546b;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 3px 10px;
	max-width: 50%;
	border-top: 1px solid #16708B;
	margin: 0 auto 10px;
	text-shadow: -1px 0 #16708B, 0 1px #16708B, 1px 0 #16708B, 0 -1px #16708B;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#blue-box .infobox {
	background: #08546b;
    display: block;
    clear: both;
    padding: 8px 6px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
	margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#blue-box .content {
	padding: 25px 30px;
	line-height: 22px;
}

#blue-box .content h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Home Page */
#home-box {
	display: block;
	background: #16708B;
	color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#home-box .content {
	padding: 25px 30px;
	line-height: 22px;
}

#home-box .content h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

#home-statistics {
	background: #3fbad8;
    color: #fff;
    padding: 20px 5px;
    text-align: center;
    font-size: 18px;
	margin-left: -16px;
	margin-right: -16px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.5), 0px 3px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.5), 0px 3px 4px rgba(50, 50, 50, 0.5);
	box-shadow: 0px -3px 4px rgba(50, 50, 50, 0.5), 0px 3px 4px rgba(50, 50, 50, 0.5);
}

#home-bottom-box {
	display: block;
	background: #16708B;
	color: #fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#home-bottom-box .content {
	padding: 25px 30px;
}
#home-bottom-box .content h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
#home-exchange-box {
	display: block;
	margin: 25px 0 0;
	background: #16708B;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#home-exchange-box .content {
	padding: 25px 30px;
}
#home-exchange-box .content h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
.exchange_icon {
    margin: 8px 1px 0;
    max-width: 40px;
    border: 0
}
.exchange_icon:hover {
    opacity: .4
}


/* Home */
.homebox {
    background: #6d6d6d;
    display: block;
    clear: both;
    border: 1px solid #efefef;
    padding: 25px 12px;
    width: 98%;
    font-size: 14px;
    color: #efefef;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.homebox h2 {
    color: #93c52f;
    margin: 4px 2px 12px 2px;
    font-size: 22px;
    text-align: center;
    font-family: arial;
    text-shadow: 0 1px 0 rgba(12, 12, 12, 0.6)
}

/* Login */
.main-section{
	margin: 0 auto;
	margin-top:100px;
	background-color: #fff;
	border-radius: 5px;
	padding: 0px;
}
.user-img{
	margin-top:-50px;
}
.user-img img{
	height: 100px;
	width: 100px;
}
.user-name{
	margin:10px 0px;
}
.user-name h1{
	font-size:30px;
	color:#676363;
}
.user-name button{
	position: absolute;	
	top:-50px;
	right:20px;
	font-size:30px;
}
.form-input button{
	width: 100%;
	margin-bottom: 20px;
}
.link-part{
	border-radius:0px 0px 5px 5px;
	background-color: #ECF0F1;
	padding:15px;
	border-top:1px solid #c2c2c2;
}
.open-modal{
	margin-top:100px !important;
}

/* Buy Coins */
#purchase-coins {
    width: 230px;
    height: 140px;
    text-align: center;
    margin-top: 10px;
    background: #efefef;
    float: left;
    margin: 0 5px 10px;
    border-radius: 5px
}
#purchase-coins .header {
    background: #08546b;
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 25px;
    font-weight: bold;
    padding: 4px 20px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
#user_pack {
    width: 174px;
    height: 138px;
    text-align: center;
    background: #efefef;
	color: #666;
    float: left;
    margin: 0 3px 6px;
    border-radius: 5px
}
#user_pack .hdr {
    background: #08546b;
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 4px 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
#user_pack .seller {
    font-size: 13px !important;
	display: block;
	margin-bottom: 8px;
}

/* Footer */
.static-bottom {
  right: 0;
  bottom: 0;
  left: 0;
  position: relative;
  border-width: 1px 1px 0;
}
.footer_copyright {
	text-decoration: none;
	color: #ecf0f1;
}
.footer_copyright:hover, .footer_copyright:focus {
	text-decoration: none;
	color: #d9d9d9;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }
.bg-purple { background-color: #6f42c1; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1); }
.box-style { border: 1px solid #ccc }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.copyright { font-size: 12px; }
.membership-option { background: #212529;color: #fff; }
.membership-block {
	font-weight: 300;
	margin: 0 2px 10px;
	padding: 3px 2px;
	font-size: 21px;
	color: #fff;
	padding: 8px 6px;
	display:inline-block;
	background-color: #08546b;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.membership-block b {font-weight: 600;}

/* Affiliates */
#aff-block {
    margin: 5px 0 20px;
    display: block;
    padding: 8px 10px 5px;
    background-color: #fff;
    color: #0e6083;
    font-size: 13px;
    text-align: left;
    border: 1px solid #08546b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
#aff-block .title {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background-color: #08546b;
    color: #fff;
    margin: -23px auto 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}
#aff-block .aff_block_p {
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 11px
}
#aff-block .aff_content_bottom {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px
}
#aff-block .aff_block_p2 {
    display: block;
    background-color: #bedee2;
    margin: 9px 5px 0 5px;
    padding: 4px 0 4px 0;
    text-align: center;
    color: #0d5675;
    font-size: 18px;
    border: 1px solid #84afba;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none
}
#aff-block .aff_block_p2 a {
	color:#0b516f
}
#aff-block .aff_block_p2:hover {
    background-color: #c2e2e6;
    border-color: #93c2cf
}
#aff-banner {
    padding: 4px 10px;
    background-color: #fff;
    color: #0e6083;
    border: 1px solid #08546b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
#aff-banner .title {
    display: block;
    margin: -16px auto 0;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 1px;
    background-color: #08546b;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

/* Sidebar */
#sidebar-block {
    background: #16708B;
    padding: 0 5px 0 5px;
	width: 100%;
    border: 1px solid #08546b;
}
#sidebar-block hr {
    border: 0;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0))
}
#sidebar-block .inner {
    padding: 7px 2px
}
#sidebar-block .manager {
    display: block;
    margin: 1px 2px 8px
}
#sidebar-block .data {
    width: 100%;
    height: 20px;
    padding: 1px;
    font-size: 14px;
    text-decoration: none;
    color: #fff
}
#sidebar-block .data .icon {
	display:inline-block;
	width:20px
}
#sidebar-block .title {
    background: #08546b;
    margin: 0 -5px 2px -5px;
    padding: 5px;
    color: #fff;
	font-weight: bold;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

/* Blog */
.blog_comment{
    margin:10px auto;
    background:#efefef;
    border:solid 1px #08546b;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#696969
}
.com_title{
    width:100%;
    text-align:center;
    font-size:12px;
    color:#fff;
    padding:5px;
    background:#08546b;
    border-bottom:solid 1px #1d1d1d;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px
}
.comments_wrap{
    overflow:hidden;
    margin:5px auto;
    background:#efefef;
    border:1px solid #08546b;
    border-radius:3px
}
.comments_wrap .content_text{
    padding:10px 5px;
    overflow:hidden;
    text-align:justify;
    color:#464646
}
.comments_wrap .content_top{
    padding:1px 5px 4px;
    background:#08546b;
    color:#fff;
    border-bottom:1px dotted #fff
}

.badge{padding:1px 8px;border:1px solid #1e4777;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.76),inset 0 1px 0 rgba(255,255,255,0.45);background:url('/img/badges/blue.png') repeat-x #4685c7;cursor:default}.badge.blue.light{background:url('/img/badges/blue-light.png') repeat-x #469dc7}.badge.blue.dark{background:url('/img/badges/blue-dark.png') repeat-x #1d68c0}.badge.green{border:1px solid #1d5d1c;background:url('/img/badges/green.png') repeat-x #40913f}.badge.orange{border:1px solid #a45c0c;background:url('/img/badges/orange.png') repeat-x #d46213}.badge.red{border:1px solid #931616;background:url('/img/badges/red.png') repeat-x #b32626}.badge.block{display:inline-block;margin:5px}
.infobox.alert {
	border: 1px solid #888;
	color:#31708f;background-color:#d9edf7;border-color:#bce8f1
}
.infobox.small {
	font-size: 13px;
}
.btn-red {
background: #7fbf4d;
background: -webkit-linear-gradient(top,#7fbf4d,#63a62f);
background: -moz-linear-gradient(top,#7fbf4d,#63a62f);
background: -ms-linear-gradient(top,#7fbf4d,#63a62f);
background: -o-linear-gradient(top,#7fbf4d,#63a62f);
background: linear-gradient(top,#7fbf4d,#63a62f);
padding: 4px 14px;
text-align: center;
text-shadow: 0 -1px 0 #4c9021;
margin-right: -2px;
display: inline-block;
box-shadow: inset 0 1px 0 0 #96ca6d;
-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
border: 1px solid #63a62f;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: white;
}
.btn-red:hover {background: #7fbf4d;}
.btn-yellow {
background: #4d9bbf;
background: -webkit-linear-gradient(top,#4d9bbf,#2f72a6);
background: -moz-linear-gradient(top,#4d9bbf,#2f72a6);
background: -ms-linear-gradient(top,#4d9bbf,#2f72a6);
background: -o-linear-gradient(top,#4d9bbf,#2f72a6);
background: linear-gradient(top,#4d9bbf,#2f72a6);
padding: 4px 14px;
text-align: center;
text-shadow: 0 -1px 0 #216590;
margin-left: -2px;
display: inline-block;
box-shadow: inset 0 1px 0 0 #6da4ca;
-webkit-box-shadow: inset 0 1px 0 0 #6da4ca;
border: 1px solid #2f72a6;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: white;
}
.btn-yellow:hover {background: #4d9bbf;}
.job{
    background:url(images/header.png) repeat-x #0d55a3;
    border-color:#000;
    height:180px;
    max-height: 180px;
    overflow:hidden;
    position:relative;
    float:left;
    width:215px;
    border:1px solid #000;
    margin:1px 0 2px 6px;
    padding-top:20px;
    text-align:center;
    border-image:initial;
    color:#efefef;
    border-radius:3px
}

.job_vip{
    background:url(images/header.png) repeat-x #c0493c;
    border-color:#000;
    height:180px;
    max-height: 180px;
    overflow:hidden;
    position:relative;
    float:left;
    width:215px;
    border:1px solid #000;
    margin:1px 0 2px 6px;
    padding-top:20px;
    text-align:center;
    color:#fff;
    border-radius:3px;
    box-shadow:0 0 2px #999
}
.step{
    background: url('images/formbg.png') repeat-x scroll 0% 0% #000;
    height: 20px;
    min-width: 80%;
    padding: 12px 14px;
    color: #AAA;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 15px;
    border: 2px solid #292929;
}
#addStep{
    background: url('images/add-icon.png');
    display: inline-block;
    height: 24px;
    width: 24px;   
}
#remStep{
    background: url('images/close-icon.png');
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-left:3px;  
}
/* Lucky Wheel*/
.spin_background {
	background:url(/img/background.jpg);
	background-color:#f9f9f9;
	padding:10px;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}
.spin_button {
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: inherit;
    padding: 10px 120px;
    color: #e8f0de;
    border: solid 1px #5c9310;
    background: #76a507;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#5c9310));
    background: -moz-linear-gradient(top, #7db72f, #5c9310);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#5C9310');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.spin_button:hover {
    background: #527e17;
    background: -webkit-gradient(linear, left top, left bottom, from(#689925), to(#4f7e0d));
    background: -moz-linear-gradient(top, #689925, #4f7e0d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#689925', endColorstr='#4f7e0d')
}
.spin_button_disabled {
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: inherit;
    padding: 4px 120px;
    color: #e8f0de;
    border: solid 1px #898989;
	cursor: default;
    background: #76a507;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#898989));
    background: -moz-linear-gradient(top, #b3b3b3, #898989);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#898989');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.winner_block {
	display:block;
	margin: 2px 6px;
	position: relative;
	text-align: left;
	float:left;
	width:205px;
}
.winner_block .inside {
    border: 1px solid #b6b6b6;
	position:relative;
	z-index:1;
	margin-bottom:20px;
	text-shadow:0px 1px 0px #fff;
	color:#77787b;
	background:#efefef;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.winner_block .inside p, h1, h2, h3 {
	color:#FF6347;
}
.ribbon-green {
    background: #6dbd4c;
    height: 36px;
    right:10px;
    color:#fff;
    text-shadow:0px 1px 0px #4e8636;
    margin: -1px 0px -10px;
    position: absolute;
    width: 40px;
	padding-top:10px;
	text-align:center;
}
.ribbon-green:after,
.ribbon-green:before {
    border-top: 15px solid #6fbf4d;
    content: '';
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.ribbon-green:after {
    border-left: 20px solid transparent;
    right: 0px;
}
.ribbon-green:before {
    border-right: 20px solid transparent;
    left: 0px;
}
.ribbon-green span {
	display: block;
    background: url(/img/reward.png);
	width: 32px;
	height: 32px;
	margin-left: 4px
}

/* Lottery */
.main_lottery {
    width: 977px;
    float: left;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 11px
}
.gen_but_yellow {
    font: 12px arial;
    text-indent: 0 !important;
    color: #793703;
    text-align: center;
    font-weight: bold !important;
    text-shadow: 1px 1px #ffe778;
    text-transform: uppercase;
    max-width: 200px;
    display: block;
    padding: 0;
    margin: 10px auto
}
.gen_but_yellow input {
    display: block;
    color: #793703;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    min-width: 200px;
    background-color: #ffd200;
    border: 2px solid #793703;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 0 0 5px #002d59;
    -webkit-box-shadow: 0 0 5px #002d59;
    box-shadow: 0 0 5px #002d59
}
.gen_but_yellow input:hover {
    background-color: #ffe400;
    border-color: #793703
}
#loterry_stats {
    width: 270px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
    font-size: 25px;
    font-weight: bold;
    line-height: 39px;
    color: #fff;
    font-family: arial;
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9dd53a), color-stop(19%, #a1d54f), color-stop(77%, #80c217), color-stop(100%, #7cbc0a));
    background: -webkit-linear-gradient(top, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    background: -o-linear-gradient(top, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    background: -ms-linear-gradient(top, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    background: linear-gradient(to bottom, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);
    border: 2px solid #3abc16;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
#loterry_stats_header {
    width: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 19px;
    padding: 2px;
    padding-left: 5px;
    color: #fff;
    font-family: arial;
    background: #ffb76b;
    background: -moz-linear-gradient(top, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb76b), color-stop(50%, #ffa73d), color-stop(51%, #ff7c00), color-stop(100%, #ff7f04));
    background: -webkit-linear-gradient(top, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -o-linear-gradient(top, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -ms-linear-gradient(top, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: linear-gradient(to bottom, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0);
    border: 1px solid #3abc16;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.ticket {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    max-width: 240px;
    color: #fff;
    position: relative !important;
    background: #8dc63f;
    display: inline-block;
    padding: 7px 3px;
    margin: 0 5px 5px 0
}
.ticket a {
    outline: 1px rgba(255, 255, 255, 0.4) dashed;
    border: 1px rgba(0, 0, 0, 0.3) dashed;
    padding: 4px 10px 4px 20px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap
}
.ticket a:hover {
    color: rgba(0, 0, 0, 0.5)
}
.ticket .circle {
    position: absolute !important;
    z-index: 100;
    border: 5px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: -5px;
    width: 0;
    height: 0;
    top: 50%;
    left: 8px;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3)
}
.cntSeparator {
    font-size: 54px;
    margin: 10px 7px;
    color: #000
}
.lotteryTitleBox {
    text-align: center;
    max-width: 200px;
    font-size: 25px;
    line-height: 20px;
    color: #c0cf3a;
    padding: 5px 10px 10px;
    background: #efefef;
    margin: 0 auto;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #999;
    border-bottom: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.lotteryTitleBox span {
    font-size: 18px
}
.lotteryCountdownBox {
    text-align: center;
    max-width: 635px;
    height: 90px;
    padding: 10px 0 10px 10px;
    background: #efefef;
    margin: 0 auto 25px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.tiktoklogo {
    font-size: 100px;
    position: relative;
    color: #00fff8;
  }
  .tiktoklogo i:last-child {
    mix-blend-mode: multiply;
    color: #ff0010;
    position: absolute;
    left: 5px;
    top: 7px;
  }