/*
Strudel Online
Fringe Media
fringemedia.ca
*/


/*General Layout*/

@media (max-width: 480px) {
	h2{font-size: 20px;}
	body {font-size: 12px;}
	.btn {font-size:12px;}
	.panel-title {font-size: 12px;}
	.panel-heading {padding: 5px 15px;}
}

@media (max-width: 1000px) {
#wrap > .container  {
	width: 100%;
}
}

.gameStatColbtn {font-size: 15pt;
    color: #fff;
    margin: 30px;
    position: absolute;
    top: 120px;
    z-index: 100;}

@media (max-width: 767px){
.hide-xs {
    display: none;
}
	#gameStatCol {
	    position: absolute;
    background: #333!important;
    z-index: 1000;
    width: 60%;
    border-radius: 0px 10px 10px 0px;
}
	.closeStatColbtn {    right: 0px;margin: 10px; top:auto;font-size: 16pt;}
}
@media (min-width: 768px){
	#gameStatCol {
	    display: block !important;    
}
}



/*SHUFFLED LETTERS*/
#shuffleHolder {text-align: center;}

#wordwrap {
    width: 240px;
    height: 318px;
    margin: -80px auto 55px;
    /*left: -2%;*/
    position: relative;
    }

/* make the letters spin, cool but a bit distracting..
#wordwrap {
    -webkit-animation: wordrotation 20s infinite linear;
}

@-webkit-keyframes wordrotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}

}

.suffledletter {
    -webkit-animation: letterrotation 20s infinite linear;
}

@-webkit-keyframes letterrotation {
    from {-webkit-transform: rotate(359deg);}
    to   {-webkit-transform: rotate(0deg);}
}*/

.suffledletter {
        text-align: center;
        /* background: rgba(253,255,3,0.9); */
        width: 50px;
        color: #333;
        /* border: 1px solid #666; */
        padding: 10px 0px;
        font-size: 28pt;
        display: inline-block;
        position: absolute;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.rewards{
	width: 90px;
	height: 90px;
	line-height: 15px;
	background-image: url(/resources/images/hexegon-yellow-angled.svg);
	background-size: contain;
	position: relative;
	margin: auto;
	display: block;
	text-align: center;
	position: absolute;
	right: 0px;
	/* top: 0px; */
	margin-top: -331px;
	/* border-radius:5px; */
}

.rewards > a, .rewards > a:focus {
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: auto;
	display: block;
	color:  #000000;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 9pt;
	transition: all 0.5s ease;
}





.rewards a:hover {
	color: #000000;
	text-decoration: none;
}




.rewards a:hover {
	/*width: 75px;
	height: 75px;
	line-height: 75px;*/
	color: rgba(0,0,0,0.7);
	/*text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);*/
	text-decoration: none;
}



#shuffle-letters .modal-title {text-align: center;color: #333;}

#bonus-count {
    
position: absolute;
    
bottom: 5px;
    
background: #dc0108;
    
width: 20px;
    
height: 20px;
    
text-align: center;
    
padding-top: 3px;
    
right: 11px;
    
border: 1px solid #fff;
    
color: #fff;
    
-webkit-border-radius: 50%;
    
-moz-border-radius: 50%;
    
border-radius: 50%;
    
line-height: 13px;
    
display: none;
}

#rewardsmenu {/* background: #fcff00; */text-align:left;padding: 0;width: auto;position: absolute;margin: 3px 5px 10px 25px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);z-index: 3;}
#rewardsmenu a{display: block;color: #000;white-space: nowrap;padding: 5px 10px;}
#rewardsmenu a:hover, #rewardsmenu a:focus{  color: #fff; background: #000;  }
#rewardsmenu:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fcff00;
  position: absolute;
  top: -19px;
  left: 5px;
  z-index: 1;
}

#rewardsmenu a.active {
	border: 1px solid #000;
    background: #be1b21;
    color: #fff;
}

/* arrow which acts as a background shadow */
#rewardsmenu:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent; /* arrow size */
	border-bottom-color: rgba(0,0,0,0.6);  /* arrow color */

	/* positioning */
	position: absolute;
	top: -24px;
	left: 255px;
	z-index: 0;
	top: -18px;
	left: 7px;
	filter: blur(3px);
}
#rewardsmenu .inner {
	    z-index: 4;
	    background: #fcff00;
	    position: relative;
	    padding: 5px;
	    border-radius: 2px;
}

@media (max-width: 1200px) {
	
	.rewards  {
        right: -59px;
    margin-top: -341px;
	}
	
}
@media (max-width: 768px) {
	
	.rewards  {
       right: 21px;
    margin-top: -291px;
	}
	
	#rewardsmenu {
		   right: 13px;
    margin-top: 4px;
	}
	
	#rewardsmenu:before, #rewardsmenu:after {
		    left: auto;
		right:20px
	}
	
}

@media (max-width: 468px) {
	.rewards  a {font-size: 9pt;}
	.rewards > a, .rewards > a:focus {
   
        line-height: 23px;
		width: 100%;
		height: auto;
    right: -19px;
    font-size: 7pt;
}
	.rewards  {
    width: 70px;
    height: 70px;
    right: -9px;
    margin-top: -261px;
    padding-top: 23px;
}
	#rewardsmenu {
		   right: 13px;
    margin-top: 29px;
	}
	
	#rewardsmenu:before, #rewardsmenu:after {
		    left: auto;
		right:20px
	}
}
@media (max-width: 350px) {
	.rewards  a {font-size: 9pt;}
	.rewards > a, .rewards > a:focus {
       line-height: 16px;
       width: 100%;
       height: auto;
       right: -19px;
       font-size: 6pt;
}
	.rewards  {
        width: 60px;
        height: 60px;
        right: 0px;
        margin-top: -220px;
        padding-top: 23px;
}
	#rewardsmenu {
		   right: 13px;
    margin-top: 20px;
	}
	
	#rewardsmenu:before, #rewardsmenu:after {
		    left: 96px;
	}
	
	#bonus-count {bottom: 0px; right: 6px;}
}

/*SHUFFLED LETTERS*/


/*FEEDBACK MODAL*/
#feedbackModal iframe {width:100% !important;}

#feedbackModal .modal-body::after {    display: block;
    position: relative;
    content: 'Thank you for leaving feedback, once you have submitted the form please scroll back up to the top if you would like to submit further feeback. ';
    bottom: 60px;
    margin: 0 10%;
    text-align: center;}

@media (min-width: 1000px) {
.modal-dialog {
    width: 800px;
}
}

.modal ul, .modal ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 1.8em;
}

.modal-body h2 {text-align: center;    margin: 20px 0;}

/*Dark Modal*/

.modal.dark .nav-tabs > li {
    border: 1px solid #fff;
    border-radius: 5px 5px 0 0;
    margin-right: 10px;
}
.modal.dark .nav-tabs > li:not(:first-child) {
    margin-left: -1px;
}
.modal.dark .tab-content{
        border: 1px solid #fff;
    padding: 10px 20px;
}



.modal.dark {/* background-color: #2d3032; */background-image: url(/resources/images/bg-02.jpg);background-size: cover;background-repeat: no-repeat;background-position: left top;}
.modal.dark .modal-body {
  /* background: #222222; */
  /* background-image: url(/resources/images/bg-modal-dark.jpg); */
  /* background-size: auto; */
  /* background-repeat: no-repeat; */
  /* background-position: left top; */
  color: #ddd;
  margin: 10px 0px 0px 5%;
  background: rgba(0,0,0,0.2);
}
.modal.dark .modal-content {
  background: rgba(0,0,0,0.5);
  /* background-image: url(/resources/images/bg-modal-dark.jpg); */
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
  border: 1px solid #999;
}

.modal.dark .modal-header {
  /* background: #2d3032; */
  border-bottom: 1px solid #999;
}
.modal.dark .modal-header h1, .modal.dark .modal-header h2, .modal.dark .modal-header h3, .modal.dark .modal-header h4 {
  color: #fff;
}

.modal.dark .modal-footer {
  /* background: #2d3032; */
  border-top: 1px solid #2a2c2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal.dark  {
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
  scrollbar-dark-shadow-color: #646464;
}

.modal.dark ::-webkit-scrollbar { width: 8px; height: 3px;}
.modal.dark ::-webkit-scrollbar-button {  background-color: #666; }
.modal.dark ::-webkit-scrollbar-track {  background-color: #646464;}
.modal.dark ::-webkit-scrollbar-track-piece { background-color: #000;}
.modal.dark ::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.modal.dark ::-webkit-scrollbar-corner { background-color: #646464;}
.modal.dark ::-webkit-resizer { background-color: #666;}

.modal.dark a {color:#ffffff;     margin: 0;}

.modal.dark a:hover {color:#333;}

.modal .nav-tabs {    padding: 0px; margin-bottom: -1px;}
@media (max-width: 480px) {.modal .nav-tabs {display:flex;} }
	
.modal.dark .nav-tabs > li.active > a, .modal.dark .nav-tabs > li.active > a:hover, .modal.dark .nav-tabs > li.active > a:focus {border-bottom:0px;     border-color: #fff;}
/*Dark Modal*/

/*Light Modal*/

.modal.light {/* background-color: #2d3032; */background-image: url(/resources/images/bg-light-02.jpg);background-size: cover;background-repeat: no-repeat;background-position: left top;}
.modal.light .modal-body {
  /* background: #222222; */
  /* background-image: url(/resources/images/bg-modal-dark.jpg); */
  /* background-size: auto; */
  /* background-repeat: no-repeat; */
  /* background-position: left top; */
  color: #333;
  margin: 10px 0px 0px 0px;
  background: rgba(255,2555,255,0.5);
}
.modal.light .modal-content {
  background: rgba(255,255,255,0.8);
  /* background-image: url(/resources/images/bg-modal-dark.jpg); */
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
  border: 1px solid #999;
}

.modal.light .modal-header {
  /* background: #2d3032; */
  border-bottom: 1px solid #ccc;
}
.modal.light .modal-header h1, .modal.light .modal-header h2, .modal.light .modal-header h3, .modal.light .modal-header h4 {
  color: #fff;
}

.modal.light .modal-footer {
  /* background: #2d3032; */
  border-top: 1px solid #2a2c2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal.light  {
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
  scrollbar-dark-shadow-color: #646464;
}

.modal.light ::-webkit-scrollbar { width: 8px; height: 3px;}
.modal.light ::-webkit-scrollbar-button {  background-color: #666; }
.modal.light ::-webkit-scrollbar-track {  background-color: #646464;}
.modal.light ::-webkit-scrollbar-track-piece { background-color: #000;}
.modal.light ::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.modal.light ::-webkit-scrollbar-corner { background-color: #646464;}
.modal.light ::-webkit-resizer { background-color: #666;}

.modal.light a {color:#ffffff;}

.modal.light a:hover {color:#333;}

/*Light Modal*/

h5 {font-size: 120%; font-weight: bold;}

.hide {display: none;}

rematchFormul.inline, ol.inline {
    margin-left: 0;
    list-style: none;
}
ul.inline > li, ol.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.card {
	    background: url(/resources/images/hexegon-green-angled.svg);
	    width: 500px;
    height: 500px;
    position: relative;
    margin: 10px auto 0px auto;
    background-size: cover;
}

p.reward-text {font-weight: bold;
    border-radius: 20px;
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14pt;
clear: both;}

@media (max-width: 768px) {
    .mobile-flex {display: flex; flex-wrap: wrap;}
    .mobile-col-1, .mobile-col-2, .mobile-col-3 {width: 100%;}
    .mobile-col-1 {order: 1;}
    .mobile-col-2 {order: 2; margin-top: -30px;}
    .mobile-col-3 {order: 3;}
}
@media (max-width: 1000px) {
	.card {
	   width: 460px;
    height: 460px;
}
    
}
@media (max-width: 468px) {
	.card {
	    width: 320px;
	    height: 320px;
}
    
}

@media (max-width: 350px) {
	.card {
	    width: 260px;
	    height: 260px;
}
}

.navbar {z-index: 120;-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);border-radius: 0;background: #fff;}

.form-inline input { width: 100%;}

.form-inline .row {     border-bottom: 1px solid #ddd;    padding: 10px 0px !important;}


.form-inline  output {    padding-top: 3px;}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.9px 0.9px 2.3px #000031, 0px 0px 0.9px #00004b;
  border: 3px solid #00001e;
  height: 25px;
  width: 25px;
  border-radius: 48px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(82, 149, 206, 0.78);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(48, 113, 169, 0.78);
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0.9px 0.9px 2.3px #000031, 0px 0px 0.9px #00004b;
  border: 3px solid #00001e;
  height: 25px;
  width: 25px;
  border-radius: 48px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(32, 76, 113, 0.78);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: rgba(48, 113, 169, 0.78);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0.9px 0.9px 2.3px #000031, 0px 0px 0.9px #00004b;
  border: 3px solid #00001e;
  height: 25px;
  width: 25px;
  border-radius: 48px;
  background: #ffffff;
  cursor: pointer;
  height: 11.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(48, 113, 169, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(82, 149, 206, 0.78);
}




/*.card {
	width: 300px;
	height: 300px;
	background: #04a44a;

	position: relative;
	margin: auto;
}

.card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 90px solid #04a44a;
	border-left: 90px solid #000;
	border-right: 90px solid #000;
	width: 120px;
	height: 0;
	-webkit-box-sizing: content-box;

	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.card:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 90px solid #04a44a;
	border-left: 90px solid #000;
	border-right: 90px solid #000;
	width: 121px;
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}*/

.call-strudel, .call-strudel:focus {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background-image: url(/resources/images/hexegon-red-angled.svg);
	background-size: contain;
	position: relative;
	margin: auto;
	display: block;
	color:  #ffffff;
	text-transform: uppercase;
	/* font-weight: bold; */
	position: absolute;
	letter-spacing: 1px;
	right: -40px;
	margin-top: -80px;
	font-size: 12pt;
	transition: all 0.5s ease;
}

.call-strudel:hover {
	/*width: 75px;
	height: 75px;
	line-height: 75px;*/
	
	color: #000000;
	/*text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);*/
	text-decoration: none;
}

@media (max-width: 1200px) {
	.call-strudel, .call-strudel:focus {
        right: -61px;
    margin-top: -59px;
}
}
@media (max-width: 768px) {
	.call-strudel, .call-strudel:focus {
            right: 15px;
    margin-top: -59px;
}
}
@media (max-width: 468px) {
	.call-strudel, .call-strudel:focus {
    width: 80px;
    height: 80px;
    line-height: 80px;
    right: -11px;
    margin-top: -39px;
    font-size: 8pt;
}
}
@media (max-width: 350px) {

	.call-strudel, .call-strudel:focus {
        width: 70px;
        height: 70px;
        line-height: 70px;
        right: -11px;
        margin-top: -35px;
        font-weight: normal;
        font-size: 7pt;
        letter-spacing: 1px;
}
}

.btn {transition: background-color 0.5s ease;}

.left-col {padding-right: 20px;}

#loginForm {   z-index: 100;
    position: relative;
    padding: 95px 30px 0px 30px;
    text-align: center;}
	
	#loginForm .btn-primary {margin:10px;}
#loginForm input[type=text] { color:#333333;}	
	#myPoints .label {font-size:100%;}
	
	#playArea {text-align:center;width: 100%;margin: -110px auto 0 ;padding: 0;position: relative; z-index: 10;}
	
	#playArea .btn  {margin: 10px;margin: 20px auto;display: inline-block;width: 49%;}
    
@media (max-width: 468px) {
    #playArea .btn  {margin: 5px auto; width: 48%;}
    #playArea {margin-top:-40px;}
}


	
	#hand {
    position: relative;
    text-align: center;
    color: #333333;
    display: block;
    background: #fefefe;
    margin: 0px 28%;
    top: 66px;
    font-size: 16pt;
    min-height: 40px;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;
    }
	
	ul.guesses {
    position: relative;
    margin-top: 100px;
    width: 60%;
    /* border: 1px solid #ffffff; */
    height: 240px;
    margin: 80px auto 0 auto;
    padding: 0px 20px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style:none;
    font-size: 15pt;
    }

@media (max-width: 468px) { 
    #hand {
            position: absolute;
            /* bottom: 27px; */
            /* z-index: 100; */
            /* width: 135px; */
            height: 30px;
            min-height: 30px;
            line-height: 27px;
            top: 30px;
            font-size: 12pt;
            /* min-height: auto; */
            /* top: auto; */
            margin: 0 28%;
            width: 44%;
    }
    
    ul.guesses {
                padding-top: 0px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    text-align: left;
    margin-top: 0;
    padding-top: 72px;
    font-size: 10pt;
    width: 82%;
    }
}
  
   .guesses li.correct {
}
   /*.guesses li.incorrect .word { text-decoration:line-through; }*/
.guesses li.incorrect .word {position: relative;color: #dc0108;display: inline-block;text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);} 
.guesses li.incorrect .word::before {
    content: '';
    /* border-bottom: 1px solid #dc0108; */
    width: 100%;
    position: absolute;
    right: 0;
    top: 52%;
    opacity: 0.8;
}
    .guesses li.correct:before {
   font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   content: "\f05d";
   font-size: 120%;
   line-height: 90%;
   }
   .guesses li.incorrect:before {
   text-decoration:line-through;
   font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   content: "\f05c";
   font-size: 120%;
   text-decoration: none;
   color:#da030a;
   line-height: 90%;
   text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
   }
 

   
	
	#strudelPlayArea {text-align: center;margin-top: -110px;background: rgba(0,0,0,1);}

    @media (max-width: 468px) { #strudelPlayArea { width: 100%;     margin-bottom: 5px;     margin-top: -20px;}  }
	
	#waiting {    position: relative;
    top: 100px;
    text-align: center;}
	
	#wordform {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
    margin-top: 0px;
    width: 100%;
    }
	
	#wordform textarea  {background: #000000;
    border: 0px;  width: 100%;}
    
@media (max-width: 468px) { #wordform textarea {width: 50%;     float: left;    height: 34px;    padding: 8px 5px 0px;}}
	
	ul.unstyled {
    list-style: none;
    padding: 0;
    font-size: 90%;
    clear: both;
    } 
	
	#updates {
    list-style: circle;
    padding: 0 0 0 17px;
    font-size: 90%;
    height: 175px;
    overflow-y: scroll;
    }
	#updates li{
    border: 1px solid transparent;
    }
	
	/*
 *  STYLE 3
 */

#updates::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
	background-color: #000;
}

#updates::-webkit-scrollbar
{
	width: 6px;
	background-color: #000;
}

#updates::-webkit-scrollbar-thumb
{
	background-color: #fff;
}

.time {
        position: absolute;
          bottom: 26px;
        text-align: center;
        width: 135px;
        left: -70px;
	    z-index: 100;
        height: 145px;
    }

.svg-hexagonal-counter {
    width: 100%;
    height: 0px;
}
.svg-hexagonal-counter .counter {
    width: 100%;
    height: 140px;
    background: #000;
    border-radius: 50%;
    }

.svg-hexagonal-counter h2 {
    text-align: center;
    position: absolute;
    line-height: 109px;
    width: 100%;
    font-size: 18pt;
}

@media (max-width: 468px) {
	.time {
    bottom: -16px;
    width: 90px;
    left: -23px;
    height: 91px;
}
	.svg-hexagonal-counter h2 {
    font-size: 12pt;
    line-height: 56px;
}
	.svg-hexagonal-counter .counter {
    height: 90px;
    }
	
}
@media (max-width: 350px) {
	.time {
        bottom: 76px;
        width: 70px;
        left: -23px;
}
	.svg-hexagonal-counter h2 {
    font-size: 10pt;
}
	
}

#progressUpdate{
    position: absolute;
    width: 100%;
    top: -10px;
    text-align: center;
    font-size: 11pt;
    z-index: 100;
    }

#progressUpdate .label {font-size: 12pt;}

@media (max-width: 468px) {
    #progressUpdate {
        bottom: -219px;
        top: auto;
    }
    
    #progressUpdate .label {
        font-size: 10pt;
    }
	
}
@media (max-width: 350px) {
    #progressUpdate {
        bottom: -219px;
        top: auto;
    }
    
    #progressUpdate .label {
        font-size: 10pt;
    }
	
}

/* Sticky footer styles
      -------------------------------------------------- */

      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
        background:#000;
        background-image: url(/resources/images/bg-01.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        color:#fff;
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 80%;


        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -150px;
		  z-index: 10;
    position: relative;
      }

      #table {
        margin-top: 5px;
      }

      /* Set the fixed height of the footer here */
      #footer {
        height: 150px;
		  display: none;
      }
      #footer {
      background-color: #000000;
    overflow: scroll;
    width: 50%;
    color: #FFFFFF;
    opacity: 0.3;
    margin: auto;
		      z-index: 9;
    position: relative;
      }
      #footer #log:before {
        font-size: 36px;
        font-weight: bold;
        content: "Logging";
        float: left;
        margin-left: -230px;
        margin-top: 65px;
        position: fixed;

      }

#debug {    display: block;
    text-align: center;
	list-style-position: inside;}

#tableList {
        background-color: #eee;
        overflow:scroll;
        color: #555;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

.text-error {color: #dc0108;margin: 0;}

#tableList .player {margin-top:20px;}

#tableList .row {padding: 5px 0px;}
#tableList a {color: #333333;}
#tableList a:hover {color: #333333;}

#tableList a.btn-primary {color: #ffffff;white-space: normal;}
#tableList a.btn-primary:hover {color: #dddddd;}

#tables a {color:#ffffff;}
#tables a:hover {color: #ffffff;}

.pickTable {display: block;background: #337ab7;padding: 5px;border: 1px solid #337ab7;margin-bottom: 5px;border-radius: 5px;text-align: center;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);}
.pickTable:hover, .pickTable:focus{background: #337ab7;border: 1px solid #333;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);}
#tableList .pickTable .row {padding: 0px 10px;}
.pickTable .row .col-xs-6 {padding: 0px 5px;color: #fff;}

.pickTable.pickRematch  {cursor: pointer;color: #fff;width: 50%;margin: auto;}
.pickTable.pickRematch .row { margin: 0;}

@media (max-width: 468px) {.pickTable.pickRematch  {width: 100%;}}

#tableList h3 {margin: 0 0 20px 0;}

#tableList .row {margin: 0px;}
.refreshTables  {color:#333 !important;}


.panel-default > .panel-heading {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.noTables {
    display: block;
    background: #efefef;
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    color: #333;
}

#tableList .panel-title a {
    color: #ffffff;
}

.modal {color:#666666;     padding: 15px;}

/* The side navigation menu */
.side-elem {
    height: 90%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 110; /* Stay on top */
    top: 8%; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-radius: 0 10px 10px 0px;
    overflow: hidden !important;
}

@media (max-width: 468px) {.side-elem { top: 10%; /* Stay at the top */} }

/* The navigation menu links 
.side-elem a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}*/

/* When you mouse over the navigation links, change their color */

.side-elem a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.side-elem .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.side-elem .inner {overflow-y: scroll; height: 100%;}

.float-right {float:right;}

.disabled {opacity: 0.5;}

.scoreboard  {padding-left: 0px;min-height: 100px;}
.scoreboard li {list-style:none; position:relative;}
.scoreboard .playerName {width:80%; display:inline-block;}
.scoreboard .playerScore {width:18%; text-align:center; display:inline-block;}

.alert {margin-top:10px;}

/*Points Meter v1

.point-meter {padding-top: 10px;}

.hexegons {width: 50%;float: left;margin-left: 0px;padding-left: 0;max-height: 90px;}
.letter {width: 50%;float: left;padding: 0px 0px 0px 10px;line-height: 80px;margin-top: -10px;font-size: 24pt;line-height: 72pt;}


.hexegons li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 27.85714285714286%;
    padding: 0 0 32.16760145166612% 0;
    -o-transform: rotate(-30deg) skewY(30deg);
    -moz-transform: rotate(-30deg) skewY(30deg);
    -webkit-transform: rotate(-30deg) skewY(30deg);
    -ms-transform: rotate(-30deg) skewY(30deg);
    transform: rotate(-30deg) skewY(30deg);
    overflow: hidden;
    visibility: hidden;




}	

.hex {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdbf00;
	opacity: 0.2;
    -o-transform: skewY(-30deg) rotate(60deg);
    -moz-transform: skewY(-30deg) rotate(60deg);
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
    overflow: hidden;
	transition: all 0.5s ease;
}
li:hover .hex, li.scored .hex {opacity: 1;}

.hexegons li:nth-child(3n+2) {
  margin: 0 1%;
}

.hexegons li:nth-child(6n+4), .hexegons li:nth-child(6n+5), .hexegons li:nth-child(6n+6) {
    margin-top: -6.9285714285%;
    margin-bottom: -6.9285714285%;
    -o-transform: translateX(50%) rotate(-30deg) skewY(30deg);
    -moz-transform: translateX(50%) rotate(-30deg) skewY(30deg);
    -webkit-transform: translateX(50%) rotate(-30deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-30deg) skewY(30deg);
    transform: translateY(20%) rotate(-30deg) skewY(30deg);
}



.hx1 {display: block; margin: auto;}
.hx2 {transform: translateY(-50%) rotate(-30deg) skewY(30deg) !important;}
.hx3 {display: block; margin: auto;}
.hx4 {display: block; margin: auto;}
.hx5 {transform: translateY(-29%) rotate(-30deg) skewY(30deg) !important;}
.hx6 {display: block; margin: auto;}
.hx7 {display: block;margin: auto;transform: translateY(-6%) translateX(100%) rotate(-30deg) skewY(30deg) !important;}

.levels {width: 100%;margin-bottom: 10%;max-width: 240px;}

.level-1 .hex {background: #0073c1;}
.level-2 .hex {background: #05a348;}
.level-3 .hex {background: #fdff03;}
.level-4 .hex {background: #dc0108;}
.level-5 .hex {background: #0073c1;}
.level-6 .hex {background: #05a348;}
.level-7 .hex {background: #fdff03;}

@media (max-width: 767px) {
	
	.levels {
    width: 14.2%;
    margin-bottom: 3%;
    float: left;
}
	.hexegons {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0 0 0 0%;
}
	.letter {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 15% 0 0;
    margin: 0;
    line-height: 130%;
}
}
@media (min-width: 1200px) {
	.levels {
    margin-bottom: 5%;
}
}
@media (max-width: 468px) {
	.point-meter {
        position: relative;
    width: 93%;
    top: 0px;
        margin: auto;
}
}


/*Points Meter v1*/

/*Points Meter V2*/

.letter {
    width: 100px;
    float: left;
    padding: 0px 0px 10px 0px;
    line-height: 80px;
    margin-top: -13px;
    font-size: 24pt;
    line-height: 72pt;
    display: block;
    text-align: center;
    z-index: 100;
    position: relative;
}
/*.letter:hover,*/ .letter.scored {text-shadow:
    0 0  5px #fff, 
    0 0  10px #fff, 
    0 0  15px #fff, 
    0 0  20px #ff0008, 
    0 0  35px #ff0008, 
    0 0  40px #ff0008, 
    0 0  60px #ff0008, 
    0 0  90px #ff0008 }

.hexegons li * {
    visibility: visible;
}

.level-1 .hex_2:after {border-bottom-color: #0073c1;}
.level-2 .hex_2:after {border-bottom-color: #05a348;}
.level-3 .hex_2:after {border-bottom-color: #fdff03;}
.level-4 .hex_2:after {border-bottom-color: #dc0108;}
.level-5 .hex_2:after {border-bottom-color: #0073c1;}
.level-6 .hex_2:after {border-bottom-color: #05a348;}
.level-7 .hex_2:after {border-bottom-color: #fdff03;}

.hexegons2 {width: 100%;float: left;margin-left: 0px;margin-top: 0px;padding-left: 0;/* max-height: 90px; */position: relative;list-style: none;z-index: 99;}

.hex_2 {
	position: absolute;
	opacity: 0.2;
	overflow: hidden;
	transition: all 0.5s ease;
	width: 100%;
	height: auto;
	padding-left: 0%;
	padding-bottom: 100%;
	overflow: hidden;
}
.hex_2:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 44px solid ;
}

/*li:hover .hex_2,*/ li.scored .hex_2 {opacity: 1;}
.hexegons2 li {width: 44px;height: 44px;position: absolute;}

@media (min-width: 768px) {.point-meter {padding-left: 50px;}}

@media (max-width: 768px) {
    .hexegons2 li {
    width: 30px;
    height: 30px;
    }
    .hex_2:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #4679BD;
}
    .levels {
    width: 14.2%;
    margin-bottom: 3%;
    float: left;
}
 
    .letter {    width: 67px;
    padding: 0px 0px 10px 0;
    line-height: 80px;
    margin-top: -5px;
    font-size: 12pt;
    line-height: 40pt;
    display: block;}
}



@media (max-width: 468px) {
    
       .letter {
    width: 14.2%;
    padding: 0px 0px 10px 18px;
    line-height: 80px;
    margin-top: -13px;
    font-size: 12pt;
    line-height: 40pt;
    display: block;
}
    
    .hexegons2 li {
    width: 20px;
    height: 20px;
    }
    .hex_2:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #4679BD;
}
}



.hexegons2 li:nth-child(1) {
    transform: translateY(0px) translateX(0%) rotate(0deg);
}
.hexegons2 li:nth-child(2) {
    transform: translateY(0%) translateX(65%) rotate(180deg);
}
.hexegons2 li:nth-child(3) {
    transform: translateY(0%) translateX(130%) rotate(0deg);
}
.hexegons2 li:nth-child(4) {
    transform: translateY(110%) translateX(0%) rotate(180deg);
}
.hexegons2 li:nth-child(5) {
    transform: translateY(110%) translateX(65%) rotate(0deg);
}
.hexegons2 li:nth-child(6) {
    transform: translateY(110%) translateX(130%) rotate(180deg);
}

@media (max-height: 769px) and (min-width: 480px) {
	.letter {
    width: 80px;
    line-height: 58pt;
}
	.hexegons2 li {
    width: 36px;
    height: 34px;
}
	.hex_2:after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 34px solid;
}
	
}

/*Points Meter V2*/




/*Modal Popups*/
.modal-body { padding: 24px 15px 15px 15px; overflow-y: auto;    max-height: 75vh; }
.modal-footer {	text-align: center;}
.modal-header {    margin: 10px 5% 0px;}
.modal-footer {    margin: 0px 5%;}

.winner .modal-header {    border-bottom: 1px solid #82d1a4;}
.winner .modal-footer {    border-top: 1px solid #82d1a4;}

.alert .modal-header {    border-bottom: 1px solid #111111;}
.alert .modal-footer {    border-top: 1px solid #111111;}

.winner .modal-title, .alert .modal-title, .modal-title { font-size: 16pt; }

.winner .modal-header .close, .alert .modal-header .close, .modal-header .close  {
    margin-top: -2px;
    position: absolute;
    right: -8px;
    top: -9px;
    background: #ffffff;
    border-radius: 50%;
    padding: 2px 6px;
    opacity: 1;
    color: #333333;
    /* border: 1px solid #ffffff; */
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

#modalWindow .modal-footer .btn-secondary{/*width:100px; height: 32px;*/ transition: none;}


.winner .modal-content , .alert .modal-content{ text-align: center;}
.winner .modal-content { background: #05a348; color: #ffffff;}
.winner .btn-secondary {background: #ffffff; color: #333333;}

.alert .modal-content {     background: #fdbf00;    color: #111111;}
.alert .btn-secondary {background: #111111; color: #ffffff;}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#post-game-content {display: none;border: 1px solid #666;padding: 10px;border-radius: 10px;margin-top: 15px;}


#rematchForm {margin-top: 10px;}
#rematchForm output {color:#ffffff;     text-align: center; padding-top:0px}
#rematchForm input, #rematchForm select {color:#333;    }
#rematch {margin-bottom: 0px; margin-top: 0px;}


.soft-hide {display:none;}

.panel-title a {display: block; padding: 5px;}

/*View Stats*/

.player-stats {width: 90%;text-align: center;margin: 0 5%;}
.player-stats th{
    text-align: center;
    width: 33.33%;
    background: #eee;
    }
.player-stats td{
    text-align: center;
    width: 33.33%;
    }


.player-stats th:not(:last-child), .player-stats td:not(:last-child){
    border-right: 1px solid #ccc;
    }

/*View Stats*/

/*Profile CSS*/
.profile-links {list-style: none;margin: 0px 5%;padding: 0px;}
.profile-links li{list-style: none;margin: 0 0 10px 0;padding: 5px;border-bottom: 1px solid #ececec;}

.profile-edit, .profile-save, .profile-cancel {float: right;
    font-size: 8pt;
    padding: 5px;}
.profile-input-row {display: none;}

.profile-input-row input {width: 40%;
    padding: 4px 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 1%;
    border: none;
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.2);
}

.profile-input-row input.error {-webkit-box-shadow: inset 0px 0px 2px 0px rgba(255,0,0,1);
-moz-box-shadow: inset 0px 0px 2px 0px rgba(255,0,0,1);
box-shadow: inset 0px 0px 2px 0px rgba(255,0,0,1);}



/*Profile CSS*/


/*Login CSS*/

.signup-row {margin-top:20px;}
.login-signup input {width:100%; color:#666666;}


.login-signup input.error, 
.login-signup input.error:-webkit-autofill,
.login-signup input.error:-webkit-autofill:hover, 
.login-signup input.error:-webkit-autofill:focus, 
.login-signup input.error:-webkit-autofill:active   { background-color:#f2dede; border:1px solid #FF0000;}

.login-signup .btn { color:#ffffff;}

/*Login CSS*/

/*Dashboard CSS*/
.dashboard #console {width: 100%; padding: 10px; border:1px solid #ffffff; border-radius: 5px;  }
table.decks td {border:1px solid #333}
table.decks td {vertical-align: top;padding: 2px 5px;}
/*Dashboard CSS*/


/*Highlight elements*/
@-webkit-keyframes yellow-fade {
   0% {border: 1px solid #fcff00;}
   100% {border: 1px solid transparent;}
}
@keyframes yellow-fade {
   0% {border: 1px solid #fcff00;}
   100% {border: 1px solid transparent;}
}

.highlight {
   -webkit-animation: yellow-fade 1s ease-in 1;
   animation: yellow-fade 1s ease-in 1;
	
}
/*Highlight elements*/

/*New Input*/

.grid-square {
	    width: 70px;
	    height: 60px;
	    line-height: 59px;
	    font-size: 26pt;
	    height: 70px;
	    background-image: url(/resources/images/tile-colored-up-new.png);
	    background-size: contain;
	    display: inline-block;
	    color: #000;
	    text-align: center;
	    /* border: solid 1px rgb(0,0,0,0.2); */
	    padding: 0px;
	    margin: 0px;
	    cursor: pointer;
	    transition: all 0.3s;
}

.drag-enabled .grid-square  {transition: initial;}

.grid-square.disabled {
   /* background-image: url(/resources/images/tile-white-down.png);*/
	    font-size: 25pt;
	opacity: 0;
	transform: scale(0.5);
	
}

.grid-square.undo {
    background-image: url(/resources/images/tile-grey-up.png);
	transition-property: transform, opacity;
}
.grid-square.undo.disabled {
    background-image: url(/resources/images/tile-grey-up.png);
}

#word-entered {
    margin: 20px 0 10px;
    height: 35px;
    font-size: 18pt;
    letter-spacing: 2px;
    /* z-index: 100; */
    }

.undo  {width: 60px;height: 60px;top: 11px; margin-top: 30px; font-size: 22pt;     color: #ddd;}

.undo .glyphicon {font-size: 70%;
    padding-top: 34%;
    display: block;}

.glyphicon-option-horizontal {display: none !important;}

@media (max-width: 1200px) {
.grid-square {
	        width: 65px;
    height: 60px;
    line-height: 61px;
    font-size: 26pt;
    height: 65px;
}
	.grid-square.disabled {
		font-size: 25pt;
	}
}
@media (max-width: 1000px) {
.grid-square {
	     width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 23pt;
    height: 60px;
}
	.grid-square.disabled {
		font-size: 22pt;
	}
}
@media (max-width: 768px) {
.grid-square {
	     width: 55px;
	     line-height: 45px;
	     font-size: 22pt;
	     height: 55px;
	     padding: 6px;
	     margin: 2px;
}
}


@media (max-width: 480px) {
.grid-square {
	 width: 47px;
	 line-height: 42px;
	 font-size: 13pt;
	 height: 47px;
	 padding: 0;
	 margin: 0;
}
	
	.grid-square.disabled {
		font-size: 12pt;
	}
	
	#word-entered {
    margin: 10px 0 10px;
    height: 25px;
    font-size: 14pt;
    letter-spacing: 2px;
    }
	
}

@media (max-width: 350px) {
.grid-square {
	 width: 37px;
	 line-height: 33px;
	 font-size: 13pt;
	 height: 37px;
	 padding: 0;
	 margin: 0;
}
}


/*New Input*/

/*DRAG INPUT*/
.swap-threshold-indicator {
	background-color: #0079bf;
	height: 100%;
	display: inline-block;
}

.inverted-swap-threshold-indicator {
	background-color: #0079bf;
	height: 100%;
	position: absolute;
}

.indicator-left {
	left: 0;
	top: 0;
}

.indicator-right {
	right: 0;
	bottom: 0;
}

.num-indicator {
	position: absolute;
	font-size: 50px;
	width: 25px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	color: white;
}
.nested-sortable, .nested-1, .nested-2, .nested-3 {
	margin-top: 5px;
}

.nested-1 {
	background-color: #e6e6e6;
}

.nested-2 {
	background-color: #cccccc;
}

.nested-3 {
	background-color: #b3b3b3;
}
.grid-square.dragging {
	opacity: 0.5;
}


/*.selected {
	background-color: #f9c7c8;
	border: solid red 1px !important;
	z-index: 1 !important;
}

.highlight {
	background-color: #B7F8C7;
}*/
/*DRAG INPUT*/

/*fastest time notification*/
.highscore {    position: relative;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    background: #fdff03;
    padding: 5px 20px;
    display: inline-block;}
/*fastest time notification*/
/* Game Enhancements Begin */
.game-mode-select {
    display: flex;
    flex-direction: row;
}
.game-mode-select input {
    width: 20%;
}
.game-mode-select label {
    width: 80%;
}
.duration-row, #turn-row{
    padding: 0px 15px !important;
}
.game-board {
    z-index: 999;
}