﻿::-webkit-scrollbar 
{
    -webkit-appearance:none;
    width:0px;
}

::-webkit-scrollbar-thumb 
{
    background-color:rgba(0,0,0,.5);
    -webkit-box-shadow:0 0 1px rgba(255,255,255,.5);
}

#videoDiv 
{
    width:100%; 
    max-width:1200px; 
    margin:auto; 
    display:block; 
    position: relative;
}

#video1
{
    width:100%; 
    height:auto;
    border: solid 1px #000000;
}

#video2
{
    width:100%; 
    height:auto;
    border: solid 1px #000000;
}

.ProgressBar
{
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-80px;
	margin-left:-35px;
	display:none;
	z-index:99999;
}

.forms_box 
{
	width: 100%;
	border: 1px solid #aaaaaa;
	padding: 10px;
	border-radius: 0px;
	background-color: #eeeeee;
	color: #000000;
	margin-top:-10px;
}

.box_buttons_user
{
	background-color: #034193;
	border-radius: 0px;
	border: 0px;
	color: #ffffff;
	font-size: medium;
	padding: 8px;
	width: 100%;
	font-weight: bold; 
	margin-top:3px;
}

.box_buttons_lotto
{
	background-color: #db2d24;
	border-radius: 0px;
	border: 0px;
	color: #ffffff;
	font-size: medium;
	padding: 8px;
	width: 100%;
	font-weight: bold;
}

.box_buttons_chance
{
	background-color: #019c53;
	border-radius: 0px;
	border: 0px;
	color: #ffffff;
	font-size: medium;
	padding: 8px;
	width: 100%;
	font-weight: bold;
}

/* ============ */
/* === user === */
/* ============ */

.user_box
{
	width:100%; 
	border:0px solid #034193; 
	padding:10px; 
	border-radius: 0px; 
	background-color:#eeeeee; 
	color:#000000;
}

.user_box_title_b
{
	font-size:large; 
	font-weight:bold;
	line-height:26px;
}

.user_box_title_n
{
	font-size:large; 
	font-weight:normal;
	line-height:26px;
}

.user_box_links
{
	font-size: large;
	font-weight: normal;
}

.user_box_logout
{
	font-size:large; 
	font-weight:normal;
	color:#ff0000;
}

.user_box_diposit 
{
	font-size: large;
	font-weight: normal;
}

.user_box_draw 
{
	font-size: large;
	font-weight: normal;
}

.user_form_send_member
{
	background-color: #db2d24;
	border-radius: 0px;
	color: #ffffff;
	font-size: medium;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight:bold;
	cursor: pointer;
	border: 0px;
	width:100%;
	height:36px;
}

.global_filter_button 
{
    text-align: center;
    border: 0px solid #000000;
    background-color: #034193;
    border-radius: 0px;
    font-size: 16px;
    color: #ffffff;
    font-size: medium;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

/* ============== */
/* === global === */
/* ============== */

.global_title_n
{
	font-size:x-large; 
	color:#000000;
	font-weight:normal;
}

.global_title_b
{
	font-size:x-large; 
	color:#000000;
	font-weight:bold;
}

.global_text_1_n
{
	font-size:large; 
	color:#000000;
	font-weight:normal;
}

.global_text_1_b
{
	font-size:large; 
	color:#000000;
	font-weight:bold;
}

.global_text_2_n
{
	font-size:medium; 
	color:#000000;
	font-weight:normal; 
}

.global_text_2_b
{
	font-size:medium; 
	color:#000000;
	font-weight:bold;
}

.global_text_3_n
{
	font-size:small; 
	color:#000000;
	font-weight:normal; 
}

.global_text_3_b
{
	font-size:small; 
	color:#000000;
	font-weight:bold;
}

.global_error_msg
{
	font-size:large; 
	font-weight:bold;
	color:#ff0000;
	padding-bottom:15px;
	display:none; 
    line-height:24px;
}

.global_hr
{
	border:0; 
	height:1px; 
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.global_stiker_select
{
	font-size:20px; 
	color:#fbdf5c;
	font-weight:bold;
    text-shadow:
   -1.0px -1.0px 0 #000,  
    1.0px -1.0px 0 #000,
    -1.0px 1.0px 0 #000,
     1.0px 1.0px 0 #000;
}

.global_lotto_button
{
	width: 65px;
	height: 34px;
	text-align: center;
	float: right;
	border: 0.5px solid #901f19;
	background-color: #db2d24;
	border-radius: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
    margin-left:10px;
    text-shadow: #000000 1px 1px 1px;
}

.global_chance_button
{
	width: 65px;
	height: 34px;
	text-align: center;
	float: right;
	border:0.5px solid #026235;
	background-color: #019c53;
	border-radius: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
    margin-left:10px;
    margin-bottom:10px;
    text-shadow: #000000 1px 1px 1px;
}

.global_777_button
{
	width: 65px;
	height: 34px;
	text-align: center;
	float: right;
	border:0.5px solid #B5175A;
	background-color: #eb1e75;
	border-radius: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
    margin-left:10px;
    margin-bottom:10px;
    text-shadow: #000000 1px 1px 1px;
}

.global_123_button
{
	width: 65px;
	height: 34px;
	text-align: center;
	float: right;
	border:0.5px solid #B54C00;
	background-color: #ff6b00;
	border-radius: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 8px;
    margin-bottom:10px;
    text-shadow: #000000 1px 1px 1px;
}

.float_center 
{
  float: left;
  position: relative;
  left: 50%;
  text-align: right;
}

.inputs 
{
	background-color:#EAEAEA;
	border-radius:5px;
	border:1px solid #CACACA;
	color:#444;
	font-size:small;
	padding:5px 9px;
	width:100%;
}

.inputs:focus 
{

}

/* ============= */
/* === lotto === */
/* ============= */

.lotto_button 
{
	width: 100%;
	height: 75px;
	text-align: center;
	float: right;
	border: 0px solid #901f19;
	background-color: #db2d24;
	border-radius: 0px;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 21px;
	line-height: 30px;
	/*text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;*/
	/*background-image: -moz-linear-gradient(top, #901f19, #db2d24);
	background-image: -webkit-linear-gradient(top, #901f19, #db2d24);
	background-image: -ms-linear-gradient(top, #901f19, #db2d24);
	background-image: linear-gradient(top, #901f19, #db2d24);*/
}

/* ============== */
/* === chance === */
/* ============== */

.chance_button 
{
	width: 100%;
	height: 75px;
	text-align: center;
	float: right;
	border:0px solid #026235;
	background-color: #019c53;
	border-radius: 0px;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 21px;
	line-height: 30px;
	/*text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;*/
	/*background-image: -moz-linear-gradient(top, #026235, #019c53);
	background-image: -webkit-linear-gradient(top, #026235, #019c53);
	background-image: -ms-linear-gradient(top, #026235, #019c53);
	background-image: linear-gradient(top, #026235, #019c53);*/
}

/* ================= */
/* === marketing === */
/* ================= */

.marketing_button 
{
	width: 100%;
	height: 75px;
	text-align: center;
	float: right;
	border:0px solid #aaaaaa;
	background-color: #fec20a;
	border-radius: 0px;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 21px;
	line-height: 30px;
	/*/*text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;*/*/
	/*background-image: -moz-linear-gradient(top, #FF8C00, #fec20a);
	background-image: -webkit-linear-gradient(top, #FF8C00, #fec20a);
	background-image: -ms-linear-gradient(top, #FF8C00, #fec20a);
	background-image: linear-gradient(top, #FF8C00, #fec20a);*/
}

/* ================== */
/* === resum form === */
/* ================== */

.resum_form_box 
{
	margin-bottom: -10px;
	margin-top: -10px;
	padding: 10px;
	border-radius: 0px;
	color: #000000;
	text-align: center;
	border: 1px solid #aaaaaa;
	line-height:24px;
}