html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.split-pane-divider {
  background: #aaa;
}
#left-component {
  width: 20em;
  min-width: 220px;
}

#right-component {
  left: 20em;  /* Same as left component width */
  margin-left: 5px;  /* Same as divider width */
  min-width: 300px;
}
#vertical-divider {
	left: 20em;
	width: 5px;
}
#top-component {
	bottom: 30%;
	margin-bottom: 5px;
	overflow: hidden;
	min-height: 300px;
}


#horizontal-divider {
	bottom: 30%;
	height: 5px;
}

#bottom-component {
	height: 30%;
	min-height: 150px;
}

h3{
	margin: 10px auto;
	text-align: center;
}
.contenDiv{
	margin: 0 10px auto;
	padding: 10px;
}
.loginDiv{
	border: 1px solid #DCDEE2;
	margin: 5px;
	border-radius: 0.3em;
	
}
.loginDiv input{
	line-height: 30px;
	border: 1px solid #DCDEE2;
	width: 100%;
	margin-top: 5px;
	border-radius: 0.3em;
	padding-left: 5px;
}
#loginBtn{
	text-align: center;
	width: 95%;
	height: 40px;
	margin: 15px 0px;
	line-height: 40px;
	border-radius: 0.5em;
	background: #1E78FF;
	color: white;
}
#login{
	text-align: center;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	width: 100%;
	height: 100%;
}
th,td{
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	padding:5px 15px;
	text-align: center;
}
th{
	font-weight: bold;
	background: #F2F2F2;
}
tr:hover{
	background: #E7E7E7;
}
.videoDiv{
	height: 90%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 1;
	position:relative;
	background: #000000;
}
.videoDiv span{
	position:absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	z-index:2;
}
.videoboxDiv{
	float: left;
	border: 2px solid #808080;
	margin: 0;
	background: #000000;
	position:relative;
}
video{
	height: 100%;
	width: 100%;
}

video::-webkit-media-controls{
    display:none !important;
}
.funDiv{
	z-index: 2;
	border-top: 1px solid #a1a1a1;
	height: 60px;
	line-height: 60px;
	width: 100%;
	vertical-align: middle;
	overflow-x: hidden;
	padding: 0;
	
}

.funDiv input {
	margin: 10px;
	line-height : 30px;
	height: 30px;
	width: 80px;
	vertical-align:middle;   
	text-align:center;
	padding:0px;
	border-radius: 0.3em;
	background: #1E78FF;
	color: white;
	outline：none;
	border: 0px;
}

.selectVideo{
	border:2px solid red;
}

#logout{
	width: 60px;
	height: 30px;
	float: right;
	margin: 10px;
	line-height: 30px;
	border-radius: 0.3em;
	background: #1E78FF;
	color: white;
	outline：none;
	border: 0px;
}
.device{
	clear: both;
}
li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eee;
	vertical-align: middle;
	font-size: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
li:hover{
	background: #eee;
}
.liSelected{
	background: #e1e1e1;
}	
.alarm_Online {
	list-style:url("../image/alarm.png") inside;
}
.alarm_Offline {
	list-style:url("../image/alarm.Offline.png") inside;
}
.linkage_Online {
	list-style:url("../image/linkage.png") inside;
}
.linkage_Offline {
	list-style:url("../image/linkage.Offline.png") inside;
}
.loading{
	position:absolute;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
}