﻿.menu-goto {
    position: absolute;
    width: 270px;
    height: auto;
    display: inline-block;
    border: 1px solid #d6d4c4;
}

    .menu-goto .goto-button {
        height: 30px;
        line-height: 30px;
        background-color: #989790;
        color: #252424;
        /*font-weight: bold;*/
        text-align: center;
        cursor: pointer;
    }

        .menu-goto .goto-button:hover {
            background-color: #d6d4c4;
        }

    .menu-goto .goto-partition {
        width: 100%;
        height: 1px;
        background-color: #d6d4c4;
    }


/*================== Login & main menu -start ===================*/
.egat-login.bg-login, .egat-main-menu.bg-main-menu {
    background-image: url('../images/login/bg2.png');
}

.egat-login .panel, .egat-main-menu .panel {
    background-image: url('../images/login/loginpage.png');
    background-repeat: no-repeat;
    background-position: center center;
    /*width: 100%;
    height: 100%;*/
    width: 974px;
    height: 453px;
    /*position: absolute;*/
    /*margin: 0 auto;*/
}

    .egat-login .panel .normal-text, .egat-main-menu .panel .normal-text {
        color: #eaeae8;
        font-weight: bold;
    }

    .egat-login .panel .patition, .egat-main-menu .panel .patition {
        background-color: #6c7270;
        height: 90px;
        margin: 0 25px;
        width: 1px;
    }

    .egat-main-menu .panel .patition {
        margin: 0 12px;
    }

    .egat-login .panel .textbox-login {
        width: 174px;
        height: 24px;
    }

    .egat-main-menu .panel .user-text {
        color: #ffbb00;
        font-weight: bold;
    }



.btn-login, .btn-change-pwd {
    padding: 0px;
    border: 0px;
    background-color: #ffbb00;
    cursor: pointer;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .btn-login:hover, .btn-change-pwd:hover {
        background-color: #ff9000;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        -webkit-transition: background 0.5s;
        transition: background 0.5s;
    }

.btn-login {
    width: 372px;
    height: 30px;
}

.btn-change-pwd {
    width: 100px;
    height: 30px;
    margin-right: 4px;
}



.btn-logout {
    width: 100px;
    height: 30px;
    margin-left: 4px;
    padding: 0px;
    border: 0px;
    background-color: #eaeae8;
    cursor: pointer;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .btn-logout:hover {
        background-color: #bebebe;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        -webkit-transition: background 0.5s;
        transition: background 0.5s;
    }

.btn-main-menu {
    margin-left: 15px;
}


/*================== Login & main menu -end ===================*/

/*================== loading -start ===================*/
.loading-panel {
    background: rgba(240,240,240,0.8) url('../images/loading_fullpage.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: none;
    cursor: wait;
}
/*================== loading -end ===================*/