/* CSS Document */

body {
	margin: 0px !important;
	padding: 56px 0px 0px 0px !important;
	width: 100% !important;
	background-color: #444444 !important;
	color: #ffffff !important;
	font-family: Helvetica, sans-serif !important;
}

.container, .container-fluid {
	margin: 0px !important;
	padding: 20px 30px !important;
	width: 100% !important;
}

#footer {
	margin: 0px !important;
	padding: 15px !important;
	width: 100% !important;
	border-top: 1px solid #990000 !important;
	background-color: #000000 !important;
}

.clearall, clearAll {
	float: none !important;
	clear: both !important;
}

.reqstar,.reqStar {
	font-weight: bold !important;
	color: red !important;
}

a {
	color: #ff6666;
	text-decoration: none;
}

a:hover {
	color: #ffff66;
	text-decoration: underline;
}

carousel {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

carousel-inner {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

carousel-inner .img-fluid {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

.carousel .carousel-indicators li {
	width: 10px !important;
	height: 10px !important;
	border-radius: 100% !important;
	position: relative !important;
	top: -200px !important;
	color: #ffff00 !important;
}


.alert-lrsd {
	/*background-color: #990000 !important;*/
	/*border: 1px solid red;*/
	border-radius: 0px !important;
	background: #990000 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #990000 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#990000)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#990000 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#990000 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#990000 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#990000 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#990000',GradientType=0 ) !important; /* IE6-9 */
	color: #ffff00;
}

.list-display li {
	margin-bottom: .4rem !important;
	font-size: 1.1rem !important;
}

.list-checkmarks {
	padding-left: 1.5rem !important;
}

.list-checkmarks li {
	list-style-type: none !important;
	padding-left: 1rem !important;
}

.list-checkmarks li:before {
	font-family: 'FontAwesome' !important;
	content: "\f00c" !important;
	margin: 0 10px 0 -28px !important;
	color: #17aa1c !important;
}

.list-stars {
	padding-left: 1.5rem !important;
}

.list-stars li {
	list-style-type: none !important;
	padding-left: 1rem !important;
}

.list-stars li:before {
	font-family: 'FontAwesome' !important;
	content: "\f005" !important;
	margin: 0 10px 0 -28px !important;
	color: #ffff00 !important;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.tabbable {
	margin: 0px !important;
	overflow: hidden !important;
	border-bottom: 1px solid #ffffff !important;
}

.nav-tabs {
	margin: 0px !important;
}

.tab-content {
	padding: 30px !important;
	height: 100% !important;
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	border-color: #ffffff !important;
	border-bottom-color: transparent !important;
}

.nav-tabs {
	border-bottom: 1px solid #ffffff !important;
}


.goodcolor {
	color: green !important;
}

.badcolor {
	color: red !important;
}

h1, h2, h3, h4 {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

#box h1, #box h2, #box h3, #box h4 {
	margin: 0px 0px 0.75em 0px !important;
	padding: 0px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.black-background {
	background-image: none !important;
	background-color: #000000 !important;
}

.darkest-grey-background {
	background-image: none !important;
	background-color: #222222 !important;
}

.dark-grey-background {
	background-image: none !important;
	background-color: #444444 !important;
}

.medium-grey-background
	{
		background-image: none !important;
		background-color: #777777 !important;
	}

.light-grey-background
	{
		background-image: none !important;
		background-color: #aaaaaa !important;
	}

.booking {
	border: 1px solid #333333 !important;
	border-radius: 15px !important;
	padding: 10px !important;
	margin: 0px 10px 1em 10px !important;
	background-color: #555555 !important;
	text-align: center !important;
}

@media (min-width: 768px) {
	.booking {
		width: 15rem !important;
	}
}

.booking-header {
	margin: 0px 0px 0.5em 0px !important;
}

.booking-body {
	margin: 0px !important;
}

.overlay {
	width: 100% !important;
	position: absolute;
	top: 0;
	z-index: 10;
}

div.event {
	/*border: 1px solid red;*/
	padding: 10px !important;
	margin: 0px 0px 1em 0px !important;
}

div.event p {
	padding: 0px !important;
	margin: 0px 0px 1em 0px !important;
}

div.event div.eventphoto {
	float: right;
	margin: 0px 0px 10px 10px !important;
}

.playerdiv {
	border: 1px solid blue;
	clear: both;
	float: none;
	margin: 0px 0px 1em 0px;
}

.playerphoto {
	border: 1px solid red;
	width: 150px;
	float: left;
	display: block;
}

.playertext {
	border: 1px solid green;
	margin-left: 10px;
	width: 400px;
	float: left;
	display: block;
}

.playerdiv2 {
	/*border: 1px solid blue;*/
	float: left;
	text-align: center;
	width: 185px;
	height: 280px;
	display: block;
	margin: 0.5em;
}

.playerphoto2 {
	/*border: 1px solid red;*/
	width: 154px;
	height: 204px;
	margin: 0.5em auto;
	display: block;
	overflow: hidden;
}

.playerphoto2 img {
	border: 2px solid black;
}

.playertext2 {
	/*border: 1px solid green;*/
	display: block;
}

.headerImg {
	max-width: 100% !important;
	min-width: 100% !important;
	border-bottom: 2px solid #990000 !important;
	overflow: hidden !important;
}

.roundedCornersTop {
	border-radius: 15px 15px 0px 0px !important;
}

.roundedCornersBottom {
	border-bottom-radius: 0px 0px 15px 15px !important;
}

.nextGigBox {
	border: 1px solid #999999 !important;
	background-color: #555555 !important;
	width: 90% !important;
	padding: 7px !important;
	margin: 0px auto 1em auto !important;
}

.gigTimeBox {
	text-align: right !important;
	padding: 5px !important;
	float: right !important;
	margin: 0px 0px 7px 7px !important;
	border: 1px solid #000000 !important;
	background-color: #333333 !important;
}

.roundedGreyBox {
	background-color: #4f4f4f !important;
	padding: 15px !important;
	overflow: hidden !important;
	border: 1px solid #999999 !important;
	border-radius: 15px !important;
	width: 100% !important;
	margin: 0px 0px 1em 0px !important;
}

.roundedGreyBoxNEW {
	border: 1px solid #333333 !important;
	background-color: #555555 !important;
	width: 100% !important;
	padding: 10px !important;
	margin: 0px 0px 1em 0px !important;
	border-radius: 15px !important;
}

.roundedGreyBoxNEW img {
	border: 2px solid black !important;
	border-radius: 10px !important;
	margin: 0px 0px 1em 0px !important;
}

.gigTimeBoxNEW {
	text-align: right !important;
	padding: 5px !important;
	border: 1px solid #000000 !important;
	background-color: #333333 !important;
	margin: 5px 0px 1em 0px !important;
}

.roundedGreyBoxMember {
	border: 1px solid #333333 !important;
	background-color: #555555 !important;
	width: 100% !important;
	padding: 10px !important;
	margin: 0px 0px 1em 0px !important;
	border-radius: 15px !important;
}

/* PHOTO CROP PROCESS */

#photo-crop-wrapper
	{
		width: 100%;
		max-width: 100%;
		min-height: 400px;
		margin: 20px 0px 1em 0px;
		padding: 15px;
		border: 2px dotted #cccccc;
		border-radius: 10px;
	}

#photo-crop-profile-pic
	{
		width: 200px;
		height: 300px;
		margin: 0px;
		padding: 0px;
		border: 1px solid #cccccc;
		border-radius: 15px;
		overflow: hidden;
	}

#photo-crop-file-field
	{
		margin: 20px 0px 1em 0px;
		padding: 15px;
		border: 1px dashed #2396BC;
		border-radius: 15px;
	}

#photo-crop-error
	{
		padding: 15px;
		margin: auto;
		border: 1px solid #970F0F;
		border-radius: 15px;
		background-color: #BA2222;
		color: #ffffff;
	}

.jCrop img
	{
		max-width: none !important;
		max-height: none !important;
	}

.video-row
	{
		border: 1px solid #333333 !important;
		border-radius: 15px !important;
		padding: 10px !important;
		margin: 0px 10px 1em 10px !important;
		background-color: #555555 !important;
	}

/*
.instrumentChoice
	{
		border: 0px !important;
		background-color: none !important;
		padding: 5px !important;
		border-radius: none !important;
	}

.instrumentChoiceLabel
	{
		border: 1px solid #333333 !important;
		background-color: #777744 !important;
		padding: 5px !important;
		border-radius: 5px !important;
	}
*/

.gigChoiceBlock {
	padding: 7px 10px !important;
}

.displayActiveChoice {
	border: 1px solid #333333 !important;
	border-radius: 15px !important;
	background-color: #777744 !important;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 7px 10px;
}

.displayPlayGigChoiceYes {
	border: 1px solid #333333 !important;
	background-color: #006600 !important;
	padding: 5px !important;
	border-radius: 5px !important;
}

.displayPlayGigChoiceNo {
	border: 1px solid #333333 !important;
	background-color: #660000 !important;
	padding: 5px !important;
	border-radius: 5px !important;
}

.thisChoice
	{
		border: 0px !important;
		background-color: none !important;
		padding: 5px !important;
		border-radius: none !important;
	}

.thisChoiceActive
	{
		border: 1px solid #333333 !important;
		background-color: #777744 !important;
		padding: 5px !important;
		border-radius: 5px !important;
	}

.messageDiv
	{
		border: 3px double yellow !important;
		color: yellow !important;
		background-color: black !important;
		font-weight: bold !important;
		padding: 7px 10px !important;
		text-align: center !important;
		border-radius: 15px !important;
	}

.attendanceMessageDiv {
	margin-left: 10px !important;
	font-size: 10px !important;
	background-color: black !important;
	font-weight: bold !important;
	padding: 1px 3px !important;
	text-align: center !important;
	border-radius: 5px !important;
	float: right !important;
}

.responseYes {
	border: 1px solid green !important;
	color: green !important;
}

.responseNo {
	border: 1px solid red !important;
	color: red !important;
}

.ValidationForm label.error {
  background:url("/images/icons/icon_red_x.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #ff0000;
}

.ValidationForm label.checked {
  background:url("/images/icons/icon_green_check.gif") no-repeat 0px 0px;
}

.adminEventPhoto
	{
		border: 2px solid black !important;
		border-radius: 10px !important;
		margin: 0px 0px 1em 0px !important;
	}

.pressheadline
	{
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		color: #ffff99;
		margin: 0px !important;
		padding: 0px !important;
		display: inline !important;
	}

p.testimonial
	{
		margin: 10px 10px 10px 20px !important;
	}
p.quotedfrom
	{
		text-align: right !important;
		margin: 0px 10px 40px 20px !important;
	}

p.faqquestion
	{
		margin: 0px 0px 10px 0px !important;
		font-size: 10pt !important;
		font-weight: bold !important;
		font-style: italic !important;
	}

p.faqanswer
	{
		margin: 0px 0px 30px 0px !important;
		font-size: 9pt !important;
		font-weight: normal !important;
		font-style: none !important;
	}



.validCheck {
	color: green !important;
}

.validCheckBold {
	font-weight: bold !important;
	color: green !important;
}

.my-error-class {
	font-weight: bold !important;
	color: red !important;
}

.my-valid-class {
	font-weight: bold !important;
	color: green !important;
}

.minibutton {
	margin: 5px 0px !important;
}



/* SECTIONS */

.sectionDiv {
	border-color: #333333 !important;
	border-radius: 15px !important;
}

.sectionTitle {
	margin: 0px 0px 0.5em 0px !important;
	text-align: center !important;
}

a.memberButton {
	margin: 0px 0px 1em 0px !important;
/*
	width: 80px !important;
	min-width: 80px !important;
	max-width: 80px !important;
	height: 80px !important;
	min-height: 80px !important;
	max-height: 80px !important;
	font-size: 25px !important;
	padding: auto !important;
*/
}

a.sectionButton {
	margin: 0px 0px 1em 0px !important;
	white-space: normal !important;
	padding: 10px !important;
}

a.sectionButton .mainText {
	color: #ffff00 !important;
	margin: 0px 0px 5px 0px !important;
	font-size: 14px !important;
}

a.sectionButton:hover .mainText {
	color: #ffff00 !important;
}

a.sectionButton .subText {
	color: #eeeeee !important;
	font-size: 11px !important;
	line-height: 13px !important;
	margin: 0px !important;
}

a.sectionButton:hover .subText {
	color: #ffffff !important;
}

.popover {
	max-width: 400px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 0 6px 1px #990000;
}

.popover .arrow {
	color: #990000 !important;
}

.popover-header {
	border: none;
	padding: 10px;
	background-color: #990000 !important;
	color: yellow !important;
}

.popover-body {
	border: none;
	padding: 20px;
	background-color: #222222;
	color: #ffffff;
	font-size: 15px;
	z-index: 2;
	line-height: 1.53;
	letter-spacing: 0.1px;
}

.preview-img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.form-label {
	font-size: 0.9em !important;
	font-weight: bold !important;
	font-style: italic !important;
	color: #ffff66 !important;
	margin-bottom: 0.25rem !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999999;
	font-style: italic;
	opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999;
	font-style: italic;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #999999;
	font-style: italic;
}

.yellowtext {
	color: #ffff00 !important;
}

.redtext {
	color: #ff0000 !important;
}

.boldtext {
	font-weight: bold !important;
}

.bg-darkgray {
	background-color: #555555 !important;
}

/*** Breadcrumb navigation ***/

.top-bar {
	background: linear-gradient(135deg, #990000 0%, #660000 100%);
	padding: 1.5rem 2rem;
	border-radius: 12px;
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.top-bar-left h1 {
	color: #ffcc00;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 0.5rem 0;
}

.top-bar-right {
	display: flex;
	gap: 1rem;
}

.breadcrumb-nav {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
}

.breadcrumb-nav a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.breadcrumb-nav a:hover {
	color: white;
}
