/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
  background-image: url('../img/bg.png');
}

.col {
  padding: 0 .75rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 1.5rem;
}

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.brand-logo{

          font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
          font-size: 40px !important;
          font-weight: bold !important;
          color: black !important;
          -webkit-text-stroke: 1px #282828;
          text-shadow: 0px 4px 4px #282828;

}

.card-title{
	color: white;
	font-size: 70px;
	text-shadow: -2px 2px 4px #000,
				  2px 2px 4px #000,
				  2px -2px 0 #000,
				  -2px -2px 0 #000;

}

table {
  width: 600px;
}

.bingoContainer {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.bingoTable td {
  padding: 0 0;
  width: 20.00%;
  position: relative;
}

table, th, td {
  border: 1px solid black;
}

td:after {
  content: '';
  display: block;
  margin-top: 100%;
}


td.bingoHeaderCell div {
  font-weight: 700;
  font-size: 120%;
  background:  orange  !important;
}

td.bingoHeaderCell:after {
  margin-top: 50%;
}

td .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

td .selected {
  background: #f55;
}


 /* label color */
 .input-field label {
  color: #000  !important;
  font-size: large   !important;
}
/* label focus color */
.input-field input[type=text]:focus + label {
  color: #000  !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #000  !important;
  box-shadow: 0 1px 0 0 #000  !important;
}

/* label underline focus color */
.input-field textarea:focus {
  border-bottom: 1px solid #000  !important;
  box-shadow: 0 1px 0 0 #000  !important;
}

 /* label underline focus color */
 .row .input-field input:focus {
  border-bottom: 1px solid #000 !important;
  box-shadow: 0 1px 0 0 #000 !important
}
/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #000  !important;
  box-shadow: 0 1px 0 0 #000  !important;
}
/* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #000  !important;
  box-shadow: 0 1px 0 0 #000  !important;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #000  !important;
}

ul.dropdown-content.select-dropdown li span {
  color: #000; /* no need for !important :) */
}



label{
  font-size: 100%  !important;
} 

label > span {
  color: black;
}

.limit-height {
  max-height: 300px;
  overflow-y: scroll !important;
}

@media only screen and (max-width: 600px) {
  table {
    width: 100%;
  }
}

.btn,.btn-large{
  color: black;
  font-weight: bold;

}

nav ul li a,nav div a{
  color: black;
}  

/* change colour of filled in check box */

.checkbox-blue[type="checkbox"].filled-in:checked+span:not(.lever):after {
  border: 2px solid #004c97;
  background-color: #004c97;
}

#toast-container {
  margin-left:20%;
}

/***** These are to nowrap the header name *****/
.nav-wrapper {  white-space: nowrap;}


/***** These are to edit range slider *****/
input[type=range]::-webkit-slider-thumb {
  background-color: #004c97;
}
input[type=range]::-moz-range-thumb {
  background-color: #004c97;
}
input[type=range]::-ms-thumb {
  background-color: #004c97;
}

/***** These are to edit the thumb and the text inside the thumb *****/
input[type=range] + .thumb {
  background-color: #dedede;
}
input[type=range] + .thumb.active .value {
  color: #004c97;
}

fieldset {
  background-color: #eeeeee   !important;
  padding: 25px 10px;  
  margin: 35px 10px;
}

legend {
  background-color: gray;
  color: white;
  padding: 5px 10px;
}

input {
  margin: 5px;
}






