
/* Card layout */


/* gfmtrends custom styles */
.beaconsOverlayBackground { display: none; }
.showBeaconContainer .beaconsOverlayBackground {
  display: block !important;
  background-color:  #000000;
  opacity: 0.6;
  position: fixed;
  top:0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
}
#closeButton { position: absolute; top:160px; right: 25px; width: 30px; height: 30px;  z-index: 10000; }
#beaconListeContainer {display: none;}
.showBeaconContainer #beaconListeContainer {
  display: block !important;
  position: absolute;
  top:2%;
  left: 7.52%;
  width: 85%;
  z-index: 10000;
  padding-top:140px;
}
.beaconListeElement {
  display: block;
  opacity: 1 !important;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 25px;
  z-index: 20000;
  border: none;/*1px solid rgba(0,0,0,.125); */
  border-radius: 5px;
  box-shadow: 0 0 20px black;
}
.beaconListeElement .body {padding: 15px; }
.beaconListeElement .title { width: calc(100% - 30px);  color: rgb(37,37,41); }
.beaconListeElement .title h2 { font-size: 1.25rem; line-height: 1.2; font-weight: bold; }
.beaconListeElement .description {margin-top: 25px; width: 100%; font-size: 16px; font-weight: normal; color: rgb(37,37,41); }


/*login*/
/* login design */

body.login {
    background-image: url(../splash/Ladescreen_2048x2732.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh !important;
    padding: 0 !important;
    margin: 0 !important;
}
.login .container { width: 100vw !important; height: 100vh !important; }

.login .container {
  width: 100%;
  position: relative;
}

.login .container .loginform {
    position: absolute;
    top: 37.5vh;
    width: 50vw;
    height: 25vh;
    left: 25vw;
}

.loginform .inputrow {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}
.loginform input[type=text] {
    height: 20px;
    padding: 10px;
    border-radius: 5px;
    width: calc(100% - 25px);
    text-align: center;
}
.loginform input[type=password] {
    height: 20px;
    padding: 10px;
    border-radius: 5px;
    width: calc(100% - 25px);
    text-align: center;
}

.loginform input[type=submit] {
    background-color: #ff453f;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 14px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    box-shadow: 0px 0px 10px black;
    -webkit-appearance: none;
}
