* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #eee;
  color: #000;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #f8ffe8;

  background: linear-gradient(to top, #80b2ff, #9cc6ff, #bad9ff, #daebff, #fbfdff);
  
}
#wrapper {
  background: url(../images/bg.gif) repeat-x scroll 0 59px #fff;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 980px;
  padding: 20px 0;
  overflow: hidden;
}
#header {
  background: url(../images/header_logo_02.png) no-repeat scroll 845px top
    #00bfff;
  height: 58px;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#header h3 span {
  bottom: 5px;
  font-size: 12px;
  font-weight: lighter;
  position: absolute;
  right: 130px;
}
#header a {
  color: #912301;
  text-decoration: none;
}
#header a:hover {
  color: #c00;
  text-decoration: none;
}
#sidebar {
  float: left;
  margin-left: 20px;
  width: 240px;
}
#nav .sub a {
  background-position: 0 -60px;
}
#nav .sub a:hover {
  background-position: 0 -90px;
}
#boxmenu {
  padding: 20px;
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #f7f7f7 21%,
    #eeeeee 49%,
    #f7f7f7 80%,
    #ffffff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(21%, #f7f7f7),
    color-stop(49%, #eeeeee),
    color-stop(80%, #f7f7f7),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f7f7f7 21%,
    #eeeeee 49%,
    #f7f7f7 80%,
    #ffffff 100%
  );
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #f7f7f7 21%,
    #eeeeee 49%,
    #f7f7f7 80%,
    #ffffff 100%
  );
  background: -ms-linear-gradient(
    top,
    #ffffff 0%,
    #f7f7f7 21%,
    #eeeeee 49%,
    #f7f7f7 80%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f7f7f7 21%,
    #eeeeee 49%,
    #f7f7f7 80%,
    #ffffff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );
  -webkit-box-shadow: 0 0 3px 4px #e8e8e8;
  box-shadow: 0 0 3px 4px #e8e8e8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 193px;
  height: auto;
}
#nav li {
  background: url(../images/line-dotted.gif) repeat-x scroll left -2px transparent;
  list-style: none outside none;
  padding: 5px;
  border-bottom: #c5c5c5 1px dashed;
}
#nav a {
  background: url(../images/icons.gif) no-repeat scroll 0 0 transparent;
  color: #333;
  padding-left: 25px;
  text-decoration: none;
}
#nav a:hover {
  background-position: 0 -30px;
  color: #666;
}
#footer {
  background-color: #00bfff;
  border-top: 5px solid #ccc;
  clear: both;
  color: #333;
  font-size: 12px;
  line-height: 15pt;
  padding: 5px 0;
  text-align: center;
  float: left;
  margin-top: 20px;
  width: 100%;
}
#info {
  background: url(../images/banner_bingobingo.gif) no-repeat scroll 0 0;
  width: 225px;
  height: 90px;
  margin: 10px auto 0;
}
#marqueeinfo {
  width: 122px;
  height: 50px;
  margin-top: 23px;
  float: right;
  margin-right: 10px;
}
#periode {
  margin-left: 20px;
  margin-top: 5px;
  color: #fff;
}
#boxresult {
  width: 640px;
  height: auto;
  margin: 0 40px;
  float: right;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #056676;
  background: -moz-linear-gradient(top, #056676 0%, #e8ded2 100%);
  background: -webkit-linear-gradient(top, #056676 0%, #e8ded2 100%);
  background: linear-gradient(to bottom, #056676 0%, #e8ded2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056676',endColorstr='#e8ded2',GradientType=0 );
  padding-bottom: 10px;
}
#boxresult2 {
  width: 640px;
  height: auto;
  margin: 0 40px;
  float: right;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #056676;
  background: -moz-linear-gradient(top, #056676 0%, #e8ded2 100%);
  background: -webkit-linear-gradient(top, #056676 0%, #e8ded2 100%);
  background: linear-gradient(to bottom, #056676 0%, #e8ded2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056676',endColorstr='#e8ded2',GradientType=0 );
  padding-bottom: 10px;
}
.ribbon-front h1 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
}
.ribbon-wrapper {
  position: relative;
}
.ribbon-front {
  background: #feccb1;
  background: -moz-linear-gradient(
    top,
    #feccb1 0%,
    #f17432 50%,
    #ea5507 51%,
    #fb955e 100%
  );
  background: -webkit-linear-gradient(
    top,
    #feccb1 0%,
    #f17432 50%,
    #ea5507 51%,
    #fb955e 100%
  );
  background: linear-gradient(
    to bottom,
    #feccb1 0%,
    #f17432 50%,
    #ea5507 51%,
    #fb955e 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1',endColorstr='#fb955e',GradientType=0 );
  height: 40px;
  top: 10px;
  width: 680px;
  position: relative;
  left: -20px;
  z-index: 2;
}
.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
  -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
}
.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0;
  width: 0;
}
.ribbon-edge-topleft,
.ribbon-edge-topright {
}
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
  top: 40px;
}
.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
  left: -20px;
  border-color: transparent #00305d transparent transparent;
}
.ribbon-edge-topleft {
  top: 0;
  border-width: 10px 20px 0 0;
}
.ribbon-edge-bottomleft {
  border-width: 0 20px 0 0;
}
.ribbon-edge-topright,
.ribbon-edge-bottomright {
  left: 640px;
  border-color: transparent transparent transparent #00305d;
}
.ribbon-edge-topright {
  top: 0;
  border-width: 10px 0 0 20px;
}
.ribbon-edge-bottomright {
  border-width: 0 0 0 20px;
}
.ribbon-back-left {
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: 40px;
  z-index: 0;
}
.ribbon-back-right {
  position: absolute;
  top: -10px;
  right: 0;
  width: 0;
  height: 40px;
  z-index: 0;
}
#boxresult table {
  width: 640px;
  height: auto;
}
.resulttr1 {
  background: #056676;
}
.resulttr1b {
  background: #056676;
}
.resulttd0 {
  width: 5px;
  border-bottom: 1px #a3d2ca solid;
}
.resulttd0b {
  width: 5px;
  border-bottom: 1px #a3d2ca solid;
}
.resulttd0b-2 {
  width: 5px;
  border-bottom: 1px #a3d2ca solid;
}
.resulttd1 {
  background: #5eaaa8;
  width: 200px;
  height: 60px;
  margin-left: 10px;
  color: #056676;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px #a3d2ca solid;
}
.resulttd1b {
  background: #5eaaa8;
  width: 200px;
  height: 60px;
  margin-left: 10px;
  color: #056676;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px #056676 solid;
}
.resulttd1b-2 {
  background: #a3d2ca;
  width: 200px;
  height: 60px;
  margin-left: 10px;
  color: #056676;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px #056676 solid;
}
.resulttd2 {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px #a3d2ca solid;
}
.resulttd2b {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px #a3d2ca solid;
}
.resulttd2b-2 {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px #056676 solid;
}
.resultp1 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.resultp2 {
  font-size: 11px;
}
.resulttr2 {
  background: #5eaaa8;
}
.resulttr2b {
  background: #5eaaa8;
}
.resulttr3 {
  background: #e8ded2;
}
.resulttd0-2 {
  width: 5px;
  border-bottom: 1px #a3d2ca solid;
}
.resulttd1-2 {
  background: #a3d2ca;
  width: 200px;
  height: 60px;
  margin-left: 10px;
  color: #056676;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px #a3d2ca solid;
}
.resulttd2-2 {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px #a3d2ca solid;
}
#line1 {
  border-bottom: 1px #000 solid;
}
.resulttd0-3 {
  width: 5px;
  border-bottom: 1px #bfbfbf solid;
}
.resulttd1-3 {
  background: #ebebeb;
  width: 200px;
  height: 60px;
  margin-left: 10px;
  color: #056676;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px #bfbfbf solid;
}
.resulttd2-3 {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px #bfbfbf solid;
}
.boxcontent {
  background: #5eaaa8;
  background: -moz-linear-gradient(top, #5eaaa8 0%, #a3d2ca 100%);
  background: -webkit-linear-gradient(top, #5eaaa8 0%, #a3d2ca 100%);
  background: linear-gradient(to bottom, #5eaaa8 0%, #a3d2ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eaaa8',endColorstr='#a3d2ca',GradientType=0 );
  width: 640px;
  padding: 20px 0;
  margin: 0 40px;
  float: right;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 4px #056676;
  box-shadow: 0 0 4px 4px #056676;
}
.contenttext {
  width: auto;
  height: auto;
  padding: 20px;
}
.titlecontent {
  text-align: center;
  text-decoration: underline;
}
.contenttext table {
  width: 100%;
}
.boxday-tr1 {
  background: #fc3;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}
.boxday-tr2 {
  background: #ffefa4;
  font-size: 12px;
  text-align: center;
}
.boxday-tr3 {
  background: #fff9df;
  font-size: 12px;
  text-align: center;
}
.boxday-tr1 td {
  padding: 5px;
}
.boxday-tr2 td {
  padding: 5px;
}
.boxday-tr3 td {
  padding: 5px;
}
#banner1 {
  margin: auto;
  width: 225px;
  height: 90px;
  margin-top: 10px;
}
.ballline {
  text-align: center;
}
.ballline2 {
  text-align: center;
}
.ballline3 {
  text-align: center;
}
.ballline em {
  background: url(../images/bg-ball.png) no-repeat scroll 0 0 transparent;
  color: #333;
  display: inline-block;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  height: 30px;
  letter-spacing: -1px;
  margin: 0 1px;
  padding: 3px !important;
  text-align: center;
  text-decoration: none;
  text-indent: -8px !important;
  width: 34px !important;
  background-position: 0 -236px;
}
.ballline2 em {
  background: url(../images/bg-ball.png) no-repeat scroll 0 0 transparent;
  color: #333;
  display: inline-block;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  height: 30px;
  letter-spacing: -1px;
  margin: 0 1px;
  padding: 3px !important;
  text-align: center;
  text-decoration: none;
  text-indent: -8px !important;
  width: 34px !important;
  background-position: 0 -179px;
}
.ballline3 em {
  background: url(../images/bg-ball.png) no-repeat scroll 0 0 transparent;
  color: #333;
  display: inline-block;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  height: 30px;
  letter-spacing: -1px;
  margin: 0 1px;
  padding: 3px !important;
  text-align: center;
  text-decoration: none;
  text-indent: -8px !important;
  width: 34px !important;
}
#test a {
  text-decoration: underline;
  color: blue;
}
#test a:link {
  text-decoration: underline;
  color: #000;
}
#test a:visited,
a.visited {
  text-decoration: underline;
  color: blue;
}
#test a:hover,
a.hover {
  text-decoration: underline;
  color: red;
}
.odd {
  color: #454545;
  background: #fff9df;
}
.odd td {
  padding: 5px;
  text-align: center;
}
.even {
  color: #454545;
  background: #ffefa4;
}
.even td {
  padding: 5px;
  text-align: center;
}
.dataTables_length,
.dataTables_info {
  color: #000;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #212121;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-item a {
  color: #212121;
  text-decoration: none;
  background-color: #fff;
}
