.error {
    
}

/* Fix user-agent */

* {
  box-sizing: border-box;
}

html {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

html, input {
  font-family:
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  word-wrap: break-word;
}

/* Pages */

.pages {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.page {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* Login Page */

.login.page {
  background-color: #123378;
}
.failed.page {
  background-color: #000;
    display: none;
}
.reconnect.page {
  background-color: #3f3;
    display: none;
}

.login.page .form {
  height: 100px;
  margin-top: -100px;
  position: absolute;

  text-align: center;
  top: 50%;
  width: 100%;
}
.failed.page .form {
  height: 100px;
  margin-top: -100px;
  position: absolute;

  text-align: center;
  top: 50%;
  width: 100%;

}

.reconnect.page .form {
  height: 100px;
  margin-top: -100px;
  position: absolute;

  text-align: center;
  top: 50%;
  width: 100%;

}


.login.page .form .usernameInput, .tokenInput {
  #background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  padding-bottom: 15px;
  text-align: center;
  width: 400px;
}

.login.page .title {
  font-size: 150%;
}
.failed.page .title {
  font-size: 150%;
}

.login.page .usernameInput, .tokenInput {
  font-size: 150%;
  letter-spacing: 3px;
}

.login.page .title, .login.page .usernameInput, .failed.page .title, .tokenInput {
  color: #fff;
  font-weight: 100;
}

.login.page .usernameInput, .tokenInput {
  color: #000;
  font-weight: 100;
}

.login.page .usernameInput, .tokenInput {
    border-radius: 25px;
    border: 2px solid #123378;
}


/* Chat page */

.chat.page {
  display: none;
}

/* Font */

.messages {
  font-size: 100%;
}

.inputMessage {
  font-size: 100%;
}

.log {
  color: gray;
  font-size: 70%;
  margin: 5px;
  text-align: center;
}

/* Messages */

.chatArea {
  height: 100%;
  padding-bottom: 60px;
}
.infoArea {
  height: 15%;
  padding-bottom: 60px;
}

.messages {
  background-color:#fff;
  height: 100%;
  margin: 0;
  overflow-y: scroll;
  padding: 10px 20px 10px 20px;
  z-index: 1000;
}

.message.typing .messageBody {
  color: gray;
}

.username {
  font-weight: 700;
  overflow: hidden;
  padding-right: 15px;
  text-align: right;
}

/* Input */

.inputMessage {
  border: 10px solid #123378;
  bottom: 0;
  height: 60px;
  left: 0;
  outline: none;
  padding-left: 10px;
  position: absolute;
  right: 0;
  width: 100%;
  padding-right:150px;
}

.buttonsend {
    position:absolute;
    right:5;
    bottom:5;
    height: 50px;
    outline: none;
    width: 150px;
    padding: 5px 5px 5px 5px;
}

.hidden {

    display:none;
}
.glowny {
    #background-color: white;
    #color: black;
}
.buttonloguj {
    
}
.ankieta {
    position:absolute;
    height:24px;
    width:100%;
    z-index:2147483647;
    top:5px;
    left:5px;
}
.ankieta1 {
    position:absolute;
    height:24px;
    width:100%;
    z-index:2147483647;
    top:45px;
    left:5px;
}

.blink_me {
  animation: blinker 2s linear infinite;
  }
  
  @keyframes blinker {
    50% {
        opacity: 0;
      }
}

.blinkhand {
    animation: blink2 2s linear infinite;
}
@keyframes blink2 {
    0%, 49%{
	background-color: #0069d9;
    }   
    50%, 100% {
	background-color:#0059b9;
    }
}

.modal-backdrop {
    /* bug fix - no overlay */    
        display: none;    
}
