/* just for sampling - delete after dev */
.meso-hide-tag {
	display: none;
}

.meso-msg-avatar,.meso-msg-platform-logo {
	font-size: 4em;
}

/* general */
body {
	padding-top: 71px;
	/*background-color: #999;*/
	background-color: #0F0020;
}

body.wysihtml5-editor {
	background-color: #FFFFFF;
}

[class^="fa-"]:before, [class*=" fa-"]:before{
margin-left: .27em;
margin-right: .27em;	
}


.table-responsive {
	overflow: auto;
}

.alert strong {
	background: none;
}

.pointer {
	cursor: pointer;
}

.modal-dialog {
	margin-top: .1em;
}

.starflex-icon {
	font-size: 2.5em;
}

.meso-player-onair-btn-text {
	font-size: 1.5em;
}

.meso-color-primary {
	color: #428bca;
}

.meso-color-success {
	color: #5cb85c;
}

.meso-color-info {
	color: #5bc0de;
}

.meso-color-warning {
	color: #f0ad4e;
}

.meso-color-danger {
	color: #d9534f;
}

/* nav */
.spin-spin {
	width: 20px;
	height: 20px;
	background: url("../img/spin-spin.gif");
	background-repeat: no-repeat;
	margin-top: 18px;
}

/* tablesort */
th.headerSortUp .icon-sort-down {
	display: inline !important;
}

th.headerSortDown .icon-sort-up {
	display: inline !important;
}

th.headerSortDown .icon-sort,th.headerSortUp .icon-sort {
	display: none !important;
}

/* WELCOME */
.welcome-item {
	cursor: move;
}

.welcome-item-label {
	line-height: 2em;
	font-size: x-large;
}

.meso-welcome-btn {
	margin-right: 2em;
}

/* player */
.meso-player {
	padding: 0;
	background: #D0D0D0;
	background: rgba(233, 233, 233, 0.96);
	position: fixed;
	width: 100%;
	top: 51px;
	z-index: 999;
}

.meso-player>.row,.meso-player-control {
	border-top: solid #a3a3a3 1px;
}

.meso-player-control-item {
	display: inline-block;
	margin: 0 .5em;
}

.meso-player-control-item.erase {
	right: 0;
	position: absolute;
	margin: 8px 6px;
}

.meso-player button {
	height: 3em;
	width: 4em;
	margin: .2em
}

.meso-player input {
	width: 4em;
	display: inline-block;
}

.meso-player-small-content {
	margin: 1em 1em;
	display: inline-block;
	font-weight: bold;
}

.meso-player-timer {
	font-size: 1.5em;
	vertical-align: bottom;
}

.meso-player-small-content>div {
	margin: .5em 0;
}

.meso-player-info {
	padding: .5em 0;
}

.meso-player-info-element {
	white-space: nowrap;
	margin: 0 1em;
}

.meso-player-info-element small {
	color: #a3a3a3;
}

.meso-player-msg-content-container {
	padding: 15px;
}

.meso-player-msg-content-container .meso-msg-text {
	font-size: 1.6em;
}

.meso-player-msg-content-container img {
	max-height: 150px;
	max-width: 150px;
}

.erase-button>.label-text {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	display: inline-block;
	font-size: 11px;
	margin: 0 -19px;
	float: left;
	transform-origin: center bottom 0;
}
/* stream */
#streamMessagesWrapper {
	margin-left: 220px;
	padding-top: 1em;
}

/* alerts */
#notification-box {
	width: 100%;
	position: absolute;
	margin: 1em auto;
	z-index: 0;
}

#notification-box .alert.alert-info.alert-dismissible {
	z-index: 13;
	margin: 0 auto;
	width: 30%;
	box-shadow: 0px 0px 13px rgba(91, 92, 136, .5);
}

/* filter sidebar */
.meso-filter {
	position: fixed;
	height: 100%;
	margin-top: -20px;
}

.meso-filter label {
	color: white;
}

.meso-filter-content {
	padding: 2em 0em;
}

#selectedFilterTags span.label {
	margin-bottom: .2em;
	line-height: 2.2;
}

#meso-filter-daterange-toggle {
	cursor: pointer;
}

.meso-filter .label,.filter-li-content-truncate {
	max-width: 11em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.filter-li-content-truncate {
	max-width: 8.8em;
	white-space: pre-wrap;
}

.meso-filter-sep {
	border-top: rgba(255, 255, 255, .5) solid 1px;
	margin: 1em 0 1.5em 0;
}
/* message */
.meso-msg-subject>h2 {
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 25px;
	max-height: 55px;
	margin-top: 10px;
	color: #aaa;
	font-weight: lighter;
}

.meso-msg-anchor>h2 {
	margin-top: 10px;
}

.meso-msg-content {
	position: relative;
}

.meso-msg-id {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position: absolute;
	color: #7BB4D1;
}

a.meso-readmore {
	text-align: center;
}

mark,.mark,strong {
	background-color: #ff0;
}

.meso-msg-to-antenna-wrapper {
	display: inline-block;
	width: 3em;
	text-align: center;
	margin-left: 30.666%;
}

.meso-msg-to-antenna {
	line-height: 1em;
}

.meso-msg-actions {
	position: absolute;
	bottom: 0;
	right: 0;
}

.meso-msg-avatar>img {
	margin: .3em 0;
}

.meso-msg-img img {
	cursor: pointer;
	max-height: 150px;
}

textarea.meso-msg-onair {
	height: 4em;
	color: #000000;
}

.meso-msg-onair.success {
	background-color: #dff0d8;
}

.meso-msg-onair.danger {
	background-color: #d9534f;
}

.meso-msg-onair.warn {
	background-color: #f0ad4e;
}

.onair-count {
	font-weight: bold;
}

.onair-count-success {
	color: #5cb85c;
}

.onair-count-danger {
	color: #d9534f;
}

.onair-count-warn {
	color: #f0ad4e;
}
/* tags */
.meso-msg-labels {
	font-size: 1.5em;
}

.tag {
	font-size: 1.2em;
	line-height: 2em;
}

li.list-group-item.node-.active {
	border: 1px solid #ddd;
}

.meso-msg-user-tags {
	font-size: 1.6em;
}

.meso-speedy-tag,.meso-user-tag {
	cursor: pointer;
}

.meso-user-tag,.meso-speedy-tag {
	margin-right: .3em;
	line-height: 2em;
}

.tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.tt-suggestion>p {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.tt-suggestion>p:hover,.tt-suggestion>p:focus,.tt-suggestion.tt-cursor p
	{
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}

.meso-speedy-tag {
	margin-left: 2px;
}

#meso-msg-counter-wrapper {
	position: fixed;
	bottom: 3px;
	right: 3px;
}

/* managetags */
.tt-dataset-cities strong {
	background: inherit;
	text-decoration: underline;
}

.meso-breadcrumbs .breadcrumb>.active {
	color: #333;
}

.meso-breadcrumbs .breadcrumb>li+li:before {
	color: #777;
}

.meso-breadcrumbs .breadcrumb {
	background-color: #ccc;
}

.meso-tag-panel {
	margin-bottom: 2px;
}

.meso-tag-panel .panel-body {
	padding: 5px;
}

code.tagId {
	background: #ccc;
	color: #222;
}

.meso-tag-label {
	/*font-size: 1.2em;*/

}

/* manageuser */
.meso-user-tags.ui-sortable .label {
	cursor: move;
}

.meso-user-tag {
	margin: 0 .3em 0 2px;
	line-height: inherit;
}

#meso-user-tags-excluded .meso-user-tag {
	cursor: inherit;
}

.meso-user-tag-excluded {
	cursor: inherit;
}

/* managegroups */
.group-add-users-list {
	max-height: 20em;
	overflow: auto;
}

.deluser div {
	text-decoration: line-through;
}

.deluser .delete-group-user {
	display: none;
}

.un-delete-group-user {
	display: none;
}

.deluser .un-delete-group-user {
	display: inline;
}

/* typehead */
span.twitter-typeahead {
	width: 100%;
}
