﻿.splash_background {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-position: center center;
    background-image: url('../Img/login_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.splash_box {
    text-align:center;
    background-color:#fff;
    border:2px solid #D8D9DA;
    border-radius:5px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
}

.popup_background {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:9999997;
}

.popup {
    position:fixed;
    top:15%;
    left:0;
    right:0;
    filter:alpha(opacity=100);
	opacity:1;
    z-index:9999998;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

    .popup div {
        display:inline-block;
    }

.message_popup {
    max-width: 60%;
}

.popup_button_panel {
    margin-top: 5px;
}

.wait_popup {
    position:fixed;
    width:150px;
    height:64px;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
    z-index:9999998;
    top:0;
    left:0;
    right:0;
    bottom:0;
    /*overflow-y:hidden !important;*/
}

.dialog_close {
    float:right;
    margin:10px;
    cursor: pointer;
}

.dialog_msg_info {
    color: #4179de;
}

.dialog_msg_warning {
    color: #be701b;
}

.dialog_msg_error {
    color:#f00;
}

.modal_background {
	background-color:#666;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modal_popup {
	background-color:#fff;
	border:1px solid #888;
    margin-left:auto;
    margin-right:auto;
    border-radius:4px;
    padding:20px 30px;
    text-align:center;
    /*overflow-y:auto;
    max-height:90%;*/
}

.big_popup {
    overflow-y: auto;
    max-height: 90%;
}

.inline_msg_close {
    float: right;
    cursor: pointer;
}

.inline_msg {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align:center;
    padding:5px 20px;
    border-radius:3px;
    text-align:center;
    line-height:20px;
    font-weight:normal;
    max-width:60%;
    display: inline-block;
    z-index:9999999;
    margin-left:20%;
    margin-right:20%;
}

.inline_msg_info {
    background-color:#b7d3f6;
    border:1px solid #a6c1e4;
}



    .inline_msg_info span {
        color:#395271;
    }

.inline_msg_warning {
    background-color:#ffd9bd;
    border:1px solid #e0a880;
}

    .inline_msg_warning span {
        color:#976c4d;
    }

.inline_msg_error {
    background-color:#ffc1c1;
    border:1px solid #eeaaaa;
}

    .inline_msg_error span {
        color:#8e4141;
    }