html {
    position: relative;
    min-height: 100%;
}

main > .container {
    padding: 60px 15px 0;
}


body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
modal element will be visible */
    body.loading .loader {
        display: block;
    }

.loader {
    position: absolute;
    z-index: 16777271;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .8 ) url('../assets/img/ajax1.gif') no-repeat;
    background-position: center;
    background-size: 100px 100px;
}

.cell_online {
    color: black !important;
    background-color: lime !important;
}

.cell_offline {
    color: black !important;
    background-color: tomato !important;
}

.cell_passive {
    color: white !important;
    background-color: dimgray !important;
}


.cell_active {
    color: black !important;
    background-color: lightgreen !important;
}


.cell_admin {
    color: white !important;
    background-color: darkolivegreen !important;
}


.cell_user {
    color: black !important;
    background-color: cornflowerblue !important;
}


.cell_WAIT_BIND {
    color: black !important;
    background-color: gray !important;
}

.cell_OK_BIND {
    color: black !important;
    background-color: burlywood !important;
}

.cell_WAIT_SEND {
    color: black !important;
    background-color: yellow !important;
}

.cell_OK_SEND {
    color: black !important;
    background-color: greenyellow !important;
}

.cell_WAIT_REFRESH {
    color: black !important;
    background-color: beige !important;
}

.cell_OK_REFRESH {
    color: black !important;
    background-color: lime !important;
}

.cell_ERR_BIND {
    color: black !important;
    background-color: orangered !important;
}

.cell_ERR_SEND {
    color: black !important;
    background-color: indianred !important;
}

.cell_ERR_REFRESH {
    color: black !important;
    background-color: red !important;
}

.cell_IN_QUEUE {
    color: black !important;
    background-color: cornflowerblue !important;
}


.row {
    margin:auto!important;
}
