body { font-family: '微软雅黑' }

.bootstrap-table .th-text{
	cursor: pointer;
}

.bootstrap-table .table tbody .currentrow td{
	background-color: #FFFACD;
}

.input-group-addon {
	border-left: 0px;
	cursor: pointer;
}
.dropdown-menu li a{
	cursor: pointer;
}

.overlay, .popup {
	margin-top: 0px;
	position: fixed;
	z-index: 28888;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.overlay {
	font-size: 22px;
	font-family: "微软雅黑";
	background: #000;
	filter: alpha(Opacity = 30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	text-align: center;
	color: white;
}

.popup {
	display: none;
	background-color: white;
	font-size: 14px;
}

ul.nav-tabs>li>a{
	cursor: pointer;
}

ul.nav-tabs>li.active>a{
	color: #0064c8;
}

#errmsg {
	background-color: #df3e3e;
	border: 1px solid #a00;
	color: #fff;
	display: none;
	padding: 8px;
	text-shadow: 0 -1px 0 #900;
	text-align: center;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 36666;
	font-size: 16px
}

#slideDownMsg, .slideDownMsg {
	background-color: #FFFACD;
	border: 1px solid #ccc;
	color: #000000;
	display: none;
	padding: 18px;
	margin-right: 1px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 36666;
	font-size: 16px
}

.notifyMsg {
	background-color: #eeeeff;
	border: 1px solid #ccc;
	display: none;
	padding: 0px;
	margin-top: 0px;
	position: fixed;
	bottom: 2px;
	right: 2px;
	width: 230px;
	height: 100px;
	z-index: 46666;
	overflow: hidden;
}

.notifyMsg .title {
	width: 100%;
	padding-left: 5px;
	background-color: #eeeeff;
	border-bottom: 1px solid #ccc;
}

.notifyMsg .content {
	width: 100%;
	padding: 5px;
	background-color: #eff3f8;
}

.notifyMsg .face {
	width: 23px;
}

.notifyMsg .imgmsg {
	height: 64px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

input[type="radio"], input[type="checkbox"] {
	margin-top: 2px;
}
/*Number类型统一都去掉右边的上下箭头*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

.warninglevel_1 * {
	color: #FFD700 !important;
}

.warninglevel_2 * {
	color: #FF0000 !important;
}

td.warninglevel_1 {
	background-color: #FFD700 !important;
}

td.warninglevel_2 {
	background-color: #FF0000 !important;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(50, 50, 50, 0.25);
	border: 2px solid transparent;
	border-radius: 10px;
	background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(50, 50, 50, 0.5);
}

::-webkit-scrollbar-track {
	background-color: rgba(50, 50, 50, 0.05);
}

div.bootstrap-table div.rightbar>span.righttool{
	margin-left: 10px;
}

.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn.focus,
.btn:focus {
	outline: none;
}

.catalogs {
	list-style:none;
	margin: 0;
    padding: 0 10px;
}
.ez_menu_title {
	height:56px !important;  
	border-bottom: 1px solid rgba(255,255,255,0.3);    
	line-height: 56px;
}
.ez_menu_title .text {
	 padding: 0px !important;
}
.ez_menu_title i.fa {
	display:none !important;	
}
.ez_menu_title a {
	margin-top: -1px;
	font-size: 20px;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    height: 100%;
    display: inline-block !important;
}

div.formula_setting span.btn{
	cursor: pointer;
	margin: 4px;
	height: 34px !important;
}

div.formula_setting span.btn i{
	position: relative;
	top: 4px;
}

div.formula_setting span.remove{
	margin-right: 32px;
}

/* "选择图标"对话框. */
#iconPickerModal .modal-dialog {
	width: calc(80%);
}
#iconPickerModal .modal-header {
	display: flex;
}

#iconPickerModal .modal-header>input {
	float: right;
}

#iconPickerModal .modal-header>span.close {
	float: right;
}

#iconPickerModal .modal-header>.text {
	flex-grow: 1;
}
#iconPickerModal .modal-header>input {
	margin: -8px 16px;
	width: auto;
}
#iconPickerModal .modal-body {
	height: calc(100vh - 200px);
	overflow: auto;
}
#iconPickerModal .modal-body>div {
	display: flex;
	flex-wrap: wrap;
}
#iconPickerModal .modal-body>div i {
	color: #2196F3;
	display: block;
	font-size: 32px;
	height: 40px;
	width: 40px;
	margin: auto;
	padding: 4px 0;
	text-align: center;
}
#iconPickerModal .modal-body>div>span {
	border-radius: 4px;
	cursor: pointer;
	margin: 2px;
	width: 60px;
}
#iconPickerModal .modal-body>div>span:hover {
	background: rgb(205,238,253);
}
#iconPickerModal .modal-body>div>span>span {
	display: block;
	height: 20px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}