

/* console/stats/system-status.css */

/*
 Colors for severities
*/

.system-health-status-default {
    color: #333 !important;
}

.system-health-status-info {
    color: #7f7 !important;
}

.system-health-status-warn {
    color: #ffbf00 !important;
}

.system-health-status-error {
    color: #ff3b2b !important;
}

/*
    Menu
*/

.system-status-menu {

}

/*
    Tools
 */

.system-status-menu .x-menu-item-cmp {
    margin: 0 !important;
}

.system-status-menu .x-tool-tool-el {
    width: 20px !important;
    height: 20px !important;
}

.system-status-tool {
    font-size: 16px;
    color : gray;
}

.system-status-tool:hover {
    font-size: 18px;
    color : #3d474b;
}

/**
 HTML tweaks
 */

.system-status-description h3, .system-status-description h4 {
    margin: 2px 2px 4px 2px;
}

.system-status-description h3 {
    border-bottom: 1px solid #fafafa;
}

.system-status-description ul {
    list-style-position: inside;
    padding-left: 0.5em;
    margin: 3px 2px 3px 2px;
}

.system-status-description table td {
    vertical-align: top;
    padding-right : 30px
}

/*
Misc
*/

.system-status-label-vertical {
    display: block;
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    white-space: nowrap;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    font-size: 9px;
    text-shadow: #ddd 0 0 3px;
    font-weight: bold;
    color: #fff;
    background-color: #0067b1;
    vertical-align: bottom;
    white-space: pre;

    width: 45px;

    padding: 2px;
    margin: 0px;
    margin-left: -5px;
    margin-top: 14px;
    margin-right: 5px;
}

/*
 Label
*/

.system-status-label {
    margin: 2px 5px 2px 5px;
    color: #222;
    text-align: center;
    height: 40px;
}

.system-status-label .link {
    cursor: pointer;
}

.system-status-label .link:hover {
    color: #0067b1;
}

.system-status-label .value {
    text-shadow: #ddd 0 0 5px;
    font-size: 24px;
    font-weight: bold;
    color: #333
}

.system-status-label .text {
    text-shadow: #ddd 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333
}

/*
  Button
 */

.system-status-icon {
    position: relative;
    top: 5px;
}
