
#players_menu.active {
    opacity: 1;
    pointer-events: auto;
}

#players_menu .online_players {
    margin-left: 21px;
    width: 245px;
    height: 110px;
}

#players_menu .head {
    width: auto;
}

#players_menu .online_players>.head {
	padding-left: 2rem;
}

#players_menu .friends>.head {
	padding-right: 2rem;
}

#players_menu .title {
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 9%;
  right: 30%;
  font-size: 8px;
  color: #55271c;
  font-family: "AdvoCut";
  width: 60px;
  height: 11px;
  line-height: 12px;
  border-radius: 10px;
  background-color: #b78966;
}

#players_menu .footer {
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 9%;
    right: 7%;
    font-size: 8px;
    color: #55271c;
    font-family: "AdvoCut";
    width: 60px;
    height: 11px;
    line-height: 12px;
    border-radius: 10px;
    background-color: #b78966;
}



#players_menu #players_stat {
    margin-left: 0px;
    margin-top: 10px;
    font-family: "AdvoCut";
    font-size: 10px;
    font-weight: normal;
    color: #55271c;
}

#players_stat thead {
    display: block;
}

#players_stat thead tr th {
    padding-bottom: 4px;
    padding-top: 2%;
    /* width: 170px; */
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

#players_stat thead tr th:first-child {
    text-align: left;
    width: 66px;
    text-indent: 10px;
}

#players_stat thead tr th:nth-child(2) {
    text-align: center;
    width: 20px;
    background-color: #c19a7a;
}
#players_stat thead tr th:nth-child(3) {
    text-align: center;
    width: 90px;
}


#players_stat tbody {
    display: block;
    overflow: auto;
    height: 90px;
    margin-left: -5px;
    line-height: 12px;
    border-collapse: collapse;

}

#players_stat tbody tr:nth-child(odd){
  background-color: #c19a7a;
  /* border-radius: 10px; */
}

#players_stat tbody tr.invited{
    color: blue;
    cursor: pointer;
}

#players_stat tbody tr td {
    /* width: 170px; */
    text-align: center;
}

#players_stat tbody tr td:first-child {
      /* width: 30px; */
}

#players_stat tbody tr td.attention.on{
    min-width: 12px;
    min-height: 12px;
    width: 12px;
    height: 12px;
    background-image: url("../img/1/UI-warning.png");
    background-color: #c9a687;
    background-repeat: no-repeat;
}

#players_stat tbody tr td:nth-child(1) {
    min-width: 12px;
    min-height: 12px;
    width: 12px;
    height: 12px;
    background-color: #c9a687;
}

#players_stat tbody tr td:nth-child(2) {
    text-align: left;
    width: 60px;
    max-width: 60px;
    border-radius: 10px 0px 0px 10px;
    text-indent: 5px;
}
#players_stat tbody tr td:nth-child(3) {
    width: 20px;
    max-width: 20px;
    background-color: #c19a7a;

}
#players_stat tbody tr td:nth-child(4) {
    width: 100px;
    max-width: 100px;
}
#players_stat tbody tr td:nth-child(5) {
    text-indent: 10px;
    text-align: left;
    width: 50px;
    max-width: 50px;
    border-radius: 0px 10px 10px 0px;
}

#players_menu .main_table {
    height: auto;
	max-height: 300px;
}

#players_menu .friends {
    width: 45%;
    margin-right: 4%;
    float: right;
}

#players_menu .friends .friends_content {
    height: auto;
    max-height: 300px;
    width: 96%;
}

.friend_panel {
    height: 88%;
    overflow-y: scroll;
}

.friend_panel .friend_cell {
    width: 98%;
    height: 16%;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.friend_panel .friend_cell img.avatar_pic {
    width: 14%;
    height: 100%;
    background-color: grey;
    float: left;
}

.friend_panel .friend_cell img.chat_btn {
    float: right;
    background-image: url(/img/3/cursor-talk.png);
    width: 48px;
    height: 48px;
}

.friend_panel .friend_cell .name {
    margin-top: 5%;
}

.friend_panel .friend_cell .friend_info {
    width: 40%;
    height: 100%;
    margin-left: 2%;
    float: left;
}

#players_menu #players_stat {
    font-size: 8px;
}

#players_menu thead th a {
    color: #55271c;
    text-decoration: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#players_menu thead th a.abc{
    color: green;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#players_menu thead th a.desc{
    color: red;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#players_menu tr th:nth-child(2) a:after{
  content: "";
  display: flex;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -427px -1482px;
  width: 5px;
  height: 3px;
  margin: 0px 0px 0px 9px
}

#players_menu tr th:nth-child(2) a.abc:after{
  content: "";
  display: flex;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -422px -1482px;
  width: 5px;
  height: 3px;
  margin: 0px 0px 0px 9px
}

#players_menu tr th:nth-child(2) a.desc:after{
  content: "";
  display: flex;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -432px -1482px;
  width: 5px;
  height: 3px;
  margin: 0px 0px 0px 9px
}
#players_menu tr th:nth-child(3) a:after{
  content: "";
  display: flex;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -427px -1482px;
  width: 5px;
  height: 3px;
  margin: 0px 0px 0px 44px
}

#players_menu tr th:nth-child(3) a.abc:after{
  content: "";
  display: flex;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -422px -1482px;
  width: 5px;
  height: 3px;
  margin: 0px 0px 0px 44px
}

#players_menu tr th:nth-child(3) a.desc:after{
  content: "";
  display: flex;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -432px -1482px;
  width: 5px;
  height: 3px;
  margin: 0px 0px 0px 44px
}
