/* Global Styles */
html,
body {
/*    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
    position: relative;*/
    overflow: hidden;
}
.leaderboardbtn{
    display:none !important;
}
.standard .hint-word,
.hint .standard-word {
    display: none;
}
.hint-word:before {
	content:"Hint:";	
	margin:0;
	padding:0;
}
.hint-word#noMoreHints {
    margin-top: 0.9em;
    line-height: 1.3em;
}

.hint-word#noMoreHints:before {
	content:"No more hints";	

}
.hint-word div {
	clear:both;	
	font-size: 1.2em;
}
.modal-active {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {  
    margin: 0;
}

a,
:hover {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

:focus {
    outline: none;
}

.hide {
    display: none;
}

/* End Global Styles */

/* Button Styles */
.btn {
/*    display: inline-block;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #aaa;
    color: #222;
    background: #fff none;
    letter-spacing: .1em;
    border-radius: 5px;
    margin: .5em;
    height: 3.5em;
    font-size: .9em;
    font-weight: bold;
    font-size: 1.1em;*/
}

.ldr-btn{
    background: #4C9726 !important;
    color: #FFF !important;
}

.grid-buttons{
/*        display: inline-block;
    padding: 5px 13px 5px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #aaa;
    color: #222;
    background: #fff none;
    letter-spacing: .1em;
    border-radius: 5px;
    margin: .5em;
    font-size: .9em;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 2px;
    background-color: #87CEEA;
    padding-bottom: 4px;*/
}

/*.btn.active {
    color: #333333;
    background-color: #9fc9ed;
    
}*/
.toggle-vis{
    display: none
}
/*.btn2 .btn.info {
    background-color: #99ccff;
	width:32%;
	margin:1em 5em;
}

.btn.settings {
    background-color: #fdfdbb;

}

.btn.settings.active {
    background-color: #f6f65d;
}

.btn2 .btn {
    width: 42%;  
}

.btn2 .btn:last-child {
    float: right;
}

.btn3 .btn {
    width: 29%;
}
*/
.button-time-container {
    display: inline-block;
    width: 62%;  /* 60% */
    vertical-align: middle;
    float: right;
}

.btn-name-input {
    height: 54px;
    margin-left: -5px;
    width: 54px;
}
#timeButtons {
	clear:both;
}
.btn-time-less {
    display: inline-block;
    width: 21% !important;
    float: left;
    margin: .5em 0 .5em .5em;
}

.btn-time-container {
    display: inline-block;
    width: 50% !important;
    float: left;
    cursor: default;
    margin: .5em 6px;  /* .5em 2px */
    background-color: #fff;
/*    margin-left: 13px;*/

}

.btn-time-more {
    display: inline-block;
    width: 21% !important;
    float: left;
/*    margin: .5em .6em .5em 0;*/
	margin:.5em 0;
}
.btn2 .btn:last-child.btn-time-more {
    float: left;
}

.btn-time-less:focus,
.btn-time-more:focus {
    background-color: #f6f65d;
}

/*
.btn-footer {
    background-color: #4C9726;
    line-height: 250%;
    color: #ffffff;
    font-size: 1.1em;
    height: 100%;
    font-weight: 300;
    margin: .5em auto;
    width: 40%;
    display: block;
    font-size: 1.3em;
}

.btn2 .btn-footer {
    display: inline-block;
    height: 2.5em;
    line-height: 1.4em;
}
*/
/*
#gameNoTime {
    width: 29%;
}
*/

/* End Button Styles */

/* Input Styles */
.name-input {
    background: white;
    border: 1px solid #337ab7;
    margin: 20px 0;
    padding: 6px 15px;
    font-size: 18px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.section-group{
    width:48%!important;
}

/* End Input Styles *(

/* Modal Styles */
.modal-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    background-color: #87CEEA;
}

.modal {
    width: 1000px;
    height: 96%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #337ab7;
    background-color: white;
}

.modal-score-name {
    text-align: center;
    background: white;
}

.modal-score-name .modal-line {
    margin-top: 20px;
    font-size: 1.3em;
}

.modal-leaderboard ul {
    list-style: none;
    margin: 0;
    padding: 9px 15px;
}

.modal-leaderboard ul li {
    margin-bottom: 10px;
    font-weight: bold;
}

.modal-leaderboard ul li:nth-child(odd) {
    color: #3c763d;
}

.modal-leaderboard ul li:nth-child(even) {
    color: #337ab7;
}

.modal-leaderboard ul li:last-child {
    margin-bottom: 0;
}

.modal-leaderboard-empty {
    text-align: center;
    color: #222!important;
    font-size: 1.1em;
    margin: 10px 0!important;
}

.modal-header {
    height: 60px;
    line-height: 50px;
    padding: 9px 15px;
    border-bottom: 1px solid #337ab7;
}

.modal-header img {
    float: right;
    padding: 0;
    margin: 0;
}

.modal-title {
    font-size: 1.7em;
    float: left;
    font-weight: bold;
}

.modal-title small {
    font-size: 0.7em;
}

.show-instructions {
    float: right;
    margin: 3px 0 0;
}

.modal-body {

}

.modal-part {
   /*padding: 5px 5px;*/
   padding:1em 1em 3em 1em;
}

/*.modal-part-line {
    padding: .5em;
    border-bottom: 1px solid #337ab7;
}
*/
.modal-p {
    padding: 9px 15px;
}

.modal-line {
    display: block;
    font-size: 1.1em;
    margin-bottom: 5px;
    padding-left: 20px;
}

.modal-line:last-child {
    margin-bottom: 0;
}

.modal-line-m-30 {
    margin-bottom: 30px;
}

.modal-word-list {
    list-style: none;
    padding: 0;
    margin: -5px 0 0;
}

.modal-word-list li {
    display: inline-block;
    margin-right: 5px;
}

.modal-pause-list {
    padding: 0;
    margin: -5px 0 0;
    list-style: none;
    font-size: 1.1em;
}

.modal-part:last-child {
    border-bottom: none;
}

.modal-part-title {
/*    font-size: 1.2em;*/
	font-size:1.6em;
	font-weight:normal;
/*    font-weight: bold;*/
    padding: .1em 0 0 .6em;
    margin: 0;
}

.modal-footer {
    padding: 1px 15px;
    border-top: 1px solid #337ab7;
}

.game-background{
   background-color: #c10120;  /*FE6565;  */
   border: 2px solid;
}
/* End Modal Styles */

/* Game Styles */
/*header {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #222;
}*/

.pause-button,
.toggle-button {
    height: 50px;
    cursor: pointer;
/*    border-right: 1px solid #222;*/
    display: inline-block;
    line-height: 50px;
    padding: .4em .5em .3em .4em;
	float:left;
}
.toggle-button-hint {
	float:right;
	height:auto;
	margin: 0 -1em 0 0;
}
/*.game-description-center {
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 25px;
    white-space: nowrap;
}*/
.game-description {
/*    position: absolute;
    left: 50%;
    top: 0;
    line-height: 25px;
*/
    white-space: nowrap;
	float:left;	
	margin:0;
	padding:0;
}
.game-name {
	float:left;
	margin: 0.2em 3em;
	padding:0;		
}
.game-name img {
	margin:0 auto;
	width:350px;	
}
/*.selected-word-center {
    position: absolute;
    left: 50%;
    top: 25px;
    line-height: 25px;
    white-space: nowrap;
	padding:.5em;	
}*/
.selected-word {
/*    position: absolute;
    left: 50%;
    top: 25px;
    line-height: 25px;

    white-space: nowrap;
*/
    padding: 0.2em;
    margin: 0;	
	float:left;
	border-bottom:1px solid #444444;
	width:100%;
	background-color:#ffffff;
}

.game-description-container {
/*    position: relative;
    left: -50%;
*/	
	padding:.3em 1em;	
	margin:0;
	font-size:2em;	
}

.selected-word-container {
/*    position: relative;
    left: -50%;*/
	float:right;
	clear:none;
	color:#000000;
	margin:-.2em;
	padding:0 .5em 0 1em;
	font-size:1.5em;
	font-weight:400;
}

.selected-word-ok {
    color: #3c763d;
}

.selected-word-bonus {
    color: #337ab7;
}

.selected-word-repeat {
    color: #8a6d3b;
}

.selected-word-bad {
    color: #a94442;
}

.time-container,
.score-container {
/*    height: 50px;*/
    float: right;
/*    border-left: 1px solid #222;
    line-height: 50px;
    padding: 0 20px;*/
	margin:.2em 1.5em .2em 1.5em;
}
.time-container {
	float: left;
	margin: 0px;
	padding: 0px;
}
.score-container h2 {
	font-size:1.5em;	
}
.score-container h3 {
	font-size:1.1em;	
	text-align:center;
}
aside {
    height: calc(100% - 51px);
    width: 25%;
    border-right: 1px solid #222;
    display: inline-block;
    position: relative;
    float: left;
}

.sidebar-top {
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color:#87CEEA;  /* green edf3b0  87CEEA; */
    border:2px solid;
}


.sidebar-inner {
    max-height: 100%;
    padding: 10px 15px;
}
.sidebar-inner h3 {
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 0 0 .3em 0;
}

.sidebar-title {
    font-size: 1.5em;
}

.sidebar-subtitle {
    font-size: 1.1em;
    margin-top: 5px;
}

.matches-list {
    list-style: none;
/*    margin: 10px 0 0;*/
    padding: 0;
    font-weight: bold;
    line-height: 1.5em;
	float:left;
	font-size: 1.2em;	
	margin: 0;	
}
#matchesList {
	
}
#bonusList {
	margin-top:3.5em;	
	clear: both;
	margin-top: 1em;	
}
main {
    display: inline-block;
    width: calc(75% - 5px);
    height: calc(100% - 54px);
    vertical-align: top;
    position: relative;
}

.game-canvas {
    margin: 5% 0 0 10%;
}

.timesUpModal {
    display: none;
    background-color: #ffffff;
    border: 1px solid #707070;
    margin: 0 auto;
/*    position: relative;*/
    top: 50%;
    width: 70%;
    height: 35%;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 15px;
    font-family: sans-serif;
    font-family: Segoe UI;
    box-shadow: 3px 3px 10px #333;
    z-index: 99999;
    position: absolute;
    left: 50%;
    margin-left: -35%;
}

.timesUpModal h2{
    line-height: 4;
    font-family: sans-serif;
    font-size: 3vw;
    margin-bottom: -5vh;
}

.timesUpBtns{
    margin: auto;
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.timesUpBtns .btn{
    font-size: 3vw !important;
    padding: 0.5vw 3vw 0.5vw 3vw !important;
    font-family: sans-serif;
    margin: 0 !important;
}

/* End Game Styles */

/* cheryl */
/*.col {
	float:left;
	margin:0;
	padding:0;	
}
.innerLeft {
	padding:0 3em 0 1em;
}
.innerRight {
	padding:0 1em 0 3em;
}
.span1of12 {
	width:8%;	
}
.span2of12 {
	width:16%;	
}
.span3of12 {
	width:24%;	
}
.span4of12 {
	width:32%;	
}
.span5of12 {
	width:40%;	
}
.span6of12 {
	width:49%;	
}
.span7of12 {
	width:57%;	
}
.span8of12 {
	width:65%;	
}
.span9of12 {
	width:73%;	
}
.span10of12 {
	width:81%;	
}
.span11of12 {
	width:89%;	
}
.span12of12 {
	width:99%;	
}*/

/*.float-center {
    float: left;
    width: 100%;
}

.float-center .col {
    margin: 0 auto;
    float: none;
}*/