@mixin vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0px;
    height: 100%;
    background-color: #242424;

}

h1 {
font-size: 20px;
color: #ffffff;
}

header {
    text-align: center;
}

h1 {
    font-family: 'Comfortaa', sans-serif;
    margin: 0px;
}

div#change_username, section#input_zone {
    border: 5px outset #8258FA;
}

div#change_username {
    height: 3%;
    display: inline-block;
    background-color: #BCA9F5;
}


section#lobby {
    border: 1px inset #38b3ff; 
    min-height: 400px;
	max-width: 300px;
}


section#chatroom {
    border: 1px inset #8258FA;
    min-height: 300px;
	width: 680px;		
	
}


section#waiting {
    border: 1px inset #00bf19;
    min-height: 400px;
	max-width: 300px;
}

section#signed {
    border: 1px inset #78004c;
    min-height: 400px;
	max-width: 300px;
}

section#count {
    border: 1px inset #36000c;
    min-height: 400px;
	max-width: 300px;
}


section#input_zone {
    height: 7%;
    text-align: center;
    background-color: #BCA9F5;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

input#username {
    font-family: 'Comfortaa', sans-serif;
}

input#message {
    display: inline-block;
    width: 80%;    
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
}

button#send_message {
    display: inline-block;
    height: 70%;
    width: 10%;
}

p.message {
    margin: 0px;
    width: 100%;
    height: 40px;
    font-size: 2vh;
    font-family: 'Comfortaa', sans-serif;
    padding: 1vh;
}

.message:nth-child(even) {
	color: #fcfcfc;
    background-color: #1c1b1b;
		max-width: 500px;
    word-break: break-all;
}

.message:nth-child(odd) {
	color: #fcfcfc;
    background-color: #3b3b3b;
		max-width: 500px;
    word-break: break-all;
}

ol{
padding-left: 0px;
}


#queue_users .list-group-item:first-child  {
    background-color: #f5f5f5;
}


.counter {
  position: absolute;
  top: 35px;
  left: 190px;
}

.messages {
    height: 260px;
    margin: 0;
    overflow-y: auto;
    padding: 10px 20px 10px 20px;
}

.watchlist {
    height: 260px;
    margin: 0;
    overflow-y: auto;
    padding: 10px 20px 10px 20px;
}



.btn-lg {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
	width: 220px;
}



#n_log_in{
  width: 280px;
  #height: 250px;
  border: 1px solid #c3c3c3;
  display: flex;
  #flex-wrap: wrap;
 margin-left: auto;
  margin-right: auto;


}

#n_log_in input[type=text], input[type=password]  {
  max-width: 450px;
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

#n_log_in input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

#n_log_in input[type=text]:placeholder {
  color: #cccccc;
}



.btn-primary {	

color: #242424;
background-color: #f0f0f0;
border-color: #c7c7c7;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #242424;
    background-color: #c7c7c7;
    border-color: #c7c7c7; /*set the color you want here*/
}



.btn-warning {	

color: #e3e3e3;
background-color: #8c8f00;
border-color: #6e7000;
}

.btn-warning:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #e3e3e3;
    background-color: #6e7000;
    border-color: #6e7000; /*set the color you want here*/
}


.btn-danger {	

color: #f5f5f5;
background-color: #8a0000;
border-color: #520000;
}

.btn-danger:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #f5f5f5;
    background-color: #520000;
    border-color: #520000; /*set the color you want here*/
}



.list-group-item {
	color: #333232;
    background-color: #adadad;
    border: 1px solid #6b6b6b;
}


