
.home-thumb{
    text-align: center;
    margin-top: 45%;
}

.home-thumb h1{
    color: white;
}

.home-thumb .control-btn{
    box-shadow: gray 3px 3px 5px;
    border: solid 1px darkgray;
    width: 150px;
    border-radius: 10px;
}
#menuBar {
	padding: 0.0em 1em 0px;
	margin: 0px;
	border-bottom: 1px solid #555;
	overflow: hidden;
	position: absolute;
	width: 100%;
    top: 0;
    left: 0;
}
.gameBackground {
	background-color: #bed8ed;
	height: 93vh;
	margin: 1.5em 0 0 0;
}
#game-area{
    position: absolute;
    left: 0;
    top: 25px;  /* 0 */
    right: 0;
    bottom: 0;
}

.howToButton{
    margin-left: 110px !important;
    margin-top: 24px !important;
    background-color: deepskyblue !important;
    color: white !important;
    text-shadow: 1px 1px 1px #444;
    border: 2px solid #1a8cff !important;
}

.role-panel{
    position: relative;
}
.single-placement{
    bottom: 150px;
    left:200px;
}
.timer-label {
    font-size: 2em;  /* 60px; */
/*    margin-top:  40px; */
	margin:0;
	padding:0 1.5em;
/*    font-weight: 900; */
    color: green;
    text-shadow: white 2px 2px 2px;
	float:right;
}
.timer-label:before {
	content:"Time remaining:" ;
	padding-right:1em;
	color:#333333;
	font-size:.8em;
	letter-spacing:.05em;
}
.timer-label.single{
    padding-left: 360px;
}

.remain-label{
	/*TEMP DISPLAY NONE*/
	/*display:none;*/
    font-size: 1.2em;  /* 28px; */
    color: #000000; /* white; */
	margin: 2.0em 0px 0px 2.5em;
/*    mix-blend-mode: difference; */
/*    text-shadow: gray 1px 1px 2px; */
}
.remain-label.single{
/*    padding-left: 360px; */
}
.hint-label {
/*    margin-left: 40px;
    font-size: 30px;
    padding: 5px 30px;
    background-color: #7dc5e8;
    color: black;
*/
	font-size:1.5em;
	border:1px solid #aaaaaa;
	color:#444444;
	margin: 0.4em 0.5em.2em 1.8em;
	padding: 0.05em 1em .1em 0.5em;
	width: 180px;
	float: left;
	height: 1.6em;
}
#hint-label{
	background-color:#ffffff;
}

.hint-block {
	font-size:1.5em;
	border:1px solid #aaaaaa;
	color:#444444;
	margin: 0.4em 0.5em.2em 1.8em;
	padding: 0.05em 1em .1em 0.5em;
	width: 180px;
	float: left;
	height: 1.6em;
}
#hint-block{
	background-color:#ffffff;
}

.grid-btn {
    display: inline-block;
    width: 6em;
    height: 1em;
    line-height: 1em;
    font-size: 1.5em;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
    cursor: pointer;
    background: #333355;
    color: #ffffff;
    margin: 1em;
    -moz-border-radius: 10em;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    -khtml-border-radius: 10em;
    position: relative;
    padding: 10px;
    box-shadow: #bdbaba 2px 2px 4px;
    border: 1px solid darkgrey;
}

.owner-panel{
    color: white;
    position: absolute;
    left: 15px;  /* 30 */
    top: 5px;
    width: 300px;
    font-size: 20px;
    padding: 10px;
    z-index: 999;
}

.member-panel{
    color: white;
    position: absolute;
    right: 15px;  /* 30 */
    top: 5px;
    width: 300px;
    font-size: 20px;
    padding: 10px;
    z-index: 999;
}

.error-label{
    text-align: left;
    color: red;
	margin: 0 auto;
/*	margin:0 1em .5em 6em; */
	height:1.5em;
}
.error-label.single {
	margin: 0 1em .5em 22em;
}
#member-error {
	background-color:#F60;
}
#owner-error {
	background-color:#069;
}
#only-error {
	text-align: center;
/*	width: 40%;*/
/*	margin: 0 auto;	 */
	font-size:1.5em;
}

.name-label{
    text-align: center;
  /*  background: #7dc5e8; */
    color: black;
    padding: .5em; /*5px; */
    border: solid 1px black;
	margin:0;
}

.name-label.active{
/*    border: solid 2px yellow;
    color: red;
    font-weight: 600;  */
}
#owner-panel .name-label {
	background-color: #115f7c;
	color:#333333;
    font-weight: 600;
}
#owner-panel .name-label.active {
	background-color: #1e4e62;
	color:#ffffff;
}
#member-panel .name-label {
	background-color: #dd5526;
	color:#333333;
    font-weight: 600;
}
#member-panel .name-label.active {
	background-color: #a82f0f;
	color:#ffffff;
}


.list-pan{
    overflow-x: hidden;
    height: 490px;
  /*  background-color:   7dc5e8; */
  /*  margin-top: 10px; */
	margin:0;
    border: solid 1px black;
}
#owner-list-pan.list-pan {
	background-color: #115f7c;
}
#member-list-pan.list-pan {
	background-color: #dd5526;
}
.score-label {
    color: white;
    text-shadow: 1px 1px 2px #333;
    padding: .2em .5em;
}
.score-label.single {
    padding: .1em 0 .3em .5em;
	font-size:1em;
}
.scoreAndHint {
    color: white;
    text-shadow: 1px 1px 2px #333;
	border:1px solid #000000;
	overflow:hidden;
}
.scoreAndHint.owner {
    color: white;
	background-color: #115f7c;
}
.scoreAndHint.member {
    color: white;
	background-color: #dd5526;
}
.scoreAndHint div {
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}
.scoreAndHint .score-label {
	float:left;
	font-size:0.8em;
	width:39%;
}
.scoreAndHint .score-label.single {
	font-size:1em;
	width:30%;
}
.scoreAndHint .hint-label {
	float:right;
	font-size:0.8em;
	width:59%;
    color: white;
	display:block;
}
.scoreAndHint .hint-label.single {
	display:none;
}
.scoreAndHint #owner-score, .scoreAndHint #member-score {
	float:left;
	width:39%;
	font-size:1.1em;
}
/* .scoreAndHint #owner-hints, .scoreAndHint #member-hints { */
.scoreAndHint .hints {
	float:right;
	width:59%;
	font-size:1.1em;
	display:block;
}
.scoreAndHint .hints.single {
	display:none;
}
#owner-panel .score-label {
	background-color: #115f7c;
}
#member-panel .score-label {
	background-color: #dd5526;
}

.hint-panel{
    text-align:left; /* center; */
/*    background: #7dc5e8; */
    color: black;
/*    border: solid 1px black; */
	font-size: .8em;
	padding:  .1em .5em .3em; /* 1.8em 1em 1em; */
	margin: 0;
	border:1px solid #000000;
	border-top:none;
}
.hint-panel.owner {
	background-color:#77cce0;
}
.hint-panel.member {
	background-color:#ff9f89;
}
.menudivOuter {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	background-color: #b11c1c;
	overflow: hidden;
	z-index: 100000000;
	width: 100%;
	height: 100vh;
}
.menudiv {
 /*   border: 1px solid #77dd77; */
    text-align: left;
    position: absolute;
    top: 5%;
    left: 10%;
/*    transform: translate(-50%, 0); */
    width: 80%;
    background: #ffffff; /* ccffcc; */
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -khtml-border-radius: 1em;
    padding-bottom: 1em;
    margin-bottom: 10%;
    z-index: 9999;
	-webkit-box-shadow: 10px 10px 56px 53px rgba(0,0,0,0.62);
	-moz-box-shadow: 10px 10px 56px 53px rgba(0,0,0,0.62);
	box-shadow: 10px 10px 56px 53px rgba(0,0,0,0.62);
}
.menudiv.winner {
	background-image:url(../wordWheelWinnerBackground.jpg);
	height: 80vh;
	background-size:100%;
}
.menudiv.loser {
	background-image:url(../wordWheelLoserBackground.jpg);
	height: 80vh;
	background-size:100%;
}
.menudiv h2 {
    text-align: center;
    font-size: 2em;
	width:50%;
	float:left;
	margin: 0;
	padding: .5em;
}
.menudiv.winner h2 {
	font-size: 5em;
	margin: 3.0em 0 0 4em;
}
.menudiv.loser h2 {
	font-size: 3.5em;
	margin: 2.5em 0 0 7em;
}
.menudiv h2.owner {
	background-color: #026983;
	color: #ffffff;
    border-top-left-radius: .5em;
    border-top-right-radius: 0em;
}

.menudiv h2.owner.single {
	width:100%;
    border-top-right-radius: .5em;
}
.menudiv h2.member {
	background-color: #f53a0e;
	color:#ffffff;
    border-top-right-radius: .5em;
}
.menudiv h3 {
	text-align:center;
	width:100%;
	border-bottom:1px solid #aaaaaa;
	margin: 3.5em auto .5em
}
.hint-control-panel{
/*    margin-top: 10px;
    text-align: center;
	*/
  	width: 350px;
    margin-left: 50%;
    transform: translateX(-50%);
	/* margin: 10px auto; */
}
.hint-control-panel .coreBtn.action {
	margin:0 1.1em 0.9em 0;
}
.hint-control-panel.single{
/*    padding-left: 360px; */
	/* margin-left: 440px; */
}

.remainingWord {
    display: inline-block;
    width: 25%;  /* 33%; */
}
.wordColumn {
	/*TEMP DISPLAY NONE*/
	/*display:none;*/
	width:20%;
	margin:0;
	padding:0;
	float:left;
}
.wordColumn p {
	font-size: 1.5em;
	padding: 0 1em;
}
.closeButtonDiv {
	clear:both;
	width:100%;
}
.closeButtonDiv button.coreBtn.action {
	width:15%;
	margin: 1em 40%;
}
/*
.menudiv.winner .closeButtonDiv {
	margin:35em 0 0 0;
}
.menudiv.loser .closeButtonDiv {
	margin:35em 0 0 0;
}
*/
.menudiv.winner .closeButtonDiv button.coreBtn.action {
	margin: 1em 45%;
}
.menudiv.loser .closeButtonDiv button.coreBtn.action {
	margin: 5em 30% 1em 58%;
}
.currentWordGroup {
	margin:0 auto;
	width: 345px;
	display:none;
    background-color: #eef8fa;
	border:1px solid #eef8fa;
	padding:.5em 1em;
	border-radius:10px;
}
.currentWordGroup.single {
	/* margin-left: 430px; */
}
.currentWordGroup.active {
	display:block;
}
.currentWordGroup span {
	float:left;
	margin:0;
	padding:.5em 1em 0 0; /*.5em; */
	font-size: 1.2em;
}
.currentWordGroup input.form-control {
	width:76%;  /*95%;	*/
	height:2em;
	float:left;
	font-size:1.5em;
	color:#000000;
}
.currentWordGroup#owner input {
/*	border:1px solid #026983; */
}
.currentWordGroup#member input {
/*	border:1px solid #f53a0e; */
}
.currentWordButtons button.secondary {
    color: white;
    text-shadow: 1px 1px 2px #333;
	margin:	0.5em .3em 0.5em 1em;
	background-color:#178189;
	float:right;
}

/* --- Pop-Up Box --- */

.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 30px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

/* PopUp Content */

.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */

.close {
    color: #fff !important;
    float: right;
    font-size: 58px;
    font-weight: bold;
    width: 40px;
    margin-right: 10px;
}
.close:hover,
.close:focus {
    color: #fff;
}
.popup-header {
    background-color: deepskyblue;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 60px;
    margin-top: -20px;
}

.popup-header h2{
    text-align: center;
    padding-top: 14px;
}

.popup-body {
    margin-top: 10px;
    padding: 2px 16px;
    min-height: 520px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.popUpInfo{
    text-align: left;
}

.pictureSlot{
    margin-top: 40%;
}

.infoButtons button{
    background-color: deepskyblue;
    color: white;
    font-size: 16px;
    margin-right: 15px;
}
