.header-bigcolor{
    background-size: 400%;
    background-position: 0% 100%;
    -webkit-animation: gradient 7.5s ease-in-out infinite;
    animation: gradient 7.5s ease-in-out infinite
}
@-webkit-keyframes gradient {
    50% {
        background-position: 100% 0
    }
}

@keyframes gradient {
    50% {
        background-position: 100% 0
    }
}
.site-footer {margin-top:30px;border-top:1px solid #448ef6;position:relative;z-index:39;background:url(../../assets/images/bg.jpg) #2a2a32;}

.navs {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navs>li {
    position: relative;
    display: block
}

.navs>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.navs>li>a:focus,.navs>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.navs>li.disabled>a {
    color: #777
}

.navs>li.disabled>a:focus,.navs>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.navs .open>a,.navs .open>a:focus,.navs .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.navs .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.navs>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

 .lyear-layout-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
    background-color: #fff;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.035);
    -moz-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.035);
    box-shadow: 4px 0 5px rgba(0, 0, 0, 0.035);
}
.lyear-layout-header.active{
    background-color: unset;

}
.lyear-layout-header .navbar {
    position: relative;
    min-height: 64px;
    margin-bottom: 0;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.lyear-layout-header .navbar-default {
    background-color: transparent;
}
.topbar {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    min-height: 64px;
    padding: 0 15px;
}
.topbar .topbar-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.topbar .topbar-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.topbar-right > li > a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 15px;
}

/* 头像相关 */
.img-avatar {
    display: inline-block !important;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.img-avatar-48 {
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.edit-avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.avatar-divider {
    display: inline-block;
    border-left: 1px solid rgba(77,82,89,0.07);
    height: 50px;
    align-self: center;
    margin: 0px 20px;
}
.edit-avatar-content {
    display: inline-block;
}
 .lyear-layout-sidebar {
    position: fixed;
    top: 68px;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 220px;
    font-weight: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s transform;
    transition: 0.3s transform;
    transform: translateX(0);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
}
.lyear-layout-sidebar-scroll {
	height: 100%;
    position: relative;
    background-color: #fff;
}

/* 侧边栏开关 */
.lyear-aside-toggler {
    margin-right: .25rem;
    padding: .25rem .95rem .25rem .25rem;
    line-height: 1.5;
    cursor: pointer;
}
.lyear-aside-toggler .lyear-toggler-bar {
    display: block;
    height: 2px;
    width: 20px;
	background-color: #4d5259;
    margin: 4px 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.lyear-aside-toggler .lyear-toggler-bar:nth-child(2) {
    width: 15px;
}
.lyear-aside-toggler:hover .lyear-toggler-bar:nth-child(2) {
    width: 20px;
}
.lyear-layout-sidebar-close .lyear-aside-toggler .lyear-toggler-bar {
    width: 20px;
}

/* logo */
.sidebar-header {
    position: relative;
    overflow: hidden;
    z-index: 4;
    /* background-color: #fff; */
    width: 100%;
    -webkit-box-shadow: 0 1px 1px -1px rgba(77, 82, 89, 0.15);
    box-shadow: 0 1px 1px -1px rgba(77, 82, 89, 0.15);
}
.sidebar-header:before, .sidebar-header:after {
    content: " ";
    display: table;
}
.sidebar-header a {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
}
.sidebar-header a img {
    width: 100%;
    max-width: 240px;
    height: 40px;
    margin: 16px 0px;
}

/* 菜单 */
.lyear-layout-mini-sidebar {
    width: 60px;
    height: 100%;
}
.sidebar-main {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.navs {
    display: block;
    margin-left: 20px;
    font-size: 14px;
    float: right;
}
.nav-drawer li a,
.lyear-layout-sub-column li a {
    overflow: hidden;
    color: inherit;
    font-weight: 500;
    white-space: nowrap;
}
.nav-drawer > li > a {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 13px;
}
.nav-drawer > li.active > a {
    background-color: rgba(0,0,0,.0125)!important;
}
.nav-drawer > .active > a:hover,
.nav-drawer > .active > a:focus,
.nav-drawer > .active > a:active {
    background-color: rgba(0,0,0,.0125);
    border-color: #33cabb;
}
.nav-drawer > li > a > i {
    display: block;
    font-size: 1.5em;
}
.lyear-layout-sub-column ul li ul {
    padding-left: 15px;
}
.nav-subnav {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
    float: unset;
}
.nav-item-has-subnav > a:after {
    position: absolute;
    top: 11px;
    right: 11px;
    font-family: 'Material Design Icons';
    font-size: 10px;
    line-height: 1.75;
    content: '\f142';
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.nav-item-has-subnav.open > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-item-has-subnav.open > .nav-subnav {
    display: block;
}

.lyear-layout-sub-column {
    position: absolute;
    border-left: 1px solid rgba(77, 82, 89, 0.05);
    width: 160px;
    left: 60px;
    top: 0px;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.lyear-layout-sub-column ul > li.active > a,
.lyear-layout-sub-column ul > li > a:hover {
    color: #33cabb;
    background-color: transparent;
}

.sidebar-footer {
    bottom: 0;
    width: 100%;
    height: 96px;
    border-top: 1px solid rgba(77,82,89,0.05);
    margin-top: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    font-size: 13px;
    line-height: 24px;
}

 @media (max-width: 1024px) {
    .lyear-layout-sidebar {
        transform: translateX(-100%);
    }

	.lyear-layout-header,
    .lyear-layout-content {
        padding-left: 0;
    }
	.lyear-layout-sidebar,
    .lyear-layout-sub-column {
        -webkit-box-shadow: none;
		-moz-webkit-box-shadow: none;
        box-shadow: none;
    }
	.lyear-layout-sidebar,
    .lyear-layout-sub-column {
        -webkit-box-shadow: none;
		-moz-webkit-box-shadow: none;
        box-shadow: none;
    }

	.lyear-layout-sidebar.lyear-aside-open {
        transform: translateX(0);
    }

    /* 遮罩层 */
    .lyear-mask-modal {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        opacity: 1;
        top: 0;
        visibility: visible;
        width: 100%;
        z-index: 5;
        position: fixed;
        -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .lyear-layout-sidebar-close .lyear-layout-header,
    .lyear-layout-sidebar-close .lyear-layout-content {
        padding-left: 0px;
    }
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border-color: #eceeef;
    }
}
@media screen and (max-width: 700px) {
    .card-toolbar .search-bar {
        max-width: 100%;
        margin-bottom: 10px;
        float: none!important;
    }
    .masonry-grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 575.98px) {
    .sidebar-header {
        width: 60px;
    }
}
@media screen and (max-width: 430px) {
    .dropdown-skin .dropdown-menu {
        left: -80px!important; 
    }
    .nav-step .nav-step-item p {
        display: none;
    }
}
@media (min-width: 1024px) {
    .lyear-layout-sidebar-close .lyear-layout-sub-column {
        transform: translateX(-100%);
    }

    .lyear-layout-sidebar-close .sidebar-footer {
        visibility: hidden;
        opacity: 0;
    }
    .lyear-layout-sidebar {
        -webkit-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
        -webkit-box-shadow: none;
		-moz-webkit-box-shadow: none;
        box-shadow: none;
    }
    .lyear-layout-sidebar-close .lyear-layout-sidebar {
        width: 60px;
    }
 
    .lyear-layout-sidebar-close .lyear-layout-content {
        padding-left: 60px;
    }
    .masonry-grid {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.nav li a {
    color: unset;
}