/* FONT STYLES */
.whitefont {
	color: #ffffff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.light-font {
	color: #ffffff;
}

.dark-font{
	color: #000000;
	text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}

.body-dark, .row-dark, .navbar-dark {
	background-color: #000000;
}

.body-light, .row-light, .navbar-light {
	background-color: #ffffff;
}

.text-custom {
	color: #3b95e3;
}

.text-custom01 {
	color: #8b0000;
}

.text-sm{
	font-size: 0.65rem;
}

.page-header {
	color: #8b0000;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 2.5rem;
	text-transform: uppercase;
	background-color: #fbc302;
	padding: 3rem;
}

.page-sub-header{
	color: #ffffff;
	text-shadow: -1px 0 #8b0000, 0 1px #8b0000, 1px 0 #8b0000, 0 -1px #8b0000;
	font-size: 1.25rem;
	text-transform: uppercase;
	background-color: #000000;
	padding: 1.5rem;
}

.instruction-line{
	color: #8b0000;
	text-shadow: none !important;
	font-size: 0.85rem;
	text-transform: uppercase;
	background-color: #fbc302;
	padding: 0.5rem;
}

.custom-label {
	color: #8b0000;
	text-shadow: 1px 1px #8b6666, 1px 1px #8b6666 !important;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;	
}

.action_row {
	display:inline-block;
	color: #000000;
	font-size: 0.9rem;
	padding: 0.45rem;
	width: 100%;
}

.h-select {
	content:'';
	display:inline;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
}

.h-sm-select {
	content:'';
	display:inline;
	padding: .325rem .25rem;
	font-size: 0.65rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
}


.kisikohk-widget{
	border: 1px solid #8b0000;
	background-color: #fbb202;
	max-height: 20rem;
	overflow-y: auto;
}

hr{
	margin-top:0.5rem !important;
	margin-bottom:0.25rem !important;
}

.info-row{
	width: 100%;
}

.name-gender-block{
	display: inline-block;
	width: 30%;
}

.hometown-block{
	display: inline-block;
	width: 38%;
}

/* BACKGROUNDS END HERE */
/* LAYOUT STUFF STARTS HERE */
.main-wrapper {
	min-height: 100vh;  
	max-height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.print-wrapper {
	min-height: 90vh;  
	max-height: 90%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.centered {
	margin-left:auto;
	margin-right:auto;
	padding-top:1rem;
}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	
	display: flex;
	align-items: center;
}

.paging_full_numbers{
	min-width:100%;
}

.paginate_button{
	margin-right:5px;
	margin-left:5px;
	
}
/* LAYOUT STUFF ENDS HERE */
/* ROW SPECIFIC STUFF HERE */

.row-header{
	color: #8b0000;
	background-color: #fbc302;
	text-shadow: 1px 1px #ffffff, 1px 1px #ffffff !important;
	font-weight: 500;
	font-size: 1.5rem;
	text-transform: uppercase;
	width:100%;
	padding: 1.25rem;
	text-align:center;
	
}

.services-header{
	color: #8b0000;
	background-color: #fbc302;
	text-shadow: 1px 1px #ffffff, 1px 1px #ffffff !important;
	min-height: 2.5rem;
	max-height: 2.5rem;
	width:100%;
	padding: 0rem;
	text-align:center;
	border-bottom: solid 1px #000000;
}

.row-header-3{
	display:inline;
	color: #8b0000;
	text-shadow: 1px 1px #ffffff, 1px 1px #ffffff !important;
	font-weight: 500;
	font-size: 2.5rem;
	text-transform: uppercase;
	vertical-align: middle;	
}

/* NAV BAR SPECIFIC STYLES */
.nav-link{
	background: #000 !important;
	color: #3b95e3 !important;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	text-shadow: 1px 1px #000000, 1px 1px #000000 !important;
	padding: 10px !important;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
}

.nav-item{
	background: none !important;
	color: #3b95e3 !important;
	padding: 10px !important;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	text-shadow: none !important;
}

a.nav-link.dropdown-toggle{
	padding: 0px !important;
}

a.nav-link.dropdown-item{
	padding: 0px !important;
}

.navbar-brand {
	background: none !important;
	text-shadow: 1px 1px #000000, 1px 1px #000000 !important;
	padding: 5px !important;
	text-decoration: none !important;
}

.fixed-top.scrolled {
	background-color: #08144c !important;
	transition: background-color 200ms linear;
}
/* GENERAL PAGE ITEMS */

/* FOOTER SPECIFIC STYLES */
.page-footer {
    background-color: #000000;
}

.footer-copyright {
	color:#ffffff;
	padding: 0px;
}

.footer-terms {
	color:#ffffff;
	padding:0px;
}


ul.dashboard-list{
	position: relative;
	list-style-type: none;
	padding: 0; 
	margin: 0;
}


li.dashboard-list-item{
	text-decoration: none;
	margin-top:0.25rem;
	margin-bottom:0.25rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	padding-left:0.75rem;
	padding-right:0.75rem;
	min-height: 2.5rem;
	height: fit-content;
	cursor: pointer;
}

li.drumgroup_tag{
	text-decoration: none;
	margin-top:0.25rem;
	margin-bottom:0.25rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	padding-left:0.75rem;
	padding-right:0.75rem;
	height: 2.5rem;
	cursor: pointer;
	width:100%;
	border: 1px solid #000000;
}

td.sm_cell{
	font-size: 0.7rem;
}

th.sm_cell{
	font-size: 0.7rem;
}

.ge_display{
	text-orientation: upright;
}

ul.profile-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

td.cal_table_heading{
	width: 14.285%;
	height: 3rem;
	text-align: center;
	font-weight: 600;
}

td.cal_day_cell{
	height: 160px;
}

.ui-datepicker {
  width: 66.66666667%;
  z-index: 1600 !important;
}
.ui-datepicker-calendar {
  background: dodgerblue;
}
.ui-datepicker-header {
  text-align: center;
  color: #fff;
  background: #000;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}


.v-middle{
	margin-top:300px;
	margin-bottom:auto;
}


/** COMPETITOR PRINT NUMBERS */
@media print{
	.pw_competitor_print_number{
		font-size: 20rem;
	}
	@page { size: auto;  margin: 0mm; }
}

.pw_competitor_print_number{
	font-size: 20rem;
}