@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");
body {
	background-color:#004050;
}

.wrapper {
	margin-left:auto;
	margin-right:auto;
}

.badge-panel {
	margin-left:10px;
	background-color: #fff;
}

.badge-success {
	color: #3fb618;
}

.badge-primary {
	color: #007fff;
}

.featurette-divider {
	border-color: #111 !important;
}

.white, .white a {
  color: #fff;
}
.red-bg { background-color: #d85237 !important; }
.yellow-bg { background-color: #e3a21a !important; }
.purple-bg { background-color: #603cba !important; }
.green-bg { background-color: #01a31c !important; }
.gray-bg { background-color: #f5f5f5 !important; color: #333333 !important; }
.yellow-color { color: #e3a21a !important; }
.purple-color { color: #603cba !important;}
.green-color { color: #01a31c !important; }
.red-color { color: #d85237 !important;}
.gray-color { color: #333333 !important;}
.blue-color { color: #007fff !important;}

blockquote.purple-color {
	border-left: 5px solid #603cba;
}
blockquote.red-color {
	border-left: 5px solid #d85237;
}
blockquote.blue-color {
	border-left: 5px solid #007fff;
}

ul.online {
	list-style:none;
}
ul.online li span {
	margin-right:15px;
}
ul.online li {
	margin-bottom:20px;
	padding:0;
}
ul.online li:last-of-type {
	margin-bottom: 0;
}
ul, li { margin: 0; padding: 0; }

#informer > div:last-of-type {
	margin-bottom: 0;
}

.form-signin { padding: 15px; }
.login-wrapper { max-width: 330px; margin: 0 auto; }
.panel { border: 0 !important; }

#messages {  max-height:200px; overflow-x: hidden; /*overflow-y: scroll;*/}
.btn-chat-submit { padding: 11px 18px; }
.mt-20 { margin-top: 20px }
.chat-header { font-size: 13px; }
.chat-header small { font-size: 10px; }
.chat-message { padding: 0 0 0 5px; margin-top: 5px; border-left-width: 2px!important; }
.chat-message small:before { content: ""; }

.captcha-label {
	display: flex;
}
.captcha-label > * {
	flex-grow: 1;
}
.refresh-button { padding: 15px 25px 14px 25px !important; }