body {
	background-color: rgba(0, 0, 0, 0);
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 3;
}
#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	z-index: 4;
	animation: rotation 0.7s infinite linear;
	border: 1px solid rgba(255, 255, 255, 0);
	border-top-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
}
@keyframes rotation {
	to {
		transform: rotate(360deg);
	}
}

.panel-heading > .popover.bottom {
	margin-top: 22px;
}

#title {
	background-color: rgba(0, 0, 0, 0);
}
input[type=checkbox]:checked:before {
	margin: 0 0 0 0;
}
.container-fluid {
	min-width: 1200px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.container-fluid a {
	color: white;
}
.popover-content{
	overflow: auto;
}

.screen {
	width:100%;
	height:100%;
}
.screen img {
	height: auto;
	max-width: 100%;
}
#label_tab1.active {
	display: block !important;
}
#label_tab2.active {
	display: block !important;
}
#label_tab3.active {
	display: block !important;
}
#preview {
	overflow:auto;
	background-color: inherit;
}
#preview > img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
#scene-list {
	height: 1000px;
	max-height: 1000px;
	overflow: auto;
}
#label-list {
	min-height: 150px;
	max-height: 300px;
	overflow: auto;
}
#label-list > li {
	margin-bottom: 0;
	display: inline-block;
}
#label-list > li > .panel{
	margin: 5px;
}
#label-list > li > .panel > .label-name{
	height: 40px;
	margin: 0.8em;
}
.list-group-item .dl-horizontal dt {
	width:80px ;
}
.list-group-item .dl-horizontal dd {
	margin-left: 92px;
}
.list-group-item dd {
	min-height: 1.5em;
	max-height: 10em;
	width: 60%;
	overflow: auto;
	word-break: break-all;
}
.vertically{
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}
.panel-heading .lead {
	vertical-align: middle;
}
.list-group-item.bg-primary{
	background-color: #51a6f3;
}

.u-scene-selecter-dropdown .dropdown-menu {
	overflow: auto;
	max-height: 330px;
}

tr.scenes-column th,
tr.scenes-column td {
	overflow: auto;
	max-width: 120px;
}
