.tabFooterControl{
    position: absolute;
    bottom: 0;
    width: 97%;
    height: auto;
    z-index: 8000;
    display: none;
    padding: 5px;
    margin: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    /* 
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 2px;
    border-style: solid;
    border-radius: 2px; 
    */
    white-space: nowrap;
}

.tabFooterControl .logo {
    float: left;
    margin-right: 10px;
    display: block;
}

.tabFooterControl .logo, 
.tabFooterControl .logo img {
    max-width: 68px;
    max-height: 68px;
    line-height: 68px;
    vertical-align: middle;
}


.tabFooterControl .leftPanel, 
.tabFooterControl .middlePanel,
.tabFooterControl .rightPanel {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}

.tabFooterControl .rightPanel {
    text-align: right;
}

.tabFooterControl .topPanel,
.tabFooterControl .bottomPanel {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 5px;
}

.tabFooterControl .topPanel:empty, 
.tabFooterControl .bottomPanel:empty, 
.tabFooterControl .logo:empty,
.tabFooterControl .leftPanel:empty,
.tabFooterControl .middlePanel:empty ,
.tabFooterControl .rightPanel:empty  {
    display: none;
}

.tabFooterControl div {
    padding: 1px;
    line-height: 18px;
}

.tabFooterControl.isNarrowWindow {
    width: 96%;
}

.tablet .tabFooterControl.isNarrowWindow {
    width: 95%;
}

.tabFooterControl.isNarrowWindow .middlePanel {
    display: none;
}

.tabFooterControl.isNarrowWindow .leftPanel {
    width: 30%;
}

.tabFooterControl.isNarrowWindow .rightPanel {
    width: 50%;
}

.tabFooterControl .deviceOuter {    
    display:inline-block !important;
}

.tabFooterControl .deviceOuter .device  {
    max-width: 50px;
    display: block;
}

.tabFooterControl .deviceOuter .device .deviceImage {
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
}

.tabFooterControl .deviceOuter .device .status {
    position: relative;
    top: -5px;
    right: 28px;
    text-align: right;
}


