@charset "UTF-8";
/* CSS Document */
/*search on "skin", then change values*/

#header{
	margin-top:0%;
	background-color:#009;
}

.encloser{
	margin-top:0%;
	background-color:#009; /*title skin color*/
}

/*button sequence: pmf home, pmf training home,words source, clean, instructions*/
#home_page{
	width: 11%;
}

#aboutButton{
	width: 18%;
}

#backgroundButton{
	width: 18%;
}

#cleanButton{
	width: 8%;
}

#instructionsButton{
	width: 17%;
}

#finishedButton{
	width: 18%; 
}

#h1_inline_center{
	/*display: inline-block;*/
	color: white;
	text-align: center;
	padding-left:4%;
	padding-right:7%;
}

#displayButtons{
	display:inline-block;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	padding:1%;
	width:92%;
	height:auto;
	float:left;
	background-color:#009; /*skin color*/
}

.body{
	background-color:#009; /*skinn color*/
	width: 100%;
	height:100%;
    padding: 0;    
}

#container{
	margin-top:0px;
}

#capture{
	margin-top:0px;
}

#grid-container{
	width:100%;
	padding-left:0.5%;
	background-color:black;
	margin-left:0%;
	padding-bottom:1.0%;
	height: 70%;
	overflow:auto;
}

.grid-container ::selection {
  background-color: transparent; /* Or match the cell's background color */
  color: inherit; /* Maintain original text color */
}

.grid-div {
    user-select: none;
    -webkit-user-select: none; /* For WebKit browsers */
    -moz-user-select: none;    /* For Firefox */
    -ms-user-select: none;     /* For Internet Explorer/Edge */
}

.draggable-line {
  position: absolute;
  width: 2px; /* Or height, depending on orientation */
  background-color: blue;
  cursor: grab;
}

#hr_divider{
	height: 2px;
	color: #FFFFFF;
	background-color:#009; /*skin color*/
	margin-bottom:0%;
}

#inner_8{
	width:100%;
	height: 500px;
	padding-left:0%;
	background-color:#009;
	/*background-color:black;*/
	margin-left:0%;
	margin-top:0px;
	margin-right:5px;
	padding-bottom:2%;
	overflow:auto;
}

#wrap{
	background-color:#009;
	display:inline;
	width:77%;
	height: 500px;
	margin-left:10%;
	overflow: auto; 
}

#wordsToFind{
	display:grid;
	grid-template-columns: repeat(auto-fill,minmax(20%, 1fr));
	width: 78%;
	background-color:#009; /*skin color*/
	row-gap: 0.1%;  
}

#wrap2{
	background-color:#009;
	width:100%;
	height: 500px;
	margin-left:0%;
	margin-top: 0%;
	overflow: auto; 
}

#wordsToFind2{
	display:grid;
	grid-template-columns: repeat(auto-fill,minmax(100%, 1fr));
	width: 100%;
	height: 500px;
	background-color:#009; /*skin color*/
	margin-top:0px;
	overflow: auto; 
	row-gap: 0.1%; 
}

#mat_container{
	margin-left: 0%;
	margin-top: 2%;
	background-color:#009;
	height: 200px;
	overflow: auto; 
}

#textarea{
	font-size: 18px;
}

#mat_container-2{
	margin-left: 2%;
	margin-top: 1%;
	background-color:#009;
	height: 800px;
	overflow: auto;
}

#mat_container-3{
	margin-left: 0%;
	margin-top: 2%;
	background-color:#009;
	height: 400px;
	overflow: auto;
}

.textWS{
	display:inline-block;
	width: 52%;
	margin-left: 25%;
	font-size: 18px;
}

#blanksTextarea{

}

.banner{
	margin:1%;
	/*margin-left:2%;*/
	margin-right:2%;
	margin-bottom:1%;
	/*width: 90%;*//*modified for AA*/
	width:100.5%;
	/*max-width:1385px;*/
	height: 100%;
	float:left;
	display:inline-block;
	background-color:#009;
	/*background-color:#FC0;*/
	/*background-color:#009;*/
	alignment: middle;
	/*background-color:#309;*/
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto\9; /* ie8 */
}

.banner_image_left{
	width: 90%;
	float:middle;
	height: 90%;
	display:inline-block;
	alignment: left;
	margin-right:5%;
}

b{
	height: 88%;
}

h1{
	color:#FF3366;
	color:#0000ff
}

#jsCode{
	display:none;
}

#randomCode{
	display:none;
}

#activeStringCount{
	display:none;
}

#gcCode{
	display:none;
}