@charset "UTF-8";


table[class="click"] {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

table[class="click"] tr td {
    padding: 0.5em;
    font-size: 1.2em;
    color: #5A5A5A;
}

table[class="click"] tr:first-child td {
    font-size: 1.2em;
    color: #878787;
    background-color: #FFFFFF;
}

table[class="click"] {
	cursor:pointer;
}

table[class="click"] tr:hover td {
    background-color: #980915 !important;
    color: #FFFFFF !important;
}

table[class="click"] tr:first-child:hover td{
    color: #878787 !important;
    background-color: #FFFFFF !important;
	cursor:default;
}

table[class="click"] tr:nth-child(even) {
    background-color: #DDDDDD;
}

table[class="click"] tr:nth-child(odd) {
    background-color: #EEEEEE;
}


.gameinfo {
	float:left;
	font-size: 1.2em;
	margin: 0.2em 0.6em;
}

.gameinfo span {
	margin-left: 0.2em;
	font-weight: bold;
	color:inherit;
}

#gamesponsor_text {
	cursor: pointer;
}

#gamesponsor_text:hover {
	color: #980915;
}

.eventListTitle {
	width: 100%;
	background-color: #980915;
}

.eventListTitle td {
    color: #FFFFFF;
    text-align: left;
    height: 100%;
	padding: 0.3em;
}

.eventListTitle .blockNr {
	width: 8%;
}

.eventListTitle .clockTime {
	width: 10%;
}

.eventListTitle .minusTime {
	width: 24%;
}

.eventListTitle .length {
	width: 10%;
}

.eventListTitle .duringMin {
	width: 12%;
}

.eventListTitle .text {
	width: auto;
}

.eventListTitle .involved {
	width: 20%;
}

.eventListTitle .buttons {
	width: 10%;
}

.eventList {
	display:block;
	width: 100%;
	list-style-type: none;
	float:left;
	background: #F1F1F1;
	clear: both;
}

.eventList li:nth-child(odd) {
	background-color: #DDDDDD;
}
.eventList li:nth-child(even) {
	background-color: #c0c0c0;
}

.eventList li table {
	border-collapse: collapse;
	width: 100%;
}

.eventList li td {
	border-left: 1px solid #333;
    text-align: left;
	vertical-align: middle;
	padding: 0.2em;
}


.eventList li .blockNr {
	width: 8%;
	border: 0px;
}

.eventList li .clockTime {
	width: 10%;
}

.eventList li .minusTime {
	width: 24%;
}

.eventList li .length {
	width: 10%;
}

.eventList li .text {
	width: auto;
}

.eventList li .involved {
	width: 20%;
}

.eventList li .involved .gfx_title {
	float:left;
	font-weight: bold;
	width: 100%;
}

.eventList li .buttons {
	width: 10%;
}

.eventList .eventDone, .eventList .eventDone .warning {
	text-decoration: line-through !important;
	text-decoration-line: line-through !important;
	-webkit-text-decoration-line: line-through !important;
	opacity: 0.3;
}

.listType1, .listType2 {
	cursor: ns-resize;
}

.listTypeView {
	cursor: pointer;	
}

.listTypeView .warning {
	cursor: default;	
}

.eventList li .warning {
	color: #980915;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f8baba;
}

.eventList li .duringMin {
	width: 12%;
}

.eventList li .text .speakertext_gfx {
	float:none;
	font-weight: normal;
	font-style: italic;
	margin-left: 0;
}

.hiddenSpeakerTexts {
	display: none;
}

.timeResult {
	clear: both;
	float:left;
	margin-top: 0.7em;
}

.timeRed {
	color: #980915;
	font-weight: bold;
	font-size: 2em;
}

.timeGreen {
	color: #006600;
	font-weight: bold;
}

.timeYellow {
	color: #ee9900;
	font-weight: bold;
}

@media (min-width: 51rem) {
	
	.hiddenOnSmall {
		display: table-cell;
	}
	
	.eventListTitle .blockNr {
		width: 4%;
	}
	
	.eventList li .blockNr {
		width: 4%;
	}
	
	.eventListTitle .minusTime {
		width: 12%;
	}
	
	.eventList li .minusTime {
		width: 12%;
	}
}

.newEventType {
	clear: both;
}

#texts_list {
	float:left;
	clear: both;
	font-style: italic;
	list-style-type: none;
	width: 100%;
	margin-bottom: 0.8em;
}

#texts_list li:nth-child(even) {
    background-color: #DDDDDD;
}

#texts_list li:nth-child(odd) {
    background-color: #EEEEEE;
}

#texts_list li {
	float:left;	
	clear:both;
	width: 100%;
	padding: 1%;
}

#texts_list li p {
	float:left;	
}

#texts_list li .removeTextBtn {
	float: right;
	margin: 0.4em;
	cursor: pointer;
}

#edit_texts_list {
	float:left;
	clear: both;
	font-style: italic;
	list-style-type: none;
	width: 100%;
	margin-bottom: 0.8em;
}

#edit_texts_list li:nth-child(even) {
    background-color: #DDDDDD;
}

#edit_texts_list li:nth-child(odd) {
    background-color: #EEEEEE;
}

#edit_texts_list li {
	float:left;	
	clear:both;
	width: 100%;
	padding: 1%;
}

#edit_texts_list li p {
	float:left;	
}

#edit_texts_list li .removeTextBtnEdit {
	float: right;
	margin: 0.4em;
	cursor: pointer;
}

#edit_texts_list li .moveBtn {
	float: right;
	margin: 0.4em;
	cursor: pointer;
}

#edit_texts_list .ui-icon {
	background-image: url(./images/ui-icons_980915_256x240.png);
}

.event_user_note h4 {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin: 1% 0 0 0;
	font-style: italic;
}

.event_user_note p {
	font-weight: 400;
	font-size: 1em;
	margin: 0;
	font-style: italic;
	white-space: pre;
}

.viewEventRow {
	float:left;
	width: auto;
	display:block;
	padding: 1em;
}

.viewEventRow h3 {
	border-bottom: 1px solid #999;
	font-weight: normal;
}

.viewEventRow p {
	font-weight: bold;
	font-size: 1.2em;
}

.viewEventRow p h3 {
	border:0px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 1em;
}
.viewEventRow p p {
	font-weight: normal;
	font-size: 1.1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDD;
}

.viewEventRow p .gfx_info {
	font-size: 0.8em;
	margin: 0;
	font-style: italic;
	border:0;
}

.startpage h1 {
	padding-bottom: 0.5em;
	width: auto;
}

.startpage h2 {
	padding-bottom: 0.5em;
	font-size: 1.5em;
}

#next_game {
    background-color: #DDD;
    border: 0px solid #999;
    filter: drop-shadow(0 0 0.3rem #666);
    padding: 1em;
    margin-bottom: 1em;
    width: fit-content;
    float: left;
    clear: both;
}

#next_game p {
	display: inline-block;
	margin-right: 1em;
	font-size: 1.2em;
}

#next_game p span {
	margin-left: 0.2em;
	font-weight: bold;
	color:inherit;
}

.startbutton {
	display: block-inline;
	background-color: #820f14;
	padding: 1em;
	border-radius: 7px;
	margin: 2em auto;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
}

.startbutton:hover {
	background-color: #590b0f;
}

.startbutton p {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	float: none;
}

.startbutton img {
	height: 5em;
	width: auto;
}

@media (min-width: 45rem) {
	.startbutton {
		width: 300px;
		float:left;
		margin: 0.8em;
	}
	
	#startbuttons .startbutton:first-child {
		margin-left: 0px;
	}
	
	#startbuttons .startbutton:last-child {
		margin-right: 0px;
	}
}

strong {
	font-weight: bold;
}

.color-box {
	width: 100px;
	height: 25px;
	margin-right: 10px;
	float:left;
}

.shortTable {
	width: 100%;
	display: inline-block;
	overflow-y: scroll;
}

.sortTable {
    width: 100%;
    float: left;
    border-collapse: collapse;
    clear: both;
}

.sortTable tbody tr td {
    padding: 0.5em;
    font-size: 1.2em;
    color: #5A5A5A;
    cursor: move;
}

.sortTable thead tr td {
    padding: 0.5em;
    font-size: 1.2em;
    color: #878787;
    background-color: #FFFFFF;
}

.sortTable tr:hover td {
}

.sortTable tr:first-child:hover td{
}

.sortTable tbody tr:nth-child(even) {
    background-color: #DDDDDD;
}

.sortTable tbody tr:nth-child(odd) {
    background-color: #EEEEEE;
}

