body{
    color: #333;
    min-width: 340px;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*滚动条样式*/
/*::-webkit-scrollbar{width:1px;}*/

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.note-popover.popover{
	z-index:10010;
}
.modal{
	z-index:10010;
}

.cp{cursor: pointer}

.db{display: block;}
.dib{display: inline-block;}

.ws-pl{white-space: pre-line;}

.vat{vertical-align: top;}
.vam{vertical-align: middle;}
.vab{vertical-align: bottom;}

.fs-16{font-size: 16px;}

.lh-36{line-height: 36px;}
.lh-34{line-height: 34px;}

.c-white{color: #fff;}
.c-red{color: red;}

.bg{background-color: #f5f5f5;}
.bg-white{background-color: #fff;}
.bg-black{background-color: #000;}

/* 边框 */
.bt{border-top: 1px solid #ddd;}
.br{border-right: 1px solid #ddd;}
.bb{border-bottom: 1px solid #ddd;}

.bn{border:none;}

.b-big{border-width: 5px;}

.bs-dashed{border-style: dashed;}
.bbs-dashed{border-bottom-style: dashed;}

.bc-gray{border-color: #999;}
.bc-green{border-color: #44b549;}

/* 宽高 */
.w-20{width: 20px;}
.w-30{width: 30px;}
.w-40{width: 40px;}
.w-60{width: 60px;}
.w-100{width: 100px;}
.w-150{width: 150px;}
.w-200{width: 200px;}
.w-250{width: 250px;}
.w-300{width: 300px;}
.w-400{width: 400px;}
.w-530{width: 530px;}
.w-800{width: 800px;}

.w_50{width: 50%;}
.w_60{width: 60%;}
.w_80{width: 80%;}
.w_100{width: 100%;}

.h-34{height: 34px;}
.h-40{height: 40px;}
.h-50{height: 50px;}
.h-60{height: 60px;}
.h-100{height: 100px;}
.h-500{height: 500px;}

.h_100{height: 100%;}

/* 内外边距 */
.p-00{padding: 0;}
.p-05{padding: 5px;}
.p-10{padding: 10px;}


.ptb-10{padding: 10px 0;}
.ptb-30{padding: 30px 0;}

.plr-10{padding: 0 10px;}

.pt-00{padding-top: 0;}
.pt-05{padding-top: 5px;}
.pt-20{padding-top: 20px;}

.pr-00{padding-right: 0;}
.pr-10{padding-right: 10px;}

.pb-00{padding-bottom: 0;}
.pb-10{padding-bottom: 10px;}
.pb-40{padding-bottom: 40px;}

.pl-00{padding-left: 0;}
.pl-05{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pl-20{padding-left: 20px;}
.pl-40{padding-left: 40px;}
.pl-210{padding-left: 210px;}

.m-00{margin: 0;}
.m-10{margin: 10px;}
.m-20{margin: 20px;}

.mlr-05{margin: 0 5px;}

.mtb-10{margin: 10px 0;}

.mt-00{margin-top: 0;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-50{margin-top: 50px;}

.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}

.mb-00{margin-bottom: 0;}
.mb-05{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}

.ml-10{margin-left: 10px;}
.ml-30{margin-left: 30px;}

/* 页面元素定位 */
.p-re{position: relative;}
.p-ab{position: absolute;}
.p-fi{position: fixed;}



/* 图标选择页面 */
.icon-selection{
	overflow: hidden;
}
.icon-selection .content{
	overflow-y: auto;
    width: 815px;
    height: 640px;
}
.icon-selection a {
  display: block;
  float: left;
  text-align: center;
  height: 5em;
  overflow: hidden;
}
.icon-selection a:hover {
  text-decoration: none;
}
.icon-selection a i {
  display: block;
  font-size: 2em;
  color: #000;
}
.icon-selection a span {
  display: block;
  height: 1.2em;
  overflow: hidden;
}

/* 登录页面 */
body.signin {
    display: flex;
    justify-content: center;
  	align-items: center;
  	height: 100%;
    background:url("../images/login_bg.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.signin .login-box {
	width: 790px;
	height: 400px;
	display: flex;
	text-align: center;
	flex-direction: column;
    justify-content: space-around;
	background:url("../images/login_box.png") no-repeat;
	background-size: 100% 100%;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
}

.middle-box .input-group{
	border: 1px solid rgba(255,255,255,0.6);
}

.middle-box .input-group .form-control{
	border: none;
	background-color: rgba(255,255,255,0.2);
}

.middle-box .input-group .input-group-addon{
	border-radius: 0;
	border: none;
}

.middle-box .bg-white{
	opacity: .8;
	border-radius: 0;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 300px;
}

/* 页面导航 */
.navbar-black{
    margin-bottom: 0;
    border-radius: 0;
    background-color: #292929;
    position: fixed; 
    width: 100%;
    z-index: 99;
    height: 50px;
    border: none;
}

.navbar-black a{
    color: #fff;
}

.navbar-black .navbar-nav a:hover,
.navbar-black .navbar-nav a.active,
.navbar-black .navbar-nav .open > a,
.list-group-black .list-group-item:hover,
.list-group-black .list-group-item.active,
.list-group-black .list-group-item .open > a{
    color: #fff;
    background-color: #44b549;
}

.navbar-black .navbar-nav .dropdown-menu:hover,
.navbar-black .navbar-nav a:hover + .dropdown-menu{
    display: block;
}

.navbar-black .navbar-nav a.exception:hover,
.navbar-black .navbar-nav a.exception:focus,
.navbar-black .navbar-nav .open > a.exception{
    background-color: transparent;
}

.navbar-black .dropdown-menu a:hover{
    color: #44b549;
    background-color: #f5f5f5;  
}

/* 左侧菜单 */
.list-group-black{
    position: fixed;
    left: 0;
    top: 50px;
    background-color: #292929;
    border-top: 3px solid #f60; 
}

.list-group-black .list-group-item{
    padding: 0;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #292929;
}

.list-group.sub-list{
	margin-bottom: 0;
}

.list-group.sub-list .list-group-item{
	background-color: #2e435a;
}

.list-group.sub-list .list-group-item.active{
	background-color: #2b712e;
}

/* 列表表格 */
.table-black thead th span{
    color: #333;
    cursor: pointer;
}

.table-black thead th span:hover,
.table-black thead th span.active{
    color: #44b549;
}

/*菜单管理*/
.pad-bottom {
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
    background: url(../images/bg_repno.gif) no-repeat -245px -595px;
}

.pad-left {
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
    background: url(../images/bg_repno.gif) no-repeat -245px -545px;
}

/* 加载动画  */
#loading {
	position: fixed;
	z-index: 20000;
	height: 100%;
	width: 100%;
	top: 0;
}

#loading .shade {
	background-color: transparent;
    width: 100%;
    height: 100%;
}

#loading .sk-spinner {
    margin: 0 auto;
    position: absolute;
    top: 48%;
    left: 48%;
}
/* 轮播图 */
.carousel-control.left,.carousel-control.right{
	background-image: none;
}
.carousel-control.left:HOVER,.carousel-control.right:HOVER{
	opacity: .4;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}

/* 文件管理 */

.file-box {
    float: left;
    width: 190px;
}

.file-manager h5 {
    text-transform: uppercase;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}

.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.category-list li {
    display: block;
}

.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.category-list li a .text-navy {
    color: #1ab394;
}

.category-list li a .text-primary {
    color: #1c84c6;
}

.category-list li a .text-info {
    color: #23c6c8;
}

.category-list li a .text-danger {
    color: #EF5352;
}

.category-list li a .text-warning {
    color: #F8AC59;
}

.file-manager h5.tag-title {
    margin-top: 20px;
}

.tag-list li {
    float: left;
}

.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}

.file-control.active {
    text-decoration: underline;
}

.file .icon i {
    font-size: 70px;
    color: #dadada;
}

.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}

.file-name small {
    color: #676a6c;
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}

a.compose-mail {
    padding: 8px 10px;
}

.mail-search {
    max-width: 300px;
}

/* 消息列表中的样式  */
.message-children {
	overflow-y: auto;
	padding-right:17px;
	width:px;
	height: px;
	padding-left: 17px;
}

.activeTwo {
	color: #000;
	font-weight: bold;
}

/* 分仓入库详情列表样式*/
.goods-detial {
	margin-left: 4%; 
	margin-bottom: 2%;
}

/* 列表文本溢出隐藏  */
.concealment {
	table-layout: fixed;
}

.spillover-concealment {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#record td {
	text-align: center;
}

#record.red tr>td:last-child, #record.red tr>th:last-child  {
	color: red;
}

.line-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

audio { margin-bottom: 10px; }
#audio-container { padding: 20px 0; }
.ui-btn { display: inline-block; padding: 5px 20px; font-size: 14px; line-height: 1.428571429; box-sizing:content-box; text-align: center; border: 1px solid #e8e8e8; border-radius: 3px; color: #555; background-color: #fff; border-color: #e8e8e8; white-space: nowrap; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.ui-btn:hover, .ui-btn.hover { color: #333; text-decoration: none; background-color: #f8f8f8; border:1px solid #ddd; }
.ui-btn:focus, .ui-btn:active { color: #333; outline: 0; }
.ui-btn.disabled, .ui-btn.disabled:hover, .ui-btn.disabled:active, .ui-btn[disabled], .ui-btn[disabled]:hover, .ui-state-disabled .ui-btn { cursor: not-allowed; background-color: #eee; border-color: #eee; color: #aaa; }
.ui-btn-primary { color: #fff;  background-color: #39b54a;  border-color: #39b54a; }
.ui-btn-primary:hover, .ui-btn-primary.hover { color: #fff; background-color: #16a329; border-color: #16a329; }
.ui-btn-primary:focus, .ui-btn-primary:active { color: #fff; }
.ui-btn-primary.disabled:focus{ color: #aaa; }


/* 操作 */
.operation{
    text-align: center;
}
/*拒绝*/
.rejected{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(212, 48, 48, 1);
    border-radius: 16px;
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
}
/*同意*/
.agree{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(67, 207, 124, 1);
    border-radius: 16px;
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
}
/*详情*/
.detail {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(91, 192, 222, 1);
    border-radius: 16px;
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
    cursor: pointer;
}
/*推送*/
.push {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(42, 130, 228, 1);
    border-radius: 16px;
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
    cursor: pointer;
}
/*总结*/
.summary{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(67, 207, 124, 1);
    border-radius: 16px;
    font-size: 12px;
    text-align: center;
    padding: 3px 8px;
    cursor: pointer;
}

/* 弹框样式 */
.diapage .ngdialog-content {
    margin: 0 auto;
    max-height: 99.99%;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
}

.card-item {
    width: 20%;
    height: 240px;
}

.card-item-body {
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.card-item img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: 160px;
    display: block;
}

.card-item p {
    padding: 8px 8px 0px 8px;
    font-size: 12px;
    color: #737373;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    -webkit-box-orient: vertical;
}

.card-item .time {
    font-size: 10px;
    padding-right: 8px;
    color: #737373;
    text-align: right;
}

.v-hide {
    display: none;
}

.v-show {
    display: block;
}