/* ==========================================================================
   SKYSTONE WIDGET - SERVER INFO V11 COMPACT
   Sidebar oficial: 220px.
   ========================================================================== */

body.template-skystone .sky-server-info {
    width: 100%;

    margin: 0;
    padding: 0;

    border: 1px solid #d4e6ea;

    background:
        url("../../images/fon-bg-account-top.png")
        center top / 100% auto no-repeat,
        url("../../images/fon-bg-account-bottom.png")
        center bottom / 100% auto no-repeat,
        rgba(255,255,255,.97);
}

body.template-skystone .sky-server-info__header {
    min-height: 53px;

    padding: 11px 12px 8px;

    border-bottom: 1px solid #dcebed;

    background: rgba(249,252,253,.76);
}

body.template-skystone .sky-server-info__header span {
    display: block;

    margin: 0 0 4px;

    color: #72a6b5;

    font-size: 6px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.1px;
}

body.template-skystone .sky-server-info__header h2 {
    margin: 0;

    color: #075f78;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.02;
}

body.template-skystone .sky-server-info__rows {
    padding: 3px 12px 8px;
}

body.template-skystone .sky-server-info__row {
    min-height: 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 6px;

    border-bottom: 1px solid #e2edef;
}

body.template-skystone .sky-server-info__row:last-child {
    border-bottom: 0;
}

body.template-skystone .sky-server-info__row > span {
    flex: 1 1 auto;
    min-width: 0;

    color: #7899a5;

    font-size: 6.7px;
    line-height: 1;
}

body.template-skystone .sky-server-info__row > strong {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 126px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: #076b86;

    font-size: 7px;
    font-weight: 700;
    line-height: 1;

    text-align: right;
}

body.template-skystone .sky-server-info__row > strong.is-online {
    color: #0ba177;
}

body.template-skystone .sky-server-info__row > strong.is-offline {
    color: #e0575f;
}

body.template-skystone .sky-server-info__row > strong.is-count {
    color: #0788a8;
}
