﻿body {
    /*background-color: #e5e5e5;*/
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    padding-left:0px;
    margin-left:0px;

    /*background-color: #ffffff;*/



   
}
.main_content {
    float:left;
    position: absolute;
    width: 100%;
    height: 100%;
/*    background-color: blueviolet;*/
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.row{
    margin-left:0;
    margin-right:0;
    
}




.top_bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    /*    width:100%;*/
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(166,163,166,1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(166,163,166,1);
    box-shadow: 0px 5px 20px 0px rgba(166,163,166,1);
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
}
.top_bar_logo{
    padding-left:50px;
    padding-top:10px;
    /*background-color:blueviolet;*/
    float:left;
}
.top_bar_setting {
    float: right;
    height: 100%;
    width: 220px;
    /*background-color:aqua;*/
   /* background-color: aqua;*/
}

.top_bar_setting_wall {
    float: left;
    width: 1px;
    margin-top:5px;
    height: 40px;
    background-color: #D1D1D1;
    box-sizing:border-box;
}
.top_bar_select{
    float:left;
    margin-left:5px;
    width:150px;
    height:50px;
    /*background-color:aqua;*/
}
.language_select{
    width:100%;
    overflow:hidden;
    padding-left:0px;
    /*background-color:blueviolet;*/
}




.language_select_flag{
    float:left;
    height:100%;
    width:50px;
   /* background-color:aqua;*/

}
.language_select_current{
    float:left;
    width:150px;
    height:50px;
    /*background-color:chartreuse;*/
    padding-top:10px;
    padding-left:5px;
}


.language_select_list {
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* background-color: #ffffff;*/
    /* z-index: 200;*/
    width: 100%;
    overflow: hidden;
    padding-left: 5px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);*/
    /* background-color:brown;*/
}

.language_select_text{
    float:left;
    font-size:13px;
    line-height:30px;
}
.language_select_point{
    float:left;
    padding-left:10px;
    padding-top:2px;
}
.language_select_row {
    float: left;
    width: 100%;
    height: 40px;

    border-bottom: 1px solid rgb(211, 211, 211);

    background-color:#f1f1f1;

   /* border-left: 1px solid rgb(211, 211, 211);
    border-right: 1px solid rgb(211, 211, 211);*/
    /*box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);*/
    /*-webkit-box-shadow: 0px 5px 20px 0px rgba(166,163,166,1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(166,163,166,1);
    box-shadow: 0px 5px 20px 0px rgba(166,163,166,1);*/
}
.language_select_row:hover{
    background-color:#ebebeb;

}










    .center_content {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 600px;
        height: 100%;
        max-height: 500px;
        
        margin-top: 100px;
        color: #494949;
        padding-left: 10px;
        padding-right: 10px;


        box-sizing:border-box;

    }
.f1{
    font-size:28px;
    font-weight:bold;
}
.f2 {
    font-size: 38px;
    font-weight: bold;
    line-height:47px;
}
.f3{
    padding-top:20px;
    padding-bottom:20px;
    /*background-color:aqua;*/
}
.ibox {

    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    background-color: blueviolet;
    background: #EEEEEE;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);

}
.ibox_c1 {
    /*background-color: transparent;*/
   /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);*/
    width: 9px;
    height: 100%;
    float: left;
    
    /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);*/
}
.ibox_active {
    background: #418AC6;
}

.ibox_c2{
    float:left;
    width:calc( 100% - 50px);
    height:100%;
    padding-left:40px;
    padding-top:5px;

}
.ibox_label {
    /*background-color: aqua;*/
    padding-top: 10px;
    font-size: 15px;
    color: #AFAFAF;
}
.ibox_input{
    float:left;
    width: calc(100% - 20px);
    height:30px;
    /*background-color:burlywood;*/
}
.ibox_input input{
    border:0px;
    background-color:transparent;
    width:100%;
    line-height:30px;


}
    .ibox_input input:focus {
        outline:none;
    }
.w100{
    position:relative;
    float:left;
    width:100%;
    height:100px;
}
.btn_login {
    position: relative;
    width: 190px;
    height: 54px;
    float: right;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    background-color: #eeeeee;
    margin-bottom: 100px;
    cursor: pointer;
    color: #418AC6;
    padding:0px;
}
    .btn_login:hover {
        background-color: #d4dce6;
    }



    .btn_login_label {
        padding-top: 10px;
        padding-left: 50px;
        padding-right: 10px;
        float: left;
        font-size: 20px;
        font-weight: bold;

        cursor: pointer;
    }

.btn_login_icon i {
    font-size: 28px;
    margin-top: 5px;
}


.validate{
    height:50px;
    width:100%;
    background-color:#e0899a;
    color:#ffffff;
    border-radius:5px;
    margin-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}


.success {
    height: 50px;
    width: 100%;
    background-color: #3d8e3a;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


.loading_area {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
    z-index: 50;
}
.loading_pic_area {
    /*background-color:aqua;*/
    width: 100%;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    z-index: 100;
}
    .loading_pic_area img {
        z-index: 100;
        height:200px;
    }
input{
    font-size:18px;
}










