﻿/* SUPERBAR BASE ELEMENT */
.spnSBContainer
{
    position: absolute;
    bottom: 0px;
    height:143px;
    width:100%;
    background-image:url('../images/SuperBar/BottomFrameCallout_Blank.png');
    background-position: center bottom;
    background-repeat:no-repeat;
    z-index:10;
}

.spnSBContainer_LowRes
{
    bottom: -35px;
}

.spnSBPositioningElement
{
    height:143px;
    width:100%;
    z-index:10;
    text-align: center;
}

.sbTblPositioningElement
{
    display: inline-block;
    position: relative;
    top: 27px;
    left: 0px;
    height: 54px;
    border-width: 0px;
    margin-left: 8px;
}

/* NAV ARROWS */
    .sbRightButton_NavLeft
    {
        z-index: 20;
        padding-right: 15px;
    }
    .sbRightButton_NavRight
    {
        z-index: 20;
    }

/* LEFT BASE */
    .sbLeftButton_Text
    {
        position: absolute;
        top: 13px;
        left: 0px;
        text-align: center;
        width: 268px;
        z-index: 21;
    }
    .sbLeftMenu
    {
        position: absolute;
        top: 3px;
        left: 5px;
        z-index: 20;
        }

/* MIDDLE BASE */
    .sbMiddleButton_Text {
        position: absolute;
        top:15px;
        z-index: 21;
        width: 100%;
        text-align:center;
        }
    .sbMiddleButton_Stripe {
        position: relative;
        width: 236px;
        height: 46px;
        z-index: 21;
        }
    .sbMiddleButton_Home
    {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 21;
        }

/* RIGHT BASE */
    .sbRightButton_Text
    {
        text-align: center;
        position: absolute;
        width: 265px;
        top: 13px;
        left: 15px;
        z-index: 21;
        word-wrap: break-word;
        vertical-align: middle;
        overflow: hidden;
        }

    .sbRightButton_Text_Cancel
    {
    }

    .sbAlertText{
        color: #8C0000;
        font-weight: bold;
    }

    .sbRightMenu
    {
        z-index: 20;
        }

.tmResTowerMenuBackground
{
    position:  fixed ;
    left: 0px;
    top: 0px;
    z-index: 50;
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    }

.sbSuperBarButton_Text
{
    font-size: 20px;
    font-weight: bold;
    }

.ShiftOverrideIndicator
{
    position: absolute;
    bottom: 117px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #FFFF00;
    font-weight: bold;
    font-size: 14px;
    z-index: 30;
    }

.ObsTimeOverrideIndicator
{
    position: absolute;
    bottom: 117px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #B5FCA8;
    font-weight: bold;
    font-size: 14px;
    z-index: 30;
}

/** USER MENU - LEFT **/
    .sbTMenuLeftDiv
    {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 60;
        }
    .tmUserTowerMenu
    {
        position: absolute;
        left: 0px;
        bottom: 48px;
        z-index: 50; }
    .tmUserBottom
    {
        }
    .sbTMenuUserMenuItems
    {
        position: absolute;
        left: 15px;
        bottom: 115px;
        border-collapse: collapse;
        border: 0px;
        padding: 0px;
        margin: 0px;
        }

.sbTMenuItemTableCellText_Scheduled
{
    color: #0D5169;
    font-size: 18px;
    font-weight: bold;
    }
.sbTMenuItemTableCellText_Unscheduled
{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    }

.sbTMenuItemTable
{
    border-collapse: collapse;
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 240px;
    }
.sbTMenuItemTableRow
{
    height: 60px;
    }
.sbTMenuItemTableCellIco
{
    width: 79px;
    }
.sbTMenuItemTableCellIco
{
    padding-left: 10px;
    }

.sbTMenuItemTableCellBtn { }

/** RESIDENT MENU - RIGHT **/
    .sbTMenuRightDiv
    {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 60;
    }
    .tmResTowerMenu
    {
        position: absolute ;
        left: 0px;
        z-index: 50; }
    .tmResBottom
    {
        bottom: 56px;
        }
    .tmResTop
    {
        bottom: 466px;
        }
    .sbTMenuResidentMenuItems
    {
        position: absolute;
        left: 15px;
        bottom: 115px;
        border-collapse: collapse;
        border: 0px;
        padding: 0px;
        margin: 0px;
        }

	.sbComplianceGaugeStage
		{
			position: absolute;
			bottom: 12px;
			left: 20px;
			width: 170px;
			height: 68px;
			background-color: transparent;
			z-index: 105;
		}

	.sbComplianceGaugeText
		{
			display: inline-block;
			width: 85px;
			height: 68px;
			background-repeat: no-repeat;
			background-position:center;
			background-color: transparent;
			font-family: Arial;
			font-size: 15px ;
			color: #000000;
			text-align: center;
			padding-top: 50px;
			visibility: hidden;
		}

    .sbComplianceGaugeProgress{
        position:  absolute;
        display: inline-block;
        height: 68px;
        top: 24px;
    }

    .sbComplianceGaugeProgressPrevShift {
        left: 9px;
    }

    .poweredByLogo
    {
        position: absolute;
        top: 80px;
        left: 0;
        z-index:120;
        width: 100%
    }