body {
	font: 1em Arial,Helvetica,sans-serif;
	margin:0px; 
	color:#fff;
	font-size:14px;
	outline:none;
	height:100%;
	background-color:#fff;
}
a {	color:#FFF; }
a:hover {	color:#0CF; }

.a_bold {
	font-weight:bold;
	font-size:24px;
}

input {
	outline:none;
}
.hide {
	display: none;
}

li {
	margin:10px;
}

.red {
	color:#f00;
}
.green {
	color: #00A903;
}

.bold {
	font-weight:bold;
}
.big_red {
	color:#f00;
	font-size:18px;
	font-weight:bold;
}
.gradient_white_green_left {background: linear-gradient(to right top, #0BCA00 1%, #fff 50%, #fff);}
.gradient_white_green_right {background: linear-gradient(to left top, #0BCA00 1%, #fff 50%, #fff);}

.header {
	position:relative;
	width:100%;
	height:120px;
	padding: 20px 0px 20px 0px;
	background-color:#0C3F94;
	z-index:2;
}
.logo {
	position:relative;
	margin:0 auto;
	width:900px;
	height:160px;
	padding-bottom:20px;
}
.logo_text {
	position:absolute;
	top:0px;
	left:140px;
}
.logo_text_1 {
	font-size:48px;
	font-weight:bold;
	color:#fff;
}
.logo_text_2 {
	font-size:18px;
	font-weight: bold;
	color:#f00;
}
.contact {
	position:absolute;
	top:0px;
	right:0px;
	color:#ccc;
}
.contact_one {
	margin:7px;
}
.contact_one a {
	font-size:16px;
}

.settings_menu {
	position:relative;
	height: 50px;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0px auto;
	margin-top:0px;
	color:#000;
}
#count_games {
	position: absolute;
	top: 0px;
	left: 50px;
	font-size: 36px;
}
.div_select_strateg {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.select_strateg {
	font-size: 20px;
	padding: 5px;
	border: 1px solid #ccc;
}
.restore_game {
	position: absolute;
	bottom: 10px;
	left: 185px;
	cursor: pointer;
}
.sound_game {
	position: absolute;
	bottom: 10px;
	left: 230px;
	cursor: pointer;
}
.div_url_bk {
	position: absolute;
	bottom: 10px;
	left: 280px;
}
.input_url_bk {
	border: 1px solid #ccc;
	width: 180px;
	font-size: 20px;
	padding: 5px 10px 5px 10px;
}
.button_url_bk {
	position: relative;
	top: 7px;
	vertical-align: sub;
	cursor: pointer;
	display:inline-block;
}
.div_select_country {
	position: absolute;
	left: 550px;
	bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
}
.pop_select_country {
	position: absolute;
	left: 0px;
	bottom: -350px;
	width: 250px;
	padding: 20px;
	padding-top: 40px;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 100;

}
.div_select_bk {
	position: absolute;
	left: 780px;
	bottom: 10px;
	font-size: 18px;
}
.div_select_bk_fon {
	position: absolute;
	left: 290px;
	bottom: 10px;
	font-size: 18px;
}
.title_select_bk {
	font-weight: bold;
	margin-bottom: 5px;;
}
a.a_select_bk {
	color:#333;
}

.id_user {
	position:absolute;
	right: 30px;
	top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.telega_box {
	position: absolute;
	bottom: 10px;
	right: 30px;
}
.telega_settings { cursor: pointer;}

a.telega_bot_url {
	font-size: 18px;
	color:#000;
	margin-right: 20px;
}
.telega_popup {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 300px;
	min-height: 150px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	z-index: 1000;
}
.telega_popup_title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.telega_set_block {
	margin-bottom: 20px;
}
.telega_set_list_block {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #ececec;
	border: 1px solid #b6b5b5cb;
	cursor: pointer;
}
.telega_set_list_selected_block {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #cbffc4;
	border: 1px solid #b6b5b5cb;
	cursor: pointer;
}

.telega_text_set {
	font-size: 12px;
}
.telega_input_kf {
	width: 50px;
}
.telega_set_block_button {
	text-align: right;
}
.telega_button {
	background-color: #00c203;
	color: #FFF;
	border: 1px solid #00f004;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.telega_button_del {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #ff9191;
	border: 1px solid #ff4444;
	color: #f00;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;	
}
.reg_form {
	position: relative;
	width: 350px;
	padding: 20px;
	margin: 0px auto;
	margin-top: 50px;
}
.reg_title {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
}
.input_title {
	margin-top: 20px;
	padding: 5px;
	margin-left: 5px;
}
.reg_input {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
}
.bad_pass {
	margin-left: 20px;
	font-size: 12px;
	color: #f00;
}
.bottom {
	padding: 10px 20px 10px 20px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
	background-color:#00A903;
	color: #fff;
	margin: 10px;
	cursor: pointer;
}


.item {
	position:relative;
	border: 1px solid #fff;
	padding: 20px;
	margin: 0px auto;
	margin-top:0px;
	color:#000;
}


.load {
	position: relative;
	top: 100px;
	width: 100px;
	text-align: center;
	margin: 0% auto;
}

/* table games */
.no_auth_msg {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;;
}
.table_game {
	position: relative;
	width: 650px;
	height: 120px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
.new_table_game {
	background-color: #fffcd4;
}
.info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ccc;
}
.info_line {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 30px;
	cursor: pointer;
}

.info_input {
	position: absolute;
	top: 0px;
	right: 0px;
}
.div_store_input {
	position: relative;
	top: -1px;
	right: -1px;
	width: 300px;
	height: 27px;
	font-size: 22px;
	color: #f00;
	background-color: #fff;
	padding-left: 20px;
	padding-top: 3px;
	border: 1px solid #ccc;
	border-radius: 15px 0px 0px 15px;
	cursor: pointer;
}
.store_input {
	font-size: 22px;
	color: #f00;
	padding-left: 20px;
	border: 1px solid #ccc;
	border-radius: 15px 0px 0px 15px;
	vertical-align: top;
}
.pop_store {
	position: absolute;
	left: 350px;
	height: 30px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #F0F0F0;
	z-index: 10;
}
.img_enter_span {
	cursor: pointer;
}
.img_enter {
	vertical-align: sub;
	cursor: pointer;
}
.hid_game {
	position: absolute;
	top: 30px; 
	left: 0px;
	width: 30px;
	height: 60px;
	border-right: 1px solid #ccc;
	padding-top: 30px;
	text-align: center;
}
.item a { 
	color: #333;
	text-decoration: none;
}
.item a:hover {
	color: #333;
	text-decoration: none;
}

.game_1 {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 480px;
	height: 0px;
	padding: 10px;
}
.game_2 {
	position: absolute;
	top: 55px;
	left: 30px;
	width: 480px;
	height: 0px;
	padding: 10px;
}
.name {
	position: absolute;
	top: 10px;
	left: 10px;
}
.score {
	position: absolute;
	top: 10px;
	right: 10px;
}
.score_part {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 20px;
}
.sets {
	position: absolute;
	top: 90px;
	left: 30px;
	border-top: 1px solid #ccc;
	width: 480px;
	height: 10px;
	padding: 10px;
	font-size: 12px;
}
.liga {
	position: absolute;
	top: 90px;
	left: 30px;
	border-top: 1px solid #ccc;
	width: 480px;
	height: 10px;
	padding: 10px;
	font-size: 14px;
}
.arrow_down {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.kef_1 {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 60px;
	height: 60px;
	padding-top: 30px;
	border-left: 1px solid #ccc;
	text-align: center;
}
.kef_2 {
	position: absolute;
	top: 30px;
	right: 60px;
	width: 60px;
	height: 60px;
	padding-top: 30px;
	border-left: 1px solid #ccc;
	text-align: center;
}
.div_sub_kef {
	position: absolute;
	bottom: 0px;
	right: -300px;
	width: 295px;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
	z-index: 10;
}
.sub_num_part {
	position: relative;
	width: 150px;
	padding: 10px;
	display: inline-block;
	border-top: 1px solid #ccc;

}
.sub_kf_1 {
	position: relative;
	width: 40px;
	padding: 10px;
	display: inline-block;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.sub_kf_1 {
	position: relative;
	width: 40px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
/* ----------------- */

#start_count {
	position: absolute;
	bottom: 20px;
	right: 30px;
	padding: 10px;
	border: 1px solid #f00;
}

.footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 300px;
	height: 20px;
	font-size: 12px;
	color: #333;
}