/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body{
    /*background: #333;*/
}
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 10px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 200px;
        padding: 0 15px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;

}

.navbar-top-links li:last-child {
    margin-right: 15px;
}


.navbar-top-links li a {
    min-height: 50px;
    color: #ddd;
}
.navbar-top-links  .dropdown-menu-user{
    padding: 0 !important;
}
.navbar-top-links .dropdown-menu li {

    /*background: #333;*/
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    /*padding: 0 !important;*/
    margin-right: 0;
    /*background: #fff !important;*/
    /*color: #ddd !important;*/
}

.dropdown a{
    /*background: #333!important;*/
    color: #333!important;
}
.dropdown a:hover{
    color: #333 !important;
    background: #ddd !important;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}


/*.navbar-top-links .dropdown-tasks {*/
/*    margin-left: -59px;*/
/*}*/

/*.navbar-top-links .dropdown-alerts {*/
/*    margin-left: -123px;*/
/*}*/

.navbar-top-links .dropdown-user {
    /*color: #ddd;*/
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    min-height: 960px;
    background: #333;
}
/*.sidebarBox{*/
/*    min-height: 777px;*/
/*    background: #333;*/
/*    overflow: auto;*/
/*}*/

.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar ul{
    box-sizing: border-box;
    margin-top: -1px;
    background: #333;
    /*width: 300px;*/
    /*height: 50px;*/
    /*text-align: center;*/
}
.sidebar ul li {
    /*border-bottom: 1px solid #e7e7e7;*/
    /*padding: 5px 0 5px 0;*/
    list-style: none;
    background: #999;

}
.sidebar ul li:hover{
    background: #aaa;

}

.sidebar ul li a:hover{
    background: #aaa !important;
    color: #333;
    text-decoration-line: none;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/

}

.sidebar ul li a{
    /*width: 100%;*/
    display: inline-block;
    height: 60px;
    line-height: 60px;
    /*margin-left: -40px;*/
    /*text-align: center;*/
    text-align: left;
    width: 200px !important;
    font-size: 16px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    background: #999;
}
a{
    text-decoration-line: none;
}
 .sidebar ul li a.active {
     display: inline-block;
    background-color: #999;
    width: 100%;
    color:lightgrey;
     color: #333;
     text-decoration-line: none;
     /*margin-left: -40px;*/
     /*text-align: center;*/
     text-align: left;
     width: 200px;
 }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;

}

.sidebar .nav-second-level li a {
    padding-left: 37px;

}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 200px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
.navbar{
    /*background: #333;*/
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.row h1.page-header{
	margin-top:20px;
	margin-bottom:10px;
	font-size:24px;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

#orderlist{
	width:100%;
	
}
.nav li a{
    color: #ddd;
}
.sidebar ul:hover{
    color: #333 !important;
}
.blueBtn{
    background-color: #ecf5ff !important;
    border-radius:5px !important;
    color:#409EFF !important;
    border:1px solid #b3d8ff !important;
    width: 70px ;
    height: 35px ;
    line-height: 35px;
    font-size: 16px !important;
    margin-right: 5px;
}
.blueBtn:hover{
    background-color: #409EFF !important;
    color: #fff !important;
    line-height: 35px;

}
.redBtn{
    background-color: #fef0f0!important;
    border-radius:5px !important;
    color: #F56C6C !important;
    border:1px solid #F56C6C !important;
    width: 70px;
    height: 35px ;
    font-size: 16px !important;
    line-height: 35px;
    margin-right: 5px;

}
.redBtn:hover{
    background-color: #F56C6C !important;
    color: #fff !important;
}
.greenBtn{
    background-color: #f0f9eb ;
    border-radius:5px !important;
    color: #67C23A !important;
    border:1px solid #c2e7b0 !important;
    width: 70px ;
    height: 35px ;
    font-size: 16px !important;
    line-height: 35px;
    margin-right: 5px;

}
.greenBtn:hover{
    background-color: #67C23A !important;
    color: #fff !important;
}
.orgBtn{
    background-color: #fff !important;
    border-radius:5px !important;
    color: #E6A23C !important;
    border:1px solid #f5dab1 !important;
    width: 70px;
    height: 35px;
    font-size: 16px !important;
    line-height: 35px;
    margin-right: 5px;

}
.orgBtn:hover{
    background-color: #E6A23C !important;
    color: #fff !important;
}
 .geryBtn{
     background-color: #f4f4f5 !important;
     border-radius:5px !important;
     color: #909399 !important;
     border:1px solid #d3d4d6 !important;
     width: 70px;
     height: 35px ;
     font-size: 16px !important;
     line-height: 35px;
     margin-right: 5px;

 }
.geryBtn:hover{
    background-color: #909399 !important;
    color: #fff !important;
}
.outli{
    line-height: 50px !important;
    margin-left: 0px !important;
    text-align: justify !important;
    background: #333 !important;
    height: 70px;
    font-size: 18px !important;
    /*font-family: "" !important;*/
    position: relative;
}
.sanjiao{
    position: absolute;
    right: 20px;
    top: 28px;
    float: right;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ddd;
    /* 上箭头颜色 */
    border-right: 2px solid #ddd;
    /*transform: rotate(135deg);*/
    transform: rotate(135deg);
    /*transition: all .1s ease 0s;*/
    /*transform-origin: center;*/
}
.sideli:hover .sanjiao{
    /*transform: rotate(135deg) !important;*/
    border-top: 2px solid grey;
    /* 上箭头颜色 */
    border-right: 2px solid grey;
}
.collapse.in{
    padding: 0;
}
.collapse{
    padding: 0 !important;
}