
@font-face { font-family: hobo; src: url('fonts/hb.otf'); }

@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

html {
  position: relative;
  min-height: 100%;
}


body.modal-open {
    overflow: visible;
}

.responsive-image {
   max-width: 80%;
   display:inline-block;
   height: auto;
}

.pp {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

input.big {
max-width: 80%;
font-size: 28px;
border-radius: 8px;
vertical-align:middle;
}


div.nopad{
  padding-right:5px;
  padding-left: 5px;
}

button.big {
	
--color: #444444;
font-size: 22px;
vertical-align:middle;

}

input.medium {
max-width: 80%;
color: #444444;
font-size: 20px;
border-radius: 5px;
vertical-align:middle;
}

select.medium {
max-width: 80%;
color: #444444;
font-size: 16px;
vertical-align:middle;
border-radius: 5px;
    display: block;
    padding: 6px 4px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height: 20  px;
width: 200px;
}



button.medium {
--color: #444444;
font-size: 16px;
vertical-align:middle;
}

.input-group.input-group-unstyled input.form-control {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}  
.input-group-unstyled .input-group-addon {
  border-radius: 4px;
  border: 0px;
  background-color: transparent;
}

.responsive-image {
   max-width: 80%;
   display:block;
   height: auto;
   vertical-align:middle;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


table.fullscore {
  	border: 1px;
    max-width: 100%;
    width:100%;
	overflow:hidden;
}

table.score {
	
    box-sizing: border-box;
	border: 1px;
    max-width: 80%;
    --width:600px;
	display:inline-block;
    overflow:hidden;
	

}

td.actionbutton {
    box-sizing: border-box;
    max-width: 80%;
    padding: 8px;
    border: 1px;
	overflow:hidden;
	font-size: 15px;
	white-space:nowrap;

}

th.score, td.score {
    box-sizing: border-box;
    text-align: left;
    max-width: 80%;
    padding: 8px;
    border: 1px;
	overflow:hidden;
	font-size: 15px;
	white-space:normal;

}



th.score {
    background-color: #007bff;
    color: white;
    max-width: 80%;
	overflow:hidden;
    width:600px;
	font-size: 13px;
	font-weight: normal;
	white-space:nowrap;
}
tr.score{
	background-color: #f2f2f2;
    max-width: 80%;
	overflow:hidden;
    width:600px;
}

td.striked{
  color: #f0001c;
  max-width: 80%;
  text-decoration: line-through;
}

td{
 vertical-align: baseline;
}

ins.adsbygoogle { background: transparent !important; }

.abtn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  background: #3498db;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  vertical-align:middle;
}

.abtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
   margin-bottom: 60px;
   float: left;
   width: 100%;
   height:100%;
   padding: 0px 10px 10px 10px;
}

.nav-icon {
    display: inline !important;
    color: initial !important;
    -webkit-text-fill-color: initial !important;
    vertical-align: middle;
}

.carousel-caption {
    color: black;

    text-align: center;


    /*top: auto;*/
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}

.h1 {
  color: #006095;
  font-size: 24px;
}


.h1big {
  color: #006095;
  font-size: 40px;
}

.h2 {
  color: #006095;
  font-size: 16px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


div.right{
   float: right;
}


	.modal-confirm {
		color: #636363;
		width: 325px;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-confirm .modal-header {
		border-bottom: none;
        position: relative;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
	}
	.modal-confirm .form-control, .modal-confirm .abtn {
		min-height: 40px;
		border-radius: 3px;
	}
	.modal-confirm .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}
	.modal-confirm .modal-footer {
		border: none;
		text-align: center;
		border-radius: 5px;
		font-size: 13px;
	}
	.modal-confirm .icon-box {
		color: #fff;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #82ce34;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-confirm .icon-box i {
		font-size: 58px;
		position: relative;
		top: 3px;
	}
	.modal-confirm.modal-dialog {
		margin-top: 80px;
	}


.ob2{
   color: #000;
   font-size: 20px;

}


.ob{
   font-family: hobo;
   color: #ffffff;
   font-size: 24px;

}

td.gamescore{
 	text-align: center;
    width: 100%;
 	font-size: 13px;
    color: #844d4d;
    margin: 15px 20px 25px 25px;
}

td.gamescore2{
 	text-align: center;
    width: 100%;
 	font-size: 13px;
    color: #844d4d;
	margin-top: 10px;

}

.white{
   background: #ffffff;
}

.beige{
  background: #f2f2f2;
  color: #6c757d;
  padding:10px;
}

table.gamescore {
  	border: 1px;
    max-width: 100%;
    width:100%;
}

.padded{
   padding: 5px;
}

.blue{
   color: #ffffff;
   background: #007bff;
}

.yellow{
   color: #000;
   background: #ffc107;
}

.spaced{
   margin-bottom: 5px;
}

input.sbn{
font-size: 28px;
border-radius: 10px;
vertical-align:middle;
}


img.small {
   max-width: 80%;
   display:inline-block;
   height: auto;
   text-align: center;
   align-self: center;
}

p.small{
    width: 100%;
 	font-size: 13px;
    color: #6c757d;
    text-align: center;
}

p.small-left{
 		font-size:9px;
    color: #ffffff;
}

div.gamescore{
   text-align:center;
   margin:auto;
   border-radius: 7px;
   align: center;
   background: #ffffff;
   padding: 5px;

   margin: 10px;
}


div.bubble{
   text-align:center;

   margin:auto;
   border-radius: 10px;
   background: #9ecbf0;
   padding: 5px;
   margin: 10px;
   width: 500px;
   min-width: 100px;
   max-width: 200px;
   height: 200px;
}


canvas.bubble2 {
   border: 1px solid #6c757d;
   color: #ffffff;
   border-radius: 10px;
   background: #ffffff;
   padding: 5px;
   width:100%;  
   height:100%;
}

canvas.bubble {
   border: 1px solid #004971;
   color: #004971;
   border-radius: 10px;
   background: #9ecbf0;
   padding: 5px;
}





.imgbtn2 {
  cursor: pointer;
   border: 1px solid #6c757d;
   color: #ffffff;
   max-height: 80px;
   max-width: 80px;
   border-radius: 5px;
   background: #ffffff;
   padding: 5px;
   width:100%;  
}




.imgbtn2:hover {
  opacity: 0.6;
}

.imgbtn2:active {
  opacity: 1;
}

.imgbtn {
  cursor: pointer;
}

.imgbtn:hover {
  opacity: 0.6;
}

.imgbtn:active {
  opacity: 1;
}


.typeahead,
.tt-query,
.tt-hint {
      display: block;
      width: 100%;
}

.typeahead {
  background-color: #aaa;
}

.twitter-typeahead, .typeahead, .tt-hint, .tt-input, .tt-menu {
disaply:block; width: 100%;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  margin: 0px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

.tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}


.navbar{

}


.grid-item {
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.grid-item:nth-of-type(5n + 1) {
	background-color: #dd4b39;
}
.grid-item:nth-of-type(5n + 2) {
	background-color: #3c8dbc;
}
.grid-item:nth-of-type(5n + 3) {
	background-color: #f39c12;
}
.grid-item:nth-of-type(5n + 4) {
	background-color: #00a65a;
}
.grid-item:nth-of-type(5n) {
	background-color: #ccc;
}
.grid-item .grid-item {
	background-color: #f6f6f6;
}

.grid { position: relative; }

.grid-item {
  position: absolute;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background:#e74c3c;
}

$btn-padding-x-xs:  .20rem !default;
$btn-padding-y-xs:  .12rem !default;
$input-btn-line-height-xs: 1.1 !default;

.btn.btn-xs {
   // line-height: ensure proper height of button next to small input
   @include button-size($btn-padding-y-xs, $btn-padding-x-xs, $font-size-sm, $input-btn-line-height-xs, $btn-border-radius-sm);
}
#bee-container {
	background: #fff8e7
  max-width: 480px;
  margin: 30px auto;
  text-align: center;
}

/* Title */
#bee-container h2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
}

/* ==== HEX GRID ==== */
#hex-grid {
  margin: 0 auto 25px auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#bee-input.form-control {
    width: 100% !important;
}


.hex {
  width: 80px;
  height: 70px;
  background: #ffe066;
  margin: 4px;
  clip-path: polygon(
    25% 0%, 75% 0%,
    100% 50%,
    75% 100%, 25% 100%,
    0% 50%
  );
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.15s ease;
  user-select: none;
}

.hex:hover {
  background: #ffd24d;
  transform: translateY(-2px);
}

.hex:active {
  transform: scale(0.95);
}

/* Center letter is gold */
.hex.center {
    background: linear-gradient(180deg,#ffd27a,#ffb400);
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

/* ==== INPUT + BUTTON ==== */
#bee-input {
  width: 80%;
  padding: 12px 14px;
  font-size: 18px;
  border: 2px solid #ffc400;
  border-radius: 8px;
  outline: none;
  margin-top: 10px;
  box-sizing: border-box;
  transition: 0.15s ease;
}

#bee-input:focus {
  border-color: #ff9500;
  box-shadow: 0 0 6px rgba(255, 170, 0, 0.6);
}

#bee-submit {
  margin-top: 12px;
  padding: 12px 22px;
  font-size: 18px;
  background: #ffca28;
  color: #333;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s ease;
}

#bee-submit:hover {
  background: #ffb300;
}

#bee-submit:active {
  background: #ffa000;
  transform: scale(0.97);
}

/* ==== OUTPUT / FEEDBACK ==== */
#bee-output {
  margin-top: 20px;
  font-size: 20px;
  min-height: 22px;
  color: #333;
  font-weight: bold;
}

/* Success / error */
.ok {
  color: #28a745;
}

.err {
  color: #d62828;
}

/* ==== FOUND WORD LIST ==== */
#found-list {
  margin-top: 20px;
  background: #fff3c4;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 16px;
  text-align: left;
  max-height: 180px;
  overflow-y: auto;
}

#found-list h3 {
  margin-top: 0;
  text-align: center;
}

.found-word {
  padding: 4px 0;
  border-bottom: 1px solid #f2d98f;
}

.found-word:last-child {
  border-bottom: none;
}

/* ==== SCORE ==== */
#bee-score {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #444;
}
