﻿.error {
    border: 1px solid red !important;
}

.ThongBao {
    color: red;
    margin: 5px auto 15px;
    padding: 10px 0 10px 0;
    background: rgb(255, 249, 215);
    border-top: 1px solid rgb(226, 200, 34);
    border: 1px solid rgb(226, 200, 34);
    text-align: center;
    font-size: 15px;
}

.background-opacity {
    display: block;
    position: fixed;
    z-index: 50;
    width: 100%;
    min-width: 500px;
    min-height: 1000px;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 9999;
}

.loadingdata {
    background: url("img/loading.gif") no-repeat scroll 3px center #008ED6;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,Verdana;
    padding: 6px 11px 6px 30px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

/*box login*/
#box_login {
    width: auto;
    float: left;
    margin-left: 0px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e1e8ed;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
     padding: 0px 0px 0;
    margin-bottom: 15px;
     margin-top: 5px;
}

    #box_login .titlebox {
        border-bottom: 1px solid #e1e8ed;
        box-shadow: 0 1px 0 #fff;
        color: #66757f;
        display: block;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 12px;
        padding-bottom: 7px;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    }

    #box_login .listbox {
    }

        #box_login .listbox .item {
            margin-bottom: 15px;
            display: inline-block;
            width: 100%;
        }

            #box_login .listbox .item .inputtext {
                border: 1px solid #ccd6dd;
                box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
                transition: background .2s linear;
                padding: 4px;
                border-radius: 3px;
                font: normal 12px/18px arial;
                width: 290px;
                height: 20px;
            }

            #box_login .listbox .item .pass {
                width: 180px;
                float: left;
            }

            #box_login .listbox .item .btn {
                background-color: #55acee;
                border: 1px solid #3b88c3;
                border-radius: 4px;
                color: #fff;
                cursor: pointer;
                font: normal 14px/18px arial;
                padding: 0px 16px;
                position: relative;
                box-shadow: 0 1px 0 #fff;
                line-height: 28px;
                float: left;
            }
            
            
             

            

                #box_login .listbox .item .btn:hover {
                    background-color: #55acee;
                    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15));
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#26000000)";
                    border-color: #3b88c3;
                }

            #box_login .listbox .item .remember_me {
                color: #66757f;
            }

            #box_login .listbox .item .forgot {
                color: #0084b4;
            }

            #box_login .listbox .item .ThongBao {
                color: #f00;
            }
/*box login end*/

/*box register*/
#box_register {
    width: 300px;
    float: left;
    margin-left: 100px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e1e8ed;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    padding: 15px 15px 0;
}

    #box_register .titlebox {
        border-bottom: 1px solid #e1e8ed;
        box-shadow: 0 1px 0 #fff;
        color: #66757f;
        display: block;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 12px;
        padding-bottom: 7px;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    }

        #box_register .titlebox span {
            color: #292f33;
        }

    #box_register .listbox {
    }

        #box_register .listbox .item {
            margin-bottom: 15px;
            display: inline-block;
            width: 100%;
            position: relative;
        }

            #box_register .listbox .item .inputtext {
                border: 1px solid #ccd6dd;
                box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
                transition: background .2s linear;
                padding: 4px;
                border-radius: 3px;
                font: normal 12px/18px arial;
                width: 290px;
                height: 20px;
            }

            #box_register .listbox .item .colnum {
                float: left;
            }

                #box_register .listbox .item .colnum .inputtext {
                    width: 135px;
                }

            #box_register .listbox .item .star {
                color: #f00;
                position: absolute;
                margin-top: 7px;
                margin-left: 2px;
            }

            #box_register .listbox .item .btn {
                box-shadow: 0 1px 0 #fff;
                height: 30px;
                line-height: 30px;
                padding: 0 12px;
                display: block;
                float: right;
                border-radius: 4px;
            }

            #box_register .listbox .item .signup-btn.btn {
                background-color: #ffac33;
                background-image: linear-gradient(#ffcc4d,#ffac33);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc4d, endColorstr=#ffac33, GradientType=0)";
                border-color: #f1a02a;
                color: #292f33;
                text-shadow: 0 1px 0 rgba(255,255,255,0.5);
            }

            #box_register .listbox .item .signup-btn:hover {
                background-color: #e99110;
                background-image: linear-gradient(#ffcc4d,#e99110);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc4d, endColorstr=#e99110, GradientType=0)";
                border-color: #ec8b11;
                color: #292f33;
            }

            #box_register .listbox .item .ThongBao {
                color: #f00;
            }
/*box register end*/

/*box forgot pass*/
#forgotpass-form .title {
    width: 100%;
    background: #0093D0;
    height: 40px;
    line-height: 40px;
}

#forgotpass-form a:hover {
    text-decoration: none;
}


#forgotpass-form .dn {
    font-size: 16px;
    padding-left: 20px;
    text-shadow: 0 1px 0 #666666;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    width: 440px;
    float: left;
}

#forgotpass-form .close {
    cursor: pointer;
    margin-right: 10px;
}

#forgotpass-form .Errortext {
    color: red;
    margin: 5px auto 15px;
    padding: 10px;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    font-size: 15px;
}

#forgotpass-form input {
    width: 270px;
    margin-left: 15px;
    height: 25px;
    border: solid 1px #9DD2EA;
}

    #forgotpass-form input:hover {
        border: solid 1px #51cdf4;
        box-shadow: 0 0 3px #51cdf4;
    }

#forgotpass-form b {
    display: block;
    width: 240px;
    padding-left: 10px;
    height: 30px;
    color: #4b2c03;
    font-size: 13px;
}

#forgotpass-form span {
    font-size: 12px;
    line-height: 22px;
    padding: 10px;
    display: block;
}

#forgotpass-form .send-bt {
    background: url(img/send.png) no-repeat;
    display: block;
    width: 64px;
    height: 34px;
    float: left;
    margin-left: 128px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 34px;
    cursor: pointer;
}

#forgotpass-form .cancel-bt {
    background: url(img/huybo.png) no-repeat;
    width: 70px;
    display: block;
    height: 34px;
    float: left;
    line-height: 34px;
    cursor: pointer;
}

#Panel_ForgotPass {
    display: none;
}

#forgotpass-form {
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    width: 480px;
    background: #FFFFFF;
    top: 120px;
    z-index: 9999; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px; /* additional features, can be omitted */
    border: 2px solid #c4c4c4;
    font-size: 15px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #c4c4c4;
    -webkit-box-shadow: 0 0 5px #c4c4c4;
    box-shadow: 0 0 5px #c4c4c4;
    text-align: center;
    color: #006997;
}

    #forgotpass-form .item span {
        float: left;
        font-weight: bold;
    }

    #forgotpass-form .item input {
        float: right;
        margin-top: 5px;
        margin-right: 10px;
    }
/*box forgot pass end*/

/*box user đã đăng nhập */
#box_user {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    background-color: #d81920;
    padding-right:  10px;
}

    #box_user a {
        font: bold 12px/30px arial;
        color: #fff;
        padding: 10px 0 10px 10px;
    }
/*box user đã đăng nhập end*/
