@charset"utf-8";

:root{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*{
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f6bc00;
	color: #0b2f61;
	font-family: Arial;
	font-weight: normal;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

#topdiv {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background-color: #f6bc00;
	color: #0b2f61;
	margin: 0;
	padding: 0;
        z-index: 2;
}

#logodiv {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 80px;
	width: 200px;
	background-color: #f6bc00;
	color: #0b2f61;
	margin: 0;
	padding: 0;
        z-index: 3;
}

#jcmainlogo {
	border: 4px solid #0b2f61;
	border-radius: 30px;
	width: 150px;
        z-index: 4;
}

#messagediv {
	position: absolute;
	top: 90px;
	left: 250px;
	height: 30px;
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: left;
        z-index: 3;
}

#mainfodiv {
	position: absolute;
	top: 60px;
	right: 250px;
	height: 60px;
	width: 220px;
	background-color: #f6bc00;
	color: #0b2f61;
	margin: 0;
	padding: 0;
	text-align: left;
        z-index: 3;
}

#logindiv {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 100px;
	width: 220px;
	background-color: #f6bc00;
	color: #0b2f61;
	margin: 0;
	padding: 0;
	text-align: left;
        z-index: 3;
}

#logoutdiv {
	position: absolute;
	top: 60px;
	right: 30px;
	height: 60px;
	width: 220px;
	background-color: #f6bc00;
	color: #0b2f61;
	margin: 0;
	padding: 0;
	text-align: right;
        z-index: 3;
}

h2 {
	font-size: 30px;
	display: inline-block;
}

h3 {
	display: inline-block;
}

#menudiv {
	position: absolute;
	top: 120px;
	left: 0;
	bottom: 0;
        width: 250px;
        height: 100%;
	background-color: #f6bc00;
	color: #0b2f61;
	margin: 0;
	padding: 15px;
	font-size: 14px;
        z-index: 2;
}

.menuicon{
	margin-right: 10px;
	width: 16px;
}

.menu{
	width: 200px;
	height: auto;
	background: #162447;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10 rgba(0, 0, 0, .5);
}

.menu .btn{
	display:block;
	padding: 8px;
	border-bottom: solid 1px #1b1b2f;
	border-top: solid 1px #1f4068;
	position: relative;
	color: #ffffff;
}

.menu .submenu {
	background: #1b1b2f;
	overflow: hidden;
	max-height: 0;
	transition: max-height .8s ease-out;
}

.menu .submenu a{
	display:block;
	padding: 8px;
	position: relative;
	color: #f6bc00;
}

.menu .submenu a::before{
	content:'';
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background: #f6bc00;
	opacity: 0;
	transition: all .5s;
}

.menu .submenu a:hover{
	padding-left: calc(1rem + 5px);
}

.menu .submenu a:hover::before{
	opacity: 1;
}

.item:target .submenu{
	max-height: 50rem;
}

#maindiv {
	position: absolute;
	top: 120px;
	left: 250px;
	right: 0;
	bottom: 0;
	border: 0;
        border-top-left-radius: 50px;
	background-color: #ffffff;
	color: #0b2f61;
	margin: 0;
	padding: 0;
	overflow: auto;
        z-index: 2;
}

.tfaqcontainer {
	border: 1px solid #0b2f61;
        position: relative;
        border-radius: 10px;
	margin: 10px;
        padding: 6px;
	background-color: #ffffff;
	color: #0b2f61;
	font-size: 12px;
	text-align: left;
        z-index: 3;
	max-width: 500px;
}

.newslistcontainer {
        position: relative;
        border-top-width: 15px;
        border-radius: 10px;
	margin-top: 20px;
        padding: 6px;
	background-color: #ffffff;
	color: #0b2f61;
	font-size: 12px;
	text-align: left;
        z-index: 3;
	max-width: 500px;
}

.ticketcontainer {
        position: relative;
	margin: 5px;
        padding: 5px;
	border: 2px solid #0b2f61;
	border-radius: 10px;
	background-color: #ffffff;
	color: #0b2f61;
	text-align: left;
        z-index: 3;
}

.tickettext {
	font-size: 16px;
	text-align: left;
}

.ticketpic {
	margin:10px;
}

.newslogo {
	
}

.newstext {
	margin-left: 15px;
}

.infcatbutton {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #ffffff;
	color: #0b2f61;
	font: 14px Arial;
	margin: 5px;
	padding: 5px 10px;
	width: 120px;
}

.infcataktbutton {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #f6bc00;
	color: #0b2f61;
	font: 14px Arial;
	margin: 5px;
	padding: 5px 10px;
	width: 120px;
}

.loginfield {
	height: 28px;
	margin: 1px;
	text-align: right;
}

.floaterr {
	height: 100%;
	display: flex;
	flex-direction: row;
}

.floaterc {
	display: flex;
	flex-direction: column;
}

.firstcolumn {
	height: 100%;
	font-size: 12px;
}

.subseqcolumn {
	height: 100%;
        margin-left: 20px;
	font-size: 12px;
}

.fullcontainer {
	border: 0;
	margin: 0;
        padding: 0;
        z-index: 4;
	height: 100%;
	overflow: auto;
}

.smallcontainer {
	border: 0;
	top: 10px;
	margin: 0;
	margin: 20px 0 0 30px;
        padding: 10px;
        z-index: 4;
}

.smallbordercontainer {
	border: 2px solid #0b2f61;
        border-radius: 10px;
	top: 10px;
	margin: 0;
	margin: 20px 0 0 30px;
        padding: 10px;
        z-index: 4;
}

.jcformbackcol {
	background-color: #98AFC7;
}

.mainbutton {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #f6bc00;
	color: #0b2f61;
	font: 14px Arial;
	margin: 5px;
	padding: 5px 10px;
}

.bluebutton {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #0b2f61;
	color: #ffffff;
	font: 14px Arial;
	margin: 5px;
	padding: 5px 10px;
}

.quitbutton {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #bcc6cc;
	color: #0b2f61;
	font: 14px Arial;
	margin: 5px;
	padding: 5px 10px;
}

.redbutton {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #ff0000;
	color: #ffffff;
	font: 14px Arial;
	margin: 5px;
	padding: 5px 10px;
}

.letterbutton {
	border: 1px solid #f6bc00;
	border-radius: 5px;
	background: #0b2f61;
	color: #f6bc00;
	font: 14px Arial;
	font-weight: bold;
	margin: 5px;
	padding: 5px 10px;
}

.calheadfield {
	width: 200px;
	height: 60px;
}

.calfield {
	width: 200px;
	height: 100px;
}

table {
	border-collapse: collapse;
}

.tableshadow {
	box-shadow: 5px 5px 1px #616D7E;
}

.tableheadline {
	background-color: #0b2f61;
	color: #ffffff;
}

th {
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
	background-color: #0b2f61;
	color: #ffffff;
}

td {
	border-collapse: collapse;
	padding: 5px;
}

table.listtable tr:nth-child(even) {
	background-color: #fcf3cf;
}

table.listtable tr:nth-child(odd) {
	background-color: #ffffff;
}

table.listtable tr:hover {
	background-color: #f6bc00;
}

table.listtable tr:hover td {
	background-color: transparent;
}

tr.selected {
	background-color: #fff3c4;
}

tbody tr:focus {
	outline: 3px solid #1f4068;
	outline-offset: -3px;
}

img {
	border: 0;
}

a {
	color: #0b2f61;
	text-decoration: none;
}

.noclick {
	pointer-events: none;
	cursor: default;
}

form {
	display: inline;
	margin: 0;
}

input[type="text"] {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #ffffff;
	color: #0b2f61;
	margin: 5px;
	padding: 3px;
}

input[list] {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #ffffff;
	color: #0b2f61;
	margin: 5px;
	padding: 3px;
}

input[type="number"] {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #ffffff;
	color: #0b2f61;
	margin: 5px;
	padding: 3px;
}

input[type="date"] {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #ffffff;
	color: #0b2f61;
	margin: 5px;
	padding: 3px;
}

input[type="time"] {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background: #ffffff;
	color: #0b2f61;
	margin: 5px;
	padding: 3px;
}

input[type="password"] {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background:#ffffff;
	color: #0b2f61;
	margin: 5px;
	padding: 3px;
}

.hiddencheckbox {
	appearance: none;
	-webkit-appearance: none;
}

label {
	display: inline-block;
	border: 1px solid #0b2f61;
	background: #cfcfcf;
	color: #0b2f61;
	margin: 10px;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	width: 120px;
	text-align: center;
	font: 14px Arial;
}

label:has(input[type=checkbox]:not(:checked)):hover {
	opacity: 0.5;
}

label:has(input[type=checkbox]:focus-visible) {
	opacity: 0.5;
}

label:has(input[type=checkbox]:checked) {
	background: #f6bc00;
	color: #0b2f61;
}

select {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background:#ffffff;
	color: #0b2f61;
	margin: 5px;
	padding: 3px;
}

textarea {
	border: 1px solid #0b2f61;
	border-radius: 5px;
	background:#ffffff;
	color: #0b2f61;
	margin: 5px;
	padding: 3px;
}


input:invalid {
    border: 2px solid #0b2f61;
    background-color: #f6bc00;
}

input:focus:invalid {
    outline: none;
    box-shadow: 0 0 5px 2px #f6bc00;
}

select:invalid {
    border: 2px solid #0b2f61;
    background-color: #f6bc00;
}

select:focus:invalid {
    outline: none;
    box-shadow: 0 0 5px 2px #f6bc00;
}

#message {
	font-size: 20px;
	padding-left: 30px;
        animation: blink 1s linear infinite;
}

@keyframes blink {
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}

.tablesorter-default {
	width: 100%;
	border-spacing: 0;
	margin: 10 0 15px;
	text-align: left;
}

.tablesorter-default th,
.tablesorter-default thead td {
	border-collapse: collapse;
	padding: 0;
}

.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
	border: 0;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(../images/tablesorter/unsorted.png);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 10 4px 4px;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(../images/tablesorter/asc.png);
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(../images/tablesorter/desc.png);
}

.tablesorter-default input.tablesorter-filter,
.tablesorter-default select.tablesorter-filter {
	width: 80%;
	height: auto;
	margin: 4px auto;
	padding: 4px;
	border: 1px solid #bbb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}

.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}

.tablesorter .filtered {
    display: none;
}

.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}
