/* reset */

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
}

p {
    text-align: justify;
    margin-bottom: 20px;
}

ul {
    margin: 0 0 15px 20px;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

ol li {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

p img {
    padding: 0;
    max-width: 100%;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #0170c4;
    text-decoration: none;
}

a:hover {
    color: #03518c;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: normal;
    padding: 0px;
    margin: 0;
    line-height: 150%;
    color: #143a85;
}

h1 {
    font-size: 400%;
}

h2 {
    font-size: 18px;
    padding: 0;
}

h3 {
    font-size: 120%;
    padding: 0;
}

h4 {
    font-size: 100%;
    padding: 0;
}

h5 {
    font-size: 80%;
    padding: 0;
}

h6 {
    font-size: 60%;
    padding: 0;
}


/* page setup */

body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 150%;
    padding: 0;
    margin: 0;
    color: #222;
    background: url(images/bg.webp);
    background-size: cover;
}

#home {
    min-height: 100vh;
    background: transparent;
}


/* layout */

.wrapper {
    margin: 0 auto;
    width: 980px;
    padding: 0 10px;
    overflow: hidden;
    background: transparent;
    min-height: 100%;
}

#header {
    display: block;
    margin: 0;
    padding: 5px 0 0;
    background: url(images/header-bg.jpg) repeat-x 0 0;
    background-size: repeat 100%;
    border-bottom: 5px solid #1157b6;
}

#middle {
    display: block;
    margin: 10px;
    padding: 20px;
    min-height: 1040px;
    background: #f3f3f3;
    box-shadow: 0 0 5px #fff;
}

#content {
    width: 720px;
    padding: 0;
    margin: 10px 10px 0;
    float: left;
}

#right {
    width: 210px;
    padding: 0;
    margin: 10px 10px 0;
    float: left;
}

#footer {
    padding: 10px;
    color: #000;
    font-size: 13px;
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    text-align: center;
}


/* clearing & floating */

.clearingfix:after {
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

.clearingfix {
    display: block;
}

.floatbox {
    overflow: hidden;
}


/* logo */

#header #logo {
    margin: 10px auto;
    padding: 0;
    display: block;
    width: 310px;
    float: left;
}

.hasil {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.big {
    font-size: 64px;
    font-weight: bold;
    line-height: 110%;
    color: #014578;
}

.loginform {
    float: right;
    padding: 15px 0;
}

.loginform input {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.loginform input[type=text],
.loginform input[type=password] {
    padding: 5px;
}

.userinfo {
    float: right;
    padding: 15px 5px;
    font-size: 12px;
    text-align: right;
    color: #0171c4;
    line-height: 150%;
}


/* topmenu */

#menu {
    display: block;
    margin: 0 10px 0 0;
}

#menu a {
    float: right;
    margin: 0;
    margin-right: 2px;
    margin-bottom: 1px;
    color: #fff;
    padding: 5px 10px;
    background-color: #1157b6;
    border-radius: 8px;
    border: 1px solid #1157b6;
}

#menu a:hover {
    background-color: #041839;
    border: 1px solid #041839;
}


/* slider */

#slider {
    display: block;
    float: left;
    padding: 0;
    background: transparent;
    width: 650px;
    height: 300px;
    overflow: hidden;
}

.result {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    color: #0171c4;
}

* img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

* img.alignright {
    padding: 4px;
    margin: 5px 0 5px 10px;
    display: inline;
}

* img.alignleft {
    padding: 4px;
    margin: 5px 10px 5px 0;
    display: inline;
}

* .alignright {
    float: right;
    margin: 0 0 5px 10px;
}

* .alignleft {
    float: left;
    margin: 0 10px 5px 0;
}

ol.trackback {
    margin: 0 0 0 20px;
}

ol.trackback li {
    list-style: none;
}

input,
select {
    margin-bottom: 4px;
}

.nopadding {
    padding: 0 !important;
}

#entry {
    display: block;
    height: auto;
    padding: 0;
    margin: 10px 5px;
    overflow: hidden;
    background: #530201;
}

.comment {
    display: block;
    padding: 10px;
    margin: 10px 0 0;
}

.comment a {
    text-decoration: none;
}

.comment a:hover {
    text-decoration: underline;
}

.comment h2 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}

.comment h2.title {
    text-align: center;
    text-transform: uppercase;
}

.comment h3,
.comment h4,
.comment h5 {
    font-weight: bold;
    padding: 0;
    margin: 0 0 15px;
}

.comment img {
    margin: 0px;
    padding: 0px;
}

.comment img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.comment img.alignright {
    padding: 4px;
    margin: 5px 0 5px 10px;
    display: inline;
}

.comment img.alignleft {
    padding: 4px;
    margin: 5px 10px 5px 0;
    display: inline;
}

.comment img.avatar {
    float: left;
    padding: 4px;
    border: #fff 1px solid;
    margin: 5px 15px 10px 0;
}

.comment img.readmore {
    margin: 10px 0;
}

.comment ul {
    margin: 10px 0 10px 20px;
    padding: 0;
}

.comment ul li {
    margin: 0 0 5px;
    padding: 0 0 5px 25px;
    list-style: none;
    background: url(images/list.png) 0 2px no-repeat;
}

.comment ol {
    margin: 10px 0 10px 30px;
    padding: 0;
}

.comment ol li {
    margin: 0;
    padding: 0;
    list-style: decimal;
}

.comment p {
    margin: 10px 0;
    padding: 0;
}

.comment blockquote,
.comment pre {
    margin: 10px 0px;
    padding: 10px 15px;
    font-family: 'Courier New', Courier;
    background: #500200;
    border: 1px dashed #bb2435;
}

.comment blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.comment code {
    font: 1em 'Courier New', Courier, Fixed;
    padding: 10px 15px;
    border: 1px dashed #bb2435;
    background: #500200;
    display: block;
    margin: 15px 0px;
}

.comment quote {
    padding: 10px 15px;
    background: #500200;
    border: 1px dashed #bb2435;
    display: block;
    margin: 15px 0px;
}

.comment quote code {
    padding: 0;
    border: none;
    display: block;
    margin: 0px;
}

.comment .metainfo {
    margin: -15px 0 10px 0;
    font-size: 10px;
    color: #ffd91f;
}

.comment .metainfo a {
    font-weight: normal;
    text-decoration: none;
    color: #ffd91f;
}

.thumbs {
    width: auto;
    height: auto;
}

.thumbs img {
    max-width: 300px;
    height: auto;
}


/* navigation */

.navigation {
    clear: both;
    margin: 10px 0 0 0;
    padding: 6px;
    text-align: center;
    color: #ffd91f;
}

span.pages {
    display: none
}

span.page-numbers.current {
    margin: 0;
    padding: 3px 10px 3px 10px;
    color: #ffd91f;
    background: #230000;
    border: 1px solid #bb2435;
}

.navigation a {
    color: #ffd91f;
    margin: 0;
    padding: 3px 10px 3px 10px;
    background: #93111b;
    border: 1px solid #bb2435;
}

.navigation a:hover {
    text-decoration: underline;
}

.navigation a.prev {
    display: none;
    width: 0;
    height: 0;
}

.navigation a.next {
    display: none;
    width: 0;
    height: 0;
}

#tabContainer {
    padding: 0;
}

.tabs {
    background: transparent;
    margin: 0;
    padding: 0;
}

.tabs>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs>ul>li {
    margin: 0 1px 0 0;
    padding: 5px 10px;
    display: block;
    font-weight: bold;
    float: left;
    color: #ffd91f;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #230000;
    background: #230000;
    transition: background-color ease-in-out .2s;
    -moz-transition: background-color ease-in-out .2s;
    -webkit-transition: background-color ease-in-out .2s;
    text-transform: uppercase;
}

.tabs>ul>li:hover {
    color: #ffd91f;
    background: #530000;
    border: 1px solid #530000;
    cursor: pointer
}

.tabs>ul>li.tabActiveHeader {
    background: #ffd91f;
    cursor: pointer;
    display: block;
    color: #530000;
    text-shadow: 1px 1px #fff;
}

.tabscontent {
    padding: 0;
    margin: 0;
    background: transparent;
}

table.noborder td {
    border: 0 !important;
}

th,
td {
    padding: 5px;
    border: 1px solid #222;
    color: #fff;
}

.noborder th,
.noborder td {
    padding: 5px;
    border: 0;
}

.tablehead {
    text-align: center;
    color: #ff0;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #222;
    background: #000;
}

.tstriped {
    margin: 0 !important;
}

.tstriped>tbody>tr:nth-child(odd)>td {
    background-color: #111;
    border: 1px solid #222;
    color: #eee;
}

.tstriped>tbody>tr:nth-child(even)>td {
    background-color: #111;
    border: 1px solid #222;
    color: #eee;
}

.bola {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 2px;
    color: #ff0;
    border-radius: 50% !important;
    font-size: 20px;
    line-height: 32px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.15, #54c200), color-stop(1, #2f7400));
    background: -moz-linear-gradient( center top, #54c200 15%, #2f7400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#54c200', endColorstr='#2f7400');
    background-color: #2f7400;
    border-radius: 4px;
    border: 1px solid #2f7400;
}

.bola1 {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-right: 2px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 6px 0;
    text-shadow: 1px 1px 0 #e00;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.15, #e00), color-stop(1, #600));
    background: -moz-linear-gradient( center top, #e00 15%, #600 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e00', endColorstr='#600');
    background-color: #600;
}

.bola2 {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-right: 2px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 6px 0;
    text-shadow: 1px 1px 0 #f30;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.15, #f90), color-stop(1, #f30));
    background: -moz-linear-gradient( center top, #f90 15%, #f30 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f90', endColorstr='#f30');
    background-color: #f30;
}

.bola3 {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-right: 2px;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    padding: 6px 0;
    text-shadow: 1px 1px 0 #fff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.15, #ff0), color-stop(1, #f90));
    background: -moz-linear-gradient( center top, #ff0 15%, #f90 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0', endColorstr='#f90');
    background-color: #f90;
}

.bola4 {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 2px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 10px 0;
    text-shadow: 1px 1px 0 #e00;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.15, #e00), color-stop(1, #600));
    background: -moz-linear-gradient( center top, #e00 15%, #600 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e00', endColorstr='#600');
    background-color: #600;
}

.bola5 {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 2px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 10px 0;
    text-shadow: 1px 1px 0 #f30;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.15, #f90), color-stop(1, #f30));
    background: -moz-linear-gradient( center top, #f90 15%, #f30 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f90', endColorstr='#f30');
    background-color: #f30;
}

.bola6 {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 2px;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    padding: 10px 0;
    text-shadow: 1px 1px 0 #fff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.15, #ff0), color-stop(1, #f90));
    background: -moz-linear-gradient( center top, #ff0 15%, #f90 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0', endColorstr='#f90');
    background-color: #f90;
}

.col-xs-6.text-right {
    color: #ffffff !important;
}

.col-md-6.text-right {
    color: #ffffff !important;
}

.btn {
    padding: 3px 5px !important;
}

.bukaan {
    display: block;
    border: 1px solid #000;
    margin: 10px 5px;
    padding: 5px;
}

.bukaan h2 {
    display: block;
    text-align: center;
    background-image: linear-gradient(to top, #f43b47 0%, #453a94 100%);
    margin: 5px -5px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

.bukaan .prize {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0;
    margin: 0 -5px;
    padding: 5px;
    text-align: center;
}