@charset "utf-8";
body {
    font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
    color: #404040;
    /* background: #30353b url(/common/images/admin/bg_nav.png) 0 0 repeat; */
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    margin: 80px auto;
    width: 640px;
}

.container .nav {
    margin: 0 auto;
}

.nav {
    width: 210px;
    overflow: hidden;
    background: white;
    border: 1px solid #1d1f22;
    border: 1px solid #71767c;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.nav a {
    display: block;
    line-height: 34px;
    text-decoration: none;
}

.nav li:last-child .nav-item {
    border-bottom-color: #50575f;
}

.nav li:last-child .nav-submenu {
    border-bottom-color: white;
}

.nav-item {
    position: relative;
    padding: 0 12px 0 37px;
    font-size: 13px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.35);
    background: #505968;
    border-top: 1px solid #878e96;
    border-bottom: 1px solid #333740;
    background-image: -webkit-linear-gradient(top, #707a84, #505968);
    background-image: -moz-linear-gradient(top, #707a84, #505968);
    background-image: -o-linear-gradient(top, #707a84, #505968);
    background-image: linear-gradient(to bottom, #707a84, #505968);
    background-image: -webkit-linear-gradient(top, #8a929b, #626a76);
    background-image: -moz-linear-gradient(top, #8a929b, #626a76);
    background-image: -o-linear-gradient(top, #8a929b, #626a76);
    background-image: linear-gradient(to bottom, #8a929b, #626a76);
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.nav-item:hover {
    opacity: .95;
}

.active .nav-item,
.nav-item:active {
    opacity: 1;
    background: #259bdb;
    border-top-color: #6ad2ef;
    border-bottom-color: #1c638f;
    -webkit-box-shadow: 0 1px #bbbbbb, 0 2px #e9ebe8;
    box-shadow: 0 1px #bbbbbb, 0 2px #e9ebe8;
    background-image: -webkit-linear-gradient(top, #44c5ec, #259bdb);
    background-image: -moz-linear-gradient(top, #44c5ec, #259bdb);
    background-image: -o-linear-gradient(top, #44c5ec, #259bdb);
    background-image: linear-gradient(to bottom, #44c5ec, #259bdb);
}

.active .nav-item .nav-counter,
.nav-item:active .nav-counter {
    background: #2471a9;
}

.nav-item i {
    position: absolute;
    top: 7px;
    left: 9px;
}

.nav-counter {
    float: right;
    margin-top: 8px;
    padding: 0 6px;
    line-height: 18px;
    font-size: 11px;
    background: #464e59;
    border-radius: 9px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}

.nav-submenu {
    display: none;
    border-bottom: 1px solid #404348;
}


/* .active .nav-submenu {
	display: block;
} */

.nav-submenu a {
    padding: 0 12px 0 16px;
    font-size: 12px;
    color: #838a90;
    border-bottom: 1px solid #eee;
}

.nav-submenu a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border: 4px outset transparent;
    border-left: 4px solid #bbb;
}

.nav-submenu.active a:hover {
    background: #f8f9fb;
}

.nav-submenu .nav-counter {
    color: #999;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0 0 0 1px gainsboro;
    box-shadow: inset 0 0 0 1px gainsboro;
}

.nav-submenu li:last-child a {
    border-bottom-color: white;
}

[class*="icon-"] {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/common/images/admin/icons.png);
    background-repeat: no-repeat;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    filter: drop-shadow(1px 1px 1px #555);
}

.icon-00 {
    background-position: 0 0;
}

.icon-01 {
    background-position: -20px 0;
}

.icon-02 {
    background-position: -40px 0;
}

.icon-03 {
    background-position: -60px 0;
}

.icon-04 {
    background-position: 0px -20px;
}

.icon-05 {
    background-position: -20px -20px;
}

.icon-06 {
    background-position: -40px -20px;
}

.icon-07 {
    background-position: -60px -20px;
}

.icon-08 {
    background-position: 0px -40px;
}

.icon-09 {
    background-position: -20px -40px;
}

.icon-10 {
    background-position: -40px -40px;
}

.icon-11 {
    background-position: -60px -40px;
}


/* nav icon cording adjust */

.nav-menu a.nav-item {
    overflow: hidden;
    padding: 0 12px 0 9px;
}

.nav-menu a.nav-item img {
    margin-top: 7px;
    margin-right: 3px;
    filter: drop-shadow(1px 1px 1px #555);
}

li a .lil_arrow {
    width: 5px;
    height: 5px;
    transition: transform 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid white;
    border-right: 2px solid white;
    float: right;
    position: relative;
    top: 13px;
    right: 2px;
    transform: rotate(45deg);
}

li.active a .lil_arrow {
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: rotate(135deg);
    border-top: 2px solid #004772;
    border-right: 2px solid #105bef;
}

.nav-submenu a {
    border-left: 4px solid transparent;
}

.nav-submenu a:hover {
    color: #000000;
}

.nav-submenu a:hover:before {
    border-left: 4px solid #0077cd;
}

.nav-submenu a.active {
    color: #0077cd;
    /* background: linear-gradient(to right, #0077cd 2%, #d4edff 2%); */
    border-left: 4px solid #0077cd;
    background: #e8f8ff;
}

.nav-submenu a.active:before {
    border-left: 4px solid #0077cd;
}