.timenotfix {
	color: #d42350;
	font-weight: bold;
}

.note {
	padding-top: 5px;
	/*padding-left: 2px;*/
}
.note .note-text {
	padding-left: 3px;
}

.offer-public {
	background-color: #6dc144;
}
.usernotavailable {
	background-color: #f8f800;
}

.navbar-header .header-snippet-box label {
	font-size: 0.7em;
	max-width: 100px;
	overflow: hidden;
}

.tasklist-assignedGroup {
	color: gray;
	font-size: 9px;
	font-style: italic;
}

.jobsintasklistRow {
	text-align: left;
}

.jobsintasklistCol {
	/*min-width: 152px;*/
}

.executorLabel, .executorMaxWidth {
	white-space: nowrap;
	text-align: left;
	padding-bottom: 4px;
	padding-right: 4px;
}

.executorMaxWidth {
	/*width: 130px;*/
	overflow: hidden;
}

.selectedTaskRow {
	background-color: #ebe5ce;
	color: black;
}


.centerRow-A, .centerRow-B {
	/*text-align: center;*/
	vertical-align: middle;
	height: 75px;
}

.centerRow-B {
	/*background-color: #E5EDF3;*/
}

.centerRow-A td, .centerRow-B td {


}

.leftRow-A {
	vertical-align: middle;
}

.leftRow-B {
	vertical-align: middle;
}

.boldHeader {
	background-color: #D42350;
	color: #ffffff;
	font-weight: bold;
}

.cell-content {
}

.cell-content-cancelled {
	text-decoration: line-through;
}

.cell-time {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	background-color: #768591;
	color: white;
	padding: 3px 3px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.85);
	width: 150px;
}


.rich-table-cell {
	font-size: 10px;
}

.game-content {
	max-width: 250px;
	padding-right: 10px;
}

.game-content > .opponents {
	width: unset;
}

.cell-content.teamname {
	font-size: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	width: 150px;
}

.tasklist-joblist-wrapper {
	line-height: 2em;
	font-size: 1.2em;
}

.tasklist-joblist {
	display: flex;
	/* flex-direction: column; */
	flex-wrap: wrap;
	justify-content: flex-start;
}

.tasklist-joblist > div {
	width: 170px;
}

.padding-top-xs {
	padding-top: 5px;
}

.cell-location {
	margin-left: 0;
}
.cell-location .marker {
	padding: 0 5px 3px 0;
}

.cell-content-liga {
	padding-left: 0;
}

.cell-content-liga-cancelled {
	text-decoration: line-through;
}

.rich-calendar-tool {
	width: 40px;
	height: 42px;
}

.rich-calendar-toolfooter {
	height: 42px;
	padding: 1px 5px 1px 5px;
}

.tasklist-table {
	margin-left: -15px;
}

@media (min-width: 768px) { /*Should be 992px*/


	.tasklist-table {
		margin-left: unset;
	}

	.navbar-header .header-snippet-box label {
		font-size: 19px;
		max-width: unset;
	}

	.game-content {
		display: flex;
		justify-content: flex-start;
		max-width: initial;
	}

	.game-content > .opponents {
		padding-left: 15px;
	}

	.cell-time {
		width: 100px;
	}

	.rich-table-cell {
		font-size: 12px;
	}

	.padding-top-xs {
		padding-top: 0;
	}

	.cell-content.teamname {
		font-size: 1.2em;
		width: 260px;
		
	}

	.cell-content-liga {
		padding-left: 15px;
	}

	.cell-location {
	}

}
@media (min-width: 992px) { /*Should be 1200px*/
	.tasklist-joblist-wrapper {
		font-size: 1em;
	}

	.game-content > .opponents {
		width: 600px;
	}
	
	.cell-content.teamname {
		font-size: 1.4em;
		width: 260px;

	}
}
@media (min-width: 1600px) {
	.cell-content.teamname {
		font-size: 1.4em;
		width: 260px;

	}
}

