/***
UI Loading
***/

.loading-message {
	display: inline-block;
	min-width: 125px;
	margin-left: -60px;
	padding: 10px;
	margin: 0 auto;
	color: #000 !important;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.loading-message.loading-message-boxed {
	border: 1px solid #ddd;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.loading-message> span {
	line-height: 20px;
	vertical-align: middle;
}

.page-loading {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 125px;
	margin-left: -60px;
	margin-top: -30px;
	padding: 7px;
	text-align: center;
	color: #333;
	font-size: 13px;
	border: 1px solid #ddd;
	background-color: #eee;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.page-loading> span {
	line-height: 20px;
	vertical-align: middle;
}

.page-spinner-bar {
	position: fixed;
	z-index: 10051;
	width: 100px;
	top: 40%;
	left: 50%;
	margin-left: -55px;
	text-align: center;
}


/**
 * lsw  background loading的背景色
 */

.page-spinner-bar> div {
	margin: 0 5px;
	width: 18px;
	height: 18px;
	background: orange;
	border-radius: 100% !important;
	display: inline-block;
	-webkit-animation: bounceDelay 1.4s infinite ease-in-out;
	animation: bounceDelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.page-spinner-bar .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.page-spinner-bar .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.block-spinner-bar {
	display: inline-block;
	width: 80px;
	text-align: center;
}


/**
 *lsw 2016-12-16
 * table数据加载的三个点的颜色  green
 */

.block-spinner-bar> div {
	margin: 0 2px;
	width: 15px;
	height: 15px;
	background: green;
	border-radius: 100% !important;
	display: inline-block;
	-webkit-animation: bounceDelay 1.4s infinite ease-in-out;
	animation: bounceDelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.block-spinner-bar .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.block-spinner-bar .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}


/**
 * 
 * 头部菜单的处理
 * 
 */

.hor-menu .navbar-nav> li> a {
	color: #b4bcc8;
}

.hor-menu .navbar-nav> li> a:hover {
	color: #FFFFFF;
	background: #55616f !important;
}

.hor-menu .navbar-nav> li> a:active {
	color: #FFFFFF!important;
}

.headmenuactiveF {
	color: #FFFFFF;
	background: #55616f !important;
}
/**
 * 2021-4-1 在当前一级菜单下的某个页面，再次点击当前一级菜单，不进行页面/路由跳转路由时,一级菜单的背景色处理
 */
.nav>li>a:focus {
	text-decoration: none;
	background-color: #55616f;
}


/**
 * 2016-12-30 视频播放框下的 按钮 
 */

.videoplaybottom {
	border: 2px solid gray;
	margin-top: -3px;
	border-top: none;
	/*//height: 30px;*/
}

.videoplaybottom .leftlabel {
	display: inline-block;
	width: 30px;
	padding-top: 3px;
	margin-left: 15px;
	border-right: 2px solid gray;
	cursor: pointer;
}

.videoplaybottom .rightlabel {
	display: inline-block;
	width: 40px;
	border-left: 2px solid gray;
	margin-right: 5px;
	padding-left: 16px;
	padding-top: 3px;
	float: right;
	cursor: pointer;
}


/**
 * 录像回放
 */

.lxhfvideobottom {
	border: 2px solid gray;
	margin-top: -3px;
	border-top: none;
}

.lxhfvideobottom .leftlabel {
	display: inline-block;
	width: 30px;
	margin-left: 15px;
	border-right: 2px solid gray;
	cursor: pointer;
	margin-top: 11px;
}

.lxhfvideobottom .rightlabel {
	display: inline-block;
	width: 30px;
	border-left: 2px solid gray;
	margin-right: 10px;
	padding-left: 15px;
	cursor: pointer;
	margin-top: 11px;
}