@CHARSET "UTF-8";

a {
	color:#008;
	font-weight:bold;
}

.itsALink {
	cursor:pointer;
}

.itsABigLink {
	font-size: 20px;
	color:#DD0000;
	cursor:pointer;
}

body {
	font-family:Verdana;
	font-size:90%;
	margin:20pt;
	background-color:#F7F3E7;
	color:#785252;
}

table {
	font-family:Verdana;
	font-size:80%;
}
table.normal {
	font-family:Verdana;
	font-size:100%;
}

h2, h4 {
	font-family:Verdana;
	text-align:center;
}

.boldText {
	font-weight:bold;
}

.participantText {
	background-color: #534D67;
	color: #FFF;
	border-radius: 5px;
	margin-bottom: 4px;
}

.rankingSumText {
	background-color: #FFF;
	color: #534D67;
	border-radius: 5px;
	margin-bottom: 4px;
}

.greenText {
	background-color: rgba(0,136,0, 0.3);
	border-radius: 5px;
}

.yellowText {
	background-color: rgba(240,192,64, 0.3);
	border-radius: 10px;
}

.redText {
	background-color: rgba(221,0,0, 0.3);
	border-radius: 5px;
}

.greyText {
	background-color: rgba(136,136,136, 0.3);
	border-radius: 5px;
}
.activeCat {
	border: 2px solid #9F9;
}
.officialParticipation {
	background-color:#9F9;
}
.isJuryMember {
	background-color:#FFF;
}

.possibleParticipation {
	background-color:#D0D0D0;
}

.setMiddleText {
	text-align:center;
	valign:middle;
	font-weight:bold;
	font-size:110%;
}

.message {
	background-color:#D00;
	color:#FFF;
	padding:10pt;
	width:50%;
}

.goodMessage {
	background-color: lightblue;
	text-align:left;
	padding:10pt;
	width:65%;
}

.markYellow {
	background-color:#FF0;
}

.markInRanking {
	background-color: #99FF99;
	padding: 1px;
}

.ranking,
.task {
	border-radius: 10px;
	background-color:#534D67;
	color: #FFF;
	padding:10pt;
	width:65%;
	text-align:left;
}


header {
	background-color: #EDE0CD;
	min-height: 70px;
	padding: 20px;
}
header h2 {
	color: #534D67;
}

article {
	float: left;
	padding: 20px;
	width: 75%;
	border-left: #534D67 2px solid;
}

/* Create two columns/boxes that floats next to each other */
.navBox {
	text-align: center;
	max-width: 200px;
	float: left;
	padding: 20px;
}

/* Clear floats after the columns */
section::after {
	content: "";
	display: table;
	clear: both;
}


.jurybtn {
	background-color: #585757;
	box-shadow: 2px 2px #7d7d7d;
	color: white;
	font-weight: bolder;
	padding: 2px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	width: 140px;
	margin: 3px;
	marign-right:10px;
}

input#upload {
	display:none;
}

.labelbtn,
.reversebtn,
.submitbtn,
.discussionbtn,
.registerbtn {
	background-color: #534D67;
	box-shadow: 2px 2px #FFF;
	color: white;
	font-weight: bolder;
	font-size: 12px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 100px;
	height: 20px;
}
.discussionbtn {
	width: 150px;
}
.reversebtn {
	background-color: #FFF;
	box-shadow: 2px 2px #534D67;
	color: #534D67;
}
.labelbtn {
	position:relative;
	float:left;
	width: 150px;
	text-align: center;
	padding-top: 4px;
}

.navbtn {
	background-color: #534D67;
	color: white;
	font-weight: bolder;
	padding: 12px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
	width: 140px;
	margin: 3px;
}

/* Style The Dropdown Button */
.dropbtn {
	background-color: #534D67;
	color: white;
	font-weight: bolder;
	padding: 12px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
	width: 140px;
	margin: 3px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content span {
	color: black;
	padding: 6px 8px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content span:hover {
	background-color: #534D67;
	color: #FFF;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:focus .dropdown-content {
	display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #f9f9f9;
	color: #000;
}

.middle {
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

div.catBubble {
	background-color: rgba(83,77,103,0.3);
	border-radius: 10px;
	padding: 10px;
	margin: 25px;
	min-height: 150px;
}

div.catBubble .labels {
	float: left;
	padding: 4px;
	margin-left: 2px;
	margin-right: 2px;
}

nav#dropdownList {
	display: none;
}
nav#dropdownList select {
	border-color: #534D67;
	font-weight: bolder;
}
@media only screen and (max-width: 767px) {
	nav#dropdownList {
		display: block;
	}
	nav#dropdownHover {
		display: none;
	}
	article {
		border-top: #534D67 2px solid;
		border-left: 0px;
	}
	.navBox {
		max-width: none;
	}
}

/*Floating Back-To-Top Button*/
#backToTopBtn {
	position: fixed;
	bottom: 10px;
	float: right;
	max-width: 30px;
	width: 100%;
	font-size: 12px;
	border-color: rgba(85, 85, 85, 0.4);
	background-color: rgb(231, 231, 231);
	padding: .5px;
	border-radius: 4px;
}
a.backToTopBtnLink:link,
a.backToTopBtnLink:visited,
a.backToTopBtnLink:active {
	color: #66555555;
	text-decoration: none;
}

a.textLink:link,
a.textLink:visited,
a.textLink:active {
	color: #534D67;
	text-decoration: none;
}

#loginField {
	width: 200px;
	height: 20px;
	padding-right: 50px;
}
#showPwd {
	margin-left:-30px;
	/*
	height: 20px;
	width: 150px;
	background: #534D67;
	color: white;
	vertical-align: middle;
	font-size: 20px;
	*/
	background: none;
	border: 0;
	-webkit-appearance: none;
}

.uploadbtn {
	background-color: #534D67;
	box-shadow: 2px 2px #FFF;
	color: white;
	font-weight: bolder;
	font-size: 14px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 150px;
	height: 25px;
}