/* Comment Generated by Combres - Resource '~/content/games/classic.css' (Mode: Static) */#c-container {
  background-color: #fff;
  width: 1px;
  height: 1px;
}
/*#gameContent .overlay, .outer-container .overlay
{
	background-color:#ccf1f1;
}*/#gameContent .classic-box {
  background-color: #007d7e;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#gameContent .classic-box .header {
  color: #fff;
  font-weight: bold;
  padding: 11px 15px;
  font-size: 17px;
  background-color: transparent ;
}
#gameContent .classic-box .scrollable {
  overflow-y: scroll;
  width: 310px;
  background-color: #fff;
  height: 232px;
  border: 1px solid #bdd4d4;
  border-top: 0;
  padding: 3px 0px;
}
#gameContent .classic-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1px;
  font-size: 17px;
}
#gameContent .classic-box ul li div {
  float: left;
}
#gameContent .classic-box ul li div.number {
  width: 23px;
  text-align: right;
  margin-right: 6px;
}
#gameContent .classic-box ul li div.item {
  width: 240px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#gameContent .classic-box ul li {
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  padding: 3px 0 3px 10px;
  color: #666;
}
#gameContent .classic-box ul li.selected {
  background-color: #fff4d0;
  color: #88590f;
}
#c-container div.square.black {
  background-color: #000;
  cursor: default;
}
#c-container div.square span.number {
  font-size: 11px;
  font-family: 'Roboto', Arial;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: left;
  width: 10px;
  padding: 0;
  margin: 0;
  line-height: 10px;
}
#c-container div.square span.chr {
  font-size: 28px;
  width: 49px;
  line-height: 44px;
  top: 4px;
  font-family: 'Roboto', Arial;
}
#c-container input.square {
  min-width: 51px;
  width: 51px;
  height: 51px;
  box-sizing: initial;
}
#c-container {
  float: left;
}
#gameContent ul {
  /*display:none;*/
}
#c-container input.square {
  font-size: 11px;
  padding-top: 1px;
  opacity: 1;
  color: #000;
  box-shadow: none;
}
#c-container div span.chr {
  top: 5px;
}
#gameContent .dialog div.dialog-content a.close-dialog, #gameContent .dialog div.dialog-content a.dialog-btn, #gameContent .dialog div.dialog-content a.save-login {
  background-color: #007d7e;
}
#gameContent .dialog.print {
  margin-top: 0px;
  top: 0;
}
#gameContent .dialog {
  margin-top: 0px;
}
#gameContent .classic-box {
  font-family: Arial;
}
.left-menu {
  float: left;
  margin-right: 20px;
}
.overlay {
  background: -moz-linear-gradient(top, rgba(211, 236, 236, 0.7) 0%, rgba(211, 236, 236, 0.9) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(211, 236, 236, 0.7) 0%, rgba(211, 236, 236, 0.9) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(211, 236, 236, 0.7) 0%, rgba(211, 236, 236, 0.9) 100%) !important;
}
@media print {
  input.square {
    display: none;
  }
  
  .square {
    border-right: 0;
    border-bottom: 0;
    width: 50px !important;
    height: 50px;
  }
  
  #c-container {
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  
  /*square background */
  
  /*square background */
  .square.black:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    border-bottom: solid 50px #000;
  }
}
