/* Bootstrap adjustments */

.btn-secondary {
	border: 1px solid #ccc;
}


/* general */

body {
	font-family: Open Sans;
}

.form-control:focus {
  border-color: #ee6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 238, 102, 0.6);
}


/* login */

#login {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;

	width: 300px;
	height: 300px;
	text-align: center;
}

img.login {
	border-radius: 60px;
	margin-bottom: 50px;
}

.input-group-addon {
	width: 100px;
}

input[type='text'],
input[type='number'],
input[type='password'],
textarea {
	font-size: 16px;
	width: 180px;
}

/* main */

#header {
	position:fixed;
	left:0px;
	top:0px;
	height:55px;
	width:100%;
	background: rgba(220, 220, 220, 0.8);
	
	text-align: center;
	padding: 10px;
	
	border-top: 1px solid #ee6;
}

.topleft {
	position: absolute;
	left: 0;
	top: 0;
}

.topright {
	margin: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

#content {
	margin-top: 55px;
	margin-bottom: 55px;
	
	padding: 10px;
}

#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	height:55px;
	width:100%;
	background: rgba(220, 220, 220, 0.8);
	
	padding: 10px;
	
	border-bottom: 1px solid #ee6;
}

img.logo {
	width: 55px;
	display: none;
}

h1 {
	margin: 0;
	margin-top: 5px;
	font-size: 24px;
	
	color: #666;
}

a {
	color: #666;
}

a:hover {
	color: #666;
	opacity: 0.5;
}

img.button:hover {
	opacity: 0.5;
}

div.message {
	border-radius: 17px;
	
	background-color: #ddd;
	padding: 7px;
	padding-right: 13px;
	padding-left: 13px;
	
	max-width: 75%;
	
	font-size: 16px;
}

div.other {
	float: left;
	
	border-bottom-left-radius: 0;
}

div.self {
	float: right;
	background-color: #ee6;
	
	border-bottom-right-radius: 0;
}

div.divider {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	line-height:0.1em;
	margin:10px 0 20px;
}

div.divider span {
	background-color: #fff;
	padding: 0 5px;
}

.separator {
	clear: both;
	margin-bottom: 5px;
}

div.user {
	margin: 14px;
	display: inline-block;
	text-align: center;
}

img.user {
	width: 90px;
	border-radius: 50px;
	margin-bottom: 5px;
}
