html {
    height: 100%
}

body {
    font-size: 14px;
    font-family: OpenSans-Light, Verdana, sans-serif, Arial;
    margin: 0 auto;
    color: #4D5157;
    background-color: #fff
}

a {
    color: #0099FF
}

a:hover {
    color: #a9bbcd;
    text-decoration: none
}

::-moz-selection {
    background-color: #7994b1;
    color: #fafbfc
}

::selection {
    background-color: #7994b1;
    color: #fafbfc
}

nav[role="main"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0099FF;
    height: 60px;
    width: 100%;
    padding-left: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    z-index: 2
}

nav[role="main"] #appname {
    float: left;
    width: 150px;
    text-align: left
}

nav[role="main"] #appname a {
    color: #fff;
    text-decoration: none
}

nav[role="main"] #appname a:first-child {
    font-size: 24px
}

nav[role="main"] #appname a:first-child span[class^="icon-"] {
    font-size: 30px;
    margin-right: 10px
}

nav[role="main"] #appname a:last-child {
    display: block;
    font-size: 11px;
    font-style: italic
}

nav[role="main"] #hostname {
    float: left;
    margin-left: 110px;
    line-height: 60px
}

nav[role="main"] #hostname a {
    color: #fff;
    text-decoration: none
}

nav[role="main"] #update {
    float: left;
    margin-left: 100px;
    line-height: 60px;
    font-size: 13px
}

nav[role="main"] #update a {
    color: #fff
}

nav[role="main"]>ul {
    text-align: right;
    list-style-type: none
}

nav[role="main"]>ul>li {
    display: inline-block
}

nav[role="main"]>ul>li>a {
    display: inline-block;
    padding: 13px 15px;
    color: #fff;
    text-decoration: none
}

nav[role="main"]>ul>li>a:hover {
    background: #dae1e9
}

nav[role="main"]>ul>li>a>span[class^="icon-"] {
    font-size: 30px
}

#main-container {
    overflow: auto;
    margin-top: 60px;
    background-color: #fff;
    padding: 20px 25px
}

table:not(.no-style) {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px
}

table:not(.no-style) tr {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #fff
}

table:not(.no-style) thead tr {
    border-top: none
}

table:not(.no-style) tbody tr:last-child {
    border-bottom: none
}

table:not(.no-style) tbody tr:nth-child(odd) {
    background: #f2f2f2
}

table:not(.no-style) tbody tr td,
table:not(.no-style) thead tr th {
    padding: 6px 8px;
    position: relative;
    text-align: left
}

table:not(.no-style) tbody tr td:last-child,
table:not(.no-style) thead tr th:last-child {
    border-right: none
}

td {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table:not(.no-style) tbody tr td:first-child,
table:not(.no-style) thead tr th:first-child {
    border-left: none
}

table:not(.no-style) thead {
    color: #898989;
    font-size: 13px;
    font-weight: bold
}

table:not(.no-style) thead tr th {
    text-align: center
}

table:not(.no-style) tbody tr:hover {
    background: #eaeef3
}

table.firstBold tbody tr td:first-child {
    font-weight: bold;
    color: #7e848c
}

.progressbar-wrap {
    width: 100%;
    background-color: rgba(153, 174, 196, 0.2)
}

.progressbar-wrap .progressbar {
    text-indent: 5px
}

.progressbar-wrap .progressbar.green {
    background-color: #7BCE6C
}

.progressbar-wrap .progressbar.orange {
    background-color: #FFE45E
}

.progressbar-wrap .progressbar.red {
    background-color: #CF6B6B
}

.reload.spin {
    -moz-animation: spin 2000ms infinite linear;
    -webkit-animation: spin 2000ms infinite linear;
    animation: spin 2000ms infinite linear
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.box#esm-load_average h3 {
    font-weight: normal
}

body.theme-3DNS a {
    color: #0099FF
}

body.theme-3DNS a:hover {
    color: #fff;
    text-decoration: none
}

body.theme-3DNS::-moz-selection {
    background-color: #e09659;
    color: #fff
}

body.theme-3DNS::selection {
    background-color: #e09659;
    color: #fff
}

body.theme-3DNS nav[role="main"] {
    background-color: #0099FF
}

body.theme-3DNS nav[role="main"]>ul>li>a:hover {
    background: #0099FF
}

body.theme-3DNS .progressbar-wrap {
    background-color: rgba(232, 177, 132, 0.2)
}

@media only screen and (max-width: 1024px) {
    .column-left,
    .column-right {
        float: none;
        width: 100%
    }
    .box {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media only screen and (max-width: 550px) {
    nav[role="main"] #appname {
        width: 135px
    }
    nav[role="main"] #hostname {
        margin-left: 0;
        font-size: 12px
    }
    nav[role="main"] #update {
        margin-left: 0;
        font-size: 9px;
        position: absolute;
        top: 47px;
        line-height: inherit
    }
    nav[role="main"] ul>li>a {
        padding: 12px 0
    }
    .box#esm-load_average div {
        width: 100%;
        float: none
    }
    .box#esm-disk .filesystem {
        display: none
    }
}