* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #EEEEEE;
    color: #000;

    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;


    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8ffe8+0,e3f5ab+33,b7df2d+100;Green+3D+%234 */
    background: #f8ffe8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ffe8', endColorstr='#b7df2d', GradientType=0);
    /* IE6-9 */


}

#wrapper {
    background: url(../imgs/bg.gif) repeat-x scroll 0 59px #FFFFFF;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 980px;
    padding: 20px 0;
    overflow: hidden;
}

#header {
    background: url(../imgs/header_logo_02.png) no-repeat scroll 845px top #bfdcae;
    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: #CC0000;
    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: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    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%);
    /* FF3.6+ */
    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));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 21%, #eeeeee 49%, #f7f7f7 80%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 21%, #eeeeee 49%, #f7f7f7 80%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 21%, #eeeeee 49%, #f7f7f7 80%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 21%, #eeeeee 49%, #f7f7f7 80%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
    -webkit-box-shadow: 0px 0px 3px 4px #E8E8E8;
    box-shadow: 0px 0px 3px 4px #E8E8E8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 193px;
    height: auto;

}

#nav li {
    background: url(../imgs/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(../imgs/icons.gif) no-repeat scroll 0 0 transparent;
    color: #333333;
    padding-left: 25px;
    text-decoration: none;
}

#nav a:hover {
    background-position: 0 -30px;
    color: #666666;
}

#footer {
    background-color: #bfdcae;
    border-top: 5px solid #CCCCCC;
    clear: both;
    color: #333333;
    font-size: 12px;
    line-height: 15pt;
    padding: 5px 0;
    text-align: center;
    float: left;
    margin-top: 20px;
    width: 100%;
}

#info {
    background: url(../imgs/banner_bingobingo.gif) no-repeat scroll 0 0;
    width: 225px;
    height: 90px;
    margin: 10px auto 0 auto;
}

#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;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#056676+0,e8ded2+100 */
    background: #056676;
    /* Old browsers */
    background: -moz-linear-gradient(top, #056676 0%, #e8ded2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #056676 0%, #e8ded2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #056676 0%, #e8ded2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056676', endColorstr='#e8ded2', GradientType=0);
    /* IE6-9 */

    padding-bottom: 10px;
}


#boxresult2 {
    width: 640px;
    height: auto;
    margin: 0 40px;
    float: right;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#056676+0,e8ded2+100 */
    background: #056676;
    /* Old browsers */
    background: -moz-linear-gradient(top, #056676 0%, #e8ded2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #056676 0%, #e8ded2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #056676 0%, #e8ded2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056676', endColorstr='#e8ded2', GradientType=0);
    /* IE6-9 */

    padding-bottom: 10px;
}

/* ribbon style */

.ribbon-front h1 {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 37px;
}

.ribbon-wrapper {
    position: relative;
}

.ribbon-front {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
    background: #feccb1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
    /* IE6-9 */


    height: 40px;
    top: 10px;
    width: 680px;
    position: relative;
    left: -20px;
    z-index: 2;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0px 0px 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: 0px;
    width: 0px;
}

.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: 0px;
    border-width: 10px 20px 0 0;
}

.ribbon-edge-bottomleft {
    border-width: 0 20px 0px 0;
}

.ribbon-edge-topright,
.ribbon-edge-bottomright {
    left: 640px;
    border-color: transparent transparent transparent #00305D;
}

.ribbon-edge-topright {
    top: 0px;
    border-width: 10px 0 0 20px;
}

.ribbon-edge-bottomright {
    border-width: 0 0 0px 20px;
}

.ribbon-back-left {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

.ribbon-back-right {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 0px;
    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: bold;
    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: bold;
    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: bold;
    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: bold;
}

.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: bold;
    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: bold;
    text-align: center;
    border-bottom: 1px #BFBFBF solid;
}

.resulttd2-3 {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px #BFBFBF solid;
}

.boxcontent {
    /*background-image: url(../imgs/td_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5eaaa8+0,a3d2ca+100 */
    background: #5eaaa8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5eaaa8 0%, #a3d2ca 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5eaaa8 0%, #a3d2ca 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5eaaa8 0%, #a3d2ca 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eaaa8', endColorstr='#a3d2ca', GradientType=0);
    /* IE6-9 */


    width: 640px;
    padding: 20px 0;
    margin: 0 40px;
    float: right;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px 4px #056676;
    box-shadow: 0px 0px 4px 4px #056676;
}

.contenttext {
    width: auto;
    height: auto;
    padding: 20px;
}

.titlecontent {
    text-align: center;
    text-decoration: underline;
}

.contenttext table {
    width: 100%;
}

.boxday-tr1 {
    background: #FFCC33;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.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(../imgs/bg-ball.png) no-repeat scroll 0 0 transparent;
    color: #333333;
    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 3px !important;
    text-align: center;
    text-decoration: none;
    text-indent: -8px !important;
    width: 34px !important;
    background-position: 0 -236px;
}

.ballline2 em {
    background: url(../imgs/bg-ball.png) no-repeat scroll 0 0 transparent;
    color: #333333;
    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 3px !important;
    text-align: center;
    text-decoration: none;
    text-indent: -8px !important;
    width: 34px !important;
    background-position: 0 -179px;
}

.ballline3 em {
    background: url(../imgs/bg-ball.png) no-repeat scroll 0 0 transparent;
    color: #333333;
    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 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: #000000;
}

#test a:visited,
a.visited {
    text-decoration: underline;
    color: blue;
}

#test a:hover,
a.hover {
    text-decoration: underline;
    color: red;
}

/* additional style */
.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: black;
}

.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;
}

/* end additional style */
