body {
    font-size: 12px;
    line-height: 16px;
    font-family: "Arial", "Verdana", sans-serif;
    color: #333333;
    background-color: white;
    margin: 0px;
}

@media (max-width: 768px) {
    body {
        background-color: #808080;
    }
}

.title {
    font-size: 20px;
    font-family: "Arial", "Verdana", sans-serif;
}

.cursorHand {
    cursor: pointer;
}

.plant__label {
    line-height: 0.5px;
    padding: 18.75px 0;
    display: inline-block;
    text-transform: uppercase;
    max-width: calc(100% - 30%);
}

@media (max-width: 353px) {
    .plant__label {
        max-width: 100%;
        width: 100%;
    }
}

.plant__badge {
    float: right;
    margin: 12.5px 0;
    line-height: 12.5px;
    min-width: 20%;
    max-width: 20%;
    text-align: center;
}

@media (max-width: 353px) {
    .plant__badge {
        float: left;
        max-width: 60%;
        min-width: 60%;
        display: inline-block;
        margin-top: 0px;
    }
}

.plant__icon {
    float: right;
    margin: 12.5px 5px;
    line-height: 12.5px;
}

@media (max-width: 353px) {
    .plant__icon {
        display: inline-block;
        margin-top: 0px;
    }
}

.badge {
    font-family: "Arial", "Verdana", sans-serif;
    border-radius: 2px;
    padding: 5px 5px;
    color: white;
    display: inline-block;
    background-color: #008000;
}

.badge--allarm {
    background-color: #FF0000;
}

.badge--warning {
    background-color: #FFD60D;
}

.badge--error {
    background-color: #ff9b0c;
}

.badge--idle {
    background-color: #808080;
}

.badge--generic {
    background-color: #808080;
}

.badge--manual {
    background-color: #FFD60D;
}

.badge--offline {
    background-color: #333333;
}

.badge--off {
    background-color: #7103a5;
}

.badge--jog {
    background-color: #ffd60d;
}

.badge--mda {
    background-color: #ff9b0c;
}

.badge--auto {
    background-color: #008000;
}

.header__icon {
    background-color: #29999A;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    vertical-align: middle;
    min-height: 32px;
    min-width: 32px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

    .header__icon > span {
        font-size: 14px;
        line-height: 16px;
        font-family: "Arial", "Verdana", sans-serif;
        font-weight: bold;
        color: white;
        position: absolute;
        top: 8px;
        width: 100%;
        text-align: center;
    }

.header__title {
    color: #29999A;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.header__toggle {
    float: right;
    line-height: 30px;
    font-weight: bold;
    color: #29999A;
}

.custom-label {
    font-size: 12px;
    line-height: 16px;
    font-family: "Arial", "Verdana", sans-serif;
    display: inline;
    font-weight: normal;
}

.header__state {
    font-size: 12px;
    line-height: 16px;
    font-family: "Arial", "Verdana", sans-serif;
    float: right;
    margin-right: 10px;
    min-width: 84px;
    text-align: center;
    margin-top: 3px;
}

.custom-label--primary {
    font-weight: bold;
}

.custom-label--grey {
    color: #808080;
}

.custom-label--mid-small {
    font-size: 10px;
    line-height: 14px;
    font-family: "Arial", "Verdana", sans-serif;
}

.content-container__body {
    background-color: #F2F2F2;
    margin: 5px;
    padding: 10px 5px;
}

.monitor {
    margin-bottom: 5px;
}

.monitor__control {
    width: 15%;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    font-family: "Arial", "Verdana", sans-serif;
    vertical-align: middle;
    margin-right: 5px;
}

.monitor__label {
    display: inline;
    vertical-align: middle;
}

.message {
    border-bottom: 1px solid #808080;
}

    .message:first-child {
        padding-bottom: 10px;
    }

    .message:not(:first-child) {
        padding: 10px 0px;
    }

.message__header {
    margin-bottom: 5px;
}

.message__detail {
    font-size: 10px;
    line-height: 14px;
    font-family: "Arial", "Verdana", sans-serif;
}

.message__state {
    min-height: 20px;
    min-width: 20px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.message__label {
    display: inline;
    vertical-align: middle;
}

.message__label--primary {
    text-transform: uppercase;
}


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/content/fonts/glyphicons-halflings-regular.eot");
    src: url("/content/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/content/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/content/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/content/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.white {
    color: #FFFFFF;
}

.black {
    color: #333333;
}

.grey-dark {
    color: #404952;
}

.grey {
    color: #808080;
}

.grey-mid-light {
    color: #DDDDDD;
}

.grey-light {
    color: #F2F2F2;
}

.green {
    color: #008000;
}

.green-primary {
    color: #29999A;
}

.yellow {
    color: #FFD60D;
}

.red {
    color: #FF0000;
}

.purple {
    color: #7103a5;
}

.purple-light {
    color: #908EA6;
}

.orange {
    color: #ff9b0c;
}

.orange-light {
    color: #ffd60d;
}
