/*

© 2022 by WordFit.com
Daily Numbers Puzzle
CSS File
 
*/

@font-face
{
  font-family: monospace-custom;
  src: url(/fonts/B612Mono-Regular.ttf);
}

html, body {
	height:100%;
	width: 100%;
}

body {
	background-color: #BC986A;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	touch-action: pan-y;
	text-align: center;
}

#main-container {
	background-color: #BC986A;
	color: #000000;
	display: inline-block;
	width: 100%;
	height: 100%;
	max-width: 640px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#page_status { 
    color: #000088;
    font-weight: normal;
    text-align: center;
    font-size: 150%;
	width: 100%;
	max-width: 640px;
}

#title_bar {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: normal;
	width: 100%;
	max-width: 640px;
	text-align: center;
    background-color: #DAAD86;
	color: #333333;
    border-style: solid;
    border-color: #DAAD86;
    border-width: 2px;
	border-top: none;
	border-bottom: none;
}

#copyright_info {
	text-align: center;
	font-size: small;
	width: 100%;
	max-width: 640px;
	margin-bottom: 2px;
}

#numbers_grid {
	height: 45%;
	width:100%;
	max-width: 640px;
	margin: 0px;
	text-align: center;
	border-width: 0px;
	border-color: #000000;
}

.puzzle_grid_row {
	text-align: center;
	width:100%;
}

.puzzle_grid_button {
	text-align: center;
	vertical-align: top;
	font-size: xx-large;
	height: 100%;
	padding: 0px;
	border-color: #333333;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

button {
	border: 1px solid black;
	border-radius: 0px;
	padding: 0px;
}

button::first-letter, input::first-letter {
  text-transform: uppercase;
  
}

.word_list {
	width: 100%;
	max-width: 640px;
	display: inline-grid;
	text-align: center;
	font-family: monospace-custom;
	font-weight: Semi Bold;
	grid-template-columns: 50% 50%;
	grid-auto-flow: column;
	grid-template-rows: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
	grid-gap: 0;
	height: 32%;
}

.puzzle_word {
	text-align: center;
}


.puzzle_word_found {
	color: #777777;
	text-align: center;
}

.keyboard {
	margin-top:auto;
	height: 13%;
	width:100%;
	max-width: 640px;
	margin-bottom:1px;
	text-align: center;
    position: absolute;
    bottom: 3px;
}

.kb-row {
	height: 27%;
	margin: 0 auto;
	text-align:center;
}

.kb-icon-top {
	margin-right: 1em;
}

.kb-icon-top-end {
	margin-right: 0em;
}

#rotateMessageDiv {
    border-style: solid;
    border-color: Black;
    border-width: 2px;
	background-color: yellow;
	color: black;
	padding: 30px;
	position: absolute;
	z-index: 999;
	margin: auto;
	display: none;
}

#dialogBoxBack {
	position: fixed;
	z-index: 998;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); 
    border-style: solid;
    border-color: Black;
    border-width: 2px;
	display: none;
}
  
/* (B) DIALOG BOX */
#dialogBoxInner {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 85%; 
	max-width: 550px;
    padding: 10px;
    background: #fff;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.dialog-title {
	text-align: center;
	color: blue;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.4em;
}

.dialog-text-center {
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.20em;
}

.dialog-text-bottom {
	color: black;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.4em;
}

.dialog-text-center-bottom {
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.4em;
}

.dialog-text-center-single {
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 0.4em;
}

.dialog-text {
	color: black;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.20em;
}

#ad01 {
	margin-left: auto;
	margin-right: auto;
	height: 60%;
	margin-top: 3%;
}

