@import url('https://fonts.googleapis.com/css2?family=Titan+One&family=Raleway:wght@300;400;700&display=swap');

body {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
}
a {
	color:#b58705;
}
a:hover {
	color:#977105;
}
img {
	max-width:100%;
}
.headersite {	
    background-image: radial-gradient( farthest-corner at 70% 40px, #BA8B02 0%, #181818 100% );
}
header p {
	color:#fbff04; font-size:13px;
}
.headtitle {
	font-family: 'Titan One', sans-serif; 	
	  font-size: 30px;
	  font-weight: 700;
	  text-transform: uppercase;  
	  background: -webkit-linear-gradient(-86deg, #ffb76b 5%, #f8b500 53%, #ff7f04 91%);
	  -webkit-background-clip: text;
	  -webkit-text-stroke: 4px transparent;
	  color: #2b2b32;
	  padding-right:5px; padding-left:2px;
}
.nav-pills .nav-link {
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
}
.nav-pills .nav-link:hover {
	background:#dd8f01;
}
.dividerhead {
    height: 30px;
	background: #fceabb;
	background: -moz-linear-gradient(left,  #fceabb 0%, #f8b500 51%, #fbdf93 100%);
	background: -webkit-linear-gradient(left,  #fceabb 0%,#f8b500 51%,#fbdf93 100%);
	background: linear-gradient(to right,  #fceabb 0%,#f8b500 51%,#fbdf93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 );
}
.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/carbon-fibre.png) repeat 0 0; color:#FFF; padding:20px 0;
}
.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 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(-45deg,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	background: -webkit-linear-gradient(-45deg,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: linear-gradient(135deg,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 );
	color:#000;
}
#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 (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%;
	}
	#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; }
}