body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: white;
}


table{
border-collapse: collapse;
border-spacing: 0;
}


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, b, u, i, sup, sub, center, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    
}

.button {
	cursor: pointer;
	border: none !important;
	border-bottom: 2px solid #a3905b;
    width: 170px;
    height: 45px;
    background: -moz-linear-gradient(104deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5af), color-stop(64%, #c0a97b), color-stop(100%, #cdb684));
    background: -webkit-linear-gradient(104deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
    background: -o-linear-gradient(104deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
    background: -ms-linear-gradient(104deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
    background: linear-gradient(346deg, #cdb684 0%, #c0a97b 36%, #d5d5af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5af', endColorstr='#cdb684',GradientType=0 );
    border-radius: 10px;
    -webkit-background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    color: black !important;
    font-size: 12px;
	text-decoration: none !important;
	text-shadow: none !important;
	font-weight: bold;
	margin: 2px;
}

.button:hover {
	background: -moz-linear-gradient(104deg, #d5d5af 0%, #c0a97b 36%, #cdb684 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdb684), color-stop(64%, #c0a97b), color-stop(100%, #d5d5af));
    background: -webkit-linear-gradient(104deg, #d5d5af 0%, #c0a97b 36%, #cdb684 100%);
    background: -o-linear-gradient(104deg, #d5d5af 0%, #c0a97b 36%, #cdb684 100%);
    background: -ms-linear-gradient(104deg, #d5d5af 0%, #c0a97b 36%, #cdb684 100%);
    background: linear-gradient(346deg, #d5d5af 0%, #c0a97b 36%, #cdb684 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb684', endColorstr='#d5d5af',GradientType=0 );

}

.block_game{
display: block;	
position: relative;
width: 762px; 
top: 0px;
left: 50%;
margin-left: -381px;	
}

.info_turn{		
position: relative;
text-align: center;	
overflow: hidden;
font-size: 15px;
height: 20px;
line-height: 20px;
}

.info_turn div{
	
	float:left;
}


.info_turn .username{
font-size: 15px;
margin-right:5px;	
font-weight: bold;
color:#C9BB91;		
	
}


.info_turn .is_online
{
position: relative;	
top: 50%;
margin: 2px;
margin-top: -4px;
height:8px;
width:8px;
border-radius: 8px;
background-color:#e4e4e0;
}

.info_turn .online
{
 background-color:#18b002;
}


.info_turn_on .turn_on{
display: block;	
	

}

.info_turn_on .turn_off{
display: none;	
	
	
}

.info_turn_off{
display: block;		
		
}


.info_turn_off .turn_on{
display: none;	
	
	
}

.info_turn_off .turn_off{
display: block;	

	
}




.player_expectation_on .player_expectation{
display: block;		
	
	
} 


.player_expectation_off .player_expectation{
display: none;		
	
	
} 






.window_transform_Pawn{
display: block;	
position: fixed;
left: 50%;
top: 50%;
z-index: 101;
margin-top: -75px;
margin-left: -150px;	
width: 300px;
height: 150px;	
}

.window_transform_Pawn div{
position: relative;	
display: block;	
text-align: center;
font-size: 20px;
margin:15px;	
font-weight: bold;
color: #220000;	
}

.window_transform_Pawn table tr td:hover{
background-color: rgba(38, 127, 0, 0.2);		
	
} 



.wrap{
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 100;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 14px;
	}

.off{
display: none;		
	
}


.block_1{
position: relative;
display: block;	
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
   background: #e6e4e3;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px #747474;
}


.wrapper_win .window
{
display: block;	
position: fixed;
left: 50%;
top: 30%;
z-index: 101;
margin-left: -150px;	
width: auto;
height: auto;
min-height: 150px;
min-width: 320px;
text-align: center;
color: black;	
}

.wrapper_win .window .header
{
position: relative;		
text-align: center;	
margin:5px;	
font-size: 22px;
width:300px;	
left: 50%;
margin-left: -150px;
}

.wrapper_win .window .text
{position: relative;	
text-align: center;		
margin:4px;	
font-size: 19px;	
width:300px;
left: 50%;
margin-left: -150px;
}


.wrapper_win .window .buttons
{
position: relative;	
display: inline-block;	
margin:20px	
}

.wrapper_win .window .buttons .button
{
position: relative;	
width: auto;
padding:0px 20px 0px 20px;	
margin: 5px;
min-width: 100px;
}


.wrapper_win .window .interval{
color:#7c6c3d;	
font-size: 22px;	
margin: 10px;	
}




.window_create_game{
display: block;	
position: fixed;
left: 50%;
top: 30%;
z-index: 101;
margin-left: -250px;	
width: 500px;
padding: 0px;
background: #e6e4e3;
border-radius: 10px;
box-shadow: 0 0 1px 1px #747474;
color: #0b0000;
}


.games_list{
display: block;	
position: relative;
width: 710px; 
top: 0px;
left: 50%;
margin-left: -355px;	
color: #040000;
}


.play_buttons_independent .independent{
display: block;		
}

.play_buttons_independent .dependent{
display: none;		
}

.play_buttons_dependent .independent{
display: none;		
}

.play_buttons_dependent .dependent{
display: block;		
}


.scroll_pane, .scroll_pane_cur_to_new
{
	width: 100%;
	height: 100%;
	overflow: auto;
}


.games_block{
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    background: #f0f0f0;

}

.games_block .scroll_pane 
{
  height: 500px;	
}




.games_block .table_wrap
{  
    font-size: 12px !important;
    text-shadow: none;
    width: 100%;
    overflow: hidden;
    color: black;
}


.games_block .table_wrap th {
    padding: 14px 12px;
    border-bottom: transparent;
    font-family: 'Roboto';
    font-weight: 300;
    text-align: left; 
}


.games_block .table_wrap td {
    padding: 9px 12px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(255,255,255,0.6);
}


.games_block .table_wrap tr.view  {
    opacity: 0.4;
}

.games_block .table_wrap tr.view td 
{
    background: transparent !important;
    border-color: transparent !important;
}


.games_block .table_wrap tr.join:hover td{background:rgba(191,231,255,0.7);}

.games_block .table_wrap thead tr {
    background: #C7B78B;
}




.made_moves_block
{
height:600px;
width:120px;	
border: 1px solid #ccc;
background: #f0f0f0;
	
}


.made_moves{
	position: relative;
	width: 100%;
	
}

.made_moves td
{
	margin: 2px;
}


.made_moves .white
{
background:#C7B78B;	
color:#ffffff;


}


.made_moves .black
{
 background:#dacfb1;
 color:#000000; 		
}



.made_moves .ind
{
float: right;
color: #db4242;
font-weight:bold;
}


.loadPlay_wrapper .anim
{
position: fixed;	
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;
width:100px;
height:100px;	
	
	
}
