﻿/*Timeout pop*/

.logoutmsg {
    width: 100%;
    display: block;
    max-width: 400px;
    background: #ffffff;
    padding: 35px 70px;
    position: fixed;
    border: 2px solid #efefef;
    font-size: 18px;
    z-index: 10001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.w600 .logoutmsg {
    max-width: 300px;
    padding: 35px 30px;
}

.logoutmsg h1.timeout-title {
    font: normal 30px "ArialNarrowBold", Helvetica, sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    color: #002247;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    display: block;
    padding: 0 0 18px 0;
}

.w600 .logoutmsg .timeout-title {
    width: 100%;
}

.logoutmsg h1.timeout-title:after {
    content: '';
    background: #d9b860;
    width: 21px;
    height: 4px;
    display: block;
    margin: 11px 0 0 0;
}

.logoutmsg #CountDownLabel {
    color: #007bc3;
    font-family: "ArialNarrowBold", Helvetica, sans-serif !important;
}

.logoutmsg p {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}



.timeout-button {
    padding: 11px 14px 12px 14px;
    border: 0;
    color: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: normal 16px "ArialNarrowBold", Helvetica, sans-serif;
    display: inline-block;
    background: #007bc3;
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}


    .timeout-button:hover {
        background: #002247;
        color: #ffffff;
    }


.logoutbg {
    background-color: #ffffff;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
    z-index: 10000;
    text-align: center;
}
