.hdn {
	display:none !important;
}
.t-menu a {
	padding:8px 0;
}
#progress-label {
	color:#fff;
	text-align: center;
	padding-top:15px;
}
.pdf-mdl {
	position:fixed;
	top:0;
}
.dsbl {
	cursor:auto;
	opacity:0.5;
}
.lst {
	border-radius: 0 0 25px 25px;
}
.no-lst {
	border-radius: 0 !important;
}

.custom-radio-button {
	display: flex;
	justify-content: center;
	gap: 30px;
}
#add-account-form #account-type-field label {
	font-size: 14px;
}
#add-account-form #manageaddaccount-role .label-text {
	height: 16px;
}
#add-account-form #manageaddaccount-role .tooltip-span {
	height: 14px
}
#add-account-form #manageaddaccount-role label {
	align-items: center;
	line-height: initial;
}
#add-account-form .custom-radio-button label {
	font-family: Volte;
	font-weight: 500;
	font-size: 16px;
}
.custom-radio-button label {
	line-height: 25px;
	display: flex;
}
.custom-radio-button input[type="radio"] {
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	position: relative;
	appearance: none;
	background-color: #fff;
	color: gray;
	border: 1px solid #E4E1DC;
	border-radius: 50%;
	margin-right: 5px;
	margin-left: 5px;
}
.custom-radio-button input[type="radio"]::before {
	position: absolute;
	top: 7px;
	left: 7px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow: inset 1em 1em white;
}
.custom-radio-button input[type="radio"]:checked::before {
	box-shadow: inset 1em 1em black;
}
.btn-black {
	color: #FFFFFF;
	background: #000000;
}
.btn-gray {
	color: #FFFFFF;
	background: #867874;
}

#add-account-form .error-summary {
	font-family: 'Volte';
	color:#B6151F;
	background: #F4E5E4;
	border-color: #D40E1A;
}
#add-account-form .error-summary li {
	font-weight: 400;
}
#add-account-form .error-summary p {
	text-align: left;
}
#add-account-form .tooltip {
	opacity: 1;
}

.redeem-code-popup .itm {
	position: relative;
	margin-top: 20px;
	padding-bottom: 40px;
}

.file-version-comment-popup a.close {
	right: 0px;
	top: 0px;
}
.file-version-comment-popup {
	width: 60%;
}
.not-viewed {
	background: #90EF83 !important;
	border-color: #90EF83 !important;
}
h3.file-version-info {
	background: #000000B2;
	display: flex;
	justify-content: space-between;
}
.file-version-info .created-at {
	font-family: Volte;
	font-weight: 400;
	font-size: 12px;
}
.comment-ico:hover {
	cursor: pointer;
}
.file-version-info .version-nr {
	font-family: Volte;
	font-weight: 500;
	font-size: 12px;
}
.version-comment-header {
	font-family: Volte;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid white;
}
.version-comment {
	margin-top: 20px;
	border-radius: 8px;
	background: #FFFFFF;
	padding: 10px 15px;
	font-family: Volte;
	font-weight: 400;
	font-size: 16px;
}

div.version-slider svg:hover {
	cursor: pointer;
}
div.version-slider {
	width:70px;
	height:40px;
	background-color:#fff;
	border-radius:50px;
	border:1px solid #d4d4d4;
	text-indent:-9999px;
	display: flex !important;
	justify-content: space-around;
	align-items: center;
}

a.accept-version {
	width:40px;
	height:40px;
	background-color:#000;
	border-radius:50%;
	border:1px solid #000;
	background-image:url(/img/ico-accept.svg);
	background-position: 17px 10px;
	background-size: 4px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.version-slider svg.disabled {
	fill: #E4E1DC;
}

.file-approve {
	text-align: center;
}
.file-approve .info-text {
	font-family: Volte;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.file-approve h1 {
	margin-top:15px;
	font-family: Volte;
	font-weight: 600;
	font-style: Semibold;
	font-size: 24px;
}

.file-buttons {
	position: absolute;
	top: 14px;
	right: 14px;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 6px;
}

.setlist-version-container {
	padding: 0 45px 20px 54px;
}
.setlist-version-container .version-info-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.setlist-version-container .version-slider {
	background-color: transparent;
	border: none;
}
.setlist-version-container .version-info {
	display: flex;
	gap: 10px;
}
.setlist-version-container .comment {
	background: #E4E1DC;
	width: 100%;
	border-radius: 3px;
	font-family: Volte;
	font-weight: 400;
	font-size: 14px;
	padding: 5px;
}
.is-srt .setlist-file-block .rlt {
	padding-bottom: 0;
}