body
{
}


/*--------------------------------------------------------------------------*/



#container {
    width: 100%;
    height: 100%;
}
.lite{
    color: #00a0df !important;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.dark-bg {
    background: rgba(54,66,74,1);
    border-bottom: 1px solid #f1f2f7;
}
.panel-content{
    padding: 10px;
}
.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}

a.logo {
    font-size: 22px;
    font-weight: 300;
    color: #fed189;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #688a7e;
}


/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notification-row {
    float: right;
    margin-top: 15px;
    margin-left: 65px;
}
ul.top-menu > li > a {
    color: #fed189;
    font-size: 18px;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    background: transparent !important;
    color: #D7D7D7 !important;
}


.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 200px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.top-nav .username {
    font-size: 13px;
    color: #bdbdbd;
}

.top-nav ul.top-menu > li > a {
    padding: 8px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #7498f1;
    border-top-color: #7498f1;
}

/*----------------	color------------------------*/

.dark-bg {
    color : #fff;
    background : #1a2732;
    background-color : #1a2732;
}

/*--sidebar toggle---*/

.toggle-nav {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.toggle-nav .icon-reorder {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.profile-ava img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #688a7e;
    display: inline-block;
}
.profile-ava img.simple{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid rgba(0,112,255,0.4);
    display: inline-block;
}



/*--------------------------------------------------------------------------*/
.page-header {
    border-bottom: none;
    opacity: 0.7;
    text-transform: uppercase;
}
.page-header i {
    color: #acb1b8;
    margin-top:0px;
    margin-right: 10px;
    float: left;
    font-size: 30px;
    line-height: 22px;
    opacity: 0.8;
}

.home-menu-word
{
    font-size: 16px;
    color: #d0d8df;
    height:50px;
    padding: 0px;
}

.home-menu-word-style
{
    font-size:17px;
    font-weight:bold;
}
.icon-size
{
    margin-right:10px;
}

.home-nav-height
{
    height:60px;
    border-bottom:1px solid #efeef0;
}
.margin-top-10
{
    margin-top:10px;
}
.margin-top-20
{
    margin-top:20px;
}

.home-menu-a a:hover
{
    display: block;
    text-decoration: none;
    box-shadow: 100px 100px 100px #68aae4 inset;
}



/*--------------------------------折叠菜单-----------------------------------*/

.Huifold .item .info {
    display: none;
}

.home-sub-menu-word {
    margin-top: 1px;
    font-size: 10px;
    color: #d0d8df;
    height: 39px;
    width: 100%;
    margin-bottom: 0px;
}