.personal-account {
  background: #bfbfbf url(../i/wall_texture_white_300x300.jpg);
  padding-bottom: 30px;
  padding-top: 15px;
}
.personal-account .section-name {
  padding: 10px 0 10px 10px;
  font-weight: bold;
  font-size: 18px;
  color: #525252;
  border-bottom: 1px solid #3c778c;
}
.personal-account p {
  margin-top: 25px;
  font-size: 18px;
  color: #525252;
  line-height: 1.2em;
}
.personal-account a {
  color: #3277a0;
  text-decoration: none;
  line-height: 1.2em;
}

.personal-account h3 {
  color: #525252;
}

.personal-account a:hover { text-decoration: underline; }
.personal-account a.decorated { text-decoration: underline; }
.personal-account a.decorated:hover { text-decoration: none; }
.personal-account .icon {
  display: inline-block;
  margin-right: 10px;
}
.personal-account .icon-cross {
  width: 14px;
  height: 15px;
  background: url('../i/icon-cross.png');
}
.personal-account .btn {
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #676767;
  font-size: 18px;
}
.personal-account .btn-blue {
  background: #4795ae;
  background: -moz-linear-gradient(top,  #4795ae 0%, #2e7c95 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4795ae), color-stop(100%,#2e7c95));
  background: -webkit-linear-gradient(top,  #4795ae 0%,#2e7c95 100%);
  background: -o-linear-gradient(top,  #4795ae 0%,#2e7c95 100%);
  background: -ms-linear-gradient(top,  #4795ae 0%,#2e7c95 100%);
  background: linear-gradient(to bottom,  #4795ae 0%,#2e7c95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4795ae', endColorstr='#2e7c95',GradientType=0 );
  color: #ffffff;
}
.personal-account .btn:hover { text-decoration: none; }
.personal-account-menu {
  list-style-type: none;
  display: block;
  float: right;
  margin: -38px -1px 0 0;
  padding: 0;
  border-bottom: 4px solid #3c778c;
  position: absolute;
  right: 0px;
}
.personal-account .warning {
  margin-top: 20px;
  color: #a94442;
}
.red {
  color: #a94442;
}
.personal-account .act-error
{
  width: 200px;
  margin-top: 5px;
  color: #a94442;
}
.personal-account .donators td {
  vertical-align: middle;
}
.personal-account-menu > li {
  float: left;
  border-right: 1px solid #000000;
}

.personal-account-menu > li:first-child {
  border-left: 1px solid #000000;
}

.personal-account-menu > li > a {
  display: block;
  padding: 7px 20px;
  background-color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #8cc0df;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.personal-account-menu a.active,
.personal-account-menu li.opened > a {
  border-bottom: 2px solid #3c778c;
  border-top: 1px solid #5c9bb1;
  background-color: #1c1c1c;
  color: #ffffff;
  padding-bottom: 6px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
}

.personal-account-menu a.active:after,
.personal-account-menu li.opened > a:after
{
  content: '';
  display: block;
  position: absolute;
  border-bottom: 1px solid #7ab4cb;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.personal-account-menu a.active:hover,
.personal-account-menu li.opened:hover > a {
  padding-bottom: 6px;
  background-color: #1c1c1c;
  border-bottom: 2px solid #3c778c;
  border-top: 1px solid #5c9bb1;
  cursor: default;
}

.personal-account-menu > li:hover > a {
  background-color: #3c778c;
  color: #ffffff;
  border-bottom: 1px solid #343434;
  border-top: 1px solid #7ab4cb;
  text-decoration: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.personal-account .account-objects {
  margin-top: 20px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.account-objects thead td {
  padding: 7px;
  border-left: 1px solid #c0c0c0;
  background-color: #727272;
  text-align: center;
  font-size: 16px;
  color: #e6e6e6;
}
.account-objects thead td:first-child { border-left: none; }
.account-objects tbody tr { background-color: #e4e4e4; }
.account-objects tbody tr:nth-child(even) { background-color: #d2d2d2; }
.account-objects tbody td {
  padding: 8px 12px;
  font-size: 14px;
  color: #454545;
  vertical-align: top;
  text-align: center;
}

.account-objects.left-align tbody td
{
  text-align: left;
}

.account-objects .item-image {
  display: block;
  float: left;
  margin-right: 10px;
  max-width: 120px;
  max-height: 75px;
}
.account-objects .item-description { text-align: left; }
.personal-account .account-info { padding-left: 60px; }
.personal-account .form .btn-blue { width: 100%; }
.form .form-row { margin-top: 15px; }
.account-objects-line:hover td { background-color: #ffffff; }

.form .form-input
{
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #6a808d;
  font-size: 16px;
  color: #242323;
}

.form .form-input-inner
{
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #333333;
  background-color: rgba(48, 48, 48, 0.3);
  font-size: 16px;
  color: #686868;
  margin: 0 3px;
}

.form .form-input-inner:focus
{
  border: 1px solid #2a6275;
}

.form .form-input:focus
{
  border-color: #2c7a94;
}

.form .has-error
{
  border: 1px solid #8b3737 !important;
}

.form-input.captcha-input {
  float: left;
  width: 150px;
}
.form .captcha-refresh {
  display: block;
  float: left;
  margin: 7px 0 0 2px;
  width: 28px;
  height: 22px;
  background: url('../i/icon-refresh.png');
}
.form .captcha-image {
  float: right;
  width: 155px;
}

/* Additional */

.form .form-input-40 {
  width: 40px;
}

.form .form-input-50 {
  width: 50px;
}

.form .form-input-100 {
  width: 100px;
}

.form .form-input-200 {
  width: 200px;
}

.form .form-input-300 {
  width: 300px;
}

.form .form-input-400 {
  width: 400px;
}

.form .form-input-center
{
  text-align: center;
}

select, input.gray, select.gray
{
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #333333;
  background-color: rgba(48, 48, 48, 0.3);
  font-size: 16px;
  color: #C3C3C3;
  margin: 0 3px;
}

.ui-datepicker-title > select
{
  font-size: 16px;
  background-color: #ffffff;
}

input.submit
{
  cursor: pointer;
}

.pagedisplay
{
  width: 80px;
  text-align: center;
}

select option
{
  background-color: rgba(48, 48, 48, 1);
  font-size: 16px;
  color: #C3C3C3;
}

p.profile_warn
{
  color: #8b3737;
  font-size: 14px;
  margin-top: 0;
}

.personal-account-menu li
{
  position: relative;
  user-select: none;
}

.personal-account-menu li.submenu-open ul
{
  background: #3e4344 url(../i/noise.jpg);
}

.personal-account-menu li.submenu-open > a
{
  padding-left: 20px;
  padding-right: 40px;
}

.personal-account-menu li.submenu-open:after
{
  content: '';
  border: 7px solid transparent;
  border-top: 7px solid #8cc0df;
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
}

.personal-account-menu li.submenu-open:hover:after
{
  border-top-color: #ffffff;
}

.personal-account-menu li.submenu-open.opened:after
{
  border-top-color: #3f454b;
}

ul.personal-account-submenu
{
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  right: 0;
  margin-top: 4px;
  z-index: 100;
}

ul.personal-account-submenu:after
{
  content: '';
  border: 7px solid transparent;
  border-top: 7px solid #3c778c;
  position: absolute;
  right: 11px;
  top: 0;
  cursor: pointer;
}

ul.personal-account-submenu li
{
  padding-top: 10px;
  padding-bottom: 11px;
}

ul.personal-account-submenu li a
{
  width: 215px;
  padding: 0;
  display: block;
  padding: 7px 30px;
  text-decoration: none;
  font-size: 17px;
  color: #8cc0df;
}

ul.personal-account-submenu li a:hover
{
  background-color: #3c778c;
  text-decoration: none;
  color: #fff;
}

ul.personal-account-submenu li:not(:last-child):after
{
  content: '';
  position: absolute;
  border-bottom: 1px solid #3c778c;
  width: 195px;
  margin: 0 10px;
  height: 1px;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.disclaimer_security
{
  width: 791px;
  height: 85px;
  margin-top: 16px;
  margin-bottom: 20px;
  float: right;
  padding-left: 72px;
  color: #cfcfcf;
  font-size: 11px;
  background: #b64444;
  background: -moz-linear-gradient(top,  #962e2e 0%, #b64444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#962e2e), color-stop(100%,#b64444));
  background: -webkit-linear-gradient(top,  #962e2e 0%,#b64444 100%);
  background: -o-linear-gradient(top,  #962e2e 0%,#b64444 100%);
  background: -ms-linear-gradient(top,  #962e2e 0%,#b64444 100%);
  background: linear-gradient(to bottom,  #962e2e 0%,#b64444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#962e2e', endColorstr='#b64444',GradientType=0 );
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  box-shadow: 0px 0px  0px 0px black,
              0px 0px 5px -1px black,
              inset 0 1px 0 0 rgba(235,152,53, 1),
              inset 0px 0px 0px 1px rgba(193,84,83, 1);

  cursor: pointer;
}

.disclaimer_security:after
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

.disclaimer_security p
{
  font-size: 17px;
  color: #cfcfcf;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 5px;
}

#STEAM_BROWSER p
{
  margin: inherit;
}

#USER_DMM p
{
  margin: inherit;
}

.disclaimer_icon
{
  width: 26px;
  height: 31px;
  background: url(../i/sprite/sprite.png) -95px -95px;
  position: absolute;
  left: 24px;
  top: 28px;
}

.margin-top-30
{
  margin-top: 30px;
}

.account-col
{
  padding-left: 0;
}

p.account-row
{
  color: #525252;
}

p.account-row span
{
  color: #3a3a3a;
}

span.account-disabled,
span.account-enabled
{
  padding-left: 18px;
}

span.account-disabled:before,
span.account-enabled:before
{
  content: '';
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url(../i/sprite/sprite.png);
  position: absolute;
  margin-top: 3px;
  left: 0;
}

span.account-disabled:before
{
  background-position: -196px -104px;
}

span.account-enabled:before
{
  background-position: -162px -104px;
}

.account-block
{
  margin-top: 10px;
}

.account-block .account-block-title
{
  height: 35px;
  padding: 0 13px;
  background-color: #1c1c1c;
  color: #cfcfcf;
  line-height: 35px;
  font-size: 16px;
}

.account-block .account-block-game
{
  margin-top: 5px;
  height: 82px;
  cursor: pointer;
}

.account-block .account-block-game .account-block-game-btn
{
  height: 82px;
  width: 30px;
  background-color: #8e8e8e;
  float: left;

  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;

  position: relative;
}

.account-block .account-block-game .account-block-game-btn:after
{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../i/sprite/sprite.png);
  background-position: -487px -85px;
  opacity: 0.5;
}

.account-block .account-block-game:hover .account-block-game-btn:after
{
  opacity: 1;
}

.account-block .account-block-game:hover .account-block-game-btn
{
  background-color: #3c778c;
}

.account-block .account-block-game .account-block-game-desc
{
  float: left;
  height: 82px;
  margin-left: 1px;
  background-color: #d7d7d7;
  width: 503px;

  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;

  border: 1px solid #8e8e8e;
  border-left: none;

  position: relative;

  padding-left: 89px;
  padding-top: 12px;

  color: #525252;
  font-weight: bold;
  font-size: 18px;
}

.account-block .account-block-game .account-block-game-desc span
{
  color: #525252;
  font-size: 14px;
  font-weight: normal;
}

.account-block .account-block-game:hover .account-block-game-desc
{
  border: 1px solid #3c778c;
  border-left: none;
}

.account-block .account-block-game .account-block-game-desc .account-block-game-wt,
.account-block .account-block-game .account-block-game-desc .account-block-game-sc,
.account-block .account-block-game .account-block-game-desc .account-block-game-xo,
.account-block .account-block-game .account-block-game-desc .account-block-game-cr
{
  width: 60px;
  height: 64px;
  background: url(../i/sprite/sprite.png);
  position: absolute;
  left: 9px;
  top: 8px;
}

.account-block .account-block-game .account-block-game-desc .account-block-game-wt
{
  background-position: -339px -94px;
}

.account-block .account-block-game .account-block-game-desc .account-block-game-sc
{
  background-position: -259px -94px;
}

.account-block .account-block-game .account-block-game-desc .account-block-game-xo
{
  background-position: -418px -94px;
}

.account-block .account-block-game .account-block-game-desc .account-block-game-cr
{
  background-position: -532px -97px;
}

.account-block .account-block-history
{
  border-collapse: collapse;
  width: 100%;
}

.account-block .account-block-history thead td
{
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  background-color: #727272;
  height: 35px;
  vertical-align: middle;
  color: #cfcfcf;
  padding-left: 8px;
}

.account-block .account-block-history thead td:last-child
{
  border-right: 0;
}

.account-block .account-block-history td
{
  background-color: #d7d7d7;
  text-align: center;
  height: 35px;
  vertical-align: middle;
}

.padding-right-0
{
  padding-right: 0;
}

.padding-left-10
{
  padding-left: 10px;
}

.padding-right-20
{
  padding-right: 20px;
}

.margin-0
{
  margin: 0;
}

.margin-top-40
{
  margin-top: 40px;
}

.projects-menu-cont {
  margin-top: 20px;
  position: relative;
}

.projects-menu {
  list-style-type: none;
  display: block;
  padding: 0;
  position: relative;
  overflow: auto;
  margin: 0;
}

.projects-menu > li {
    position: relative;
    float: left;
    overflow: auto;
}

.projects-menu > li > a {
  display: block;
  padding: 7px 20px;
  background-color: #727272;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #8cc0df;
}

.projects-menu > li > a:hover {
  background-color: #929292;
  text-decoration: none;
}

.projects-menu > li > a.selected {
  background-color: #929292;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}