body {
  /*background-color: #266093; //BIOGEN */
  background-image: linear-gradient(225deg, #FF3CAC 0%, #421e62 50%, #2B86C5 100%); 
  width: 100vw;
  min-height: -webkit-fill-available;
  font-family: Montserrat-Regular,sans-serif;
  font-size:14px;
  color:#ccc;
  box-sizing: border-box;
}

.maincontainer {
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100 - 55px); /* vh is calculated and set in main.js; 55px is the #header height + 5px of margin */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#header {
    width: 100%;
    background-color: #222 !important;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 50px; /* to change also in paddingTop property of fullpage */
    display: flex;
    align-items: center;
    top: 0;
    z-index: 99;
}

.header_table {
  padding: 3px;
}

#header_right {
  margin-right: 5px;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grid_1c {
  /*position: fixed; */
  position: relative;
  inset: 0;
  overflow: auto;
  place-items: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 5px;
  padding-left: 5px;
  padding-right: 5px;
  /*gap: 2%; */
  flex: 1 1 auto;
}

.grid_2c {
  /*position: fixed; */
  position: relative;
  inset: 0;
  overflow: auto;
  place-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  padding-left: 5px;
  padding-right: 5px;
  /*gap: 2%; */
  flex: 1 1 auto;
}



/*
.key {
  aspect-ratio: 1/ 1; 
  -webkit-transform: skew(5deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1%;
  background-color: #222;
  border-style: solid;
  border-color: #fff;
  border-width: 1px; //thin medium thick 2px;
  color: #fff;
  font-size: 40px;
  text-align:center;
  border-radius: 50%;
  width: 55px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  -webkit-user-select: none; 
  -ms-user-select: none;
  user-select: none; 
}
*/

.key {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0 15px rgba(#fff, 0.25) inset; */
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  text-shadow: 0px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.0s;
  -webkit-transition: all 0.0s;
  color: #fff;
  font-size: 50px;
  text-align:center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.key:last-child {
  grid-column: 1 / 3; /* span from grid column line 1 to 3 (i.e., span 2 columns) */
}

/*.key:active // pressed effect 
{
  transform: translate(0px,3px);
  -webkit-transform: translate(0px,3px);
  border-bottom: 1px solid;
}
*/

.p1 {
  background-color: #145DA0; /*#2569af; */
  grid-row: 1; 
}

.p2 {
  background-color: #00792B;/* #1d8599; */
  grid-row: 2;
}

.p3 {
  background-color: #E29700;/* #d0901d; */ 
  grid-row: 3;
}

.p4 {
  background-color: #AE0E24;/* #b24c53; */
  grid-row: 4; 
}

.p5 {
  background-color: #562B7E;/* #5b59b2; */ 
  grid-row: 5;
}

.p6 {
  background-color: #0093B4;
}

.p7 {
  background-color: #8CBD4B; 
}

.p8 {
  background-color: #FCC846; 
}

.p9 {
  background-color: #E06C57;
}

.p10 {
  background-color: #A5488C; 
}

#red_X {
  background-color: #FF0000;
  color: #000;
  font-weight: 900;
}

#green_key {
  background-color: #00792B;
  color: #FFF;
  font-weight: 900;
  grid-row: 1; 
}

#red_key {
  background-color: #AE0E24;
  color: #FFF;
  font-weight: 900;
  grid-row: 2; 
}

#yellow_key {
  background-color: #FCC846;
  color: #FFF;
  font-weight: 900;
  grid-row: 3; 
}

#pressed_key_showing {
  box-sizing: border-box;
  /*border: 1px solid #FFF; */
  border-radius: 4px; 
  padding-left:10px;
  padding-right: 10px;
}

#pressed_key_time_showing {
  position: relative;
  left: 5px;
}


.puls_text {
  -webkit-transform: skew(-5deg);  
}


.selected {
background-color: #fcff00 !important;
color: #222 !important;	
}

.logo {
  text-align:center;
}


.info {
    top: 10px;
    width: 100%; 
    z-index:1;
    padding: 10px
}


.info_text {
  margin-left: 5px;
}

.keypad_info {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  padding: 6px;
  height: 58px;
}

.left, .center, .right {
  align-items: center;
  display: flex;
  padding: 3px;
  vertical-align: middle;
}


.div_logintype {
    text-align: center;
}

.led:before{
  content: '';
  width: 18px;
  height: 18px;
  background: #646464;
  background-image: radial-gradient(top, #616161 0%, #616161 20%, #535353 60%);
  border-radius: 50%;
  box-shadow: 0 0 4px #1C1C17;
  transition: all .1s ease;
  display: flex;
}


#Keypad_Online, #Keypad_YouCanAnswer {
  //display: flex;
}


.led_active:before{
  background: #8Cff4B; /* #206700 dark green; #FF4F4F red */
}

.led_blinking:before{
  animation: led_blinking_background 0.25s infinite;
}

@keyframes led_blinking_background{
    0%    { background-color: #646464; /*grey*/}
    100%  { background-color: #8Cff4B; /* #ffff00 yellow; #FF4F4F red ; 8Cff4B: GREEN*/} 
  }

.square img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.square.fullImg {
  padding: 0;
}

.square.fullImg img {
  object-fit: cover;
}

.space {
    margin-top: 20px;
}


/**
Fixed button outside the fullpage wrapper
*/
#silentMoveTo{
  top: 20px;
  left: 100px;
  position:fixed;
  z-index:999;
  font-size: 1em;
  cursor:pointer;
}

@font-face{
    font-family:Montserrat-Regular;
    src:url(../fonts/montserrat/Montserrat-Regular.ttf)
}
@font-face{
    font-family:Montserrat-ExtraBold;
    src:url(../fonts/montserrat/Montserrat-ExtraBold.ttf)
}
@font-face{
    font-family:Montserrat-Bold;
    src:url(../fonts/montserrat/Montserrat-Bold.ttf)
}

a{
    text-decoration: underline;
    font-family:Montserrat-Regular;
    font-size:12px;
    line-height:1.7;
    color:#fff;
    margin:0;
    transition:all .4s;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s
}
a:focus{
    outline:none!important
}

a:hover{
/*  text-decoration:none;*/
    text-decoration: underline;
    color:#fdd000
}

a:visited{
/*  text-decoration:none;*/
    text-decoration: underline;
    color:#fff
}

h1,h2,h3,h4,h5,h6{
    margin:0
}
p{
    font-family:Montserrat-Regular;
    font-size:12px;
    line-height:1.7;
    color:#fff;
    margin:0
}
ul,li{
    margin:0;
    list-style-type:none
}
input{
    outline:none;
    border:none
}
textarea{
    outline:none;
    border:none
}
textarea:focus,input:focus{
    border-color:transparent!important
}
input:focus::-webkit-input-placeholder{
    color:transparent
}
input:focus:-moz-placeholder{
    color:transparent
}
input:focus::-moz-placeholder{
    color:transparent
}
input:focus:-ms-input-placeholder{
    color:transparent
}
textarea:focus::-webkit-input-placeholder{
    color:transparent
}
textarea:focus:-moz-placeholder{
    color:transparent
}
textarea:focus::-moz-placeholder{
    color:transparent
}
textarea:focus:-ms-input-placeholder{
    color:transparent
}
input::-webkit-input-placeholder{
    color:#999
}
input:-moz-placeholder{
    color:#999
}
input::-moz-placeholder{
    color:#999
}
input:-ms-input-placeholder{
    color:#999
}
textarea::-webkit-input-placeholder{
    color:#999
}
textarea:-moz-placeholder{
    color:#999
}
textarea::-moz-placeholder{
    color:#999
}
textarea:-ms-input-placeholder{
    color:#999
}
button{
    outline:none!important;
    border:none;
    background:0 0
}
button:hover{
    cursor:pointer
}
iframe{
    border:none!important
}
.txt1{
    font-family:Montserrat-Regular;
    font-size:14px;
    color:#ccc;
    line-height:1.4
}
.bo1{
    border-bottom:1px solid #999
}
.hov1:hover{
    border-color:#d33f8d
}
.limiter{
    width:100%;
    margin:0 auto
}
.container-login100{
    //width:100%;
    //min-height:100vh;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    padding:15px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    z-index:1
}
.container-login100::before{
    content:"";
    display:block;
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
    top:0;
    left:0;
    /*background:#3f00be;
    background:-webkit-linear-gradient(bottom,#005bea,#3f00be);
    background:-o-linear-gradient(bottom,#005bea,#00c6fb);
    background:-moz-linear-gradient(bottom,#005bea,#00c6fb);
    background:linear-gradient(bottom,#005bea,#00c6fb);
    opacity:.9*/
}
.wrap-login100{
    width: calc(min(390px, 90vw));
    background:0 0
}
.login100-form{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap
}
.login100-form-title{
    font-family:Montserrat-ExtraBold;
    font-size:24px;
    color:#fff;
    line-height:1.2;
    text-align:center;
    width:100%;
    display:block
}
.login100-form-avatar{
    width:220px;
    height:100px;
    //border-radius:50%;
    overflow:hidden;
    margin:0 auto
}
.login100-form-avatar img{
    width:100%
}
.wrap-input100{
    position:relative;
    width:100%;
    z-index:1
}
.input100{
    font-family:Montserrat-Bold;
    font-size:18px;
    line-height:1.2;
    color:#333;
    display:block;
    width:100%;
    margin: auto;
    background:#fff;
    height:45px;
    border-radius:20px;
    box-sizing: border-box;
    padding:0 50px 0 50px;
    text-transform: uppercase;
}
.focus-input100{
    display:block;
    position:absolute;
    border-radius:25px;
    bottom:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100%;
    box-shadow:0 0;
    color:rgba(0,91,234,.6)
}
.input100:focus+.focus-input100{
    -webkit-animation:anim-shadow .5s ease-in-out forwards;
    animation:anim-shadow .5s ease-in-out forwards
}
@-webkit-keyframes anim-shadow{
    to{
        box-shadow:0 0 80px 30px;
        opacity:0
    }
}
@keyframes anim-shadow{
    to{
        box-shadow:0 0 80px 30px;
        opacity:0
    }
}
.symbol-input100{
    font-size:15px;
    color:#999;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    position:absolute;
    border-radius:25px;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    padding-left:20px;
    pointer-events:none;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s
}
.input100:focus+.focus-input100+.symbol-input100{
    color:#1037d0;
    padding-left:20px
}
.container-login100-form-btn{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
.login100-form-btn{
    font-family:Montserrat-Bold;
    font-size:15px;
    line-height:1.5;
    //color:#e0e0e0;
    color:#000;
    width:100%;
    height:50px;
    border-radius:25px;
    background:#fdd000;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 25px;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s;
    position:relative;
    z-index:1
}
.login100-form-btn::before{
    content:"";
    display:block;
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
    border-radius:25px;
    top:0;
    left:0;
    background:#005bea;
    background:-webkit-linear-gradient(left,#005bea,#00c6fb);
    background:-o-linear-gradient(left,#005bea,#00c6fb);
    background:-moz-linear-gradient(left,#005bea,#00c6fb);
    background:linear-gradient(left,#005bea,#00c6fb);
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s;
    opacity:0
}

/*.login100-form-btn:hover{
    background:0 0;
    color:#fff
}
*/

.login100-form-btn:disabled{
    background:#666;
    color:#fff
}

/*
.login100-form-btn:hover:before{
    opacity:1
}
*/

.btn-face,.btn-google{
    font-family:Raleway-Bold;
    font-size:16px;
    line-height:1.2;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
    width:calc((100% - 10px)/2);
    height:40px;
    border-radius:3px;
    border:1px solid #e6e6e6;
    background-color:#fff;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s
}
.btn-face{
    color:#3b5998
}
.btn-face i{
    font-size:20px;
    margin-right:10px;
    padding-bottom:1px
}
.btn-google{
    color:#555
}
.btn-google img{
    width:19px;
    margin-right:10px;
    padding-bottom:1px
}
.btn-face:hover,.btn-google:hover{
    border-color:#d33f8d
}
.validate-input{
    position:relative
}
.alert-validate::before{
    content:attr(data-validate);
    position:absolute;
    max-width:70%;
    background-color:#fff;
    border:1px solid #c80000;
    border-radius:14px;
    padding:4px 25px 4px 10px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    right:8px;
    pointer-events:none;
    font-family:Montserrat-Bold;
    color:#c80000;
    font-size:13px;
    line-height:1.4;
    text-align:left;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .4s;
    -o-transition:opacity .4s;
    -moz-transition:opacity .4s;
    transition:opacity .4s
}
.alert-validate::after{
    content:"\f06a";
    font-family:FontAwesome;
    display:block;
    position:absolute;
    color:#c80000;
    font-size:15px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    right:13px
}
.alert-validate:hover:before{
    visibility:visible;
    opacity:1
}


.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 5px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  //content: "\f040";
  content: "\f067";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.loading {
  display: none;   
}

#countdown {
  position: relative;
  margin: auto;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: none;
}

#countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 1.5px;
  stroke: white;
  fill: none;
  /*animation: countdown 10s linear infinite forwards;*/
}

#circleback {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 1.5px;
  stroke: #646464;
  fill: none;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}




@media(max-width:992px){
    .alert-validate::before{
        visibility:visible;
        opacity:1
    }
}
@media(max-width:576px){
    .wrap-login100{
        padding-top:20px;
        padding-left:15px;
        padding-right:15px
    }
}
