hr {
  clear: both;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vertical-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vertical-block {
    display: inline-block;
    vertical-align: middle;
}
.vertical-block.right {
    float:right;
    height: 100%;
}
.position-anchor {
    position: relative;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: bold;
}
.text-italicize {
    font-style: italic;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}
.clickable {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.font-size-1 {
  font-size: 4rem;
}
.font-size-2 {
  font-size: 2.8rem;
}
.font-size-3 {
  font-size: 2.4rem;
}
.font-size-4 {
  font-size: 1.6rem;
}
.font-size-5 {
  font-size: 1.4rem;
}
.font-size-6 {
  font-size: 1.2rem;
}
.font-size-7 {
  font-size: 1.1rem;
}
.font-size-8 {
  font-size: 1rem;
}
.small, .form_microcopy {
  line-height: 2rem;
  font-size: 1.1rem;
  margin-bottom: 0.36299rem;
  padding-top: 0.63701rem;
}
.tiny {
  font-size: 1rem;
  line-height: 1rem;
  opacity: .7;
}
.upcase {
  text-transform: uppercase;
}
.capcase {
  text-transform: capitalize;
}
.shadow {
  text-shadow: 1px 1px 2px #cccccc;
}
.boxshadow {
  box-shadow: 1px 1px 2px #cccccc;
}
.scroll-container {
    overflow: hidden;
    overflow-y: auto;
}
a {
  color: #6441a4;
  text-decoration: none;
}
a:hover {
  color: #54378b;
}
ul, ol, li {
  list-style-type: none;
}
.pill {
  font-size: 10px;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 3px;
  background: #aaaaaa;
}
.pill.green {
  background-color: #00B963;
}
.pill.yellow {
  background-color: #ffb300;
}
.pill.red {
  background-color: #d54949;
}
.pill--large {
  font-size: 12px;
  padding: 3px 6px;
}
button {
  border: none;
  padding: 8px 16px;
  text-align: center;
  transition: all 200ms ease-in-out;
}
button.secondary {
  padding: 4px 8px;
}
button.hollow {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
button.hollow:hover {
  background-color: #6441a4;
}
button.primary {
  font-size: 12px;
  background-color: #6441a4;
  color: white;
}
button.primary:hover {
  background-color: #54378b;
}
.column {
    display: inline-block;
}
.column.half {
    width: 50%;
}
.login.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.login .background {
    opacity: .85;
    background: #7b7b7b;
    width: 100%;
    height: 100%;
}
.login .form .title {
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
	padding-left: 5px;
}
.login .form .user {
    padding: 12px 25px;
    border: 1px solid #bbbbbb;
    font-size: 14px;
    border-radius: 5px;
	position: relative;
	margin-bottom: 5px;
	color: #B9A3E3;
}
.login .form .user:hover {
	color: #6441A5;
	background: #eeeeee;
	box-shadow: 0 3px 2px -2px rgba(200,200,200,0.3);
}
.login .form .empty{
	color: #aaaaaa;
	font-size: 12px;
	padding: 30px;
}
.login .form .user .logout {
	color: #cccccc;
	display: inline-block;
    float: right;
    font-size: 24px;
    position: absolute;
    right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.login .form .user .logout:hover {
	color: #999999;
}
.login .form {
	padding: 30px;
	background: #f1f1f1;
	margin: 0 auto;
	width: 500px;
	position: absolute;
	top: 30%;
	left: 50%;
    border-radius: 5px;
	border: 1px solid #cccccc;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.login .form .left-container, .login .form .right-container {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}
.login .form .left-container {
	padding-right: 15px;
	vertical-align: top;
	border-right: 1px solid #cccccc;
}
.login .form .left-container .scroll-container {
	min-height: 95px;
	max-height: 190px;
	overflow: auto;
}
.login .form .right-container {
	padding-left: 15px;
	height: 100%;
}
.login .button {
	position: relative;
    font-size: 16px;
    margin: auto;
    padding: 10px 20px;
    background: #6441A5;
    color: #ffffff;
	text-align: right;
    line-height: 1.5em;
	-webkit-transition: .2s linear background-color;
	-moz-transition:  .2s linear background-color;
	-o-transition: .2s linear background-color;
	transition: .2s linear background-color;
}
.login .button:hover {
	background: #956dd7;
}
.login .button:before {
	position: absolute;
	height: 28px;
	width: 28px;
	content: "";
	background: url(/static/assets/GlitchIcon_white.png) no-repeat center;
	background-size: 28px;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.center-container .container .table .text {
	font-size: 12px;
}
.center-container .container .table .ellipsis .text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.center-container .container .table .row {
	padding: 10px 15px;
    white-space: nowrap;
	display: block;
}
.center-container .container .table .row.odd {
	background: #F7F6F7;
}
.center-container .container .table .row.live {
	background: #EAE5F4;
}
.center-container .container .table .column {
	display: inline-block;
}
.center-container .past-session.container .table .column.col-0 {
    width: 150px;
}
.center-container .past-session.container .table .column.col-1 {
	width: 90px;
}
.center-container .past-session.container .table .column.col-2 {
	width: 120px;
}
.center-container .past-session.container .table .column.col-3 {
	width: 85px;
}
.center-container .past-session.container .table .column.col-4 {
	width: 130px;
}
.center-container .past-session.container .table.detailed .column.col-4 {
	width: 105px;
}
.center-container .past-session.container .table.detailed .column.col-5 {
	width: 25px;
}
.center-container .past-session.container .table.detailed .row .column.col-5 .icon {
	fill: #D3D3D3;
	display: block;
}
.center-container .past-session.container .table.detailed .row.live .column.col-5 .icon {
	fill: #333333;
}
.center-container .past-session.container .table.detailed .row .column.col-5 .icon:hover {
	fill: #6441A5;
}
.center-container .event-log.container .table .column.col-0 {
	width: 50%;
}
.center-container .event-log.container .table .column.col-1 {
	width: 50%;
}
.center-container .container .table .row .text {
	color: #555555;
}
.center-container .container .table .row.live .text {
	color: #333333;
}
.center-container .container .table .column .block {
	margin-left: 5px;
}
.center-container .container .table .column.date .text{
	color: #6441A5;
}
.center-container .container .table .column.divide {
    margin-left: 13px;
}
.center-container .container .table .row .column .flag {
	color: #D74845;
}
.center-container .container .table .header .column .text {
	color: #111111;
}
.center-container .container .metric-list {
	padding-bottom: 15px;
}
.center-container .container .metric-list .row {
	padding: 10px 15px;
}
.center-container .container .metric-list .row:last-child {
	padding-bottom: 0;
}
.center-container .container .metric-list .column {
	display: inline-block;
    vertical-align: top;
	font-size: 0;
	color: #777777;
}
.center-container .container .metric-list hr {
    margin: 10px 15px;
}
.center-container .container .metric-list .item {
    margin-bottom: 15px;
}
.center-container .container .metric-list .column {
	width: 100%;
}
.center-container .container .metric-list .column.half {
	width: 50%;
}
.center-container .container .metric-list .column .value {
	font-size: 12px;
	font-family: Menlo, Consolas, monospace;
}
.center-container .container .metric-list .column .label {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
}
.center-container .container .metric-list .column .icon-label {
	font-size: 0;
	display: inline-block;
	margin-bottom: 5px;
}
.center-container .container .metric-list .column .icon-label .title {
	font-size: 12px;
}
.center-container .container .metric-list .column .icon-label .icon {
	margin-left: 10px;
	background: #eeeeee;
	border-radius: 3px;
	border: 1px solid #cccccc;
}
.center-container .container .metric-list .toggle {
	font-size: 12px;
}
.graph-header {
	margin: 20px 15px;
}
.graph-header .stat-container {
	width: calc(50% - 5px);
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 15px;
	margin-right: 10px;
	background: #F1F1F1;
	border-left: 3px solid #6441A5;
}
.graph-header .stat-container:last-child {
	margin: 0;
}
.graph-header .stat-container .label {
	font-size: 12px;
	color: #999999;
}
.graph-header .stat-container .value {
	font-size: 24px;
	color: #0B0712;
}
.graph {
	display: inline-block;
	padding: 0 15px;
}
.line.chart .canvas {
	opacity: 0;
}
.line.chart.zoomable .canvas {
	cursor: grab;
	cursor: -webkit-grab;
}
.line.chart .scroll-canvas {
	opacity: 0;
	cursor: grab;
  cursor: -webkit-grab;
}
.line.chart .canvas.depressed, .line.chart .scroll-canvas.depressed {
	cursor: grabbing;
  cursor: -webkit-grabbing;
}
.line.chart .axis .domain {
	display: none;
}
.line.chart .axis.x .tick.date line {
	stroke: #D3D3D3;
}
.line.chart .axis.x .tick.date text {
	-webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
  user-select: none;          
	fill: #777777;
	font-size: 10px;
}
.line.chart.zoomable .timeline .axis.x .tick.guide text {
	-webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
  user-select: none;          
	fill: #232127;
	font-size: 10px;
}
line-chart.live .chart.zoomable  .timeline .axis.x .tick.guide text {
	fill: #ffffff;
}
.line.chart .axis.y .tick text {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	fill: #8E70C6;
}
line-chart.live .line.chart .axis.y .right .tick text {
    fill: #ffffff;
}
.line.chart .axis.y .right .tick text {
    fill: #666666;
}
.line.chart .focus .session path.line {
  fill: none;
	stroke-width: 2px;
}
.line.chart .axis.y .tick line {
	stroke: #D5D5D5;
}
.line.chart .focus .session path.line.track-1 {
	stroke: #d54949; // red
}
.line.chart .focus .session path.line.track-2 {
	stroke: #00B963; // green
}
.line.chart .focus .session path.line.track-3 {
	stroke: #2F81E0; // blue
}
.line.chart .focus .session path.line.track-4 {
	stroke: #ffb300; // yellow
}
.line.chart .focus .session path.line.track-5 {
	stroke: #A58DD1; // purple
}
.line.chart .focus .session path.area {
	fill: #D3C8E9;
	opacity: .8;
}
.line.chart .focus .session path.framerate.line.track-1, {
	stroke: #d54949; // red
	opacity: .5;
}
.line.chart .focus .session path.framerate.line.track-2 {
	stroke: #00B963; // green
	opacity: .5;
}
.line.chart .focus .session path.framerate.line.track-3 {
	stroke: #2F81E0; // blue
	opacity: .5;
}
.line.chart .focus .session path.framerate.line.track-4 {
	stroke: #ffb300; // yellow
	opacity: .5;
}
.line.chart .focus .session path.framerate.line.track-5 {
	stroke: #A58DD1; // purple
	opacity: .5;
}
.line.chart .focus .session path.framerate.area {
	fill: #bbbbbb;
}
line-chart.live .line.chart .focus .session path.framerate.line {
	stroke: #ffffff;
}
line-chart.live  .line.chart .focus .session path.framerate.area {
	fill: #fafafa;
}
.line.chart .focus .session.dim path.framerate.line {
	stroke: #999999;
}
.line.chart .focus .session.dim path.framerate.line {
	stroke: #fafafa;
}
.line.chart .focus .session circle.point,
.line.chart .focus .session circle.ripple {
	fill: #6441A5;
}
.line.chart .focus .session circle.point[data-track="track-1"],
.line.chart .focus .session circle.ripple[data-track="track-1"] {
	fill: #d54949; // red
}
.line.chart .focus .session circle.point[data-track="track-2"],
.line.chart .focus .session circle.ripple[data-track="track-2"] {
	fill: #00B963; // green
}
.line.chart .focus .session circle.point[data-track="track-3"],
.line.chart .focus .session circle.ripple[data-track="track-3"] {
	fill: #2F81E0; // blue
}
.line.chart .focus .session circle.point[data-track="track-4"],
.line.chart .focus .session circle.ripple[data-track="track-4"] {
	fill: #ffb300; // yellow
}
.line.chart .focus .session circle.point[data-track="track-5"],
.line.chart .focus .session circle.ripple[data-track="track-5"] {
	fill: #A58DD1; // purple
}
line-chart.live .line.chart .focus .session .framerate.scatter-datum circle.ripple,
line-chart.live .line.chart .focus .session .framerate.scatter-datum circle.point {
	fill: #ffffff;
}
.line.chart .focus .scroll.wrapper .background {
    stroke-width: 1px;
    stroke: #b8b5c0;
    fill: #fff;
}
.center-container .container.live .line.chart .focus .scroll.wrapper .background {
    stroke: #6441a4;
    fill: #4B367C;
}
.line.chart .focus .scroll.wrapper text.time {
	font-size: 10px;
	-webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
  user-select: none;          
}
.line.chart .focus .scroll.wrapper text.time.embedded {
	fill: #433f4a;
}
.center-container .container.live .line.chart .focus .scroll.wrapper text.time {
	fill: #fff;
}
.center-container .container.live .line.chart .focus .scroll.wrapper text.time.embedded {
	fill: #fff;
}
.line.chart .focus .scroll.wrapper text.time {
	fill: #433f4a;
}
.line.chart .focus .scroll.wrapper text.duration {
	-webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
  user-select: none;          
	font-size: 10px;
	fill: #433f4a;
}
.center-container .container.live .line.chart .focus .scroll.wrapper text.duration {
	fill: #fff;
}
.line.chart .focus .scroll.wrapper text.duration.embedded {
	fill: #433f4a;
}
line-chart.live .chart .focus .scroll.wrapper text.duration {
	fill: #ffffff;
}
.line.chart .focus .scroll.wrapper .tint {
    fill: #dad8de;
}
.center-container .container.live .line.chart .focus .scroll.wrapper .tint {
    fill: #0E0C13;
}
.line.chart .focus .session .events line.event {
	stroke: #6441A5;
	opacity: .1;
	stroke-width: 3px;
}
.line.chart .focus .session .events .event.starvation {
    stroke: #D74845;
    fill: #D74845;
    fill-opacity: .5;
}
.line.chart .focus .zoom.panel .button {
	fill: #ffffff;
}
.line.chart .focus .zoom.panel line.divider {
	stroke: #EAEAEA;
}
.line.chart .focus .zoom.panel .icon {
	fill: #6441A5;
}
.line.chart .timeline .background {
	fill: transparent;
	stroke: #D3D3D3;
}
.line.chart .timeline rect.interval {
	stroke: #A58DD1;
	fill: #EAE5F4;
	stroke-width: 1px;
}
.line.chart .timeline .focus rect.interval {
	stroke: #ffffff;
	fill: #A58DD1;
	stroke-width: 1px;
}
.line.chart .timeline .focus text.count {
	fill: #ffffff;
}
.line.chart .timeline text.count {
	font-size: 10px;
	fill: #A58DD1;
}
.line.chart .timeline .unstable text.count {
	fill: #ffffff;
}
.line.chart .timeline .unstable rect.interval {
	stroke: #D74845;
	fill: #EBA9A8;
}
.line.chart .timeline .focus.unstable rect.interval {
	fill: #D74845;
	stroke: #ffffff;
}
line-chart.live .chart .axis.y .tick line {
	stroke: #402A69;
}
.line.chart .focus line.scanner {
	stroke: #BCABDD
}
line-chart.live .chart .focus .session circle.point,
line-chart.live .chart .focus .session circle.ripple {
	fill: transparent;
}
line-chart.live .chart .focus .session circle.point.last {
	fill: #F9F7FC
}
line-chart.live .chart .focus .session circle.ripple.last {
	fill: #F9F7FC;
}
line-chart.live .chart .focus .session .events line.event {
	opacity: 1;
}
line-chart.live .chart .focus .session path.area {
	fill: #8E70C6;
	opacity: .6;
}
.past-session .legend,
.sessions-page-live-graph-container .legend {
	display: none;
}
line-chart .chart .legend text {
    font-size: 10px;
    fill: #333333;
}
line-chart.live .chart .legend text {
    fill: #ffffff;
}
line-chart .chart .legend .bitrate rect {
	fill: #8E70C6; // purple
}
line-chart .chart .legend .track-1 rect {
	fill: #d54949; // red
}
line-chart .chart .legend .track-2 rect {
	fill: #00B963; // green
}
line-chart .chart .legend .track-3 rect {
	fill: #2F81E0; // blue
}
line-chart .chart .legend .track-4 rect {
	fill: #ffb300; // yellow
}
line-chart .chart .legend .framerate rect {
	fill: #666666;
}
line-chart.live .chart .legend .framerate rect {
	fill: #fafafa;
}
.tooltip.line {
	width: 225px;
	background: #ffffff;
	border: 1px solid #D3D3D3;
}
.tooltip.details {
	width: 300px;
	background: #0B0712;
	opacity: .9;
}
.tooltip.animate {
	-webkit-transition: .1s linear opacity;
	-moz-transition:  .1s linear opacity;
	-o-transition: .1s linear opacity;
	transition: .1s linear opacity;
}
.tooltip.animate.ng-enter {
	opacity: 0;
}
.tooltip.animate.ng-enter.ng-enter-active {
	opacity: 1;
}
.tooltip.animate.ng-leave {
	opacity: 1;
}
.tooltip.animate.ng-leave.ng-leave-active {
	opacity: 0;
}
.tooltip.line .tooltip-arrow:after {
	border-color: #ffffff;
}
.tooltip.details .tooltip-arrow:after {
	border-color: #0B0712;
}
.tooltip.info .tooltip-arrow:after {
	border-color: #0B0712;
}
.tooltip.line .tooltip-inner .body,
.tooltip.info .tooltip-inner .body {
    padding: 7px;
}
.tooltip.line .tooltip-inner .body .header {
	margin-bottom: 5px;
	color: #666;
	line-height: 19px;
	font-size: 0;
}
.tooltip.line .tooltip-inner .body .header .time {
	font-size: 12px;
}
.tooltip.line .tooltip-inner .body .header .status {
	font-size: 10px;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 3px;
}
.tooltip.line .tooltip-inner .body .header .status.online {
    background: #00B963;
}
.tooltip.line .tooltip-inner .body .header .status.unstable {
	background: #D74845;
}
.tooltip.line .tooltip-inner .body .value {
	color: #333333;
}
.tooltip.line .tooltip-inner .body .data .block {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	background: #BCABDD;
}
.tooltip.line .tooltip-inner .body .data .block.track-1 {
	background: #d54949;
}
.tooltip.line .tooltip-inner .body .data .block.track-2 {
	background: #00B963;
}
.tooltip.line .tooltip-inner .body .data .block.track-3 {
	background: #2F81E0;
}
.tooltip.line .tooltip-inner .body .data .block.track-4 {
	background: #ffb300;
}
.tooltip.line .tooltip-inner .body .data .block.track-5 {
	background: #A58DD1;
}
.tooltip.line .tooltip-inner .body .framerate.data .block {
    background: #666666;
}
.tooltip.line.live .tooltip-inner .body .framerate.data .block {
    background: #eeeeee;
}
.tooltip.details .row {
	margin-bottom: 10px;
}
.tooltip.details .row .title{
	margin-bottom: 2px;
}
.tooltip.details .row:last-child {
	margin: 0;
}
.tooltip {
	position: absolute;
	box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
	z-index: 4;
}
.tooltip .tooltip-arrow {
	background: transparent;
	position: absolute;
	width: 30px;
	height: 15px;
	overflow: hidden;
}
.tooltip .tooltip-arrow:before {
	width: 20px;
	height: 20px;
	content: '';
	display: block;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, .15);
    transform: translate(2.5px, 2.5px) rotate(45deg);
	-webkit-transform: translate(2.5px, 2.5px) rotate(45deg);
	position: absolute;
}
.tooltip.top.lean-right {
    margin-left: 90px;
}
.tooltip.top.lean-left {
    margin-left: -90px;
}
.tooltip .tooltip-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
	position: absolute;
	bottom: 0;
}
.tooltip.line .body {
	padding: 5px;
	font-size: 12px;
	color: #777777;
}
.tooltip.details .body {
	padding: 10px;
	font-size: 12px;
	color: #ffffff;
}
.tooltip.details .notice {
	font-size: 9px;
	margin-top: 30px;
}
.tooltip .tooltip-arrow {
    width: 15px;
    height: 5px;
}
.tooltip.top .tooltip-arrow {
    bottom: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip.top.lean-left .tooltip-arrow {
	left: 90%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip.top.lean-right .tooltip-arrow {
	left: 10%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip.top .tooltip-arrow:before {
	width: 10px;
    height: 10px;
    bottom: 10px;
}
.tooltip.top .tooltip-arrow:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top-style: solid;
	border-top-width: 5px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip.right .tooltip-arrow {
	width: 5px;
    height: 15px;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.tooltip.right .tooltip-arrow:before {
	width: 10px;
    height: 10px;
    left: 10px;
}
.tooltip.right .tooltip-arrow:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right-style: solid;
    border-right-width: 10px;
    top: -2px;
}
.help.modal {
    width: 340px;
    height: 100%;
	right: 0;
    top: 0;
    background: #F7F7F7;
    z-index: 6;
	box-shadow: 0px -2px 49px 0px rgba(11, 7, 18, 0.4);
}
.help.modal .nav .header-container {
	height: 100%;
	padding: 0 15px;
}
.help.modal .nav .title {
	font-size: 16px;
}
.help.modal .nav .close .icon {
    fill: #6441A5;
	width: 16px;
	height: 16px;
}
.help.modal .content {
	padding: 0 20px;
	padding-top: 30px;
    height: calc(100% - 60px);
}
.help.modal .content .case {
	margin-bottom: 20px;
}
.help.modal .content .case:last-child {
  margin-bottom: 60px;
}
.help.modal .content .case .container {
	border: 1px solid #EAEAEA;
  display: inline-block;
  font-size: 0;
}
.help.modal .content .case .title {
	padding: 5px 0 10px 0;
}
.help.modal .content .case .sprite {
	background: url(/static/assets/graph_sprites.png) no-repeat;
	width: 100%;
	height: 135px;
    background-color: #FFF;
    border-bottom: 1px solid #EAEAEA;
}
.help.modal .content .case .sprite.high-bitrate {
	background-position: 0px -135px;
}
.help.modal .content .case .sprite.dips {
	background-position: 0px -270px;
}
.help.modal .content .case .sprite.config {
	background-position: 0px -405px;
}
.help.modal .content .case .sprite.blip {
    background-position: 0px -540px;
}
.help.modal .content .case .sprite.spike {
    background-position: 0px -675px;
}
.help.modal .content .case .description {
	background: #ffffff;
	padding: 5px 10px;
	font-size: 12px;
  line-height: 1.4;
}
.help.modal .overview, .help.modal .tip {
    width: 300px;
    box-sizing: border-box;
}
.help.modal .overview {
    margin-bottom: 15px;
}
.help.modal .overview .header {
    font-size: 16px;
}
.help.modal .text {
    font-size: 12px;
    line-height: 1.6;
    color: #575260;
}
.help.modal li {
    list-style-type: disc;
    margin-bottom: 3px;
}
.help.modal ul {
    padding-left: 15px;
}
.help.modal p {
    margin: 5px 0;
}
.help.modal .tip {
    padding: 10px 15px;
    font-size: 0;
    background: white;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
}
.help.modal .icon {
    font-size: 14px;
}
.help.modal .tip .header {
    font-size: 0px;
    width: 100%;
}
.help.modal .text-light {
    color: #999999;
}
.help.modal .tip .text {
    margin-top: 15px;
}
.help.modal .tip .header .title {
    font-size: 13px;
}
.help.modal .tip:last-child {
  margin-bottom: 60px;
}
.switch {
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #6441A5;
    background: #addd8e;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 0;
}
.switch.off .track.on {
    margin-left: -21px;
}
.switch.off, .switch.off .track {
    background: #ffffff;
    color: #6441A5;
}
.switch.off .paddle {
    border-left: none;
    border-right: 1px solid #6441A5;
}
.switch .track {
    -webkit-transition: .1s linear margin;
    -moz-transition:  .1s linear margin;
    -o-transition: .1s linear margin;
    transition: .1s linear margin;
    display: inline-block;
    background: #6441A5;
    font-size: 8px;
    width: 20px;
    padding: 3px 0;
    box-sizing: border-box;
}
.switch .track.off {
    background: #ffffff;
    color: #6441A5;
}
.switch .paddle {
    display: inline-block;
    border-left: 1px solid #6441A5;
    border-right: none;
    background: #ffffff;
    font-size: 8px;
    width: 20px;
    padding: 8px 0;
    box-sizing: border-box;
}
.test.modal {
    width: 360px;
	right: 50%;
    top: 130px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
    background: #ffffff;
    z-index: 11;
	padding: 20px;
}
.test.modal h4 {
  color: #111111;
  margin-bottom: 5px;
}
.test.modal .title {
	color: #111111;
    font-size: 16px;
    margin-bottom: 15px;
}
.test.modal .message {
    font-size: 12px;
    margin-bottom: 15px;
    color: #777777;
}
.test.modal .demo-container {
  margin-top: -5px;
	padding: 10px;
	background: #F2F2F2;
	font-size: 10px;
  font-family: Menlo, Consolas, monospace;
}
.test.modal .demo-container .key {
	color: #999999;
}
.test.modal .demo-container .focus {
	color: #111111;
}
.test.modal .close-button {
  margin-top: 15px;
  border-top: 1px solid #F2F2F2;
  padding-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
.splash {
	height: 100%;
	font-size: 0;
}
.splash .panel {
	height: 100%;
	width: 50%;
	display: inline-block;
}
.splash .panel .left {
	height: 100%;
	width: 20%;
	display: inline-block;
}
.splash .panel .background {
	height: 100%;
	background: url(/static/assets/login_bg_broadcast.png) repeat;
}
.splash .panel.left .container {
	width: 350px;
}
.splash .panel.right .logo, .splash .panel.left .container {
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.splash .panel.left .title {
	font-size: 56px;
	color: #6441A5;
}
.splash .panel.left .title-container {
	margin-bottom: 15px;
}
.splash .panel.left .description {
	font-size: 15px;
	color: #777777;
	margin: 0;
        padding-left: 40px;
        padding-right: 50px;
}
.splash .panel.left .description-container {
	margin-bottom: 35px;
        padding-left: 20px;
}
.splash .panel.left .button {
	font-size: 18px;
	border-radius: 2px;
	background: #6441A5;
	color: #ffffff;
	display: inline-block;
	padding: 15px;
        padding-left: 45px;
        padding-right: 45px;
}
.form__input {
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.form__input[type="checkbox"] + label {
    position: relative;
    display: block;
    padding: 0 0 0 2.2rem;
    cursor: pointer;
    color: inherit;
}
.form__input[type="checkbox"] + label:before {
    content: "";
    height: 1.4rem;
    width: 1.4rem;
    border: 1px solid #dad8de;
    background-color: white;
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: -.8rem;
}
.form__input[type="checkbox"]:checked + label:before {
    background-color: #7d5bbe;
    border-color: #7d5bbe;
}
.form__input[type="checkbox"]:checked + label:after {
    display: block;
    content: '';
    height: 0.3rem;
    width: 0.7rem;
    position: absolute;
    top: 50%;
    left: .8rem;
    margin-top: -1px;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    border-bottom: 2px solid white;
    border-left: 2px solid white;
}
.form__input[type="checkbox"]:checked + label:after {
    color: white;
    border-color: inherit;
}
@keyframes blink {
    0% { opacity: 0; }
    40% { opacity: 1; }
    65% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
html {
    height: 100%;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    background: #F7F7F7;
    position: relative;
    height: 100%;
    overflow-x: hidden;
}
body .auth, body .main, body .spade {
    height: 100%;
}
.fixed {
    position: fixed;
}
.circle {
    height: 20px;
    width: 20px;
    background: #ffffff;
    border-radius: 999px;
}
.status.circle {
    height: 10px;
    width: 10px;
}
.block {
    background: #cccccc;
    width: 16px;
    height: 16px;
}
.caret.down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #333333;
}
.global.overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 10;
    opacity: .9;
}
.live.circle {
    background: #D5494A;
}
.unstable.block {
    background: #D74845;
}
.stable.block {
    background: #00B963;
}
.divider {
    border-bottom: 1px solid #D9DADC;
}
.nav {
    width: 100%;
    z-index: 5;
    height: 55px;
    top: 0;
    background: #ffffff;
    border-bottom: 1px solid #D5D3D8;
    box-sizing: border-box;
}
.nav .account .dropdown {
    padding: 0 20px;
    height: 100%;
    color: #6441A5;
}
.nav .betatag {
    width: auto;
    font-size: 12px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    background: #4b367c;
    border-bottom: 20px;
    color: #ffffff;
    text-align: center;
}
.nav .account .dropdown .toggle {
    height: inherit;
}
.nav .account .dropdown .toggle .text {
    font-size: 14px;
    margin-right: 10px;
}
.nav .account .dropdown .toggle .caret {
    border-top-color: #6441A5;
}
.nav .account .dropdown .suggestions {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.15);
}
.nav .account .dropdown .suggestions hr {
    margin: 5px 10px;
}
.nav .account .dropdown .suggestions .content {
    padding: 10px 0;
}
.nav .account .dropdown .suggestions .content .title {
    font-size: 14px;
    padding: 5px 10px;
    color: #999999;
}
.nav .account .dropdown .suggestions .content .item {
    width: 200px;
    padding: 5px 10px;
}
.nav .account .dropdown .suggestions .content .item > div {
    vertical-align: text-bottom;
}
.nav .account .dropdown .toggle .avatar {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}
.nav .account .dropdown .suggestions .content .item .avatar {
    margin-right: 5px;
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
}
.nav .account .dropdown .suggestions .content .item .logout {
    float: right;
}
.nav .account .dropdown .suggestions .content .item .logout path {
    fill: #C0BEC5
}
.nav .logo {
    fill: #6441A5;
}
.nav .name {
    margin-top: 2px;
    color: #6441A5;
    font-size: 10px;
    letter-spacing: 2px;
}
.center-container {
    width: 940px;
  margin: auto;
    font-size: 0;
    height: 100%;
}
.center-container.offset {
    margin-top: 98px;
    padding-top: 30px;
}
.center-container .left-column {
    width: 620px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.center-container .right-column {
    margin-left: 20px;
    width: 300px;
    box-sizing: border-box;
    display: inline-block;
}
.center-container .container {
    background: #ffffff;
    color: #333333;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
}
.center-container .container.live {
    color: #ffffff;
    border: none;
    background: #1C122F;
}
.past-session.container {
    margin-bottom: 50px;
}
.center-container .container .summary {
    color: #666666;
    margin: 0 15px;
}
.center-container .container .summary.underlined {
    border-bottom: 1px solid #D5D5D5;
}
.center-container .container.live .summary.underlined {
    border-color: #402A69;
}
.center-container .container .summary .header {
    color: #cccccc;
    padding: 15px 0;
    font-size: 13px;
}
.center-container .container .summary .subheader {
    padding: 15px 0;
    font-size: 12px;
    color: #111111;
    width: 100%;
}
.center-container .container .summary .header .title {
    color: #333333;
}
.center-container .container.live .summary .header .title {
    color: #ffffff;
}
.center-container .container .summary .header.primary .title {
    font-size: 16px;
}
.center-container .container .summary .header.primary .title .delay{
    font-size: 12px;
}
.center-container .container .summary .header.secondary .title {
    font-size: 14px;
}
.center-container .container .summary .tabs {
    margin-bottom: -1px;
}
.center-container .container .summary .tabs .tab {
    border-bottom: 1px solid transparent;
    margin-right: 20px;
}
.center-container .container .summary .tabs .tab:last-child {
    margin-right: 0;
}
.center-container .container .summary .tabs .tab.active {
    border-color: #0B0712;
}
.center-container .container .summary .tabs .tab .icon {
    fill: #6441A5;
    width: 18px;
    height: 18px;
}
.center-container .container .summary .tabs .tab .label {
    font-size: 10px;
    margin-left: 7px;
    color: #6441A5;
}
.center-container .container .summary .tabs .tab.active .icon {
    fill: #111111;
}
.center-container .container .summary .tabs .tab.active .label {
    color: #111111;
}
.center-container .container .stats {
    margin-bottom: 10px;
    padding: 5px 55px;
    padding-bottom: 20px;
}
.center-container .container .stats .metric{
    padding: 5px 15px;
    font-size: 12px;
}
.center-container .container .content {
    padding: 15px;
    padding-top: 0;
}
.center-container .container .content .message {
    font-size: 14px;
    color: #777777;
}
.center-container .container.live .content .message {
    color: #A58DD1;
}
.center-container .container.live .content a {
    color: #fafafa;
}
.center-container .overlay {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: .9;
}
.center-container .loading.overlay .spinner-container, .center-container .container .error-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.center-container .container .error-container .icon {
    width: 28px;
    height: 28px;
}
.center-container .container .error-container .icon-container {
    margin-bottom: 15px;
}
.center-container .container .error-container .button {
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 40px;
    color: #ffffff;
    background: #6441A5;
}
.center-container .container .error-container .message {
    font-size: 12px;
    color: #777777;
}
.center-container .container .error-container .message.primary {
    font-size: 14px;
    color: #222222;
    margin-bottom: 5px;
}
.center-container .loading.overlay .spinner {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border-top: 3px solid rgba(0, 0, 0, 0.18);
  border-right: 3px solid rgba(0, 0, 0, 0.18);
  border-bottom: 3px solid rgba(0, 0, 0, 0.18);
  border-left: 3px solid #8c8c8c;
  border-radius: 50%;
}
.center-container.dashboard > .loading.overlay {
    background: #F7F7F7
}
.center-container .loading.overlay .spinner.spin {
    animation: spin 0.5s infinite linear
}
.center-container .alert {
    display: block;
    padding: 17px 15px;
    color: #ffffff;
}
.center-container .alert .message > span, .center-container .alert .detailed > *{
    font-size: 14px;
}
.center-container .alert .detailed a {
    color: #ffffff;
    text-decoration: underline;
}
.center-container .alert .message .secondary {
    float: right;
}
.center-container .alert.unstable {
    background: #D74845;
}
.center-container .alert.stable {
    background: #00B963;
}
.session.center-container .container,  .session.center-container .alert {
    margin-bottom: 15px;
}
.dashboard.center-container .container.contact {
    margin-top: 15px;
}
.center-container .container.contact .content > ul {
    margin: 0;
    padding: 0;
}
.center-container .container.contact .content a {
    font-size: 12px;
}
.center-container .container.contact .content .message {
    margin: 0;
    font-size: 12px;
    margin-bottom: 10px;
}
.center-container .container.contact .content .troubleshoot {
    display: inline-block;
    margin-top: 10px;
}
.center-container .breadcrumbs {
    margin-bottom: 30px;
}
.center-container .breadcrumbs .segment {
    font-size: 14px;
}
.center-container .breadcrumbs .seperator:before {
    font-size: 14px;
    color: #999999;
    content: '>';
    margin: 0 5px;
}
.center-container .breadcrumbs .segment.current {
    color: #333333;
}
.center-container .breadcrumbs .refresh .text {
    font-size: 12px;
    color: #888888;
    margin-right: 10px;
    width: 105px;
}
.center-container .bitrate.container .loading.overlay {
    background: #000000;
}
.center-container .bitrate.container .overlay .spinner {
    border-left: 3px solid #ffffff;
}
.center-container .past-session.container .content.empty .icon-container svg {
    fill: #6441A5;
}
.center-container .past-session.container .content.empty {
    height: 315px;
}
.center-container .event-log.container .table .scroll-container{
    max-height: 220px;
}
.center-container .track-list.container .header {
    width: 100%;
}
.center-container .track-list.container .header .icon {
    margin-left: 7px;
}
.center-container .track-list.container .header .toggle .label {
    font-size: 10px;
    margin-right: 5px;
}
.center-container .track-list.container .scroll-container {
    height: 175px;
}
.center-container .track-list.container .scroll-container .empty {
    height: 100%;
    box-sizing: border-box;
}
.track-list .content {
    font-size: 12px;
    width: 100%;
}
.track-list .content .columns > td {
    color: #777777;
}
.track-list .content .columns > td.basic-left {
    font-weight: bold;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.track-list .content .columns > td.basic-right {
    font-weight: bold;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}
.track-list .content .columns > td.basic-center {
    font-weight: bold;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.track-list .content .columns > td.extended-rs2left {
    font-weight: bold;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: bottom;
}
.track-list .content .columns > td.extended-rs2right {
    font-weight: bold;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    vertical-align: bottom;
}
.track-list .content .columns > td.extended-rs1top {
    font-weight: bold;
    font-style: normal;
    padding-top: 10px;
    text-align: center;
}
.track-list .content .columns > td.extended-rs1bottom {
    font-weight: bold;
    font-style: normal;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: bottom;
}
.track-list .content .columns > td.extended-rs1bottomitalic {
    font-weight: normal;
    font-style: italic;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: bottom;
}
.track-list .content .listing > td {
    color: #777777;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
}
.right {
    text-align: right;
}
.center-container .staff-stats.container .header {
    width: 100%;
}
.center-container .staff-stats.container .header .icon {
    margin-left: 7px;
}
.center-container .staff-stats.container .header .toggle .label {
    font-size: 10px;
    margin-right: 5px;
}
.center-container .staff-stats.container .scroll-container {
    height: 175px;
}
.center-container .staff-stats.container .scroll-container .empty {
    height: 100%;
    box-sizing: border-box;
}
.center-container .staff-stats.container .scroll-container .host {
    padding: 7px 0;
}
.center-container .troubleshoot.container {
    border-left: 3px solid #d54949;
}
.center-container .troubleshoot.container .report-issue {
    height: 30px;
}
.center-container .troubleshoot.container .report-issue select {
    width: calc(100% - 110px);
}
.center-container .past-session.container .selector-container {
    padding: 0 15px;
    margin-bottom: 25px;
}
.center-container .past-session.container .selector-container .dropdown {
    height: 100%;
    color: #6441A5;
}
.center-container .past-session.container .selector-container .dropdown .toggle {
    height: inherit;
    border: 1px solid #D5D3D8;
    padding: 7px;
}
.center-container .past-session.container .selector-container .dropdown .toggle .text {
    font-size: 14px;
    margin-right: 30px;
}
.center-container .past-session.container .selector-container .dropdown .toggle .caret {
    border-top-color: #6441A5;
}
.center-container .past-session.container .selector-container .dropdown .suggestions {
    position: absolute;
    top: 35px;
    left: 0;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.15);
    z-index: 12;
}
.center-container .past-session.container .selector-container .dropdown .suggestions .content {
    padding: 10px 0;
}
.center-container .past-session.container .selector-container .dropdown .suggestions .content .item {
    width: 135px;
    padding: 5px 10px;
}
.center-container .keyframe.container {
    margin-right: 10px;
}
.center-container .quality.container {
    margin-left: 10px;
}
.center-container .preview.container .header .delay {
    font-size: 10px;
    color: #ffffff;
}
.center-container .configuration.container .content .empty {
    font-size: 13px;
    color: #aaaaaa;
}
.center-container .configuration.container .content .message {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 15px;
}
.center-container .configuration.container .content .list {
    margin-bottom: 5px;
    padding-left: 0;
}
.center-container .configuration.container .content .list li {
    font-size: 12px;
    color: #777777;
}
.center-container .notification.container .content {
    padding: 15px;
}
.center-container .notification.container label {
    font-size: 14px;
}
.tooltip.info {
    width: 125px;
    background: #0B0712;
    opacity: .9;
    color: #ffffff;
    font-size: 9px;
}
.tooltip.info.confidential {
    width: 250px;
}
