/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

 html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body.status.status {
	color: #f5f5f5;
	background: #212121;
	font: 16px/1.5 "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

body.status h1,
body.status .h1,
body.status h2,
body.status .h2,
body.status h3,
body.status .h3,
body.status h4,
body.status .h4,
body.status h5,
body.status .h5,
body.status h6,
body.status .h6,
body.status .h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

body.status h1,
body.status .h1 {
	font-size: 30px;
}

body.status h2,
body.status .h2 {
	font-size: 27px;
}

body.status h3,
body.status .h3 {
	font-size: 24px;
}

body.status h4,
body.status .h4 {
	font-size: 21px;
}

body.status h5,
body.status .h5 {
	font-size: 17px;
}

body.status h6,
body.status .h6 {
	font-size: 15px;
}

body.status p {
	margin: 0 0 1em;
}

body.status a {
	color: inherit;
}

body.status a:hover,
body.status a:focus {
	text-decoration: none;
	color: inherit;
}

.container {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	max-width: 870px;
}

.list-with-divider {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.list-with-divider:not(.list-small) li {
	padding-left: 10px;
	padding-right: 17px;
	margin-left: -10px;
}

.list-with-divider li {
	padding-left: 7px;
	padding-right: 12px;
	margin-left: -7px;
	position: relative;
	overflow: hidden;
}

.list-with-divider li:before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 1px;
	background: currentColor;
}

.list-with-divider li:first-child:before {
	display: none;
}

.list-with-divider a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	overflow: hidden;
	padding-bottom: 2px;
}

.list-with-divider a:hover:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.list-with-divider a:before {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	-webkit-transform: translateX(-105%);
	-ms-transform: translateX(-105%);
	transform: translateX(-105%);
}

.text-secondary {
	color: #879198;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.layout-content.status .custom-header-container {
	margin-bottom: 30px;
}

.layout-content.status .header {
	padding-top: 20px;
	padding-bottom: 10px;
}

.layout-content.status .header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.layout-content.status .logo a {
	display: block;
}

.layout-content.status .main-nav-container {
	text-align: center;
	padding-top: 10px;
}

.layout-content.status .updates-dropdown {
	right: 0;
	margin-top: 10px;
}

.layout-content.status .updates-dropdown-nav a {
	border-bottom: none;
	position: relative;
}

.layout-content.status .updates-dropdown-nav a.active {
	background: #43494f;
}

.layout-content.status .directions {
	padding-bottom: 15px;
}

.layout-content.status .updates-dropdown-section {
	background: #43494f;
}

.layout-content.status .updates-dropdown-section input[type="text"],
.layout-content.status .updates-dropdown-section input[type="email"],
.layout-content.status .updates-dropdown-section select {
	background: #333;
	border-color: #333;
	color: #f5f5f5;
}

.layout-content.status .updates-dropdown-section input[type="text"]::-webkit-input-placeholder,
.layout-content.status .updates-dropdown-section input[type="email"]::-webkit-input-placeholder,
.layout-content.status .updates-dropdown-section select::-webkit-input-placeholder {
	color: #f5f5f5;
}

.layout-content.status .updates-dropdown-section input[type="text"]::-moz-placeholder,
.layout-content.status .updates-dropdown-section input[type="email"]::-moz-placeholder,
.layout-content.status .updates-dropdown-section select::-moz-placeholder {
	opacity: 1;
	color: #f5f5f5;
}

.layout-content.status .updates-dropdown-section input[type="text"]:-moz-placeholder,
.layout-content.status .updates-dropdown-section input[type="email"]:-moz-placeholder,
.layout-content.status .updates-dropdown-section select:-moz-placeholder {
	color: #f5f5f5;
}

.layout-content.status .updates-dropdown-section input[type="text"]:-ms-input-placeholder,
.layout-content.status .updates-dropdown-section input[type="email"]:-ms-input-placeholder,
.layout-content.status .updates-dropdown-section select:-ms-input-placeholder {
	color: #f5f5f5;
}

.layout-content.status .updates-dropdown-section input[type="text"].placeholder,
.layout-content.status .updates-dropdown-section input[type="email"].placeholder,
.layout-content.status .updates-dropdown-section select.placeholder {
	color: #f5f5f5;
}

.layout-content.status .updates-dropdown-section input[type="submit"] {
	max-width: 280px;
}

.layout-content.status .terms_and_privacy_information a {
	color: #f5f5f5;
}

.btn,
.layout-content.status .show-updates-dropdown {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px 14px;
	color: #f5f5f5;
	font-size: inherit;
	border-radius: 10px;
	border: 1px solid;
}

.btn-primary {
	background: #285ae6;
	border-color: #285ae6;
}

.btn-primary:hover {
	background: #3f6ce9;
	border-color: #3f6ce9;
}

.btn-secondary,
.layout-content.status .show-updates-dropdown,
.btn-default {
	background: #879198;
	border-color: #879198;
}

.btn-secondary:hover,
.layout-content.status .show-updates-dropdown:hover,
.btn-default:hover {
	background: #6d787f;
	border-color: #6d787f;
}

body.status {
	/* general styles for page elements */ /* tabs on status index page */
}

body.status .color-primary {
	color: #f5f5f5;
}

body.status .impact-critical {
	color: #d0021b;
}

body.status .impact-minor {
	color: #ffd76e;
}

body.status .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
}

body.status .tabset li {
	margin-right: 1px;
}

body.status .tabset a {
	display: block;
	padding: 5px 10px;
	border-radius: 5px 5px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(67, 73, 79, .55);
}

body.status .tabset a.active,
body.status .tabset a:hover {
	background: #43494f;
}

body.status .tab-contents {
	background: #43494f;
	padding: 20px;
	height: 350px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

body.status div[id^="subscribe-modal"] {
	background: #43494f;
	border-color: #43494f;
	color: #f5f5f5;
}

body.status div[id^="subscribe-modal"] .modal-header {
	border-bottom-color: #333;
}

body.status div[id^="subscribe-modal"] .modal-header .close {
	color: #f5f5f5;
}

body.status div[id^="subscribe-modal"] .modal-body {
	font-size: 15px;
}

body.status div[id^="subscribe-modal"] .modal-footer {
	background: #43494f;
	border-top-color: #333;
}

body.status div[id^="subscribe-modal"] .controls input,
body.status div[id^="subscribe-modal"] .controls select {
	background: #333;
	border-color: #333;
}

.layout-content.status {
	/* general styles for status index page */ /* general styles for status history page */
}

.layout-content.status .scheduled-maintenances-container,
.layout-content.status .incidents-list,
.layout-content.status .past-maintenances-container {
	margin-top: 20px !important;
}

.layout-content.status .scheduled-maintenances-container .font-largest,
.layout-content.status .incidents-list .font-largest,
.layout-content.status .past-maintenances-container .font-largest {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 26px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.17;
}

.layout-content.status .incident-container {
	margin-bottom: 1.5rem;
}

.layout-content.status .incident-container .incident-title {
	padding-top: 5px;
}

.layout-content.status .incident-container .incident-title.impact-maintenance a {
	color: #285ae6 !important;
}

.layout-content.status .incident-container .updates-container .update {
	margin: 1.5rem .5rem 1.5rem .5rem;
	color: #f5f5f5;
	font-size: 16px;
	line-height: 1.5rem;
	border-bottom: 1px  solid #879198;
	padding: 0 0 20px;
}

.layout-content.status small {
	color: #879198;
}

.layout-content.status.status-index .page-status {
	padding: 15px 20px;
	margin-bottom: 45px;
}

.layout-content.status.status-index .page-status.status-none {
	background: #5fc29b;
	border-radius: 0;
}

.layout-content.status.status-index .page-status .status,
.layout-content.status.status-index .page-status .last-updated-stamp {
	font-size: 20px;
	font-weight: bold;
	top: 0;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container {
	border-width: 0 0 1px !important;
	padding: 0;
	position: relative;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:last-child {
	border-radius: 0 !important;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container.empty-row {
	visibility: hidden;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .component-inner-container {
	padding: 5px 5px 5px 20px;
	margin: 0;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container > .component-inner-container {
	padding: 10px 5px 10px 0;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container > .component-inner-container span {
	cursor: pointer;
	font-weight: bold;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container > .component-inner-container span.tooltip-base {
	font-size: 12px;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .component-status {
	display: none;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .group-parent-indicator {
	font-size: 16px;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator-wrap {
	float: right;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator {
	position: relative;
	display: block;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .child-components-container {
	border-top: 1px solid #f5f5f5;
	padding: 10px 0;
}

.layout-content.status.status-index .components-section .components-container.one-column + .component-statuses-legend {
	display: block;
}

.layout-content.status.status-index .components-section.filtered-section .components-container.one-column {
	min-height: 364px;
}

.layout-content.status.status-index .components-section.filtered-section .component-container.empty-row {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: -9999px;
}

.layout-content.status.status-index .components-section.filtered-section .component-container .filtered-item {
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

.layout-content.status.status-index .components-section.filtered-section .component-container .visible-item {
	visibility: visible;
	position: relative;
	left: auto;
}

.layout-content.status.status-index .components-section .legend-item {
	position: relative;
	overflow: hidden;
	padding-bottom: 4px;
	cursor: pointer;
}

.layout-content.status.status-index .components-section .legend-item:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	transform: translateX(-120%);
}

.layout-content.status.status-index .components-section .legend-item.active:before {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.layout-content.status.status-index .incidents-list .incident-container .incident-title.impact-none a {
	color: #f5f5f5;
}

.layout-content.status.status-full-history .incident-body {
	color: #f5f5f5;
}

.layout-content.status.status-full-history .months-container .month {
	margin-bottom: 3rem;
}

.layout-content.status.status-full-history .months-container .month + .month {
	margin-top: 0;
}

.layout-content.status.status-full-history .months-container .month .incident-container .incident-title {
	color: #f5f5f5;
}

.layout-content.status.status-full-history .months-container .month .incident-container .incident-title.impact-none {
	color: #f5f5f5;
}

.layout-content.status.status-full-history .history-header .pagination a,
.layout-content.status.status-full-history .uptime-header .pagination a {
	line-height: 32px;
}

.layout-content.status.status-full-history .history-header .pagination a:hover,
.layout-content.status.status-full-history .uptime-header .pagination a:hover {
	background: #f5f5f5;
	color: #212121;
}

.layout-content.status.status-full-history .history-header .pagination a.disabled,
.layout-content.status.status-full-history .uptime-header .pagination a.disabled {
	pointer-events: none;
}

.layout-content.status.status-full-history .history-header.history-header {
	padding-top: 4px;
	padding-bottom: 34px;
	margin-bottom: 0;
}

.layout-content.status.status-full-history .pagination-container {
	position: relative;
}

.layout-content.status.status-full-history .pagination-container .pagination .current {
	margin: 0 1.25rem 0 .25rem;
}

.layout-content.status.status-full-history .calendar-holder {
	position: absolute;
	left: 50px;
	right: 50px;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.layout-content.status.status-full-history #calendar {
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.layout-content.status.status-full-history .selected-range .selcted-range-hold {
	opacity: 1;
}

.layout-content.status.status-full-history .selcted-range-hold {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 38px;
	left: -50px;
	right: -50px;
	bottom: 0;
	opacity: 0;
}

.layout-content.status.status-full-history .show-filter {
	color: #f5f5f5;
	background: #285ae6;
	border: 1px solid #285ae6;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 20px;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.layout-content.status.status-full-history .show-filter.border-color {
	border-color: #285ae6;
}

.layout-content.status.status-full-history .show-filter i {
	margin-left: 7px;
}

.layout-content.status.status-full-history .component-selector {
	position: relative;
}

.layout-content.status.status-full-history .grouped-items-selector {
	background: #43494f;
	min-width: 210px;
}

.layout-content.status.status-full-history .grouped-items-selector.border-color {
	border-color: #43494f;
}

.layout-content.status.status-full-history .grouped-item {
	border: none;
}

.layout-content.status.status-full-history .grouped-item-label {
	color: #f5f5f5;
}

.layout-content.status.status-full-history h4 {
	line-height: 2.412rem;
	margin-bottom: 1.5rem;
	font-weight: 800;
	border-top: 2px solid #f5f5f5;
	padding-top: 15px;
}

.layout-content.status.status-full-history .month-title {
	border-top-width: 1px;
	border-bottom: none !important;
	padding: 2px 0;
	margin-bottom: 6px !important;
}

.layout-content.status.status-full-history .incident-title {
	font-weight: bold;
}

.layout-content.status.status-full-history .incidents-open-close.active .js-close {
	display: block;
}

.layout-content.status.status-full-history .incidents-open-close.active .js-open {
	display: none;
}

.layout-content.status.status-full-history .incidents-open-close .js-close {
	display: none;
}

.layout-content.status.status-full-history .incidents-opener {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .5rem .75rem .4rem;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	color: #858585;
	font-size: 14px;
	cursor: pointer;
}

.layout-content.status.status-full-history .incidents-opener:hover {
	background: #f5f5f5;
	color: #212121;
}

.layout-content.status.status-full-history .incidents-opener span {
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

.loader-holder {
	position: absolute;
	left: -9999px;
	z-index: 1000;
	width: 0;
	height: 0;
	background: #212121;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-loading .loader-holder {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
}

.loader,
.loader:before,
.loader:after {
	width: 1.2em;
	height: 1.2em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: animLoading 1.8s infinite ease-in-out;
	animation: animLoading 1.8s infinite ease-in-out;
}

.loader {
	color: #f5f5f5;
	font-size: 10px;
	margin-bottom: 40px;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.loader:before,
.loader:after {
	content: "";
	position: absolute;
	top: 0;
}

.loader:before {
	left: -2.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.loader:after {
	left: 2.5em;
}

.component-inner-container {
	position: relative;
}

.component-inner-container .new-tooltip {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 26px;
}

.icon-tooltip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background: rgba(10, 10, 10, .9);
	border-radius: 4px;
	color: #fff;
	padding: 6px 14px;
}

.icon-tooltip:before {
	content: "";
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(10, 10, 10, .9);
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.icon-tooltip-content {
	white-space: nowrap;
}

.tooltip-hidden .tooltipster-base {
	display: none !important;
}

.calendar-icon-hold {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 4px;
	right: -7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
}

.fa-calendar-alt {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.fa-calendar-alt:before {
	content: "\f073";
	font-family: FontAwesome !important;
	font-style: normal;
}

[data-hidden-element],
[data-hidden-filter] {
	position: absolute;
	left: auto;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.filter-nav-hold {
	border-top: 1px solid #fff;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-nav-hold .filter-txt-hold {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 10px;
}

.filter-nav-hold .filter-btns-hold {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.filter-nav-hold .filter-btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #fff;
	background: #879198;
	border: 1px solid #879198;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 20px;
	padding: 5px 15px;
	margin: 2px;
	font-size: 13px;
	letter-spacing: 1px;
	outline: none;
}

.filter-nav-hold .filter-btn:hover,
.filter-nav-hold .filter-btn.btn-active {
	background: #285ae6;
	border-color: #285ae6;
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	color: #212121 !important;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	z-index: 3001;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, .2);
	content: "";
}

.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
	right: 9px;
}

.daterangepicker.opensleft:after {
	right: 10px;
}

.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.daterangepicker.opensright:before {
	left: 9px;
}

.daterangepicker.opensright:after {
	left: 10px;
}

.daterangepicker.drop-up {
	margin-top: -7px;
}

.daterangepicker.drop-up:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
	float: none;
}

.daterangepicker.show-calendar .drp-calendar {
	display: block;
}

.daterangepicker.show-calendar .drp-buttons {
	display: block;
}

.daterangepicker.auto-apply .drp-buttons {
	display: none;
}

.daterangepicker .drp-calendar {
	display: none;
	max-width: 270px;
}

.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
	padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
	border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid black;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
}

.daterangepicker .calendar-table .next span {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
}

.daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
}

.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background-color: #fff;
	border-color: transparent;
	color: #999;
}

.daterangepicker td.in-range {
	background: rgba(40, 90, 230, .4);
	border-color: transparent;
	color: #000;
	border-radius: 0;
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #285ae6;
	border-color: transparent;
	color: #fff;
}

.daterangepicker th.month {
	width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}

.daterangepicker select.yearselect {
	width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 12px;
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative;
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

.daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 12px;
	vertical-align: middle;
}

.daterangepicker .drp-selected {
	display: inline-block;
	font-size: 12px;
	padding-right: 8px;
}

.daterangepicker .drp-buttons .btn,
.daterangepicker .drp-buttons .layout-content.status .show-updates-dropdown,
.layout-content.status .daterangepicker .drp-buttons .show-updates-dropdown {
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0;
}

.daterangepicker.show-calendar .ranges {
	margin-top: 8px;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.daterangepicker .ranges li {
	font-size: 12px;
	padding: 8px 12px;
	cursor: pointer;
}

.daterangepicker .ranges li:hover {
	background-color: #eee;
}

.daterangepicker .ranges li.active {
	background-color: #285ae6;
	color: #fff;
}

/*  Larger Screen Styling */

body.status .page-footer {
	display: none;
}

body.status .footer-list {
	margin: 0 auto;
}

body.status .footer-holder {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}

body.status .copyright p {
	margin-bottom: 0;
}

@media (min-width: 375px) {
	body.status .tabset {
		font-size: 15px;
	}

	.layout-content.status.status-full-history .pagination-container .pagination .current {
		margin: 0 2.2rem 0 1rem;
	}

	.filter-nav-hold .filter-btn {
		padding: 7px 20px;
		margin: 2px 5px;
		font-size: 14px;
	}
}

@media (min-width: 480px) {
	body.status .tabset {
		font-size: 18px;
	}

	body.status .tabset a {
		font-weight: bold;
	}
}

@media (min-width: 564px) {
	.daterangepicker {
		width: auto;
	}

	.daterangepicker .ranges ul {
		width: 140px;
	}

	.daterangepicker.single .ranges ul {
		width: 100%;
	}

	.daterangepicker.single .drp-calendar.left {
		clear: none;
	}

	.daterangepicker.single .ranges,
	.daterangepicker.single .drp-calendar {
		float: left;
	}

	.daterangepicker {
		direction: ltr;
		text-align: left;
	}

	.daterangepicker .drp-calendar.left {
		clear: left;
		margin-right: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.daterangepicker .drp-calendar.right {
		margin-left: 0;
	}

	.daterangepicker .drp-calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px;
	}

	.daterangepicker .ranges,
	.daterangepicker .drp-calendar {
		float: left;
	}
}

@media (min-width: 730px) {
	.daterangepicker .ranges {
		width: auto;
	}

	.daterangepicker .ranges {
		float: left;
	}

	.daterangepicker.rtl .ranges {
		float: right;
	}

	.daterangepicker .drp-calendar.left {
		clear: none !important;
	}
}

@media (min-width: 768px) {
	.layout-content.status .custom-header-container {
		margin-bottom: 67px;
	}

	.layout-content.status .updates-dropdown {
		width: 500px;
	}

	.layout-content.status .updates-dropdown-nav a {
		height: 40px;
	}

	.layout-content.status .updates-dropdown-nav a:not(.active) {
		color: #43494f;
	}

	.layout-content.status .icon-container.email,
	.layout-content.status .icon-container.sms,
	.layout-content.status .icon-container.rss {
		background: none !important;
		font-size: 20px;
	}

	.layout-content.status .icon-container:after {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		white-space: nowrap;
	}

	.layout-content.status .icon-container.email:after {
		content: "Email";
	}

	.layout-content.status .icon-container.sms:after {
		content: "Sms";
	}

	.layout-content.status .icon-container.rss:after {
		content: "Rss";
	}

	.layout-content.status .directions {
		font-size: 18px;
		padding-bottom: 25px;
	}

	.layout-content.status .updates-dropdown-section {
		padding: 40px;
	}

	body.status .tabset {
		font-size: 20px;
	}

	body.status .tabset a {
		padding: 7px 18px;
	}

	body.status .tab-contents {
		height: 600px;
	}

	.layout-content.status.status-index .page-status .status,
	.layout-content.status.status-index .page-status .last-updated-stamp {
		font-size: 32px;
		line-height: 49px;
	}

	.layout-content.status.status-index .components-section .components-container.one-column .component-container .component-inner-container {
		padding: 10px 25px 10px 30px;
	}

	.layout-content.status.status-index .components-section .components-container.one-column .component-container > .component-inner-container {
		padding: 17px 25px 17px 0;
	}

	.layout-content.status.status-index .components-section .components-container.one-column .component-container > .component-inner-container span.name {
		font-size: 20px;
	}

	.layout-content.status.status-index .components-section .components-container.one-column .component-container .group-parent-indicator {
		font-size: 20px;
		margin-right: 10px;
	}

	.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator {
		font-size: 20px;
	}

	.layout-content.status.status-index .components-section .components-container.one-column .component-container .child-components-container {
		padding: 27px 0;
	}

	.layout-content.status.status-full-history .pagination-container .pagination .current {
		min-width: 250px;
		text-align: center;
	}

	.layout-content.status.status-full-history h4 {
		font-size: 1.8rem;
	}

	.layout-content.status.status-full-history .incident-title {
		font-size: 20px;
	}

	.component-inner-container .new-tooltip {
		top: 15px;
		bottom: 10px;
		right: 20px;
		width: 30px;
	}
}

@media (min-width: 1024px) {
	.list-with-divider:not(.list-small) li {
		padding-left: 18px;
		padding-right: 33px;
		margin-left: -18px;
	}

	.layout-content.status .header-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.layout-content.status .logo {
		margin-right: 25px;
	}

	.layout-content.status .main-nav-container {
		text-align: left;
		padding-top: 0;
	}

	.layout-content.status .updates-dropdown-container {
		margin-left: auto;
	}

	.layout-content.status.status-full-history .month-title {
		font-size: 26px;
		line-height: 1.5;
	}
}

@media (max-width: 1023px) {
	.layout-content.status .updates-dropdown-container {
		position: absolute;
		top: 0;
		right: 10px;
	}
}

@media (max-width: 767px) {
	.layout-content.status .updates-dropdown {
		position: absolute !important;
		top: 105% !important;
		left: auto !important;
	}

	.layout-content.status .incidents-list.format-expanded .status-day {
		margin-top: 20px;
	}

	.layout-content.status .incidents-list.format-expanded .status-day .date {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 650px) {
	.layout-content.status.status-full-history .component-selector {
		margin-bottom: 1.2rem;
	}

	.layout-content.status.status-full-history .pagination-container {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 !important;
	}
}

@media (max-width: 479px) {
	.layout-content.status .main-nav li:before {
		display: none;
	}
}

@media (max-width: 374px) {
	.layout-content.status.status-full-history .history-header .pagination a,
	.layout-content.status.status-full-history .uptime-header .pagination a {
		width: 24px;
		height: 24px;
		line-height: 22px;
	}

	.layout-content.status.status-full-history .pagination-container .pagination {
		font-size: 13px;
		margin: 0 -7px;
	}

	.layout-content.status.status-full-history .calendar-holder {
		right: 20px;
		left: 20px;
	}

	.layout-content.status.status-full-history .selcted-range-hold {
		font-size: 14px;
		top: 30px;
	}

	.calendar-icon-hold {
		top: 1px;
		right: -5px;
		font-size: 14px;
	}
}

@-webkit-keyframes animLoading {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes animLoading {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}