body {
    line-height: .9 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 18px 5px;
}

.status a b {
    font-size: .8rem !important;
    font-weight: normal;
}

html {
    background: #111217;
}

body {
    unicode-bidi: embed;
    background: transparent;
    background-color: transparent;
    color: #a3a3a3;
    /* overflow: hidden; */
    font-family: sans-serif;
    font-size: 10px;
    background: transparent;
    background-color: transparent;
    color: #a3a3a3;
    overflow: hidden;
    /*         font-size: 1rem; */
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.01071em;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

body center {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
}

body center .main {
    text-align:left;
}

body * {
    box-sizing: border-box;
}

.details {
    display: none;
}

.status {
    font-weight: 400;
    letter-spacing: 0.01071em;
    float: none;
    display: inline-block;
    width: calc(12.5% - 6px);
    /*border-radius:4px;*/
    margin: 3px 1px;
    padding: 0px;
    text-align: left;
    zoom:1; /**/
}

@media (max-width:990px){
    body {
        overflow: auto;
        zoom:.9;
    }    

    .status {
        width: calc(25% - 6px);
    }   
}

@media (max-width:800px){
    body {
        overflow: auto;
        zoom:1;
    }    
    
    .status {
        width: calc(25% - 6px);
    }    
}

@media (max-width:650px){
    body {
        overflow: auto;
        zoom:1;
    }    
    
    .status {
        width: calc(50% - 6px);
    }    
}






.status a {
    display: block;
    text-decoration: none;
    text-decoration: none;
    color: #ffffff;
    width: auto;
    height: 143px;
    overflow: hidden;
    margin: 1px;
    padding: 15px;
    border-radius: 2.5px;
    background-color: #333333;
    border: solid 0px #efefef;
/*     text-transform: lowercase; */
}

.status a b {
    font-size: 1rem;
    font-weight: normal;
    text-transform: lowercase;
    line-height:.9 !important;
    display:inline-block;
}

.status.up a {
    background: linear-gradient( 120deg , #1a4e1b, #3a7427);
    border-color: #183119;
    color: #ffffff;   
}

.status.down a {
/*     background-color: #FF6E3A; */
    background: linear-gradient( 120deg , #8b0209, #c30334);
    border-color: #f9d5b0;
    color: #000000;
}

.status.down.other a {
    background: linear-gradient(120deg, #d88100, #FFC107);
    background: linear-gradient(120deg, #c3a816, #e1981f);
    border-color: #183119;
    color: #000000;
}

.status.down.godaddy a {
    background: linear-gradient(120deg, #c3a816, #e1981f);
    border-color: #183119;
    color: #000000;
}

.status.down.failover a {
    background: linear-gradient(120deg, #c3a816, #e1981f);
    border-color: #183119;
    color: #000000;
}

.status.down.database a {
    background-color: #3d85fc;
    border-color: #73a7fd;
    color: #ffffff;
}

.status.down.nexternal a {
    background-color: #c24e79;
    border-color: #d39cbf;
    color: #ffffff;
}

.status.down.email a {
    background-color: #f4d600;
    border-color: #fcff71;
    color: #ffffff;
}

.status.down.sms a {
    background-color: #dd0000;
    border-color: #ffe1e1;
    color: #ffffff;
}

.status.paused a {
    opacity: 0.10;
/*     background: linear-gradient(120deg, #111217, #090a0c);
    border-color: #183119;
    color: #545454; */
}

.status a {
    position: relative;
}

.status a .health {
    /*     background:#ffffff6b; */
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 15px !important;
    font-size: 12px;
    line-height: 1.4;
    border-bottom: solid 4px #ffffff69;
}

.status.paused {
    display: none;
}

.hidden {
    display: none;
}

.server.status .counter.value {
    color: #ffffff;
    font-size: 18px;
}

.status.blink a {
    opacity: 0.80;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.server.status.active.blue a {
    background: linear-gradient(120deg, #0081df, #004b82);
    border-color: #0081df;
}

.server.status.active.active a {
    background: linear-gradient(120deg, #297b2d, #297b2d);
    border-color: #183119;
    opacity: 0.5;
}

.server.status.active.excellent a {
    background: linear-gradient(120deg, #297b2d, #297b2d);
    border-color: #183119;
    opacity: 1;
}

.server.status.active.good a {
    background: linear-gradient(120deg, #297b2d, #297b2d);
    border-color: #183119;
    opacity: 1;
}

.server.status.active.poor a {
    background-color: #f9c700;
    opacity: 1;
}

.server.status.active.urgent a {
    background-color: #e94e0c;
    opacity: 1;
}

.server.status.active.critical a {
    background-color: #c81515;
    opacity: 1;
}

.status a {
    transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
}

.active-node.server.status {
    display: none;
}

.server.status a.is-active-node {
    border: solid 2px #ffffff;
    margin: 0px;
}

.counter.value {
    font-size: 97%!important;
}

.status .health {
    /*float:left; */
    padding: 2px!important;
    display: inline-block
}

.status.server-db1 .health {
    /*float:right; */
    background-color: #7a6188 !important;
    color: #ffffff !important;
}

.status.server-ww1 .health {
    /*float:left; */
    background-color: #a94d6f !important;
    color: #ffffff !important;
}

.status.server-ww2 .health {
    /*float:right; */
    background-color: #17889c !important;
    color: #ffffff !important;
}


.status a div {
    padding-bottom:10px !important;
}

.status a div+div {
    font-size: 8px !important;
    font-weight: normal;
    line-height: 1.2;
    padding-bottom:0px !important;
    height:auto;
    opacity:.7;
}

.status a div+div.health {
    font-size: 11px !important;
}

.status.up:not(:hover) a div:nth-of-type(1):after {
    position:absolute;
    top: 34px;
    content:"OK";
    width:100%;
    display:block;
    margin-top:5px;
    font-size: 57px;
    font-weight:500;
    color:#fff !important;
}

.status.up:not(:hover) a div+div:not(.health) {
    color:transparent !important;
}














/* page flash */
html.blink-on {
    background-color: #5f0020 !important;
}




/* last 24 hrs health */

/* .status.up:not(:hover) a div:nth-of-type(1):after {
    content:"OK";
} */

.status a .health {
    border-bottom: solid 4px #ffffff70;
}

.status[uptime*="m"] a .health {
    border-bottom: solid 4px #E91E63;
}


.status[uptime*=" 5m"] a .health {
    color:white;
    border-bottom: solid 4px #FF5722;
}

.status[uptime*=" 4m"] a .health {
    color:white;
    border-bottom: solid 4px #FF9800;
}

.status[uptime*=" 3m"] a .health {
    color:white;
    border-bottom: solid 4px #FFC107;
}

.status[uptime*=" 2m"] a .health {
    color:white;
    border-bottom: solid 4px #FFEB3B;
}

.status[uptime*=" 1m"] a .health {
    color:white;
    border-bottom: solid 4px #CDDC39;
}





