@font-face {
    font-family: 'vegan_style_personal_useRg';
    src: url('../fonts/vegan_style_personal_use/vegan_style_personal_use-webfont.woff2') format('woff2'),
         url('../fonts/vegan_style_personal_use/vegan_style_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #1a1615;
	color: #FFFFFF;
	font-weight: bold;
}

#maincont {
	padding: 1rem;
}

.ui-dialog-content {
    color: #FFFFFF;
}

.infoBox {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #070606;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,302929+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 1%, #302929 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 1%,#302929 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 1%,#302929 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#302929',GradientType=0 ); /* IE6-9 */
	border: 2px solid #d76504;
    padding: 1rem;
	display: table;
	border-radius: 15px;
	width: 100%;
}

#eventMap {
	display: block;
	margin: 1rem;
	margin-left: 2rem;
	width: 300px;
	height: 225px;
	float: left;
}

@media (min-width: 992px) {
	#mapBox {
		height: 260px;
		display: table-cell;
		vertical-align: middle;
	}
}

small {
	#AAAAAA;
}

ul {
	margin-left: 20px;
}

div.main {
	padding: 25px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Righteous', Impact;
	margin-top: 15px;
	color: #b51e0e;
}

.rules h1 {
	display: block;
}

.subHead {
	font-size: 20px;
	color: #b51e0e;	
}

.format {
	
}

#toplogo {
	background-color: #000000db;
	width: 100%;
	text-align: center;

}

@media (min-width: 992px){
	#toplogo {
		text-align: left;
	}
}

#toplogo img {
	height: 135px;
	width: auto;
}

@media (max-height: 500px){
	#toplogo img {
		display: none;
	}
}

@media (min-width: 992px){
	#toplogo img {
		height: 200px;
		margin-left: 40px;
		width: auto;
	}
}

nav {
	background-color: #b51e0e;	
	font-family: "",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";	

}

nav.navbar {
	padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
	color: #1a1615;
}

@media (min-width: 992px){
	.navbar-light .navbar-nav .nav-link {
		/*border-radius: 0px 50px 50px 0px;*/
		border-left: 2px solid #b51e0e;
		border-right: 2px solid #b51e0e;
		margin-left: 4px;
	}
}

@media (min-width: 992px) {
	.navbar-light .navbar-nav .nav-link:hover {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b51e0e+1,d73a01+100 */
		background: #b51e0e; /* Old browsers */
		background: -moz-linear-gradient(top,  #b51e0e 1%, #d73a01 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #b51e0e 1%,#d73a01 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #b51e0e 1%,#d73a01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51e0e', endColorstr='#d73a01',GradientType=0 ); /* IE6-9 */
		border-left: 2px solid #d73a01;
		border-right: 2px solid #d73a01;		
	}
}

.navbar-light .navbar-nav  .active .nav-link {
	color: rgb(215, 101, 4);
}

.navbar-light .navbar-nav .nav-link:hover {
	color: rgb(255, 141, 44);
}

.dropdown-menu {
	background-color: #b51e0e;	
	color: #1a1615;
}

.dropdown-menu label {
	font-weight: bold;
}

.dropdown-item:hover {
	background-color: #d73a01;
	color: #efd57b;
}

.dropdown-item:active {
	background-color: #d73a01;
	color: #efd57b;
}

.dropdown-menu a:active {
	color: rgb(255, 141, 44);
}

.dropdown-menu .active {
	background-color: #d73a01;
	color: #efd57b;
}

.dropdown-divider {
	border-top: 1px solid #1a1615;
}

.btn-outline-primary {
	border-color: #d73a01;
	color: #1a1615;
}

.btn-outline-primary:hover {
	border-color: #d73a01;
	background-color: #d73a01;
	color: #efd57b;
}

.btn-primary {
	border-color: #d73a01;
	background-color: #d73a01;
	color: #efd57b;
	font-weight: bold;
}

.btn-primary:hover {
	border-color: #b51e0e;
	background-color: #b51e0e;
	color: #efd57b;
}

.shipShow {
	display: block;
	visibility: visible;
}
.shipHide {
	display: none;
	visibility: hidden;
}
/*
div {
	padding: 10px;
}
*/
.top {
	padding-left: 20px;
	display: table;
}
.teamdata {
	border: 2px solid #ABABAB;
	background-color: #131313;
	width: 500px;
	margin-bottom: 10px;		
	display: table-cell;
	vertical-align: top;
}
.logo {
	display: table-cell;			
	vertical-align: middle;
}
.bottom{
	display: table;
	border: 2px solid #ABABAB;
	background-color: #131313;
}
.bottom div {
	display: table-cell;
}

select {
	width: 290px;
}

textarea { 
	width: 300px;
	height: 100px;
}

.dropdown-item input {
	min-width: 200px;
}

#signup div {
	padding: 2px;
}

#signup .container-fluid {
	width: 90%;
}

#signup input[type=radio] {
	width: 25px;
	margin-right: 5px;
	display: inline;
	cursor: pointer;
}
/*
#scores_wrapper {
	width: 90%;
}

#scores {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

#scores td {
	color: #000000;
}

*/
.dataTables_wrapper {
	margin-top: 10px;
	margin-bottom: 50px;
}

.dataTable {/*
    margin-left: auto;
    margin-right: auto;*/
	font-size: 70%;
	text-align: center;	
}

.dataTable thead {
	background: #b51e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #b51e0e 1%, #d73a01 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b51e0e 1%,#d73a01 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b51e0e 1%,#d73a01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51e0e', endColorstr='#d73a01',GradientType=0 ); /* IE6-9 */
}

.dataTable thead .sorting_asc, .dataTable thead .sorting_desc {
	color: #ff8d2c;
}

.dataTable tr {

}

.dataTable td {
	color: #FFFFF;
	background-color: #1a1615;
	border-top: 1px solid #cfb55b !important;
	font-weight: normal;
}

.dataTable {

}

.dataTable .odd .sorting_1, .dataTable .odd .sorting_2, .dataTable .odd .sorting_3 {
	background-color: #6a6a6a !important;
}

.dataTable .odd td {
	background-color: #5a5a5a;
		cursor: pointer;
}

.dataTable .even .sorting_1, .dataTable .even .sorting_2, .dataTable .even .sorting_3 {
	background-color: #908b8a !important;
}

.dataTable .even td {
	background-color: #807b7a;
		cursor: pointer;
}

.dataTable tr.even:hover>td, .dataTable tr.odd:hover>td, .dataTable tr.shown>td  {
	background-color: #d73a01 !important;
	color: #efd57b !important;	
}

#scores tr {
	cursor: default;
}

#controlsCont {
	text-align: center;
}

.controls {
	display: inline-grid;
	background-color: #3d0214;
	border: 2px solid #8f1320;
	border-radius: 15px;
	width: 300px;
}

.controls button {
	margin-bottom: 20px;
}

#entrycontrols {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#entrycontrols input[type=text] {

}

#entrycontrols button {

}

#entrycontrols .form-control {
    width: 140px;
    display: inline-block;
}

.controls h4  {
	text-align: left;
	margin-left: 5px;
}

#marcontrols {
	text-align: right;
	font-size: 63%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#marcontrols .form-control {
	font-size: 12px;
    width: 60px;
	text-align: right;
    display: inline-block;
}

#marcontrols label {
	margin-right: 10px;
}

#marcontrols span, #resultscontrols span {
	margin-left: 3px;
	background-color: #670621;
	border: 2px solid #FFFFFF;
	color: #b51e0e;
	padding: 0px 2px;
	display: inline-block;
	text-align: center;
	width: 46px;
}

#marcontrols div {
	padding-right: 5px;
}

#marcontrols .used {
	background-color: #66172d;
}

.controls button {
	width: 80%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;	
}

#resultscontrols {
	padding-bottom: 5px;
}

#resultscontrols div {
	text-align: right;
	padding-right: 5px;
}

#resultscontrols .head {
	background-color: #333333;
	border: 2px solid #504444;
	border-top: none;
	width: 170px;
	text-align: right;
}

#resultscontrols span {
	font-size: 80%;
}

#controlsCont .addmargins {
	margin-left: 30px;
	margin-right: 30px;
}

#manageDropdown .dropdown-menu {
	padding-top: 20px;
}

.subnavhead {
	font-weight: bolder;
}

#maincont {

}

.breakdownbtn {
	margin: 0px;
    padding: 0px 25px;
    font-weight: bold;
	width: 70px;
	border-radius: 50px;
}

.rankingexpanded {
	border-radius: 0px 0px 15px 15px;
	background-color: #669096;	
	color: #FFFFFF;
	cursor: default;
    top: -8px;
    position: relative;	
}

.rankingtable { 
	width: 100%;
	border-radius: 0px 0px 10px 0px;
}

.dataTable .rankingexpanded .rankingtable tbody tr, .dataTable .rankingexpanded .rankingtable tbody tr:hover, .dataTable .rankingexpanded .rankingtable tbody tr td, .dataTable .rankingexpanded .rankingtable tbody tr td:hover {
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
	cursor: default;
}

.rankingexpanded .rankingtable th {
	background-color: #344143;
}

.dataTable .rankingexpanded .rankingtable tbody tr  td, .dataTable .rankingexpanded .rankingtable tbody tr  td:hover {
	background-color: #476b70;
}

#ropasses .rankingexpanded .rankingtable tbody tr  td, #ropasses .rankingexpanded .rankingtable tbody tr  td:hover {
	background-color: transparent;
}

.rankingdiv {
	padding: 8px;
    border-radius: 0px 0px 10px 10px;
	text-align: left;
}

.rankinghead {
	border-right: 1px solid #FFFFFF;
    background-color: #344143;
    padding: 0px 8px;
    border-radius: 9px;
	display: inline-block;
}

.longtext {
	max-width: 140px;
}

.dataTables_filter label {
	color: #FFFFFF;
}

#teamstats {
	text-align: center;
}

#teamstats div {
	display: inline-block;
}

#teamstats table {
	width: 295px;
	font-size: 63%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	background-color: #3d0214;
	border: 2px solid #8f1320;
}

#teamstats th {
	color: #b51e0e;
	width: 220px;
}

#teamstats td, th {
	padding: 5px;
}

#teamstats .addmargins {
	margin-left: 30px;
	margin-right: 30px;
}

#teamstats .tophead {
	font-size: 135%;
	background-color: #8f1320;
}

#selectmar {
	margin-top: 20px;
}

.hiddenSwipe {
	display: none;
}

a {
	color: #d73a01;
}

a:hover {
	color: #b51e0e;
}

a:active {
	color: #b51e0e;
}

.highlight {
	color: #d73a01;
}

.bold {
	font-weight: bold;
}

.accBody .optionfield, .subTableWrap .foot .optionfield, .subTableWrap  .scoreratewrap, #songlookup .optionfield, .subTableWrap  .relictop .optionfield  {
	width: auto;
	min-width: 250px;
}

.subTableWrap {
	border: 2px solid #d76504;
	border-top: none;	
	border-radius: 0px 0px 20px 20px;
	background: rgb(36,38,44); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(36,38,44,1) 0%, rgba(0,0,0,1) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(36,38,44,1) 0%,rgba(0,0,0,1) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(36,38,44,1) 0%,rgba(0,0,0,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24262c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #f3f3f3;
	cursor: default;
	top: -23px;
    position: relative;	
}

.subTableWrap .optioncont {
	text-align: center;
}

.subTableWrap .optionfield {
	vertical-align: top;
}

.subTable { 
	width: 100%;
	border-radius: 0px 0px 10px 0px;
}

.optionfield {
	display: inline-block;
	width: 250px;
}

.dataTable .subTableWrap .subTable tbody tr, .dataTable .subTableWrap .subTable tbody tr:hover, .dataTable .subTableWrap .subTable tbody tr td, .dataTable .subTableWrap .subTable tbody tr td:hover {
	background-color: transparent;
	text-align: center;
	color: #fbe599;
	cursor: default;
	border: 1px solid #d76504;
}

.subTableWrap .subTable th {
	background-color: #63001e;
}

.dataTable .subTableWrap .subTable tbody tr  td, .dataTable .subTableWrap .subTable tbody tr  td:hover {
	background-color: #a83f39;
}

.subTableFoot {
	padding: 8px;
    border-radius: 0px 0px 10px 10px;
	text-align: left;
}

tr td .subTableWrap .btn-primary, tr td .subTableWrap .btn-success, tr td .subTableWrap .btn-danger, #songlookup .btn-success, #songlookup .btn-danger {
	border-radius: 10px;
	margin: 5px;
	width: 45%;
}

tr td .subTableWrap .btn-primary {
	width: auto;
	font-size: 24px;
}

#songlookup .dropdown-toggle::after {
	margin-left: 0px;
}

.subTableHead {
	color: #a83f39;
	border-radius: 0px 9px 9px 0px;
	border-right: 2px solid #d76504;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbe599+1,ffda80+100 */
	background: #fbe599; /* Old browsers */
	background: -moz-linear-gradient(left, #fbe599 1%, #ffda80 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fbe599 1%,#ffda80 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fbe599 1%,#ffda80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe599', endColorstr='#ffda80',GradientType=1 ); /* IE6-9 */
    padding: 0px 8px;
	display: inline-block;
}

.accHead { 
    background-color: #000000;
	border: 2px solid #d76504;
    padding: 4px;
	cursor: pointer;
	display: block;
	margin-top: 7px;
}

.accHead:hover { 
    background-color: #24262c;
	border: 2px solid #d76504;
    padding: 4px;
	cursor: pointer;
	display: block;
}

.accBody {
	border: 2px solid #d76504;
	border-top: none;	
	border-radius: 0px 0px 20px 20px;
	background: rgb(36,38,44); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(36,38,44,1) 0%, rgba(0,0,0,1) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(36,38,44,1) 0%,rgba(0,0,0,1) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(36,38,44,1) 0%,rgba(0,0,0,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24262c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #f3f3f3;
}

.accBody #passrankstats h6, .subTableWrap .accBody h6, .accBody #songlookup  h6 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #d76504;
    font-size: 1.25rem;
    display: block;
    display: inline-block;
    margin-bottom: 5px;
    width: 90%;
}

.accBody #songlookup  h6 {
	width: 160px;
    margin-left: 10px;
    margin-right: 10px;	
	display: block;
}

.subTableWrap .accBody .top h6 {
	width: 140px;
}

.accBody span {
	padding-bottom: 5px;
	font-size: 1rem;
	display: block;
	margin: 0px 15px 0px 15px;
}

.optioncont {
	margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background: rgb(36,38,44); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(36,38,44,1) 0%, rgba(0,0,0,1) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(36,38,44,1) 0%,rgba(0,0,0,1) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(36,38,44,1) 0%,rgba(0,0,0,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24262c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #f3f3f3;	
	min-width: 290px;
	padding: 5px;
	text-align: left;
}

.accBody .optioncont {
	margin-top: 0px;
	text-align: center;
}

#statblockWrap {
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 1%, rgba(71,68,86,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 1%,rgba(71,68,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 1%,rgba(71,68,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#474456',GradientType=0 ); /* IE6-9 */	
	border-radius: 40px;
}

#statblockHead .optioncont {
	margin-bottom: 0px;
	border-radius: 40px;
	border-bottom: 3px solid #d76504;
	text-align: center;
	cursor: pointer;
}

#statblockHead .optioncont:hover {
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 1%, rgba(71,68,86,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 1%,rgba(71,68,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 1%,rgba(71,68,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#474456',GradientType=0 ); /* IE6-9 */
}

#statblockCollapse {
	text-align: center;
	padding-bottom: 20px;
}

#statblockCollapse h4 i {
	margin-left: 10px;
}

#statblockCollapse .optioncont {
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	margin: 2px;
	vertical-align: top;
}

#statblockWrap table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 3px;
    border-collapse: separate;
}

#statblockWrap th {
	background-color: #d76504;
	border-radius: 8px 8px 0px 0px;
}

#statblockWrap td {
	border-bottom: 2px solid #d76504;
	background-color: #FFFFFF06;
	font-size: .85rem;
}

.stattop .vitals, .stattop .demos {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 10px;
}

.stattop .vitals {
    margin-top: 0px;
}

.stattop .vitals .entrants_level {
    color: #DFDFDF;
}

.stattop .vitals  h3 {
	color: #24262c;
    font-size: 1.25rem;	
	display: block;
	padding: 0px 8px 0px 8px;
	border-radius:9px;
	background-color: #d76504;
}

.stattop .vitals  h4 {
    color: #d76504;
    font-size: 1rem;
    display: block;
    margin: 0px;
}

.stattop .vitalsbottom h4 {
	margin-top: 0px;
}

.stattop .accStand  {
	padding: 8px;
}

.stattop .accBody {
    padding: 5px 10px 10px 10px;
}

.stattop .optionfield  {
	margin-top: 7px;
	margin-bottom: 7px;
}

.stattop .accStand  h4 {
    color: #d76504;
    font-size: 1.25rem;
    display: block;
    margin: 0px;	
}	

.stattop .accHead  h4 {
}

.stattop .accStand  h5 {
    color: #dfdfdf;
    font-size: 1rem;
    display: block;
    margin: 0px;	
}	

.stattop .accBody span {
	margin: 0px;
	display: inline;
}

#skill270row, #skill280row {
	display: none;
}

.entrants_profile_img {
	display: inline-block;
	margin: 25px;
	border: 5px solid #d76504;
	border-radius: 25px;
	background-color: #d4d4d4;
	zoom: 35%;
	-moz-transform: scale(.35);
	-moz-transform-origin: 0 0;
}

@media (min-width: 992px){
	.entrants_profile_img {
		zoom: 66%;
		-moz-transform: scale(.66);	
	}
}

.accHead.bigCat, .accBody.bigCat {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}