div[class^="col"] {
	padding-left: 0px;
	padding-right: 0px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

table .collapse.in {
	display: table-row;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.thumbnailColumn {
	text-align: center !important;
	vertical-align: middle !important;
	padding: 0px 3px 0px 3px !important;
	/*width: 56px;
	height: 39px;*/
	width: 63px;
	height: 42px;
}

.thumbnailColumn:HOVER img {
	cursor: pointer;
}

.pagination {
	margin: 0px;
	!
	important
}

.checkboxColumn {
	text-align: center;
	vertical-align: middle;
	width: 30px;
}

.dropdown-submenu {
	position: relative;
}

ul.dropdown-menu {
	z-index: 2000 !important;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.tableFloatingHeaderOriginal td {
	background-color: #49515a;
}

.videoContent {
	overflow: hidden;
}

.videoPanel {
	height: 100%;
	padding-top: 0px;
	padding-bottom: 72px !important;
	padding-left: 0px;
	padding-right: 0px;
}

.videoControls {
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.videoHidden {
        display: none;
}

button.videoControls {
	width: 100% !important;
}

.videoFrame {
	height: 100%;
	width: 100%;
}

.invalidMaterial {
	color: #ff0000;
}

.invalidChecksumMaterial {
	color: #ff00bb;
}

.stubMaterial {
	color: #888888;
}

.incompleteMaterial {
	color: #aaaaaa;
}

.offlineMaterial {
	color: #999999;
}


table {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.currentClipPlayout {
	background-color: #22aa22 !important;
}

.currentClipIngest {
	background-color: #aa2222 !important;
}

.forceStartTimestampClip {
	color: #aa22aa !important;
}

.notLoadedClip {
	color: #666666 !important;
}

.errorClip {
	color: #ff0000 !important;
}

.virtualClip {
	background-color: #F2F5A9 !important;
	color: #000;
}

.active.virtualClip {
	color: #fff;
}

.paddingTop {
	padding-top: 52px;
}

.over {
	border-bottom: 3px dashed #aaa;
}

span.over {
	border-top: 3px dashed #aaa;
	border-bottom: 3px dashed #aaa;
}

.drag {
	opacity: 0.4;
}

td.wide {
	overflow: hidden;
	text-overflow: ellipsis;
}

.activeLayout {
	border: 3px dashed #22aa22 !important;
}

.ui-select-bootstrap .ui-select-choices-row>a {
	color: #c8c8c8 !important;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
	color: #fff !important;
	background-color: #272b2e !important;
}

.iconWarning {
	color: #5cb85c;
}

.inputWarning {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

div.panel-title.facet {
	font-size: 14px;
}

div.panel-body.facet {
	padding-left: 0px;
	padding-right: 0px;
}

.panel-body {
	padding: 0px;
}

.panel {
	border-bottom: 0px;
	min-height: 0px;
}

.panel-group {
	margin-bottom: 0px;
}

.nya-bs-select {
	width: 100% !important;
}

span.hoverspan:hover {
	text-decoration: underline;
	cursor: pointer;
}

@keyframes pulsate { 
    0% { border-color: rgba(255, 127, 80, 1); }
    50% { border-color: rgba(255, 127, 80, 0); }
    100%   { border-color: rgba(255, 127, 80, 1);}
}

.nonPreferredThumbnailImage img {
	border: 3px dashed rgba(255, 127, 80, 1) !important;
}

.transferringThumbnailImage img {
	border: 3px dashed rgba(255, 127, 80, 0) !important;
	animation: pulsate 2s infinite
}

.preferredThumbnailImage img {
	border: 0px !important;
}

.nonPreferredThumbnailImage {
	padding: 0px 0px 0px 0px !important;
}

.transferringThumbnailImage img {
	padding: 0px 0px 0px 0px !important;
}

.failed-panel-heading {
	background-color: #ff0000 !important;
}

.fullHeight {
	height: calc(100% - 128px) !important;
}

.twoRowHeight {
	height: 50% !important;
}

.threeRowHeight {
	height: 33% !important;
}

.fourRowRowHeight {
	height: 25% !important;
}

* {
	font-size: 11px;
	line-height: 1.1;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td,
	.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.pull-left {
	float: none !important;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
	height: 30px;
	display: block;
	background-color: transparent;
}

::-webkit-scrollbar-track-piece {
/* background-color: #3b3b3b; */
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #3e444c;
	-webkit-border-radius: 6px;
}

.locationBadge {
	font-size: 10px;
	color: #7a8288;
	background-color: #272b30;
	vertical-align: middle;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.modal-backdrop.am-fade.ng-leave,
.aside-backdrop.am-fade.ng-leave {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@media (min-width: 768px){
	.seven-cols .col-m7d-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1  {
		width: 100%;
		*width: 100%;
	}
}

@media (min-width: 992px) {
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 14.285714285714285714285714285714%;
		*width: 14.285714285714285714285714285714%;
	}
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 14.285714285714285714285714285714%;
		*width: 14.285714285714285714285714285714%;
	}
}



.navbar-nav > li > a {padding-top:7px !important; padding-bottom:7px !important;}
.navbar {min-height:32px !important;}
.navbar-brand{padding-top:7px !important; max-height: 24px;  }
.navbar .navbar-toggle {  margin-top: 0px; margin-bottom: 0px; padding: 8px 9px; }

.ui-select-bootstrap .ui-select-choices-row>span {
	color: #f5f5f5;
}


.form-control {
	font-size: 11px;
	line-height: 1.1;
	height: unset;
}

.form-group {
	margin-bottom: 5px;
}

.jsmpegcanvas {
	height: 100%;
	width: 100%;
	alignItems: center;
	justifyContent: center;
	backgroundColor: black;
}

.jsmpegdiv {
	display: flex;
}