*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html,
body,
ul,
ol {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eeeeee;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	padding-bottom: 50px;
}

body.modal-open {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
a,
p {
	font-weight: 400;
	line-height: 1.6;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 34px;
}

@media (max-width: 767px) {
	h2 {
		font-size: 28px;
	}
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

p {
	color: #909090;
	font-size: 18px;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.container:after {
	content: " ";
	display: block;
	clear: both;
}

@media (max-width: 1199px) {
	.container {
		padding: 0 15px;
	}
}

nav {
	height: 100px;
	width: 100%;
	background-color: #303842;
	border-bottom: solid 1px #2b323b;
}

nav .logo {
	width: 6.77966%;
	float: left;
	margin-right: 1.69492%;
	height: 100px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .logo .material-icons {
	max-width: 50%;
	color: #ffc500;
}

@media (max-width: 480px) {
	nav .logo {
		width: 15.25424%;
		float: left;
		margin-right: 1.69492%;
	}
}

@media (max-width: 480px) {
	nav .mobileLogo {
		display: none;
	}

	nav .mobileLogo .material-icons {
		display: none;
	}
}

nav .submit {
	width: 15.25424%;
	float: right;
	margin-right: 0;
}

nav .submit button {
	height: 40px;
	width: auto;
	/* max-width: 160px; */
	padding: 0 20px;
	border-radius: 90px;
	border: solid 2px #ffc500;
	background-color: transparent;
	cursor: pointer;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	float: right;
	margin-top: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

nav .submit button .material-icons {
	display: none;
}

nav .submit button:hover {
	background-color: #ffc500;
	color: black;
}

@media (max-width: 480px) {
	nav .submit button span {
		display: none;
	}

	nav .submit button .material-icons {
		display: block;
	}
}

nav h1 {
	color: white;
	padding-top: 32px;
	width: 57.62712%;
	float: left;
	margin-right: 1.69492%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 480px) {
	nav h1 {
		width: 49.15254%;
		float: left;
		margin-right: 1.69492%;
	}
}

nav .score {
	text-align: center;
	width: 66.10169%;
	float: left;
	margin-right: 1.69492%;
	margin-left: 8.47458%;
	padding-top: 15px;
}

@media (max-width: 480px) {
	nav .score {
		width: 66.10169%;
		float: left;
		margin-right: 1.69492%;
		margin-left: 0%;
	}
}

nav .score h2 {
	color: white;
	padding-top: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: white;
	font-size: 24px;
}

nav .admin {
	width: 32.20339%;
	float: right;
	margin-right: 0;
	height: 100px;
	text-align: right;
	color: white;
	font-size: 18px;
}

nav .admin .dropbtn {
	color: white;
	padding: 16px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	padding: 37px 30px;
	height: 100px;
	display: block;
	z-index: 99;
	border: solid 1px transparent;
}

nav .admin .name {
	display: inline-block;
	padding-right: 5px;
	width: auto;
	max-width: 180px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 480px) {
	nav .admin .name {
		display: none;
	}
}

nav .admin .icon {
	display: inline-block;
	height: 100%;
	width: 18px;
	opacity: .5;
}

nav .admin .dropdown {
	position: relative;
	display: inline-block;
	height: 100%;
}

nav .admin .dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #2B323B;
	min-width: 142px;
	box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
	text-align: left;
	z-index: 1;
}

nav .admin .dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

nav .admin .dropdown-content a:hover {
	color: #ffc500;
}

nav .admin .dropdown:hover .dropdown-content {
	display: block;
}

nav .admin .dropdown:hover .dropbtn {
	background-color: #2B323B;
	border-left: solid 1px rgba(255, 255, 255, 0.1);
	border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

header {
	min-height: 80px;
	height: auto;
	width: 100%;
	background-color: #303842;
	border-top: solid 1px #454c55;
	overflow: hidden;
}

header .resultsHeading {
	width: 83.05085%;
	float: left;
	margin-right: 1.69492%;
	margin-left: 8.47458%;
	padding: 30px 0;
}

header .resultsHeading div {
	width: 23.72881%;
	float: left;
	margin-right: 1.69492%;
}

header .resultsHeading div:last-of-type {
	width: 23.72881%;
	float: right;
	margin-right: 0;
}

header .resultsHeading h3 {
	margin-bottom: 0;
	font-size: 20px;
	color: white;
}

header .resultsHeading p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

header .resultsHeading button {
	height: 40px;
	width: auto;
	padding: 0 20px 0 20px;
	border-radius: 90px;
	border: solid 2px #ffc500;
	background-color: transparent;
	cursor: pointer;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	float: right;
	margin-top: 5px;
}

header .resultsHeading button:hover {
	background-color: #ffc500;
}

header .page-title {
	width: 57.62712%;
	float: left;
	margin-right: 1.69492%;
	margin-left: 8.47458%;
}

@media (max-width: 480px) {
	header .page-title {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-left: 0%;
	}
}

header .page-title h2 {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 20px;
}

header .page-actions {
	width: 23.72881%;
	float: left;
	margin-right: 1.69492%;
}

@media (max-width: 480px) {
	header .page-actions {
		display: none;
	}
}

header .page-actions .buttons {
	float: right;
}

header .page-actions .buttons button {
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: solid 1px rgba(255, 255, 255, 0.1);
	cursor: pointer;
	color: white;
	float: left;
	margin-top: 19px;
}

header .page-actions .buttons button:hover {
	color: #ffc500;
	background-color: rgba(255, 255, 255, 0.1);
}

header .page-actions .buttons .disabled .material-icons {
	opacity: .1;
}

header .page-actions .buttons .disabled:hover {
	background-color: transparent;
	color: white;
}

header .page-actions .buttons .left {
	border-radius: 3px 0 0 3px;
	border-right: none;
}

header .page-actions .buttons .right {
	border-radius: 0 3px 3px 0;
}

header .editScoreButtons a {
	height: 40px;
	width: 100%;
	max-width: 110px;
	border-radius: 90px;
	border: solid 2px #ffc500;
	background-color: transparent;
	cursor: pointer;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	padding-top: 6px;
	display: inline-block;
	float: right;
	margin-left: 20px;
}

header .editScoreButtons .save:hover {
	background-color: #ffc500;
	color: black;
}

header .editScoreButtons .preview {
	border-color: rgba(255, 255, 255, 0.2);
}

header .editScoreButtons .preview:hover {
	border-color: white;
}

header ul {
	width: 83.05085%;
	float: left;
	margin-right: 1.69492%;
	margin-left: 8.47458%;
	list-style-type: none;
	text-transform: uppercase;
}

header ul li {
	display: inline-block;
	height: 80px;
	margin-right: 30px;
	padding-top: 30px;
}

header ul li a {
	color: rgba(255, 255, 255, 0.5);
	transition: color 0.2s ease;
	padding-bottom: 10px;
	height: 50px;
	display: block;
}

header ul li a:hover {
	color: white;
}

header ul li .active {
	font-weight: 600;
	color: white;
	border-bottom: solid 3px #ffc500;
}

.editScoresheetHeader .page-title {
	width: 49.15254%;
	float: left;
	margin-right: 1.69492%;
	margin-left: 0%;
}

.editScoresheetHeader .page-actions {
	width: 49.15254%;
	float: right;
	margin-right: 0;
}

.content {
	padding-top: 50px;
	width: 83.05085%;
	float: left;
	margin-right: 1.69492%;
	margin-left: 8.47458%;
}

@media (max-width: 480px) {
	.content {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-left: 0%;
	}
}

.content h3 {
	margin-bottom: 30px;
	color: #606060;
}

.round-content {
	padding-top: 30px;
}

.add-group {
	padding-top: 70px;
}

.add-group button {
	width: 100%;
	height: 70px;
	border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: transparent;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-size: 24px;
	color: #606060;
}

.add-group button:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.round-container:nth-of-type(1) {
	width: 47.11538%;
	float: left;
	margin-right: 0.96154%;
}

.round-container:nth-of-type(2) {
	width: 47.11538%;
	float: right;
	margin-left: 0.96154%;
}

.content-header {
	width: 100%;
	float: left;
}

.event-content-header-title h3 {
	margin-bottom: 0;
}

.event-content-header {
	padding-bottom: 50px;
}

.event-content-header {
	padding-bottom: 30px;
}

.round-header {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.content-header-title {
	width: 49.15254%;
	float: left;
}

.content-header-title .groupTitle {
	float: left;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.content-header-title .groupTitle:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.content-header-title .groupTitle:hover+.edit {
	display: block;
	width: 38px;
	height: 38px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-header-title .edit {
	width: 38px;
	height: 38px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.content-header-title .edit .material-icons {
	max-width: 50%;
	color: #909090;
}

.content-header-action {
	width: 49.15254%;
	float: right;
	margin-right: 0;
}

.content-header-action button {
	height: 40px;
	width: auto;
	padding: 0 20px 0 20px;
	border-radius: 90px;
	border: solid 2px #ffc500;
	background-color: transparent;
	cursor: pointer;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	float: right;
}

.content-header-action button:hover {
	background-color: #ffc500;
}

.content-header-action .circle {
	padding: 0;
	width: 40px;
}

.content-header-action a {
	float: right;
	color: #909090;
	height: 40px;
	width: 40px;
	text-align: right;
	padding-top: 7px;
}

.content-header-action a:hover {
	color: #303030;
}

.table .table-header {
	width: 100%;
	float: left;
	display: -webkit-flex;
	display: flex;
}

.table .table-header-round {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e3e3e3;
	display: -webkit-flex;
	display: flex;
}

.table .disable {
	background-color: pink;
}

.table .table-header-titles {
	font-size: 14px;
	color: #909090;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 50px;
	height: auto;
	display: block;
	text-transform: uppercase;
	flex: 1 1 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.table .round-header-title {
	flex: 10;
	padding-left: 0;
	padding-top: 28px;
}

.table .list-item-cell-name-round {
	flex: 10;
	color: #303030;
}

.table .table-item-section {
	background-color: white;
	float: left;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	overflow: hidden;
	min-height: 70px;
}

.table .table-item-section:empty {
	background-color: #e5e5e5;
}

.table .table-list-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: white;
	height: 70px;
	font-size: 18px;
	transition: background-color 0.2s ease;
	float: left;
	width: 100%;
	display: -webkit-flex;
	display: flex;
}

.table .selected {
	background-color: #f2f2f2;
}

.table .table-list-item:hover {
	background-color: #f2f2f2;
}

.table .move {
	cursor: move;
}

.table .empty {
	background-color: #e5e5e5;
	color: #909090;
}

.table .complete {
	background-color: #e5e5e5;
	cursor: default !important;
}

.table .table-list-item-check {
	float: left;
	width: 70px;
	height: 70px;
	padding: 26px;
}

.table .table-list-item-check input[type="checkbox"] {
	display: none;
}

.table .table-list-item-check input[type="checkbox"]+label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: url("../img/checks.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 36px 18px;
	cursor: pointer;
}

.table .table-list-item-check input[type="checkbox"]:checked+label span {
	background: url("../img/checks.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 36px 18px;
}

.table .table-list-item-wrap {
	display: block;
	float: left;
	height: 70px;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex: 10;
}

.table .table-list-item:hover .list-item-cell-actions {
	opacity: 1;
}

.table .table-list-item:last-of-type {
	border-bottom: none;
}

.table .table-list-item-cell {
	padding-top: 27px;
	padding-left: 20px;
	flex: 1 1 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.table .table-list-item-cell:first-child {
	flex: 1 1 0px;
}

.table .rounds {
	flex: 0 0 100px;
}

.table .table-list-item-cell:not(:first-child) {
	color: #606060;
}

.table .table-list-item-cell:first-child.double {
	flex: 2 1 0px;
}

.table .firstCheck {
	padding-left: 0;
}

.table .double {
	flex: 2 1 0px;
}

.table .table-list-item-cell-check {
	padding-top: 27px;
	flex: 10;
}

.table .list-item-cell-actions {
	padding: 0;
	opacity: 0;
	align-items: flex-end;
	justify-content: flex-end;
	align-self: flex-end;
	cursor: pointer;
	float: right;
	width: 140px;
}

.table .list-item-cell-actions .list-item-cell-action {
	height: 70px;
	width: 70px;
	margin: 0;
	float: left;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table .list-item-cell-actions .delete {
	float: right;
}

.table .list-item-cell-actions .material-icons {
	max-width: 50%;
	transition: color 0.2s ease;
}

.table .hide {
	display: none;
}

.table .show {
	display: block;
	opacity: 1;
}

.table .single {
	padding: 0;
	opacity: 0;
	align-items: flex-end;
	justify-content: flex-end;
	align-self: flex-end;
	cursor: pointer;
	float: right;
	width: 70px;
}

.table .visible {
	opacity: 1;
}

.emptyState {
	width: 20px;
	padding: 0;
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark:hover {
	color: black;
}

.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
	color: white;
}

.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}

.material-icons.md-green {
	color: #77cf70;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: black;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

/* Modal Content */
.modal-content {
	background-color: white;
	margin: 0 auto;
	position: relative;
	width: 440px;
	border-radius: 3px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	/* The switch - the box around the slider */
	/* Hide default HTML checkbox */
	/* The slider */
	/* Rounded sliders */
}

.modal-content h4 {
	font-size: 24px;
	color: #606060;
	margin-bottom: 10px;
}

.modal-content input {
	width: 100%;
	height: 70px;
	border-radius: 3px;
	background-color: white;
	margin-bottom: 20px;
	font-size: 18px;
	padding-left: 20px;
	border: solid 2px rgba(0, 0, 0, 0.05);
	outline: none;
}

.modal-content input:last-of-type {
	margin-bottom: 0px;
}

.modal-content input:focus {
	border: solid 2px #ffc500;
}

.modal-content button {
	height: 40px;
	width: auto;
	padding: 0 20px 0 20px;
	border-radius: 3px;
	border: none;
	background-color: #ffc500;
	cursor: pointer;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	float: right;
	margin-left: 10px;
}

.modal-content button:hover {
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-content button:active {
	box-shadow: none;
	background-color: #e5b100;
}

.modal-content .cancel {
	background-color: white;
	color: #909090;
}

.modal-content .cancel:active {
	background-color: #e5e5e5;
}

.modal-content .delete {
	background-color: #df5940;
	color: white;
}

.modal-content .delete:active {
	background-color: #c65c48;
	box-shadow: none;
}

.modal-content .wrap {
	height: auto;
	width: 100%;
	padding: 50px 50px 0 50px;
}

.modal-content .buttons {
	padding: 30px 50px;
	width: 100%;
	display: inline-block;
	text-align: right;
}

.modal-content .rounds {
	padding: 0 50px;
}

.modal-content .modalBody {
	padding: 30px 50px 0 50px;
}

.modal-content select {
	border: none;
	cursor: pointer;
	height: 70px;
	margin: 0;
	z-index: 2;
	width: 100%;
	font-size: 18px;
	border: solid 2px rgba(0, 0, 0, 0.1);
	padding: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background: url("../img/dropdown.png") 96%/15% no-repeat;
	color: #303030;
}

.modal-content .switch-contain {
	margin-top: 30px;
}

.modal-content .switch-contain p {
	color: #909090;
	float: left;
	font-size: 20px;
}

.modal-content .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	float: right;
}

.modal-content .switch input {
	display: none;
}

.modal-content .switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.modal-content .switch-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.modal-content input:checked+.switch-slider {
	background-color: #ffc500;
}

.modal-content input:focus+.switch-slider {
	box-shadow: 0 0 1px #ffc500;
}

.modal-content input:checked+.switch-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.modal-content .switch-slider.round {
	border-radius: 34px;
}

.modal-content .switch-slider.round:before {
	border-radius: 50%;
}

.addPeople h4 {
	margin-bottom: 5px;
}

.addPeople .people {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	width: 100%;
	height: 320px;
	margin-top: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.addPeople .person {
	width: 100%;
	float: left;
	border-bottom: solid 1px #e5e5e5;
	height: 70px;
}

.addPeople .person .name {
	padding-top: 27px;
	flex: 10;
	font-size: 18px;
	color: #303030;
}

.addPeople .person .table-list-item-check {
	float: left;
	width: 70px;
	height: 70px;
	padding: 26px;
}

.addPeople .person .table-list-item-check input[type="checkbox"] {
	display: none;
}

.addPeople .person .table-list-item-check input[type="checkbox"]+label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: url("../img/checks.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 36px 18px;
	cursor: pointer;
}

.addPeople .person .table-list-item-check input[type="checkbox"]:checked+label span {
	background: url("../img/checks.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 36px 18px;
}

.addPeople .person:nth-child(n+5) {
	border-bottom: none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.judging {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-top: 150px;
}

@media (max-width: 1199px) {
	.judging {
		padding: 150px 30px 30px 30px;
	}
}

@media (max-width: 767px) {
	.judging {
		padding: 150px 15px 15px 15px;
	}
}

.judging article {
	background-color: white;
	float: left;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	margin-bottom: 50px;
}

.judging article .criteria {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	float: left;
	height: auto;
	width: 100%;
	min-height: 80px;
}

.judging article h3 {
	color: #303030;
}

.judging article h4 {
	color: #606060;
	font-size: 18px;
	width: 83.05085%;
	float: left;
	margin-right: 1.69492%;
	padding: 26px 0 0 30px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.judging article .slider-container {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 30px;
}

.judging article .score {
	width: 15.25424%;
	float: right;
	margin-right: 0;
	font-size: 18px;
}

.judging article .score input {
	text-align: center;
	border: none;
	background-color: transparent;
	font-size: 18px;
	width: 100%;
	height: 60px;
	border-radius: 0;
	color: #303030;
	font-size: 20px;
	padding-top: 33px;
}

.judging .ui-slider {
	background-color: rgba(0, 0, 0, 0.1);
	height: 15px;
	width: 100%;
	border-radius: 90px;
}

.judging .ui-slider-handle {
	height: 50px;
	width: 50px;
	background-color: transparent;
	border: none;
	z-index: 2;
	cursor: pointer;
	top: -18px;
	margin-left: -25px;
	padding: 10px;
	border-radius: 90px;
}

.judging .ui-slider-handle .button {
	height: 30px;
	width: 30px;
	background-color: white;
	border-radius: 90px;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	border: solid 1px #e5e5e5;
}

.judging .ui-slider-handle:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.judging .ui-state-active,
.judging .ui-widget-content .ui-state-active,
.judging .ui-widget-header .ui-state-active,
.judging a.ui-button:active,
.judging .ui-button:active,
.judging .ui-button.ui-state-active:hover {
	font-weight: normal;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.1);
}

.judging .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	height: 100%;
	background: #ffc500;
	border-radius: 90px;
}

.scoresheet {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.scoresheet article {
	background-color: white;
	float: left;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	margin-bottom: 50px;
}

.scoresheet article .criteria {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	float: left;
	height: auto;
	width: 100%;
	min-height: 100px;
	display: -webkit-flex;
	display: flex;
	background-color: white;
}

.scoresheet article .criteria .move {
	height: 100px;
	width: 100px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scoresheet article .criteria .move .material-icons {
	max-width: 50%;
	color: rgba(0, 0, 0, 0.24);
	cursor: move;
}

.scoresheet article .criteria .move .material-icons:hover {
	color: #303030;
}

.scoresheet article .criteria .new {
	height: 100px;
	width: 100px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scoresheet article .criteria .new .material-icons {
	max-width: 50%;
	color: #ffc500;
	cursor: pointer;
}

.scoresheet article .criteria .ui-sortable-placeholder {
	background-color: black;
	display: block;
}

.scoresheet article .criteria .title {
	flex: 10;
	float: left;
}

.scoresheet article .criteria .title input {
	color: #303030;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	height: 100px;
	width: 100%;
	background-color: transparent;
}

.scoresheet article .criteria h4 {
	color: #303030;
	font-size: 20px;
	width: 100%;
	padding-top: 33px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.scoresheet article .criteria .score {
	font-size: 18px;
	float: right;
	width: 100px;
}

@media (max-width: 767px) {
	.scoresheet article .criteria .score {
		width: 15.25424%;
		float: right;
		margin-right: 0;
	}
}

.scoresheet article .criteria .score input {
	text-align: center;
	border: none;
	font-size: 18px;
	width: 100%;
	height: 100px;
	border-left: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	color: #303030;
	font-size: 20px;
	background-color: transparent;
}

@media (max-width: 767px) {
	.scoresheet article .criteria .score input {
		border: none;
		height: 60px;
		padding-top: 33px;
	}
}

.scoresheet article .criteria .delete {
	float: right;
	width: 100px;
	border-left: solid 1px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.scoresheet article .criteria .delete .material-icons {
	max-width: 50%;
	color: rgba(0, 0, 0, 0.24);
	cursor: pointer;
}

.scoresheet article .criteria .delete .material-icons:hover {
	color: #df5940;
}

.scoresheet article .invalid {
	background-color: rgba(223, 89, 64, 0.1);
}

.scoresheet article .header {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	float: left;
	height: auto;
	width: 100%;
	min-height: 100px;
	display: -webkit-flex;
	display: flex;
	background-color: white;
}

.scoresheet article .header .delete {
	float: right;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scoresheet article .header .delete .material-icons {
	max-width: 50%;
	color: rgba(0, 0, 0, 0.24);
	cursor: pointer;
}

.scoresheet article .header .delete .material-icons:hover {
	color: #df5940;
}

.scoresheet article .header .title {
	flex: 10;
	float: left;
}

.scoresheet article .header .title input {
	color: #303030;
	font-size: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	height: 100px;
	width: 100%;
	padding-left: 30px;
	background-color: transparent;
}

.scoresheet article .header .move {
	height: 100px;
	width: 100px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scoresheet article .header .move .material-icons {
	max-width: 50%;
	color: rgba(0, 0, 0, 0.24);
	cursor: move;
}

.scoresheet article .header .move .material-icons:hover {
	color: #303030;
}

.scoresheet article .new-field {
	cursor: pointer;
	border-bottom: none;
}

.scoresheet article .new-field:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.validation {
	width: 100%;
	min-height: 50px;
	border-radius: 3px;
	background-color: #df5940;
	color: white;
	display: -webkit-flex;
	display: flex;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.validation .icon {
	height: 50px;
	width: 50px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.validation .icon .material-icons {
	max-width: 50%;
}

.validation .message {
	flex: 10;
	padding: 16px 0;
}

.validation .dismiss {
	height: 50px;
	width: 50px;
	float: right;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.validation .dismiss .material-icons {
	max-width: 50%;
	color: black;
	opacity: .25;
}

.validation .dismiss:hover .material-icons {
	transition: opacity 0.2s ease;
	opacity: .54;
}

.scoresheetPadding {
	padding-top: 220px;
}

.addSection {
	padding-top: 0;
}

.handle {
	height: 20px;
	width: 20px;
}

.login {
	background-color: #303842;
	text-align: center;
}

.login h1 {
	padding: 75px 0;
	color: white;
	font-size: 34px;
}

.login .login-form {
	background-color: white;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	min-height: 200px;
	height: auto;
	width: 49.15254%;
	float: left;
	margin-right: 1.69492%;
	margin-left: 25.42373%;
	padding: 100px;
	margin-bottom: 50px;
	border-radius: 3px;
}

@media (max-width: 1023px) {
	.login .login-form {
		width: 66.10169%;
		float: left;
		margin-right: 1.69492%;
		margin-left: 16.94915%;
		padding: 75px;
	}
}

@media (max-width: 767px) {
	.login .login-form {
		width: 83.05085%;
		float: left;
		margin-right: 1.69492%;
		margin-left: 8.47458%;
		padding: 50px;
	}
}

@media (max-width: 480px) {
	.login .login-form {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		margin-left: 0%;
		padding: 30px;
	}
}

.login .login-form input {
	width: 100%;
	height: 70px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.05);
	border: none;
	margin-bottom: 20px;
	font-size: 20px;
	padding-left: 20px;
	border: solid 2px transparent;
	outline: none;
}

.login .login-form button {
	width: 100%;
	height: 70px;
	border-radius: 3px;
	background-color: #ffc500;
	border: none;
	color: black;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	cursor: pointer;
}

.login .login-form button:hover {
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.login .login-form input:focus {
	background-color: rgba(0, 0, 0, 0.05);
	border: solid 2px #ffc500;
}

.login a {
	color: #909090;
}

.login a:hover {
	color: white;
	transition: color 0.2s ease;
}

.login .login-judge {
	min-height: 200px;
	height: auto;
	width: 49.15254%;
	float: left;
	margin-right: 1.69492%;
	margin-left: 25.42373%;
	margin-bottom: 50px;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.login .login-judge {
		width: 83.05085%;
		float: left;
		margin-right: 1.69492%;
		margin-left: 8.47458%;
	}
}

.login .login-judge .values {
	margin-top: 100px;
	margin-bottom: 50px;
	width: 100%;
	float: left;
}

.login .login-judge .values .contain {
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
}

.login .login-judge .values input {
	width: 15.25424%;
	float: left;
	margin-right: 1.69492%;
	height: 70px;
	float: left;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
	font-size: 20px;
	border: solid 2px transparent;
	outline: none;
	text-align: center;
	color: white;
}

.login .login-judge .values input:last-of-type {
	width: 15.25424%;
	float: right;
	margin-right: 0;
}

.login .login-judge .pin {
	width: 270px;
	margin: 0 auto;
}

.login .login-judge .pin div {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 10px;
	margin-bottom: 20px;
}

.login .login-judge .pin div button {
	width: 70px;
	height: 70px;
	border-radius: 90px;
	background-color: transparent;
	font-size: 24px;
	border: solid 2px rgba(255, 255, 255, 0.1);
	outline: none;
	color: white;
	cursor: pointer;
}

.login .login-judge .pin div button:hover {
	border: solid 2px rgba(255, 255, 255, 0.2);
	transition: all 0.2s ease;
}

.login .login-judge .pin div button:active {
	border: solid 2px #ffc500;
	transition: all 0s ease;
}

.login .login-judge .pin div:last-of-type {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.results article {
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}

.results article .accordion {
	background-color: white;
	cursor: pointer;
	padding: 50px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	height: auto;
	float: left;
	border-radius: 3px;
	overflow: hidden;
}

.results article .accordion p {
	font-size: 14px;
}

.results article .accordion div {
	width: 32.20339%;
	float: left;
	margin-right: 1.69492%;
}

.results article .accordion div:last-of-type {
	width: 32.20339%;
	float: right;
	margin-right: 0;
	text-align: right;
}

.results article .accordion h3 {
	margin-bottom: 0;
	font-size: 20px;
}

.results article .accordion.active {
	border-radius: 3px 3px 0 0;
}

.results article .heading {
	float: left;
	width: 50%;
}

.results article .totalScore {
	float: left;
	width: 50%;
	text-align: right;
	margin-bottom: 0;
	font-size: 20px;
	color: #303030;
}

.results article ul {
	list-style-type: none;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.results article ul li:first-of-type {
	border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.results article ul li {
	width: 100%;
	padding: 20px 0;
	float: left;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	font-size: 18px;
	color: #606060;
}

.results article ul li .title {
	float: left;
	width: 50%;
}

.results article ul li .score {
	float: left;
	width: 50%;
	text-align: right;
}

.results article .panel {
	padding: 50px;
	display: none;
	background-color: white;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	float: left;
	width: 100%;
	border-radius: 0 0 3px 3px;
}

.results article .panel h3 {
	margin-bottom: 20px;
	color: #303030;
	font-size: 20px;
}

.results article .panel.show {
	display: block !important;
}

.empty {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 50px;
	text-align: center;
}

.empty .icon {
	width: 150px;
	height: 150px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.empty .title {
	color: #909090;
	padding-top: 30px;
}

.empty .material-icons {
	font-size: 80px;
	color: #eeeeee;
	max-width: 50%;
}