body {
    font-family: Arial;
}
.noselect {
    -webkit-touch-callout: none;   /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none;  /* Konqueror HTML */
        -moz-user-select: none;    /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
table {
    border-collapse: collapse;
}
table, td, th {
    border: 1px solid black;
    cursor: default;
    text-align: center;
}
tr:nth-last-child(5n+1) {
    background: none repeat scroll 0 0 #e8e4e7 !important;
}
.asux {
    color: #d7d1d1;
    font-weight: normal;
    width: 20px;
}
.top{
    background: none repeat scroll 0 0 #ffffff !important;
}
.asu {
    font-weight: bold;
    width: 20px;
}
.menu2 {
    background: #000 none repeat scroll 0 0;
    position: fixed;
    top: 1px;
    width: 97%;
    z-index: 99999;
}
#clear {
    float: right;
}
#color-selector p {
    clear: both;
}
.color {
    float: left;
    height: 20px;
    position: relative;
    width: 9.7%;
}
.color.eraser {
    background: none repeat scroll 0 0 white;
    cursor: pointer;
    border: 1px solid black;
}
.color.red:hover, .color.pink:hover, .color.green:hover, .color.violet:hover, .color.teal:hover, .color.Blue:hover, .color.Grey:hover, .color.Orange:hover, .color.eraser:hover {
    border: 1px solid white;
}
.color.Red {
    background: none repeat scroll 0 0 #ff5050;
    cursor: pointer;
    border: 1px solid black;
}
.color.Pink {
    background: none repeat scroll 0 0 #ff99cc;
    cursor: pointer;
    border: 1px solid black;
}
.color.Green {
    background: none repeat scroll 0 0 #a9d08e;
    cursor: pointer;
    border: 1px solid black;
}
.color.Violet {
    background: none repeat scroll 0 0 #9966ff;
    cursor: pointer;
    border: 1px solid black;
}
.color.Teal {
    background: none repeat scroll 0 0 #66ffcc;
    cursor: pointer;
    border: 1px solid black;
}
.color.Blue {
    background: none repeat scroll 0 0 #9bc2e6;
    cursor: pointer;
    border: 1px solid black;
}
.color.Grey {
    background: none repeat scroll 0 0 #b2b2b2;
    cursor: pointer;
    border: 1px solid black;
}
.color.Orange{
    background: none repeat scroll 0 0 #f4b084;
    cursor: pointer;
    border: 1px solid black;
}
.color input {
    background: url("../images/colordot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: right;
    left: 220px;
    position: absolute;
}
.colorpicker_submit {
    color: #ffffff;
}
.colorpicker {
    z-index: 20;
}
.selected {
    border: 1px solid white;
}
#btnSubmit {
    float: left;
    margin-top: 0;
    width: 10%;
    cursor: pointer;
}
table {
    width: 100% !important;
}

.e1, .e2, .e3, .e4, .e5, .e6, .e7, .e8, .e9, .e0 {
    background-color: #ff4d4d;
    border-radius: 0px;
    color: white;
}
.k1, .k2, .k3, .k4, .k5, .k6, .k7, .k8, .k9, .k0 {
    background-color: green;
    border-radius: 0px;
    color: white;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c0 {
    background-color: blue;
    border-radius: 0px;
    color: white;
}
.a1, .a2, .a3, .a4, .a5, .a6, .a7, .a8, .a9, .a0 {
    background-color: orange;
    border-radius: 0px;
    color: white;
}

.j1, .j2, .j3, .j4, .j5, .j6, .j7, .j8, .j9, .j0 {
    background-color: #910303;
    border-radius: 0px;
    color: white;
}
