﻿.lr-frame-top {
    z-index: 1;
    height: 56px;
    line-height: 56px;
    background: #fff;
}

.lr-frame-tabs {
    top: 56px;
    left: 0px;
    padding: 0px 32px 0px 100px;
}
/*logo标题*/
.lr-logo-title {
    left: 100px;
    color: #3498DB;
    padding-top: 15px;
}

    .lr-logo-title span {
        color: #3498DB;
    }
/*版本图标*/
.lr-frame-vericon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

/*菜单 adminDefault */
.lr-frame-menu-wrap .lr-scroll-vertical {
    right: 76px;
}

.lr-frame-menu {
    top: 0;
    width: 80px;
    height: 100%;
    background-color: #282E3B;
    z-index: 2;
}

.lr-first-menu-list {
    width: 80px;
    padding-top: 64px;
}

    .lr-first-menu-list > li > .lr-menu-item {
        height: 64px;
        font-size: 12px;
        color: #F8F8F8;
        text-align: center;
        margin-top: 20px;
    }

    .lr-first-menu-list > li:first-of-type > .lr-menu-item {
        margin-top: 5px;
    }

    .lr-first-menu-list > li > .lr-menu-item:hover {
        background: #212A37;
    }

    .lr-first-menu-list > li > .lr-menu-item > .lr-menu-item-icon {
        display: block;
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        width: 40px;
        border-radius: 5px;
        margin: 0 auto;
        margin-bottom: 7px;
    }

        .lr-first-menu-list > li > .lr-menu-item > .lr-menu-item-icon:before {
            color: #fff;
        }


    .lr-first-menu-list > li:nth-of-type(7n+1) > .lr-menu-item > .lr-menu-item-icon {
        background-color: #985CE2;
    }

    .lr-first-menu-list > li:nth-of-type(7n+2) > .lr-menu-item > .lr-menu-item-icon {
        background-color: #6A9AE1;
    }

    .lr-first-menu-list > li:nth-of-type(7n+3) > .lr-menu-item > .lr-menu-item-icon {
        background-color: #45B1DF;
    }

    .lr-first-menu-list > li:nth-of-type(7n+4) > .lr-menu-item > .lr-menu-item-icon {
        background-color: #48D4D7;
    }

    .lr-first-menu-list > li:nth-of-type(7n+5) > .lr-menu-item > .lr-menu-item-icon {
        background-color: #3089DC;
    }

    .lr-first-menu-list > li:nth-of-type(7n+6) > .lr-menu-item > .lr-menu-item-icon {
        background-color: #E4474D;
    }

    .lr-first-menu-list > li:nth-of-type(7n) > .lr-menu-item > .lr-menu-item-icon {
        background-color: #3398DC;
    }



    .lr-first-menu-list > li > .lr-menu-item > .lr-menu-item-arrow {
        display: block;
        position: absolute;
        left: 65px;
        top: 57px;
        text-indent: 0;
        font-weight: bold;
        color: #b8d2e1;
    }

    .lr-first-menu-list > li:hover > .lr-menu-item > .lr-menu-item-arrow {
        text-indent: -99999px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px;
        border-color: transparent;
        border-right-color: white;
        border-left: none;
        left: 67px;
        top: 50%;
        margin-top: -20px;
        z-index: 10;
    }



.lr-second-menu-list {
    position: absolute;
    top: 0;
    left: 74px;
    width: 135px;
    line-height: 28px;
    padding: 3px 0 3px;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.lr-first-menu-list > li:hover .lr-second-menu-list {
    display: block;
}


.lr-second-menu-list li {
    margin: 4px 0;
}

.lr-second-menu-list .lr-menu-item {
    padding-left: 10px;
    font-size: 12px;
    color: #333;
}

.lr-second-menu-list li:hover {
    background-color: #eee;
}

.lr-second-menu-list > .lr-meun-had:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #333;
    position: absolute;
    top: 8px;
    right: 10px;
}

.lr-second-menu-list .lr-menu-item-icon {
    color: #333;
    width: 18px;
    margin-right: 5px;
}

.lr-three-menu-list {
    position: absolute;
    top: 0px;
    left: 133px;
    width: 130px;
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    border: 1px solid #cccccc;
}

.lr-second-menu-list > li:hover .lr-three-menu-list {
    display: block;
}

.lr-uitheme-default .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #eee;
}
/*tabs条*/
.lr-frame-tabs {
    border-bottom: 1px solid #cccccc;
    background: #fff;
}

.lr-frame-tabs-wrap {
    height: 32px;
}

.lr-frame-tabItem {
    border: 1px solid transparent;
    background: #fff;
    height: 31px;
    line-height: 31px;
    color: #333;
    /*border-radius: 3px;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .lr-frame-tabItem i {
        color: #333;
        display: none;
    }

    .lr-frame-tabItem.active {
        border: 1px solid #cccccc;
        border-bottom: 0px;
        height: 32px;
        background: #f8f8f8;
        color: #3999d9;
    }

    .lr-frame-tabItem .reomve {
        top: 8px;
        right: 3px;
    }
/*功能窗口*/
.lr-frame-main {
    padding: 88px 0px 0px 80px;
    background: #fff;
}

    .lr-frame-main img {
        opacity: 0.2;
    }
/*个人设置和头像*/
.lr-frame-personCenter {
    top: 8px;
    right: 10px;
    height: 40px;
    line-height: 42px;
    color: #333;
}

    .lr-frame-personCenter .dropdown-menu {
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.lr_frame_fullscreen {
    top: 56px;
}

.lr-frame-personCenter span {
    color: #333;
}

.lr-first-menu-list > li > a > .lr-menu-item-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.lr-second-menu-list .lr-menu-item-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 90px;
}


/*即时通讯*/

.lr-im-bell {
    position: fixed;
    right: 105px;
    top: 11px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #282E3B;
    text-align: center;
    cursor: pointer;
    z-index: 51;
    display: none;
}

    .lr-im-bell > i {
        font-size: 20px;
        color: #578ebe;
    }

    .lr-im-bell > .point {
        background: #e35b5a;
        position: absolute;
        right: 9px;
        top: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }


/*语言设置*/
.lr-lg-setting {
    position: absolute;
    top: 21px;
    left: 423px;
    font-size: 14px;
    z-index: 4;
}

    .lr-lg-setting span {
        color: #3498DB;
    }
