﻿.timeoutFeedback *, .timeoutFeedback ::after, .timeoutFeedback ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeoutFeedback * {
    font-size: 12px;
}

.timeoutFeedback .validator {
    color: #d0021b !important;
    font-weight: bold !important;
}

.session-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
    overflow: hidden;
}

.session-popup {
    margin: auto;
    top: 30%;
    width: 50%;
    left: 30%;
    height: auto;
    position: fixed;
    border: 1px solid rgba(0,0,0,.2);
    vertical-align: top;
    z-index: 1050;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
}

    .session-popup.loginpopup {
        top: 10% !Important;
    }

    .session-popup .title {
        padding: 10px;
        text-align: center;
        background-color: #337ab7;
        color: #ffffff;
        font-size: 19px;
        font-weight: bold;
        border-bottom: 1px solid #e5e5e5;
        line-height: 1;
    }

    .session-popup .body {
        text-align: center;
        vertical-align: top;
        padding-top: 15px;
        padding-bottom: 15px;
        white-space: nowrap;
        position: relative;
        background-color: #ffffff;
    }

    .session-popup .content {
        margin: 0 auto;
        padding: 5px 5px 5px 10px;
        text-align: center;
        background-repeat: no-repeat;
        white-space: normal;
        text-align: center;
    }

        .session-popup .content *:not(.successMessage):not(.warningMessage):not(.errorMessage) {
            background-color: #ffffff !Important;
        }

        .session-popup .content .caption {
            font-size: 15px;
        }

        .session-popup .content .helpMessage {
            font-size: 17px !important;
        }

        .session-popup .content label {
            display: inline;
        }

    .session-popup .loginbox {
        text-align: left;
        width: 100%;
    }

    .session-popup .control-group {
        margin-right: 10px;
    }

        .session-popup .control-group label {
            text-align: left;
            display: block !important;
            margin-bottom: 0px;
        }

    .session-popup .footer {
        margin: 0px;
        border-top: 1px solid #e5e5e5;
        padding: 10px !important;
        display: block;
        clear: both;
        text-align: center;
        background-color: #ffffff;
        border-radius: 0px 0px 6px 6px;
        cursor: default;
    }

    .session-popup input[type='submit'] {
        font-size: 15px !important;
        background-color: #5fac07 !important;
        color: #ffffff;
        margin-left: 0px !important;
        border: 1px solid transparent !important;
        height: 35px;
        color: #fff !important;
        font-weight: normal !important;
        padding-bottom: 6px !important;
        padding-top: 6px !important;
        border-radius: 3px !important;
    }

    .session-popup .textbox, .session-popup .textbox:disabled {
        border: solid 1px #d2d5d7;
        height: 40px;
        margin: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
        width: 100%;
        padding: 4px 6px;
        line-height: 1.4285;
        font-size: 12px;
        background-color: #fff;
        background-image: none;
        border: solid 1px #d2d5d7;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        .session-popup .textbox:focus {
            border-color: #66afe9;
        }

    .session-popup input:-ms-input-placeholder {
        color: #9b9b9b !important;
    }


    .session-popup input[type=text] {
        padding: 8px 10px !important;
        font-size: 14px !important;
    }

    .session-popup .btn-login {
        margin-left: 0px !important;
        background-color: #71d300 !important;
        border: 1px solid transparent !important;
        height: 35px;
        color: #fff !important;
        font-weight: normal !important;
        padding-bottom: 6px !important;
        padding-top: 6px !important;
        text-transform: uppercase;
        border-radius: 3px !important;
    }

@media (min-width: 768px) {
    .session-popup {
        margin: auto;
    }

        .session-popup input[type='button'] {
            font-size: 16px !important;
        }

        .session-popup body {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
}
