﻿.SessionTimeoutWrapper {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.SessionTimeoutContainer {
    background: rgb(255, 255, 255);
    margin: auto;
    padding: 20px;
    border: 1px solid gray;
    border-image: none;
    left: 0;
    top: 50%;
    bottom: 50%;
    width: 50%;
    right: 0;
    position: absolute;
    min-height: 250px;
    max-height: 400px;
    max-width: 600px;
    min-width: 400px;
    overflow-y: auto;
}

    .SessionTimeoutContainer table {
        width: 100% !important;
    }

.SessionTimeoutTableMessage {
    height: 200px;
    padding-left: 50px;
    padding-right: 50px;
}

    .SessionTimeoutTableMessage span {
        font-size: 14pt;
    }

.SessionTimeoutTableButtons {
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: right;
}
