.material-icons {
    vertical-align: -6px;
}

.header{
    padding: 0 8%;
    background: #FFCC66;
    position: relative;
}

.myInputClass {
    background-color: #ffffff;
    padding: 0.375rem !important
}

.myRequiredInputClass {
    background-color: #fce8e8 !important;
    padding: 0.375rem !important 
}

.login_style {
  color:#84f4bb;
}

label {
    font-size: 1rem;
    color: #000000;
}

.disabledInput {
    color: rgb(111, 8, 8) !important;
    background-color:#198754 !important;
}

.btn:disabled {
    background-color: var(--bs-btn-bg) !important;
    color: var(--bs-btn-color) !important;
} 

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: #198754;
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

@media print {
    .nonPrintable, .nonPrintable * {
        display: none;
    }
} 




img {
    height: auto;
    max-width: 100%;
  }

  .dataTables_length select {
    background-color: white !important;
 }
 .dataTables_filter input {
    background-color: white !important;
    width: 300px;
 }

 td {
    min-width: 70px;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(153, 153, 161) !important;
    font-style: italic;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(153, 153, 161) !important;
    font-style: italic;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(153, 153, 161) !important;
    font-style: italic;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
  }
  .spinner {
      margin: 0 auto;
      height: 64px;
      width: 64px;
      animation: rotate 0.8s infinite linear;
      border: 5px solid firebrick;
      border-right-color: transparent;
      border-radius: 50%;
  }
  @keyframes rotate {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }

  .mylogoinfospin {
    position: absolute;
    left: 48%; top: 35%;
    animation: rotation-reverse 3s infinite linear;
  }
  .mylogoinfo {
    position: absolute;
    left: 45%; top: 35%;
  }
  .mylogo {
    position: absolute;
    left: 45%; top: 40%;
    transform: translate(-50%,-50%);
    animation: rotation 3s infinite linear;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }@keyframes rotation-reverse {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-359deg);
    }
  }

  /* basic positioning */
.legend { list-style: none; }
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 15px; height: 15px; margin: 2px; }
/* your colors */
.legend .ispaid { background-color: #0c4ec9; }
.legend .notpaid { background-color: #ffffff; }
.legend-clicked { background-color: yellow; font-weight: bold;}

#banner-bar {
  position: fixed;
  /*top: 60px;*/
  height: max-content;
  background-color: #fafa7d;
  z-index: 10;
}
#signup_block {
  top: 80px;
  width: 100%;
  height: max-content;
  background-color: transparent;
  z-index:15;
}

.color-1 {
  background-color: rgba(162, 239, 252, 0.778);
}
.color-2 {
  background-color: rgba(254, 254, 254, 0.5);
}
.color-new-reg {
  background-color: rgba(254, 254, 254, 0.5);
}
.pet-color-1 {
  background-color: rgb(249, 210, 147, 0.5);
} 
.pet-color-2 {
  background-color: rgba(253, 240, 219, 0.78);
}
.row-color-wrap {
  background-color: #cac1f2;
}

input:disabled {
  background-color: lightgrey;
}

.modal-table th, .modal-table td {
  border: 1px solid rgb(75, 74, 74);border-collapse: collapse;
}

.hike-checkbox, .pet-checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;  
  vertical-align: middle;
  bottom: 1px;
}

.highlight-nav {
  font-size: 1.5rem !important;
  padding: unset !important;
  background-color: #FFCC66 !important;
  color: black !important;
}


.bg-hm-green {
  background-color: green !important;
}

.bg-hm-beta {
  background-color: blue !important;
}

.watermarkbr
{
 position:fixed;
 bottom:5px;
 right:5px;
 opacity:0.3;
 z-index:-1;
 color:blue;
}
.watermarkbl
{
 position:fixed;
 bottom:5px;
 left:5px;
 opacity:0.3;
 z-index: -1;
 color:blue;
}
.watermarktl
{
 position:fixed;
 top:75px;
 left:5px;
 opacity:0.3;
 z-index: -1;
 color:blue;
}
.watermarktr
{
 position:fixed;
 top:75px;
 right:5px;
 opacity:0.3;
 z-index: -1;
 color:blue;
}

#version_footer_center
{
 position:fixed;
 bottom:5px;
 text-align: center;
 z-index: -1;
 color:lightslategrey;
 display: block;
 width: 100%;
 margin: 0 auto;
 float: none;
}

.bib-checkbox:hover {
  color: red !important;
}

.checkout-changed {
  background-color: yellow !important;
}

.tshirt-changed {
  background-color: yellow !important;
}

.stat-table {
  width: 100%;
  background-color: white;
}
.demo-top{
  font-size: 1.1em;
  font-weight:600 !important;
  background-color: lightblue !important;
}
.demo-count{
  font-size: 1.1em;
  font-weight:600 !important;
  background-color: rgb(173, 182, 230) !important;
}
.demo-mileage{
  font-size: 1.1em;
  font-weight:600 !important;
  background-color: rgb(230, 212, 173) !important;
}

.checkbox-outline {
  margin: auto !important;
  outline: 1px solid black !important;
}

#hoverBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) { 
  .hover-btn {
    display: block;
    position: fixed;
    bottom: 2.5vh;
    left: 30%;
    z-index: 2000;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #000;
  } 
}

@media screen and (min-width: 769px) { 
  .hover-btn {
    display: block;
    position: fixed;
    bottom: 2.5vh;
    left: 40%;
    z-index: 2000;
    font-size: large;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #000;
  } 
}