﻿html {
    height: 100%;
}
body {
    font-family: "Roboto", Arial;
    margin: 0;
    padding-top: 52px;
    padding-bottom: 55px;
    position: relative;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body > form > * {
    cursor: default;
}
h1, .h1 {
    margin: 0;
    _margin-bottom: 10px;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: bold;
}
img {
    border: none;
}
a {
    color: #4ea148;
    text-decoration: none;
}
input[type="text"],
input[type="password"] {
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
    padding-left: 15px;


    font-family: "Roboto",​Arial;
    font-size: 12px;
}
input[type='button']::-moz-focus-inner {
    outline: 0;
    border: 0;
}
/* 16.11.2015 created for UserDetails.aspx*/
select {
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
    padding-left: 15px;


    font-family: "Roboto",​Arial;
    font-size: 12px;
}
.HeaderWrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 15;
}
header {
    color: #fff;
    background: #4ea148;
    height: 52px;
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
    -moz-box-shadow: 0px 0px 8px 2px #000000;
    box-shadow: 0px 0px 8px 2px #000000;
}
header .Row1 {
    width: 994px;
    margin: auto;
    font-family: "Roboto Condensed", Arial;
    font-size: 14px;
}
header .Row1:after {
    content: "";
    display: block;
    clear: both;
}
header > .Row1 nav {
    background :#418b3c;
    padding: 0 20px;
    padding-left: 0;
    line-height: 52px;
    float: left;
    text-transform: uppercase;
}
header > .Row1 > nav a {
    margin-right: 25px;
    color: #b2ddaf;
    text-decoration: underline;
}
header > .Row1 > nav a:hover {
    opacity: 0.6;
    text-decoration: none;
}
header > .Row1 > nav .Logo {
    background:#fff;
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    margin-right: 15px;
}
header > .Row1 > nav .Logo img {
    vertical-align: middle;
}
header > .Row1 > .Col2 {
    float: right;
    background: #418b3c;
}
header .Additional {
    font-family: "Roboto Slab";
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 52px;
    line-height: 52px;
    vertical-align: top;
    border-right: solid 1px #4ea148;
    position: relative;
}
header .Menu {
    position: absolute;
    right: 0;
    top: 100%;
    max-height: 0;
    width: 150px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.4s; 
    transition: all 0.4s;
    text-transform: uppercase;
    font-family: "Roboto Condensed",​Arial;
    font-weight: normal;
    font-size: 14px;
    margin-top: -2px;
}
header .Menu > ul {
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    border: solid 1px #4ea148;
    border-top: none;
}
header .Menu > ul a {
    display: block;
    color: #fff;
    background: #418b3c;
    padding: 5px;
    border-bottom: solid 1px #e0e0e0;
    text-align: center;
    text-decoration: none;
}
header .Menu > ul a:hover {
    color: #dedede;
}
header .Menu > ul li:last-child a {
    border-bottom: none;
}
header .Settings:hover .Menu,
header .Additional:hover .Menu { 
    max-height: 500px;
}
header .Settings {
    vertical-align: top;
    display: inline-block;
    position: relative;
    padding: 0 10px; 
}
header .Settings > * {
    display: inline-block;
    vertical-align: middle;
}
header .Settings > div.CircleCrop {
    margin-right: 10px;
}
header .Settings > div.UserName {
    height: 47px;
    margin-right: 5px;
    padding-top: 5px;
    text-align: left;
}
header .Settings > div.UserName span {
    display: block;
    line-height: 22px;
}
header .Settings > div.UserName span:only-child {
    line-height: 42px;
}
header .Settings > div.UserName span.RankLbl {
    color: #f7c960;
    font-family: "Roboto", Arial;
    font-size: 11px;
    font-style: italic;
}
header .Arrow:before {
    border-top-color: #418b3c;
}
header .Arrow.Hover:hover:before,
header .Arrow.Active:before {
    border-bottom-color: #418b3c;
}
header .Row2 {
    width: 994px;
    margin: auto;
}
/* hover header */
.MenuTriggerBtn {
    display: inline-block;
    position: relative;
    z-index: 1010;
    overflow: hidden;
    width: 54px;
    height: 27px;
    left: 50%;
    margin-left: -27px;
    text-align: center;
    cursor: pointer;
}
.MenuTriggerBtn:before {
    content: "";
    display: inline-block;
    background: #4ea148;
    width: 25px;
    height: 25px;
    border: solid 1px #4ea148; /* white border hack */
    border-bottom-right-radius: 7px;
    box-shadow: 0 0 8px 2px #000000;
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.MenuTriggerBtn:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -6px;
    display: block;
    width: 12px;
    height: 9px;
    background-image: url(../images/arrow_down.png);
    position: absolute;
}
.MenuTriggerBtn.Active {
    z-index: 1100;
}
.MenuTriggerBtn.Active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body.Essential {
    padding-top: 0;
    padding-bottom: 40px;
}
body.Essential.FullScreen {
    padding-bottom: 0;
}
body.Essential .MainWrapper .MainContent {
    margin-top: 0px;
}
body.Essential .HeaderWrapper {
    -moz-transition: all 0.5s, z-index 5s;
    -o-transition: all 0.5s, z-index 5s;
    -webkit-transition: all 0.5s, z-index 5s;
    transition: all 0.5s, z-index 5s;
}
body.Essential .HeaderWrapper header {
    -moz-transition: inherit;
    -o-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    max-height: 0;
    z-index: 2;
    overflow: hidden;
}
body.Essential .HeaderWrapper.Active.Finished header {
    overflow: visible;
}
body.Essential .HeaderWrapper header > * {
    -moz-transition: inherit;
    -o-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
}
body.Essential .HeaderWrapper.Active {
    -moz-transition: all 0.5s, z-index 0.1s;
    -o-transition: all 0.5s, z-index 0.1s;
    -webkit-transition: all 0.5s, z-index 0.1s;
    transition: all 0.5s, z-index 0.1s;
    z-index: 110;
}
body.Essential .HeaderWrapper.Active header {
    max-height: 200px;
}
body.Essential .HeaderWrapper.Active header > * {
    opacity: 1;
}
body.Essential .HeaderWrapper:not(.Active) header {
    box-shadow: none;
}
body.FullScreen > footer {
    display: none;
}
body.FullScreen .FullScreenButton {
    bottom: 0 !important;
}
body.FullScreen .MuteButton {
    bottom: 0 !important;
}
/* SubHeader */
.SubHeader {
    background: #22272a;
}
.SubHeader:after {
    content: "";
    clear: both;
    display: block;
}
.SubHeader .Row1 {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 1px #464646;
}
.SubHeader .Row1:after {
    display: block;
    content: "";
    clear: both;
}
.SubHeader .Row1 > div {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 38px;
}
.SubHeader .Row1 > div a {
    color: inherit;
    text-decoration: none;
}
.SubHeader .Row1 > div.Col1 {
    background-image: url(../images/filter.png);
    background-repeat: no-repeat;
    background-position: left 30% center;
    border-right: solid 1px #464646;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.SubHeader .Row1 > div.Col2 {
    background-image: url(../images/cards.png);
    background-repeat: no-repeat;
    background-position: left 30% center;
}
.SubHeader .Row1 > div.Active {
    background-color: #418b3c;
}
.SubHeader .Row2 {
    display: none;
}
.SubHeader .Row2 > div {
    background-repeat: no-repeat;
    background-position: left 10px center;
    color: #fff;
    opacity: 0.7;
    width: 150px;
    height: 52px;
    display: inline-block;
    border-right: solid 1px #464646;
    border-bottom: solid 1px #464646;
    padding-top: 17px;
    padding-left: 35px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.SubHeader .Row2 > div.Required {
    background-image: url(../images/flag.png);
}
.SubHeader .Row2 > div.Duration {
    background-image: url(../images/sandwatch.png);
}
.SubHeader .Row2 > div.Rank {
    background-image: url(../images/rank.png);
}
.SubHeader .Row2 > div.Search {
    background-image: url(../images/magnifying_glass.png);
}
.SubHeader .Row2 > div.Active {
    background-color: #4ea148;
    opacity: 1;
}
.SubHeader .Row2 > div.Active:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    border-top: solid 8px #4ea148;
    border-right: solid 12px transparent;
    border-left: solid 12px transparent;
}
.SubHeader > .Row2 > div,
.SubHeader > .Row3 > .Item > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: "Ubuntu", Arial;
    font-size: 12px;
}
.SubHeader > .Row2 > div:first-child,
.SubHeader > .Row3 > .Item > div:first-child {
    border-left: solid 1px #464646;
}
.SubHeader > .Row3 {
    float: left;
    display: none;
    color: #fff;
}
.SubHeader > .Row3 > .Item {
    display: none;
    float: left;
}
.SubHeader > .Row3 > .Item:first-child {
    display: block;
}
.SubHeader > .Row3 > .Item > div {
    width: 150px;
    display: inline-block;
    border-right: solid 1px #464646;
    padding-left: 10px;
    height: 46px;
    line-height: 46px;
}
.SubHeader .ApplyBtn {
    float: left;
    display: none;
    background: #ffb600;
    color: #fff;
    width: 150px;
    height: 46px;
    line-height: 46px;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.SubHeader input[type="text"] {
    border: solid  1px #4ea148;
    width: 124px;
    background: #ffb600;
    color: #fff;
}
footer {
    font-size: 12px;
    color: #7a7f8d;
    background: #373b46;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor :initial;
}
footer img {
    vertical-align: middle;
}
/* FrontChatWrapper */
.FrontChatWrapper {
    position: fixed;
    z-index: 2;
    bottom: 40px;
}
.FrontChatWrapper .ChatWrapper {
    width: 260px;
    display: inline-block;
    margin-left: 15px;
}
.FrontChatWrapper .ChatWrapper:first-child {
    margin-left: 0;
}
/* MainWrapper */
.MainWrapper {
    width: 994px;
    margin: auto;
    position: relative;
}
.MainWrapper:after {
    content: "";
    display: block;
    clear: both;
}
.MainWrapper .MainContent {
    /*margin-top: 38px;*/
    background: #fff;
}
.MainWrapper .MainContent:after {
    content: "";
    display: block;
    clear: both;
}
.MainWrapper .SubmainContent {
    background: #fff;
}
.MainWrapper > .TopWrapper {
    border: 1px solid #e0e0e0;
    padding: 25px;
    background: #f7f7f7;
}
.MainWrapper > .TopWrapper .h1,
.MainWrapper > .TopWrapper h1 {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    font-family: "Roboto Slab";
}
.MainWrapper > .TopWrapper + .MainContent {
    margin-top: 15px;
}
.MainWrapper .MainContent > .Col1 {
    float: left;
    width: 655px;
    border: solid 1px #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MainWrapper .MainContent > .Col1 > .InnerWrapper {
    padding: 10px;
}
.MainWrapper .MainContent > .Col1 .Row1, 
.MainWrapper .MainContent > .Col1 .Row  {
    font-size: 14px;
    border-bottom: solid 1px #e0e0e0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}
.MainWrapper .MainContent > .Col1 .Row1:after {
    content: "";
    display: block;
    clear: both;
}
.MainWrapper .MainContent > .Col1 .Row1 .Col1 {
    float: left;
}
.MainWrapper .MainContent > .Col1 .Row1 .Col2 {
    float: right;
    margin-right: -15px;
}
.MainWrapper .MainContent > .Col1 .Row1 .Col2 > div {
    float: left;
    border-left: solid 1px #e0e0e0;
    height: 80px;
    width: 80px;
    margin-bottom: -15px;
    margin-top: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
.MainWrapper .MainContentFull {
    border: solid 1px #e0e0e0;
    margin-top: 15px;
}
.MainWrapper .MainContent > .Col1 .Row1 .LastOnline {
    font-style: italic;
    font-size: 12px;
    color: #a0a0a0;
}
.MainWrapper .MainContent > .Col2 {
    float: right;
    width: 339px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    padding-top: 10px;
}
.MainWrapper .MainContent > .Col2 > .BannerWrapper {
    text-align: center;
    margin-top: 10px;
}
.MainWrapper .MainContent > .Col2 > .ProblemReportWrapper {
    padding: 10px;
    padding-left: 0;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    margin: 5px 0;
}
.MainWrapper .MainContent + * {
    clear: both;
}
.MainWrapper.BannerTop {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.BannerWallpaper.Col1, .BannerWallpaper.Col2 {
    width: 15%;
    width: calc(50% - 497px);
    min-height: 1px;
    text-align: right;
    float: left;
}
.BannerWallpaper.Col2 {
    text-align: left;
    float:right;
}
.BannerWallpaper a, .BannerWallpaper img {
    display: block;
}
.BannerWallpaper + .MainWrapper {
    overflow: hidden;
}
/* ActiveRoom */
.ActiveRoom {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom-left-radius: 5px;
    animation-name: ActiveRoomGlove;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: ActiveRoomGlove 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
.ActiveRoom > .Col1 {
    float: left;
    padding: 0 10px;
}
.ActiveRoom .Col2 {
    float: left;
    padding-left: 10px;
    border-left: solid 1px #fff;
    line-height: normal;
}
.ActiveRoom .Col2 > * {
    display: inline-block;
    vertical-align: middle;
}
.ActiveRoom a {
    color: inherit;
    text-transform: none;
    font-weight: bold;
    max-width: 200px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.ActiveRoom a:hover {
    text-decoration: none;
}
.ActiveRoom .StatusPnl {
    background: #e2e2e2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(100%,#fefefe));
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#fefefe 100%);
    background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#fefefe 100%);
    background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#fefefe 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
    border-radius: 40px;
    display: inline-block;
    padding: 3px 8px;
    vertical-align: middle;
    margin-left: 5px;
}
.ActiveRoom .StatusPnl > div {
    border-radius: 20px;
    float: left;
    width: 8px;
    height: 8px;
    margin-right: 5px;
}
.ActiveRoom .StatusPnl > div:last-child {
    margin-right: 0;
}
.ActiveRoom .StatusPnl > div.Active {
    background: #4ea148;
}
.ActiveRoom .StatusPnl > div.InActive {
    background: #d43a3a;
}
.ActiveRoom .StatusPnl > div.Empty {
    background: transparent;
    border: solid 1px #d43a3a;
    width: 6px;
    height: 6px;
}
.ActiveRoom input {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: none;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}
.ActiveRoom input.Check {
    background-image: url(../images/check.png);
    border-right: solid 1px #363d41;
}
.ActiveRoom input.Check.Active {
    background-image: url(../images/check_active.png);
}
.ActiveRoom input.Cross {
    background-image: url(../images/cross.png);
}
/* ConnectionStateWrapper */
.ConnectionStateWrapper {
    display: none;
    color: #fff; 
    background-color: #e1123e; 
    background-image: url(../images/icon_warning.png);
    background-repeat: no-repeat;
    background-position: 200px 50%;
    text-align: center;
    width: 994px; 
    padding: 20px; 
    margin: auto; 
    margin-bottom: 10px; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ConnectionStateWrapper a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
}
.ConnectionStateWrapper .Reconnecting {
    display: none;
}
.ConnectionStateWrapper .Success {
    display: none;
}
.ConnectionStateWrapper .Error {
    display: none;
}
.ConnectionStateWrapper .Reconnecting span {
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
}
/* GameLobby */
.RoomTypeNavWrapper {
    background: #323744;
    color: #fff;
    padding: 8px 10px;
}
.RoomTypeNavWrapper > a {
    padding: 4px;
    text-decoration: none;
    color: inherit;
}
.RoomTypeNavWrapper > a.Active {
    text-decoration: underline;
}
.RoomTypeNavWrapper + * > .FilterWrapper {
    border-top: solid 1px #fff;
}
.InGameRoomWrapper {
    display: none;
    counter-reset: inGameRoom;
}
.InGameRoomWrapper > .Item {
    border-top: solid 1px #000;
    background: #f8f8f8;
}
.InGameRoomWrapper h3 {
    margin: 10px;
    margin-left: 20px;
}
.InGameRoomWrapper h3:before {
    counter-increment: inGameRoom;
    content: counter(inGameRoom) ". ";
}
.InGameRoomWrapper .Options {
    padding: 5px;
    background: #fff;
    border-top: solid 1px #e0e0e0;
}
.InGameRoomWrapper .Options li:before {
    content: "\2022";
}
.InGameRoomWrapper .Options li {
    display: inline-block;
}
.InGameRoomWrapper .Users {
    border-top: solid 1px #e0e0e0;
}
.InGameRoomWrapper .Users > div {
    display: inline-block;
    vertical-align: top;
    text-align:center;
    border-right: solid 1px #e0e0e0;
    padding: 10px;
}
.InGameRoomWrapper .Users img {
    width: 50px;
}
.InGameRoomWrapper .RoomLobbyWrapperEmpty {
    padding: 10px;
    display: block;
}
.InGameRoomWrapper > .Item + .RoomLobbyWrapperEmpty {
    display: none;
}
.FilterWrapper {
    color: #fff;
    background: #323744;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    padding-left: 20px;
    line-height: 30px;
}
.FilterWrapper:after {
    content: "";
    display: block;
    clear: both;
}
.FilterWrapper .Col2 {
    float: right;
}
.FilterWrapper input[type="button"] {
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}
.FilterWrapper input[type="button"].ResetBtn {
    display: none;
    background-image: url(../images/cross.png);
}
.FilterWrapper input[type="button"].ApplyBtn {
    display: none;
    background-color: #e1123e;
    background-image: url(../images/disket.png);
    background-position: 8px 50%;
    background-position: left 10px center;
    padding-left: 26px;
    width: auto;
}
.FilterWrapper input[type="button"].ExpandBtn {
    position: relative;
    background-image: url(../images/arrow_down.png);
}
.FilterWrapper input[type="button"].Active.ExpandBtn {
    position: relative;
    background-image: url(../images/arrow_up.png);
}
.FilterOptions {
    display: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #8e8e8e;
}
.FilterOptions label {
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    color: #000;
}
.FilterOptions:after {
    display: block;
    content: "";
    clear: both;
}
.FilterOptions .Item {
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    float: left;
    width: 50%;
    height: 80px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.FilterOptions .Item:nth-child(2n) {
    border-right: none;
}
.FilterOptions .Item > div {
    margin-bottom: 5px;
}
.FilterOptions .Item > .settingID {
    display: none;
}
.FilterOptions .Item label {
    display: inline-block;
    margin-right: 5px;
}
.FilterOptions .Item td {
    white-space: nowrap;
}
.FilterOptions .Item input[type="text"] {
    height: 30px;
}
/* TwoColumns */
.BannerWrapper > a {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.GlobalChatWrapper {
    margin-bottom: 10px;
}
.GlobalChatWrapper:empty {
    margin-bottom: 0;
}
.GlobalChatWrapper .ChatWrapper {
    margin-top: 0;
}
.PasscodeWrapper {
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
}
.PasscodeWrapper:after, .PasscodeWrapper:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    margin-left: -16px;
}
.PasscodeWrapper:after {
    border-left-color: #fff;
    border-width: 8px; 
    margin-top: 0px;
}
.PasscodeWrapper:before {
    border-left-color: #4ea148; 
    border-width: 6px; 
    margin-top: 2px;
    z-index: 1;
}
.PasscodeWrapper .Label {
    color: #8e8e8e;
    text-transform: uppercase;
}
.PasscodeWrapper #passcodeTb {
    width: 180px;
    width: calc(100% - 139px);
    border-right: none;
}
.PasscodeWrapper.AttentionFocus .Label:after {
    content: "";
    display: inline-block;
    position: absolute;
    background:url(../images/lock.png);
    width: 10px;
    height: 13px;
    margin-left: 5px;
}
.PasscodeWrapper.AttentionFocus #passcodeTb {
    background: #e2123c;
    color: #fff;
}
.UserListWrapper {
    border: solid 1px #e0e0e0;
}
.UserListWrapper .Header {
    border-bottom: solid 1px #e0e0e0;
}
.UserListWrapper .Header:after {
    content: "";
    display: block;
    clear: both;
}
.UserListWrapper .Header .Title {
    text-transform: uppercase;
    font-family: "Roboto Slab", Arial;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
}
.UserListWrapper .Header ul {
    float: right;
    padding: 0;
    margin: 0;
}
.UserListWrapper .Header li {
    display: inline-block;
    border-left: solid 1px #e0e0e0;
    width: 46px;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.UserListWrapper .Header li.Active a {
    background-color: #4ea148;
}
.UserListWrapper .Header li a {
    text-decoration: none;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
}
.UserListWrapper .Header li:hover:not(.Active) a {
    background-color: #dfdfdf;
}
.UserListWrapper .Header li.Friends a {
    background-image: url(../images/icon_star_white_23.png);
}
.UserListWrapper .Header li.Others a {
    background-image: url(../images/icon_couple_white_23.png);
}
.UserListWrapper .Header li.Ignore a {
    background-image: url(../images/icon_notebook.png);
}
.UserListWrapper .TheList {
    margin: 10px;
    max-height: 312px;
    display: none;
    
    /* JScrollPane not working */
    /*width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/

    /* Without JScrollPane */
    overflow: auto;
}
dasdsdsa .UserListWrapper .TheList.Friends {
    display: block;
}
.UserListWrapper .TheList .Empty {
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
    color: #7e7e7e;
}
.UserListWrapper .TheList .Empty:only-child {
    display: block;
}
.UserListWrapper .TheList .Item {
    position: relative;
    padding: 6px;
}
.UserListWrapper .TheList .Item:after {
    content: "";
    display: block;
    clear: both;
}
.UserListWrapper .TheList .Item.Offline:before, 
.UserListWrapper .TheList .Item.Online:before  {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    margin-top: -12px;
    margin-left: -4px;
    border-radius: 20px;
    border: solid 4px #fff;
}
.UserListWrapper .TheList .Item.Offline:before {
    background: #e1123e;
}
.UserListWrapper .TheList .Item.Online:before {
    background: #4ea148;
}
.UserListWrapper .TheList .Item div.Banned {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    background: rgba(227, 127, 127, 0.8);
    position: absolute;
    z-index: 2;
    top: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
    padding-top: 25px;
}
.UserListWrapper .TheList .Item > .CircleCrop {
    float: left;
    border: none;
    box-shadow: none;
}
.UserListWrapper .TheList .Item > .CircleCrop img {
    width: 66px;
}
.UserListWrapper .TheList .Item > .Col2 {
    float: left;
    padding-left: 10px;
    max-width: 180px;
}
.UserListWrapper .TheList .Item > .Col3 {
    float: right;
}
.UserListWrapper .TheList .Title {
    font-weight: bold;
    font-size: 18px;
}
.UserListWrapper .TheList .Item .Title:after { /* hacked cropped border on bottom of item */
    content: "";
    display: block;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.UserListWrapper .TheList .Item:last-child .Title:after {
    background: none;
}
.UserListWrapper .TheList .Item .Col2 *[data-game] {
    display: none;
}
.UserListWrapper .TheList .Item[data-game='113'] .Col2 *[data-game='113'] {
    display: block;
}
.UserListWrapper .TheList .Item[data-game='113'] .Col2 *[data-game='113'] + * {
    display: none;
}
.UserListWrapper .TheList .Rank,
.UserListWrapper .TheList .WinRate {
    text-transform: uppercase;
    font-size: 12px;
    color: #7e7e7e;
}
.UserListWrapper .TheList .Location {
    display: none;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
    color: #7e7e7e;
}
.UserListWrapper .TheList .Col3 input[type="button"] {
    display: block;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 8px;
    width: 27px;
    height: 20px;
}
.UserListWrapper .TheList input[type="button"].Chat {
    background-image: url(../images/text_cloud.png);
    display: none;
}
.UserListWrapper .TheList input[type="button"].Invite {
    background-image: url(../images/gamepad.png);
    display: none;
}
.UserListWrapper .TheList input[type="button"].Invite:active {
    -moz-background-size: 80%;
    -o-background-size: 80%;
    -webkit-background-size: 80%;
    background-size: 80%;
}
.Search .UserSearchTb {
    border-bottom: none;
    border-left: none;
    width: 144px;
    padding-left: 10px;
}
.Search .RefreshButton {
    background: #eee;
    background-image: url(../images/icon_refresh.png);
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #e0e0e0;
    border-bottom: none;
    border-left: none;
    width: 36px;
    height: 44px;
    vertical-align: top;
}
.Search .RefreshButton:active {
    background-color: #ddd;
}
.Search .ColumnButton {
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 137px;
    width: calc(100% - 180px);
}
/* Homepage */
.ArticleList article {
    float: left;
    margin-bottom: 10px;
}
.ArticleList article img {
    display: block;
    margin: auto;
}
.ArticleList article:nth-child(2n - 1) {
    margin-right: 10px;
}
.ArticleList .Banner {
    float: left;
    width: 100%
}
.ArticleList .Banner > * {
    margin-bottom: 10px;
}
/* UserDetails */
.UserDetails.Online, .UserDetails.Offline {
    display: inline-block;
    text-transform: uppercase;
}
.UserDetails.Online:before, .UserDetails.Offline:before {
    border-radius: 20px;
    content: ""; 
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    vertical-align: baseline;
}
.UserDetails.Online:before {
    background: green;
}
.UserDetails.Offline:before {
    background: red;
}
.UserDetailsWrapper {
    padding: 10px;
}
.UserDetailsWrapper:after {
    display: block;
    content: "";
    clear: both;
}
.UserDetailsWrapper .Col1 {
    float: left;
    width: 260px;
    overflow: hidden;
}
.UserDetailsWrapper .Col1 img {
    max-width: 100%;
}
.UserDetailsWrapper .Col2 {
    float: left;
    width: 320px;
}
.UserDetailsWrapper .Col2 > div {
    margin: 14px;
}
.UserDetailsWrapper .Col2 .Value {
    color: #222;
    font-size: 20px;
    margin-bottom: 30px;
}
.UserDetailsWrapper .Col2 .Value > input[type="text"] {
    width: 100%;
}
.UserDetailsWrapper .Col3 {
    float: right;
}
.UserDetailsWrapper .Col3 input {
    background: url(../images/pencil.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border: solid 1px #e0e0e0;
    width: 44px;
    height: 44px;
}
.UserDetailsWrapper .Col3 input:hover {
    opacity: 0.7;
}
.UserDetailsWrapper .Col3 + * {
    clear: both;
}
/* LogIn */
.LogIn .Tooltip {
    position: absolute;
    top: 10px;
    right: 25px;
}
.LogIn .TooltipPopup {
    position: absolute;
    bottom: 100%;
    top: auto;
    right: 0;
}
.LogIn .RoomCreationRow {
    height: auto;
    _padding: 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.LogIn .RoomCreationRow:not(h2) {
    border: none;
}
.LogIn h2.RoomCreationRow {
    margin: 0 10px !important;
    width: auto;
}
.LogIn .RoomCreationRow .Info {
    display: block;
    text-align: right;
    padding-left: 30%;
    color: #8e8e8e;
    font-size: 11px;
    position: absolute;
    right: 25px;
}
.LogIn .RoomCreationRow > input[type="text"],
.LogIn .RoomCreationRow > input[type="password"] {
    width: 100%;
}
.LogIn > .Col1 {
    _border-right: solid 1px #e0e0e0;
    width: 50%;
    float: left;
}
.LogIn > .Col2 {
    _border-left: none;
    width: 50%;
    float: left;
}
.LogIn:after {
    content: "";
    display: block;
    clear: both;
}
.LogInTextWrapper {
    counter-reset: loginType;
}
.LogInTextWrapper > ul > li {
    list-style: none;
    margin-bottom: 5px;
}
.LogInTextWrapper > ul > li:before {
    content: counter(loginType) ". ";
    counter-increment: loginType;
}
.LogInTextWrapper > ul > li > ul {
    display: none;
    margin: 5px auto;
    list-style-type: initial;
}
/* Merge */
.MainWrapper span.RoomCreationRow {
    display: block;
}
.MainWrapper > .Merge .TooltipPopup {
    position: absolute;
    top: auto;
    left: 0;
    margin-top: -105px;
    z-index: -1;
}
.MainWrapper > .Merge .TooltipPopup.Active {
    z-index: 15;
}
.MainWrapper > .Merge {
    border: 1px solid #e0e0e0;
    position: relative;
    display: table;
    width: 100%;
}
.MainWrapper > .Merge:after {
    content: "";
    display: block;
    clear: both;
}
.MainWrapper > .Merge h2 {
    margin: 0;
}
.MainWrapper > .Merge .GatewayWrapper .Col1 {
    width: 50%;
    border: none;
    padding: 15px;
    float: none;
    display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    background: #f7f7f7;
    background: #fff;
    border-right: solid 1px #e0e0e0;

    height: 100%;
}
.MainWrapper > .Merge .GatewayWrapper .Col2 {
    width: 50%;
    padding: 15px;
    float: none;
    padding-top: 0px;
    display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    background: #fff;
}
.MainWrapper > .Merge .GatewayWrapper .Col2 .Button {
    width: 90%;
    width: calc(100% - 30px);
    margin: 20px 15px;
}
.MainWrapper > .Merge .FormWrapper .CommonLabel {
    width: 70px;
    display: inline-block;
}
.MainWrapper > .Merge .FormWrapper input[type="text"] {
    width: auto;
}
/* RoomLobbyWrapper */
.RoomLobby.Row1 .HeadingWrapper h1 {
    display: inline-block;
    max-width: 65%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.RoomLobby.Row1 .HeadingWrapper .newRoomBtn,
.RoomLobby.Row1 .HeadingWrapper .leaveRoomBtn {
    color: #fff;
    background-color: #4ea148;
    background-image: url(../images/gamepad_white.png);
    background-position: 8px 50%;
    background-position: left 10px center;
    background-repeat: no-repeat;
    border: none;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    padding-left: 42px;
    padding-right: 10px;
    vertical-align: top;
    margin-left: 50px;
}
.RoomLobby.Row1 .HeadingWrapper .leaveRoomBtn {
    background-color: #e1123e;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
}
.RoomLobby.Row1 .HeadingWrapper .refreshRoomBtn {
    background: #eee;
    background-image: url(../images/icon_refresh.png);
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #e0e0e0;
    height: 32px;
    width: 32px;
    vertical-align: top;
}
.RoomLobby.Row1 .HeadingWrapper .refreshRoomBtn:active {
    background-color: #ddd;
}
.RoomLobby.Row1 .HeadingWrapper .LogNote {
    font-style: italic;
    font-size: 12px;
    color: #8e8e8e;
}
.RoomLobbyPasscodeWrapper {
    padding: 10px;
    padding-left: 30px;
    background-image: url(../images/lock.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-family: "Roboto Slab", Arial;
    font-size: 13px;
}
.RoomLobbyHeader {
    background: #22272a;
    color: #fff;
}
.RoomLobbyHeader:after {
    content: "";
    display: block;
    clear: both;
}
.RoomLobbyHeader > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    border-right: solid 1px #fff;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Roboto Slab", Arial;
    font-size: 12px;

    /*v2*/
    color: #a5a5a5;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-position: left 15px center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.RoomLobbyHeader > div:last-child {
    border-right: none;
}
.RoomLobbyHeader > div:first-child:nth-last-child(5), 
.RoomLobbyHeader > div:first-child:nth-last-child(5) ~ div {
    width: 20%;
}
.RoomLobbyHeader > div:first-child:nth-last-child(4), 
.RoomLobbyHeader > div:first-child:nth-last-child(4) ~ div {
    width: 25%;
}
.RoomLobbyHeader > div:first-child:nth-last-child(3), 
.RoomLobbyHeader > div:first-child:nth-last-child(3) ~ div {
    width: 33%;
}
.RoomLobbyHeader > div:first-child:nth-last-child(2), 
.RoomLobbyHeader > div:first-child:nth-last-child(2) ~ div {
    width: 50%;
}
/* v2 */
.RoomLobbyHeader > div:before {
    content: "• ";
    color: #fbbe10;
    font-size: 18px;
    vertical-align:middle;
}
.RoomLobbyHeader > div.Required {
    background-image: url(../images/flag.png);
}
.RoomLobbyHeader > div.TurnDuration,
.RoomLobbyHeader > div.TrajanjePartije,
.RoomLobbyHeader > div[class^="Trajanje_partije"] {
    background-image: url(../images/sandwatch.png);
}
.RoomLobbyHeader > div.Rank,
.RoomLobbyHeader > div[class="Postotak_pobjeda"] {
    background-image: url(../images/rank.png);
}
.RoomLobbyHeader > div[class="Postotak_pobjeda"]:after {
    content: "%";
}
.RoomLobbyHeader > div[class^="Trajanje_poteza"],
.RoomLobbyHeader > div.Trajanje {
    background-image: url(../images/turn_duration.png);
}
.RoomLobbyHeader > div.Broj_Igrača {
    background-image: url(../images/player_count.png);
}
.RoomLobbyHeader > div.Tip_table {
    background-image: url(../images/table_type.png);
}
.RoomLobbyHeader > div.Početna_vrijednost {
    background-image: url(../images/start_value.png);
}
.RoomLobbyHeader > div.Broj_refa {
    background-image: url(../images/refa_count.png);
}
.RoomLobbyHeader > div.Igra_se_od,
.RoomLobbyHeader > div.Igra_se_do {
    background-image: url(../images/required.png);
}
.RoomLobbyHeader > div.Tip_igre {
    background-image: url(../images/game_type.png);
}
/*.RoomLobbyHeader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.RoomLobbyHeader li { 
    color: #a5a5a5;
    width: 33%;
    display: inline-block;
    padding-left: 1em; 
    text-indent: -.7em;
}
.RoomLobbyHeader li:before {
    content: "• ";
    color: #fbbe10;
}*/
.RoomLobbyWrapper {
    display: none;
}
.RoomLobbyWrapper .Room {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    padding: 12px;
    background: #f8f8f8;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    float: left;
}
.RoomLobbyWrapper .Room:hover {
    background: #fff;
}
.RoomLobbyWrapper .Room:nth-child(3n - 1) {
    width: 34%;
}
.RoomLobbyWrapper .Room:nth-child(3n) {
    border-right: none;
}
.RoomLobbyWrapper .Room:nth-last-child(-n + 3):nth-child(3n + 1)
, .RoomLobbyWrapper .Room:nth-last-child(-n + 3):nth-child(3n + 1) ~ * {
    border-bottom: none;
}
.RoomLobbyWrapper .Room .Title {
    font-family: "Roboto Slab",​ Arial;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 7px;
}
.RoomLobbyWrapper .Room .Options {
    background: #fff;
}
.RoomLobbyWrapper .Room .Options .Col {
    border-bottom: solid 1px #dedfde;
    padding: 5px 0;
}
.RoomLobbyWrapper .Room .Options .Col .Label {
    float: left;
}
.RoomLobbyWrapper .Room .Options .Col .Value {
    float: right;
}
.RoomLobbyWrapper .Room .Options .Col:after{
    display: block;
    content: "";
    clear: both;
}
/*.RoomLobbyWrapper .Room .Options .Col:nth-last-child(-n + 2):nth-child(2n + 1) ~ * {
    border-bottom: none;
}*/
.RoomLobbyWrapper .Room .Options .Col:last-child {
    border-bottom: none;
}
.RoomLobbyWrapper .Room .Col .Label {
    font-size: 10px;
    text-transform: uppercase;
    color: #737373;
    padding: 0 8px;
}
.RoomLobbyWrapper .Room .Col .Value {
    font-family: "Roboto Slab",​ Arial;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
}
.RoomLobbyWrapper .Room .Users {
    padding: 7px 0;
    border-top: solid 1px #e0e0e0;
    text-align: center;
    clear: both;
}
.RoomLobbyWrapper .Room .Users .CircleCrop {
    display: inline-block;
    vertical-align: top;
    border: none;
    box-shadow: none;
}
.RoomLobbyWrapper .Room .Users .CircleCrop.Empty {
    background-image: url(../images/cross_21.png);
    background-repeat: no-repeat;
    background-position: center;
    border:solid 2px #ccc;
    width: 34px;
    height: 34px;
}
.RoomLobbyWrapper .Room .Users .CircleCrop img {
    width: 38px;
    height: 38px;
}
.RoomLobbyWrapper .Room .JoinBtn {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #4ea148;
    border:none;
    background-color: #fff;
    background-image: url(../images/gamepad.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-position: left 10px center;
    border: solid 1px #4ea148;
}
.RoomLobbyWrapper .Room .JoinBtn[disabled] {
    background-color: #ccc;
}
.RoomLobbyWrapper .Room .JoinBtn:not([disabled]):hover {
    color: #fff;
    background-color: #4ea148;
    background-image: url(../images/gamepad_white.png);
}
.RoomLobbyWrapper .Room.Locked .Title {
    background-image:url(../images/lock.png);
    background-repeat: no-repeat;
    background-position: left 5px top 5px;
    padding-left: 15px;
}
.RoomLobbyWrapperEmpty {
    display: none;
    padding: 10px;
    color: #8e8e8e;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
/* RoomCreation */
.RoomCreationRow {
    border-bottom: solid 1px #e0e0e0;
}
.RoomCreationRow,
.RoomCreationCell {
    padding: 15px;
}
.RoomCreationRow .Col1, 
.RoomCreationRow .Col2, 
.RoomCreationRow .Subtitle {
    font-size: 10px;
    color: #000;
    text-transform: none;
}
.RoomCreationRow .Col1, 
.RoomCreationRow .Col2 {
    float: left;
    width: 45%;
    padding: 10px;
}
.RoomCreationRow .Subtitle {
    margin-top: 5px;
}
.RoomCreationRow .Col2 {
    float: right;
}
.RoomCreationRow.RoomType:after {
    content: "";
    clear: both;
    display: block;
}
.RoomCreationRow .Titled {
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 40px;
    border: solid 1px #e0e0e0;
    padding: 20px;
    margin-bottom: 5px;
}
.RoomCreationRow input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.RoomCreationCell select,
.FilterOptions .Item  select {
    height: auto;
    padding: 5px 0;
    margin-top: 5px;
}
.RoomCreationCell {
    float: left;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    width: 50%;
    height: 90px;
    padding: 20px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.RoomCreationCell .settingID {
    display: none;
}
.RoomCreationOptions .RoomCreationCell:nth-child(2n) {
    border-right:none;
}
.RoomCreationOptions + .BottomCommands {
    clear: both;
}
.RoomPasscodeWrapper {
    display: none;
    padding-top: 10px;
    clear: both;
}
.RoomCreationOptions.StyledControls label {
    /* note: used for <asp:RadioButtonList RepeatLayout="Flow" */
    margin-right: 5px;
    margin-top: 5px;
}
#createRoomBtn {
    background-image: url(../images/door.png);
    background-position: 25% 50%;
    background-position: left 25% center;
}
/* RoomStartScreen */
.SideLabel {
    float: left;
    width: 25px;
    height: 238px;
    line-height: 238px;
    background: #00b2cd;
}
.SideLabel.TeamB {
    background: #fbbe10;
}
.SideLabel > span {
    font-family: "Roboto Slab", Arial;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transform: rotate(270deg);
    display: inline-block;
}
.RoomUserSlot {
    border-bottom: solid 1px #e0e0e0;
    display: inline-block;
    width: 628px;
    height: 118px;
    position: relative;
}
.RoomUserSlot .Ready, .RoomUserSlot .NotReady {
    width: 50px;
    vertical-align: middle;
    text-align: center;
}
.RoomUserSlot .Col1 {
    position: relative;
}
.RoomUserSlot .KickBtn {
    background-color: #e1123e;
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    position: absolute;
    right: 26px;
    top: 22px;
}
.RoomUserSlot .DragBtn {
    background-image: url(../images/hamburger.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 30px;
    height: 26px;
    cursor: all-scroll;
    pointer-events: visible;
}
.RoomUserSlot.ExchangeClone {
    position: absolute;
    z-index: 100;
    background: #fff;
    border: solid 1px #e0e0e0;
    box-shadow: 0px 0px 8px 1px #e1123e;
}
.RoomUserSlot.ExchangeHover,
.RoomUserSlot.ExchangeHover .Col1 {
    background: #f8f8f8;
}
.ActiveSlotWrapper {
    display: none;
}
.ActiveSlotWrapper img {
    display: inline-block;
    vertical-align:middle;
}
.ActiveSlotWrapper:after {
    content: "";
    display: block;
    clear: both;
}
.ActiveSlotWrapper > .Col1 {
    font-size: 13px;
    text-transform: uppercase;
    color: #8e8e8e;
    line-height: 118px;
    background:#fff;
    float: left;
}
.ActiveSlotWrapper > .Col1 > * {
    vertical-align: middle;
    margin: 0 5px;
}
.ActiveSlotWrapper > .Col1 h3 {
    font-family: "Roboto Slab", Arial;
    font-size: 18px;
    color: #000;
    margin: 0;
}
.ActiveSlotWrapper > .Col1 > div {
    display: inline-block;
    line-height: normal;
}
.ActiveSlotWrapper > .Col1 > .Mute {
    display: none;
    position: absolute;
    top: 15px;
    left: 70px;
    __margin-left: -38px;
    background: #f43533;
    background-image: url(../images/icon_text_cloud_unavailable.png);
    background-position: center;
    background-repeat: no-repeat;
    border: solid 2px #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}
.ActiveSlotWrapper > .Col1 > .IpWarning {
    display: none;
    position: absolute;
    top: 15px;
    left: 130px;
    margin-left: 14px;
    background: #f43533;
    background-image: url(../images/icon_exclamation_mark.png);
    background-position: center;
    background-repeat: no-repeat;
    border: solid 2px #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}
.ActiveSlotWrapper > .Col1 > .BlackList {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 130px;
    margin-left: 14px;
    background: #000;
    background-image: url(../images/icon_black_list.png);
    background-position: center;
    background-repeat: no-repeat;
    border: solid 2px #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}
.ActiveSlotWrapper > .Col2 h2 {
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    line-height: 60px;
    font-family: "Roboto Slab";
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 60%;
}
.ActiveSlotWrapper > .Col2 h2 + * {
    display: block;
}
.ActiveSlotWrapper > .Col2 > .Row2 {
    border-top: solid 1px #e0e0e0;
    margin-right: 10px;
}
.ActiveSlotWrapper > .Col2 > div > .Col {
    display: inline-block; 
    border-right: solid 1px #e0e0e0;
    margin-top: 10px;
    padding: 0 10px;
    color: #3f3d3d;
    font-family: "Roboto Condensed", Arial;
    font-size: 11px;
    text-transform: uppercase;
}
.ActiveSlotWrapper > .Col2 > div > .Col > div {
    color: #000;
    font-family: "Roboto Slab", Arial;
    font-weight: bold;
    font-size: 14px;
}
.ActiveSlotWrapper .CircleCrop {
    box-shadow: none;
}
.ActiveSlotWrapper .CircleCrop img {
    width: 90px !important;
}
.EmptySlotWrapper {
    color: #aaa;
    line-height: 125px;
    text-align: center;
    text-indent: -24px;
}
.EmptySlotWrapper .Unavailable {
    display: none;
}
.StartScreen.Separator {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/swords.png);
    text-align: center;
    height: 65px;
    border-bottom: solid 1px #e0e0e0;
}
#checkInBtn, #checkOutBtn {
    display: none;
}
#checkInBtn {
    background-image: url(../images/stopwatch.png);
    background-position: 20px center;
    background-position: left 30% center;
}
#checkOutBtn {
    background-image: url(../images/stopwatch.png);
    background-position: 20px center;
    background-position: left 20% center;
}
#startGameBtn {
    background-image: url(../images/gamepad_white.png);
    background-position: 20px center;
    background-position: left 25% center;
    display: none;
    margin-top: 10px;
}
/* RoomStartScreen - CovjeceNeLjutiSe */
.UserSlotsWrapper.CovjeceNeLjutiSe.Unavailable .EmptySlotWrapper .Available {
    display: none;
}
.UserSlotsWrapper.CovjeceNeLjutiSe.Unavailable .EmptySlotWrapper .Unavailable {
    display: block;
}
.UserSlotsWrapper.CovjeceNeLjutiSe > .Item {
    border: solid 2px #f03139;
    margin: 10px 5px;
    border-radius: 30px;
    overflow: hidden;
}
.UserSlotsWrapper.CovjeceNeLjutiSe > .Item:nth-child(1) {
    border-color: #f03139;
}
.UserSlotsWrapper.CovjeceNeLjutiSe > .Item:nth-child(2) {
    border-color: #00549d;
}
.UserSlotsWrapper.CovjeceNeLjutiSe > .Item:nth-child(3) {
    border-color: #02a043;
}
.UserSlotsWrapper.CovjeceNeLjutiSe > .Item:nth-child(4) {
    border-color: #ebcc11;
}
.UserSlotsWrapper.CovjeceNeLjutiSe .RoomUserSlot {
    width: 649px;
}
/* EndScreen */
.EndScreenWrapper {
    width: 994px;
    margin: auto;
    color: #fff;
    background-image: url("../images/sand_green.png");
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.EndScreenWrapper .GameChatWrapper {
    position: absolute;
    top: initial;
}
.EndScreenWrapper .Button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.EndScreenWrapper .Button[disabled] {
    /* make global? */
    background: #999 !important;
    border-color: #666 !important;
}
.EndScreenWrapper .GameChatWrapper {
    margin-top: -20px;
}
.EndScreenWrapper .h1,
.EndScreenWrapper .h2 {
    font-family: "Roboto Slab";
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
    text-align: center;
    color: #ffd418;
}
.EndScreenWrapper .h2 {
    font-size: 32px;
}
.EndScreenWrapper .h1.v2 {
    color: #236531;
    text-shadow: none;
    margin: 0;
    padding-top: 20px;
}
.EndScreenWrapper .h1.v3 {
    color: #fff;
    text-shadow: none;
    text-shadow: 1px 1px white, -1px -1px #444;
    margin-top: 0;
}
body form > div.EndScreenWrapper .Button {
    background: #ffd418;
    display: inline-block;
    width: auto;
    padding: 0 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border: solid 1px #ddb206;
}
.TeamALbl, .TeamBLbl {
    width: 110px;
    display: inline-block;
    text-align: right;
}
.TeamBLbl {
    text-align: left;
}
.HorizontalSeparator {
    background-image: url(../images/horizontal_separator_green.png);
    height: 5px;
    margin: 20px 0;
}
/*.EndScreenWrapper .PlayerItem {
    display: block;
}*/
.EndScreenWrapper .ScoreWrapper {
    width: 370px;
    margin: auto;
}
.EndScreenWrapper .ScoreWrapper .Expand {
    background: #ff7418;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0;
    border-radius: 4px;
    cursor: pointer;
}
.EndScreenWrapper .ScoreWrapper .Expand.Arrow:before {
    border-top-color: #ff7418;
}
.EndScreenWrapper .ScoreWrapper .Expand.Arrow.Active:before {
    border-bottom-color: #ff7418;
}
.EndScreenWrapper .SheetWrapper {
    display: none;
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    max-height: 360px;
    overflow: auto;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.EndScreenWrapper .SheetWrapper table {
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
    margin: 10px;
    color: #000;
}
.EndScreenWrapper .SheetWrapper table td {
    border: solid 1px #57e1e6;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 45%;
}
.EndScreenWrapper .SheetWrapper table td:nth-child(2) {
    border-left: none;
}
.EndScreenWrapper .SheetWrapper table td:first-child {
    border-right: none;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    width: initial;
}
.EndScreenWrapper .PlayersWrapper {
    /*width: 600px;
    margin: auto;*/

    text-align:center;
}
.EndScreenWrapper .PlayersWrapper .Col1,
.EndScreenWrapper .PlayersWrapper .Col2,
.EndScreenWrapper .PlayersWrapper .Swords {
    display: inline-block;
    height: 310px;
    width: 250px;
    vertical-align: top;
    position: relative;
}
.EndScreenWrapper .PlayersWrapper .Swords {
    width: 86px;
    background: url(../images/swords_green.png);
    background-position: center;
    background-repeat: no-repeat;
}
.EndScreenWrapper .PlayersWrapper .Swords:after,
.EndScreenWrapper .PlayersWrapper .Swords:before {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    margin-left: -1px;
    background: #236531;
    position: absolute;
    left: 50%;
    border-bottom: solid 1px #81d0a2;
}
.EndScreenWrapper .PlayersWrapper .Swords:before {
    bottom: 0;
}
.EndScreenWrapper .PlayersWrapper .Title {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 22px;
    font-weight: bold;
}
.EndScreenWrapper .PlayersWrapper .PlayerWrapper {
    display: block;
}
.EndScreenWrapper .PlayersWrapper .PlayerWrapper > div {
    padding-bottom: 45px;
    margin-bottom: 20px;
    display: inline-block;
}
.EndScreenWrapper .CircleCrop {
    display: inline-block;
}
.EndScreenWrapper .CircleCrop img {
    width: 90px;
}
.EndScreenWrapper .ProgressWrapper {
    text-align: center;
    margin-top: 15px;
}
.EndScreenWrapper .ProgressWrapper > * {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.EndScreenWrapper .ProgressWrapper .Rank {
    width: 200px;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-weight: bold;
}
.EndScreenWrapper .Experience {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-position: center bottom 5px;
    border-radius: 40px;
    border: solid 2px #fff;
    min-width: 60px;
    height: 60px;
    padding-top: 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 16px;
    font-family: "Roboto Slab";
    color: #fff;
}
.EndScreenWrapper .Experience.Bad {
    background-image: url(../images/arrow_full_down.png);
    background-color: #f43339;
}
.EndScreenWrapper .Experience.Good {
    background-image: url(../images/arrow_full_up.png);
    background-color: #00cd74;
}
.EndScreenWrapper .NewRoomWrapper {
    margin: auto;
    width: 250px;
}
.EndScreenWrapper .NewRoomWrapper > * {
    margin-top: 10px !important;
}
.EndScreenWrapper .NewRoomWrapper .NewRoomNo ~ * {
    clear: both;
}
.EndScreenWrapper .NewRoomWrapper .Button.Good {
    background: #4ea148;
    border-color: #418b3c;
    width: 48%;
    float: left;
}
.EndScreenWrapper .NewRoomWrapper .Button.Bad {
    background: #f43339;
    border-color: #d21117;
    width: 48%;
    float: right;
}
.EndScreenWrapper .NewRoomWrapper .PlayerList > div {
    background-repeat: no-repeat;
    background-position: right center;
    display: none;
    padding: 8px 0;
}
.EndScreenWrapper .NewRoomWrapper .PlayerList .NewRoom_Yes {
    display: block;
    background-image: url(/multiplayer/images/check.png);
}
.EndScreenWrapper .NewRoomWrapper .PlayerList .NewRoom_No {
    display: block;
    background-image: url(/multiplayer/images/cross.png);
}
.EndScreenWrapper .NewRoomWrapper .RecreateRoom.Button {
    width: 100%;
}
.EndScreenWrapper .BackToLobby {
    width: 250px !important;
}
.EndScreenWrapper .AdminLeftWrapper {
    display: none;
    border-top: solid 1px #236531;
    margin-top: 5px;
    padding-top: 5px;
}
.EndScreenWrapper .Prominent {
    color: #ffd418;
}
/* Game */
.GameSurface {
    /*width: 1024px;*/
    /*width: 994px;*/
    /*margin: auto;*/
    position: relative;
}
.GameChatWrapper {
    position: absolute;
    /*flex realted*/
    position: fixed;
    top: 0;
    z-index: 2;
}
.GameChatWrapper .ChatWrapper {
    margin-top: 0;
    width: 330px;
}
.GameChatWrapper .ChatWrapper .Content * {
    font-family: "Roboto Condensed";
}
.GameChatWrapper .ChatWrapper .Header {
    height: 25px;
    line-height: 25px;
    padding: 0;
    padding-left: 20px;
    font-size: 14px;
}
.GameChatWrapper .ChatWrapper .Header .Col2 {
    margin-top: 0;
    height: auto;
    border-radius: initial;
}
/* BottomCommands */
.BottomCommands {
    padding: 10px 0;
    background: #eee;
}
.BottomCommands input[type=button],
form > div:not(.GameSurface) .Button {
    color: #fff;
    background-repeat: no-repeat;
    background-color: #4ea148;
    border: none;
    display: block;
    width: 70%;
    margin: auto;
    text-align: center;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 45px;
    border-radius: 5px;
}
form > div:not(.GameSurface) .Button.Medium {
    line-height: 30px;
}
.BottomCommands input[type=button][disabled=disabled] {
    background-color: #ccc;
}
/* TabControl */
.TabControl > .Header {
    border: solid 1px #e0e0e0;
    border-bottom: none;
}
.TabControl > .Header:after {
    content: "";
    display: block;
    clear: both;
}
.TabControl > .Header > input.ExpandBtn {
    background-image: url("../images/arrow_down.png");
    background-color: #4ea148;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    border-left: solid 1px #e0e0e0;
    border-radius: 0;
    color: #fff;
    height: 30px;
    width: 30px;
    float: right;
}
.TabControl > .Header.Active > input.ExpandBtn {
    background-image: url("../images/arrow_up.png");
}
.TabControl > .Header > input.ExpandBtn + * {
    clear: both;
}
.TabControl > .Header .Selected {
    padding-left: 10px;
    line-height: 30px;
}
.TabControl > .Header ul {
    display: none;
    color: #6b6b6b;
    margin: 0;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 0;
    border-top: solid 1px #e0e0e0;
}
.TabControl > .Header.Active ul {
    display: block;
}
.TabControl > .Header > ul li {
    font-size: 14px;
    width: 25%;
    padding: 6px;
    display: inline-block;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.TabControl > .Header > ul li:hover {
    color: #afafaf;
}
.TabControl > .Header ul li.Active {
    background-color: #4ea148;
    color: #fff;
}
.TabControl .Content {
    border: solid 1px #e0e0e0;
}
.TabControl .Tab:not(.Active) {
    display: none;
}
.TabControl .Tab > .Separator {
    background: #282828;
    padding: 8px 10px;
    color: #fff;
}
.TabControl .Tab > .Separator select { /* ne koristi se vise */
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
    padding: 4px;
}
.TabControl .Tab > .Separator .SubTabTrigger {
    color: #fff;
    text-decoration: none;
    _border: solid 1px #fff;
    padding: 4px;
}
.TabControl .Tab > .Separator .SubTabTrigger.Active {
    text-decoration:underline;
}
/* PlayerSummary */
.PlayerSummary {
    background: #f3f3f3;
    padding: 20px;
    padding: 20px 0; 
}
.PlayerSummary:after {
    display: block;
    content: "";
    clear: both;
}
.PlayerSummary .Item {
    float: left;
    width: 33%;
    height: 122px;
    border-right: solid 1px #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.PlayerSummary .Item:last-child {
    border-right: 0;
}
.PlayerSummary .Item .Label {
    font-size: 13px;
    text-transform: uppercase;
    color: #8e8e8e;
}
.PlayerSummary .Item .Value {
    font-weight: bold;
    font-size: 30px;
}
.PlayerSummary .Item.Rank {
    background-image: url(../images/medal_star.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    padding-left: 140px;
    padding-top: 34px;
}
.PlayerSummary .Item.Achievement {
    background-image: url(../images/medal_cards.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    padding-left: 140px;
    padding-top: 34px;
}
.PlayerSummary .Item.PlayCount {
    background-image: url(../images/medal_cards.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    padding-left: 140px;
    padding-top: 34px;
}
.PlayerSummary .Item.Summary {
    padding-top: 0;
    padding-bottom: 0;
}
.PlayerSummary .Item.Summary .Value {
    font-size: 22px;
}
.PlayerSummary .Item.Summary > .Grid {
    position: relative;
    height: 100%;
}
.PlayerSummary .Item.Summary > .Grid:after {
    background: #e0e0e0;
    position: absolute;
    content: "";
    display:block;
    top:0;
    left: 50%;
    bottom:0;
    width: 1px;
}
.PlayerSummary .Item.Summary > .Grid:before {
    background: #e0e0e0;
    position: absolute;
    content: "";
    display:block;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
}
.PlayerSummary .Item.Summary > .Grid > div {
    display: inline-block;
    width: 50%;
    height: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* AchievementList */
.AchievementList {
    background: #fff;
    padding: 0 20px;
}
.EndScreenWrapper .AchievementList {
    background: none;
}
.AchievementList > div {
    padding: 18px;
    padding-left: 120px;
    min-height: 82px;
    text-align: center;
    border-bottom: solid 1px #e0e0e0;
    background-image: url(../images/medal_cards.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
}
.EndScreenWrapper .AchievementList > div {
    text-indent: -120px;
}
.AchievementList > div:last-child {
    border-bottom: none;
}
.AchievementList > div p {
    margin: 8px 0;
}
.AchievementList > div .Title {
    font-weight: bold;
}
.AchievementList + .Empty {
    display: none;
}
.SubPh .Empty {
    /* same as .RoomLobbyWrapperEmpty */
    padding: 10px;
    color: #8e8e8e;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
/* PlayerInfoBubble */
.PlayerInfoBubble {
    display: none;
    margin-left: -320px;
    width: 300px;
    position: absolute;
    background: #f3f3f3;
    border: solid 1px #d7d7d7;
    border-radius: 10px;
    z-index: 2;
    z-index: 105;
}
.PlayerInfoBubble:after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: 100%;
    border-left: solid 15px #d7d7d7;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    z-index: 1;
}
.PlayerInfoBubble:before {
    display: block;
    content: "";
    position: absolute;
    top: 21px;
    left: 100%;
    border-left: solid 14px #f3f3f3;
    border-top: solid 14px transparent;
    border-bottom: solid 14px transparent;
    z-index: 2;
}
.PlayerInfoBubble.DockRight {
    margin-left: 20px;
}
.PlayerInfoBubble.DockRight:after {
    left: auto;
    right: 100%;
    border-right: solid 15px #d7d7d7;
    border-left: 0;
}
.PlayerInfoBubble.DockRight:before {
    left: auto;
    right: 100%;
    border-right: solid 14px #f3f3f3;
    border-left: 0;
}
.PlayerInfoBubble.DockBottom:after {
    top: auto;
    bottom: 20px;
}
.PlayerInfoBubble.DockBottom:before {
    top: auto;
    bottom: 21px;
}
.PlayerInfoBubble .Title {
    font-family: "Roboto Slab", Arial;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
.PlayerInfoBubble .Commands {
    float: right;
}
.PlayerInfoBubble .Commands > * {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #4ea148;
    border-radius: 4px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}
.PlayerInfoBubble .Commands > *:hover {
    background-color: #418b3c;
}
.PlayerInfoBubble .Commands > .Details {
    background-image: url(../images/icon_letter_i_outline.png);
}
.PlayerInfoBubble .Commands > .Details:hover {
    background-image: url(../images/icon_letter_i.png);
}
.PlayerInfoBubble .Commands > .Unfriend {
    background-image: url(../images/icon_star_white.png);
    background-color: #418b3c;
}
.PlayerInfoBubble .Commands > .Unfriend:hover {
    background-image: url(../images/icon_star_green.png);
    background-color: transparent;
}
.PlayerInfoBubble .Commands > .Friend {
    background-image: url(../images/icon_star_green.png);
}
.PlayerInfoBubble .Commands > .Friend:hover {
    background-image: url(../images/icon_star_white.png);
}
.PlayerInfoBubble .Commands > .Ignore {
    background-image: url(../images/icon_no_user_outline.png);
}
.PlayerInfoBubble .Commands > .Ignore:hover {
    background-image: url(../images/icon_no_user.png);
}
.PlayerInfoBubble .Commands > .Unignore {
    background-image: url(../images/icon_no_user.png);
    background-color: #418b3c;
}
.PlayerInfoBubble .Commands > .Unignore:hover {
    background-image: url(../images/icon_no_user_outline.png);
    background-color: transparent;
}
.PlayerInfoBubble > div:not(.Summary) {
    padding: 15px;
}
.PlayerInfoBubble .Signature {
    clear: both;
    font-style: italic;
    font-size: 12px;
    color: #8e8e8e;
}
.PlayerInfoBubble .Summary {
    border-top: solid 1px #e0e0e0;
}
.PlayerInfoBubble .Summary[data-game] {
    display: none;
}
.PlayerInfoBubble .Summary > div {
    float:left;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    width: 50%;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.PlayerInfoBubble .Summary > div:last-child:nth-child(2n + 1) {
    width: 100%;
    border-right: none;
}
.PlayerInfoBubble .Summary > div:nth-child(2n) {
    border-right: none;
}
.PlayerInfoBubble .Summary > div .Label {
    font-size: 12px;
    text-transform: uppercase;
    color: #8e8e8e;
}
.PlayerInfoBubble .Summary > div .Value {
    font-family: "Roboto Slab", Arial;
    font-size: 20px;
    font-weight: bold;
}
.PlayerInfoBubble .ReportWrapper {
    clear: both;
}
.PlayerInfoBubble .ReportWrapper:after{
    content: "";
    clear: both;
    display: block;
}
.PlayerInfoBubble .ReportWrapper .Expand {
    color: #fff;
    background: #22272a;
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 14px;
}
.PlayerInfoBubble .ReportWrapper .Content {
    display: none;
}
/* privremeno */
.PlayerInfoBubble .ReportWrapper:hover .Content {
    display: block;
}
.PlayerInfoBubble .ReportWrapper textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e0e0e0;
}
.PlayerInfoBubble .ReportWrapper .ReportBtn {
    float: right;
    
    /* ovog ima kolko oces */
    background: #4ea148;
    border: solid 1px #e0e0e0;
    color: #fff;
    font-size: 12px;
    height: 44px;
    text-transform: uppercase;
}
.PlayerInfoBubble .ReportWrapper .ReportNotification {
    line-height:44px;
    height: 44px;
    text-align: center;
    display: none;
}
/* InfoPnl */
.InfoPnl {
    display: none;
    position: fixed;
    z-index: 21;
    background: #ededed;
    top: 50%;
    left: 50%;
    border: solid 1px #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 400px;
    height: 120px;
    margin-left: -210px;
    margin-top: -70px;
}
.InfoPnl .Commands {
    padding-top: 20px;
}
.InfoPnl .Commands input {
    width: 48%;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", Arial;
    font-size: 12px;
    font-weight: bold;
    border: none;
}
.InfoPnl .Commands input.AcceptBtn {
    background: #4ea148;
}
.InfoPnl .Commands input.RefuseBtn {
    background: #e1123e;
}
/* RoomInvitationPnl */
.RoomInvitationPnl span{
    font-weight: bold;
}
.RoomInvitationPnl .Commands input.AcceptBtn {
    float: left;
    background: #4ea148;
}
.RoomInvitationPnl .Commands input.RefuseBtn {
    float: right;
    background: #e1123e;
}
/* MessagePnl */
.MessagePnl {
    height: 96px;
    margin-top: -58px;
}
/* AvatarPicker */
.AvatarPicker {
    width: 800px;
    height: 600px;
    margin-left: -400px;
    margin-top: -300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.AvatarPicker .ContentWrapper {
    overflow: auto;
    text-align: center;
    max-height: 80%;
    max-height: calc(100% - 70px);
}
.AvatarPicker img {
    cursor: pointer;
    width: 100px;
    margin: 2px;
}
/* ChatWrapper */
.ChatWrapper {
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.ChatWrapper .Header {
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    background: #22272a;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}
.GlobalChatWrapper .ChatWrapper .Header {
    cursor: default;
}
/*.ChatWrapper .Header:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    background: #4ea148;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 30px;
    height: 22px;
}
.ChatWrapper .Header:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 6px;
    right: 19px;
    width: 12px;
    height: 9px;
    background-image: url(../images/arrow_down.png);
}
.ChatWrapper .Header.Active:before {
    background-image: url(../images/arrow_up.png);
}*/

.ChatWrapper .Header .Col2 {
    float: right;
    background: #4ea148;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 22px;
    margin-top: -10px;
    font-size: 1px;
    font-size: 0;
    padding: 0 5px;
}
.ChatWrapper .Header .Col2 > * {
    display: inline-block;
    vertical-align : middle;
    width: 12px;
    height: 9px;
    padding: 8px 15px;
    margin-top: 3px;
    border: none;
    border-right: solid 1px #448c3e;
    border-left: solid 1px #57a652;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
}
.ChatWrapper .Header .Col2 > *:first-child {
    border-left: none;
}
.ChatWrapper .Header .Col2 > *:last-child {
    border-right: none;
}
.ChatWrapper .Header .Col2 > *:only-child {
    border: none;
}
.ChatWrapper .Header .Col2 .ExpandMark {
    background-image: url(../images/arrow_down.png);
}
.ChatWrapper .Header .Col2 .ExpandMark.Active {
    background-image: url(../images/arrow_up.png);
}
.ChatWrapper .Header .Col2 .CloseBtn {
    background-image: url(../images/cross_11.png);
}
.ChatWrapper .Content {
    background: #fff;
    color: #000;
}
.ChatWrapper .Content .TheList {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial;
    padding: 10px;
    border: solid 1px #e0e0e0;
    overflow: hidden;
}
.ChatWrapper .Content .TheList .InnerWrapper {
    max-height: 150px;

    /* Jscroll pane not working */
    overflow: auto;
}
.ChatWrapper .Content .TheList .Post {
    margin-bottom: 10px;
    padding-right: 5px;
}
.ChatWrapper .Content .TheList .Post .Time {
    font-size: 14px;
    color: #b7b7b7;
}
.ChatWrapper .Content .TheList .Post .Nick {
    font-size: 14px;
    font-weight: bold;
    color: #0a69e0;
}
.ChatWrapper .Content .TheList .Post .Nick:after {
    content: ":";
}
.ChatWrapper .Content .TheList .Post p {
    font-size: 12px;
    display: inline;
}
.ChatWrapper .Content .Commands {
    background: #eee;
    padding: 10px;
    position: relative;
}
.ChatWrapper .Content .Commands textarea {
    /*float: left;*/
    display: block;
    border: solid 1px #e0e0e0;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    resize: none;
}
.ChatWrapper .Content .Commands input {
    /*float: left;*/
    position: absolute;
    /* cross browser problem with position*/
    right: 13px; 
    top: 13px;
    border: none;
    background-color: #4ea148;
    background-image: url(../images/text_cloud_white.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
}
/* Common Tooltip */
.Tooltip {    
    background: #000;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}
.Tooltip:after {
    content: "i";
}
.TooltipPopup.InfoPnl {
    height: auto;
    padding: 15px;
    text-align: left;
    margin-left: auto;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    display: block;
}
.TooltipPopup.Active {
    opacity: 1;
}
/* Password strength */
#pwindicator > * {
    display: inline-block;
    vertical-align: middle;
    border-spacing: 5px 0;
    border-collapse: separate;
}
#pwindicator .PassStrength {
    margin: 0;
    padding: 0;
    display: inline-table;
}
#pwindicator li {
    border: solid 1px #8e8e8e;
    display: table-cell;
    height: 5px;
    width: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#pwindicator.pw-very-weak   .PassStrength li:nth-child(1),
#pwindicator.pw-weak        .PassStrength li:nth-child(-n+2),
#pwindicator.pw-mediocre    .PassStrength li:nth-child(-n+3),
#pwindicator.pw-strong      .PassStrength li:nth-child(-n+4),
#pwindicator.pw-very-strong .PassStrength li:nth-child(-n+5) {
    background: #4ea148;
    border: none;
}
/* GameArticle */
article.GameBig {
    background: #444;
    color: #e6e6e6;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    width: 311px;
    height: 268px;
}
article.GameBig.Main {
    width: 632px;
    height: 268px;
}
article.GameBig > .Content {
    padding: 10px;
    z-index: 2;
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
article.GameBig > .Content .Desc {
    display: none;
    overflow: hidden;
    max-height: 100px;
    margin-bottom: 10px;
}
article.GameBig > .Content .Desc a {
    color: inherit;
}
article.GameBig.Main > .Content {
    top: 50%;
}
article.GameBig > .Content:after {
    background: #2e9692;
}
article.GameBig:hover > .Content h1 {
    overflow: inherit;
    white-space: normal;
    text-overflow: initial;
}
article.GameBig > .Content h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
article.GameBig > .Content:after {
    content: "";
    display: block;    
    opacity: 0.7;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
article.GameBig > .Content .Label {
    position: absolute;
    margin-top: -32px;
    margin-left: 5px;


    color: #fff;
    background: #2e9692;

    display: inline-block;
    font: 700 12px/22px "Roboto Condensed",Arial;
    padding: 0 10px;
    text-transform: uppercase;
}
article.GameBig > .Content b {
    color: #fff;
}
article.GameBig > .Content .Btn {
    font: 700 12px/22px "Roboto Condensed",Arial;
    text-transform: uppercase;
    text-decoration: none;
    background: #444;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
article.GameBig > .Content .Btn:hover {
    background: #4f4f4f;
}
article.GameBig > .Content .Btn.Play {
    background-image: url(../images/gamepad_white.png);
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 40px;
}
article.GameBig > .Content .Btn.Fav {
    background-image: url(../images/icon_hearth.png);
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 35px;
}
article.GameBig > .Content .Similiar {
    border-top: solid 1px #a0a0a0;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
article.GameBig > .Content .Similiar ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style: none;
}
article.GameBig > .Content .Similiar ul a {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-family: "Roboto Slab",​Arial;
    font-size: 13px;
    font-weight: bold;
}
article.GameBig > .Content .Similiar ul li:before {
    content: ">"; 
    margin-right: 5px;
}
article.GameBig > .Content .Similiar ul a:hover {
    opacity: 0.8;
}
article.GameBig:not(.Main) p {
    max-height: 65px;
    overflow: hidden;
}
article.GameBig:not(.Main) p,
article.GameBig .Btn, 
article.GameBig .Similiar {
    display: none;
}
article.GameBig h1,
article.GameMedium h1 {
    font-family: "Roboto Slab",​Arial;
    font-size: 18px;
    margin: 8px 0;
    color: #fff;
}
article.GameBig h1 a,
article.GameMedium h1 a {
    color: inherit;
    text-decoration: none;
}
article.GameBig h1 a:hover {
    opacity: 0.7;
}
article.GameBig > .Content .Col1 {
    display: inline-block;
    width: 49%;
}
article.GameBig > .Content .Col2 {
    display: inline-block;
    text-align:right;
    width: 49%;
}
article.GameBig:hover .Content {
    top: 0;
}
article.GameBig:hover .Label {
    margin-top: 0;
    position: relative;
}
article.GameBig:hover .Content .Desc {
    display: block;
}
article.GameBig:hover .Btn {
    display: inline-block;
}
article.GameBig:hover .Similiar {
    display: block;
}
article.GameBig:hover > .Content > .Col1, 
article.GameBig:hover > .Content > .Col2 {
    display: none;
}
/* disable preferans */
article.GameBig[data-disabled]:after {  
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    position: absolute;
    z-index: 100;
    opacity: 0.5;
}
article.GameBig[data-disabled]:before {
    content: attr(data-disabled-text);
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    z-index: 101;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
article.GameBig[data-disabled] > *:not(img) {
    display: none;
}
/* Client Templates */
#userListItemTemplate,
#roomListItemTemplate,
#chatInstanceTemplate,
#chatPostTemplate {
    display: none;
}
/* Misc */
.NoHighlight {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.Good {
    color: #4ea148;
}
.Bad {
    color: #e1123e;
}
.CommonOverlay {
    position: fixed; 
    z-index: 20;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    background: #000; 
    opacity: 0.6;
}
.CommonLabel {
    font-size: 13px;
    text-transform: uppercase;
    color: #8e8e8e;
}
.CommonTable { 
    border-collapse: collapse;
}
.CommonTable td { 
    padding: 4px;
    border: solid 1px #e0e0e0;
}
.CommonTable thead td {
    background: #4ea148;
    color: #fff;
}
.CommonTable.StripTopCorner thead td:first-child {
    border: none;
    background: transparent !important;
}
.CommonTable tbody tr:nth-child(2n) td {
    background: #fff;
}
.ColumnButton {
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    background: #4ea148;
    color: #fff;
    width: 139px;
    height: 44px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
}
.Arrow:after, .Arrow:before {
    right: 4px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -2px;
}
.Arrow:after {
    border-top-color: #fff;
    border-width: 6px; 
}
.Arrow:before {
    border-width: 4px; 
    margin-right: 2px;
    z-index: 1;
}
.Arrow.Active:after,
.Arrow.Hover:hover:after {
    border-top-color: transparent;
    border-bottom-color: #fff;
    margin-top: -8px;
}
.Arrow.Active:before,
.Arrow.Hover:hover:before {
    border-top-color: transparent;
    margin-top: -4px;
}
.PreloaderProgress {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px; 
    margin-left: -10px;
    background: url(../images/preloader.gif);
}
/* applied for BirthControl */
.UserDetailsWrapper select {
    width: 33%;
}
textarea {
    /*font-family: inherit;
    font-size: 13px;*/
    border: solid 1px #e0e0e0;

    padding-left: 15px;
    padding-top: 15px;


    font-family: "Roboto",​Arial;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.StyledControls input[type="checkbox"] {
    display: none;
}
.StyledControls input + label:before {
    background: url(../images/control_sprite.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 5px;
}
.StyledControls input[type="checkbox"] + label:before {

}
.StyledControls input[type="checkbox"] + label {
    /*background: url(../images/control_check_off.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
        */
    height: 20px;
    line-height: 20px;
    display: inline-block;


    

    vertical-align: middle;
    
}
.StyledControls input[type="checkbox"]:checked + label {
    /*background-image: url(../images/control_check_on.png);*/
}
.StyledControls input[type="checkbox"]:checked + label:before {
    background-position: -20px;
}
.StyledControls input[type="radio"] {
    display: none;
}
.StyledControls input[type="radio"] + label {
    /*background: url(../images/control_radio_off.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;*/
    height: 20px;
    line-height: 20px;
    display: inline-block;

    vertical-align: middle;
}

.StyledControls input[type="radio"] + label:before {
    background-position: -40px;
}


/*.StyledControls input[type="radio"]:checked + label {
    background-image: url(../images/control_radio_on.png);
}*/

.StyledControls input[type="radio"]:checked + label:before {
    background-position: -60px;
}

.CircleCrop {
    border: solid 2px #fff;
    border-radius: 150px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);




    /* todo: avatars*/
    /*position: relative;
    width: 40px;
    height: 40px;*/
}
.CircleCrop img {
    width: 40px;
    vertical-align: middle;
    
    
    

    /* todo: avatars */
    /*height: 40px;
    object-fit: cover;*/



    /*-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);*/
}
.Star {
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url(../images/icon_star.png);
}
.Star.Empty {
    background: url(../images/icon_star_empty.png);
}
/* RatingForm */
.RatingForm {
    display: inline-block;
}
.RatingForm .Star {
    float: right;
    padding: 0 2px;
    margin-top: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
.RatingForm .Star:hover
,.RatingForm .Star:hover + *
,.RatingForm .Star:hover + * + *
,.RatingForm .Star:hover + * + * 
,.RatingForm .Star:hover + * + * + *
,.RatingForm .Star:hover + * + * + * + * {
    background-image: url(../images/icon_star.png);
}
/* JScrollPane */
.jspVerticalBar {
    width: 4px;
    padding: 2px;
    margin-left: 10px;
}
.jspDrag {
    background: #000;
}
.jspTrack, .jspVerticalBar {
    background: #f3f3f3;
}
/* Animations */
@keyframes ActiveRoomGlove {
  from { background-color: #d43a3a; }
  to { background-color: #a72d2d; }
}
@-webkit-keyframes ActiveRoomGlove {
    from { background-color: #d43a3a; }
    to { background-color: #a72d2d; }
}
@media screen and (max-width: 1366px) {
    .BannerWallpaper.Col1, .BannerWallpaper.Col2{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    body {
        padding-top: 45px;
        padding-bottom: 40px;
        font-size: 12px;
    }
    form.ActiveRoomOn {
        margin-top: 30px;
    }
    header {
        height: 45px;
    }
    header .Row1, header .Row2 {
        width: auto;
    }
    header > .Row1 nav {
        height: 45px;
        line-height: 45px;
        padding: 0;
        padding-right: 0;
        padding-left: 45px;
    }
    header > .Row1 nav a {
        margin-right: 0;
        text-decoration: none;
    }
    header > .Row1 nav a:hover {
        opacity: 1;
    }
    header > .Row1 nav > * {
        display: none;
    }
    header > .Row1 nav > *:last-child {
        display: initial;
    }
    header > .Row1 nav .Logo {
        margin-right: 0
    }
    header > .Row1 nav .Logo ~ * {
        display: none;
    }
    header > .Row1 nav.Active .Logo {
        position: absolute;
        top: 0;
        left: 45px;
        height: 45px;
        background: #fff !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border: none !important;
    }
    header > .Row1 > nav .Logo img {
        display: block;
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header > .Row1 nav:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 45px;
        height: 45px;
        background: url(../images/hamburger_fade.png);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #418b3c;
    }
    header > .Row1 nav.Active {
        position: absolute;
        padding-left: 0;
        padding-top: 45px;
        height: auto;
        background: none;
    }
    header > .Row1 nav.Active > * {
        display: block;
        line-height: normal;
        padding: 5px 10px;
        background: #418b3c;
        border: solid 1px #4ea148;
        border-bottom: solid 1px #fff;
    }
    header > .Row1 nav.Active > *:first-child {
        border-top: none;
    }
    header > .Row1 nav.Active > *:last-child {
        border-bottom: solid 1px #4ea148;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    header > .Row1 > .Col2,
    header .Settings,
    header .Additional {
        height: 45px;
    }
    header .Additional {
        line-height: 45px;
    }
    header .Settings > div.UserName {
        display: none;
    }
    header .Settings > div.CircleCrop {
        margin-top: 5px;
    }
    header .Settings > div.CircleCrop img {
        width: 30px;
    }
    header .Menu {
        margin-top: 0;
        border-top: solid 1px #4ea148;
        border-top-width: 0;
    }
    header .Menu > ul {
        margin-top: 0;
    }
    header .Settings:hover .Menu,
    header .Additional:hover .Menu { 
        max-height: 0;
    }
    header .Settings.Active .Menu,
    header .Additional.Active .Menu {
        max-height: 500px;
        border-top-width: 1px;
    }
    /* MainWraper */
    .MainWrapper {
        width: auto;
        margin: auto;
    }
    .MainWrapper.BannerTop {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .MainWrapper.BannerTop > a {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
    }
    .MainWrapper > .TopWrapper{
        padding: 10px;
    }
    .MainWrapper .MainContent {
        margin-top: 0px;
    }
    .MainWrapper .MainContent > .Col1,
    .MainWrapper .MainContent > .Col2 {
        float: none;
        width: auto;
        padding: 0;
        border: none;
    }
    .MainWrapper .MainContent > .Col1 .Row1 {
        padding: 5px;
        font-size: 10px;
    }
    .MainWrapper .MainContent > .Col1 .Row1 .Col1 {
        float: none;
        padding: 10px;
    }
    .MainWrapper .MainContent > .Col1 .Row1 .Col2 {
        float: none;
        border-top: solid 1px #e0e0e0;
        margin-right: 0px;
    }
    .MainWrapper .MainContent > .Col1 .Row1 .Col2 > div:first-child {
        border-left: none;
    }
    .MainWrapper .MainContent > .Col1 .Row1 .Col2 > div {
        width: 33%;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .MainWrapper .MainContentFull {
        margin-top: 0;
        border-top: 0;
        border-bottom: 0;
    }
    .MainWrapper.BannerTop .Desktop {
        display: none;
    }
    /* ActiveRoom */
    .ActiveRoom {
        display: block;
        line-height: 30px;
        font-size: 10px;
        border-bottom-left-radius: 0px;
    }
    .ActiveRoom:after {
        content: "";
        display: block;
        clear: both;
    }
    .ActiveRoom > .Col1 {
        float: left;
        padding: 0 10px;
        width: 47%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
    }
    .ActiveRoom > .Col2 {
        float: right;
        border-left: solid 1px #fff;
        text-align: right;
        width: 53%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .ActiveRoom .StatusPnl {
        padding: 3px 5px;
        margin-left: 3px;
    }
    .ActiveRoom .StatusPnl > div {
        margin-right: 4px;
    }
    /* ConnectionStateWrapper */
    .ConnectionStateWrapper {
        width: auto;
        background-position: left center;
        background-position: left 10px center;
    }
    /* GameLobby */
    .InGameRoomWrapper .Users > div {
        /* belot specific */
        max-width: 25%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* TwoColumns */
    .PasscodeWrapper .Label {
        padding: 0 10px;
    }
    .ProblemReportWrapper {
        padding: 10px !important;
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
    }
    .Search .RefreshButton {
        width: 7%;
        width: calc(36px);
    }
    .Search .UserSearchTb {
        width: 63%;
        width: calc(100% - 137px - 36px );
    }
    .Search .ColumnButton {
        width: 30%;
        width: calc(137px);
    }
    .PasscodeWrapper #passcodeTb {
        width: 70%;
        width: calc(100% - 139px);
    }
    .ColumnButton {
        width: 30%;
        width: calc(139px);
    }
    /* Homepage */
    .ArticleList {
        margin-top: 0px;
    }
    .ArticleList article {
        float: none;
        margin-bottom: 10px;
    }
    .ArticleList article:nth-child(2n) {
        margin-right: 0px;
    }
    /* UserDetails */
    .UserDetailsWrapper {
        position: relative;
    }
    .UserDetailsWrapper .Col1 {
        float: none;
        text-align: center;
        margin: auto;
    }
    .UserDetailsWrapper .Col2 {
        float: none;
        width: auto;
    }
    .UserDetailsWrapper .Col2 > div {
        padding: 12px;
        margin: 0;
        border-top: solid 1px #e0e0e0;
        margin-left: -10px;
        margin-right: -10px;
    }
    .UserDetailsWrapper .Col2 > div:last-child {
        border-bottom: solid 1px #e0e0e0;
        margin-bottom: 10px;
    }
    .UserDetailsWrapper .Col2 > div:after {
        content: "";
        display: block;
        clear: both;
    }
    .UserDetailsWrapper .Col2 .Label {
        font-size: 12px;
        float: left;
        width: 50%;
    }
    .UserDetailsWrapper .Col2 .Value {
        font-size: 12px;
        margin-bottom: 0;
        float: right;
        width: 50%;
    }
    .UserDetailsWrapper .Col3 {
        float: none;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .UserDetailsWrapper .CommonLabel + .Value {
        width: auto;
        display: block;
        float: none;
    }
    /* LogIn */
    .LogIn > .Col1 {
        width: auto;
        display: block;
        float: none;
    }
    .LogIn > .Col2 {
        width: auto;
        display: block;
        float: none;
        border-top: solid 1px #e0e0e0;
        margin-top: 10px;
    }
    .LogIn .RoomCreationRow .Info {
        display: block;
        position: initial;
        padding-left: 0;
        text-align: left;
    }
    .LogIn .Button {
        display: block;
        width: 80%;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .LogInTextWrapper {
        text-align: justify;
    }
    .LogInTextWrapper ul {
        padding: 0;
        margin: 10px;
    }
    .LogInTextWrapper > ul > li > ul {
        margin-left: 20px;
    }
    /* Merge */
    .MainWrapper > .Merge {
        display: block;
        width: auto;
    }
    .MainWrapper > .Merge .GatewayWrapper .Col1 {
        display: block;
        width: auto;
        background: #fff;
        padding: 10px;
    }
    .MainWrapper > .Merge .GatewayWrapper .Col2 {
        display: block;
        width: auto;
        border-top: solid 1px #e0e0e0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .MainWrapper > .Merge .GatewayWrapper .Col2 .Button {
        width: 100%;        
        margin: 10px 0;
    }
    .MainWrapper > .Merge .RoomCreationRow .CommonLabel {
        display: block;
    }
    .MainWrapper > .Merge .FormWrapper input {
        display: block;
        width: 100% !important;
    }
    /* RoomLobby */
    .RoomLobbyWrapper .Room {
        width: 100% !important;
        float: none;
    }
    .RoomLobby.Row1 .HeadingWrapper .newRoomBtn {
        float: right;
    }
    .RoomLobby.Row1 .HeadingWrapper .newRoomBtn,
    .RoomLobby.Row1 .HeadingWrapper .leaveRoomBtn {
        line-height: 40px;
        font-size: 12px;
    }
    .RoomLobbyWrapper .Room .Users .CircleCrop {
        vertical-align: top;
    }
    .FilterWrapper {
        position: relative;
        padding: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 40px;
    }
    .FilterWrapper:before {
        content:"\a0\a0";
    }
    .FilterWrapper .Col2 {
        float: none;
    }
    .FilterWrapper input[type="button"].ExpandBtn {
        border: none;
        position: absolute !important;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        line-height: 38px;
        background-position: 95% 50%;
        background-position: right 5px center;
    }
    .FilterWrapper input[type="button"].ResetBtn {
        border: none;
        border-radius: 0;
        width: 50%;
        height: auto;
        float: left;
        line-height: 40px;
    }
    .FilterWrapper input[type="button"].ApplyBtn {
        border: none;
        border-radius: 0;
        width: 50%;
        height: auto;
        float: right;
        line-height: 40px;
    }
    .FilterOptions .Item {
        width: 100%;
    }
    .RoomLobby.Row1 .HeadingWrapper .leaveRoomBtn {
        float: right;
    }
    /* RoomCreation */
    .RoomCreationRow,
    .RoomCreationCell {
        padding: 10px;
        font-size: 12px;
    }
    .LogIn h2.RoomCreationRow {
        margin: 0 !important;
        background: #f7f7f7;
        text-align: center;
        text-transform: uppercase;
    }
    .RoomCreationRow .Col1, 
    .RoomCreationRow .Col2{
        float: none;
        width: auto;
        padding: 5px;
        font-size: 10px;
    }
    .RoomCreationRow .Titled {
        font-size: 14px;
        padding: 15px;
        margin-bottom: 2px;
    }
    .RoomCreationCell {
        float: none;
        border-right: none;
        width: auto;
        height: auto;
        padding: 10px;
    }
    #createRoomBtn {
        background-position: 15px 50%;
        background-size: 9px 15px;
    }
    /* RoomStartScreen */
    .SideLabel {
        display: none;
    }
    .RoomUserSlot {
        border-bottom: solid 1px #e0e0e0;
        display: block;
        width: auto;
        height: 85px;
    }
    .RoomUserSlot .Ready, .RoomUserSlot .NotReady {
        width: 25px;
    }
    .RoomUserSlot .Ready img {
        width: 16px;
        height: 13px;
    }
    .RoomUserSlot .NotReady img {
        width: 8px;
        height: 14px;
    }
    .RoomUserSlot .DragBtn {
        display: none;
    }
    .RoomLobbyHeader > div {
        font-size: 12px;
    }
    .RoomLobbyHeader > div:before {
        content: "";
    }
    .ActiveSlotWrapper .CircleCrop img {
        width: 45px !important;
    }
    .ActiveSlotWrapper > .Col1 {
        font-size: 12px;
        /* RoomUserSlot height */
        height: 85px;
        line-height: 85px;
    }
    .ActiveSlotWrapper > .Col1 h3 {
        font-size: 14px;
    }
    .ActiveSlotWrapper > .Col1 > * {
        margin: 0 2px;
    }
    .ActiveSlotWrapper > .Col1 > .Mute {

        display: block;
        top: 15px;
        left: 70px;
        margin-left: -38px;
        border: solid 2px #fff;
        width: 20px;
        height: 20px;


        left: 54px;
        margin-left: -19px;
        border: solid 1px #fff;
        width: 10px;
        height: 10px;
        background-size: 6px 5px;
    }
    .ActiveSlotWrapper > .Col1 > .IpWarning {
        display: block;

        top: 15px;
        left: 130px;
        margin-left: 14px;
        border: solid 2px #fff;
        width: 20px;
        height: 20px;


        left: 64px;
        margin-left: 7px;
        border: solid 1px #fff;
        width: 10px;
        height: 10px;
        background-size: 7px 6px;
    }
    .ActiveSlotWrapper > .Col1 > .BlackList {
        bottom: 15px;
        left: 64px;
        margin-left: 7px;
        border: solid 1px #fff;
        width: 10px;
        height: 10px;
        background-size: 4px;
    }
    .ActiveSlotWrapper > .Col2 h2 {
        margin: 0;
        padding-left: 5px;
        line-height: 40px;
        font-size: 18px;
    }
    .ActiveSlotWrapper > .Col2 > div > .Col {
        /*remove border?*/
        /*border-right: solid 0px #e0e0e0;*/
        margin-top: 5px;
        padding: 0 5px;
        font-size: 8px;
    }
    .ActiveSlotWrapper > .Col2 > div > .Col > div {
        font-size: 10px;
    }
    .EmptySlotWrapper {
        font-size: 12px;
        text-indent: initial;
        /* RoomUserSlot height */
        height: 85px;
        line-height: 85px;
    }
    #checkInBtn, #checkOutBtn {
        background-size: 17px 18px;
    }
    /* RoomStartScreen - CovjeceNeLjutiSe */
    .UserSlotsWrapper.CovjeceNeLjutiSe > .Item {
    }
    .UserSlotsWrapper.CovjeceNeLjutiSe .RoomUserSlot {
        width: initial;
    }
    /* EndScreen */
    .EndScreenWrapper {
        width: auto;
        margin: auto;
        padding: 0;
    }
    .EndScreenWrapper .GameChatWrapper {
        display: none;
    }
    .EndScreenWrapper .LoseWrapper ,
    .EndScreenWrapper .WinWrapper  {
        padding-top: 5px;
    }
    .EndScreenWrapper .h1,
    .EndScreenWrapper .h2 {
        font-size: 20px;
    }
    .EndScreenWrapper .h2 {
        font-size: 18px;
    }
    .EndScreenWrapper .h1.v2 {
        padding-top: 10px;
    }
    .HorizontalSeparator {
        margin: 10px 0;
    }
    .EndScreenWrapper .ScoreWrapper {
        width: auto;
    }
    .EndScreenWrapper .SheetWrapper {
        
        /* not tested, not changed*/
        margin-top: 10px;
        padding: 10px;
        border-radius: 8px;
        max-height: 360px;
    }
    .EndScreenWrapper .SheetWrapper table td {
        
        /* not tested */
        font-size: 17px;
        width: 45%;
    }
    .EndScreenWrapper .SheetWrapper table td:first-child {
        font-size: 15px;
    }
    .EndScreenWrapper .PlayersWrapper {
        
    }
    .EndScreenWrapper .PlayersWrapper .Col1,
    .EndScreenWrapper .PlayersWrapper .Col2,
    .EndScreenWrapper .PlayersWrapper .Swords {
        display: block;
        width: auto;
        height: auto;
    }
    .EndScreenWrapper .PlayersWrapper .PlayerWrapper {
        display: inline-block;
        width: 49%;
        margin: 0;
    }
    .EndScreenWrapper .PlayersWrapper .PlayerWrapper > div {
        padding: 0;
    }
    .EndScreenWrapper .PlayersWrapper .Swords {
        background-size: 43px 40px;
        height: 43px;
        padding: 5px 0;
        margin: 5px 0;
        background-color: #81d0a2;
        border-top: solid 1px #236531;
        border-bottom: solid 1px #236531;
    }
    .EndScreenWrapper .PlayersWrapper .Swords:after,
    .EndScreenWrapper .PlayersWrapper .Swords:before {
        display: none;
    }
    .EndScreenWrapper .PlayersWrapper .Title {
        font-size: 18px;
    }
    .EndScreenWrapper .CircleCrop img {
        width: 45px;
    }
    .EndScreenWrapper .ProgressWrapper > * {
        width: 32% !important;
        vertical-align: middle;
    }
    .EndScreenWrapper .ProgressWrapper .Rank {
        font-size: 20px;
    }
    .EndScreenWrapper .ProgressWrapper img {
        width: 50%;
    }
    .EndScreenWrapper .Experience {
        background-position: center bottom 5px;
        min-width: 30px;
        height: 30px;
        padding-top: 5px;
        font-size: 16px;
        background-size: 12px 11px;
    }
    .EndScreenWrapper .Experience.Bad,
    .EndScreenWrapper .Experience.Good {
        padding: 0;
        background-image: none;
        font-size: 12px;
        line-height: 26px;
    }
    .EndScreenWrapper .Experience.Bad:before {
        content: "";
        position: absolute;
        background-image: url(../images/arrow_full_down.png);
        width: 24px;
        height: 22px;
        margin-left: -35px;
        margin-top: 2px;
    }
    /* GameArticle */
    article.GameBig {
        font-size: 12px;
        width: 100%;
        height: 160px;
    }
    article.GameBig.Main {
        width: 100%;
        height: 160px;
    }    
    /* BottomComands */
    .BottomCommands input[type=button] {
        width: 80%;
        font-size: 12px;
        line-height: 40px;
    }
    /* TabControl */
    .TabControl > .Header.Active > ul {
        display: block;
    }
    .TabControl > .Header > ul li {
        display: block;
        padding: 10px;
        width: auto;
        font-size: 12px;
    }
    .TabControl .Tab > .Separator {
        background: #282828;
        padding: 8px 10px;
    }
    .TabControl .Tab > .Separator select { /* sjedinit stilove */
        width: 100%;
    }
    /* PlayerSummary */
    .PlayerSummary {
        padding: 0px;
    }
    .PlayerSummary .Item {
        background-size: 42px 47px;
        height: auto;
    }
    .PlayerSummary .Item .Label {
        font-size: 12px !important;
    }
    .PlayerSummary .Item .Value {
        font-size: 16px  !important;
    }
    .PlayerSummary .Item.Rank,
    .PlayerSummary .Item.Achievement {
        background-position: 90% 50%;
        background-position: right 10px center;
        padding: 10px;
        width: 50%;
        border-bottom: solid 1px #e0e0e0;
    }
    .PlayerSummary .Item.Summary {
        padding: 0;
        width: 100%;
    }
    .PlayerSummary .Item.Summary > .Grid > div {
        padding: 10px;
    }
    .PlayerSummary .Item.Summary > .Grid:after {
        margin-left: -1px;
    }
    /* AchievementList */
    .AchievementList {
        padding: 0 10px;
    }
    .AchievementList > div {
        min-height: initial;
        padding: 9px;
        padding-left: 60px;
        text-indent: -60px;
        background-size: 42px 47px;
        background-position: 10px 50%;
        background-position: left 10px center;
        text-indent: 0px;
        background: none;
        padding: 10px 0;
    }
    .AchievementList > div p {
        margin: 4px 0;
        font-size: 12px;
    }
    .AchievementList > div .Title {
        font-size: 12px;
    }
    /* PlayerInfoBubble */
    .PlayerInfoBubble {
        width: 260px;
        margin-left: 0px !important;
    }
    .PlayerInfoBubble:after {
        border-width: 8px;
        content: none;
    }
    .PlayerInfoBubble:before {
        border-width: 7px;
        content: none;
    }
    .PlayerInfoBubble .Title {
        font-size: 14px;
    }
    .PlayerInfoBubble > div:not(.Summary) {
        padding: 5px;
    }
    .PlayerInfoBubble .Commands > .Details {
        display: none;
    }
    .PlayerInfoBubble .Commands > * {
        width: 20px;
        height: 20px;
        background-size: 15px;
    }
    .PlayerInfoBubble .Signature {
        display: none;
    }
    .PlayerInfoBubble .Summary {
        clear: both;
        margin-top: 20px;
        border-top: none;
    }
    .PlayerInfoBubble .Summary:after {
        content: "";
        display: block;
        clear: both;
    }
    .PlayerInfoBubble .Summary > div {
        padding: 5px;
        border-bottom: none;
        border-top:solid 1px #e0e0e0;
    }
    .PlayerInfoBubble .Summary > div .Label {
        font-size: 12px;
        float: left;
        width: 68%;
    }
    .PlayerInfoBubble .Summary > div .Value {
        font-size: 14px;
        float: left;
        width: 32%;
        text-align: right;
    }
    .PlayerInfoBubble .ReportWrapper {
        display: none;
    }
    /* InfoPnl */
    .InfoPnl {
        padding: 5px;
        width: 300px;
        height: 100px;
        margin-left: -155px;
        margin-top: -55px;
    }
    .InfoPnl .Commands {
        padding-top: 20px;
    }
    .InfoPnl .Commands input {
        line-height: 30px;
    }
    /* AvatarPicker */
    .AvatarPicker {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
    /* Tooltip */
    .Tooltip {
        top: 3px;
    }
    .TooltipPopup.InfoPnl {
        width: 100%;
        left: 0;
        padding: 10px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0px;
        z-index: -1;
        margin-top: 0 !important;
    }
    .TooltipPopup.Active {
        z-index: 1;
    }
    /* Misc */
    .h1 {
        font-size: 18px;
        margin: 10px 0;
    }
    input[type="button"] {
        border-radius: 0;
        -webkit-appearance: none;
    }
    .Desktop {
        display: none;
    }
    .MenuTriggerBtn {
        display: none;
    }
}