﻿
.manualJudgePanel .scoreRoutineItem {
	cursor: pointer;
	margin-top: 1px;
	overflow: hidden;
	position: relative;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.manualJudgePanel .scoreVal {
	position: absolute;
	padding: 0 10px;
	right: 0px;
	top: 0px;
	height: 100%;
	line-height: 36px;
}

.manualJudgePanel .Scored {
	background-color: lightgreen;
}

.manualJudgePanel .NotScored {
	background-color: #efefef;
}

.manualJudgePanel .OnJudge {
	background-color: orange;
}

.leftItemPanel {
	overflow-y: auto;
}

@media (min-width: 991px) {
	.leftItemPanel {
		overflow-y: auto;
		height: calc(100vh - 200px);
	}
}

.stagemanager-page-main-content {
	overflow-y: auto;
	height: calc(100vh - 90px);
	position: fixed;
	transition-duration: .5s;
	top: 90px;
	width: 100%;
}

.stagemanager-page-main-content-with-music {
	height: calc(100vh - 180px);
}

.stagemanager-page-music-content {
	height: 90px;
	background: #000;
	color: white;
	position: fixed;
	width: 100%;
	bottom: 0px;
}

	.stagemanager-page-music-content .music_routine_title {
		font-size: 21px;
		padding: 0px 25px;
	}

	.stagemanager-page-music-content .music_tools {
		font-size: 18px;
		padding: 0px 35px;
		text-align: right;
		justify-content: flex-end;
	}

		.stagemanager-page-music-content .music_tools a {
			color: white;
		}

.center_inner_items {
	align-items: center;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.center_inner_items {
		justify-content: center;
	}
}

.right_control_panel {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 20rem;
	height: calc(100vh - 2px);
	background: white;
	z-index: 1050;
	animation-duration: 0.4s;
	overflow-y: auto;
	overflow-x: hidden;
}

.right_control_panel > .card {
	height: calc(100vh - 2px);
}

.scoreSheetPanel .card {
	margin-bottom: 0px;
	border-radius: 0px;	
}

.scoreSheetPanel .card-header {
	border-radius: 0px;
	font-weight: bold;
	font-size: 15px;
}

.scoreSheetPanel .card-body {
	border-radius: 0px;
}

.scoreSheetPanel .card-header:first-child {
	border-radius: 0px;
}

.scoreSheetPanel .card-header-actions {
	float: right;
	width:74px;
}

.scoreSheetPanel .card-header-actions .card-header-action{
	text-align:left;
}

.manualJudgePanel .inner-card {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0px;
	line-height: 2.0;
	border-bottom: solid 1px #666666;
	padding:5px;
}

.style-7::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
}

.style-7::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.style-7::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #36a9e1)
	);
}

#manualJudgeListBox{
	
}

#manualJudgeListBox .selected{
	background:#008FD5;

}

.judgeItemList {
	line-height: 42px;
	border-bottom: solid 1px #ccc;
	overflow:hidden;
}
.judgeItemList .judgeItem{
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-right: 0;
	width: 20%;
}
.judgeItemList .judgeItem.selected{
	border-bottom: solid 4px #008FD5;
}

.scoreItemList {
	margin-top: 20px;
}
.scoreItemList .scoreItem {
	height: 30px;
	line-height: 30px;
}

/*#dashboard .reg_content {
	background-color: white;
	border-radius: 15px;
	border: solid 1px #959595;
	padding: 0px;
	border-top-right-radius: 0px;
}*/

.routineTitlePanelOverVideo {
	height: 60px;
	line-height: 25px;
	padding: 6px;
	position: relative;
}

.routineTitlePanelOverVideo .scoreBox {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 40px;
	line-height: 40px;
	width: 290px;
	font-size: 21px;
	text-align: right;
}

.judgeNamePanelHeader {
	height: 50px;
	padding: 15px;
	background: #008FD5;
	position: relative;
	color: white;
}


.judgeNamePanelHeader .scoreBox {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 30px;
	line-height: 30px;
	width: 290px;
	font-size: 21px;
	text-align: right;
}

.noVideoAvailableMessage{
	text-align:center;
	font-size:36px;
	padding-top:150px;
	color:#999999;
}

.sharedCritiques .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0.25rem;
	font-size: 12px;
}

	.sharedCritiques .card > hr {
		margin-right: 0;
		margin-left: 0;
	}

	.sharedCritiques .card > .list-group:first-child .list-group-item:first-child {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}

	.sharedCritiques .card > .list-group:last-child .list-group-item:last-child {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}

.sharedCritiques .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.sharedCritiques .card-title {
	margin-bottom: 0.75rem;
}

.sharedCritiques .card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.sharedCritiques .card-text:last-child {
	margin-bottom: 0;
}

.sharedCritiques .card-link:hover {
	text-decoration: none;
}

.sharedCritiques .card-link + .card-link {
	margin-left: 1.25rem;
}

.sharedCritiques .card-header {
	padding: 1rem 1.25rem;
	margin-bottom: 0;
	background-color: #f0f2f7;
	border-bottom: 1px solid #e4e6eb;
	border: 1px solid #e4e6eb;
}

	.sharedCritiques .card-header:first-child {
		border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	}

	.sharedCritiques .card-header + .list-group .list-group-item:first-child {
		border-top: 0;
	}

.sharedCritiques .list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}