body {     background: url('/img/bg.png') repeat !important; }

#us_sum {
	font-weight: bold;
	font-size: 18px;
}

.blink2 {
  -webkit-animation: blink2 0.5s linear infinite;
  animation: blink2 0.5s linear infinite;
}
@-webkit-keyframes blink2 {
  20% { color: rgba(34, 34, 34, 0); }
  40% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink2 {
  20% { color: rgba(34, 34, 34, 0); }
  40% { color: rgba(34, 34, 34, 0); }
}

input[type="submit"] {
    background-color: #017cdb;
	margin: 8px;
	color: #fff;
    text-decoration: none;
    background-image: none;
    filter: none;
    border: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0!important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}




.skin-black .navbar {
    background: #18191b;
}
select {
	   border-color: #e5e5e5 !important;
    color: #000 !important;
}
.white_fon{
	background: #fff;
}
.btn-green {
	background: #00bdbf;
	color: #000;
	font-weight: bold;
}
.btn-green:hover {
	background: #01d3d5;
}

#main-content {
	/*background-color: #fff !important;*/
}

#main-content {
    background: url('/img/bg.png') repeat !important;
}

.dark_fon {
	background: #252628;
	color: #fff;
}

.dark_fon a{
	text-decoration: underline;
	color: #ffba00;
}

.dark_fon a:hover{
	color: #ffc832;
}
.top_blocks{
	font-size: 24px;
	padding: 8px;
}

.orange_border{
	border: 2px solid #ffba00;
}

.bet_button {
	color: #000;
	font-weight: bold;
	background-image: -moz-linear-gradient(#ffc500, #eb7102 50%);
    background-image: -webkit-linear-gradient(#ffc500, #eb7102 50%);
    background-image: -o-linear-gradient(#ffc500, #eb7102 50%);
}

.marg_pad {
	margin-top: 10px;
	padding: 10px;
}

.orange_text {
	color: #ffba00;
}
a.orange_text:hover{
	color: #ffc832;
}
.table_avatar {
	border-radius: 50% !important;
	width: 45px;
	padding-left: 10px;
}

.center_text {
	text-align: center;
}


.loto_table td {
	padding-top: 10px;
	padding-bottom: 7px;
}


.m-tb {
	font-size: 18px;
}


.loto_table tr:nth-child(2n+1){
	background: #28292b;
}

/* четная строка таблицы класса stripy */
.loto_table tr:nth-child(2n){
	background: #333537;
}

.loto_table tr:hover {
	background: #7d7d81;
}


.loto_table tr:first-child{
	background: #000;
	font-weight: bold;
}

.loto_table tr:first-child:hover{
	background: #000;
}


.loto_table_no_hover td {
	padding-top: 10px;
	padding-bottom: 7px;
}


.loto_table_no_hover tr:nth-child(2n+1){
	background: #28292b;
}

/* четная строка таблицы класса stripy */
.loto_table_no_hover tr:nth-child(2n){
	background: #333537;
}

.loto_table_no_hover tr:first-child{
	background: #000;
	font-weight: bold;
}

.loto_table_no_hover tr:first-child:hover{
	background: #000;
}




.user_row td {
	padding-top: 10px;
	padding-bottom: 7px;
}

.user_row:nth-child(2n+1){
	background: #28292b;
}

/* четная строка таблицы класса stripy */
.user_row:nth-child(2n){
	background: #333537;
}

.user_row:hover {
	background: #7d7d81;
}

.round_id {
	font-weight: bold;
	font-size: 17px;
}

#message {
	margin-top: 18px;
	font-size: 16px;
}

.bg-white {
	background-color: #fff;
}

.post-title {
	text-align: center;
}

.post-header {
	padding-top: 10px;
}



.acc_string{
	font-size: 20px;
}

.user_ind_box{
	height: 100%;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}
.user_ind_box img{
	height: 75px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-radius: 50%;
}

#us_pr {
	font-size: 20px;
	width: 95%;
	background: #262729;
	color: #ffba00;
	display: inline-block;
}

#top_message{
	/*margin-bottom: 15px;*/
	padding: 6px;
}
.user_right_box {
	max-width: 340px;;
}
.user_right_box table{
	width: 100%;;
}
.user_right_box img{
	height: 70px;
	width: 70px;
	border-radius: 50%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#us_right_sum {
	font-weight: bold; 
	font-size: 22px;
}
.line {
	background: #333436;
	width: 100%;
	height: 2px;
	margin: 4px;
}

.us_color_1 {
	background: #00bdbf;
}
.us_color_2 {
	background: #ffba00;
}
.us_color_3 {
	background: #fdce4e;
}
.us_color_4 {
	background: #3eecee;
}



input[type="text"] {
	border-color: #ccc !important;
	color:#000 !important;
}

.settings_links {
	font-size: 20px;
}

.settings_links a {
	color: #000;
	text-decoration: underline;
	
}


.faq_q {
	color: #f29b01;
	font-size: 18px;
	padding-top: 5px;
}