@charset "UTF-8";

@font-face {
    font-family: 'Rowdies';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Rowdies-Regular.ttf);
}
/*!
    Ionicons, v2.0.1
    Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
    https://twitter.com/benjsperry  https://twitter.com/ionicframework
    MIT License: https://github.com/driftyco/ionicons

    Android-style icons originally built by Google's
    Material Design Icons: https://github.com/google/material-design-icons
    used under CC BY http://creativecommons.org/licenses/by/4.0/
    Modified icons to fit ionicon's grid from original.
*/
@font-face {
    font-family: Ionicons;
    src: url(../fonts/ionicons.ttf?v=2.0.1), url(../fonts/ionicons.woff?v=2.0.1);
    font-weight: 400;
    font-style: normal;
}

html {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-y: scroll;
    font-size: 10px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #333;
    font-size: 1.4em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.ion,
.ion-alert:before,
.ion-checkmark:before,
.ion-document-text:before,
.ion-eye:before,
.ion-help:before,
.ion-ios-arrow-right:before,
.ion-ios-circle-filled:before,
.ion-ios-help-outline:before,
.ion-ios-list:before,
.ion-ios-minus-outline:before,
.ion-ios-plus-outline:before,
.ion-link:before {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
    content: "\F101";
}

.ion-checkmark:before {
    content: "\F122";
}

.ion-document-text:before {
    content: "\F12E";
}

.ion-eye:before {
    content: "\F133";
}

.ion-help:before {
    content: "\F143";
}

.ion-ios-arrow-right:before {
    content: "\F3D3";
}

.ion-ios-circle-filled:before {
    content: "\F400";
}

.ion-ios-help-outline:before {
    content: "\F445";
}

.ion-ios-list:before {
    content: "\F454";
}

.ion-ios-minus-outline:before {
    content: "\F463";
}

.ion-ios-plus-outline:before {
    content: "\F48A";
}

.ion-link:before {
    content: "\F1FE";
}

.markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #24292e;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
      sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

.markdown-body a {
    background-color: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
    outline-width: 0;
}

.markdown-body strong {
    font-weight: inherit;
    font-weight: bolder;
}

.markdown-body h1 {
    margin: 0.67em 0;
}

.markdown-body [type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.markdown-body * {
    box-sizing: border-box;
}

.markdown-body a {
    color: #0366d6;
    text-decoration: none;
}

.markdown-body a:hover {
    text-decoration: underline;
}

.markdown-body strong {
    font-weight: 600;
}

.markdown-body th {
    padding: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.markdown-body h1 {
    font-size: 32px;
    font-weight: 600;
}

.markdown-body h2 {
    font-size: 24px;
    font-weight: 600;
}

.markdown-body h3 {
    font-size: 20px;
    font-weight: 600;
}

.markdown-body h4 {
    font-size: 16px;
    font-weight: 600;
}

.markdown-body h5 {
    font-size: 14px;
    font-weight: 600;
}

.markdown-body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.markdown-body ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.markdown-body:after,
.markdown-body:before {
    display: table;
    content: "";
}

.markdown-body:after {
    clear: both;
}

.markdown-body > :first-child {
    margin-top: 0 !important;
}

.markdown-body > :last-child {
    margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.markdown-body p,
.markdown-body ul {
    margin-top: 0;
    margin-bottom: 16px;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.markdown-body h1 {
    font-size: 2em;
}

.markdown-body h1,
.markdown-body h2 {
    padding-bottom: 0.3em;
    border-bottom: 1px solid #eaecef;
}

.markdown-body h2 {
    font-size: 1.5em;
}

.markdown-body h3 {
    font-size: 1.25em;
}

.markdown-body h4 {
    font-size: 1em;
}

.markdown-body h5 {
    font-size: 0.875em;
}

.markdown-body ul {
    padding-left: 2em;
}

.markdown-body ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

.markdown-body li {
    word-wrap: break-all;
}

.markdown-body li > p {
    margin-top: 16px;
}

.markdown-body li + li {
    margin-top: 0.25em;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
*, :after, :before {
    box-sizing: border-box;
}

a {
    color: #67808c;
    text-decoration: none;
}

a:focus, a:hover {
    color: #465760;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

[role="button"] {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}

.h4, .h5, h4, h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, h4 .small, h4 small, h5 .small, h5 small {
    font-size: 75%;
}

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

p {
    margin: 0 0 10px;
}

.small, small {
    font-size: 85%;
}

.text-right {
    text-align: right;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul {
    margin-bottom: 0;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
}

.container {
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:after, .container:before {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
      width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
      width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:after, .row:before {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-sm-1,
.col-sm-11,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-8,
.col-xs-10,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-6,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-10,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-6,
.col-xs-9 {
    float: left;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-11,
    .col-sm-12,
    .col-sm-3,
    .col-sm-4,
    .col-sm-8 {
      float: left;
    }
    .col-sm-1 {
      width: 8.3333333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-4 {
      width: 33.3333333333%;
    }
    .col-sm-8 {
      width: 66.6666666667%;
    }
    .col-sm-11 {
      width: 91.6666666667%;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-offset-0 {
      margin-left: 0;
    }
    .col-sm-offset-2 {
      margin-left: 16.6666666667%;
    }
}

th {
    text-align: left;
}













.navbar {
    width: 100%;
    height: 50px;
    background-color: transparentfff;
    box-shadow: 0px 0px 3px 2px var(--navbar-shadow);
    z-index: 5;
}

.navbar > .content {
    width: 85%;
    height: 100%;
    margin: 0% 7.5% 0% 7.5%;
}

.navbar .brand {
    float: left;
    width: 147.5px;
    height: 100%;
}

.navbar .brand img {
    float: left;
    height: calc(100% - 20px);
    margin: 10px 0px 10px 10px;
}

.navbar .brand h1 {
    float: right;
    margin: 8px 10px 0px 0px;
    padding: 0;
    font-family: 'Rowdies';
    font-weight: 100;
    font-size: 28px;
    font-family: 'Rowdies', sans-serif;
    background: -webkit-linear-gradient(#6c6c6c, #1c1c1c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;
    white-space: nowrap;
}

.footer p {
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.panel,
body .list-group.components {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .list-group,
body .list-group.components > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
body .list-group.components > .list-group .list-group-item {
    border-width: 0px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
body
    .list-group.components
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .list-group:last-child .list-group-item:last-child,
body
    .list-group.components
    > .list-group:last-child
    .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    opacity: 0;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.hide {
    display: none !important;
}

@keyframes fpFadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      transform: translateZ(0);
    }
}

.alert {
    border-radius: 4px;
    background: #f7ca18;
}

.alert.alert-info {
    background: #bfdbfe;
    color: #fff;
}

.alert.alert-info a {
    color: #fff;
    font-weight: 700;
}

.panel-info {
    border-color: #8dbffd;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #bfdbfe;
    border-color: #8dbffd;
}

[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
    }
    to {
        transform: scale(1);
    }
}
@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    to {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    to {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    to {
        transform: rotate(-405deg);
    }
}

@keyframes animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    to {
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes animate-x-mark {
    0% {
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        margin-top: -6px;
    }
    to {
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

body h1,
body h2,
body h3,
body h4,
body h5 {
    margin-bottom: 20px;
}

body p,
body strong {
    color: #333;
}

body .tooltip {
    background-color: #000;
}

body .help-icon {
    cursor: help;
}

body .container {
    max-width: 960px;
}

body .alert {
    font-size: 1.2em;
    font-weight: 600;
}

body .timeline .content-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

body .timeline h3 {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 22px;
}

body .timeline h3 small {
    margin-left: 15px;
}

body .timeline .list-group.components .panel-body h1,
body .timeline .panel .panel-body h1 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 2em;
}

body .timeline .list-group.components .panel-body h2,
body .timeline .panel .panel-body h2 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 1.8em;
}

body .timeline .list-group.components .panel-body h3,
body .timeline .panel .panel-body h3 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 1.6em;
}

body .timeline .list-group.components .panel-body h4,
body .timeline .panel .panel-body h4 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 1.4em;
}

body .timeline .list-group.components .panel-body h5,
body .timeline .panel .panel-body h5 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 1.2em;
}

body .timeline .list-group.components .panel-body p,
body .timeline .panel .panel-body p {
    margin: 0;
}

body .timeline .moment {
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}

body .timeline .moment.first:before {
    top: -5px;
}

body .timeline .moment:before {
    content: "";
    position: absolute;
    left: 26px;
    top: -5px;
    width: 2px;
    height: 100%;
    background: #7266ba;
}

body .timeline .moment .status-icon {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    position: absolute;
    left: 25px;
    top: 14px;
}

body .timeline .moment .status-icon .icon {
    position: absolute;
    top: 7px;
    left: 11px;
}

body .timeline .moment .status-icon .icon.ion-alert {
    left: 15px;
}
body .timeline .moment.last:before {
    background: #fff;
}

body .timeline .moment .list-group.components,
body .timeline .moment .panel {
    margin: 0;
    border-radius: 2px;
}

body .timeline .moment .panel-message.list-group.components,
body .timeline .moment .panel.panel-message {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

body .timeline .moment .panel-message.list-group.components .date,
body .timeline .moment .panel.panel-message .date {
    color: #949494;
}

body .timeline .moment .panel-message.list-group.components:before,
body .timeline .moment .panel.panel-message:before {
    position: absolute;
    top: 16px;
    left: 1px;
    display: inline-block;
    border-color: transparent #e8e8e8;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    content: " ";
}

body .timeline .moment .panel-message.list-group.components:after,
body .timeline .moment .panel.panel-message:after {
    position: absolute;
    top: 17px;
    left: 2px;
    display: inline-block;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 14px 14px 14px 0;
    content: " ";
}

body .timeline .moment .list-group.components .panel-heading,
body .timeline .moment .panel .panel-heading {
    padding-top: 1em;
    padding-bottom: 1.4em;
}

body .timeline .moment .list-group.components .panel-heading strong,
body .timeline .moment .panel .panel-heading strong {
    font-size: 1.1em;
}

body .timeline .moment .list-group.components .panel-body,
body .timeline .moment .panel .panel-body {
    border-top: 1px solid #eee;
}

body .timeline .moment .list-group.components .panel-body p,
body .timeline .moment .panel .panel-body p {
    font-size: 1.1em;
}

body
    .timeline
    .moment
    .list-group.components
    .panel-body
    p:not(:last-child),
body .timeline .moment .panel .panel-body p:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    body .timeline .moment .content {
      width: 100%;
    }
}

body .list-group {
    padding-left: 0;
}

body .list-group .list-group-item {
    border-radius: 0;
    background-color: transparent;
    font-size: 1.1em;
    padding: 15px;
}

body .list-group .list-group-item a {
    font-weight: 400;
}

body .list-group .list-group-item h4 {
    margin: 0;
    font-weight: 400;
    max-width: 90%;
}

body .list-group .list-group-item p:not(:last-child) {
    margin-bottom: 10px;
}

body .list-group .list-group-item i.icon {
      font-size: 21px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    min-width: 20px;
}

body .list-group .list-group-item.group-name {
    background-color: transparent;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

body .list-group .list-group-item.break {
    padding: 1px;
    background-color: #f0f3f4;
}

body .list-group.components {
    border-color: #d7d7d7;
}

body .list-group.components:last-child {
    margin-bottom: 30px;
}

body .list-group.components + .components {
    margin-top: 5px;
}

body .list-group.components p {
    margin-bottom: 10px;
}

body .list-group.components a {
    color: #333 !important;
}

body .section-components,
body .section-scheduled,
body .section-timeline {
    margin-top: 40px;
}

body .incident-update-item > p {
    display: inline-block;
}

p, strong {
    color: #333 !important;
}

.red {
    color: #ff4242 !important;
}

.blue {
    color: #3498DB !important;
}

.green {
    color: #04C147 !important;
}

.yellow {
    color: #d8af0c !important;
}

.orange {
    color: #fdb664 !important;
}

.links {
    color: #04c147 !important;
}

.alert {
    background-color: #f7ca18;
    color: #fff;
}

.alert.alert-green {
    background-color: #04c147;
    color: #fff;
}

.alert.alert-blue {
    background-color: #3498db;
    color: #fff;
}

.alert.alert-orange {
    background-color: #ffad4f;
    color: #fff;
}

.alert.alert-red {
    background-color: #ff4242;
    color: #fff;
}

.component {
    background-color: transparent;
    border-color: #e5e5e5;
}

.sub-component {
    background-color: transparent;
    border-color: #e5e5e5;
}

.incident {
    background-color: transparent;
    border-color: #e5e5e5;
}

.status-icon {
    background-color: transparent;
    border-color: #e5e5e5;
}

.panel.panel-message:before {
    border-left-color: #fff !important;
    border-right-color: #fff !important;
}

.panel.panel-message:after {
    border-left-color: #fff !important;
    border-right-color: #fff !important;
}
