#branding img {
    max-height: 10em;
    max-width: 100%;
}

#root {
    margin-bottom: 7em;
}

#changed-lines {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 8em 0em;
}

#footer {
    /*background-color: #f7f7f7;*/
    max-height: 8em;
}

#refresh-timer {
    width: 100px;
    height: 50px;
    color:#dddddd;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-icon {
    width: 50px;
    height: 50px;
    /*color: #dddddd;*/
    /*background-color: #305a75;*/
    /*background-color: #BE9214;*/
}

.status-up {
    color: #dddddd;
    background-color: #277529;
}

.status-down {
    color: #dddddd;
    background-color: #A71A1A;
    /*background-color: #277529;*/
    /*background-color: #305a75;*/
}

.status-unknown {
    color: #dddddd;
    /*background-color: #BE9214;*/
    background-color: #27538C;
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.row.equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.card {
    flex: 1 0 0;
}

[id*='i-tns-'] {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
}

.right-bracket {
    border-right-width: 3px !important;
}

.toggle-range-label {
    width: 150px;
}

.border-x-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
}


@supports not (-ms-high-contrast: none) {
    /* Non-IE styles here */
    .nowrap-textarea {
        white-space: pre;  overflow: auto;
    }
}

@media only screen and (max-width: 500px), only screen and (max-height: 400px) {
  footer img{
    height: 50px;
  }
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}