/*
 This software is the confidential information and copyrighted work of
 NetCracker Technology Corp. ("NetCracker") and/or its suppliers and
 is only distributed under the terms of a separate license agreement
 with NetCracker.
 Use of the software is governed by the terms of the license agreement.
 Any use of this software not in accordance with the license agreement
 is expressly prohibited by law, and may result in severe civil
 and criminal penalties. 
 
 Copyright (c) 1995-2021 NetCracker Technology Corp.
 
 All Rights Reserved.
 
*/
div.LogOffTableContainer {
    position: absolute;
    width: 400px;
    height: 150px;
    background-color: #e0e0e0;
    z-index: 500001;
}

table.LogOffTable {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}

table.LogOffTable tr.LogOffToolbar {
    height: 15px;
}

table.LogOffTable tr.LogOffToolbar td
{
    background-color:#FFFFFF;
    color:#003366;
    font-size:11px;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    text-align:left;
    font-weight:bold;
    padding-left:5px;
}

table.LogOffTable tr.LogOffCommonRow {
   height:70%;
}

table.LogOffTable tr td.LogOffCommonCell {
    color: #003366;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    border-top: 1px solid #A8A8A8;
}

table.LogOffTable tr.LogOffLastRow {
   height:15%;
}

table.LogOffTable tr td.LogOffLastCell {
    background-color:#FFFFFF;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    border-top: 1px solid #A8A8A8;
    padding: 5px 0;
    padding-top:8px;
}

div.LogOffOverlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background-color:#A8A8A8;
    z-index: 500000;
    max-height: none;
    max-width: none;
}

a.LogOffLink
{
    text-decoration: none;
    color:#FFFFFF;
}

/*
 WITHOUT LIMITING THE FOREGOING, COPYING, REPRODUCTION, REDISTRIBUTION,
 REVERSE ENGINEERING, DISASSEMBLY, DECOMPILATION OR MODIFICATION
 OF THE SOFTWARE IS EXPRESSLY PROHIBITED, UNLESS SUCH COPYING,
 REPRODUCTION, REDISTRIBUTION, REVERSE ENGINEERING, DISASSEMBLY,
 DECOMPILATION OR MODIFICATION IS EXPRESSLY PERMITTED BY THE LICENSE
 AGREEMENT WITH NETCRACKER. 
 
 THIS SOFTWARE IS WARRANTED, IF AT ALL, ONLY AS EXPRESSLY PROVIDED IN
 THE TERMS OF THE LICENSE AGREEMENT, EXCEPT AS WARRANTED IN THE
 LICENSE AGREEMENT, NETCRACKER HEREBY DISCLAIMS ALL WARRANTIES AND
 CONDITIONS WITH REGARD TO THE SOFTWARE, WHETHER EXPRESS, IMPLIED
 OR STATUTORY, INCLUDING WITHOUT LIMITATION ALL WARRANTIES AND
 CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
 TITLE AND NON-INFRINGEMENT.
 
 Copyright (c) 1995-2021 NetCracker Technology Corp.
 
 All Rights Reserved.
*/