﻿
.ca-PlayerName{
    background-color:white;
    max-width:200px;
    max-height:50px;
    width:170px;
    height:50px;
    position:absolute;
    padding: 3px 5px 5px 5px;
    top:10px;
    margin:35px auto;
    z-index:1003;
    font-family: 'Terminal Dosis', Arial, sans-serif;
	font-size: 13px;
    box-shadow: -7px 0px 26px rgba(0, 0, 0, 0.84);
    -moz-box-shadow: -7px 0px 26px rgba(0, 0, 0, 0.84);
    -webkit-box-shadow: -7px 0px 26px rgba(0, 0, 0, 0.84);
    cursor:pointer;
    text-align:center;
}

.ca-PlayerNameMain{
    position:relative;
    font-size: 25px;
    text-align:center;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}

.ca-PlayerNameSubL, .ca-PlayerNameEndL {
    position:absolute;
    font-size: 14px;
    color: #666;
    float:left;
}

.ca-PlayerNameSubL
{
    margin-left:47px;
}

.ca-PlayerNameEndR
{
    right:0px;
}
.ca-PlayerNameSubR, .ca-PlayerNameEndR {
    position:absolute;
    font-size: 14px;
    color: #666;
    float:right;

}

.ca-PlayerIconSubL
{
    height: 24px;
    position:absolute;
    left:-5px;
}
.ca-PlayerIconSubR
{
    height: 24px;
    position:absolute;
    right:-5px;
}

.ca-PlayerNameSubR {
    right: 42px;
}

.LeftPlayer
{
    left:45px; 
    margin-top:5px;
}
.RightPlayer
{
    right:45px; 
    margin-top:5px;
}
.FrontPlayer{
    position: absolute;
    right:45px; 
    margin-right:35%;
}

.BackDeal, .ForwardDeal {
    padding-top:300px;
    width: 40px;
    height: 100vh;
    position: fixed;
    z-index: 1500;
    cursor:pointer;
    top:0px;
}
.BackDeal div {
    background-image: url("../images/back.png");
    background-size: 40px;
    background-repeat: no-repeat;
    height: 40px;
}
.ForwardDeal div {
    background-image: url("../images/forward.png");
    background-size: 40px;
    background-repeat: no-repeat;
    height: 40px;
}
.BackDeal
{
    left:0px;
}
.ForwardDeal
{
    right:0px!important;
}