@charset "utf-8";
/* CSS Document */

html,body{width:100%; height:100%; margin:0}


@font-face {
font-family: "CHETTY";  
src: url("../font/CHETTY.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal;
}

.disabledall{
  pointer-events: none; 
  user-select: none; 
}

body { /* Фон */
    background: #ffffff;
    margin: 0;
    height: 100%;
	opacity:0.9;
    background: url(/img/fon2.png); 
    background-size: cover; /* Фон занимает всю доступную площадь */
   }
   
   
span {
  border: 1px solid transparent; /* Предотвращает смещение */
  transition: border-color 1.1s;
  border-radius: 6px;
  padding:3px;
  min-width: 15px;
}
span:hover {
  transition: border-color 1.1s;
  border-color: #1D1D1D;
  cursor: pointer;
  border-style: dotted;
  min-width: 25px;
  background-color: #DDDDDD !important; 
  transition: background-color 1s;
}

div.main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}
div.prof {
	text-align:right;
}
div.zlist{
	max-width:500px;
	font-size:16px;
}

div.mbox { /* Основное вывода */
   position: absolute;
   background-color:#FBFBFB;
   border-color: #111111;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
   border: 2px solid #111111;
   text-align:center;
   font-size:20px;
   font-family:"CHETTY";
}



div.cbox { /* Всплывающее окно */
   display: none;
   position: absolute;
  animation: ani 2.5s forwards;
   z-index: 1;
   background-color:#F9F9F9;
   border-color: #111111;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
   border: 2px solid #111111;
   text-align:center;
	max-width:550px;
	font-size:16px;
	padding: 20px 20px 20px 20px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
       /* Данная коррекция обеспечивает точное размещение элемента в центре */


}
div.cbox span{
	background-color:#AAAAAA;
	padding-bottom:2px;
	padding-left:20px;
	padding-right:20px;
	padding-top:2px;
	
}


table.shxboard {
   table-layout: fixed;
   border-collapse: collapse;
}
table.shxboard td {
   width: 55px;  /* Точная ширина */
   height: 20px; /* Точная высота */
}
table.shyboard {
   table-layout: fixed;
   border-collapse: collapse;
}
table.shyboard td {
   width: 20px;  /* Точная ширина */
   height: 55px; /* Точная высота */
}

table.board {
   table-layout: fixed;
   border-collapse: collapse;
   border: 1px;
   border-style:solid;
   border-color: #222222;
   padding:1 px;
   margin:1 px;
   border-spacing:0px;
}

table.board td {
   border: 1px;
   border-style:solid;
   border-color: #222222;
   padding:0 px;
   margin:0 px;
   border-spacing:0px;
   width: 55px;  /* Точная ширина */
   height: 55px; /* Точная высота */
   max-width: 55px;
   min-width: 55px;
   max-height: 55px;
   min-height: 55px;
  transition: background-color 1.1s;	
}

table.board td:hover{
	background-color: #FAE603 !important;
  transition: background-color 1.1s;	
}

table.board tr:nth-child(odd) td:nth-child(odd) {
	background: #bbbbbb;
	color: #000000;
}	
table.board tr:nth-child(even) td:nth-child(even) {
	background: #bbbbbb;
	color: #000000;
}
table.board tr:nth-child(even) td:nth-child(odd) {
	background: #444444;
	color: #ffffff;
}	
table.board tr:nth-child(odd) td:nth-child(even) {
	background: #444444;
	color: #ffffff;
}	

table.board td img {
	padding:0px;
	margin:0px;
}

.mbox_aut{
	background-color:#0CF8D7;
    font-family:"CHETTY";
	padding: 20px 20px 20px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
       /* Данная коррекция обеспечивает точное размещение элемента в центре */
}
.mbox_aut h2{
	color:#EF5E08;
}
.mbox_aut div{
	color:#111111;
	margin:10px 10px 10px 10px;
}
.mbox_aut input{
	color:#1803CD;
	background-color:#CCCCCC;
	font-size:16px;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
   border: 2px solid #111111;
}
.mbox_aut input[type="button"]{
	padding:10px 30px 10px 30px;
	margin-left:100px;

}
.mbox_aut input[type="button"]:disabled{
	background-color:#AAAAAA;
	color: #F9F9F9;

}
.mbox_aut input[type="button"]:enbled{
	background-color:#111111;

}
#inform {
	font-size:12px;
	color:#0440AA;
}

#titl {
	max-width:500px;
}

.mbox_list{
	background-color:#0CF8D7;
    font-family:"CHETTY";
	padding: 20px 20px 20px 20px;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translatex(-50%);
       /* Данная коррекция обеспечивает точное размещение элемента в центре */
}

img.fg{
	cursor:pointer;

}
img.imgexit {
  position: relative;
  top: 6px;
  left: 8px;
}