@import url('https://fonts.googleapis.com/css2?family=Blaka+Hollow&family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
}
a {
	color:#a3bdf7;
}
a:hover {
	color:#a3e4f7;
}
img {
	max-width:100%;
}
.headersite {	
	background: #2c539e;
	background: -moz-linear-gradient(-45deg,  #2c539e 0%, #131c44 69%, #293493 100%);
	background: -webkit-linear-gradient(-45deg,  #2c539e 0%,#131c44 69%,#293493 100%);
	background: linear-gradient(135deg,  #2c539e 0%,#131c44 69%,#293493 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#293493',GradientType=1 );
}
header p {
	color:#21b4e2; font-size:13px;
}
.boxed {
    border:6px solid #da3f25; background:black;
}
.headtitle {
	font-family: 'Blaka Hollow', cursive; 	
	font-size: 40px;
	color:#29b8e5;
}
.nav-pills .nav-link {
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
}
.nav-pills .nav-link:hover {
	background:#21b4e2; color:#000;
}
.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 {
	color:#DDD; padding:10px 0 20px;
}
.copyright {
	color:#CCC; margin-bottom:0; font-size:12px;
}

#paitotable {
    background: #fff 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 {
    font-size: 16px;
    border: 1px solid #333;
    text-align: center;
    padding: 2px 0;
    width: 20px;
    color:#000;
    font-weight:400;
	font-weight:600;
}
#paitotable tr:nth-last-child(5n+1) {
    background: #e5e5e5;
}
#paitotable .disabled {
    background: #dddddd; color:#bdbdbd;
}
#paitotable td.nxpx {
    color: #c7c7c7; background-color:#FFF;
}
#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: 8px;
    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 {
	margin-top:10px;
}
#paitotable thead td {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 1px solid #333;
	background: #b7deed;
	background: -moz-linear-gradient(-45deg,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
	background: -webkit-linear-gradient(-45deg,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
	background: linear-gradient(135deg,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=1 );
	text-shadow:0 3px 3px #000;
	color:#FFF;
}
#clear {
    margin-top:2px; margin-left: 10px; font-size:11px;
}
#floatmenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    background: #FFF;
}
.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: 1024px){
	.container {
		max-width: 1024px !important;
	}
}
@media (max-width:767px){
	.datapaito .tahun th {
		font-size:16px;
	}
	.datapaito td, .datapaito th {
		font-size:10px !important;
	}
	body > .container {
		width:auto;
	}
	#menu, #menu li {
		display:block; width:100%;
	}
	#paitotable td {
		font-size: 14px;
	}
}
@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; }
}