
/* Home page Loading spinner - https://tobiasahlin.com/spinkit/ */
.sk-cube-grid {
  width: 75px;
  height: 75px;
  /* margin: 100px auto; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* Calendar loading spinner - https://tobiasahlin.com/spinkit/ */
.spinner {
  /* margin: 100px auto; */
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.calc-button {
  color: black;
  cursor: pointer;
  display: none !important;
}
hr {
  margin-top: 10px;
  margin-bottom: 5px;
}
.civil-rights {
  background-color: #f5f5f5;
  border: 1px solid black;
  border-radius: 4px;
  margin-top: 15px;
  display: inline-block;
  /* font-size: x-small; */
  font-size: 12px;
  padding: 15px;
}
/*.table-style td:not(:first-child):not(:last-child) {*/
  /*min-width: 100px;*/
  /*max-width: 165px;*/
/*}*/
.table-style td {
  /* width: 100%; */
  min-width: 100px;
  max-width: 165px;
}
li {
  list-style-type: none;
}
[class^="skipNavigation"] {
  visibility: hidden;
  width: 0;
}
.app-store-download {
  background-color: #f5f5f5;
  border: 1px solid black;
  border-radius: 4px;
  margin-top: 15px;
  display: inline-block;
  /* padding: 15px; */
}
.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* loading spinner */
.lds-facebook {
  display: inline-block;
  /* position: relative; */
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: black;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}
/* end loading spinner */

/*STYLE FOR 404ERROR*/
.compLogo{
  vertical-align: middle;
  height: 6.5vw;
}
.oops{
  font-size: 8vw;
}
.fourzerofour{
  font-size: 22vw;
  line-height: 75%;
}
.container404{
  margin-top: 5%;
}
#notFoundContainer{
  background-image: url('../images/calendar.png');
  background-size: cover;
  height: 100vh;
}
#notFoundContainer:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(219, 219, 219, 0.95);
}
/*##########################################################################################################################################################*/
.specialDay{
  color: white;
  background-color: #BF0003;
  margin: 15px auto;
  padding: 7px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

/* fonte awesome for icons in datepicker buttons */
[name=datepicker-button] {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Hide Saturday and Sunday */
.hide-weekends {
  /*display: none !important;*/
  display: none;
}

/* This Z-index ensures that other elements will not be above the Date picker when it is clicked */
#ui-datepicker-div {
  z-index: 1000000 !important;
}

/* Skip Navigation buttons for ADA Compliance */
.skipNavigation-template1 {
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
}

.skipNavigation-template1:hover {
  background-color: rgb(34, 117, 39);
  color: white;
  text-decoration: none;
}

.skipNavigation-template2 {
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
}

.skipNavigation-template2:hover {
  background-color: rgb(181, 241, 241);
  color: white;
  text-decoration: none;
}

/* asdfasfd */
.skipNavigation-template3 {
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
}

.skipNavigation-template3:hover {
  background-color: #4a4a91;
  color: white;
  text-decoration: none;
}

.skipNavigation-template4 {
  text-shadow: 2px 2px 4px #000000;
  font-family: 'Life Savers', cursive;
  background-color: orange;
  position: relative;
  top: 30px;
  left: 50px;
  height: 45px;
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
  width: 179px;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.skipNavigation-template4:hover {
  background-color: black;
  box-shadow: 0 0 0 5px black;
  color: orange;
  text-decoration: none;
}

.skipNavigation-template5 {
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
}

.skipNavigation-template5:hover {
  background-color: rgb(66, 165, 207);
  color: white;
  text-decoration: none;
}

.skipNavigation-template6 {
  background-color: #337ab7;
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
}

.skipNavigation-template6:hover {
  background-color: #2e6da4;
  color: white;
  text-decoration: none;
}

.skipNavigation-template7 {
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
}

.skipNavigation-template7:hover {
  background-color: rgb(34, 117, 39);
  color: white;
  text-decoration: none;
}

.skipNavigation-template8 {
  background-color: #337ab7;
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: white;
}

.skipNavigation-template8:hover {
  background-color: #2e6da4;
  color: white;
  text-decoration: none;
}
.skipNavigation-template9 {
  background-color: #fff;
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: black;
}

.skipNavigation-template9:hover {
  background-color: #ccc;
  color: black;
  text-decoration: none;
}
.skipNavigation-template10 {
  padding: 7px;
  border: 1px solid black;
  border-radius: 2px;
  color: black;
}

.skipNavigation-template10:hover {
  background-color: rgb(194, 215, 253);
  color: black;
  text-decoration: none;
}
