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

.wrapper {
	max-width:950px;
	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, li { margin: 0; padding: 0; }

.form-signin { padding: 15px; }
.refresh-button { padding: 15px 49px !important; }
.login-wrapper { max-width: 330px; margin: 0 auto; }
.panel-video { padding: 0 !important; }
.panel { border: 0 !important; }
.btn-publish { padding: 10px 26px 10px 28px; float:left;}
.btn-unpublish { padding: 10px 16px 10px 18px; float:left;}
.btn-leave { padding: 10px 33px; float:right;}
#messages {  max-height:200px; overflow-x: hidden; /*overflow-y: scroll;*/}
.btn-chat-submit { padding: 11px 18px; }
.video-notice.alert { font-size:12px !important; padding:5px; margin-bottom:5px; }
#notification {  max-height:113px; overflow-x: hidden; /*overflow-y: scroll;*/  }
/*::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
::-webkit-scrollbar-thumb {
	background-color: #603cba;
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}*/

