@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;
}

body.modal-open {
    overflow: hidden;
}

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;
}

.unstart-butt {
	background-Color: #f00;
	color: white;
}	

.unstart-butt:active {
	background-Color: #f66;
	color: white;
}


.recap-butt {
	background-Color: #ccf;
}	

.recap-butt:active {
	background-Color: #d8d8ff;
}

#recap-window .modal-body {
	background-Color: black;
}


.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: 140px;
	display: table-cell;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
}

.bowler-lane img {
	margin-left: 10px;
	margin-top: -4px;
}

.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;
	position: relative;
}


.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;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU5YTNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjdhYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c86262 1%, #682222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c86262), color-stop(100%,#882222));
    background: -webkit-linear-gradient(top,  #c86262 1%,#882222 100%);
    background: -o-linear-gradient(top,  #c86262 1%,#882222 100%);
    background: -ms-linear-gradient(top,  #c86262 1%,#882222 100%);
    background: linear-gradient(to bottom,  #c86262 1%,#882222 100%);



    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;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU5YTNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjdhYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #8282c8 1%, #323288 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#8282c8), color-stop(100%,#323288));
    background: -webkit-linear-gradient(top,  #8282c8 1%,#323288 100%);
    background: -o-linear-gradient(top,  #8282c8 1%,#323288 100%);
    background: -ms-linear-gradient(top,  #8282c8 1%,#323288 100%);
    background: linear-gradient(to bottom,  #8282c8 1%,#323288 100%);



    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);

}



.undo-button {
	width: 66px;
	height:56px;
	border: 2px solid #444;
	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: #828282;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU5YTNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjdhYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a2a2a2 1%, #323232 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a2a2a2), color-stop(100%,#323232));
    background: -webkit-linear-gradient(top,  #a2a2a2 1%,#323232 100%);
    background: -o-linear-gradient(top,  #a2a2a2 1%,#323232 100%);
    background: -ms-linear-gradient(top,  #a2a2a2 1%,#323232 100%);
    background: linear-gradient(to bottom,  #a2a2a2 1%,#323232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#323232',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);

}


.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;
}

#newfeat-window .modal-body{
	font-size: 18px;
}

.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-modal .recap-headers {
	font-size: 24px;
}

.recap-subheaders {
	display: table-row; 
	margin-top: 5px;
	font-size: 18px;
	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-subheader {
	display: table-cell;
	color: #ff8;
	padding-left: 10px;	
	padding-right: 10px;
	text-align: center;
}

.recap-header-marks {
	display: table-cell;
	padding-left: 10px;	
	padding-right: 10px;
	text-align: center;
	color: #a8f;
}

.recap-marks {
	display: table-cell;
	text-align: center;
	color: #a8f;
}

.subhead-notstarted {
	color: #ff4444;
}

.subhead-progress {
	color: #ff9933;
}

.subhead-final {
	color: #44ff44;
}

.recap-game i {
	color: #ccccff;
}
.recap-series i {
	color: #ccccff;
}

	

.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; }
}

.pins-loading{
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 0px;
	font-size: 12px;
	height: 100px;
}
.pins-loading img{
	max-height: 80px;
}









.loadcenter {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  overflow: none;
}
.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, cyan, #fff);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}
.wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}


.split-is-washout {
	border: 1px solid #000099;
	background-Color: #e0e0ff;
	color: #000099;
	padding: 4px 8px 4px 8px;
	max-width: 80%;
	font-size: 14px;
}

.split-is-valid {
	border: 1px solid #009900;
	background-Color: #e0ffe0;
	color: #009900;
	padding: 4px 8px 4px 8px;
	width: min-content;
	font-size: 24px;
	font-weight: 600;
}

.split-is-invalid {
	border: 1px solid #990000;
	background-Color: #ffe0e0;
	color: #990000;
	padding: 4px 8px 4px 8px;
	width: min-content;
	font-size: 24px;
	font-weight: 600;
}


#recap-window .teambox {
	font-size: 20px;
}
#recap-window .modal-title {
	line-height:32px;
	font-size:28px;
	font-weight: 
}

#recap-window .recap-subeaders {
	font-size: 16px;
}

#recap-window .total-wrapper { 
	font-size: 20px;
}

#recap-window .recap-mode {
	font-size: 16px;
}

#recap-window .modal-header {
	background-Color: #703000;
	color: white;
	font-weight:900;
}
#recap-window .wins-wrapper {
	padding-top:2px;
	line-height: 18px;
	height: 20px;
}
#recap-window .modal-footer {
	background-Color: #703000;
	color: white;
}
#recap-window .outcome-W {
	font-size:16px;
}
#recap-window .outcome-L {
	font-size:16px;
}
#recap-window .outcome-T {
	font-size:16px;
}

#recap-window .btn-primary {
	background-Color: #c8b000;
	color: #000;
}

#recap-window .btn-primary:active {
	background-Color: #af9f00;
}


.recap-game-final {
	opacity: 1;
}
.recap-game-active {
	opacity: 0.6;
}
.recap-game-notstarted {
	opacity: 0.3;
}

.num-marks {
	color: #aaaaff;
	font-size: 12px;
	opacity: .75;
}

.poker-notice {
	color: white;
	font-size: 12px;
}


#recap-window .total-wrapper {
	line-height: 24px;
}


.unstart-option {
	display: none;
}