/* CSS Document */
input {
	cursor: pointer;
	width:20px;
}

input:hover {
	border-width: thin;
	border-color: rgba(18, 227, 210, 1.00);
}

#slowForwardBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/slowForwardBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.pauseBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/pauseBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.playBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/playBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#fastForwardBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/fastForwardBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#closeBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/closeBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#singleFrameBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/singleFrameBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#fullScreenBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/fullScreenBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#volumeBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/volumeBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#downloadBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/downloadBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#captureBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/captureBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#splitScreen1 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/splitScreen1.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#splitScreen2 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/splitScreen2.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#splitScreen3 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/splitScreen3.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#splitScreen4 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/splitScreen4.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#reversedBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/reversedBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#openRecordBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/openRecord.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 30px;
	height: auto;
}

/* ʵʱ��Ƶ�ܵ�DIV */
.realplayCtrl {
	width: 24%;
	height: 500px;
	float: left;
	border-style: outset;
	border-width: thin;
	border-color: #99FFFF;
}
/* PTZ�������DIV��������ʵʱ��ƵDIV ��*/
.PTZDirection {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 28px;
}
/* PTZ��ͷ����DIV��������ʵʱ��ƵDIV ��*/
.PTZLensCtrl {
	width: 40%;
	height: 150px;
	float: left;
}

/* PTZ�ٶȿ���DIV��������ʵʱ��ƵDIV ��*/
.PTZSpeed {
	width: 100%;
	height: 60px;
	font-weight: bold;
	font-style: italic;
	border-width: thin;
	border-style: outset;
	border-color: #99FFFF;
}

/* ���ſ�����DIV */
.playControl {
	width: 58%;
	height: 100px;
	float: left;
	position: relative;
	left: 18%;
	overflow: auto;
}

/* ����DIV���������ſ�����DIV ��*/
/* .splitScreen {
	width: 20%;
	height: 50%;
	float: left;
} */

/* ���ſ�����DIV���������ſ�����DIV ��*/
.playControlBar {
	width: 80%;
	height: 100%;
	float: left;
}

/* ʵʱ���ſ���DIV�������ڲ��ſ�����DIV ��*/
.realplayPlayCtrl {
	width: 100%;
	height: 50%;
}

/* ¼�񲥷ſ���DIV�������ڲ��ſ�����DIV ��*/
.replayPlayCtrl {
	width: 100%;
	height: 50%;
	display: none;
}

#openRealPlay {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/openBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.splitScreen {
	width: 16px;
	height: 16px;
}

#splitScreen1 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/splitScreen1.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#splitScreen2 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/splitScreen2.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#splitScreen3 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/splitScreen3.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#splitScreen4 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/splitScreen4.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#closeRealPlay {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/closeBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#controlShowBtn, #controlHideBtn{
	background-position: center;
	background-size: contain;
	
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}
#controlShowBtn{
	background-image: url(../img/playcontrol/arrow-left1.png);
}
#controlHideBtn{
	background-image: url(../img/playcontrol/arrow-right.png);
}

#realplayfullScreen {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/fullScreenBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.openVolume {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/volumeBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.closeVolume {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/closeVolume.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#realPlayCam {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/captureBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#closeAllRealplay {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/stopAllRealPlay.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#codeStream01 {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/codeStream01.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.ptzLock {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/PTZUnLock.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.ptzUnLock {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/PtzLock.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.direction{
	float: left;
    width: 32px;
    height: 32px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    background-image: url(../img/playcontrol/ptz-icons.png);
    background-color: #FFFFFF;
    background-position: 0 -90px;
}

.direction i{
	display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px 1px;
    background: url(../img/playcontrol/ptz-icons.png) no-repeat;
}

#ptzLock{
	background-position: -30px -30px;
}

#ptzUp {
	/* background-position: center; */
	/* background-size: contain; */
	/* background-image: url(../img/playcontrol/PTZUp.svg); */
	/* background-image: url(../img/playcontrol/ptz-icons.png); */
	background-position: -30px 0;
	/* background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#ptzDown {
	/* background-position: center; */
	/* background-size: contain; */
	/* background-image: url(../img/playcontrol/PTZDown.svg); */
	/* background-image: url(../img/playcontrol/ptz-icons.png); */
	background-position: -30px -60px;
	/* background-repeat: no-repeat; */
	/* background-color: transparent; */
	/* border: none; */
}

#ptzLeft {
	/* background-position: center; */
	/* background-size: contain; */
	/* background-image: url(../img/playcontrol/PTZLeft.svg); */
	background-image: url(../img/playcontrol/ptz-icons.png);
	background-position: 0 -30px;
	/* background-repeat: no-repeat; */
	/* background-color: transparent; */
	/* border: none; */
}

#ptzRight {
	/* background-position: center; */
	/* background-size: contain; */
	/* background-image: url(../img/playcontrol/PTZRight.svg); */
	/* background-image: url(../img/playcontrol/ptz-icons.png); */
	background-position: -60px -30px;
	/* background-repeat: no-repeat; */
	/* background-color: transparent; */
	/* border: none; */
}

#ptzLeftUp {
	/* background-position: center; */
	/* background-size: contain; */
	/* background-image: url(../img/playcontrol/ptzLeftUp.svg); */
	/* background-image: url(../img/playcontrol/ptz-icons.png); */
	background-position: 0 0;
	/* background-repeat: no-repeat; */
	/* background-color: transparent; */
	/* border: none; */
}

#ptzRightUp {
	/* background-position: center; */
	/* background-size: contain; */
	/* background-image: url(../img/playcontrol/ptzRightUp.svg); */
	/* background-image: url(../img/playcontrol/ptz-icons.png); */
	background-position: -60px 0;
	/* background-repeat: no-repeat; */
	/* background-color: transparent; */
	/* border: none; */
}

#ptzLeftDown {
	background-position: 0 -60px;
	/* background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/ptzLeftDown.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#ptzRightDown {
	background-position: -60px -60px;
	/* background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/ptzRightDown.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#ptzZoomin {
	background-position: -128px 0;
	/* background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/ptzZoomout.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#ptzZoomout {
	background-position: -92px 0;
	/* background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/ptzZoomin.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#ptzFocusnear {
	background-position: -128px -30px;
	/* background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/ptzFocusnear.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#ptzFocusfar {
	background-position: -92px -30px;
	/* background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/ptzFocusfar.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#ptzIriswiden {
	background-position: -130px -61px;
	/* background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/ptzIriswiden.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#ptzIrislessen {
	background-position:-93px -60px;
	/* background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/ptzIrislessen.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none; */
}

#light {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/light.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#wiper {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/wiper.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#auxiliaryFocus {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/auxiliaryFocus.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#initialization {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/initialization.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#menu {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/menu.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#presentPosition {
	background-position: center;
	background-size: 50% 50%;
	background-image: url(../img/playcontrol/presentPosition.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#cruisePath {
	background-position: center;
	background-size: 50% 50%;
	background-image: url(../img/playcontrol/cruisePath.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.setPresent {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/setPresent.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	visibility: hidden;
}

.gotoPresent {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/gotoPresent.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	visibility: hidden;
}

td .content {
	cursor: pointer;
}

#speedBtn {
	background-position: center;
	background-size: contain;
	background-image: url(../img/playcontrol/speedBtn.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.div-videoBorder {
	border: 2px solid red;
	background-color: #FF0;
/* 	width: 400px; */
/* 	height: 200px; */
	z-index: 999;
	background: rgba(0, 0, 0, 0.0);
}