@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Ubuntu+Mono:wght@400;700&display=swap');

body {
	font-family: 'Ubuntu Mono', monospace;
	background:#000; font-weight:400; color:#f9ebeb;
}
a {
	color:#b1b3ff;
}
a:hover {
	color:#407bff;
}
img {
	max-width:100%;
}
body > .container {
	overflow:hidden;
}
.border-danger {
	border-color:#0000ff !important;
}
.boxshadow {
	box-shadow: 2px 2px 6px #0000ff, -2px -2px 6px #0000ff;
}
header {
	background-color:#000;
}
header p {
	color:#7f7f7f; font-weight:700; font-size:16px; padding-bottom:10px;
}
.onclick {
	cursor:pointer;
}
.headtitle {
	font-family: 'Monoton', sans-serif; font-weight:400; font-size:60px; line-height:1.2; text-transform:capitalize;
	color:#5682ff;
}
#menu {
	list-style:none; margin:0;
	display: flex; justify-content: center;
	background: linear-gradient(to bottom,  #03009d 0%,#0000ff 100%);
}
#menu li {
	padding:0; border-right:1px solid rgba(0,0,0,0.3);
}
#menu li:first-child {
	border-left:1px solid rgba(0,0,0,0.3);
}
#menu li a {
	display:block; padding:10px 20px 8px; text-decoration:none; color:#FFF; font-weight:bold;
	text-transform:uppercase;
}
#menu li a:hover {
	color:rgba(255,255,255,0.6); text-decoration:none;
}

#tablepaito {
    background: transparent;
    margin: 10px;
    border-collapse: collapse;
    width: 100%;
	margin:0;
    color: #000;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#tablepaito.dark {
	background:#000;
}
#tablepaito.light {
	background:#FFF;
}
#tablepaito td {
    border: 1px solid #333;
    text-align: center;
    padding: 2px 0;
    width: 20px;
    font-size: 14px;
    font-weight:400;
    color:#FFF;
}
#tablepaito.dark tbody td {
    color:#FFF;
}
#tablepaito.light td {
    border: 1px solid #939393;
}
#tablepaito.light tbody td {
    color:#000;
}
#tablepaito.dark tr:nth-last-child(5n+1) {
    background: #373535;
}
#tablepaito.light tr:nth-last-child(5n+1) {
    background: #dddddd;
}
#tablepaito.dark .disabled {
    background: #373535; color:#bdbdbd;
}
#tablepaito.light .disabled {
    background: #dddddd; color:#838383;
}
#tablepaito.dark td.nxpx {
    color: #bdbdbd; background-color:#272727;
}
#tablepaito.light td.nxpx {
    color: #636363; background-color:#cfcfcf;
}
#tablepaito thead td.nxpx {
	color:#000;
}
#tablepaito.light thead td.nxpx {
	color:#fff;
}
#floatmenu {
    padding:10px 5px; z-index: 999999;
}
#paitocolor p {
    clear: both;
}
#paitocolor .color {
    float: left;
    height: 28px;
    position: relative;
    width: calc(10% - 6px);
    cursor:pointer;
    border:1px solid #DDD;
    margin:0 2px;
}
#paitocolor .color.eraser {
    background: none repeat scroll 0 0 #000;
}
#paitocolor .color.Blue {
    background: #43a2ff;
}
#paitocolor .color.Aqua {
    background: #00F5FF;
}
#paitocolor .color.Teal {
	background: #43CD80;
}
#paitocolor .color.Lime {
	background: #01FF70;
}
#paitocolor .color.Yellow {
	background: #FFDC00;
}
#paitocolor .color.Orange {
	background: #FF851B;
}
#paitocolor .color.Red {
	background: #FF4136;
}
#paitocolor .color.Pink {
	background: #F012BE;
}
#paitocolor .color.Purple {
	background: #A23BEC;
}
#paitocolor .color.Silver {
	background: #a9a9a9;
}
#paitocolor .selected {
    box-shadow: inset 0px 0px 0px 2px #000;
    border-color:#ff0000;
}
#warnapaito {
    font-weight: bold;
    position: relative;
}
#warnapaito table {
    position: relative;
    z-index: 10;
}
#tablepaito thead td {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 1px solid #333;
	background: #0000ff;
	color:#FFF; font-size:16px;
}
#clear {
    margin-top:0; border-radius:0;
    width: 10%; text-align:center;
	margin-left:1px; height:28px;
}
#floatmenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: #000;
}
.floatmenuwrap {
    position: relative;
}
body.hasftop #floatmenu.fixed {
    top:90px;
}
.rek { background-color:#0caacb; color: white !important; } 
.rke { background-color:#609c33; color: white !important; }
.rko { background-color:#0069b0; color: white !important; } 
.ras { background-color:#06dd96; color: white !important; }
.rd { background-color:#cb5b0c !important; color: white !important; }
.copyright {
	color:#FFF; margin-bottom:30px; font-size:14px;
}

@media (min-width: 998px){
	.container {
		max-width: 998px !important;
	}
}
@media (max-width:767px){
	body > .container {
		width:auto; margin-left:10px; margin-right:10px;
	}
	#menu {
		display: block; margin:0; padding:0;
	}
	#menu li {
		display:block;
		border-bottom:1px solid #313131;
	}
	#menu li a {
		display:block; text-align:center;
	}
	.headtitle {
		font-size:30px;
	}
	header p {
		font-size:14px;
	}
}
@media (max-width:640px){
	body { font-size:12px; line-height:1.4; }
    #tablepaito td { font-size: 9px; font-weight: 400; padding:0; }
    #paitocolor .color { height: 25px; border-width:1px; margin:0 1px; }
    #clear { margin-top:0; margin-left: 5px; font-size:12px; min-width:50px; height:25px; line-height:1; }
	.form-control-sm { font-size:12px; }
	header p { font-size:12px; }
	#akke .form-control {font-size: 12px; padding-left: 6px; padding-right: 6px; }
	#clearakke { height:32px; line-height:1; font-size:12px; }
	#tablepaito thead td { font-size:13px;}
	.copyright { font-size:10px; }
}