﻿#mugeda-rm-header {
    height: 52px;
    top: 0;
    min-width: 1000px;
    width: 100%;
}
.reg_btn{
    width: 100px;
    border-radius: 3px;
    color: #FFFFff;
    background-color: #FB8C00;
    font-weight: bold;
    border: none;
}

#unauthenticated{
    margin: 0 53px !important;
}

.mugeda_partner .head_menu {
    width: 200px;
    float: right;
    margin-right: 150px
}

.mugeda_partner .head_menu li {
    float: right
}

#chg_server {
    display: none
}


.ie_browser_warning {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -450px;
    width: 650px;
    height: 30px;
    line-height: 30px;
    background: #ff5700;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.navbar-default {
    background: transparent;
    border-color: transparent;
    border: none
}

.navbar-default .navbar-nav > li > a {
    color: #666666;

    padding: 16px 20px;
    font-size: 14px
}

.navbar-default .navbar-nav > li > a .navbar-header {
    height: 60px
}

.nav .new {
    position: relative;
    display: block
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fb8c00
}

.noti-badge {
    display: none;
    position: absolute;
    width: 45px;
    height: 50px;
    top: 7px;
    left: -41px;
    text-align: center;
    padding-top: 10px
}

.noti-badge .icon {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(/images/notice.svg) no-repeat;
    background-size: 20px 20px;
}

.noti-badge .unread {
    position: absolute;
    color: #fff;
    font-size: 12px;
    width: 5px;
    height: 5px;
    background: #fb8c00;
    top: 10px;
    right: 16px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #000;
}

.noti-badge .unread.double {
    width: 30px;
    right: -3px
}

.popover {
    border-radius: 0 !important
}

body {
    overflow-x: hidden;
    overflow-y: auto !important;
}

.noti-badge-message {
    width: 248px
}

.noti-badge-message ul li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.noti-badge-message p {
    text-align: right;
    height: 30px;
    line-height: 38px
}

.noti-badge-message .detail-link {
    color: #337ab7
}

.header-message-icon {
    width: 20px;
    background-image: url(/images/noti-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 11px;
    height: 17px;
    background-position: 0 1px;
    vertical-align: -2px
}

@media (max-width: 685px) {
    #unauthenticated {
        display: none
    }
}


@media screen and (max-width: 767px) {
    #unauthenticated {
        width: 60px
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: #2b2b2b;
        width: 150px;
        overflow: hidden;
        margin-left: 0
    }

    .navbar-toggle {
        float: left;
        border: none;
        margin-left: 150px;
        margin-top: 13px
    }

    .navbar .navbar-default {
        width: 150px;
        float: left;
        margin-left: 0
    }

    .collapse {
        display: block
    }
}

@media only screen and (min-width: 1220px) {
    .nav.navbar-nav {
        width: 920px;
        margin: 0 148px;
        float: initial;
        overflow: hidden
    }
}

@media only screen and (max-width: 1220px) {
    .navbar-toggle {
        display: block;
        float: left;
        border: none;
        margin-left: 150px;
        margin-top: 13px
    }

    .navbar-default.navbar-collapse {
        background: #2b2b2b;
        width: 150px;
        overflow: hidden;
        margin-left: 0
    }

    .nav.navbar-nav {
        margin: 7.5px -15px;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 150px
    }
}

@media (max-width: 1220px) {
    .navbar-header {
        float: initial;
        height: 60px
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .navbar-text {
        float: none;
        margin: 15px 0
    }

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        display: block !important;
        background: #fff;
        width: 140px;
        overflow: hidden;
        margin-left: 145px;
        border: none;

    }

    .navbar-collapse.collapse.in a{
        width: 72%;
        border-bottom:  1pt solid #e7e7e7;
        margin-left: 17px;
        line-height: 6px !important;
        padding: 16px 7px;
    }



    .collapsing {
        overflow: hidden !important
    }

    .navbar-nav .new span {
        right: 25px
    }
}

.messageBg{
    position: relative;
}
.messageBox{
    visibility: hidden;
    display: block;
    z-index: 999;
    right: 12px;
    position: fixed;
    bottom: 12px;
}
.close_btn{
    position: absolute;
    right: 11px;
    top: 13px;
    cursor: pointer;
}
.messageTime{
    position: absolute;
    color: #333333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    left: 20px;
    top: 49px;

}
.messageContent{
    position: absolute;
    font-size: 12px;
    color: #666666;
    font-family: "Microsoft YaHei";
    left: 20px;
    top: 86px;
    line-height: 18px;
    max-width: 318px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow:ellipsis;
    overflow-y: scroll;
}

.messageLink{
    position: absolute;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    right: 17px;
    bottom: 22px;
}
.messageLink a {
    color: #049fff;
}


@media only screen and (min-height: 801px) {
    #spring {
        top: 70%;
    }
}
@media only screen and (max-height: 800px) and (min-height: 600px) {
    #spring {
        top: 84%;
    }
}

@media only screen and (max-height: 599px) {
    #spring {
        top: 86%;
    }
}
@media only screen and (max-height: 550px) {
    #spring {
        top: 94%;
    }
}

.easemobim-chat-panel {
    z-index: 9999;
}
