/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.multiview-col{
	padding: 0px !important;
}
.multiview-row{
	margin: 0px !important;
}

.multi-view-waiting-image{
	content: '';
	width: 858px;
	height: 480px;
	margin: auto;
}

#multi-view-pane{
	background-color: black;
	z-index: 1000;
	width: 1716px;
    height: 965.5px;

}

#multi-view-title {
	position: absolute;
	z-index: 1001;
	top: 0px;
	left: 0px;
	width: 100%;
	font-family: monospace;
	background: #28348A;
	color: white;
	font-size: 24px;
	height: 30px;
	text-align: center;
}

#multi-view-ghost-pane{
	position: absolute;
	z-index: 1002;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}

#multi-view-fullscreen-btn{
	right: 29px;
}

#multi-view-close-btn{
	right: 0px;
}

#multiviewer-save-layout-btn{
	right: 58px;
}

#multi-view-new-window-btn{
	right: 29px;

}

.multiviewer-top-bar-btn{
	position: absolute;
	top: 0px;
	height: 30px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.btn-primary.incidentshare-primary {
    color: #fff;
    background-color: #28348A;
    border-color: #28348A;
}

.btn-group.channel-selector {
	position: absolute;
}

.selector-ghost-pane{
	position: absolute;
	z-index: 1002;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 33px;
}

.selector-ghost-pane.top-selector{
	top:30px;
}

.btn-group .dropdown-menu{
	margin-top: 0px;
}

.channel-title-selector{
	font-size: 1.5rem;
}

.dropdown-hidden {
	visibility: hidden;
}

.channel-selector.dropdown-hidden .channel-title-selector{
	visibility: visible;
}

.channel-selector .dropdown-toggle::after{
	visibility: visible;
}

.channel-selector .dropdown-toggle::after{
	font-size: 1.8rem;
}

