﻿.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: 1000;
    color: #5f6368;
}

.top_bar_btn {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

    .top_bar_btn i {
    }

    .top_bar_btn:hover {
        background-color: #f0f0f0;
    }

.top_bar_logo {
    padding-left: 10px;
    padding-top: 10px;
    /*background-color:blueviolet;*/
    float: left;
    cursor:pointer;
}
    .top_bar_logo img{
        height:35px;
    }



.top_bar_contactus{
    float:left;
    box-sizing:border-box;
    padding-left:20px;
    margin-top:20px;
}
.top_bar_tel {
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
    overflow:hidden;
}


.top_bar_line{
    float:left;
    margin-left:20px;
    box-sizing:border-box;
    padding-left:10px;
    padding-right:10px;
    background-color:#3ace01;
    height:25px;
    padding-top:0px;
    border-radius:5px;
    margin-top:15px;
}
.top_bar_line img {
    float:left;
    width: 25px;
}
.top_bar_line span{
    font-size:12px;
    color:#ffffff;
    line-height:25px;
}




.topbar_setting_menu_list {
    position: absolute;
    width: 300px;
    /*height: 400px;*/
    background-color: #ffffff;
    right: 10px;
    top: 60px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    padding-left: 5px;
    padding-right: 5px;
    z-index: 10000;
    font-weight: bold;
    cursor: pointer;
}

.topbar_menu_profile {
    float: left;
    height: 60px;
    width: 100%;
    /*background-color: #e9f3fa;*/
    /*background-color: #ecfdfe;*/
    border-bottom: 1px solid rgb(211, 209, 211);
    /*background-color:burlywood;*/
}

.topbar_menu_profile_pic {
    float: left;
    width: 60px;
    height: 100%;
    /*background-color:blueviolet;*/
    text-align: center;
}

    .topbar_menu_profile_pic i {
        font-size: 40px;
        line-height: 60px;
    }

.topbar_menu_profile_info {
    float: left;
    width: calc( 100% - 60px);
    height: 100%;
    /*background-color:blue;*/
    /*background-color:greenyellow;*/
}

.topbar_menu_profile_hello {
    float: left;
    height: 30px;
    width: 100%;
    line-height: 30px;
    /* background-color:burlywood;*/
}

.topbar_menu_profile_name {
    float: left;
    height: 30px;
    width: 100%;
    line-height: 30px;
    /* background-color: burlywood;*/
}

.topbar_menu_row {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgb(211, 209, 211);
    color: #768996;
    margin-top: 15px;
}

    .topbar_menu_row:hover {
        background-color: #eeeeee;
        color: #0b3c5b;
    }

    .topbar_menu_row i {
        width: 30px;
        text-align: center;
    }

.topbar_menu_logout {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*border-bottom: 1px solid rgb(211, 209, 211);*/
    color: #768996;
    margin-top: 50px;
    margin-bottom: 20px;
    /*padding-left:190px;*/
}

    .topbar_menu_logout:hover {
        background-color: #eeeeee;
        color: #0b3c5b;
    }

    .topbar_menu_logout i {
        width: 30px;
        text-align: center;
    }


@media only screen and (max-width: 1150px) {
    .top_bar_contactus {
        float: left;
        box-sizing: border-box;
        padding-left: 20px;
        margin-top: 20px;
        display:none;
    }

    .top_bar_tel {
        float: left;
        box-sizing: border-box;
        padding-left: 20px;
        margin-top: 20px;
        display:none;
    }
}
