﻿.sessiontimeoutpromptpopup {
    width: 80%;
    padding: 15px;
    left: 0;
    margin-left: 5%;
    border: 1px solid rgb(1,82,73);
    border-radius: 10px;
    color: rgb(1,82,73);
    background: white;
    position: absolute;
    top: 15%;
    box-shadow: 5px 5px 5px #000;
    z-index: 10001;
    font-weight: 700;
    text-align: center;
}

.sessiontimeoutpromptoverlay {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.85);
    z-index: 10000;
    display: none;
}

@media (min-width: 768px) {
    .sessiontimeoutpromptpopup {
        width: 66.66666666%;
        margin-left: 16.666666%;
    }
}

@media (min-width: 992px) {
    .sessiontimeoutpromptpopup {
        width: 80%;
        margin-left: 25%;
    }
}

@media (min-width: 1200px) {
    .sessiontimeoutpromptpopup {
        width: 33.33333%;
        margin-left: 33.33333%;
    }
}

.session-prompt-dialog-btn {
    background-color: #004370;
    color: white;
    font-weight: 700;
    border: 1px solid #004370;
    border-radius: 3px;
    height: 30px;
    width: 30%;
}

.session-prompt-dialog-btn:hover {
    background-color: #015249;
    cursor: pointer;
}
