﻿.server
{
    margin: 105px;
    width: 70px;
    height: 80px;
    background-size: 70px 80px;
    background-repeat: no-repeat;
    float: left;
}

#overviewLogViewer #caregiver
{
    background-image: url("../Images/server.png");
}

#overviewLogViewer #register
{
    background-image: url("../Images/server_register.png");
}

#overviewLogViewer #nkrr
{
    background-image: url("../Images/server.png");
}

.loading
{
    background-image: url('../Images/loader.gif');
    background-position: 440px 120px;
    background-repeat: no-repeat;
    height: 250px;
}


.servicePlatform
{
    width: 40px;
    height: 175px;
    background-size: 40px 175px;
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    float: left;
    position: relative;
    top: 50px;
}

#overviewLogViewer #servicePlatformCaregiver
{
    background-image: url("../Images/serviceplatform.png");
}

#overviewLogViewer #servicePlatformRegister
{
    background-image: url("../Images/serviceplatform_register.png");
}


.overviewPartText
{
    position: relative;
    top: 100px;
    text-align: center;
    left: -50px;
    width: 180px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#servicePlatformRegisterText
{
    position: relative;
    top: 185px;
    left: 35px;
    width: auto;
    transform: translateX(-50%); /* center text*/
}

#nkrrText
{
    left: 35px;
    width: auto;
    transform: translateX(-50%); /* center text*/
}


#caregiverStatus, #nkrrStatus
{    
    width: 90px;
    height: 80px;
    position: relative;
    background-size: 20px 20px;
    background-repeat: no-repeat;    
}

#servicePlatformStatus
{    
    width: 70px;
    height: 100px;
    position: relative;
    background-size: 20px 20px;                     
    background-repeat: no-repeat;
    top: 125px;
    left: 20px;
}


