






/** REGISTRATION **/
#registration-promo {
	float: right; 
	margin-right: 20px;
}

#registration-promo img {
	width: 337px; 
	height: 273px;
}

#registration-promo h2 {
	font-size: 24px;
	margin: 10px 0;
}

#registration-promo h3 {
	font-size: 18px;
	color: #de4301;
	font-weight: normal;
	margin: 5px 0;
}

#registration-promo ul {
	font-size: 14px;
	line-height: 160%;
	color: #666;
}

#registration-promo ul li {
}

#registration-promo ul li:before {
    content: '•';
    color: #de4301;
	font-size: 20px;
	padding-right: 8px;
	line-height: 70%;
}

#registration-profile-image {
	margin-top: 40px;
	width: 400px;
	height: 160px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#registration-profile-image img {
	width: 160px;
	heighrt: 160px;
}

#registration-profile-image h3 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
}

#registration-profile-image p {
	font-size: 12px;
	font-style: italic;
	color: #999;
	margin-bottom: 20px;
}

#registration-profile-image #image-upload-container {
	float: left; 
	margin-right: 20px;
	width: 160px;
	height: 160px;
}

#reg-rules-box {
	width: 700px;
	margin-left: -350px;
	height: 400px;
}

#reg-rules-box .abstract-box-content {
	overflow-y: scroll;
	height: 300px;
	padding-right: 20px;
}







/** USER PROFILE **/
#user-profile-page {
	border-radius: 20px;
	background: url(/img/bgr-grey.png) #eaeaea;
	padding: 15px 30px;
}

#user-profile-page #profile-image {
	float: left;
	position: relative;
}

#user-profile-page .user-info {
	padding-left: 190px;
}

#user-profile-page .user-info h1 {
	margin-top: 0px;
	margin-bottom: 40px;
}

#user-profile-page #user-message-informer {
	position: absolute;
	height: 24px;
	border-radius: 4px;
	background: url(/img/icon-envelope.png) no-repeat 5px 5px #00aff8;
	padding-left: 28px;
	padding-right: 5px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	line-height: 24px;
	right: -10px;
	top: -7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 500;
}

#user-profile-page h2 {
	color: #999;
	font-size: 27px;
	font-weight: normal;
}

#user-profile-page .dashed {
	height: 2px;
	background: url(/img/dashed.png) repeat-x;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
}

.user-info {
	position: relative;
	margin-bottom: 20px;
}

.user-info .user-info-stat {
	display: inline-block;
	padding-right: 20px;
	min-width: 180px;
	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
}

.user-info .user-info-stat span {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: top;
}



.user-info .message {
	position: absolute;
	right: 0px;
	top: 0px;
}

.user-info .message a {
	color: #689506;
}


.user-info .account-info {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	padding: 10px 20px 20px 20px;
	background: white;
	border-radius: 10px;
}

.user-info .account-info h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}

.user-info .account-info .balance {
	font-size: 40px;
	font-weight: bold;
	color: #999999;
}

.user-info .account-info .balance span {
	font-size: 16px;
	font-weight: normal;
}

.user-info .account-info ul {
	margin-top: 30px;
}

.user-info .account-info ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 20px;
}

.user-info .account-info ul li a {
	font-size: 12px;
	color: black;
}

.user-info .account-info ul li.add-funds {
	background: url(/img/icon-add-funds.png) no-repeat center top;
}

.user-info .account-info ul li.withdrawal {
	background: url(/img/icon-withdrawal.png) no-repeat center top;
}

.user-info .account-info ul li.history {
	background: url(/img/icon-history.png) no-repeat center top;
}

#user-profile-tabs-private li.active {
	background: #00aff8;
}

#user-profile-tabs-private li.active:after {
	background: url(/img/tab-arrow-down-blue.png) repeat-x;
}




#user-profile-page .messages li {
	padding: 15px 30px;
	margin-bottom: 10px;
}

#user-profile-page .messages li.new-message {
	border: 2px solid #7eaf05;
}

#user-profile-page .messages li p {
	font-style: italic;
	color: #666;
	margin-bottom: 0;
}

#user-profile-page .messages li h2 {
	font-size: 16px;
	font-weight: bold;
}

#user-profile-page .messages li .date {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #00aff8;
}

#user-profile-page .messages li .date .time {
	color: #666;
	padding-left: 10px;
}

#user-profile-page .messages li .content h2 {
	font-size: 16px;
	margin-top: 10px;
}

#user-profile-page .messages li .content h2 a {
	font-size: 16px;
}



#user-profile-page h2.icon-withdrawal {
	background: url(/img/icon-withdrawal-big.png) no-repeat left center; 
	color: #999;
	font-size: 26px;
	padding-left: 35px;
	height: 28px;
	line-height: 28px;
}

#user-profile-page .op-list .op-item {
	padding: 20px 30px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	width: 95px;
	height: 100px;
	float: left;
	background: #f2f2f2;
	background: linear-gradient(top, #ffffff, #f2f2f2);
	background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background: -o-linear-gradient(top, #ffffff, #f2f2f2);
	margin-right: 10px;
	margin-bottom: 10px;
}

#user-profile-page .op-list .op-item:nth-child(5) {
	margin-right: 0px;
}

#user-profile-page .op-list .op-icon {
	display: inline-block;
	width: 100%;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#user-profile-page .op-list p {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	color: #999;
}

#user-profile-page h3 {
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	margin-top: 0px;
	background: url(/img/arrow-down-yellow.png) no-repeat left 7px;
}


#user-profile-page .withdrawal-form label {
	font-size: 18px;
	font-weight: bold;
	background: url(/img/arrow-down-orange.png) no-repeat left 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#user-profile-page .withdrawal-form .control-group {
	margin-bottom: 30px;
}

#user-profile-page .withdrawal-info {
	position: absolute;
	right: 0px;
	top: -20px;
	width: 330px;
}

#user-profile-page .withdrawal-info .operator {
	margin-bottom: 20px;
}

#user-profile-page .withdrawal-info .operator-logo {
	display: inline-block;
	width: 100px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: 20px;
	vertical-align: middle;
}

#user-profile-page .withdrawal-info .ammount-info {
	background: #EDEDED;
	position: relative;
}

#user-profile-page .withdrawal-info .ammount-info:after {
	position: absolute;
	content: ' ';
	top: -10px;
	left: 40px;
	width: 20px;
	height: 10px;
	background: url(/img/arrow-up-grey.png) no-repeat left top;
}

#user-profile-page .withdrawal-info .ammount-info strong {
	font-size: 16px;
}

#user-profile-page .withdrawal-info .ammount-info span {
	font-size: 12px;
	padding-left: 5px;
}

#withdrawal-box .box-content .container {
	min-height: 150px;
}

#withdrawal-box .loader {
	background: url(/img/ajax-progress.gif) no-repeat center center;
}


