/*
body {
  /*padding-top: 5rem; 
  background-image: url("/images/knife-board.jpeg"); /* The image used 
  background-position: center;  /* Center the image 
  background-repeat: no-repeat; /* Do not repeat the image 
  background-size: cover; /* Resize the background image to cover the entire container 
}
*/

.gf-div {
  /*padding: 2rem 1rem; /* */
  text-align: center;

  /*background-image: url("/images/aeplogo.png"); /* The image used */
  /*background-color: #cccccc; /* Used if the image is unavailable */
  /* height: 500px; /* You must set a specified height */
  /*width:100%;
  /*height:100%; */
  background-position: center;  /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.bg-red {
  background-color: #ff000069;
}

.bg-yellow {
  background-color: yellow;
}

.bg-orange {
  background-color: orange;
}

.bg-gf {
  background-color: #3ca6c80d;
}

.bg-gray {
  background-color: #f6f6f6;
}


.bg-err {
  background-color: #e9c8c18a;
}

.bg-aep {
  background-color: #286090;
}

.bg-blue {
  background-color: #0d7bea !important;
}


.txt-ind {
  text-indent: 3.5rem;
}

.txt-shadow {
  text-shadow: 5px 5px 25px blue;
}

.txt-red {
  color: red;
}

.txt-yellow {
  color: yellow;
}

.txt-orange {
  color: orange;
}

.txt-navy {
  color: navy;
}

.txt-black {
  color: black;
}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
}


/*********** spinner **************/
#spinner {
  margin:0;
  padding:0;
  position:fixed;
  right:0;
  top:0;
  width:100%;
  height:100%;
  background-color:#666;
  z-index:30001;
  opacity:.8;
  filter:alpha(opacity=70);
  display:none;
}

#spinner p{
  position:absolute;
  top:30%;
  left:43%;
  color:#7cfc00
}

#spinner img {
  display:block;
  margin-left :auto;
  margin-right: auto;
  margin-top: 15%;
}
/*********** spinner **************/

canvas{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


