@import url('https://fonts.googleapis.com/css2?family=Acme&family=Open+Sans:wght@400;700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#050505 url(/img/exclusive-paper.png) repeat 0 0;
}
a {
	color:#ffa80b; text-decoration:none;
}
a:hover {
	color:#c98305;
}
img {
	max-width:100%;
}
header p {
	color:#d8763d;
}
.boxed {
    border:5px solid #d88c3d; background:black;
}
.headtitle {
	font-family: 'Acme', sans-serif; font-weight:700;
	font-size:50px; margin-bottom:15px;
    text-transform: uppercase;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #b20000,
        1px 2px 1px #b20000,
        1px 3px 1px #b20000,
        1px 4px 1px #b20000,
        1px 5px 1px #b20000,
        1px 6px 1px #b20000,
        1px 7px 1px #b20000,
        1px 8px 1px #b20000,
        1px 9px 1px #b20000,
        1px 10px 1px #b20000,
    1px 18px 6px rgba(178,0,0,0.4),
    1px 22px 10px rgba(178,0,0,0.2),
    1px 25px 35px rgba(178,0,0,0.2),
    1px 30px 60px rgba(178,0,0,0.4);
}
#bgmenu {
	background: #d88c3d;
}
#menu {
	list-style:none; margin:0;
	display: flex; padding:0;
	justify-content: center;
}
#menu li {
	padding:0; border-right:1px solid #936717;
}
#menu li:first-child {
	border-left:1px solid #936717;
}
#menu li a {
	display:block; padding:10px 15px; text-decoration:none; color:#FFF; font-weight:bold;
}
#menu li a:hover {
	background: #a70000;
}
.datapaito {
	width:100%; margin-bottom:30px;
}
.datapaito td, .datapaito th {
	border:3px solid #640000; padding:5px 0; text-align:center;
	font-weight:bold;
}
.datapaito .tahun th {
	background:#000; padding:6px 0; font-size:150%; color:#ff3636;
}
.datapaito .hari th {
	background: #000;
	color:#ff8013; font-weight:bold;
}
.datapaito tr:not(.hari):not(.tahun) td {
	background:#031b38; color:#00bbcf;
	font-size:18px;
}
footer {
	background:#333 url(/img/exclusive-paper.png) repeat 0 0; color:#FFF; padding:20px 0;
}
.copyright {
	color:#CCC; margin-bottom:0; font-size:12px;
}

#paitotable {
    background: #000 none repeat scroll 0 0;
    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;
}
#paitotable td {
    border: 1px solid #333;
    text-align: center;
    padding: 2px 0;
    width: 20px;
    font-size: 14px;
    color:#FFF;
    font-weight:400;
}
#paitotable tr:nth-last-child(5n+1) {
    background: #464542;
}
#paitotable .disabled {
    background: #464542; color:#bdbdbd;
}
#paitotable td.nxpx {
    color: #bdbdbd; background-color:#464542;
}
#paitotable thead td.nxpx {
	color:#000;
}
#floatmenu {
    padding:10px 5px; z-index: 999999;
}
#paitocolor p {
    clear: both;
}
#paitocolor .color {
    float: left;
    height: 28px;
    position: relative;
    width: 28px;
    cursor:pointer;
    border-radius: 18px;
    border:2px 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:#007bff;
}
#paitocontainer {
    font-weight: bold;
    position: relative;
}
#paitocontainer table {
    position: relative;
    z-index: 10;
}
#paitotable thead td {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border: 1px solid #333;
	background: #fceabb;
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
	color:#333;
}
#clear {
    margin-top:2px; margin-left: 10px;
}
#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; }

@media (min-width: 992px){
	.container {
		max-width: 970px !important;
	}
}
@media (max-width:767px){
	.datapaito .tahun th {
		font-size:16px;
	}
	.datapaito td, .datapaito th {
		font-size:10px !important;
	}
	body > .container {
		width:auto; margin-left:10px; margin-right:10px;
	}
	#menu, #menu li {
		display:block; width:100%;
	}
}
@media (max-width:640px){
    #paitotable td { font-size: 10px;font-weight: 400; padding:0; }
    #paitocolor .color { height: 25px; width: 25px; border-radius: 13px;
        border-width:2px; margin:0 1px; }
    #clear { margin-top:0; margin-left: 5px; font-size:12px; }
}