body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr {
    margin: 0;
    padding: 0;
}

a img, :link img, :visited img {
    border: 0;
}

ul, ol {
    list-style: none;
}

html {
    background-color: #f5f5f5;
    height: 100%;
    /*min-width: 768px;*/
}

body {
    font-size: 13px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #676a6c;
}

a:focus {
    outline: 0 none;
}

.gray-white {
    background-color: #ffffff;
}

.pagination {
    float: right;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.hand {
    cursor: pointer;
}

.alert #collapse_tip ol {
    list-style: inside decimal;
}

/*------------------------------------------共用样式-------------------------------------------*/
.quick-add-link {
    background-color: #f4ecec;
    border-top: 1px solid #D6DEE3;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.form-control, .single-line {
    background-color: #ffffff;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus, .single-line:focus {
    border-color: #1ab394 !important;
}

.has-success .form-control {
    border-color: #1ab394;
}

.has-warning .form-control {
    border-color: #f8ac59;
}

.has-error .form-control {
    border-color: #ed5565;
}

.has-success .control-label {
    color: #1ab394;
}

.has-warning .control-label {
    color: #f8ac59;
}

.has-error .control-label {
    color: #ed5565;
}

label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
}

.form-control.error {
    border: 1px dotted #cc5965;
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}

.form-group .required {
    color: red;
    display: none;
    padding-top: 7px
}

a.disabled {
    cursor: not-allowed;
    color: #cccccc;
}

/* 提示图标 */
.tool-tip {
    background-color: #fe7e23;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    text-align: center;
    width: 17px;
    cursor: help;
}

/* 弹出层 */
.layer_window {
    margin: 20px 30px;
}

.layer_window .form-control {
    width: auto;
    display: inline-block;
}

/* MARGINS & PADDINGS */

.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-xsl {
    padding: 10px 15px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

body.modal-open {
    padding-right: inherit !important;
}

/* SEARCH PAGE */

.search-form {
    margin-top: 10px;
}

.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.search-result .search-link {
    color: #006621;
}

.search-result p {
    font-size: 12px;
    margin-top: 5px;
}

/*---------------------------------------------------共用样式结束---------------------------------------------*/

#wrapper {
    background-color: #f5f5f5;
}

.table-bordered {
    border: 1px solid #ebebeb;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #f5f5f6;
    border-bottom-width: 1px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e7e7e7;
}

.table > thead > tr > th {
    border-bottom: 1px solid #dddddd;
    vertical-align: bottom;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}

body .checkbox-primary input[type="checkbox"]:indeterminate + label::after {
    background-color: #2c8f7b;
    border-color: #2c8f7b;
    height: 2px;
    content: " ";
    width: 11px;
    top: 8px;
    left: 3px;
    position: absolute;
}

body .checkbox-primary input[type="checkbox"]:checked + label::before, body .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #2c8f7b;
    border-color: #2c8f7b;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

/*----------------------侧边导航栏---------------------*/
.side-wrap {
    background-color: #2f4050;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    z-index: 1001;
}

/*顶部logo*/
.side-wrap .logo {
    text-align: center;
    margin-top: 10px;
}

.side-menu {
    margin-top: 5px;
    font-family: "Microsoft Yahei", Tahoma, Arial;
}

.side-menu .showMenu {
    background-color: #293846;
}

.pr {
    position: relative !important;
}

.side-menu li {
    position: relative;
}

.side-menu li a {
    cursor: pointer;
    text-decoration: none;
}

.side-menu .li-crop {
    height: inherit;
}

.side-menu .li-crop .icon {
    background: rgba(0, 0, 0, 0) url("../img/front/toor.png") no-repeat scroll 0 0;
    display: block;
    height: 32px;
    margin: 0 auto 8px;
    width: 30px;
}

.side-menu #order .icon {
    background-position: 0 -18px;
}

.side-menu .showMenu#order .icon {
    background-position: 0 -50px;
}

.side-menu #product .icon {
    background-position: -30px -18px;
    width: 32px;
}

.side-menu .showMenu#product .icon {
    background-position: -30px -50px;
    width: 32px;
}

.side-menu #purchase .icon {
    background-position: -187px -18px;
    width: 32px;
}

.side-menu .showMenu#purchase .icon {
    background-position: -187px -50px;
    width: 32px;
}

.side-menu #stock .icon {
    background-position: -219px -18px;
    width: 32px;
}

.side-menu .showMenu#stock .icon {
    background-position: -219px -50px;
    width: 32px;
}

.side-menu #stat .icon {
    background-position: -250px -18px;
    width: 32px;
}

.side-menu .showMenu#stat .icon {
    background-position: -250px -50px;
    width: 32px;
}

.side-menu #customer .icon {
    background-position: -154px -18px;
    width: 32px;
}

.side-menu .showMenu#customer .icon {
    background-position: -154px -50px;
    width: 32px;
}

.side-menu #account .icon {
    background-position: -61px -18px;
    width: 32px;
}

.side-menu .showMenu#account .icon {
    background-position: -61px -50px;
    width: 32px;
}

.side-menu #message .icon {
    background-position: -123px -18px;
    width: 32px;
}

.side-menu .showMenu#message .icon {
    background-position: -123px -50px;
    width: 32px;
}

.side-menu .li-crop > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #adbdcc;
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 14px 0 10px 0;
    position: relative;
    text-align: center;
    height: 90px;
}

.side-menu .showMenu.li-crop > a {
    color: #ffffff;
}

.side-menu .float-menu {
    background-color: #293846;
    border-left: medium none;
    color: #fff;
    display: block;
    left: -1200px;
    top: 0;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    transition: opacity 0.5s ease 0s;
}

.side-menu .showMenu .float-menu {
    display: block;
    left: 100%;
    opacity: 1;
}

.side-menu .sec-nav-li {
    padding-left: 10px;
}

.side-menu .sec-nav-li.sec-nav-li-flow {
    border-right: 2px dashed #3c4650;
    float: left;
}

.side-menu .sec-nav-li.sec-nav-li-flow:last-child {
    border-right: medium none;
}

.side-menu .float-menu .sec-nav-a {
    color: #adbdcc;;
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    word-break: normal;
}

.side-menu .float-menu .sec-nav-a.li-a-color {
    font-family: '微软雅黑';
    color: #adbdcc;
    line-height: 1em;
    padding: 5px 20px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.side-menu .float-menu .third-nav-a {
    color: #adbdcc;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    word-break: normal;
    font-size: 14px;
    line-height: 1em;
    padding: 11px 36px 11px 20px;
    text-align: left;
}

.side-menu .float-menu .third-nav-a:hover {
    color: #ffffff;
}

.side-menu .lineblue {
    width: 4px;
    height: 100%;
    background-color: #3e7eca;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 3333333334343434;
}

.side-menu .showMenu .lineblue {
    display: block;
}

/*----------------------------------------------右侧部分--------------------------------------------*/
#page-wrapper {
    /*min-width: 1115px;*/
    margin-left: 96px;
    height: 100%;
}

#easy_nav {
    background-color: #fff;
    border-bottom: 1px solid #dbdee1;
    padding-left: 15px;
    padding-right: 20px;
}

#easy_nav .navbar-brand {
    font-size: 16px;
}

#easy_nav .dropdown-menu > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #555555;
    font-family: "微软雅黑";
}

#easy_nav .navbar-nav > li > a {
    padding-bottom: 10px;
}

#easy_nav a.dropdown-toggle {
    color: #787878;
}

#easy_nav a.dropdown-toggle .icon {
    display: inline-block;
    height: 18px;
    width: 20px;
    vertical-align: middle;
    background-image: url('../img/front/toor.png');
}

#easy_nav a.dropdown-toggle .icon-service {
    background-image: url('../img/front/wode.png');
}

#easy_nav a.dropdown-toggle .icon-service-market {
    background-image: url('../img/front/shichang.png');
}

#easy_nav .easy-open .icon {
    background-position: -96px 0;
}

#easy_nav .easy-message .icon {
    background-position: -18px 0;
}

#easy_nav .easy-account .icon {
    background-position: -37px 0;
}

#easy_nav .easy-set .icon {
    background-position: -56px 0;
}

#easy_nav .easy-kefu .icon {
    background-position: -76px 0;
}

#easy_nav .i-text {
    vertical-align: top;
}

/*--------------------------------------内容区域----------------------------------------*/
#main-wrapper {
    margin: 0 10px;
}

#map.ibox-title {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    min-height: 48px;
    padding: 7px 15px;
    position: relative;
}

#map .ibox-tools {
    position: absolute;
    top: 15px;
    right: 15px;
}

#page-wrapper .ibox-tools a.btn-primary {
    cursor: pointer;
    margin-left: 5px;
    background-color: #1ab394;
    border-color: #1ab394;
    border-radius: 3px;
    color: #fff;
}

#map .breadcrumb li.index {
    font-size: 16px;
    font-weight: 700;
}

#map .breadcrumb {
    padding-left: 0;
    background-color: #ffffff;
    margin-bottom: 0;
}

#map .breadcrumb > li + li::before {
    content: "> ";
    color: #666666;
}

#map .breadcrumb a {
    color: #666666;
}

#map .breadcrumb .active, #map .breadcrumb .active a {
    color: #CCCCCC;
}

#content-wrapper {
    background-color: #fff;
    min-height: 450px;
    padding: 25px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    color: inherit;
}

.btn-easy {
    background-color: #62BA9F;
    border: 0;
    color: #ffffff;
}

.btn-easy:hover {
    background-color: #58A890;
    color: #ffffff;
}

.form-group .control-label {
    color: #676a6c;
}

#content-wrapper .table th, #content-wrapper .table td {
    color: #676a6c;
}

.mb10 {
    margin-bottom: 10px;
}

.popover {
    max-width: 400px;
    width: auto;
}