@charset "UTF-8";
/* CSS Document */

div, h1, h2, h3, h4, b, p {
	font-family: arial,helvetica,sans-serif;
}

body {
	background-Color: #000000;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

h1, h2, h3, h4 {
	color: #ccc;
}

h1 {
	font-size: 36px;
}


select {

	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/images/dropper3.png) no-repeat;
	background-position: right center;
	background-color: rgba(255,255,255,0.3);
	color: #448;
	border: 1px solid #000000;

}

#pastBowler{
	margin-left: 40px;
	margin-bottom: 10px;
	background-color: #eef;
}


.countdown {
	font-size: 80px;
	font-weight: 900;
}
	

.before-game {
	text-align: center;
	width: 100vw;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #9999cc;
	font-size: 16px;
}
.before-game img {
	max-height: 150px;
	margin-bottom: 5px;
}

.change-order-butt {
	background-Color: #b8c0e8;
	border: 2px solid #6868b0;
	border-radius: 12px;
}


.change-order-butt:active {
	background-Color: #98b0d8;
}


.reload-butt {
	background-Color: #ccc;
	color: #333;
	border: 2px solid #999;
	border-radius: 12px;
}


.reload-butt:active {
	background-Color: #d8d8d8;
}



.bowler-wrapper {
	border: 2px solid black;
	width: min-content;
	width: 98vw; 
}

#teamsWrapper {

}

#initialBox {
	display: none;
}




.teambox {
	background-Color: #f90;
	height: 40px;
	border-bottom: 1px solid #666;
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 5px;
	display: inline-block;
	width: 100%;
}



.bowlerbox {
	background-Color: #ffe;
	width: 100%;
	height: 32px;
	display: table;
	table-layout: fixed;
	border-bottom: 1px solid #666;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	padding-left: 5px;
}


.bowler-smaller {
	font-size: 22px;
	line-height: 26px;
	height: 26px;
}

.bowler-smaller  select {
	font-size: 20px;
}

.bowler-present {
	background-Color: #c0ffc0;
}
.bowler-absent {
	background-Color: #ffc0c0;
}
.bowler-prebowled {
	background-Color: #c0c0ff;
}
.bowler-sub {
	background-Color: #ffffc0;
}


.bowler-name {
	width: 65%;
	display: table-cell;
	font-weight: 500;
	color: #333;
	padding-left: 10px;
}
.bowler-selected{
	font-weight: 700;
	color: #cc3333;
	background-Color: #ff6;
	font-size: 24px;
	height: 26px;
	line-height: 26px;

	width: auto;
}
.bowler-status {
	width: 35%;
	display: table-cell;
	text-align: right;
}

.bowler-status select {
	width: 130px;
	padding-left: 5px;
}

.correction-notice {
	font-size: 20px;
	color: white;
	background-Color: #000;
	line-height: 30px;
	font-weight: 600;
	padding-top: 6px;
	padding-bottom: 6px;
}


.bowler-prebowl  {
	margin-left: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 18px;
	display: none;
}

.bowler-prebowl input {
	width: 3em;
	font-size: 24px;
	height: 28px;
	font-weight: 600;
	border: 3px solid #090;
	border-radius: 4px;
	padding-left: 5pd;
	padding-right: 5px;
}

.bowler-status select {
	font-size: 24px;
}


.bowler-lane {
	width: 100px;
	display: table-cell;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
}

.bowler-arrow {
	width: 70px;
	display: table-cell;
	font-weight: 900;
	color: #cc0000;
	font-size: 32px;
	line-height: 36px;
	padding-left: 5px;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;;
}
.bowler-arrow img {
	height: 32px;
}

.frame-wrapper {
	display: table-row;
	width:  100%;
	display: table;
	table-layout: fixed;
}

.framebox {
	border-right: 1px solid black;
	background-Color: #eee;
	height: 60px;
	width: 10fr;
	position: relative;
	display: table-cell;
}


.maxbox {
	border-left: 1px solid black;
	background-Color: #eef;
	height: 60px;
	width: 80px;
	position: relative;
	display: table-cell;
}


.frameheader {
	border-bottom: 2px solid black;
	background-Color: #ccc;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.maxheader {
	border-bottom: 2px solid black;
	background-Color: #dde;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}


.pinsbox1 {
	height: 20px;
	width: 50%;
	position: absolute;
	top: 20px;
	left: 0px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #009;
}

.pinsbox2 {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	height: 20px;
	width: 50%;
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #009;
}


.pinsbox3 {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	height: 20px;
	width: 50%;
	position: absolute;
	top: 20px;
	right: 0px;
	line-height: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #009;
}

.scorebox {
	position: absolute;
	top: 40px;
	line-height: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
width: 100%;
}



.tenth-frame {
	width: 30px;
}

.pre-bowled .framebox {
	background-Color: #dfd;
}

.pinsbox2.tenth-frame {
	right: 30px;
}

.framebox.tenth-frame {
	width: 90px;
}

.frame-played {
	background-Color: #bbd;
}

.frame-active {
	background-Color: #9dd;
}


.ball-active {
	top: 22px;
	-webkit-animation: blink 1.2s infinite;
    animation: blink 1.2s infinite;
}


@-webkit-keyframes pulse {
  0%,100% { opacity: .2; }
  50% { opacity: 1; }
}

@keyframes pulse {
  0%,100% { opacity: .2; }
  50% { opacity: 1; }
}




@-webkit-keyframes pulse2 {
  0%,100% { opacity: .1; }
  50% { opacity: 1; }
}

@keyframes pulse2 {
  0%,100% { opacity: .1; }
  50% { opacity: 1; }
}


@-webkit-keyframes pulse3 {
  0%,100% { background-Color: #ffff00; }
  50% { background-Color: #ffcc00; }
}
@keyframes pulse3 {
  0%,100% { background-Color: #ffff00; }
  50% { background-Color: #ffcc00; }
}



@-webkit-keyframes blink {
  0%,100% { 	background-Color: #dff; }
  50% { 	background-Color: #69c; }
}

@keyframes blink {
  0%,100% { 	background-Color: #dff; }
  50% { 	background-Color: #69c; }
}


@-webkit-keyframes zonkers {
  0%,100% { 	background-Color: #f00; }
  50% { 	background-Color: #f90; }
}
} 

@keyframes zonkers {
  0%,100% { 	background-Color: #f00; }
  50% { 	background-Color: #f90; }
}

.bonkers {
	-webkit-animation: zonkers 1s infinite;
    animation: zonkers 1s infinite;
}

.pinsbox {
	background-Color: #ffe;
	width: 100%;
	height: min-content;
	border-top: 1px solid #666;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
}


.pins-text {
	display: none;
	width: 75px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
}

.pins-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    border-spacing: 10px 2px;
    border-collapse: separate;
	justity-content: center;
}

.btn-foul {
	height: 90px;
	font-size: 20px;
	width: 105px;
}
.btn-foul img {
	height: 90px;

	}
.btn-image {
	padding: 0px;
}

.btn-split {
	height: 90px;
	font-size: 20px;
	width: 105px;
}

.split-or {
	display: none;
}
.split-submit {
	display: none;
}

.split-del-or {
	display: none;
}
.split-delete {
	width: 180px;
	background-Color: brown;
	display: none;
}



.foul-title {
	font-size: 22px;
	font-weight: 700;
}
.split-title {
	font-size: 22px;
	font-weight: 700;
}

.pin-button {
	width: 66px;
	height:56px;
	border: 2px solid #464;
	border-radius: 15px;
	display: flex;
flex-basis: 12%;
	margin: 10px 15px 10px 15px;
	text-align: center;
	color: white;
	cursor: pointer;
	font-size: 52px;
	line-height: 56px;
	font-weight: 700;
justify-content: center;

    background: #427AA8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU5YTNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjdhYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #29A063 1%, #004800 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#29A063), color-stop(100%,#427A8A));
    background: -webkit-linear-gradient(top,  #29A063 1%,#004800 100%);
    background: -o-linear-gradient(top,  #29A063 1%,#004800 100%);
    background: -ms-linear-gradient(top,  #29A063 1%,#004800 100%);
    background: linear-gradient(to bottom,  #29A063 1%,#004800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29A063', endColorstr='#004800',GradientType=0 );

    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);

}


.foul-button {
	width: 66px;
	height:56px;
	border: 2px solid #464;
	border-radius: 15px;
	display: flex;
	margin: 10px 15px 10px 15px;
	text-align: center;
	color: white;
	cursor: pointer;
	visibility: visible;
	font-size: 32px;
	line-height: 56px;
	font-weight: 700;
flex-basis: 12%;
justify-content: center;

background: #A84242;

    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);

}


.splitbuttons-wrapper {
	text-align: center;
}


.split-button {
	width: 66px;
	height:56px;
	border: 2px solid #446;
	border-radius: 15px;
	display: flex;
	margin: 10px 15px 10px 15px;
	text-align: center;
	color: white;
	cursor: pointer;
	font-size: 32px;
	line-height: 56px;
	font-weight: 700;
	flex-basis: 12%;
	justify-content: center;

	background: #4242A8;

    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);

}




.splitbuttons {
	width: max-content;
	text-align: center;
	display: flex;
    border-spacing: 10px 2px;
	justity-content: center;
}

.split-button-num {
	width: 66px;
	height:66px;
	border: 2px solid #446;
	border-radius: 33px;
	margin: 10px 15px 10px 15px;
	text-align: center;
	color: red;
	cursor: pointer;
	font-size: 32px;
	line-height: 66px;
	font-weight: 700;

	background: white;

    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);

}

.split-selected {
	color: white;
	background-color:red;
}
.split-dead {
	color: #ccc;
	background-color:#aaa;
}


.button-hidden {
	visibility: hidden;
}


.controls-hidden {
	display: none;
}

.first-team{
	margin-top: 0px;
}

.second-team{
	margin-top: 0px;
}

.team-smaller {
	font-size: 24px;
	line-height: 30px;
	height: 30px;
}




.not-active{
	opacity: .6;
}
.not-active .framebox {
	height: 37px;
}
.not-active .maxbox {
	height: 37px;
}
.not-active .scorebox {
	display: none;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	top: 20px;
}

.not-active .maxbox .scorebox {
	display: inline;
}

.not-active .pinsbox1 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;

}
.not-active .pinsbox2 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;

}
.not-active .pinsbox3 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;

}

.not-active .maxbox {
	height: 37px;
}

.not-active .maxheader {
	height: 20px;
}


.prebowl-active {
	visibility: visible;
}


#beginDiv {
	margin-top: 20px;
	display: none;
}

#beginDiv h1 {
	color: #ffff00;
	font-size: 50px;
}

#beginDiv h2 {
	color: #ff3300;
	font-size: 30px;
	padding: 0px 10px 0px 10px;
}

#soonDiv {
	margin-top: 0px;
	display: none;
}

#soonDiv h1 {
	color: #ffff00;
	font-size: 36px;
	background-Color: #ff0000;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;
}

#soonDiv h2 {
	color: #ffff00;
	font-size: 28px;
}


#beginDiv h1 {
	font-size: 36px;
}
#beginDiv h2 {
	font-size: 28px;
}

.start-game {
	border: 2px solid #FF0000;
	padding: 6px 12px 6px 12px;
	border-radius: 16px;
	display: table-cell;
	margin-left: 10px;
	text-align: center;
	color: WHITE;
	cursor: pointer;
	font-size: 32px;
	font-weight: 900;

    background: #800000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU5YTNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjdhYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #D84242 1%, #800000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#D84242), color-stop(100%,#800000));
    background: -webkit-linear-gradient(top,  #D84242 1%,#800000 100%);
    background: -o-linear-gradient(top,  #D84242 1%,#800000 100%);
    background: -ms-linear-gradient(top,  #D84242 1%,#800000 100%);
    background: linear-gradient(to bottom,  #D84242 1%,#800000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D84242', endColorstr='#800000',GradientType=0 );

    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}


#nextGameDiv2 {
	display: none;
}
#nextGameDiv3 {
	display: none;
}
#nextGameDiv4 {
	display: none;
}

#refreshDiv {
	display: none;
}

#refreshDiv .start-game {
	font-size: 18px;
	padding: 3px 6px 3px 6px;
    -webkit-animation: none;
    animation: none;
}

.frame-ninepin{
	color: #009900;
}

.edit-frame {
	background-Color: #ffff00;
  	-webkit-animation: pulse3 1s infinite;
    animation: pulse3 1s infinite;
}

.edited-frame {
	background-Color: #db6;
}

#changeScoreLabel{
	color: black;
	font-size:30px;
	font-weight: 700;
	text-align: center;
}

.edit-ball-label{
	font-size: 24px;
	font-weight: 600;
}

.edit-ball-value{
	font-size: 24px;
	font-weight: 700;
	padding-left: 10px;
	color: #0000cc;
}

.ball-drop{

	line-height: 24px;
	font-size: 24px;
	width: 70px;
	font-weight: 700;
	color: red;
}

.edit-ball-1 {
}

.edit-ball-2 {
	margin-top: 20px;
}

.edit-ball-3 {
	margin-top: 20px;
}

.edit-instrux {
	color: #0000cc;
	margin-bottom: 15px;
	font-size: 20px;
}

.edit-instrux10 {
	color: #00b000;
	margin-bottom: 15px;
	font-size: 20px;
}
	

.edit-instrux-current {
	color: #990000;
	margin-bottom: 15px;
	font-size: 20px;
}

.edit-instrux-current b {
	color: #ff0000;
	font-size: 22px;
}

.edit-urgent {
	background-Color: #ffff99;
	color: #cc0000;
	font-weight: 600;
}

.modal-header {
	text-align: center;
}
.modal-title {
	width: 100%;
}


#not-recap {
	display: none;
}


.recap-grid {
	display: table;
	padding-left: 20px;
	padding-top: 10px;
}	

.recap-headers {
	display: table-row; 
	margin-top: 5px;
	font-size: 28px;
	font-weight: 700;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
.recap-header-name {
	display: table-cell;
	color: #ff8;
	padding-right: 20px;
}
.recap-header-avg {
	display: table-cell;
	color: white;
	padding-left: 10px;	
	padding-right: 10px;
	text-align: center;
	color: #ff8;
}
.recap-header-game {
	display: table-cell;
	color: #ff8;
	padding-left: 10px;	
	padding-right: 10px;
	text-align: center;

}
.recap-mode{
	display: table-row; 
	color: white;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 500;
	padding-left: 10px;
}

.recap1 {
	display: table-cell;
}
.recap2 {
	display: table-cell;
}
.recap-name{
	padding-left: 10px;
}
.recap-avg{
	text-align: center;
	color: #888;
}
.recap-game{
	text-align: center;
}
.recap-series{
	text-align: center;
}

.total-wrapper {
	display: table-row; 
	padding-top: 20px;
	font-size: 32px;
	font-weight: 700;
	padding-left: 10px;
	line-height: 38px;
	border-top: 1px solid white;
}
.total-wrapper div {
	display: table-cell;
	text-align: center;
	font-weight: 700;
	color: #afa;
}

.total-label {
	text-align: right;
}
.total-avg {
	color: #afa;
}

.grand-total div {
	color: #f88;
}

.hcp-1 div{
	color: #aaf;
}
.hcp-2 div{
	color: #aaf;
}


.modal-body {
	font-size: 24px;
}
.modal-title {
	font-size: 30px;
	font-weight; 700;
}



.wins-wrapper {
	display: table-row; 
	padding-top: 20px;
	font-size: 32px;
	font-weight: 700;
	padding-left: 10px;
	line-height: 38px;
	border-top: 1px solid white;
	height: 60px;
}
.wins-wrapper div {
	display: table-cell;
	text-align: center;
	font-weight: 700;
	color: #afa;
	vertical-align: bottom;
}
.outcome-L {
	color: #ff0000 !important;
	font-size: 36px;
	font-weight: 900;
}
.outcome-W {
	color: #00ff00 !important;
	font-size: 36px;
	font-weight: 900;
}
.outcome-T {
	color: yellow !important;
	font-size: 36px;
	font-weight: 900;
}



.is-split {
 	outline: 3px solid black;
 	outline-offset: -3px;
}
.is-washout {
 	outline: 3px dotted white;
 	outline-offset: -3px;
}


.bowlorder-wrapper{
	width: 100%;
}

.bowlorder-inner {
	display: flex;
}

.button-up{
	width: 1.5em;
	font-weight: 900;
	font-size: 24px;
	height: 32px;
	line-height: 24px;
	background-Color: #c8c8e8;
	border: 2px solid #6060cc;
	border-radius: 6px;
	margin: 8px;
}
.button-up:active{
	background-Color: #a8a8e8;
}

.button-selector{
	font-size: 24px;
	line-height: 32px;
	height: 32px;
	margin: 8px;
}

.bowler-to-move {
	font-size: 24px;
	line-height: 32px;
	height: 32px;
	margin: 8px;
}	

.fading {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fading;
    animation-duration: 1s;
    animation-name: fading;
}
@-webkit-keyframes fading {
    from {
        color: white;
    }
    to {
        color: yellow;
    }
}
@keyframes fading {
    from {
        color: white;
    }
    to {
        color: yellow;
    }
}



.fading {
	-webkit-animation: fader 10s infinite;
    animation: fader 10s infinite;
}


@-webkit-keyframes fader {
  0%,100% { color: white; }
  50% { color: yellow; }
}

@keyframes fader {
  0%,100% { color: white; }
  50% { color: yellow; }
}
