﻿/* Corner Timer */
.pageTimeoutPosition {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 5px;
    border-radius: 5px;
    z-index: 9999;
}

.pageTimeoutContainer {
    background-color: #930c0a;
    opacity: 0.8;
}

.pageTimeoutText {
    color: white;
    font-weight: bold;
}

#pageTimeoutTimer {
}

#pageTimeoutFaux {
    opacity: 0;
}

/* Warning Pop-up */
#pageTimeoutWarningDark {
    z-index: 99999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pageTimeoutWarning {
    position: fixed;
    width: 400px;
    height: 150px;
    margin-top: -50px;
    margin-left: -140px;
    top: 35%;
    left: 50%;
    z-index: 100000;
    opacity: 0;
    display: none;
}

#pageTimeoutWarningHeader {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

#pageTimeoutWarningHeader > span {
    margin: 10px;
    font-size: 1.1em;
}

.pageTimeoutHide,
.pageTimeoutPosition {
    display: none;
}

.pageTimeoutWarningContent {
    height: auto;
    left: 0;
    right: 0;
    top: 39px;
    bottom: 0;
    margin: 8px;
}

#pageTimeoutWarningMessage {
    margin-bottom: 10px;
}

#pageTimeoutWarningMessage {
    display: block;
    width: 100%;
    text-align: center;
}

#pageTimeoutButtons {
    bottom: 5px;
    right: 5px;
}

#pageTimeoutButtons > input {
    margin-left: 5px;
}

#pageTimeoutLogoutMessage,
#pageTimeoutExtendMessage,
#pageTimeoutErrorMessage {
    display: none;
}

#pageTimeoutErrorMessage {
    margin-top: 22px;
}

.pageTimeoutMessage {
    /*width: 100%;*/
    text-align: center;
    margin-top: 31px;
}

.panel.panel-danger .panel-heading {
    background-color: #cc0000;
    color: white;
}
