body
{

}

/* General Styling */
#topBar {
    color: lightgray;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

    #topBar > * {
        padding: 1em;
    }

.connection-stats {
    padding-left: 8em;
    font-weight: bold;
}

.connection-stat {
    display: inline-block;
    margin: 0.4em 1em;
    min-width: 16em;
}

#STLogo {
    font-weight: normal;
    font-family: sans-serif;
    position: absolute;
    margin-top: -52px;
    margin-left: 40px;
    font-size: 50pt;
    color: whitesmoke;
}

#irStLogo {
    text-decoration: none;
    color: whitesmoke;
}

#irLogo {
    text-decoration: none;
}

#ir_i {
    margin: 0px;
    font-size: 36pt;
    font-weight: 700;
}

#ir_r {
    margin: 0px;
    font-size: 48pt;
    font-weight: 700;
    letter-spacing: -8px;
}

#logoNameFL {
    color: white;
    font-size: 22pt;
    font-family: sans-serif;
    letter-spacing: 2px;
}

#logoName {
    color: white;
    font-size: 22pt;
    font-family: sans-serif;
    letter-spacing: 2px;
}

#logoByline {
    color: orange;
    font-size: 8pt;
    font-family: sans-serif;
    letter-spacing: 2px;
}

#logoURL {
    color: white;
    font-size: 8pt;
    font-family: sans-serif;
    letter-spacing: 0px;
    position: absolute;
    margin-top: 32px;
    margin-left: 105px;
}

#status_watermark {
    display: block;
    float: right;
    text-align: right;
    z-index: 0;
    background: transparent;
    margin-top: -100;
    margin-right: 10;
}

#status_watermark-text {
    font-size: 32px;
    font-weight: 800;
    transform: rotate(345deg);
    -webkit-transform: rotate(345deg);
}

.commandForm {
    font-weight: bold;
    padding-left: 30px;
    margin-left: 50px;
    margin-top: 10px;
    border-collapse: collapse;
}

.inlinecommandForm {
    font-weight: bold;
    padding-left: 5px;
    margin: 4px;
    border-collapse: collapse;
    display: inline-block;
}

.inlinecommandForm input {
    font-size: 14px;
    font-weight: normal;
}

body {
    font-family: monospace;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -2em;
}

.footer, .push {
    height: 2em;
}

.footer {
    padding-left: 8;
    line-height: 2em;
    background: #eee
}

h2 {
    color: whitesmoke;
    font-family: sans-serif;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 6px;
    font-size: 24pt;
}

h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: sans-serif;
    font-weight: normal;
}

h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: monospace;
    padding-left: 30px;
}

.h4_detail {
    display: inline-block;
    padding-left: 80px;
    white-space: pre-wrap;
}

.h3_plain {
    font-size: 10pt;
    font-weight: normal;
}

th {
    background-color: #DDDDDD;
    padding: 4px;
    border: 1px solid black;
    border-collapse: collapse;
    text-align: left;
    font-family: serif;
    font-weight: bold;
}

td {
    padding: 4px;
    border: 1px solid black;
    border-collapse: collapse;
    text-align: left;
    max-height: 60px;
    overflow: auto;
}

table.LogTable {
    background-color: #FBFBFB;
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
    white-space: pre-wrap;
}

tr.Critical {
    color: DarkRed;
}

tr.Error {
    color: Crimson;
}

tr.Warning {
    color: DarkOrange;
}

tr.Trace {
    color: #9A9A9A;
}

tr.Debug {
    color: DodgerBlue;
}

.device_content {
    max-width: 700px;
    margin: 30px 20px 0;
    font-size: 16px;
}

.frequent_disconnections {
    border: none;
}

.frequent_disconnections td {
    border: none;
    padding-right: 20px;
}


/* Info Page Styling */
.info_section {
    margin-top: 20px;
    margin-left: 20px
}


.info_section table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 20%;
}

.info_section td, .info_section th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
}


/* Dashboard Styling */

/* NOTE: Most of these were to support Content-Security-Policy changes, and so have
    simply attempted to replace inline stylings with defined classes
*/

div.conn_count_changes {
    display: inline;
    font-weight: normal;
}

.detailed_text {
    max-height: 80px;
    overflow: auto;
}

.w_20 {
    width: 20px;
}

.w_60 {
    width: 60px;
}

.w_75 {
    width: 75px;
}

.w_100 {
    width: 100px;
}

.w_20_percent {
    width: 20%;
}

.w_25_percent {
    width: 25%;
}

.w_30_percent {
    width: 30%;
}

.w_80_percent {
    width: 80%;
}

.h_24 {
    height: 24px;
}

.m_left_neg_20 {
    margin-left: -20px;
}

.m_left_20 {
    margin-left: 20px;
}

.m_left_30 {
    margin-left: 30px;
}

.m_left_70 {
    margin-left: 70px;
}

.m_right_20 {
    margin-right: 20px;
}

.m_right_50 {
    margin-right: 50px;
}


.ws_nowrap {
    white-space: nowrap;
}

.color_red {
    color: red;
}

.color_green {
    color: #339966;
}

.color_silver {
    color: silver;
}

.font_bold {
    font-weight: bold;
}

.default_hidden {
    display:none;
}

.inline {
    display: inline;
}

p {
    padding-left:30px;
}
hr
{
   margin:30px;
   height:1px;
}

