/*
 * footer.css for TMTS
 * Contains styling for fixed footer at the bottom of a page
 */

#header{
    position: fixed;
    top: 0px;
    z-index: 5000;

    width: 100%;
    height: 40px;

    font-size: 14px;
    line-height: 30px;
    /*text-align: center;*/

    background-color: #4286f4;
    color: #939493;

    border-bottom: 2px solid #939493;
}

#header a{
    color: #2f85c3;
    text-decoration: none;
}

#customName a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header #logout{
    float: right;

    color: white;

    font-size: 18px;
    font-weight: bolder;
    line-height: 40px;
}

#header .item{
    float: right;

    margin-right: 10px;

    height: 40px;

    color: white;
    font-size: 18px;
    font-weight: bolder;
    line-height: 40px;
}

#header #logo{
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

#copyright{
    position: fixed;
    bottom: 7;
    right: 10;
    z-index: 5001;

    height: 14px;

    font-weight: normal;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    line-height: 14px;
}

#updateAvailableNotice{
    position: fixed;
    top: 0px;
    z-index: 5001;
    pointer-events: none;

    width: 100%;
    height: 40px;

    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    color: #000;
}

#copyright a{
    color: #2f85c3;
    text-decoration: none;
}
